@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    /*scroll-padding-top: 100px;*/
}

body {
    width: 100%;
    font-family: "Zen Old Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.68;
    -webkit-text-size-adjust: 100%;
    overflow-y: hidden scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #ffffff;
    color: #000000;
}

body ::-webkit-scrollbar {
    display: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}


img {
    max-width: 100%;
}


a:link,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;

}

.mg_50 {
    margin-top: 5%;
}



/*********************/


.hero {
    background-color: #6c9bd2;
    padding: 5% 0;
    position: relative;
}

.hero img {
    width: 95%;
}


.main_ttl {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
}

.sub_ttl {
    width: 50%;
    margin: 0 auto;
}


.main_txt {
    position: relative;
    writing-mode: vertical-rl;
    width: 50vw;
    height: 45%;
    margin: 0 auto;
}

.main_txt p {
    right: 16vw;
    position: absolute;
    padding: 5% 5%;
    color: #fff;
}

.mds1 {
    position: absolute;
}

.main_txt h1 {
    right: 0;
    color: #fff;
    letter-spacing: 1rem;
    font-size: 4.2rem;
    line-height: 4rem;
}

.main_txt h1 span {
    right: 0;
    color: #fff;
    letter-spacing: .5rem;
    font-size: 0.7rem;
    border-right: #fff 1px solid;
    border-left: #fff 1px solid;
    padding: 0 5%;

}

.main_txt h2 {
    right: 0;
    color: #fff;
    letter-spacing: .5rem;
    font-size: 2.8rem;
}



/********01*********/

.notebook {
    background-image: url(../img/note.png);
    background-repeat: repeat;
}


.contents {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
    position: relative;
    overflow: hidden;
}



.txt {
    width: 800px;
    padding: 3%;
}

.txt p {
    font-size: 1.2vw;
}


.txt h2 {
    color: #6c9bd2;
    font-size: 1.8vw;
}

.icon {
    border: #000000 1px solid;
    border-radius: 50px;
    padding: 1% 3%;
    margin-right: 1%;
    background-color: #fff;
    color: #000000;
    font-size: 1.2vw;
}

.data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5% 0;
    width: 100%;
}

.data p {
    font-size: 1vw;
    width: 100%;
}

.data img {
    width: 100px;
    margin-right: 2%;
}

.acs {
    display: block;
    background-color: #383838;
    color: #fff;
    padding: 1% 3%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 1%;
    width: fit-content;
}

.acs2 {
    display: block;
    background-color: #f8c6bd;
    color: #6c9bd2;
    padding: 1% 3%;
    border-radius: 15px;
    margin-top: 1%;
    width: fit-content;
    font-weight: bold;
    font-size: 1rem;
}

.act_img {}

.sp01 {
    position: absolute;
    top: 10vh;
    right: 0vw;
    width: 10vw;
}

.shot3 {
    position: absolute;
    bottom: 8vw;
    right: 23vw;
    width: 30%;
}

/**********02************/

.sp02 {
    position: absolute;
    top: 0vw;
    left: 0vw;
    width: 10vw;
}

.konb {
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    width: 25%;
}

/*************03*************/

.daib {
    position: absolute;
    bottom: 0;
    left: 35vw;
    width: 20vw;
}

.yui {
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    width: 13%;
}

/************04***********/
.sasye {
    position: absolute;
    bottom: 0vw;
    left: 0vw;
    width: 12%;
}

.soda {
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    width: 12%;
}

/************bosyu**************/

.contents02 {
    position: relative;
    width: 90%;
    background-color: #f8c6bd;
    margin: 0 auto;
    padding-bottom: 5%;
    border-radius: 15px;
    display: flex;
    padding: 2%;
}

.contents02 h2 {
    border: #000000 1px solid;
    border-radius: 50px;
    padding: 1% 3%;
    background-color: #fff;
    color: #000000;
    font-size: 2.2vw;
    width: fit-content;
    position: absolute;
    top: -3vw;

    left: 30vw;
}

.ot_bx {
    width: 48%;
    height: 300px;
    padding-top: 50px;
}

.prof {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1%;

}

.nm {
    font-size: 1.2vw;
    color: #6c9bd2;
    width: 20%;
    padding-left: 1%;
}

.job {
    font-size: 1vw;
}

.icon2 {
    display: inline-block;
    border: #000000 1px solid;
    border-radius: 50px;
    padding: 0.5% 1%;
    background-color: #fff;
    color: #000000;
    font-size: 1vw;
    color: #6c9bd2;
    font-weight: bold;

}



.bo {
    width: 50%;
}



.rep {
    padding: 3%;
    font-size: 1.2vw;
}

.bosyu {
    /* background-color: #fff;
    border: #6c9bd2 3px solid;
    border-radius: 100px; */
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 5%;
    margin-bottom: 5%;
}

.bosyu2 {
    /* background-color: #fff;
    border: #f8c6bd 3px solid; */
    border-radius: 100px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 5%;
    margin-bottom: 2%;
}

.kokuchi {
    width: 60%;
    margin: 0 auto;
    color: #6c9bd2;
    font-weight: 400;
    margin-bottom: 5%;
}

