@charset "UTF-8";
/* base */
* {
  word-break: break-all; }

body {
  min-width: 1200px;
  background: #FFF;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

a {
  text-decoration: none;
  font-weight: normal;
  color: #333;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

a:hover {
  text-decoration: underline; }

a:visited {
  color: inherit; }

.seotext {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: normal;
  color: #F7F7F7;
  background: #424753; }

#wrap {
  overflow: hidden;
  position: relative;
  background: #F7F7F7;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal;
  color: #333333; }

.tel {
  /*font-family: 'Frank Ruhl Libre', serif;*/
  line-height: 1;
  font-weight: bold; }

.tel span {
  display: inline-block; }

.tel a {
  font-weight: normal;
  text-decoration: none;
  color: inherit; }

/* header
------------------------------*/
#header {
  background: #F9F9F9; }

#header .box {
  display: block;
  padding-top: 10px; }

#header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header .logo dl {
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: bold;
  margin-left: 20px;
  padding-top: 5px; }

#header .logo dt {
  font-size: 1.6rem; }

#header .logo dd {
  color: #F0427A;
  font-size: 1.2rem;
  margin-top: 2px; }

#header .text {
  margin: 0 20px 0;
  font-size: 1.0rem;
  line-height: 1.2;
  color: #333333;
  text-align: left;
  font-weight: normal; }

#header .tel {
  color: #333333;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  /*margin-right:10px;*/ }

#header .note {
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.75; }

/*#header .info {*/
/*max-width: 340px;*/
/*text-align: right;*/
/*font-size: 1.2rem;*/
/*}*/
/*#header .info li{*/
/*display: inline-block;*/
/*}*/
/* nav
------------------------------*/
.gnav {
  position: relative;
  height: 80px; }

.gnav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #F9F9F9;
  padding: 0  0 0 20px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.gnav .nav.fixed {
  position: fixed;
  top: 0;
  z-index: 9999; }
  @media screen and (max-width: 1130px) {
    .gnav .nav.fixed {
      position: absolute; } }

.gnav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gnav .nav .h-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-right: 10px; }

.gnav .nav .h-nav a {
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px; }

.gnav .nav .h-nav li.active a,
.gnav .nav .h-nav a:hover {
  opacity: 0.6; }

.gnav .mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  text-align: center;
  color: #F7F7F7;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 190px;
  background: #00D4AA;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding-top: 3px;
  text-shadow: 2px 2px rgba(4, 73, 60, 0.2); }

.gnav .mail a:hover {
  opacity: 0.8; }

.gnav .mail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 80px solid #f9f9f9;
  z-index: -1; }

.gnav .nav span {
  display: block;
  cursor: pointer; }

.accordion {
  /*position: relative;*/ }

.gnav .nav ul .accordion .category {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100%);
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  height: auto;
  padding: 10px 0px; }

.accordion .category li {
  position: relative;
  display: inline-block; }

.gnav .nav ul .accordion .category a,
.gnav .nav ul .accordion .category span {
  display: block;
  border-radius: 16px;
  color: #006837;
  margin: 0 5px;
  padding: 2px 0 1px;
  width: 120px;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  height: auto;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; }

.gnav .nav ul .accordion .category a:hover,
.gnav .nav ul .accordion .category span:hover {
  /*background: rgba(255, 255, 255, .8);*/
  /*background: rgba(255, 255, 255, .8);*/
  text-decoration: none;
  opacity: 0.8; }

.gnav .nav ul .accordion .category li.on > a:hover,
.gnav .nav ul .accordion .category li.on > a,
.gnav .nav ul .accordion .category li.on > span {
  text-decoration: none;
  opacity: 1;
  color: #389ED6;
  /* background: none; */ }

.gnav .nav ul .accordion .category .secondary {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: calc(100% + 1px); }

