@charset "utf-8";
/* ----------------------- */
/* base
/* ----------------------- */
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body{
	color: #1E272E;
	font-size: 1.4rem;
	/*font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
}
img{
	max-width : 100%;
	height : auto;
	vertical-align: middle;
}
a{
	display: inline-block;
	text-decoration: none;
	color: #1E272E;
}
/*a:hover{
	opacity: .7;
	transition: .3s;
}*/
* {
	box-sizing: border-box;
}

.t_left  {text-align: left;}
.t_center{text-align: center;}
.t_right {text-align: right;}

.fs8  {font-size: .8rem;}
.fs10 {font-size: 1.0rem;}
.fs11 {font-size: 1.1rem;}
.fs12 {font-size: 1.2rem;}
.fs13 {font-size: 1.3rem;}
.fs14 {font-size: 1.4rem;}
.fs16 {font-size: 1.6rem;}
.fs18 {font-size: 1.8rem;}
.fs20 {font-size: 2.0rem;}
.fs24 {font-size: 2.4rem;}

.mt00 {margin-top:  0px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mb00 {margin-bottom:  0px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

.pc {display: none;}
.sp {display: block;}
.br_pc {display: none;}
.br_sp {display: inline;}
@media all and (min-width: 800px) {
	.pc {display: block;}
	.sp {display: none;}
}
@media all and (min-width: 1000px) {
	.br_pc {display: inline;}
	.br_sp {display: none;}
}

/* ----------------------- */
/* 構成
/* ----------------------- */
#wrapper {
	margin: 0 auto;
	position: relative;
}
#header {
	display: flex;
	align-items: center;
	height: 50px;
	margin: 0 86px 0 15px;
}
#header a:hover, #footer a:hover {
	opacity: .7;
	transition: .3s;
}
#header img {
	max-height: 29px;
}
.pc_menu {
	display: none;
}
.sp_menu {
	display: block;
}
.section {
	padding-top: 40px;
}
#footer {
	background: #F5F5F5;
	margin: 12px 0 0;
	text-align: center;
}
#footer .logo {
	font-size: 1.2rem;
	padding: 20px 0 13px;
}
#footer .logo img{
	height: 21px;
	width: auto;
}
.copyright {
	border-top: 1px solid #D2D2D2;
	font-size: 1.2rem;
	letter-spacing: 0.24px;
	padding: 9px 0;
}
@media all and (min-width: 800px) {
	#recruit, #infomation, #award .award_wrap, #internship .internship_wrap, #faq .accordion_area {
		max-width: 1000px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.section {
		padding-top: 80px;
	}
	#footer .logo {
		padding: 32px 0 20px;
	}
	#footer .logo img{
		height: 27px;
		margin-bottom: 5px;
	}
	.copyright {
		padding: 14px 0;
	}
}
@media all and (min-width: 1000px) {
	#header {
		box-sizing: content-box;
		padding: 0 2%;
		max-width: 1200px;
		height: 80px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.pc_header_wrap {
		position: fixed;
		top: 0;
		left: 0;
		height: 80px;
		width: 100%;
		z-index: 10;
		background: rgba(255,255,255,0.9);
	}
	#contents {
		padding-top: 80px;
		overflow: hidden;
		position: relative;
	}
	.sp_menu {
		display: none;
	}
	.pc_menu {
		display: block;
	}
	.pc_menu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.pc_menu li {
		font-size: 1.3rem;
		margin-left: 30px;
		white-space: nowrap;
	}
}


/* パンくず */
.breadcrumb {
	border-bottom: 2px solid #EBF2F5;
	border-top: 2px solid #EBF2F5;
	font-family: "Meiryo", sans-serif;
	padding: 6px 10px 8px;
	}
.breadcrumb ul {}
.breadcrumb li {
	font-size: 1.2rem;
	display: inline-block;}
.breadcrumb li:after {
	content: "＞";
	padding: 0 4px;}
.breadcrumb li:last-child:after {
	content: "";}
.interview .breadcrumb.sp {
	background: #F5F5F5;
}
.breadcrumb a:hover{
	opacity: .7;
	transition: .3s;
}

@media all and (min-width: 800px) {
	.breadcrumb {
		box-sizing: content-box;
		border: none;
		margin: 8px auto;
		padding: 0 2%;
		max-width: 1200px;
	}
}



