@charset "UTF-8";

/* service
----------------------------------------*/
.service_block {
	padding: 90px 0 0;
}
.service_block .inview {
	opacity: 0;
}
.service_block .show {
	animation-fill-mode: forwards;
	animation-duration: 1000ms;
	animation-name: fadeUp;
}
.service_block area:focus {
	outline: none;
}
.service_block::before {
	content: '';
	display: block;
	width: 1590px;
	height: 1593px;
	background: url(../img/service/bg_service.svg) no-repeat;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -880px;
}
.service_block h2 {
	text-align: center;
	color: #0064AF;
	font-size: 2.3rem;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: .3em;
	margin-bottom: 64px;
}
.service_block h2 .en {
	display: block;
	font-size: 6.6rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 4px;
	letter-spacing: .05em;
}
.service_block > p {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.3;
	letter-spacing: .1em;
}
.service_txt {
	width: 800px;
	margin: 44px auto 89px;
	padding: 28px 0 23px;
	letter-spacing: .1em;
	line-height: 1.7;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.service_nav {
	width: 927px;
	margin: 0 auto;
}
.service_block img {
	display: block;
	margin: 0 auto;
}
.service_detail {
	margin-top: 132px;
	background: #F6F6F6;
	padding: 110px 20px 75px;
}
.service_item {
	width: 1120px;
	margin: 0 auto 40px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.service_item h3 {
	width: 300px;
	min-height: 295px;
	letter-spacing: .05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	background: -moz-linear-gradient(top, #006eaf 0%, #018baf 100%);
	background: -webkit-linear-gradient(top, #006eaf 0%,#018baf 100%);
	background: linear-gradient(to bottom, #006eaf 0%,#018baf 100%);
}
.service_item h3 img {
	margin-bottom: 17px;
}
.service_item h3 span {
	width: 100%;
	display: block;
}
.service_item h3 .en {
	font-weight: 900;
	font-size: 1.4rem;
	opacity: .49;
	margin-top: 2px;
}
.service_item:nth-child(2) h3 {
	background: -moz-linear-gradient(top, #018eaf 0%, #02a6af 100%);
	background: -webkit-linear-gradient(top, #018eaf 0%,#02a6af 100%);
	background: linear-gradient(to bottom, #018eaf 0%,#02a6af 100%);
}
.service_item:nth-child(3) h3 {
	background: -moz-linear-gradient(top, #02a9af 0%, #289eaf 100%);
	background: -webkit-linear-gradient(top, #02a9af 0%,#289eaf 100%);
	background: linear-gradient(to bottom, #02a9af 0%,#289eaf 100%);
}
.service_item:nth-child(4) h3 {
	background: -moz-linear-gradient(top, #309cb0 0%, #6484b1 100%);
	background: -webkit-linear-gradient(top, #309cb0 0%,#6484b1 100%);
	background: linear-gradient(to bottom, #309cb0 0%,#6484b1 100%);
}
.service_item:nth-child(5) h3 {
	background: -moz-linear-gradient(top, #6b81b1 0%, #a078a9 100%);
	background: -webkit-linear-gradient(top, #6b81b1 0%,#a078a9 100%);
	background: linear-gradient(to bottom, #6b81b1 0%,#a078a9 100%);
}
.service_item:nth-child(6) h3 {
	background: -moz-linear-gradient(top, #a37aa6 0%, #bd8b92 100%);
	background: -webkit-linear-gradient(top, #a37aa6 0%,#bd8b92 100%);
	background: linear-gradient(to bottom, #a37aa6 0%,#bd8b92 100%);
}
.service_item_txt {
	width: calc(100% - 300px);
	padding: 60px 60px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service_item_txt p {
	width: 100%;
	font-size: 2.4rem;
	letter-spacing: .1em;
	font-weight: bold;
}
.service_item_txt ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: bold;
	color: #0064AF;
	margin: 29px -20px 0 0;
}
.service_item_txt li {
	border: 1px solid #0064AF;
	border-radius: 22px;
	margin: 0 10px 10px 0;
	padding: 10px 17px 9px;
	letter-spacing: .05em;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.service_block {
		padding: 50px 0 0;
	}
	.service_block::before {
		width: 795px;
		height: 795px;
		background-size: auto 795px;
		top: -20px;
		margin-left: -400px;
	}
	.service_block h2 {
		font-size: 1.3rem;
		margin-bottom: 30px;
	}
	.service_block h2 .en {
		font-size: 3rem;
	}
	.service_block > p {
		text-align: left;
		font-size: 1.5rem;
		margin: 0 6.666%;
		line-height: 2;
	}
	.service_txt {
		width: auto;
		margin: 30px 6.666%;
		padding: 20px 0;
		text-align: left;
		font-size: 1.4rem;
	}
	.service_nav {
		width: auto;
		margin: 0 6.666%;
	}
	.service_detail {
		margin-top: 50px;
		padding: 50px 6.666% 10px;
	}
	.service_item {
		width: auto;
		display: block;
	}
	.service_item h3 {
		width: auto;
		min-height: 0;
		padding: 10px;
		display: block;
		font-size: 2rem;
	}
	.service_item h3 img {
		margin-bottom: 0;
		max-height: 50px;
		max-width: 65px;
		position: absolute;
		top: 50%;
		left: 6%;
		transform: translateY(-50%);
	}
	.service_item h3 .en {
		font-size: 1.3rem;
		margin-top: 0;
	}
	.service_item_txt {
		width: auto;
		padding: 30px 5% 32px;
		display: block;
	}
	.service_item_txt p {
		font-size: 1.4rem;
	}
	.service_item_txt ul {
		font-size: 1.3rem;
		font-weight: bold;
		color: #0064AF;
		margin: 29px -10px 0 0;
	}
	.service_item_txt li {
		border-radius: 16px;
		padding: 5px 12px;
	}
}