*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 52px;
}

body {
  height: 100vh;
  color: #434e53;
  font-family: "Noto Sans", sans-serif;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  border-radius: 0 0 20px 20px;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 981px) {
  .main-header {
    border-radius: 0;
    width: 100vw;
    height: 52px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  }
}
.main-header .header__inner {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 20px;
  width: calc(1200px + (100% - 1200px) / 2);
  height: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 981px) {
  .main-header .header__inner {
    margin-left: 0;
    width: 100%;
    height: 52px;
  }
}
.main-header .header__ttl img {
  width: 134px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 981px) {
  .main-header .header__ttl img {
    width: 112px;
  }
}
@media screen and (max-width: 981px) {
  .main-header .header__nav {
    display: none;
  }
}
.main-header .header__nav .nav__list {
  display: flex;
  gap: 30px;
  list-style: none;
  font-size: 1.6rem;
}
.main-header .header__nav .nav__list a {
  text-decoration: none;
}
.main-header .header__nav .nav__list a:hover {
  text-decoration: underline;
}
.main-header .header__utility {
  display: flex;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 981px) {
  .main-header .header__utility {
    display: none;
  }
}
.main-header .header__utility .utility__list {
  display: flex;
  margin: 0;
  height: 100%;
  list-style: none;
}
.main-header .header__utility .utility__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
}
.main-header .header__utility .utility__item a:hover {
  text-decoration: underline;
}
.main-header .header__utility .utility__item img {
  margin-bottom: 6px;
  height: auto;
  object-fit: contain;
}
.main-header .header__utility .item-doc {
  background: #108b99;
  color: #fff;
}
.main-header .header__utility .item-doc img {
  width: 27px;
}
.main-header .header__utility .item-consider {
  background: #2460a9;
  color: #fff;
}
.main-header .header__utility .item-consider img {
  width: 35px;
}
.main-header .header__utility .item-partner {
  background: #fff;
}
.main-header .header__utility .item-partner img {
  width: 41px;
}

