/* ここからメインビジュアル */
.mv {
    position: relative;
    max-width: 1440px;
    height: 665px;
    margin: 0 auto;
    background-color: #F5FAFD;
}
.mv_wrap{
    display: flex;
}

.mv_content {
    z-index: 1;
}

.mv_img {
    height: 665px;
    object-fit: cover;
    object-position: 60% center;
}

.mv_img-sp{
    display: none;
    height: 665px;
    object-fit: cover;
}

.mv_body{
    width: 59.6%;
    padding: 105px 94px 70px 60px;
}

.mv_body-sp{
    display: none;
}

.mv_copy{
    position: absolute;
    z-index: 2;
    writing-mode: vertical-rl;
    color: #6B7C8F;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Noto Serif JP";
}

.mv_text-sp{
    display: none;
}

.mv_text{
    position: absolute;
    z-index: 10;
    bottom: 7.5%;
    font-size: 36px;
    font-family: "Hind", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px 10px 40px;
}

.fixed_contact {
    position: fixed;
    top: 15%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 999;
}

.fixed_button {
    writing-mode: vertical-rl;
    text-align: center;
    padding: 10px 12px;
    background-color: #FAE2E2;
    color: #222;
    font-size: 14px;
    letter-spacing: .1em;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.fixed_button:hover {
    background-color: #EED0B9;
}

.active .fixed_button{
    display: none;
}

.fixed_button img {
    margin-bottom: 3px;
    vertical-align: baseline;
}

.fixed_button span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -0.2em;
}

@media(max-width:1200px) {
    .mv_copy {
        font-size: 28px;
    }
}

@media(max-width:1080px) {
    .mv_img {
        object-position: 10% center;
    }
    .slide-2 .mv_img-sp {
        display: block;
    }
    .slide-2 .mv_img {
        display: none;
    }
    .mv_body {
        display: none;
    }
    .mv_body-sp {
        display: block;
        position: absolute;
        z-index: 2;
        writing-mode: vertical-rl;
        color: #222;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0.1em;
        padding: 80px 50px;
        font-family: "Noto Serif JP";
    }
    .mv_text {
        font-size: 32px;
        padding: 10px 30px;
    }
}

@media(max-width:570px) {
    .mv_img {
        display: none;
    }
    .mv_img-sp {
        display: block;
    }
    .mv_body-sp {
        font-size: 24px;
        line-height: 1.5;
        padding: 70px 40px;
    }
    .mv_text-sp{
        display: block;
        position: absolute;
        z-index: 10;
        bottom: 18.8%;
        left: 8%;
        color: #222;
        font-size: 20px;
        line-height: 1.5;
    }
    .fixed_contact {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }
    .fixed_button {
        writing-mode: horizontal-tb;
        white-space: nowrap;
        flex: 1 1 auto;
        min-width: 160px;
        padding: 12px 10px;
        font-size: 12px;
        letter-spacing: 0;
        border-radius: 20px 20px 0 0;
    }
    .fixed_button img {
        margin-bottom: 0px;
        margin-right: 3px;
        vertical-align: middle;
    }
    .fixed_button span {
        writing-mode: horizontal-tb;
        letter-spacing: 0;
    }
}
/* ここまでメインビジュアル */

/* ここから私について */
.about_section{
    margin-top: 150px;
}

.about_inner{
    position: relative;
    margin-top: 100px;
}

.about_body{
    width: 67%;
    background-color: #F5FAFD;
    border-radius: 50px;
    padding: 60px 158px 60px 130px;
}

.about_copy{
    font-size: 32px;
    line-height: 1.5;
    color: #6B7C8F;
}

.about_copy::after {
    display: block;
    width: 150px;
    margin: 25px 0;
    border-bottom: 3px dotted #6B7C8F;
    content: "";
}

.about_profileimage{
    position: absolute;
    top: -8.3%;
    right: 0;
}

.about_wavyshape01{
    position: absolute;
    bottom: 12%;
    right: 18.3%;
}

