@charset "UTF-8";

/* 共通 */
.knowhow_wrap {
    margin-bottom: 86px;
}
.page_wp {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}
.page_wp a {
    color: #3cbd70;
    text-decoration: none;
}
@media (min-width: 896px) {
    .page_wp a:hover {
        text-decoration: underline;
    }
}
.page_wp img {
    border-radius: 8px;
}

/* 特集 */
.page_wp .list-box {
    margin-bottom: 50px;
}
.page_wp .title-2-1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 21px;
    position: relative;
    margin-bottom: 42px;
}
.page_wp .title-2-1:before {
    position: absolute;
    content: "";
    background: #00b88f;
    height: 87%;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 4px;
}
.page_wp .title-3-4 {
    font-weight: bold;
    margin-bottom: 20px;
}
.page_wp .title-3-6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 33px;
}
.page_wp .title-3-6::after {
    position: absolute;
    content: "";
    background: #3cbd70;
    width: 140px;
    height: 4px;
    bottom: -1px;
    left: 0;
}
.page_wp .title-3-6::before {
    position: absolute;
    content: "";
    background: #d9e0e4;
    width: 900px;
    height: 1px;
    bottom: -1px;
    left: 0;
}
.page_wp .title-3-6 a {
    color: #000;
}
.page_wp .unit-2colasy-8 .box-1 {
    float: left;
    max-width: 600px;
}
.page_wp .unit-2colasy-8 .box-2 {
    float: right;
    max-width: 300px;
}
.page_wp .ov {
    overflow: hidden;
    clear: both;
}
.page_wp .contact-area p {
    float: left;
    margin-top: 20px;
}
.page_wp .contact-area .btn-contact {
    margin-right: 20px;
}
.page_wp .note-4 {
    color: #fb0404;
}
.unit_lnk {
    display: flex;
    margin-top: 38px;
}
.unit_lnk li {
    margin-right: 18px;
}
.unit_lnk li:last-child {
    margin-right: 0;
}
.unit_lnk li a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #3cbd70;
    width: 160px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}
.unit_lnk li a span {
    display: inline-block;
    padding-left: 19px;
    background: url(/cmn/img/arw_wh.png) no-repeat center left;
}
.s_fac_pc {
    display: flex;
    align-items: center;
    padding: 30px 50px 35px 50px;
    background: #e9f7f2;
    margin: 50px -30px -50px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}
