@charset "utf-8";
/* 	common.css
======================================================================== */
body{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #000000;
	word-wrap : break-word;
	overflow-wrap : break-word;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}
a,
a:link {
	display: inline-block;
	color:#000000;
	transition: 0.5s;
	text-decoration: none;
}
a:visited,
a:active {
	color:#000000;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
p   { line-height: 170%; }
li  { list-style: none; }
img { 
	width: auto;
	height: auto;
}
.flex{ display: flex; }
.grid{ display: grid; }
.inline{ display: inline-block;}
@media screen and (max-width: 767px) {
	.pc{ display: none; }
}
.sp,
.tblt{
	display: none!important;
}
@media screen and (max-width: 820px) {
	.tblt{ display: block!important;}
}
@media screen and (max-width: 767px) {
	.sp{ display: block!important;}
}
* { box-sizing: border-box; }

:root {
	--font-en: "Be Vietnam Pro", sans-serif;
	--font-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	--main-yellow: #f1b700;
	--main-yellow-hover: #eda700;
	--main-blue: #0096df;
	--main-light-blue: #01c5fd;
	--main-contents-space: 85px;
}
@media screen and (max-width: 900px) {
	:root {
		--main-contents-space: 30px;
	}
}

/* header --------------------------------------------------*/
#head-area{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
}
#head-area .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100px;
}
#head-area .inner{
	justify-content: space-between;
}

.logo_area {
	position: relative;
}
	.logo_area a{
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 380px;
		margin: 0 0 0 43px;
		transition: inherit;
	}
	.logo_area img.logo{
		display: block;
		width: 380px;
		transition: .5s;
	}
	.logo_area a img:hover{
		opacity: .7;
	}

.top #head-area{
	position: absolute;
	background: none;
}
.top #head-area.moved{
	position: fixed;
	background: #fff;
}
.top #head-area .inner{
	justify-content: flex-end;
}
.top #head-area.moved .inner{
	justify-content: space-between;
}
.top .logo_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
	max-width: 550px;
}
.top .moved .logo_area {
	display: inline-block;
	position: relative;
	max-width: inherit;
	width: auto;
}
	.top .logo_area a{
		position: relative;
		z-index: 2;
		width: 39%;
		max-width: 213px;
		margin: clamp(18px,4vw,var(--main-contents-space)) 0 0 clamp(16px,4vw,var(--main-contents-space));
	}
	.top .moved .logo_area a{
		width: 100%;
		max-width: 380px;
		margin: 0 0 0 43px;
	}
	.top .logo_area img.logo_top{
		width: 100%;
	}
	.top .logo_area img.logo{
		display: none;
	}
	.top .moved .logo_area img.logo_top{
		display: none;
	}
	.top .moved .logo_area img.logo{
		display: block;
		width: 380px;
	}
	.top .logo_area img.logo_top_bg{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
	}
	.top .moved .logo_area img.logo_top_bg{
		display: none;
	}
.pc_navi {
	display: flex;
	justify-content: flex-end;
}
	.pc_navi ul{
		position: relative;
		display: inline-flex;
		align-items: center;
		margin-right: 100px;
	}
		.pc_navi ul li > a{
			position: relative;
			display: inline-flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			font-size: 20px;
			color: #fff;
			width: 173px;
			height: 100px;
		}
		.pc_navi ul li > a:hover{
			opacity: 1;
		}
		.pc_navi ul li.graduate > a{
			background: var(--main-yellow);
		}
			.pc_navi ul li.graduate > a:hover{
				background: #eda700;
			}
		.pc_navi ul li.career > a{
			background: var(--main-blue);
		}
			.pc_navi ul li.career > a:hover{
				background: #0083d7;
			}
		.pc_navi ul li > a > div{
			width: 100%;
		}
			.pc_navi ul li > a span{
				display: block;
				text-align: center;
			}
			.pc_navi ul li > a .jp{
				letter-spacing: 1px;
				width: 100%;
				margin-bottom: 7px;
			}
			.pc_navi ul li > a .en{
				font-family: var(--font-en);
				font-weight: 800;
				letter-spacing: 2px;
				width: 100%;
			}
	/* dropdown */
	.pc_navi ul li.dropdown {
		position: relative;
	}
		.pc_navi ul li.dropdown .dropdown-child {
			display: none;
			position: absolute;
			top: 100px;
			left: 0px;
			width: 240px;
			background: var(--main-yellow);
			padding: 11px;
		}
			.pc_navi ul li.dropdown .dropdown-child a + a{
				margin-top: 2px;
			}
			.pc_navi ul li.dropdown .dropdown-child a img{
				width: 100%;
				vertical-align: bottom;
			}