.gnav .nav ul .accordion .category .secondary li.on > a,
.gnav .nav ul .accordion .category .secondary li.on > span {
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #999; }

/* main
------------------------------*/
.main {
  width: 100%;
  background-image: url(../image/bg01.png), url(../image/bg03.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom; }
  .main:not(.-index) {
    padding: 20px 0 80px;
    background-image: url(../image/bg01.png), url(../image/bg03.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom; }
  .main.-voice, .main.-recruit {
    padding: 20px 0 0; }
  .main.-info {
    padding-bottom: 80px; }

.mainimg.-index {
  text-align: center;
  background: url("../image/main_bg.jpg") center no-repeat;
  background-size: cover; }
  .mainimg.-index .box {
    width: 100%;
    margin: 0 auto;
    padding: 298px 0 80px;
    background: url("../image/main_bg01.png") bottom left no-repeat, url("../image/main_bg02.png") bottom right no-repeat; }
  .mainimg.-index .text_box {
    max-width: 1030px;
    margin: 0 auto 0 135px;
    text-align: left; }
  .mainimg.-index .title {
    font-weight: bold;
    font-size: 7rem;
    line-height: 1.16;
    letter-spacing: 0.075em;
    color: #F7F7F7;
    text-shadow: 5px 5px rgba(4, 73, 60, 0.2);
    margin-bottom: 19px;
    letter-spacing: -0.01em; }
  .mainimg.-index .text {
    font-size: 1.7rem;
    line-height: 1.5;
    background: #F7F7F7;
    width: 487px;
    margin: 0 0 auto 3px;
    text-align: center;
    padding: 8px 0 7px;
    position: relative; }
    .mainimg.-index .text:before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-bottom: 40px solid #F7F7F7; }
    .mainimg.-index .text:after {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      width: 0;
      height: 0;
      border-right: 10px solid transparent;
      border-top: 40px solid #F7F7F7; }

.mainimg:not(.-index) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px;
  background: url(../image/h2_notindex.jpg) no-repeat top -107px left;
  background-size: cover;
  font-size: 5rem;
  letter-spacing: 1rem; }
  .mainimg:not(.-index) .text_box {
    display: none; }

/* content
------------------------------*/
.map,
.video {
  position: relative;
  width: 100%;
  height: 400px; }

.map iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video {
  height: auto;
  padding-top: 56.25%; }

.big {
  font-size: 1.6rem; }

.small {
  font-size: 1.2rem; }

.bold {
  font-weight: bold; }

.button {
  text-align: center; }

.richtext {
  overflow: hidden; }

#wrap .richtext p + p {
  margin-top: 0; }

/* section
------------------------------*/
.section {
  max-width: 1000px;
  margin: 0 auto; }

.-business .section {
  margin-bottom: 80px; }
  .-business .section:last-child {
    margin-bottom: 0; }

.break {
  max-width: 100%;
  margin-bottom: 0; }

table {
  width: 100%;
  line-height: 1.8; }
  table.-info {
    max-width: 1000px;
    margin: 0 auto 80px; }
  table.-recruit {
    margin-bottom: 79px; }
  table tr {
    border: 1px solid #D3D3D3; }
  table th,
  table td {
    border: 0px solid #fff;
    vertical-align: top;
    background: none;
    padding: 12px 30px 12px; }
    table th.-business,
    table td.-business {
      padding: 12px 22px 12px; }
    table th.-recruit,
    table td.-recruit {
      padding: 12px 19px 12px; }
  table th {
    width: 334px;
    background: #EAEAEA;
    text-align: left;
    vertical-align: top;
    border: 1px solid #D3D3D3;
    font-weight: normal;
    font-size: 1.6rem; }
  table td {
    background: #F7F7F7; }

.-info th, .-info td {
  padding: 15px 22px 9px; }

.mailform-table th, .mailform-table td {
  padding: 12px 22px 12px; }

.bread {
  max-width: 1000px;
  margin: 0 auto 58px;
  text-align: left;
  font-size: 0;
  line-height: 1.2;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bread li {
  margin-right: 3px;
  font-size: 1.2rem; }

.bread li + li::before {
  content: '/';
  display: inline-block;
  margin-right: 5px; }

.bread li a {
  font-weight: normal;
  color: #333333; }

.bread li a:hover {
  text-decoration: underline; }

.headding {
  width: 1000px;
  margin: 0 auto 30px;
  padding: 48px 0 0px;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.75;
  font-weight: bold;
  background: url(../image/notindex_image.png) no-repeat center top; }

.headding span {
  font-size: 2rem;
  letter-spacing: -0.05em;
  color: #8B7714;
  line-height: 1.2;
  display: block;
  margin-top: 17px;
  font-family: 'La Belle Aurore', cursive; }

.subtitle {
  font-size: 2.6rem;
  line-height: 2;
  text-align: left;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  padding: 5px 0 5px 24px;
  border-left: 6px solid #F0427A; }

.text p + p {
  margin-top: 35px; }

/* newspage
------------------------------*/
.news .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.imgleft .image,
.imgright .image {
  width: 20%;
  text-align: center; }

.imgleft .image div + div,
.imgright .image div + div {
  margin-top: 10px; }

.imgleft .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 41px; }

.imgright {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.imgright .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 30px; }

.square {
  width: 100%; }

.square + .square {
  margin-top: 10px; }

.square a,
.square span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  background: none;
  padding-top: calc(100% - 0px);
  border: 0px solid #F2F2F2;
  outline: none; }

.square img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.c-button a {
  display: block;
  text-align: center;
  color: #F7F7F7;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 300px;
  background: #00D4AA;
  position: relative;
  text-decoration: none;
  z-index: 1;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .c-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 80px solid #00D4AA;
    z-index: -1; }
  .c-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 80px solid #00D4AA;
    z-index: -1; }
  .c-button a:hover {
    opacity: 0.8; }
    .c-button a:hover span:before {
      right: 7px; }
  .c-button a span {
    display: block;
    padding: 26px 40px 24px 0;
    position: relative;
    text-shadow: 2px 2px rgba(4, 73, 60, 0.2); }
    .c-button a span:before {
      content: '';
      position: absolute;
      background: url("../image/icon_more02.png") center no-repeat;
      right: 10px;
      top: 36px;
      width: 39px;
      height: 9px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }

/* pickup
-------------------------------------------- */
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%; }

.pickup .article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23.5%;
  margin-right: 2%; }

.pickup .article:nth-child(4n) {
  margin-right: 0; }

.pickup.slick {
  display: block; }

.pickup.slick .article {
  margin-left: 15px;
  margin-right: 15px; }

.pickup.slick .article:nth-child(4n) {
  margin-right: 15px; }

/* pagebute
------------------------------*/
.page {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page li {
  margin: 0 3px; }

.page .link_page,
.page .current_page {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00d4aa;
  color: #333; }

.page .link_page:hover, .page .current_page {
  background: #00d4aa;
  color: #fff; }

.page .link_before,
.page .link_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px; }

/* slick
------------------------------*/
.slick {
  width: 100%;
  padding: 0 35px;
  margin: 0 auto; }

.slick .slick-prev,
.slick .slick-next {
  z-index: 100;
  top: 105px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slick .slick-prev {
  left: 0;
  background: url("../image/slick_left_off.jpg") center no-repeat; }

.slick .slick-prev::before {
  content: url("../image/slick_left_on.jpg");
  display: none; }

.slick .slick-prev:hover {
  background-image: url("../image/slick_left_on.jpg"); }

.slick .slick-next {
  right: 0;
  background: url("../image/slick_right_off.jpg") center no-repeat; }

.slick .slick-next::before {
  content: url("../image/slick_right_on.jpg");
  display: none; }

.slick .slick-next:hover {
  background-image: url("../image/slick_right_on.jpg"); }

/* colorbox
------------------------------*/
.colorbox a {
  outline: none; }

#cboxWrapper {
  background: #FFF; }

#cboxContent {
  margin: 20px;
  outline: 20px solid #FFF; }

#cboxClose {
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  outline: none;
  opacity: .8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#cboxClose::before,
#cboxClose::after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#cboxClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

#cboxClose:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5); }

#cboxClose:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  -ms-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg); }

#cboxClose:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg); }

#cboxPrevious,
#cboxNext {
  top: 50%;
  left: -19px;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  opacity: .5;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#cboxPrevious::after,
#cboxNext::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent #000 transparent transparent;
  outline: none;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#cboxPrevious:hover,
#cboxNext:hover {
  background: #000;
  opacity: .8; }

#cboxPrevious:hover::after,
#cboxNext:hover::after {
  border-color: transparent #FFF transparent transparent;
  opacity: .8; }

#cboxNext {
  left: auto;
  right: -19px; }

#cboxNext::after {
  left: auto;
  right: 4px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000; }

#cboxNext:hover::after {
  border-color: transparent transparent transparent #FFF; }

/* datepicker
------------------------------*/
.ui-datepicker th {
  width: auto; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  cursor: pointer; }

#ui-datepicker-div {
  font-size: 1.4rem; }

