@charset "UTF-8";

/*===============*/
/*! index */
/*===============*/
/*! index */
main.index .visual {
	position: relative;
	background-color: #4E5661;
}

main.index .visual div::before {
	background: linear-gradient(-90deg, rgba(78, 86, 97, 0), rgba(78, 86, 97, 1));
}

main.index .visual div::after {
	background: linear-gradient(90deg, rgba(78, 86, 97, 0), rgba(78, 86, 97, 1));
}

/*! detail */
main.index .detail {
	position: relative;
	padding: 100px 0 180px;
	background-color: #EFEFEF;
}

main.index .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.index .detail ul {
	/*max-width: 738px;*/
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 5つ↓ *
main.index .detail ul:after {
	display: block;
	clear: both;
	content: "";
}

main.index .detail ul li {
	float: left;
	margin-left: 24px;
	width: calc(33.3333% - 16px);
	text-align: center;
}

main.index .detail ul li:first-child {
	margin-left: 0;
}

main.index .detail ul li:nth-last-child(2) {
	margin-left: calc(16.6666%);
}*/
/* 5つ↑ */

/* 6つ↓ */
main.index .detail ul li {
	width: 24%;
	text-align: center;
	margin-bottom: 48px;
}

main.index .detail ul li:first-child {
	margin-left: 0;
}
/* 6つ↑ */


main.index .detail ul li.line {
	width: 100%;
	height: 24px;
}

main.index .detail ul li a {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 230px;
}

main.index .detail ul li a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #0e283a;
	border-radius: 50%;
	content: "";
	opacity: 0;
	cursor: pointer;
	transition-delay: .2s;
	transition-timing-function: linear;
	transition-duration: .05s;
	transition-property: top, right, bottom, left, opacity, border;
}

body.dv_pc main.index .detail ul li a:hover::before {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	opacity: .7;
}

main.index .detail ul li h2 {
	margin-top: 10px;
}

main.index .detail ul li h2 strong {
	display: block;
	padding-left: .05em;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 900;
	font-size: 180%;
	font-family: urw-din, sans-serif;
	line-height: 1.1;
	margin-bottom: 5px;
}

main.index .detail ul li h2 small {
	display: block;
	padding-left: .05em;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 90%;
	line-height: 1.2;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.index .detail {
		padding: 3em 0 6em;
	}

	main.index .detail ul {
		max-width: none;
	}
	

	/* 5つ↓ *
	main.index .detail ul li {
		margin-bottom: 2.5em;
		margin-left: 1em;
		width: calc(50% - .5em);
	}
	
	main.index .detail ul li:first-child {
		margin-left: 0;
	}
	
	main.index .detail ul li:nth-child(odd),
	main.index .detail ul li:last-child {
		margin-left: 0;
	}

	main.index .detail ul li:last-child {
		margin-bottom: 0;
	}
	/* 5つ↑ */


	/* 6つ↓ */
	main.index .detail ul li {
		margin-bottom: 2.5em;
		margin-left: 1em;
		width: calc(50% - .5em);
	}

	main.index .detail ul li:first-child {
		margin-left: 0;
	}

	main.index .detail ul li:nth-child(odd),
	main.index .detail ul li:last-child {
		margin-left: 0;
	}

	main.index .detail ul li:last-child {
		margin-bottom: 0;
	}
	/* 6つ↑ */


	main.index .detail ul li a {
		max-width: none;
	}

	main.index .detail ul li a::before {
		display: none;
	}

	main.index .detail ul li h2 {
		margin: .5em 0 0;
	}

	main.index .detail ul li h2 strong {
		font-size: 160%;
	}

	main.index .detail ul li h2 small {
		padding-left: 0;
		letter-spacing: 0;
		font-size: 85%;
	}
}

/*===============*/
/*! message */
/*===============*/
/*! visual */
main.message .visual {
	position: relative;
	background-color: #ADAEB2;
}

main.message .visual div::before {
	background: linear-gradient(-90deg, rgba(173, 174, 178, 0), rgba(173, 174, 178, 1));
}

main.message .visual div::after {
	background: linear-gradient(90deg, rgba(173, 174, 178, 0), rgba(173, 174, 178, 1));
}

/*! detail */
main.message .detail {
	position: relative;
	padding: 80px 0;
	background-color: #0e283a;
}

main.message .detail::after {
	position: absolute;
	top: -25px;
	left: 50%;
	width: 2px;
	height: 50px;
	background: #b62b00;
	content: "";
	transform: translateX(-50%);
}

main.message .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.message .detail h3 {
	margin-bottom: 40px;
	text-align: center;
}

main.message .detail h3 span {
	display: block;
	padding-left: .05em;
	color: #FFF;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 140%;
}

