@charset "UTF-8";

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img, figure, figcaption, i, b {
    margin: 0;
    padding: 0;
    line-height: 2;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #000;
    letter-spacing: .06rem;
    font-size: 2rem;
    font-weight: 500;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    position: relative;
}

a:link, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a img {
    transition: all .3s ease-in-out;
}

#wrapper {
    position: relative;
}

.header {
    position: absolute;
    left: 1.302%;
    top: 10px;
}

.spShow {
    display: none;
}

.style {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.logo {
    z-index: 100;
    width: 140px;
    height: 33px;
}

@media screen and (min-width: 769px) {
    .logo img {
        max-width: 180px;
        width: 180px;
    }

    .logo {
        width: 180px;
        height: 42px;
    }
}

.mv {
    background: url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: -1;
}

.mv .inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 36%;
    z-index: 1;
}

.mv figure {
    position: absolute;
    width: 16.5vw;
    left: 29vw;
    top: 53.5%;
    transform: translateY(-50%);
}

.mv h1 {
    position: absolute;
    max-width: 492px;
    height: auto;
    width: 24%;
    right: 22%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}

section .inner {
    padding: 8rem 2rem;
    max-width: 1210px;
    margin: 0 auto;
}

.bg01 {
    background: #E8FBE4;
}

.bg02 {
    background: #D2F1E9;
}

h2 {
    color: #279246;
    text-align: center;
    font-size: 4.2rem;
    margin-bottom: 6rem;
    line-height: 1.4;
}

.flx {
    display: flex;
    justify-content: space-between;
}

.note__list {
    font-size: 1.6rem;
    color: #3D3D3D;
}

.note {
    display: block;
    font-size: 1.6rem;
    margin-top: 1rem;
    color: #3D3D3D;
    line-height: 1.6;
}

/***** introSec *****/
.introSec p {
    margin-bottom: 1rem;
}

.introSec .note__list {
    margin-bottom: 4rem;
}

.intro__cont {
    background: #fff;
    padding: 4rem;
}

.intro__cont:first-of-type {
    margin-bottom: 4rem;
}

.intro__cont h3 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.intro__cont figure {
    width: 397px;
    max-width: 100%;
}

.intro__cont p {
    width: calc(100% - 397px - 2rem);
}

/***** interviewSec *****/
.movie__list {
    justify-content: space-between;
    gap: 2rem 3.4188%;
}

.movie__list li {
    width: calc((100% - 3.4188%) / 2);
}

.interviewSec .video>div {
    max-width: 100%;
    background-color: transparent !important;
}

.interviewSec .eqp-thumbnail-modal.eqp-thumbnail.mobile.medium {
    max-width: 100%;
    height: auto !important;
}

.interviewSec .eqp-thumbnail-modal.eqp-thumbnail.pc {
    max-width: 100%;
    height: auto !important;
}

.interviewSec .eqp-thumbnail-modal .eqp-play-svg {
    opacity: 0.7;
    background-repeat: no-repeat;
}

.interviewSec .eqp-thumbnail-image {
    background-color: transparent !important;
}

.interviewSec .eqp-thumbnail-modal.mobile.eqp-minimum .eqp-play-svg,
.interviewSec .eqp-thumbnail-modal.pc.eqp-minimum .eqp-play-svg {
    width: 80px;
    height: 80px;
}

.eqp-thumbnail-modal {
    max-width: 100%;
    height: auto !important;
}

.eqp-thumbnail-modal {
    max-width: 100%;
    height: auto !important;
}

.eqp-modal-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    height: auto !important;
    background-color: transparent !important;
}

.eqp-modal-content.eqp-zoom-in iframe {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 0.563;
}

.eqp-modal .eqp-modal-close {
    margin-right: 15px;
}

@media screen and (max-height:500px) {
    .eqp-modal-content {
        width: 80% !important;
    }
}

@media screen and (max-width:768px) {
    .interviewSec .eqp-thumbnail-modal.mobile.eqp-minimum .eqp-play-svg, .interviewSec .eqp-thumbnail-modal.pc.eqp-minimum .eqp-play-svg {
        width: 60px;
        height: 60px;
    }
}

/***** applySec *****/
.applySec h2 {
    margin-bottom: 11rem;
}

.step__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.step__list li {
    width: calc((100% - 3.4188%) / 3);
    background: #fff;
    padding: 5rem 1.7094% 3rem;
    position: relative;
}

.step__list li:after {
    content: "";
    display: block;
    width: 153px;
    height: 133px;
    position: absolute;
    top: -96px;
    left: 36%;
}

.step__list .step__item--01:after {
    background: url(../img/ic_step01.svg) no-repeat;
    background-size: 100% auto;

}

.step__list .step__item--02:after {
    background: url(../img/ic_step02.svg) no-repeat;
    background-size: 100% auto;
}

.step__list .step__item--03:after {
    background: url(../img/ic_step03.svg) no-repeat;
    background-size: 100% auto;
}

.step__list a {
    background: #000;
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    border-radius: 3rem;
    margin-top: 1.5rem;
    position: relative;
    font-size: 1.6rem;
}

.step__list a:hover {
    opacity: .7;
}

