/* mv */
.mv {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 95%;
    max-width: 1198px;
}
.mv-text__left {
    height: max-content;
    margin: auto;
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
}
.mv-catch {
    border-bottom: 2px dotted #fff;
    margin: 0 0 15px;
    padding: 0 0 20px;
    width: max-content;
}
.mv-catch p {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;
    font-weight: var(--ft-w6);
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
    line-height: 1.5em;
}
.mv-catch p:not(:last-child) {
    margin: 0 0 8px;
}
.mv-catch p::before {
    background: url(../images/icon-check-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 28px;
    margin-right: 8px;
    width: 29px;
}
.mv-catch p span {
    color: #fff;
    font-size: 39px;
    font-weight: var(--ft-w8);
}
.mv-copy h1 {
    color: #fff;
    font-size: 51px;
    font-weight: var(--ft-w7);
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
}
.mv-text__right {
    position: absolute;
    right: 0;
    top: 15%;
}
.mv-text__right ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mv-text__right ul li {
    background: #fff;
    border-radius: 10px 0 0 10px;
    color: var(--main-theme-color);
    font-size: 21px;
    font-weight: var(--ft-w6);
    padding: 5px 25px;
    transform: translateX(1000px);
    transition-duration: .3s;
    text-align: right;
    width: max-content;
}
.mv-text__right ul li.active {
    transform: translateX(0);
}
.mv-text__right ul li:not(:last-child) {
    margin: 0 0 20px;
}
.mv-text__right ul li span {
    color: var(--main-theme-color);
    font-size: 21px;
}
.mv-text__right ul li span.b {
    font-size: 30px;
}
.mv-text__right ul li span.bold {
    font-weight: var(--ft-w7);
}
@media screen and (max-width: 1268px) {
    .mv-catch p {
        font-size: 2vw;
    }
    .mv-catch p::before {
        height: 2vw;
        width: 2vw;
    }
    .mv-catch p span {
        font-size: 2.8vw;
    }
    .mv-copy h1 {
        font-size: 3vw;
    }
    .mv-text__right ul li {
        font-size: 2vw;
        padding: 5px 15px;
    }
    .mv-text__right ul li span {
        font-size: 2vw;
    }
    .mv-text__right ul li span.b {
        font-size: 2.6vw;
    }
}
@media screen and (max-width: 968px) {
    .mv-text__left {
        top: inherit;
        bottom: 10%;
    }
    .mv-catch {
        margin: 0 0 2vw;
        padding: 0 0 2.5vw;
    }
    .mv-catch p {
        font-size: 3.8vw;
    }
    .mv-catch p::before {
        height: 4.5vw;
        width: 4.5vw;
    }
    .mv-catch p span {
        font-size: 4.2vw;
    }
    .mv-copy h1 {
        font-size: 5vw;
    }
    .mv-text__right {
        top: 10%;
    }
    .mv-text__right ul li {
        font-size: 3.5vw;
        padding: 5px 12px;
        text-align: left;
        width: 100%;
    }
    .mv-text__right ul li:not(:last-child) {
        margin: 0 0 2.5vw;
    }
    .mv-text__right ul li span {
        font-size: 3.5vw;
    }
    .mv-text__right ul li span.b {
        font-size: 4.2vw;
    }
}

/* card */
.card {
    background: var(--main-theme-color);
    border-radius: 30px;
    margin: -65px auto 0;
    padding: 25px;
    position: relative;
    text-align: center;
    width: 85%;
    max-width: 865px;
}
.card-head {
    margin: 0 0 45px;
}
.card-head h2 {
    color: #fff;
    font-size: 38px;
    font-weight: var(--ft-w6);
    margin: 0 0 25px;
}
.card-head p {
    color: #fff;
    font-size: 22px;
    font-weight: var(--ft-w6);
}
.card-body p {
    color: #fff;
    font-size: 19px;
    font-weight: var(--ft-w6);
}
.card-body .cta-btn {
    margin: 5px auto 0;
    width: 90%;
    max-width: 380px;
}
@media screen and (max-width: 968px) {
    .card {
        margin: -8vw auto 0;
    }
    .card-head {
        margin: 0 0 5vw;
    }
    .card-head h2 {
        font-size: 5.5vw;
        margin: 0 0 3vw;
    }
    .card-head p {
        font-size: 3.5vw;
    }
    .card-body p {
        font-size: 3vw;
    }
}
@media screen and (max-width: 768px) {}

/* about */
.about {
    padding: 85px 0 0;
}
.about-head {
    margin: 0 auto 75px;
    text-align: center;
    width: 95%;
    max-width: 1031px;
}
.about-head p {
    color: #B9D0ED;
    font-family: var(--ft-josef);
    font-size: 41px;
    font-weight: 600;
}
.about-head h2 {
    font-size: 45px;
    font-weight: 600;
}
.about-anker {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto -80px;
    width: 95%;
    max-width: 1031px;
}
.about-anker__item {
    background: var(--main-theme-color);
    border-radius: 21px;
    padding: 60px 25px 25px;
    position: relative;
    text-align: center;
    width: 30%;
}
.about-anker__item span {
    background: #B9D0ED;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--ft-josef);
    font-size: 46px;
    height: 79px;
    margin: auto;
    padding: 5px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
    width: 79px;
}
.about-anker__text::after {
    background: url(../images/icon-triangel-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    margin: 10px auto 0;
    width: 24px;
}
.about-anker__text p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.about-cards {
    background: #F4F7FC;
    padding: 180px 0 100px;
}
.about-card {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 50px 35px;
    width: 95%;
    max-width: 1031px;
}
.about-card:not(:last-child) {
    margin: 0 auto 45px;
}
.about-card__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 705px;
}
.about-card:nth-child(3) .about-card__inner {
    max-width: 800px;
}
.about-card__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 auto 25px;
    padding-left: 20px;
    position: relative;
}
.about-card:nth-child(3) .about-card__head {
    max-width: 705px;
}
.about-card__head::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 95px;
    position: absolute;
    left: -134px;
    bottom: 0;
    width: 134px;
}
.about-card:nth-child(1) .about-card__head::before {
    background-image: url(../images/about-ttl-num1.png);
}
.about-card:nth-child(2) .about-card__head::before {
    background-image: url(../images/about-ttl-num2.png);
}
.about-card:nth-child(3) .about-card__head::before {
    background-image: url(../images/about-ttl-num3.png);
}
.about-card__head h3 {
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: 600;
}
.about-card__head h3 span {
    color: var(--main-theme-color);
    font-size: 49px;
    font-weight: 800;
}
.about-card:nth-child(1) .working-point__item {
    border-left: 4px solid var(--main-theme-color);
    padding-left: 35px;
}
.about-card:nth-child(1) .working-point__item:not(:last-child) {
    margin: 0 0 35px;
}
.about-card:nth-child(1) .working-point__item h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 15px;
}
.about-card:nth-child(1) .working-point__item p {
    font-size: 18px;
    font-weight: 400;
}
.about-card:nth-child(1) .working-point__pickup {
    border: 2px solid var(--main-theme-color);
    border-radius: 10px;
    margin: 35px 0 0;
    padding: 25px 20px 15px;
    position: relative;
}
.about-card:nth-child(1) .working-point__pickup .working-pickup__ttl {
    background: #fff;
    color: var(--main-theme-color);
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    margin: auto;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.about-card:nth-child(1) .working-point__pickup ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-card:nth-child(1) .working-point__pickup ul li {
    font-size: 18px;
    font-weight: 400;
}
.about-card:nth-child(1) .working-point__pickup ul li span {
    font-size: 23px;
    font-weight: 700;
}
.about-card__type {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 0 65px;
}
.about-type__image {
    width: 31%;
}
.about-type__point {
    background: var(--main-theme-color);
    border-radius: 10px;
    padding: 55px 25px 25px;
    position: relative;
}
.about-point__ttl {
    background: #B9D0ED;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    text-align: center;
    width: 100%;
    max-width: 423px;
}
.about-point__ttl::before,
.about-point__ttl::after {
    background: #fff;
    content: "";
    display: block;
    height: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
}
.about-point__ttl::before {
    left: 20px;
}
.about-point__ttl::after {
    right: 20px;
}
.about-point__ttl p {
    color: #fff;
    font-family: var(--ft-josef);
    font-size: 32px;
    font-weight: 700;
    position: relative;
    top: 5px;
}
.about-point__text {
    text-align: center;
}
.about-point__catch {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}
.about-point__catch span {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.about-point__txt {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.about-prof {
    background: #F4F7FC;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 25px;
    width: 95%;
    max-width: 551px;
}
.about-prof__image {
    margin-right: 20px;
    width: 124px;
}
.about-prof__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 144px);
}
.about-prof__name {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    width: 50%;
}
.about-prof__box {
    width: 50%;
}
.about-prof__ttl {
    border: 2px solid var(--main-theme-color);
    border-radius: 10px;
    color: var(--main-theme-color);
    font-family: var(--ft-m);
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 4px;
    text-align: center;
    width: 100%;
}
.about-prof__txt {
    font-size: 18px;
    font-weight: 400;
}
.about-sche {
    margin: 45px 0 65px;
}
.about-sche__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.about-sche__item:not(:last-child) {
    margin: 0 0 45px;
}
.about-sche__item:not(:last-child)::before {
    background: #A9C9F0;
    content: "";
    display: block;
    height: calc(100% + 45px);
    position: absolute;
    left: 94px;
    top: 0;
    width: 5px;
}
.about-shce__time {
    background: var(--main-theme-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    position: relative;
    text-align: center;
    width: 188px;
}
.about-shce__time p {
    color: #fff;
    font-family: var(--ft-josef);
    font-size: 26px;
    font-weight: 600;
    position: relative;
    top: 3px;
}
.about-shce_text {
    width: calc(100% - 218px);
}
.about-shce_text h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}
.about-shce_text p {
    font-size: 18px;
    font-weight: 400;
}
.about-shce_text p.notice {
    margin: 25px 0 0;
}

.about-card:nth-child(3) .working-point__pickup {
    border: 2px solid var(--main-theme-color);
    border-radius: 10px;
    margin: 35px 0 0;
    padding: 25px 20px 15px;
    position: relative;
}
.about-card:nth-child(3) .working-point__pickup .working-pickup__ttl {
    background: #fff;
    color: var(--main-theme-color);
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    margin: auto;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    text-align: center;
    width: 100%;
    max-width: max-content;
}
.working-point__text {
    margin: 0 0 15px;
    text-align: center;
}
.working-point__text p {
    font-size: 20px;
    font-weight: 600;
}
.working-point__items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80%;
    max-width: 463px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* cta */
.cta {
    background: var(--main-theme-color);
    padding: 45px 0;
}
.cta.small {
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 705px;
}
.cta.icon {
    background-image: url(../images/icon-triangel.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 68px 31px;
    padding: 65px 0 45px;
}
.cta-text {
    margin: 0 0 35px;
    text-align: center;
}
.cta-text p {
    color: #fff;
}
.cta-text .top {
    font-size: 19px;
    font-weight: 600;
}
.cta-text .bottom {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 0;
}
.cta-btn {
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
}
@media screen and (max-width: 968px) {
    .about {
        padding: 8vw 0 0;
    }
    .about-head {
        margin: 0 auto 14vw;
    }
    .about-head p {
        font-size: 4vw;
    }
    .about-head h2 {
        font-size: 4.5vw;
    }
    .about-anker {
        margin: 0 auto -10vw;
    }
    .about-anker__item {
        padding: 60px 10px 25px;
        width: 31.5%;
    }
    .about-anker__item span {
        font-size: 8vw;
        height: 14vw;
        top: -7vw;
        width: 14vw;
    }
    .about-anker__text::after {
        width: 20px;
    }
    .about-anker__text p {
        font-size: 3vw;
    }
    .about-cards {
        padding: 12vw 0 0;
    }
    .about-card {
        background: none;
        border-radius: 0;
        padding: 8vw 0;
        width: 100%;
    }
    .about-card:not(:last-child) {
        margin: 0 auto;
    }
    .about-card:last-child {
        padding-bottom: 0;
    }
    .about-card__inner {
        width: 100%;
        max-width: none;
    }
    .about-card:nth-child(3) .about-card__inner {
        max-width: none;
    }
    .about-card__head {
        display: block;
        padding: 0 20px;
    }
    .about-card:nth-child(3) .about-card__head {
        max-width: none;
    }
    .about-card__head::before {
        background-position: left;
        display: block;
        height: 20vw;
        opacity: .7;
        position: static;
        text-align: left;
        width: auto;
    }
    .about-card__head h3 {
        font-size: 5vw;
    }
    .about-card__head h3 span {
        font-size: 6.5vw;
    }
    .about-card__body {
        background: #fff;
        padding: 8vw 0;
    }
    .about-card:nth-child(1) .working-point__item {
        border-left: 3.5vw solid var(--main-theme-color);
        padding: 0 5vw;
    }
    .about-card:nth-child(1) .working-point__item:not(:last-child) {
        margin: 0 0 35px;
    }
    .about-card:nth-child(1) .working-point__item h4 {
        font-size: 4vw;
    }
    .about-card:nth-child(1) .working-point__item p {
        font-size: 3vw;
    }
    .about-card:nth-child(1) .working-point__pickup .working-pickup__ttl {
        font-size: 3.5vw;
    }
    .about-card:nth-child(1) .working-point__pickup ul {
        flex-wrap: wrap;
    }
    .about-card:nth-child(1) .working-point__pickup ul li {
        font-size: 3vw;
        width: 50%;
    }
    .about-card:nth-child(1) .working-point__pickup ul li:last-child {
        margin: 15px 0 0;
    }
    .about-card:nth-child(1) .working-point__pickup ul li span {
        font-size: 3.5vw;
    }
    .about-card:nth-child(2) .about-card__head::before {
        background-image: url(../images/about-ttl-num2.png);
        height: 18vw;
        width: 25vw;
    }
    .about-type__point {
        margin: 0 auto;
        padding: 55px 10px 25px;
        width: 90%;
    }
    .about-card__type {
        margin: 0 0 10vw;
    }
    .about-type__image {
        width: 31.5%;
    }
    .about-point__ttl {
        height: 10vw;
        top: -5vw;
        width: 65%;
    }
    .about-point__ttl p {
        font-size: 5vw;
        top: 1vw;
    }
    .about-point__catch {
        font-size: 3.5vw;
    }
    .about-point__catch span {
        font-size: 3.2vw;
    }
    .about-point__txt {
        font-size: 3vw;
    }
    .about-prof {
        padding: 25px 20px;
        width: 90%;
    }
    .about-prof__image {
        width: 22vw;
    }
    .about-prof__text {
        width: 76vw;
    }
    .about-prof__name {
        font-size: 4vw;
        width: 40%;
    }
    .about-prof__box {
        width: 60%;
    }
    .about-prof__ttl {
        font-size: 3vw;
    }
    .about-prof__txt {
        font-size: 2.8vw;
    }
    .about-sche {
        margin: 10vw auto 5vw;
        width: 90%;
    }
    .about-sche__item:not(:last-child) {
        margin: 0 0 5vw;
    }
    .about-sche__item:not(:last-child)::before {
        height: calc(100% + 5vw);
        left: 12.5%;
    }
    .about-shce__time {
        width: 25%;
    }
    .about-shce__time p {
        font-size: 3.5vw;
        top: 1px;
    }
    .about-shce_text {
        width: calc(75% - 20px);
    }
    .about-shce_text h4 {
        font-size: 5vw;
    }
    .about-shce_text p {
        font-size: 3.5vw;
    }
    p.notice {
        font-size: 3.5vw;
        margin: 3vw auto 12vw;
        width: 90%;
    }
    
    .about-card:nth-child(3) .working-point__pickup {
        margin: 35px auto 0;
        padding: 25px 10px 15px;
        width: 90%;
    }
    .about-card:nth-child(3) .working-point__pickup .working-pickup__ttl {
        font-size: 4.5vw;
        top: -3.5vw;
        width: 80%;
    }
    .working-point__text p {
        font-size: 4vw;
    }
    .working-point__items {
        width: 80%;
    }
}

/* cta */
.cta {
    background: var(--main-theme-color);
    padding: 45px 0;
}
.cta.small {
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 705px;
}
.cta.icon {
    background-image: url(../images/icon-triangel.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 68px 31px;
    padding: 65px 0 45px;
}
.cta-text {
    margin: 0 0 35px;
    text-align: center;
}
.cta-text p {
    color: #fff;
}
.cta-text .top {
    font-size: 19px;
    font-weight: 600;
}
.cta-text .bottom {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 0;
}
.cta-btn {
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
}
@media screen and (max-width: 968px) {
    .cta.small {
        border-radius: 0;
        max-width: none;
    }
    .cta.icon {
        background-image: url(../images/icon-triangel-sp.svg);
        background-size: 13vw 5vw;
        padding: 10vw 0 8vw;
    }
    .cta-text {
        margin: 0 0 5vw;
    }
    .cta-text .top {
        font-size: 3.5vw;
    }
    .cta-text .bottom {
        font-size: 4vw;
    }
    .cta-btn {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {}

/* comparison */
.comparison {
    padding: 85px 0;
}
.comparison-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1032px;
}
.comparison-head {
    margin: 0 0 65px;
    text-align: center;
}
.comparison-head h2 {
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: 600;
}
.comparison-head h2 span {
    color: var(--main-theme-color);
    font-size: 30px;
    font-weight: 600;
}
@media screen and (max-width: 968px) {
    .comparison {
        padding: 12vw 0;
    }
    .comparison-head {
        margin: 0 0 10vw;
    }
    .comparison-head h2 {
        font-size: 6vw;
    }
    .comparison-head h2 span {
        font-size: 5vw;
    }
}
@media screen and (max-width: 768px) {}

/* block */
.block-head {
    margin: 0 0 65px;
    text-align: center;
}
.block-head__en {
    color: #B9D0ED;
    font-family: var(--ft-josef);
    font-size: 41px;
    font-weight: 700;
    margin: 0 0 10px;
}
.block-head h2 {
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px;
}
.block-head__txt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .block-head {
        margin: 0 0 10vw;
    }
    .block-head__en {
        font-size: 6vw;
    }
    .block-head h2 {
        font-size: 5vw;
    }
    .block-head__txt {
        font-size: 3.2vw;
    }
}
@media screen and (max-width: 768px) {}

/* voice */
.voice {
    background: #FAFAFA;
    padding: 85px 0;
}
.voice-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1031px;
}
.voice-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.voice-card {
    width: 31%;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.modal-bg {
    background: transparent;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.modal-content {
    background: #fff;
    border: 1px solid #A9C9F0;
    border-radius: 31px;
    display: none;
    filter: drop-shadow(0 3px 6px rgb(0 0 0 / 16%));
    height: max-content;
    margin: auto;
    padding: 35px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: 875px;
    z-index: 2;
}
.modal-close {
    background: url(../images/icon-close.svg) no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 38px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 38px;
}
.modal-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.modal-image {
    width: 190px;
}
.modal-text {
    width: calc(100% - 230px);
}
.modal-text h3 {
    color: var(--main-theme-color);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}
.modal-text p {
    color: var(--main-theme-color);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .voice {
        padding: 12vw 0;
    }
    .voice-card {
        width: 31.5%;
    }
    .modal-content {
        border-radius: 24px;
        height: 80%;
        max-height: max-content;
        margin: auto;
        overflow-y: auto;
        padding: 25px;
    }
    .modal-close {
        height: 5vw;
        right: 15px;
        top: 15px;
        width: 5vw;
    }
    .modal-flex {
        display: block;
    }
    .modal-image {
        margin: 0 auto 20px;
        width: 50%;
    }
    .modal-text {
        width: 100%;
    }
    .modal-text h3 {
        font-size: 3.4vw;
    }
    .modal-text p {
        font-size: 3vw;
    }
}
@media screen and (max-width: 768px) {}

/* interview */
.interview {
    background: #FAFAFA;
    padding: 85px 0 180px;
}
.interview + .cta {
    margin-top: -100px;
}
.interview-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 857px;
}
.interview-head {
    margin: 0 0 45px;
    text-align: center;
}
.interview-head h2 {
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: 600;
    margin: 25px 0 0;
}
.interview-movie iframe {
    aspect-ratio: 16 / 9;
    background: #ccc;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .interview {
        padding: 5vw 0 10vw;
    }
    .interview + .cta {
        margin-top: 0;
    }
    .interview-head {
        margin: 0 0 5vw;
    }
    .interview-head h2 {
        font-size: 5vw;
    }
}
@media screen and (max-width: 768px) {}

/* detail */
.detail {
    padding: 85px 0;
}
.detail-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1032px;
}
@media screen and (max-width: 968px) {
    .detail {
        padding: 12vw 0;
    }
    .detail-cards {
        margin: 0 auto;
        width: 80%;
        max-width: 477px;
    }
}
@media screen and (max-width: 768px) {}

/* requirements */
.requirements {
    background: #F4F7FC;
    padding: 85px 0 180px;
}
.requirements + .cta {
    margin-top: -100px;
}
.requirements-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1032px;
}
.requirements-tab__head {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.requirements-tab__item {
    border-radius: 29px 29px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 220px;
}
.requirements-tab__item:not(:last-child) {
    margin-right: 15px;
}
.requirements-tab__item:nth-child(1) {
    background: #fff;
}
.requirements-tab__item:nth-child(2) {
    background: #A9C9F0;
}
.requirements-tab__item:nth-child(3) {
    background: var(--main-theme-color);
}
.requirements-tab__item p {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    position: relative;
    top: 5px;
}
.requirements-tab__item p span {
    color: #fff;
    font-family: var(--ft-josef);
    font-size: 45px;
    font-weight: 600;
    margin-right: 10px;
}
.requirements-tab__item:nth-child(1) p {
    color: var(--main-theme-color);
    font-size: 29px;
    font-weight: 600;
}
.requirements-tab__item:nth-child(1) p span {
    color: var(--main-theme-color);
    font-family: var(--ft-josef);
    font-size: 45px;
    font-weight: 600;
}
.requirements-tab__panel {
    background: #fff;
    border-radius: 0 29px 29px 29px;
    display: none;
    padding: 65px 35px 100px;
}
.requirements-tab__panel.show {
    display: block;
}
.requirements-panel__inner {
    margin: 0 auto;
    width: 95%;
    max-width: 942px;
}
.panel-ttl {
    margin: 0 0 65px;
}
.panel-ttl p {
    color: #06418E;
    font-size: 21px;
    font-weight: 500;
}
.requirements-list__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.requirements-list__item dt,
.requirements-list__item dd {
    padding: 15px 0;
}
.requirements-list__item:not(:last-child) dt,
.requirements-list__item:not(:last-child) dd {
    border-bottom: 1px solid #CCCCCC;
}
.requirements-list__item dt {
    color: #06418E;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    width: 104px;
}
.requirements-list__item dd {
    width: calc(100% - 119px);
}
@media screen and (max-width: 968px) {
    .requirements {
        padding: 12vw 0 10vw;
    }
    .requirements + .cta {
        margin-top: 0;
    }
    .requirements-tab__item {
        border-radius: 20px 20px 0 0;
        height: 10vw;
        width: 31%;
    }
    .requirements-tab__item:not(:last-child) {
        margin-right: 2vw;
    }
    .requirements-tab__item p {
        font-size: 3.5vw;
        top: 2px;
    }
    .requirements-tab__item p span {
        font-size: 4.5vw;
        margin-right: 2vw;
    }
    .requirements-tab__item:nth-child(1) p {
        font-size: 3.5vw;
    }
    .requirements-tab__item:nth-child(1) p span {
        font-size: 4.5vw;
    }
    .requirements-tab__panel {
        border-radius: 0 20px 20px 20px;
        padding: 10vw 0 12vw;
    }
    .requirements-tab__panel.show {
        display: block;
    }
    .requirements-panel__inner {
        width: 100%;
    }
    .panel-ttl {
        margin: 0 auto 3vw;
        width: 80%;
    }
    .panel-ttl p {
        font-size: 3.8vw;
    }
    .requirements-list__item dt,
    .requirements-list__item dd {
        padding: 4vw 0;
    }
    .requirements-list__item dt {
        font-size: 3vw;
        width: 30%;
    }
    .requirements-list__item dd {
        font-size: 3vw;
        padding-left: 5vw;
        width: 70%;
    }
}
@media screen and (max-width: 768px) {}

/* msg */
.msg {
    margin: 100px 0 300px;
    padding: 75px 0;
    position: relative;
}
.msg::after {
    background: var(--main-theme-color);
    border-radius: 20px 0 0 20px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80%;
}
.msg-inner {
    margin: 0 auto;
    padding: 0 0 50px;
    position: relative;
    width: 95%;
    max-width: 1032px;
    z-index: 1;
}
.msg .block-head__en,
.msg .block-head h2 {
    color: #fff;
}
.msg-body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 0 100px;
}
.msg-image {
    width: 318px;
}
.msg-text {
    width: calc(100% - 380px);
}
.msg-text p {
    color: #fff;
}
.msg-line1 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 25px;
}
.msg-line2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 20px;
}
.msg-line3 {
    border-bottom: 2px solid #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.msg-line4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
}
.msg-movie {
    margin: auto;
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 676px;
}
.msg-movie iframe {
    aspect-ratio: 16 / 9;
    background: #ccc;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .msg {
        margin: 0 0 50vw;
        padding: 0;
    }
    .msg::after {
        height: 60%;
        top: inherit;
        width: 95%;
    }
    .msg-inner {
        margin: 0 auto;
        padding: 0 0 50px;
        position: relative;
        width: 95%;
        max-width: 1032px;
        z-index: 1;
    }
    .msg .block-head__en,
    .msg .block-head h2 {
        color: #fff;
    }
    .msg-body {
        padding: 0;
    }
    .msg-image {
        margin: 0 auto 5vw;
        width: 60%;
    }
    .msg-text {
        margin: 0 auto;
        width: 80%;
    }
    .msg-line1 {
        font-size: 3.8vw;
        margin: 0 0 25px;
    }
    .msg-line2 {
        font-size: 4vw;
        margin: 0 0 20px;
    }
    .msg-line3 {
        font-size: 3.5vw;
    }
    .msg-line4 {
        font-size: 3.2vw;
    }
    .msg-movie {
        bottom: -35vw;
        width: 80%;
    }
    .msg-movie iframe {
        aspect-ratio: 16 / 9;
        background: #ccc;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {}

/* what */
.what {
    background: #F4F7FC;
    padding: 85px 0;
}
.what-inner {
    margin: 0 auto;
    text-align: center;
    width: 95%;
    max-width: 1032px;
}
.what-body p {
    font-size: 22px;
    font-weight: 500;
}
.what-body p span {
    font-weight: 700;
}
.what-link {
    height: 62px;
    margin: 65px auto;
    width: 100%;
    max-width: 390px;
}
.what-link a {
    background: #A9C9F0;
    color: #06418E;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    height: 100%;
    padding-left: 65px;
    position: relative;
    width: 100%;
}
.what-link a::after {
    background: var(--main-theme-color);
    background-image: url(../images/icon-arrow-r-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 16px;
    border-radius: 50px;
    content: "";
    display: block;
    height: 29px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 54px;
}
.what-slide {
    border-radius: 28px;
    line-height: 0;
    overflow: hidden;
    position: relative;
}
.what-slide::before {
    background: #2A5895;
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    opacity: .5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition-duration: .3s;
    width: 100%;
}
.what-slide.swiper-slide-active::before {
    opacity: 0;
}
@media screen and (max-width: 968px) {
    .what-body p {
        font-size: 3.5vw;
    }
    .what-link {
        height: 12vw;
        margin: 10vw auto;
        width: 85%;
        max-width: 390px;
    }
    .what-link a {
        font-size: 3.5vw;
        padding-left: 10vw;
    }
    .what-link a::after {
        background-size: 22px 12px;
        height: 6vw;
        right: 5vw;
        width: 12vw;
    }
}
@media screen and (max-width: 768px) {}

/* faq */
.faq {
    padding: 85px 0;
}
.faq-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1032px;
}
.faq-list__item {
    border: 2px solid var(--main-theme-color);
    border-radius: 10px;
    overflow: hidden;
}
.faq-list__item:not(:last-child) {
    margin: 0 0 25px;
}
.faq-list__item dt,
.faq-list__item dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 35px;
}
.faq-list__item dt .faq-icon,
.faq-list__item dd .faq-icon {
    height: 62px;
    margin-right: 30px;
    width: 62px;
}
.faq-list__item dt {
    background: var(--main-theme-color);
    padding-right: 60px;
    position: relative;
}
.faq-list__item dt::after {
    background: url(../images/faq-icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 34px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 34px;
}
.faq-list__item dd {
    padding-bottom: 45px;
}
.faq-list__item dt p,
.faq-list__item dd p {
    font-size: 24px;
    font-weight: 600;
}
.faq-list__item dt p {
    color: #fff;
}
@media screen and (max-width: 968px) {
    .faq {
        padding: 12vw 0;
    }
    .faq-list__item:not(:last-child) {
        margin: 0 0 5vw;
    }
    .faq-list__item dt,
    .faq-list__item dd {
        padding: 4vw 3vw;
    }
    .faq-list__item dt .faq-icon,
    .faq-list__item dd .faq-icon {
        height: 8vw;
        margin-right: 5vw;
        width: 8vw;
    }
    .faq-list__item dt {
        padding-right: 60px;
    }
    .faq-list__item dt::after {
        height: 8vw;
        right: 3vw;
        width: 8vw;
    }
    .faq-list__item dd {
        padding-bottom: 5vw;
    }
    .faq-list__item dt p,
    .faq-list__item dd p {
        font-size: 4vw;
        width: calc(100% - 13vw);
    }
}
@media screen and (max-width: 768px) {}

/* contact */
.contact {
    background: #FAFAFA;
    padding: 85px 0;
}
.contact-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1032px;
}
.contact-body {
    background: #fff;
    border-radius: 29px;
    padding: 75px 35px 35px;
    position: relative;
}
.contact-flow__ttl {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    width: 327px;
}
.contact-flow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.contact-flow__item {
    position: relative;
    width: 23%;
}
.contact-flow__item:not(:last-child)::after {
    background: url(../images/icon-triangel-r.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 24px;
    margin: auto;
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    width: 12px;
}
@media screen and (max-width: 968px) {
    .contact {
        padding: 12vw 0;
    }
    .contact-body {
        border-radius: 20px;
        padding: 75px 5vw 35px;
    }
    .contact-flow__ttl {
        top: -5vw;
        width: 60vw;
    }
    .contact-flow {
        flex-wrap: wrap;
    }
    .contact-flow__item {
        width: 47%;
    }
    .contact-flow__item:nth-child(3),
    .contact-flow__item:nth-child(4) {
        margin: 5vw 0 0;
    }
    .contact-flow__item:nth-child(2)::after {
        display: none;
    }
    .contact-flow__item:nth-child(1)::after,
    .contact-flow__item:nth-child(3)::after {
        background-image: url(../images/icon-triangel-r-sp.svg);
        height: 4vw;
        right: -4.5vw;
        width: 4vw;
    }
}
@media screen and (max-width: 768px) {}

/* line */
.line {
    background: #3DB056;
    padding: 0 0 45px;
}
.line-inner {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: 828px;
}
.line-image {
    margin-top: -65px;
}
.line-btn {
    margin: 45px auto 0;
    width: 100%;
    max-width: 585px;
}
@media screen and (max-width: 968px) {
    .line-image {
        margin-top: -5vw;
        margin-left: -5vw;
    }
    .line-btn {
        margin: 4vw auto 0;
        width: 80%;
    }
}
@media screen and (max-width: 768px) {}

/* sub-block__catch */
.sub-block__catch {
    background: #B9D0ED;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    height: 55px;
    margin: auto auto 25px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 423px;
}
.sub-block__catch::before,
.sub-block__catch::after {
    background: #fff;
    content: "";
    display: block;
    height: 4px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
}
.sub-block__catch::before {
    left: 20px;
}
.sub-block__catch::after {
    right: 20px;
}
@media screen and (max-width: 968px) {
    .sub-block__catch {
        font-size: 4vw;
        height: 11vw;
        margin: auto auto 4vw;
        padding-top: 3px;
        width: 80%;
    }
}
@media screen and (max-width: 768px) {}

/* page */
.page main {
    padding-bottom: 65px;
}
.page-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1032px;
}
.page-head {
    margin: 0 0 35px;
}
.page-head h1 {
    font-size: 32px;
    font-weight: 600;
}
.page-body p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
}
.page-body h2 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 15px;
}
.thanks .page {
    text-align: center;
}
@media screen and (max-width: 968px) {
    .page-head h1 {
        font-size: 26px;
    }
    .page-body h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}