/*----------------------------------*/
.box-contact {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 100px; }

.box-contact:before {
  content: '';
  position: absolute;
  background: url("../image/bg05.png") center no-repeat;
  width: 941px;
  height: 104px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -52px;
  z-index: -1; }

.box-contact .box {
  background: url("../image/bg04.png") center no-repeat, url("../image/bg03.png") right center no-repeat;
  background-color: #873A4C; }

.box-contact .info {
  max-width: 600px;
  padding: 53px 50px 62px; }

.box-contact .title {
  text-align: left;
  font-size: 2.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 18px; }

.box-contact .title span {
  color: #D8B212;
  display: inline-block; }

.box-contact .text a {
  color: #fff;
  text-decoration: underline; }

.box-contact .text a:hover {
  text-decoration: none; }

.box-contact .button {
  margin-top: 20px; }

.box-contact .button a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #fff;
  color: #873A4C;
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-box-shadow: 2px 2px #5E192B;
  box-shadow: 2px 2px #5E192B;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 19px 0 21px; }

.box-contact .button a span {
  display: inline-block;
  padding-right: 20px;
  background: url("../image/icon08.png") right center no-repeat; }

.box-contact .button a:hover {
  opacity: 0.8; }

/* footer
------------------------------*/
.footer {
  background: url("../image/f_bg.jpg") bottom center no-repeat;
  color: #FFFFFF; }

.f-contact {
  position: relative;
  height: 100px;
  z-index: 999; }

.f-contact .f-info {
  z-index: 999;
  height: 100px;
  background: #F0427A;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0; }
  .f-contact .f-info.stop {
    position: relative; }

.f-left {
  margin-right: 25px; }

.f-info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px; }

.f-info .logo dd {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-left: 5px;
  padding-top: 5px; }

.f-info .text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
  background: #F8E0E9;
  width: 500px;
  margin: 0 0 auto;
  text-align: center;
  padding: 5px 0 4px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.f-info .text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 30px solid #F8E0E9; }

.f-info .text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-top: 30px solid #F8E0E9; }

.f-center {
  margin: 8px 40px 0 0; }

.f-info .tel {
  font-size: 2rem;
  margin-bottom: 8px; }

.f-info .tel span {
  font-size: 2.9rem;
  margin-left: 8px; }

.f-info .time {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-left: -8px; }

.f-info .mail {
  margin-right: 54px; }

.f-info .mail a {
  display: block;
  text-align: center;
  color: #F7F7F7;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 225px;
  background: #00D4AA;
  position: relative;
  text-decoration: none;
  z-index: 1;
  margin: 0 auto;
  padding: 41px 0px 29px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.f-info .mail a:hover {
  opacity: 0.8; }
  .f-info .mail a:hover span {
    position: relative;
    z-index: 99;
    background: url(../image/icon_more03.png) right 7px top 8px no-repeat; }

.f-info .mail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-bottom: 100px solid #00D4AA;
  z-index: -1; }

.f-info .mail a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-right: 24px solid transparent;
  border-top: 100px solid #00D4AA;
  z-index: -1; }

.f-info .mail a span {
  width: 100%;
  padding-right: 40px;
  display: inline-block;
  background: url(../image/icon_more03.png) right 10px top 8px no-repeat;
  text-shadow: 2px 2px rgba(4, 73, 60, 0.2);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.f-box {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 38px; }

.f-box .logo {
  margin-bottom: 23px; }

.f-box .f-add {
  margin-bottom: 32px; }

.f-box .button {
  margin: 0 auto 40px; }

.f-box .button a:hover {
  opacity: 0.8; }

.f-box .button a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  /*transform: skewX(30deg);*/
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .f-box .button a:hover .btn span {
    background: url("../image/icon_more03.png") right 115px top 4px no-repeat; }

.f-box .button dl {
  width: 575px;
  margin: 0 auto;
  padding: 30px 0 18px;
  background: #F7F7F7;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1rem; }

.f-box .button dl:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-bottom: 106px solid #F7F7F7;
  z-index: -1; }

.f-box .button dl:after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-top: 106px solid #F7F7F7;
  z-index: -1; }

.f-box dt {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #333; }

.f-box dd {
  font-size: 2.6rem;
  font-weight: bold;
  color: #10C19E; }

.f-box .button .btn {
  width: 555px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #F7F7F7;
  background: #10C19E;
  padding: 13px 0 12px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px rgba(4, 73, 60, 0.2); }

.f-box .button .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 45px;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 44px solid #10C19E;
  z-index: -1; }

.f-box .button .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 44px solid #10C19E;
  z-index: -1; }

.f-box .button .btn span {
  display: block;
  width: 100%;
  padding-right: 50px;
  background: url("../image/icon_more03.png") right 118px top 4px no-repeat;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.footer .nav {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #252A35;
  height: 50px; }

.footer .nav a {
  display: block;
  line-height: 1;
  font-weight: normal;
  font-size: 1.6rem;
  color: #FFFFFF;
  padding: 0 16px; }

.copyright {
  background: rgba(66, 71, 83, 0.8);
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  color: #9D9FA2;
  padding: 14px 0 15px; }

/* pagetop
------------------------------*/
.pagetop {
  position: absolute;
  bottom: 9px;
  right: 10px;
  /*position: fixed;*/
  /*z-index: 100;*/
  /*bottom: 80px;*/
  /*right: 20px;*/
  /*opacity: 0;*/
  /*-webkit-transition: opacity .5s;*/
  /*-o-transition: opacity .5s;*/
  /*transition: opacity .5s;*/ }

@media screen and (max-width: 1300px) {
  .pagetop {
    top: -100px;
    right: 10px; } }

.rightbar {
  position: fixed;
  z-index: 100;
  top: 20%;
  right: 0; }

.rightbar a {
  display: block;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.rightbar.on a {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.modalbox {
  display: none; }

#calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  background: #FFF;
  border: 3px solid #E8E8E8;
  padding: 27px 37px 37px; }

#calendar .box {
  overflow: hidden; }

#calendar table {
  float: left;
  width: 47%;
  font-size: 1.6rem;
  table-layout: fixed; }

#calendar table:nth-of-type(2) {
  float: right; }

