@charset "UTF-8";
/*
  File Name   : top.css
  Description : Write top content styles
*/
/* TOP 共通
============================================================ */
.top .top-section-hl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color_main);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  margin: 0 auto 0;
  padding: 0 1.75em;
}
@media only screen and (max-width: 1024px) {
  .top .top-section-hl {
    font-size: 28px;
    font-size: clamp(23px, 7.25vw, 30px);
    padding: 0 1.65em;
  }
}
.top .top-section-hl > span {
  display: block;
}
.top .top-section-hl::before, .top .top-section-hl::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.3em;
  height: 100%;
  top: 0;
  background: url(../images/common/himawari_01.svg) no-repeat center/contain;
  pointer-events: none;
}
.top .top-section-hl::before {
  left: 0;
}
.top .top-section-hl::after {
  right: 0;
}
.top .stripe {
  background-image: -webkit-repeating-linear-gradient(158deg, #FFF6E3, #FFF6E3 12px, transparent 12px, transparent 30px);
  background-image: repeating-linear-gradient(292deg, #FFF6E3, #FFF6E3 12px, transparent 12px, transparent 30px);
}

/* SECTION GROUP 01
============================================================ */
.top-sectionGroup__01 {
  position: relative;
}
.top-sectionGroup__01::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - max((60vh - var(--height-header)), 400px));
  height: calc(100% - max((60dvh - var(--height-header)), 400px));
  bottom: 0;
  left: 0;
  background: url(../images/common/bg_01.jpg) no-repeat center top/cover;
  background-color: var(--color_main);
  pointer-events: none;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-sectionGroup__01::before {
    height: calc(100% - (40vw - var(--height-header_mbl)));
  }
}
@media only screen and (max-width: 599px) {
  .top-sectionGroup__01::before {
    height: calc(100% - max((80dvh - var(--height-header_mbl)), 70vw));
  }
}

