@charset "UTF-8";

/*===============*/
/*! index */
/*===============*/
/*! visual */
main.index .visual {
	position: relative;
	background-color: #AFB4BA;
}

main.index .visual div::before {
	background: linear-gradient(-90deg, rgba(175, 180, 186, 0), rgba(175, 180, 186, 1));
}

main.index .visual div::after {
	background: linear-gradient(90deg, rgba(175, 180, 186, 0), rgba(175, 180, 186, 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 {
	margin-bottom: 40px;
}

main.index .detail ul::after {
	display: block;
	clear: both;
	content: "";
}

main.index .detail ul li {
	float: left;
	margin: 0 0 24px 24px;
	width: calc(33.3333% - 16px);
}

main.index .detail ul li:nth-child(3n+1) {
	margin-left: 0;
}

main.index .detail ul li a {
	position: relative;
	display: block;
	padding: 20px;
	height: 250px;
	background-color: #0e283a;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	font-weight: 700;
	line-height: 1.4;
}

main.index .detail ul li a img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
}

main.index .detail ul li a span {
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	font-size: 120%;
}

main.index .detail>div>div a {
	position: relative;
	display: block;
	background-color: #004985;
	color: #FFF;
}

main.index .detail>div>div a span {
	display: block;
	padding-left: .25em;
	text-align: center;
	letter-spacing: .25em;
	font-size: 150%;
	line-height: 110px;
}

body.dv_pc main.index .detail ul li a::before,
body.dv_pc main.index .detail>div>div a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #0e283a;
	content: "";
	opacity: 0;
	transition-delay: .2s;
	transition-timing-function: linear;
	transition-duration: .05s;
	transition-property: top, right, bottom, left, opacity, border;
}

body.dv_pc main.index .detail>div>div a::before {
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border-color: #FFF;
	opacity: 1;
}

body.dv_pc main.index .detail ul li a:hover::before,
body.dv_pc main.index .detail>div>div a:hover::before {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	opacity: 1;
}

body.dv_pc main.index .detail>div>div a:hover::before {
	border-color: #004985;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.index .detail {
		padding: 3em 0;
	}

	main.index .detail>div {
		max-width: none;
	}

	main.index .detail ul {
		margin-bottom: 1em;
	}

	main.index .detail ul li {
		margin: 0 0 1em 1em;
		width: calc(50% - .5em);
	}

	main.index .detail ul li:nth-child(3n+1) {
		margin-left: 1em;
	}

	main.index .detail ul li:nth-child(2n+1) {
		margin-left: 0;
	}

	main.index .detail ul li a {
		padding: 1em 2em;
		height: 14.5em;
	}

	main.index .detail ul li a img {
		max-width: none;
	}

	main.index .detail ul li a span {
		top: 10em;
		font-size: 100%;
	}

	main.index .detail>div>div a span {
		font-size: 130%;
		line-height: 4em;
	}
}

/*===============*/
/*! support */
/*===============*/
/*! visual */
main.support .visual {
	position: relative;
	background-color: #9FA6AC;
}

main.support .visual div::before {
	background: linear-gradient(-90deg, rgba(159, 166, 172, 0), rgba(159, 166, 172, 1));
}

main.support .visual div::after {
	background: linear-gradient(90deg, rgba(159, 166, 172, 0), rgba(159, 166, 172, 1));
}

/*! detail */
main.support .detail {
	position: relative;
	padding: 80px 0 100px;
	background-color: #EFEFEF;
}

main.support .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.support .detail .step>li {
	position: relative;
	display: block;
	margin-bottom: 80px;
	background-color: #FFF;
}

main.support .detail .step>li:last-child {
	margin-bottom: 0;
}

main.support .detail .step>li::before,
main.support .detail .step>li::after {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 3px solid #0e283a;
	content: "";
}

main.support .detail .step>li::before {
	bottom: 0;
	left: 0;
	border-width: 0 0 3px 3px;
}

main.support .detail .step>li::after {
	right: 0;
	bottom: 0;
	border-width: 0 3px 3px 0;
}

main.support .detail .step>li>img {
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: auto;
	height: 26px;
	transform: translateX(-50%);
}

main.support .detail .step>li>div {
	position: relative;
	padding: 40px 60px;
}

