@charset "utf-8";

/*
Share Style [
----------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

p, li, dt, dl {
    line-height: 1.6;
    font-weight: 300;
}

p {
    margin: 0 0 1em 0;
}

img {
    border: 0;
}




/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

body {
    font-family: "遊ゴシック体", "游ゴシック", "Noto suns JP""Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
    width: 100%
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    font-size: 16px;
}

.logo img {
    width: 60%;
    position: absolute;
    left: 5%;
}

h2 {
    padding: 0.5rem 1rem;
    border-bottom: 6px double #08acf2;
    background: #d2f2fc;
    text-align: center;
    color: #444444;
}

.btn_box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3.5rem;
}

.btn_box img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#btn_animation .btn {


    text-align: center;
    cursor: pointer;

    animation: btn_animation 2s infinite;
}

@keyframes btn_animation {
    0% {
        transform: scale(1, 0.8);
    }

    20% {
        transform: scale(0.8, 1.1);
    }

    95% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

.container_btn {
    width: 100%;
    position: fixed;
    bottom: 0rem;
    box-sizing: border-box;
    z-index: 9999;
    background-color: rgba(4, 4, 4, 0.44);
}

.scrcall_btn img {
    width: 85%;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.scrcounseling_btn img {
    width: 85%;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
}

.scroll-display {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

.scroll-display.active {
    opacity: 1;
    pointer-events: auto;
}

.pc_cls_btn {
    display: none;
}

.mainpic {
    width: 100%;
}

.mainpic img {
    width: 100%;
}

.mainpic_pc {
    display: none;
}
.consept{
    width: 90%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.consept img{
    width: 100%;
}


.section1 {
    width: 90%;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
}

.section1 img {
    width: 100%;
}

.section2 {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section2 img {
    width: 85%;
}

.mens_area {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mens_area img {
    width: 85%;
}
.succes{
    width: 90%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.succes img{
    width: 100%;
}
.hikaku{
    width: 90%;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
}
.hikaku img{
    width: 100%;
    margin-top: 2rem;
}


.section3 {
    width: 90%;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
}

.section3 img {
    width: 100%;
    margin-top: 2rem;
}

.section4 {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section4 img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}



.section4 p {
    text-align: left;
}
.safe{
    color: rgb(237, 76, 248);
}

.section5 {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section5 img {
    width: 80%;
}

.section5 h5 {
    text-align: center;
}


.section6 {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.section6 img {
    width: 100%;
}

.section7 {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section7 img {
    width: 90%;
    margin-top: 2rem;
}

.section8 {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section8 img {
    width: 90%;
    margin-top: 1rem;
}

.voice_pc {
    display: none;
}

.section9 {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* よくある質問アコーディング */
div.accordion {
    display: block;
    line-height: 50px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.5s ease-in;
    position: relative;
    padding-left: 10%;
    height: 53px;
    margin: 0;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;

}

.accordion:before {
    content: "Q";
    position: absolute;
    left: 2%;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    background: #6cb1f5;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.accordion.active {
    margin-bottom: 0;
}

div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
}

.panel p {
    /* padding: 5px 10px; */
    background: #fcfbfb;
    margin: 0 0 px;
    position: relative;
    padding-left: 10%;
    text-align: left;
    font-weight: 400;
}

.panel p:before {
    content: "A";
    position: absolute;
    left: 2%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    font-size: 1rem;
    background: #f84c4c;
    color: #fff;
    border-radius: 50%;
}