.about_wavyshape02 {
    position: absolute;
    top: -16.6%;
    left: 0;
}

@media(max-width:1200px) {
    .about_copy {
        font-size: 24px;
    }
}

@media(max-width:1080px) {
    .about_body {
        width: 70%;
        padding: 60px 80px 60px 70px;
    }
    .about_profileimage {
        width: 40%;
    }
    .about_wavyshape01 {
        width: 20%;
        right: 20%;
    }
    .about_wavyshape02 {
        width: 15%;
        top: -8%;
    }
}

@media(max-width:768px) {
    .about_section {
        margin-top: 80px;
    }
    .about_inner {
        position: relative;
        margin-top: 25px;
    }
    .about_body {
        padding: 30px 25px;
    }
    .about_copy {
        font-size: 20px;
    }
    .about_copy::after {
        width: 100px;
        margin: 15px 0;
    }
    .about_text {
        font-size: 14px;
    }
    .about_wavyshape02 {
        display: none;
    }
}

@media(max-width:570px) {
    .about_inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .about_body{
        width: 100%;
    }
    .about_profileimage {
        position: static;
        width: 100%;
    }
    .about_wavyshape01 {
        width: 28%;
        right: 0;
        bottom: -4%;
    }
}
/* ここまで私について */

/* ここからお悩み */
.worry_section{
    margin-top: 150px;
}

.worry_body{
    text-align: center;
    line-height: 1.5;
    color: #6B7C8F;
}

.worry_copy{
    font-size: 40px;
}

.worry_copy::before {
    display: inline-block;
    width: 2px;
    height: 40px;
    margin: 0 30px 0 0;
    content: "";
    transform: rotate(150deg);
    background-color: #6B7C8F;
}

.worry_copy::after {
    display: inline-block;
    width: 2px;
    height: 40px;
    margin: 0 0 0 30px;
    content: "";
    transform: rotate(30deg);
    background-color: #6B7C8F;
}

.worry_text{
    font-size: 24px;
    margin: 40px 0 50px;
}

@media(max-width:768px) {
    .worry_section {
        margin-top: 80px;
    }
    .worry_copy {
        font-size: 20px;
    }
    .worry_copy::before {
        height: 20px;
        margin: 0 10px 0 0;
        transform: rotate(150deg);
    }
    .worry_copy::after {
        height: 20px;
        margin: 0 0 0 10px;
        transform: rotate(30deg);
    }
    .worry_text {
        font-size: 14px;
        margin: 20px 0 25px;
    }
}
/* ここまでお悩み */

/* ここから相談メニュー */
.consultation_section {
    margin-top: 150px;
}

.consultation_list {
    margin-top: 50px;
    display: grid;
    gap: 30px 120px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.consultation_item img {
    width: 100%;
}

.consultation_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 16px 0;
}

.consultation_item p {
    text-align: left;
    line-height: 1.5;
}

@media(max-width:1330px) {
    .consultation_title{
        font-size: 20px;
    }
}

@media(max-width:1160px) {
    .consultation_title {
        font-size: 18px;
    }
}

@media(max-width:570px) {
    .consultation_section {
        margin-top: 80px;
    }
    .consultation_list {
        margin-top: 25px;
        }
    .consultation_title {
        font-size: 20px;
    }
    .consultation_item p { 
        font-size: 14px;
    }
}
@media(max-width:400px) {
    .consul_title {
        font-size: 20px;
    }
}
/* ここまで相談メニュー*/

/* ここからお客様の声*/
.review_section {
    margin-top: 150px
}