main.support .detail .step h3 {
	padding: 15px 60px;
	background-color: #0e283a;
	font-size: 140%;
	line-height: 1.2;
}

main.support .detail .step h3 i {
	display: inline-block;
	padding-right: 20px;
	color: #fccf01;
	letter-spacing: .15em;
	font-weight: 700;
	font-family: urw-din, sans-serif;
}

main.support .detail .step h3 span {
	display: inline-block;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, .5);
	color: #FFF;
	letter-spacing: .1em;
	font-weight: 700;
}

main.support .detail .tb {
	display: table;
	width: 100%;
}

main.support .detail .tb>* {
	display: table-cell;
	vertical-align: middle;
}

main.support .detail .img {
	width: 38%;
}

main.support .detail .txt {
	padding-left: 30px;
}

main.support .detail .step4 .txt {
	padding-left: 0;
}

main.support .detail .txt h4,
main.support .detail .list h4 {
	width: 100px;
	color: #0e283a;
	white-space: nowrap;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 120%;
}

main.support .detail .list h4 {
	margin-bottom: 5px;
}

main.support .detail .txt h4::first-letter,
main.support .detail .list h4::first-letter {
	color: #b62b00;
}

main.support .detail .txt h4 img {
	width: 82px;
}

main.support .detail .txt p strong {
	display: block;
	color: #0e283a;
	font-weight: 700;
	font-size: 120%;
}

main.support .detail .txt>*:first-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #0e283a;
}

main.support .detail .step4 .txt>*:first-child {
	margin-bottom: 0;
}

main.support .detail .imgs {
	margin-bottom: 20px;
}

main.support .detail .imgs::after {
	display: block;
	clear: both;
	content: "";
}

main.support .detail .imgs img {
	display: block;
	float: left;
	margin-left: 18px;
	width: calc(33.3333% - 12px);
}

main.support .detail .imgs img:first-child {
	margin-left: 0;
}

main.support .detail .list {
	display: flex;
	flex-wrap: wrap;
}

main.support .detail .list li {
	padding: 30px 20px;
	width: calc(50% - 10px);
}

main.support .detail .list li:nth-child(n+3) {
	border-top: 1px dashed #0e283a;
}

main.support .detail .list li:nth-child(even) {
	margin-left: 20px;
}

main.support .detail .list li:nth-child(n+4) {
	padding-bottom: 10px;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.support .detail {
		padding: 3em 0;
	}

	main.support .detail>div {
		max-width: none;
	}

	main.support .detail .step>li {
		margin-bottom: 4em;
	}

	main.support .detail .step>li>img {
		bottom: -2.5em;
		height: 1.5em;
	}

	main.support .detail .step>li>div {
		padding: 2em;
	}

	main.support .detail .step h3 {
		padding: 1em 2em;
		font-size: 120%;
	}

	main.support .detail .step h3 i {
		padding-right: 1em;
	}

	main.support .detail .step h3 span {
		padding-left: 1em;
	}

	main.support .detail .tb {
		display: block;
	}

	main.support .detail .tb>* {
		display: block;
	}

	main.support .detail .img {
		width: 100%;
	}

	main.support .detail .txt {
		padding-left: 0;
	}

	main.support .detail .step4 .txt {
		padding-left: 0;
	}

	main.support .detail .txt h4,
	main.support .detail .list h4 {
		width: auto;
		font-size: 110%;
	}

	main.support .detail .txt h4 img {
		margin-right: .5em;
		width: 4em;
	}

	main.support .detail .list h4 {
		margin-bottom: 5px;
	}

	main.support .detail .txt h4::first-letter,
	main.support .detail .list h4::first-letter {
		color: #E50012;
	}

	main.support .detail .txt p {
		font-size: 95%;
	}

	main.support .detail .txt>.tb:first-child,
	main.support .detail .txt>div:first-child {
		display: table;
		margin-bottom: 1em;
		padding: 1em 0;
	}

	main.support .detail .step4 .txt>.tb:first-child {
		margin-bottom: 0;
	}

	main.support .detail .txt>.tb:first-child>* {
		display: table-cell;
	}

	main.support .detail .imgs {
		margin-bottom: 0;
	}

	main.support .detail .imgs img {
		margin-left: 0;
		width: 33.3333%;
	}

	main.support .detail .imgs img:first-child {
		margin-left: 0;
	}

	main.support .detail .list {
		display: block;
	}

	main.support .detail .list li {
		padding: 1em 0;
		width: 100%;
	}

	main.support .detail .list li p {
		font-size: 95%;
	}

	main.support .detail .list li {
		border-top: 1px dashed #1F2A66;
	}

	main.support .detail .list li:first-child {
		border-top: none;
	}

	main.support .detail .list li:nth-child(even) {
		margin-left: 0;
	}

	main.support .detail .list li:nth-child(n+4) {
		padding-bottom: 1em;
	}
}

