@charset "utf-8";

/***********************************/
.img {
    margin: 3rem auto 0;
    text-align: center;
}

.text {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

/*600px以上*/
@media (min-width: 600px) {
    h1 {
        text-align: center;
    }

    .comment {
        text-align: center;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .sec_01 {}
}

/**sec_02*********************************/
.sec_02 {}

/*600px以上*/
@media (min-width: 600px) {
    .page_about .flex_area {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .page_about .main_title {
        text-align: left;
        display: flex;
        justify-content: left;
    }

    .page_about .text_area {
        width: 50%;
    }

    .page_about .img_area {
        text-align: center;
        width: 45%;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .page_about .text_area {
        width: 60%;
    }

    .page_about .img_area {
        width: 35%;
    }
}

/***********************************/
/*600px以上*/
@media (min-width: 600px) {
    .page_about .sec_04 .main_title {
        justify-content: center;
    }

}

/*900px以上*/
@media (min-width: 900px) {
    .sec_04 .text {
        text-align: center;
    }
}


/***********************************/
.about_05 {
    background-image: url(../images/about/about_05.jpg);
    background-size: cover;
    max-width: 100vw;
    margin: 0 calc((100vw - 100%) / -2);
    aspect-ratio: 16 / 7;
    background-position: center;
}

/*600px以上*/
@media (min-width: 600px) {}


/*900px以上*/
@media (min-width: 900px) {
    .about_05 {
        min-height: 80vh;
        background-size: cover;
        background-attachment: fixed;
        max-width: 100vw;
    }
}

/****sec_05*******************************/
/*600px以上*/
@media (min-width: 600px) {
    .sec_05 .text {
        margin: 0 auto 3rem;
    }
}

/*900px以上*/
@media (min-width: 900px) {}


/***sec_07********************************/
.sec_07 h3.last {
    font-size: clamp(1.25rem, 1.13rem + 0.6vw, 1.875rem)
        /*20-30*/
    ;
    text-align: center;
    margin: 2em auto;
    color: #b29d5a;
}

.sub_page .sec_07 .sub_title {
    text-align: left;
}

.img_08 img {
    aspect-ratio: 16 / 5;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center 70%;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}