/*
Theme Name: plugin-lab-company2024
*/

@charset "utf-8";

body{
	color:#000;
	font-family:"游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size:15px;
	line-height:1.5;
	word-break: break-all;
}

body.on{
	overflow:hidden;
}


ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

li{
	letter-spacing: normal; /* 文字間を通常に戻す */
}
a {
	color:#000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-decoration:none;
	opacity:1;
	transition:all 0.4s;
}

img{
	max-width:100%;
	height:auto;
	font-size:0;
	vertical-align:top;
}

.clear{
	clear:both;
}

.clearfix_af:after{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.clearfix_bf:before{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix_af ,.clearfix_bf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix_af{
	height: 1%;
}
.clearfix_af ,.clearfix_bf{
	display:block;
}
/* End Hack */

.container1920{
	max-width:1980px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.container1380{
	max-width:1440px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.container1320{
	max-width:1380px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.container1200{
	max-width:1260px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.container1000{
	max-width:1060px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.container800{
	max-width:860px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.container640{
	max-width:700px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
}

.btn a{
	display:block;
	border-radius: 30px;
	background:linear-gradient(233deg, #0078D9 34.69%, #182AB0 88.32%);
	width:144px;
	height:43px;
	line-height:43px;
	color:#fff;
	font-size: 15px;
	font-weight: 700;
	text-align:center;
}

.btn a.dl_btn{
	background:#fff;
	color:#0078D9;
	border:solid 1px #0078D9;
}

.btn.long a{
	width:320px;
	height:63px;
	line-height:63px;
	font-size: 18px;
}

.btn.long a + a{
	margin-top: 5px;
}

.for_student{
	width:128px;
	text-align:center;
	border-radius: 0px 0px 12px 12px;
	background:#4BD0EF;
	position:absolute;
	left:60px;
	top:0;
	z-index:999999;
}

main{
	margin-top:85px;
}

.for_student a{
	color:#fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 120%;
	text-align:center;
}

header{
	position:fixed;
	width:100%;
	height:72px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	top:0;
	left:0;
	background-color:rgba(255,255,255,1);
	padding:0 60px;
	margin-top:0;
	transition:all 0.4s;
	z-index:99999;
}

header.top{
	margin-top:13px;
	background-color:rgba(255,255,255,0);
}

header .g_menu{
	text-align:center;
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
}

header .g_menu a{
	margin-right:30px;
}

header .g_menu a:last-child{
	margin-right:0;
}

.title_en{
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	font-size: 70px;
	font-weight:100;
	font-variation-settings: "wght" 100;
	line-height: 100%;
	position:absolute;
	top:0;
	left:30px;
	color:#E9EFF0;
}

footer{
	padding:80px 0;
}

.footer_wrap{
	max-width:1260px;
	padding:0 30px;
	margin:auto;
	box-sizing:border-box;
	position:relative;
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.footer_wrap .btn{
	margin-top:80px;
}

.footer_wrap .left_area,
.footer_wrap .right_area{
	width:50%;
}

.footer_wrap ul.footer_menu{
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	font-size: 13px;
	font-weight: 700;
	line-height: 120%;
}

.footer_wrap ul.footer_menu .left_menu{
	flex:1;
}

.footer_wrap ul.footer_menu .right_menu{
	width:320px;
}

.footer_wrap ul.footer_menu .left_menu a{
	display:block;
	margin-bottom:20px;
}

.footer_wrap ul.footer_menu .left_menu .btn{
	display:none;
}

.footer_wrap ul.footer_menu .left_menu div:last-child a{
	margin-bottom:0;
}

.footer_wrap ul.footer_menu .left_menu > div{
	margin-top:55px;
}

.footer_wrap ul.footer_menu .left_menu > div:first-child{
	margin-top:0;
}

.footer_wrap ul.footer_menu .right_menu dl{
	margin-top:21px;
}

.footer_wrap ul.footer_menu .right_menu dl dt{
	color:#989898;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
}

.footer_wrap ul.footer_menu .right_menu dl dd a{
	margin-top:8px;
	margin-right:30px;
	display:inline-block;
}

footer small.copyright{
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	font-family:"mozaic-geo-variable","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
	position:absolute;
	bottom:0;
	left:30px;
}

#mv .btn.long{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-end;
}

#mv .btn.long a + a{
	margin-left: 10px;
}

@media only screen and (min-width: 825px) {
	.sp_only{
		display:none !important;
	}

	.tab_only{
		display:none !important;
	}

	header .btn{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	header .btn a + a{
		margin-left:5px;
	}
}

@media (max-width: 1050px) {

	.footer_wrap .left_area{
		width:330px;
	}

	.footer_wrap .right_area{
		flex:1;
	}

}


@media (max-width: 825px) {

	.pc_only{
		display:none !important;
	}

	.tab_only{
		display:block !important;
	}

	.sp_only{
		display:none !important;
	}


	header{
		padding-left:30px;
		padding-right:30px;
	}

	header .logo{
		position: relative;
		z-index: 99;
	}

	header .g_menu a{
		margin-right:15px;
	}

	header .btn{
		position: relative;
		z-index: 99;
	}

	
	header .btn a + a{
		margin-top:5px;
	}
	
	header .btn a{
		width: 130px;
	}

	.btn a {
		width: 110px;
		height: 33px;
		line-height: 33px;
		font-size: 13px;
	}
	.for_student{
		left:30px;
	}

	.footer_wrap{
		display:block;
	}

	.footer_wrap .left_area{
		width:100%;
	}

	.footer_wrap .left_area .btn{
		display:none;
	}

	.footer_wrap .right_area{
		width:100%;
	}

	.footer_wrap ul.footer_menu{
		flex-direction: column-reverse;
		margin-top:36px;
	}

	.footer_wrap ul.footer_menu .right_menu{
		width:100%;
	}

	.footer_wrap ul.footer_menu .right_menu dl{
		display:flex;
		flex-wrap: wrap;
		justify-content:flex-start;
	}

	.footer_wrap ul.footer_menu .right_menu dl dt{
		margin-right:20px;
	}

	.footer_wrap ul.footer_menu .right_menu dl dd a{
		margin-top:0;
		margin-bottom:8px;
	}

	.footer_wrap ul.footer_menu .left_menu .f_menu{
		display:none;
	}

	.footer_wrap ul.footer_menu .left_menu a{
		display:inline-block;
		margin-right:20px;
	}

	.footer_wrap ul.footer_menu .left_menu .btn.long a + a{
		margin-left:10px;
	}

	.footer_wrap ul.footer_menu .left_menu a:last-child{
		margin-right:0;
	}

	footer small.copyright{
		left:unset;
		right:30px;
	}

	.footer_wrap ul.footer_menu .left_menu .btn{
		display:block;
	}

	.footer_wrap ul.footer_menu .left_menu .btn{
		display:block;
		margin:40px 0;
		text-align:center;
	}

}


@media (max-width: 600px) {

	.pc_only{
		display:none !important;
	}

	.tab_only{
		display:none !important;
	}

	.sp_only{
		display:block !important;
	}

	#switchBtnArea {
		position: fixed;
		top:27px;
		right:17px;
		z-index:99999;
		transition:all 0.4s;
	}

	#switchBtnArea.top {
		top:40px;
	}

	#switchBtnArea .switchBtn {
		width: 24px;
		height: 25px;
		display: block;
		z-index:9999;
	}

	#switchBtnArea .switchBtn span {
		left: 10%;
		width: 100%;
		height: 1px;
		display: block;
		position: absolute;
		background-color: #000;
		transition: all 0.2s linear;
	}

	body.menu_black #switchBtnArea .switchBtn span{
		background-color: #000;
	}

	#switchBtnArea.on  .switchBtn span{
		background-color: #333;
	}

	#switchBtnArea .switchBtn span:nth-of-type(1) {top:4px;transform: rotate(0);}
	#switchBtnArea .switchBtn span:nth-of-type(2) {top:16px;transform: scale(1);}
	#switchBtnArea .switchBtn span:nth-of-type(3) {bottom:14px;transform: rotate(0);}

	#switchBtnArea .switchBtn.btnClose span:nth-of-type(1) {top:13px;transform: rotate(-45deg);}
	#switchBtnArea .switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
	#switchBtnArea .switchBtn.btnClose span:nth-of-type(3) {bottom:11px;transform: rotate(45deg);}

	header{
		padding-right:45px;
	}
	
	header .btn{
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	
	header .btn a{
		font-size: 12px;
		width: 100px;
	}
	
	header .btn a + a{
		margin-left: 5px;
	}
	
	header .btn a.dl_btn{
		width: 60px;
	}

	header .g_menu{
		background:#fff;
		position: fixed;
		width: 100%;
		height:100vh;
		z-index: 9;
		top: 0;
		left: 0;
		padding-top: 100px;
		text-align:center;
		opacity:0;
		pointer-events: none;
		transition:all 0.4s;
	}

	header .g_menu .sp_bottom{
		padding:0 24px;
		position:absolute;
		bottom:30px;
		text-align:left;
		font-size: 12px;
		font-weight: 700;
		line-height: 200%;
	}

	header .g_menu .sp_bottom .student{
		display:flex;
		flex-wrap: wrap;
		justify-content:space-between;
		margin-top:30px;
	}

	header .g_menu .sp_bottom .btn{
		margin-bottom:30px;
	}

	header .g_menu .sp_bottom .margin_off{
		margin-right:0;
	}

	header .g_menu.on{
		pointer-events:unset;
		opacity:1;
	}

	header .g_menu .sp_top a{
		margin-right:0;
		margin-bottom:20px;
		display:block;
	}


	.btn a{
		width:112px;
		height:35px;
		line-height:35px;
		font-size:14px;
	}

	header{
		padding-left:15px;
	}

	.for_student{
		left:15px;
	}

	.container1920{
		padding:0 24px;
	}

	.container1380{
		padding:0 24px;
	}

	.container1320{
		padding:0 24px;
	}

	.container1200{
		padding:0 24px;
	}

	.container1000{
		padding:0 24px;
	}

	.container800{
		padding:0 24px;
	}

	.container640{
		padding:0 24px;
	}

	.title_en{
		font-size:60px;
	}

	footer{
		padding-bottom:40px;
	}

	.footer_wrap ul.footer_menu .right_menu dl{
		display:block;
	}

	.footer_wrap ul.footer_menu .right_menu dl dt{
		margin-bottom:10px;
	}

	#mv .btn.long a + a{
		margin-left: 0;
	}
	.footer_wrap ul.footer_menu .left_menu .btn.long a{
		margin-left: 0;
		margin-right: 0;
	}

	.footer_wrap ul.footer_menu .left_menu .btn.long a + a{
		margin-left: 0;
	}
}