/*===============*/
/*! lecture */
/*===============*/
/*! visual */
main.lecture .visual {
	position: relative;
	background-color: #B8B9BD;
}

main.lecture .visual div::before {
	background: linear-gradient(-90deg, rgba(184, 185, 189, 0), rgba(184, 185, 189, 1));
}

main.lecture .visual div::after {
	background: linear-gradient(90deg, rgba(184, 185, 189, 0), rgba(184, 185, 189, 1));
}

/*! detail */
main.lecture .detail {
	position: relative;
	background-color: #EFEFEF;
}

main.lecture .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.lecture .detail .course {
	padding: 80px 0;
	border-top: 2px dotted #0e283a;
}

main.lecture .detail .course:first-child {
	border-top: none;
}

main.lecture .detail .course h3 {
	position: relative;
	padding-bottom: 40px;
	padding-left: .05em;
	color: #0e283a;
	text-align: center;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2;
}

main.lecture .detail .course h3::before {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 2em;
	height: 2px;
	background-color: #0e283a;
	content: "";
	transform: translateX(-50%);
}

main.lecture .detail .course h3::first-letter {
	color: #b62b00;
}

main.lecture .detail .course>div {
	margin-top: 30px;
	padding: 60px;
	background-color: #FFF;
}

main.lecture .detail .course .box {
	position: relative;
}

main.lecture .detail .course .box .txt {
	position: relative;
	padding-top: 80px;
	width: 465px;
	height: 24em;
}

main.lecture .detail .course .box .txt>div {
	position: absolute;
	bottom: 0;
	padding-top: 20px;
	width: 100%;
	border-top: 1px dashed #0e283a;
}

main.lecture .detail .course .box h4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 485px;
}

main.lecture .detail .course .box h5 {
	margin-bottom: 5px;
	color: #0e283a;
	font-weight: 700;
	font-size: 105%;
}

main.lecture .detail .course .box .txt p {
	line-height: 2;
}

main.lecture .detail .course .box .txt>div p {
	line-height: 1.6;
}

main.lecture .detail .course .box .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: calc(100% - 505px);
}

main.lecture .detail .course .box .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {

	/*! detail */
	main.lecture .detail>div {
		max-width: none;
	}

	main.lecture .detail .course {
		padding: 2em 0 3em;
	}

	main.lecture .detail .course h3 {
		padding-bottom: 1em;
		font-size: 140%;
	}

	main.lecture .detail .course h3::before {
		bottom: 0;
	}

	main.lecture .detail .course>div {
		margin-top: 2em;
		padding: 3em 2em;
	}

	main.lecture .detail .course .box .txt {
		position: static;
		padding-top: 4.5em;
		width: 100%;
		height: auto;
	}

	main.lecture .detail .course .box .txt>div {
		position: static;
		margin-top: 1em;
		padding-top: 1em;
	}

	main.lecture .detail .course .box h4 {
		width: 100%;
	}

	main.lecture .detail .course .box h5 {
		margin-bottom: .25em;
	}

	main.lecture .detail .course .box .txt>div p {
		line-height: 1.6;
	}

	main.lecture .detail .course .box .img {
		position: static;
		margin: 1em auto 0;
		width: 80%;
	}

	main.lecture .detail .course .box .img img {
		position: static;
		width: 100%;
		height: auto;
		transform: translate(0);
	}
}

/*===============*/
/*! career-plan */
/*===============*/
main.career-plan .detail {
	position: relative;
	padding: 100px 0 100px;
	background-color: #EFEFEF;
}

