@charset "UTF-8";
.c-cnt {
    padding-bottom: 50px;
    margin-bottom: 60px;
}
.c-cnt:last-child {
    margin-bottom: 0;
}
.c-ttl_wrap {
    margin-bottom: 0;
}
.c-ttl {
    font-size: 100px;
    margin-bottom: 0;
}
.c-ttl span {
    font-size: 150px;
}
.c-lnk_warp {
    margin-bottom: 0;
}
.c-cnt.ver2 {
    padding-bottom: 0;
}
.c-cnt.ver2:before {
    content: none;
}
.c-cnt.ver4,
.c-cnt.ver5 {
    padding-bottom: 40px;
}
.c-cnt.ver4:before {
    bottom: auto;
    top: 90px;
    left: 0;
    border-radius: 0 6px 6px 0;
    width: -webkit-calc(100% - 84px);
    width: calc(100% - 84px);
    height: 640px;
}
.c-cnt.ver4:after {
    content: '';
    right: 0;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    border-radius: 6px 0 0 6px;
}
.c-cnt.ver5:before {
    bottom: auto;
    top: 80px;
    right: 0;
    border-radius: 6px 0 0 6px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 640px;
}
.c-cnt.ver5:after {
    content: '';
    left: 0;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    border-radius: 0 6px 6px 0;
}
.c-cnt.ver5.is-hgt2:after {
    height: 220px;
}
.c-cnt.ver6:before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    width: 100%;
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
}
.c-cnt.ver7:before {
    bottom: auto;
    top: 90px;
    right: 0;
    border-radius: 0 6px 6px 0;
    width: -webkit-calc(1000px + (100% - 1000px) / 2);
    width: calc(1000px + (100% - 1000px) / 2);
    height: 454px;
}
.service03 .c-cnt.ver7:before {
    bottom: auto;
    top: 90px;
    right: 0;
    border-radius: 0 6px 6px 0;
    width: -webkit-calc(1000px + (100% - 1000px) / 2);
    width: calc(1000px + (100% - 1000px) / 2);
    height: 580px;
}
.service09 .c-cnt.ver7:before {
    bottom: auto;
    top: 90px;
    right: 0;
    border-radius: 0 6px 6px 0;
    width: -webkit-calc(1000px + (100% - 1000px) / 2);
    width: calc(1000px + (100% - 1000px) / 2);
    height: 580px;
}
.c-cnt.ver7:after {
    content: '';
    left: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    border-radius: 0 6px 6px 0;
}
.c-cnt.ver7.is-hgt2:after {
    height: 195px;
}
@media all and (-ms-high-contrast: none) {
    .c-cnt.ver4:before {
        top: 70px;
    }
    .c-cnt.ver5:before {
        top: 54px;
    }
    .c-cnt.ver6:before {
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
    }
    .c-cnt.ver7:before {
        top: 80px;
    }
}
.svCnt_warp {
    width: 1000px;
    margin: 0 auto;
}
.svCnt_warp.ver2 {
    width: 100%;
}
.svCnt_read {
    padding-top: 30px;
    margin-bottom: 40px;
}
.svCnt_read.right {
    text-align: right;
    margin-right: -115px;
    margin-bottom: 90px;
}
.svCnt_read.center {
    text-align: center;
}
.svCnt_read .ttl {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.svCnt_read .ttl:only-child {
    margin-bottom: 0;
}
.svCnt_lst {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.svCnt_lst li {
    color: #fff;
    text-align: center;
}
.svCnt_lst img {
    border-radius: 6px;
}
.svCnt_lst .txt {
    padding-top: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.svCnt_lst .txt span {
    font-size: 14px;
    font-weight: bold;
}
.svCnt_graph {
    background: #fff;
    padding: 20px 0;
    border-radius: 10px;
    text-align: center;
}
.svCnt_lst.ver2 li {
    text-align: left;
    width: 270px;
    min-width: auto;
}
.svCnt_lst.ver2 .txt {
    padding-top: 14px;
    font-size: 18px;
}
.svCnt_lst.ver2 .txt span {
    font-size: 14px;
    font-weight: bold;
}
@media (min-width: 896px) {
    .c-main {
        width: 1200px;
    }
    .c-cnt.ver5:before {
        height: 500px;
    }
    body.service10 .svCnt_lst.ver2 ,
    body.service08 .svCnt_lst.ver2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .svCnt_lst li {
        min-width: 307px;
    }
    .svCnt_lst.ver2 li {
        margin: 0 40px 0 0;
    }
    .svCnt_lst.ver2 li:last-child {
        margin: 0 0 0 0;
    }
}
@media only screen and (max-width: 896px) {
    .c-cnt {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    .c-ttl {
        font-size: 45px;
        line-height: .9;
        margin-bottom: 0;
    }
    .c-ttl span {
        font-size: 70px;
    }
    .c-cnt.ver4,
    .c-cnt.ver5 {
        padding-bottom: 30px;
    }
    .c-cnt.ver4:before {
        top: auto;
        bottom: 0;
        left: 0;
        border-radius: 0 5px 5px 0;
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
        height: -webkit-calc(100% - 35px);
        height: calc(100% - 35px);
    }
    .c-cnt.ver4:after,
    .c-cnt.ver5:after {
        content: none;
    }
    .c-cnt.ver5:before {
        top: auto;
        bottom: 0;
        right: 0;
        border-radius: 5px 0 0 5px;
        width: -webkit-calc(100% - 45px);
        width: calc(100% - 45px);
        height: -webkit-calc(100% - 35px);
        height: calc(100% - 35px);
    }
    .c-cnt.ver6 {
        padding-bottom: 30px;
    }
    .c-cnt.ver6:before {
        height: -webkit-calc(100% - 35px);
        height: calc(100% - 35px);
    }
    .c-cnt.ver7 {
        padding-bottom: 0;
    }
    .c-cnt.ver7:before {
        top: auto;
        bottom: 0;
        right: 0;
        border-radius: 0;
        width: 100%;
        height: -webkit-calc(100% - 35px);
        height: calc(100% - 35px);
    }
    .c-cnt.ver7:after {
        content: none;
    }
    .svCnt_warp {
        width: 100%;
    }
    .svCnt_read {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .svCnt_read.is-ver2 {
        padding: 20px 20px 0 20px;
    }
    .svCnt_read.right {
        font-size: 23px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .svCnt_read.center {
        text-align: left;
    }
    .svCnt_read .ttl {
        font-size: 30px;
    }
    .svCnt_read.right .ttl {
        font-size: 23px;
    }
    .svCnt_read .txt {
        line-height: 1.7;
    }
    .svCnt_lst li {
        width: 100%;
        background: #e78000;
        border-radius: 5px;
        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;
        overflow: hidden;
        margin-bottom: 20px;
    }
    /*
    .svCnt_lst li:last-child {
        margin-bottom: 0;
    }
    */
    .svCnt_lst img {
        border-radius: 0;
    }
    .svCnt_lst .txt {
        font-size: 14px;
        padding-top: 0;
        line-height: 1.5;
        width: -webkit-calc(100% - 130px);
        width: calc(100% - 130px);
        padding: 0 10px;
        box-sizing: border-box;
    }
    .svCnt_lst .txt span {
        font-size: 12px;
    }
    .svCnt_graph {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }
    .svCnt_graph img {
        width: 100%;
        height: auto;
        max-width: 326px;
    }
    .svCnt_lst.ver2 {
        position: relative;
    }
    .svCnt_lst.ver2:after {
        content: '';
        display: block;
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        height: -webkit-calc(100% - 80px);
        height: calc(100% - 80px);
        position: absolute;
        bottom: 0;
        left: -20px;
        z-index: 1;
        background: #e78000;
    }
    .svCnt_lst.ver2 li{
        width: 48%;
        display: block;
        background: transparent;
        text-align: left;
        position: relative;
        z-index: 2;
    }
    .svCnt_lst.ver2 .txt {
        width: 100% ;
        padding: 14px 0 0 0;
        font-size: 13px;
    }
    .svCnt_lst.ver2 .txt span {
        font-size: 12px;
    }
    .svCnt_lst.ver2 img {
        border-radius: 5px;
        width: 100%;
        height: auto;
    }
    .c-cnt.ver5 .c-sb {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 360px) {
    .c-ttl {
        font-size: 40px;
    }
    .c-ttl span {
        font-size: 70px;
    }
    .svCnt_lst .txt span {
        font-size: 13px;
    }
    .svCnt_lst .txt {
        font-size: 10px;
    }
}
.btn_service_03 {
    width: 250px;
    margin: 50px auto 50px;
    padding: 20px 0;
    font-size: 14px;
    /* font-size: 1.2rem; */
    font-weight: 700;
    display: block;
    border: solid 2px #170e09;
    text-align: center;
    line-height: 1.2;
/*    letter-spacing: .2em;*/
}
.btn_service_03:hover{
	color: #fff;
    background: #e78000;
	text-decoration: none;
	border: solid 2px #e78000;
}
.btn_service_09 {
    width: 250px;
    margin: 50px auto 50px;
    padding: 20px 0;
    font-size: 14px;
    /* font-size: 1.2rem; */
    font-weight: 700;
    display: block;
    border: solid 2px #170e09;
    text-align: center;
    line-height: 1.2;
/*    letter-spacing: .2em;*/
}
.btn_service_09:hover{
	color: #fff;
    background: #e78000;
	text-decoration: none;
	border: solid 2px #e78000;
}