body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	color: #333;
}

img {
	width: 100%;
}

a {
	transition: 0.3s all;
}

.spview {
	display: none;
}

.wrapper {
	overflow: hidden;
}

@media (max-width: 767px) {
	.spview {
		display: block;
	}

	.pcview {
		display: none;
	}
}

.header {
	width: 100%;
	position: absolute;
}

.header__inner {
	padding: 2% 0 0 2%;
	width: 30%;
	max-width: 322px;
}

.header__logo {
	width: 100%;
}

@media (max-width: 767px) {
	.header {
		height: 60px;
	}

	.header__inner {
		padding: 3% 0 0 0;
		width: 50%;
		margin: auto;
		text-align: center;
	}

	.header__logo {
		width: 100%;
	}
}

.content-inner {
	max-width: 1232px;
	padding: 16px;
	margin: auto;
}

.btn {
	width: 100%;
	padding: 10px 16px;
	max-width: 310px;
	border: 3px solid #252525;
	position: relative;
	border-radius: 50px;
	text-align: center;
	background-color: #FFF;
	font-weight: 700;
	font-size: 20px;
}

.btn::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/arrow-black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn.-bg-yellow {
	background-color: #FFFA6F;
}

.btn:hover {
	background-color: #FF4F4F;
	color: #FFF;
}

.btn:hover:after {
	background-image: url(../img/arrow-white.svg);
}

#gNavi_head {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10100;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

@media screen and (max-width: 600px) {
	#gNavi_head {
		height: 70px;
	}
}

#gNavi_head .inner {
	display: block;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

#gNavi_head .inner .logoWrap {
	display: block;
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	#gNavi_head .inner .logoWrap {
		width: 33%;
	}
}

#gNavi_head .inner .logoWrap img {
	width: 100%;
	max-width: 190px;
}

@media screen and (max-width: 750px) {
	#gNavi_head .inner .menuWrap {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		justify-content: flex-end;
		width: 60%;
	}
}

#gNavi_head .inner .menuWrap ul {
	width: 100%;
}

@media screen and (max-width: 750px) {
	#gNavi_head .inner .menuWrap ul li {
		width: 45%;
	}
}

#gNavi_head .inner .menuWrap ul li .menuWrapBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 170px;
	height: 50px;
	font-weight: bold;
	border: 3px solid #000;
	border-radius: 100px;
	color: #fff;
}

#gNavi_head .inner .menuWrap ul li .menuWrapBtn:hover {
	opacity: 0.7;
}

#gNavi_head .inner .menuWrap ul li .menuWrapBtn.-red {
	background: #E73345;
}

#gNavi_head .inner .menuWrap ul li .menuWrapBtn.-blue {
	background: #4169E2;
}

#gNavi_head .inner .menuWrap nav ul {
	display: flex;
	gap: 12px;
	margin-right: 16px;
}

@media screen and (max-width: 767px) {
	#gNavi_head {
		height: 50px;
	}

	#gNavi_head .inner {
		flex-direction: row;
		padding: 6px 12px;
		gap: 6px;
	}

	#gNavi_head .inner .logoWrap {
		width: auto;
	}

	#gNavi_head .inner .logoWrap img {
		max-width: 110px;
	}

	#gNavi_head .inner .menuWrap {
		margin-left: auto;
		margin-right: -12px;
	}

	#gNavi_head .inner .menuWrap nav ul {
		gap: 0;
		margin-right: 0;
	}

	#gNavi_head .inner .menuWrap ul li {
		width: auto;
	}

	#gNavi_head .inner .menuWrap ul li .menuWrapBtn {
		width: 100%;
		max-width: 120px;
		height: 50px;
		font-size: 12px;
		border: 0;
		border-radius: 0;
		padding: 10px;
	}
}

.mv {
	position: relative;
	padding-top: 80px;
}

.mv__cvarea {
	width: 324px;
	position: absolute;
	right: 3%;
	bottom: 20px;
}

.mv__cvbtn {
	width: 300px;
	margin: 0 auto;
	padding-top: 6px;
}

.mv__cvbtn .btn {
	display: block;
}

.mv__cvbtn .btn::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon_materials.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cvarea__banner {
	padding: 32px 16px;
	max-width: 932px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: center;
}

.cvarea__banner a:hover {
	opacity: 0.7;
}

.cvarea__banner.-single {
	max-width: 472px;
	grid-template-columns: 1fr;
}

.cvarea__link {
	padding: 26px 16px;
	background-color: #FFFA6F;
}