main.career-plan .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.career-plan .detail .box {
	position: relative;
	margin-bottom: 100px;
	padding: 0 80px 80px;
	background-color: #FFF;
	text-align: center;
}

main.career-plan .detail .box:last-child {
	margin-bottom: 0;
}

main.career-plan .detail .box h3 {
	padding: 0 0 .25em .05em;
	color: #0e283a;
	text-align: center;
	white-space: nowrap;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 170%;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	top: -.75em;
}

main.career-plan .detail .box h3 span {
	display: inline-block;
	vertical-align: middle;
}

main.career-plan .detail .box h3::before {
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	height: 3px;
	background-color: #0e283a;
	content: "";
}

main.career-plan .detail .box ul {
	display: block;
}

main.career-plan .detail .box ul li {
	position: relative;
	display: block;
	padding-bottom: 1.25em;
	font-weight: 700;
	font-size: 140%;
	line-height: 2.4;
}

main.career-plan .detail .box ul li::before,
main.career-plan .detail .box ul li:nth-child(5)::after {
	position: absolute;
	top: 0;
	bottom: 4px;
	left: calc(50% - 2px);
	width: 0;
	border-left: 4px dotted #0e283a;
	content: "";
}

main.career-plan .detail .box ul li p {
	position: relative;
	z-index: 10;
	padding-left: .05em;
	color: #FFF;
	text-align: center;
	letter-spacing: .05em;
}

main.career-plan .detail .box ul li:nth-child(1) p {
	background-color: #88ABDA;
}

main.career-plan .detail .box ul li:nth-child(2) p {
	background-color: #578ED6;
}

main.career-plan .detail .box ul li:nth-child(3) p {
	background-color: #3F5DA8;
}

main.career-plan .detail .box ul li:nth-child(4) p {
	background-color: #2A3994;
}

main.career-plan .detail .box ul li:nth-child(5) {
	padding-bottom: 3em;
}

main.career-plan .detail .box ul li:nth-child(5)::before,
main.career-plan .detail .box ul li:nth-child(5)::after {
	top: auto;
	bottom: -1em;
	height: 5.4em;
}

main.career-plan .detail .box ul li:nth-child(5)::before {
	left: 30%;
	transform: rotate(35deg);
}

main.career-plan .detail .box ul li:nth-child(5)::after {
	left: 70%;
	transform: rotate(-35deg);
}

main.career-plan .detail .box ul li:nth-child(5) p {
	background-color: #202B66;
}

main.career-plan .detail .box ul li:last-child {
	padding-bottom: 0;
}

main.career-plan .detail .box ul li:last-child::before {
	display: none;
}

main.career-plan .detail .box ul li:last-child::after {
	display: block;
	clear: both;
	content: "";
}

main.career-plan .detail .box ul li:last-child p {
	float: left;
	width: 48%;
}

main.career-plan .detail .box ul li:last-child p:first-child {
	background-color: #2485BF;

}

main.career-plan .detail .box ul li:last-child p:last-child {
	float: right;
	background-color: #5F52A0;
}

@media screen and (max-width:768px) {
	main.career-plan .detail {
		padding: 4em 0;
	}

	main.career-plan .detail>div {
		max-width: none;
	}

	main.career-plan .detail .box {
		margin-bottom: 3em;
		padding: 0 2em 2em;
	}

	main.career-plan .detail .box:last-child {
		margin-bottom: 0;
	}

	main.career-plan .detail .box h3 {
		font-size: 130%;
		margin-bottom: 1em;
	}

	main.career-plan .detail .box h3::before {
		bottom: -2px;
		height: 2px;
	}

	main.career-plan .detail .box ul li {
		font-size: 110%;
	}

	main.career-plan .detail .box ul li::before,
	main.career-plan .detail .box ul li:nth-child(5)::after {
		bottom: 2px;
		left: calc(50% - 1px);
		border-left-width: 2px;
	}

	main.career-plan .detail .box ul li p {
		padding-left: 0;
		letter-spacing: 0;
	}

	main.career-plan .detail .box ul li:nth-child(5) {
		padding-bottom: 2em;
	}

	main.career-plan .detail .box ul li:nth-child(5)::before,
	main.career-plan .detail .box ul li:nth-child(5)::after {
		top: auto;
		bottom: -1em;
		height: 4em;
	}

	main.career-plan .detail .box ul li:nth-child(5)::before {
		left: 30%;
		transform: rotate(35deg);
	}

	main.career-plan .detail .box ul li:nth-child(5)::after {
		left: 70%;
		transform: rotate(-35deg);
	}

	main.career-plan .detail .box ul li:last-child p {
		padding: .5em 0;
		width: 49%;
		font-size: 96%;
		line-height: 1.2;
	}
}