/* TEAM SYO */
.mainImg {
	overflow: hidden;
}
.sp .img_TEAMSYO {
	margin: 44px 40px 26px 40px;
}
.motto {
	color: #255C8E;
	font-size: 1.3rem;
	line-height: 2;
	margin: 0 0 40px;
	text-align: center;
}
@media all and (min-width: 800px) {
	.pc .img_TEAMSYO {
		margin: 130px 0 42px;
		text-align: center;
	}
	.motto {
		/*border-bottom: 2px solid #EBF2F5;*/
		font-size: 1.6rem;
		line-height: 2.125;
		margin: 0;
		padding-bottom: 130px;
	}
}

/* RECRUIT */
.title_h2 {
	letter-spacing: 1.3px;
	margin: 0 0 15px;
	text-align: center;
}
.title_h2 img {
	height: 18px;
}
.profile {
	background-image: url(../../images/bg_line.png), url(../../images/bg_line.png);
	background-repeat: repeat-x, repeat-x;
	background-position: top left, bottom left;
	margin: 0 0 50px;
	padding: 25px 25px 27px 25px;
}
.title_h3 {
	color: #255C8E;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.9px;
	line-height: 1.45;
	margin-bottom: 12px;
	text-align: center;
}
.profile_list li {
	font-size: 1.6rem;
	line-height: 1.625;
	margin: 0 0 15px;
	padding: 0 0 0 23px;
	position: relative;
}
.profile_list li::before {
	color: #255C8E;
    content:  "◆"; 
    display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (min-width: 800px) {
	.title_h2 {
		font-size: 1.7rem;
		letter-spacing: 1.7px;
		margin: 0 0 30px;
	}
	.title_h2 img {
		height: 32px;
		margin-bottom: 5px;
	}
	.profile {
		margin: 0 0 100px;
		padding: 23px 0 33px;
	}
	.title_h3 {
		font-size: 2.4rem;
		letter-spacing: 1.2px;
		margin-bottom: 15px;
	}
	.profile_list {
		margin: 0 auto;
		width: 660px;
	}
	.profile_list li {
		font-size: 1.7rem;
		line-height: 1.53;
		margin: 0 0 12px;
		padding: 0 0 0 22px;
		position: relative;
	}
}

/* 採用情報 */
.recruit_new_graduate {
	border: 5px solid #EBF2F5;
	margin: 0 15px 40px;
	padding: 20px 15px;
}
.new_graduate_entry {
	text-align: center;
	margin: 20px 0;
}
.btn_link a {
	background: #255C8E;
	border-radius: 28px;
	color: #fff;
	display: block;
	font-size: 1.6rem;
	line-height: 56px;
	letter-spacing: 0.8px;
	position: relative;
	text-align: center;
	
	max-width: 328px;
	margin: 0 auto;
}
.btn_link a::after {
	content: "";
	display: inline-block;
	/*width: 37px;
	height: 16px;
  top: 2px;
  left: 18px;*/
  width: 24px;
  height: 11px;
	background-image: url(../../images/icon_arrow.png);
	background-size: contain;
  background-repeat: no-repeat;
	position: relative;
	top: 0;
	right: -4px;
}
.btn_link a:hover {
	opacity: .5;
	transition: 0.2s linear;
}
.recruit_info {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 15px;
}
.recruit_info dt {
	background: #EBF2F5;
	padding: 9px 10px;
}
.recruit_info dd {
	padding: 10px 10px 20px;
}
.recruit_info dd p {
	margin: 0 0 1.5em;
}
.recruit_info dd p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 800px) {
	.recruit_new_graduate {
		background: #EBF2F5;
		border: none;
		margin: 0 0 100px;
		padding: 40px 15px 55px;
	}
	.btn_link a {
		font-size: 1.7rem;
	}
  .btn_link a::after {
    width: 37px;
    height: 16px;
    top: 2px;
    left: 18px;
  }
	.recruit_info {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 20px 0 0;
		
		/*border-bottom: 2px solid #EBF2F5;*/
		padding-bottom: 90px;
	}
	.recruit_info dt {
		margin: 0 0 10px;
		/*padding: 24px 25px;*/
		padding: 22px 25px;
		width: 25%;
	}
	.recruit_info dd {
		margin: 0 0 10px;
		padding: 22px 25px;
		width: 75%;
	}

}