.cvarea__link--inner {
	padding: 54px 48px;
	margin: auto;
	max-width: 732px;
	background-color: #FFF;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.cvarea__link--inner::after {
	content: "";
	width: 342px;
	height: 292px;
	background-image: url(../img/cv-link_bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cvarea__link--group {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	max-width: 310px;
	position: relative;
	z-index: 20;
}

@media (max-width: 767px) {
	.mv {
		padding-top: 50px;
	}

	.mv__cvarea {
		width: 304px;
		position: absolute;
		right: 50%;
		bottom: 40px;
		transform: translateX(50%);
		text-align: center;
	}

	.mv__cvarea .mv__icon img {
		width: 240px;
	}

	.mv__cvbtn .btn {
		display: block;
	}

	.cvarea__banner {
		padding: 0;
		display: block;
	}

	.cvarea__banner.-single {
		max-width: inherit;
	}

	.cvarea__link {
		padding: 16px;
	}

	.cvarea__link--inner {
		padding: 26px 16px 238px;
	}

	.cvarea__link--inner::after {
		width: 340px;
		height: 290px;
	}

	.cvarea__link--group {
		margin: auto;
	}
}

.intro {
	background-image: url(../img/intro_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: relative;
}

.intro::after {
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	height: 190px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.intro__inner {
	padding: 100px 16px 200px;
	max-width: 932px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: baseline;
	position: relative;
	z-index: 10;
}

@media (max-width: 767px) {
	.intro {
		background-image: url(../img/intro_bg_sp.jpg);
	}

	.intro__inner {
		padding: 60px 16px 260px;
		display: block;
	}

	.intro__inner .-pic02 {
		margin-top: -24px;
	}
}

.problem {
	position: relative;
	z-index: 10;
	margin-top: -120px;
}

.problem__inner {
	padding: 0 10px 40px;
}

.problem .-pic01 {
	max-width: 500px;
	margin: auto;
}

.problem__text {
	font-weight: 700;
	position: relative;
	padding: 60px 0 0;
	margin: 30px auto;
	text-align: center;
	width: fit-content;
	font-size: 34px;
}

.problem__text::before {
	content: "";
	width: 118px;
	height: 40px;
	background-image: url(../img/problem_text_deco.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.problem__text span {
	font-size: 42px;
	color: #FF1D1D;
}

@media (max-width: 767px) {
	.problem {
		margin-top: -220px;
	}

	.problem__text {
		font-size: 16px;
		padding: 40px 0 0;
	}

	.problem__text::before {
		width: 76px;
		height: 26px;
	}

	.problem__text span {
		font-size: 24px;
	}
}

.reason {
	background: url(../img/reason_bg.png);
	background-repeat: repeat;
	background-color: #FFF5E2;
}

.reason__inner {
	padding: 60px 16px;
}

.reason__heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 40px;
}

.reason__heading span {
	color: #FF7300;
}

.reason__heading img {
	max-width: 350px;
}

.reason__box {
	display: grid;
	grid-template-columns: 1fr;
	gap: 36px;
	max-width: 1000px;
	margin: auto;
}

.reason__card {
	padding: 30px 50px 60px;
	background: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 18px;
}

.reason__card--title {
	color: #9DC02E;
	font-weight: 700;
	font-size: 32px;
	position: relative;
	padding-left: 100px;
	min-height: 84px;
	margin-bottom: 30px;
}

.reason__card--title img {
	position: absolute;
	width: 70px;
	left: 0;
	top: -30px;
}

.reason__card--title span {
	display: block;
	font-size: 22px;
}

.reason__card--subtitle {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
}

.reason__card--text p+p {
	margin-top: 16px;
}

.reason__card--pic {
	margin-top: 40px;
}

.reason__card--pic.-reason5 {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.reason__heading {
		font-size: 18px;
	}

	.reason__heading img {
		max-width: 224px;
	}

	.reason__card {
		padding: 10px 16px 36px;
	}

	.reason__card--title {
		font-size: 22px;
		align-items: flex-start;
		margin-bottom: 16px;
		padding-left: 58px;
		min-height: 70px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.reason__card--title img {
		width: 42px;
		top: -10px;
	}

	.reason__card--title span {
		font-size: 16px;
	}

	.reason__card--subtitle {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.reason__card--pic {
		margin-top: 30px;
	}
}

.industry-divider {
	position: relative;
	padding-bottom: 78px;
}

.industry-divider::after {
	content: "";
	position: absolute;
	background: url(../img/divider.svg) left bottom repeat-x;
	width: 100%;
	height: 18px;
	bottom: 0;
}

.industry__intro {
	margin-top: 40px;
}

.industry__intro--title {
	background-color: #19A9A9;
	padding: 4px 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin-bottom: 26px;
	font-size: 20px;
}

.industry__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.industry__list--item {
	border-right: 1px dashed #A69349;
	border-bottom: 1px dashed #A69349;
	padding: 22px 22px;
	display: flex;
	flex-direction: column;
}

.industry__list--name {
	font-weight: 700;
	margin-bottom: 10px;
}

.industry__list--logo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.industry__list--logo img {
	width: inherit;
}

@media (min-width: 901px) {
	.industry__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.industry__list--item:nth-of-type(3n) {
		border-right: none;
	}

	.industry__list--item:nth-child(3n+1):nth-last-child(-n+3),
	.industry__list--item:nth-child(3n+1):nth-last-child(-n+3)~div {
		border-bottom: none;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.industry__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.industry__list--item:nth-of-type(2n) {
		border-right: none;
	}

	.industry__list--item:nth-child(2n+1):nth-last-child(-n+2),
	.industry__list--item:nth-child(2n+1):nth-last-child(-n+2)~div {
		border-bottom: none;
	}
}

@media (max-width: 767px) {
	.industry__intro--title {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.industry__list {
		display: block;
	}

	.industry__list--item {
		border-right: none;
		border-bottom: 1px dashed #A69349;
		padding: 22px 0;
	}

	.industry__list--item:first-child {
		padding-top: 0;
	}

	.industry__list--name {
		font-size: 14px;
	}
}

.industry__special {
	padding-top: 60px;
}

.industry__special--heading {
	max-width: 260px;
	margin: 0 auto 30px;
}

.industry__special--content {
	position: relative;
	/* .swiper-slide {
		    padding: 10px;
		    height: auto;
		}

		.swiper-button-next,
		.swiper-button-prev {
		    width: 12px;
		    height: 30px;

		    &::after {
		        font-size: 30px;
		        color: #5AD8B5;
		    }
		}

		.swiper-button-next {
		    right: -18px;
		}

		.swiper-button-prev {
		    left: -18px;
		} */
}

.industry__special--content .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.industry__task {
	padding-top: 60px;
}

.industry__task--heading {
	max-width: 260px;
	margin: 0 auto 30px;
}

@media (max-width: 767px) {
	.industry__special--heading {
		max-width: 220px;
		margin-bottom: 20px;
	}

	.industry__special--content {
		/* .swiper-slide {
				    padding: 10px 24px;
				}

				.swiper-button-next,
				.swiper-button-prev {
				    width: 8px;
				    height: 22px;

				    &::after {
				        font-size: 22px;
				    }
				}

				.swiper-button-next {
				    right: 4px;
				}

				.swiper-button-prev {
				    left: 4px;
				} */
	}

	.industry__special--content .swiper-wrapper {
		grid-template-columns: 1fr;
	}

	.industry__task--heading {
		max-width: 220px;
		margin-bottom: 20px;
	}
}

.special-class {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	height: 100%;
}

.special-class__pic {
	position: relative;
	margin-bottom: 42px;
}

.special-class__pic--main {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.special-class__pic--main img {
	height: 160px;
	object-fit: cover;
	object-position: 50% 50%;
}

.special-class__pic--illust {
	position: absolute;
	bottom: -25px;
	left: 15px;
}

.special-class__pic--illust.-vertical {
	max-width: 84px;
}

.special-class__pic--illust.-horizontal {
	max-width: 104px;
}

.special-class__content {
	padding: 0 16px 30px;
	background-color: #FFF;
}

.special-class__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
}

.special-class__text {
	font-size: 14px;
}

.special-class.-banner .special-class__pic {
	margin-bottom: 22px;
}

.special-class.-banner .special-class__pic--main img {
	object-fit: contain;
}

@media (max-width: 767px) {
	.special-class__pic {
		height: 150px;
	}

	.special-class.-banner .special-class__pic {
		margin-bottom: 22px;
	}
}

.course-event {
	background-color: #FAFAFA;
}

.course-event__inner {
	padding: 60px 16px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.course-event .ce-card {
	padding: 64px 16px;
	border-radius: 20px;
	background-color: #FFF;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

.course-event .ce-card::before,
.course-event .ce-card::after {
	content: "";
	width: 100%;
	height: 40px;
	left: 0;
	position: absolute;
	background-color: #FEE208;
}

.course-event .ce-card::before {
	top: 0;
}

.course-event .ce-card::after {
	bottom: 0;
}

.course-event .ce-card__title {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}

.course-event .ce-card__title span {
	display: inline-block;
	font-size: 18px;
}

.course-event .ce-card__career {
	background-color: #FFFCE6;
	padding: 14px 20px;
}

.course-event .ce-card__career--title {
	font-size: 18px;
	color: #AC9800;
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
}

.course-event .ce-card__career--list {
	display: flex;
	flex-wrap: wrap;
}

.course-event .ce-card__career--item {
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #D91C3E;
	color: #FFF;
	font-weight: 700;
	padding: 6px 10px;
}

.course-event__course {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.course-event__event {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.course-event__event .ce-card {
	padding: 30px 16px;
}

.course-event__event .ce-card__title {
	font-size: 18px;
	margin-bottom: 10px;
}

.course-event__event .ce-card__title span {
	color: #1EC981;
}

.course-event__event .ce-card::before,
.course-event__event .ce-card::after {
	height: 20px;
	background-color: #1EC981;
}

.course-event__event .ce-card__point {
	display: flex;
	align-items: center;
	gap: 20px;
}

.course-event__event .ce-card__pic {
	max-width: 33%;
}

.course-event__event .ce-card__text {
	font-size: 20px;
	font-weight: 700;
}

.course-event__event .ce-card__text span {
	color: #D91C3E;
}

@media (max-width: 900px) {
	.course-event__inner {
		gap: 20px;
	}

	.course-event__event {
		gap: 20px;
	}

	.course-event__event .ce-card__title {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.course-event__inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.course-event .ce-card__title span {
		font-size: 14px;
	}

	.course-event .ce-card__career--title {
		font-size: 14px;
	}

	.course-event__course .ce-card {
		width: 100%;
		max-width: inherit;
	}

	.course-event__event .ce-card {
		padding: 36px 16px;
	}

	.course-event__event .ce-card__title {
		font-size: 16px;
	}

	.course-event__event .ce-card::before,
	.course-event__event .ce-card::after {
		height: 22px;
	}

	.course-event__event .ce-card__point {
		gap: 10px;
	}

	.course-event__event .ce-card__pic {
		max-width: 38%;
	}

	.course-event__event .ce-card__text {
		font-size: 16px;
	}
}

.support__inner {
	padding: 100px 16px;
}

.support__heading {
	max-width: 350px;
	margin: 0 auto 30px;
}

.support__text {
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
}

.support__btn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 600px;
	margin: 0 auto 80px;
}

.support__btn .btn {
	background-color: #D91C3E;
	border-color: #D91C3E;
	text-align: left;
	color: #FFF;
	padding: 10px 30px;
}

.support__btn .btn::after {
	background-image: url(../img/arrow-white.svg);
}

.support__btn .btn:hover {
	background-color: #FFF;
	color: #D91C3E;
}

.support__btn .btn:hover::after {
	background-image: url(../img/arrow-red.svg);
}

@media (max-width: 767px) {
	.support__inner {
		padding: 60px 16px;
	}

	.support__heading {
		max-width: 230px;
		margin: 0 auto 20px;
	}

	.support__text {
		margin-bottom: 30px;
		font-size: 16px;
	}

	.support__btn {
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 0 auto 60px;
		max-width: 310px;
	}
}

.students-works {
	background-color: #DEF0F2;
	position: relative;
}

.students-works::before,
.students-works::after {
	content: "";
	width: 828px;
	height: 222px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}

.students-works::before {
	top: 0;
	left: 0;
	background-image: url(../img/students-works_bg-01.svg);
}

.students-works::after {
	bottom: 0;
	right: 0;
	background-image: url(../img/students-works_bg-02.svg);
}

.students-works__inner {
	padding: 100px 16px;
	position: relative;
	z-index: 10;
}

@media (max-width: 767px) {

	.students-works::before,
	.students-works::after {
		content: "";
		width: 375px;
		height: 100px;
	}

	.students-works__inner {
		padding: 80px 16px 100px;
	}
}

.faq {
	padding: 60px 16px;
	position: relative;
}

.faq::before {
	content: "";
	width: 100%;
	height: 326px;
	background-image: url(../img/faq_bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.faq__heading {
	max-width: 200px;
	margin: 0 auto 70px;
}

.faq__list {
	max-width: 900px;
	margin: 0 auto;
}

.faq__item {
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

.faq__item:first-child {
	border-top: 1px solid #CCCCCC;
}

.faq__item label {
	font-weight: 700;
	font-size: 18px;
	position: relative;
	display: block;
	width: 100%;
	padding: 24px 16px 24px 34px;
	cursor: pointer;
}

.faq__item--content {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	height: 0;
	transition: 0.3s all;
	padding: 0 16px 0 34px;
	opacity: 0;
}

.faq__item input[type=checkbox]:checked~label {
	padding: 24px 16px 14px 34px;
}

.faq__item input[type=checkbox]:checked~.faq__item--content {
	height: auto;
	padding: 0 16px 24px 34px;
	opacity: 1;
}

.faq__item input[type=checkbox]:checked~.faq__mark::before {
	rotate: 45deg;
}

.faq__item input[type=checkbox] {
	display: none;
}

.faq__item--title {
	color: #FD4448;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}

.faq__mark::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url(../img/faq_mark.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 28px;
	left: 0;
}

@media (max-width: 767px) {
	.faq__heading {
		max-width: 150px;
		margin-bottom: 56px;
	}
}

.footer {
	background-color: #FFFA6F;
	padding: 26px;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
}

@media (max-width: 767px) {
	.footer {
		padding: 14px;
	}
}