@charset "UTF-8";
/* ================
common
================== */
h2{
    padding: 150px var(--contentpaddingpc) 120px;
    font-size: 4rem;
    font-family: Shippori Mincho;
    background-image: url(../image02/mainvisual_03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

/* common sp */
@media screen and (max-width:769px){
    h2{
        padding: 120px var(--contentpadding) 0;
        font-size: 2rem;
    }
}

/* ==============
question
================ */
.question__group{
    margin: 0 12% 0;
}

.question__group dl{
    font-family: serif;
    text-align: left;
    max-width: 1028px;
    margin-top: 20px;
}

.question__group dt{
    font-size: 1.7rem;
    font-weight: 400;
}

.question__group dt span{
    font-size: 2rem;
}

.question__group dd{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--primary-white);
    padding: 0 0 30px;
    margin: 10px 0 0 20px;
}

.question__group dd span{
    font-size: 2rem;
}

.question__group p{
    margin-top: 4px;
}

.question__group dd a{
    text-align: right;
}

.question__txt{
    font-family: serif;
    margin: 0 auto;
}

/* question sp */
@media screen and (max-width:769px){
    .section--question{
        padding: 120px var(--contentpadding) 60px;
    }
    .question__group dt span,
    .question__group dd span{
        font-size: 1.8rem;
    }

    .question__group dt{
        font-size: 1.6rem
    }

    .question__group dd{
        font-size: 1.5rem;
    }

    .question__txt{
        margin: 0 auto ;
    }
}

/* ================
messeage
================== */
.messeage{
    text-align: left;
    margin: 150px auto 0;
    padding: 0 10%;
}

.phone{
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 100px;
}

h3{
    margin-right: 15%;
}

.phone__number{
    border-left: 1px solid var(--primary-white);
    padding: 0 0 0 10%;
}

.form__parts{
    display: flex;
    align-items: flex-start;
    margin: 100px auto 0;
}

.form__category{
    padding: 0 9% 0 0;
    border-right: 1px solid var(--primary-white);
    white-space: nowrap;
}

.group{
    width: 505px;
    height: 320px;
    background-color: #f5f5f5;
    color: var(--primary-gray);
    padding: 20px 22px;
    text-align: left;
}

.group textarea{
    color: var(--primary-black);
    width: 100%;
    height: 100%;
}

.send__group{
    position: relative;
    display: block;
    width: 315px;
    background-color: var(--primary-gray);
    border-radius: 68px;
    padding: 13px 14px;
    text-align: center;
    margin: 100px auto 0;
}

.send__btn{
    color: var(--primary-black);
}

.send__arrow{
    width: 55px;
    position: absolute;
    top: 68%;
    right: 0%;
    transform: translateX(-50%);
}

/* messeage sp */
@media screen and (max-width:769px){
    .form__parts{
        display: block;
    }

    .form__category{
        border-right: none;
    }

    .group{
        max-width: 300px;
        width: 100%;
        border-radius: 8px;
        margin: 50px auto 0;
    }

    .send__group{
        width: 190px;
        font-size: 1.3rem;
    }

    .send__arrow{
        width: 40px;
        top: 71%;
        right: -1%;
    }

}
