.mainvisual{
	background: url(../images/mainvisual.jpg) no-repeat center center;
	background-size: cover;
}
.mainvisual-logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mainvisual-logo.png) no-repeat center center;
	background-size: 204px auto;
}

/*/////////////////////////

////////////////////////*/
.requirements{
	padding-bottom: 0;
}
.requirements .introduction{
	padding: 0 0 100px;
	text-align: center;
}
.requirements .introduction p{
	font-size: 16px;
	line-height: 34px;
	color: #242424;
}

.work-image{
	width: 100%;
	max-width: 376px;
	height: 232px;
	overflow: hidden;
	margin: 50px auto;
	background: url(../images/requirements/work-image.jpg) no-repeat center center;
	background-size:100% auto;
}
.requirements .introduction strong{
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 35px;
}
@media (max-width:750px) {
	.requirements .introduction p{
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	.requirements .introduction strong{
		width: 100%;
		text-align: center;
	}
}
/*/////////////////////////

////////////////////////*/
.newGraduates{
	width: 100%;
	position: relative;
	background: #E7E7E7;
}
.newGraduates::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	background: #303030;
}

.newGraduates-cnt{
	position: relative;
	overflow: hidden;
	background: #E7E7E7;
}
.newGraduates-cnt::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	background: #303030;
}
.lineBlock{
	position: absolute;
	top: 0;
	left: -1px;
	width: 10%;
	height: 100%;
	overflow: hidden;
}
#line{
	width: 100%;
	height: 100%;
}

.newGraduates-ttl{
	position: relative;
	float: left;
	width: 20%;
	padding: 60px 0;
}
.newGraduates-ttl h2{
	min-height: 31px;
	background: url(../images/requirements/ttl-newgraduates.png) no-repeat left center;
	background-size: auto 31px;
}
.newGraduates-body{
	position: relative;
	float: left;
	width: 80%;
}
.newGraduates-body{
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0;
}
.newGraduates-body-inner{
	padding-left: 15%;
}

.newGraduates-active{
	display: inline-block;
}
.newGraduates-active-txt{
	width: 100%;
	background: url(../images/requirements/arrow-new-graduates.png) no-repeat center 90%;
	background-size:47px auto;
	padding-bottom: 50px;
}

.recruit-link{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	text-align: center; padding: 10px 0;
}
.recruit-link a{
	display: inline-block;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: opacity;
	-moz-transition-duration: .4s;
	margin: 0 5px;
	font-size: 0;
}
.recruit-link a:hover{opacity: 0.7;}
.recruit-link img{
	border:0px;
	vertical-align: top;
}
@media (max-width:750px) {
	.newGraduates-cnt{width: 100%;}
	.newGraduates::before{display: none;}
	.newGraduates-cnt::before{display: none;}
	.lineBlock{display: none;}
	.newGraduates-ttl{
		float: none;
		width: 100%;
		padding: 20px 0;
		overflow: hidden;
		background: #303030;
	}
	.newGraduates-ttl h2{
		background-position: center top;
	}
	.newGraduates-body-inner{
		padding: 10px 5%;
	}
	.newGraduates-body{
		float: none;
		width: 100%;
		padding: 30px 0;
	}
	.newGraduates-active{width: 100%;}
	.recruit-link{
		display: block;
	}
	.recruit-link a + a{
		margin-top: 10px;
	}
}

/*///////////////////////////
//////////////////////////*/
.requirements .midCareer{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}
.requirements .midCareer h2{
	position: relative;
	width: 100%;
	height: 56px;
	background: url(../images/requirements/h2-requirements.png) no-repeat center top;
	background-size: auto 100%;
	margin: 80px auto 50px;
}

.midCareer h3{
	position: relative;
	width: 100%;
	height: 23px;
	background: url(../images/requirements/h3-midcareer.png) no-repeat 15px top;
	background-size: auto 100%;
	margin: 10px auto 15px;
}

