@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

@media (max-width: 640px) {
  .ttl_wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .ttl_wrap h2.p_ttl .f_en {
    width: 302px;
  }
}
@media (max-width: 640px) {
  .ttl_wrap .sub-page-ttlani img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
}

section .contents {
  margin: 0 auto;
}
section dt {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section dt {
    font-size: 2rem;
  }
}
section dt span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 40px;
}
section dd {
  line-height: 1.8;
}
section .col_l,
section .col_r {
  width: 468px;
}
@media (max-width: 1200px) {
  section .col_l,
  section .col_r {
    width: 48%;
  }
}
@media (max-width: 768px) {
  section .col_l,
  section .col_r {
    width: 100%;
  }
}
section h4 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  section h4 {
    margin-bottom: 60px;
    font-size: 1.8rem;
  }
}
section .subttl {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 768px) {
  section .subttl {
    font-size: 1.9rem;
  }
}
section span.cap_nb {
  bottom: 10px;
  right: 12px;
  letter-spacing: 0.05rem;
}
@media (max-width: 768px) {
  section span.cap_nb {
    bottom: 8px;
    right: 8px;
  }
}

.main_copy {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .main_copy {
    padding: 0 15px;
  }
}
.main_copy h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .main_copy h3 {
    line-height: 1.8;
  }
}
@media (max-width: 640px) {
  .main_copy h3 {
    font-size: 2rem;
  }
}
.main_copy p {
  line-height: 2;
  font-size: 1.6rem;
}