#calendar table caption {
  margin-bottom: 10px;
  font-size: 1.4rem; }

#calendar th,
#calendar td {
  width: auto;
  border: 1px solid #A5A5A5;
  padding: 9px 0 5px;
  text-align: center;
  vertical-align: middle; }

#calendar th {
  background: #F0F0F0;
  font-weight: normal; }

#calendar .holiday {
  background: #606060;
  color: #FFF; }

#calendar .note {
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem; }

#calendar .note::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #606060;
  border: 1px solid #A5A5A5;
  margin-right: 10px;
  vertical-align: -5px; }

.pattern {
  position: fixed;
  top: 425px;
  left: -5px; }

.pattern li {
  width: 100px;
  margin-bottom: 10px; }

.pattern li a {
  display: inline-block;
  background: #CCC;
  padding: 5px 10px 3px 15px;
  font-weight: normal;
  color: #FFF;
  -webkit-transition: background .3s, -webkit-transform .3s;
  transition: background .3s, -webkit-transform .3s;
  -o-transition: background .3s, transform .3s;
  transition: background .3s, transform .3s;
  transition: background .3s, transform .3s, -webkit-transform .3s; }

.pattern li a:hover,
.pattern li.on a {
  background: #999;
  text-decoration: none;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.wink a:hover {
  -webkit-animation-name: wink;
  animation-name: wink;
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

.wink img {
  opacity: 1 !important; }

@-webkit-keyframes wink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@keyframes wink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

/* anchor-for-call */
a.anchor-for-call,
a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit; }

/* openbox */
.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer; }