.header__spmenu {
  display: none;
}
@media screen and (max-width: 981px) {
  .header__spmenu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 100%;
  }
  .header__spmenu .spmenu__btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border: 0;
    width: 52px;
    height: 52px;
    background: transparent;
    cursor: pointer;
  }
  .header__spmenu .spmenu__btn .btn__bar__wrap {
    position: relative;
    width: 34px;
    height: 34px;
  }
  .header__spmenu .spmenu__btn .btn__bar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -18px;
    width: 34px;
    height: 2px;
    background: #40474b;
    transition: all 0.4s ease;
  }
  .header__spmenu .spmenu__btn .bar__02 {
    transform: translateY(-10px);
  }
  .header__spmenu .spmenu__btn .bar__03 {
    transform: translateY(10px);
  }
  .header__spmenu .btn__text {
    font-size: 1.2rem;
    text-align: center;
    color: #434e53;
  }
  .header__spmenu .text-close {
    display: none;
  }
  .header__spmenu .spmenu__body {
    display: none;
    padding: 30px 20px 120px;
    height: 100vh;
    background: rgba(67, 78, 83, 0.95);
    box-sizing: border-box;
    overflow-y: auto;
  }
  .header__spmenu .spmenu__body .spmenu__list {
    padding: 0;
    list-style: none;
  }
  .header__spmenu .spmenu__body .spmenu__list .spmenu__item {
    border-bottom: 2px solid #fff;
  }
  .header__spmenu .spmenu__body .spmenu__list .spmenu__item a {
    display: block;
    padding: 20px 10px;
    color: #fff;
    font-size: 2.2rem;
    text-decoration: none;
  }
  .header__spmenu .spmenu__body .spmenu__dllink {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list .spmenu__utility__item {
    flex: 1;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list .spmenu__utility__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list .spmenu__utility__item img {
    margin-right: 10px;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list .item__01 a {
    border-right: 0;
    border-radius: 50px 0 0 50px;
    color: #fff;
    background: #2460a9;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list .item__01 a img {
    width: 23px;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list .item__02 a {
    border-left: 0;
    border-radius: 0 100px 100px 0;
    background: #fff;
  }
  .header__spmenu .spmenu__body .spmenu__utility__list .item__02 a img {
    width: 28px;
  }
  .header__spmenu.is-active {
    display: block;
  }
  .header__spmenu.is-active .spmenu__btn .bar__01 {
    transform: rotate(-45deg);
    background: #fff;
  }
  .header__spmenu.is-active .spmenu__btn .bar__02 {
    transform: rotate(45deg) translateY(0);
    background: #fff;
  }
  .header__spmenu.is-active .spmenu__btn .bar__03 {
    transform: rotate(135deg) translateY(0);
    background: #fff;
  }
  .header__spmenu.is-active .spmenu__btn .text-menu {
    display: none;
  }
  .header__spmenu.is-active .spmenu__btn .text-close {
    display: block;
    color: #fff;
  }
  .header__spmenu.is-active .spmenu__body {
    display: block;
  }
}

.main {
  margin-top: 80px;
}
@media screen and (max-width: 981px) {
  .main {
    margin-top: 52px;
  }
}

.splide {
  position: relative;
}
.splide .splide__track {
  margin: 0;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 981px) {
  .splide .splide__track {
    height: auto;
  }
}
.splide .splide__track .splide__list {
  margin: 0;
  padding: 0;
  height: 800px;
}
@media screen and (max-width: 981px) {
  .splide .splide__track .splide__list {
    height: auto;
  }
}
.splide .splide__track .splide__slide img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
@media screen and (max-width: 981px) {
  .splide .splide__track .splide__slide img {
    height: auto;
    min-height: 440px;
  }
}
.splide.splide__sp {
  display: none;
}
@media screen and (max-width: 981px) {
  .splide.splide__pc {
    display: none;
  }
}
@media screen and (max-width: 981px) {
  .splide.splide__sp {
    display: block;
  }
}

.mv__ttl {
  position: absolute;
  top: 170px;
  left: 50%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -267px;
}
@media screen and (max-width: 981px) {
  .mv__ttl {
    top: 100px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 981px) {
  .mv__ttl > img {
    width: calc(100% - 80px);
    max-width: 534px;
  }
}

.mv_utility__list {
  padding: 0;
  display: flex;
  list-style: none;
}
.mv_utility__list .mv_utility__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 70px;
  font-size: 2rem;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (max-width: 981px) {
  .mv_utility__list .mv_utility__item a {
    width: 157px;
    height: 60px;
    font-size: 1.4rem;
  }
}
.mv_utility__list .mv_utility__item a:hover {
  opacity: 0.85;
}
.mv_utility__list .mv_utility__item img {
  margin-right: 10px;
  height: auto;
  object-fit: contain;
}
.mv_utility__list .item__01 {
  border-radius: 70px 0 0 70px;
  color: #fff;
  background: #2460a9;
}
.mv_utility__list .item__01 img {
  width: 35px;
}
@media screen and (max-width: 981px) {
  .mv_utility__list .item__01 img {
    width: 22px;
  }
}
.mv_utility__list .item__02 {
  border-radius: 0 70px 70px 0;
  background: #fff;
}
.mv_utility__list .item__02 img {
  width: 44px;
}
@media screen and (max-width: 981px) {
  .mv_utility__list .item__02 img {
    width: 26px;
  }
}

.main__msg {
  position: relative;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e6f1f7;
}
.main__msg .main__msg__inner {
  position: static;
  left: 50%;
  z-index: 30;
  margin: -210px -500px 0;
  padding: 50px;
  border-radius: 40px;
  width: 1000px;
  height: 330px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 2.4rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 981px) {
  .main__msg .main__msg__inner {
    padding: 20px;
    margin: -50px 0 0;
    width: calc(100% - 60px);
    height: auto;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.main__msg .main__msg__inner .msg__highlight {
  position: relative;
  margin: 0 5px;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 981px) {
  .main__msg .main__msg__inner .msg__highlight {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.main__msg .main__msg__inner .msg__highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 6px;
  width: 100px;
  height: 65px;
  background: rgba(171, 227, 255, 0.7);
}
@media screen and (max-width: 981px) {
  .main__msg .main__msg__inner .msg__highlight::before {
    left: -2px;
    top: 3px;
    width: 2.2em;
    height: 1.2em;
  }
}
.main__msg .main__msg__inner .msg__bold {
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 981px) {
  .main__msg .main__msg__inner .msg__bold {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}
.main__msg .main__msg__inner .msg__line__01 {
  line-height: 3.5;
}
@media screen and (max-width: 981px) {
  .main__msg .main__msg__inner .msg__line__01 {
    line-height: 1.6;
  }
}

.sec-reason {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #e6f1f7;
}
@media screen and (max-width: 981px) {
  .sec-reason {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.sec-reason .reason__ttl {
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__ttl {
    font-size: 2.8rem;
  }
}
.sec-reason .reason__sec01,
.sec-reason .reason__sec02,
.sec-reason .reason__sec03,
.sec-reason .reason__sec04 {
  position: relative;
  margin-top: 20px;
  padding: 60px;
  width: calc(1000px + (100% - 1000px) / 2);
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01,
  .sec-reason .reason__sec02,
  .sec-reason .reason__sec03,
  .sec-reason .reason__sec04 {
    margin-top: 0;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
}
.sec-reason .reason__sec01:first-of-type,
.sec-reason .reason__sec02:first-of-type,
.sec-reason .reason__sec03:first-of-type,
.sec-reason .reason__sec04:first-of-type {
  margin-top: 60px;
}
.sec-reason .reason__sec01:not(:first-of-type),
.sec-reason .reason__sec02:not(:first-of-type),
.sec-reason .reason__sec03:not(:first-of-type),
.sec-reason .reason__sec04:not(:first-of-type) {
  margin-top: 110px;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01:not(:first-of-type),
  .sec-reason .reason__sec02:not(:first-of-type),
  .sec-reason .reason__sec03:not(:first-of-type),
  .sec-reason .reason__sec04:not(:first-of-type) {
    margin-top: 90px;
  }
}
.sec-reason .reason__sec01 .reason__point,
.sec-reason .reason__sec02 .reason__point,
.sec-reason .reason__sec03 .reason__point,
.sec-reason .reason__sec04 .reason__point {
  position: absolute;
  top: 0;
  transform-origin: top left;
}
.sec-reason .reason__sec01 .sec__subtitle,
.sec-reason .reason__sec02 .sec__subtitle,
.sec-reason .reason__sec03 .sec__subtitle,
.sec-reason .reason__sec04 .sec__subtitle {
  display: inline;
  padding: 0 10px;
  background: linear-gradient(transparent 70%, #b1d0e0 30%);
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01 .sec__subtitle,
  .sec-reason .reason__sec02 .sec__subtitle,
  .sec-reason .reason__sec03 .sec__subtitle,
  .sec-reason .reason__sec04 .sec__subtitle {
    background: linear-gradient(transparent 80%, #b1d0e0 20%);
    font-size: 1.8rem;
  }
}
.sec-reason .reason__sec01 .sec__wrap,
.sec-reason .reason__sec02 .sec__wrap,
.sec-reason .reason__sec03 .sec__wrap,
.sec-reason .reason__sec04 .sec__wrap {
  display: flex;
  gap: 20px;
  box-sizing: border-box;
}
.sec-reason .reason__sec01 .sec__wrap .sec__body,
.sec-reason .reason__sec02 .sec__wrap .sec__body,
.sec-reason .reason__sec03 .sec__wrap .sec__body,
.sec-reason .reason__sec04 .sec__wrap .sec__body {
  width: 470px;
  box-sizing: border-box;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01 .sec__wrap .sec__body,
  .sec-reason .reason__sec02 .sec__wrap .sec__body,
  .sec-reason .reason__sec03 .sec__wrap .sec__body,
  .sec-reason .reason__sec04 .sec__wrap .sec__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.sec-reason .reason__sec01 .sec__wrap .sec__body .sec__txt,
.sec-reason .reason__sec02 .sec__wrap .sec__body .sec__txt,
.sec-reason .reason__sec03 .sec__wrap .sec__body .sec__txt,
.sec-reason .reason__sec04 .sec__wrap .sec__body .sec__txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01 .sec__wrap .sec__body .sec__txt,
  .sec-reason .reason__sec02 .sec__wrap .sec__body .sec__txt,
  .sec-reason .reason__sec03 .sec__wrap .sec__body .sec__txt,
  .sec-reason .reason__sec04 .sec__wrap .sec__body .sec__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.sec-reason .reason__sec01 .sec__wrap .sec__body .sec__txt:not(:first-child),
.sec-reason .reason__sec02 .sec__wrap .sec__body .sec__txt:not(:first-child),
.sec-reason .reason__sec03 .sec__wrap .sec__body .sec__txt:not(:first-child),
.sec-reason .reason__sec04 .sec__wrap .sec__body .sec__txt:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01 .sec__wrap .sec__body .sec__txt:not(:first-child),
  .sec-reason .reason__sec02 .sec__wrap .sec__body .sec__txt:not(:first-child),
  .sec-reason .reason__sec03 .sec__wrap .sec__body .sec__txt:not(:first-child),
  .sec-reason .reason__sec04 .sec__wrap .sec__body .sec__txt:not(:first-child) {
    margin-top: 20px;
  }
}
.sec-reason .reason__sec01 .sec__wrap .sec__body .sec__small,
.sec-reason .reason__sec02 .sec__wrap .sec__body .sec__small,
.sec-reason .reason__sec03 .sec__wrap .sec__body .sec__small,
.sec-reason .reason__sec04 .sec__wrap .sec__body .sec__small {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.2rem;
}
.sec-reason .reason__sec01 .sec__wrap .sec__body .sec__small.is-break,
.sec-reason .reason__sec02 .sec__wrap .sec__body .sec__small.is-break,
.sec-reason .reason__sec03 .sec__wrap .sec__body .sec__small.is-break,
.sec-reason .reason__sec04 .sec__wrap .sec__body .sec__small.is-break {
  word-break: break-all;
}
.sec-reason .reason__sec01 .sec__img,
.sec-reason .reason__sec02 .sec__img,
.sec-reason .reason__sec03 .sec__img,
.sec-reason .reason__sec04 .sec__img {
  margin-top: 40px;
}
.sec-reason .reason__sec01,
.sec-reason .reason__sec03 {
  margin-left: auto;
  padding: 60px;
  border-radius: 60px 0 0 60px;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01,
  .sec-reason .reason__sec03 {
    border-radius: 60px;
    margin: 0 20px;
    padding: 20px 20px 40px;
    width: calc(100% - 40px);
  }
}
.sec-reason .reason__sec01 .sec__wrap,
.sec-reason .reason__sec03 .sec__wrap {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-right: auto;
  width: 1000px;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01 .sec__wrap,
  .sec-reason .reason__sec03 .sec__wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.sec-reason .reason__sec02,
.sec-reason .reason__sec04 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: auto;
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec02,
  .sec-reason .reason__sec04 {
    border-radius: 60px;
    margin: 0 20px;
    padding: 20px 20px 40px;
    width: calc(100% - 40px);
  }
}
.sec-reason .reason__sec02 .sec__wrap,
.sec-reason .reason__sec04 .sec__wrap {
  justify-content: flex-start;
  margin-left: auto;
  width: 1000px;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec02 .sec__wrap,
  .sec-reason .reason__sec04 .sec__wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.sec-reason .reason__sec01 .reason__point {
  left: 0;
  width: 365px;
  transform: rotate(-90deg) translateX(-420px) translateY(-133px);
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01 .reason__point {
    left: 50%;
    margin-left: -70px;
    width: 140px;
    transform: rotate(0) translateX(0) translateY(-50px);
  }
}
.sec-reason .reason__sec01 .sec__img img {
  width: 407px;
  height: auto;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec01 .sec__img img {
    width: 237px;
  }
}
.sec-reason .reason__sec02 .reason__point {
  right: 0;
  width: 405px;
  transform: rotate(90deg) translateX(42px) translateY(-533px);
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec02 .reason__point {
    left: 50%;
    right: auto;
    margin-left: -70px;
    width: 140px;
    transform: rotate(0) translateX(0) translateY(-44px);
  }
}
.sec-reason .reason__sec02 .sec__img img {
  width: 502px;
  height: auto;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec02 .sec__img img {
    width: 280px;
  }
}
.sec-reason .reason__sec03 .reason__point {
  left: 0;
  width: 395px;
  transform: rotate(-90deg) translateX(-430px) translateY(-130px);
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec03 .reason__point {
    left: 50%;
    margin-left: -70px;
    width: 140px;
    transform: rotate(0) translateX(0) translateY(-46px);
  }
}
.sec-reason .reason__sec03 .sec__img img {
  width: 478px;
  height: auto;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec03 .sec__img img {
    width: 257px;
  }
}
.sec-reason .reason__sec04 .reason__point {
  right: 0;
  width: 405px;
  transform: rotate(90deg) translateX(-50px) translateY(-533px);
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec04 .reason__point {
    right: 50%;
    margin-right: -70px;
    width: 140px;
    transform: rotate(0) translateX(0) translateY(-45px);
  }
}
.sec-reason .reason__sec04 .sec__wrap {
  justify-content: flex-end;
}
.sec-reason .reason__sec04 .sec__img img {
  width: 365px;
  height: auto;
}
@media screen and (max-width: 981px) {
  .sec-reason .reason__sec04 .sec__img img {
    width: 234px;
  }
}

.sec-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 110px;
  background: #d4ebf9;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .sec-overview {
    padding: 60px 20px 50px;
  }
}
.sec-overview .overview__ttl {
  font-size: 5rem;
}
@media screen and (max-width: 981px) {
  .sec-overview .overview__ttl {
    font-size: 2.8rem;
  }
}
.sec-overview .overview__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
}
.sec-overview img {
  margin-top: 30px;
}

.sec-function {
  padding: 130px 0 140px;
  background: url(../img/bg_function.png) no-repeat center/cover;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 981px) {
  .sec-function {
    padding: 60px 0 70px;
  }
}
.sec-function .function__ttl {
  color: #fff;
  font-size: 5rem;
}
@media screen and (max-width: 981px) {
  .sec-function .function__ttl {
    font-size: 2.8rem;
  }
}
.sec-function .sec__ttl {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__ttl {
    margin-top: 20px;
    font-size: 1.9rem;
    word-break: break-all;
  }
}
.sec-function .sec__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  margin-top: -1px;
  width: 58px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__ttl::before {
    width: 29px;
  }
}
.sec-function .sec__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  margin-top: -1px;
  width: 58px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__ttl::after {
    width: 29px;
  }
}
.sec-function .sec__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 20px auto 0;
  width: 1200px;
  list-style: none;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    width: calc(100% - 40px);
  }
}
.sec-function .sec__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 270px;
  height: 170px;
  background: #fff;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__item {
    padding: 20px 0 10px;
    width: auto;
    height: auto;
  }
}
.sec-function .sec__item .item__txt {
  display: flex;
  align-items: center;
  margin-top: 5px;
  font-size: 2rem;
  height: 2em;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__item .item__txt {
    margin-top: 10px;
    height: 1.6em;
    font-size: 1.6rem;
  }
}
.sec-function .sec__item img {
  height: 90px;
  object-fit: contain;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__item img {
    height: 50px;
  }
}
.sec-function .item_01 img {
  width: 79px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_01 img {
    width: 48px;
  }
}
.sec-function .item_02 img {
  width: 91px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_02 img {
    width: 55px;
  }
}
.sec-function .item_03 img {
  width: 85px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_03 img {
    width: 52px;
  }
}
.sec-function .item_04 img {
  width: 85px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_04 img {
    width: 52px;
  }
}
.sec-function .item_05 img {
  width: 79px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_05 img {
    width: 48px;
  }
}
.sec-function .item_06 img {
  width: 111px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_06 img {
    width: 68px;
  }
}
.sec-function .item_07 img {
  width: 63px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_07 img {
    width: 38px;
  }
}
.sec-function .item_08 img {
  width: 82px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_08 img {
    width: 50px;
  }
}
.sec-function .item_09 img {
  width: 91px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_09 img {
    width: 55px;
  }
}
.sec-function .item_10 img {
  width: 66px;
}
@media screen and (max-width: 981px) {
  .sec-function .item_10 img {
    width: 40px;
  }
}
.sec-function .sec__02 {
  margin-top: 70px;
}
@media screen and (max-width: 981px) {
  .sec-function .sec__02 {
    margin-top: 30px;
  }
}

.sec-support {
  padding: 130px 0;
}
@media screen and (max-width: 981px) {
  .sec-support {
    padding: 60px 0;
  }
}
.sec-support .support__ttl {
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .sec-support .support__ttl {
    font-size: 2.8rem;
  }
}
.sec-support .support__list {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin: 20px auto 0;
  width: 1200px;
  list-style: none;
}
@media screen and (max-width: 981px) {
  .sec-support .support__list {
    flex-direction: column;
    padding: 0;
    width: calc(100% - 40px);
  }
}
.sec-support .support__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 20px;
  border: 2px solid #b1d0e0;
  border-radius: 40px;
  background: #d4ebf9;
}
.sec-support .support__item img {
  height: 250px;
  object-fit: contain;
}
@media screen and (max-width: 981px) {
  .sec-support .support__item img {
    width: auto;
  }
}
.sec-support .item__01 img {
  width: 214px;
}
.sec-support .item__02 img {
  width: 248px;
}
.sec-support .item__03 img {
  width: 219px;
}
.sec-support .support__txt {
  margin-top: 10px;
  text-align: center;
}
.sec-support .support__txt dt {
  display: inline-block;
  padding: 0 10px;
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff 30%);
}
@media screen and (max-width: 981px) {
  .sec-support .support__txt dt {
    font-size: 1.8rem;
    background: linear-gradient(transparent 80%, #fff 20%);
  }
}
.sec-support .support__txt dd {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 981px) {
  .sec-support .support__txt dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.sec-support .sec-service {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service {
    margin-top: 80px;
  }
}
.sec-support .sec-service .service__ttl {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: normal;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .service__ttl {
    font-size: 2rem;
  }
}
.sec-support .sec-service .service__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  margin-top: -1px;
  width: 58px;
  height: 2px;
  background: #434e53;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .service__ttl::before {
    width: 29px;
  }
}
.sec-support .sec-service .service__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  margin-top: -1px;
  width: 58px;
  height: 2px;
  background: #434e53;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .service__ttl::after {
    width: 29px;
  }
}
.sec-support .sec-service .sec__list {
  display: flex;
  gap: 40px;
  margin: 30px auto 0;
  width: 1200px;
  list-style: none;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .sec__list {
    flex-direction: column;
    gap: 10px;
    padding: 0;
    width: calc(100% - 40px);
  }
}
.sec-support .sec-service .sec__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 20px 30px;
  border: 2px solid #b1d0e0;
  border-radius: 40px;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .sec__item {
    padding: 20px;
  }
}
.sec-support .sec-service .sec__item a:hover {
  opacity: 0.85;
}
.sec-support .sec-service .sec__item img {
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .sec__item img {
    width: auto;
  }
}
.sec-support .sec-service .sec__item .service__txt {
  margin-top: 20px;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .sec__item .service__txt {
    margin-top: 15px;
  }
}
.sec-support .sec-service .sec__item .service__txt dt {
  font-size: 2.2rem;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .sec__item .service__txt dt {
    font-size: 1.6rem;
  }
}
.sec-support .sec-service .sec__item .service__txt dd {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 981px) {
  .sec-support .sec-service .sec__item .service__txt dd {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.sec-support .sec-service .sec__item .service__txt dd small {
  display: inline-block;
  margin-top: 15px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.sec-support .sec-service .item__01 img {
  width: 261px;
}
.sec-support .sec-service .item__02 img {
  width: 288px;
}

.sec-faq {
  padding: 125px 0 145px;
  background: #e6f1f7;
}
@media screen and (max-width: 981px) {
  .sec-faq {
    padding: 60px 0 70px;
  }
}
.sec-faq .faq__ttl {
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .sec-faq .faq__ttl {
    font-size: 2.8rem;
  }
}
.sec-faq .faq__body {
  border-radius: 43px;
  margin: 20px auto 0;
  padding: 15px 20px;
  border: 1px solid #b1d0e0;
  width: 1000px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 981px) {
  .sec-faq .faq__body {
    width: calc(100% - 40px);
  }
}
.sec-faq .faq__body dt {
  position: relative;
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 981px) {
  .sec-faq .faq__body dt {
    padding-right: 40px;
    font-size: 1.5rem;
  }
}
.sec-faq .faq__body dt::before, .sec-faq .faq__body dt::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 5px;
  width: 30px;
  height: 2px;
  background: #41484b;
}
.sec-faq .faq__body dt::after {
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}
.sec-faq .faq__body dd {
  height: 0;
  margin-top: 0px;
  padding: 0;
  font-size: 1.6rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media screen and (max-width: 981px) {
  .sec-faq .faq__body dd {
    font-size: 1.4rem;
  }
}
.sec-faq .faq__body.is-active dt::after {
  transform: rotate(0deg);
}
.sec-faq .faq__body.is-active dd {
  height: auto;
  padding: 20px 0 0;
}

.inquiry {
  padding: 120px 0 80px;
}
@media screen and (max-width: 981px) {
  .inquiry {
    padding: 60px 0;
  }
}
.inquiry .inquiry__ttl {
  font-size: 5rem;
  text-align: center;
}
@media screen and (max-width: 981px) {
  .inquiry .inquiry__ttl {
    font-size: 2.8rem;
  }
}
.inquiry .inquiry__include {
  margin: 40px auto 0;
  width: 1000px;
}
@media screen and (max-width: 981px) {
  .inquiry .inquiry__include {
    max-width: calc(100% - 40px);
  }
}

.main-footer {
  padding: 5px 0;
  background: #2460a9;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.main-footer .footer__pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 49;
  display: block;
}
.main-footer .footer__pagetop.is-bottom {
  bottom: 30px;
}
.main-footer .footer__pagetop img {
  display: block;
  width: 50px;
  height: auto;
}

.view-sp {
  display: none;
}
@media screen and (max-width: 981px) {
  .view-sp {
    display: block;
  }
}

.c-btn {
    padding: 1em 5em;
    font-size: 14px;
    font-weight: 700;
    color: #34434e;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 2em;
    cursor: pointer;
    overflow: hidden;

    width: fit-content;
    margin-inline: auto;
}

@media(max-width: 813px) {
    .c-btn {
        padding:.75em 3.5em;
        font-size: 13px
    }
}

.c-btn::before,.c-btn::after {
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: #0072c9;
    z-index: 1
}

.c-btn::before {
    width: 20px
}

.c-btn::after {
    width: 7px;
    -webkit-transform: translateY(-3px) rotate(45deg);
    -ms-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg)
}

.c-btn span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 0
}

.c-btn span::before {
    content: "";
    width: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -o-linear-gradient(19deg, #195b8d 0%, #0a69b0 100%);
    background-image: linear-gradient(71deg, #195b8d 0%, #0a69b0 100%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.c-btn:hover {
    color: #fff;
    border-color: rgba(0,0,0,0)
}

.c-btn:hover::before,.c-btn:hover::after {
    background: #fff
}

.c-btn:hover span::before {
    opacity: 1
}

.c-btn-reverse {
    color: #fff;
    border-color: #195b8d
}

.c-btn-reverse span::before {
    width: 100%;
    left: 0;
    background-image: -o-linear-gradient(19deg, #195b8d 0%, #0a69b0 100%);
    background-image: linear-gradient(71deg, #195b8d 0%, #0a69b0 100%);
    opacity: 1
}

.c-btn-reverse::before,.c-btn-reverse::after {
    background: #fff
}

.c-btn-reverse:hover {
    color: #34434e;
    border-color: #bababa
}

.c-btn-reverse:hover span::before {
    opacity: 0
}

.c-btn-reverse:hover::before,.c-btn-reverse:hover::after {
    background: #0072c9
}

.c-btn-reverse02 {
    border-color: #a2e8ff
}

.c-btn-reverse02 span::before {
    width: 100%;
    left: 0;
    background-image: -o-linear-gradient(19deg, #a2e8ff 0%, #cbf2ff 100%);
    background-image: linear-gradient(71deg, #a2e8ff 0%, #cbf2ff 100%);
    opacity: 1
}

.c-btn-reverse02::before,.c-btn-reverse02::after {
    background: #34434e
}

.c-btn-reverse02:hover {
    color: #34434e;
    border-color: #bababa
}

.c-btn-reverse02:hover span::before {
    opacity: 0
}

.c-btn-reverse02:hover::before,.c-btn-reverse02:hover::after {
    background: #0072c9
}

.c-btn-colormari {
    padding: .75em 5em;
    font-size: 18px;
    border-color: rgba(0,0,0,0)
}

@media(max-width: 813px) {
    .c-btn-colormari {
        padding:.75em 3em;
        font-size: 15px
    }
}

.c-btn-colormari::before,.c-btn-colormari::after {
    right: 20px;
    background: #d5886d
}

@media(max-width: 813px) {
    .c-btn-colormari::before,.c-btn-colormari::after {
        right:12px
    }
}

.c-btn-colormari span::before {
    display: none
}

.c-btn-colormari:hover {
    color: #34434e;
    border-color: #d5886d
}

.c-btn-colormari:hover::before,.c-btn-colormari:hover::after {
    background: #d5886d
}

.c-btn-small {
    padding: .25em 3em
}

.c-btn-medium {
    padding: .5em 3.5em
}

.c-btn-large {
    font-size: 30px;
    white-space: nowrap
}

@media(max-width: 813px) {
    .c-btn-large {
        font-size:16px
    }
}

.c-btn-large::before,.c-btn-large::after {
    right: 40px
}

@media(max-width: 813px) {
    .c-btn-large::before,.c-btn-large::after {
        right:15px
    }
}

.c-btn-large::before {
    width: 50px
}

@media(max-width: 813px) {
    .c-btn-large::before {
        width:20px
    }
}

.c-btn-large::after {
    width: 12px;
    top: calc(50% - 2px)
}

@media(max-width: 813px) {
    .c-btn-large::after {
        width:7px;
        top: 50%
    }
}

.c-btn-large span::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 21px);
    right: 30px;
    border: 1px solid #fff;
    border-radius: 50%
}

@media(max-width: 813px) {
    .c-btn-large span::after {
        display:none
    }
}

.c-btn-large:hover span::after {
    border: 1px solid #0072c9
}

.c-btn-large.c-btn-reverse02 span::after {
    border-color: #34434e
}

.c-btn-large.c-btn-reverse02:hover span::after {
    border-color: #0072c9
}

.c-btn-noArrow::before,.c-btn-noArrow::after {
    display: none
}

.u-border-radius0 {
    border-radius: 0 !important
}

.u-flex {
    display: flex
}
