@media screen and (max-width: 767px) {
  .intro {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .intro img {
    width: 400px;
  }
}
.intro .txt {
  position: absolute;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .intro .txt {
    top: 30px;
  }
}
.intro .txt h2 {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .intro .txt h2 {
    font-size: 27px;
    text-align: left;
  }
}
.intro .txt p {
  margin-top: 5px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .intro .txt p {
    font-size: 14px;
    text-align: justify;
  }
}
.intro ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: -140px;
}
@media screen and (max-width: 767px) {
  .intro ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
  }
}
.intro ul li {
  width: calc((100% - 20px) / 3);
  padding: 30px 0;
  background-color: #dde2e6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .intro ul li {
    width: calc(50% - 5px);
    height: 150px;
  }
}
.intro ul li > span:nth-of-type(1) {
  display: block;
  margin-top: -35px;
  font-size: 90px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro ul li > span:nth-of-type(1) {
    margin-top: -45px;
    font-size: 70px;
  }
}
.intro ul li > span:nth-of-type(2) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  /*&:is(li:nth-of-type(3) > span:nth-of-type(2)) {
      margin-top: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .intro ul li > span:nth-of-type(2) {
    font-size: 21px;
  }
}
.intro ul li > span:nth-of-type(2) span {
  display: inline-block;
  padding: 3px 7px 5px;
  background: rgb(0, 0, 69);
  background: linear-gradient(90deg, rgb(0, 0, 69) 0%, rgb(0, 59, 144) 100%);
}
.intro ul li > span:nth-of-type(2) span:nth-of-type(2) {
  margin-top: 5px;
}

.feature:nth-of-type(2n-1) {
  background-color: #dde2e6;
}
.feature#f01 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .feature#f01 {
    margin-top: 30px;
  }
}
.feature#f02 .note {
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .feature#f02 .note {
    position: relative;
    bottom: auto;
  }
}
.feature .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .feature .wrap {
    display: block;
    text-align: center;
  }
}
.feature .wrap:is(.feature:nth-of-type(2n-1) .wrap) {
  flex-direction: row-reverse;
}
.feature .txt {
  position: relative;
  margin-top: 20px;
}
.feature .txt:is(#f01 .txt) {
  margin-top: 0;
}
.feature .txt h3 {
  font-size: 120px;
  font-weight: 900;
  color: #dde2e6;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .feature .txt h3 {
    font-size: 80px;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.feature .txt h3:is(.feature:nth-of-type(2n-1) h3) {
  color: #fff;
}
.feature .txt h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  padding: 5px 10px 7px;
  background: rgb(0, 0, 69);
  background: linear-gradient(90deg, rgb(0, 0, 69) 0%, rgb(0, 59, 144) 100%);
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .feature .txt h3 span {
    margin-top: 8px;
    font-size: 26px;
  }
}
.feature .txt p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .feature .txt p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.feature .txt p:is(#f01 .txt p) {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .feature .txt p:is(#f01 .txt p) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature img {
    width: 100%;
    max-width: 400px;
  }
}

.qanda {
  padding: 50px 0 80px;
  background-color: #edf5fa;
}
@media screen and (max-width: 767px) {
  .qanda {
    padding: 30px 0 50px;
  }
}
.qanda h3 {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qanda h3 {
    padding-bottom: 10px;
    font-size: 24px;
  }
}
.qanda dl dt {
  position: relative;
  margin-top: 10px;
  padding: 15px 80px 15px 100px;
  background-color: #c8e6fa;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qanda dl dt {
    padding: 12px 60px 12px 75px;
    font-size: 15px;
  }
}
.qanda dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 72px;
  height: 30px;
  background-image: url(../img/qanda_q2.png);
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #00338e;
}
@media screen and (max-width: 767px) {
  .qanda dl dt::before {
    width: 52px;
    height: 24px;
    background-size: contain;
  }
}
.qanda dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(../img/qanda_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .qanda dl dt::after {
    right: 15px;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
.qanda dl dt.open {
  background-color: #fff;
}
.qanda dl dt.open::before {
  background-image: url(../img/qanda_q.png);
}
.qanda dl dt.open::after {
  background-image: url(../img/qanda_arrow2.png);
}
.qanda dl dd {
  position: relative;
  display: none;
  margin-top: 20px;
  padding: 0 20px 25px 80px;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .qanda dl dd {
    margin-top: 15px;
    padding: 0 15px 15px 60px;
    font-size: 13px;
  }
}
.qanda dl dd:nth-of-type(1), .qanda dl dd:nth-of-type(2) {
  display: block;
}
.qanda dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 75px;
  height: 26px;
  background-image: url(../img/qanda_a.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .qanda dl dd::before {
    top: 1px;
    width: 53px;
    height: 22px;
    background-size: contain;
  }
}
.qanda dl dd a {
  position: relative;
  white-space: nowrap;
  font-size: 16px;
  transition: none;
}
@media screen and (max-width: 767px) {
  .qanda dl dd a {
    font-size: 14px;
  }
}
.qanda dl dd a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.qanda dl dd a.arrow::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #000;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .qanda dl dd a.arrow::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
}
.qanda dl dd a:hover {
  opacity: 1;
  color: #286ebe;
}
.qanda dl dd a:hover::after {
  background-color: #286ebe;
}
.qanda dl dd a:hover.arrow::before {
  border-left: 10px solid #286ebe;
}
.qanda dl dd .tbl {
  margin-top: 0;
  background-color: #fff;
}
.qanda ul.note {
  padding-left: 20px;
}
.qanda ul.note li {
  list-style-type: disc;
  padding-bottom: 5px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .qanda ul.note li {
    font-size: 10px;
    text-align: justify;
  }
}
.qanda ul.note li a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .qanda ul.note li a {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */