@media screen and (min-width: 767px) {
  html body main {
    background-image: url("../../images/other/sec1-bg-pc.webp");
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 {
    background-image: url("../../images/other/sec1-bg-sp.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}
html body .sec1 h1 {
  color: #00397B;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media (width <= 1100px) {
  html body .sec1 h1 {
    font-size: 50px;
    font-size: 4.5454545455vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 h1 {
    font-size: 21px;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 380px) {
  html body .sec1 h1 {
    font-size: 21px;
    font-size: 5.6vw;
  }
}
html body .sec1 p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
}
@media (width <= 1100px) {
  html body .sec1 p {
    font-size: 18px;
    font-size: 1.6363636364vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec1 p {
    text-align: left;
    font-size: 14px;
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 380px) {
  html body .sec1 p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
html body .sec2 {
  background-color: #EBF8F9;
}
html body .sec2 .contents-list-wrapper {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper {
    gap: 20px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list {
  background-color: #fff;
  padding: 36px 1rem 30px;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list {
    padding: 25px 1rem 20px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list-inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
html body .sec2 .contents-list-wrapper .contents-list h3 {
  width: 100%;
  height: 65px;
  display: grid;
  place-content: center;
  background-color: #3B709B;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (width <= 1100px) {
  html body .sec2 .contents-list-wrapper .contents-list h3 {
    font-size: 30px;
    font-size: 2.7272727273vw;
  }
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list h3 {
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec2 .contents-list-wrapper .contents-list h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body .sec2 .contents-list-wrapper .contents-list dl dt {
  text-align: center;
  color: #3B709B;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.25;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list dl dt {
    font-size: 18px;
    line-height: 1.4444444444;
    margin-bottom: 5px;
  }
}
html body .sec2 .contents-list-wrapper .contents-list dl dd {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  html body .sec2 .contents-list-wrapper .contents-list dl dd {
    font-size: 16px;
    letter-spacing: 0;
  }
}
html body .sec3 {
  background-color: #EBF8F9;
}
@media screen and (max-width: 767px) {
  html body .sec3 {
    padding-top: 0;
  }
}
html body .sec3 h2 + p {
  text-align: center;
  color: #3B709B;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body .sec3 h2 + p {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 380px) {
  html body .sec3 h2 + p {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body .sec3 .contents-list-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 767px) {
  html body .sec3 .contents-list-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
html body .sec3 .contents-list-wrapper .contents-list {
  background-color: #3B709B;
  border-radius: 10px;
  padding: 45px 1rem 35px;
}
@media screen and (max-width: 767px) {
  html body .sec3 .contents-list-wrapper .contents-list {
    padding: 30px 1rem 35px;
  }
}
html body .sec3 .contents-list-wrapper .contents-list-inner {
  max-width: 283px;
  width: 100%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
html body .sec3 .contents-list-wrapper .contents-list h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 0;
}
html body .sec3 .contents-list-wrapper .contents-list h3::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
html body .sec3 .contents-list-wrapper .contents-list p {
  color: #fff;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body .sec3 .contents-list-wrapper .contents-list p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
html body .sec3 .contents-list-wrapper .contents-list img {
  margin-top: auto;
}
html body .sec3 .btn-1 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body .sec3 .btn-1 {
    margin-top: 45px;
  }
}
html body .sec3 .btn-1 a {
  background-color: transparent;
}

/*# sourceMappingURL=other.css.map */
