@charset "UTF-8";
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.ta-justify {
  text-align: justify !important;
}

.dis-block {
  display: block !important;
}

.dis-inline {
  display: inline !important;
}

.dis-inline-block {
  display: inline-block !important;
}

.flex-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-justify {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.list-inline {
  font-size: 0 !important;
}
.list-inline > li {
  display: inline-block;
  vertical-align: top;
}

.list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .list-flex-onlypc {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .list-flex-onlysp {
    display: block;
  }
}

.list-flex-flex1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.mg-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt-10 {
    margin-top: 5px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb-10 {
    margin-bottom: 5px !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}
@media only screen and (max-width: 767px) {
  .ml-10 {
    margin-left: 5px !important;
  }
}

.mr-10 {
  margin-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mr-10 {
    margin-right: 5px !important;
  }
}

.pt-10 {
  padding-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pt-10 {
    padding-top: 5px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pb-10 {
    padding-bottom: 5px !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pl-10 {
    padding-left: 5px !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pr-10 {
    padding-right: 5px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .ml-20 {
    margin-left: 10px !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mr-20 {
    margin-right: 10px !important;
  }
}

.pt-20 {
  padding-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pt-20 {
    padding-top: 10px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pb-20 {
    padding-bottom: 10px !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pl-20 {
    padding-left: 10px !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pr-20 {
    padding-right: 10px !important;
  }
}

.mt-30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 15px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .ml-30 {
    margin-left: 15px !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mr-30 {
    margin-right: 15px !important;
  }
}

.pt-30 {
  padding-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pt-30 {
    padding-top: 15px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pb-30 {
    padding-bottom: 15px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pl-30 {
    padding-left: 15px !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pr-30 {
    padding-right: 15px !important;
  }
}

.mt-40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.ml-40 {
  margin-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .ml-40 {
    margin-left: 20px !important;
  }
}

.mr-40 {
  margin-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mr-40 {
    margin-right: 20px !important;
  }
}

.pt-40 {
  padding-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pt-40 {
    padding-top: 20px !important;
  }
}

.pb-40 {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pb-40 {
    padding-bottom: 20px !important;
  }
}

.pl-40 {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pl-40 {
    padding-left: 20px !important;
  }
}

.pr-40 {
  padding-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pr-40 {
    padding-right: 20px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 25px !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}
@media only screen and (max-width: 767px) {
  .ml-50 {
    margin-left: 25px !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mr-50 {
    margin-right: 25px !important;
  }
}

.pt-50 {
  padding-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pt-50 {
    padding-top: 25px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pb-50 {
    padding-bottom: 25px !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pl-50 {
    padding-left: 25px !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pr-50 {
    padding-right: 25px !important;
  }
}

.mt-60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px !important;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

.ml-60 {
  margin-left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .ml-60 {
    margin-left: 30px !important;
  }
}

.mr-60 {
  margin-right: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mr-60 {
    margin-right: 30px !important;
  }
}

.pt-60 {
  padding-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pt-60 {
    padding-top: 30px !important;
  }
}

.pb-60 {
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pb-60 {
    padding-bottom: 30px !important;
  }
}

.pl-60 {
  padding-left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pl-60 {
    padding-left: 30px !important;
  }
}

.pr-60 {
  padding-right: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pr-60 {
    padding-right: 30px !important;
  }
}

.mt-70 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 35px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 35px !important;
  }
}

.ml-70 {
  margin-left: 70px !important;
}
@media only screen and (max-width: 767px) {
  .ml-70 {
    margin-left: 35px !important;
  }
}

.mr-70 {
  margin-right: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mr-70 {
    margin-right: 35px !important;
  }
}

.pt-70 {
  padding-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 35px !important;
  }
}

.pb-70 {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 35px !important;
  }
}

.pl-70 {
  padding-left: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pl-70 {
    padding-left: 35px !important;
  }
}

.pr-70 {
  padding-right: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pr-70 {
    padding-right: 35px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 40px !important;
  }
}

.mb-80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 40px !important;
  }
}

.ml-80 {
  margin-left: 80px !important;
}
@media only screen and (max-width: 767px) {
  .ml-80 {
    margin-left: 40px !important;
  }
}

.mr-80 {
  margin-right: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mr-80 {
    margin-right: 40px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 40px !important;
  }
}

.pb-80 {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 40px !important;
  }
}

.pl-80 {
  padding-left: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pl-80 {
    padding-left: 40px !important;
  }
}

.pr-80 {
  padding-right: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pr-80 {
    padding-right: 40px !important;
  }
}

.mt-90 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 45px !important;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 45px !important;
  }
}

.ml-90 {
  margin-left: 90px !important;
}
@media only screen and (max-width: 767px) {
  .ml-90 {
    margin-left: 45px !important;
  }
}

.mr-90 {
  margin-right: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mr-90 {
    margin-right: 45px !important;
  }
}

.pt-90 {
  padding-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 45px !important;
  }
}

.pb-90 {
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pb-90 {
    padding-bottom: 45px !important;
  }
}

.pl-90 {
  padding-left: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pl-90 {
    padding-left: 45px !important;
  }
}

.pr-90 {
  padding-right: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pr-90 {
    padding-right: 45px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}
@media only screen and (max-width: 767px) {
  .ml-100 {
    margin-left: 50px !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mr-100 {
    margin-right: 50px !important;
  }
}

.pt-100 {
  padding-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pl-100 {
    padding-left: 50px !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pr-100 {
    padding-right: 50px !important;
  }
}

.mt-110 {
  margin-top: 110px !important;
}
@media only screen and (max-width: 767px) {
  .mt-110 {
    margin-top: 55px !important;
  }
}

.mb-110 {
  margin-bottom: 110px !important;
}
@media only screen and (max-width: 767px) {
  .mb-110 {
    margin-bottom: 55px !important;
  }
}

.ml-110 {
  margin-left: 110px !important;
}
@media only screen and (max-width: 767px) {
  .ml-110 {
    margin-left: 55px !important;
  }
}

.mr-110 {
  margin-right: 110px !important;
}
@media only screen and (max-width: 767px) {
  .mr-110 {
    margin-right: 55px !important;
  }
}

.pt-110 {
  padding-top: 110px !important;
}
@media only screen and (max-width: 767px) {
  .pt-110 {
    padding-top: 55px !important;
  }
}

.pb-110 {
  padding-bottom: 110px !important;
}
@media only screen and (max-width: 767px) {
  .pb-110 {
    padding-bottom: 55px !important;
  }
}

.pl-110 {
  padding-left: 110px !important;
}
@media only screen and (max-width: 767px) {
  .pl-110 {
    padding-left: 55px !important;
  }
}

.pr-110 {
  padding-right: 110px !important;
}
@media only screen and (max-width: 767px) {
  .pr-110 {
    padding-right: 55px !important;
  }
}

.mt-120 {
  margin-top: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 60px !important;
  }
}

.mb-120 {
  margin-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mb-120 {
    margin-bottom: 60px !important;
  }
}

.ml-120 {
  margin-left: 120px !important;
}
@media only screen and (max-width: 767px) {
  .ml-120 {
    margin-left: 60px !important;
  }
}

.mr-120 {
  margin-right: 120px !important;
}
@media only screen and (max-width: 767px) {
  .mr-120 {
    margin-right: 60px !important;
  }
}

.pt-120 {
  padding-top: 120px !important;
}
@media only screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 60px !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}
@media only screen and (max-width: 767px) {
  .pb-120 {
    padding-bottom: 60px !important;
  }
}

.pl-120 {
  padding-left: 120px !important;
}
@media only screen and (max-width: 767px) {
  .pl-120 {
    padding-left: 60px !important;
  }
}

.pr-120 {
  padding-right: 120px !important;
}
@media only screen and (max-width: 767px) {
  .pr-120 {
    padding-right: 60px !important;
  }
}

.mt-130 {
  margin-top: 130px !important;
}
@media only screen and (max-width: 767px) {
  .mt-130 {
    margin-top: 65px !important;
  }
}

.mb-130 {
  margin-bottom: 130px !important;
}
@media only screen and (max-width: 767px) {
  .mb-130 {
    margin-bottom: 65px !important;
  }
}

.ml-130 {
  margin-left: 130px !important;
}
@media only screen and (max-width: 767px) {
  .ml-130 {
    margin-left: 65px !important;
  }
}

.mr-130 {
  margin-right: 130px !important;
}
@media only screen and (max-width: 767px) {
  .mr-130 {
    margin-right: 65px !important;
  }
}

.pt-130 {
  padding-top: 130px !important;
}
@media only screen and (max-width: 767px) {
  .pt-130 {
    padding-top: 65px !important;
  }
}

.pb-130 {
  padding-bottom: 130px !important;
}
@media only screen and (max-width: 767px) {
  .pb-130 {
    padding-bottom: 65px !important;
  }
}

.pl-130 {
  padding-left: 130px !important;
}
@media only screen and (max-width: 767px) {
  .pl-130 {
    padding-left: 65px !important;
  }
}

.pr-130 {
  padding-right: 130px !important;
}
@media only screen and (max-width: 767px) {
  .pr-130 {
    padding-right: 65px !important;
  }
}

.mt-140 {
  margin-top: 140px !important;
}
@media only screen and (max-width: 767px) {
  .mt-140 {
    margin-top: 70px !important;
  }
}

.mb-140 {
  margin-bottom: 140px !important;
}
@media only screen and (max-width: 767px) {
  .mb-140 {
    margin-bottom: 70px !important;
  }
}

.ml-140 {
  margin-left: 140px !important;
}
@media only screen and (max-width: 767px) {
  .ml-140 {
    margin-left: 70px !important;
  }
}

.mr-140 {
  margin-right: 140px !important;
}
@media only screen and (max-width: 767px) {
  .mr-140 {
    margin-right: 70px !important;
  }
}

.pt-140 {
  padding-top: 140px !important;
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 70px !important;
  }
}

.pb-140 {
  padding-bottom: 140px !important;
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 70px !important;
  }
}

.pl-140 {
  padding-left: 140px !important;
}
@media only screen and (max-width: 767px) {
  .pl-140 {
    padding-left: 70px !important;
  }
}

.pr-140 {
  padding-right: 140px !important;
}
@media only screen and (max-width: 767px) {
  .pr-140 {
    padding-right: 70px !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media only screen and (max-width: 767px) {
  .mt-150 {
    margin-top: 75px !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}
@media only screen and (max-width: 767px) {
  .mb-150 {
    margin-bottom: 75px !important;
  }
}

.ml-150 {
  margin-left: 150px !important;
}
@media only screen and (max-width: 767px) {
  .ml-150 {
    margin-left: 75px !important;
  }
}

.mr-150 {
  margin-right: 150px !important;
}
@media only screen and (max-width: 767px) {
  .mr-150 {
    margin-right: 75px !important;
  }
}

.pt-150 {
  padding-top: 150px !important;
}
@media only screen and (max-width: 767px) {
  .pt-150 {
    padding-top: 75px !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media only screen and (max-width: 767px) {
  .pb-150 {
    padding-bottom: 75px !important;
  }
}

.pl-150 {
  padding-left: 150px !important;
}
@media only screen and (max-width: 767px) {
  .pl-150 {
    padding-left: 75px !important;
  }
}

.pr-150 {
  padding-right: 150px !important;
}
@media only screen and (max-width: 767px) {
  .pr-150 {
    padding-right: 75px !important;
  }
}

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
html, body,
div, article, section, main,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address,
table, th, td,
a, p, img, figure, span, em, small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

html {
  overflow-y: scroll;
}

main {
  display: block;
}

ul, li {
  list-style-type: none;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a, button {
  outline: none;
}
a:focus, button:focus {
  outline: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  border: none;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

input,
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 3.2vw;
  min-width: 320px;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 14px;
    min-width: 1180px;
  }
}

_:-ms-lang(x)::-ms-backdrop, body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 14vw;
}
@media print, screen and (min-width: 768px) {
  main {
    margin-top: 120px;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 6.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .inner {
    width: 1180px;
    padding: 0 20px;
  }
}

a {
  color: #000;
}

img {
  max-width: 100%;
}

.res-pc {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .res-pc {
    display: inline !important;
  }
}

.res-sp {
  display: inline !important;
}
@media print, screen and (min-width: 768px) {
  .res-sp {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 14vw;
  padding: 0 0 0 4.2666666667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
@media print, screen and (min-width: 768px) {
  header {
    height: 120px;
    padding: 0 17px 0 30px;
  }
}
header .header-logo {
  width: 22.4vw;
}
@media print, screen and (min-width: 768px) {
  header .header-logo {
    width: 159px;
  }
}
header p.header-logo {
  display: none;
}
#top header h1.header-logo {
  display: none;
}
#top header p.header-logo {
  display: block;
}
@media only screen and (max-width: 767px) {
  header nav {
    position: absolute;
    width: 100%;
    height: calc( 100vh - 14vw );
    top: 14vw;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #00a7b4;
    padding: 9.3333333333vw 0 6.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
header nav ul#nav-main {
  display: block;
}
@media print, screen and (min-width: 768px) {
  header nav ul#nav-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
header nav ul#nav-main li {
  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;
}
@media only screen and (max-width: 767px) {
  header nav ul#nav-main li:nth-child(n+2) {
    margin-top: 5.0666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  header nav ul#nav-main li:nth-child(n+2) {
    margin-left: 25px;
  }
}
header nav ul#nav-main li a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 3.7333333333vw;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  header nav ul#nav-main li a {
    font-size: 16px;
    color: #000;
  }
}
header nav ul#nav-main li a .nav-jp {
  display: block;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.4vw;
  color: #fff;
  margin-top: 1.0666666667vw;
}
@media print, screen and (min-width: 768px) {
  header nav ul#nav-main li a .nav-jp {
    font-size: 12px;
    color: #535353;
    margin-top: 10px;
  }
}
header nav ul#nav-main li a:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #00a7b4;
  width: 0%;
  height: 3px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header nav ul#nav-main li a:hover .nav-jp {
  color: #00a7b4;
}
header nav ul#nav-main li a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header nav ul#nav-main li#nav-recruit {
    margin-top: 6vw;
  }
}
header nav ul#nav-main li#nav-recruit 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;
  width: 73.3333333333vw;
  height: 19.3333333333vw;
  background: url(/shared/images/company/common/nav-recruit-bg-sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  header nav ul#nav-main li#nav-recruit a {
    width: 95px;
    height: 95px;
    background: linear-gradient(50deg, #00a7b4 0%, #76cd65 62%, #faec00 100%);
    padding: 5px;
  }
}
header nav ul#nav-main li#nav-recruit a > span {
  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: 29.0666666667vw;
  height: 9.8666666667vw;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media print, screen and (min-width: 768px) {
  header nav ul#nav-main li#nav-recruit a > span {
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
header nav ul#nav-main li#nav-recruit a > span i {
  font-style: normal;
}
header nav ul#nav-main li#nav-recruit a .nav-jp {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  header nav ul#nav-main li#nav-recruit a .nav-jp {
    font-size: 3.7333333333vw;
    font-weight: bold;
    margin-top: 0;
  }
}
header nav ul#nav-main li#nav-recruit a:hover > span {
  background-color: #fff;
  color: #000;
}
header nav ul#nav-main li#nav-recruit a:hover .nav-jp {
  color: #000;
}
header nav ul#nav-main li#nav-recruit a:after {
  opacity: 0;
}
header nav #nav-partner {
  margin-top: 6vw;
}
@media print, screen and (min-width: 768px) {
  header nav #nav-partner {
    display: none;
  }
}
header nav #nav-partner 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;
  width: 73.3333333333vw;
  height: 19.3333333333vw;
  background: url(/shared/images/company/common/nav-partner-bg-sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  margin: 0 auto;
}
header nav #nav-partner a > span {
  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: 29.0666666667vw;
  height: 9.8666666667vw;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media print, screen and (min-width: 768px) {
  header nav #nav-partner a > span {
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
header nav #nav-partner a > span i {
  font-style: normal;
}
header nav #nav-partner a .nav-jp {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  header nav #nav-partner a .nav-jp {
    font-size: 3.7333333333vw;
    font-weight: bold;
    margin-top: 0;
  }
}
header #menuButton {
  display: block;
  width: 14vw;
  height: 14vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media print, screen and (min-width: 768px) {
  header #menuButton {
    display: none;
  }
}
header #menuButton span {
  display: block;
  background: #1aa7b3;
  width: 7.3333333333vw;
  height: 2px;
  position: absolute;
  left: 3.3333333333vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header #menuButton span:first-child {
  top: 5.3333333333vw;
}
header #menuButton span:nth-child(2) {
  top: 50%;
}
header #menuButton span:last-child {
  bottom: 4.8vw;
}
@media only screen and (max-width: 767px) {
  header.on nav {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  header.on #menuButton span:nth-child(1) {
    -webkit-transform: translateY(1.6vw) rotate(45deg);
    transform: translateY(1.6vw) rotate(45deg);
  }
  header.on #menuButton span:nth-child(2) {
    opacity: 0;
  }
  header.on #menuButton span:nth-child(3) {
    -webkit-transform: translateY(-1.6vw) rotate(-45deg);
    transform: translateY(-1.6vw) rotate(-45deg);
  }
}

footer {
  padding-top: 24vw;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding-top: 100px;
  }
}
footer #footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  footer #footer-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  footer #footer-banner li:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  footer #footer-banner li:nth-child(n+2) {
    margin-left: 50px;
  }
}
footer #footer-banner li:nth-child(1) .btn-scale:before {
  background-image: url(/shared/images/company/common/footer-banner-01.jpg);
}
footer #footer-banner li:nth-child(2) .btn-scale:before {
  background-image: url(/shared/images/company/common/footer-banner-02.jpg);
}
footer #pagetop {
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer #pagetop {
    height: 24vw;
    margin-bottom: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  footer #pagetop {
    margin-bottom: 100px;
  }
}
footer #pagetop a {
  position: fixed;
  bottom: 9.3333333333vw;
  right: 4vw;
  display: block;
  width: 15.2vw;
  height: 15.2vw;
  font-size: 3.2vw;
  text-align: center;
  padding-top: 8vw;
  z-index: 999;
}
@media print, screen and (min-width: 768px) {
  footer #pagetop a {
    width: 50px;
    height: 50px;
    font-size: 12px;
    padding-top: 26px;
    right: 112px;
    bottom: 100px;
  }
}
footer #pagetop a:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(/shared/images/company/common/pagetop-arrow.png) no-repeat center center;
  background-size: contain;
  width: 3.7333333333vw;
  height: 2.1333333333vw;
  top: 4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  footer #pagetop a:before {
    width: 13px;
    height: 8px;
    top: 12px;
  }
}
footer #pagetop a.stop {
  position: absolute;
  bottom: 0;
}
footer #footer-contents {
  background-color: #00a7b4;
  padding: 6.6666666667vw 2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer #footer-contents .inner {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