/* nav-toggle------ */
#nav-toggle {
	display: block;
	position: fixed;
  	z-index: 1000;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 100px;
	height: 100px;
	background: #000;
	transition: .5s;
}
#nav-toggle:hover > div{
	opacity:.7;
}
.top #nav-toggle {
	position: absolute;
}
.top header.moved #nav-toggle {
	position: fixed;
	animation: NaviFade 500ms ease-out;
}
	#nav-toggle > div {
		position: relative;
		width: 46px;
		margin: 0 auto;
		transition: .5s;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
		transition: top .5s ease, -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out, top .5s ease;
		transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
	}
	#nav-toggle span:nth-child(1) { top: 36px;}
	#nav-toggle span:nth-child(2) { top: 49px;}
	#nav-toggle span:nth-child(3) { top: 61px;}

	.open #nav-toggle span:nth-child(1) {
		top: 48px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		top: 48px;
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 48px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
/* nav-toggle------ */

/* PC スクロール後の固定ヘッダー -------*/
.top .moved#head-area {
	position: fixed;
	top: 0;
	left: 0;
	animation: NaviFade 500ms ease-out;
	width: 100%;
}
@keyframes NaviFade {
	  0% { opacity: 0;}
	100% { opacity: 1;}
}
/*---------------------------------*/

.wrap{
	margin-top: 100px;
}

/* menu open */
body.open {
	overflow-y: hidden;
}
.open .moved#head-area #global-nav{
	animation: none;
}
.open #global-nav {
	transition: .6s;
	visibility: visible;
	opacity: 1;
}
.open #global-nav li {
  opacity: 1;
}

/* #global-nav open menu -----------*/
#global-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	visibility: hidden;
	background-image:url(../../img/common/menu_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	opacity: 0;
	overflow-y: auto;
	padding: clamp(120px,12vw,170px) var(--main-contents-space) var(--main-contents-space) 100px;
}
#global-nav .flex_global_menu{
	gap:20px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 75px;
}
#global-nav .flex_global_menu .col_l{
	width: 50%;
}
#global-nav .flex_global_menu .col_r{
	width: 50%;
}
#global-nav .title_wrap{
	margin-bottom: 22px;
}
	#global-nav .title_wrap .title_en{
		font-size: 32px;
		letter-spacing: 3px;
		margin-bottom: 0;
	}
		#global-nav .title_wrap .title_en .init{
			font-size: 126%;
		}
.sp_navi a{
	color: #fff!important;
}
.sp_navi ul {
}
.sp_navi ul li + li{
	margin-top: 17px;
}
.sp_navi ul li a{
	display: inline-flex;
	flex-wrap: wrap;
	gap:0 10px;
	align-items: center;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 1px;
	width: 100%;
}
.sp_navi ul li a .sub{
	font-size: 14px;
}
.sp_navi .block + .block{
	margin-top: 55px;
}
.sp_navi .block.menu_recruit {
	border-bottom: 2px solid #fff;
	padding-bottom: 38px;
}
.sp_navi .block.menu_recruit + .block.menu_youtube{
	margin-top: 38px;
}
.sp_navi .block.menu_youtube a {
	display: flex;
	align-items: center;
}
	.sp_navi .block.menu_youtube a img{
		width: 110px;
		margin-right: 18px;
	}
	.sp_navi .block.menu_youtube a .caption{
		display: block;
		position: relative;
		top: 1px;
		line-height: 130%;
	}
