@charset "UTF-8";
/*
Theme Name: template
Author: Catwork Co., Ltd.
*/

/* service-single
------------------------------------------------------------------------*/

/* key ------*/
	.service-single .key .inner .text01{
		display: inline-block;
		height: 75px;
		background: url("../img/service/key_text01.png")left top no-repeat;
		padding: 50px 0 0 324px;
		box-sizing: border-box;
		line-height: 1;
	}
@media screen and (max-width: 768px){
	.service-single .key .inner .text01{
		height: 37px;
		background: url("../img/service/key_text01_sp.png")left top no-repeat;
		padding: 22px 0 0 182px;
	}
}


/* cont01 ------*/
	
	.service-single .cont01{
		width: 1000px;
		margin: 0 auto 80px;
	}

@media screen and (max-width: 1000px){
	.service-single .cont01{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont01{
		margin: 0 auto 40px;
	}
}

	.service-single .cont01 .cont{
		margin-top: 80px;
		display: flex;
	}
	.service-single .cont01 .cont .text_box{
		width: 50%;
		padding-left: 35px;
		box-sizing: border-box;
	}
	.service-single .cont01 .cont .text_box h3{
		font-size: 24px;
		color: #014195;
		margin-bottom: 35px;
	}
	.service-single .cont01 .cont .text_box .text{
		font-size: 16px;
		line-height: 2;
	}
	.service-single .cont01 .cont .text_box ul.tag{
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		margin-bottom: 14px;
	}
	.service-single .cont01 .cont .text_box ul.tag li{
		font-size: 16px;
		color: #014195;
		font-weight: bold;
		background: #c7d4ee;
		min-width: 80px;
		padding: 4px 10px 2px;
		text-align: center;
		box-sizing: border-box;
	}
	.service-single .cont01 .cont .text_box ul.detail{
		margin-top: 25px;
	}
	.service-single .cont01 .cont .text_box ul.detail li{
		font-size: 14px;
		line-height: 1.857;
		font-weight: bold;
	}
	.service-single .cont01 .cont .text_box ul.detail li span{
		color: #014195;
		font-weight: bold;
	}
	.service-single .cont01 .cont .text_box ul.detail li span::before{
		content: "■";
		margin-right: 5px;
	}
	.service-single .cont01 .cont .text_box ul.detail li span::after{
		content: ":";
		margin: 0 5px;
	}


@media screen and (max-width: 1040px){
	.service-single .cont01 .cont{
		justify-content: center;
	}
	.service-single .cont01 .cont .img{
		width: 40%;
	}
	.service-single .cont01 .cont .img img{
		width: 100%;
	}
	.service-single .cont01 .cont .text_box{
		padding-left: 25px;
		width: 60%;
	}
	.service-single .cont01 .cont .text_box h3{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.service-single .cont01 .cont .text_box .text{
		font-size: 15px;
		line-height: 1.9;
	}
	.service-single .cont01 .cont .text_box ul.tag li{
		min-width: 60px;
		font-size: 14px;
	}
	.service-single .cont01 .cont .text_box ul.detail{
		margin-top: 20px;
	}

}
@media screen and (max-width: 768px){
	.service-single .cont01 .cont{
		margin-top: 40px;
	}
	.service-single .cont01 .cont .text_box h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.service-single .cont01 .cont .text_box .text{
		font-size: 14px;
		line-height: 1.8;
	}
	.service-single .cont01 .cont .text_box ul.tag li{
		font-size: 12px;
	}
	.service-single .cont01 .cont .text_box ul.detail{
		margin-top: 15px;
	}
	.service-single .cont01 .cont .text_box ul.detail li{
		font-size: 12px;
	}
}
@media screen and (max-width: 645px){
	.service-single .cont01 .cont{
		display: block;
	}
	.service-single .cont01 .cont .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.service-single .cont01 .cont .text_box{
		width: 100%;
		padding: 0;
	}
}


/* cont02 ------*/
	.service-single .cont02{
		margin-bottom: 120px;
	}
@media screen and (max-width: 768px){
	.service-single .cont02{
		margin-bottom: 80px;
	}
}
.service-single .cont02 .video.mp4{
		position: relative;
		max-width: 800px !important;
		max-height: 450px !important;
	}
	.service-single .cont02 .video.mp4 video{
		width: 100%;
		height: auto;
	}
	.service-single .cont02 .video.mp4 .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
	/* .service-single .cont02 .video.mp4 .play-btn.playActive {
        display: none;
    } */
    /* .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
        background: none!important;
    } */
	
@media screen and (max-width: 840px){
	.service-single .cont02 .video.mp4 div{
		width: 100% !important;
	}
    .service-single .cont02 .video.mp4 .play-btn {
        width: 60px;
        height: 60px;
    }
	
}
@media screen and (max-width: 440px){
	.service-single .cont02 .video.mp4 .play-btn {
        width: 40px;
        height: 40px;
    }
}


/* cont03 ------*/
	.service-single .cont03{
		max-width: 100%;
		overflow-x: hidden;
		background: url("../img/service/bg02.png")center top 4px;
		position: relative;
	}
	.service-single .cont03::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("../img/service/bg01.png")no-repeat;
		width: 1800px;
		height: 563px;
	}

	.service-single .cont03 .inner{
		padding: 100px 20px 120px;
		box-sizing: border-box;
		z-index: 10;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.service-single .cont03 .inner{
		padding: 80px 20px 100px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont03 .inner{
		padding: 60px 20px 80px;
	}
}

	.service-single .cont03 .inner h2{
		font-size: 36px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		margin-bottom: 85px;
	}
@media screen and (max-width: 1024px){
	.service-single .cont03 .inner h2{
		font-size: 28px;
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont03 .inner h2{
		font-size: 20px;
		margin-bottom: 35px;
	}
}

	.service-single .cont03 .cont_box{
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 20px 0;
	}
	.service-single .cont03 .cont_box .cont{
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.service-single .cont03 .cont_box .cont:nth-of-type(even){
		flex-direction: row-reverse;
	}
	.service-single .cont03 .cont_box .cont .text_set{
		width: 56%;
	}
	.service-single .cont03 .cont_box .cont .text_set h3{
		font-size: 20px;
		color: #014195;
		padding-bottom: 10px;
	}
	.service-single .cont03 .cont_box .cont .text_set p{
		font-size: 16px;
		line-height: 2;
	}
@media screen and (max-width: 1000px){
	.service-single .cont03 .cont_box{
		width: 100%;
	}
	.service-single .cont03 .cont_box .cont{
		justify-content: center;
		gap: 20px;
	}
}
@media screen and (max-width: 980px){
	.service-single .cont03 .cont_box .cont .img{
		width: 40%;
	}
}
@media screen and (max-width: 950px){
	.service-single .cont03 .cont_box .cont .text_set h3{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont03 .cont_box .cont{
		display: block;
		padding: 20px;
	}
	.service-single .cont03 .cont_box .cont .img{
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	.service-single .cont03 .cont_box .cont .text_set{
		width: 100%;
	}
	.service-single .cont03 .cont_box .cont .text_set h3{
		font-size: 16px;
		padding-bottom: 8px;
	}
	.service-single .cont03 .cont_box .cont .text_set p{
		font-size: 14px;
	}
}


/* cont04 ------*/
	.service-single .cont04{
		width: 1200px;
		margin: 120px auto;
	}
@media screen and (max-width: 1200px){
	.service-single .cont04{
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		margin: 100px auto;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont04{
		margin: 70px auto;
	}
}

	.service-single .cont04 h2{
		margin-bottom: 95px;
		font-size: 36px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	.service-single .cont04 h2::before{
		content: "RECOMMEND";
		font-size: 16px;
		color: #014195;
		font-weight: bold;
		letter-spacing: 2px;
		position: absolute;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
	}
@media screen and (max-width: 1024px){
	.service-single .cont04 h2{
		font-size: 28px;
		margin-bottom: 75px;
	}
	.service-single .cont04 h2::before{
		font-size: 14px;
		top: 50px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont04 h2{
		font-size: 20px;
		margin-bottom: 55px;
	}
	.service-single .cont04 h2::before{
		font-size: 12px;
		top: 35px;
	}
}	

	.service-single .cont04 .box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 37px;
	}
	.service-single .cont04 .box .cont {
		box-sizing: border-box;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		width: 375px;
		background: #fff;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		position: relative;
	}
	.service-single .cont04 .box .cont .text-box {
		padding: 30px 35px;
		padding-right: 30px;
	}
	.service-single .cont04 .box .cont h3 {
		color: #014195;
		font-size: 22px;
		line-height: 1.2;
		padding-bottom: 10px;
	}
	.service-single .cont04 .box .cont .cate {
		display: inline-block;
		padding: 6px 20px 5px;
		font-size: 14px;
		color: #fff;
		background: #014195;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	.service-single .cont04 .box .cont .text {
		font-size: 16px;
		line-height: 1.875;
	}
	.service-single .cont04 .box .cont .more {
		font-size: 14px;
		font-weight: bold;
		color: #014195;
		margin-top: 10px;
		margin-right: 30px;
		text-align: right;
		position: relative;
	}
	.service-single .cont04 .box .cont .more::before,
	.service-single .cont04 .box .cont .more::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.service-single .cont04 .box .cont .more::before {
		top: 1px;
		right: -23px;
		width: 13px;
		height: 2px;
		background: #014195;
	}
	.service-single .cont04 .box .cont .more::after {
		right: -23px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #014195;
		border-right: 2px solid #014195;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

@media screen and (max-width: 1200px){
	.service-single .cont04 .box {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(375px, 375px));
		gap: 30px;
		justify-content: center;		
	}
}
@media screen and (max-width: 840px){
	.service-single .cont04 .box .cont {
		width: 300px;
		height: auto;
	}
	.service-single .cont04 .box {
		grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
	}
	.service-single .cont04 .box .cont .text-box {
		padding: 20px 25px;
	}
	.service-single .cont04 .box .cont h3 {
		font-size: 18px;
	}
	.service-single .cont04 .box .cont .cate {
		padding: 5px 15px 4px;
		font-size: 12px;
		top: 10px;
		left: 10px;
	}
	.service-single .cont04 .box .cont .text {
		font-size: 14px;
	}
	.service-single .cont04 .box .cont .more {
		font-size: 12px;
	}
	.service-single .cont04 .box .cont .more::before {
		top: 0px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont04 .box .cont {
		width: 230px;
	}
	.service-single .cont04 .box {
		grid-template-columns: repeat(auto-fit, minmax(230px, 230px));
		gap: 20px;
	}
	.service-single .cont04 .box .cont .text-box {
		padding: 18px 15px 15px;
	}
	.service-single .cont04 .box .cont h3 {
		font-size: 14px;
	}
	.service-single .cont04 .box .cont .cate {
		padding: 5px 10px 4px;
		font-size: 10px;
		top: 8px;
		left: 8px;
	}
	.service-single .cont04 .box .cont .text {
		font-size: 12px;
		line-height: 1.7;
	}
	.service-single .cont04 .box .cont .more {
		margin-right: 20px;
		font-size: 10px;
	}
	.service-single .cont04 .box .cont .more::before{
		right: -20px;
		width: 10px;
		height: 1px;
	}
	.service-single .cont04 .box .cont .more::after {
		right: -20px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #014195;
		border-right: 1px solid #014195;
	}
}
@media screen and (max-width: 545px){
	.service-single .cont04 .box .cont {
		width: 80%;
	}
	.service-single .cont04 .box {
		display: flex;
	}
}


/* cont05 ------*/
	.service-single .cont05{
		max-width: 100%;
		height: 860px;
		background: url("../img/home/bg02.png")center center /cover no-repeat;
		overflow-x: hidden;
	}
@media screen and (max-width: 1024px){
	.service-single .cont05{
		height: auto;
	}
}

	.service-single .cont05 .inner{
		padding: 80px 0 0;
		box-sizing: border-box;
		position: relative;
	}
@media screen and (max-width: 1024px){
	.service-single .cont05 .inner{
		padding: 80px 20px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner{
		padding: 60px 20px;
	}
}

	.service-single .cont05 .inner h2{
		width: 100%;
		background: url("../img/home/text09.png")left bottom no-repeat;
		padding: 0 0 40px;
		font-size: 46px;
		font-weight: bold;
		line-height: 1;
		margin-left: 20px;
	}
	.service-single .cont05 .inner h2 span{
		display: inline-block;
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 18px;
		color: #014195;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}
@media screen and (max-width: 1024px){
	.service-single .cont05 .inner h2{
		background: url("../img/home/text09.png")left bottom no-repeat;
		background-size: 59px;
		padding: 0 0 35px;
		font-size: 38px;
		margin-left: 0;
	}
	.service-single .cont05 .inner h2 span{
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 16px;
		font-size: 18px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner h2{
		background: url("../img/home/text09.png")left bottom no-repeat;
		background-size: 44px;
		padding: 0 0 32px;
		font-size: 26px;
		margin-left: 0;
	}
	.service-single .cont05 .inner h2 span{
		background: url("../img/home/line01.png")left bottom no-repeat;
		padding-bottom: 14px;
		font-size: 14px;
		margin-bottom: 12px;
	}
}

	.service-single .cont05 .inner .button a{
		position: absolute;
		top: 150px;
		right: 20px;
		display: block;
		width: 375px;
		background: #014195 url("../img/common/arrow02.png")right 30px center no-repeat;
		padding: 17px 0;
		border-radius: 30px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.service-single .cont05 .inner .button a:hover{
		background: #fff url("../img/common/arrow01.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .button a{
		position: absolute;
		top: 110px;
		right: 20px;
		display: block;
		width: 200px;
		background: #014195 url("../img/common/arrow02.png")right 15px center no-repeat;
		background-size: 30px;
		padding: 15px 0 15px 40px;
		box-sizing: border-box;
		border-radius: 30px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		transition: all .5s;
	}
}

	.service-single .cont05 .inner .example_box{
		width: 100%;
		margin: 35px auto 0;
		position: relative;
	}

	.service-single .cont05 .inner .example_box .prev-arrow{
		top: 50%;
		left: -20px;
		transform: translateY(-50%);
	}
	.service-single .cont05 .inner .example_box .next-arrow{
		top: 50%;
		right: -20px;
		left: auto;
		transform: translateY(-50%);
	}
@media screen and (max-width: 1280px){
	.service-single .cont05 .inner .example_box .prev-arrow{
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
	.service-single .cont05 .inner .example_box .next-arrow{
		top: 50%;
		right: 20px;
		left: auto;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .example_box .prev-arrow{
		top: 195px;
		left: 10px;
		width: 60px;
	}
	.service-single .cont05 .inner .example_box .next-arrow{
		top: 195px;
		right: 10px;
		left: auto;
		width: 60px;
	}
}

	.service-single .cont05 .inner .example_box .cont{
		display: flex;
		flex-direction: column;
		width: 375px;
		background: #fff;
		padding-bottom: 28px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		margin: 20px 19px;
		position: relative;
	}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .example_box .cont{
		display: flex;
		flex-direction: column;
		width: 300px;
		background: #fff;
		padding-bottom: 28px;
		box-shadow: 0 0 15px rgba(0,0,0,0.1);
		margin: 15px;
		position: relative;
	}
}

	.service-single .cont05 .inner .example_box .cont h3{
		padding: 0 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 20px;
		line-height: 1;
		margin-top: 34px;
		order: 2;
	}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .example_box .cont h3{
		padding: 0 30px;
		font-size: 18px;
		line-height: 1;
		margin-top: 30px;
	}
}

	.service-single .cont05 .inner .example_box .cont .img{
		order: 1;
	}
	.service-single .cont05 .inner .example_box .cont .img img{
		width: 375px;
		height: 250px;
	}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .example_box .cont .img img{
		width: 300px;
		height: 200px;
	}
}

	.service-single .cont05 .inner .example_box .cont .cate{
		position: absolute;
		top: 15px;
		left: 15px;
		background: #014195;
		padding: 8px 19px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
	}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .example_box .cont .cate{
		position: absolute;
		top: 15px;
		left: 15px;
		background: #014195;
		padding: 6px 15px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
	}
}

	.service-single .cont05 .inner .example_box .cont .text01{
		padding: 0 40px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		line-height: 1.875;
		margin-top: 16px;
		order: 3;
	}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .example_box .cont .text01{
		padding: 0 30px;
		font-size: 14px;
		line-height: 1.875;
		margin-top: 14px;
	}
}

	.service-single .cont05 .inner .example_box .cont .text02{
		background: url("../img/home/arrow03.png")right center no-repeat;
		padding-right: 23px;
		color: #014195;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
		line-height: 1;
		margin: 8px 40px 0 0;
		order: 4;
	}
@media screen and (max-width: 768px){
	.service-single .cont05 .inner .example_box .cont .text02{
		margin: 10px 30px 0 0;
	}
}


/* cont06 ------*/
	.service-single .cont06{
		background: url("../img/service/bg03.png");
		padding: 100px 0 120px;
		box-sizing: border-box;
	}
	.service-single .cont06 .inner{
		width: 1000px;
		margin: 0 auto;
	}
@media screen and (max-width: 1000px){
	.service-single .cont06 .inner{
		width: 100%;
	}
}
@media screen and (max-width: 950px){
	.service-single .cont06{
		padding: 80px 20px 100px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont06{
		padding: 60px 20px 80px;
	}
}	

	.service-single .cont06 h2{
		background: url("../img/service/text04.png")left 100px top 6px no-repeat;
		padding: 0 0 10px;
		font-size: 26px;
		font-weight: bold;
		line-height: 1;
	}
	.service-single .cont06 .box{
		background: #fff;
		margin-top: 20px;
		padding: 30px 60px 30px 170px;
		box-sizing: border-box;
		border-top: 1px solid #014195;
		border-bottom: 1px solid #014195;
		position: relative;
	}
	.service-single .cont06 .box::before{
		content: "";
		background: url("../img/service/text05.png")no-repeat center / cover;
		width: 52px;
		height: 78px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 56px;
	}
	.service-single .cont06 .box:nth-of-type(2)::before{
		background: url("../img/service/text06.png")no-repeat center / cover;
		width: 58px;
	}
	.service-single .cont06 .box:nth-of-type(3)::before{
		background: url("../img/service/text07.png")no-repeat center / cover;
		width: 58px;
	}

	.service-single .cont06 .box h3{
		color: #014195;
		font-size: 20px;
		background: url("../img/service/line01.png")left bottom no-repeat;
		padding-bottom: 15px;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.service-single .cont06 .box p{
		font-size: 16px;
		line-height: 2;
	}

@media screen and (max-width: 950px){
	.service-single .cont06 h2{
		font-size: 20px;
		background: url("../img/service/text04.png")left 80px top 6px no-repeat;
		background-size: 60px;
	}
	.service-single .cont06 .box{
		padding: 30px 30px 30px 150px;
	}
	.service-single .cont06 .box::before{
		left: 40px;
	}
	.service-single .cont06 .box h3{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont06 h2{
		background: url("../img/service/text04.png") left 80px top 6px no-repeat;
		background-size: 40px;
		padding: 0;
		margin-bottom: -5px;
	}
	.service-single .cont06 .box{
		padding: 30px 30px 30px 100px;
	}
	.service-single .cont06 .box::before{
		width: 34px;
		height: 50px;
		left: 32px;
	}
	.service-single .cont06 .box:nth-of-type(2)::before,
	.service-single .cont06 .box:nth-of-type(3)::before{
		width: 37px;
	}
	.service-single .cont06 .box h3{
		font-size: 16px;
	}
	.service-single .cont06 .box p{
		font-size: 14px;
		line-height: 1.875;
	}
}
@media screen and (max-width: 480px){
	.service-single .cont06 .box{
		padding: 25px;
	}
	.service-single .cont06 .box h3{
		margin-left: 40px;
		padding-left: 5px;
		position: relative;
	}
	.service-single .cont06 .box h3::before{
		content: "";
		background: url("../img/service/text05.png")no-repeat center / cover;
		width: 24px;
		height: 35px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -40px;
	}
	.service-single .cont06 .box:nth-of-type(2) h3::before{
		background: url("../img/service/text06.png")no-repeat center / cover;
		width: 26px;
	}
	.service-single .cont06 .box:nth-of-type(3) h3::before{
		background: url("../img/service/text07.png")no-repeat center / cover;
		width: 26px;
	}
	
	.service-single .cont06 .box::before{
		display: none;
	}
}


/* cont07 ------*/
	.service-single .cont07{
		background: #f1f8fd;
		padding: 120px 0;
		box-sizing: border-box;
	}
	.service-single .cont07 .inner{
		width: 1000px;
		margin: 0 auto;
	}
@media screen and (max-width: 1000px){
	.service-single .cont07{
		padding: 100px 0;
	}
	.service-single .cont07 .inner{
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont07{
		padding: 70px 0;
	}
}

	.service-single .cont07 .inner h2{
		font-size: 36px;
		line-height: 1;
		text-align: center;
	}
	.service-single .cont07 .inner .text01{
		font-size: 16px;
		line-height: 2;
		text-align: center;
		margin: 35px 0;
	}
@media screen and (max-width: 1024px){
	.service-single .cont07 .inner h2{
		font-size: 28px;
	}
	.service-single .cont07 .inner .text01{
		margin: 25px 0 30px;
	}
}
@media screen and (max-width: 768px){
	.service-single .cont07 .inner h2{
		font-size: 20px;
	}
	.service-single .cont07 .inner .text01{
		font-size: 14px;
		margin: 20px 0 25px;
	}
}

	.service-single .cont07 .inner table{
		width: 100%;
	}
	.service-single .cont07 .inner table tr th:nth-of-type(1) {
		background: #c7d4ee;
    }
	.service-single .cont07 .inner table tr th{
		height: 50px;
		color: #014195;
		background: #fff;
		font-weight: bold;
		border-top: 3px solid #f1f8fd;
		text-align: left;
		padding-left: 20px;
		box-sizing: border-box;
		vertical-align: middle;
	}
	.service-single .cont07 .inner table tr td{
		height: 50px;
		background: #fff;
		font-weight: bold;
		border-top: 3px solid #f1f8fd;
		border-left: 3px solid #f1f8fd;
		text-align: center;
		vertical-align: middle;
	}
	.service-single .cont07 .inner table tr:first-of-type th{
		color: #fff;
		background: #014195;
		text-align: center;
		border-top: none;
		border-left: 3px solid #f1f8fd;
		padding-left: 0;
	}
	.service-single .cont07 .inner table tr:first-of-type th:first-of-type{
		text-align: left;
		border-left: none;
		padding-left: 20px;
	}
	.service-single .cont07 .inner table tr th:first-of-type{
		width: 228px;
	}
	@media screen and (max-width: 1024px){
		.service-single .cont07 .inner table{
			font-size: 14px;
		}
		.service-single .cont07 .inner table tr th:first-of-type{
			width: 210px;
		}
	}
	@media screen and (max-width: 860px){
		.service-single .cont07 .inner{
			overflow-x: scroll;
		}
		.service-single .cont07 .inner table{
			width: 800px;
			white-space: nowrap;
		}
	}