@charset "utf-8";

/*ここでは
	TOPページ
	などを記述します
*/

body{
	}
	
.header_height{
	background: #E1F1F2;
	}

.main_view{
	position: relative;
	background: url(../img/top/main_view.svg) repeat-x bottom center / 1440px auto;
	/*margin-bottom: 90px;*/
	}
.main_view .cont{
	display: flex;
	display: -webkit-flex;
	position: relative;
	padding-bottom: 10px;
	}
	.main_view .cont::before{
		position: absolute;
		content: "";
		left: 5px;
		bottom: -20px;
		height: 49%;
		/* height: 63%; */
		width: 12%;
		background: url(../img/top/human.svg) no-repeat left bottom / contain;
		}
	.main_view .cont::after{
		position: absolute;
		content: "";
		right: -8%;
		bottom: -14px;
		height: 103%;
		/* height: 130%; */
		width: 52%;
		background: url(../img/top/human2.svg) no-repeat right top / contain;
		
		overflow: hidden;
		}
	
	
.main_view .read_box{
	width: 100%;
	/*position: absolute;*/
	/*left: 0;
	top: 0;*/
	padding-top: 22px;
	margin-left: 13%;
	position: relative;
	
	padding-bottom: 41px;
	}
.sns_box{
	/* left: 409px;
	top: 225px; */
	display: flex;
	flex-direction: column;
	height: 55px;
	width: 55px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);

	position: fixed;
	z-index: 3;
	left: 50vw;
	transform: translateX(-566px);
}
@media screen and (max-width: 768px){
	.sns_box {
    display: none !important;
	}
}
.sns_item{
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
}
.sns_item:hover{
	opacity: 0.45;
	-webkit-opacity: 0.45;
}
.sns_item:nth-last-child(1){
	border-bottom: none;
}
.sns_item img{
	width: 25px;
}
.main_view .read_box .midashi{
	font-size: 38px;
	/*padding-left: 0.5em;*/
	/*width: 96%;*/
	margin-bottom: 52px;
	line-height: 1.1;
	display: block;
	z-index: 3;
	position: relative;

	}
.main_view .read_box .midashi span{
	font-size: 20px;
	font-weight: normal;
	}
.main_view .read_box ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	width: 52.5%;
	
	padding-top: 38px;
	}
.main_view .read_box ul li{
	flex-basis: 48%;
	margin-bottom: 1em;
	/*display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;*/
	}
.read_box ul li a{
	background: #00C0FF;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	font-size: 18px;
	padding: 0.6em 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 1.2;
	}
	.read_box ul li a:hover{
		background: #FF8F00;
		}
.read_box ul li a span{
	background: #FFFFFF;
	padding: 0.1em 0.25em;
	color: #00C0FF;
	margin: 0 0.4em 0 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-size: 15px;
	}
.read_box ul li a:hover span{
	color: #FF8F00 !important;
	}
	
.read_box ul li.exam a{
	background: #82CF00;
	position: relative;
	}
.read_box ul li.exam a::before{
		content: "";
		width: 16px;
		height: 16px;
		background-image: url(../img/icon/icon_arrow2.svg);
		background-size: 100%;
		position: absolute;
		right: 4px;
		top: 4px;
	}
.read_box ul li.exam a:hover{
	background: #FF8F00;
	}
.tsutaeru .read_box ul li a span{
	display:inline-block;
}
	