#global-nav .flex_menu_cta{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
	#global-nav .flex_menu_cta a{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		width: 50%;
		height: 120px;
		color: #fff;
	}
	#global-nav .flex_menu_cta a.menu_cta_graduate_entry{
		background: var(--main-yellow);
	}
	#global-nav .flex_menu_cta a.menu_cta_career_entry{
		background: var(--main-blue);
	}
		#global-nav .flex_menu_cta a .jp{
			display: inline-block;
			font-size: 29px;
			font-weight: 700;
			letter-spacing: 2px;
		}
		#global-nav .flex_menu_cta a .en{
			position: relative;
			top: 3px;
			display: inline-block;
			font-family: var(--font-en);
			font-size: 35px;
			font-weight: 800;
			letter-spacing: 4px;
		}
@media screen and (min-width: 768px) {
	#global-nav .accordion-container .accordion-title {
	    cursor: initial;
		pointer-events: none;
	}
	#global-nav .accordion-container .accordion-content {
		display: block!important;
	}
}
@media screen and (max-width: 1000px) {
	.logo_area a,
	.logo_area img.logo,
	.top .moved .logo_area img.logo{
		width: 256px;
	}
}
@media screen and (max-width: 767px) {
	#global-nav {
		background-image: url(../../img/common/menu_bg_sp.jpg);
		background-position: top;
	}
	#head-area{
		height: 55px;
	}
	#head-area .inner{
		height: 55px;
	}
	.logo_area {
		position: relative;
	}
	.logo_area a,
	.logo_area img.logo,
	.top .moved .logo_area img.logo{
		width: 173px;
		margin: 0 0 0 0;
	}
	.logo_area a{
		max-width: 173px;
		margin: 0 0 0 12px;
	}
	.top .logo_area {
		width: 176px;
	}
		.top .logo_area a{
			width: 90px;
		}
		.top .moved .logo_area a{
			max-width: 173px;
			margin: 0 0 0 12px;
		}
	.pc_navi ul{
		margin-right: 55px;
	}
		.pc_navi ul li > a{
			width: 70px;
			height: 55px;
		}
			.pc_navi ul li > a .jp{
				font-size: 10px;
				letter-spacing: 0;
				margin-bottom: 3px;
			}
			.pc_navi ul li > a .en{
				font-size: 12px;
				letter-spacing: 1px;
			}
			/* dropdown */
			.pc_navi ul li.dropdown .dropdown-child {
				top: 55px;
				width: 165px;
				padding: 8px;
			}
				.pc_navi ul li.dropdown .dropdown-child a + a{
					margin-top: 2px;
				}
	/* nav-toggle------ */
	#nav-toggle {
		display: block;
		position: absolute;
	  	z-index: 1000;
		top: 0;
		right: 0;
		cursor: pointer;
		width: 55px;
		height: 55px;
	}
	#nav-toggle > div {
		position: relative;
		width: 23px;
		margin: 0 auto;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
		transition: top .5s ease, -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out, top .5s ease;
		transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
	}
	#nav-toggle span:nth-child(1) { top: 22px;}
	#nav-toggle span:nth-child(2) { top: 28px;}
	#nav-toggle span:nth-child(3) {	top: 34px;}

	.open #nav-toggle span:nth-child(1) {
		top: 28px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		top: 28px;
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 28px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	/* nav-toggle------ */

	/* #global-nav  displayed　menu -----------*/
	#global-nav {
		padding: 105px var(--main-contents-space) 75px;
	}

	/* sp nav accordion */
	#global-nav .accordion-container .accordion-title {
	    position: relative;
	    display: flex;
		align-items: center;
		/*height: 28px;*/
	    cursor: pointer;
	}
		#global-nav .accordion-container .accordion-title::before {
		    content: "";
		    position: absolute;
		    right: 0;
		    top: 14px;
		    display: block;
		    width: 13px;
		    height: 1px;
		    background: #fff
		}
		#global-nav .accordion-container .accordion-title::after {
		    content: "";
		    position: absolute;
		    right: 6px;
		    top: 8px;
		    transition: all .5s ease-in-out;
		    display: block;
		    width: 1px;
		    height: 13px;
		    background: #fff
		}
		#global-nav .accordion-container .accordion-title.open::after {
		    transform: rotate(-90deg);
		    opacity: 0
		}
	#global-nav .flex_global_menu{
		flex-wrap: wrap;
		gap: 36px;
		width: 100%;
		margin: 0 auto 0px;
	}
		#global-nav .flex_global_menu .col_l{
			width: 100%;
		}
		#global-nav .flex_global_menu .col_r{
			width: 100%;
		}
	#global-nav .title_wrap{
		margin-bottom: 0px;
	}
		#global-nav .title_wrap .title_en{
			font-size: 21px;
			letter-spacing: 2px;
			margin-bottom: 0;
		}
	.sp_navi ul {
		margin-top: 22px;
	}
	.sp_navi ul li + li{
		margin-top: 16px;
	}
	.sp_navi ul li a{
		gap:0 5px;
		font-size: 13px;
		line-height: 150%
	}
	.sp_navi ul li a .sub{
		font-size: 11px;
		letter-spacing: 0;
	}
	.sp_navi .block + .block{
		margin-top: 42px;
	}
	.sp_navi .block.menu_recruit {
		border-bottom: 2px solid #fff;
		padding-bottom: 50px;
	}
	.sp_navi .block.menu_recruit + .block.menu_youtube{
		margin-top: 48px;
	}
	.sp_navi .block.menu_youtube a {
		gap: 8px;
	}
		.sp_navi .block.menu_youtube a img{
			width: 83px;
			margin-right: 0;
		}
		.sp_navi .block.menu_youtube a .caption{
			position: relative;
			top: 1px;
			font-size: 12px;
			letter-spacing: -1px;
			width: 100%;
		}
		#global-nav .flex_menu_cta a{
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 10px;
			width: 50%;
			height: 55px;
		}
			#global-nav .flex_menu_cta a .jp{
				display: inline-block;
				font-size: 14px;
				font-weight: 700;
				letter-spacing: 1px;
			}
			#global-nav .flex_menu_cta a .en{
				top: 1px;
				font-size: 16px;
				letter-spacing: 1px;
			}
	.wrap{
		z-index: 900;
		margin-top: 55px;
	}
}

