@charset "UTF-8";
/**************************************************************
	training-supportページ専用のcss
***************************************************************/
.section-title {
	font-size: 42px;
	color: #1e398f !important;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
@media only screen and (max-width: 767px) {
    .section-title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 871px) {
	.catch span {
		display: inline;
	}
}

/* ----------------------------------------------------------
    flow
---------------------------------------------------------- */
.flow-box {
	margin-top: 50px;
}
.flow-box .flow-item {
	width: 100%;
	margin-bottom: 60px;
	border: 2px solid #182d7b;
	background-color: #fff;
	position: relative;
}
.flow-box .flow-item.--note {
	margin-bottom: 20px;
}
.flow-box .flow-head {
	width: 100%;
	max-width: 260px;
	min-height: 45px;
	margin: 0;
	padding: 10px 20px;
	background-color: #182d7b;
	border-radius: 50px;
	display: grid;
	align-items: center;
	text-align: center;
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translate(-50%, 0);
}
.flow-box .flow-head p {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.flow-box .flow-inner {
	width: 100%;
	height: auto;
	margin: 0;
	display: grid;
	grid-template-columns: 450px 1fr;
	line-height: 1.5;
}
.flow-box .flow-img {
	height: auto;
	margin: 0;
	padding: 0;
}
.flow-box .flow-img img {
	width: 100%;
	height: auto;
	display: block;
}
.flow-box .flow-text {
	min-height: 280px;
	height: auto;
	margin: 0;
	display: grid;
	align-items: center;
	padding: 0 44px;
}
.flow-item h3 {
	margin: 0 0 18px 0;
	color: #182d7b;
	font-size: 24px;
	font-weight: bold;
}
.flow-box .flow-note {
	margin-bottom: 52px;
	font-size: 15px;
	line-height: 1.5;
}
.--elearning .flow-inner {
	display: block;
}
@media only screen and (min-width: 921px) {
	.flow-box {
		max-width: 1040px;
	}
	.flow-text-grid {
		display: grid;
		grid-template-columns: 450px 1fr;
	}
	.flow-text--next {
		margin: 30px 30px 57px;
	}
}
@media only screen and (min-width: 921px) and (max-width: 976px) {
	.flow-box .flow-inner {
		grid-template-columns: 40% 1fr;
	}
	.flow-item h3 {
		font-size: 2.5vw;
	}
	.flow-box .flow-text {
		min-height: 206px;
		padding: 0 24px;
	}
}
@media screen and (max-width: 920px) {
	.flow-box {
		padding: 0;
	}
	.cnt-1000 {
		padding: 0;
	}
	.flow-box .flow-inner {
		padding-bottom: 36px;
		grid-template-columns: 1fr;
	}
	.flow-box .flow-img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.--elearning .flow-text--next {
		padding: 0px 20px;
	}
	.flow-box .flow-text {
		width: 100%;
		min-height: auto;
		padding: 0 20px;
	}
	.flow-item h3 {
		margin-bottom: 10px;
		text-align: center;
		font-size: 20px;
	}
	.flow-box .flow-head {
		min-height: 40px;
		padding: 0px 20px;
	}
	.flow-box .flow-head p {
		font-size: 20px;
	}
	.flow-box .flow-note {
	}
	.flow-box .flow-item {
		margin-bottom: 50px;
	}
	.flow-box .flow-item.--elearning {
		margin-bottom: 30px;
	}
}
/* ----------------------------------------------------------
    support
---------------------------------------------------------- */
.support-box {
	max-width: 1140px;
	padding-top: 72px;
}
.support-box .catch {
	margin-bottom: 70px;
	padding: 0;
}
.support-list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 70px 40px;
}
.support-item {
	width: 340px;
	height: auto;
	margin: 0;
	padding: 133px 20px 30px;
	border: 2px solid #182D7B;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.support-icon {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
}
.support-icon img {
	width: 140px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.support-title {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #182D7B !important;
}
.support-text {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.support-box {
		padding-top: 27px;
	}
	.support-list {
	}
	.support-item {
		padding: 133px 29px 30px;
	}
}