footer #footer-contents #footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-nav {
    margin-top: 15px;
  }
}
footer #footer-contents #footer-nav li {
  font-size: 3.7333333333vw;
  padding: 0 0.7142857143em;
  border-left: 1px solid #fff;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-nav li {
    font-size: 13px;
    margin-bottom: 0;
  }
}
footer #footer-contents #footer-nav li:last-child {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  footer #footer-contents #footer-nav li:nth-child(4) {
    border-right: 1px solid #fff;
  }
}
footer #footer-contents #footer-nav li a {
  color: #fff;
}
footer #footer-contents #footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 64.2666666667vw;
  margin: 4vw auto 0;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-link {
    width: 380px;
    margin-top: 0;
  }
}
footer #footer-contents #footer-link li {
  width: 28.8vw;
  margin-bottom: 6.1333333333vw;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-link li {
    width: 171px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-link li:nth-child(n+3) {
    margin-top: 36px;
  }
}
footer #footer-contents #footer-logo {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-logo {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
footer #footer-contents #footer-logo img {
  width: 26.4vw;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-logo img {
    width: 146px;
  }
}
footer #footer-contents #footer-logo small {
  display: block;
  font-size: 2.1333333333vw;
  color: #fff;
  margin-top: 0.25em;
}
@media print, screen and (min-width: 768px) {
  footer #footer-contents #footer-logo small {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}

.arrow {
  position: relative;
}
.arrow:after {
  position: absolute;
  display: block;
  content: " ";
  background: url(/shared/images/company/common/arrow.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6.6666666667vw;
  height: 1.2vw;
  right: 2.1333333333vw;
}
@media print, screen and (min-width: 768px) {
  .arrow:after {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}

.btn-container a, .btn-container button {
  margin: 0 auto;
}

.btn-lazer {
  display: block;
  width: 31.7333333333vw;
  padding: 2.6666666667vw 0;
  font-size: 3.2vw;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: url(/shared/images/company/common/arrow.png) no-repeat right 2.1333333333vw top 45%;
  background-size: 6.6666666667vw 1.2vw;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .btn-lazer {
    width: 225px;
    padding: 28px 0;
    font-size: 14px;
    background-size: 50px 9px;
    background-position: right 10px top 45%;
  }
}
.btn-lazer:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-lazer:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition: .1s ease-in-out .1s;
  transition: .1s ease-in-out .1s;
}
.btn-lazer:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  right: -1px;
  -webkit-transition: .1s ease-in-out .2s;
  transition: .1s ease-in-out .2s;
}
.btn-lazer > span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: .1s ease-in-out .3s;
  transition: .1s ease-in-out .3s;
}
.btn-lazer > span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .btn-lazer:hover:before {
    width: 0;
  }
  .btn-lazer:hover:after {
    height: 0;
  }
  .btn-lazer:hover span:before {
    height: 5px;
  }
  .btn-lazer:hover span:after {
    height: 0;
  }
}

