@charset "UTF-8";

body {

    font-family: 'Istok Web', sans-serif;
    font-family: 'Noto Serif', serif;
    font-family: 'Hind', sans-serif;
}

.header-kv-img {
    width: 100%;
}

.header-logo-img {
    width: 500px;
    position: absolute;
    top: -140px;
}

.nav_list {
    display: flex;
    gap: 60px;
    position: absolute;
    top: 40px;
    left: 610px;

}

.nav-link {
    font-size: 36px;
    color: #fff;
    text-decoration: none;


}

.nav_item {
    list-style: none;
}

.drawer_open {
    display: none;
}

.drawer_hidden {
    display: none;
}

/* service */

.service-wrap {
    margin-top: 300px;
    background-image: url(bg1.png);
    background-repeat: no-repeat;

}

.service-ttl-inner {
    display: flex;
}

.service-ttl {
    font-size: 96px;
    margin-left: 260px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service-ttl-txt {
    font-size: 24px;
    font-family: 'Hind', sans-serif;
    margin-top: 70px;
    margin-left: 42px;
}

.service-ttl-line {
    width: 662.027px;
    height: 3px;
    background: #000;
    margin-left: 210px;
}

.service-content-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 53px;
    margin-top: 137px;
    gap: 50px;
}

.service-content {
    display: flex;
    width: 680px;
    height: 538px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service-content-inner-ttl {
    margin-top: 79px;
    font-size: 40px;
    margin-left: 50px;

}

.service-content-inner-txt {
    margin-right: 20px;
    margin-top: 300px;
    font-size: 20px;
    margin-left: -130px;

}

/* flow */

.flow-wrap {
    margin-top: 300px;
    background-image: url(bg2.png);
    background-repeat: no-repeat;

}

.flow-ttl-inner {
    display: flex;
}

.flow-ttl {
    font-size: 96px;
    margin-left: 260px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flow-ttl-txt {
    font-size: 24px;
    font-family: 'Hind', sans-serif;
    margin-top: 70px;
    margin-left: 42px;
}

.flow-ttl-line {
    width: 662.027px;
    height: 3px;
    background: #000;
    margin-left: 210px;
}

.flow-content-inner-top {
    display: flex;
}

.flow-content-inner-top-txt {
    font-size: 30px;
    margin-left: 102px;
    margin-top: 175px;
    margin-right: 33px;
    width: 591px;
    height: 366px;
    line-height: normal;
}

.flow-content-box {
    width: 950px;
    height: 418px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    margin-top: 210px;
}

.flow-content {
    display: flex;

}

.flow-content-ttl {
    font-size: 36px;
    margin-left: 74px;
    margin-top: 97px;
}

.flow-content-inner-txt {
    font-size: 24px;
    margin-top: 70px;
    width: 814px;
    margin-left: 85px;
}

.flow-icon {
    width: 142px;
    height: 130px;
    background: #CFC3E0;
    border-radius: 100%;
    margin-top: 40px;
    margin-left: 85px;
}

.flow-icon-inner {
    font-size: 30px;
    font-weight: bold;

    margin-top: 30px;
    text-align: center;
}

.flow-contact-btn {
    width: 570px;
    height: 92px;
    background: #000;
    border-radius: 60px;
    margin: 0 auto;
    margin-top: 220px;
}

.flow-btn-link {
    font-size: 32px;
    font-weight: 400;
    text-decoration: none;
    color: #FFF;
    margin-left: 70px;
    margin-top: 30px;
}


.flow-inner-btn-link {
    list-style: none;
    padding-top: 25px;
}

/* recruit */

.recruit-wrap {
    margin-top: 300px;
    background-image: url(bg3.png);
    background-repeat: no-repeat;

}

.recruit-ttl-inner {
    display: flex;
}

.recruit-ttl {
    font-size: 96px;
    margin-left: 260px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.recruit-ttl-txt {
    font-size: 24px;
    font-family: 'Hind', sans-serif;
    margin-top: 70px;
    margin-left: 42px;
}

.recruit-ttl-line {
    width: 662.027px;
    height: 3px;
    background: #000;
    margin-left: 210px;
}

.recruit-content-inner-top {
    display: flex;
}

.recruit-content-inner-top-txt {
    font-size: 30px;
    margin-left: 152px;
    margin-top: 175px;
    margin-right: 33px;
    width: 591px;
    height: 366px;
    line-height: normal;
}

.recruit-content-box {
    width: 925px;
    height: 502px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    margin-top: 140px;
}

.recruit-content {
    display: flex;
    justify-content: center;
    gap: 54px;
}

.recruit-icon-inner {
    margin-top: 64px;
    width: 170px;
    height: 56px;
    border-radius: 60px;
    border: 2px solid #903ca7;
    background: #FFF;
    font-size: 24px;
    color: #903ca7;
    text-align: center;
    padding-top: 10px;
}

.recruit-content-ttl {
    font-size: 40px;
    margin-top: 64px;
}

.recruit-content-inner-txt {
    font-size: 24px;
    width: 610px;
    height: 188px;
    margin-left: 165px;
    margin-top: 60px;
}

.recruit-btn-link {
    width: 211px;
    height: 73px;
    background: #000;
    font-size: 22px;
    margin-left: 560px;


}

.recruit-btn-inner {
    color: #FFF;
    list-style: none;
    text-decoration: none;



}

.recruit-btn {
    padding-top: 20px;
    padding-right: 10px;
}

/* contact */

.contact-wrap {
    margin-top: 230px;
}

.contact-ttl-inner {
    display: flex;
    justify-content: center;
}

.contact-ttl {
    font-size: 96px;
    font-family: 'Hind', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-ttl-txt {
    font-size: 24px;
    font-family: 'Hind', sans-serif;
    margin-top: 70px;
    margin-left: 42px;
}

.contact-ttl-line {
    width: 662.027px;
    height: 3px;
    background: #000;
    margin: 0 auto;
}

.contact-content-main-txt {
    width: 1105px;
    height: 119px;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    margin-top: 130px;
}

.contact-inner-content-ttl {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 140px;
}

.contact-inner-content-line {
    width: 449px;
    height: 3px;
    background: #CFC3E0;
    margin: 0 auto;
}

.contact-content-tell-inner {
    display: flex;

    justify-content: center;
}

.contact-content-tell-number {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 44px;
}

.contact-tell-logo {
    margin-top: 29px;
}

.contact-content-tell-txt {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;

}

.contact-inner-btn {
    width: 594px;
    height: 117px;
    border-radius: 60px;
    background: #CFC3E0;
    margin: 0 auto;
    margin-top: 100px;
}

.contact-inner-btn-link {
    list-style: none;
    text-align: center;
    padding-top: 30px;
}

.contact-inner-btn-txt {
    text-decoration: none;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;

}

/* footer */

.footer {
    width: 100%;
    height: 663px;
    background: rgba(207, 195, 224, 0.70);
    margin-top: 250px;
}

.footer-nav_list {
    padding-top: 80px;
}

.footer-nav_item {
    list-style: none;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-top: 47px;
}

.footer-nav-link {
    text-decoration: none;
    color: #000;

}

.footer-copy {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Istok Web', sans-serif;
    margin-top: 80px;
}

/* contact page */

.form {

    margin-top: 100px;
}

.form-item {
    text-align: center;
    padding-top: 60px;
}

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

input {
    width: 40%;
    height: 60px;
    font-size: 32px;

}

textarea {
    width: 60%;
    height: 300px;
    font-size: 32px;
}

.form-item-label {
    font-size: 24px;
}

.form-item-label-required {
    font-size: 18px;
    color: #f40606;

}

.form-btn {
    margin-top: 80px;
}

.form-btn-txt {
    background: #000;
    color: #FFF;
    border-radius: 60px;
    font-size: 30px;
    width: 504px;
    height: 87px;

}

@media screen and (max-width: 1280px) {
    .header-kv-img {
        width: 100%;
    }

    .header-logo-img {
        width: 400px;
        position: absolute;
        top: -100px;
        left: -30px;
    }

    .nav_list {
        display: flex;
        gap: 40px;
        position: absolute;
        top: 30px;
        left: 360px;

    }

    .nav-link {
        font-size: 30px;
        color: #fff;
        text-decoration: none;


    }



    /* service */

    .service-wrap {
        margin-top: 200px;
        background-image: url(bg1.png);
        background-repeat: no-repeat;

    }

    .service-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .service-ttl {
        font-size: 76px;
        margin-left: 100px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .service-ttl-txt {
        font-size: 24px;
        font-family: 'Hind', sans-serif;
        margin-top: 50px;
        margin-left: 42px;
    }

    .service-ttl-line {
        width: 632.027px;
        height: 3px;
        background: #000;
        margin: 0 auto;
    }

    .service-content-inner-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
        margin-top: 137px;
        gap: 120px;
    }



    /* flow */

    .flow-wrap {
        margin-top: 300px;
        background-image: url(bg2.png);
        background-repeat: no-repeat;

    }

    .flow-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .flow-ttl {
        font-size: 76px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .flow-ttl-txt {
        font-size: 24px;
        font-family: 'Hind', sans-serif;
        margin-top: 50px;
        margin-left: 42px;
    }

    .flow-ttl-line {
        width: 622.027px;
        height: 3px;
        background: #000;
        margin-left: 210px;
        margin: 0 auto;
    }



    .flow-content-inner-top-txt {
        font-size: 26px;
        margin-left: 52px;
        margin-top: 105px;
        margin-right: 23px;
        width: 391px;
        height: 366px;
        line-height: normal;
    }

    .flow-content-inner-top-img {
        width: 500px;
        margin-top: 20px;

    }



    /* recruit */

    .recruit-wrap {
        margin-top: 300px;
        background-image: url(bg3.png);
        background-repeat: no-repeat;

    }

    .recruit-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .recruit-ttl {
        font-size: 76px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .recruit-ttl-txt {
        font-size: 24px;
        font-family: 'Hind', sans-serif;
        margin-top: 50px;
        margin-left: 42px;
    }

    .recruit-ttl-line {
        width: 582.027px;
        height: 3px;
        background: #000;
        margin-left: 210px;
        margin: 0 auto;
    }

    .recruit-content-inner-top-img {
        width: 500px;
        height: 100%;
        margin-top: 20px;
    }



    .recruit-content-inner-top-txt {
        font-size: 26px;
        margin-left: 52px;
        margin-top: 75px;
        margin-right: 23px;
        width: 401px;
        height: 166px;
        line-height: normal;
    }





    /* contact */

    .contact-wrap {
        margin-top: 180px;
    }


    .contact-ttl {
        font-size: 76px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .contact-ttl-txt {
        font-size: 24px;
        font-family: 'Hind', sans-serif;
        margin-top: 50px;
        margin-left: 42px;
    }



    .contact-content-main-txt {
        width: 790px;
        height: 119px;
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
        margin-top: 130px;
    }



    /* contact page */

    .form {

        margin-top: 100px;
    }

    .form-item {
        text-align: center;
        padding-top: 60px;
    }

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

    input {
        width: 50%;
        height: 80px;
        border: #000 2px solid;
        font-size: 30px;

    }

    textarea {
        width: 70%;
        height: 500px;
        border: #000 2px solid;
        font-size: 30px;
    }

    .form-item-label {
        font-size: 30px;
    }

    .form-item-label-required {
        font-size: 24px;
        color: #f40606;

    }

    .form-btn {
        margin-top: 80px;
    }

    .form-btn-txt {
        background: #000;
        color: #FFF;
        border-radius: 60px;
        font-size: 30px;
        width: 504px;
        height: 87px;

    }
}

@media screen and (max-width: 900px) {

    .header-logo-img {
        width: 300px;
        position: absolute;
        top: -65px;
        left: -30px;
    }

    /* ここから下がハンバーガーメニューに関するCSS */

    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        height: 80px;
        width: 60px;
        position: absolute;
        z-index: 100;
        margin-top: 51px;
        left: 82vw;
        top: 63px;
        /* 重なり順を一番上にする */
        cursor: pointer;
        margin-top: 5px;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 5px;
        width: 50px;
        border-radius: 3px;
        background: #ffffff;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 18px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 18px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked~.drawer_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked~.drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer_input:checked~.drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }




    /* メニュー黒ポチを消す */
    .nav_list {
        list-style: none;
        display: block;
    }

    .nav-link {
        color: #ffffff;
        text-decoration: none;
        margin-top: 30px;
        font-size: 40px;
        text-align: center;

    }

    .nav_item {
        text-decoration: none;
        color: #ffffff;
        margin-top: 70px;

    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        left: 0;
        /* メニューを画面に入れる */
    }


    /* メニューのデザイン*/
    .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        right: 100%;


        /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #000;
        transition: .5s;
        text-align: center;
        padding-top: 100px;
        font-size: 60px;


    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        right: 0;
    }

    /* service */

    .service-wrap {
        margin-top: 200px;
        background-image: url(bg1.png);
        background-repeat: no-repeat;

    }

    .service-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .service-ttl {
        font-size: 56px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .service-ttl-txt {
        font-size: 20px;
        font-family: 'Hind', sans-serif;
        margin-top: 30px;
        margin-left: 22px;
    }

    .service-ttl-line {
        width: 452.027px;
        height: 2px;
        background: #000;
        margin: 0 auto;
    }

    .service-content-inner-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
        margin-top: 137px;
        gap: 120px;
    }



    /* flow */

    .flow-wrap {
        margin-top: 200px;
        background-image: url(bg2.png);
        background-repeat: no-repeat;

    }

    .flow-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .flow-ttl {
        font-size: 56px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .flow-ttl-txt {
        font-size: 20px;
        font-family: 'Hind', sans-serif;
        margin-top: 30px;
        margin-left: 22px;
    }

    .flow-ttl-line {
        width: 422.027px;
        height: 2px;
        background: #000;
        margin-left: 210px;
        margin: 0 auto;
    }



    .flow-content-inner-top-txt {
        font-size: 20px;
        margin-left: 30px;
        margin-top: 65px;
        margin-right: 13px;
        width: 391px;
        height: 366px;
        line-height: normal;
    }

    .flow-content-inner-top-img {
        width: 300px;
        height: 300px;
        margin-top: 20px;

    }



    /* recruit */

    .recruit-wrap {
        margin-top: 300px;
        background-image: url(bg3.png);
        background-repeat: no-repeat;

    }

    .recruit-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .recruit-ttl {
        font-size: 76px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .recruit-ttl-txt {
        font-size: 24px;
        font-family: 'Hind', sans-serif;
        margin-top: 50px;
        margin-left: 42px;
    }

    .recruit-ttl-line {
        width: 582.027px;
        height: 3px;
        background: #000;
        margin-left: 210px;
        margin: 0 auto;
    }

    .recruit-content-inner-top-img {
        width: 500px;
        height: 100%;
        margin-top: 20px;
    }



    .recruit-content-inner-top-txt {
        font-size: 26px;
        margin-left: 52px;
        margin-top: 75px;
        margin-right: 23px;
        width: 401px;
        height: 166px;
        line-height: normal;
    }





    /* contact */

    .contact-wrap {
        margin-top: 180px;
    }


    .contact-ttl {
        font-size: 76px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .contact-ttl-txt {
        font-size: 24px;
        font-family: 'Hind', sans-serif;
        margin-top: 50px;
        margin-left: 42px;
    }



    .contact-content-main-txt {
        width: 790px;
        height: 119px;
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
        margin-top: 130px;
    }



    /* contact page */

    .form {

        margin-top: 100px;
    }

    .form-item {
        text-align: center;
        padding-top: 60px;
    }

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

    input {
        width: 50%;
        height: 80px;
        border: #000 2px solid;
        font-size: 30px;

    }

    textarea {
        width: 70%;
        height: 500px;
        border: #000 2px solid;
        font-size: 30px;
    }

    .form-item-label {
        font-size: 30px;
    }

    .form-item-label-required {
        font-size: 24px;
        color: #f40606;

    }

    .form-btn {
        margin-top: 80px;
    }

    .form-btn-txt {
        background: #000;
        color: #FFF;
        border-radius: 60px;
        font-size: 30px;
        width: 504px;
        height: 87px;

    }

    .flow-content-box {
        width: 90%;
        height: 358px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 0 auto;
        margin-top: 110px;
    }

    .flow-content {
        display: flex;

    }

    .flow-content-ttl {
        font-size: 30px;
        margin-left: 74px;
        margin-top: 77px;
    }

    .flow-content-inner-txt {
        font-size: 20px;
        margin-top: 30px;
        width: 414px;
        margin-left: 145px;
    }

    .flow-icon {
        width: 122px;
        height: 110px;
        background: #CFC3E0;
        border-radius: 100%;
        margin-top: 30px;
        margin-left: 85px;
    }

    .flow-icon-inner {
        font-size: 30px;
        font-weight: bold;

        margin-top: 20px;
        text-align: center;
    }

    .flow-contact-btn {
        width: 390px;
        height: 72px;
        background: #000;
        border-radius: 60px;
        margin: 0 auto;
        margin-top: 120px;
    }

    .flow-btn-link {
        font-size: 24px;
        font-weight: 400;
        text-decoration: none;
        color: #FFF;
        margin-left: 45px;
        margin-top: 25px;
    }


    .flow-inner-btn-link {
        list-style: none;
        padding-top: 20px;
    }

    /* recruit */

    .recruit-wrap {
        margin-top: 200px;
        background-image: url(bg3.png);
        background-repeat: no-repeat;

    }

    .recruit-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .recruit-ttl {
        font-size: 56px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .recruit-ttl-txt {
        font-size: 20px;
        font-family: 'Hind', sans-serif;
        margin-top: 30px;
        margin-left: 22px;
    }

    .recruit-ttl-line {
        width: 392.027px;
        height: 2px;
        background: #000;
        margin-left: 210px;
        margin: 0 auto;
    }

    .recruit-content-inner-top {
        display: flex;
    }

    .recruit-content-inner-top-txt {
        font-size: 20px;
        margin-left: 42px;
        margin-top: 55px;
        margin-right: 13px;
        width: 351px;
        height: 166px;
        line-height: normal;
    }

    .recruit-content-inner-top-img {
        width: 350px;
        height: 350px;
        margin-left: -20px;
    }

    .recruit-content-box {
        width: 90%;
        height: 502px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 0 auto;
        margin-top: 140px;
    }

    .recruit-content {
        display: flex;
        justify-content: center;
        gap: 54px;
    }

    .recruit-icon-inner {
        margin-top: 44px;
        width: 130px;
        height: 46px;
        border-radius: 60px;
        border: 2px solid #903ca7;
        background: #FFF;
        font-size: 18px;
        color: #903ca7;
        text-align: center;
        padding-top: 10px;
    }

    .recruit-content-ttl {
        font-size: 40px;
        margin-top: 44px;
    }

    .recruit-content-inner-txt {
        font-size: 20px;
        width: 410px;
        height: 188px;
        margin-left: 165px;
        margin-top: 60px;
    }

    .recruit-btn-link {
        width: 181px;
        height: 63px;
        background: #000;
        font-size: 18px;
        margin-left: 400px;


    }

    .recruit-btn-inner {
        color: #FFF;
        list-style: none;
        text-decoration: none;



    }

    .recruit-btn {
        padding-top: 20px;
        padding-right: 10px;
    }

    /* contact */

    .contact-wrap {
        margin-top: 180px;
    }

    .contact-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .contact-ttl {
        font-size: 56px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .contact-ttl-txt {
        font-size: 20px;
        font-family: 'Hind', sans-serif;
        margin-top: 30px;
        margin-left: 22px;
    }

    .contact-ttl-line {
        width: 502.027px;
        height: 2px;
        background: #000;
        margin: 0 auto;
    }

    .contact-content-main-txt {
        width: 90%;
        height: 119px;
        font-size: 20px;
        text-align: center;
        margin: 0 auto;
        margin-top: 130px;
    }

    .contact-inner-content-ttl {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        margin-top: 140px;
    }

    .contact-inner-content-line {
        width: 400px;
        height: 3px;
        background: #CFC3E0;
        margin: 0 auto;
    }

    .contact-content-tell-inner {
        display: flex;

        justify-content: center;
    }

    .contact-content-tell-number {
        font-size: 34px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 44px;
    }

    .contact-tell-logo {
        margin-top: 29px;
    }

    .contact-content-tell-txt {
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 10px;

    }

    .contact-inner-btn {
        width: 524px;
        height: 97px;
        border-radius: 60px;
        background: #CFC3E0;
        margin: 0 auto;
        margin-top: 100px;
    }

    .contact-inner-btn-link {
        list-style: none;
        text-align: center;
        padding-top: 27px;
    }

    .contact-inner-btn-txt {
        text-decoration: none;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #000;

    }

    /* footer */

    .footer {
        width: 100%;
        height: 563px;
        background: rgba(207, 195, 224, 0.70);
        margin-top: 250px;
    }

    .footer-nav_list {
        padding-top: 50px;
    }

    .footer-nav_item {
        list-style: none;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-top: 47px;
    }

    .footer-nav-link {
        text-decoration: none;
        color: #000;

    }

    .footer-copy {
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: 'Istok Web', sans-serif;
        margin-top: 70px;
    }

    /* contact page */

    .form {

        margin-top: 100px;
    }

    .form-item {
        text-align: center;
        padding-top: 60px;
    }

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

    input {
        width: 40%;
        height: 60px;
        font-size: 30px;

    }

    textarea {
        width: 60%;
        height: 300px;
        font-size: 30px;
    }

    .form-item-label {
        font-size: 24px;
    }

    .form-item-label-required {
        font-size: 18px;
        color: #f40606;

    }

    .form-btn {
        margin-top: 80px;
    }

    .form-btn-txt {
        background: #000;
        color: #FFF;
        border-radius: 60px;
        font-size: 30px;
        width: 404px;
        height: 87px;

    }
}

@media screen and (max-width: 480px) {


    .header-logo-img {
        width: 200px;
        position: absolute;
        top: -55px;
        left: -30px;
    }

    /* ここから下がハンバーガーメニューに関するCSS

    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }

    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        height: 80px;
        width: 60px;
        position: absolute;
        z-index: 100;
        margin-top: 51px;
        left: 82vw;
        top: 30px;
        /* 重なり順を一番上にする */
        cursor: pointer;
        margin-top: 5px;
    }

    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 40px;
        border-radius: 3px;
        background: #ffffff;
        transition: 0.5s;
        position: absolute;
    }

    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 10px;
    }

    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 10px;
    }

    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked~.drawer_open span {
        background: rgba(255, 255, 255, 0);
    }

    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked~.drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #drawer_input:checked~.drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }




    /* メニュー黒ポチを消す */
    .nav_list {
        list-style: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000000;
        color: #111;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nav-link {
        color: #ffffff;
        text-decoration: none;
        margin-top: 10px;
        font-size: 30px;

    }

    .nav_item {
        text-decoration: none;
        color: #000000;
        margin-top: 0px;

    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        left: 0;

        /* メニューを画面に入れる */
    }


    /* メニューのデザイン*/
    .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 100%;


        /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #000;
        transition: .5s;
        text-align: center;
        padding-top: 0px;
        font-size: 30px;


    }

    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked~.nav_content {
        right: 100;

    }

    /* service */

    .service-wrap {
        margin-top: 100px;
        background-image: url(bg1.png);
        background-repeat: no-repeat;

    }

    .service-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .service-ttl {
        font-size: 36px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .service-ttl-txt {
        font-size: 16px;
        font-family: 'Hind', sans-serif;
        margin-top: 17px;
        margin-left: 12px;
    }

    .service-ttl-line {
        width: 252.027px;
        height: 1px;
        background: #000;
        margin: 0 auto;
    }

    .service-content-inner-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
        margin-top: 137px;
        gap: 60px;
    }

    .service-content-img {
        width: 150px;
        height: 288px;
    }

    .service-content {
        display: flex;
        width: 90%;
        height: 288px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .service-content-inner-ttl {
        margin-top: 29px;
        font-size: 26px;
        margin-left: 50px;

    }

    .service-content-inner-txt {
        margin-right: 10px;
        margin-top: 150px;
        font-size: 14px;
        margin-left: -110px;

    }

    /* flow */

    .flow-wrap {
        margin-top: 100px;
        background-image: url(bg2.png);
        background-repeat: no-repeat;

    }

    .flow-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .flow-ttl {
        font-size: 36px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .flow-ttl-txt {
        font-size: 16px;
        font-family: 'Hind', sans-serif;
        margin-top: 20px;
        margin-left: 12px;
    }

    .flow-ttl-line {
        width: 252.027px;
        height: 1px;
        background: #000;
        margin-left: 210px;
        margin: 0 auto;
    }

    .flow-content-inner-top {
        display: block;
    }


    .flow-content-inner-top-txt {
        font-size: 16px;
        margin-left: 30px;
        margin-top: 15px;
        padding-right: 20px;
        width: 350px;
        height: 366px;
        line-height: normal;
    }

    .flow-content-inner-top-img {
        width: 250px;
        height: 220px;

        margin-top: -170px;
        margin-left: 120px;

    }

    .flow-content-box {
        width: 90%;
        height: 288px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 0 auto;
        margin-top: 110px;
    }

    .flow-content {
        display: flex;

    }

    .flow-content-ttl {
        font-size: 18px;
        margin-left: 24px;
        margin-top: 58px;
    }

    .flow-content-inner-txt {
        font-size: 14px;
        margin-top: 40px;
        width: 314px;
        margin-left: 15px;
    }

    .flow-icon {
        width: 80px;
        height: 80px;
        background: #CFC3E0;
        border-radius: 100%;
        margin-top: 20px;
        margin-left: 25px;
    }

    .flow-icon-inner {
        font-size: 16px;
        font-weight: bold;

        margin-top: 20px;
        text-align: center;
    }

    .flow-contact-btn {
        width: 320px;
        height: 72px;
        background: #000;
        border-radius: 60px;
        margin: 0 auto;
        margin-top: 120px;
    }

    .flow-btn-link {
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
        color: #FFF;
        margin-left: 50px;
        margin-top: 0px;
    }


    .flow-inner-btn-link {
        list-style: none;
        padding-top: 25px;
    }



    /* recruit */

    .recruit-wrap {
        margin-top: 100px;
        background-image: url(bg3.png);
        background-repeat: no-repeat;

    }

    .recruit-ttl-inner {
        display: flex;
        justify-content: center;
    }

    .recruit-ttl {
        font-size: 36px;
        margin-left: 0px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

    }

    .recruit-ttl-txt {
        font-size: 16px;
        font-family: 'Hind', sans-serif;
        margin-top: 20px;
        margin-left: 22px;
    }

    .recruit-ttl-line {
        width: 282.027px;
        height: 1px;
        background: #000;
        margin-left: 210px;
        margin: 0 auto;
    }

    .recruit-content-inner-top-img {
        width: 500px;
        height: 100%;
        margin-top: 20px;
    }

    .recruit-content-inner-top {
        display: block;
    }

    .recruit-content-inner-top-img {
        width: 280px;
        margin-top: 30px;
        margin-left: 80px;
    }

    .recruit-content-inner-top-txt {
        font-size: 16px;
        margin-left: 52px;
        margin-top: 25px;
        margin-right: 23px;
        width: 301px;
        height: 166px;
        line-height: normal;
    }

    .recruit-content-box {
        width: 90%;
        height: 402px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: 0 auto;
        margin-top: 100px;
    }

    .recruit-content {
        display: flex;
        justify-content: center;
        gap: 54px;
    }

    .recruit-icon-inner {
        margin-top: 44px;
        width: 80px;
        height: 36px;
        border-radius: 60px;
        border: 1px solid #903ca7;
        background: #FFF;
        font-size: 12px;
        color: #903ca7;
        text-align: center;
        padding-top: 10px;
    }

    .recruit-content-ttl {
        font-size: 20px;
        margin-top: 50px;
        margin-left: -30px;
    }

    .recruit-content-inner-txt {
        font-size: 15px;
        width: 310px;
        height: 188px;
        margin-left: 15px;
        padding-left: 15px;
        margin-top: 60px;
    }

    .recruit-btn-link {
        width: 151px;
        height: 53px;
        background: #000;
        font-size: 14px;
        margin-left: 175px;


    }

    .recruit-btn-inner {
        color: #FFF;
        list-style: none;
        text-decoration: none;



    }

    .recruit-btn {
        padding-top: 20px;
        padding-left: 10px;
    }






    /* contact */

    .contact-wrap {
        margin-top: 100px;
    }


    .contact-ttl {
        font-size: 36px;
        font-family: 'Hind', sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .contact-ttl-txt {
        font-size: 16px;
        font-family: 'Hind', sans-serif;
        margin-top: 20px;
        margin-left: 22px;
    }



    .contact-content-main-txt {
        width: 790px;
        height: 119px;
        font-size: 24px;
        text-align: center;
        margin: 0 auto;
        margin-top: 130px;
    }

    .contact-ttl-line {
        width: 302.027px;
        height: 1px;
        background: #000;
        margin: 0 auto;
    }

    .contact-content-main-txt {
        width: 90%;
        height: 119px;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        margin-top: 60px;
    }

    .contact-inner-content-ttl {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
        margin-top: 80px;
    }

    .contact-inner-content-line {
        width: 300px;
        height: 2px;
        background: #CFC3E0;
        margin: 0 auto;
    }

    .contact-content-tell-inner {
        display: flex;

        justify-content: center;
    }

    .contact-content-tell-number {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 44px;
    }

    .contact-tell-logo {
        margin-top: 29px;
        width: 60px;
    }

    .contact-content-tell-txt {
        text-align: center;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 10px;

    }

    .contact-inner-btn {
        width: 284px;
        height: 67px;
        border-radius: 60px;
        background: #CFC3E0;
        margin: 0 auto;
        margin-top: 100px;
    }

    .contact-inner-btn-link {
        list-style: none;
        text-align: center;
        padding-top: 19px;
    }

    .contact-inner-btn-txt {
        text-decoration: none;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #000;

    }


    /* footer */

    .footer {
        width: 100%;
        height: 463px;
        background: rgba(207, 195, 224, 0.70);
        margin-top: 150px;
    }

    .footer-nav_list {
        padding-top: 30px;
    }

    .footer-nav_item {
        list-style: none;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-top: 47px;
    }

    .footer-nav-link {
        text-decoration: none;
        color: #000;

    }

    .footer-copy {
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: 'Istok Web', sans-serif;
        margin-top: 70px;
    }

    /* contact page */

    .form {

        margin-top: 50px;
    }

    .form-item {
        text-align: center;
        padding-top: 60px;
    }

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

    input {
        width: 60%;
        height: 60px;
        font-size: 26px;
        border: #000 1px solid;
    }

    textarea {
        width: 80%;
        height: 300px;
        font-size: 26px;
        border: #000 1px solid;
    }

    .form-item-label {
        font-size: 20px;
    }

    .form-item-label-required {
        font-size: 16px;
        color: #f40606;

    }

    .form-btn {
        margin-top: 60px;
    }

    .form-btn-txt {
        background: #000;
        color: #FFF;
        border-radius: 60px;
        font-size: 20px;
        width: 204px;
        height: 67px;

    }
}