@charset "UTF-8";
/* ---------------------------------------
	トップページ
-----------------------------------------*/
.main {
	padding-top: 0;
}

.sec_ttl {
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.sec_ttl {
		display: block;
	}
}
.sec_ttl span {
	position: relative;
	display: block;
	line-height: 1;
}
.sec_ttl .ja {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	padding-bottom: 0.6rem;
	padding: 0 0 0.6rem 4.4rem;
	margin-left: 3.3rem;
}
@media screen and (max-width: 767px) {
	.sec_ttl .ja {
		padding-bottom: 0;
		margin-left: 0;
		margin-top: 1.7rem;
	}
}
.sec_ttl .ja::before {
	content: "";
	width: 1.9rem;
	height: 1.9rem;
	background: url(../img/common/ico_ttl.svg) no-repeat center / contain;
	position: absolute;
	left: 0;
	top: 0.8rem;
}

/* sec_mv
--------------------------------*/
#sec_mv .wrap {
	padding: 14.3rem 2rem 4.6rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .wrap {
		padding: 11.3rem 2rem 3.6rem;
	}
}
#sec_mv .ttl_wrap {
	position: relative;
	width: 75rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .ttl {
		width: 31.9rem;
	}
}
#sec_mv .ttl_wrap .catch {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .catch {
		font-size: 1.8rem;
		line-height: 1.8;
		margin-top: 1.4rem;
	}
}
#sec_mv .ttl_wrap .txt {
	width: 59.2rem;
	line-height: 1.8;
	margin-top: 2.6rem;
}
#sec_mv .img {
	width: 64.8rem;
	position: absolute;
	right: -12rem;
	top: 3.6rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .img {
		width: 26rem;
		right: -3.3rem;
		top: 3.8rem;
	}
}

/* sec_main_search
--------------------------------*/
#sec_main_search .search_ttl {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_ttl {
		font-size: 2rem;
	}
}
#sec_main_search .search_form {
	padding: 3.7rem 6.3rem 3.2rem;
	background-color: #f2f9ff;
	border-radius: 3rem 0 0 0;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form {
		padding: 2.8rem 2.2rem 2.8rem 1.8rem;
	}
}
#sec_main_search .search_form .form {
	margin-top: 4.1rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form {
		margin-top: 3.3rem;
	}
}
#sec_main_search .search_form .form .form_tb {
	display: flex;
	flex-wrap: wrap;
	gap: 3.4rem 0;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb {
		gap: 1.8rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl {
		align-items: flex-start;
		gap: 1.8rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl.salary,
#sec_main_search .search_form .form .form_tb dl.type {
	align-items: flex-start;
}
#sec_main_search .search_form .form .form_tb dl dt {
	width: 10.3rem;
	font-weight: 700;
	min-height: 5rem;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dt {
		width: 5.2rem;
		line-height: 1.4375;
		margin-right: 2rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl.income,
	#sec_main_search .search_form .form .form_tb dl.type {
		margin: 0.5rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl.income dt,
#sec_main_search .search_form .form .form_tb dl.type dt {
	min-height: inherit;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl.income dt,
	#sec_main_search .search_form .form .form_tb dl.type dt {
		padding-top: 0.5rem;
	}
}
#sec_main_search .search_form .form .form_tb dl dd {
	flex: 1;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd {
		flex: 0 0 auto;
		width: calc(100% - 7.2rem);
	}
}
#sec_main_search .search_form .form .form_tb dl dd .col {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd .col {
		flex-direction: column;
		gap: 1.2rem 0;
	}
}
#sec_main_search .search_form .form .form_tb dl dd .col > * {
	width: 42.2rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd .col > * {
		width: 100%;
	}
}
#sec_main_search .search_form .form .form_tb dl dd + dt {
	margin-left: 4.2rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb dl dd + dt {
		margin-left: 0;
	}
}
#sec_main_search .search_form .form .form_tb .btn {
	flex: 0 0 auto;
	width: 25.4rem;
	margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .form_tb .btn {
		margin: 3.2rem auto 0;
	}
}
#sec_main_search .search_form .form .form_tb .btn .search_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #0d90ff;
	border: 0.2rem solid #0d90ff;
	border-radius: 0.4rem;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 0.4rem;
	cursor: pointer;
}
#sec_main_search .search_form .form .form_tb .btn .reset_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6rem;
	color: #0d90ff;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #ffffff;
	border: 0.2rem solid #0d90ff;
	border-radius: 0.4rem;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 0.4rem;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	#sec_main_search .search_form .form .form_tb .btn .search_btn {
		transition: opacity 0.3s ease;
	}
	#sec_main_search .search_form .form .form_tb .btn .search_btn:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}
