@charset "utf-8";

/**************************
*
* リセット↓
*
**************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
    /* sub, */
    /* sup, */
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1.5;
    word-break: break-all;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

a:link,
a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
    transition: 0.3s all;
    color: #000;
}

*:focus {
    outline: none;
}

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

*,
*::before,
*::after {
    box-sizing: border-box;
}

sup {
    font-size: 0.7em;
}

/*****************************************************************************************************************
*
* 　初期設定
*
*****************************************************************************************************************/
button,
input,
select,
textarea,
body {
    font-family: 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', '游ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

html{
    /*scroll-behavior: smooth;*/
}

body {
    box-sizing: border-box;
    img{
        width: 100%;
        height: auto;
    }
}

.sp-only{
    display: none!important;
}


header{
    width: 100%;
    height: 80px;
    padding: 15px 0;
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    left: 0;
    z-index: 1;
    .wrapper01 {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;

        .main-nav{
            display: flex;
            align-items: flex-end;
            flex-grow: 2;
            margin-right: 80px;
            .nav-list {
                display: flex;
                justify-content: flex-end;
                align-items: flex-end;
                width: 100%;
                font-weight: 600;
                li:first-child{
                    margin-right: 40px;
                }
                li:last-child{
                    margin-left: 40px;
                }
                a.active{
                    color: #7a00e6;
                }
                a:hover{
                    color: #7a00e6;
                }
            }
        }
    }
    .logo-area{
        width: 260px
    }
    .company-logo{
        display: block;
        width: 90px;
    }
}

.wrapper01{
    max-width: 1130px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}


.page-link-area{
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 3;
    .link-part{
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        writing-mode: vertical-rl;
        line-height: 1;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-radius: 10px 0 0 10px;
        filter:drop-shadow(0 0 3px #aaa);
        span{
            font-size: 25px;
            pointer-events: none;
        }
    }
    .link-part:first-child{
        background: #14a2b1;
        margin-bottom: 15px;
    }
    .link-part:last-child{
        background: #eb6ea5;
    }
    .link-part:hover{
        background: #7a00e6;
        color: #fff;
    }
}



.main-area{
    width: 100%;
    background: url(../img/bg01.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .wrapper01{
        padding: 50px;
        width: 100%;
        .main-title-area{
            margin: auto;
            text-align: center;

            .wrapper {
                filter: drop-shadow(0 0 3px #888);
                .sub {
                    background: #fff;
                    color: #7a00e6;
                    padding: 5px 10px;
                    border-radius: 30px;
                    font-weight: 600;
                    font-size: 20px;
                    margin-right: -0.3em;
                }
            }
            .main-title{
                color: #fff;
                font-size: clamp(32px, 4vw, 44px);
                font-weight: 600;
                margin-top: 15px;
                letter-spacing: -0.02em;
                filter:drop-shadow(0 0 3px #888);
                display: block;
            }
        }

        .summary{
            margin-top: 30px;
            color: #fff;
            filter:drop-shadow(0 0 3px #888);
        }

        .problem-area{
            position: relative;
            margin: auto;
            margin-top: 20px;
            width: clamp(400px, 60%, 60%);
            background: #fff;
            padding: 40px 80px;
            border-radius: 15px;

            li{
                position: relative;
                font-size: 17px;
                font-weight: 400;
                padding: 8px 8px 8px 40px;
                border-bottom: 1px dashed #888;
            }
            li::before{
                content: '';
                position: absolute;
                top: 50%;
                left: 0;
                width: 1.5em;
                height: 1.5em;
                background: url(../img/checkBox.webp);
                background-repeat: no-repeat;
                background-size: contain;
                transform: translateY(-50%);
            }

            .button-type01{
                margin: auto;
                margin-top: 30px;
                width: max(250px, 60%);
                transition: background-color 0.3s ease;
            }
        }

        .problem-area::before{
            content: '';
            position: absolute;
            top: 50%;
            height: min(44vw, 90%);
            left: -25%;
            width: 50%;
            background: url(../img/chara02.webp);
            background-repeat: no-repeat;
            background-size: contain;
            transform: translateY(-50%);
        }
        .problem-area::after{
            content: '';
            position: absolute;
            top: 50%;
            height: min(44vw, 90%);
            left: 89%;
            width: 50%;
            background: url(../img/chara01.webp);
            background-repeat: no-repeat;
            background-size: contain;
            transform: translateY(-50%);
        }

        .lead-text{
            font-size: 28px;
            font-weight: 600;
            color: #fff;
            filter:drop-shadow(0 0 3px #888);
            text-align: center;
            margin-top: 40px;
            line-height: 1.6;
        }

    }
}

.main-area.qa{

    background: url(../img/bg03.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    .wrapper01{
        .lead-text{
            margin-top: 10px;
        }
    }

}

.button-type01{
    padding: 15px;
    font-weight: 600;
    color: #7a00e6;
    border: 1px solid #7a00e6;
    border-radius: 5px;
    position: relative;
    text-align: center;
    display: block;
    font-size: 17px;
}
.button-type01::after{
    content: '';
    position: absolute;
    top: 50%;
    right:15px;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: translateY(-50%) rotate(45deg);
}

.button-type01:hover{
    background: #7a00e6;
    color: #fff;
}

.button-type02{
    padding: 15px;
    font-weight: 600;
    color: #fff;
    background: #14a2b1;
    border-radius: 5px;
    position: relative;
    text-align: center;
    display: block;
    font-size: 17px;
    transition: background-color 0.3s ease;
}
.button-type02::before{
    content: '';
    position: absolute;
    top: 50%;
    left:25px;
    width: 2em;
    height: 2em;
    background: url(../img/pdf.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.button-type02.off::before{

    filter: grayscale(100%);
}
.button-type02::after{
    content: '';
    position: absolute;
    top: 50%;
    right:15px;
    width: 1.5em;
    height: 1.5em;
    background: url(../img/download.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.button-type02:hover{
    background: #7a00e6;
    color: #fff;
}
.button-type02:hover::before{
    background: url(../img/pdf03.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.button-type03{
    padding: 10px;
    font-weight: 600;
    color: #fff;
    background: #14a2b1;
    border-radius: 5px;
    position: relative;
    text-align: center;
    display: block;
    font-size: 17px;
}
.button-type03:hover{
    background: #7a00e6;
    color: #fff;
}


.check-area{
    width: 100%;
    padding: 15px;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #7a00e6;
}

.sense-area{
    position: relative;
    background: #ecf8f9;
    padding: 70px 0;

    .title-area{
        display: flex;
        justify-content: space-between;
        align-items: center;

        .title-wrapper{
            width: 44%;
            font-weight: 700;
            font-size: 38px;
            color: #14a2b1;

            h3 {
                span {
                    font-size: 55px;
                }
                border-bottom: 3px dotted #14a2b1;
            }
        }
        p{
            width: 51%;
            font-weight: 400;
            line-height: 1.8;
            span{
                font-weight: 600;
            }
        }
    }

    .select-area{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 80px;

        .reference{
            width: 44%;

            display: flex;
            flex-wrap: wrap;
            font-size: 16px;
            border: 1px solid #cccccc;
            background: #fff;

            dt{
                font-weight: 600;
                width: 30px;
                border-right: 1px solid #cccccc;
                border-bottom: 1px solid #cccccc;
                padding: 5px 8px;
            }
            dd{
                font-weight: 400;
                width: calc(100% - 30px);
                border-bottom: 1px solid #cccccc;
                padding: 5px 8px;
            }

            dt:last-of-type ,dd:last-of-type{
                border-bottom: none;
            }
        }

        .click-area01{
            position: relative;
            width: 51%;
            border: 1px solid #14a2b1;
            border-radius: 10px;
            padding: 30px;
            /*padding: 30px min(14%, 180px);*/
            cursor: pointer;

            .attention{
                position: absolute;
                width:  max(180px, 38%);
                height: max(100px, 15%);
                background: rgba(1,1,1,0.4);
                top:40%;
                left: 50%;
                border-radius: 10px;
                display: flex;
                justify-content: center;
                align-items: center;
                transform: translate(-50%,-50%);
                a {
                    color: #fff;
                    text-align: center;
                }
            }
            .attention.none{
                display: none;
            }

            .clear-button{
                position:absolute;
                bottom: 10px;
                right: 15px;
                a {
                    color: #14a2b1;
                }
            }
            .clear-button:hover{
                opacity: 0.6;
            }

            .human-body {
                position: relative;
                margin: auto;
                width: 250px;
                .click-list {
                    position: absolute;
                    top:0;
                    left:0;
                    width: 100%;
                    height: 100%;

                    .body-button{
                        position: absolute;
                        width: 19%;
                        aspect-ratio: 1/1;
                        /*background: rgba(1,1,1,0.3);*/
                        border-radius: 50px;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        a{
                            font-size: 18px;
                            font-weight: 600;
                            width: 100%;
                            height: 100%;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }
                    }
                    .body-button:first-child,
                    .body-button:nth-child(2),
                    .body-button:nth-child(3),
                    .body-button:nth-child(4),
                    .body-button:nth-child(5),
                    .body-button:nth-child(6){
                        background: rgba(252, 224, 191, 0.7);
                    }
                    .body-button:nth-child(7),
                    .body-button:nth-child(8),
                    .body-button:nth-child(9),
                    .body-button:nth-child(10),
                    .body-button:nth-child(11),
                    .body-button:nth-child(12){
                        background: rgba(226, 238, 197, 0.7);
                    }


                    #body01_01{
                        top: 16%;
                        left: 26%;
                    }
                    #body01_02{
                        top: 32.5%;
                        left: 11%;
                    }
                    #body01_03{
                        top: 41.5%;
                        left: 3%;
                    }
                    #body01_04{
                        top: 48.3%;
                        left: 28%;
                    }
                    #body01_05{
                        top: 68%;
                        left: 25%;
                    }
                    #body01_06{
                        top: 88.5%;
                        left: 23%;
                    }
                    #body02_01{
                        top: 16%;
                        left: 55%;
                    }
                    #body02_02{
                        top: 32.5%;
                        left: 70%;
                    }
                    #body02_03{
                        top: 41.5%;
                        left: 78%;
                    }
                    #body02_04{
                        top: 48.3%;
                        left: 53%;
                    }
                    #body02_05{
                        top: 68%;
                        left: 55%;
                    }
                    #body02_06{
                        top: 88.5%;
                        left: 58%;
                    }



                    .body-button.poyopoyo{
                        animation: poyopoyo 2s infinite;
                    }

                }
            }
        }
    }





    .result-area{
        position: relative;
        margin-top: 30px;
        width: 100%;
        display: flex;
        .result-table{
            width: 50%;
            font-size: 16px;

            text-align: center;
            /*border: 1px solid #cccccc;*/
            background: #fff;
            th, td{
                border-bottom: 1px solid #cccccc;
                border-left: 1px solid #cccccc;
                padding: 5px;
                font-weight: 500;
            }
            tr td:first-of-type{
                font-weight: 600;
                font-size: 24px;
                vertical-align: middle;
            }

            tr:first-child th{
                border-top: 1px solid #cccccc;

            }
            tr:first-child th:first-child{
                border-right: 1px solid #fff;
            }
            tr:first-child th:last-child{
                border-bottom: 1px solid #fff;
            }
            tr:nth-child(2) th:first-child{
                border-right: 1px solid #fff;
            }
            tr:nth-child(1) th:last-child{
                border-right: 1px solid #fff;
            }
            tr:nth-child(2) th:last-child{
                border-right: 1px solid #fff;
            }





            tr:first-child, tr:nth-child(2){
                background: #fce0bf;
            }

            tr:nth-child(3) th:first-child{
                width: 25%;
            }
            tr:nth-child(3) td:nth-of-type(1){
                width: 20%;
            }
            tr:nth-child(3) td:nth-of-type(2){
                width: 55%;
            }

            tr th{
                vertical-align: middle;
            }

            .label-text{
                display: flex;
                justify-content: space-between;
                font-size: 14px;
                padding-left: 15px;
                padding-right: 15px;
            }

        }
        .result-table:last-child{

            tr:first-child, tr:nth-child(2){
                background: #e2eec5;
            }


            tr:first-child th{
                border-right: 1px solid #cccccc;
            }

            tr:nth-child(2) th{
                border-right: 1px solid #cccccc;
            }
            td:last-child{
                border-right: 1px solid #cccccc;
            }

            tr:first-child th:first-child{
                border-right: 1px solid #fff;
            }
            tr:first-child th:last-child{
                border-bottom: 1px solid #fff;
            }
            tr:nth-child(2) th:first-child{
                border-right: 1px solid #fff;
            }

            tr:nth-child(1) th:first-child{
                border-left: none;
            }
        }


        .change-area{
            width: 100%;
            height: 30px;

            padding-left: 25px;
            padding-right: 15px;

            .draw-area{
                width: 100%;
                height: 100%;
                /*background: rgba(1,1,1,0.2);*/
            }
        }
    }

    .explain-text{
        font-size: 16px;
        font-weight: 400;
        margin-top: 50px;
        line-height: 1.8;
    }

    .button-type02{
        margin: auto;
        margin-top: 50px;
        width: max(320px, 30%);
    }

    .button-type02.color-pink{
        background-color: #eb6ea5;
    }
    .button-type02.color-pink::before{
        background: url(../img/pdf02.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .button-type02.color-pink:hover{
        background: #7a00e6;
        color: #fff;
    }
    .button-type02.color-pink:hover::before{
        background: url(../img/pdf03.webp);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .supplement-text{
        margin-top: 30px;
        font-weight: 400;
        font-size: 14px;
    }
}

@keyframes poyopoyo {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.15);
        filter: drop-shadow(0 0 5px #ffd96e);

    }
    100% {
        transform: scale(1.0);
    }
}


.sense-area::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../img/bar_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.question01-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,0.4);
    z-index: 5;
    display: none;
    .modal-part{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 480px;
        background: #fff;
        transform: translate(-50%, -50%);
        /*position: relative;*/
        padding-bottom: 30px;
        filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.4));

        .close-button{
            position: absolute;
            width: 35px;
            height: 35px;
            background: rgba(1,1,1,0.4);
            border-radius: 30px;
            right: 0;
            top: 0;
            transform: translate(50%, -50%);
        }
        .close-button::before, .close-button::after { /* 共通設定 */
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 2px; /* 棒の幅（太さ） */
            height: 18px; /* 棒の高さ */
            background: #fff;
        }

        .close-button::before {
            transform: translate(-50%,-50%) rotate(45deg);
        }

        .close-button::after {
            transform: translate(-50%,-50%) rotate(-45deg);
        }



        .body-name{
            width: 100%;
            padding: 5px;
            background: #14a2b1;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
        }

        .scroll-area{
            margin-top: 5px;
            width: 98%;
            padding: 0 10px 0 0;
            overflow-y: scroll;
            max-height: 355px;
            .reference{
                display: flex;
                flex-wrap: wrap;
                dt{
                    width: 8%;
                    padding: 5px;
                    text-align: center;
                    border-bottom: 1px solid #ccc;
                    border-right: 1px solid #ccc;
                    font-size: 16px;
                    input{
                        accent-color: #14a2b1;
                    }
                }
                dd{
                    padding: 5px;
                    border-bottom: 1px solid #ccc;
                    font-size: 16px;
                }
                dd:nth-of-type(odd){
                    width: 7%;
                    border-right: 1px solid #ccc;
                    text-align: center;
                    font-weight: 600;

                }
                dd:nth-of-type(2n){
                    width: calc(100% - 15%);
                    font-weight: 400;
                }
            }
        }

        .scroll-area::-webkit-scrollbar{
            width: 10px;
            height: 5px;
        }
        .scroll-area::-webkit-scrollbar-thumb{
            background-color: rgb(150,150,150);
            border-radius: 5px;
        }
        .scroll-area::-webkit-scrollbar-track{
            background-color: #ccc;
            border-radius: 5px;
        }

        .sub-text{
            padding: 18px;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.7;
        }
        .select-area{
            display: flex;
            padding: 0 80px;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            font-weight: 400;
            dl{
                display: flex;
                dt{
                    width: 1.5em;
                }
                dd{
                    font-weight: 600;
                }
                input{
                    accent-color: #14a2b1;
                }
            }
        }
    }

    .button-type03{
        width: 50%;
        margin: auto;
        margin-top: 30px;
    }
}

