@charset "UTF-8";
main.service {
    background-color: #fff!important;
}

main.service p {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.service_content {
    margin-top: -5px;
    padding-top: 5px;
}

@media screen and (max-width: 767px) {
    .service_inner {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .service_inner {
        /* padding: 0 5.3%; */
        width: 89.4%;
        margin: 0 auto;
    }
}

/* パンくず */
/* @media screen and (max-width: 767px) {
    .breadcrumb .fs-pt-list__item,
    .breadcrumb .fs-pt-list__link {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .breadcrumb .fs-pt-list__item,
    .breadcrumb .fs-pt-list__link {
        font-size: 16px;
    }
} */

/* mv */
.mv {
    position: relative;
}
.mv img {
    width: 100%;
}
.mv .movie_banner {
    position: absolute;
}
.modaal-close {
    border-radius: 30px;
    background-color: #0099CC !important;
    position: absolute;
}
@media screen and (max-width: 767px) {
    .mv .movie_banner {
        left: 50%;
        transform: translateX(-50%);
        width: 82%;
        bottom: 1%;
    }
    .modaal-video-wrap {
        margin: auto;
    }
    .modaal-video .modaal-close {
        top: 5%;
        right: 5%;
    }
}

/* @media screen and (min-width: 768px) and (max-width: 1499px) { */
@media screen and (min-width: 768px) {
    .mv .movie_banner {
        bottom: 4%;
        left: 50%;
        transform: translateX(150%);
        max-width: 257px;
        width: 13.4%;
    }
    .modaal-video .modaal-close {
        top: 50px;
        right: 50px;
    }
}

@media screen and (min-width: 1600px) {
    .mv .movie_banner {
        right: 17%;
        left: auto;
        transform: translateX(0);
        bottom: 4%;
        max-width: none;
        width: 257px;
    }
}

/* links */
.links .links_inner {
    background-color: #4cbce4;
}

.links_content .links_heading {
    background-color: #fcdc0d;
    position: relative;
    width: 100%;
    /* padding-top: 118px; */
    border-radius: 16px 16px 0 0;
}

.links_content .links_heading h3 {
    position: absolute;
}

.links_content .links_heading h3 img {
    width: 100%;
}

.links_content .links_wrap {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
}

.links_wrap .link {
    margin: 0 auto;
}

.links_wrap .link a {
    display: block;
}

.links_wrap .link a img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .links {
        margin-top: 36px;
    }

    .links .inner_wrap {
        width: 100%;
    }

    .links .links_inner {
        padding: 34px 0 32px;
    }
    
    .links .links_content {
        width: 89.33%;
        margin: 0 auto;
    }

    .links .links_content:not(:first-child) {
        margin-top: 25px;
    }

    .links_content .links_heading {
        padding-top: 16.4%;
    }

    .links_content .links_heading h3 {
        bottom: 0;
        right: 1.5%;
        width: 71%;
    }

    .links_content .links_wrap {
        padding: 18px 0;
    }

    .links_wrap .link {
        width: 86.6%;
    }

    .links_wrap .link:not(:first-child) {
        margin-top: 12px;
    }
}

@media screen and (min-width: 768px) {
    .links {
        margin-top: 88px;
    }

    .links .links_inner {
        border-radius: 16px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 58px 4.2% 60px 4.4%;
    }
    
    .links .links_content {
        width: 47%;
    }

    .links_content .links_heading {
        padding-top: 21.8%;
    }

    .links_content .links_heading h3 {
        bottom: 5px;
        right: 6.7%;
        width: 81.8%;
    }

    .links_content .links_wrap {
        padding: 27px 0 36px;
    }

    .links_wrap .link {
        width: 81.8%;
    }

    .links_wrap .link:not(:first-child) {
        margin-top: 21px;
    }
}

/* service_sec_heading */
.service_sec_heading {
    background-color: #fcdc0d;
    position: relative;
}

.service_sec_heading h3 {
    position: absolute;
}

@media screen and (max-width: 767px) {
    .service_sec_heading {
        padding-top: 24%;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .service_sec_heading h3 {
        bottom: -7px;
        right: 7.8%;
        width: 78.2%;
    }
}

@media screen and (min-width: 768px) {
    .service_sec_heading {
        width: 100%;
        padding-top: 8.6%;
        border-radius: 12px;
    }

    .service_sec_heading h3 {
        bottom: -8px;
        left: 19%;
        width: 76.7%;
    }
}

/* life_wrap */
.life_wrap .inner_wrap {
    position: relative;
}

.life_wrap #trouble.service_content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #e4f8ff;
}

.life_wrap .service_content .service_inner {
    position: relative;
}

.life_wrap #trouble.service_content .service_inner {
    padding-top: 10px;
    z-index: 1;
}

