<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----險ｺ逋ゅ�縺疲｡亥�-----*/
.message-cont-item{
	background: none;
}
.h2-box.txt-dark{
	color: #fff;
}
.h2-box.txt-dark &gt; span::before{
	background: #fff;
}

.message-cont-item{
	display: flex;
    flex-flow: column;
    gap: 80px;
    align-items: flex-start;
}
.services-list{
	margin-bottom: 70px;
}
.services-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.services-list li{
	background: #11445E;
	border-radius: 5px;
	padding: 30px 20px;
	width: 31%;
	margin-bottom: 30px;
	line-height: 28.8px;
}
.services-list li:hover{
	opacity: 0.6;
}
.services-list li .title{
	font-size: 20px;
	line-height: 23px;
	padding-left: 20px;
	padding-top: 2px;
	position: relative;
}
.services-list li .title span{
	font-size: 14px;
}
.services-list li img.photoBox{
	margin-bottom: 20px;
}
.services-list li .services__wrapper{
	display: flex;
	margin-bottom: 20px;
}
.services-list li .services__wrapper img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}

@media screen and (max-width: 896px){
	.services-list li{
		width: 100%;
	}
}

/*-----險ｺ逋らｧ題ｩｳ邏ｰ-----*/
.service-cont-item{
	width: 100%;
    display: flex;
    flex-flow: column;
    gap: 50px;
    align-items: flex-start;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 38px 0px;
	color: #11445E;
	margin-bottom: 30px;
}
.service-cont-item:last-child{
	margin-bottom: 85px;
}
.service-cont-item h2{
	display: table;
}
.service-cont-item .h2-box.txt-dark{
	color: #11445E;
}
.service-cont-item h2 .point{
	font-size: 16px;
	color: #C45858;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}
.service-cont-item .h2-box.txt-dark &gt; span::before{
	background: #11445E;
}
.service-cont-item p{
	line-height: 28px;
}
.service-cont-item a{
	text-decoration: underline;
}
.service-cont-item .service__wrapper{
 width: 100%;
 display: flex;
 flex-flow: column;
 gap: 30px;
 position: relative;
 padding: 0 50px;
}
.service-cont-item .service__wrapper span.red{
 color: #E26464;
 font-size: 16.5px;
 font-weight: bold;
}
.service-cont-item .service__wrapper span.align-right{
 display: block;
 text-align: right;
}
.service-cont-item .imgBox-2{
	display: flex;
	justify-content: space-between;
}
.service-cont-item .imgBox-2 img{
	width: 49%;
}
.service-cont-item .imgBox-2 .img-text{
	width: 49%;
}
.service-cont-item .imgBox-2 .img-text img{
	width: 100%;
}
.service-cont-item .imgBox-2 .img-text p{
	font-size: 14px;
	text-align: center;
}
.service-cont-item .font-b{
	font-size: 24px;
	line-height: 45px;
}
.service-cont-item .service-btn{
	max-width: 650px;
	margin: 0 auto;
/*	padding: 35px 0;*/
	width: 100%!important;
}
.service-cont-item .service-btn a{
	color: #fff;
    background: #11445E;
    padding: 35px 10% 35px 8%;
	position: relative;
	display: inline-block;
	width: 100%;
	text-decoration: none;
}
.service-cont-item .service-btn a::before{
	content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/common/icon-more-arrow-right-wh.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    right: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    transition: all ease 0.33s;
    position: absolute;
}
.service-cont-item .service-btn a:hover{
	opacity: 0.6;
}
.service-cont-item .text-bottom{
	margin-bottom: 20px;
}
.service-cont-item .h4-box{
	margin-top: 20px;
}
.service-cont-item .service__wrapper .h4-box:first-child{
	margin-top: 0;
}
.service-cont-item .imgBox-1{
	display: flex;
	justify-content: space-between;
}
.service-cont-item .imgBox-1 div{
	width: 50%;
	display: flex;
    flex-flow: column;
    gap: 30px;
	position: relative;
}
.service-cont-item .imgBox-1 img{
	max-width: 650px;
    width: 90%;
    height: auto;
    border-radius: 10px;
	margin: 0 0 0 auto;
}
.service-cont-item .imgBox-1 img.img-min{
	width: 90%;
}
.service-cont-item .imgBox-1 .box-big{
	width: 100%;
}
.service-cont-item li{
	list-style: disc;
	padding-bottom: 10px;
}
.service-cont-item li:last-child{
	padding-bottom: 0;
}
.service-cont-item li&gt;span{
	vertical-align: -0.1em;
}
.service-cont-item li::marker{
	color: #11445E;
}
.service-cont-item ul{
	margin-left: 20px;
	line-height: 28px;
}
.service-cont-item .list__wrapper{
	display: flex;
}
.service-cont-item .list__wrapper ul{
	width: 32%;
}
.service-cont-item .list__wrapper ul:nth-child(2){
	width: 40%;
}
.service-cont-item .list__wrapper ul:last-child{
	width: 28%;
}

@media screen and (max-width: 896px){
	.service-cont-item h2{
		display: block;
	}
	.service-cont-item .imgBox-2 img{
		width: 100%;
	}
	.service-cont-item .imgBox-2 img:first-child{
		margin-bottom: 20px;
	}
	.service-cont-item .service__wrapper{
		padding: 0 30px;
	}
	.service-cont-item .imgBox-2{
		display: block;
	}
	.service-cont-item .service-btn a::before{
		right: 20px;
	}
	.service-cont-item h2 .point{
		padding: 0;
		display: inline-block;
		margin-top: 10px;
	}
	.service-cont-item .h2-box.txt-dark{
		margin-left: 30px;
		width: 84%;
	}
	.service-cont-item .font-b{
		font-size: 22px;
		line-height: 36px;
	}
	.service-cont-item .service-btn{
		max-width: unset;
		margin: 0;
	}
	.service-cont-item .service-btn a{
		padding: 35px 22% 35px 8%;
	}
	.service-cont-item .imgBox-1{
		display: block;
	}
	.service-cont-item .imgBox-1 div{
		width: 100%;
		margin-bottom: 20px;
	}
	.service-cont-item .imgBox-1 div.service-btn{
		margin-bottom: 0;
	}
	.service-cont-item .imgBox-1 img{
		width: 100%;
		margin: 0;
        max-width: max-content;
	}
	.service-cont-item .list__wrapper{
		display: block;
	}
	.service-cont-item .list__wrapper ul,.service-cont-item .list__wrapper ul:nth-child(2),.service-cont-item .list__wrapper ul:last-child{
		width: 95%;
	}
	.service-cont-item .h3-box.txt-dark &gt; h3{
		line-height: 28px;
	}
	.service-cont-item .imgBox-1 .box-big,.service-cont-item .imgBox-1 img.img-min{
		width: 100%;
	}
	.service-cont-item .text-bottom{
		margin-bottom: 0;
	}
	.service-cont-item .imgBox-2 .img-text{
		width: 100%;
	}
	.service-cont-item .imgBox-2 .img-text p{
    	margin: -10px 0 20px;
	}
}

/*-----蜍慕判-----*/
.youtube-area{
	width: 50%;
    aspect-ratio: 2 / 1;
}

</pre></body></html>