.openbox__target {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
  cursor: auto; }

/* openbox */
.hash-link {
  padding-top: 100px;
  margin-top: -100px; }

/* img-left/img-right */
.img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .img-left__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 40px;
    text-align: center; }
    .img-left__image.-small {
      width: calc(300 / 1000 * 100%);
      max-width: 300px; }
    .img-left__image.-medium {
      width: calc(400 / 1000 * 100%);
      max-width: 400px; }
    .img-left__image.-large {
      width: calc(500 / 1000 * 100%);
      max-width: 500px; }
  .img-left__title {
    margin-bottom: 20px; }
  .img-left__text {
    width: 100%; }

.img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .img-right__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 40px;
    text-align: center; }
    .img-right__image.-small {
      width: calc(300 / 1000 * 100%);
      max-width: 300px; }
    .img-right__image.-medium {
      width: calc(400 / 1000 * 100%);
      max-width: 400px; }
    .img-right__image.-large {
      width: calc(500 / 1000 * 100%);
      max-width: 500px; }
  .img-right__title {
    margin-bottom: 20px; }
  .img-right__text {
    width: 100%; }

/* img-top/img-bottom */
.img-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .img-top__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    text-align: center; }
    .img-top__image:last-child {
      margin-bottom: 0; }
    .img-top__image.-small {
      width: 50%; }
    .img-top__image.-medium {
      width: 75%; }
    .img-top__image.-large {
      width: 100%; }
  .img-top__title {
    margin-bottom: 20px; }
  .img-top__text {
    width: 100%; }

