@charset "UTF-8";
/* CSS Document */

/** section 00 **/
#index .main-image {
    width: 90.66vw;
    margin: 0 auto 2em;
    overflow: hidden;
    box-sizing: border-box;
    border: 4px solid #f29d22;
    border-radius: 10px;
}

#index .slick01 {
    width: 90.66vw;
    margin: 0 auto;
    position: relative;
}

.slide-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3vw;
    margin: auto 0;
    width: 8.8vw;
}

.slide-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3vw;
    margin: auto 0;
    width: 8.8vw;
}

.newsTxtWrap {
    width: 90.66vw;
    margin: 0 auto 30px;
    max-width: 1192px;
}

#index ul.sec00-ul01 {
    width: 66.66vw;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#index ul.sec00-ul01 li {
    margin-bottom: 1em;
}

.voiceWrap {
    max-width: 1024px;
    margin: 50px auto;
}

.newsWrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1024px;
    margin: 50px auto 30px;
}

.newsWrap .newsBox {
    width: 50%;
    text-align: center;
}

.newsBox img {
    max-width: 450px;
    width: 90%;
}

.bnrImg img {
    width: 180px;
}

.bnrImg {
    margin-bottom: 30px;
}

@media only screen and (min-width: 415px) {
    .newsTxtWrap {
        width: 90.66vw;
        margin: 0 auto 50px;
        max-width: 1192px;
    }
}

@media only screen and (min-width: 769px) {
    #index .main-image {
        width: 100%;
        max-width: 1260px;
        margin: 0 auto 60px;
        overflow: hidden;
    }

    #index .slick01 {
        width: 100%;
        max-width: 1200px;
    }

    .slide-prev {
        left: 14px;
        width: 66px;
    }

    .slide-next {
        right: 14px;
        width: 66px;
    }

    #index ul.sec00-ul01 {
        width: 1024px;
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index ul.sec00-ul01 li {
        width: 328px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1260px) {
    .slide-prev {
        left: -33px;
        width: 66px;
    }

    .slide-next {
        right: -33px;
        width: 66px;
    }
}


/** section 01 **/
#index .sec-01 {
    padding: 10vw 0;
}

#index .sec01-txt01 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
}

#index .sec01-txt02 {
    width: 66.6vw;
    margin: 0 auto;
}

#index .sec01-block-wrap01 {
    width: 71.3vw;
    margin: 0 auto;
}

#index .sec01-block01 {
    margin-bottom: 10vw;
}

#index .sec01-block02 {
    width: 32vw;
    float: left;
    margin-bottom: 1.5vw;
}

#index .sec01-block03 {
    width: 32vw;
    float: right;
    margin-bottom: 1.5vw;
}

#index .sec01-block02 img,
#index .sec01-block03 img {
    margin-bottom: 6.6vw;
}

@media only screen and (min-width: 415px) {
    #index .sec01-txt01 {
        font-size: 3rem;
    }
}

@media only screen and (min-width: 769px) {
    #index .sec-01 {
        padding: 100px 0;
    }

    #index .sec01-txt01 {
        font-size: 3.6rem;
    }

    #index .sec01-txt02 {
        width: 100%;
    }

    #index .sec01-block-wrap01 {
        width: 100%;
        height: 572px;
        position: relative;
    }

    #index .sec01-block01 {
        width: 384px;
        margin: 56px auto 0;
    }

    #index .sec01-block02 {
        width: 241px;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
    }

    #index .sec01-block03 {
        width: 241px;
        float: none;
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0;
    }

    #index .sec01-block02 img,
    #index .sec01-block03 img {
        margin-bottom: 90px;
    }

    #index .sec01-but01 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        width: 328px;
        height: 60px;
    }
}


/** section 02 **/
#index .sec-02 {
    padding: 10vw 0;
}

#index .sec-02 .flex-row {
    display: block;
}

#index .sec-02 .flex-col {
    width: 76vw;
    max-width: 500px;
    margin: 11.33vw auto 0;
    padding: 11.06vw 5vw 5vw;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}

#index .sec-02 .sec02-boxnum {
    width: 16.76%;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#index .sec-02 .flex-col h3 {
    text-align: center;
    margin-bottom: 7.33vw;
}

#index .sec02-h301,
#index .sec02-h302,
#index .sec02-h303,
#index .sec02-h304 {
    font-size: 2.4rem;
    line-height: 1.4;
}

#index .sec02-h304 {
    padding: 0.7em 0;
}

#index .sec-02 .flex-col p {
    margin-bottom: 0;
    background-color: #c69c6c;
    color: #fff;
    padding: 0.8em;
    letter-spacing: -0.04em;
    text-align: justify;
}