.review_body{
    position: relative;
    margin-top: 50px;
    padding: 40px 0 52px;
    background-image: url(../img/top/review_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.review_list{
    display: flex;
    justify-content: center;
    gap: 10.6%;
}

.review_item{
    display: block;
    width: 34%;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}

.review_image{
    display: flex;
    align-items: center;
    gap: 12.8%;
    
}

.review_image img{
    margin-left: 9.4%;
}

.review_attribute{
    font-size: 24px;
    line-height: 1.5;
    color: #6B7C8F;
    text-align: center;
}

.review_text{
    width: 78%;
    margin: 7px auto 0;
}

.review_wavyshape  {
    position: absolute;
    bottom: -12.5%;
    right: 0;
}

@media(max-width:1080px) {
    .review_item{
        width: 38%;
    }
    .review_attribute {
        font-size: 20px;
    }
    .review_text {
        font-size: 14px;
    }
    .review_wavyshape {
        width: 20%;
        bottom: -5%;
    }
}

@media(max-width:768px) {
    .review_section {
        margin-top: 80px
    }
    .review_body {
        margin-top: 25px;
        padding: 50px 0 54px;
    }
    .review_list {
        gap: 3.2%;
        }
    .review_image {
        flex-direction: column;
        text-align: center;
    }
    .review_image img {
        margin-left: 0;
    }
    .review_attribute{
        display: flex;
        gap: 15px;
    }
}

@media(max-width:570px) {
    .review_list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .review_item {
        display: block;
        width: 90%;
        padding: 15px 0;
    }
    .review_image {
        flex-direction: row;
    }
    .review_image img {
        margin-left: 10%;
    }
    .review_attribute {
        flex-direction: column;
        gap: 0;
    }
    .review_wavyshape {
        width: 25%;
        bottom: 0;
    }
}
/* ここまでお客様の声 */

/* ここからよくあるご質問 */
.question_section {
    margin-top: 150px;
}

.question_inner {
    position: relative;
    margin-top: 100px;
}

.question_body {
    width: 75%;
    background-color: #F5FAFD;
    border-radius: 50px;
    padding: 50px 155px 60px 90px;
}

.question_copy {
    width: 83%;
    font-size: 32px;
    line-height: 1.5;
    color: #6B7C8F;
    margin-bottom: 50px;
}

.question_img {
    position: absolute;
    z-index: 2;
    top: -9.7%;
    right: 0;
}

.question_wavyshape {
    position: absolute;
    z-index: 1;
    top: 5.2%;
    right: 7.8%;
    transform: rotate(40deg);
}

@media(max-width:1080px) {
    .question_body {
        padding: 50px 130px 60px 60px;
    }
    .question_copy {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .question_img {
        width: 35.7%;
    }
    .question_wavyshape {
        width: 35.7%;
        top: 4.8%;
        right: 13%;
    }
}

@media(max-width:768px) {
    .question_section {
        margin-top: 80px;
    }

    .question_inner {
        position: relative;
        margin-top: 25px;
    }

    .question_body {
        padding: 30px 60px 35px 30px;
    }

    .question_copy {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .question_text {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .question_inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .question_body {
        width: 100%;
        padding-right: 30px;
    }

    .question_img {
        position: relative;
        width: 100%;
    }

    .question_wavyshape {
        width: 45%;
        top: 30%;
        right: 0%;
    }
}
/* ここまでよくあるご質問 */

/* ここからお知らせ */
.news_section {
    margin-top: 150px;
}

.news-list {
    margin: 50px 100px 0;
}

.news-list li {
    padding: 0.8em;
    border-bottom: 1px dotted #ccc;
    display: flex;
    gap: 30px;
}

.news-list .date {
    order: 1;
}

.news-list a {
    order: 2;
    color: #222;
    text-decoration: none;
    transition-duration: .3s;
}

.news-list a:hover {
    color: #66b2ec;
}

.news-list .date {
    color: #6B7C8F;
}

@media(max-width:768px) {
    .news_section ,.news-list{
        font-size: 14px;
    }
    .news_section {
        margin-top: 80px;
    }
    .news-list {
        margin: 25px 60px 0;
    }
    .news-list li {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

@media(max-width:570px) {
    .news-list {
        margin: 25px 0 0;
    }
}
/* ここまでお知らせ */