main.message .detail>div>div {
	padding: 40px 0;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #FFF;
}

main.message .detail>div>div::after {
	display: block;
	clear: both;
	content: "";
}

main.message .detail>div>div p {
	float: left;
	padding-left: 4%;
	width: 48%;
	color: #FFF;
	line-height: 2.4;
}

main.message .detail>div>div+p {
	padding-left: 0;
}

main.message .detail>div>p {
	margin-top: 40px;
	color: #FFF;
	text-align: center;
	font-size: 80%;
}

/*! image */
main.message .image {
	background-color: #FFF;
}

main.message .image>div {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	;
}

main.message .image>div::before,
main.message .image>div::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 10%;
	content: "";
	opacity: 0;
	transition: .2s;
}

main.message .image>div::before {
	left: -1px;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

main.message .image>div::after {
	right: -1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

@media screen and (min-width:1400px) {

	main.message .image>div::before,
	main.message .image>div::after {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {

	/*! detail */
	main.message .detail {
		padding: 3em 0;
	}

	main.message .detail::after {
		position: absolute;
		top: -1em;
		height: 2em;
	}

	main.message .detail>div {
		max-width: none;
	}

	main.message .detail h3 {
		margin-bottom: 2em;
	}

	main.message .detail h3 span {
		font-size: 120%;
	}

	main.message .detail>div>div {
		padding: 2em 0;
	}

	main.message .detail>div>div::after {
		display: none;
	}

	main.message .detail>div>div p {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	main.message .detail>div>div p:first-child {
		margin-bottom: 1em;
	}

	main.message .detail>div>p {
		margin-top: 3em;
	}

	/*! image */
	main.message .image {
		background-color: #FFF;
	}

	main.message .image>div {
		position: relative;
		margin: 0 auto;
		max-width: 1400px;
		;
	}

	main.message .image>div::before,
	main.message .image>div::after {
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 1;
		width: 10%;
		content: "";
		opacity: 0;
		transition: .2s;
	}

	main.message .image>div::before {
		left: -1px;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

	main.message .image>div::after {
		right: -1px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}
}

/*===============*/
/*! profile */
/*===============*/
/*! visual */
main.profile .visual {
	position: relative;
	background-color: #88A0CA;
}

main.profile .visual div::before {
	background: linear-gradient(-90deg, rgba(136, 160, 202, 0), rgba(136, 160, 202, 1));
}

main.profile .visual div::after {
	background: linear-gradient(90deg, rgba(136, 160, 202, 0), rgba(136, 160, 202, 1));
}

/*===============*/
/*! history */
/*===============*/
/*! visual */
main.history .visual {
	position: relative;
	background-color: #0C1B32;
}

main.history .visual div::before {
	background: linear-gradient(-90deg, rgba(12, 27, 50, 0), rgba(12, 27, 50, 1));
}

main.history .visual div::after {
	background: linear-gradient(90deg, rgba(12, 27, 50, 0), rgba(12, 27, 50, 1));
}

/*! detail */
main.history .detail {
	position: relative;
	padding: 80px 0;
	background: #EFEFEF;
}

main.history .detail>div {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.history .detail>div figure {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 4px;
	transform: translateX(-50%);
}

main.history .detail>div figure i,
main.history .detail>div figure em {
	position: relative;
	display: block;
	margin-top: 8px;
	width: 100%;
	height: 16px;
	background-color: #3E5187;
}

main.history .detail>div figure em img {
	position: absolute;
	bottom: -4px;
	left: 50%;
	width: auto;
	transform: translateX(-50%);
}

main.history .detail ul {
	position: relative;
	display: block;
	padding-bottom: 70px;
}

main.history .detail ul::before {
	position: absolute;
	top: 2em;
	bottom: 100px;
	left: 50%;
	width: 4px;
	background: #7D9EC7;
	background: linear-gradient(0deg, #3E5187, #7D9EC7);
	content: "";
	transform: translateX(-50%);
}

main.history .detail li {
	position: relative;
	display: block;
	width: 50%;
}

main.history .detail li:last-child {
	margin-bottom: 100px;
}

main.history .detail li.r {
	margin-left: 50%;
}

/*! detail li>p */
main.history .detail li>p {
	position: relative;
	padding: 15px 0;
}

main.history .detail li.l>p {
	padding-right: 15px;
	text-align: right;
}

main.history .detail li.r>p {
	padding-left: 15px;
}

main.history .detail li>p strong {
	position: relative;
	display: block;
	color: #0e283a;
	font-weight: 900;
	font-size: 200%;
	font-family: urw-din, sans-serif;
	line-height: 1.2;
}

main.history .detail li>p strong i {
	display: block;
	transform: skew(-15deg, 0);
}

main.history .detail li>p strong::before {
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0e283a;
	content: "";
	transform: translateY(-50%);
}

main.history .detail li.l>p strong::before {
	right: -20px;
}

main.history .detail li.r>p strong::before {
	left: -20px;
}

main.history .detail li>p small {
	display: block;
	font-size: 90%;
	line-height: 1.6;
}

/*! detail li>div */
main.history .detail li>div {
	position: relative;
	padding: 130px 0 30px;
}

main.history .detail li:last-child>div {
	padding-bottom: 0;
}

main.history .detail li>div>div {
	padding: 40px;
}

main.history .detail li>div>div {
	position: relative;
	margin-top: -100px;
	margin-bottom: -280px;
	width: calc(100% - 8em);
	background-color: #0e283a;
}

main.history .detail li.adj_top>div {
	padding-top: 30px;
}

main.history .detail li.adj_top>div>div {
	margin-top: -200px;
}

main.history .detail li.adj_bottom>div>div {
	margin-bottom: 0;
}

main.history .detail li.r>div>div {
	margin-left: 8em;
}

main.history .detail li>div>p {
	position: absolute;
	width: 100%;
}

main.history .detail li.l>div>p {
	padding-right: 15px;
	text-align: right;
}

main.history .detail li.r>div>p {
	padding-left: 15px;
}

main.history .detail li>div>p strong {
	position: relative;
	display: block;
	color: #0e283a;
	font-weight: 900;
	font-size: 240%;
	font-family: urw-din, sans-serif;
	line-height: 1.2;
}

main.history .detail li>div>p strong i {
	display: block;
	transform: skew(-15deg, 0);
}

main.history .detail li>div>p i {
	font-size: 115%;
	line-height: 1.6;
}

main.history .detail li>div>p::before {
	position: absolute;
	bottom: 0;
	width: 90%;
	height: 0;
	border-top: 1px dotted #0e283a;
	content: "";
}

main.history .detail li.l>div>p::before {
	right: 0;
}

main.history .detail li.r>div>p::before {
	left: 0;
}

main.history .detail li>div>p::after {
	position: absolute;
	bottom: -10px;
	width: 14px;
	height: 14px;
	border: 3px solid #0e283a;
	border-radius: 50%;
	background-color: #FFF;
	content: "";
}

main.history .detail li.l>div>p::after {
	right: -10px;
}

main.history .detail li.r>div>p::after {
	left: -10px;
}

main.history .detail li>div h3 {
	position: relative;
	margin-top: -10px;
	min-height: 120px;
}

main.history .detail li>div h3 i {
	position: relative;
	display: block;
	color: #004985;
	text-align: center;
	font-weight: 900;
	font-size: 700%;
	font-family: urw-din, sans-serif;
	line-height: 1;
}

main.history .detail li>div h3 i {
	transform: skew(-15deg, 0);
}

main.history .detail li>div h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	font-weight: 700;
	font-size: 90%;
	line-height: 1.6;
	transform: translate(-50%, -50%);
}

main.history .detail li>div img {
	display: block;
	margin: 10px 0 15px;
}

main.history .detail li>div p {
	color: #FFF;
	font-size: 85%;
}

main.history .detail .brackets::before,
main.history .detail .brackets::after,
main.history .detail .brackets>div::before,
main.history .detail .brackets>div::after {
	border-color: #FFF;
}

main.history .detail .brackets::before {
	top: 5px;
	left: 5px;
	border-width: 2px 0 0 2px;
}

main.history .detail .brackets::after {
	top: 5px;
	right: 5px;
	border-width: 2px 2px 0 0;
}

main.history .detail .brackets>div::before {
	bottom: 5px;
	left: 5px;
	border-width: 0 0 2px 2px;
}

main.history .detail .brackets>div::after {
	right: 5px;
	bottom: 5px;
	border-width: 0 2px 2px 0;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.history .detail {
		padding: 3em 0;
	}

	main.history .detail>div {
		margin: 0 0 0 10%;
		max-width: none;
		width: 85%;
	}

	main.history .detail>div figure {
		left: 0%;
		transform: translateX(0);
	}

	main.history .detail>div figure i,
	main.history .detail>div figure em {
		margin-top: 6px;
		height: 12px;
	}

	main.history .detail>div figure em img {
		bottom: -6px;
	}

	main.history .detail ul {
		padding-bottom: 60px;
	}

	main.history .detail ul::before {
		bottom: 72px;
		left: 0;
		transform: translateX(0);
	}

	main.history .detail li {
		width: 100%;
	}

	main.history .detail li.r {
		margin-left: 0;
	}

	main.history .detail li:last-child {
		margin-bottom: 0;
	}

	/*! detail li>p */
	main.history .detail li>p {
		position: relative;
		padding: 1em 0;
	}

	main.history .detail li.l>p {
		padding-right: 0;
		padding-left: 1.5em;
		text-align: left;
	}

	main.history .detail li.r>p {
		padding-left: 1.5em;
	}

	main.history .detail li.r>p strong {
		line-height: 1.4;
	}

	main.history .detail li.r>p small {
		font-size: 90%;
	}

	main.history .detail li>p strong::before {
		width: 12px;
		height: 12px;
	}

	main.history .detail li.l>p strong::before {
		right: auto;
		left: calc(-.75em - 4px);
	}

	main.history .detail li.r>p strong::before {
		left: calc(-.75em - 4px);
	}

	/*! detail li>div */
	main.history .detail li>div,
	main.history .detail li.r>div,
	main.history .detail li.adj_top>div,
	main.history .detail li.adj_bottom>div {
		padding: .5em 0 1em;
	}

	main.history .detail li>div>div,
	main.history .detail li.r>div>div,
	main.history .detail li.adj_top>div>div,
	main.history .detail li.adj_bottom>div>div {
		margin: -3em 0 0 3em;
		padding: 2em;
		width: calc(100% - 3em);
	}

	main.history .detail li>div>p {
		position: relative;
		width: 100%;
	}

	main.history .detail li.l>div>p {
		padding-right: 0;
		text-align: left;
	}

	main.history .detail li>div>p,
	main.history .detail li.r>div>p {
		padding-left: 3.5em;
	}

	main.history .detail li>div>p i {
		padding-bottom: 1.2em;
		font-size: 120%;
		line-height: 1.4;
	}

	main.history .detail li>div>p::before {
		border-top: 2px dotted #1F2A66;
	}

	main.history .detail li.l>div>p::before {
		right: auto;
		left: 0;
	}

	main.history .detail li>div>p::after {
		bottom: -10px;
		width: 18px;
		height: 18px;
	}

	main.history .detail li.l>div>p::after {
		right: auto;
		left: -10px;
	}

	main.history .detail li.r>div>p::after {
		left: -10px;
	}

	main.history .detail li>div h3 {
		margin-top: -1em;
		min-height: 4em;
	}

	main.history .detail li>div h3 i {
		font-size: 700%;
	}

	main.history .detail li>div img {
		display: block;
		margin: 1em 0 .5em;
	}

	main.history .detail li>div p {
		color: #FFF;
		font-size: 85%;
	}
}

/*===============*/
/*! data */
/*===============*/
/*! visual */
main.data .visual {
	position: relative;
	background-color: #3365AA;
}

main.data .visual div::before {
	background: linear-gradient(-90deg, rgba(51, 101, 170, 0), rgba(51, 101, 170, 1));
}

main.data .visual div::after {
	background: linear-gradient(90deg, rgba(51, 101, 170, 0), rgba(51, 101, 170, 1));
}

/*! detail */
main.data .detail {
	position: relative;
	padding: 80px 0;
	background: #EFEFEF;
}

main.data .detail>div {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.data .detail>div>ul {
	position: relative;
	/*display: block;*/
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

main.data .detail>div>ul::after {
	display: block;
	clear: both;
	content: "";
}

main.data .detail>div>ul>li {
	/*float: left;*/
	margin-bottom: 30px;
	width: calc(50% - 15px);
}

main.data .detail>div>ul>li:nth-child(2n) {
	margin-left: 30px;
}

main.data .detail>div>ul>li:nth-last-child(1),
main.data .detail>div>ul>li:nth-last-child(2) {
	margin-bottom: 0;
}

main.data .detail .box {
	padding: 35px;
	height: 100%;
	background-color: #FFF;
}

main.data .detail .box h3 {
	margin-bottom: 5px;
	text-align: center;
}

main.data .detail .box h3 span {
	display: inline-block;
	border-bottom: 1px solid #0e283a;
	color: #0e283a;
	font-size: 120%;
}

main.data .detail .box h3:not(:first-of-type) {
	margin-top: 30px;
    padding-top: 30px;
    border-top: 2px #0e283a dashed;
}

main.data .detail .box ul {
	display: block;
	text-align: center;
}

main.data .detail .box ul li {
	position: relative;
	display: inline-block;
	padding: 0 1em 0 1.4em;
	line-height: 1.2;
}

main.data .detail .box ul li::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "●";
	font-size: 120%;
	transform: translateY(-50%);
}

main.data .detail .box .graph_label li:nth-child(1)::before {
	color: #FBCC01;
}

main.data .detail .box .graph_label li:nth-child(2)::before {
	color: #185E99;
}

main.data .detail .box .graph_label li:nth-child(3)::before {
	color: #0D3C70;
}

main.data .detail .box .graph_label li:nth-child(4)::before {
	color: #0A1C3C;
}


@media screen and (max-width:768px) {

	/*! detail */
	main.data .detail {
		padding: 3em 0;
	}

	main.data .detail>div {
		max-width: none;
	}

	main.data .detail>div>ul {
		position: relative;
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}

	main.data .detail>div>ul::after {
		display: block;
		clear: both;
		content: "";
	}

	main.data .detail>div>ul>li,
	main.data .detail>div>ul>li:nth-last-child(2) {
		float: none;
		margin-bottom: 1.5em;
		width: 100%;
	}

	main.data .detail>div>ul>li:nth-child(2n) {
		margin-left: 0;
	}

	main.data .detail .box {
		padding: 1.5em 2em;
	}

	main.data .detail .box h3 {
		margin-bottom: .5em;
	}
}

/*===============*/
/*! training */
/*===============*/
/*! visual */
main.training .visual {
	position: relative;
	background-color: #8D9B9F;
}

main.training .visual div::before {
	background: linear-gradient(-90deg, rgba(141, 155, 159, 0), rgba(141, 155, 159, 1));
}

main.training .visual div::after {
	background: linear-gradient(90deg, rgba(141, 155, 159, 0), rgba(141, 155, 159, 1));
}

/* detail */
main.training .detail {
	position: relative;
	padding: 100px 0 50px;
	background: #EFEFEF;
}

main.training .detail>div {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.training .detail .box {
	position: relative;
	margin-bottom: 50px;
	padding: 60px;
	background-color: #FFF;
}

main.training .detail .box h2 {
	margin-bottom: 40px;
	background: url(../img/company/training_line.png) left center repeat-x;
}

main.training .detail .box h2 span {
	display: inline-block;
	padding-right: .75em;
	background-color: #FFF;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2;
}

main.training .detail .box h2 span:first-letter {
	color: #b62b00;
}

main.training .detail img {
	display: block;
}

main.training .detail .wrap {
	position: relative;
}

main.training .detail .wrap::before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: url(../img/company/training_line.png) left top repeat-x;
	content: "";
}

@media screen and (max-width:768px) {
	main.training .detail {
		padding: 3em 0 1em;
	}

	main.training .detail>div {
		max-width: none;
	}

	main.training .detail .box {
		margin-bottom: 2em;
		padding: 3em;
	}

	main.training .detail .box h2 {
		margin-bottom: 1em;
		background: url(../img/company/training_line.png) left center repeat-x;
	}

	main.training .detail .box h2 span {
		font-size: 150%;
	}
}

/* tbc */
main.training .detail .tbc .img {
	display: block;
	padding-bottom: 32px;
}

main.training .detail .tbc .img::after {
	display: block;
	clear: both;
	content: "";
}

main.training .detail .tbc .img li {
	float: left;
	margin-left: 15px;
	width: calc(33.3333% - 10px);
}

main.training .detail .tbc .img li:first-child {
	margin-left: 0;
}

main.training .detail .pattern {
	position: relative;
}

main.training .detail .pattern::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: url(../img/common/pattern_plus_wh.png) center top #000;
	content: "";
	opacity: .1;
}

main.training .detail .tbc .txt {
	padding-bottom: 32px;
}

main.training .detail .tbc .txt p {
	line-height: 2;
}

main.training .detail .tbc .txt a {
	position: relative;
	display: inline-block;
	color: #0e283a;
}

@media screen and (min-width:769px) {
	main.training .detail .tbc .txt a::after {
		position: absolute;
		right: 100%;
		bottom: 0;
		left: 0;
		height: 1px;
		background-color: #0e283a;
		content: "";
		opacity: 0;
		transition: right .2s .2s, opacity .2s .2s;
	}

	main.training .detail .tbc .txt a:hover::after {
		right: 0;
		opacity: .5;
	}
}

@media screen and (max-width:768px) {
	main.training .detail .tbc .img {
		padding-bottom: 1em;
	}

	main.training .detail .tbc .img li {
		float: none;
		margin: .5em auto 0;
		width: 80%;
	}

	main.training .detail .tbc .img li:first-child {
		margin-top: 0;
		margin-left: auto;
	}

	main.training .detail .pattern::after {
		background-size: 20%;
	}

	main.training .detail .tbc .txt {
		padding-bottom: 2em;
	}
}

/* education */
main.training .detail .education .wrap {
	padding-bottom: 40px;
}

main.training .detail .education .wrap:last-child {
	padding-top: 40px;
}

main.training .detail .education .wrap::after {
	display: block;
	clear: both;
	content: "";
}

main.training .detail .education .txt {
	float: left;
	padding-right: 30px;
	width: calc(100% - 324px);
}

main.training .detail .education .txt h3 {
	margin-bottom: 10px;
	color: #0e283a;
	font-weight: 700;
	font-size: 140%;
}

main.training .detail .education .txt li {
	display: block;
}

main.training .detail .education .txt li:first-child {
	margin-bottom: 10px;
}

main.training .detail .education .txt p {
	line-height: 2;
}

main.training .detail .education .txt strong {
	display: block;
	font-weight: 700;
}

main.training .detail .education .txt strong::before {
	content: "■ ";
}

main.training .detail .education .txt span {
	display: block;
}

main.training .detail .education .img {
	float: left;
	width: 324px;
}

main.training .detail .education .step {
	display: block;
	clear: both;
	padding-top: 30px;
}

main.training .detail .education .step::after {
	display: block;
	clear: both;
	content: "";
}

main.training .detail .education .step li {
	position: relative;
	display: block;
	float: left;
	margin-left: 30px;
	padding: 5px 0;
	width: calc(20% - 24px);
	border: 1px solid #0e283a;
	border-radius: 5px;
}

main.training .detail .education .step li::after {
	position: absolute;
	top: 50%;
	left: -22px;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #0e283a;
	content: "";
	transform: translateY(-50%);
}

main.training .detail .education .step li:first-child::after {
	display: none;
}

main.training .detail .education .step li:first-child {
	margin-left: 0;
}

main.training .detail .education .step li img {
	margin: 0 auto;
	max-width: 151px;
}

main.training .detail .education .step li div {
	position: relative;
	height: 4em;
}

main.training .detail .education .step li div p {
	position: absolute;
	top: 48%;
	padding: 0 .25em;
	width: 100%;
	text-align: center;
	font-size: 85%;
	line-height: 1.4;
	transform: translateY(-50%);
}

main.training .detail .education .step li div p span {
	display: inline-block;
}

@media screen and (max-width:768px) {
	main.training .detail .education .wrap {
		padding-bottom: 2em;
	}

	main.training .detail .education .wrap:last-child {
		padding-top: 2em;
	}

	main.training .detail .education .txt {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	main.training .detail .education .txt h3 {
		margin-bottom: .5em;
		font-size: 120%;
	}

	main.training .detail .education .txt li:first-child {
		margin-bottom: 1em;
	}

	main.training .detail .education .img {
		float: none;
		margin-top: 1em;
		width: 100%;
	}

	main.training .detail .education .step {
		padding-top: 2em;
	}

	main.training .detail .education .step li {
		margin: 0 0 1em 1em;
		padding: .5em 0;
		width: calc(50% - .5em);
		border-radius: .5em;
	}

	main.training .detail .education .step li:nth-child(odd) {
		margin-left: 0;
	}

	main.training .detail .education .step li:last-child {
		margin-bottom: 0;
	}

	main.training .detail .education .step li::after {
		display: none;
	}

	main.training .detail .education .step li img {
		max-width: none;
	}
}

/* teacher */
main.training .detail .teacher {
	margin-bottom: 80px;
}

main.training .detail .teacher ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

main.training .detail .teacher ul::after {
	display: block;
	clear: both;
	content: "";
}

main.training .detail .teacher ul li {
	position: relative;
	margin: 0  32px 40px 0;
	width: calc(33% - 20px);
}

main.training .detail .teacher ul li:nth-child(3n) {
	margin: 0  0 40px;
}

main.training .detail .teacher ul li a {
	display: block;
	overflow: hidden;
	border: 1px solid #DDD;
}

body.dv_pc main.training .detail .teacher ul li a {
	transition: border .3s .2s ease-out, box-shadow .3s .2s ease-out;
}

body.dv_pc main.training .detail .teacher ul li a:hover {
	border-color: #3E5187;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

@media screen and (max-width:768px) {
	main.training .detail .teacher {
		margin-bottom: 3em;
	}

	main.training .detail .teacher ul {
		padding-bottom: 1em;
	}

	main.training .detail .teacher ul li {
		margin: 0  1em 1em 0;
		width: calc(50% - .5em);
	}

	main.training .detail .teacher ul li:nth-child(3n) {
		margin: 0  1em 1em 0;
	}

	main.training .detail .teacher ul li:nth-child(even) {
		margin: 0  0 1em;
	}
}

/* link */
main.training .detail .link_bt {
	margin: 0 auto 50px;
	max-width: 618px;
}

main.training .detail .link_bt::after {
	display: block;
	clear: both;
	content: "";
}

main.training .detail .link_bt a {
	position: relative;
	display: block;
	float: left;
	width: 270px;
	border: 1px solid #FFF;
	background-color: #0e283a;
	color: #FFF;
	text-align: center;
	line-height: 3.5;
}

main.training .detail .link_bt a:last-child {
	float: right;
}

body.dv_pc main.training .detail .link_bt a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #0e283a;
	content: "";
	opacity: 0;
	transition: .1s .2s;
}

body.dv_pc main.training .detail .link_bt a:hover::before {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	opacity: 1;
}

@media screen and (max-width:768px) {
	main.training .detail .link_bt {
		margin: 0 auto 3em;
		max-width: none;
	}

	main.training .detail .link_bt a {
		float: none;
		margin: 0 auto;
		width: 80%;
	}

	main.training .detail .link_bt a:last-child {
		float: none;
		margin-top: .5em;
	}
}

/*===============*/
/*! group */
/*===============*/
/*! visual */
main.group .visual {
	position: relative;
	background-color: #3b424d;
}

main.group .visual div::before {
	background: linear-gradient(-90deg, rgba(59, 66, 77, 0), rgba(59, 66, 77, 1));
}

main.group .visual div::after {
	background: linear-gradient(90deg, rgba(59, 66, 77, 0), rgba(59, 66, 77, 1));
}

main.group .detail {
	position: relative;
	padding: 100px 0 50px;
	background-color: #EFEFEF;
}

main.group .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.group .detail .box {
	margin-bottom: 50px;
	padding: 60px 60px 74px;
	background: #FFF;
}

main.group .detail .box>div>div {
	position: relative;
	padding: 50px 0 40px;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #0e283a;
}

main.group .detail .box>div>div>div {
	display: table;
}

main.group .detail .box>div>div>div>div {
	display: table-cell;
	vertical-align: middle;
}

main.group .detail .box h3 {
	position: absolute;
	top: -1em;
	left: -.5em;
	padding: 0 .5em;
	background-color: #FFF;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 180%;
	line-height: 2;
}

main.group .detail .box h3::first-letter {
	color: #b62b00;
}

main.group .detail .box h4 {
	margin-bottom: 15px;
	color: #0e283a;
	font-weight: 700;
	font-size: 120%;
	line-height: 1.6;
}

main.group .detail .box p {
	padding-right: 30px;
	line-height: 2;
}

main.group .detail .box .img {
	width: 38%;
}

main.group .detail .group_list a.more {
	margin: 30px auto 0;
	width: 15em;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.group .detail {
		padding: 3em 0 1em;
	}

	main.group .detail>div {
		max-width: none;
	}

	main.group .detail .box {
		margin-bottom: 2em;
		padding: 4em 3em;
	}

	main.group .detail .box>div>div {
		padding: 2em 0 1em;
	}

	main.group .detail .box>div>div>div {
		display: block;
	}

	main.group .detail .box>div>div>div>div {
		display: block;
	}

	main.group .detail .box h3 {
		font-size: 150%;
		position: relative;
	}

	main.group .detail .box h4 {
		margin-bottom: 1em;
	}

	main.group .detail .box p {
		padding-right: 0;
	}

	main.group .detail .box .img {
		margin: 20px auto 0;
		width: 85%;
	}

	main.group .detail .group_list a.more {
		margin: 10px auto;
		width: 15em;
	}

}


/*===============*/
/*! SDGs */
/*===============*/
/*! visual */
main.sdgs .visual {
	position: relative;
	background-color: #3b424d;
}

main.sdgs .visual div::before {
	background: linear-gradient(-90deg, rgba(59, 66, 77, 0), rgba(59, 66, 77, 1));
}

main.sdgs .visual div::after {
	background: linear-gradient(90deg, rgba(59, 66, 77, 0), rgba(59, 66, 77, 1));
}

main.sdgs .detail {
	position: relative;
	padding: 100px 0 50px;
	background-color: #EFEFEF;
}

main.sdgs .declaration {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1440px;
    margin: 0 auto;
}

main.sdgs .declaration figure {
	padding: 2rem 3rem;
}

main.sdgs .declaration figure:first-of-type {
	border-right: 1px #7f7f7f solid;
	flex: 0 0 25%;
}

main.sdgs .declaration figure:nth-last-child(2) {
	flex: 0 0 50%;
}


main.sdgs .declaration p {
	width: 100%;
	color: #0e283a;
    font-size: 130%;
	margin: 2rem auto 5rem;
}

main.sdgs .direction {
	margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

main.sdgs .direction dt {
    position: relative;
    display: inline-block;
	padding: 0 0 .25em .05em;
	margin-bottom: 2rem;
    color: #0e283a;
    text-align: center;
    white-space: nowrap;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 180%;
    line-height: 1.3;
}
main.sdgs .direction dt::before {
    content: "";
    background-color: #0e283a;
    height: 3px;
	position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
}

main.sdgs .direction dd {
	line-height: 2;
    font-size: 110%;
    padding: 0 1rem;
}

main.sdgs .detail h2 {
    position: relative;
    padding-bottom: 40px;
	margin-bottom: 3rem;
    color: #0e283a;
    text-align: center;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 180%;
    line-height: 1.2;
}
main.sdgs .detail h2::before {
    content: "";
    background-color: #0e283a;
    width: 2em;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

main.sdgs .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.sdgs .detail .box {
	margin-bottom: 80px;
	padding: 60px 60px 74px;
	background: #FFF;
}

main.sdgs .detail .box>div>div {
	position: relative;
	padding: 50px 0 40px;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #0e283a;
}

main.sdgs .detail .box h3 {
	position: absolute;
	top: -1em;
	left: -.5em;
	padding: 0 .5em;
	background-color: #FFF;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 180%;
	line-height: 2;
}

main.sdgs .detail h2:first-letter,
main.sdgs .detail .box h3:first-letter {
	color: #b62b00;
}

main.sdgs .detail h4 {
    margin-bottom: 10px;
    color: #0e283a;
    font-weight: 700;
    font-size: 140%;
}

main.sdgs .detail .label {
	display: inline-block;
	background: #0e283a;
	color: #fff;
    padding: .5rem 1rem;
    position: absolute;
    top: -5.5em;
	letter-spacing: .05em;
}

main.sdgs .detail .sdgs_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
main.sdgs .detail .sdgs_list li {
	width: calc(100% / 7);
}

main.sdgs .detail .example {
	border-top: 1px #0e283a dashed;
	padding-top: 40px;
	margin-top: 40px;
}

main.sdgs .detail .example_list li {
	position: relative;
	padding-left: 1.3rem;
}
main.sdgs .detail .example_list li::before {
	position: absolute;
    left: 0;
    content: "●";
    transform: scale(.5);
    color: #0e283a;
}

@media screen and (max-width:768px) {
	main.sdgs .declaration figure {
		padding: 1rem;
	}
	main.sdgs .declaration figure:first-of-type {
		flex: 0 0 30%;
	}
	main.sdgs .declaration figure:nth-last-child(2) {
		flex: 0 0 65%;
	}

	main.sdgs .direction {
		width: 100%;
	}

	main.sdgs .direction dt {
		font-size: 140%;
		line-height: 1.4;
	}
	main.sdgs .direction dd {
		font-size: 100%;
		padding: 0;
	}

	main.sdgs .detail .box {
		margin-bottom: 2em;
		padding: 5em 2em 2em;
	}

	main.sdgs .detail .box>div>div {
		padding: 2rem 0;
	}

	main.sdgs .detail .box h3 {
		font-size: 150%;
		position: relative;
	}

	main.sdgs .detail .label {
		top: -4em;
	}

	main.sdgs .detail .sdgs_list li {
		width: calc(100% / 4);
	}

	main.sdgs .detail .example {
		padding-top: 2rem;
		margin-top: 2rem;
	}
}


/*===============*/
/*! base */
/*===============*/
/*! visual */
main.base .visual {
	position: relative;
	background-color: #3b424d;
}

main.base .visual div::before {
	background: linear-gradient(-90deg, rgba(59, 66, 77, 0), rgba(59, 66, 77, 1));
}

main.base .visual div::after {
	background: linear-gradient(90deg, rgba(59, 66, 77, 0), rgba(59, 66, 77, 1));
}

main.base .detail {
	position: relative;
	padding: 100px 0 50px;
	background-color: #EFEFEF;
}

main.base .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.base .detail .box {
	margin-bottom: 50px;
	padding: 60px 60px 74px;
	background: #FFF;
}

main.base .detail .box>div>div {
	position: relative;
	padding: 50px 0 40px;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #0e283a;
}

main.base .detail .box>div>div>div {
	display: flex;
    justify-content: space-between;
}

main.base .detail .box>div>div>div>div {
	display: table-cell;
	vertical-align: middle;
}

main.base .detail .box h2 {
	position: absolute;
	top: -1em;
	left: -.5em;
	padding: 0 .5em;
	background-color: #FFF;
	color: #0e283a;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 180%;
	line-height: 2;
}

main.base .detail .box h2::first-letter {
	color: #b62b00;
}

main.base .detail .box .map {
	width: 50%;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.base .detail {
		padding: 3em 0 1em;
	}

	main.base .detail>div {
		max-width: none;
	}

	main.base .detail .box {
		margin-bottom: 2em;
		padding: 3em 2em;
	}

	main.base .detail .box>div>div {
		padding: 2em 0 1em;
	}

	main.base .detail .box>div>div>div {
		display: block;
	}

	main.base .detail .box>div>div>div>div {
		display: block;
	}

	main.base .detail .box h2 {
		font-size: 150%;
		position: relative;
	}

	main.base .detail .box p {
		padding-right: 0;
	}

	main.base .detail .box .map {
		margin: 20px auto 0;
		width: 100%;
	}

}