/*===============*/
/*! event */
/*===============*/
/*! visual */
main.event .visual {
	position: relative;
	background-color: #919E4C;
}

main.event .visual div::before {
	background: linear-gradient(-90deg, rgba(145, 158, 76, 0), rgba(145, 158, 76, 1));
}

main.event .visual div::after {
	background: linear-gradient(90deg, rgba(145, 158, 76, 0), rgba(145, 158, 76, 1));
}

/*! detail */
main.event .detail {
	position: relative;
	background-color: #EFEFEF;
}

main.event .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.event .detail .wrap {
	padding: 80px 0;
	border-top: 2px dotted #0e283a;
}

main.event .detail .wrap:first-child {
	border-top: none;
}

main.event .detail h3 {
	position: relative;
	padding-bottom: 40px;
	padding-left: .05em;
	color: #0e283a;
	text-align: center;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2;
}

main.event .detail h3::before {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 2em;
	height: 2px;
	background-color: #0e283a;
	content: "";
	transform: translateX(-50%);
}

main.event .detail h3::first-letter {
	color: #b62b00;
}

main.event .detail ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

main.event .detail ul li {
	margin: 21px 21px 0 0;
	width: calc(33.3333% - 14px);
	background-color: #FFF;
}

main.event .detail ul li:nth-child(3n) {
	margin-right: 0;
}

main.event .detail ul li:nth-child(-n+3) {
	margin-top: 0;
}

main.event .detail .box {
	padding: 30px;
}

main.event .detail .box h4 {
	position: relative;
	width: 100%;
	height: 4.5em;
	color: #0e283a;
	font-weight: 700;
	font-size: 110%;
	line-height: 1.6;
}

main.event .detail .box h4 span {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	white-space: nowrap;
	transform: translate(-50%, -50%);
}

main.event .detail .box p {
	font-size: 90%;
	line-height: 2;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.event .detail>div {
		max-width: none;
	}

	main.event .detail .wrap {
		padding: 3em 0;
	}

	main.event .detail .wrap:first-child {
		border-top: none;
	}

	main.event .detail h3 {
		padding-bottom: 1em;
		font-size: 140%;
	}

	main.event .detail h3::before {
		bottom: 0;
	}

	main.event .detail ul {
		display: block;
		margin-top: 2em;
	}

	main.event .detail ul li {
		margin: 1em 0 0 0;
		width: 100%;
	}

	main.event .detail ul li:nth-child(-n+3) {
		margin-top: inherit;
	}

	main.event .detail .box {
		padding: 2em;
	}

	main.event .detail .box img {
		display: block;
		margin: 0 auto;
		width: 75%;
	}

	main.event .detail .box h4 {
		padding: 1em 0 .5em;
		height: auto;
		text-align: center;
		font-size: 100%;
	}

	main.event .detail .box h4 span {
		position: static;
		font-size: 120%;
		transform: translate(0);
	}

	main.event .detail .box p {
		font-size: 90%;
		line-height: 1.8;
	}
}

/*===============*/
/*! culture */
/*===============*/
/*! visual */
main.culture .visual {
	position: relative;
	background-color: #B7B8BC;
}

main.culture .visual div::before {
	background: linear-gradient(-90deg, rgba(183, 184, 188, 0), rgba(183, 184, 188, 1));
}

main.culture .visual div::after {
	background: linear-gradient(90deg, rgba(183, 184, 188, 0), rgba(183, 184, 188, 1));
}

/*! detail */
main.culture .detail {
	position: relative;
	padding: 30px 0 100px;
	background-color: #EFEFEF;
}

main.culture .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.culture .detail>div>ul::after {
	display: block;
	clear: both;
	content: "";
}