/* 事業部情報 */
.division_info {
	border-bottom: 1px solid #5EA0D7;
	line-height: 1.4;
	margin: 15px 15px 10px;
}
.division_info dt {
	border-top: 1px solid #5EA0D7;
	font-weight: 500;
	padding: 10px 0 5px;
}
.division_info dd {
	padding: 0 0 10px;
}
.division_info dd p {
	margin: 0 0 1em;
}
.division_info dd p:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 800px) {
	.division_info {
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 30px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.division_info dt {
		padding: 24px 0 24px 23px;
		width: 25%;
	}
	.division_info dd {
		border-top: 1px solid #5EA0D7;
		padding: 24px 0 24px 23px;
		width: 75%;
	}
	.division_info dd p {
		margin: 0 0 1em;
	}
	.division_info dd p:last-child {
		margin-bottom: 0;
	}
}

/* 受賞経歴 */
#award {
	margin: 0 0 80px;
}
.title_award {
	background: #255C8E;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 18px;
	padding: 5px 0 6px;
	text-align: center;
}
.award_wrap {
	margin: 0 15px;
}
.award_sec h3 {
	border-left: 12px solid #255C8E;
	border-bottom: 2px solid #255C8E;
	color: #255C8E;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.34px;
	margin: 0 0 10px;
	padding: 0 0 2px 15px;
}
.award_sec ul {
	font-size: 1.6rem;
	margin-bottom: 30px;
		margin-left: 27px;
}
.award_sec li {
	line-height: 1.625;
	padding-left: 1em;
	text-indent: -1em;
}
.link_backtotop {
	text-align: center;
}
@media all and (min-width: 800px) {
	.title_award {
		font-size: 2.2rem;
		letter-spacing: 1.76px;
		margin: 0 0 40px;
		padding: 5px 0 8px;
	}
	.award_wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.award_sec {
		width: 46%;
		max-width: 440px;
	}
}
@media all and (min-width: 1000px) {
	.award_sec li {
		padding-left: 116px;
		text-indent: -116px;
	}
	.award_sec .year {
		padding-right: 1em;
	}
}

/* BACK TO TOP */
.link_top a {
	color: #255C8E;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 40px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 80px;
}
.link_top a img {
	width: 56px;
}
.link_top a:hover{
	opacity: .5;
	transition: 0.2s linear;
}
.link_top a::after{
	content: "";
	display: block;
	width: 2px;
	height: 35px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 1px);
	background-image: linear-gradient(to bottom, #255C8E 4px, transparent 4px);
	background-size: 2px 7px;
	background-repeat: repeat-y;
	background-position: right bottom;
}

/* ----------------------- */
/* ハンバーガーメニュー
/* ----------------------- */
#g-nav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: -120%;
	width: 80vw;
	max-width: 480px;
	height: 100vh;
	transition: all .4s;
	/*background: #fff;*/
}
#g-nav.panelactive {
	right: 0;
}
#g-nav.panelactive #g-nav-list{
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	
	background: #82CCDA;
}
#g-nav ul {
	padding: 50px 0 80px;
	opacity: 1;
}
#g-nav li a {
	color: #fff;
	font-size: 1.5rem;
	padding: 20px 40px;
	display: block;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	letter-spacing: 1.3px;
}
.openbtn1 {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 55px;
	height: 50px;
	text-align: center;
	background: #82CCDA;
}
/* ×に変化 */  
.openbtn1 span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	border-radius: 5px;
	background-color: #fff;
	width: 45%;
}
.openbtn1 span:nth-of-type(1) {
	top: 16px;
}
.openbtn1 span:nth-of-type(2) {
	top: 24px;
}
.openbtn1 span:nth-of-type(3) {
	top: 32px;
}
.openbtn1.active span:nth-of-type(1) {
	top: 18px;
	left: 15px;
	transform: translateY(6px) rotate(-45deg);
	width: 45%;
}
.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
	top: 30px;
	left: 15px;
	transform: translateY(-6px) rotate(45deg);
	width: 45%;
}
body.noscroll {
	overflow: hidden;
}
.burger-musk {
	display: none;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 1;
}


/* 第2弾 */

