@charset "UTF-8";
footer{
    background: #008586;
    padding: 46px 0 50px;
}
.footer_wrap{
    width: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 100px;
    color: #fff;
}
.fDtl_lst{
    padding-top: 26px;
}
.fDtl_lst:last-of-type {
    padding-top: 36px;
    margin-top: 36px;
    border-top: 1px solid #fff;
}
.fDtl_lst li {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    margin-right: 54px;
}
.fDtl_lst li:last-child {
    margin-right: 0;
}
.fDtl_lst li a{
    color: #fff;
}
.footer_copy{
    text-align: right;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    padding-top: 26px;
}
.footer_copy .copy{
    padding-top: 14px;
}
.pagetop{
    position: fixed;
    right: 40px;
    bottom: 100px;
    width: 78px;
    height: 78px;
    z-index: 999;
}
.pagetop a{
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 78px 0 0 0;
    background: url(../svg/pagetop.svg) no-repeat center;
    background-size: 100% auto;
}
.c-wrap {
    width: 100%;
    box-sizing: border-box;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.c-wrap.ver2 {
    width: 100%;
    max-width: 1340px;
    padding: 0;
}
@media screen and (min-width: 600px) and (max-width:1340px) {
    .c-wrap.ver2 {
        max-width: 1440px;
        padding: 0 50px;
    }
}
.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 #00A8A9;
    border-right: solid 1px #00A8A9;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
}
.c-breadcrumbs li:last-child:before {
    content: none;
}
.c-breadcrumbs li a{
    display: block;
}
.splide__arrows{
    margin-top: 30px;
    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;
}
.splide__arrow {
    width: 30px;
    height: 30px;
    background: #fff url(../svg/slide.svg) no-repeat center;
    background-size: auto 16px;
}
.splide__arrow--prev{
    margin-right: 10px;
}
.splide__arrow--next{
    transform:rotate(180deg);
    margin-left: 10px;
}
.splide__pagination li {
    width: 60px;
    height: 8px;
    margin: 0 10px;
    position: relative;
}
.splide__pagination__page{
    width: 100%;
    height: 8px;
    background: #DEDEDE;
    position: absolute;
    top: 0;
    left: 0;
}
.splide__pagination__page.is-active{
    background: #008486;
}
.pageMv_wrap {
    background: #E9F3F2;
    padding: 85px 0;
}
.pageMv_ttl {
    text-align: center;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    color: #006C60;
}
.c-btn {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
}
.c-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    width: 100%;
    height: 76px;
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #008486;
    border: 1px solid #008486;
    box-sizing: border-box;
    padding: 0 40px;
}
.c-btn a span {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-left: 30px;
}
.c-btn a span:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/arrow_right_tri_w.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 2;
}
.c-btn.is-dl.ver2 a span:before {
    background: url(../svg/dl_icn.svg) no-repeat center;
    background-size: 100% auto;
    width: 13px;
    height: 20px;
}
.c-btn.ver2 a {
    color: #008486;
    background: #fff;
    border: 1px solid #008486;
}
.c-btn.ver2 a span:before {
    background: url(../svg/arrow_right_tri.svg) no-repeat center;
    background-size: 100% auto;
}