#contents{
	padding-top: 77px;
	}

	
	

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 990px) {
	.main_view{
		background: url(../img/top/main_view_sp.svg) repeat-x top center / 80% auto;
		/*overflow: hidden;*/
		position: relative;
		}
	.main_view .cont{
		display: block;
		width: auto;
		padding-top: 14em;
		position: relative;
	}

	.main_view::after{
		content: "";
		display: block;
		width: 100%;
		height: 25px;
		background-color: #D6EFAB;
		position: absolute;
		left: 0;
		bottom: 0;
	}
		
	.main_view .read_box{
		position: relative;
		z-index: 1; /*1以上*/
		width: auto;
		text-align: center;
		padding: 11em 4em 3em;
		margin-left: 0;
		/* background: #BF6A00;  */
		}
	.main_view .read_box::after{
		content: '';
		position: absolute;
		left:0;
		top: 0;
		
		/*四角形を傾けます*/
		/* transform: skewY(-3.5deg);
		transform-origin: top right; */
		
		z-index: -1;
		width: 100%;
		height: 100%;
		background: #D6EFAB;
		}
	
	.main_view .read_box p{
		font-size: 1.6em;
		color: #363B43;
		}
	
	.main_view .read_box .midashi{
		color: #363B43;
		font-size: 33px;
		width: 70%;
		margin: 0 auto 1.5em;
		padding-left: 6px;
		text-align: left;
		}

	.main_view .read_box ul{
		width: 100%;
	}

	.main_view .read_box .midashi span{
		font-size: 16px;
		display: inline-block;
		}
	
	.main_view .cont::before{
		left: 13%;
		top: 0px;
		height: 25em;
		width: 10%;
		background: url(../img/top/human.svg) no-repeat left bottom / contain;
		z-index: 2;
		}
	.main_view .cont::after{
		top: 1em;
		right: 8%;
		height: 25em;
		width: 43%;
		background: url(../img/top/human2.svg) no-repeat right top / contain;
		z-index: 2;
		}
	
	#contents{
		padding-top: 0;
		}
	
}
@media screen and (max-width: 768px) {
	
	.main_view{
		background: url(../img/top/main_view_sp.svg) repeat-x top center / 100% auto;
		}
		
	.main_view .read_box{
		padding: 3.2em 1.5em 30px;
		}
	.main_view .read_box p{
		text-align: left;
		font-size: 1.3em;
		margin: 0;
		}
	/*.main_view .read_box .human{
		max-width: inherit;
		margin: 0 0 2em;
		}*/
	.main_view .cont{
		padding-top: 6.4em;
		padding-bottom: 25px;
		}
	.main_view .cont::before{
		left: 6%;
		top: -22px;
		height: 13em;
		width: 18%;
		}
	.main_view .cont::after{
		top: -3px;
		right: 0;
		height: 14em;
		width: 75%;
		background: url(../img/top/human2-2.svg) no-repeat right top / contain;
		z-index: 2;
		}

		.main_view .read_box::after{
			content: '';
			position: absolute;
			left:0;
			top: 0;
			
			
			
			z-index: -1;
			width: 100%;
			height: 100%;
			background: #d6efab;
			}
	
	.main_view .read_box{
		padding: 5.5em 1.5em 0;
		}
	.main_view .read_box::after{
		/*四角形を傾けます*/
		transform: skewy(-3.5deg);
		transform-origin: top right;
		/*background: none;*/
		}
	.main_view .read_box .midashi{
		width: 100%;
		margin: 0 auto 0.4em;
		}
	.main_view .read_box ul li{
		flex-basis: 47%;
		margin-bottom: 22px;
		}

	.main_view .read_box ul li:nth-child(3) a,
	.main_view .read_box ul li:nth-child(4) a{
		padding: 0.7em 0.12em;
		line-height: 1.2;
	}
	.main_view .read_box ul li:nth-child(3),
	.main_view .read_box ul li:nth-child(4){
		margin-bottom: 17px;
		}
	.read_box ul li a{
		font-size: 1.1em;
		padding: 1em 0.5em;
		height: 82px;
		}
		
		
}
@media screen and (max-width: 414px) {
	
		
		
}
@media screen and (max-width: 375px) {

}


.top_box_group{
	padding: 35px 0 35px;
	}
.top_box_group .cont{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	}

/*shadow_box*/
.s_box{
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3);
	
	margin: 0 0 30px;
	padding: 20px 28px; /*なるべく共通*/
	}
.s_box::after { clear: both; content: " "; display: block;}
.s_box p.t_right{
	margin: 0;
	}


.w_box{
	background: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	margin: 0 0 30px;
	padding: 20px 28px; /*なるべく共通*/
	}
.w_box::after { clear: both; content: " "; display: block;}
	
	
/*---お知らせ・ニュース---*/

.info_box{
	float: left;
	width: 49.5%;
	}
.info_box .img_view{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow: hidden;
	background: url(../img/top/news_bg.jpg) no-repeat center center / cover;
	height: 195px;
	margin-bottom: 35px;
	
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	}
.info_box .img_view img{
	width: 42%;
	margin-top: 1.5em;
	}