/* 動画 */
.movie_img {
	margin: 40px 15px;
}
.movie_img {
	width: 100%;/*背景色を横幅いっぱいに広げる*/
	text-align: center;
	margin: auto;
}
video.pr_movie {
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin: auto;
	aspect-ratio: 16 / 9;
}
.movie_wrap {
	margin: 40px 0 120px;
	padding: 0 15px;
	position: relative;
}
.movie_wrap::after {
	content: "";
	width: 100%;
	height: 250px; 
	background: linear-gradient(180deg, #5EA0D7 0%, #8DD7F8 100%);
	clip-path: polygon(0 25%, 100% 0, 100% calc(100% - 25%), 0 100%);
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: -10;
}
@media all and (min-width: 800px) {
	.movie_wrap {
		position: relative;
		margin: 0 0 240px;
	}
	.movie_wrap::after {
		content: "";
		width: 100%;
		height: 580px; 
		background: linear-gradient(180deg, #5EA0D7, #8DD7F8);
		clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
		display: block;
		position: absolute;
		top: 120px;
		left: 0;
		z-index: -10;
	}
}

/* 事業案内 */
.ryokaku_sec .works_image {
	padding-right: 8%;
}
.unsou_sec .works_image {
	padding-left: 8%;
}
.works_text {
	background: rgba(37, 92, 142, 1);
	mix-blend-mode: multiply;
	color: rgba(255, 255, 255, 0.9);
	margin-top: -20px;
	padding: 30px 25px;
	position: relative;
}
.works_text h3 {
	font-size: 1.9rem;
	font-weight: 500;
	margin: 0 0 5px;
}
.works_text p {
	line-height: 1.8;
}
.ryokaku_sec .works_image	{ padding-right: 8%;}
.ryokaku_sec .works_text	{ margin-left: 8%;}
.unsou_sec .works_image		{ padding-left: 8%; text-align: right;}
.unsou_sec .works_text		{ margin-right: 8%}
.ryokaku_sec .works_text h3 {
	letter-spacing: 3px;
}
@media all and (min-width: 1000px) {
	.works_block {
		position: relative;
		min-height: 500px;
		margin: 0 0 70px;
	}
	.works_image {
		background-size: cover;
		width: 70%;
		max-width: 1076px;
		height: 500px;
		position: absolute;
		top: 0;
	}
	.works_image .tb {
		display: none;
	}
	.works_container {
		max-width: 1200px;
		min-height: 500px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	.works_bg {
		width: 56%;
		position: absolute;
		z-index: 5;
		background: rgba(37, 92, 142, 1);
		mix-blend-mode: multiply;
	}
	.works_text {
		background: none;
		mix-blend-mode: normal;
		margin-top: 0;
	
		width: 56%;
		position: absolute;
		z-index: 6;
		padding: 30px 50px;
	}
	.works_text h3 {
		font-size: 2.6rem;
	}
	.works_text p {
		font-size: 1.5rem;
	}
	.ryokaku_sec .works_image {
		background: url(../../images/photo_works.png) no-repeat center center;
		left: 0;
	}
	.ryokaku_sec .works_bg, .ryokaku_sec .works_text {
		min-height: 320px;
		bottom: -80px;
		right: 0;
	}
	.ryokaku_sec .works_text h3 {
		letter-spacing: 4.6px;
	}
	.unsou_sec .works_image {
		background: url(../../images/photo_station_transportation.png) no-repeat center center;
		right: 0;
	}
	.unsou_sec .works_bg, .unsou_sec .works_text {
		min-height: 340px;
		bottom: -80px;
		left: 0;
	}
	.unsou_sec .works_text h3 {
		letter-spacing: 2px;
	}
}
@media all and (min-width: 1700px) {
	.works_text {
		padding: 40px 66px 54px;
	}
	.ryokaku_sec .works_bg, .ryokaku_sec .works_text {
		min-height: 300px;
		bottom: 38px;
		/*top: 158px;
		right: 0;*/
	}
	.unsou_sec .works_bg, .unsou_sec .works_text {
		min-height: 330px;
		bottom: 38px;
		/*top: 143px;
		left: 0;*/
	}
}

.works_sec {
	margin: 50px 15px;
}
.works_sec .title_h4 {
	color: #255C8E;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0 5px;
}
.works_sec p {
	line-height: 1.8;
}
@media all and (min-width: 800px) {
	.works_sec_wrap {
		width: 100%;
		max-width: 1000px;
		padding: 0 20px;
		margin: 50px auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.works_sec {
		margin: 0 0 40px;
		width: 48%;
		max-width: 450px;
	}
}
@media all and (min-width: 1000px) {
	.works_sec_wrap {
		margin-top: 120px;
	}
	.works_sec {
		margin: 0 0 80px;
	}
	.works_sec:nth-child(2){
		margin-top: 126px;
	}
	.works_sec:nth-child(3){
		margin-top: -126px;
	}
}
@media all and (min-width: 1700px) {
	.works_sec_wrap {
		margin-top: 0;
	}
}


/* スタッフ */
#interview {
	background: linear-gradient(180deg, #82CCDA 0%, #A3E9E7 100%);
	clip-path: polygon(0 0, 100% 8vw, 100% 100%, 0 calc(100% - 8vw));
	padding: 80px 0 60px;
}
.pc_staff_list {
	display: none;
}
.sp_staff_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 15px;
}
.sp_staff_list li {
	margin: 0 0 20px;
	width: 48%;	
}
.staff_photo {
	margin-bottom: 8px;
}
.staff_furi {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .4px;
	line-height: 1.4;
}
.staff_name {
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.staff_div {
	font-size: 1rem;
	letter-spacing: .5px;
}
.staff_div.ryokaku {
	letter-spacing: 2px;
}
.staff_join {
	font-size: 1rem;
	letter-spacing: .2px;
}
@media all and (min-width: 800px) {
	#interview {
		padding: 140px 0 60px;
	}
	.sp_staff_list {
		display: none;
	}
	.pc_staff_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 20px;
	}
	.pc_staff_list li {
		margin: 0 0 15px;
		width: 16%;
		position: relative;
	}
	.top .pc_staff_list {
		margin: 40px auto 100px;
	}
	.top .pc_staff_list li {
		margin: 0 0 20px;
		width: 32%;
	}
	/* rollover */
	.back {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.back img {
		max-width: 100%;
		opacity: 0.0;
		transition: 0.2s linear;
	}
	.front {
		max-width: 100%;
		transition: 0.2s linear;
	}
	.pc_staff_list li:hover .back img {
		opacity: 1.0;
	}
	.pc_staff_list li:hover .front {
		opacity: 0.0;
	}
}


/* FAQ */
#faq {
	background: linear-gradient(180deg, #CAE2F5 0%, #D5F2FF 100%);
	clip-path: polygon(0 0, 100% 8vw, 100% 100%, 0 calc(100% - 8vw));
	clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
	padding: 70px 0 60px;
}
#faq .title_h2 img {
	height: 24px;
}
.qa-list {
	margin: 0 15px;
}
.qa-list dl {
    cursor: pointer;
    margin: 0 0 7px;
    position: relative;
}
.qa-list dl:first-child {
	margin-top: 0;
}
.qa-list dt::after {
    position: absolute;
    /*top: 27px;*/
	top: calc(50% - 6px);
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #255C8E;
    border-right: 2px solid #255C8E;
	z-index: 3;
}
.qa-list .open dt::after {
    transform: rotate(-45deg);
	top: calc(50% - 2px);
}
.qa-list dl dt {
    background: #fff;
	border-radius: 10px;
    margin: 0;
    padding: 20px 40px 20px 60px;
    position: relative;
}
.qa-list dl dd {
	background: #f1f8fe;
	border-radius: 10px;
    position: relative;
    padding: 20px 20px 20px 60px;
}
.qa-list .open dt {border-radius: 10px 10px 0 0;}
.qa-list .open dd {border-radius: 0 0 10px 10px;}

.qa-list dl dt::before {
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    /*top: 20px;*/
	top: calc(50% - 13px);
    left: 20px;
    display: block;
    content: 'Q';
    font-weight: bold;
    color: #255C8E;
}
.qa-list dl dd::before {
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'A';
    font-weight: bold;
    color: #255C8E;
}
@media all and (min-width: 800px) {
	#faq {
		padding: 140px 0 200px;
	}
	#faq .title_h2 img {
		height: 37px;
	}
	.qa-list {
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
		padding: 0 20px;
	}
	.qa-list dl {
		font-size: 1.6rem;
		margin: 0 0 10px;
	}
	.qa-list dl dd::before {
    	top: 23px;
	}
}


