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

/* service-archive
------------------------------------------------------------------------*/

/* key ------*/
	.service-archive .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-archive .key .inner .text01{
		height: 37px;
		background: url("../img/service/key_text01_sp.png")left top no-repeat;
		padding: 22px 0 0 182px;
	}
}

    .service-archive section {
        overflow: hidden;
    }

	
/* cont01 ------*/
	.service-archive .cont01{
		margin-top: 100px;
		padding: 120px 0 150px;
		box-sizing: border-box;
	}

@media screen and (max-width: 1040px){
	.service-archive .cont01{
		padding: 100px 0;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont01{
		margin-top: 70px;
		padding: 60px 0 70px;
	}
}

	.service-archive .cont01 h2{
		margin: 0 auto;
		width: 1200px;
		color: #fff;
		font-size: 36px;
		background: url("../img/service/text01.png")left 435px center no-repeat;
		padding: 0 0 0 82px;
		text-align: center;
		position: relative;
		box-sizing: border-box;
	}
	.service-archive .cont01 h2::before{
		content: "";
		background: url(../img/service/img01.png) no-repeat;
		width: 1107px;
		height: 260px;
		position: absolute;
		top: -100px;
		left: -300px;
		z-index: -1;
	}
	.service-archive .cont01 h2::after{
		content: "";
		background: #014195;
		width: 1200px;
		height: 260px;
		position: absolute;
		top: -100px;
		right: 0;
		z-index: -2;
	}

@media screen and (max-width: 1240px){
	.service-archive .cont01 h2{
		width: 100%;
		background: url("../img/service/text01.png")left 37% center no-repeat;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont01 h2{
		background: url("../img/service/text01.png")left 35% center no-repeat;
	}
}
@media screen and (max-width: 865px){
	.service-archive .cont01 h2{
		background: url("../img/service/text01.png")left 34% center no-repeat;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont01 h2{
		font-size: 24px;
		background: url("../img/service/text01.png")left 32% center no-repeat;
		background-size: 50px;
		padding: 0 0 0 30px;
	}
	.service-archive .cont01 h2::before{
		background: url(../img/service/img01.png) no-repeat center / cover;
		height: 180px;
		top: -70px;
	}
	.service-archive .cont01 h2::after{
		height: 180px;
		top: -70px;
	}
}
@media screen and (max-width: 550px){
	.service-archive .cont01 h2{
		background: url("../img/service/text01.png") left 22% center no-repeat;
		background-size: 50px;
	}
}

	.service-archive .cont01 .inner{
		margin-top: -25px;
		padding: 153px 0 75px;
		box-sizing: border-box;
		position: relative;
	}
	.service-archive .cont01 .inner::after{
		position: absolute;
		top: 0;
		left: 220px;
		content: "";
		background: #f1f8fd;
		width: 2000px;
		height: 100%;
		z-index: -3;
	}
@media screen and (max-width: 1240px){
	.service-archive .cont01 .inner{
		width: 100%;
		padding: 138px 20px 75px;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont01 .inner{
		width: 100%;
		padding: 128px 20px 55px;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont01 .inner{
		width: 100%;
		padding: 108px 20px 55px;
	}
	.service-archive .cont01 .inner::after{
		width: 800px;
		left: 150px;
	}
}

	.service-archive .cont01 .inner .cont{
		padding: 60px 0;
		border-bottom: 1px solid rgba(1,65,149,0.3);
		box-sizing: border-box;
	}
	.service-archive .cont01 .inner .cont .cont_inner{
		margin: 0 auto;
		width: 1000px;
		display: flex;
		gap: 0 50px;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box{
		width: calc(100% - 425px);
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box h3{
		font-size: 24px;
		color: #014195;
		margin-bottom: 35px;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box .text{
		line-height: 2;
	}	

	.service-archive .cont01 .inner .cont .cont_inner .text_box .button a{
		margin-top: 65px;
		display: block;
		width: 380px;
		background: #014195 url("../img/service/arrow01.png")right 30px center no-repeat;
		padding: 12.2px 0;
		border-radius: 25px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.service-archive .cont01 .inner .cont .cont_inner .text_box .button a:hover{
		background: #fff url("../img/service/arrow02.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont01 .inner .cont{
		padding: 50px 0;
	}
	.service-archive .cont01 .inner .cont .cont_inner{
		width: 100%;
		gap: 0 30px;
	}
	.service-archive .cont01 .inner .cont .cont_inner .img{
		width: 300px;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box{
		width: calc(100% - 330px);
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box .button a{
		width: 350px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont01 .inner .cont{
		padding: 40px 0;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box h3{
		font-size: 18px;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box .text{
		font-size: 14px;
		line-height: 1.8;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box .button a{
		margin-top: 20px;
		display: block;
		width: 280px;
		background: #014195 url("../img/service/arrow01.png")right 15px center no-repeat;
		background-size: 30px;
		padding: 12.2px 0 12.2px 40px;
		box-sizing: border-box;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		transition: all .5s;
	}
}
@media screen and (max-width: 645px){
	.service-archive .cont01 .inner .cont .cont_inner{
		display: block;
	}
	.service-archive .cont01 .inner .cont .cont_inner .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box {
		width: 100%;
	}
	.service-archive .cont01 .inner .cont .cont_inner .text_box .button a{
		width: 375px;
	}
}
@media screen and (max-width: 410px){
	.service-archive .cont01 .inner .cont .cont_inner .text_box .button a{
		width: 100%;
	}
}


/* cont02 ------*/
	.service-archive .cont02{
		margin-top: 100px;
		padding: 0 0 150px;
		box-sizing: border-box;
	}

@media screen and (max-width: 1040px){
	.service-archive .cont02{
		padding: 0 0 100px;
	}
}	
@media screen and (max-width: 768px){
	.service-archive .cont02{
		margin-top: 70px;
		padding: 0 0 70px;
	}
}

	.service-archive .cont02 h2{
		margin: 0 auto;
		width: 1200px;
		color: #fff;
		font-size: 36px;
		background: url("../img/service/text02.png")left 435px center no-repeat;
		padding: 0 0 0 82px;
		text-align: center;
		position: relative;
		box-sizing: border-box;
	}
	.service-archive .cont02 h2::before{
		content: "";
		background: url(../img/service/img02.png) no-repeat;
		width: 1107px;
		height: 260px;
		position: absolute;
		top: -100px;
		right: -300px;
		z-index: -1;
	}
	.service-archive .cont02 h2::after{
		content: "";
		background: #014195;
		width: 1200px;
		height: 260px;
		position: absolute;
		top: -100px;
		left: 0;
		z-index: -2;
	}

@media screen and (max-width: 1240px){
	.service-archive .cont02 h2{
		width: 100%;
		background: url("../img/service/text02.png")left 37% center no-repeat;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont02 h2{
		background: url("../img/service/text02.png")left 35% center no-repeat;
	}
}
@media screen and (max-width: 865px){
	.service-archive .cont02 h2{
		background: url("../img/service/text02.png")left 34% center no-repeat;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont02 h2{
		font-size: 24px;
		background: url("../img/service/text02.png")left 32% center no-repeat;
		background-size: 50px;
		padding: 0 0 0 30px;
	}
	.service-archive .cont02 h2::before{
		background: url(../img/service/img02.png) no-repeat center / cover;
		height: 180px;
		top: -70px;
	}
	.service-archive .cont02 h2::after{
		height: 180px;
		top: -70px;
	}
}
@media screen and (max-width: 550px){
	.service-archive .cont02 h2{
		background: url("../img/service/text02.png") left 22% center no-repeat;
		background-size: 50px;
	}
}

	.service-archive .cont02 .inner{
		margin-top: -25px;
		padding: 153px 0 75px;
		box-sizing: border-box;
		position: relative;
	}
	.service-archive .cont02 .inner::after{
		position: absolute;
		top: 0;
		right: 220px;
		content: "";
		background: #f1f8fd;
		width: 2000px;
		height: 100%;
		z-index: -3;
	}
@media screen and (max-width: 1240px){
	.service-archive .cont02 .inner{
		width: 100%;
		padding: 138px 20px 75px;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont02 .inner{
		width: 100%;
		padding: 128px 20px 55px;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont02 .inner{
		width: 100%;
		padding: 108px 20px 55px;
	}
	.service-archive .cont02 .inner::after{
		width: 800px;
		right: 150px;
	}
}

	.service-archive .cont02 .inner .cont{
		padding: 60px 0;
		border-bottom: 1px solid rgba(1,65,149,0.3);
		box-sizing: border-box;
	}
	.service-archive .cont02 .inner .cont .cont_inner{
		margin: 0 auto;
		width: 1000px;
		display: flex;
		gap: 0 50px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box{
		width: calc(100% - 425px);
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box h3{
		font-size: 24px;
		color: #014195;
		margin-bottom: 15px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box ul.tag{
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		margin-bottom: 14px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .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-archive .cont02 .inner .cont .cont_inner .text_box .text{
		line-height: 2;
	}	

	.service-archive .cont02 .inner .cont .cont_inner .text_box .button a{
		margin-top: 55px;
		display: block;
		width: 380px;
		background: #014195 url("../img/service/arrow01.png")right 30px center no-repeat;
		padding: 12.2px 0;
		border-radius: 25px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.service-archive .cont02 .inner .cont .cont_inner .text_box .button a:hover{
		background: #fff url("../img/service/arrow02.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont02 .inner .cont{
		padding: 50px 0;
	}
	.service-archive .cont02 .inner .cont .cont_inner{
		width: 100%;
		gap: 0 30px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .img{
		width: 300px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box{
		width: calc(100% - 330px);
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box ul.tag li{
		font-size: 14px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box .button a{
		width: 350px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont02 .inner .cont{
		padding: 40px 0;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box h3{
		font-size: 18px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box ul.tag li{
		font-size: 12px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box .text{
		font-size: 14px;
		line-height: 1.8;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box .button a{
		margin-top: 20px;
		display: block;
		width: 280px;
		background: #014195 url("../img/service/arrow01.png")right 15px center no-repeat;
		background-size: 30px;
		padding: 12.2px 0 12.2px 40px;
		box-sizing: border-box;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		transition: all .5s;
	}
}
@media screen and (max-width: 645px){
	.service-archive .cont02 .inner .cont .cont_inner{
		display: block;
	}
	.service-archive .cont02 .inner .cont .cont_inner .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box {
		width: 100%;
	}
	.service-archive .cont02 .inner .cont .cont_inner .text_box .button a{
		width: 375px;
	}
}
@media screen and (max-width: 410px){
	.service-archive .cont02 .inner .cont .cont_inner .text_box .button a{
		width: 100%;
	}
}


/* cont03 ------*/
	.service-archive .cont03{
		margin-top: 100px;
		padding: 0 0 150px;
		box-sizing: border-box;
	}

@media screen and (max-width: 1040px){
	.service-archive .cont03{
		padding: 0 0 100px;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont03{
		margin-top: 70px;
		padding: 0 0 70px;
	}
}

	.service-archive .cont03 h2{
		margin: 0 auto;
		width: 1200px;
		color: #fff;
		font-size: 36px;
		background: url("../img/service/text03.png")left 435px center no-repeat;
		padding: 0 0 0 82px;
		text-align: center;
		position: relative;
		box-sizing: border-box;
	}
	.service-archive .cont03 h2::before{
		content: "";
		background: url(../img/service/img03.png) no-repeat;
		width: 1107px;
		height: 260px;
		position: absolute;
		top: -100px;
		left: -300px;
		z-index: -1;
	}
	.service-archive .cont03 h2::after{
		content: "";
		background: #014195;
		width: 1200px;
		height: 260px;
		position: absolute;
		top: -100px;
		right: 0;
		z-index: -2;
	}

@media screen and (max-width: 1240px){
	.service-archive .cont03 h2{
		width: 100%;
		background: url("../img/service/text03.png")left 37% center no-repeat;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont03 h2{
		background: url("../img/service/text03.png")left 35% center no-repeat;
	}
}
@media screen and (max-width: 865px){
	.service-archive .cont03 h2{
		background: url("../img/service/text03.png")left 34% center no-repeat;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont03 h2{
		font-size: 24px;
		background: url("../img/service/text03.png")left 32% center no-repeat;
		background-size: 50px;
		padding: 0 0 0 30px;
	}
	.service-archive .cont03 h2::before{
		background: url(../img/service/img03.png) no-repeat center / cover;
		height: 180px;
		top: -70px;
	}
	.service-archive .cont03 h2::after{
		height: 180px;
		top: -70px;
	}
}
@media screen and (max-width: 550px){
	.service-archive .cont03 h2{
		background: url("../img/service/text03.png") left 22% center no-repeat;
		background-size: 50px;
	}
}

	.service-archive .cont03 .inner{
		margin-top: -25px;
		padding: 153px 0 75px;
		box-sizing: border-box;
		position: relative;
	}
	.service-archive .cont03 .inner::after{
		position: absolute;
		top: 0;
		left: 220px;
		content: "";
		background: #f1f8fd;
		width: 2000px;
		height: 100%;
		z-index: -3;
	}
@media screen and (max-width: 1240px){
	.service-archive .cont03 .inner{
		width: 100%;
		padding: 138px 20px 75px;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont03 .inner{
		width: 100%;
		padding: 128px 20px 55px;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont03 .inner{
		width: 100%;
		padding: 108px 20px 55px;
	}
	.service-archive .cont03 .inner::after{
		width: 800px;
		left: 150px;
	}
}

	.service-archive .cont03 .inner .cont{
		padding: 60px 0;
		border-bottom: 1px solid rgba(1,65,149,0.3);
		box-sizing: border-box;
	}
	.service-archive .cont03 .inner .cont .cont_inner{
		margin: 0 auto;
		width: 1000px;
		display: flex;
		gap: 0 50px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box{
		width: calc(100% - 425px);
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box h3{
		font-size: 24px;
		color: #014195;
		margin-bottom: 30px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box .text{
		line-height: 1.875;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail{
		margin: 25px 0 30px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail li{
		font-size: 14px;
		line-height: 1.857;
		font-weight: bold;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail li span{
		color: #014195;
		font-weight: bold;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail li span::before{
		content: "■";
		margin-right: 5px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail li span::after{
		content: ":";
		margin: 0 5px;
	}

	.service-archive .cont03 .inner .cont .cont_inner .text_box .button a{
		display: block;
		width: 380px;
		background: #014195 url("../img/service/arrow01.png")right 30px center no-repeat;
		padding: 12.2px 0;
		border-radius: 25px;
		border: 1px solid #014195;
		color: #fff;
		font-weight: bold;
		text-align: center;
		transition: all .5s;
	}
@media screen and (min-width: 1025px){
	.service-archive .cont03 .inner .cont .cont_inner .text_box .button a:hover{
		background: #fff url("../img/service/arrow02.png")right 30px center no-repeat;
		color: #014195;
		transition: all .5s;
	}
}
@media screen and (max-width: 1040px){
	.service-archive .cont03 .inner .cont{
		padding: 50px 0;
	}
	.service-archive .cont03 .inner .cont .cont_inner{
		width: 100%;
		gap: 0 30px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .img{
		width: 300px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box{
		width: calc(100% - 330px);
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail{
		margin: 20px 0 25px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box .button a{
		width: 350px;
	}
}
@media screen and (max-width: 768px){
	.service-archive .cont03 .inner .cont{
		padding: 40px 0;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box h3{
		font-size: 18px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box .text{
		font-size: 14px;
		line-height: 1.8;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail{
		margin: 15px 0 20px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box ul.detail li{
		font-size: 12px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box .button a{
		display: block;
		width: 280px;
		background: #014195 url("../img/service/arrow01.png")right 15px center no-repeat;
		background-size: 30px;
		padding: 12.2px 0 12.2px 40px;
		box-sizing: border-box;
		border-radius: 25px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		transition: all .5s;
	}
}
@media screen and (max-width: 645px){
	.service-archive .cont03 .inner .cont .cont_inner{
		display: block;
	}
	.service-archive .cont03 .inner .cont .cont_inner .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box {
		width: 100%;
	}
	.service-archive .cont03 .inner .cont .cont_inner .text_box .button a{
		width: 375px;
	}
}
@media screen and (max-width: 410px){
	.service-archive .cont03 .inner .cont .cont_inner .text_box .button a{
		width: 100%;
	}
}