.midCareer-table{
	width: 100%;
	border-collapse:collapse;
}
.midCareer-table th,
.midCareer-table td{
	border-bottom: 1px dotted #aaa;
}
.midCareer-table th{
	padding: 16px;
	font-weight: normal;
	background: #FFF6F6;
	font-size: 14px;
	text-align: left;
	color: #242424;
	vertical-align: top;
}
.midCareer-table td{
	padding: 16px 60px;
	color: #242424;
}
.midCareer-table td p{
	line-height: 24px;
}
.midCareer-table .midCareer-line th{
	padding: 0;
	border-bottom: 4px solid #ff5f5f;
}
.midCareer-table .midCareer-line td{
	padding: 0;
	border-bottom: 4px solid #aaa;
}
@media (max-width:750px) {
	.requirements .midCareer h2{
		height: 45px;
	}
	.midCareer h3{
		height: 18px;
	}
	.midCareer-ttl{
		height: 18px;
		margin-bottom: 10px;
	}
	.midCareer-table th{
		padding: 5px;
		width: 90px;
	}
	.midCareer-table td{
		padding: 5px;
	}
}


/*///////////////////////////
//////////////////////////*/
.session{
	position: relative;
	width: 100%;
	background: url(../images/bg.png);
	padding: 80px 0;
}
.session h2{
	width: 100%;
	height: 59px;
	background: url(../images/requirements/h2-session.png) no-repeat center top;
	background-size: auto 100%;
}
.session-main{
	line-height: 30px;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}
.session-tel{
	width: 100%;
	text-align: center;
}
.session-tel img{
	width: 100%;
	max-width: 524px;
}
.session-atend{
	text-align: center;
}
@media (max-width:750px) {
	.session h2{
		height: 48px;
	}
	.session-main{
		text-align: left;
		line-height: 22px;
	}
	.session-atend{
		text-align: left;
	}
}