.img-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .img-bottom__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    text-align: center; }
    .img-bottom__image:last-child {
      margin-bottom: 0; }
    .img-bottom__image.-small {
      width: 50%; }
    .img-bottom__image.-medium {
      width: 75%; }
    .img-bottom__image.-large {
      width: 100%; }
  .img-bottom__title {
    margin-bottom: 20px; }
  .img-bottom__text {
    width: 100%; }

/* img-list */
.img-list__item {
  margin-bottom: 20px; }
  .img-list__item:last-child {
    margin-bottom: 0; }

/* standard */
.section.-only-heading {
  margin-bottom: 0; }

.standard-container__pager {
  margin-top: 50px; }

.standard-entries__item:not(:last-child) {
  margin-bottom: 50px; }

.standard-entry.-voice, .standard-entry.-recruit {
  padding-bottom: 80px; }

.standard-entry__title {
  margin-bottom: 30px; }

.standard-entry__subtitle {
  margin-bottom: 20px; }

.standard-entry__text:not(:last-child) {
  margin-bottom: 30px; }

.standard-entry__table:not(:last-child) {
  margin-bottom: 20px; }

.standard-entry__note {
  font-size: 1.4rem; }

.standard-entry a {
  text-decoration: underline; }
  .standard-entry a:hover {
    text-decoration: none; }

/* privacy */
.privacy {
  font-size: 1.4rem; }
  .privacy__text {
    margin-bottom: 1em; }
  .privacy__list-item {
    padding-left: .5em;
    margin: 0 0 1em 1.5em;
    list-style: decimal outside; }
    .privacy__list-item:last-child {
      margin-bottom: 0; }
  .privacy__sub-list-item {
    position: relative;
    padding-left: 1em; }
    .privacy__sub-list-item::before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }

/* thanks */
.thanks-text {
  text-align: left; }

/*-------- mailform --------*/
.mailform__hide {
  display: none; }

.mailform__req {
  display: inline-block;
  margin-left: -3px;
  font-size: 1.2rem;
  color: #F0427A; }

.mailform__note {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4; }

.mailform__button {
  margin: 39px 0 80px;
  text-align: center; }

.mailform-data__item {
  margin-bottom: 7px; }
  .mailform-data__item:last-child {
    margin-bottom: 0; }
  .mailform-data__item.-example {
    margin-bottom: 10px; }
  .mailform-data__item.-text {
    margin-bottom: 7px; }
  .mailform-data__item.-bottom {
    margin-top: -10px; }

.mailform-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .mailform-column {
      display: block; } }

/* form parts */
.form-parts {
  font-size: inherit;
  line-height: 1.2;
  color: inherit; }
  .form-parts.-left {
    margin-right: 10px; }
  .form-parts.-right {
    margin-left: 10px; }
  .form-parts__link {
    text-decoration: underline; }
    .form-parts__link:hover {
      text-decoration: none; }

.form-example {
  font-size: inherit;
  line-height: 1.2;
  color: #909090; }

/* input text */
.form-input {
  width: 100%;
  max-width: 100%;
  height: 36px;
  background: #EAEAEA;
  border: none;
  padding: 5px; }
  .form-input.-zipcode {
    max-width: 140px; }
  .form-input.-short {
    max-width: 140px; }
  .form-input.-medium {
    max-width: 627px; }

/* input radio */
.form-radio {
  margin-right: 52px; }
  .form-radio__input {
    display: none; }
    .form-radio__input ~ .form-radio__label {
      display: block;
      padding-left: 25px;
      position: relative;
      cursor: pointer; }
    .form-radio__input ~ .form-radio__label::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      background: #FFF;
      border: 1px solid #D3D3D3;
      border-radius: 50%;
      margin-top: -8px; }
    .form-radio__input ~ .form-radio__label::after {
      content: '';
      display: none;
      position: absolute;
      top: 50%;
      left: 3px;
      width: 8px;
      height: 8px;
      background: #F0427A;
      border-radius: 50%;
      margin-top: -5px; }
    .form-radio__input:checked ~ .form-radio__label::after {
      display: block; }