#sec_main_search .search_form .form .form_tb .btn .search_btn span {
	position: relative;
	display: flex;
	align-items: center;
}
#sec_main_search .search_form .form .form_tb .btn .search_btn span::before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../img/common/ico_search.svg) no-repeat center / contain;
	margin-right: 1rem;
}
#sec_main_search .search_form .form input[type="text"],
#sec_main_search .search_form .form input[type="email"],
#sec_main_search .search_form .form input[type="tel"],
#sec_main_search .search_form .form textarea,
#sec_main_search .search_form .form select {
	width: 100%;
	height: 5rem;
	color: #23234b;
	font-size: 1.6rem;
	padding: 0 2.3rem;
	background-color: #ffffff;
	border-radius: 0.4rem;
}
#sec_main_search .search_form .form select {
	padding-right: 5.6rem;
	background: #fff url(../img/common/select_arw.svg) no-repeat right 2rem center
		/ 1.6rem auto;
}
#sec_main_search .search_form .form input[type="radio"],
#sec_main_search .search_form .form input[type="checkbox"] {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
#sec_main_search .search_form .form input[type="radio"] + span,
#sec_main_search .search_form .form input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	padding-left: 3rem;
}
#sec_main_search .search_form .form input[type="radio"] + span::before,
#sec_main_search .search_form .form input[type="radio"] + span::after,
#sec_main_search .search_form .form input[type="checkbox"] + span::before,
#sec_main_search .search_form .form input[type="checkbox"] + span::after {
	content: "";
	position: absolute;
}
#sec_main_search .search_form .form input[type="radio"] + span::before,
#sec_main_search .search_form .form input[type="checkbox"] + span::before {
	width: 2rem;
	height: 2rem;
	background-color: #ffffff;
	border: 1px solid #dbdbdb;
	border-radius: 0.4rem;
	top: 0.6rem;
	left: 0;
}
#sec_main_search .search_form .form input[type="checkbox"] + span::before {
	border-radius: 0.4rem;
}
#sec_main_search .search_form .form input[type="checkbox"] + span::after {
	width: 0.6rem;
	height: 1rem;
	border-right: 0.2rem solid;
	border-bottom: 0.2rem solid;
	border-color: transparent;
	top: 1rem;
	left: 0.7rem;
	transform: rotate(45deg);
}
#sec_main_search
	.search_form
	.form
	input[type="checkbox"]:checked
	+ span::before {
	background-color: #0d90ff;
}
#sec_main_search
	.search_form
	.form
	input[type="checkbox"]:checked
	+ span::after {
	border-color: #ffffff;
}
#sec_main_search .search_form .form input[type="radio"] + span::before {
	border-radius: 50%;
}
#sec_main_search .search_form .form input[type="radio"] + span::after {
	width: 1.2rem;
	height: 1.2rem;
	background-color: transparent;
	border-radius: 50%;
	top: 1rem;
	left: 0.4rem;
}
#sec_main_search .search_form .form input[type="radio"]:checked + span::after {
	background-color: #0d90ff;
}
#sec_main_search .search_form .form .checkwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3.6rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .checkwrap {
		gap: 0.6rem;
	}
}
#sec_main_search .search_form .form .checkwrap label {
	display: block;
}
#sec_main_search .search_form .form .income .checkwrap label {
	min-width: 17.5rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .income .checkwrap label {
		min-width: inherit;
	}
}
#sec_main_search .search_form .form .type .checkwrap label {
	min-width: 17.5rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_form .form .type .checkwrap label {
		min-width: 48%;
	}
}
#sec_main_search .search_kodawari {
	padding: 3.7rem 6.3rem 4.6rem;
	background-color: #066797;
	border-radius: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_kodawari {
		padding: 4rem 2.3rem 4.5rem;
	}
}
#sec_main_search .search_kodawari .search_ttl {
	color: #ffffff;
}
#sec_main_search .search_kodawari .list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.7rem;
	margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_kodawari .list {
		gap: 1.1rem;
		margin-top: 3.6rem;
	}
}
#sec_main_search .search_kodawari .list li {
	display: inline-block;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_kodawari .list li {
		font-size: 1.6rem;
		line-height: 1.4375;
	}
}
#sec_main_search .search_kodawari .list li a {
	display: block;
	padding: 1.7rem 2.2rem;
	background-color: #ffffff;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .search_kodawari .list li a {
		padding: 0.6rem 1rem;
	}
}
#sec_main_search .bnr_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.8rem 3.9rem;
	margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .bnr_list {
		grid-template-columns: 1fr;
		gap: 2rem 0;
	}
}
#sec_main_search .bnr_list .bnr a {
	position: relative;
	display: flex;
	gap: 0 2rem;
	padding: 1rem;
	background: #ffffff;
	border-radius: 0.4rem;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	overflow: hidden;
}
#sec_main_search .bnr_list .bnr .img {
	width: 8rem;
	height: 8rem;
}
@media screen and (max-width: 767px) {
	#sec_main_search .bnr_list .bnr .img {
		width: 6.5rem;
		height: 6.5rem;
	}
}
#sec_main_search .bnr_list .bnr .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_main_search .bnr_list .bnr .txt_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#sec_main_search .bnr_list .bnr .txt_wrap .txt {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4444444444;
}