/* インターンシップ */
#internship {
	background: linear-gradient(180deg, #E8F8FF 0%, #ECF7FE 100%);
	clip-path: polygon(0 8vw, 100% 0, 100% calc(100% - 8vw), 0 100%);
	padding: 70px 0 60px;
	margin-top: -8vw;
}
.internship_wrap {
	margin: 0 15px;
}
.internship_text{
	font-size: 1.6rem;
    line-height: 2;
	margin: 25px 0 40px;
}
.internship_wrap h3 {
	border-left: 12px solid #255C8E;
	border-bottom: 2px solid #255C8E;
	color: #255C8E;
	font-size: 1.7rem;
	font-weight: bold;
	margin: 40px 0 10px;
	padding: 0 0 2px 15px;
}
.internship_wrap h4 {
	color: #255C8E;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 4px 18px;
}
.internship_work {
	font-size: 1.6rem;
	margin: 0 0 18px 27px;
}
.internship_contact {
	font-size: 1.6rem;
	margin: 0 0 18px 27px;
}
@media all and (min-width: 800px) {
	#internship {
		padding: 140px 0 120px;
	}
	.internship_text {
		text-align: center;
	}
}



/* 社員インタビュー */
.interview_main_img {
	position: relative;
}
.interview_main_img img {
	width: 100%;
	aspect-ratio: 375 / 265;
	height: auto;
	object-fit: cover;
}
.interview_main_img.staff02 img {
	object-position: 30% top;
}
.interview_main_img.staff04 img {
	object-position: 34% top;
}
.interview_main_img.staff06 img {
	object-position: 58% top;
}
.staff_profile {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 34%;
	background: rgba(255,255,255,0.93);
	padding: 10px 14px;
}
.staff04 .staff_profile {
	right: auto;
	left: 0;
}
.staff_profile .staff_furi {
	color: #82CCDA;
	font-size: 1rem;
}
.staff_profile .staff_name {
	font-size: 1.4rem;
}
.staff_profile .staff_div, .staff_profile .staff_join {
	font-size: 1rem;
	letter-spacing: 0;
}
.interview_sec {
	margin: 0 15px 100px;
}
.interview_title {
	color: #255C8E;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.41px;
	margin: 30px 0 20px;
	text-align: center;
}
.interview_sec p {
	font-size: 1.6rem;
	line-height: 1.9;
	margin: 0 0 20px;
}
.interview_photo {
	margin: 0 0 20px;
	text-align: center;
}
.interview .btn_link {
	margin: 40px 0 60px;
}
.title_h2 .title_interview_img {
  height: 17px;
}