/*///////////////////////////
//////////////////////////*/
.qa{
	padding: 0;
}
.qa .introduction{
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1.5px;
	padding: 80px 0;
	text-align: center;
}
.qBlock{
	position: relative;
	width: 100%;
	padding: 60px 0;
}
.qBox{
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	background: #FFF;
	border:1px solid #d6d6d6;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}

.qBox::after{
	content:"";
	position: absolute;
	top: 0;
	left: 0%;
	width: 6px;
	height: 100%;
	background: #ff5f5f;
}
.question{
	position: relative;
	width: 100%;
	padding: 25px;
	font-weight: bold;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}
.question:hover{
	background: #F7f7f7;
}

.qtxt{
	display: inline-block;
	padding-right: 35px;
}
.answer .qtxt{font-weight: normal;}
.question-inner{
	position: relative;
	width: 100%;
	min-height: 21px;
	padding: 0 0 0 70px;
	box-sizing: border-box;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
	background: url(../images/qa/plus.gif) no-repeat right center;
}
.qBox.qopen .question-inner{
	background-image: url(../images/qa/minus.gif);
}
.answer-inner{
	position: relative;
	width: 90%;
	padding: 0 0 0 70px;
}



.qindex{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 50px;
}
.question-line{
	position: relative;
	width: 97%;
	height: 0px;
	overflow: hidden;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: height;
	-moz-transition-duration: .4s;
}
.qBox.qopen .question-line{
	height: 3px;
}

.question-line::before{
	content:"";
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 70px;
	width: 100%;
	height: 3px;
	background: url(../images/qa/q-line.gif) repeat-x;
}
.qBox.qopen .question-line::before{
	visibility: visible;
}

.answer{
	font-weight: bold;
	width: 100%;
	max-height: 0;
	padding: 0 25px;
	overflow: hidden;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: height;
	-moz-transition-duration: .4s;
}
.qBox.qopen .answer{
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 1000px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qa .midCareer,.other{
	background: url(../images/bg_.png);
}
.newGraduaters,.afterJoined{
	background: url(../images/bg.png);
}
.newGraduaters h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-newgraduaters.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
.qa .midCareer h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-midcareer.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
.afterJoined h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-after.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
.other h2{
	width: 100%;
	height: 54px;
	background: url(../images/qa/h2-other.png) no-repeat left top;
	background-size: auto 100%;
	margin-bottom: 40px;
}
@media (max-width:500px) {
	.newGraduaters h2,.qa .midCareer h2,.afterJoined h2,.other h2{height: 38px;}
}

/*///////////////////////////
//////////////////////////*/
.interview{
	padding: 0;
}
.interview .introduction{
	background: url(../images/bg-pattern0.gif);
	color: #FFF;
	padding: 85px 0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.interview .ttl{
	position: relative;
	background: url(../images/bg_.png);
	padding: 80px 0 50px;
}
.interview .ttl h2{
	width: 100%;
	height: 55px;
	background: url(../images/interview/h2-interview.png) no-repeat center top;
	background-size: auto 100%;
	margin-bottom: 40px;
}

.interview-list{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.interview-item{
	float: left;
	width: 33%;
}
.interview-item a{
	position: relative;
	display: block;
	width: 69%;
	max-width: 230px;
	margin: 0 auto;
	padding-bottom: 75%;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.detail{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
}
.interview-item a:hover .detail{
	background: rgba(255,232,232,0.9);
}

.detail-inner{
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0 5px;
}

.detail-inner .name{
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.detail-inner .name .name-roma{
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	color: #EE3131;
}
.role-block{
	padding: 3px 0;
	text-align: center;
}
.role-block span{
	display: inline-block;
	padding: 3px 5px;
	font-size: 10px;
	border: 2px solid #686868;
	color: #686868;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background,color;
	-moz-transition-duration: .4s;
}
.interview-item a:hover .role-block span{
	color: #FFF;
	background: #686868;
}

@media (max-width:1000px) {
	.interview-item a{
		width: 90%;
		padding-bottom: 100%;
		max-width: none;
	}
}
@media (max-width:850px) {
	.detail-inner .name .name-roma{
		display: block;
	}
}


@media (max-width:750px) {
	.interview .introduction{
		text-align: left;
		padding: 50px 0;
		font-size: 14px;
		line-height: 24px;
	}
	.interview-item{
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.interview-item a{
		width: 90%;
		padding-bottom: 98%;
		max-width: none;
	}
	.detail-inner .name .name-roma{
		font-size: 12px;
	}
}

/*/////////////////////////
	wanted
////////////////////////*/
.wanted{
	padding: 0;
}
.wanted .introduction{
	background: url(../images/bg-pattern0.gif);
	color: #FFF;
	padding: 85px 0;
	text-align: left;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1.5px;
}
.about-wanted{
	position: relative;
	width: 100%;
	background: url(../images/bg.png);
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.about-wanted h2{
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 70px;
	background: url(../images/wanted/h2-wanted.png) no-repeat center top;
}

.type-list{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.type-item{
	position: relative;
	width: 100%;
	padding: 80px 0;
}
.type-item:nth-child(even){
	background: #F9F9F9;
}
.type-item .cnt-inner{
	overflow: hidden;
}
.type-photo img{max-width: 100%;}

.type-item:nth-child(odd) .type-photo{
	float: left;
	width: 42%;
}
.type-item:nth-child(odd) .type-info{
	float: right;
	width: 55%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 50px;
	font-size: 14px;
	line-height: 26px;
}
.type-item:nth-child(even) .type-photo{
	float: right;
	width: 42%;
}
.type-item:nth-child(even) .type-info{
	float: left;
	width: 55%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 50px;
	font-size: 14px;
	line-height: 26px;
}


.type-info h3{
	width: 100%;
	height: 42px;
	margin-bottom: 30px;
	background:no-repeat left center;
	-webkit-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
}
.type-dream .type-info h3{background-image:url(../images/wanted/h3-dream.png);}
.type-aspiration .type-info h3{background-image:url(../images/wanted/h3-aspiration.png);}
.type-communication .type-info h3{background-image:url(../images/wanted/h3-communication.png);}
.type-like .type-info h3{background-image:url(../images/wanted/h3-like.png);}

@media (max-width:800px) {
	.type-item{padding: 30px 0;}
	.type-item:nth-child(odd) .type-photo,
	.type-item:nth-child(odd) .type-info,
	.type-item:nth-child(even) .type-photo,
	.type-item:nth-child(even) .type-info{
		float: none;
		width: 100%;
		padding: 0;
	}
	.type-item:nth-child(odd) .type-photo,
	.type-item:nth-child(even) .type-photo{
		text-align: center;
		padding: 30px 0;
	}
	.about-wanted{
		text-align: left;
	}
	.about-wanted h2{
		position: relative;
		width: 90%;
		height: 82px;
		margin: 0 auto 30px;
		background: url(../images/wanted/h2-wanted_.png) no-repeat center top;
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
	}
	.wanted .introduction{
		text-align: left;
		padding: 50px 0;
		font-size: 14px;
		line-height: 24px;
	}
}

/*/////////////////////////
	system
////////////////////////*/
.system{
	padding: 0;
}
.training{
	position: relative;
	width: 100%;
	background: url(../images/system/bg-training.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 1.5px;
}
.training::before{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/system/cover_training.png);
}
.training h2{
	position: relative;
	width: 100%;
	padding-bottom: 56px;
	background: url(../images/system/h2-training.png) no-repeat center top;
	background-size: auto 100%;
	margin-bottom: 60px;
}
.training-txt{
	padding-bottom: 40px;
}

.link-training{
	display: inline-block;
	width: 80%;
	max-width: 400px;
	border:2px solid #000;
	padding: 5px;
	color: #242424;
	text-decoration: none;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition-property: background;
	-moz-transition-duration: .4s;
	font-weight: 600;
}
.link-training:hover{
	background: rgba(255,255,255,0.4);
}
.link-training span{
	display: inline-block;
	padding: 0 0 0 25px;
	background: url(../images/system/ic-airplane.png) no-repeat left center;
	-webkit-background-size: 19px auto;
	     -o-background-size: 19px auto;
	        background-size: 19px auto;
}

.system .career{
	padding: 80px 0;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.system .career h2{
	position: relative;
	width: 100%;
	max-width: 410px;
	padding-bottom: 56px;
	background: url(../images/system/h2-career.png) no-repeat center top;
	background-size: 100% auto;
	margin:0 auto 60px;
}
.system .career-body{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.system .career-photo{
	padding: 60px 0;
}
.system .career-photo img{
	max-width: 100%;
}

.system .other-action{
	position: relative;
	width: 100%;
	background: url(../images/bg.png);
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.system .other-action h2{
	position: relative;
	width: 100%;
	max-width: 410px;
	padding-bottom: 56px;
	background: url(../images/system/h2-culb.png) no-repeat center top;
	background-size: 100% auto;
	margin:0 auto 60px;
}

.system .social,
.system .club{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 0;
	font-size: 14px;
	line-height: 30px;
}

.system .club{
	padding-bottom: 80px;
}
.system .social .ttl,
.system .club .ttl{
	width: 45%;
}
.system .social .ttl p,
.system .club .ttl p{
	text-align: left;
	padding: 20px;
}

.system .social .photo,
.system .club .photo{
	width: 50%;
}
.system .social .photo img,
.system .club .photo img{
	max-width: 90%;
}
.system .social .ttl,
.system .club .photo{
	float: left;
}
.system .club .ttl,
.system .social .photo{
	float: right;
	text-align: right;
}
.system .social h3,
.system .club h3{
	position: relative;
	width: 100%;
	padding-bottom: 35px;
	background-position: 10px top;
	background-repeat: no-repeat;
	background-size: auto 23px;
}
.system .social h3::before,
.system .club h3::before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #AAA;
}
.system .social h3{ background-image: url(../images/system/ttl-social.png);}
.system .club h3{ background-image: url(../images/system/ttl-club.png);}
@media (max-width:750px) {
	.training{
		padding: 50px 0;
		line-height: 24px;
	}
	.training h2{
		margin-bottom: 30px;
	}
	.training p{
		text-align: left;
	}
	.system .career-body{width: 100%; text-align: left;}
	.system .career{
		font-size: 14px;
		line-height: 24px;
	}
	.system .career h2{
		background-image: url(../images/system/h2-career_.png);
		background-size: 260px auto;
		padding-bottom: 100px;
		margin-bottom: 30px;
	}
	.system .other-action h2{
		background-image: url(../images/system/h2-culb_.png);
		background-size: 100% auto;
		padding-bottom: 100px;
		margin-bottom: 30px;
		max-width: 342px;
	}
	.system .social,
	.system .club{
		padding: 30px 0;
		line-height: 24px;
	}
	.system .other-action{
		padding: 50px 0;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	.system .social h3, .system .club h3{
		background-position: left top;
	}
	.system .social .ttl, .system .club .photo,
	.system .club .ttl, .system .social .photo{
		float: none;
		text-align: center;
	}
	.system .social .ttl, .system .club .ttl,
	.system .social .photo, .system .club .photo{
		width: 100%;
	}
	.system .social .ttl p, .system .club .ttl p{
		padding: 10px 0;
	}
}

/*/////////////////////////
	internship
////////////////////////*/
.internship {
	padding: 0;
}

.internship-head {
	padding: 64px 0 110px;
	position: relative;
}

@media (max-width:500px) {
	.internship-head {
		padding: 40px 0 550px;
	}
}

.internship-head::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/internship/kv-bg.jpg);
	background-size: cover;
	background-position: center;
}

@media (max-width:500px) {
	.internship-head::before {
		background-image: url(../images/internship/kv-bg-sp.jpg);
	}
}

.internship-head-pageTtlJa {
	color: #ee3131;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 0.3em;
}

@media (max-width:750px) {
	.internship-head-pageTtlJa {
		font-size: 13px;
	}
}

.internship-head-pageTtlEn {
	color: #ee3131;
	font-size: 72px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.028em;
	text-align: start;
}

@media (max-width:750px) {
	.internship-head-pageTtlEn {
		font-size: 46px;
	}
}

.internship-head-eventTtl {
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.014em;
	margin-bottom: 0.5em;
}

@media (max-width:750px) {
	.internship-head-eventTtl {
		font-size: 18px;
	}
}

.internship-head-desc {
	color: #484848;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.1em;
}

@media (max-width:750px) {
	.internship-head-desc {
		font-size: 13px;
	}
}

.internship-content {
	padding: 80px 0;
}

@media (max-width:750px) {
	.internship-content {
		padding: 50px 0;
	}
}

.internship-content-ttlEn {
	text-align: center;
	color: #ee3131;
	font-size: 56px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.036em;
}

@media (max-width:750px) {
	.internship-content-ttlEn {
		font-size: 36px;
	}
}

.internship-content-ttlJa {
	text-align: center;
	color: #ee3131;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.125em;
	margin-top: 0.3em;
}

@media (max-width:750px) {
	.internship-content-ttlJa {
		font-size: 13px;
	}
}

.internship-overview-list {
	margin-top: 50px;
	border: solid 1px #d1d1d1;
}

@media (max-width:750px) {
	.internship-overview-list {
		margin-top: 30px;
	}
}

.internship-overview-item {
	display: flex;
}

.internship-overview-item:not(:first-child) {
	border-top: solid 1px #d1d1d1;
}

.internship-overview-item-term {
	background-color: #fff6f6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 36px 12px;
	color: #484848;
	font-size: 14px;
	letter-spacing: 0.1em;
	width: 110px;
}

@media (max-width:750px) {
	.internship-overview-item-term {
		padding: 24px 10px;
		font-size: 12px;
		width: 60px;
	}
}

.internship-overview-item-desc {
	padding: 36px 48px;
	flex: 1;
	display: flex;
	align-items: center;
	color: #484848;
	font-size: 14px;
	line-height: 1.7;
	border-left: solid 1px #d1d1d1;
}

@media (max-width:750px) {
	.internship-overview-item-desc {
		padding: 24px 16px;
		font-size: 12px;
	}
}

.internship-entry {
	background-color: #fff6f6;
}

.internship-entry-wrp {
	display: flex;
	justify-content: space-around;
}

@media (max-width:800px) {
	.internship-entry-wrp {
		flex-direction: column;
	}
}

.internship-entry .internship-content-ttlEn {
	text-align: start;
}

.internship-entry .internship-content-ttlJa {
	text-align: start;
}

@media (max-width:800px) {
	.internship-entry-list {
		margin-top: 30px;
	}
}

.internship-entry-item {
	position: relative;
}

.internship-entry-item:not(:first-child) {
	margin-top: 40px;
}

@media (max-width:750px) {
	.internship-entry-item:not(:first-child) {
		margin-top: 20px;
	}
}

.internship-entry-item::before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: calc(100% - 2px);
	height: 100%;
	border-radius: 80px;
}

.internship-entry-item:nth-child(1)::before {
	background-color: #00adf1;
}

.internship-entry-item:nth-child(2)::before {
	background-color: #2c66b1;
}

.internship-entry-item-link {
	background-color: #fff;
	text-decoration: none;
	border-radius: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px;
	position: relative;
	padding: 21px 45px 20px 50px;
	transition: 0.2s transform;
}

@media (max-width:750px) {
	.internship-entry-item-link {
		padding: 15px 16px 14px 20px;
	}
}

.internship-entry-item:nth-child(1) .internship-entry-item-link {
	color: #00adf1;
}

.internship-entry-item:nth-child(2) .internship-entry-item-link {
	color: #2C66B1;
}

.internship-entry-item-link:hover {
	transform: translateY(2px);
}

.internship-entry-item-img {
	width: 125px;
}

@media (max-width:750px) {
	.internship-entry-item-img {
		width: 90px;
	}
}

.internship-entry-item-img img {
	display: block;
	max-width: 100%;
}

.internship-entry-item-txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-left: 0.8em;
	display: flex;
	align-items: center;
}

@media (max-width:750px) {
	.internship-entry-item-txt {
		font-size: 14px;
	}
}

.internship-entry-item-txt-img {
	width: 24px;
	height: auto;
	margin-left: 0.4em;
}

@media (max-width:750px) {
	.internship-entry-item-txt-img {
		width: 18px;
	}
}

.internship-entry-item-txt-img img {
	max-width: 100%;
}

.internship-innerFig {
	background-image: url(../images/internship/intern-class.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 405px;
}

@media (max-width:750px) {
	.internship-innerFig {
		padding-top: 200px;
	}
}

.internship-voice {
	background-image: url(../images/bg.png);
}

.internship-voice-list {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 16px;
}

@media (max-width:750px) {
	.internship-voice-list {
		margin-top: 30px;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 12px;
	}
}

.internship-voice-item {
	background-image: url(../images/internship/voice-quotation.svg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #fff;
	border-radius: 48px 48px 48px 0;
	padding: 40px 20px;
	font-size: 14px;
	color: #484848;
	line-height: 1.6;
	letter-spacing: 0.7px;
}

@media (max-width:750px) {
	.internship-voice-item {
		padding: 28px 15px;
		font-size: 12px;
		border-radius: 32px 32px 32px 0;
		background-size: 34px;
		background-position: 18px 18px;
	}
}

.internship-voice-item strong {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.8px;
}

@media (max-width:750px) {
	.internship-voice-item strong {
		font-size: 14px;
	}
}
