@charset "UTF-8";
.pagemv_wrap {
    background: #EDF9F9;
    margin-bottom: 40px;
}
.page_mv_ttl span {
    display: inline-block;
    padding-left: 120px;
    position: relative;
}
.page_mv_ttl span::before {
    position: absolute;
    content: "";
    background: url(../svg/icn_img01.svg) no-repeat 0 0 / 100% auto;
    width: 86px;
    height: 39px;
    left: 0;
    top: 50%;
    margin-top: -19px;
}
.pagelnk_wrap {
    max-width: 1340px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 58px;
}
.pagelnk_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.pagelnk_lst li {
    margin-right: 48px;
    font-size: 16px;
}
.pagelnk_lst li:last-child {
    margin-right: 0;
}
.pagelnk_lst li a {
    position: relative;
    padding-left: 22px;
}
.pagelnk_lst li a:before {
    position: absolute;
    content: "";
    background: url(../svg/arrow_down_fill.svg) no-repeat center left / 100% auto;
    width: 14px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.proCnt_wrap {
    max-width: 1340px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
}
.proCnt_in {
    padding: 100px 0 98px;
}
.proCnt_wrap:first-of-type .proCnt_in {
    padding: 0;
}
.page_ttl {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
.page_txt {
    text-align: center;
    line-height: 1.4;
    padding-top: 16px;
}
.proCnt_lst {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.proCnt_lst li {
    width: calc((100% - 30px * 2) / 3);
    margin-top: 50px;
    margin-right: 30px;
}
.proCnt_lst li .img {
    text-align: center;
    border: solid 1px #00A8A9;
}
.proCnt_lst li .img 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;
    height: 130px;
}
.proCnt_lst li .img source,
.proCnt_lst li .img img {
    width: 100%;
    height: auto;
    max-width: 380px;
}
.proCnt_lst li .btn {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.2;
}
.proCnt_lst li .btn a {
    color: #008486;
    text-decoration: underline;
    position: relative;
    padding-left: 1em;
}
.proCnt_lst li .btn a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.proCnt_lst li .mds{
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
    position: relative;
    padding-left: 24px;
}
.proCnt_lst li .mds:before {
    content: '';
    display: block;
    width: 18px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../svg/select_arw.svg) no-repeat center;
    background-size: 100% auto;
}
.proCnt_lst li .txt{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}
.proCnt_add {
    margin-top: 55px;
}
.proCnt_add li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
    position: relative;
    padding-left: 1em;
}
.proCnt_add li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.proCnt_add li:last-child {
    margin-bottom: 0;
}
.proCnt_txt {
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.5;
}
.car_cv_wrap {
    background: #008586;
    padding: 44px 0 50px;
}
.cv_txt {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
}
.cv_txt span {
    display: inline-block;
    position: relative;
    padding: 0 80px;
}
.cv_txt span::before,
.cv_txt span::after {
    position: absolute;
    width: 21px;
    height: 40px;
    content: "";
    bottom: -6px;
}
.cv_txt span::before {
    background: url(../img/car_line_right.png) no-repeat;
    left: 0;
}
.cv_txt span::after {
    background: url(../img/car_line_left.png) no-repeat;
    right: 0;
}
.c-btn.is-imgbtn a {
    height: 86px;
    background: #FFF09D url(../img/car_btn_img01.jpg) no-repeat center right;
}
.pro_cv_wrap {
    max-width: 1420px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 95px 40px 120px;
}
.pro_txt {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}
.pro_cv_btn a {
    height: 86px;
    background: #0074B0;
}
.proAdd_wrap{
    max-width: 1420px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px 60px;
}
.proAdd_wrap .txt{
    font-size: 14px;
    line-height: 1.5;
}
.c-s-sp {
    display: none;
}
@media screen and (min-width: 896px) and (max-width:1230px) {
    .pagelnk_lst li {
        margin-right: 1.4vw;
        font-size: 1.3vw;
    }
}
@media (min-width: 896px) {
    .c-btn.is-imgbtn a:hover {
        opacity: .8;
        background: #FFF09D url(../img/car_btn_img01.jpg) no-repeat center right;
        color: #008486;
    }
    .c-btn.is-imgbtn a:hover span:before {
        background: url(../svg/arrow_right_tri.svg) no-repeat center;
        background-size: 100% auto;
    }
    .pro_cv_btn a:hover {
        color: #0074B0;
        border: 1px solid #0074B0;
    }
    .pro_cv_btn a:hover span:before {
        background: url(../svg/arrow_right_tri_blu.svg) no-repeat center;
        background-size: 100% auto;
    }
    .proCnt_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .proCnt_lst li:nth-child(3n) {
        margin-right: 0;
    }
    .proCnt_lst li .mds{
        font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
    }
    .proCnt_lst li .btn a:hover {
        text-decoration: none;
    }
    .proCnt_lst li .img a:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 896px) {
    .pagemv_wrap {
        margin-bottom: 18px;
    }
    .page_mv_ttl {
        font-size: 22px;
        line-height: 1.5;
        text-align: left;
    }
    .page_mv_ttl span {
        padding-left: 65px;
    }
    .page_mv_ttl span::before {
        width: 48px;
        height: 22px;
        margin-top: -11px;
    }
    .pagelnk_wrap {
        padding: 0 15px;
        margin-bottom: 56px;
    }
    .pagelnk_lst {
        display: block;
    }
    .pagelnk_lst li {
        margin: 0 0 12px;
        font-size: 14px;
        line-height: 1.2;
    }
    .pagelnk_lst li:last-child {
        margin: 0;
    }
    .pagelnk_lst li a {
        padding-left: 26px;
    }
    .pagelnk_lst li a:before {
        width: 12px;
        height: 8px;
        margin-top: -4px;
    }
    .proCnt_wrap {
        padding: 0 15px;
    }
    .proCnt_in {
        padding: 82px 0 50px;
    }
    .page_ttl {
        font-size: 26px;
    }
    .page_txt {
        font-size: 16px;
        text-align: left;
        line-height: 1.6;
        padding-top: 18px;
    }
    .proCnt_lst {
        margin-top: 26px;
    }
    .proCnt_lst li {
        width: 100%;
        margin-top: 32px;
        margin-right: 0;
    }
    .proCnt_lst li:first-child {
        margin-top: 0;
    }
    .proCnt_lst li .img a {
        height: 118px;
    }
    .proCnt_lst li .img source,
    .proCnt_lst li .img img {
        max-width: 315px;
    }
    .proCnt_lst li .btn {
        margin-top: 14px;
    }
    .proCnt_lst li .mds{
        font-size: 16px;
        line-height: 1.6;
        margin-top: 20px;
        padding-left: 24px;
    }
    .proCnt_lst li .mds:before {
        top: 3px;
    }
    .proCnt_lst li .txt{
        margin-top: 12px;
    }
    .proCnt_add {
        margin-top: 50px;
    }
    .proCnt_add li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 14px;
    }
    .proCnt_txt {
        margin-top: 40px;
        font-size: 12px;
        line-height: 1.8;
    }
    .car_cv_wrap {
        background: #008586;
        padding: 44px 0 50px;
    }
    .car_cv_wrap {
        padding: 25px 15px;
    }
    .car_cv_wrap .c-btn {
        max-width: 345px;
        margin: 0 auto;
    }
    .cv_txt {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .cv_txt span {
        padding: 0 45px;
    }
    .cv_txt span::before,
    .cv_txt span::after {
        width: 24px;
        height: 50px;
        bottom: 0;
    }
    .cv_txt span::after {
        background: url(../img/sp/car_line_left.png) no-repeat 0 0 / 100% auto;
    }
    .cv_txt span::before {
        background: url(../img/sp/car_line_right.png) no-repeat 0 0 / 100% auto;
    }
    .c-btn.ver2.is-imgbtn a {
        background: #FFF09D url(../img/sp/car_btn_img01.png) no-repeat center right / 92px auto;
        height: 75px;
        line-height: 1.4;
    }
    .pro_cv_wrap {
        padding: 65px 15px 144px;
    }
    .pro_txt {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 20px;
        font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
    }
    .pro_cv_btn {
        max-width: 345px;
        margin: 0 auto;
    }
    .pro_cv_btn a {
        height: 75px;
        padding: 0 15px;
    }
    .proAdd_wrap{
        padding: 0 15px 30px;
    }
    .proAdd_wrap .txt{
        font-size: 13px;
    }
}
@media only screen and (max-width: 374px) {
    .pro_txt {
        font-size: 18px;
    }
    .cv_txt {
        font-size: 15px;
    }
    .c-s-sp {
        display: block;
    }
}