@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
html {
    width: 100%;
}

body {
    font-size: 16px;
    color: #333;
    /* background-color: aliceblue; */
    /* background-color: rgb(255, 199, 126); */
    /* background-image: linear-gradient(180deg, rgba(235, 249, 255, 1), rgba(255, 255, 255, 1) 13% 43%, rgba(239, 248, 255, 0.69) 60%, rgba(255, 255, 255, 0.85) 74%, rgba(239, 248, 255, 0.81) 85%, rgba(255, 255, 255, 0.81) 94%); */

    /* background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(235, 249, 255, 1)); */

    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", sans-serif;
}


p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.6;
}

img {
    width: 100%;
}
li {
    list-style: none;
}

/* common
-------------------------------------------------------------- */
.p-relative {
    position: relative;
}
.container {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    margin: 0 auto;
}


.f-bold {
    font-weight: bold;
}

.d-pc {
    display: none;
}
.d-mid {
    display: none;
}

.text-center {
    text-align: center;
}

/* margin
----------------- */
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-e6 {
    margin-left: 0.6em;
}



/* font-size
----------------- */
.fs_14 {
    font-size: min(14px, 3.7333vw);
}
.fs_16 {
    font-size: min(16px, 4.266vw);
}



/* header
-------------------------------------------------------------- */

