@charset "UTF-8";
.mincho {
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
/* pc */
@media screen and (min-width: 769px), print {
    .box {
        height: 100vh;
        position: relative;
    }
    .content_list > div {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .content_list .text-box .headline {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 4px;
    }
    .content_list .text-box .copy {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
    }
    .content_list .text-box .img-box {
        content: "";
        position: relative;
        width: 100%;
        max-width: 301px;
        height: 301px;
        margin: 3rem auto;
    }
    .content_list .text-box .img-box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .content_list .text-box .img-box.img2::before {
        background: url(../images/contents-img02-2.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .content_list .text-box .text {
        max-width: 301px;
        width: 100%;
        margin: 0 auto;
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
    .content_list .con-bg {
        width: 62%;
        margin: auto;
        margin: auto;
        left: 0;
        height: 100%;
        position: absolute;
        content: "";
    }
    .content_list .con-bg.con-bg1 {
        background: url(../images/contents-img01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .content_list .caption_inner {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: max-content;
        display: flex;
        flex-flow: column;
        justify-content: center;
        vertical-align: middle;
    }
    .content_list .caption_inner .headline {
        font-size: 40px;
        font-weight: 300;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        max-width: 1130px;
        margin: 0 auto 2rem;
        letter-spacing: 2px;
        width: 90%;
    }
    .content_list .caption_inner .flex-box {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        vertical-align: middle;
        width: 90%;
        max-width: 1440px;
        margin: 0 auto;
    }
    .content_list .caption_inner .flex-box .flex-list {
        width: 372px;
        margin: 0 3px 30px;
    }
    .content_list .caption_inner .flex-box .text {
        text-align: center;
        background: #fff;
        display: block;
        padding: 10px 5px;
        font-weight: 700;
    }
    .content_list .caption_inner .flex-box .img-box {
        content: "";
        height: 209px;
        margin: 0;
        position: relative;
    }
    .content_list .caption_inner .flex-box .img-box.img1::before {
        background-image: url(../images/contents-img06-1.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .box.box6 {
    background-image: url(../images/contents-img05.jpg);
    background-position: right bottom; }
    .content_list .caption_inner .flex-box .img-box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .nopc {
        display: none;
    }
}
/* sp */
@media screen and (max-width: 768px) {
    #container #contents {
        padding-top: 17.96875vw;
    }
    .box {
        position: relative;
    }
    .headline {
        font-size: 22px;
        text-align: center;
        letter-spacing: 2px;
        font-weight: 300;
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        width: 95%;
        margin: 0 auto;
        transition: 0.5s ease-out;
    }
    .flex-box {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        vertical-align: middle;
        width: 95%;
        min-width: 290px;
        margin: 2em auto 0;
    }
    .flex-box .flex-list {
        width: 48%;
        margin: 0 0 2rem;
        transition: 0.5s ease;
    }
    .flex-box .img-box {
        content: "";
        height: 25vw;
        margin: 0;
        position: relative;
    }
    .flex-box .img-box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
    }
    .flex-box .text {
        text-align: left;
        background: #fff;
        padding: 10px;
        font-size: 12px;
        height: 74px;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .text-box {
        margin: auto;
        width: 90%;
        color: #fff;
        padding: 2rem 0;
        transition: 0.5s ease;
    }
    .text-box .headline {
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        line-height: 1;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 6px;
    }
    .text-box .copy {
        font-size: 25px;
        font-weight: 300;
        letter-spacing: 0;
    }
    .text-box .img-box {
        content: "";
        position: relative;
        width: 100%;
        max-width: 290px;
        height: 290px;
        margin: 1rem auto;
    }
    .text-box .text {
        font-size: 13px;
        max-width: 290px;
        width: 100%;
        margin: auto;
        line-height: 1.8;
    }
    .box.box6 {
        background: url(../images/contents-img05_sp.jpg);
        background-position: bottom;
        background-size: cover;
        padding: 3rem 0 6rem;
    }
    .nopc {
        display: block;
    }
}

/* ------------------ 
    scn custom
------------------ */
.scn-thfs-box23 .headline {
    color: #000;
    margin: 20px 0;
}
.scn-thfs-box2 .text-box {
    color: #000;
}
.scn-thfs-box2 .text-box .headline {
    color: #000;
}
.scn-thfs-box3 .text-box {
    color: #000;
}
.scn-thfs-box3 .text-box .headline {
    color: #000;
}
.scn-btn-wrap {
    display: -ms-grid;
    display: grid;
    place-items: center;
    margin: 2.9vw auto 0;
    padding: 0 2.5%;
    margin-bottom: 50px;
}
.scn-btn-wrap>a {
    background: #d70d18;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3vw;
    font-weight: 700;
    height: 8vw;
    padding: 0 5vw;
    position: relative;
    width: 100%;
}
.scn-btn-wrap>a:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    height: 1.8vw;
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 1.8vw;
}
.scn-faq-container {
    max-width: 800px;
    margin: 20px 2.5%;
    margin-bottom: 40px;
}

.scn-faq-container details {
    background-color: #eee;
    margin-bottom: 20px;
    font-size: 13px;
}
.scn-faq-container summary {
    list-style: none;
    list-style-type: none;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}
.scn-faq-container .scn-faq-content {
    padding: 15px;
    font-weight: bold;
}
.scn-faq-container summary .scn-faq-icon {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s;
}
.scn-faq-container details summary .scn-faq-icon::after {
    content: "+";
}
.scn-faq-container details[open] summary .scn-faq-icon::after {
    content: "ー";
}
.scn-thft-faq h2 {
    text-align: center;
}
.box1.scn-thfs-box1 {
    background-image: none;
    padding: 0 2.5%;
}
.box1.scn-thfs-box1 h1 {
    text-align: center;
}
.box1.scn-thfs-box1 .text {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 70px 0;
}
.content_list .scn-thfs-box6 .caption_inner .flex-box .img-box.img1::before {
    background-image: url(../images/kominka.jpg);
    background-size: cover;
}
.content_list .scn-thfs-box6 .caption_inner .flex-box .img-box.img2::before {
    background-image: url(../images/koubai.jpg);
    background-size: cover;
}
.content_list .scn-thfs-box6 .caption_inner .flex-box .img-box.img3::before {
    background-image: url(../images/konpakuto.jpg);
    background-size: cover;
}
@media screen and (min-width: 769px), print {
    .scn-thfs-box23 {
        height: auto;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .scn-thfs-box23 .headline {
        font-size: 2em;
        text-align: center;
    }
    .scn-thfs-box2 {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .scn-thfs-box2 .caption {
        width: 50%;
    }
    .scn-thfs-box2 .con-bg.con-bg1 {
        left: unset;
        position: unset;
        margin-right: 0;
    }
    .scn-thfs-box2 .text-box {
        position: unset;
        left: unset;
        top: unset;
        color: #000;
        margin: unset;
        width: 50%;
    }
    .scn-thfs-box2 .text-box .img-box {
        position: unset;
        top: unset;
        left: unset;
    }
    .scn-thfs-box2 .text-box .img-box::before {
        position: unset;
        background: unset;
    }
    .scn-thfs-box2 .text-box .img-box img {
        width: 310px;
    }
    .scn-thfs-box3 {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: center;
        margin-top: 50px;
    }
    .scn-thfs-box3 .caption {
        width: 50%;
    }
    .scn-thfs-box3 .con-bg.con-bg2 {
        left: unset;
        position: unset;
        background: url(../images/contents-img03.jpg);
        margin-left: 0;
    }
    .scn-thfs-box3 .text-box {
        position: unset;
        left: unset;
        top: unset;
        color: #000;
        margin: unset;
        width: 50%;
    }
    .scn-thfs-box3 .text-box .img-box {
        position: unset;
        top: unset;
        left: unset;
    }
    .scn-thfs-box3 .text-box .img-box::before {
        position: unset;
        background: unset;
    }
    .scn-thfs-box3 .text-box .img-box img {
        width: 310px;
    }
    .scn-btn-wrap {
        display: -ms-grid;
        display: grid;
        place-items: center;
        margin: 45px auto 0;
        margin-bottom: 60px;
        padding: 0;
    }
    .scn-btn-wrap>a {
        background: #d70d18;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 700;
        height: 42px;
        min-width: 320px;
        padding: 0 80px;
        position: relative;
        font-size: 14px;
        width: auto;
    }
    .scn-btn-wrap>a:before {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: "";
        height: 6px;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        width: 6px;
    }
    .scn-text-box-inner1 {
        width: 62%;
        margin: 0 auto;
        margin-left: 0;
    }
    .scn-text-box-inner2 {
        width: 62%;
        margin: 0 auto;
        margin-right: 0;
    }
    .scn-faq-container {
        margin: 0 auto;
    }
    .scn-faq-container details {
        font-size: 14px;
    }
    .scn-thft-faq h2 {
        margin-bottom: 20px;
    }
    .box1.scn-thfs-box1 {
        background-image: none;
    }
    .box1.scn-thfs-box1 h1 {
        text-align: center;
        padding-top: 60px;
    }
    .box1.scn-thfs-box1 .text {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        margin: 70px 0;
    }
}