main.culture .detail .list>li {
	position: relative;
	float: left;
	margin-top: 70px;
	padding: 80px 50px 50px;
	width: calc(50% - 13px);
	background-color: #FFF;
}

main.culture .detail .list>li:nth-child(even) {
	margin-left: 26px;
}

main.culture .detail .list>li>div>div>div {
	height: 15em;
}

main.culture .detail .list h3 {
	position: absolute;
	top: -1.5em;
	left: 50%;
	padding: 1em 2em;
	border-radius: 1.5em;
	background: url(../img/recruit/culture_icon.png) center no-repeat #0e283a;
	background-size: auto 65%;
	color: #FFF;
	font-size: 130%;
	line-height: 1;
	transform: translateX(-50%);
}

main.culture .detail .list h3 span {
	display: block;
	padding-left: .05em;
	white-space: nowrap;
	letter-spacing: .05em;
	font-weight: 700;
}

main.culture .detail .list h3::before {
	position: absolute;
	bottom: -.5em;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 1em .5em 0 .5em;
	border-style: solid;
	border-color: #0e283a transparent transparent transparent;
	content: "";
	transform: translateX(-50%);
}

/*
main.culture .detail .list i {
	position: absolute;
	top: -43px;
	left: 50%;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: url(../img/recruit/culture_icon.png) center no-repeat #1F2A66;
	color: #FFF;
	transform: translateX(-50%);

}

main.culture .detail .list i span {
	position: absolute;
	top: 52%;
	left: 50%;
	text-align: center;
	white-space: nowrap;
	font-weight: 700;
	font-family: urw-din, sans-serif;
	line-height: 1;
	transform: translate(-50%, -50%);
}

main.culture .detail .list i small {
	display: block;
	margin-bottom: 5px;
	padding-left: .1em;
	letter-spacing: .1em;
	font-size: 70%;
}

main.culture .detail .list i strong {
	display: block;
	font-size: 200%;

}

main.culture .detail .list i::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 12px 6px 0 6px;
	border-style: solid;
	border-color: #1F2A66 transparent transparent transparent;
	content: "";
	transform: translateX(-50%);
}
*/

main.culture .detail .list h4 {
	margin-bottom: 20px;
	color: #0e283a;
	text-align: center;
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4;
}

main.culture .detail .list p {
	font-size: 90%;
	line-height: 2;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.culture .detail {
		padding: 1em 0 3em;
	}

	main.culture .detail>div {
		max-width: none;
	}

	main.culture .detail .list>li {
		float: none;
		margin-top: 4em;
		padding: 4em 2em 2em;
		width: 100%;
	}

	main.culture .detail .list>li:nth-child(even) {
		margin-left: 0;
	}

	main.culture .detail .list>li>div>div>div {
		height: auto;
	}

	main.culture .detail .list h3 {
		background-size: auto 75%;
		font-size: 120%;
	}

	/*main.culture .detail .list i {
		top: -3em;
		width: 6em;
		height: 6em;
	}

	main.culture .detail .list i::before {
		bottom: -.6em;
		border-width: 1em .5em 0 .5em;
	}*/

	main.culture .detail .list h4 {
		margin-bottom: 1em;
	}

	main.culture .detail .list p {
		margin-bottom: 1em;
	}

	main.culture .detail .list img {
		display: block;
		margin: 0 auto;
		width: 85%;
	}
}

/*===============*/
/*! qa */
/*===============*/
/*! visual */
main.qa .visual {
	position: relative;
	background-color: #AFAFAF;
}

main.qa .visual div::before {
	background: linear-gradient(-90deg, rgba(175, 175, 175, 0), rgba(175, 175, 175, 1));
}

main.qa .visual div::after {
	background: linear-gradient(90deg, rgba(175, 175, 175, 0), rgba(175, 175, 175, 1));
}

/*! detail */
main.qa .detail {
	position: relative;
	padding: 80px 0;
	background-color: #EFEFEF;
}

main.qa .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.qa .detail>div>div {
	position: relative;
	margin-top: 80px;
	padding: 100px 80px 80px;
	background-color: #FFF;
}

main.qa .detail>div>div:first-child {
	margin-top: 0;
}

