@charset "euc-jp";

/* CSS Document */
.pc {
    display: block;
}

.sp {
    display: none;
}

.small-text {
    font-size: 80%;
}

.point-text {
    text-decoration: underline;
}

.payment-page {
    background: #F4F9FC;
    margin: 0;
    padding: 100px 0 0 0;
}

.payment-page h1 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 58px;
    font-weight: bold;
    color: #2f2e41;
}

.payment-page h1 span {
    display: block;
    font-size: 24px;
}

.payment-page h2.page-section-title {
    background: none;
    border: none;
    text-align: center;
    padding: 40px 0;
    line-height: 1;
    margin: 0 0 40px 0;
    position: relative;
    line-height: 1.6;
    font-size: 48px;
}

.payment-page h2.page-section-title:after {
    width: 12%;
    height: 3px;
    background: #1568a6;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.payment-page .page-title-description {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: normal;
}

.fv-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 120px;
}

.fv-text {
    width: 48%;
}

.fv-text .btn-ms {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.fv-text .btn-ms a.btn-blue {
    line-height: 40px; 
}

.fv-text .btn-ms+p {
    opacity: .6;
    margin-top: 10px;
}

.fv-text .btn-ms a {
    line-height: 2.4;
    text-decoration: none;
}

h2.page-section-title+p {
    text-align: center;
}

.onayami-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.onayami-list div {
    width: 33%;
    text-align: center;
}

.onayami-text {
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 10px;
}

.onayami-wrap div img {
    margin-top: -20px;
}

.onayami-wrap {
    position: relative;
}

.onayami-wrap:after {
    content: "";
    position: absolute;
    top: 118%;
    box-sizing: border-box;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
    border-top: 50px solid #f4f9fc;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.about-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #2389CA;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.about-wrap .page-section-title {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 200%;
}

.about-wrap .page-section-title + p {
    color: #ffffff;
    margin-bottom: 50px;
}

.payment-page .about-wrap h2.page-section-title:after {
    width: 12%;
    height: 3px;
    background: #ffffff;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.feature-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 50px;
    gap: 80px;
}

.payment-page h3 {
    color: #2389CA;
    font-weight: normal;
    margin: 15px 0;
    font-size: 24px;
}

.feature-text {
    max-width: 600px;
}

.feature-text .label {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #2389CA;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 50px;
}

.feature-img {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    width: 480px;
}

.feature-img img {
    width: 380px;
}

.service-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 80px !important;
}

.service-list {
    width: 33%;
    background: #E5F1F9;
    padding: 0 24px 50px;
    border-radius: 20px;
    text-align: center;
}

.service-img {
    background: #ffffff;
    padding: 18px;
    margin: 10px auto;
    height: 220px;
}

.service-list .label {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #2389CA;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
    display: inline-block;
    margin: -30px 0 0 0;
}

.service-list .label span {
    font-size: 1.0rem;
    display: block;
    margin-top: 20px;
}

.service-text {
    text-align: left;
}

.case-inner {
    background: #ffffff;
    border-radius: 20px;
    padding: 5px 50px 80px;
}

.case-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin-top: 50px !important;
}

.case-list h3 span {
    font-size: 150%;
    font-family: serif;
}

.case-text {
    width: 58%;
}

.case-text p .company-name {
    display: block;
    font-size: 80%;
    opacity: .8;
    margin: 20px 0 0 0;
}

.flow_design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow {
    padding-left: 0;
    background: #ffffff;
    border-radius: 20px;
    padding: 70px;
}

.flow h3 {
    margin: 0 0 20px;
}

.flow-img {
    background: #F4F9FC;
    padding: 20px 30px 0;
    border-radius: 20px;
    margin: 0 60px;
}

.flow-img img {
    min-width: 180px;
}

.flow>li {
    list-style-type: none;
    position: relative;
    padding-left: 50px;
    display: inline-flex;
}

.flow>li:not(:last-child) {
    padding-bottom: 60px;
}

.flow .label {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #2389CA;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 1.1;
    display: inline-block;
    position: absolute;
    left: -20px;
}

.flow .label span {
    font-size: 14px;
    display: block;
    margin-top: 20px;
}

.flow>li:not(:last-child)::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #2389CA;
}

.flow>li dl dt {
    font-size: 1.3em;
    font-weight: 600;
    color: #4D9BC1;
}

.flow>li dl dd {
    margin-left: 0;
}