/* sec_newjobs
--------------------------------*/
#sec_newjobs {
	padding: 14rem 0 0;
}
@media screen and (max-width: 767px) {
	#sec_newjobs {
		padding: 9rem 0 0;
	}
}
#sec_newjobs .sec_ttl .en img {
	width: 37.6rem;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .sec_ttl .en img {
		width: 23.5rem;
	}
}
#sec_newjobs .wrap {
	max-width: inherit;
	width: calc(50% + 56.9rem);
	padding-right: 0;
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .wrap {
		width: 100%;
	}
}
#sec_newjobs .inner {
	padding: 3.5rem 0 5.2rem 3.5rem;
	background-color: #f2f9ff;
	border-radius: 3rem 0 0 0;
	margin-top: 3.7rem;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .inner {
		padding: 2rem 0 3.3rem 1.8rem;
	}
}
#sec_newjobs .job_list {
	padding: 3rem 2.8rem;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .job_list {
		padding: 3rem 2.2rem;
	}
}
#sec_newjobs .job_list .item {
	width: 100%;
	max-width: 97.5rem;
}
#sec_newjobs .job_list .item:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3rem;
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .job_list .item:not(:last-child) {
		padding-bottom: 3rem;
		margin-bottom: 1rem;
	}
}
#sec_newjobs .job_list .item a {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .job_list .item a {
		display: block;
	}
}
#sec_newjobs .job_list .item .date {
	width: 8.5rem;
	color: #066797;
	font-size: 1.4rem;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .job_list .item .date {
		width: 100%;
		line-height: 2.6rem;
	}
}
#sec_newjobs .job_list .item .keyword {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .job_list .item .keyword {
		gap: 1rem 1.4rem;
		margin-top: 0.5rem;
	}
}
#sec_newjobs .job_list .item .keyword span {
	display: inline-block;
	padding: 0.3rem 1rem;
	background-color: #f2f9ff;
}
#sec_newjobs .job_list .item .ttl {
	width: 100%;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5555555556;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .job_list .item .ttl {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
#sec_newjobs .btn {
	max-width: 102.8rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#sec_newjobs .btn {
		max-width: 30rem;
		margin-top: 3rem;
	}
	#sec_newjobs .btn a {
		width: 25.4rem;
	}
}