.btn-lazer-white {
  display: block;
  width: 31.7333333333vw;
  padding: 2.6666666667vw 0;
  font-size: 3.2vw;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: url(/shared/images/company/common/arrow.png) no-repeat right 2.1333333333vw top 45%;
  background-size: 6.6666666667vw 1.2vw;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-lazer-white {
    width: 225px;
    padding: 28px 0;
    font-size: 14px;
    background-size: 50px 9px;
    background-position: right 10px top 45%;
  }
}
.btn-lazer-white:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-lazer-white:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition: .1s ease-in-out .1s;
  transition: .1s ease-in-out .1s;
}
.btn-lazer-white:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  right: -1px;
  -webkit-transition: .1s ease-in-out .2s;
  transition: .1s ease-in-out .2s;
}
.btn-lazer-white > span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: .1s ease-in-out .3s;
  transition: .1s ease-in-out .3s;
}
.btn-lazer-white > span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.btn-lazer-white:before, .btn-lazer-white:after {
  background-color: #fff;
}
.btn-lazer-white > span:before, .btn-lazer-white > span:after {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-lazer-white:hover:before {
    width: 0;
  }
  .btn-lazer-white:hover:after {
    height: 0;
  }
  .btn-lazer-white:hover span:before {
    height: 5px;
  }
  .btn-lazer-white:hover span:after {
    height: 0;
  }
}

.btn-arrow {
  display: block;
  width: 31.7333333333vw;
  padding: 2.6666666667vw 0;
  font-size: 3.2vw;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: url(/shared/images/company/common/arrow.png) no-repeat right 2.1333333333vw top 45%;
  background-size: 6.6666666667vw 1.2vw;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .btn-arrow {
    width: 225px;
    padding: 28px 0;
    font-size: 14px;
    background-size: 50px 9px;
    background-position: right 10px top 45%;
  }
}
.btn-arrow:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-arrow:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition: .1s ease-in-out .1s;
  transition: .1s ease-in-out .1s;
}
.btn-arrow:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  right: -1px;
  -webkit-transition: .1s ease-in-out .2s;
  transition: .1s ease-in-out .2s;
}
.btn-arrow > span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: .1s ease-in-out .3s;
  transition: .1s ease-in-out .3s;
}
.btn-arrow > span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.btn-arrow:before, .btn-arrow:after {
  display: none;
}
.btn-arrow span:before, .btn-arrow span:after {
  display: none;
}

