@charset "UTF-8";
.pagetop{
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    z-index: 999;
}
.pagetop a{
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 60px 0 0 0;
    background: url(../svg/arw_r_u.svg) no-repeat center;
    background-size: 100% auto;
}
.footer_wrap{
    background: #F7F7F7;
    padding: 60px 0 130px;
}
.fDtl_wrap dt{
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 28px;
    font-weight: 700;
}
.fDtl_wrap dd{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fDtl_lst{
    margin-right: 70px;
}
.fDtl_lst li{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 12px;
}
@media (min-width: 896px) {
    .fDtl_lst li a{
        position: relative;
    }
    .fDtl_lst li a:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background:#006C60;
        transition: all .3s;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    .fDtl_lst li a:hover::after {
        transform: scale(1, 1);
    }
}
.footer_copy{
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 18px 0;
    font-weight: 400;
}
.c-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
}
.c-wrap.ver2 {
    max-width: 900px;
}
.pageMv_wrap {
    background: #E9F3F2;
    padding: 85px 0;
}
.pageMv_ttl {
    text-align: center;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    color: #006C60;
}
@media (min-width: 896px) {
    @media (max-width: 1350px) {
        .c-wrap {
            max-width: 1000px;
        }
        .top .c-wrap {
            max-width: 1100px;
        }
    }
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.c-breadcrumbs{
    padding: 8px 0;
}
.c-breadcrumbs ul{
    letter-spacing: -.04em;
    font-size: 12px;
    line-height: 1;
}
.c-breadcrumbs li{
    display: inline-block;
    letter-spacing: normal;
    padding-right: 1.4em;
    position: relative;
}
.c-breadcrumbs li:before {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    top: 4px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
}
.c-breadcrumbs li:last-child:before {
    content: none;
}
.c-breadcrumbs li a{
    display: block;
}
.c-btn,
.c-tel {
    width: 320px;
    background: #fff;
}
@media (min-width: 896px) {
    @media (max-width: 1350px) {
        .c-btn,
        .c-tel,
        .c-pdf {
            width: 286px;
        }
    }
}
.c-pdf {
    width: 100%;
}
.c-btn a,
.c-tel a,
.c-pdf a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    height: 56px;
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #006C60;
    border: 1px solid #006C60;
    box-sizing: border-box;
}
.c-btn a:before,
.c-tel a:before,
.c-pdf a:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 14px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_l_w.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 2;
    transition: all .3s ease-out;
}
.c-btn a span {
    display: inline-block;
    position: relative;
    z-index: 3;
}
.c-btn.ver2 a {
    color: #006C60;
    background: #fff;
}
.c-btn.ver2 a:before {
    background: url(../svg/arw_l.svg) no-repeat center;
    background-size: 100% auto;
}
.c-btn.is-raku a {
    background:#006C60 url(../img/group_btn04.jpg) no-repeat left center;
}
.c-btn.is-raku a span {
    padding-left: 42px;
}
.c-tel a {
    background: #e70505;
    color: #fff;
    border: 2px solid #e70505;
    font-size: 20px;
}
.c-tel a:before {
    width: 20px;
    height: 24px;
    right: auto;
    left: 20px;
    background: url(../svg/icn_tel.svg) no-repeat center;
    background-size: 100% auto;
}
.c-pdf a {
    background: #fff;
    color: #e70505;
    border: 2px solid #e70505;
    font-size: 14px;
}
.c-pdf a:before {
    width: 20px;
    height: 24px;
    right: auto;
    left: 20px;
    background: url(../svg/icn_pdf.svg) no-repeat center;
    background-size: 100% auto;
}
.c-pdf a span {
    padding-left: 20px;
}
.group-btn {
    width: 532px;
    background-color: #fff;
}
.group-btn a{
    background-color: #006C60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 110px;
    border: 1px solid #006C60;
    color: #fff;
    padding-left: 220px;
    position: relative;
}
.group-btn a:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arw_l_w.svg) no-repeat center;
    background-size: 100% auto;
}
.group-btn .tx{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .025em;
}
.group-btn .tx span{
    font-size: 28px;
    letter-spacing: .05em;
}
.group-btn.ver1 a{
    background: url(../img/group_btn01.jpg) no-repeat left center;
    background-color: #006C60;
}
.group-btn.ver2 a{
    background: url(../img/group_btn02.jpg) no-repeat left center;
    background-color: #006C60;
}
.s-footer_wrap {
    background: #F7F7F7;
    padding: 55px 0;
}
.s-fDtl_lst li {
    font-size: 14px;
    line-height: 1;
}
.pageMv_ttl .is-sttl {
    font-size: 25px;
    padding-left: 1em;
}
.fDtl_lst li.is-non a {
    pointer-events: none;
}
@media (min-width: 896px) {
    .c-btn a:hover {
        opacity: .8;
    }
    .c-btn.ver2 a:hover {
        opacity: 1;
        background: #E9F3F2;
    }
    .c-tel a:hover,
    .group-btn a:hover{
        opacity: .8;
    }
    .c-tel a {
        pointer-events: none;
    }
    .c-pdf a:hover {
        background: #fff1f1;
    }
    .s-fDtl_lst li a {
        position: relative;
    }
    .s-fDtl_lst li a:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #006C60;
        transition: all .3s;
        transform: scale(0, 1);
        transform-origin: left top;
    }
    .s-fDtl_lst li a:hover::after {
        transform: scale(1, 1);
    }
    .s-footer_in.c-wrap {
        max-width: 900px;
    }
    .s-fDtl_lst {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 48px;
    }
}
@media (max-width: 896px) {
    .pagetop{
        right: 10px;
        bottom: 60px;
        width: 38px;
        height: 38px;
    }
    .pagetop a{
        padding: 38px 0 0 0;
    }
    .footer_wrap{
        padding: 30px 30px 20px;
    }
    .fDtl_wrap dt{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .fDtl_wrap dd{
        display: block;
    }
    .fDtl_lst{
        margin-right: 0;
    }
    .fDtl_lst li{
        font-size: 12px;
        line-height: 1;
        margin-bottom: 12px;
    }
    .footer_copy{
        font-size: 10px;
        padding: 11px;
    }
    .c-wrap,
    .c-wrap.ver2 {
        width: 100%;
    }
    .pageMv_wrap {
        padding: 48px 0;
    }
    .pageMv_ttl {
        font-size: 24px;
        line-height: 1.2;
    }
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-breadcrumbs{
        padding: 10px 0;
        overflow-y: scroll;
        white-space: nowrap;
    }
    .c-breadcrumbs ul{
        padding: 0 13px;
    }
    .c-btn,
    .c-tel {
        width: 100%;
        max-width: 300px;
    }
    .c-btn a,
    .c-tel a,
    .c-pdf a {
        font-size: 14px;
        height: 50px;
    }
    .c-tel a {
        font-size: 18px;
    }
    .c-pdf a span {
        line-height: 1.2;
        text-align: center;
    }
    .c-btn a:before {
        width: 10px;
        height: 14px;
        right: 15px;
    }
    .c-btn2 {
        width: 100%;
        max-width: 300px;
    }
    .c-btn2 a {
        font-size: 14px;
        height: 50px;
    }
    .c-btn2 a:before {
        width: 10px;
        height: 14px;
        right: 15px;
    }
    .group-btn {
        width: 100%;
    }
    .group-btn a{
        height: 72px;
        padding-left: 135px;
    }
    .group-btn a:before {
        width: 8px;
        height: 12px;
        right: 18px;
    }
    .group-btn .tx{
        font-size: 10px;
    }
    .group-btn .tx span{
        font-size: 18px;
    }
    .group-btn.ver1 a{
        background: url(../img/sp/group_btn01.jpg) no-repeat left center;
        background-color: #006C60;
        background-size: 107px auto;
    }
    .group-btn.ver2 a{
        background: url(../img/sp/group_btn02.jpg) no-repeat left center;
        background-color: #006C60;
        background-size: 107px auto;
    }
    .s-footer_wrap {
        padding: 30px 30px;
        box-sizing: border-box;
    }
    .s-fDtl_lst li:not(:last-child) {
        margin-bottom: 12px;
    }
    .s-fDtl_lst li {
        font-size: 12px;
        line-height: 1;
    }
    .pageMv_ttl .is-sttl {
        font-size: 18px;
        padding-left: 0;
    }
}
@media (max-width: 374px) {
    .group-btn a {
        padding-left: 118px;
    }
    .group-btn .tx span {
        font-size: 16px;
    }
}