.mv_wrap {
    width: 1340px;
    margin: 0 auto;
}
.splide {
    margin: 0 auto;
}
.page_ttl {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
.page_ttl span {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 15px;
}
.activeBnr_wrap {
    padding: 76px 0 84px;
}
.active_bnr {
    text-align: center;
}
.insur_wrap {
    background: #EDF9F9;
    padding: 68px 0 68px;
}
.search_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -29px;
}
.search_lst li {
    width: calc((100% - 29px * 2) / 2);
    margin-top: 36px;
    margin-left: 29px;
}
.insu-btn a {
    font-size: 18px;
    line-height: 1.5;
    height: 100px;
}
.insu-btn .txt span {
    font-size: 14px;
}
.insu-btn .txt {
    padding-left: 0;
}
.insu-btn .txt span:before {
    content: none;
}
.insu-btn a:after {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 18px;
    right: 32px;
    top: 50%;
    transform:translateY(-50%) rotate(90deg);
    background: url(../svg/arrow_right_tri.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 2;
}
.cnt_wrap {
    padding: 100px 0 156px;
}
.cnt_in {
    margin-bottom: 150px;
}
.cnt_in:last-child {
    margin-bottom: 0;
}
.cnt_ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    border-bottom: 2px solid #00A8A9;
    padding-bottom: 28px;
}
.cnt_ttl span {
    display: inline-block;
    position: relative;
    padding-left: 112px;
}
.cnt_ttl span:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 86px;
}
.cnt_ttl.n1 span:before {
    height: 38px;
    background: url(../svg/icn_img01.svg) no-repeat center;
    background-size: auto 100%;
}
.cnt_ttl.n2 span:before {
    height: 56px;
    background: url(../svg/icn_img02.svg) no-repeat center;
    background-size: auto 100%;
}
.cnt_ttl.n3 span:before {
    height: 48px;
    background: url(../svg/icn_img03.svg) no-repeat center;
    background-size: auto 100%;
}
.cnt_ttl.n4 span:before {
    height: 52px;
    background: url(../svg/icn_img04.svg) no-repeat center;
    background-size: auto 100%;
}
.cnt_ttl.n5 span:before {
    height: 50px;
    background: url(../svg/icn_img05.svg) no-repeat center;
    background-size: auto 100%;
}
.cnt1Box_wrap {
    padding: 50px 0 0;
    position: relative;
}
.cnt1Box_wrap .img {
    position: absolute;
    right: 0;
    top: 50px;
}
.cnt1Box_wrap .mds {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #008486;
}
.cnt1Box_wrap .disc {
    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;
}
.cnt1Box_wrap .txt1 {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    color: #008486;
}
.cnt1Box_wrap .txt1 .s1 {
    font-size: 82px;
}
.cnt1Box_wrap .txt1 .s2 {
    display: inline-block;
    font-size: 34px;
    vertical-align: top;
    padding-top: 16px;
}
.cnt1Box_wrap .txt1 .s3 {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    padding-top: 34px;
}
.cnt1Box_wrap .txt2 {
    width: 416px;
    text-align: center;
    background: #E39300;
    border-radius: 100vh;
    font-size: 38px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    padding: 14px 0;
    margin-left: 50px;
}
.cnt1Box_wrap .txt2 .s3 {
    vertical-align: middle;
    font-size: 17px;
    padding-right: 16px;
}
.cnt1Box_wrap .cnt_txt {
    font-size: 16px;
    padding-top: 34px;
}
.cnt1Box_wrap .cnt_btn {
    margin: 28px 0 0;
}
.cnt1Box_wrap .cnt_btn.c-btn a {
    font-size: 18px;
    width: 400px;
    height: 64px;
}
.cnt1Btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px;
    background: #EDF9F9;
    border: 1px solid #00A8A9;
    padding: 36px 40px 46px;
}
.cnt1Btn_box {
    margin-right: 30px;
}
.cnt1Btn_box:last-child {
    margin-right: 0;
}
.cnt1Btn_box .ttl {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #008486;
    margin-bottom: 18px;
}
.cnt1Btn_box ul {
    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;
}
.cnt1Btn_box ul li {
    width: 400px;
    margin-right: 30px;
}
.cnt1Btn_box ul li:last-child {
    margin-right: 0;
}
.cnt1Btn_box ul li .mds {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #008486;
    margin-bottom: 10px;
}
.cnt1Btn_box .c-btn.ver2 a {
    font-size: 17px;
    width: 100%;
    height: 64px;
}
.cnt1_add {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 2em;
    position: relative;
}
.cnt1_add.is-mtn {
    margin-top: 0;
}
.cnt1_add.is-ver2 {
    padding-left: 4em;
}
.cnt1_add span {
    position: absolute;
    top:0;
    left:0;
}
.cnt1lst_wrap {
    padding-top: 18px;
}
.cnt1lst_wrap li {
    font-size: 16px;
}
.cnt1lst_wrap .txt {
    padding-left: 1.5em;
    position: relative;
}
.cnt1lst_wrap .txt:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #00A8A9;
    border-radius: 50%;
}
.cnt1lst_wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 4px;
}
.cnt1lst_wrap .box dt {
    width: 10em;
    font-weight: bold;
    padding-right: 80px;
    margin-top: 4px;
}
.cnt1lst_wrap .box dd {
    margin-top: 4px;
    position: relative;
}
.cnt1lst_wrap .box dd:before {
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    position: absolute;
    left: -68px;
    top: 13px;
    background: #00A8A9;
}
.cnt2Box_wrap {
    padding: 50px 0 0;
    position: relative;
}
.cnt2Box_wrap .img {
    position: absolute;
    right: 0;
    top: 50px;
}
.cnt2Box_wrap .mds {
    font-size: 24px;
    font-weight: 600;
    color: #008486;
    margin-bottom: 18px;
}
.cnt2Box_wrap .txt {
    font-size: 16px;
    margin-bottom: 14px;
}
.cnt2Box_wrap .mds.ver2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.cnt2Box_wrap .txt.ver2 {
    margin-bottom: 24px;
}
.cnt2Box_wrap .txt.ver3 {
    margin-bottom: 45px;
}
.cnt2lst_wrap {
    margin-bottom: 38px;
}
.cnt2lst_wrap li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 14px;
}
.cnt2lst_wrap li:last-child {
    margin-bottom: 0;
}
.cnt2lst_wrap li:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #00A8A9;
    border-radius: 50%;
}
.cnt2lst_wrap li .mds {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}
.cnt2lst_wrap li .txt {
    margin-bottom: 0;
}
.cnt2lst_wrap.ver2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 526px;
}
.cnt2lst_wrap.ver2 li {
    width: 140px;
    margin: 6px 40px 0 0;
}
.cnt2lst_wrap.ver2 li:last-child {
    width: auto;
}
.cnt2Box_wrap .cnt_btn {
    margin: 0;
    max-width: 100%;
}
.cnt2Box_wrap .cnt_btn.c-btn a {
    font-size: 18px;
    width: 400px;
    height: 64px;
}
.cnt2Btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.cnt2Btn_box li {
    margin-right: 30px;
}
.info_wrap {
    background: url(../img/active_bg.jpg) center center / cover no-repeat;
    padding: 84px 0 80px;
}
.info_ttl {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.info_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1052px;
    margin: 0 auto;
    margin-top: 30px;
}
.info_lst li {
    width: 478px;
    margin: 0 24px;
    margin-top: 50px;
}
.activeAdd_wrap {
    padding: 66px 30px 60px !important;
}
.activeAdd_wrap .txt {
    font-size: 14px;
    line-height: 1.5;
}
@media(min-width:896px) {
    .splide__slide a:hover {
        opacity: .8;
    }
    .active_bnr a:hover {
        opacity: .8;
    }
    .search_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .insu-btn a:hover:after {
        background: url(../svg/arrow_right_tri_w.svg) no-repeat center;
        background-size: 100% auto;
    }
    .info_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .cnt2lst_wrap.ver2 li:nth-child(-n+3) {
        margin-top: 0;
    }
    .search_lst {
        padding: 0 227px;
    }
}
@media screen and (min-width: 896px) and (max-width:1100px) {
    .info_lst li {
        width: 48%;
        max-width: 100%;
        margin: 0 1%;
        margin-top: 2%;
    }
    .info_lst .c-btn {
        max-width: 100%;
    }
}
@media screen and (min-width: 896px) and (max-width:1200px) {
    .search_lst {
        padding: 0;
    }
    .search_lst {
        margin-left: -20px;
    }
    .search_lst li {
        width: calc((100% - 20px * 2) / 2);
        margin-top: 20px;
        margin-left: 20px;
    }
    .search_lst li:nth-child(3) {
        margin-top: 20px;
    }
}
@media screen and (min-width: 896px) and (max-width:1340px) {
    .mv_wrap {
        width: 100%;
    }
    .splide__slide {
        width: 100%;
        margin: 0;
    }
    .splide__slide source,
    .splide__slide img {
        width: 100%;
        height: auto;
    }
    .cnt1Box_wrap .img,
    .cnt2Box_wrap .img {
        width: 340px;
    }
    .cnt1Box_wrap .img img,
    .cnt1Box_wrap .img source,
    .cnt2Box_wrap .img img,
    .cnt2Box_wrap .img source {
        width: 100%;
        height: auto;
    }
    .cnt1Box_wrap,
    .cnt2Box_wrap {
        padding-right: 400px;
    }
    .cnt2lst_wrap.ver2 {
        padding-right: 0;
    }
    .cnt2lst_wrap.ver2 li:nth-child(-n+3) {
        margin: 6px 40px 0 0;
    }
}
@media(max-width:896px) {
    .mv_wrap {
        width: 100%;
    }
    .splide__slide {
        width: 100%;
        margin: 0;
    }
    .splide__slide source,
    .splide__slide img {
        width: 100%;
        height: auto;
    }
    .page_ttl {
        font-size: 24px;
    }
    .page_ttl span {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .activeBnr_wrap {
        padding: 28px 15px 18px;
    }
    .active_bnr source,
    .active_bnr img {
        width: 100%;
        height: auto;
    }
    .insur_wrap {
        padding: 24px 15px 22px;
    }
    .search_lst {
        margin-top: 20px;
        margin-left: 0;
    }
    .search_lst li {
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }
    .search_lst li:first-child {
        margin-top: 0;
    }
    .insu-btn a {
        font-size: 16px;
        line-height: 1.3;
        height: 74px;
    }
    .insu-btn .txt span {
        font-size: 13px;
    }
    .insu-btn a:after {
        width: 10px;
        height: 14px;
        right: 14px;
    }
    .cnt_wrap {
        padding: 44px 15px 74px;
    }
    .cnt_in {
        margin-bottom: 84px;
    }
    .cnt_ttl {
        font-size: 20px;
        line-height: 1.4;
        padding-bottom: 18px;
    }
    .cnt_ttl span {
        padding-left: 68px;
    }
    .cnt_ttl span:before {
        width: 46px;
    }
    .cnt_ttl.n1 span:before {
        height: 20px;
    }
    .cnt_ttl.n2 span:before {
        height: 32px;
    }
    .cnt_ttl.n3 span:before {
        height: 30px;
    }
    .cnt_ttl.n4 span:before {
        height: 30px;
    }
    .cnt_ttl.n5 span:before {
        height: 36px;
    }
    .cnt1Box_wrap {
        padding: 20px 0 0;
    }
    .cnt1Box_wrap .img {
        position: static;
        margin-bottom: 20px;
    }
    .cnt1Box_wrap .img source,
    .cnt1Box_wrap .img img {
        width: 100%;
        height: auto;
    }
    .cnt1Box_wrap .mds {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .cnt1Box_wrap .disc {
        display: block;
    }
    .cnt1Box_wrap .txt1 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .cnt1Box_wrap .txt1 .s1 {
        font-size: 64px;
    }
    .cnt1Box_wrap .txt1 .s2 {
        font-size: 30px;
        padding-top: 16px;
    }
    .cnt1Box_wrap .txt1 .s3 {
        font-size: 15px;
        padding-top: 28px;
    }
    .cnt1Box_wrap .txt2 {
        width: 100%;
        font-size: 28px;
        padding: 8px 0;
        margin-left: 0;
    }
    .cnt1Box_wrap .txt2 .s3 {
        vertical-align: middle;
        font-size: 14px;
        padding-right: 16px;
    }
    .cnt1Box_wrap .cnt_txt {
        font-size: 13px;
        padding-top: 20px;
    }
    .cnt1Box_wrap .cnt_btn {
        margin: 24px 0 0;
        max-width: 100%;
    }
    .cnt1Box_wrap .cnt_btn.c-btn a {
        font-size: 14px;
        width: 100%;
        height: 55px;
    }
    .cnt1Btn_wrap {
        display: block;
        margin-top: 26px;
        padding: 20px 15px 24px;
    }
    .cnt1Btn_box {
        margin: 0 0 32px;
    }
    .cnt1Btn_box:last-child {
        margin: 0;
    }
    .cnt1Btn_box .ttl {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .cnt1Btn_box ul {
        display: block;
    }
    .cnt1Btn_box ul li {
        width: 100%;
        margin: 0 0 20px;
    }
    .cnt1Btn_box ul li:last-child {
        margin: 0;
    }
    .cnt1Btn_box ul li .mds {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .cnt1Btn_box .c-btn.ver2 {
        max-width: 100%;
        margin: 0;
    }
    .cnt1Btn_box .c-btn.ver2 a {
        font-size: 14px;
        width: 100%;
        height: 55px;
    }
    .cnt1_add {
        margin-top: 18px;
        font-size: 12px;
    }
    .cnt1lst_wrap {
        padding-top: 15px;
    }
    .cnt1lst_wrap li {
        font-size: 13px;
    }
    .cnt1lst_wrap .txt {
        padding-left: 1.5em;
    }
    .cnt1lst_wrap .txt:before {
        top: 4px;
    }
    .cnt1lst_wrap .box {
        display: block;
        margin-top: 6px;
        padding-left: 1.5em;
    }
    .cnt1lst_wrap .box dt {
        width: auto;
        padding-right: 0;
        margin-top: 0;
    }
    .cnt1lst_wrap .box dd {
        margin-top: 0;
        padding-left: 3em;
    }
    .cnt1lst_wrap .box dd:before {
        width: 16px;
        left: .8em;
        top: 11px;
    }
    .cnt2Box_wrap {
        padding: 20px 0 0;
    }
    .cnt2Box_wrap .img {
        position: static;
        margin-bottom: 20px;
    }
    .cnt2Box_wrap .img source,
    .cnt2Box_wrap .img img {
        width: 100%;
        height: auto;
    }
    .cnt2Box_wrap .mds {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .cnt2Box_wrap .txt {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 14px;
    }
    .cnt2Box_wrap .mds.ver2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .cnt2Box_wrap .txt.ver2 {
        margin-bottom: 14px;
    }
    .cnt2Box_wrap .txt.ver3 {
        margin-bottom: 18px;
    }
    .cnt2lst_wrap {
        margin-bottom: 28px;
    }
    .cnt2lst_wrap li {
        padding-left: 1.5em;
        margin-bottom: 14px;
    }
    .cnt2lst_wrap li:before {
        top: 1px;
    }
    .cnt2lst_wrap li .mds {
        font-size: 13px;
        margin-bottom: 0;
    }
    .cnt2lst_wrap li .txt {
        font-size: 13px;
        margin-bottom: 0;
    }
    .cnt2lst_wrap.ver2 {
        display: block;
        padding-right: 0;
    }
    .cnt2lst_wrap.ver2 li {
        width: auto;
        margin: 6px 0 0 0;
    }
    .cnt2lst_wrap.ver2 li:first-child {
        margin: 0;
    }
    .cnt2Box_wrap .cnt_btn {
        max-width: 100%;
        margin: 0;
    }
    .cnt2Box_wrap .cnt_btn.c-btn a {
        font-size: 14px;
        width: 100%;
        height: 55px;
    }
    .cnt2Btn_box {
        display: block;
    }
    .cnt2Btn_box li {
        margin: 0 0 20px;
    }
    .cnt2Btn_box li:last-child {
        margin: 0;
    }
    .info_wrap {
        background: url(../img/sp/active_bg.jpg) center center / cover no-repeat;
        padding: 32px 30px 30px;
    }
    .info_ttl {
        font-size: 20px;
        letter-spacing : 0.05em ;
    }
    .info_lst {
        margin-top: 20px;
    }
    .info_lst li {
        width: 100%;
        margin: 0;
        margin-top: 18px;
    }
    .info_lst li:first-child {
        margin-top: 0;
    }
    .info_lst li .c-btn {
        max-width: 100%;
    }
    .activeAdd_wrap {
        padding: 30px 15px !important;
    }
    .activeAdd_wrap .txt {
        font-size: 13px;
    }
}
@media screen and (min-width: 600px) and (max-width:1340px) {
    .cnt1Btn_wrap {
        display: block;
    }
    .cnt1Btn_box {
        width: 100%;
        margin-right: 0;
    }
    .cnt1Btn_box:first-child {
        width: 100%;
        margin-bottom: 20px;
    }
    .cnt1Btn_box ul li {
        width: 100%;
    }
    .cnt1Btn_wrap .c-btn {
        max-width: 100%;
    }
    .cnt2Btn_box {
        display: block;
    }
    .cnt2Btn_box li {
        margin: 0 0 20px;
    }
    .cnt2Btn_box li:last-child {
        margin: 0;
    }
    .cnt1Box_wrap .disc {
        display: block;
    }
    .cnt1Box_wrap .txt2 {
        margin: 10px 0 0;
    }
}
@media (max-width: 374px) {
    .insu-btn a {
        padding-left: 65px;
    }
    .insu-btn a:before {
        left: 8px;
    }
    .cnt1Box_wrap .txt1 {
        font-size: 34px;
    }
    .cnt1Box_wrap .txt1 .s2 {
        padding-top: 24px;
    }
    .info_ttl {
        font-size: 17px;
    }
}
