/* ------------ MV ------------ */
.mv {
	padding-top: 34px;
	padding-bottom: 11px;
}
.mv_inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.mv_title {
	max-width: 345px;
}
.mv_nav {
	gap: 36px 1em;
	margin-bottom: 63px;
}
@media (min-width: 750px) {
	.mv {
		padding-top: 32px;
		padding-bottom: 0;
	}
	.mv_inner {
		padding-top: 141px;
		position: relative;
	}
	.mv_title {
		max-width: 752px;
	}
	.mv_nav {
		gap: 15px;
		margin: 0;
		position: absolute;
		top: 0;
	}
}
@media (min-width: 1024px) {
	.mv_nav {
		gap: 25px;
	}
}

.fixed_btn_wrap {
	z-index: 9;
	position: fixed;
	bottom: 70px;
	left: 50%;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	transform: translateX(-50%);
	pointer-events: none;
}
.fixed_btn {
	width: 97px;
	margin-left: auto;
	pointer-events: auto;
}
.fixed_btn a {
	transition: all .5s ease;
}
.fixed_btn a:hover {
	opacity: .8;
}
.sec_intro_title {
	position: relative;
	height: 470px;
	padding-top: 126px;
}
.sec_intro_title::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/intro/bk_sp.png");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: "";
}
.sec_intro_title h2 {
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
.sec_intro_title h2 .u-txt.pc{
	display: none;
}
.sec_intro_title h2 .u-txt{
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2.2;
	font-size: 26px;
	letter-spacing: 0.04em;
}
.sec_intro_title h2 .u-txt span{
	display: inline-block;
	background-image: url("../img/top/intro/nami.svg");
	background-repeat: repeat-x;
	background-position: bottom 4px left;
	background-size: 25px auto;
}
.sec_intro_txt {
	color: #ff6019;
	font-size: 20px;
	line-height: 1.9;
	text-align: center;
}
.sec_intro_txt::before {
	display: block;
	width: 46px;
	height: 43px;
	margin: 0 auto 27px;
	background-image: url("../img/top/intro/arrow.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.sec_intro_txt2 {
	margin-top: 20px;
	font-size: 26px;
	line-height: 1.62;
	text-align: center;
}
.sec_intro_list_bg {
	margin-top: 76px;
	padding: 43px 15px 338px;
	background-color: #fff4ef;
}
.sec_intro_list_bg_inner {
	margin: 0 auto;
}
.sec_intro_list {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
}
.sec_intro_list::after {
	content: "";
	display: block;
	width: 210px;
	height: 141px;
	background-image: url("../img/top/intro/human_sp.png");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -80px;
	right: -9px;
}
.sec_intro_list li {
	padding-left: 45px;
	background-image: url("../img/top/intro/check.svg");
	background-position: left top;
	background-size: 32px auto;
	background-repeat: no-repeat;
	position: relative;
}
.sec_intro_list li:first-child {
	padding-right: 80px;
}
.sec_intro_list li:first-child span {
	display: inline-block;
}
.sec_intro_list li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.sec_intro_list em {
	color: #d30000;
	font-weight: inherit;
}
.sec_intro_list .sup {
	display: inline-block;
	width: 2em;
	font-size: .5em;
	position: absolute;
	transform: translateY(.25em);
}
.sec_intro_list_note {
	margin-top: 20px;
}
.sec_intro_list_note table {
	width: auto;
	margin-left: auto;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.44;
}
.sec_intro_list_note th {
	width: 3em;
}
.sec_intro_point {
	margin-top: -320px;
}
.sec_intro_point_box {
	position: relative;
	padding: 27px 21px 36px 22px;
	border: 1px solid #707070;
	border-radius: 12px;
	background-color: #fff;
	font-size: 18px;
	line-height: 1.67;
}
.sec_intro_point_box::after {
	display: block;
	position: absolute;
	top: calc(100% - 1px);
	right: 15px;
	width: 30px;
	height: 27px;
	background-image: url("../img/top/intro/point.svg");
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.sec_intro_point_box p:not(:first-child) {
	margin-top: 1em;
}
.sec_intro_point_box_txt {
	font-size: 22px;
	line-height: 1.73;
	text-align: center;
}
.sec_intro_point_box_txt span {
	display: inline-block;
}
.sec_intro_point_box_txt em {
	background: linear-gradient(to top, transparent 3px, #ffed97 3px, #ffed97 8px, transparent 8px);
	font-weight: bold;
}
.sec_intro_point_dr {
	position: relative;
	margin-top: 44px;
}
.sec_intro_point_dr::after {
	display: block;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 80px;
	height: 97px;
	background-image: url("../img/top/intro/teacher.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.sec_intro_point_dr > div {
	display: flex;
	min-height: 80px;
	overflow: hidden;
	border: 1px solid #ff6019;
	border-radius: 37px;
}
.sec_intro_point_dr dt {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 70px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #ff6019;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.sec_intro_point_dr dd {
	flex-grow: 1;
	align-self: center;
	padding: 5px 55px 6px 9px;
	font-size: 12px;
	line-height: 1.5;
}
.sec_intro_point_dr dd .name {
	display: inline-block;
	margin-top: 2px;
	margin-right: 5px;
	font-size: 18px;
}
@media (min-width: 375px) {
	.sec_intro_point_dr::after {
		right: 13px;
		width: 88px;
	}
	.sec_intro_list_bg_inner , .sec_intro_point {
		padding: 0 15px;
	}
	.sec_intro_list li:first-child {
		padding-right: 90px;
	}
}
@media (min-width: 750px) {
	.sec_intro {
		margin-top: -51px;
	}
	.sec_intro_title {
		height: 532px;
		padding-top: 171px;
	}
	.sec_intro_title::before {
		background-image: url("../img/top/intro/bk.png");
		background-size: unset;
	}
	.sec_intro_title h2 .u-txt{
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height: 2.2;
		font-size: 36px;
		letter-spacing: 0.04em;
	}
	.sec_intro_title h2 .u-txt.sp{
		display: none;
	}
	.sec_intro_title h2 .u-txt.pc{
		display: block;
	}
	.sec_intro_title h2 .u-txt span{
		background-position: bottom 5px left;
		background-size: 28px auto;
	}
	.sec_intro_txt {
		margin-top: -46px;
		font-size: 27px;
		line-height: 1.44;
		position: relative;
		z-index: 1;
	}
	.sec_intro_txt::before {
		width: 77px;
		height: 71px;
		margin-bottom: 43px;
	}
	.sec_intro_txt2 {
		margin-top: 23px;
		font-size: 36px;
		line-height: 1.5;
	}
	.sec_intro_list_bg {
		margin-top: 96px;
		padding-top: 88px;
		padding-bottom: 266px;
	}
	.sec_intro_list_bg_inner {
		max-width: 804px;
		padding: 0;
	}
	.sec_intro_list {
		font-size: 26px;
	}
	.sec_intro_list::after {
		top: -140px;
		right: 0;
		width: 34vw;
		max-width: 308px;
		height: 256px;
		background-image: url("../img/top/intro/human.png");
	}
	.sec_intro_list li {
		padding-left: 54px;
		background-size: 39px auto;
	}
	.sec_intro_list li:first-child {
		padding-right: 0;
	}
	.sec_intro_list .sup {
		transform: translateY(.4em);
	}
	.sec_intro_list_note {
		margin-top: 19px;
	}
	.sec_intro_list_note::after {
		content: none;
	}
	.sec_intro_list_note table {
		font-size: 18px;
		line-height: 1.2;
	}
	.sec_intro_point {
		margin-top: -213px;
		padding: 0;
	}
	.sec_intro_point_box {
		padding: 37px 30px 44px;
		border-radius: 32px;
		font-size: 24px;
		line-height: 1.67;
		text-align: center;
	}
	.sec_intro_point_box::after {
		right: 212px;
		width: 41px;
		height: 37px;
	}
	.sec_intro_point_box span {
		display: inline-block;
	}
	.sec_intro_point_box_txt {
		font-size: 30px;
		line-height: 1.67;
	}
	.sec_intro_point_dr {
		max-width: 712px;
		margin: 95px auto 0;
	}
	.sec_intro_point_dr::after {
		right: 69px;
		bottom: -22px;
		width: 150px;
		height: 165px;
	}
	.sec_intro_point_dr > div {
		min-height: 96px;
		border-radius: 47px;
	}
	.sec_intro_point_dr dt {
		width: 125px;
		padding: 0 0 3px 11px;
		font-size: 28px;
	}
	.sec_intro_point_dr dd {
		padding: 10px 200px 10px 14px;
		font-size: 20px;
		line-height: 1;
	}
	.sec_intro_point_dr dd .name {
		margin-top: 5px;
		font-size: 30px;
	}
}
@media (min-width: 850px) {
	.sec_intro_list::after {
		right: -22px;
	}
}
@media (min-width: 1024px) {
	.fixed_btn {
		width: 14.86vw;
		max-width: 208px;
	}
}
@media (min-width: 1920px) {
	.sec_intro_title::before {
		background-size: 100% 100%;
	}
}

.sec_about {
	position: relative;
	margin-top: 63px;
}
.sec_about::before, .sec_about::after {
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: "";
}
.sec_about::before {
	top: 0;
	height: 1573px;
	background-image: url("../img/top/about/bg01_sp.svg");
	background-position: center top;
}
.sec_about::after {
	bottom: 500px;
	height: 776px;
	background-image: url("../img/top/about/bg02_sp.svg");
	background-position: center top;
}
.sec_about .inner {
	z-index: 2;
	position: relative;
}
.sec_about_box {
	display: grid;
	position: relative;
	max-width: 440px;
	margin: 0 auto;
	padding: 46px 15px 0;
	gap: 37px;
}
.sec_about_box:not(:last-child)::after {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: repeat-x;
	content: "";
}
.sec_about_title img {
	width: 100%;
	max-width: 287px;
	margin: 0 auto;
}
.sec_about_box_title {
	position: relative;
	width: 100%;
	padding-left: 56px;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.32;
}
.sec_about_box_title::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 100%;
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.sec_about_bnr {
	overflow: hidden;
	border-radius: 5%;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.sec_about_bnr a {
	display: block;
	transition: all .5s ease;
}
.sec_about_bnr a:hover {
	opacity: .8;
}
.sec_about_bnr_illust {
	position: relative;
	padding-top: 145px;
}
.sec_about_bnr_illust::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 145px;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.sec_about .box01 {
	padding-top: 57px;
	padding-bottom: 48px;
	gap: 32px;
}
.sec_about .box01::after {
	background-image: url("../img/top/about/border01_sp.svg");
}
.sec_about .box02 {
	padding-bottom: 66px;
}
.sec_about .box02::after {
	background-image: url("../img/top/about/border02_sp.svg");
}
.sec_about .box02 .sec_about_box_title {
	color: #fff;
}
.sec_about .box02 .sec_about_box_title::before {
	background-image: url("../img/top/about/h3_white.svg");
}
.sec_about .box02 .sec_about_bnr_illust::before {
	background-image: url("../img/top/about/check_illust.png");
}
.sec_about .box03 .sec_about_box_title {
	color: #ff6019;
}
.sec_about .box03 .sec_about_box_title::before {
	background-image: url("../img/top/about/h3_orange.svg");
}
.sec_about .box03 .sec_about_bnr_illust::before {
	background-image: url("../img/top/about/measures_illust.png");
}
@media (min-width: 750px) {
	.sec_about {
		margin-top: 52px;
	}
	.sec_about::before, .sec_about::after {
		background-size: unset;
	}
	.sec_about::before {
		height: 1119px;
		background-image: url("../img/top/about/bg01.svg");
	}
	.sec_about::after {
		height: 792px;
		background-image: url("../img/top/about/bg02.svg");
		bottom: 335px;
	}
	.sec_about_box {
		max-width: none;
		padding: 0;
	}
	.sec_about_box:not(:last-child)::after {
		height: 3px;
	}
	.sec_about_title img {
		max-width: 400px;
		margin: 0;
	}
	.sec_about_box_title {
		padding-left: 121px;
		font-size: 36px;
		line-height: 1.33;
	}
	.sec_about_box_title::before {
		left: 42px;
		width: 48px;
	}
	.sec_about_bnr {
		max-width: 440px;
		border-radius: 22px;
	}
	.sec_about_bnr_illust {
		padding: 0;
	}
	.sec_about_bnr_illust::before {
		top: -202px;
		height: 202px;
	}
	.sec_about_bnr_illust .sec_about_bnr{
		width: auto;
	}
	.sec_about .box01 {
		grid-template-columns: 1fr 1fr;
		padding-top: 96px;
		padding-bottom: 60px;
		gap: 73px;
	}
	.sec_about .box01::after {
		background-image: url("../img/top/about/border01.svg");
	}
	.sec_about .box01 .sec_about_bnr {
		align-self: center;
		order: -1;
	}
	.sec_about .box02, .sec_about .box03 {
		grid-template-areas: "title title" "bnr1 bnr2";
		/*grid-template-areas: "title title" "1fr 1fr";*/
		grid-template-columns: 1fr 1fr;
	}
	.sec_about .box02 .sec_about_box_title, .sec_about .box03 .sec_about_box_title {
		grid-area: title;
	}
	.sec_about .box02 > .sec_about_bnr , .sec_about .box03 > .sec_about_bnr{
		grid-area: bnr1;
		grid-column: span 1;
	}
	.sec_about .box02 .sec_about_bnr_illust , .sec_about .box03 .sec_about_bnr_illust{
		grid-area: bnr2;
		grid-column: span 1;
	}
	.sec_about .box02 {
		padding-top: 96px;
		padding-bottom: 72px;
		gap: 94px 60px;
	}
	.sec_about .box02::after {
		background-image: url("../img/top/about/border02.svg");
	}
	.sec_about .box03 {
		padding-top: 81px;
		gap: 83px 60px;
	}
}
@media (min-width: 750px) {
	.sec_about .box02 .sec_about_box_title, .sec_about .box03 .sec_about_box_title {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
}
@media (min-width: 1920px) {
	.sec_about::before, .sec_about::after {
		background-size: 100% 100%;
	}
}

.sec_about_bottom {
	margin-top: 165px;
}

@media (min-width: 750px) {
.sec_about_bottom {
	margin-top: 116px;
}
}

/*バナーテキスト化*/
.bnr-about__img{
	line-height: 0;;
}
.bnr-about__txt{
	padding: 20px;
	background-color: #fff;
	color: #000;
}
.bnr-about__txt-h{
	color: #ff6019;
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 4px;
	letter-spacing: 0.04em;
}
.bnr-about_o .bnr-about__txt-h{
	color: #fff;
}
.bnr-about__txt-t{
	font-size: 20px;
	font-weight: Medium;
}
.bnr-about__txt-arrow{
	font-size: 24px;
	text-align: right;
	padding: 14px 20px 16px;
	font-weight: bold;
	background-color:#ff6019;
	color: #fff;
}