@charset "UTF-8";

/*==============================================================
共通
==============================================================*/
main {
	padding: 0;
}

.services_type>.title>div,
.services_type>.content>ul {
	width: 86%;
	max-width: 1280px;
	margin: 0 auto;
}

.services_type>.title>div {
	padding: 90px 0 60px;
}

.services_type>.content>ul {
	padding: 90px 0;
}

.services_type>.content:nth-child(2n) {
	background-color: rgb(243, 243, 243);
}

.services_type>.title {
	color: #fff;
	background-color: rgb(31, 81, 142);
}

.services_type>.title>div>h2 {
	margin-bottom: 36px;
	font-size: 27px;
}

.services_type>.content>ul> {
	display: flex;
	flex-wrap: wrap;
}

.services_type>.content>ul>li {
	width: 30%;
	margin-right: 5%;
	float: left;
}

.services_type>.content>ul>li:nth-child(3n) {
	margin-right: 0;
}

.services_type>.content>ul>li>.image {
	margin-bottom: 36px;
}

.services_type>.content>ul>li>h3 {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1;
}

.services_type>.content>ul>li>.en {
	margin-bottom: 21px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: rgb(31, 81, 142);
}

.services_type>.content>ul>li>.introduction {
	margin-bottom: 9px;
}

.services_type>.content>ul>li>.introduction>span {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9;
	text-align: justify;
	display: inline-block;
	color: rgb(110, 110, 110);
}

.services_type>.content>ul>li>.introduction>.full_text {
	display: none;
}

.services_type>.content>ul>li>.introduction.on>.full_text {
	display: block;
}

.services_type>.content>ul>li>.introduction>.short_text {
	display: block;
}

.services_type>.content>ul>li>.introduction.on>.short_text {
	display: none;
}

.services_type>.content>ul>li>.introduction>.open_btn {
	width: 100%;
	padding: 12px 0;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	color: #fff;
	background-color: rgb(31, 81, 142);
	display: block;
}

.services_type>.content>ul>li>.introduction>.open_btn:before {
	content: 'MORE';
}

.services_type>.content>ul>li>.introduction.on>.open_btn:before {
	content: 'CLOSE';
}

.services_type>.content>ul>li>.introduction>.open_btn:hover {
	opacity: 0.7;
}

.services_type>.content>ul>li>.link {
	text-align: right;
}

.services_type>.content>ul>li>.link>a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: underline;
	color: rgb(31, 81, 142);
	display: inline-block;
}

.services_type>.content>ul>li>.link>a:hover {
	text-decoration: none;
}

@media screen and (max-width:1024px) {

	.services_type>.content>ul>li>h3 {
		margin-bottom: 15px;
		font-size: 18px;
	}

}

@media screen and (max-width:896px) {

	.services_type>.title>div>.text {
		font-size: 16px;
		text-align: justify;
	}

	.services_type>.title>div>.text>br {
		display: none;
	}

	.services_type>.content>ul>li>.en {
		font-size: 10px;
	}

	.services_type>.content>ul>li>.introduction>span {
		font-size: 14px;
	}

}

@media screen and (max-width:480px) {

	.services_type>.title>div {
		padding: 90px 0;
	}

	.services_type>.title>div>h2 {
		margin-bottom: 36px;
		font-size: 24px;
		line-height: 1;
		text-align: center;
	}

	.services_type>.content>ul>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 60px;
		float: none;
	}

	.services_type>.content>ul>li:last-child {
		margin-bottom: 0;
	}

	.services_type>.content>ul>li>h3 {
		margin-bottom: 15px;
		font-size: 21px;
		text-align: center;
	}

	.services_type>.content>ul>li>.en {
		text-align: center;
	}

	.services_type>.content>ul>li>.link {
		line-height: 1;
		text-align: right;
	}

}