@charset "UTF-8";

@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 900;
	src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
	font-display: swap;
}

/*============================================================
common
==============================================================*/
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333333;
}
a {
	text-decoration: none;
	color: #333333;
}
img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: auto;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
ul {
	list-style: none;
}
.cf::after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pc {
	display: inherit;
}
.sp {
	display: none;
}
.mb30{
	margin-bottom: 30px;
}
.inner {
	width: 1040px;
	margin: auto;
	padding: 0 20px;
}
.num {
	font-family: "Bahnschrift", -apple-system, BlinkMacSystemFont, sans-serif;
	font-weight: 600;
}
.en {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.red {
	color: #D50D1D;
}
.blue {
	color: #001f67;
}
.text {
	line-height: 1.75;
}
.caution {
	font-size: 1.2rem;
}
.section {
	padding: 80px 0;
}
.text_right {
	text-align: right;
}
.mb0{
	margin-bottom: 0;
}
.pb0{
	padding-bottom: 0;
}
.h2_ttl_sub {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.4rem;
	color: #D50D1D;
}
.h2_ttl_sub.white {
	color: #fff;
}
.h2_ttl_sub::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	left: 0;
	right: 0;
	bottom: -7px;
	margin: auto;
	background: #d50d1d;
}
.h2_ttl_sub.white::after {
	background: #fff;
}
.h2_ttl {
	margin-bottom: 50px;
	text-align: center;
	font-size: 4.2rem;
}
.h2_ttl.white {
	margin-bottom: 0;
	color: #fff;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: #f8f8f8;
	pointer-events: none;
	opacity: 1;
	z-index: 9999;
	transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.active .overlay {
	opacity: 0;
}

/*============================================================
content
==============================================================*/
.header_logo {
	position: absolute;
	top: 47px;
	left: 76px;
	margin: auto;
	z-index: 2;
}
.header_logo img {
	width: 216px;
}
.header_menu {
	display: none;
}

#mv {
	position: relative;
	height: 740px;
	background: url(../img/mv_bg.jpg) no-repeat center;
}
.mv_box {
	margin-left: 8vw;
	padding-top: 170px;
}
.mv_ttl {
	font-size: 7.2rem;
	font-weight: 900;
}
.mv_ttl_box {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.mv_ttl_icon img {
	width: 100px;
}
.mv_ttl_sub {
	display: inline-block;
	padding: 12px 48px;
	font-size: 2.4rem;
	background: rgba(255,255,255,.5);
}
.mv_ttl_sub span {
	font-weight: 900;
}
.mv_img img {
	margin-left: 0;
}
.arrowLink {
    position: relative;
    display: inline-block;
    padding: 0 0 0 17px;
    margin: 0 0 4px 0;
    vertical-align: middle;
    color: #336699;
    line-height: 0;
    font-weight: bold;
    text-decoration: underline;
}
.arrowLink::before, .arrowLink::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrowLink::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #336699;
}
.arrowLink::after {
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
.cta_ttl {
	position: relative;
	margin-bottom: 30px;
	font-size: 3.1rem;
	color: #d50d1d;
}
.cta_ttl span {
	position: relative;
	display: inline-block;
}
.cta_ttl span::before, .cta_ttl span::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #d50d1d;
}
.cta_ttl span::before {
	left: -20px;
	transform: rotate(-30deg);
}
.cta_ttl span::after {
	right: -20px;
	transform: rotate(30deg);
}
.cta_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cta_btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-width: 305px;
	height: 90px;
	margin: 0 10px;
	text-align: center;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 90px;
	border-radius: 45px;
	color: #fff;
	transition: .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cta_btn::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #d50d1d;
	transition: .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cta_btn:hover::before {
	width: 100%;
}
.cta_btn_inner {
	position: relative;
}
.cta_btn.btn01 {
	background: rgb(51,51,51);
	background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(118,118,118,1) 100%);
}
.cta_btn.btn02 {
	background: rgb(223,90,1);
	background: linear-gradient(90deg, rgba(223,90,1,1) 0%, rgba(213,13,29,1) 100%);
}
.cta_btn.btn02::before {
	background: #333;
}
.cta_btn_icon {
	display: inline-block;
	margin-right: 15px;
	vertical-align: sub;
}
.cta_btn_icon img {
	width: 46px;
}