.insu-btn {
    background: #fff;
}
.insu-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
    height: 112px;
    text-decoration: none;
    position: relative;
    color: #008486;
    background: #fff;
    border: 1px solid #00A8A9;
    box-sizing: border-box;
    padding-left: 120px;
}
.insu-btn a:before {
    content: '';
    position: absolute;
    display: block;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.insu-btn .txt {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-left: 30px;
}
.insu-btn .txt span {
    font-size: 16px;
    font-weight: 400;
}
.insu-btn .txt span:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 18px;
    left: 0;
    top: 6px;
    background: url(../svg/arrow_right_tri.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 2;
}
.insu-btn.n1 a:before {
    width: 74px;
    height: 32px;
    background: url(../svg/icn_img01.svg) no-repeat center;
    background-size: auto 100%;
}
.insu-btn.n2 a:before {
    width: 74px;
    height: 50px;
    background: url(../svg/icn_img02.svg) no-repeat center;
    background-size: auto 100%;
}
.insu-btn.n3 a:before {
    width: 74px;
    height: 44px;
    background: url(../svg/icn_img03.svg) no-repeat center;
    background-size: auto 100%;
}
.insu-btn.n4 a:before {
    width: 74px;
    height: 48px;
    background: url(../svg/icn_img04.svg) no-repeat center;
    background-size: auto 100%;
}
.insu-btn.n5 a:before {
    width: 74px;
    height: 54px;
    background: url(../svg/icn_img05.svg) no-repeat center;
    background-size: auto 100%;
}
.info-btn {
    width: 100%;
    max-width: 478px;
    background: #fff;
}
.info-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
    height: 112px;
    text-decoration: none;
    position: relative;
    color: #008486;
    background: #fff;
    border: 1px solid #00A8A9;
    box-sizing: border-box;
    padding-left: 36px;
}
.info-btn a span {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding-left: 30px;
}
.info-btn a span:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 18px;
    left: 0;
    top: 3px;
    background: url(../svg/arrow_right_tri.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 2;
}
.info-btn.n1 a {
    background:#fff url(../img/info07.jpg) no-repeat right center;
}
.info-btn.n2 a {
    background:#fff url(../img/info08.jpg) no-repeat right center;
}
.pagemv_wrap {
    height: 350px;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.page_mv_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
}
.page_low_ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 896px) {
    .fDtl_lst{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fDtl_lst li a:hover {
        text-decoration: underline;
    }
    .pagetop a:hover {
        opacity: .8
    }
    .c-btn a:hover {
        color: #008486;
        background: #fff;
    }
    .c-btn a:hover span:before {
        background: url(../svg/arrow_right_tri.svg) no-repeat center;
        background-size: 100% auto;
    }
    .c-btn.ver2 a:hover {
        color: #fff;
        background: #008486;
    }
    .c-btn.ver2 a:hover span:before {
        background: url(../svg/arrow_right_tri_w.svg) no-repeat center;
        background-size: 100% auto;
    }
    .c-btn.is-dl.ver2 a:hover span:before {
        background: url(../svg/dl_icn_w.svg) no-repeat center;
    }
    .insu-btn a:hover {
        color: #fff;
        background: #00A8A9;
    }
    .insu-btn a:hover .txt span:before {
        background: url(../svg/arrow_right_tri_w.svg) no-repeat center;
        background-size: 100% auto;
    }
    .insu-btn.n1 a:hover:before {
        background: url(../svg/icn_img01_w.svg) no-repeat center;
        background-size: auto 100%;
    }
    .insu-btn.n2 a:hover:before {
        background: url(../svg/icn_img02_w.svg) no-repeat center;
        background-size: auto 100%;
    }
    .insu-btn.n3 a:hover:before {
        background: url(../svg/icn_img03_w.svg) no-repeat center;
        background-size: auto 100%;
    }
    .insu-btn.n4 a:hover:before {
        background: url(../svg/icn_img04_w.svg) no-repeat center;
        background-size: auto 100%;
    }
    .insu-btn.n5 a:hover:before {
        background: url(../svg/icn_img05_w.svg) no-repeat center;
        background-size: auto 100%;
    }
    .info-btn a:hover span:before {
        background: url(../svg/arrow_right_tri_w.svg) no-repeat center;
        background-size: 100% auto;
    }
    .info-btn.n1 a:hover {
        background: #00A8A9 url(../img/info07.jpg) no-repeat right center;
        color: #fff;
    }
    .info-btn.n2 a:hover {
        background: #00A8A9 url(../img/info08.jpg) no-repeat right center;
        color: #fff;
    }
}
@media screen and (min-width: 896px) and (max-width:1600px) {
    .insu-btn a {
        font-size: 18px;
    }
    .insu-btn .txt span {
        font-size: 12px;
    }
}
@media screen and (min-width: 896px) and (max-width:1450px) {
    .fDtl_lst li {
        font-size: 1.1vw;
        margin-right: 3%;
    }
    .insu-btn a {
        padding-left: 92px;
    }
    .insu-btn a:before {
        left: 10px;
    }
}
@media (max-width: 896px) {
    footer{
        padding: 26px 0;
    }
    .footer_wrap{
        padding: 0 15px;
    }
    .fDtl_lst{
        padding-top: 14px;
    }
    .fDtl_lst:first-child {
        padding-top: 0;
    }
    .fDtl_lst:last-of-type {
        padding-top: 26px;
        margin-top: 26px;
    }
    .fDtl_lst li {
        font-size: 13px;
        margin: 0;
        padding-top: 14px;
    }
    .fDtl_lst li:first-child {
        padding-top: 0;
    }
    .footer_copy{
        font-size: 10px;
        padding-top: 40px;
    }
    .footer_copy .copy{
        padding-top: 10px;
        line-height: 1.4;
    }
    .pagetop{
        right: 15px;
        bottom: 60px;
        width: 46px;
        height: 46px;
    }
    .pagetop a{
        padding: 38px 0 0 0;
    }
    .c-wrap {
        padding: 0;
    }
    .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;
    }
    .splide__arrows{
        margin-top: 28px;
    }
    .splide__arrow {
        display: none;
    }
    .splide__pagination li {
        width: 58px;
        height: 6px;
        margin: 0 8px;
        position: relative;
    }
    .splide__pagination__page{
        height: 6px;
    }
    .pageMv_wrap {
        padding: 48px 0;
    }
    .pageMv_ttl {
        font-size: 24px;
        line-height: 1.2;
    }
    .c-btn {
        max-width: 300px;
    }
    .c-btn a {
        font-size: 14px;
        height: 55px;
        padding: 0 24px;
    }
    .c-btn a span {
        padding-left: 26px;
    }
    .c-btn a span:before {
        width: 12px;
        height: 10px;
        margin-top: -1px;
    }
    .insu-btn a {
        font-size: 16px;
        height: 74px;
        padding-left: 84px;
    }
    .insu-btn a:before {
        left: 18px;
    }
    .insu-btn .txt {
        padding-left: 22px;
    }
    .insu-btn .txt span {
        font-size: 13px;
    }
    .insu-btn .txt span:before {
        width: 12px;
        height: 10px;
        top: 5px;
    }
    .insu-btn.n1 a:before {
        width: 48px;
        height: 22px;
    }
    .insu-btn.n2 a:before {
        width: 48px;
        height: 34px;
    }
    .insu-btn.n3 a:before {
        width: 48px;
        height: 30px;
    }
    .insu-btn.n4 a:before {
        width: 48px;
        height: 32px;
    }
    .insu-btn.n5 a:before {
        width: 48px;
        height: 36px;
    }
    .info-btn {
        max-width: 100%;
    }
    .info-btn a {
        font-size: 16px;
        height: 75px;
        padding-left: 15px;
    }
    .info-btn a span {
        padding-left: 22px;
    }
    .info-btn a span:before {
        width: 12px;
        height: 10px;
        top: 6px;
    
    }
    .info-btn.n1 a {
        background:#fff url(../img/sp/info07.jpg) no-repeat right center;
        background-size: auto 100%;
    }
    .info-btn.n2 a {
        background:#fff url(../img/sp/info08.jpg) no-repeat right center;
        background-size: auto 100%;
    }
    .pagemv_wrap {
        height: 160px;
    }
    .page_mv_ttl {
        font-size: 24px;
    }
    .page_low_ttl {
        font-size: 24px;
    }
}
@media (max-width: 374px) {
    .insu-btn a {
        font-size: 14px;
    }
    .insu-btn .txt span {
        font-size: 10px;
    }
}