.step__list a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.line {
    background: linear-gradient(transparent 60%, #D7FF00 60%);
}

.notionSec {
    background: #fff;
    padding: 4rem;
    margin-bottom: 3rem;
}

.notionSec .lead {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.6;
}

.kiyaku-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kiyaku-btn a {
    width: 500px;
    height: 90px;
    background: #009D19;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    border-radius: 6rem;
    position: relative;
    border-bottom: 10px solid #007B14;
    text-align: center;
    line-height: 82px;
}

.kiyaku-btn a:hover {
    opacity: .7;
}

.kiyaku-btn a:after {
    content: "";
    display: inline-block;
    background: url(../img/ic_window_01.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kiyaku-btn a .small {
    font-size: 2rem;
}

.form-btn {
    margin-bottom: 2rem;
}

.form-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    background: url(../img/btn_ptrn.jpg);
    height: 120px;
    border-radius: 6rem;
    position: relative;
    border-bottom: 10px solid #007B14;
}

.form-btn a:hover {
    opacity: .7;
}

.form-btn a:after {
    content: "";
    display: inline-block;
    background: url(../img/ic_window_01.svg) no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form__note li {
    margin-bottom: .5rem;
    line-height: 1.6;
}

.form__note li:last-child {
    margin-bottom: 0;
}

/***** snsSec *****/
.snsSec {
    background: #fff;
}

.snsSec .inner {
    padding-bottom: 12rem;
}

.snsSec .txt__area {
    background: #E8FBE4;
    padding: 8rem 0 8rem 14%;
    border-radius: 40rem;
    position: relative;
    display: flex;
}

.snsSec .txt__area figure {
    content: "";
    display: block;
    width: 425px;
    height: 554px;
    position: absolute;
    top: -46px;
    right: -2%;
}

.snsSec .txt__area>div {
    width: 52%;
}

.snsSec .txt__area p {
    margin-bottom: .8rem;
}

.snsSec .txt__area p:last-child {
    margin-bottom: 0;
}

.snsSec .sns-btn {
    margin-top: 4rem;
    max-width: 337px;
}

.snsSec .sns-btn a {
    background: #000;
    color: #fff;
    font-weight: 600;
    width: 100%;
    height: 54px;
    line-height: 54px;
    display: block;
    text-align: center;
    border-radius: 3rem;
    position: relative;
    font-size: 1.6rem;
    transition: .3s;
}

.snsSec .sns-btn a:hover {
    opacity: .7;
}


.snsSec .sns-btn a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

footer {
    background: #009D19;
}

.copyright {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

@media screen and (max-width: 1023px) {

    /***** snsSec *****/
    .snsSec .txt__area {
        flex-direction: column-reverse;
        padding: 8rem 0 10rem;
    }

    .snsSec .txt__area>div {
        width: 85%;
        margin: 0 auto;
    }

    .snsSec .txt__area .sns-btn {
        margin: 2rem auto 0;
    }

    .snsSec .txt__area figure {
        position: relative;
        width: 70%;
        height: auto;
        max-width: 100%;
        top: 0;
        right: 0;
        left: 0;
        margin: -15rem auto auto;
    }
}


@media screen and (max-width: 768px) {
    body {
        font-size: 1.6rem;
    }

    .spShow {
        display: block;
    }

    .pcShow {
        display: none;
    }

    .logo {
        width: 25vw;
        height: auto;
    }

    h2 {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }

    .flx {
        flex-direction: column;
    }

    .note__list,
    .note {
        font-size: 1.4rem;
    }

    /***** MV *****/
    .mv {
        background: url(../img/mv_bg_sp.jpg) no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .mv .inner {
        height: 169vw;
    }

    .mv figure {
        max-width: initial;
        width: 50vw;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        bottom: 53%;
        display: flex;
        justify-content: center;
    }

    .mv h1 {
        max-width: 100%;
        right: auto;
        left: 50%;
        top: auto;
        bottom: 5%;
        transform: translateX(-50%);
        width: 70%;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    /***** introSec *****/
    .intro__cont {
        padding: 4vw;
    }

    .intro__cont .flx {
        align-items: center;
    }

    .intro__cont h3 {
        font-size: 2.4rem;
    }

    .intro__cont figure {
        margin-bottom: 1rem;
        width: 100%;
    }

    .intro__cont p {
        width: 100%;
    }

    /***** interviewSec *****/
    .movie__list li {
        width: 100%;
        text-align: center;
    }

    .step__list {
        flex-direction: column;
        gap: 7rem;
    }

    .step__list li {
        width: 100%;
        padding: 5rem 4vw 3rem;
    }

    .step__list li:after {
        width: 123px;
        height: 110px;
        top: -62px;
        left: 50%;
        transform: translateX(-50%);
    }

    .step__list a {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .step__list a:hover {
        opacity: 1;
    }

    /***** applySec *****/
    .applySec h2 {
        margin-bottom: 7rem;
    }


    /***** notionSec *****/
    .notionSec {
        padding: 4vw;
        margin-bottom: 2rem;
    }

    .notionSec .lead {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .kiyaku-btn a,
    .form-btn a {
        font-size: 2.2rem;
        text-align: center;
    }

    .form-btn a {
        line-height: 1.2;
        height: 100px;
    }

    .kiyaku-btn a:hover,
    .form-btn a:hover {
        opacity: 1;
    }

    .kiyaku-btn a .small {
        font-size: 1.4rem;
    }

    .kiyaku-btn a:after,
    .form-btn a:after {
        width: 30px;
        height: 30px;
    }

    .form__note {
        font-size: 1.4rem;
    }

    .copyright {
        font-size: 1rem;
    }
}

@media screen and (max-width: 320px) {
    h2 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .logo .spShow {
        display: none;
    }

    .logo .pcShow {
        display: block;
    }

    .mv {
        background: url(../img/mv_bg.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }

    .mv .inner {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        padding-top: 36%;
        z-index: 1;
    }

    .mv figure {
        position: absolute;
        width: 26%;
        left: 22%;
        top: auto;
        transform: translateY(-50%);
        bottom: -48.6%;
    }

    .mv h1 {
        position: absolute;
        height: auto;
        width: 30%;
        left: 70%;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
    }
}


@media screen and (min-width: 1921px) {
    .mv .inner {
        padding-top: 50vh;
    }
}