@media only screen and (min-width: 415px) {

    #index .sec02-h301,
    #index .sec02-h302,
    #index .sec02-h303,
    #index .sec02-h304 {
        font-size: 3.4rem;
    }
}

@media only screen and (min-width: 769px) {
    #index .sec-02 {
        padding: 100px 0;
    }

    #index .sec-02 .flex-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index .sec-02 .flex-col {
        width: 430px;
        margin: 80px auto 0;
        padding: 60px 32px 32px;
    }

    #index .sec-02 .sec02-boxnum {
        width: 84px;
        top: -42px;
    }

    #index .sec-02 .flex-col h3 {
        text-align: center;
        margin-bottom: 35px;
    }

    #index .sec02-h301,
    #index .sec02-h302,
    #index .sec02-h303,
    #index .sec02-h304 {
        font-size: 3.6rem;
    }
}


/** section 03 **/
#index .sec-03 {
    padding: 10vw 0;
}

#index .sec-03 .flex-row {
    margin-bottom: 3em;
    display: block;
}

#index .sec-03 .flex-col {
    width: 66.66vw;
    max-width: 328px;
    margin: 0 auto 2em;
}

#index .sec-03 .flex-col img {
    margin-bottom: 1em;
}

#index .sec-03 .flex-col p {
    width: 56vw;
    max-width: 328px;
    margin: 0 auto;
    text-align: justify;
}

#index .sec-03 .buttonStyle01 {
    width: 71.06vw;
}

@media only screen and (min-width: 415px) {}

@media only screen and (min-width: 769px) {
    #index .sec-03 {
        padding: 100px 0;
    }

    #index .sec-03 .flex-row {
        width: 100%;
        margin-bottom: 70px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #index .sec-03 .flex-col {
        width: 320px;
        margin: 0 auto;
    }

    #index .sec-03 .flex-col p {
        width: 276px;
        max-width: none;
    }

    #index .sec-03 .buttonStyle01 {
        width: 400px;
    }
}


/** section 04 **/
#index .sec-04 {
    padding: 10vw 0;
}

#index .sec04-txt01 {
    width: 66.6vw;
    margin: 0 auto 2em;
}

#index .sec-04 .flex-row {
    width: 75vw;
    max-width: 450px;
    margin: 0 auto 2em;
    flex-wrap: wrap;
    justify-content: space-between;
}

#index .sec-04 .flex-col {
    width: 48%;
    margin-bottom: 2em;
}

#index .sec-04 .buttonStyle01 {
    width: 71.06vw;
    margin-bottom: 2em;
}

#index .sec04-box01 {
    width: 76vw;
    margin: 0 auto;
    padding: 5vw 5vw;
    background-color: #f2f2f2;
}

#index .sec04-box01 div.midashi01 {
    text-align: center;
    margin-bottom: 2em;
}

#index .sec04-box01 h4 {
    text-align: center;
    margin-bottom: 0.6em;
    font-size: 1.4rem;
}

#index .sec04-box01 h4 span {
    margin: 0 auto;
    display: block;
    width: 10em;
    background-color: #00aeeb;
    border-radius: 5px;
    line-height: 1.2;
    color: #fff;
    padding: 0.3em 0 0;
    text-align: center;
}

#index .sec04-box01 p {
    text-align: justify;
    margin-bottom: 1.5em;
}

@media only screen and (min-width: 415px) {
    #index .sec-04 .flex-col {
        width: 40%;
    }

    #index .sec04-box01 h4 {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 769px) {
    #index .sec-04 {
        padding: 100px 0;
    }

    #index .sec04-txt01 {
        width: 847px;
    }

    #index .sec-04 .flex-row {
        width: 847px;
        max-width: none;
    }

    #index .sec-04 .flex-col {
        width: 196px;
    }

    #index .sec-04 .buttonStyle01 {
        width: 400px;
    }

    #index .sec04-box01 {
        width: 743px;
        padding: 52px;
    }

    #index .sec04-box01 h3 img {
        width: 686px;
    }

    #index .sec04-box01 h4 {
        font-size: 2.4rem;
    }

    #index .sec04-box01 p {
        font-size: 2.2rem;
    }
}


/** section 05 **/
#index .sec-05 {
    padding: 10vw 0;
}

#index .sec-05 .flex-row {
    width: 84vw;
    margin: 0 auto;

    flex-wrap: wrap;
    justify-content: space-between;
}

#index .sec-05 .flex-row h3 {
    width: 25%;
    color: #42210b;
    text-align: center;
}

#index .sec-05 .flex-row h3 span {
    display: block;
    width: 100%;
    background-color: #c69c6d;
    border-radius: 4px;
}

#index .sec-05 .flex-row p {
    width: 70%;
    color: #42210b;
    font-weight: bold;
}

