@charset "utf-8";

/* ---------------------------------------------------
 * base
/* ---------------------------------------------------*/

html {
    font-size: 62.5%;
    /*適宜変更お願いします*/
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: center;
    font-size: 24px;
    font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #000000;
    line-height: 1.75;
    width: 100%;
    background-color: #fff;
    font-weight: 400;
    /*適宜変更お願いします*/
    font-feature-settings: "palt" 1;
    /*自動カーニング*/
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
}

a:hover {
    /*opacity: 0.8;*/
    text-decoration: none;
}

p {
    text-align: justify;
    hanging-punctuation: allow-end;
    /*文字のぶら下げ*/
}

#footer {
    text-align: center;
    font-size: 0.5em;
    padding: 0.5em;
}

#footer a {
    color: #000;
}

.logo {
    width: 150px;
}

.flat_btn {
    position: relative;
}

.flat_btn::before {
    position: absolute;
    content: "";
    left: -110%;
    top: 26%;
    width: 100%;
    height: 80%;
    background-image: url(../img_pc/5700.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.btn_box_01 {
    position: absolute;
    width: 40%;
    top: 23%;
    right: 0;
    left: 0;
    margin: auto;
    animation: poyon 2s infinite;

}

.btn_box_02 {
    position: absolute;
    width: 40%;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
    animation: poyon 2s infinite;

}


/*ボタンの動きのcss*/
@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, -10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes fuwafuwa {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -10px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

.card {
    position: relative;
    background-color: #F2E8EC;
    margin: auto;
    max-width: 560px;
    border-radius: 20px;
    padding: 1em;
}

.card_in {
    background-color: #fff;
    border-radius: 15px;
    padding: 1em;
}

.labele {
    margin-top: -80px;
}

.slide_box {
    z-index: 999999;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

li {
    padding-top: 2em;
}


.card:before {
    position: absolute;
    content: "";
    width: 75%;
    height: 7.5%;
    background-image: url(../img_pc/rabel.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: -2%;
}

section#section-40 {
    background-image: url(../img_pc/section_40.webp);
    background-repeat: no-repeat;
    background-position: top center;
}

section#section-55 {
    background-image: url(../img_pc/section_55.webp);
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.qa_box {
    max-width: 1000px;
    margin: auto;
    margin-top: 400px;
}


/* アコーディオン */
.ac-box {
    width: auto;
    margin: 10px auto 5px;
}

.ac-box_qa {
    width: auto;
    margin: 10px auto 5px;
    margin-bottom: 30px;
}

/*ラベル*/
.ac-box label {
    text-align: center;
    background: #fff;
    margin: auto;
    position: relative;
    display: block;
    padding: 0.2em;
    border-radius: 30px;
    cursor: pointer;
    color: #D894B5;
    border: solid 1px #D894B5;
    transition: all 0.5s;
}

/*ラベル*/
.ac-box_qa label {
    text-align: left;
    background: #82C7DA;
    margin: auto;
    line-height: 50px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s;
    padding: 1em;
}

.q {
    font-family: serif;
    font-size: 2.5em;
    margin-right: 0.3em;
    vertical-align: middle;
}


/*ラベルホバー時*/
.ac-box label:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*ラベルホバー時*/
.ac-box_qa label:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*チェックを隠す*/
.ac-box input {
    display: none;
}

/*チェックを隠す*/
.ac-box_qa input {
    display: none;
}

/*チェックのアイコン（↓）*/
.ac-box label:after {
    color: #fff;
    content: "";
}

/*チェックのアイコン（↓）*/
.ac-box_qa label:after {
    color: #fff;
    content: "";
}

/*チェックのアイコン（↑）*/
.ac-box input:checked~label::after {
    color: #fff;
    content: "";
}

/*チェックのアイコン（↑）*/
.ac-box_qa input:checked~label::after {
    color: #fff;
    content: "";
}

/*中身を非表示にしておく*/
.ac-box div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

.ac-box_qa div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

/*クリックで中身を表示*/
.ac-box input:checked~div {
    height: auto;
    padding: 5px;
    opacity: 1;
    padding-bottom: 20px;
}

.ac-box_qa input:checked~div {
    height: auto;
    padding: 5px;
    opacity: 1;
    padding-bottom: 20px;
}

/*表示内容の調整*/
.ac-box div p {
    color: #777;
    line-height: 23px;
    padding: 20px;
    text-align: justify;
}

.ac-box_qa div p {
    color: #777;
    line-height: 2em;
    font-size: 0.8em;
    padding: 1.5em;
    text-align: justify;
}

.ac-small p {
    margin-bottom: 0px;
    background-color: #fff;
}

div.ac-small {
    padding: 0 !important;
    margin-bottom: 1em;
}

@keyframes poyon {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        transform: scale(0.95, 0.95) translate(0%, 0%);
    }

    30% {
        transform: scale(1.05, 1.05) translate(0%, 0%);
    }

    50% {
        transform: scale(0.95, 0.95) translate(0%, 0%);
    }

    70% {
        transform: scale(1.05, 1.05) translate(0%, 0%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/* ---------------------------------------------------
 * common（PC　min-width: 1023px）
/* ---------------------------------------------------*/
.wrap {
    width: 2000px;
    max-width: 100%;
}

.container {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

/*背景画像を指定*/
section#section-00 {}

.header {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-left: 50px;
}


.-pc {
    display: block;
}

.-sp {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    /*親要素のbox-sizingを継承*/
}

/*-----------------タブレットサイズ-----------------------
@media (min-width: 600px) and (max-width: 1023px) {
    body {
        font-size: 3.2rem;
    }
    .-pc {
        display: none;
    }
    .-sp {
        display: block;
    }
    .wrap {
        max-width: 100%;
        width: 100%;
    }
}
----------------------------------------*/

/*-----------------スマホサイズ-----------------------*/

@media screen and (max-width:600px) {
    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }

    body {
        font-size: 4.2vw;
    }

    .wrap {
        max-width: 100%;
        width: 100%;
    }

    #footer {
        text-align: center;
        font-size: 0.8em;
        padding: 1em;
        margin-bottom: 150px;
    }

    #footer a {
        color: #000000;
    }


    .header {

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo {
        margin-left: 10px;
        width: 80px;
    }

    .flat_btn {
        position: relative;
        width: 35%;
    }

    .flat_btn::before {

        left: -90%;
        top: 36%;
        width: 80%;
        height: 80%;
        background-image: url(../img_pc/5700.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .btn_box_01 {
        position: absolute;
        width: 90%;
        top: 23%;
        right: 0;
        left: 0;
        margin: auto;

    }

    .btn_box_02 {
        position: absolute;
        width: 90%;
        top: 15%;
        right: 0;
        left: 0;
        margin: auto;

    }

    .ac-box_qa {
        width: auto;
        margin: 10px auto 5px;
        margin-bottom: 10px;
    }

    section#section-55 {
        background-image: url(../img_sp/section_in_55.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        overflow: hidden;
    }

    .qa_box {
        width: 95%;
        margin: auto;
        margin-top: 170px;
    }

    .q {
        font-family: serif;
        font-size: 1.5em;
        margin-right: 0.3em;
    }

    /*ラベル*/
    .ac-box_qa label {
        font-size: 0.8em;
        text-align: left;
        background: #82C7DA;
        margin: auto;
        line-height: 1.5em;
        position: relative;
        display: block;
        cursor: pointer;
        color: #fff;
        transition: all 0.5s;
        padding: 0.8em 0.5em;
    }

    /*ラベル*/
    .ac-box label {

        border-radius: 30px;
        cursor: pointer;
        color: #D894B5;
        border: solid 1px #D894B5;
        transition: all 0.5s;
    }

    .pagetop {}

    .side {
        position: fixed;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0px;
        z-index: 9999999;

    }

    .side a img:hover {
        opacity: 1;
    }

    .formBtn {
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        z-index: 9999;
        margin: auto;
        padding: 0.5em;

    }

    .formBtn img {
        -webkit-animation-name: fuwafuwa;
        /* fuwafuwaっていうアニメーションをしてね！ */
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        /*-webkit-animation-direction:alternate;*/
        -webkit-animation-timing-function: ease;

        -moz-animation-name: fuwafuwa;
        -moz-animation-duration: 2s;
        -moz-animation-iteration-count: infinite;
        /*-moz-animation-direction:alternate;*/
        -moz-animation-timing-function: ease;
    }

    /*ボタンの動きのcss*/
    @-webkit-keyframes fuwafuwa {
        0% {
            -webkit-transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(0, -10px);
        }

        100% {
            -webkit-transform: translate(0, 0);
        }
    }

    @-moz-keyframes fuwafuwa {
        0% {
            -moz-transform: translate(0, 0);
        }

        50% {
            -moz-transform: translate(0, -10px);
        }

        100% {
            -moz-transform: translate(0, 0);
        }
    }
}

/*----------------------------------------*/