@keyframes bottomUp {
    0% {
        /*transform: translateY(-30%);*/
        transform: translate(-50%, -10%)
    }
    100% {
        /*transform: translateY(0);*/
        transform: translate(-50%, -50%)

    }
}


.question01-area.show{
    display: block;

    .modal-part{
        animation: bottomUp 0.25s cubic-bezier(.17,.67,.46,1.18);

    }
}

body:has(.question01-area.show){
    overflow: hidden;
}

.action-area{
    background: #fdf3f8;
    .title-area{
        .title-wrapper{
            width: 54%;
            h3{
                color: #eb6ea5;
                border-bottom: 3px dotted #eb6ea5;
            }
            p{
                color: #000;
                width: 100%;
                font-size: 16px;
                margin-top: 35px;

                .red{
                    color: #d80c18;
                }
                .blue{
                    color: #006ab8;
                }
            }
            p:last-child{
                margin-top: 10px;
            }
        }
        .evaluation{
            width: 40%;
            padding: 30px 40px;
            border: 2px dotted #b3b3b3;
            font-size: 16px;
            dt{
                margin-bottom: 10px;
                font-weight: 600;
            }
            dd{
                font-weight: 400;
                span{
                    font-weight: 500;
                }
            }
        }
    }

    .clear-button02{
        position:relative;
        display: flex;
        justify-content: flex-end;

        a {
            color: #eb6ea5;
            margin-right: 5px;
        }
    }
    .clear-button:hover{
        opacity: 0.6;
    }
}