/* sec_feature
--------------------------------*/
#sec_feature {
	padding: 16rem 0 0;
}
@media screen and (max-width: 767px) {
	#sec_feature {
		padding: 8rem 0 0;
	}
}
#sec_feature .sec_ttl .en img {
	width: 28.3rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .sec_ttl .en img {
		width: 17.6rem;
	}
}
#sec_feature .inner {
	padding: 8.5rem 6.3rem 5.3rem;
	background: #0d90ff url(../img/index/feature_bg_pc.png) no-repeat center /
		cover;
	border-radius: 3rem 0 0 0;
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .inner {
		padding: 5.3rem 1.9rem 2rem;
		background: #0d90ff;
		margin-top: 3.7rem;
	}
}
#sec_feature .inner .lead {
	color: #ffffff;
	font-size: 4rem;
	line-height: 1.5;
}
#sec_feature .feature_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.7rem;
	margin-top: 9rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .feature_list {
		max-width: 29.6rem;
		grid-template-columns: 1fr;
		gap: 6.5rem 0;
		margin: 0 auto;
	}
}
#sec_feature .feature_list .item {
	position: relative;
	display: flex;
	flex-direction: column;
}
#sec_feature .feature_list .item * {
	color: #ffffff;
}
#sec_feature .feature_list .item .num {
	position: absolute;
	left: 2rem;
	top: -2rem;
}
#sec_feature .feature_list .item .num img {
	width: auto;
	height: 3.6rem;
}
#sec_feature .feature_list .item .img {
	height: 18rem;
	overflow: hidden;
	border-radius: 3rem 0;
}
@media screen and (max-width: 767px) {
	#sec_feature .feature_list .item .img {
		height: 18.2rem;
	}
}
#sec_feature .feature_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_feature .feature_list .item .ttl {
	flex: 1;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 1.6rem;
}
#sec_feature .feature_list .item .txt {
	line-height: 1.8;
	margin-top: 1.4rem;
}
#sec_feature .feature_careerup {
	display: flex;
	padding: 3.6rem 4rem 4rem;
	background-color: #ffffff;
	border-radius: 3rem;
	margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .feature_careerup {
		display: block;
		padding: 4rem 2.1rem 3.2rem;
		margin-top: 5rem;
	}
}
#sec_feature .feature_careerup .txt_wrap {
	flex: 1;
}
#sec_feature .feature_careerup .txt_wrap .ttl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.9090909091;
}
#sec_feature .feature_careerup .txt_wrap .ttl span {
	font-size: 2rem;
}
#sec_feature .feature_careerup .txt_wrap .txt {
	margin-top: 1rem;
}
#sec_feature .feature_careerup .txt_wrap .note {
	font-size: 1.4rem;
	line-height: 2.2857142857;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	#sec_feature .feature_careerup .txt_wrap .note {
		margin-top: 1.5em;
	}
}
#sec_feature .feature_careerup .img_wrap {
	width: 28.5rem;
	margin-left: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .feature_careerup .img_wrap {
		width: 24.9rem;
		margin: 3rem auto 0;
	}
}
#sec_feature .feature_careerup .img_wrap .link {
	font-weight: 700;
	line-height: 1.4375;
	margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .feature_careerup .img_wrap .link {
		text-align: center;
		margin-top: 3.2rem;
	}
}
#sec_feature .feature_careerup .img_wrap .link a[target="_blank"]::after {
	content: "";
	display: inline-block;
	vertical-align: 0.1 rem;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/common/ico_blank.svg) no-repeat 0 0 / contain;
	margin-left: 0.7rem;
}
#sec_feature .search_course {
	padding: 5.8rem 3.5rem 5rem;
	background-color: #f2f9ff;
	border-radius: 0 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .search_course {
		padding: 4.9rem 1.9rem;
	}
}
#sec_feature .search_course .search_ttl {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
}
#sec_feature .search_course .list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.6rem 4.5rem;
	margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .search_course .list {
		grid-template-columns: 1fr;
		gap: 2.5rem 0;
		margin-top: 5rem;
	}
}
#sec_feature .search_course .list .item a {
	position: relative;
	display: flex;
	background: #ffffff;
	box-shadow: 0.2rem 0.4rem 0.4rem rgba(35, 35, 75, 0.26);
	border-radius: 3rem 0;
	overflow: hidden;
}
#sec_feature .search_course .list .item a::after {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: 0.2rem solid #0d90ff;
	border-top: 0.2rem solid #0d90ff;
	transform: rotate(45deg);
	position: absolute;
	right: 2.6rem;
	top: calc(50% - 0.5rem);
	transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_feature .search_course .list .item a::after {
		right: 1.3rem;
	}
}
#sec_feature .search_course .list .item .img {
	width: 14rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .search_course .list .item .img {
		width: 8.5rem;
	}
}
#sec_feature .search_course .list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_feature .search_course .list .item .txt_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.8rem 5rem 1.8rem 2.6rem;
}
@media screen and (max-width: 767px) {
	#sec_feature .search_course .list .item .txt_wrap {
		min-height: 8rem;
		padding: 1.7rem 4.2rem 1.7rem 1.6rem;
	}
}
#sec_feature .search_course .list .item .txt_wrap .txt .course {
	display: block;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	#sec_feature .search_course .list .item .txt_wrap .txt .course {
		line-height: 1.4375;
	}
}