.btn-green {
  background-color: #1aa7b3;
  font-weight: bold;
  color: #fff;
  width: 60.8vw;
  padding: 6.6666666667vw 0;
  background-image: url(/shared/images/company/common/arrow-white.png);
}
@media print, screen and (min-width: 768px) {
  .btn-green {
    font-size: 16px;
    width: 350px;
    padding: 42px 0;
  }
}
.btn-green:active {
  background-color: rgba(26, 167, 179, 0.8);
}

.btn-green-left {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.btn-green-left > span {
  display: block;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.btn-scale {
  position: relative;
  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: 73.3333333333vw;
  height: 31.8666666667vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .btn-scale {
    width: 460px;
    height: 200px;
  }
}
.btn-scale:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-scale > span {
  display: block;
  width: 31.7333333333vw;
  padding: 2.6666666667vw 0;
  font-size: 3.2vw;
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: url(/shared/images/company/common/arrow.png) no-repeat right 2.1333333333vw top 45%;
  background-size: 6.6666666667vw 1.2vw;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #fff;
  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: 29.0666666667vw;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-scale > span {
    width: 225px;
    padding: 28px 0;
    font-size: 14px;
    background-size: 50px 9px;
    background-position: right 10px top 45%;
  }
}
.btn-scale > span:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-scale > span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transition: .1s ease-in-out .1s;
  transition: .1s ease-in-out .1s;
}
.btn-scale > span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  right: -1px;
  -webkit-transition: .1s ease-in-out .2s;
  transition: .1s ease-in-out .2s;
}
.btn-scale > span > span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: .1s ease-in-out .3s;
  transition: .1s ease-in-out .3s;
}
.btn-scale > span > span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -1px;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.btn-scale > span:before, .btn-scale > span:after {
  background-color: #fff;
}
.btn-scale > span > span:before, .btn-scale > span > span:after {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-scale > span {
    width: 152px;
    height: 52px;
    font-size: 16px;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-scale:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.03, 1.03);
    transform: translate(-50%, -50%) scale(1.03, 1.03);
  }
  .btn-scale:hover > span {
    background-color: transparent;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .btn-scale:hover > span:before {
    width: 0;
  }
  .btn-scale:hover > span:after {
    height: 0;
  }
  .btn-scale:hover > span span:before {
    height: 5px;
  }
  .btn-scale:hover > span span:after {
    height: 0;
  }
}

.bg-grad {
  background: linear-gradient(50deg, #7fd3d9 0%, #b6e7b6 62%, #fcf57f 100%);
}

.title-yellow_line {
  position: absolute;
  top: -8vw;
  left: 6.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 8vw;
}
@media print, screen and (min-width: 768px) {
  .title-yellow_line {
    top: 26px;
    left: 0;
    font-size: 30px;
    width: 1040px;
    line-height: 46px;
  }
}
.title-yellow_line.anim {
  opacity: 0;
}
.title-yellow_line > span {
  position: relative;
  font-style: normal;
  padding: 1.3333333333vw 2.6666666667vw;
  margin-left: -2.6666666667vw;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .title-yellow_line > span {
    padding: 8px 15px;
    margin-left: -15px;
  }
}
.title-yellow_line > span:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #faec00;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.title-yellow_line > span em {
  font-style: normal;
  font-weight: bold;
  opacity: 0;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.title-yellow_line > span em span {
  opacity: 0;
}
.title-yellow_line.title-yellow_line_right {
  left: auto;
  right: 6.6666666667vw;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .title-yellow_line.title-yellow_line_right {
    right: 0;
  }
}
.title-yellow_line.title-yellow_line_right > span {
  margin-left: 0;
  margin-right: -2.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .title-yellow_line.title-yellow_line_right > span {
    margin-right: -15px;
  }
}
.title-yellow_line.anim-on {
  opacity: 1;
}
.title-yellow_line.anim-on > span:before {
  width: 100%;
}
.title-yellow_line.anim-on > span:nth-of-type(1):before {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.title-yellow_line.anim-on > span:nth-of-type(2):before {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.title-yellow_line.anim-on > span em {
  opacity: 1;
}

.sec-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #a0a0a0;
}
.sec-table th, .sec-table td {
  padding: 1em 0.8em;
  font-size: 4vw;
  line-height: 1.6;
  border-top: 1px solid #a0a0a0;
}
@media print, screen and (min-width: 768px) {
  .sec-table th, .sec-table td {
    padding: 1em 56px;
    font-size: 18px;
    line-height: 1.9444444444;
  }
}
.sec-table th {
  width: 26.6666666667vw;
  background-color: #afdfb9;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .sec-table th {
    width: 250px;
  }
}

.title-line {
  position: relative;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .title-line {
    margin-bottom: 40px;
  }
}
.title-line:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #1aa7b3;
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.title-line > span {
  position: relative;
  display: inline-block;
  border: 1px solid #1aa7b3;
  background-color: #fff;
  min-width: 44vw;
  line-height: 8.5333333333vw;
  font-size: 4vw;
  font-weight: bold;
  color: #1aa7b3;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  .title-line > span {
    min-width: 230px;
    font-size: 18px;
    line-height: 44px;
  }
}

.link-green {
  color: #00a7b4;
  text-decoration: underline;
}

.link-blank > i {
  position: relative;
  left: 2px;
}
@media print, screen and (min-width: 768px) {
  .link-blank > i {
    left: 4px;
  }
}
.link-blank > i:before, .link-blank > i:after {
  position: absolute;
  display: block;
  content: " ";
  width: 1.6vw;
  height: 1.3333333333vw;
  border: 1px solid #404040;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .link-blank > i:before, .link-blank > i:after {
    width: 6px;
    height: 5px;
  }
}
.link-blank > i:before {
  left: 0.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  .link-blank > i:before {
    left: 2px;
  }
}
.link-blank > i:after {
  top: 0.5333333333vw;
}
@media print, screen and (min-width: 768px) {
  .link-blank > i:after {
    top: 2px;
  }
}