.acco {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

div.accordion:hover {
    background-color: #ddd;
}

div.accordion:after {
    content: '\02795';
    font-size: 1rem;
    color: #dbd9d9;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-46%);
}

div.accordion.active:after {
    content: "\2796";
}

/* よくある質問アコーディング */

.section_form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.needs-validation {
    text-align: left;
    padding-bottom: 3rem;
    margin-bottom: -1.5rem;
}

.personalinfo {
    text-align: center;
    margin: 0 auto;
}

.personalinfo_title h5 {
    text-align: center;
    padding: 0 auto;
    transform: scale(0.9);
}

.box {
    width: 95%;
    /* 横幅を300pxに指定 */
    height: 150px;
    /* 横幅を100pxに指定 */
    border: 1px solid #000;
    /* わかりやすくボーダーを引く */
    overflow-y: scroll;
    /* 縦方向にスクロール可能にする */
}

.box p {
    text-align: left;
    padding-left: 0.3rem;
    padding-right: 0.2rem;
    font-weight: 300;
    font-size: 80%;
}

.col-md-6 {
    font-weight: 400;
}

.form-group {
    font-weight: 400;
}

.row {
    font-weight: 400;
}

.form-age {
    font-weight: 400;
}



footer {
    z-index: 1;
}

footer {
    background: #70b4f8;
    color: #fcfafa;
    padding: 60px 25px;
    font-size: small;
    margin-bottom: 4rem;
}

address, article, aside, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    {
    box-sizing: border-box;
}

footer {
    display: block;
    unicode-bidi: isolate;
}

.footerTitle {
    font-size: large;
    text-align: center;
}

.footerText01 {
    line-height: 1.6;
    margin-top: 24px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 25px 20px;
    font-weight: 600;
}

.footerMenu {
    text-align: left;
}

.footerMenu a {
    color: #0468da;
}

.section10 {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
}

.section10 p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

.section10 img {
    width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.cp_box1 {
    position: relative;
}

.cp_box1 input {
    display: none;
}

/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    bottom: -10px;
    width: 100%;
    height: 140px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

/* 開いた時にグラデーションを消す */
.cp_box1 input:checked+label {
    background: inherit;
}

.cp_box1 input:checked+label {
    /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}

.cp_box1 .cp_container {
    overflow: hidden;
    height: 500px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}

/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
    content: '';
    position: absolute;
    line-height: 2.5rem;
}

.cp_box1 label:after {
    z-index: 2;
    bottom: 20px;
    width: 13em;
    content: '続きをよむ';
    color: #ffffff;
    background: #1b2538;
    border-radius: 20px;
}

.cp_box1 label::before {
    position: absolute;
    bottom: 38px;
    left: calc(50% - 3.5em);
    z-index: 3;
    width: 10px;
    height: 5px;
    background: #ffffff;
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

/*閉じるボタン*/
.cp_box1 input:checked+label:after {
    content: '閉じる';
}

.cp_box1 input:checked+label:before {
    left: calc(50% - 2.5em);
    transform: scale(1, -1);
}

.cp_box1 input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

.companypage_top {
    margin-top: 5rem;
}
.companyinfo{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.privacy{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
}
.mens_prof{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
}
.picture{
    width: 100%;
}
.picture img{
    width: 100%;
}

/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/
@media screen and (min-width: 768px) {

    /* .fixed_btn {
      display: none;
    } */


    /*-------------------------------
▼大型画面向けデザイン（PCなど）
--------------------------------*/
    @media screen and (min-width: 1024px) {
        /* .fixed_btn {
        display: none;
      } */

        body {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        img {
            width: 100%;
        }

        .logo img {
            width: 30%;
            position: absolute;
            left: 20%;

        }


        .mainpic {
            display: none;
        }

        .mainpic_pc {
            display: inline;
        }

        .section1 {
            width: 40%;
            margin-top: 4rem;
            margin-left: auto;
            margin-right: auto;
        }

        .section1 img {
            width: 100%;
        }

        .section2 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section2 img {
            width: 70%;
        }
        .mens_area {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .mens_area img {
            width: 70%;
        }



        .section3 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section3 img {
            width: 70%;
        }
        .consept{
            width: 40%;
            margin-top: 2rem;
            margin-left: auto;
            margin-right: auto;
        }
        .consept img{
            width: 100%;
        }
        .succes{
            width: 40%;
            margin-top: 2rem;
            margin-left: auto;
            margin-right: auto;
        }
        .succes img{
            width: 100%;
        }
        .hikaku{
            width: 40%;
            margin-top: 4rem;
            margin-left: auto;
            margin-right: auto;
        }
        .hikaku img{
            width: 100%;
            margin-top: 2rem;
        }
        
        

        .section4 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section4 img {
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section5 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-top: 3rem;
        }

        .section5 img {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section6 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section6 img {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section7 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section7 img {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section8 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            display: none;
        }

        .section8 img {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .voice_pc {
            display: inline;

        }

        .voice_pc h2 {
            width: 40%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            margin-top: 3rem;
        }

        .voice_pc {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .voice_pc img {
            width: 50%;
            margin-top: 3rem;
        }


        .section9 {
            width: 40%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .section9 img {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .acco {
            width: 40%;
        }

        .section10 {
            width: 50%;
            text-align: center;
            margin-right: auto;
            margin-left: auto;
            margin-top: 4rem;
        }

        .section10 p {
            width: 90%;
            margin-right: auto;
            margin-left: auto;
            text-align: left;
        }

        .section10 img {
            width: 80%;
            text-align: center;
            margin-right: auto;
            margin-left: auto;
        }

        .cp_box1 .cp_container {
            overflow: hidden;
            height: 700px;
            /* 開く前に見えている部分の高さ */
            transition: all 0.5s;
        }

        .section_form h2 {
            width: 50%;
            margin-top: 3rem;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .container {
            display: flex;
            gap: 40px 30px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .container_btn {
            width: 100%;
            position: fixed;
            bottom: 0rem;
            box-sizing: border-box;
            z-index: 9999;
            background-color: rgba(4, 4, 4, 0.44);
        }

        .container_btn img {
            width: 37%;
        }

        .pc_cls_btn {
            width: 40%;
        }

        .footerMenu {
            text-align: center;
        }

        .footerMenu a {
            color: #0468da;
        }
        .picture{
            width: 25%;
            margin-left: auto;
            margin-right: auto;
        }
        .picture img{
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

    }