/* KV
============================================================ */
.top-kv {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--height-header));
  height: calc(100dvh - var(--height-header));
  min-height: 750px;
}
@media only screen and (max-width: 1024px) {
  .top-kv {
    height: calc(100vh - var(--height-header_mbl));
    height: calc(100dvh - var(--height-header_mbl));
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-kv {
    height: auto;
    min-height: initial;
    aspect-ratio: 1800/940;
  }
}
@media only screen and (max-width: 599px) {
  .top-kv {
    min-height: 124vw;
  }
}
.top-kv::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #fff), to(transparent));
  background: -webkit-linear-gradient(#fff 75%, transparent);
  background: linear-gradient(#fff 75%, transparent);
  pointer-events: none;
}
.top-kvInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px clamp(var(--sidePadding_base), calc((100vw - var(--width_base)) * 0.5), 60px);
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .top-kvInner {
    padding: 20px;
    padding-top: 0;
  }
}
.top-kv .top-kv-slider {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .top-kv .top-kv-slider {
    border-radius: 30px;
  }
}
.top-kv .top-kv-slider::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffe3b5));
  background: -webkit-linear-gradient(#fff 0%, #ffe3b5 100%);
  background: linear-gradient(#fff 0%, #ffe3b5 100%);
  opacity: 0.25;
  z-index: 1;
}
.top-kv .top-kv-slider .splide__track {
  height: 100%;
}
.top-kv .top-kv-slider .splide__list {
  height: 100%;
}
.top-kv .top-kv-slider .splide__slide {
  height: 100%;
}
.top-kv .top-kv-slider .splide__slide--pict {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-kv .top-kv-slider .splide__slide--pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
.top-kv .top-kv-catchCopy {
  position: absolute;
  display: block;
  width: 28.855vw;
  max-width: 554px;
  top: 15.5%;
  left: min(18.75%, 360px);
  z-index: 2;
}
@media only screen and (max-width: 599px) {
  .top-kv .top-kv-catchCopy {
    width: 81.333vw;
    max-width: 400px;
    min-width: 260px;
    top: 4%;
    height: 33.46666667vh;
    height: 33.46666667dvh;
    min-height: 190px;
    right: 50%;
    left: auto;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
.top-kv .top-kv-catchCopy .imgWrap {
  display: block;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.top-kv .top-kv-catchCopy .imgWrap > img {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

/* ABOUT
============================================================ */
.top-about {
  position: relative;
  z-index: 1;
  padding: 60px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .top-about {
    padding: 60px 0 80px;
  }
}
.top-aboutInner {
  padding: 80px var(--sidePadding_base) 80px;
  border-radius: 330px;
  background-color: rgba(255, 255, 255, 0.65);
}
@media print, screen and (min-width: 1025px) and (max-width: 1259px) {
  .top-aboutInner {
    border-radius: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-aboutInner {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .top-aboutInner {
    padding: 80px 8px;
  }
}
.top-about .top-about-hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.top-about .top-about-hl .txtGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-about .top-about-hl .txtGroup > span {
  display: block;
}
.top-about .top-about-hl small {
  display: inline-block;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1em;
}
.top-about .top-about-content {
  color: var(--color_font);
  font-size: 1rem;
  font-weight: 500;
  margin: 47px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-content {
    margin: 36px 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .top-about .top-about-content {
    padding: 0 10px 0;
  }
}
.top-about .top-about-content > p {
  font-size: inherit;
  line-height: 2em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  margin: 2em 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-content > p {
    line-height: 2em;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
  }
}
@media only screen and (max-width: 599px) {
  .top-about .top-about-content > p {
    text-align: justify;
  }
}
.top-about .top-about-content > p > a[target=_blank] {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 0;
  font-weight: 700;
  padding: 0 1.2em 0 0;
}
.top-about .top-about-content > p > a[target=_blank]::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.85em;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-mask-image: url(../images/common/icon/icon_new-window.svg);
          mask-image: url(../images/common/icon/icon_new-window.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right bottom 0.5em;
          mask-position: right bottom 0.5em;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color_main);
}
.top-about .top-about-content > p > a[target=_blank]:hover {
  opacity: 1 !important;
}
.top-about .top-about-content .top-about-content-moreBtn {
  margin: 45px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: initial;
}
@media only screen and (max-width: 1024px) {
  .top-about .top-about-content .top-about-content-moreBtn {
    margin-top: 48px;
    font-size: clamp(16px, 5.3vw, 18px);
  }
}

/* SUPPORT
============================================================ */
.top-support {
  padding: 174px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .top-support {
    padding: 80px 0 80px;
  }
}
.top-support .top-support-subSections {
  display: grid;
  grid-template-columns: 100%;
  gap: 40px 0;
  margin: 50px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-support .top-support-subSections {
    gap: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .top-support .top-support-subSections {
    justify-items: center;
    margin: 30px auto 0;
  }
}
.top-support .top-support-subSections .subSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-support .top-support-subSections .subSection {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-support .top-support-subSections .subSection {
    padding: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .top-support .top-support-subSections .subSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: 20px;
    padding: 15px 15px 51px;
    max-width: 450px;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-support .top-support-subSections .subSection:nth-last-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.top-support .top-support-subSections .subSection__pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(50% - 40px);
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-support .top-support-subSections .subSection__pict {
    width: calc(50% - 25px);
  }
}
@media only screen and (max-width: 599px) {
  .top-support .top-support-subSections .subSection__pict {
    width: 100%;
  }
}
.top-support .top-support-subSections .subSection__pict .imgWrap {
  position: relative;
  display: block;
  widows: 100%;
  height: auto;
  aspect-ratio: 530/350;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-support .top-support-subSections .subSection__pict .imgWrap {
    aspect-ratio: 305/200;
    border-radius: 20px;
  }
}
.top-support .top-support-subSections .subSection__pict .imgWrap > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.top-support .top-support-subSections .subSection__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .top-support .top-support-subSections .subSection__main {
    width: 100%;
  }
}
.top-support .top-support-subSections .subSection__main--hl {
  display: block;
  color: var(--color_main);
  font-weight: 900;
  font-size: 25px;
  line-height: 1.4em;
  letter-spacing: 0em;
  text-indent: 0em;
  border-bottom: 2px dotted var(--color_main);
  padding: 0 0 0.3em;
}
@media only screen and (max-width: 1024px) {
  .top-support .top-support-subSections .subSection__main--hl {
    font-size: 23px;
    padding: 0 0 0.45em;
  }
}
.top-support .top-support-subSections .subSection__main--description {
  font-size: 18px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0em;
  text-indent: 0em;
  margin: 25px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-support .top-support-subSections .subSection__main--description {
    font-size: 17px;
    margin-top: 15px;
  }
}
.top-support .top-support-subSections .subSection__main--description > span {
  display: inline-block;
}
.top-support .top-support-subSections .subSection__main--moreBtn {
  font-size: 18px;
  min-height: 50px;
  max-width: 220px;
  padding: 0.25em 2em;
  margin: 44px 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .top-support .top-support-subSections .subSection__main--moreBtn {
    margin: 30px auto 0;
  }
}
.top-support .top-support-subSections .subSection__main--moreBtn::after {
  width: 0.4em;
  right: 1em;
}
.top-support .top-support-subSections .subSection__main--moreBtn:hover::after {
  right: 0.5em;
}

/* FACILITY
============================================================ */
.top-facility {
  padding: 122px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .top-facility {
    padding: 85px 0 80px;
  }
}
.top-facility .top-facility-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: 0em;
  text-indent: 0em;
  text-align: center;
  margin: 47px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-description {
    font-size: 17px;
    margin: 27px 0 0;
  }
}
.top-facility .top-facility-subSections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin: 47px 0 0;
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-facility .top-facility-subSections {
    gap: 20px;
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 599px) {
  .top-facility .top-facility-subSections {
    grid-template-columns: 100%;
    gap: 20px;
    max-width: 450px;
    margin: 30px auto 0;
  }
}
.top-facility .top-facility-subSections .subSection {
  border-radius: 30px;
  background-color: var(--color_main);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-subSections .subSection {
    border-radius: 20px;
  }
}
.top-facility .top-facility-subSections .subSectionInner {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  gap: 36px 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding: 8px 10px 86px;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-subSections .subSectionInner {
    gap: 20px 0;
    padding: 8px 8px 68px;
  }
}
.top-facility .top-facility-subSections .subSectionInner::after {
  content: "";
  position: absolute;
  display: block;
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 23px;
  right: 30px;
  background: url(../images/common/arrow_circle_white.svg) no-repeat center/contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-subSections .subSectionInner::after {
    width: 30px;
    bottom: 20px;
    right: 23px;
  }
}
.top-facility .top-facility-subSections .subSection__pict {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 550/316;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-subSections .subSection__pict {
    aspect-ratio: 319/185;
    border-radius: 20px;
  }
}
.top-facility .top-facility-subSections .subSection__pict > img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.top-facility .top-facility-subSections .subSection__main {
  padding: 0 20px 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-subSections .subSection__main {
    padding: 0 7px 0;
  }
}
.top-facility .top-facility-subSections .subSection__main--hl {
  display: block;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.4em;
  letter-spacing: 0em;
  text-indent: 0em;
  border-bottom: 2px dotted #fff;
  padding: 0 0 0.3em;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-subSections .subSection__main--hl {
    font-size: 23px;
    padding: 0 0 0.4em;
  }
}
.top-facility .top-facility-subSections .subSection__main--description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.85em;
  letter-spacing: 0em;
  text-indent: 0em;
  margin: 26px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-facility .top-facility-subSections .subSection__main--description {
    font-size: 17px;
    margin: 15px 0 0;
  }
}
.top-facility .top-facility-subSections .subSectionInner:hover {
  opacity: 1 !important;
}
@media print, screen and (min-width: 1025px) {
  .top-facility .top-facility-subSections .subSectionInner:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .top-facility .top-facility-subSections .subSectionInner:hover .subSection__pict > img {
    -webkit-transform: translate(50%, -50%) scale(1.15);
            transform: translate(50%, -50%) scale(1.15);
  }
}

/* NEWS
============================================================ */
.top-news {
  padding: 122px 0 120px;
  background-color: #FFF9DE;
}
@media only screen and (max-width: 1024px) {
  .top-news {
    padding: 80px 0 80px;
  }
}
.top-news .top-news-list-wrap {
  margin: 50px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news-list-wrap {
    margin: 30px 0 0;
  }
}
.top-news .top-news-moreBtn {
  min-height: 50px;
  max-width: 220px;
  font-size: 18px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-news .top-news-moreBtn {
    margin-top: 40px;
  }
}
.top-news .top-news-moreBtn::after {
  right: 1em;
}
@media print, screen and (min-width: 1025px) {
  .top-news .top-news-moreBtn:hover::after {
    right: 0.5em;
  }
}

/* FLOW
============================================================ */
.top-flow {
  padding: 120px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .top-flow {
    padding: 80px 0 80px;
  }
}
.top-flow .top-flow-stepCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(3.5vw, 45px);
  margin: 65px 0 0;
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards {
    grid-template-columns: 100%;
    gap: 52px;
    max-width: 800px;
    margin: 46px auto 0;
  }
}
.top-flow .top-flow-stepCards .stepCard {
  position: relative;
  border: 3px solid var(--color_main);
  border-radius: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards .stepCard {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}
.top-flow .top-flow-stepCards .stepCard::after {
  content: "";
  position: absolute;
  display: block;
  width: min(3.5vw, 45px);
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translate(calc(3px + 100%), 0);
          transform: translate(calc(3px + 100%), 0);
  background: url(../images/common/arrow_type02_main-color.svg) no-repeat center/57.8% auto;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards .stepCard::after {
    top: auto;
    bottom: -9px;
    width: 27px;
    height: auto;
    aspect-ratio: 28/38;
    right: 50%;
    -webkit-transform: translate(50%, 100%) rotate(90deg);
            transform: translate(50%, 100%) rotate(90deg);
    background-size: contain;
  }
}
.top-flow .top-flow-stepCards .stepCard__hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0;
  width: 100%;
  font-size: min(3.5vw, 45px);
  margin: -0.4em 0 0 -3px;
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards .stepCard__hl {
    font-size: 38px;
  }
}
.top-flow .top-flow-stepCards .stepCard__hl .stepTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0;
  width: 2.1em;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: inherit;
  border-radius: 50%;
  background-color: var(--color_main);
}
.top-flow .top-flow-stepCards .stepCard__hl .stepTxt .hd {
  display: block;
  font-size: 0.45em;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
}
.top-flow .top-flow-stepCards .stepCard__hl .stepTxt .num {
  display: block;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
}
.top-flow .top-flow-stepCards .stepCard__hl .mainTxt {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--color_main);
  font-size: min(1.95vw, 25px);
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 0em;
  text-indent: 0em;
  padding: 0 0 0.25em 0.6em;
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards .stepCard__hl .mainTxt {
    font-size: 23px;
  }
}
@media only screen and (min-width: 399px) and (max-width: 599px) {
  .top-flow .top-flow-stepCards .stepCard__hl .mainTxt {
    padding-left: 0;
    padding-right: 3.25em;
    text-align: center;
  }
}
.top-flow .top-flow-stepCards .stepCard__description {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0em;
  margin: 22px 0 0;
  padding: 24px 32px 38px;
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards .stepCard__description {
    margin-top: 15px;
    padding: 18px 25px 31px;
  }
}
.top-flow .top-flow-stepCards .stepCard__description::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 60px);
  height: 2px;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  background-color: var(--color_main);
  border-radius: 2px;
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards .stepCard__description::before {
    width: calc(100% - 45px);
  }
}
@media only screen and (max-width: 1024px) {
  .top-flow .top-flow-stepCards .stepCard__description {
    font-size: 17px;
    line-height: 1.5em;
  }
}
.top-flow .top-flow-stepCards .stepCard:last-of-type::after {
  content: none;
}
@media print, screen and (min-width: 1025px) {
  .top-flow .top-flow-stepCards .stepCard:last-of-type .stepCard__hl .mainTxt {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 599px) {
  .top-flow .top-flow-stepCards .stepCard:last-of-type .stepCard__hl .mainTxt {
    padding-left: 0;
    padding-right: 3.25em;
    text-align: center;
  }
}

/* FAQ
============================================================ */
.top-faq {
  position: relative;
  padding: 120px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .top-faq {
    padding: 80px 0 80px;
  }
}
.top-faq::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% + 100px);
  top: 0;
  left: 0;
  background: url(../images/common/bg_01.jpg) no-repeat center top/cover;
  pointer-events: none;
}
.top-faqInner {
  padding: 102px 30px 100px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-faqInner {
    padding: 80px clamp(15px, 4vw, 30px) 80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-faqInner {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 599px) {
  .top-faqInner {
    border-radius: 30px;
  }
}
.top-faq .top-faq-qaCards {
  display: block;
  grid-template-columns: 100%;
  width: 100%;
  max-width: 1050px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-faq .top-faq-qaCards {
    margin: 32px 0 0;
  }
}
.top-faq .top-faq-moreBtn {
  margin: 65px auto 0;
}
@media only screen and (max-width: 1024px) {
  .top-faq .top-faq-moreBtn {
    margin-top: 50px;
  }
}

/* LINK BANNERS
============================================================ */
.top-linkBanners {
  position: relative;
  padding: 136px 0 120px;
  background-color: var(--color_bg);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .top-linkBanners {
    padding: 77px 0 130px;
  }
}
.top-linkBanners .top-linkBanners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .top-linkBanners .top-linkBanners-list {
    gap: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .top-linkBanners .top-linkBanners-list {
    max-width: 450px;
    margin: 0 auto 0;
  }
}
.top-linkBanners .top-linkBanners-list > li {
  display: block;
  width: calc((100% / 3) - ((45px * 2) / 3));
  border: 1px solid var(--color_main);
  background-color: var(--color_bg);
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .top-linkBanners .top-linkBanners-list > li {
    width: calc((100% / 3) - ((20px * 2) / 3));
  }
}
@media only screen and (max-width: 599px) {
  .top-linkBanners .top-linkBanners-list > li {
    width: 100%;
  }
}
.top-linkBanners .top-linkBanners-list > li > a,
.top-linkBanners .top-linkBanners-list > li > div {
  display: block;
  width: 100%;
}
.top-linkBanners .top-linkBanners-list > li > a > img,
.top-linkBanners .top-linkBanners-list > li > div > img {
  display: block;
  width: 100%;
  height: auto;
}