.kokuchi h1 {
    color: #6c9bd2;
    font-weight: bold;
    font-size: 2.2rem;
}




.bosyu h3,
.bosyu2 h3 {
    color: #6c9bd2;
    font-size: 2.8vw;
    transition: transform .35s ease;

}

.bosyu,
.bosyu2 {
    transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
}

.bosyu:hover,
.bosyu2:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transform: translateY(-2px);

}


.bosyu:active,
.bosyu2:active {
    transform: translateY(-3px) scale(1.01);
}




/*---------メッセージ*/
footer .copy {
    padding: 15px 0 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 1em;
    font-size: 0.65rem;
}

@media screen and (max-width: 600px) {
    footer .copy {
        padding-bottom: 10px;
    }

    footer .copy span {
        display: block;
        padding-right: 0;
        line-height: 1.2em;
    }
}

.sp {
    display: none;
}




/**********sp***********/

@media screen and (max-width:599px) {

    .main_ttl {
        width: 25%;
    }

    .main_txt {
        writing-mode: vertical-rl;
        width: 60vw;
        height: 120vw;
        margin: 0 auto;
    }

    .mds1 {
        position: absolute;
        right: 0;
        top: 25vh;
    }

    .main_txt p {
        font-size: .6rem;
    }

    .main_txt h1 {
        font-size: 1.4rem;
        letter-spacing: .2rem;
        line-height: 2rem;
    }

    .main_txt h1 span {
        letter-spacing: .1rem;
        font-size: 0.6rem;
        border-right: #fff 1px solid;
        border-left: #fff 1px solid;
        padding: 0 5%;
    }

    .main_txt h2 {
        right: 0;
        color: #fff;
        letter-spacing: .2rem;
        font-size: 1.4rem;
    }

    .contents {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-bottom: 5%;

    }

    .txt {
        margin-top: 10%;
    }

    .txt h2 {
        color: #6c9bd2;
        font-size: 3.8vw;
    }

    .txt p {
        font-size: .7rem;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


    .icon {
        font-size: .7rem;
    }


    .sp01 {
        position: absolute;
        top: 0vh;
        right: 0vw;
        width: 20vw;
    }

    .shot3 {
        position: static;
        margin-top: 15%;
        width: 100%;
    }

    .data {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10% 0;
        width: 100%;
    }

    .data p {
        font-size: .7rem;
        width: 100%;
    }

    .data img {
        width: 70px;
        margin-right: 2%;
    }

    .acs {
        display: block;
        background-color: #383838;
        color: #fff;
        padding: 1% 3%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        margin-top: 1%;
        width: fit-content;
    }

    .acs2 {
        display: block;
        background-color: #f8c6bd;
        color: #6c9bd2;
        padding: 1% 3%;
        border-radius: 15px;
        margin-top: 1%;
        width: fit-content;
        font-weight: bold;
        font-size: 0.9rem;
    }



    /**********02************/

    .sp02 {
        position: absolute;
        top: 0vw;
        left: 1vw;
        width: 20vw;
    }

    .konb_sp {
        margin-top: 5%;
        width: 90%;
    }

    /*************03*************/

    .daib_sp {

        width: 100vw;
    }


    /************04***********/
    .sasye_sp {
        width: 100%;
    }

    .soda {
        position: absolute;
        bottom: -3vw;
        right: -40vw;
        width: 20%;
    }

    /************bosyu-sp**************/

    .contents02 {
        position: relative;
        width: 90%;
        background-color: #f8c6bd;
        margin: 0 auto;
        border-radius: 15px;
        display: flex;
        flex-wrap: wrap;
        padding: 2%;
    }

    .contents02 h2 {
        border: #000000 1px solid;
        border-radius: 50px;
        padding: 1% 3%;
        background-color: #fff;
        color: #000000;
        font-size: 3.2vw;
        width: fit-content;
        position: absolute;
        top: -3vw;
        left: 25vw;
    }

    .ot_bx {
        width: 100%;
        height: 300px;
        padding-top: 20px;
    }

    .prof {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 1%;

    }

    .nm {
        font-size: 2.4vw;
        color: #6c9bd2;
        width: 20%;
        padding-left: 1%;
    }

    .job {
        font-size: 2.2vw;
    }

    .icon2 {
        display: inline-block;
        border: #000000 1px solid;
        border-radius: 50px;
        padding: 0.5% 1%;
        background-color: #fff;
        color: #000000;
        font-size: 2.2vw;
        color: #6c9bd2;
        font-weight: bold;
    }

    .bo {
        margin-top: 20px;
        width: 100%;
    }



    .rep {
        padding: 0;
        padding-top: 3%;
        font-size: .7rem;
    }

    .bosyu {
        background-color: #fff;
        border: #6c9bd2 3px solid;
        border-radius: 100px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: .7rem;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .bosyu2 {
        /* background-color: #fff;
        border: #f8c6bd 3px solid;
        border-radius: 100px; */
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: .7rem;
        margin-top: 20%;
        margin-bottom: 5%;
    }

    .kokuchi {
        width: 90%;
        margin: 0 auto;
        color: #6c9bd2;
        font-weight: 400;
        font-size: .7rem;
        margin-bottom: 3%;
    }

    .kokuchi h1 {
        color: #6c9bd2;
        font-weight: bold;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 2%;
    }

    .bosyu a:hover,
    .bosyu2 a:hover {
        background-color: #f8c6bd;
    }

    .bosyu h3,
    .bosyu2 h3 {
        color: #6c9bd2;
        font-size: 1.8rem;
    }


}

/*************************/



@media screen and (min-width:768px) {
    .main_txt p {
        font-size: 1rem;
    }
}

/********anime***********/
/* ===== scroll fade animation ===== */

/* text部分だけアニメーション */

.contents .txt {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s ease, transform .6s ease;
}

.contents.show .txt {
    opacity: 1;
    transform: translateY(0);
}

/* 画像はフェードだけ */

.contents .act_img {
    opacity: 0;
    transition: opacity .8s ease;
}

.contents.show .act_img {
    opacity: 1;
}

.shot3,
.yui,
.daib_sp {
    opacity: 0;
    transform: translateX(120px);
    transition: opacity 1s ease, transform 1s ease;
}

.contents.show .shot3,
.contents.show .yui,
.contents.show .daib_sp {
    opacity: 1;
    transform: translateX(0);
}

.konb,
.sasye,
.sasye_sp {
    opacity: 0;
    transform: translateX(-120px);
    transition: opacity 1s ease, transform 1s ease;
}

.contents.show .konb,
.contents.show .sasye,
.contents.show .sasye_sp {
    opacity: 1;
    transform: translateX(0);
}

.konb_sp {
    opacity: 0;
    transform: translateX(-120px);
    transition: opacity 1s ease, transform 1s ease;
}

.contents.show .konb_sp {
    opacity: 1;
    transform: translateX(0);
}

/* 全体のコンテナ */
.hamburger-menu {
    position: relative;
}

/* ボタン：最前面 (z-index: 10000) */
.menu-btn {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 10000 !important;
    /* 背景より上に強制 */
    display: flex !important;
    height: 50px !important;
    width: 50px !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

/* 三本線の基本 */
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: "" !important;
    display: block !important;
    height: 3px !important;
    width: 25px !important;
    border-radius: 3px !important;
    background-color: #333 !important;
    position: absolute !important;
    transition: all 0.3s !important;
}

.menu-btn span:before {
    bottom: 10px !important;
}

.menu-btn span:after {
    top: 10px !important;
}

/* チェック時（メニュー展開時）のアニメーション */
#menu-btn-check:checked~.menu-btn span {
    background-color: transparent !important;
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0 !important;
    transform: rotate(45deg) !important;
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0 !important;
    transform: rotate(-45deg) !important;
}

/* メニュー背景：ボタンより一つ下 (z-index: 9999) */
.menu-content {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    z-index: 9999 !important;
    background-color: rgba(255, 255, 255, 0.836) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* 表示切り替え */
#menu-btn-check:checked~.menu-content {
    left: 0 !important;
}

/* チェックボックスは非表示 */
#menu-btn-check {
    display: none !important;
}