/* input checkbox */
.form-check {
  margin-right: 20px; }
  .form-check__input {
    display: none; }
    .form-check__input ~ .form-check__label {
      display: block;
      padding-left: 25px;
      position: relative;
      cursor: pointer; }
    .form-check__input ~ .form-check__label::before {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      background: #FFF;
      border: 1px solid #CCC; }
    .form-check__input ~ .form-check__label::after {
      content: '';
      display: none;
      position: absolute;
      top: calc(50% - 10px);
      left: 4px;
      width: 10px;
      height: 14px;
      border-right: 3px solid #333;
      border-bottom: 3px solid #333;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .form-check__input:checked ~ .form-check__label::before {
      opacity: 0; }
    .form-check__input:checked ~ .form-check__label::after {
      display: block; }

/* select */
.form-select {
  width: 100%;
  max-width: 400px;
  height: 36px;
  background: url("../image/icon_select.svg") right center no-repeat;
  background-color: #EAEAEA;
  border: none;
  padding: 5px;
  margin: 0;
  outline: none;
  vertical-align: bottom;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }
  .form-select::-ms-expand {
    display: none; }

/* textarea */
.form-textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  background: #EAEAEA;
  border: none;
  padding: 5px; }

/* placeholder */
:-ms-input-placeholder {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

::-ms-input-placeholder {
  color: #999; }

::placeholder {
  color: #999; }

/* send button */
.form-submit {
  border: none;
  outline: none;
  background: none;
  display: block;
  text-align: center;
  color: #F7F7F7;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  width: 300px;
  background: #00D4AA;
  position: relative;
  text-decoration: none;
  z-index: 1;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .form-submit:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 80px solid #00D4AA;
    z-index: -1; }
  .form-submit:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 80px solid #00D4AA;
    z-index: -1; }
  .form-submit:hover {
    opacity: 0.8; }
    .form-submit:hover span:before {
      right: 7px; }
  .form-submit span {
    display: block;
    padding: 28px 40px 28px 0;
    position: relative;
    text-shadow: 2px 2px rgba(4, 73, 60, 0.2); }
    .form-submit span:before {
      content: '';
      position: absolute;
      background: url("../image/icon_more02.png") center no-repeat;
      right: 10px;
      top: 36px;
      width: 39px;
      height: 9px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }

/* contact-text */
.contact-text {
  margin-bottom: 30px; }

/* mailform-table */
.mailform-table tr:nth-of-type(5) .mailform-data__item:after {
  content: '歳';
  display: inline-block; }

.mailform-table tr:nth-of-type(7) th {
  position: relative; }
  .mailform-table tr:nth-of-type(7) th:after {
    content: '※電話連絡希望の場合はご入力ください。';
    display: inline-block;
    font-size: 1rem; }

/* 表示、非表示項目の制御 */
.js-form-change, .js-form-change02, .js-form-change03 {
  display: none; }

::-webkit-input-placeholder {
  font-size: 1.4rem; }

:-ms-input-placeholder {
  font-size: 1.4rem; }

::-ms-input-placeholder {
  font-size: 1.4rem; }

::placeholder {
  font-size: 1.4rem; }

textarea, input[type="text"] {
  margin: 6px 0 6px; }

/* 送信完了ページ */
.thanks-text {
  margin-bottom: 80px;
  text-align: center; }

.index-about {
  padding: 150px 0 135px;
  background: url("../image/bg01.png") top center no-repeat;
  margin-bottom: 65px; }

.index-about .box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto; }

.index-about .image {
  position: absolute;
  top: -50px;
  left: -460px; }

.index-about .text-box {
  margin: 0 0 0 auto;
  width: 470px; }

.index-about .title span {
  line-height: 1;
  display: block;
  margin-bottom: 13px; }

.index-about .title {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 26px; }

.index-about .text {
  margin-bottom: 50px; }

/*-------------------------------*/
.index-join {
  position: relative;
  z-index: 9;
  margin-bottom: 25px; }

.index-join:before {
  position: absolute;
  content: '';
  background: url("../image/bg02.png") center no-repeat;
  width: 1430px;
  height: 1430px;
  left: -460px;
  top: -35px;
  z-index: -1; }

.index-join:after {
  position: absolute;
  content: '';
  background: #00D4AA;
  width: calc(50% + 230px);
  height: 2px;
  left: 0;
  top: 478px;
  z-index: 1; }

.index-join .title {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 16px; }

.index-join .title span {
  line-height: 1;
  display: block;
  margin-bottom: 13px; }

.index-join .box01 {
  width: 1000px;
  margin: 0 auto 60px;
  text-align: center; }

.index-join .box02 {
  width: 1000px;
  margin: 0 auto 60px;
  position: relative; }

.index-join .box02 .image {
  position: absolute;
  top: 0;
  right: -390px;
  z-index: 2; }

.index-join .title01 {
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-bottom: 75px;
  position: relative;
  padding-left: 92px;
  letter-spacing: 0.1rem; }

.index-join .title01:before {
  position: absolute;
  content: '';
  background: url(../image/icon01.png) top 3px left 1px no-repeat;
  width: 200px;
  height: 82px;
  left: -120px;
  top: -15px; }

.index-join .box02 ul li {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4;
  padding-left: 35px;
  background: url("../image/check.png") left top 10px no-repeat;
  margin-bottom: 12px;
  max-width: 440px; }

.index-join .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.index-join .button li {
  width: 490px;
  margin: 0 20px; }

.index-join .button a {
  display: block;
  text-align: center;
  color: #F7F7F7;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  width: 100%;
  background: #00D4AA;
  position: relative;
  text-decoration: none;
  z-index: 1;
  margin: 0 auto;
  padding: 50px 20px 39px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.index-join .button a:hover {
  opacity: 0.8; }
  .index-join .button a:hover span {
    background: url(../image/icon_more01.png) right 0px top 9px no-repeat; }

.index-join .button a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-bottom: 130px solid #00D4AA;
  z-index: -1; }

.index-join .button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top: 130px solid #00D4AA;
  z-index: -1; }