.life_wrap .service_content .service_con_heading {
    background-color: #fff;
    border-radius: 0 0 16px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.life_wrap .service_content .service_con_heading h4 {
    margin: 0;
}

.life_wrap .service_content .service_con_heading h4 img {
    width: 100%;
    image-rendering: auto;
}

.life_wrap .service_content .service_con_heading p {
    margin: 0;
}

.life_wrap .service_content .service_con_img {
    width: 100%;
}

.life_wrap .service_content .service_con_img img {
    width: 100%;
}

.life_wrap #trouble.service_content .service_con_img {
    position: relative;
}

.life_wrap #trouble.service_content .service_con_img .message {
    position: absolute;
    bottom: 70%;
    z-index: 2;
}

.life_wrap #trouble.service_content .service_con_heading {
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .life_wrap {
        margin-top: 48px;
        margin-bottom: 75px;
    }

    .life_wrap .service_content .service_inner {
        padding-top: 138px;
        margin-top: 33px;
    }

    .life_wrap #trouble.service_content .service_inner {
        padding-top: 138px;
        margin-top: 43px;
    }

    .life_wrap .service_content .service_con_heading {
        width: 91.5%;
        padding: 0 6.3% 16px 0;
    }

    .life_wrap .service_content .service_con_heading h4 {
        width: 75.7%;
    }

    .life_wrap .service_content .service_con_heading p {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 20px;
    }

    .life_wrap #trouble.service_content .service_con_heading {
        width: 100%;
    }

    .life_wrap #trouble.service_content .service_con_heading h4 {
        width: 91.8%;
    }

    .life_wrap #trouble.service_content .service_con_heading p {
        width: 67.6%;
    }

    .life_wrap #trouble.service_content::after {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding-top: 64.8%;
    }

    .life_wrap #trouble.service_content {
        padding-bottom: 30px;
    }

    .life_wrap #trouble.service_content .service_con_img .message {
        width: 31%;
        right: -5%;
        max-width: 150px;
    }
}

@media screen and (min-width: 768px) {
    .life_wrap {
        margin-top: 122px;
        margin-bottom: 130px;
    }

    .life_wrap .service_content .service_inner {
        padding-top: 66px;
        margin-top: 50px;
    }

    .life_wrap .service_content .service_con_heading {
        width: 72.2%;
        padding: 0 7.8% 45px 0;
    }

    .life_wrap .service_content .service_con_heading h4 {
        width: 68.3%;
    }

    .life_wrap .service_content .service_con_heading p {
        padding-left: 14.9%;
        font-size: 18px;
        line-height: 1.8;
        margin: 0;
    }

    .life_wrap #trouble.service_content .service_inner {
        margin-top: 43px;
    }

    .life_wrap #trouble.service_content .service_con_heading {
        width: 78.1%;
    }

    .life_wrap #trouble.service_content::after {
        width: 100%;
        /* height: 438px; */
        padding-top: 32%;
        border-radius: 16px;
    }

    .life_wrap #trouble.service_content {
        padding-bottom: 70px;
    }

    .life_wrap #trouble.service_content .service_con_img .message {
        width: 15%;
        right: 2%;
    }
}

/* life more */
.life_wrap_more {
    margin-top: 33px;
}

.life_wrap_more a {
    display: block;
}

.life_wrap_more a img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .life_wrap_more {
        margin-bottom: 75px;
    }

    .life_wrap_more a {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .life_wrap_more {
        margin-bottom: 130px;
    }

    .life_wrap_more a {
        width: 67.2%;
        margin: 0 auto;
    }
}

/* after_wrap */
.after_wrap #rental.service_content {
    position: relative;
}

.after_wrap #rental.service_content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e4f8ff;
}

.after_wrap #rental.service_content .service_inner {
    z-index: 1;
    position: relative;
}

.after_wrap .service_con_heading h4 {
    margin: 0;
}

.after_wrap .service_con_heading h4 img {
    width: 100%;
    image-rendering: auto;
}

.after_wrap .service_content .service_con_heading p {
    margin: 0;
}

.after_wrap #rental.service_content .service_con_heading p {
    padding-left: 0;
}