.info_box .info_dl{}
.info_dl dl{
	margin: 5px 0 7px 0px;
	}
.info_dl dl dt{
	margin-bottom: 0.3em;
	position: relative;
	padding: 3px 0;
	}
.info_dl dl dt span.cate{
    font-size: 0.857em;
    background-color: #009eeb;
    border-radius: 40px;
    padding: 0.2em 1em;
    text-align: center;
    color: #ffffff;
    align-self: flex-start;
    line-height: 1em;
    margin-right: 4px;
    width: 80px;
}.info_dl dl dt span.cate.report{
	background-color: #ff9800;
	border-radius: 40px;
	padding: 0.2em 1em;
}
.info_dl dl dt span.cate.information{
	background-color: #00c0ff;
	border-radius: 40px;
	padding: 0.2em 1em;
}
.date{
	position: relative;
}
.datenew{
	position: absolute;
	right: -35px;
	top: calc(50% - 7px);
	width: 22px;
	height: 18px;
	background-image: url(../img/icon/icon_new.svg);
	background-repeat: no-repeat;
}
/*cate_flexは /shared/css/news.css　に記載
    ---------------------------------------------*/
.info_dl dl dd{
	font-size: 1.1em;
	line-height: 1.6;
	padding: 0 0 0 1em;
	}
.info_dl dl dd a{
	text-decoration: underline;
	}

.info_dl	.h2_title{
	margin-top: 26px;
	margin-bottom: 14px;
	font-weight: 700;
	color: #6f7a86;
}
.seminar_column{
	width: calc(100% - 40px);
	padding: 20px 20px 6px 20px;
	border: 5px solid #ffb455;
	border-radius: 20px;
}
.seminar_heading{
	font-size: 24px;
	line-height: 1.2;
}
.seminar_column_inner{
	display: flex;
	flex-direction: column;
	margin-top: 24px;
}
.seminar_column_item{
	background-image: url(../img/parts/ar_b.svg);
	background-repeat: no-repeat;
	background-position: left 0px;
	background-size: 20px;
	padding-left: 34px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3dee6;
	font-size: 16px;
}
.seminar_column_item:nth-child(n+2){
	margin-top: 22px;
}