/* main
-------------------------------------------------------------- */
.login {
    background-image: url(../img/login-sp.png);
    background-color: #E5F2FD;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: #3BC7C3 5px solid;
}
.login .main {
    width: 100%;
    position: relative;
    padding-top: 35px;
}
.login .form_wrap {
    max-width: 308px;
    width: 100%;
    background: #fff;
    margin: 20px auto 30px auto;
    padding: 45px 25px;
    border-radius: 14px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.login .form_wrap .form_text {
    font-size: min(16px, 4.266vw);
}
.login .form_wrap input {
    max-width: 236px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 10px 10px 8px 10px;
}
.login .form_wrap .error {
    max-width: 236px;
    width: 100%;
    margin: 0 auto;
    color: rgb(208 12 12);
}
.login .form_wrap button {
    font-size: min(16px, 4.266vw);
    max-width: 236px;
    width: 100%;
    margin: 30px auto 30px auto;
    padding: 10px 10px 8px 10px;
    background-color: #3BC7C3;
    border-radius: 20px;
    border: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}
.login .form_wrap button:hover {
    opacity: 0.8;
}
.login .m001-sp {
    max-width: 324px;
    width: 100%;
    margin: 0 auto;
}
.login .heading_type-1 {
    text-align: center;
    line-height: 1;
}
.login .heading_type-1 svg {
    width: 83.733vw;
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
}

.login .heading_type-2 {
    text-align: center;
    line-height: 1;
    font-size: min(14px, 3.7333vw);
}

@media all and (min-width: 376px) {	
    .login {
        background-size: cover;
    }
}

@media all and (min-width: 897px) {	
    .login {
        background-image: url(../img/login-pc.png);
        background-size: 1200px;
        background-position: top;
        border-top: #3BC7C3 7px solid;
    }
    .login .main {
        background-image: url(../img/login-pc_people.png);
        padding-top: 60px;
        width: 980px;
        background-size: 980px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .login .form_wrap {
        max-width: 412px;
        margin: 30px auto 30px auto;
        padding: 60px 25px;
    }
    .login .form_wrap .form_text {
        font-size: min(18px, 4.8vw);
    }
    .login .form_wrap input {
        max-width: 294px;
        margin: 30px auto 0 auto;
    }
    .login .form_wrap .error {
        max-width: 294px;
    }
    .login .form_wrap button {
        font-size: min(18px, 4.8vw);
        max-width: 294px;
        margin-top: 36px;
    }
    .login .m001-sp {
        display: none;
    }
    .login .heading_type-1 {
        margin-bottom: 14px;
    }

    .login .heading_type-1 svg {
        width: 66vw;
        max-width: 552px;
    }

    .login .heading_type-2 {
        text-align: center;
        line-height: 1;
        font-size: min(16px, 4.266vw);
    }
}


.information .container_head {
    background-image: url(../img/information-sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border-top: #3BC7C3 5px solid;
    padding-top: 33px;
    padding-bottom: 24px;
    /* margin-bottom: 54px; */
}
.information .main {
    width: 100%;
    position: relative;
}
.information .lead {
    position: relative;
    font-size: min(15px, 4vw);
    max-width: 343px;
    width: 100%;
    background: #fff;
    margin: 137px auto 30px auto;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
}
.information .lead::before {
    content: "";
    background-image: url(../img/information001.png);
    display: block;
    background-size: 222px 117px;
    background-repeat: no-repeat;
    height: 117px;
    width: 222px;
    position: absolute;
    top: -117px;
    right: 0;
    left: 0;
    margin: auto;

    
}

.information .heading_type-1 {
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.information .heading_type-1 svg {
    width: 87.2vw;
    max-width: 327px;
}

.information .heading_type-2 {
    font-size: min(12px, 3.2vw);
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
}

.information .heading_type-3 {
    font-size: min(21px, 5.6vw);
    text-align: center;
    line-height: 1;
    color: #3BC7C3;
    margin-bottom: 30px;
    padding-top: 60px;
}
.information .heading_type-3 span{
    font-size: min(21px, 5.6vw);
    line-height: 1.4;
    color: #3BC7C3;
    border-bottom: 1px solid #3BC7C3;
    display: inline-block;
    padding: 0 6px
}
/* .information .heading_type-3::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 9em;
    height: 1px;
    background-color: #3BC7C3;
} */

@media all and (min-width: 897px) {
    .information .wrapper {
        background-color: #F4F8FA;
        padding: 60px 0;
    }
    .information .wrapper .wrapper_inner {
        background-color: #fff;
        width: 100%;
        max-width: 940px;
        margin: 0 auto;
        border-radius: 15px;
        box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
    }
    .information .heading_type-1 {
        margin-bottom: 28px;
    }
    .information .heading_type-1 svg {
        margin-left: auto;
        margin-right: auto;
        max-width: 566px;
    }
    
    .information .heading_type-2 {
        font-size: min(18px, 4.8vw);
    }
    .information .heading_type-3 {
        padding-top: 80px;
        margin-bottom: 46px;
    }
    .information .heading_type-3 span {
        font-size: min(28px, 7.466vw);
        border-bottom: 2px solid #3BC7C3;
    }
    .information .container_head {
        background-image: url(../img/login-pc.png);
        background-repeat: unset;
        padding-top: 65px;
        padding-bottom: 24px;
        /* margin-bottom: 70px; */
    }
    .information .lead {
        margin: 232px auto 30px auto;
        max-width: 810px;
        padding: 27px 47px;
        letter-spacing: 1px;
    }
    .information .lead::before {
        background-size: 345px 182px;
        height: 182px;
        width: 345px;
        top: -182px;
    }
}

@media all and (min-width: 1200px) {
    .information .container_head {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        background-color: #E5F2FD;
    }
}

.information .video_full {
    margin-bottom: 10px;
}

.information .video_chapters {
    background-color: #F4F8FA;
    padding-top: 60px;
    padding-bottom: 10px;
}

.information .video_chapters .heading_type-3 {
    margin-bottom: 50px;
    font-weight: 600;
}
.information .video_chapters .heading_type-4 {
    margin-bottom: 38px;
    font-size: min(18px, 4.8vw);
    font-weight: 600;
    border-left: 13px solid #3BC7C3;
    background-color: #E5F2FD;
    padding: 3px 10px 2px 10px;
}
.information .video_chapters .heading_type-5 .chapter {
    display: block;
    margin-bottom: 10px;
    font-size: min(16px, 4.266vw);
    font-weight: normal;
    border-left: 6px solid #3BC7C3;
    color: #3BC7C3;
    line-height: 1;
    padding-left: 6px;
}
.information .video_chapters .heading_type-5 .title {
    display: block;
    font-size: min(18px, 4.8vw);
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: normal;
    padding-left: 6px;
}
.information .video_chapters ul.items {
    padding: 0 13px
}
.information .video_chapters ul.items li .vid_contents {
    padding: 0 13px;
}
.information .video_chapters ul.items li .vid_contents .js-modal-btn,
.information .video_full .vid_contents .js-modal-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.information .video_chapters ul.items li .vid_contents .js-modal-btn::before,
.information .video_full .vid_contents .js-modal-btn::before {
    content: '';
    display: inline-block;
    width: 15vw;
    height: 15vw;
    background-image: url(../img/video.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    z-index: 999;
}
.information .video_chapters ul.items li .vid_contents .js-modal-btn img {
    border: 1px solid #E5F2FD;
}

@media only screen and (min-width:897px){
    .information .video_chapters {
        background-color: #fff;
        border-radius: 0 0 15px 15px;
    }
    .information .video_chapters .container {
        padding: 0 68px;
    }

    .information .video_chapters .heading_type-4 {
        font-size: min(22px, 5.866vw);
    }
    .information .video_chapters .heading_type-5 .chapter {
        font-size: min(18px, 4.8vw);
        margin-bottom: 16px;
    }
    .information .video_chapters .heading_type-5 .title {
        font-size: min(21px, 5.6vw);
        line-height: 1.4;
        padding-left: 14px;
    }
    .information .video_chapters ul.items {
        padding: 0 0 0 13px;
    }
    .information .video_chapters ul.items li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .information .video_chapters ul.items li .vid_contents {
        width: 268px;
        margin: unset;
        padding: 0;
    }
    .information .video_chapters ul.items li .vid_contents .js-modal-btn,
    .information .video_full .vid_contents .js-modal-btn {
        transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .information .video_chapters ul.items li .vid_contents .js-modal-btn::before {
        width: 48px;
        height: 48px;
    }
    .information .video_full .vid_contents .js-modal-btn::before {
        width: 58px;
        height: 58px;
    }
    .information .video_chapters ul.items li .vid_contents .js-modal-btn:hover,
    .information .video_full .vid_contents .js-modal-btn:hover {
        opacity: 0.7;
    }
    
}

.information .note-sp {
    background-color: #fff;
    padding: 24px 0;
}
.information .note-sp p {
    text-align: center;
    color: #707070;
}
.information .note-pc {
    display: none;
}
.information .vid_contents {
    width: 100%;/*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto auto 50px auto;
}
.information .vid_contents img {
    width: 100%;
    max-width: 568px;
}
@media only screen and (min-width:897px){
    .information .note-sp {
        display: none;
    }
    .information .note-pc {
        display: block;
        background-color: #fff;
        font-size: min(16px, 4.266vw);
    }
    .information .note-pc p {
        color: #707070;
        font-size: min(16px, 4.266vw);
        padding: 54px 10px 64px 10px;
        text-align: center;
    }
    
}

.totop {
    display: none;
    position: fixed;
    bottom: 27.5px;
    right: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #5f9b5e;
    z-index: 999;
    transition: all 0.4s;
}
.totop:hover {
    background: #ffe072;
}
.arrow{
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    margin-top: 5px;
}





@media only screen and (min-width:897px){
    /* common
    -------------------------------------------------------------- */
    .d-sp {
        display: none;
    }
    .d-pc {
        display: block;
    }
    .mw30 {
        min-width: 30px!important;
    }

    /* main
    -------------------------------------------------------------- */
    .container {
        padding-right: 3%;
        padding-left: 3%;
    }


}


@media only screen and (min-width:992px){
    /* common
    -------------------------------------------------------------- */
    .container {
        overflow-x: unset;
    }

    .d-mid {
        display: block;
    }

}

@media only screen and (min-width:1200px){
    /* header
    -------------------------------------------------------------- */

}





/* fadeIn
-------------------------------------------------------------- */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fadeIn_kv {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeInTrigger {
    opacity: 0;
}