.index-join .button a span {
  padding-right: 80px;
  display: inline-block;
  background: url(../image/icon_more01.png) right 3px top 9px no-repeat;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/*-----------------------------*/
.index-news {
  position: relative;
  z-index: 99;
  padding: 125px 0 80px; }

.index-news .title {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 16px; }

.index-news .title span {
  line-height: 1;
  display: block;
  margin-bottom: 13px; }

.index-news .news {
  padding: 21px 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.index-news .news .date {
  min-width: 100px;
  margin-right: 20px; }

.index-news .news h4 a:hover {
  text-decoration: none;
  color: #F0427A; }

.news-box {
  margin: 0 60px 35px; }

.-news-button {
  margin: 0 60px; }
  .-news-button a {
    margin: 0 0 0 auto;
    width: 140px;
    display: block;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-align: left;
    background: url(../image/icon_news.png) right 3px top 7px no-repeat;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .-news-button a:hover {
      background: url("../image/icon_news.png") right 0px top 7px no-repeat;
      opacity: 0.8; }
  .-news-button.-news a {
    margin: 0 auto 0 0;
    text-align: right;
    background: url("../image/icon_news_back.png") left 3px center no-repeat; }
    .-news-button.-news a:hover {
      background: url("../image/icon_news_back.png") left 0px center no-repeat;
      opacity: 0.8; }

.news-detail .date {
  margin-bottom: 5px;
  font-weight: bold; }

.news-detail .text p + p {
  margin-top: 0; }

.square a {
  border: 1px solid #ccc;
  padding-top: calc(100% - 2px);
  background: #fff; }

.news-detail .image {
  width: 17%; }

.image div + div {
  margin-top: 10px; }

.news-detail .button {
  margin-top: 50px; }

.news-detail .button a {
  background: #00d4aa;
  display: block;
  width: 310px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 18px 0 16px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
  z-index: 1; }

.news-detail .button a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 65px solid #00D4AA;
  z-index: -1; }

.news-detail .button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 65px solid #00D4AA;
  z-index: -1; }

.news-detail .button a:hover {
  opacity: 0.8; }

/*-------------------------------------*/
.newslist .news-box {
  margin-bottom: 50px; }

.news-box .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../image/icon_bottom.png") left bottom -1px repeat-x;
  padding: 19.5px 0 19.5px; }

.news-box .date {
  min-width: 100px;
  margin-right: 30px; }

.nopost {
  text-align: center;
  padding: 40px 0; }

/*# sourceMappingURL=style.css.map */