@charset "utf-8";

/* ------------ メインビジュアル ------------ */
#mv {
	position: relative;
	height: 100%;
	max-height: 680px;
}

/*上部お知らせ*/
.topix-box {
    margin-bottom: 2em;
    background: #FFFAE8;
	text-align: center;
}
.topix-box .box-title {
    font-size: 15px;
    background: #FFE466;
    padding: 6px;
    color: black;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.topix-box p {
    font-size: 12px;
    line-height: 1.2;
    padding: 15px 20px;
    margin: 0;
    color: black;
}

.topix-box ul li{
	font-size: 14px;
    color: #008377;
    font-weight: bold;
    padding: 5px 20px;
	line-height: 1.2;
}



/* スライダー */
#mv .slick-slider {
	width: 100%;
	height: 100%;
	max-height: 680px;
	margin: 0 auto;
}

#mv .slick-slide {
	width: 100% !important;
	max-width: 1000px;
	height: 100%;
	max-height: 680px;
}

#mv .slick-initialized .slick-slide > div {
	max-height: 680px;
}

#mv .mv-content {
	position: relative;
}

#mv .slick-slide img {
	margin: 0 auto;
}

#mv .slick-prev,
#mv .slick-next {
	text-indent: -9999px;
	width: 23px;
	height: 58px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
	z-index: 1;
}

#mv .slick-prev {
	background: url(../images/prev.png) no-repeat center center;
	left: 20px;
}

#mv .slick-next {
	background: url(../images/next.png) no-repeat center center;
	right: 20px;
}
/* /スライダー */

#mv .fv-sns {
	position: absolute;
	left: 0;
	bottom: 50px;
}

#mv .fv-twitter {
	margin-top: 14px;
}


/* ------------ section #link-box ------------ */
#link-box {
	margin-top: 20px;
}

#link-box {
	margin-top: 20px;
}

#link-box .link-box-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#link-box a {
	display: block;
	color: #fff;
	font-size: 1.7rem;
	width: 210px;
	transition: none;
}

#link-box h2 {
	height: 60px;
}


/* ------------ section #special-interview ------------ */
#special-interview {
	margin-top: 45px;
}

#special-interview .link-area {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#special-interview .img-box img {
	margin: 0 auto;
}


/* ------------ section #expert-job ------------ */
#expert-job {
	margin-top: 50px;
	position: relative;
}

#expert-job .ttl-box {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #008377;
	background-blend-mode: multiply;
	width: 100%;
	height: 175px;
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0.9;
}

#expert-job .ttl-box .ttl {
	color: #fff;
	font-size: 5rem;
	letter-spacing: 3px;
}

#expert-job .job-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 587px;
}

#expert-job .job-list .job {
	background-size: contain;
	width: 100%;
	position: relative;
	transition: all .3s ease-out;
	overflow: hidden;
}
#expert-job .job-list .job:hover:after {
	transform: scale(1.1);
}
#expert-job .job-list .job:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .3s ease-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#expert-job .job-list .job:nth-child(1):after {
	background: url(../images/top/ex_job_machine_pc.jpg) no-repeat center center;
}
#expert-job .job-list .job:nth-child(1) .en-ttl {
	background: url(../images/top/en_machine.png) no-repeat center center;
	width: 37px;
	height: 193px;
}
#expert-job .job-list .job:nth-child(2):after {
	background: url(../images/top/ex_job_metal_pc.jpg) no-repeat center center;
}
#expert-job .job-list .job:nth-child(2) .en-ttl {
	background: url(../images/top/en_metal.png) no-repeat center center;
	width: 38px;
	height: 134px;
}
#expert-job .job-list .job:nth-child(3):after {
	background: url(../images/top/ex_job_electrical_pc.jpg) no-repeat center center;
}
#expert-job .job-list .job:nth-child(3) .en-ttl {
	background: url(../images/top/en_electrical.png) no-repeat center center;
	width: 37px;
	height: 212px;
}
#expert-job .job-list .job:nth-child(4):after {
	background: url(../images/top/ex_job_electron_pc.jpg) no-repeat center center;
}
#expert-job .job-list .job:nth-child(4) .en-ttl {
	background: url(../images/top/en_electron.png) no-repeat center center;
	width: 37px;
	height: 236px;
}
#expert-job .job-list .job:nth-child(5):after {
	background: url(../images/top/ex_job_architecture_pc.jpg) no-repeat center center;
}
#expert-job .job-list .job:nth-child(5) .en-ttl {
	background: url(../images/top/en_architecture.png) no-repeat center center;
	width: 38px;
	height: 287px;
}
#expert-job .job-list .job:nth-child(6):after {
	background: url(../images/top/ex_job_equipment_pc.jpg) no-repeat center center;
}
#expert-job .job-list .job:nth-child(6) .en-ttl {
	background: url(../images/top/en_equipment.png) no-repeat center center;
	width: 45px;
	height: 260px;
}