main.qa .detail h3 {
	position: absolute;
	top: -1em;
	left: 50%;
	padding-left: .1em;
	color: #0e283a;
	text-align: center;
	white-space: nowrap;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 180%;
	line-height: 2;
	transform: translateX(-50%);
}

main.qa .detail h3 span {
	font-weight: 400;
}

main.qa .detail h3::before {
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: #0e283a;
	content: "";
}

main.qa .qa_box li {
	display: block;
	margin-top: 40px;
}

main.qa .qa_box li:first-child {
	margin-top: 0;
}

main.qa .qa_box li .q {
	position: relative;
	height: 64px;
	background-color: #0e283a;
}

main.qa .qa_box li .q i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 64px;
	background-color: #000;
	cursor: pointer;
}

main.qa .qa_box li .q i::before,
main.qa .qa_box li .q i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 2px;
	background-color: #fccf01;
	content: "";
	transition: background-color .2s .2s, height .2s;
	transform: translate(-50%, -50%);
}

main.qa .qa_box li .q i::after {
	width: 2px;
	height: 36px;
}

main.qa .qa_box li.on .q i::after {
	height: 0;
}

body.dv_pc main.qa .qa_box li .q i:hover::before,
body.dv_pc main.qa .qa_box li .q i:hover::after {
	background-color: #fccf01;
}

main.qa .qa_box li .q h4 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
}

main.qa .qa_box li .q h4 strong {
	position: absolute;
	top: 50%;
	right: 80px;
	left: 80px;
	color: #FFF;
	font-size: 130%;
	line-height: 1.4;
	transform: translateY(-50%);
}

main.qa .qa_box li .a {
	display: none;
	padding: 40px 0;
	background-color: #E5E5E5;
}

main.qa .qa_box li .a p {
	position: relative;
	padding: 0 70px 0 90px;
	min-height: 64px;
	color: #0e283a;
	font-size: 110%;
}

main.qa .qa_box li .a p span {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	background-color: #fccf01;
}

main.qa .qa_box li .a p a {
	display: inline;
	border-bottom: 1px solid #0e283a;
	color: #0e283a;
	transition: border .2s .2s;
}

body.dv_pc main.qa .qa_box li .a p a:hover {
	border-bottom-color: #F82602;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.qa .detail {
		padding: 3em 0;
	}

	main.qa .detail>div {
		max-width: none;
	}

	main.qa .detail>div>div {
		margin-top: 4em;
		padding: 4em 1.5em 3em;
	}

	main.qa .detail h3 {
		padding-bottom: 1em;
		font-size: 140%;
	}

	main.qa .detail h3::before {
		bottom: .75em;
	}

	main.qa .qa_box li {
		margin-top: 1em;
	}

	main.qa .qa_box li .q {
		height: 4em;
	}

	main.qa .qa_box li .q i {
		width: 3em;
	}

	main.qa .qa_box li .q i::before,
	main.qa .qa_box li .q i::after {
		width: 1.5em;
		height: 2px;
	}

	main.qa .qa_box li .q i::after {
		width: 2px;
		height: 1.5em;
	}

	main.qa .qa_box li.on .q i::after {
		height: 0;
	}

	main.qa .qa_box li .q h4 span {
		top: 0;
		bottom: 0;
		width: 3em;
	}

	main.qa .qa_box li .q h4 span img {
		position: absolute;
		top: 50%;
		display: block;
		width: 100%;
		transform: translateY(-50%);
	}

	main.qa .qa_box li .q h4 strong {
		right: 3em;
		left: 3em;
		font-size: 100%;
		line-height: 1.3;
	}

	main.qa .qa_box li .a {
		padding: 1em 0 1.5em;
	}

	main.qa .qa_box li .a p {
		padding: 0 2em 0 4em;
		min-height: 3em;
		font-size: 100%;
	}

	main.qa .qa_box li .a p span {
		width: 3em;
	}
}

/*===============*/
/*! requirement */
/*===============*/
/*! visual */
main.requirement .visual {
	position: relative;
	background-color: #8D8582;
}

main.requirement .visual div::before {
	background: linear-gradient(-90deg, rgba(141, 133, 130, 0), rgba(141, 133, 130, 1));
}

