@charset "UTF-8";

.key-visual:before{
	background:url(../images/service-key-visual.jpg) no-repeat;
	background-position:85% center;
	background-size:cover;
}

#sec01 .sec-sub-title02{
    line-height: 1.8;
    color: #0081cc;
	text-align:justify;
}
#sec01>.pic{
	float:right;
	width:34%;
}
#sec01>.txt{
	float:left;
	width:66%;
	padding-right:40px;
	text-align:justify;
}
.feature-title{
	padding-top:50px;
	clear:both;
	margin-bottom:40px;
}
.feature-title span{
	vertical-align:bottom;
}
.feature-title .large{
	font-size:130%;
	padding-right:0.1em;
}
.feature-title .gradient-txt02{
	color: transparent;
	background-clip: text;
    -webkit-background-clip: text;
    background-image:linear-gradient(-90deg,#ff7e58,#ff9942);
	font-size:130%;
	padding-left:0.1em;
}
@media all and (-ms-high-contrast:none){
	.feature-title .gradient-txt02{
		color:#f97a4a;
		background:none;
	}
}
.feature{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content:space-between;
}
.feature li{
	width:calc(33.333% - 40px);
	position:relative;
}
.feature .pic{
	margin-bottom:15px;
	margin-top:-25px;
}
.feature .txt{
	text-align:justify;
}
.feature h4{
	font-size:1.6rem;
	line-height:1.4;
	margin-bottom:10px;
	color:#0081cc;
}
.feature li:before{
	content:"";
	display:block;
	line-height:50px;
	width:50px;
	font-size:2rem;
	letter-spacing:0.05em;
	color:#fff;
    background-image: linear-gradient(90deg,#67cdfc,#679ced);
	position:relative;
	z-index:9;
	margin:auto;
}
.feature li:nth-of-type(1):before{
	content:"01";
}
.feature li:nth-of-type(2):before{
	content:"02";
}
.feature li:nth-of-type(3):before{
	content:"03";
}


#sec02{
	background:#f1f1f1;
}
#sec02 .outline-txt{
	margin-bottom:40px;
}
#sec02>div.inner{
	padding:0 10px;
}
/*
#sec02>div.inner:before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:800px;
	height:800px;
	border-radius:100%;
	background:linear-gradient(90deg,#67cdfc,#679ced);
	content:"";
	display:block;
	margin:auto;
	z-index:1;
}
#sec02>div.inner:after{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:796px;
	height:796px;
	border-radius:100%;
	background:#f1f1f1;
	content:"";
	display:block;
	margin:auto;
	z-index:1;
}
*/
#sec02 h3{
	font-weight: 400;
	font-size: 2.4rem;
	letter-spacing: .1em;
}
#sec02 h3:after{
	content: "";
	display: block;
	margin: 6px auto 0;
	width: 32px;
	height: 3px;
	background-image: linear-gradient(90deg, #67cdfc, #679ced);
}
.item{
	margin-top: 60px;
	text-align: left;
}
.item h4{
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 15px;
	background: rgb(147, 198, 217);
	padding: 20px;
}
.item02 h4{
	background: rgb(141, 221, 165);
}
.item03 h4{
	background: rgb(163, 181, 227);
}
.item04 h4{
	background: rgb(254, 190, 125);
}
.item05 h4{
	background: rgb(249, 174, 173);
}
.item table{
	line-height: 2;
	background: #fff;
	width: 100%;
}
.item th{
	width: 30%;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
}
.item tr:nth-of-type(1) th{
	border-bottom: 2px solid #fff;
}
.item td{
	width: 70%;
	padding: 20px;
}
.item01 th{
	background: rgb(147, 198, 217);
}
.item02 th{
	background: rgb(141, 221, 165);
}
.item03 th{
	background: rgb(163, 181, 227);
}
.item04 th{
	background: rgb(254, 190, 125);
}
.item05 th{
	background: rgb(249, 174, 173);
}
.item01 tr:nth-of-type(1) td{
	border-bottom: 2px solid rgb(147, 198, 217);
}
.item02 tr:nth-of-type(1) td{
	border-bottom: 2px solid rgb(141, 221, 165);
}
.item03 tr:nth-of-type(1) td{
	border-bottom: 2px solid rgb(163, 181, 227);
}
.item04 tr:nth-of-type(1) td{
	border-bottom: 2px solid rgb(254, 190, 125);
}
.item05 tr:nth-of-type(1) td{
	border-bottom: 2px solid rgb(249, 174, 173);
}
.item tr:nth-of-type(1) td li:before{
	content: "●";
	display: inline;
	font-size: 70%;
	margin-right: .5em;
}
.item li{
	padding-left: 1em;
	text-indent: -1em;
}
.item tr:nth-of-type(2) td li:before{
	content: "★";
	display: inline;
	color: #fdc702;
	margin-right: .2em;
	font-size: 125%;
}