#index .sec-05 .row01 h3,
#index .sec-05 .row02 h3,
#index .sec-05 .row03 h3 {
    background-image: url("../img/index_sec05_arrow.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 8px auto;
}

#index .sec-05 .row04 h3 {
    background-image: url("../img/index_sec05_arrow.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 8px auto;
}

#index .sec-05 .buttonStyle01 {
    width: 71.06vw;
    margin-bottom: 2em;
}

#index .sec05-h202 {
    text-align: center;
    margin-bottom: 0.8em;
}

#index .sec05-h202 img {
    width: 80vw;
}

#index .sec-05 ul.sec05-ul01 {
    margin: 0 auto;
    width: 80vw;
    max-width: 450px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#index .sec-05 ul.sec05-ul01 li {
    width: 49%;
}

@media only screen and (min-width: 415px) {}

@media only screen and (min-width: 769px) {
    #index .sec-05 {
        padding: 100px 0;
    }

    #index .sec05-flexWrap {
        margin-top: 78px;
    }

    #index .sec-05 .flex-row {
        width: 798px;
    }

    #index .sec-05 .flex-row h3 {
        font-size: 2.4rem;
        width: 228px;
    }

    #index .sec-05 .flex-row h3 span {
        border-radius: 6px;
    }

    #index .sec-05 .flex-row p {
        font-size: 2.4rem;
        line-height: 1.2;
        width: 533px;
        margin-bottom: 2em;
    }

    #index .sec-05 .row01 h3,
    #index .sec-05 .row02 h3,
    #index .sec-05 .row03 h3 {
        background-size: auto;
    }

    #index .sec-05 .row04 h3 {
        background-position: center top;
        background-size: auto;
    }

    #index .sec-05 .row05 h3 {
        padding-top: 1.3em;
        background-image: url("../img/index_sec05_arrow.png");
        background-repeat: no-repeat;
        background-position: center -630px;
        background-size: auto;
    }

    #index .sec-05 .buttonStyle01 {
        width: 400px;
    }

    #index .sec05-h202 img {
        width: 590px;
    }

    #index .sec-05 ul.sec05-ul01 {
        width: 100%;
        max-width: none;
        margin: 30px 0 0;
    }

    #index .sec-05 ul.sec05-ul01 li {
        width: 25%;
    }
}


/** section 06 **/
#index .sec-06 {
    padding: 10vw 0 0;
}

#index .sec-06 p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 2em;
}

#index .sec-06 .map {
    margin: 0;
}

#index .sec-06 .map iframe {
    width: 100%;
    height: 66.66vw;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: bottom;
}

@media only screen and (min-width: 415px) {
    #index .sec-06 p {
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 769px) {
    #index .sec-06 {
        padding: 100px 0 0;
    }

    #index .sec-06 .map iframe {
        height: 500px;
    }
}


/** section 07 **/
#index .slick02 {
    position: relative;
    overflow: hidden;
}

#index .insta-logo {
    width: 50vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#index .insta-slide {
    margin: 0;
    padding: 0;
    background-color: #666;
}

#index .insta-slide div {

    width: 100%;
}

#index .insta-slide div img {
    width: 100%;
}

@media only screen and (min-width: 415px) {}

@media only screen and (min-width: 769px) {
    #index .insta-logo {
        width: 383px;
    }

    #index .insta-slide div {
        width: auto;
    }

    #index .insta-slide div img {
        width: auto;
        height: 400px;
    }
}

@media only screen and (min-width: 1000px) {
    .caution {
        width: 50%;
        margin: 100px auto 0;
    }

    .caution ul:after {
        display: block;
        content: "";
        clear: both;
    }

    .caution li {
        float: left;
        width: 50%;
        text-align: center;
        list-style: none;
    }
}

@media only screen and (max-width: 999px) {
    .caution {
        width: 90%;
        margin: 50px auto 20px;
    }

    .caution ul:after {
        display: block;
        content: "";
        clear: both;
    }

    .caution li {
        float: none;
        width: 100%;
        text-align: center;
        list-style: none;
    }

    .caution img {
        width: 100%;
    }
}

.cta-list {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .cta-list {
        flex-direction: column;
    }
}

.cta-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.cta-item {
    list-style: none;
    margin-right: 16px;
}

.cta-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .cta-item {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .cta-item:last-child {
        margin-bottom: 0;
    }
}

.cta-ttl img {
    max-width: 82px;
    width: 100%;
    margin-right: .5em;
}

.cta .buttonStyle01 {
    min-width: 280px;
}

/* 20250807追加 */
.ekiten_250807 {
    text-align: center;
    margin-bottom: 50px;
}

.ekiten_flex-250807 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}