/* shokai page style */
section.eyecatch-page {
    position: relative;
    padding-bottom: 35px;
}

.eyecatch-page .inner {
    display: flex;
    flex-direction: column;
    max-width: 291px;
}

.section__title {
    margin-bottom: 55px;
}

.eyecatch-page .inner > h2 {
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

.eyecatch-page .eyecatch__img {
    position: absolute;
    min-width: 740px;
    width: calc(740px + ((100% - 1080px) / 2));
    height: 280px;
    top: 0;
    right: 0;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .eyecatch-page .eyecatch__img {
        position: static;
        width: 97%;
        min-width: initial;
        height: auto;
    }
}

.eyecatch__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    .eyecatch__img img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
}

.text-intro {
    padding: 75px 0px;
}

.text-intro p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.faci-section {
    margin-top: 63px;
}

.faci__link-sp {
    background-color: #F1F7EF;
    padding: 18px;
}
@media only screen and (max-width: 767px) {
   .faci__link-sp {
       background-color: #FCF2F7;
       padding: 18px;
   } 
}
@media only screen and (max-width:767px){
    .text-intro h4 {
        color: #358617;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 25px;
        text-align: center;
    }
    .section__title {
        margin-bottom: 25px;
    }
    .faci-section {
        margin-top: 0;
    } 
}