.seminar_column_text{
	margin-top: 12px;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
	
	.info_box{
		flex-basis: 65%;
		}
		
	/*shadow_box*/
	.s_box{
		padding: 15px 3%; /*なるべく共通*/
		}
	
}
@media screen and (max-width: 990px) {

	.seminar_column{
		width: calc(90% - 40px);
		margin: 24px auto 0;
		padding: 8px 20px 20px;
		border: 5px solid #ffb455;
		border-radius: 20px;
	}
	.seminar_heading{
		line-height: 1.2;
	}

	.seminar_column_inner{
		margin-top: 16px;
		padding: 0 4px 0 9px;
	}
	.seminar_column_item{
		padding-bottom: 6px;
	}
	.seminar_column_item:nth-child(n+2){
		margin-top: 10px;
	}
	.seminar_column_text{
		margin-top: 4px;
		padding: 0 6px;
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 0;
	}
		
	.top_box_group{
		padding: 20px 0 35px;
		}
	.top_box_group .cont{
		display: block;
		width: auto;
		}
	.s_box{
		box-shadow: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		background: inherit;
		margin-bottom: 0;
		}
	/*shadow_box*/
	.s_box{
		padding: 35px 4% 40px; /*なるべく共通*/
		}
	.s_box p.t_right{
		margin: 1em 0 0;
		}
	
	/*---お知らせ・ニュース---*/
	
	.info_box{
		float: none;
		width: auto;
		margin-bottom: 30px;
		}
	.info_box .h2_title{
		position: relative;
		}
	.info_box .img_view{
		border-radius: 0;
		position: relative;
		height: 350px;
		margin-bottom: 0;
		z-index: 0;
		/*background: none;*/
		
		transform: skewy(-3.5deg);
 		overflow: hidden;
		}
	.info_box .img_view img{
		margin-top: 0;
		width: 100%;
		transform: skewy(3.5deg) scale(1.6);
		}
	
	.info_box .info_dl{
		margin-top: 5em;
		padding: 0 1.5em 1.4em;
		}
	
		
}
@media screen and (max-width: 768px) {
	/*shadow_box*/
	.s_box{
		padding: 35px 4% 40px; /*なるべく共通*/
		}
	
	.info_dl .h2_title{
		margin-top: 19px;
		margin-bottom: 22px;
	}
	.info_box .img_view{
		height: 145px;
		}
	.info_box .info_dl{
		margin-top: 0.5em;
		}
	.info_dl dl{
		margin: 0 0 0.8em;
		}
	.info_dl dl dd{
		font-size: 1em;
		line-height: 1.65;
		padding: 0 0 0 1em;
		}
		
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

/*---建設分野特定技能1号評価試験---*/



.info_exam {
    float: right;
    width: 42%;
    position: relative;
    margin-bottom: 6.8em;
}
.info_exam > .exam_blc {
    background: #d6efab;
    padding: 20px 32px 3.0em 32px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.info_exam > .banner_blc a:hover{
    opacity: 0.5;
}

.info_exam .h3_midashi{
	margin-bottom: 0.2em;
	text-align: center;
	font-weight: 700;
	}
.info_exam .img_view{
	text-align: center;
	margin: 0 auto 1.5em;
	}
.info_exam .img_view img{
	width: 90%;
	margin: 0 auto;
	}
.info_exam dl{
	padding: 0 0 0.5em;
	}
	/*.info_exam dl:last-child{
		margin-bottom: 2em;
		}*/
.info_exam dl dt{
    
	position: relative;
	font-size: 1.2em;
	color: #1e7600;
	margin-bottom: 5px;
	margin-top: 12px;
	text-align: center;
	}
/* .info_exam dl dt::before{
	position: absolute;
	content: "■";
	left: 0;
	top: 0;
	font-size: 1.1em;
	} */
.info_exam dl dd{
	/*font-weight: bold;*/
	font-size: 1.05em;
	line-height: 1.6;
	}

.info_exam > p.t_right{
	position: absolute;
	right: 22px;
	bottom: 18px;
	}
.info_exam .btn_area{
	margin: 0 auto;
	}
.info_exam .btn_area:nth-child(n+5){
	margin-top: 20px;
}
.info_exam .btn_area .w_arrow_b_btn{
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px 10px 22px;
	font-size: 18px;
	text-align: left;
	display: inline-block;
}
.info_exam .btn_area:nth-child(3) .w_arrow_b_btn {
	background-color: #82CF00;
	
}
.info_exam .btn_area:nth-child(3) .w_arrow_b_btn:hover {
    background: #FF8F00;
}
.info_exam .btn_area .w_arrow_b_btn.btnblank{
	padding: 10px 29px 10px 22px;
}
.info_exam .w_arrow_b_btn span{
	display: block;
	background: none;
	position: relative;
	letter-spacing: -0.01em;
}
.info_exam .w_arrow_b_btn span::before{
	content: "";
	background: url(../img/parts/w_arrow_r.png) no-repeat center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -9px;
	top: 12px;
}
/* .info_exam .btn_area:nth-child(5) .w_arrow_b_btn span::before,
.info_exam .btn_area:nth-child(6) .w_arrow_b_btn span::before{
	top: 2px;
} */
.btnblank span{
	position: relative;
}
.btnblank span::after{
	content: "";
	width: 16px;
	height: 16px;
	background-image: url(../img/icon/icon_arrow2.svg);
	background-size: 100%;
	position: absolute;
	right: -7px;
	top: 15px;
}
.info_exam_notes{
	position: relative;
	padding-left: 1em;
	font-size: 13px;
	margin-top: 4px;
	line-height: 1.2;
}
.info_exam_notes::before{
	content: "*";
	position: absolute;
	left: 0;
	top: 0;
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
		
	/*---建設分野特定技能1号評価試験---*/
	.info_exam{
		float: none;
		width: auto;
		border-radius: 0;
		border: none;
		padding: 35px 1.5em 30px;
		margin-bottom: 0;
		}

		.info_exam .h3_midashi{
			text-align: left;
		}
	
	.info_exam .img_view{
		margin: 0 auto 3em;
		}
	
	.info_exam dl{
		border-bottom: 1px solid #FFFFFF;
		}
	.info_exam > p.t_right{
		position: relative;
		right: 0;
		bottom: 0;
		}
		
}
@media screen and (max-width: 680px) {
		
	/*---建設分野特定技能1号評価試験---*/
	.info_exam{
		padding: 0;
	}
	.info_exam > .exam_blc{
		border-radius: 0;
		padding: 2em 5% 4em;
	}
	.info_exam .img_view{
		margin: 0 auto 1.7em;
		}
	.info_exam .img_view img{
		width: auto;
		}
	
	.info_exam dl{
		display: none;
		}
	.info_exam dl dt{
		margin-bottom: 0;
		}
	.info_exam dl dt::before{
		font-size: 1em;
		}
	.info_exam .btn_area{
		margin: 2em auto 0.5em;
		}
	.info_exam_notes{
		margin-bottom: 0.5em;
	}
	.info_exam .btn_area:nth-child(n+5){
		margin-top: 14px;
	}
	.info_exam .btn_area .w_arrow_b_btn{
		font-size: 16px;
		padding: 10px 10px 10px 22px;
	}
	.info_exam .btn_area .w_arrow_b_btn.btnblank{
		padding: 10px 46px 10px 22px;
	}
	.exam_blc .btn_area:nth-child(3) .w_arrow_b_btn{
		top: 15px;
	}
	.info_exam .w_arrow_b_btn span{
		display: inline-block;
	}
	.info_exam .w_arrow_b_btn span::before{
		top: calc(50% - 12px);
	}
	.info_exam .btn_area:nth-child(5) .w_arrow_b_btn span::before,
	.info_exam .btn_area:nth-child(6) .w_arrow_b_btn span::before{
		top: calc(50% - 12px);
	}
	.info_exam .w_arrow_b_btn.btnblank span::after{
		top: calc(50% - 8px);
    right: -27px;
	}
	.btnblank span::after{
		top: calc(50% - 8px);
		right: 5px;
	}
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}




/*---先進事例---*/
.case_slide{
	padding: 50px 0 5px;
	overflow: hidden;
	}
.case_slide .h2_title{
	margin-bottom: 0.2em;
	position: relative;
	}
.case_slide .h2_title::after{
	position: absolute;
	content: "";
	background: url(../img/top/bg_report.svg) no-repeat left top / auto 100%;
	width: 20%;
	height: 40px;
	left: 15.5em;
	top: 0;
	z-index: -1;
	}
.case_slide .h2_title strong {
    font-size: 1.35em;
}
@media screen and (max-width: 990px) {
    .case_slide .h2_title strong {
        font-size: 1.3em;
    }
}



.top_youtube{
	background-color: #D6EFAB;
	padding: 4.5em 1.5em 6.4em 1.5em;
}
/*
dt div.cate_flex.pickup span:last-child::after {
display:inline-block;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
margin-left: 5px;
	top: -0.2em;
	padding: 0.1em 0;
	background: url(/files/star.svg) center center/contain no-repeat;
}
*/
/* news youtube */
.news_youtube-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.news_youtube-list {
	max-width: 312px;
	position: relative;
	width: calc(100% / 3);
	aspect-ratio: 16/9;
}
.news_youtube-list iframe,
.news_youtube-list img {
	width: 100%;
	height: 100%;
	border: 7px solid #82CF00;
	box-sizing: border-box;
}
.news_youtube-fig {
	text-align: center;
}
.top_youtube .h2_title{
	position: relative;
	line-height: 1.3;
	margin-bottom: 3.2em;
}
.top_youtube .h2_title span {
	font-size: 38px;
	display: block;
	margin-left: -4px;
	font-weight: 700;
}
.top_youtube-text{
position: absolute;
transform: translateX(-50%);
text-align: center;
left: 50%;
bottom: 103%;
margin-bottom: 0;
/* white-space: nowrap; */
width: 100%;
font-weight: 700;
font-size: 18px;
line-height: 1.2;
}
.top-seminar-banner{
display: inline-block;
}
.top-seminar-banner + .top-seminar-banner{
margin-top: 10px;
}
@media screen and (max-width: 990px) {
.news_youtube-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1em;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around;
}
.top_youtube-text{
		white-space: normal;
	}
	.top_youtube .h2_title::after {
		width: 51%;
	height: 60%;
	bottom: -1px;
}
}
@media screen and (max-width: 768px) {
	
	.news_youtube-lists{
		display: block;
		text-align: center;
}
	.news_youtube-list {
	width: 100%;
	margin: 0 auto;
} 
.news_youtube-list:not(:last-child) {
	margin-bottom: 3em;
}
	.news_youtube {
		max-width: 411px;
		margin: auto;
	}
	.top_youtube .h2_title{
	margin-bottom: 5.2em;
}
	.top_youtube .h2_title::after {
		left: 0;
		width: 100%;
		height:59%;
		bottom: -65%;
	}
	.news_youtube-list:not(:last-child) {
	margin-bottom: 4.5em;
	}
}
@media screen and (max-width: 375px) {
.top_youtube .h2_title::after {
		height:10vw;
		bottom: -10vw;
	}
}


.top_youtube .h2_title{
	position: relative;
	margin-bottom: 3.5em;
	font-weight: 700;
	z-index: 2;
}
.top_youtube .h2_title::before{
	content: "";
	background-image: url(../img/top/heading_youtube.svg);
	background-size: 100%;
	width: 522px;
	height: 51px;
	position: absolute;
	right: 0;
	bottom: -38px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
.top_youtube{
		margin-top: 12px;
		padding: 1.5em 5% 7em;
	}
	.top_youtube .h2_title::before{
		content: none;
	}
	.top_youtube .h2_title span{
		font-size: 22px;
		margin-left: 0;
	}
	.top_youtube .h2_title{
		margin-bottom: 3em;
	}
}

.top_about {
	padding: 72px 0 120px;
}

.top_about .h2_title {
	font-size: 33px;
	margin-bottom: 18px;
	font-weight: 700;
}

.top_about_text{
	line-height: 1.8;
}

.top_about_under {
	margin-top: 43px;
	display: flex;
}

.top_about_dl {
	width: 48.5%;
}

.top_about_dl dt{
	background: #58626C;
	color: #fff;
	padding: 7px 12px;
	font-size: 15px;
}
.top_about_dl dd{
	padding: 12px 0px;
	font-size: 15px;
}

.top_about_right {
	width: 44%;
	margin-left: 42px;
}
.top_about .btn_area{
	margin-top: 2.8em;
}
.top_about .btn_area .w_arrow_b_btn{
	width: 242px;
}



@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	
}
@media screen and (max-width: 680px) {
		
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

.top_recruit{
	padding: 80px 0 50px;
	position: relative;
	background: #FF8F00;
	}
.top_recruit .cont{
	position: relative;
	}

.top_recruit .together{
	position: absolute;
	width: 71%;
	left: 25px;
	top: -130px;
	}
.top_recruit .h2_title{
	margin-bottom: 1.2em;
	color: #FFFFFF;
	}
.top_recruit .h2_title > span{
	display: inline-block;
	color: #363B43;
	background: #FFDAA9;
	padding: 0.1em 0.4em;
	font-size: 0.85em;
	margin-right: 0.5em;
	}
.top_recruit .h2_title::after{
	position: absolute;
	content: "";
	background: url(../img/top/bg_recruit.svg) no-repeat left top / auto 100%;
	width: 220px;
	height: 40px;
	left: 15.5em;
	top: 0;
	z-index: -1;
	}

.top_recruit .flex-bet{
	align-items: flex-start;
	}
.top_recruit .flex-bet > small{
	display: inline-block;
	font-size: 15px;
	margin-right: 6%;
	margin-top: 0.7em;
	}


/*-----ふきだし-----*/
.together .fukidashi {
	position: relative;
	display: block;
	padding: 1em;
	/*min-width: 120px;
	max-width: 100%;*/
	font-size: 16px;
	background: #FFE7C4;
	
	border: solid 4px #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-sizing: border-box;
	text-align: center;
	}

.together .fukidashi:before {
	content: "";
	position: absolute;
	bottom: -46px;
	left: 50%;
	margin-left: -15px;
	border: 23px solid transparent;
	border-top: 23px solid #FFE7C4;
	z-index: 2;
	}

.together .fukidashi:after {
	content: "";
	position: absolute;
	bottom: -58px;
	left: 50%;
	margin-left: -21px;
	border: 29px solid transparent;
	border-top: 29px solid #FFF;
	z-index: 1;
	}

.top_recruit .w_box{
	position: relative;
	display: flex;
	/*display: -webkit-flex;*/
	justify-content: space-between;
	background: #FFFFFF url(../img/top/human3.svg) no-repeat left 7% top 2.7em / 23% auto;
	}
.top_recruit ul.y_list{
	flex-basis: 38%;
	margin-left: 33%;
	margin-top: 12px;
	}
.top_recruit ul.y_list li{
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px solid #FF8F00;
	margin-bottom: 0.75em;
	font-size: 1.1em;
	}
.top_recruit ul.y_list li .genre{
	flex-basis: 43%;
	position: relative;
	padding-left: 1.2em;
	}
.top_recruit ul.y_list li .genre::before{
	position: absolute;
	content: "■";
	left: 0;
	top: 0;
	}
	
.top_recruit ul.y_list li .yen{
	flex-basis: 52%;
	}

.top_recruit .r_more{
	flex-basis: 24%;
	text-align: center;
	margin-left: auto;
	margin-top: 32px;
	}
.top_recruit .r_more a{
	font-size: 1em;
	margin-top: 0.5em;
	}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	.top_recruit{
		padding: 60px 1.5em 50px;
		}
	.top_recruit .together{
		width: 100%;
		left: 0;
		top: -110px
		}
	.together .fukidashi{
		width: 90%;
		margin: 0 auto;
		}
	
}
@media screen and (max-width: 680px) {
	.top_recruit{
		/*padding: 70px 1.5em 20px;*/
		padding: 70px 0 0;
		/*background: none;*/
		}
	.top_recruit .together{
		top: -130px
		}
	.together .fukidashi{
		width: auto;
		margin: 0 calc(1.5em + 10px);
		padding: 0.8em 0.5em;
		}
	.together .fukidashi:before {
		bottom: -40px;
		border: 21px solid transparent;
		border-top: 21px solid #FFE7C4;
		}
	
	.together .fukidashi:after {
		bottom: -53px;
		border: 27px solid transparent;
		border-top: 27px solid #FFF;
		}
		
		
	.top_recruit .flex-bet{
		display: block;
		margin-bottom: 5px;
		padding: 0 1.5em;
		}
	.top_recruit .h2_title{
		margin-bottom: 0;
		}
	.top_recruit .h2_title > span{
		font-size: 1em;
		}
	.top_recruit .h2_title::after{
		background: url(../img/top/bg_recruit.svg) no-repeat right top / auto 100%;
		width: 100%;
		/*height: 35px;*/
		height: 40px;
		left: inherit;
		right: 0;
		top: -1em;
		}
	.top_recruit .flex-bet > small{
		margin-top: 0.5em;
		margin-right: 0;
		}
	
	
	.top_recruit .w_box{
		padding-bottom: 40px;
		display: block;
		background: #FFFFFF;
		/*background: none;*/
		border-radius: 0;
		margin-bottom: 0;
		}
	.top_recruit ul.y_list{
		margin: 0;
		}
	.top_recruit ul.y_list li{
		font-size: 15px;
		padding-bottom: 3px;
		margin-bottom: 0.3em;
		}
	.top_recruit .r_more p{
		margin-bottom: 2.2em;
		}
	.top_recruit .r_more p:last-child{
		margin-bottom: 0;
		}
	.top_recruit .r_more a{
		font-size: 1.1em;
		}
			
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}



