@charset "UTF-8";
body {
  margin: 0;
  padding: 0 0 0 0;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.pc-none {
  display: none;
}
.l-contentsBody {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 30px;
}
.l-contentsBody img {
  max-width: 100%;
}
.main-visual {
  margin-top: 30px;
}
.contents-inner {
  max-width: 952px;
  margin: 0 auto;
  padding: 0 20px;
}
.text-link {
  color: #006FDE;
}
.section-01 .title {
  color: #004099;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  line-height: 1.6;
}
.section-01 .lead-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 22px;
  line-height: 1.75;
}
.section-02 {
  margin-top: 60px;
  border-top: 1px solid #A0A0A0;
  padding-top: 58px;
}
.section-02 h3 {
  color: #004099;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.section-02 .contents-01 {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 63px;
}
.section-02 .contents-02 {
  margin-top: 56px;
  text-align: center;
}
.section-02 .contents-02 .lead-01 {
  font-size: 14px;
  line-height: 1.7;
}
.section-02 .contents-02 .list-01 {
  font-size: 14px;
  line-height: 1.7;
}
.section-03 {
  margin-top: 56px;
  border-top: 1px solid #A0A0A0;
  padding-top: 58px;
}
.section-03 h3 {
  color: #004099;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.section-03 .contents-01 {
  display: flex;
  gap: 4%;
  margin-top: 60px;
}
.section-03 .contents-01 .item .text {
  font-size: 14px;
  margin-top: 14px;
  line-height: 1.7;
}
.section-04 {
  margin-top: 61px;
  border-top: 1px solid #A0A0A0;
  padding-top: 56px;
}
.section-04 .lead-01 {
  font-size: 16px;
  line-height: 1.85;
}
.section-04 .btn-area {
  margin-top: 61px;
}
.section-04 .btn-area .link-btn {
  background-color: #006FDE;
  color: #fff;
  padding: 24px 10px;
  max-width: 400px;
  box-sizing: border-box;
  display: block;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  position: relative;
  transition: 0.2s;
  border: 1px solid #006FDE;
}
.section-04 .btn-area .link-btn::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(/assets/img/arrow/icn_arrow_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.section-04 .btn-area .link-btn:hover {
  background-color: #fff;
  color: #006FDE;
}
.preload {
  background-image: url(/assets/img/arrow/icn_arrow_blue.svg), url(/assets/img/common/ico_nav_link_blue.svg);
  display: none;
}
.section-04 .btn-area .link-btn:hover::before {
  background-image: url(/assets/img/arrow/icn_arrow_blue.svg);
}
.section-04 .btn-area .link-btn.external_icon-btn::before {
  background-image: url(/assets/img/common/ico_nav_link.svg);
}
.section-04 .btn-area .link-btn.external_icon-btn:hover::before {
  background-image: url(/assets/img/common/ico_nav_link_blue.svg);
}
.section-04 .contents-01 {
  background-color: #FAFAFA;
  border: 7px solid #F0F1F2;
  padding: 36px 32px 31px;
  margin-top: 64px;
}
.section-04 .contents-01 .title {
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.section-04 .contents-01 .list-01 {
  margin-top: 26px;
}
.section-04 .contents-01 .list-01 li {
  font-size: 16px;
  line-height: 1.85;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .section-01 .title {
    font-size: 18px;
    margin-top: 14px;
    line-height: 1.67;
  }
  .section-01 .lead-text {
    font-size: 16px;
    text-align: left;
    margin-top: 14px;
  }
  .section-02 {
    margin-top: 22px;
    padding-top: 24px;
  }
  .section-02 h3 {
    font-size: 16px;
  }
  .section-02 .contents-01 {
    margin-top: 21px;
    display: block;
  }
  .section-02 .contents-01 .item {
    margin-top: 21px;
  }
  .section-02 .contents-02 {
    margin-top: 15px;
    text-align: left;
  }
  .section-02 .contents-02 .lead-01 {
    font-size: 12px;
  }
  .section-02 .contents-02 .list-01 {
    font-size: 12px;
    line-height: 1.85;
  }
  .section-03 {
    margin-top: 21px;
    padding-top: 21px;
  }
  .section-03 h3 {
    font-size: 16px;
    line-height: 1.7;
  }
  .section-03 .contents-01 {
    flex-wrap: wrap;
    gap: 22px 8%;
    margin-top: 19px;
  }
  .section-03 .contents-01 .item {
    width: 46%;
  }
  .section-03 .contents-01 .item .text {
    margin-top: 5px;
  }
  .section-04 {
    margin-top: 21px;
    padding-top: 21px;
  }
  .section-04 .lead-01 {
    font-size: 14px;
    line-height: 1.73;
  }
  .section-04 .btn-area {
    margin-top: 33px;
  }
  .section-04 .btn-area .link-btn {
    padding: 18px 10px;
  }
  .section-04 .contents-01 {
    margin-top: 40px;
    padding: 26px 28px 22px;
  }
  .section-04 .contents-01 .title {
    font-size: 20px;
  }
  .section-04 .contents-01 .list-01 {
    margin-top: 13px;
  }
  .section-04 .contents-01 .list-01 li {
    font-size: 14px;
    line-height: 1.72;
  }
}