.fs-large {
  font-size: 4vw;
  line-height: 1.8333333333;
}
@media print, screen and (min-width: 768px) {
  .fs-large {
    font-size: 18px;
    line-height: 1.9444444444;
  }
}

.fs-normal {
  font-size: 4vw;
  line-height: 1.8333333333;
}
@media print, screen and (min-width: 768px) {
  .fs-normal {
    font-size: 16px;
    line-height: 1.875;
  }
}

.anim-fadeInDown {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.anim-fadeInDown.anim-on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.sec {
  margin-top: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .sec {
    margin-top: 100px;
  }
}

.sec-title {
  font-size: 6.6666666667vw;
  font-weight: bold;
  color: #1aa7b3;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .sec-title {
    font-size: 50px;
  }
}

.sec-title-paren span.paren {
  position: relative;
  display: inline-block;
  padding: 2.6666666667vw 12vw;
}
@media print, screen and (min-width: 768px) {
  .sec-title-paren span.paren {
    padding: 15px 60px;
  }
}
.sec-title-paren span.paren:before, .sec-title-paren span.paren:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center;
  background-size: contain;
  width: 5.4666666667vw;
  height: 8.4vw;
}
@media print, screen and (min-width: 768px) {
  .sec-title-paren span.paren:before, .sec-title-paren span.paren:after {
    width: 28px;
    height: 43px;
  }
}
.sec-title-paren span.paren:before {
  background-image: url(/shared/images/company/common/title-paren-left.png);
  top: 0;
  left: 0;
}
.sec-title-paren span.paren:after {
  background-image: url(/shared/images/company/common/title-paren-right.png);
  bottom: 0;
  right: 0;
}

.sec-sub {
  margin-top: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .sec-sub {
    margin-top: 90px;
  }
}

.sec-sub-title {
  font-size: 5.3333333333vw;
  line-height: 1.425;
  text-align: center;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 768px) {
  .sec-sub-title {
    font-size: 32px;
  }
}

.sec-lead {
  text-align: center;
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  .sec-lead {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .sec-lead-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sec-lead-container .sec-lead-txt {
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .sec-lead-container .sec-lead-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
  }
}
.sec-lead-container .sec-lead-img {
  margin: 9.3333333333vw auto 0;
}
@media print, screen and (min-width: 768px) {
  .sec-lead-container .sec-lead-img {
    margin-top: 0;
  }
}

.mv {
  position: relative;
}
.mv .sec-title {
  position: absolute;
  bottom: 14.6666666667vw;
  left: 0;
  font-size: 11.6vw;
  z-index: 9;
}
@media print, screen and (min-width: 768px) {
  .mv .sec-title {
    bottom: 0;
    font-size: 90px;
    padding-bottom: 17.1686746988%;
  }
}
.mv .sec-title em {
  display: block;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 4vw;
  min-width: 58.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .mv .sec-title em {
    padding: 18px 20px 18px 30px;
    min-width: 520px;
  }
}
.mv .sec-title em span.paren {
  padding: 0.2666666667vw 4vw;
}
@media print, screen and (min-width: 768px) {
  .mv .sec-title em span.paren {
    padding: 5px 30px;
  }
}
.mv .sec-title em span.paren:before, .mv .sec-title em span.paren:after {
  width: 3.4666666667vw;
  height: 5.0666666667vw;
}
@media print, screen and (min-width: 768px) {
  .mv .sec-title em span.paren:before, .mv .sec-title em span.paren:after {
    width: 26px;
    height: 39px;
  }
}
.mv .sec-title small {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 2.1333333333vw 9.3333333333vw;
  width: 50.1333333333vw;
  font-size: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .mv .sec-title small {
    font-size: 40px;
    padding: 0 0 20px 70px;
    width: 430px;
  }
}
.mv .sec-title small > span {
  padding: 0 1em;
  color: #000;
  letter-spacing: 0.3em;
}
.mv .sec-title em, .mv .sec-title small {
  opacity: 0;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
.loaded .mv .sec-title em, .loaded .mv .sec-title small {
  opacity: 1;
}
.mv .sec-title em span, .mv .sec-title small span {
  opacity: 0;
  -webkit-transition: opacity 1s 1.0s;
  transition: opacity 1s 1.0s;
}
.loaded .mv .sec-title em span, .loaded .mv .sec-title small span {
  opacity: 1;
}
.mv .sec-title small span {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.mv .mv-img {
  text-align: right;
  padding-bottom: 8vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .mv .mv-img {
    padding-bottom: 7.8313253012%;
  }
}
.mv .mv-img:after {
  position: relative;
  display: inline-block;
  content: " ";
  background: no-repeat left center;
  background-size: cover;
  opacity: 0;
  width: 40%;
  height: 0;
  padding-top: 60.6666666667vw;
  vertical-align: middle;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media print, screen and (min-width: 768px) {
  .mv .mv-img:after {
    padding-top: 39.156626506%;
  }
}
.loaded .mv .mv-img:after {
  opacity: 1;
  width: 93.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .loaded .mv .mv-img:after {
    width: 84.3373493976%;
  }
}
.mv .mv-img:before {
  position: absolute;
  display: block;
  content: " ";
  background: linear-gradient(50deg, #7fd3d9 0%, #b6e7b6 62%, #fcf57f 100%);
  width: 0;
  height: 14.6666666667vw;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.5s 1.5s;
  transition: width 0.5s 1.5s;
}
@media print, screen and (min-width: 768px) {
  .mv .mv-img:before {
    max-width: 960px;
    height: 0;
    padding-top: 17.1686746988%;
  }
}
.loaded .mv .mv-img:before {
  width: 86.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .loaded .mv .mv-img:before {
    width: 57.8313253012%;
  }
}

.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    position: relative;
    display: block;
    padding-bottom: 7.8313253012%;
    margin-top: -7.8313253012%;
  }
  .breadcrumb nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 35.593220339%;
    text-align: right;
  }
  .breadcrumb nav ul {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
  }
  .breadcrumb nav ul li {
    display: inline;
  }
  .breadcrumb nav ul li:before {
    display: inline-block;
    content: " ";
    background: url(/shared/images/company/common/breadcrumb-arrow.gif) no-repeat center center;
    background-size: contain;
    width: 4px;
    height: 7px;
    vertical-align: 2px;
    margin: 0 10px;
  }
  .breadcrumb nav ul li:first-child:before {
    display: none;
  }
}

.news-list .news-list-title {
  padding: 5.3333333333vw 0;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  .news-list .news-list-title {
    padding: 40px 0;
  }
}
.news-list .news-list-title .news-date {
  font-size: 3.2vw;
  color: #000;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .news-list .news-list-title .news-date {
    font-size: 14px;
  }
}
.news-list .news-list-title .news-date .news-cat {
  display: inline-block;
  border: 1px solid #00a7b4;
  color: #00a7b4;
  padding: 0.125em 0.4166666667em;
  vertical-align: 0px;
  margin-left: 1.875em;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .news-list .news-list-title .news-date .news-cat {
    font-size: 12px;
    padding: 3px 15px;
  }
}
.news-list .news-list-title .news-title {
  margin-top: 4vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #00a7b4;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .news-list .news-list-title .news-title {
    margin-top: 15px;
    font-size: 21px;
  }
}
.news-list .news-list-title:first-child {
  padding-top: 0;
}