#sec02 dl{
	width:36%;
	background:#fff;
	margin:auto;
	text-align:justify;
	background:#fff;
	position:relative;
	margin-bottom:30px;
	z-index:9;
}
#sec02 dt{
	padding:15px 15px 10px;
	text-align:justify;
	margin-bottom:0;
	background:#fff;
}
#sec02 dt span{
	font-size:1.4rem;
}
#sec02 dd.txt{
	padding:0 15px 15px;
	line-height:1.8;
	background:#fff;
}
#sec02 dl:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:-2;
}
#sec02 dl:nth-of-type(1):before{
	background:linear-gradient(90deg,#fda483,#f7d067);
	right:-10px;
	top:-10px;
}
#sec02 dl:nth-of-type(2):before{
	background:linear-gradient(90deg,#92d2f1,#d0edb2);
	left:-10px;
	top:-10px;
}
#sec02 dl:nth-of-type(3):before{
	background:linear-gradient(90deg,#92d2f1,#9aa8df);
	right:-10px;
	bottom:-10px;
}
#sec02 dl:nth-of-type(4):before{
	background:linear-gradient(90deg,#ffa3a4,#ffe5ce);
	left:-10px;
	bottom:-10px;
}



.time-table{
	width:calc(50% - 40px);
}
.time-table:nth-of-type(1){
	float:left;
}
.time-table:nth-of-type(2){
	float:right;
}
.time-table tr:nth-of-type(1){
	background:#0081cc;
	color:#fff;
}

.time-table h3:after{
	content:"";
	display:block;
	width:30px;
	height:3px;
	background:linear-gradient(90deg,#67cdfc,#679ced);
	margin:5px auto 0;
}

#sec03 table{
	text-align:justify;
	width:100%;
	margin:0 auto 15px;
	line-height:1.5;
	border:1px solid #ddd;
}
#sec03 th,#sec04 th{
	padding:14px 0;
	text-align:center;
	width:11%;
	border:1px solid #ddd;
	background:rgb(103,188,237,0.3);
}
#sec03 td,#sec04 td{
	padding:14px 0;
	text-align:center;
	width:11%;
	border:1px solid #ddd;
}
#sec03 tr:nth-of-type(1) th{
	background:rgb(103,188,237,0.3);
}
#sec03 tr th:nth-of-type(1){
	width:23%;
}
#sec03 sup{
	font-size:50%;
	color:#f55e70;
}
.caution{
	color:#f55e70;
	line-height:1.8;
	font-size:1.3rem;
	margin-bottom:15px;
	text-align:justify;
}
#sec03 ul{
	text-align:justify;
	font-size:1.3rem;
	line-height:1.8;
	column-count:2;
}
#sec03 li{
	margin-bottom:0.8em;
	padding-left:1.5em;
	padding-right:1em;
	position:relative;
}
#sec03 li:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: linear-gradient(45deg,#67cdfc,#679ced);
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0.5em;
}