@media all and (min-width: 800px) {
	.interview_main_img {
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
	}
	.interview_main_img img {
		aspect-ratio: 1200 / 500;
	}
	.staff_profile {
		width: 260px;
		padding: 25px 35px;
	}
	.staff_profile .staff_furi {
		font-size: 1.4rem;
	}
	.staff_profile .staff_name {
		font-size: 2.1rem;
	}
	.staff_profile .staff_div, .staff_profile .staff_join {
		font-size: 1.3rem;
		letter-spacing: 2px;
	}
	.sec01 {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 960px;
		margin: 42px auto 60px;
	}
	.sec01_text {
		width: 55%;
		max-width: 524px;
	}
	.sec01_img {
		width: 43%;
		max-width: 392px;
	}
	.staff04 .staff_profile {
		right: 0;
		left: auto;
	}
	.interview_title {
		font-size: 3rem;
	}
	.title_h2.interview_list {
		margin-bottom: 16px;
	}
	.title_h2.interview_list img {
		height: 24px;
	}
}


/* 会社説明会 */
.company_info_session {
	/*border-top: 2px solid #D2D2D2;*/
	/*border-bottom: 2px solid #D2D2D2;*/
	margin: 0 0 50px;
	padding: 30px 10px;
}
.free_time {
	text-align: center;
}
.setsumei_timetable {
	margin: 20px 0 10px;
	width: 100%;
  
  background: #fff;
}
.setsumei_timetable th {
	background: #EBF2F5;
	padding: 5px 4px;
	text-align: center;
	border-right: 2px solid #fff;
	white-space: nowrap;
}
.setsumei_timetable th:last-of-type {
  border-right: none;
}
.setsumei_timetable td {
	border-bottom: 1px solid #EBF2F5;
  border-right: 2px solid #EBF2F5;
	padding: 5px 4px;
	white-space: nowrap;
}
.setsumei_timetable td:last-of-type {
  border-right: none;
}
.setsumei_time	{text-align: center;}
.setsumei_timetable .sat {color: #089ac9;}
.setsumei_timetable .sun {color: #e93328;}

.company_info_session .title_h4 {
    color: #255C8E;
	font-size: 2rem;
	font-weight: bold;
	margin: 20px 0 0;
    text-align: center;
}

@media all and (min-width: 800px) {
.company_info_session {
	/*margin: 60px calc(50% - 50vw) 100px;*/
  margin: 0 calc(50% - 50vw);
	padding: 50px 0 100px;
	width: 100vw;
}
.free_time {
	font-size: 1.7rem;
}
.setsumei_timetable {
	font-size: 1.7rem;
	max-width: 832px;
	margin: 30px auto 10px;
}
.setsumei_timetable th {
	padding: 8px 10px 10px;	
}
.setsumei_timetable td {
	padding: 8px 50px 10px;
}
.setsumei_day	{width: 25%;}
.setsumei_time	{width: 25%;}
.setsumei_place	{width: 50%;}
.setsumei_caution {
	max-width: 832px;
	margin: 0 auto;
	padding-left: 50px;
}
.company_info_session .title_h3 {
	font-size: 2.8rem;
}
  .internship_wrap .company_info_session .title_h3 {
    border: none;
  }
}

/* 説明会バナー2024/02/26 */
.bnr {
    background: linear-gradient(#82CCDA 0%, #A3E9E7 100%);
    text-align: center;
}
.chirashi_pdf {
    margin-bottom: 50px;
    padding: 0 15px;
    text-align: center;
}
.chirashi_pdf img {
    margin-bottom: 5px;
}
.chirashi_pdf a:hover {
    opacity: 0.6;
}

/* インターンシップ スケジュール */
.cal_wrap {
	margin: 30px 15px;
}
.cal {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px 2px;
	border: 1px solid #ddd;
	margin: 0 0 20px;
  
  background: #fff;
}
.cal caption {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.cal .sat {color:#1D54A7;}
.cal .sun {color:#D22B00;}
.cal th {
	background: #EBF2F5;
}
.cal th, .cal td {
	padding: 3px;
	text-align: center;
}
.cal td {
    opacity: 0.4;
}
.cal td.entry_day{
	/*background-color: #FFC6C6;*/
	/*background-color: #89f7fe;*/
	background: #ccffff;
	font-weight: bold;
    opacity: 1;
}
.cal td.entry_day a {
	color: #255C8E;
	text-decoration: underline;
}
.cal td.entry_day a:hover {
	text-decoration: none;
}
a.underline {
	color: #255C8E;
	display: inline;
	text-decoration: underline;
}
a.underline:hover {
	text-decoration: none;
}
span.entry_day {
	background: #ccffff;
	padding: 0 5px;
}
@media all and (min-width: 800px) {
	.cal_wrap {
		max-width: 1000px;
		/*margin: 80px auto 120px;*/
    margin: 30px auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.cal_sec {
		display: flex;
		justify-content: center;
    margin-top: 20px;
	}
	.cal {
		width: 30%;
	}
}


/* インターンシップ　お申込フォーム
------------------------------------------------- */
.form_header_title {
	background-color: #E8F8FF;
	/*color: #fff;*/
	font-size: 2.4rem;
	font-weight: 500;
	padding: 20px 0;
	margin: 0 0 20px;
	text-align: center;
}
.form_header {
	font-size: 1.4rem;
	margin: 0 15px 30px;
}
.form_header_memo {
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;	
}
form input[type="text"], form textarea, form select {
	border: 1px solid #c8c8c8;
	font-size: 16px;
}
form input[type="text"]:focus,form textarea:focus, form select:focus {
	background-color: #EBF2F5;
	border: 1px solid #c8c8c8;
}
.contact_form {
	margin: 0 20px;
}
.contact_form .title_h4 {
	color: #255C8E;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0;
}
/* 入力項目 */
.contact_item {
	font-size: 1.6rem;
}
.contact_item dt {
	font-weight: bold;
	/*color: #255C8E;*/
}
.contact_item dt .es {
	color: #D22B00;
	font-size: 1.4rem;
	font-weight: 500;
	padding-left: 1em;
}
.contact_item dd {
	margin: 5px 0 20px;
}
.inp_name, .inp_tel, .inp_mail {
	height: 44px;
	line-height: 44px;
	padding: 0 .5em;
	width: 100%;
}
.school_wrap {
	display: flex;
	justify-content: left;
}
.school_name {
	margin-right: 2%;
	width: 68%;
}
.school_year {
	width: 30%;
}
.inp_message {
	height: 150px;
	padding: 10px .5em;
	width: 100%;
}
.kibo_date_list li:not(:last-child) {
	margin-bottom: 10px;
}
.kibo_date_list li .inp_name {
	width: calc(100% - 6em);
}
.contact_item label {
	cursor: pointer;
}
/* ラジオボタン */
.mwform-radio-field {
	font-size: 1.6rem;
	margin-right: 1.5em;
}
/* 年月日セレクト */
.inp_select {
	height: 44px;
	line-height: 44px;
	padding: 0 .5em;
	width: 80px;
  cursor: pointer;
}
/* 郵便番号自動表示用 */
.p-country-name {
  display: none;
}
.inp_zip {
  height: 44px;
	line-height: 44px;
	padding: 0 .5em;
	width: 80px;
}
.mwform-radio-field label {
  cursor: pointer;
}

::placeholder {
    color: #002E4680;
}
.trainee_name, .trainee_furi {
	margin-bottom: 5px;
}

/* 送信ボタン */
.form_footer {
	text-align: center;
}
.sendmail_btn_wrap {
	display: inline-block;
    position: relative;
	margin: 40px auto;
	text-align: center;
}
.sendmail_btn_wrap::after{
	content: '';
	display: inline-block;
	width: 37px;
	height: 16px;
	background-image: url(../../images/icon_arrow.png);
	background-size: contain;
	position: absolute;
	top: calc(50% - 8px);
	right: 40px;
}
.sendmail_btn_wrap:hover {
	opacity: .7;
	transition: .3s;
}
.sendmail {
	background-color: #255C8E;
	border: none;
    border-radius: 28px;
	color: #fff;
	cursor: pointer;
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
	height: 56px;
    letter-spacing: 1px;
    line-height: 56px;
    position: relative;
	margin: 0 auto;
	max-width: 328px;
	width: 328px;
    text-align: center;
	text-decoration: none;
}
/* 確認画面 */
.contact_chk .school_name, .contact_chk .school_year {
	width: auto;
}
/* 完了画面 */
.recept_comp_title {
	background: #edfcb5;
	font-size: 24px;
	margin: 0 0 40px;
	padding: 10px;
	text-align: center;
}
.recept_comp_text {
	margin: 0 auto;
	width: 565px;
}
.recept_comp_text p {
	margin: 0 0 2em;
	text-indent: 1em;
}
.hoken .horizontal-item {
	display: block;
	margin: 0 0 .5em 10px;
}
.form_caution {
	font-size: 1.3rem;
	line-height: 1.2;
	margin: 8px 0 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
@media all and (min-width: 800px) {
	.form_header_title {
		font-size: 3rem;
		padding: 50px 0;
	}
	.form_header {
		font-size: 1.6rem;
		margin: 40px auto 60px;
		max-width: 760px;
	}
	.form_header_memo {
		font-size: 1.4rem;
	}
	.contact_form {
		margin: 40px auto 80px;
		max-width: 640px;
		padding: 0 20px;
	}
	.contact_item dd {
		margin: 5px 0 30px;
	}
	/* 実習者情報 */
	.trainee_wrap {
		display: flex;
		justify-content: space-between;
		gap: 2%;
		align-items: center;
	}
	.trainee_wrap .mwform-radio-field {
		margin-right: .5em;
	}
	.trainee_name, .trainee_furi {
		margin-bottom: 0;
	}
	.contact_chk .trainee_wrap {
		justify-content: left;
		gap: 5%;
	}
	.gd.radio_item {
		white-space: nowrap;
	}
	.hoken .horizontal-item {
		display: inline-block;
		margin: 0 1.5em .5em 0;
	}
	.trainee_name, .trainee_furi {
		width: 50%;
	}
	/*.contact_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact_item dt {
		padding-top: 8px;
		width: 30%;
	}
	.contact_item dd {
		margin: 0 0 20px;
		width: 68%;
	}
	.radio_item {
		padding-top: 8px;
	}*/
}