#expert-job .job-list .job a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#expert-job .job-list .job a:hover {
	opacity: 1;
}

#expert-job .job-list .job .jp-ttl {
	color: #fff;
	font-size: 4.1rem;
	font-weight: bold;
	letter-spacing: 21px;
	text-shadow: -7px 7px 5px rgba(0,0,0,0.75);
	/* 縦書き */
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left: 15px;
	bottom: -10px;
}

#expert-job .job-list .job .en-ttl {
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	right: 3px;
}


/* ------------ section #woman-instructor ------------ */
#woman-instructor {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/bg01.png) no-repeat center center;
	height: 100%;
	margin-top: 50px;
	padding: 53px 0;
}

#woman-instructor .balloon-ttl img {
	margin: 0 auto;
}

#woman-instructor .ttl {
	color: #008377;
	font-size: 4.6rem;
	text-align: center;
	letter-spacing: 2.76px;
	margin-top: 35px;
}

#woman-instructor .link {
	border: 1px solid #008377;
	width: 255px;
	height: 60px;
	line-height: 60px;
	margin: 50px auto 0;
}

#woman-instructor .link a {
	display: block;
	background: url(../images/arw01.png) no-repeat 50px center;
	color: #008377;
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	text-indent: 40px;
	letter-spacing: 1.68px;
}


/* ------------ section #ptu ------------ */
#ptu {
	background: #008377;
	height: 100%;
	max-height: 685px;
	margin-top: 50px;
	padding-top: 50px;
	position: relative;
	overflow: hidden;
}

#ptu:before {
	content: "";
	display: block;
	background: url(../images/top/ptu_woman01.png) no-repeat left bottom;
	width: 320px;
	height: 518px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

#ptu:after {
	content: "";
	display: block;
	background: url(../images/top/ptu_men01.png) no-repeat right bottom;
	width: 286px;
	height: 509px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}

#ptu .ttl img {
	margin: 0 auto;
}

#ptu .description {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

#ptu .inner {
	background: #fff;
	border-radius: 50%;
	width: 544px;
	height: 544px;
	position: relative;
}

#ptu .description .content {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateY(0) translateX(-50%);
	-webkit- transform: translateY(0) translateX(-50%);
}

#ptu .description .content .subttl img {
	margin: 0 auto;
}

#ptu .description .content .txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 32px;
	margin-top: 20px;
}

#ptu .link {
	background: #f5e721;
	width: 255px;
	height: 60px;
	line-height: 60px;
	margin: 60px auto 0;
}

#ptu .link a {
	display: block;
	background: url(../images/arw01.png) no-repeat 50px center;
	color: #008377;
	font-weight: bold;
	font-size: 2.8rem;
	text-align: center;
	text-indent: 40px;
	letter-spacing: 1.68px;
}


/* ------------ section #faq ------------ */


#faq {
	margin: 115px 0 193px;
	position: relative;
	z-index: 1;
}

#faq .ttl {
	background: #F58B52;
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5.76px;
	width: 100%;
	max-width: 360px;
	height: 95px;
	line-height: 95px;
	margin: 0 auto;
}

#faq .ttl a {
display: block;
color: #fff;
	}