.select-area02{
    width: 100%;
    margin-top: 20px;
    .scroll-button-area{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0;
        a{
            display: block;
            width: 45px;
            height: 45px;
            background: #eb6ea5;
            border-radius: 50px;
            position: relative;
        }
        a:first-child{
            margin-right: 20px;
        }

        a::before{
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            display: block;
            top: 50%;
            left: 50%;

        }
        a:first-child::before {

            transform: translate(-5px, -50%) rotate(-135deg);
        }
        a:last-child::before {

            transform: translate(-8px, -50%) rotate(45deg);
        }

        @media (hover: hover) {
            a:hover{
                filter: opacity(60%);
            }
        }
        /*a:hover{*/
        /*    filter: opacity(60%);*/
        /*}*/

        a.off{
            background: #ccc;
            pointer-events: none;
        }
    }


    .click-area02{
        width: 100%;
        overflow: hidden;

        .scroll-area {
            position: relative;
            display: flex;
            padding: 20px 0;
            width: 2420px;
            padding-right: 20px;

            .action {
                width: 220px;
                border-right: 1px solid #eb6ea5;
                border-top: 1px solid #eb6ea5;
                border-bottom: 1px solid #eb6ea5;
                position: relative;

                padding: 20px;
                position: relative;
                background: #fff;
                flex-shrink: 0;
                /*display: flex;*/
                /*flex-wrap: wrap;*/

                .supplement{
                    font-size: 13px;
                    position: absolute;
                    top: 10px;
                    left: 10px;
                }
                .check-part{
                    position: absolute;
                    top:20px;
                    right:20px;

                    a{
                        width: 43px;
                        height: 43px;
                        border-radius: 10px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
                    a:first-child{
                        border: 1px solid #d80c18;
                        padding: 5px;
                        margin-bottom: 10px;
                        img{
                            display: none;
                        }
                        img.show{
                            display: block;
                        }
                    }
                    a:last-child{
                        border: 1px solid #006ab8;
                        font-size: 28px;
                        font-weight: 600;

                    }
                }
                .human-img{
                    padding-right: 10px;
                    padding-top: 30px;
                    flex-shrink: 0;
                    /*aspect-ratio: 590/655;*/
                    /*height: 227px;*/
                }
                .text{
                    font-size: 16px;
                    font-weight: 400;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    flex-grow: 2;
                    line-height: 1.2;
                    margin-top: 10px;

                    span{
                        font-size: 13px;
                        width: 100%;
                        letter-spacing: -0.08em;
                    }
                }
                .text.spacing{
                    letter-spacing: -0.08em;
                }

            }
            .action:first-child{
                border-left: 1px solid #eb6ea5;
            }
            .action:last-child{
                border-right: 1px solid #eb6ea5;
            }

            .action.focus{
                border: 3px solid #eb6ea5;
                filter: drop-shadow(0px 0px 4px #666);
                transform: scale(1.1);
                z-index: 3;
                transition: 0.4s;
            }

            .action.focus.action01{
                transform: translateX(20px) scale(1.1);
            }

            .action.focus.action11{
                transform: translateX(-30px) scale(1.1);
            }

            .action.unfocus{
                opacity: 0.6;
            }
        }

        .attention02{
            position: absolute;
            width:  max(180px, 20%);
            height: max(100px, 15%);
            background: rgba(1,1,1,0.4);
            top:48%;
            left: 50%;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: translate(-50%,-50%);
            a {
                color: #fff;
                text-align: center;
            }
        }
        .attention02.none{
            display: none;
        }
    }

    .click-area02.touch{
        overflow: scroll;
    }
}

.action-area::after {
    display: none;
}

.supplement-area{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    .direction{
        margin-top: 30px;
        font-size: 13px;
        font-weight: 400;
    }
}

.question01-area.question02-area{
    .modal-part{
        border: 5px solid #f3a8c9;
        width: 560px;

        .action-title{
            text-align: center;
            margin-top: 30px;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.2;
            span{
                font-size: 16px;
            }
        }
        .sub-text{
            padding: 0;
            font-weight: 600;
            margin-bottom: 15px;
            margin-top: 30px;
        }
        .wrapper{
            padding-left: 200px;
            padding-bottom: 30px;
            position: relative;
            .select-area{
                padding: 0 10px;
                flex-wrap: wrap;
                dl{
                    display: flex;
                    width: 100%;
                    font-weight: 400;
                    font-size: 16px;
                    margin-bottom: 15px;
                    dt{
                        width: 1.5em;
                        input{
                            accent-color: #f3a8c9;
                        }
                    }
                    dd{
                        font-weight: 400;
                        span{
                            font-weight: 600;
                        }
                    }
                }
                ul:last-child{
                    margin-bottom: 0;
                }
            }
        }




        .wrapper::before{
            position: absolute;
            display: block;
            content: "";
            width: 220px;
            height: 240px;
            background: url(../img/human01.webp);
            background-repeat: no-repeat;
            background-size: contain;
            bottom: -30px;
            left: -10px;
        }

        .wrapper.img01::before{
            background: url(../img/human01.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img02::before{
            background: url(../img/human02.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img03::before{
            background: url(../img/human03.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img04::before{
            background: url(../img/human04.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img05::before{
            background: url(../img/human05.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img06::before{
            background: url(../img/human06.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img07::before{
            background: url(../img/human07.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img08::before{
            background: url(../img/human08.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img09::before{
            background: url(../img/human09.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img10::before{
            background: url(../img/human10.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .wrapper.img11::before{
            background: url(../img/human11.webp);
            background-repeat: no-repeat;
            background-size: contain;
        }


        #add-button02{
            background: #eb6ea5;
        }
        #add-button02:hover{
            background: #7a00e6;
        }
    }
}

.main-area{
    .wrapper02{
        padding: 50px 0 100px 0;
        .main-title-area{
            .main-title{
                font-size: 38px;
            }
        }

        .careful-area{
            display: flex;
            justify-content: space-between;
            margin-top: 50px;

            .link-area02{
                width: 31%;
                display: block;

                .question-text{
                    width: 138px;
                    height: 25px;
                    background: url(../img/question.webp);
                    background-size: contain;
                    background-repeat: no-repeat;
                }

            }
            @media (hover: hover) {
                .link-area02:hover {
                    .careful-part {
                        background: #7a00e6;
                        color: #fff;
                    }

                    .link-button {
                        border: 1px solid #fff;
                    }

                    .link-button:before {
                        border-top: 2px solid #fff;
                        border-right: 2px solid #fff;
                    }

                    .question-text {
                        background: url(../img/question_w.webp);
                        background-size: contain;
                        background-repeat: no-repeat;
                    }
                }
            }


            .careful-part{
                width: 100%;
                background: #fff;
                border-radius: 10px;
                padding: 20px;
                img{
                    height: 25px;
                    width: auto;
                    margin-bottom: 10px;
                }
                .text{
                    font-size: 16px;
                    font-weight: 400;
                    margin-top: 5px;
                }


                .link-button{
                    border-radius: 50px;
                    padding: 10px;
                    display: block;
                    margin-right: 0;
                    margin-left: auto;
                    border: 1px solid #7a00e6;
                    width: 35px;
                    height: 35px;
                    position: relative;
                    margin-top: 20px;
                }
                .link-button:before{
                    content: "";
                    position: absolute;
                    width: 12px;
                    height: 12px;
                    border-top: 2px solid #7a00e6;
                    border-right: 2px solid #7a00e6;
                    display: block;
                    margin-left: auto;
                    margin-right: 0;
                    top: 50%;
                    left: 50%;
                    transform: translate(-8px, -50%) rotate(45deg);
                }



            }
        }

        .text-link-area {
            display: flex;
            justify-content: flex-end;

            .link-text {
                margin-top: 50px;
                font-weight: 600;
                font-size: 18px;
                color: #fff;
                padding-right: 30px;
                position: relative;
                filter: drop-Shadow(0px 2px 4px #888);
                transition: all 0.6s ease;
            }

            .link-text:after {
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
                display: block;
                margin-left: auto;
                margin-right: 0;
                top: 50%;
                right: 0;
                transform: translate(-5px, -30%) rotate(45deg);
            }

            .link-text:hover {
                color: #7a00e6;
            }
            .link-text:hover:after{
                border-top: 2px solid #7a00e6;
                border-right: 2px solid #7a00e6;
            }
        }

        .medicine-area{
            margin: auto;
            width: 750px;
            margin-top: 50px;
            background: #f0f8ff;
            padding: 40px 45px;
            position:relative;
            .content-area{
                display: flex;
                justify-content: space-between;
                width: 100%;
                align-items: center;
                img{
                    width: 138px;

                }
                .text{
                    width: calc(100% - 138px - 20px);
                    line-height: 1.9;
                    font-weight: 400;
                    text-decoration: underline;
                    text-decoration-color: #5eb7e8;
                    text-underline-offset: 5px;
                }
            }
            .text-link-area{
                position:relative;
                display: flex;
                justify-content: center;
                margin-top: 20px;
                padding-left: 25%;
                .link-button {
                    padding: 12px 10px;
                    color: #7a00e6;
                    font-weight: 600;
                    width: 320px;
                    text-align: center;
                    font-size: 17px;
                    background: #fff;
                    border: 1px solid #7a00e6;
                    border-radius: 10px;
                    position:relative;
                }

                .link-button:after {
                    content: "";
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    border-top: 2px solid #7a00e6;
                    border-right: 2px solid #7a00e6;
                    display: block;
                    margin-left: auto;
                    margin-right: 0;
                    top: 50%;
                    right: 15px;
                    transform: translate(0, -50%) rotate(45deg);
                }

                .link-button:hover {
                    background: #7a00e6;
                    color: #fff;
                }
                .link-button:hover::after {
                    border-top: 2px solid #fff;
                    border-right: 2px solid #fff;
                }
            }
        }
        .medicine-area:after{
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            content: "";
            border: 1px solid #5eb7e8;
            top: 10px;
            left: 10px;
            pointer-events: none;
        }
    }
}

.link-area{
    width: 100%;
    background: #fff;
    padding: 100px 0;
    .wrapper01{
        display: flex;
        justify-content: center;
        .content-area{
            position:relative;
            padding: 20px;
            border: 1px solid #7a00e6;
            border-radius: 10px;
            display: flex;
            align-items: center;
            /*justify-content: space-between;*/
            width: 350px;
            img{
                width: 110px;
                margin-right: 20px;

            }
            .link-text{
                color: #7a00e6;
                font-weight: 600;
                font-size: 17px;
            }
        }
        .content-area:first-child{
            margin-right: 25px;
        }
        .content-area:last-child{
            margin-left: 25px;
        }

        .content-area::after{
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-top: 2px solid #7a00e6;
            border-right: 2px solid #7a00e6;
            display: block;
            margin-left: auto;
            margin-right: 0;
            top: 50%;
            right: 20px;
            transform: translate(0, -50%) rotate(45deg);
        }

        .content-area:hover {
            background: #7a00e6;
            .link-text {
                color: #fff;
            }
            img{
                filter: opacity(50%);
            }
        }
        .content-area:hover::after {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
        }
    }
}

footer{
    width: 100%;
    background: #23004c;
    color: #fff;
    .wrapper01 {
        display: flex;
        justify-content: space-between;
        padding: 55px 15px;
        color: #fff;
        .link{
            display: flex;
            li{
                position:relative;
                padding-right: 8px;
                padding-left: 8px;
                a {
                    color: #fff;
                    font-size: 13px;
                    font-weight: 400;
                    line-height: 1.2;
                    display: inline-block;
                }
                a:hover{
                    color: #7a00e6;
                }
            }
            li:after{
                content: "|";
                position: absolute;
                display: block;
                right: -3px;
                top:2px;
            }
            li:last-child:after{
                display: none;
            }
        }

        p{
            font-size: 11px;
            font-weight: 400;
            text-align: right;
        }
    }
}


.wrapper03{
    max-width: 930px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.page-link-area02{
    margin-top: 100px;
    margin-bottom: 60px;
    .wrapper03{
        display: flex;
        justify-content: space-between;
        li{
            width: 30%;
            position: relative;


            a{
                width: 100%;
                padding: 10px;
                display: block;
                font-size: 17px;
                font-weight: 600;
                color: #006ab8;
                text-align: center;
                border: 1px solid #006ab8;
                border-radius: 5px;
            }
            a:hover{
                background: #7a00e6;
                color: #fff;
            }

            a::after{
                content: "";
                position: absolute;
                width: 10px;
                height: 10px;
                border-top: 2px solid #006ab8;
                border-right: 2px solid #006ab8;
                display: block;
                margin-left: auto;
                margin-right: 0;
                top: 50%;
                right: 20px;
                transform: translate(0, -50%) rotate(135deg);
            }
            a:hover:after{
                border-top: 2px solid #fff;
                border-right: 2px solid #fff;
            }

        }
    }
}

#result-publish01, #result-publish02{
    button{
        background: none;
        border: none;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
        padding: 20px 5px;
    }
}

.button-type02.adjust{
    padding: 0;
}

.qa-area{
    width: 100%;
    margin-bottom: 80px;
    .qa-title{
        font-size: 22px;
        font-weight: 600;
        color: #006ab8;
        background: #def0ff;
        padding: 10px 15px;
    }
    .question-text{
        margin-top: 20px;
        display: block;
        img{
            height: 25px;
            width: auto;
            margin-bottom: 5px;
        }
        p{
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            border-bottom: 1px solid #cccccc;
            padding-bottom: 10px;
        }
        p.bold{
            font-weight: 600;
        }
    }
    .question-text:first-of-type{
        margin-top: 25px;
    }
    .question-text:hover{
        img{
            filter: saturate(150%);
        }
        p{
            color: #7a00e6;
        }
    }

    .direction-area{
        text-align: right;
        margin-top: 35px;
        font-size: 13px;
        font-weight: 400;
        .direction-link{
            font-weight: 400;
            margin-top: 10px;
            display: block;
            color: #006ab8;
            text-decoration: underline;
            text-underline-offset: 5px;
        }
    }

    .answer-area{
        margin-top: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc;
        img{
            height: 13px;
            width: auto;
            margin-bottom: 5px;
        }
        .answer-text{
            font-weight: 400;
            line-height: 1.8;
        }
    }

    .link-wrapper{
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .link-area01{
        width: 100%;
        display: flex;
        /*justify-content: flex-end;*/
        margin-top: 50px;
        a{
          padding: 25px 50px 25px 25px;
            border: 1px solid #006ab8;
            border-radius: 5px;
            color: #006ab8;
            font-size: 16px;
            font-weight: 600;
            position: relative;
        }
        a.prev{
            padding: 25px 25px 25px 50px;
        }

        a:hover{
            background: #7a00e6;
            color: #fff;
        }

        a::after{
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-top: 2px solid #006ab8;
            border-right: 2px solid #006ab8;
            display: block;
            margin-left: auto;
            margin-right: 0;
            top: 50%;
            right: 20px;
            transform: translate(0, -50%) rotate(45deg);
        }
        a:hover::after{
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
        }
        a.prev::after{
            right: auto;
            left: 20px;
            transform: translate(0, -50%) rotate(225deg);
        }
    }

    .link-area01.flex-end{
        justify-content: flex-end;
    }


    .link-area02{
        width: 100%;
        margin-top: 70px;
        display: flex;
        justify-content: center;
        a{
            padding-left: 20px;
            font-size: 18px;
            font-weight: 600;
            color: #006ab8;
            position: relative;
            display: block;
        }
        a:hover{
            opacity: 0.6;
        }

        a::after{
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-top: 2px solid #006ab8;
            border-right: 2px solid #006ab8;
            display: block;
            margin-left: auto;
            margin-right: 0;
            top: 50%;
            left: 0px;
            transform: translate(0, -30%) rotate(225deg);
        }
    }


}
.qa-area.margin-add{
    margin-top: 90px;
}

.main-area.qa{

    .wrapper01 {
        padding-bottom: 70px;
        .lead-text {
            font-size: 24px;
            margin-top: 10px;
            display: block;
        }
        .lead-text02{
            margin-top: 70px;
        }
    }

    .link-button-area{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
        a{
            display: block;
            position: relative;
            width: 350px;
            text-align: center;
            padding: 20px;
            border-radius: 5px;
            border: 1px solid #fff;
            color: #fff;
            font-size: 19px;
            font-weight: 600;
            filter: drop-shadow(0px 2px 4px #aaa);
            .large{
                font-size: 31px;
            }
            .small{
                font-size: 17px;
            }
        }
        a::after{
            content: "";
            position: absolute;
            width: 10px;
            height: 10px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            display: block;
            margin-left: auto;
            margin-right: 0;
            top: 50%;
            right: 20px;
            transform: translate(0, -50%) rotate(45deg);
        }

        a:first-child{
            background: #14a2b1;
            margin-right: 20px;
        }
        a:last-child{
            background: #eb6ea5;
            margin-left: 20px;
        }
        a:first-child:hover,a:last-child:hover{
            background: #7a00e6;
        }
    }
}

#result-publish01.off,
#result-publish02.off{
    pointer-events: none;
    background: #aaa;
}

.back-to-top{
    display: block;
    width: 50px;
    height: 50px;
    background: #7a00e6;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    position: fixed;
    right: 10px;
    bottom: 0;
    margin-left: auto;
    display: none;
}
.back-to-top:hover{
    opacity: 0.7;
}

.back-to-top::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
    margin-left: auto;
    margin-right: 0;
    top: 30%;
    right: 20px;
    transform: translate(0, -20%) rotate(-45deg);
}

#clear-area{
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1,1,1,0.5);
    display: none;
    z-index: 10;
    .modal-part{
        background: #fff;
        width: 270px;
        padding: 30px;
        border-radius: 5px;
        filter: drop-shadow(0 0 4px #555);
        p{
            font-size: 15px;
            font-weight: 500;
            display: block;
            text-align: center;
            margin-bottom: 20px;
        }
        .button-area{
            display: flex;
            justify-content: space-between;

            a{
                width: 45%;
                border: 2px solid #7a00e6;
                padding: 5px 10px;
                text-align: center;
                border-radius: 5px;
            }
            a:hover{
                background: #7a00e6;
                color: #fff;
            }
        }
    }
}
#clear-area.show{
    display: flex;
}


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

 sp

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

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

    .header-logo{
        text-align: center;
        margin: auto;
        width: 120px;
        display: block;
        padding: 15px 0;
    }

    header{
        height: auto;

        .logo-area{
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            .logo{
                width: 260px;
            }
        }

        .menu-icon {
            width: 40px;
            height: 30px;
            position: relative;
            cursor: pointer;
            z-index: 3;
        }

        .menu-icon span {
            display: block;
            height: 4px;
            margin: 6px 0;
            background: #7a00e6;
            border-radius: 2px;
            transition: 0.4s;
        }

        /* ハンバーガーがXに変形 */
        #menu-toggle:checked + .menu-icon span:nth-child(1) {
            transform: translateY(10px) rotate(45deg);
        }
        #menu-toggle:checked + .menu-icon span:nth-child(2) {
            opacity: 0;
        }
        #menu-toggle:checked + .menu-icon span:nth-child(3) {
            transform: translateY(-10px) rotate(-45deg);
        }



        /* メニュー本体（左から出す） */
        .main-nav {
            position: fixed;
            top: 0;
            left: 100%;
            width: 100%;
            background: #fff;
            transition: left 0.4s ease;
            z-index: 2;
            height: 100%;
        }

        .wrapper01:has(#menu-toggle:checked) .main-nav {
            left: 0; /* ← 開いたときは左0へ */
            align-items: flex-start;
            flex-grow: 1;
            margin-right: 0;
            top: 80px;
            .nav-list{
                justify-content: center;
                align-items: flex-start;
                flex-wrap: wrap;
                padding: 15px 30px;
                li{
                    width: 100%;
                    text-align: center;
                    padding: 15px;
                    border-bottom: 1px dashed #888;
                }
                li:first-child{
                    margin-right: 0;
                    border-top: 1px dashed #888;
                }
                li:last-child{
                    margin-left: 0;
                }
            }
            .menu-icon span {
                background: #fff;
            }
        }
    }
    body:has(#menu-toggle:checked){
        overflow: hidden;
    }

    header:has(#menu-toggle:checked){
        position: fixed;
        top: 0;
    }

    .page-link-area{
        display: none;
    }

    .main-area {
        .wrapper01 {

            padding: 30px 20px;

            .problem-area {
                padding: 30px 20px;
                width: 100%;
                margin-top: 0;
                li{
                    font-size: 15px;
                    padding-left: 1.5em;
                }
                .button-type01 {
                    width: max(250px, 90%);
                }

            }
            .problem-area::before {
                display: none;
            }

            .problem-area::after {
                background: url(../img/chara01_sp.webp);
                width: min(27vw, 150px);
                height: min(27vw, 150px);
                background-repeat: no-repeat;
                background-size: contain;
                top: 5%;
                transform: none;
                left: auto;
                right: -10px;
            }

            .main-title-area{
                padding: 10px;
                .main-title{
                    font-size: 25px;
                    display: block;
                }
                .wrapper{
                    .sub{
                        font-size: 16px;
                    }
                }
            }
            .summary{
                margin-top: 10px;
                margin-bottom: 20px;
                color: #fff;
            }
            .lead-text {
                font-size: 16px;
                margin-top: 20px;
                margin-bottom: 20px;
            }
        }
    }

    .check-area {
        padding: 10px;
        font-size: 20px;
    }

    .sense-area{
        padding: 50px 0;
        .title-area{
            flex-wrap: wrap;

            .title-wrapper{
                width: 100%;
                text-align: center;
                font-size: 25px;
                margin-bottom: 25px;
                span{
                    font-size: 38px;
                }
            }

            p{
                width: 100%;
                font-size: 15px;
            }
        }

        .select-area{
            margin-top: 40px;
            flex-wrap: wrap;

            .reference{
                order: 2;
                width: 100%;
                margin-top: 20px;
                font-size: 15px;
            }

            .click-area01{
                order: 1;
                width: 100%;
                /*padding: 30px max(50px, 3vw);*/

            }
        }

        .result-area{

            flex-wrap: wrap;

            .result-table{
                width: 100%;

                th,td {
                    font-size: 14px;
                }

                .label-text{
                    font-size: 13px;
                    padding-left: 5px;
                    padding-right: 5px;
                }
            }

            .result-table:first-child{

                tr:first-child th:last-child,
                tr:nth-child(2) th:last-child{
                    border-right: 1px solid #ccc;
                }

                td:last-child{
                    border-right: 1px solid #ccc;
                }

                tr:last-child th:first-child,
                tr:last-child td{
                    border-bottom: none;
                }
            }


            .change-area{
                height: 25px;
            }
        }

        .explain-text{
            margin-top: 30px;
            font-size: 15px;
        }

        .button-type02 {
            margin-top: 40px;
        }

        .supplement-text {
            margin-top: 40px;
            font-size: 13px;
        }
    }

    .sense-area::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: url(../img/bar_sp.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .question01-area , .question01-area.question02-area{
        .modal-part {
            width: 90%;
            .body-name{
                font-size: 16px;
            }
            .scroll-area {
                .reference {
                    dt{
                        font-size: 15px;
                        width: 10%;
                    }
                    dd {
                        font-size: 15px;
                    }

                    dd:nth-of-type(odd) {
                        width: 10%;
                    }
                    dd:nth-of-type(2n) {
                        width: calc(100% - 25%);
                    }
                }
            }
            .sub-text{
                font-size: 15px;
            }
            .select-area{
                padding: 0 15px;
                font-size: 15px;
                margin: auto;
                max-width: 500px;
            }

            .button-type03{
                font-size: 15px;
                width: min(380px, 70%);
            }

        }
    }

    .action-area{
        .title-area{
            .title-wrapper{
                p{
                    margin-top: 25px;
                    font-size: 15px;
                    text-align: left;
                    span{
                        font-size: 15px;
                    }
                }
            }
            .evaluation{
                width: 100%;
                font-size: 15px;
                padding: 20px;
            }
        }

        .clear-button02{
            margin-top: 15px;
        }
    }

    .select-area02 {
        .scroll-button-area {
            a {
                width: 40px;
                height: 40px;
            }
            a:first-child {
                margin-right: 10px;
            }
        }
    }
    .scroll-button-area{
        margin-top: 10px;
    }

    .supplement-area {
        flex-wrap: wrap;
        .supplement-text {
            width: 100%;
        }
        .direction{
            text-align: right;
            width: 100%;
        }
    }

    .action-area::after {
        display: none;
    }


    .question01-area.question02-area{
        .modal-part{
            .action-title{
                font-size: 18px;
            }
            .wrapper{
                padding-left: 15vw;
                padding-right: 20px;
                .sub-text{

                }
                .select-area{
                    padding: 0;
                    justify-content: flex-start;
                    max-width: 100%;
                }
            }

            .wrapper:before {
                display: none;
            }
            #add-button02{
                margin-top: 10px;
            }
        }
    }



    .main-area {
        .wrapper02 {
            .main-title-area {
                .main-title {
                    font-size: 21px;
                }
            }


            .careful-area {
                flex-wrap: wrap;
                margin-top: 30px;

                .link-area02 {
                    width: 100%;
                    .careful-part {
                        width: 100%;
                        margin-bottom: 20px;
                        .question-text{
                            margin-bottom: 5px;
                        }

                        .text {
                            font-size: 15px;
                        }
                    }
                }
            }

            .text-link-area{
                .link-text{
                    margin-top: 10px;
                    font-size: 16px;
                }
            }

            .medicine-area{
                width: calc(100% - 5px);
                padding: 30px 30px 40px 30px;
                margin-left: 0;
                .content-area{
                    flex-wrap: wrap;
                    img{
                        order: 1;
                        text-align: center;
                        margin: auto;
                        margin-top: 20px;
                    }
                    .text{
                        order: 0;
                        width: 100%;
                        font-size: 15px;
                    }
                }
                .text-link-area{
                    padding-left: 0;
                    width: 100%;
                    .link-button{
                        width: 100%;
                        font-size: 16px;
                    }
                }
            }

        }
    }

    .select-area02 {
        .click-area02 {
            .scroll-area {
                display: flex;
                padding: 20px 0;
                padding-right: 20px;
            }
        }
    }


    .link-area{
        padding: 70px 0;
        .wrapper01{
            flex-wrap: wrap;
            .content-area{
                width: 100%;
                padding: 10px 20px;
                img{
                    width: 90px;
                }
                .link-text{
                    font-size: 16px;
                }
            }
            .content-area:first-child {
                margin-right: 0;
                margin-bottom: 20px;
            }
            .content-area:last-child {
                margin-left: 0;
            }
        }
    }

    footer{
        .wrapper01{
            flex-wrap: wrap;
            .link{
                width: 100%;
                margin-bottom: 20px;
                justify-content: center;
                flex-wrap: wrap;
            }
            p{
                width: 100%;
               text-align: center;
            }
        }
    }


    .main-area.qa {
        background: url(../img/bg02_sp.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        .wrapper01{
            padding-top: 0;
            padding-bottom: 20px;
            .main-title-area{
                .main-title{
                    font-size: 29px;
                }
            }
            .lead-text{
                font-size: 18px;
                padding: 0;
            }
        }
    }

    .page-link-area02{
        margin-top: 40px;
        margin-bottom: 40px;
        .wrapper03{
            flex-wrap: wrap;
            justify-content: center;
            li{
                width: 90%;
                margin-bottom: 10px;
                a{
                    font-size: 15px;
                }
            }
            li:last-child{
                margin-bottom: 0;
            }
        }
    }

    .qa-area{
        margin-bottom: 60px;
        .qa-title {
            font-size: 20px;
        }
        .question-text{
            p{
                font-size: 15px;
            }
        }

        .direction-area{
            text-align: left;
            margin-top: 15px;
        }
        .answer-area{
            margin-top: 40px;
            padding-bottom: 15px;
        }

        .link-wrapper{
            flex-wrap: wrap;
            gap: 0;
        }

        .link-area01{
            margin-top: 50px;
            font-size: 15px;
            a{
                padding: 25px 50px 25px 25px;
                width: 100%;
            }
            a.prev {
                padding: 25px 25px 25px 50px;
            }

        }
        .link-area01:nth-of-type(1){
            order: 2;
            margin-top: 20px;

        }
        .link-area01:nth-of-type(2){
            order: 1;
        }

        .link-area02{
            margin-top: 30px;
            a{
                font-size: 16px;
            }
        }
    }
    .qa-area.margin-add{
        margin-top: 40px;
    }


    .main-area.qa{
        .wrapper02 {
            padding-top: 50px;
            padding-bottom: 60px;
            .medicine-area {
                margin-top: 0;
                width: calc(100% - 5px);
                margin-left: 0;
                padding: 30px 30px 40px 30px;
            }
            .lead-text02{
                margin-top: 50px;
                font-size: 16px;
            }
        }
        .link-button-area{
            flex-wrap: wrap;
            a{
                width: 100%;
                font-size: 18px;
                .large{
                    font-size: 31px;
                }
                .small{
                    font-size: 16px;
                }
            }
            a:first-child {
                margin: auto;
                margin-bottom: 20px;
            }
            a:last-child {
                margin: auto;
            }
        }
    }





    .sp-only{
        display: block!important;
    }
    .pc-only{
        display: none!important;
    }

    .scroll-button-area.sp-only{
        display: flex!important;
    }

}