.sec01 {
  padding: 80px 0;
  background: #dfe1e5;
}
@media (max-width: 768px) {
  .sec01 {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .sec01 .contents {
    width: calc(100% - 70px);
    margin: 0 35px 0;
  }
}
.sec01 .flx {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .sec01 .flx {
    display: block;
  }
}
.sec01 .col_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .sec01 .col_l {
    margin: 65px auto 0;
  }
}
@media (max-width: 640px) {
  .sec01 .col_l {
    width: 305px;
  }
}
.sec01 .col_l li {
  width: 222px;
}
@media (max-width: 1200px) {
  .sec01 .col_l li {
    width: 47%;
  }
}
@media (max-width: 640px) {
  .sec01 .col_l li {
    width: 145px;
  }
}
.sec01 .col_l li + li {
  margin-top: 120px;
}
.sec01 .col_l li span.cap_nb {
  bottom: 10px;
  right: 12px;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .sec01 .col_l li span.cap_nb {
    bottom: 8px;
    right: 8px;
  }
}
.sec01 .col_r {
  width: 410px;
}
@media (max-width: 1200px) {
  .sec01 .col_r {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .sec01 .col_r {
    width: 100%;
  }
}
.sec01 .col_r div {
  margin: 60px auto 0;
}
.sec01 .col_r div img {
  padding: 0 12px;
}
@media (max-width: 768px) {
  .sec01 .col_r div img {
    padding: 0;
  }
}

.sec02 {
  padding: 160px 0;
}
@media (max-width: 768px) {
  .sec02 {
    padding: 95px 0 120px;
  }
}
@media (max-width: 960px) {
  .sec02 .contents {
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}
.sec02 dt span {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sec02 dt span {
    margin-bottom: 40px;
  }
}
.sec02 .subttl {
  margin-bottom: 80px;
}
.sec02 .flx {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .sec02 .flx {
    display: block;
    margin: 0 11px;
  }
}
.sec02 .flx:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sec02 .flx:nth-child(2n) .col_r {
  padding-left: 80px;
}
@media (max-width: 1200px) {
  .sec02 .flx:nth-child(2n) .col_r {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .sec02 .flx:nth-child(2n) .col_r {
    padding-left: 0;
  }
}
.sec02 .flx + .flx {
  margin-top: 60px;
}
.sec02 .col_r {
  width: 440px;
}
@media (max-width: 1200px) {
  .sec02 .col_r {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .sec02 .col_r {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec02 .topic {
  margin-top: 160px;
  padding: 50px 58px 64px 82px;
  border: 1px solid #dbdcd9;
  background: #edeeeb;
}
@media (max-width: 768px) {
  .sec02 .topic {
    padding: 25px 25px 30px;
    margin-top: 120px;
  }
}
.sec02 .topic .topic_ttl {
  margin-bottom: 50px;
  padding: 20px 60px;
  font-size: 2.2rem;
  color: #4e7f70;
  border: 1px solid #4e7f70;
  background: #f3f3f0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec02 .topic .topic_ttl {
    margin-bottom: 30px;
    padding: 20px 15px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.sec02 .topic .flx {
  margin-bottom: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .sec02 .topic .flx {
    display: block;
  }
}
@media (max-width: 768px) {
  .sec02 .topic .flx {
    margin: 0;
  }
}
.sec02 .topic .flx p {
  width: 386px;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .sec02 .topic .flx p {
    width: 100%;
  }
}
.sec02 .topic .flx div {
  width: 392px;
}
@media (max-width: 1200px) {
  .sec02 .topic .flx div {
    margin: 40px auto 40px;
  }
}
@media (max-width: 768px) {
  .sec02 .topic .flx div {
    width: 100%;
  }
}

.sec03 {
  padding: 100px 0 70px;
  background: #fdfdfc;
}
@media (max-width: 768px) {
  .sec03 {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .sec03 .contents {
    width: calc(100% - 48px);
    margin: 0 25px 0;
  }
}
.sec03 p {
  margin-top: 60px;
  text-align: center;
  line-height: 1.8;
}
.sec03 div {
  width: 735px;
  margin: 50px auto 0;
}
@media (max-width: 960px) {
  .sec03 div {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .sec03 div {
    width: 100%;
  }
}
.sec03 div span.cap {
  display: block;
  text-align: right;
  margin-top: 40px;
  margin-right: -20px;
}
@media (max-width: 640px) {
  .sec03 div span.cap {
    margin-right: 0;
  }
}

.sec04 {
  padding: 125px 0 0;
}
@media (max-width: 960px) {
  .sec04 .contents {
    width: calc(100% - 48px);
    margin: 0 24px 0;
  }
}
.sec04 p {
  margin-top: 60px;
  text-align: center;
  line-height: 1.8;
}
.sec04 .zeh_logo {
  width: 632px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .sec04 .zeh_logo {
    width: 80%;
    margin: 40px auto 0;
  }
}
@media (max-width: 640px) {
  .sec04 .zeh_logo {
    width: 100%;
  }
}
.sec04 .achievements {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .sec04 .achievements {
    margin-top: 100px;
  }
}
.sec04 .achievements h5 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
}
.sec04 .achievements .flx {
  width: 796px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* @include sp {
    width: 100%;
  } */
}
@media (max-width: 960px) {
  .sec04 .achievements .flx {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec04 .achievements .flx {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec04 .achievements .flx dl {
  width: 252px;
}
@media (max-width: 960px) {
  .sec04 .achievements .flx dl {
    width: 31.5%;
  }
}
@media (max-width: 768px) {
  .sec04 .achievements .flx dl {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 640px) {
  .sec04 .achievements .flx dl {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .sec04 .achievements .flx dl:nth-child(2n) {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .sec04 .achievements .flx dl:nth-child(3) {
    margin-top: 20px;
  }
}
.sec04 .achievements .flx dl:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sec04 .achievements .flx dl:nth-child(n+4) {
    margin-top: 20px;
  }
}
.sec04 .achievements .flx dl dt {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.sec04 .achievements .flx dl dt span.cap {
  margin-bottom: 0;
}
.sec04 .achievements .flx dl dd {
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 640px) {
  .sec04 .achievements .flx dl dd {
    line-height: 1.6;
  }
}
.sec04 .bels {
  width: 410px;
  margin: 160px auto 0;
}
@media (max-width: 768px) {
  .sec04 .bels {
    width: 305px;
    margin: 100px auto 0;
  }
}
.sec04 + .contents {
  margin: 160px auto 0;
}
@media (max-width: 768px) {
  .sec04 + .contents {
    margin: 100px 25px 0;
  }
}

.res-req {
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .res-req {
    margin: 0 auto 50px;
  }
}