.s_fac_btnset {
    width: 360px;
    margin-right: 48px;
}
.s_fac_btn {
    margin-top: 23px;
}
.s_fac_btn.is-mail {
    margin-top: 0;
}
.s_fac_btn a {
    width: 100%;
    height: 50px;
    background: #3cbd70;
    border-radius: 6px;
    box-shadow: 0 4px 0 rgba(37,149,82,1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    transition: 0.2s;
}
.s_fac_btn.is-mail a {
    padding-left: 40px;
    background: #f55b79 url(/cmn/img/icn_mail_big.png) no-repeat center left 70px / 28px auto;
    box-shadow: 0 4px 0 rgba(207,45,77,1);
    height: 60px;
}
.s_fac_btn.is-line a {
    padding-left: 50px;
    background: #fff url(/cmn/img/icn_line.png) no-repeat center left 75px / 26px auto;
    color: #000;
    border: solid 2px #06c755;
    box-shadow: 0 4px 0 rgba(6,199,85,1);
    height: 60px;
}
.h_tel {
    height: 100%;
    position: relative;
}
.s_fac_pcdtl .h_tel {
    height: auto;
}
.s_fac_pcdtl_txt {
    font-size: 14px;
    line-height: 1.6;
}
.s_fac_pcdtl .h_tel_grn {
    font-size: 20px;
    top: -11px;
}
.s_fac_pcdtl .h_tel_txt {
    font-size: 14px;
    margin: 6px 0 8px;
    font-weight: bold;
}
.s_fac_sp {
    display: none;
}
.unit_sec_wrap {
    padding: 50px 30px;
    box-sizing: border-box;
    border: solid 1px #3cbd70;
    border-radius: 4px;
}
.box-c.is-re {
    position: relative;
}
.is-re .box-1 {
    max-width: 570px !important;
}
.is-re .box-2 {
    position: absolute;
    right: 0;
    
}
.page_main {
    margin-bottom: 100px;
}
.lowcnt_txt .btn {
    margin-top: 15px;
    font-weight: 500;
}
.lowcnt_txt .btn a {
    text-decoration: underline;
    padding-left: 1em;
    position: relative;
    text-underline-offset: 1ex;
    color: #000;
}
.lowcnt_txt .btn a:before {
    position: absolute;
    content: "";
    background: url(/cmn/img/arw.png) no-repeat 0 0 / 100% auto;
    width: 9px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 896px) {
    .s_fac_btn a:hover {
        text-decoration: none;
        border-bottom: 0;
        transform: translateY(4px);
        box-shadow: none;
    }
    .s_fac_btn.is-line a:hover {
        border: solid 2px #06c755;
    }
    .unit_lnk li a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .box-2 a:hover {
        opacity: 0.7;
    }
    .lowcnt_txt .btn a:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 896px){
    /* 共通 */
    .knowhow_wrap {
        margin-bottom: 45px;
    }
    .fc_info_dtl.ver2 {
        margin-bottom: 0px;
    }
    .page_wp {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 40px;
    }
    .page_wp a {
        color: #3cbd70;
        text-decoration: none;
    }
    .page_wp img {
        border-radius: 8px;
    }

    /* 特集 */
    .page_wp img {
        margin-bottom: 20px;
    }
    .page_wp .catch {
        margin-bottom: 40px;
    }
    .page_wp .ui-bar-z {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        padding-left: 16px;
        position: relative;
        margin-bottom: 17px;
    }
    .page_wp .ui-bar-z:before {
        position: absolute;
        content: "";
        background: #00b88f;
        height: 87%;
        width: 8px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 4px;
        width: 4px;
    }
    .page_wp .ui-bar-z img {
        display: none;
    }
    .page_wp .unit1 {
        margin-bottom: 36px;
    }
    .page_wp .unit1 h3 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 13px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .page_wp .unit1 h3::after {
        position: absolute;
        content: "";
        background: #3cbd70;
        width: 75px;
        height: 4px;
        bottom: -1px;
        left: 0;
    }
    .page_wp .unit1 h3::before {
        position: absolute;
        content: "";
        background: #d9e0e4;
        width: calc(100vw - 75px);
        height: 1px;
        bottom: -1px;
        left: 0;
    }
    .page_wp .unit1 h3 a {
        color: #000;
    }
    .page_wp .block3-inner img {
        display: block;
        margin: 0 auto;
    }
    .page_wp .block3-inner img {
        border: none;
    }
    .page_wp .unit1 .ui-btn {
        margin-top: 20px;
    }
    .page_wp .ui-btn-t,
    .page_wp .ui-btn-c {
        width: 100%;
        height: 40px;
        background: #3cbd70;
        border-radius: 3px;
        box-shadow: 0 4px 0 rgba(37,149,82,1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        box-sizing: border-box;
        transition: 0.2s;
        font-size: 18px;
    }
    .page_wp .ui-btn-c {
        background: #f55b79;
        box-shadow: 0 4px 0 rgba(207,45,77,1);
    }
    .page_wp .tel .ui-btn-c {
        font-size: 21px;
    }
    .page_wp .mail .ui-btn-c {
        background: #4252e5;
        box-shadow: 0 4px 0 rgba(26,39,156,1);
    }
    .page_wp .mark2 {
        color: #fb0404;
    }
    .page_wp .description {
        margin-top: 20px;
    }
    .unit_lnk {
        display: flex;
        margin-top: 18px;
    }
    .unit_lnk li {
        width: 32%;
        margin-right: 10px;
    }
    .unit_lnk li:last-child {
        margin-right: 0;
    }
    .unit_lnk li a{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #3cbd70;
        width: 100%;
        height: 40px;
        font-size: 13px;
        border-radius: 5px;
        font-weight: 500;
    }
    .unit_lnk li a span {
        display: inline-block;
        padding-left: 13px;
        background: url(/cmn/img/arw_wh.png) no-repeat center left;
    }
    .s_fac_btn {
        margin-top: 23px;
    }
    .s_fac_btn.is-mail {
        margin-top: 0;
    }
    .s_fac_btn a {
        width: 100%;
        height: 50px;
        background: #3cbd70;
        border-radius: 6px;
        box-shadow: 0 4px 0 rgba(37,149,82,1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: bold;
        box-sizing: border-box;
        transition: 0.2s;
    }
    .s_fac_btn.is-mail a {
        padding-left: 40px;
        background: #f55b79 url(/cmn/img/icn_mail_big.png) no-repeat center left 70px / 28px auto;
        box-shadow: 0 4px 0 rgba(207,45,77,1);
        height: 60px;
    }
    .s_fac_btn.is-line a {
        padding-left: 50px;
        background: #fff url(/cmn/img/icn_line.png) no-repeat center left 75px / 26px auto;
        color: #000;
        border: solid 2px #06c755;
        box-shadow: 0 4px 0 rgba(6,199,85,1);
        height: 60px;
    }
    .h_tel {
        height: 100%;
        position: relative;
    }
    .s_fac_pcdtl .h_tel {
        height: auto;
    }
    .s_fac_pcdtl_txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .s_fac_pcdtl .h_tel_grn {
        font-size: 20px;
        top: -11px;
    }
    .s_fac_pcdtl .h_tel_txt {
        font-size: 14px;
        margin: 6px 0 8px;
        font-weight: bold;
    }
    .s_fac_pc {
        display: none;
    }
    .unit_sec_wrap {
        padding: 20px 15px 0;
        box-sizing: border-box;
        border: solid 1px #3cbd70;
        border-radius: 4px;
        margin-bottom: 30px;
        overflow: hidden;
    }
    .box-c.is-re {
        position: relative;
    }
    .is-re .box-1 {
        max-width: 570px !important;
    }
    .is-re .box-2 {
        position: inherit;
    }
    .s_fac_sp {
        display: block;
    }
    .s_fac_bg {
        background: #e9f7f2;
        margin: 30px -15px 0;
        padding: 35px 15px 35px;
    }
    .s_fac_btn {
        margin-top: 25px;
    }
    .s_fac_btn a {
        height: 40px;
        border-radius: 3px;
        font-size: 18px;
    }
    .s_fac_btn.is-call {
        margin-top: 0;
    }
    .lowdtl_txt.is-facdtl {
        text-align: center;
        margin-top: 15px;
        line-height: 1.6;
    }
    .s_fac_btn.is-mail {
        margin-top: 25px;
    }
    .s_fac_btn.is-mail a {
        padding-left: 0;
        height: 40px;
        background: #f55b79;
        box-shadow: 0 4px 0 rgba(207,45,77,1);
    }
    .s_fac_btn.is-line a {
        background: #fff;
        padding-left: 0;
        height: 40px;
    }
    .s_fac_btn.is-call a {
        background: #4252e5;
        box-shadow: 0 4px 0 rgba(26,39,156,1);
    }
    .s_fac_btn.is-call a span {
        padding-left: 15px;
        background: url(../img/sp/icn_call_small.png) no-repeat center left / 13px auto;
        font-size: 21px;
    }
    .s_fac_btn.is-mail a span {
        padding-left: 21px;
        background: url(../img/sp/icn_mail.png) no-repeat center left / 17px auto;
    }
    .s_fac_btn.is-line a {
        background: #fff;
        padding-left: 0;
        height: 40px;
    }
    .s_fac_btn.is-line a span {
        padding-left: 30px;
        background: url(../img/sp/icn_line.png) no-repeat center left / 23px auto;
    }
    .box-c table {
        width: 100%;
    }
    .box-c table tr {
        display: block;
    }
    .box-c table tr td {
        display: block;
    }
    .page_wp .title-3-6 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
        padding-bottom: 13px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 3px;
    }
    .page_wp .title-3-6::before {
        position: absolute;
        content: "";
        background: #d9e0e4;
        width: calc(100vw - 75px);
        height: 1px;
        bottom: -1px;
        left: 0;
    }
    .page_wp .title-3-6::after {
        position: absolute;
        content: "";
        background: #3cbd70;
        width: 75px;
        height: 4px;
        bottom: -1px;
        left: 0;
    }
    .page_wp .title-3-6 a {
        color: #000;
        line-height: 1.2;
    }

    .unit_sec_wrap .box-2 {
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
    .unit_sec_wrap .box-2 img {
        width: 100%;
        height: auto;
    }
    .unit_sec_wrap .unit-2colasy-8 {
        
    }
    .main-wrapper.is-mb {
        margin-bottom: 40px;
    }
    .pc-area {
        display: none;
    }
    .page_wp .title-2-1 {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        padding-left: 16px;
        position: relative;
        margin-bottom: 17px;
    }
    .page_wp .title-2-1::before {
        position: absolute;
        content: "";
        background: #00b88f;
        height: 87%;
        width: 8px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 4px;
        width: 4px;
    }
    .page_wp .unit-2colasy-8 .box-2,
    .page_wp .box-2 {
        max-width: none;
        float: none;
        text-align: center;
    }
    .lowcnt_txt .btn {
        margin-top: 10px;
    }
    .lowcnt_txt .btn a {
        font-size: 16px;
        line-height: 1.5;
        text-underline-offset: 4px;
        display: inline-block;
    }
    .lowcnt_txt .btn a:before {
        top: 5px;
        transform: none;
    }
}
@media only screen and (max-width: 374px) {
    .page_wp img {
        width: 100%;
        height: auto;
    }
    .s_fac_btn a {
        font-size: 16px;
    }
    .unit_lnk li a {
        font-size: 11px;
    }
    .lowdtl_txt {
        font-size: 11px;
    }
}