#reason {
	background: url(../img/reason_bg.jpg) no-repeat center / cover;
}
.reason_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.reason_box.box02 {
	flex-direction: row-reverse;
}
.reason_box.box01 .reason_img {
	width: 46%;
}
.reason_box.box01 .reason_content {
	width: 50%;
}
.reason_box.box02 .reason_img {
	width: 46.8%;
}
.reason_box.box02 .reason_content {
	width: 50%;
}
.reason_box.box03 .reason_img {
	width: 44.6%;
}
.reason_box.box03 .reason_content {
	width: 50%;
}
.reason_ttl_box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.reason_ttl_num {
	margin-right: 20px;
	font-size: 7.8rem;
	line-height: 1.1;
	color: #d50d1d;
}
.reason_ttl {
	font-size: 2.4rem;
	font-weight: bold;
}
.reason_num {
	margin-bottom: 20px;
}
.reason_num img {
	width: 262px;
	margin-left: 0;
}
.reason_txt {
	margin-bottom: 5px;
}
.course_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.course_list_item {
	position: relative;
	overflow: hidden;
	width: 39%;
	max-width: 390px;
	border-radius: 20px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.course_list_ttl {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #d50d1d;
}
.course_list_item.item02 .course_list_ttl {
	background: #001F67;
}
.course_list_content {
	padding: 30px 30px 110px;
}
.course_list_price {
	text-align: center;
	font-size: 7.9rem;
	color: #d50d1d;
	letter-spacing: -0.03em;
	line-height: 1;
}
.course_list_item.item02 .course_list_price {
	color: #001F67;
}
.course_list_check {
	margin-bottom: 30px;
}
.course_list_check_item {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/course_list_check.png) no-repeat left top 8px / 14px 11px;
}
.course_list_btn {
	position: absolute;
	display: inline-block;
	height: 60px;
	bottom: 50px;
	left: 30px;
	right: 30px;
	margin: auto;
	font-size: 2rem;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background: #d50d1d url(../img/course_list_btn.png) no-repeat center right 30px / 10px 16px;
	border-radius: 30px;
	transition: .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.course_list_item.item02 .course_list_btn {
	background: #001F67 url(../img/course_list_btn.png) no-repeat center right 30px / 10px 16px;
}
.course_list_btn:hover {
	background: #333 url(../img/course_list_btn.png) no-repeat center right 30px / 10px 16px;
}
.course_list_item.item02 .course_list_btn:hover {
	background: #333 url(../img/course_list_btn.png) no-repeat center right 30px / 10px 16px;
}
#course01 {
	background: #d50d1d;
}
#course02 {
	background: #001f67;
}
.course_ttl_box {
	padding: 30px 0;
}
.course_box {
	padding: 40px 0 80px;
}
.course_img {
	margin-bottom: 10px;
}
.course_ttl {
	margin-bottom: 10px;
}
.course_benefit_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding: 45px;
	background: #F8F8F8;
}
.course_benefit_box::before, .course_benefit_box::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	margin: auto;
	border-style: solid;
	border-width: 26px 26px 0 0;
	border-color: #d50d1d transparent transparent transparent;
}
.course_benefit_box::after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	border-width: 0 0 26px 26px;
	border-color: transparent transparent #d50d1d transparent;
}
.course_benefit_box.box02 {
	margin-bottom: 50px;
}
.course_benefit_left {
	display: flex;
	align-items: center;
	width: 49%;
}
.course_benefit_num {
	width: 62px;
	height: 62px;
	margin-right: 48px;
	text-align: center;
	font-size: 4.7rem;
	line-height: 62px;
	color: #fff;
	background: #d50d1d;
	border-radius: 50%;
}
.course_benefit_ttl {
	font-size: 2.5rem;
	font-weight: bold;
	color: #d50d1d;
}
.course_benefit_bar {
	width: 1px;
	background: #d50d1d;
}
.course_benefit_right {
	width: 49%;
	padding-left: 68px;
	font-size: 1.8rem;
	font-weight: bold;
}
.course_schedule_ttl {
	font-size: 3.2rem;
	color: #d50d1d;
	border-bottom: 2px solid #d50d1d;
}
.course_schedule_img {
	margin-bottom: 60px;
}
#flow {
	background: url(../img/flow_bg.png) no-repeat center bottom;
}
.flow_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.flow_list_item {
	position: relative;
	width: 27%;
	max-width: 270px;
}
.flow_list_box {
	margin-bottom: 30px;
	padding: 25px 20px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
}
.flow_list_num {
	position: absolute;
	top: -30px;
	left: 0;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1;
	color: #d50d1d;
}
.flow_list_box_ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
.flow_list_img img {
	width: 84px;
}
.flow_list_ttl {
	font-weight: bold;
	margin-bottom: 15px;
}
.flow_list_arw {
	margin-top: 65px;
}
.flow_list_arw img {
	width: 24px;
}
#voice {
	background: url(../img/voice_bg.jpg) no-repeat center / cover;
}
.voice_box {
	margin-bottom: 80px;
}
.voice_content {
	width: 47%;
}
.voice_num {
	margin-bottom: 10px;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1;
	color: #d50d1d;
}
.voice_ttl {
	margin-bottom: 20px;
	font-size: 2.4rem;
}
.voice_ttl.small {
	font-size: 2rem;
}
.voice_txt {
	margin-bottom: 10px;
}
.voice_img {
	width: 47%;
}
.footer {
	padding: 20px 0;
	font-size: 1.2rem;
	color: #A8AAA9;
}
.youtube02 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0px 0px 30px 0px;
}
.youtube02 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}
/*============================================================
pagetop
==============================================================*/
.pagetop a {
	position: fixed;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	bottom: 60px;
	right: 20px;
	background: #d50d1d;
	border-radius: 50%;
	transition: .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
}
.pagetop.opacity a {
	opacity: 1;
	pointer-events: all;
}
.pagetop a:hover {
	background: #333;
}
.pagetop a::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 6px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform: rotate(-45deg);
	transition: .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/*============================================================
breakpoint 872px
==============================================================*/
@media screen and (max-width: 872px) {
	.mv_ttl {
		font-size: 6.2rem;
	}
	.mv_ttl_sub {
		padding: 12px 40px;
	}
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.left, .right {
		float: none;
	}
	.inner {
		width: 94%;
		margin: auto;
		padding: 0;
	}
	.section {
		padding: 40px 0;
	}
	.h2_ttl_sub {
		font-size: 1.6rem;
	}
	.h2_ttl {
		font-size: 3rem;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		z-index: 10;
	}
	.header_logo {
		top: 10px;
		left: 3%;
	}
	.header_logo img {
		width: 144px;
	}
	.header_btn, .header_menu_close {
		position: absolute;
		width: 34px;
		height: 16px;
		top: 16px;
		right: 3%;
		cursor: pointer;
	}
	.header_btn span, .header_menu_close span {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #333;
	}
	.header_btn span::before, .header_btn span::after, .header_menu_close span::before, .header_menu_close span::after {
		content: "";
		position: absolute;
		display: block;
		top: -7px;
		width: 100%;
		height: 2px;
		background: #333;
	}
	.header_btn span::after, .header_menu_close span::after  {
		top: auto;
		bottom: -7px;
	}
	.header_menu_close {
		top: 20px;
	}
	.header_menu_close span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.header_menu_close span {
		background: none;
	}
	.header_menu_close span::after {
		bottom: 0;
		transform: rotate(-45deg);
	}
	.header_menu {
		position: fixed;
		display: block;
		top: -100px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding: 8vh 3% 0;
		background: #fff;
		z-index: 20;
		opacity: 0;
		transition: .2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
		pointer-events: none;
	}
	.open .header_menu {
		opacity: 1;
		top: 0;
		pointer-events: all;
	}
	.header_menu_list_item a {
		display: block;
		padding: 2.5vh 0;
		text-align: center;
		font-size: 3.2rem;
		font-weight: bold;
		color: #d50d1d;
	}
	.header_menu_cta {
		padding-top: 4vh;
	}
	#mv {
		height: auto;
		background: url(../img/sp/mv_bg.jpg) no-repeat center / cover;
	}
	.mv_box {
		width: 94%;
		margin: auto;
		padding-top: 15vw;
		padding-bottom: 97vw;
	}
	.mv_ttl {
		margin-bottom: -8vw;
		font-size: 8vw;
	}
	.mv_ttl_box {
		margin-bottom: 4vw;
		flex-direction: row-reverse;
		align-items: flex-end;
	}
	.mv_ttl_icon {
		width: 20%;
	}
	.mv_ttl_icon img {
		width: 100%;
	}
	.mv_ttl_sub {
		display: block;
		width: 80%;
		padding: 1.5vw 0;
		text-align: center;
		font-size: 2.8vw;
	}
	.cta_ttl {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.cta_ttl span::before, .cta_ttl span::after {
		width: 2px;
		height: 20px;
	}
	.cta_ttl span::before {
		left: -10px;
	}
	.cta_ttl span::after {
		right: -10px;
	}
	.cta_btn {
		max-width: none;
		height: 62px;
		margin: 0 0 20px;
		font-size: 2rem;
		line-height: 62px;
		border-radius: 31px;
	}
	.cta_btn_icon {
		margin-right: 5px;
	}
	.reason_box {
		margin-bottom: 60px;
	}
	.reason_box.box01 .reason_img, .reason_box.box01 .reason_content, .reason_box.box02 .reason_img, .reason_box.box02 .reason_content, .reason_box.box03 .reason_img, .reason_box.box03 .reason_content {
		width: 100%;
	}
	.reason_content {
		margin-bottom: 30px;
	}
	.reason_ttl_box {
		margin-bottom: 20px;
	}
	.reason_ttl_num {
		margin-right: 10px;
		font-size: 7.3rem;
	}
	.course_list_item {
		width: 100%;
		max-width: none;
	}
	.course_list_item.item01 {
		margin-bottom: 30px;
	}
	.course_list_content {
		padding: 20px 25px 96px;
	}
	.course_list_btn {
		height: 46px;
		left: 25px;
		right: 25px;
		line-height: 46px;
	}
	.course_ttl_box {
		padding: 20px 0;
	}
	.course_box {
		padding: 20px 0 40px;
	}
	.course_benefit_box {
		padding: 30px 20px;
	}
	.course_benefit_left {
		width: 100%;
	}
	.course_benefit_ttl {
		font-size: 2.4rem;
	}
	.course_benefit_num {
		width: 32px;
		height: 32px;
		margin-right: 14px;
		font-size: 2.4rem;
		line-height: 32px;
	}
	.course_benefit_bar {
		width: 100%;
		height: 1px;
		margin: 25px 0 30px;
	}
	.course_benefit_right {
		width: 100%;
		padding-left: 0;
		font-size: 1.8rem;
	}
	.course_schedule_ttl {
		padding-bottom: 5px;
		font-size: 2rem;
	}
	#flow {
		background: url(../img/sp/flow_bg.png) no-repeat center bottom / cover;
	}
	.flow_list_item {
		width: 100%;
		max-width: none;
		margin: 0 auto;
	}
	.flow_list_arw {
		width: 100%;
		margin: 25px auto 50px;
	}
	.flow_list_arw img {
		width: 35px;
	}
	.voice_box {
		position: relative;
		margin-bottom: 40px;
	}
	.voice_content, .voice_img {
		width: 100%;
	}
	.voice_content {
		margin-bottom: 60px;
	}
	.voice_img {
		margin-bottom: 40px;
	}
	.voice_num {
		position: absolute;
		top: -30px;
		left: 0;
		margin: auto;
	}
	.voice_ttl, .voice_ttl.small {
		font-size: 1.8rem;
	}
	.voice_txt, .voice_career {
		font-size: 1.4rem;
	}
	.pagetop a {
		width: 50px;
		height: 50px;
		bottom: 50px;
		right: 10px;
	}
	.width100{
	width:100%
	}
	.pb0 {
    padding-bottom: 0;
}
}