/* メニュー内リスト */
.menu-content ul {
    list-style: none !important;
    padding: 0 !important;
}

.menu-content ul li {
    padding: 20px 0 !important;
    text-align: center !important;
}

.menu-content ul li a {
    text-decoration: none !important;
    color: #6c9bd2 !important;
    /* 指定のカラーに変更 */
    font-size: 22px !important;
    font-weight: bold !important;
    display: block !important;
    transition: opacity 0.3s !important;
}

/* マウスを乗せた時に少し薄くする（お好みで） */
.menu-content ul li a:hover {
    opacity: 0.7 !important;
}

/* PC（画面幅が1024px以上）の場合の半円デザイン */
@media screen and (min-width: 1024px) {
    .menu-content {
        /* 幅を20%〜25%程度に縮小 */
        width: 22% !important;
        left: -25% !important;
        /* 高さを画面いっぱいにせず、上下に余白を持たせる（より「浮いている」感じに） */
        height: 80% !important;
        top: 10% !important;
        border-radius: 0 100% 100% 0 / 0 50% 50% 0 !important;
        box-shadow: 5px 0 25px rgba(108, 155, 210, 0.15) !important;
        /* 文字色に近い影で馴染ませる */
        border-right: 2px solid #6c9bd2;

        /* 中の文字を左側に少し寄せて、半円のカーブと干渉しないように調整 */
        padding-right: 5% !important;
    }
}

/* 表示切り替え */
#menu-btn-check:checked~.menu-content {
    left: 0 !important;
}

/* 文字サイズも少しコンパクトに */
.menu-content ul li a {
    font-size: 18px !important;
    color: #6c9bd2 !important;
    letter-spacing: 0.05em;
}

/* メニュー内の文字が30%幅だと窮屈な場合の微調整 */
.menu-content ul li a {
    white-space: nowrap;
    /* 改行を防ぐ */
    font-size: 20px !important;
}