#news-detail .news-list-title {
  border-bottom: none;
}

.builds-content {
  /*reset*/
}
.builds-content div, .builds-content h1, .builds-content h2, .builds-content h3, .builds-content h4, .builds-content h5, .builds-content h6, .builds-content dl, .builds-content dt, .builds-content dd, .builds-content ul, .builds-content ol, .builds-content li, .builds-content pre, .builds-content form, .builds-content input, .builds-content textarea, .builds-content address, .builds-content table, .builds-content th, .builds-content td, .builds-content a, .builds-content p, .builds-content img, .builds-content figure, .builds-content span, .builds-content em, .builds-content small {
  vertical-align: baseline;
  line-height: normal;
}
.builds-content p {
  line-height: 2.1rem;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .builds-content p {
    letter-spacing: 0.02vw;
    line-height: 9.5vw;
  }
}

/* layout.css ver1.1.1 | KT potman & Staggers */
.builds section.entry-content {
  padding: 80px 0 0 0;
}

.builds section.entry-content h3 {
  padding: 15px 16.5% 0;
  font-size: 20px;
  letter-spacing: 0.1rem;
}

.builds section.entry-content time {
  display: block;
  padding: 25px 16.58% 15px;
  font-size: 14px;
  letter-spacing: 0.06rem;
}

.page-news-index.builds section.entry-content h2:before {
  -webkit-transform: translate(-110%, -40%);
  transform: translate(-110%, -40%);
}

.page-company-media.builds section.entry-content h2:before {
  -webkit-transform: translate(-185%, -40%);
  transform: translate(-185%, -40%);
}

.builds-content {
  width: 100%;
  display: block;
  padding: 5px 15%;
  margin-bottom: 30px;
  font-size: 0;
}

.builds-content > * {
  font-size: 14px;
}

/*title_main*/
.news .title_main {
  width: 95%;
  font-size: 18px;
  font-weight: bold;
  color: #00a7b4;
  margin: 45px 2.5% 0 2.5%;
  letter-spacing: normal;
}

.awards .title_main {
  width: 95%;
  font-size: 16px;
  font-weight: 400;
  margin: 45px 2.5% 0 2.5%;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .awards .title_main {
    font-size: 4.38vw;
  }
}

/*title_sub*/
.title_sub {
  width: 95%;
  font-size: 15px;
  font-weight: 400;
  margin: 45px 2.5% 0 2.5%;
  letter-spacing: normal;
}

/*fullsize_text*/
.fullsize_text {
  width: 95%;
  margin: 45px 2.5% 0 2.5%;
  letter-spacing: normal;
}

/*fullsize_img*/
.fullsize_img {
  width: 95%;
  margin: 45px 2.5% 0 2.5%;
}

.fullsize_img img {
  width: 100%;
}

/*title_lead*/
.title_lead {
  width: 95%;
  font-size: 15px;
  font-weight: 400;
  margin: 45px 2.5% 0 2.5%;
  letter-spacing: normal;
}

.title_lead span {
  display: block;
  width: 100%;
  font-size: 85%;
  font-weight: 400;
  margin: 15px 0 0 0;
}

/*image_right*/
.image_right {
  display: table;
  width: 95%;
  margin: 45px 2.5% 0 2.5%;
  direction: rtl;
}

.image_right p {
  display: table-cell;
  width: 50%;
  padding: 0 7.5% 0 0;
  vertical-align: middle;
  direction: ltr;
  text-align: justify;
}