main.requirement .visual div::after {
	background: linear-gradient(90deg, rgba(141, 133, 130, 0), rgba(141, 133, 130, 1));
}

/*! table_set */
main.requirement .table_set>a.entry {
	position: relative;
	z-index: 10;
	display: block;
	margin: 80px auto 0;
	max-width: 625px;
	width: 90%;
	background-color: #B62B00;
	color: #FFF;
}

main.requirement .table_set>a.entry span {
	display: block;
	padding-left: .05em;
	text-align: center;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 150%;
	line-height: 110px;
}

main.requirement .table_set>a.entry::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #FFF;
	content: "";
}

main.requirement .table_set>a.entry::before {
	transition-delay: .2s;
	transition-timing-function: linear;
	transition-duration: .05s;
	transition-property: top, right, bottom, left, border;
}

body.dv_pc main.requirement .table_set>a.entry:hover::before {
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	border: 2px solid #B62B00;
}

@media screen and (max-width:768px) {

	/*! table_set */
	main.requirement .table_set>a.entry {
		margin: 2em auto 0;
		max-width: none;
	}

	main.requirement .table_set>a.entry span {
		font-size: 120%;
		line-height: 3.5em;
	}

	main.requirement .table_set>a.entry::before {
		border: 1px solid #FFF;
	}
}

/*===============*/
/*! entry */
/*===============*/
/*! visual */
main.entry .visual {
	position: relative;
	background-color: #AFAFAF;
}
.group{
	background-color: #3c87c5 !important;
}

main.entry .visual div::before {
	background: linear-gradient(-90deg, rgba(175, 175, 175, 0), rgb(61, 134, 194));
}

main.entry .visual div::after {
	background: linear-gradient(90deg, rgba(175, 175, 175, 0), rgba(61, 134, 194));
}

/*! detail */
main.entry .detail {
	position: relative;
	padding: 80px 0;
	background-color: #EFEFEF;
}

main.entry .detail>div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}

main.entry .detail>div>div {
	position: relative;
	padding: 120px 80px;
	background-color: #FFF;
}

main.entry .detail h2 {
	margin-bottom: 40px;
	padding-left: .05em;
	color: #0e283a;
	text-align: center;
	letter-spacing: .05em;
	font-weight: 900;
	font-size: 240%;
	font-family: urw-din, sans-serif;
	line-height: 1;
}

main.entry .detail h2::first-letter {
	color: #b62b00;
}

main.entry .detail p {
	margin-bottom: 40px;
	text-align: center;
	line-height: 2;
}

main.entry .detail p:not(:first-of-type) {
	margin-top: 40px;
}

main.entry .detail p span {
	display: inline-block;
}

main.entry .detail ul {
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}

main.entry .detail ul li {
	margin-left: 18px;
	width: calc(33.3333% - 12px);
}

main.entry .detail ul li:first-child {
	margin-left: 0;
}

main.entry .detail ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 15px 0;
}

main.entry .detail ul li a.more {
	width: 100%;
}

main.entry .detail ul li a.more::after {
	border-color: transparent transparent #fff transparent;
}

main.entry .detail ul li a::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 0 5px 8px 5px;
	border-style: solid;
	border-color: transparent transparent #b62b00 transparent;
	content: "";
	transition: bottom .1s .2s;
	transform: translateX(-50%);
}

body.dv_pc main.entry .detail ul li a:hover::after {
	bottom: 0;
}

@media screen and (max-width:768px) {

	/*! detail */
	main.entry .detail {
		position: relative;
		padding: 3em 0;
		background-color: #EFEFEF;
	}

	main.entry .detail>div {
		max-width: none;
	}

	main.entry .detail>div>div {
		padding: 3em 2em;
	}

	main.entry .detail h2 {
		margin-bottom: 1em;
		font-size: 200%;
	}

	main.entry .detail p {
		margin-bottom: 2em;
	}

	main.entry .detail ul li {
		display: block;
		float: none;
		margin: 1.5em auto;
		width: 70%;
	}

	main.entry .detail ul li:first-child {
		margin-left: auto;
	}

	main.entry .detail ul li a {
		padding: 0;
	}

	main.entry .detail ul li a::after {
		display: none;
	}
}