@charset "utf-8";
main.report {}

/*共通*/
.txt-line {
    display: flex;
    align-items: center;
}
.txt-line::before {
    display: inline-block;
    content:"";
    height: 1px;
    width: 38px;
    background-color: #BDADA9;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .txt-line {
        align-items: flex-start;
    }
    .txt-line::before {
        width: 30px;
        margin-top: 12px;
    }
    .txt-line span {
        width: 85%;
    }
}

/*mainvisual-bg*/
.mainvisual-bg {
    position: relative;
    margin-top: 71px;
}
.mainvisual-bg .mainvisual-img {
    /*position: relative;*/
    width: 73.426vw;
    margin-left: auto;
}
.mainvisual-bg .mainvisual-ttl {
    position: absolute;
    top: 52%;
    left: 9.517vw;
    transform: translateY(-50%);
    width: 420px;
}
.mainvisual-bg .mainvisual-ttl h1 {
    width: 204px;
    margin-bottom: 38px;
}
.mainvisual-bg .mainvisual-ttl h2 {
    margin-bottom: 20px;
    color: #80584F;
    font-size: clamp(30px, calc(30px + (36 - 30) * ((100vw - 768px) / (1366 - 768))), 36px);
    font-weight: bold;
    line-height: 1.4;
}
.mainvisual-bg .mainvisual-ttl p {
    color: #80584F;
    font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 768px) / (1366 - 768))), 20px);
    line-height: 1.6;
    letter-spacing: 0.001em;
}
.mainvisual-bg .mainvisual-subttl {
    padding: 13px 16px;
    background-color: #80584F;
    color: #fff;
}
.mainvisual-bg .mainvisual-subttl .flex {
    justify-content: center;
    align-items: center;
    gap: 0 45px;
}
.mainvisual-bg .mainvisual-subttl p {
    font-size: clamp(16px, calc(16px + (22 - 16) * ((100vw - 768px) / (1366 - 768))), 22px);
    font-weight: bold;
    line-height: 1.2;
}
.mainvisual-bg .mainvisual-subttl p span {
    font-size: clamp(12px, calc(12px + (14 - 12) * ((100vw - 768px) / (1366 - 768))), 14px);
    font-weight: normal;
}
@media screen and (max-width: 1024px) {
    .mainvisual-bg {
        margin-top: 0;
    }
    .mainvisual-bg .mainvisual-ttl h1 {
        width: 160px;
        margin-bottom: 25px;
    }
    .mainvisual-bg .mainvisual-ttl h2 {
        font-size: 2.3rem;
    }
    .mainvisual-bg .mainvisual-ttl p {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .mainvisual-bg {
        display: flex;
        flex-direction: column;
        margin-top: 75px;
    }
    .mainvisual-bg .mainvisual-img {
        width: 100%;
        margin: 0 auto;
        order: 1;
    }
    .mainvisual-bg .mainvisual-ttl {
        position: static;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        width: 100%;
        margin: 0 auto 23px;
    }
    .mainvisual-bg .mainvisual-ttl h1 {
        width: 189px;
        margin: 0 auto 25px;
    }
    .mainvisual-bg .mainvisual-ttl h2 {
        font-size: 2.7rem;
    }
    .mainvisual-bg .mainvisual-ttl p {
        font-size: 1.4rem;
    }
}

/*s-report*/
.s-report {
    margin-top: 60px;
}
.s-report .report-block {
    margin-bottom: 60px;
    overflow: hidden;
}
.s-report .report-block.block-in {
    margin-bottom: 20px;
}
.s-report .report-block h3 {
    margin: 0 0 30px -60px;
    font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 768px) / (1366 - 768))), 22px);
    font-weight: bold;
    line-height: 1.2;
}
.s-report .report-block .report-txt p {
    margin-bottom: 25px;
}
.s-report .report-block .report-txt p:last-child {
    margin-bottom: 0;
}
.s-report .report-block .report-txt figure.photo {
    min-width: 300px;
    max-width: 415px;
    width: 52%;
    margin-bottom: 40px;
}
.s-report .report-block .report-txt figure.photo:last-child,
.s-report .report-block .report-txt figure.photo.photo_center:last-child {
    margin-bottom: 0;
}
.s-report .report-block .report-txt figure.photo.photo_left {
    float: left;
    margin-right: 45px;
    margin-left: -60px;
}
.s-report .report-block .report-txt figure.photo.photo_right {
    float: right;
    margin-left: 45px;
    margin-right: -60px;
}
.s-report .report-block .report-txt figure.photo.photo_center {
    margin: 0 auto 40px;
}
.s-report .report-block .report-photo_sub .flex.cols-4 {
    max-width: 724px;
    margin: 45px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.s-report .report-block .report-photo_sub .flex.cols-4 figure.photo {
    max-width: 340px;
    width: 46.9%;
    margin-bottom: 35px;
}
.s-report .report-block .report-photo_sub .flex.cols-4 figure.photo figurecaption {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.3rem;
}
.s-report .report-block .report-photo_sub .flex.cols-3 {
    max-width: 724px;
    margin: 45px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.s-report .report-block .report-photo_sub .flex.cols-3 figure.photo {
    max-width: 218px;
    width: 30.1%;
}
@media screen and (max-width: 1024px) {
    .s-report .report-block h3,
    .s-report .report-block .report-txt figure.photo.photo_left {
        margin-left: 0;
    }
    .s-report .report-block .report-txt figure.photo.photo_right {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .s-report {
        margin-top: 40px;
    }
    .s-report .report-block {
        margin-bottom: 50px;
    }
    .s-report .report-block h3 {
        line-height: 1.4;
    }
    .s-report .report-block .report-txt p {
        margin-bottom: 20px;
    }
    .s-report .report-block .report-txt figure.photo.photo_left,
    .s-report .report-block .report-txt figure.photo.photo_right {
        float: none;
        margin: 0 auto 30px;
    }
    .s-report .report-block .report-photo_sub .flex.cols-3 {
        margin: 30px auto;
    }
    .s-report .report-block .report-photo_sub .flex.cols-4 {
        margin: 20px auto 0;
    }
    .s-report .report-block .report-photo_sub .flex.cols-4 figure.photo {
        margin-bottom: 20px;
    }
}

/*s-message*/
.s-message {
    padding: 70px 0 55px;
    background-color: #EAE5E0;
}
.s-message .flex {
    justify-content: flex-end;
    /*sectionの場合*/
    align-items: flex-end;
}
.s-message .message-img {
    margin-bottom: -20px;
    z-index: 2;
}
.s-message .message-img figure {
    max-width: 290px;
    /*message-bnの場合*/
    /*margin-top: 115px;*/
}
.s-message .message-txt {
    position: relative;
    max-width: 852px;
    width: 62.37%;
    /*sectionの場合*/
    padding: 55px 16% 35px 0;
    /*message-bnの場合*/
    /*padding: 55px 16% 75px 0;*/
    background-color: #fff;
    z-index: 1;
}
.s-message .message-txt::before {
    position: absolute;
    content: "";
    width: 193px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -193px;
    z-index: -1;
}
.s-message .message-txt .inner {
    padding: 0;
}
.s-message .message-txt h5 {
    margin-bottom: 30px;
    font-size: clamp(18px, calc(18px + (22 - 18) * ((100vw - 768px) / (1366 - 768))), 22px);
    font-weight: bold;
    line-height: 1.2;
}
.s-message .message-txt p {
    margin-bottom: 20px;
    margin: 0 0 20px 57px;
    font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 768px) / (1366 - 768))), 16px);
}
.s-message .message-txt figure {
    width: 117px;
    margin-left: auto;
    /*message-bnの場合*/
    /*margin-bottom: 50px;*/
}
.s-message .message-txt .message-bn {
    margin: 0 0 0 57px;
}
.s-message .message-txt .message-bn figure {
    width: 100%;
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .s-message .message-img figure {
        max-width: 250px;
    }
    .s-message .message-txt {
        padding: 55px 8% 60px 0;
    }
    .s-message .message-txt figure {
        width: 100px;
    }
}
@media screen and (max-width: 767px) {
    .s-message {
        padding: 50px 0;
    }
    .s-message .flex {
        flex-direction: column;
    }
    .s-message .message-img {
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
        padding: 30px 30px 0;
    }
    .s-message .message-img figure {
        max-width: 415px;
        margin: 0 auto;
    }
    .s-message .message-txt {
        width: 90%;
        margin: 0 auto;
        padding: 30px;
    }
    .s-message .message-txt::before {
        content: none;
    }
    .s-message .message-txt h5 {
        margin-bottom: 20px;
        font-size: 1.7rem;
        line-height: 1.5;
    }
    .s-message .message-txt h5.txt-line::before {
        content: none;
    }
    .s-message .message-txt h5.txt-line span {
        width: 100%;
    }
    .s-message .message-txt p {
        margin: 0 0 20px 0;
    }
    .s-message .message-txt figure {
        width: 85px;
    }
    .s-message .message-txt .message-bn {
        width: 100%;
        margin: 0 auto;
    }
}

/*s-banner*/
.s-banner {
    margin-top: 30px;
    padding-bottom: 200px;
}
.s-banner a {
    display: block;
    width: 86%;
    margin: 0 auto;
}
.s-banner a figure {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .s-banner {
        padding-bottom: 90px;
    }
    .s-banner a {
        width: 100%;
    }
}