.after_wrap #all_year_round.service_content .service_con_img {
    width: 100%;
    margin-top: 11px;
}

.after_wrap .service_content .service_con_img img {
    width: 100%;
}

.after_wrap .service_content .attention p {
    line-height: 1.7;
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.after_wrap .service_con_text li {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 767px) {
    .after_wrap {
        margin-top: 63px;
    }

    .after_wrap .service_sec_heading h3 {
        bottom: -8px;
    }

    .after_wrap #all_year_round.service_content {
        margin-top: 27px;
    }

    .after_wrap .service_con_heading h4 {
        width: 77.4%;
    }

    .after_wrap .service_content .service_con_heading p {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 13px;
    }

    .after_wrap #rental.service_content {
        margin-top: 55px;
        padding-top: 25px;
    }

    .after_wrap #rental.service_content::after {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding-top: 85.3%;
    }

    .after_wrap #rental.service_content .service_con_heading p {
        width: 100%;
        margin-top: 16px;
    }

    .after_wrap #rental.service_content .service_con_img {
        width: 100%;
        margin-top: 14px;
    }

    .after_wrap .service_content .attention {
        width: 100%;
        margin-top: 25px;
    }

    .after_wrap .service_content .attention p {
        font-size: 12px;
    }

    .after_wrap .service_con_text {
        margin-top: 35px;
    }
    
    .after_wrap .service_con_text li {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media screen and (min-width: 768px) {
    .after_wrap {
        margin-top: 160px;
    }

    .after_wrap #all_year_round.service_content {
        margin-top: 64px;
    }

    .after_wrap .service_con_heading h4 {
        width: 50%;
    }

    .after_wrap .service_content .service_con_heading p {
        padding-left: 11.2%;
        font-size: 18px;
        line-height: 1.8;
    }

    .after_wrap #rental.service_content {
        margin-top: 128px;
        padding-top: 40px;
    }

    .after_wrap #rental.service_content::after {
        width: 100%;
        padding-top: 39.1%;
        border-radius: 16px;
    }

    .after_wrap #rental.service_content .service_con_heading p {
        width: 77.5%;
        margin: 0 auto;
    }

    .after_wrap #rental.service_content .service_con_img {
        width: 77.5%;
        margin: 34px auto 0;
    }

    .after_wrap .service_content .attention {
        width: 77.5%;
        margin: 25px auto 0;
    }

    .after_wrap .service_content .attention p {
        font-size: 14px;
    }

    .after_wrap .service_con_text {
        margin-top: 48px;
    }
    
    .after_wrap .service_con_text li {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* enedo_wrap */
.enedo_wrap .enedo_sec_heading {
    background-color: #0099cc;
    position: relative;
}

.enedo_wrap .enedo_sec_heading h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.enedo_content .lead_text p {
    margin: 0;
}

.enedo_content .lead_text p span {
    color: #0099cc;
}

.enedo_content .img img {
    width: 100%;
}

.enedo_content .more {
    margin-top: 33px;
}

.enedo_content .more a {
    display: block;
}

.enedo_content .more a img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .enedo_wrap {
        margin-top: 50px;
    }

    .enedo_wrap .enedo_sec_heading {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        padding-top: 24%;
    }

    .enedo_wrap .enedo_sec_heading h3 {
        width: 85.33%;
    }

    .enedo_wrap .enedo_content {
        margin-top: 26px;
    }

    .enedo_content .lead_text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .enedo_content .img {
        margin: 32px calc(50% - 50vw) 0;
        width: 100vw;
    }

    .enedo_content .more {
        margin-bottom: 75px;
    }

    .enedo_content .more a {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .enedo_wrap {
        margin-top: 120px;
    }

    .enedo_wrap .enedo_sec_heading {
        width: 100%;
        padding-top: 8.6%;
        border-radius: 12px;
    }

    .enedo_wrap .enedo_sec_heading h3 {
        width: 92.81%;
    }

    .enedo_wrap .enedo_content {
        margin-top: 42px;
    }

    .enedo_content .lead_text {
        text-align: center;
    }

    .enedo_content .lead_text p {
        font-size: 20px;
        line-height: 1.8;
    }

    .enedo_content .img {
        width: 76.3%;
        margin: 45px auto 0;
    }

    .enedo_content .more {
        margin-bottom: 130px;
    }

    .enedo_content .more a {
        width: 67.2%;
        margin: 0 auto;
    }
}