.image_right span {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.image_right span img {
  width: 100%;
}

/*image_left*/
.image_left {
  display: table;
  width: 95%;
  margin: 45px 2.5% 0 2.5%;
}

.image_left p {
  display: table-cell;
  width: 50%;
  padding: 0 0 0 7.5%;
  vertical-align: middle;
  text-align: justify;
}

.image_left span {
  display: table-cell;
  width: 50%;
}

.image_left span img {
  width: 100%;
}

/*image_double*/
.image_double {
  display: inline-block;
  margin: 45px 2.5% 0 2.5%;
  width: 45%;
}

.image_double img {
  width: 100%;
}

/*image_triple*/
.image_triple {
  display: inline-block;
  margin: 45px 2.5% 0 2.5%;
  width: 28.33%;
}

.image_triple img {
  width: 100%;
}

/*image_double_caption*/
.image_double_caption {
  display: inline-block;
  margin: 45px 2.5% 0 2.5%;
  width: 45%;
}

.image_double_caption img {
  width: 100%;
}

.image_double_caption span {
  display: block;
  padding: 7px 0 0 0;
  letter-spacing: normal;
}

/*image_triple_caption*/
.image_triple_caption {
  display: inline-block;
  margin: 45px 2.5% 0 2.5%;
  width: 28.33%;
}

.image_triple_caption img {
  width: 100%;
}

.image_triple_caption span {
  display: block;
  padding: 7px 0 0 0;
  letter-spacing: normal;
}

/*text_link*/
.text_link {
  margin: 45px 2.5% 0 2.5%;
}

.text_link a {
  position: relative;
  display: inline-block;
  padding: 0 25px 0 0;
  font-size: 14px;
  letter-spacing: normal;
}

.text_link a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #505050;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*separate_line*/
.separate_line {
  border-top: 1px dotted rgba(150, 150, 150, 0.75);
  margin: 35px 0 0 0;
}

/*builds_clear*/
.builds_clear {
  clear: both;
  display: inline-block;
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 767px) {
  .builds section.entry-content {
    padding: 17.5vw 0 0 0;
    border-top: 0.35vw solid rgba(210, 195, 180, 0.8);
    top: -0.35vw;
  }

  .builds section.entry-content h3 {
    padding: 2.5vw 6.5% 0;
    font-size: 5.5vw;
    letter-spacing: 0.03rem;
  }

  .builds section.entry-content time {
    padding: 7.5vw 6.5% 5vw;
    font-size: 4.5vw;
  }

  .page-news-index.builds section.entry-content h2:before {
    -webkit-transform: translate(-110%, -40%);
    transform: translate(-110%, -40%);
  }

  .page-company-media.builds section.entry-content h2:before {
    -webkit-transform: translate(-185%, -40%);
    transform: translate(-185%, -40%);
  }

  .builds-content {
    padding: 0 6.5% 2.5vw;
    margin-bottom: 17.5vw;
  }

  .builds-content > * {
    font-size: 4.5vw;
  }

  /*title_main*/
  .title_main {
    width: 100%;
    margin: 12.5vw 0 0 0;
    line-height: 10.5vw;
  }

  /*title_sub*/
  .title_sub {
    width: 100%;
    font-size: 5.25vw;
    margin: 12.5vw 0 0 0;
  }

  /*fullsize_text*/
  .fullsize_text {
    width: 100%;
    margin: 12.5vw 0 0 0;
  }

  /*fullsize_img*/
  .fullsize_img {
    width: 100%;
    margin: 12.5vw 0 0 0;
  }

  /*title_lead*/
  .title_lead {
    width: 100%;
    font-size: 5.25vw;
    margin: 12.5vw 0 0 0;
  }

  .title_lead span {
    margin: 5vw 0 0 0;
  }

  /*image_right*/
  .image_right {
    display: block;
    width: 100%;
    margin: 12.5vw 0 0 0;
    direction: ltr;
  }

  .image_right p {
    display: block;
    width: 100%;
    padding: 0 0 7.5vw 0;
    vertical-align: top;
  }

  .image_right span {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  /*image_left*/
  .image_left {
    display: block;
    width: 100%;
    margin: 12.5vw 0 0 0;
  }

  .image_left p {
    display: block;
    width: 100%;
    padding: 0 0 7.5vw 0;
    vertical-align: top;
  }

  .image_left span {
    display: block;
    width: 100%;
  }

  /*image_double*/
  .image_double {
    display: block;
    margin: 12.5vw 0 0 0;
    width: 100%;
  }

  /*image_triple*/
  .image_triple {
    display: block;
    margin: 12.5vw 0 0 0;
    width: 100%;
  }

  /*image_double_caption*/
  .image_double_caption {
    display: block;
    margin: 12.5vw 0 0 0;
    width: 100%;
  }

  .image_double_caption span {
    padding: 3.5vw 0 0 0;
  }

  /*image_triple_caption*/
  .image_triple_caption {
    display: block;
    margin: 12.5vw 0 0 0;
    width: 100%;
  }

  .image_triple_caption span {
    padding: 3.5vw 0 0 0;
  }

  /*text_link*/
  .text_link {
    margin: 12.5vw 0 0 0;
  }

  .text_link a {
    display: inline-block;
    padding: 0 12.5vw 0 0;
    font-size: 4.5vw;
  }

  .text_link a:before {
    border-width: 1.4vw 0 1.4vw 2.4vw;
  }

  /*separate_line*/
  .separate_line {
    border-top: 0.35vw dotted rgba(150, 150, 150, 0.75);
    margin: 12.5vw 0 0 0;
  }

  /*builds_clear*/
  .builds_clear {
    display: block;
    height: 1vw;
  }
}
.pager {
  margin-top: 17.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .pager {
    margin-top: 90px;
  }
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager ul li:nth-child(n+2) {
  margin-left: 1.3333333333vw;
}
@media print, screen and (min-width: 768px) {
  .pager ul li:nth-child(n+2) {
    margin-left: 10px;
  }
}
.pager ul li a, .pager ul li p {
  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: 7.3333333333vw;
  height: 7.7333333333vw;
  font-size: 2.1333333333vw;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
@media print, screen and (min-width: 768px) {
  .pager ul li a, .pager ul li p {
    width: 50px;
    height: 54px;
    font-size: 13px;
  }
}
.pager ul li p {
  background-color: #fff;
  color: #a0a0a0;
}
.pager ul li.pager-arrow a, .pager ul li.pager-arrow p {
  width: 8.6666666667vw;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
@media print, screen and (min-width: 768px) {
  .pager ul li.pager-arrow a, .pager ul li.pager-arrow p {
    width: 60px;
  }
}
.pager ul li.pager-arrow img {
  width: 5.4666666667vw;
}
@media print, screen and (min-width: 768px) {
  .pager ul li.pager-arrow img {
    width: 37px;
  }
}
.pager ul li.pager-arrow:first-child img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pager ul li.pager-prev a, .pager ul li.pager-prev p, .pager ul li.pager-next a, .pager ul li.pager-next p {
  width: 12.8vw;
}
@media print, screen and (min-width: 768px) {
  .pager ul li.pager-prev a, .pager ul li.pager-prev p, .pager ul li.pager-next a, .pager ul li.pager-next p {
    width: 80px;
  }
}
.pager ul li.pager-current a, .pager ul li.pager-current p {
  background-color: #f9ea34;
  border-color: #f9ea34;
  color: #000;
}



/*# sourceMappingURL=common.css.map */