/*---ブログ---*/

.top_blog{
	background: #F3F8F9;
	padding: 93px 0 45px;
	}
.top_blog .cont{
	position: relative;
	}
.top_blog .h2_title{
	display: flex;
	display: -webkit-flex;
	/*justify-content: space-between;*/
	align-items: flex-end;
	margin-bottom: 1.2em;
	position: relative;
}
.top_blog .h2_title::before{
	content: "";
	background-image: url(../img/icon/blog6.svg);
	width: 330px;
	height: 15px;
	position: absolute;
	left: 10px;
	bottom: -18px;
}
.top_blog .h2_title img:nth-child(1){
	width: 23%;
	margin-right: 20px;
	}
.top_blog .h2_title img:nth-child(3){
	width: 38%;
	margin-bottom: 3px;
	}
.top_blog .h2_title  > small{
	flex-basis: 35%;
	display: inline-block;
	font-size: 16px;
	margin-left: auto;
	margin-bottom: 6px;
	}
	
.top_blog .blog_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 2em;
	}
.top_blog .blog_list li{
	flex-basis: 32%;
	}
.blog_list li dl{
	background: #FFFFFF;
	border: 3px solid #D3DEE6;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0.9em 1em;
	}
.blog_list li dl dt{
	flex-basis: 37%;
	}