/* sec_flow
--------------------------------*/
#sec_flow {
	padding: 15.4rem 0 13.4rem;
}
@media screen and (max-width: 767px) {
	#sec_flow {
		padding: 6.7rem 0 8.3rem;
	}
}
#sec_flow .sec_ttl .en img {
	width: 18.6rem;
}
@media screen and (max-width: 767px) {
	#sec_flow .sec_ttl .en img {
		width: 11.5rem;
	}
}
#sec_flow .flow_list {
	width: 103rem;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 3.2rem;
	margin: 6.5rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_flow .flow_list {
		width: 29.6rem;
		grid-template-columns: 1fr;
		gap: 4.5rem 0;
		margin: 5rem auto 0;
	}
}
#sec_flow .flow_list .item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2.8rem 2rem 3.9rem;
	background-color: #f2f9ff;
	border-radius: 3rem 0;
}
@media screen and (max-width: 767px) {
	#sec_flow .flow_list .item {
		padding: 0.2rem 1.5rem 1.7rem;
	}
}
#sec_flow .flow_list .item:not(:last-child)::after {
	content: "";
	width: 2.3rem;
	height: 2.3rem;
	background: url(../img/index/flow_arw.svg) no-repeat center / contain;
	position: absolute;
	right: -2.8rem;
	top: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
	#sec_flow .flow_list .item:not(:last-child)::after {
		transform: rotate(90deg);
		right: auto;
		left: calc(50% - 1.15rem);
		top: calc(100% + 1.3rem);
	}
}
#sec_flow .flow_list .item .ico {
	width: 8rem;
	margin: 0 auto;
}
#sec_flow .flow_list .item .txt {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4666666667;
	margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
	#sec_flow .flow_list .item .txt {
		margin-top: 0.3rem;
	}
}

/* sec_error
--------------------------------*/
#sec_error .wrap {
	padding: 14.3rem 2rem 4.6rem;
}