/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.c-hdg-band {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 12px 0;
  background-color: #ededed;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.c-hdg-band .c-fz {
  font-size: 16px;
}
.c-hdg-band--black {
  background: #191919;
  color: #fff;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .c-hdg-band {
    margin: 0 auto 30px;
    padding: 12px 10px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

/*--------------------------------------------------------------------------
   #sec-intro
---------------------------------------------------------------------------*/
.sec-intro {
  padding-block: 100px;
  text-align: center;
}

.sec-intro__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .sec-intro {
    margin: 0 15px;
    padding-block: 50px;
  }

  .sec-intro__txt {
    font-size: 13px;
    line-height: 1.8;
  }
}

/*--------------------------------------------------------------------------
   .sec-about
---------------------------------------------------------------------------*/
.sec-about {
  padding-bottom: 85px;
  text-align: center;
  background: url(../../img/zeh/bg_about.webp) no-repeat left 85% / 33.8% auto;
}
@media only screen and (max-width: 767px) {
  .sec-about {
    padding-bottom: 85px;
    text-align: center;
    background: url(../../img/zeh/bg_about.webp) no-repeat left bottom / 80% auto;
  }
}

@media only screen and (max-width: 767px) {
  .sec-about .c-hdg-band {
    padding-inline: 15px;
  }
}
.sec-about__catch {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sec-about__catch {
    padding-inline: 15px;
    font-size: 16px;
  }
}
.sec-about__txt {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-about__txt {
    padding-inline: 15px;
    font-size: 13px;
  }
}
/*--------------------------------------------------------------------------
   .sec-result
---------------------------------------------------------------------------*/
.sec-result {
  text-align: center;
}
.sec-result__wrap {
  padding-block: 100px;
  background: #e6e3de;
}
@media only screen and (max-width: 767px) {
  .sec-result__wrap {
    padding-block: 50px;
    padding-inline: 15px;
    background: #e6e3de;
  }
}
.sec-result__block {
  max-width: 1056px;
  margin-bottom: 50px;
  padding: 42px 50px 60px;
  background: #fff;
  border-radius: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .sec-result__block {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-result__block-inner {
    padding-bottom: 15px;
    overflow-x: scroll;
    position: relative;
  }
}
.sec-result__block-swipe {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-result__block-swipe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity ease 0.5s;
    pointer-events: none;
  }

  .sec-result__block.is-start .sec-result__block-swipe {
    opacity: 0;
  }
  .sec-result__block-swipe-img {
    width: 72px;
    margin-bottom: 1em;
  }
  .sec-result__block-swipe-img img {
    width: 100%;
    height: auto;
  }
  .sec-result__block-swipe-txt {
    font-size: 12px;
    font-weight: 600;
  }
}
.sec-result__tb {
  width: 100%;
  font-weight: 700;
  border-collapse: collapse;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .sec-result__tb {
    width: 600px;
    font-weight: 700;
    border-collapse: collapse;
    line-height: 1.2;
  }
}
.sec-result__tb td {
  padding: 20px 15px;
  width: calc(100% - 272px / 5);
}
@media only screen and (max-width: 767px) {
  .sec-result__tb td {
    padding: 20px 10px;
    width: calc(100% - 120px / 5);
  }
}
.sec-result__tb tr:first-child th {
  padding: 0 15px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-result__tb tr:first-child th {
    padding: 0 10px 10px;
    font-size: 12px;
  }
}
.sec-result__tb tr:first-child td {
  padding-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-result__tb tr:first-child td {
    padding-bottom: 10px;
    font-size: 12px;
  }
}
.sec-result__tb tr:nth-child(2) th,
.sec-result__tb tr:nth-child(2) td {
  border-top: solid 1px #969696;
}

.sec-result__tb tr:nth-child(2) th,
.sec-result__tb tr:nth-child(2) td {
  border-bottom: dashed 1px #969696;
}
.sec-result__tb tr:nth-child(3) th,
.sec-result__tb tr:nth-child(3) td {
  border-bottom: solid 1px #969696;
  color: #9d790a;
}
.sec-result__tb tr:nth-child(2) th,
.sec-result__tb tr:nth-child(3) th {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .sec-result__tb tr:nth-child(2) th,
  .sec-result__tb tr:nth-child(3) th {
    font-size: 14px;
  }
}
.sec-result__tb th:first-child {
  width: 272px;
  padding-inline: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-result__tb th:first-child {
    width: 120px;
    padding-inline: 10px;
  }
}
.sec-result__tb td .num {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .sec-result__tb td .num {
    font-size: 20px;
  }
}
.sec-result__tb td .per {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .sec-result__tb td .per {
    font-size: 12px;
  }
}

.sec-result__about {
  max-width: 1056px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec-result__about {
    display: block;
    padding-inline: 15px;
  }
}
.sec-result__about-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sec-result__about-block {
    margin-bottom: 30px;
  }
}
.sec-result__about-block-txt {
  width: 344px;
  text-align: left;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-result__about-block-txt {
    width: 70%;
    font-size: 12px;
  }
}
.sec-result__about-block-fig {
  width: 109px;
}
@media only screen and (max-width: 767px) {
  .sec-result__about-block-fig {
    width: 25%;
  }
}
.sec-result__about-block-fig img {
  width: 100%;
  height: auto;
}

.sec-result__about-img {
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .sec-result__about-img {
    width: 100%;
  }
}
.sec-result__about-img figure {
  position: relative;
}
.sec-result__about-img figure figcaption {
  font-size: 13px;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000;
}
@media only screen and (max-width: 767px) {
  .sec-result__about-img figure figcaption {
    font-size: 10px;
  }
}
.sec-result__about-img img {
  width: 100%;
  height: auto;
}
