@charset "UTF-8";
/* kv
======================================= */
.kv {
  padding: 22px 0 0;
  background: #299eac;
  color: #fff;
}
.kv__inner {
  display: flex;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
}
.kv__main {
  flex: 1 0 0%;
}
.kv__ill {
  flex: 0 0 472px;
}
.kv__title {
  margin-top: -.5em;
  font-size: 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .kv {
    margin: 0 -4vw;
    padding: 8vw 0;
  }
  .kv__inner {
    gap: 1.33333vw;
    width: auto;
    padding: 0 0 0 4vw;
  }
  .kv__ill {
    flex: 0 0 auto;
  }
  .kv__ill img {
    width: 36.53333vw;
  }
  .kv__title {
    margin: 0;
    font-size: 5.33333vw;
  }
}

/* section
======================================= */
.section {
  padding: 100px 0;
  background: #fff;
}
.section--bg {
  background: #f3f6f7;
}
.section__inner {
  width: 1240px;
  margin: 0 auto;
}
.section__title {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 40px;
  text-align: center;
}
.section__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section__lead {
  margin: 0 auto 3em;
  max-width: 960px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
.section__notes > li {
  display: table-row;
  font-size: 14px;
  line-height: 1.7;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__notes > li > span sup {
  display: inline-block;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .section {
    margin: 0 -4vw;
    padding: 8vw 0;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    font-size: 5.33333vw;
  }
  .section__title::after {
    width: 8vw;
    height: 0.53333vw;
  }
  .section__lead {
    margin-bottom: 2em;
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
  }
  .section__notes > li {
    font-size: 3.2vw;
  }
}

/* sec01
======================================= */
.sec01__body {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 50px;
}
.sec01__body > div {
  flex: 0 0 540px;
}
.sec01__body > p {
  flex: 1 0 0%;
  font-size: 18px;
  line-height: 1.78;
}
@media only screen and (max-width: 767px) {
  .sec01__body {
    flex-direction: column;
    gap: 6.66667vw;
  }
  .sec01__body > div {
    flex: 0 0 auto;
  }
  .sec01__body > p {
    font-size: 4vw;
    line-height: 1.6;
  }
}

/* sec02
======================================= */
.sec02__head {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 50px;
}
.sec02__head__lead {
  flex: 1 0 0%;
  font-size: 18px;
  line-height: 1.78;
}
.sec02__head__result {
  position: relative;
  flex: 0 0 510px;
  border: solid 2px #299eac;
}
.sec02__head__result dt {
  position: absolute;
  left: -2px;
  top: 0;
  transform: translateY(-50%);
  padding: .5em .75em .4em;
  background: #299eac;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.sec02__head__result dd {
  padding: 35px 25px 25px;
}
.sec02__head__result ul li {
  position: relative;
  padding-left: 1.25em;
  font-size: 16px;
}
.sec02__head__result ul li + li {
  margin-top: .2em;
}
.sec02__head__result ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  display: inline-block;
}
.sec02__image {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec02__head {
    flex-direction: column;
    gap: 10.66667vw;
    margin-bottom: 6.66667vw;
  }
  .sec02__head__lead {
    font-size: 4vw;
    line-height: 1.6;
  }
  .sec02__head__result {
    flex: 0 0 auto;
  }
  .sec02__head__result dt {
    font-size: 4vw;
  }
  .sec02__head__result dd {
    padding: 10vw 4vw 6.66667vw;
  }
  .sec02__head__result dd ul li {
    font-size: 3.73333vw;
  }
}