.accordion-area .title {
    color: #2f2e41;
    margin: 0;
}

.box {
    display: none;
    margin: 0 3% 0 0;
    padding: 0 3% 2% 0;
}

.info-wrap {
    background: #ffffff;
    margin-top: 50px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.info-wrap ul li:first-child {
    border-right: 1px solid #e6e6e6;
}

.info-wrap .contents-list {
    margin-top: 0;
    text-align: center;
}

.info-wrap .contents-list:first-child {
    border-right: 1px solid #e6e6e6;
}

.info-wrap .tel,
.info-wrap .mail {
    position: relative;
}

.info-wrap .tel::before {
    position: absolute;
    content: "";
    content: url(../images/tel.svg);
    top: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70px;
}

.info-wrap .mail::before {
    position: absolute;
    content: "";
    content: url(../images/mail.svg);
    top: -80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70px;
}

.info-wrap .contents-title {
    font-size: 3.6rem;
}

.info-wrap .contents-text {
    text-align: center;
}

.info-wrap+p {
    text-align: center;
}

.info-wrap a:not(.btn):link {
    text-decoration: none;
}

.cta-wrap {
    background: #2389ca;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.regist-btn-wrap {
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: 0 auto 80px;
    padding: 80px 0;
}

.regist-btn-wrap a:link,
.regist-btn-wrap a:visited,
.regist-btn-wrap a:active {
    width: 85%;
    padding: 1rem;
    border-radius: 50px !important;
}

.regist-btn-wrap a span {
    font-size: 1.2rem;
    font-weight: bold;
}

.regist-btn-wrap a.external-link {
    padding: 0;
}

.btn-ms {
    width: 50%;
    display: inline-block;
}

.top-text {
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: normal;
}

.bottom-text {
    margin-top: 1rem;
    color: #ffffff;
    line-height: 1.5;
}

.btn-ms a.btn-blue {
    line-height: 68px;
}

.regist-btn-wrap .btn-blue:link,
.regist-btn-wrap .btn-blue:visited,
.regist-btn-wrap .btn-blue:active {
    background: #2f2e41;
    color: #fff !important;
    border: 3px solid #2f2e41;
    line-height: 55px;
}

.btn-blue:hover {
    background: #fff;
    color: #2f2e41 !important;
}
.btn-text {
    margin: 20px;
}
.btn-large:link {
    font-size: 120%;
}

.regist-btn-wrap {
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.regist-btn-wrap .text-small a:link {
    padding: 0;
    text-decoration: underline;
    color: var(--basic-main-color);
}

.btn-ap {
    width: 45%;
}

.regist-btn-wrap a:link,
.regist-btn-wrap a:visited,
.regist-btn-wrap a:active {
    width: 100%;
    padding: 1.5rem 2.5rem;
    border-radius: 50px !important;
    text-decoration: none;
    line-height: 1.5;
}

.regist-btn-wrap a span {
    display: block;
    font-size: 150%;
}

.regist-btn-wrap a.external-link {
    padding: 0;
}

.btn-ap {
    width: 50%;
    display: inline-block;
}

@media (max-width: 640px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .fv-wrap {
        display: block;
        margin: 50px 0;
    }

    .fv-text {
        width: 100%;
    }

    .fv-text .btn-ms a {
        line-height: 2.4;
    }

    .fv-text .btn-ms+p {
        opacity: .6;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 12px;
        text-align: center;
    }

    .fv-text .btn-ms {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }

    .payment-page h1 {
        font-size: 32px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .payment-page h1 span {
        display: block;
        font-size: 16px;
    }

    .payment-page .page-title-description {
        margin-left: auto;
        margin-right: auto;
        font-weight: normal;
        font-size: 16px;
    }

    .payment-page h2.page-section-title {
        font-size: 24px;
        padding: 20px 0;
        line-height: 1;
        margin: 0 0 20px 0;
        position: relative;
        line-height: 1.6;
    }

    .page-title-description {
        box-sizing: border-box;
        padding: 0;
    }

    .payment-page h3 {
        color: #2389CA;
        font-weight: normal;
        margin: 15px 0;
    }

    .onayami-list {
        display: block;
    }

    .onayami-list div {
        width: 100%;
        margin-bottom: 30px;
    }

    .onayami-wrap:after {
        content: "";
        position: absolute;
        top: 108%;
        box-sizing: border-box;
        border-right: 10vw solid transparent;
        border-left: 10vw solid transparent;
    }

    .answer-wrap {
        padding: 60px 20px !important;
        background-color: #2389CA;
    }

    .answer-wrap p {
        font-size: 18px;
    }

    .feature-list {
        display: block;
    }

    .feature-text .label {
        margin: 0 auto;
    }

    .feature-text .label+h3 {
        text-align: center;
    }

    .service-wrap {
        display: block;
        margin-top: 80px !important;
    }

    .service-list {
        width: 100%;
        margin-bottom: 70px;
    }

    .feature-img {
        width: 100%;
        margin-top: 20px;
    }

    .case-inner {
        background: #ffffff;
        border-radius: 20px;
        padding: 5px 20px 50px;
    }

    .case-wrap {
        display: flex;
        align-items: center;
    }

    .case-img {
        width: 40%;
        margin-right: 20px;
    }

    .case-text {
        width: 100%;
    }

    .case-list {
        display: block;
        margin-top: 50px !important;
    }

    .case-text p {
        font-size: 14px;
        margin: 20px 0;
    }

    .case-text h3 {
        line-height: 1.1;
        font-size: 20px;
    }

    .case-text p .company-name {
        display: block;
        font-size: 14px;
        opacity: .8;
        margin: 10px 0 0 0;
    }

    .flow {
        padding: 40px 20px;
    }

    .flow .label {
        width: 70px;
        height: 70px;
        font-size: 20px;
        left: -10px;
    }

    .flow>li:not(:last-child)::before {
        left: 25px;
    }

    .flow h3 {
        margin: 20px 0;
    }

    .flow-img {
        margin: 0;
    }

    .flow>li {
        display: block;
    }

    .title {
        font-size: 1.1rem;
        padding: 6% 12% 2% 0;
    }

    .title::before,
    .title::after {
        top: 55%;
    }

    section.page-section ul.contents-list-wrap {
        display: block !important;
    }

    .info-wrap {
        background: #ffffff;
        margin-top: 50px;
        margin-bottom: 10px;
        border-radius: 20px;
        padding: 100px 0 30px;
        flex-direction: column;
    }

    .info-wrap .contents-list:first-child {
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 100px;
        padding-bottom: 30px;
    }

    .info-wrap .contents-title {
        font-size: 24px;
        padding: 0;
        text-align: center;
    }

    .regist-btn-wrap {
        flex-direction: column;
        text-align: left;
        font-size: 0.85rem;
        font-feature-settings: "palt";
        width: 100%;
        padding: 50px 20px;
    }

    .regist-btn-wrap a span {
        font-size: 16px;
        font-weight: bold;
    }

    .regist-btn-wrap a:link,
    .regist-btn-wrap a:visited,
    .regist-btn-wrap a:active {
        width: 100%;
        padding: 12px !important;
        font-size: 14px;
    }

    .regist-btn-wrap .btn-blue:link,
    .regist-btn-wrap .btn-blue:visited,
    .regist-btn-wrap .btn-blue:active {
        width: 100%;
        line-height: 38px;
    }

    .btn-ms {
        width: 100%;
    }

    .btn-ms a {
        width: 100%;
    }

    .top-text {
        margin-bottom: 10px;
        color: #ffffff;
        font-weight: normal;
        font-size: 16px;
    }
}

/* Swiper */
section.swiper-wrap {
    margin: -100px 0 0 0;
}

.swiper {
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px !important;
    left: 0;
    width: 100%;
}

.swiper-slide {
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  padding: 50px;
  min-height: 360px;
}

.slide-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slide-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.slide-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}

.slide-text h3 {
  margin: 0 0 8px 0;
  font-size: 24px;
  color: inherit;
}

.slide-meta p {
    margin: 4px 0;
    font-size: 0.9em;
    line-height: 1.5;
}

.slide-meta span {
    font-weight: 700;
}

.slide-description {
  margin: 0;
  font-size: 0.95em;
  line-height: 2.0;
}

@media (max-width: 600px) {
  .swiper-slide {
    padding: 24px;
    min-height: auto;
  }

  .slide-header {
    align-items: center;
    text-align: left;
  }

  .slide-image img {
    width: 60px;
    height: 60px;
  }

  .slide-text h3 {
    font-size: 1em;
  }

  .slide-meta p {
    font-size: 0.85em;
  }

  .slide-description {
    font-size: 0.9em;
  }

  .about-wrap {
    width: 100vw;
    padding: 100px 20px;
  }
}