#faq .faq-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 840px;
	margin: 123px auto 0;
}

#faq .faq-box .faq-list:nth-child(n +2) {
	margin-top: 37px;
}

#faq .faq-list li,
#faq .faq-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
}

#faq .faq-list li {
	text-align: center;
	letter-spacing: 3.78px;
	width: 250px;
	height: 50px;
	line-height: 23px;
	margin-left: 45px;
}

#faq .faq-list li:first-child {
	margin-left: 0;
}

#faq .faq-list li a {
	width: 100%;
	height: 100%;
}

/*　シェアボタン　*/
#faq .fbtr-box ul{
	display: flex;
  flex-flow: row;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#faq .fbtr-box ul li{
  padding: 40px;
}

/* ------------ レスポンシブ ------------ */

@media screen and (max-width:800px) {

#ptu .description {
	margin-top: 85px;
}
.faq-box{
 margin: 0 auto !important;
}
.faq-list {
  flex-direction: column;
   justify-content: center ;
   align-items: center;
}

}/*end*/


@media screen and (max-width: 768px) {

	/* ------------ メインビジュアル ------------ */
	#mv {
		max-height: 438px;
	}

	/* スライダー */
	#mv .slick-slider {
		max-height: 438px;
	}

	#mv .slick-slide {
		width: auto !important;
	}

	#mv .slick-initialized .slick-slide > div {
		max-height: 440px;
	}

	#mv .slick-slide img {
		width: 100vw;
	}
	/* /スライダー */

	#mv .mv-content {
		max-height: 438px;
	}

	#mv .catch {
		top: 15px;
		left: 100px;
	}

	#mv .catch .catch-txt {
		text-shadow: 3.5px 3.5px 5px rgba(0,0,0,0.75);
		font-size: 4.5rem;
		letter-spacing: 0.9px;
		line-height: 1.2;
	}

	#mv .mv-img {
		max-height: 438px;
	}

	#mv .mv-txt-box {
		display: none;
	}

	#mv .fv-sns {
		display: none;
	}


	/* ------------ section #link-box ------------ */
	#link-box {
		margin-top: -3px;
	}

	#link-box .link-box-inner > div {
		display: flex;
		border-bottom: 1px solid #fff;
		font-size: 1.7rem;
		width: 100%;　
	}

	#link-box .link-box-inner a {
		width: 100%;
	}
  
	#link-box h2 {
		background: url(../images/arw03_sp.png) no-repeat 98% center #008377;
		font-family: メイリオ, Meiryo "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
		font-size: 1.15rem;
		text-indent: 11.5px;
		width: 100%;
		height: 45px;
		line-height: 45px;
	}

	#link-box h2 span {
		width: 100%;
		text-align: left;
	}

	#link-box .link-img {
		display: none;
	}


	/* ------------ section #special-interview ------------ */
	#special-interview {
		margin-top: 11px;
	}

	#special-interview .jp-ttl {
		font-size: 2rem;
		letter-spacing: 2px;
		text-shadow: 3.5px 3.5px 5px rgba(0,0,0,0.75);;
		top: 10px;
		left: 20px;
	}

	#special-interview .en-ttl {
		display: none;
	}

	#special-interview .img-box img {
		width: 100%;
	}


	/* ------------ section #expert-job ------------ */
	#expert-job {
		margin-top: 10.5px;
	}

	#expert-job .ttl-box {
		height: 70px;
	}

	#expert-job .ttl-box .ttl {
		font-size : 2.5rem;
		letter-spacing : 1.5px;
	}

	#expert-job .job-list {
		flex-wrap: wrap;
		width: 100%;
		height: 100%;
		min-height: 400px;
	}

	#expert-job .job-list .job {
		width: 33.3%;
		max-width: 220px;
		height: 235px;
	}
	#expert-job .job-list .job:nth-child(1):after {
		background: url(../images/top/ex_job_machine_sp.jpg) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(1) .en-ttl {
		background: url(../images/top/en_machine.png) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(2):after {
		background: url(../images/top/ex_job_metal_sp.jpg) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(2) .en-ttl {
		background: url(../images/top/en_metal.png) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(3):after {
		background: url(../images/top/ex_job_electrical_sp.jpg) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(3) .en-ttl {
		background: url(../images/top/en_electrical.png) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(4):after {
		background: url(../images/top/ex_job_electron_sp.jpg) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(4) .en-ttl {
		background: url(../images/top/en_electron.png) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(5):after {
		background: url(../images/top/ex_job_architecture_sp.jpg) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(5) .en-ttl {
		background: url(../images/top/en_architecture.png) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(6):after {
		background: url(../images/top/ex_job_equipment_sp.jpg) no-repeat center center;
	}
	#expert-job .job-list .job:nth-child(6) .en-ttl {
		background: url(../images/top/en_equipment.png) no-repeat center center;
	}

	#expert-job .job-list .job .jp-ttl {
		font-size : 2.05rem;
		letter-spacing : 1.23px;
		left: 10px;
		bottom: 7.5px;
	}

	#expert-job .job-list .job .en-ttl {
		text-indent: -9999px;
		position: absolute;
		top: 80px;
		right: 0;
	}

	#expert-job .job-list .job:nth-child(1) .en-ttl,
	#expert-job .job-list .job:nth-child(2) .en-ttl,
	#expert-job .job-list .job:nth-child(3) .en-ttl,
	#expert-job .job-list .job:nth-child(4) .en-ttl,
	#expert-job .job-list .job:nth-child(5) .en-ttl,
	#expert-job .job-list .job:nth-child(6) .en-ttl {
		background-position: top;
		background-size: 21.5px;
	}

	#expert-job .job-list .job:nth-child(n + 4) .en-ttl {
		top: 20px;
		right: 0;
	}

	#expert-job .job-list .job:nth-child(6) .en-ttl {
		right: -6px;
	}


	/* ------------ section #woman-instructor ------------ */
	#woman-instructor {
		background: none;
		min-height: 100%;
		margin-top: 25px;
		padding: 0;
	}

	#woman-instructor .inner {
		padding: 0 6px;
	}

	#woman-instructor .ttl {
		font-size: 1.95rem;
		margin-top: 10px;
	}

	#woman-instructor .link {
		width: 60%;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}

	#woman-instructor .link a {
		background-size: 4px;
		font-size: 1.4rem;
		text-indent: 20px;
	}


	/* ------------ section #ptu ------------ */
		#ptu .link {
		width: 50%;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		z-index: 2;	
		position: relative;	
		
	}

	#ptu .link a {
		background-size: 4px;
		background-position: 30px center;
		font-size: 1.4rem;
		text-indent: 20px;
		z-index: 3;	
		position: relative;
	}

	
	#ptu {
		margin-top: 25px;
		padding-top: 16.5px;
		max-height: 450px;
	}

	#ptu .ttl img {
		width: 90%;
	}

	#ptu .description {
		margin-top: 80px;
	}

	#ptu:before,
	#ptu:after {
		background-size: 28%;
		width: 100%;
		height: 100%;
		z-index: 1;	
		position: relative;
	}

	#ptu .inner {
		width: 50%;
		height: 50%;
		padding: 45%;
		margin-top: -50px;
	}

	#ptu .description .content .subttl img {
		width: 60%;
	}

	#ptu .description .content .txt {
		font-size: 1.35rem;
		line-height: 24px;
		margin-top: 15px;
	}



	/* ------------ section #faq ------------ */
	#faq {
		margin: 30px 0 125px;
		padding: 0 6px;
	}
	#faq .ttl {
		font-size: 1.4rem;
		max-width: 100%;
		height: 35px;
		line-height: 35px;
	}
	
	#faq .ttl a{
		width: 100%;
	}
	

	#faq .faq-list {
		margin-top: 23px;
	}

	#faq .faq-box .faq-list:nth-child(n +2) {
		margin-top: 20px;
	}

	#faq .faq-list li {
		margin: 20px 0 0;
	}
	
	#faq .faq-list li a {
		display: block;
	}

	#faq .faq-list li:first-child {
		margin-top: 0;
	}

}


