@charset "UTF-8";
.pc {
  display: inline-block;
}
@media (max-width: 700px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 700px) {
  .sp {
    display: inline-block;
  }
}

.el-d-section {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .el-page__content {
    width: 100%;
    overflow: hidden;
  }
}

.main {
  background-color: #E5F6FB;
  padding: 0 0 80px;
  position: relative;
}
@media (max-width: 700px) {
  .main {
    padding: 0 0 40px;
  }
}
.main__visual {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media (max-width: 700px) {
  .main__visual {
    margin: 0 auto 30px;
  }
}
.main__lead {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.02em;
  line-height: 50px;
  text-align: center;
  color: #0094AC;
}
@media (max-width: 700px) {
  .main__lead {
    width: 90%;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
  }
}
.main__lead--note {
  font-size: 20px;
  line-height: 50px;
}

.feature {
  background-color: #F2F2F2;
  padding: 60px 0 90px;
}
@media (max-width: 700px) {
  .feature {
    padding: 50px 0 40px;
  }
}
.feature__wrrapper {
  background-color: #FFF;
  width: 720px;
  margin: 0 auto 50px;
  padding: 50px 50px 10px;
}
@media (max-width: 700px) {
  .feature__wrrapper {
    width: 70%;
    padding: 5vw;
    margin: 0 auto 30px;
  }
}
.feature__wrrapperHead {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-align: left;
  color: #0094AC;
}
@media (max-width: 700px) {
  .feature__wrrapperHead {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
.feature__wrrapperHead::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/check.svg) no-repeat;
  background-size: contain;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
@media (max-width: 700px) {
  .feature__wrrapperHead::before {
    width: 1.2em;
    height: 1.2em;
    margin: 0 0.5em 0 0;
  }
}
.feature__wrrapperText {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  color: #1c1c1c;
  margin: 0 auto 40px 60px;
}
@media (max-width: 700px) {
  .feature__wrrapperText {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 40px;
  }
}
.feature__wrrapperNote {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  color: #1c1c1c;
  margin: 0 auto 40px 0;
}
@media (max-width: 700px) {
  .feature__wrrapperNote {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 40px;
  }
}
@media (max-width: 700px) {
  .feature__inner--03 .feature__wrrapperText {
    margin: 0;
  }
}
@media (max-width: 700px) {
  .feature__inner--03 .feature__wrrapperNote {
    margin: 0;
  }
}
.feature__mark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 400px;
  margin: 0 auto 70px;
  gap: 20px;
}
@media (max-width: 700px) {
  .feature__mark {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.feature__scene {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1000px;
  margin: 0 auto;
  gap: 5px;
}
@media (max-width: 700px) {
  .feature__scene {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.type {
  margin: 60px auto;
}
@media (max-width: 700px) {
  .type {
    margin: 40px auto;
  }
}
.type__catch {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 60px;
  text-align: center;
  color: #0094AC;
}
@media (max-width: 700px) {
  .type__catch {
    font-size: 20px;
    line-height: 30px;
  }
}
.type__catch::before {
  display: inline-block;
  content: "";
  background: url(../img/bar_l.svg) center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 30px;
  margin: 0 10px -2px 0;
}
@media (max-width: 700px) {
  .type__catch::before {
    height: 20px;
  }
}
.type__catch::after {
  display: inline-block;
  content: "";
  background: url(../img/bar_r.svg) center center no-repeat;
  background-size: contain;
  width: 13px;
  height: 30px;
  margin: 0 0 -2px 10px;
}
@media (max-width: 700px) {
  .type__catch::after {
    height: 20px;
  }
}
.type__wrrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 583px;
  margin: 0 auto 50px;
  gap: 50px;
}
@media (max-width: 700px) {
  .type__wrrapper {
    width: 80%;
    grid-template-columns: 1fr;
  }
}
.type__innerHead {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 56px;
  text-align: center;
  color: #2f2f2f;
  margin: 0 auto 10px;
}
@media (max-width: 700px) {
  .type__innerHead {
    font-size: 16px;
    line-height: 56px;
  }
}
.type__innerText {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #2f2f2f;
  margin: 30px auto 0;
}
@media (max-width: 700px) {
  .type__innerText {
    font-size: 16px;
    line-height: 25px;
    margin: 10px auto 0;
  }
}
.type__banner {
  width: 650px;
  display: grid;
  grid-template-columns: 1fr 50px;
  justify-items: center;
  align-items: center;
  background-color: #FFF;
  border: solid 2px #005CA9;
  border-radius: 20px;
  margin: 25px auto;
  padding: 20px 0;
  transition: all 0.5s;
}
@media (max-width: 700px) {
  .type__banner {
    width: 80%;
    border-radius: 100dvh;
    padding: 10px 0;
  }
}
.type__banner:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.5s;
}
.type__banner::after {
  position: relative;
  content: url(../img/arrow_lineup.svg);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  align-content: center;
  text-align: center;
  vertical-align: bottom;
  right: -50%;
  background-color: #005CA9;
  grid-column: 2/3;
  grid-row: 1/3;
  transition: all 0.5s;
}
.type__bannerText {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #005ca9;
  grid-column: 1/2;
  margin: 0 auto 20px;
  transform: translateX(25px);
}
@media (max-width: 700px) {
  .type__bannerText {
    font-size: 15px;
    line-height: 20px;
  }
}
.type__bannerImg {
  width: 420px;
  grid-column: 1/2;
  transform: translateX(25px);
}
@media (max-width: 700px) {
  .type__bannerImg {
    width: 75%;
  }
}

.type__banner:hover::after {
  scale: 1.2;
  transition: all 0.5s;
}/*# sourceMappingURL=style.css.map */