/* page top --------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 100;
}
.single .pagetop {
	bottom: 60px;
}
.pagetop a {
	font-size: 26px;
	color: #fff;
	background: var(--main-navy);
	width: 40px;
	height:40px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.pagetop a {
		font-size: inherit;
		width: 45px;
		height:45px;
	}
}

/* breadcrumbs --------------------------------------*/
.breadcrumbs_wrap{
	background: var(--main-bg-gray);
	padding: 17px 20px;
}
.breadcrumbs{
	font-size: 12px;
	line-height: 140%;
	max-width: 1100px;
	margin:0 auto;
}
	.breadcrumbs .current-item{
		color: #808080;
	}
	.breadcrumbs span.arrow{
		position: relative;
		top: -1px;
		display: inline-block;
		width: 6px;
		height: 8px;
		background-image: url(../../img/common/arrow.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin: 0 10px;
	}
@media screen and (max-width: 767px) {
	.breadcrumbs_wrap{
		padding: 10px 20px;
	}
	.breadcrumbs{
		font-size: 11px;
	}
	.breadcrumbs span.arrow{
		top: 0;
	}
}

/* foot_links ------------------------------------------*/
.foot_links{
	color: #fff;
	background: #1f1f1f;
	padding: 140px var(--main-contents-space) 165px;
}
.foot_links .inner{
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

	.foot_links .title_wrap {
		margin-bottom: 45px;
	}
	.foot_links .title_wrap .title_en{
		font-size: 34px;
		text-align: center;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
		.foot_links .title_wrap .title_en .init{
			font-size: 42px;
		}
	.foot_links .title_wrap .title{
		font-size: 16px;
		margin-top: -2px;
		padding: 0;
	}
		.foot_links .title_wrap .title::before{
			display: none;
		}

.foot_links .inner .items{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.foot_links .inner .items a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	letter-spacing: 1px;
	height: 130px;
	background: #fff;
	padding: clamp(10px,2.1vw,35px) 50px clamp(10px,2.1vw,35px) 6px;
}
.foot_links .inner .items a:hover{
	opacity: 1;
}
	.foot_links .inner .items a svg{
		position: absolute;
		top: calc(50% - 5px);
		right: 30px;
		transition: .5s;
	}
	.foot_links .inner .items a svg path{
		transition: .5s;
	}
	.foot_links .inner .items a:hover svg{
		right: 20px;
	}
@media screen and (max-width: 767px) {
	.foot_links{
		padding: 64px var(--main-contents-space) 85px;
	}
		.foot_links .title_wrap {
			margin-bottom: 32px;
		}
		.foot_links .title_wrap .title_en{
			font-size: 22px;
			text-align: center;
			letter-spacing: 3px;
			margin-bottom: 6px;
		}
			.foot_links .title_wrap .title_en .init{
				font-size: 26px;
			}
		.foot_links .title_wrap .title{
			font-size: 11px;
		}
	.foot_links .inner .items{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.foot_links .inner .items a{
		font-size: 15px;
		height: 70px;
		padding: 0;
	}
	.foot_links .inner .items a:hover{
		opacity: 1;
	}
		.foot_links .inner .items a svg{
			top: calc(50% - 3px);
			right: 15px;
			transform: scale(0.8);
		}
		.foot_links .inner .items a:hover svg{
			right: 5px;
		}
}

/* cta_graduate_entry */
a.cta_graduate_entry{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	width: 100%;
	color: #fff;
	background: var(--main-yellow);
}
a.cta_graduate_entry:hover{
	opacity: 1;
	background: var(--main-yellow-hover);
}
	a.cta_graduate_entry > div{
		display: flex;
		align-items: center;
		gap: 14px;
	}
		a.cta_graduate_entry .jp{
			display: inline-block;
			font-size: 47px;
			font-weight: 700;
			letter-spacing: 2px;
		}
		a.cta_graduate_entry .en{
			position: relative;
			top: 3px;
			display: inline-block;
			font-family: var(--font-en);
			font-size: 54px;
			font-weight: 800;
			letter-spacing: 4px;
		}
@media screen and (max-width: 767px) {
	a.cta_graduate_entry{
		height: 100px;
	}
		a.cta_graduate_entry > div{
			display: flex;
			align-items: center;
			gap: 6px;
		}
			a.cta_graduate_entry .jp{
				font-size: 23px;
				letter-spacing: 2px;
			}
			a.cta_graduate_entry .en{
				top: 2px;
				font-size: 27px;
				letter-spacing: 2px;
			}
}

/* youtube */
.youtube{
	padding: 40px 0 80px;
}
	.youtube a{
		display: flex;
		align-items: center;
		justify-content: center;
		gap:20px;
	}
	.youtube a img{
		width: 128px;
	}
	.youtube a .caption{
		border-left: 1px solid #000;
		padding:10px 0 10px 20px;
	}
@media screen and (max-width: 767px) {
	.youtube{
		font-size: 10px;
		padding: 30px 0 38px;
	}
		.youtube a{
			gap:12px;
		}
		.youtube a img{
			width: 77px;
		}
		.youtube a .caption{
			padding:5px 0 5px 12px;
		}
}

/* footer ------------------------------------------*/
footer {
	padding: 0 45px 40px;
}
footer .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	gap: 20px;
}
	footer .site_links{
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
		footer .site_links > div:first-child{
			padding: 2px 25px 2px 0;
		}
		footer .site_links > div:last-child{
			border-left: 1px solid #333;
			padding: 2px 0 2px 25px;
		}
		footer .site_links > div a{
			font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
			color: #333333;
		}
	footer .copyright {
		font-family: "Roboto", sans-serif;
		font-weight: 400;
		font-size: 12px;
		color: #333333;
		text-align: center;
		letter-spacing: 1px;
	}
@media screen and (max-width: 767px) {
	footer {
		padding: 0 30px 28px;
	}
	footer .inner{
		flex-wrap: wrap;
		gap: 30px;
	}
		footer .site_links{
			font-size: 12px;
			width: 100%;
		}
			footer .site_links > div:first-child{
				padding: 1px 20px 1px 0;
			}
			footer .site_links > div:last-child{
				padding: 1px 0 1px 20px;
			}
		footer .copyright {
			width: 100%;
			font-size: 11px;
		}
}