.blog_list li dl dt .day{
	display: block;
	text-align: center;
	letter-spacing: 0;
	padding: 5px;
	color: #FFFFFF;
	background: #363B43;
	font-size: 13px;
	}
.blog_list li dl dt span.img::before {
	content: "";
	padding-top: 100%;
	display: block;
	}
	
.blog_list li dl dd{
	flex-basis: 57%;
	}
.blog_list li dl dd a{
	display: block;
	text-decoration: underline;
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 0.5em;
	}
.blog_list li dl dd > span{
	display: block;
	font-size: 1.1em;
	line-height: 1.7;
	}
.top_blog .jac_a.jac_a {
    position: relative;
	width: 100%;
	max-width: 323px;
    padding-right: 70px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_blog .jac_a.jac_a::after {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    height: 100%;
	width: 90px;
    background: url(../../shared/img/parts/jac_a.svg) no-repeat center center / 70px;
    transition: all 0.3s;
}
.top_blog .jac_a.jac_a:hover::after {
    background-image: url(../../shared/img/parts/jac_a_w.svg);
}

.top_blog .w_arrow_b_btn {
	vertical-align: middle;
	min-width: 320px;
    box-sizing: border-box;
}
.top_blog .w_arrow_b_btn span{
	margin-left: -30px;
}

	
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	/*---ブログ---*/
	.top_blog{
		padding: 40px 1.5em 45px;
		}
	.top_blog .h2_title{
		display: block;
		margin-bottom: 0.7em;
		}
	.top_blog .h2_title::after { clear: both; content: " "; display: block;}
	.top_blog .h2_title img:nth-child(1){
		width: 22%;
		float: left;
		}
	.top_blog .h2_title img:nth-child(2){
		width: 32%;
		float: left;
		}
	
}
@media screen and (max-width: 768px) {
	.top_blog{
		padding: 40px 1.5em 15px;
		/*background: none;*/
		}
	.top_blog .h2_title img:nth-child(1),
	.top_blog .h2_title img:nth-child(2){
		float: none;
		margin: 0 auto;
		display: block;
		}
	.top_blog .h2_title img:nth-child(1){
		width: 50%;
		margin-bottom: 10px;
		display: none;
		}
	.top_blog .h2_title img:nth-child(2){
		width: 57%;
		margin-bottom: 20px;
		transform: translateX(10px);
		}
	.top_blog .h2_title img:nth-child(3){
		width: 100%;
		margin-bottom: 16px;
	}
	.top_blog .h2_title::before{
		content: none;
	}
	.top_blog .blog_list{
		display: block;
		margin-bottom: 0;
		}
	.top_blog .btn_area{
		margin-bottom: 00px;
	}
	.top_blog .w_arrow_b_btn span{
		display: block;
		background-position-x: 30px;
	}

	.blog_list li dl{
		background: none;
		border: none;
		padding: 0 0 8px;
		margin: 0 0% 21px;
		border-bottom: 3px solid #fff;
		}
	.blog_list li dl dt{
		flex-basis: 24%;
		}
	.blog_list li dl dt .day{
		font-size: 11px;
		margin-right: 0 !important;
		}
	.blog_list li dl dd{
		flex-basis: 71%;
		}
	.blog_list li dl dd a{
		font-size: 16px;
		line-height: 1.5;
		}
	
	.blog_list li dl dd > span{
		font-size: 15px;
		line-height: 1.8;
		}
		
	.top_blog .btn_area .w_arrow_b_btn{
		margin-bottom: 1.5em;
		}
	.top_blog .jac_a.jac_a {
		width: auto;
	}
	.top_about{
		padding: 40px 8% 68px;
	}
	.top_about .h2_title{
		font-size: 24px;
	}
	.top_about_text{
	}
	.top_about_under{
		flex-direction: column;
	}
	.top_about_dl{
		width: 100%;
	}
	.top_about_dl dd{
		padding: 6px 0;
		line-height: 1.2em;
	}
	.top_about_dl dd + dt{
		margin-top: 12px;
	}
	.top_about_right{
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
	}
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}



@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

