@charset "utf-8";
	
/* -----------------------------
	採用MV
-------------------------------- */
#recruit .pagetitle-area .mv img {
	height: 740px;
}
#recruit .recruit-top-title-area {
	position: absolute;
	bottom: 110px;
	left: 8%;
}
#recruit .recruit-top-en {
	width: 480px;
}
#recruit .recruit-top-en img {
	width: 100%;
}
#recruit .recruit-top-title {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .07em;	
	color: #fff;
	margin-top: 20px;
}
#recruit .cursive {
	font-family: 'Courgette', cursive;
	font-size: 6rem;
	letter-spacing: .07em;
	transform: rotate(-12deg);
	position: absolute;
	top: 87px;
	left: 323px;
	width: 274px;
}
#recruit .txt-grada {
	background: linear-gradient(to right, var(--recruit-light-green), var(--recruit-green));
	padding: 10px;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
} 
@media screen and (max-width: 768px) {
	#recruit .pagetitle-area .mv img {
		height: 350px;
	}
	#recruit .recruit-top-en {
		width: 235px;
	}
	#recruit .recruit-top-title {
		font-size: 2rem;
		margin-top: 15px;
	}	
	#recruit .cursive {
		font-family: 'Courgette', cursive;
		font-size: 3.5rem;
		letter-spacing: .07em;
		transform: rotate(-12deg);
		position: absolute;
		top: 52px;
		left: 113px;
		width: 170px;
	}
	#recruit .recruit-top-title-area {
		bottom: 50px;
	}	
}	
/* -----------------------------
	導入部分
-------------------------------- */
#recruit .recruit-intro {
	background: linear-gradient(to bottom, var(--middle-blue), var(--recruit-blue));
	padding: 105px 0;
	position: relative;
}
#recruit .recruit-intro-txt {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	letter-spacing: .07em;
}	
#recruit .recruit-intro-txt::before {
	background: url(../img/recruit-intro1.png) center/contain no-repeat;
    content: "";
    width: 250px;
    height: 250px;
    position: absolute;
    top: -73px;
    right: -200px;
	animation: fuwafuwa 2s infinite;
}	
#recruit .recruit-intro-txt::after {
	background: url(../img/recruit-intro2.png) center/contain no-repeat;
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: -70px;
    left: -231px;
	animation: fuwafuwa 2s infinite;
}	
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-15px);
    }
  }
#recruit .recruit-leadbox {  
	border: 5px solid;
	max-width: 750px;
	margin: 0 auto;
	border-image: linear-gradient(to right, var(--recruit-green), var(--recruit-light-green));
	border-image-slice: 1;
	color: #fff;
	padding: 85px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
#recruit .recruit-leadbox::before {
    background: url(../img/dot_top.png) center/contain no-repeat;
    content: "";
    width: 71px;
    height: 55px;
    position: absolute;
    top: -26px;
    left: 32px;
}
#recruit .recruit-leadbox::after {
    background: url(../img/dot_bottom.png) center/contain no-repeat;
    content: "";
    width: 71px;
    height: 55px;
    position: absolute;
    bottom: -26px;
    right: 32px;
}
@media screen and (max-width: 768px) {
	#recruit .recruit-intro-txt {
		font-size: 1.7rem;
		text-align: left;
	}	
	#recruit .recruit-intro-txt::before {
		width: 130px;
		height: 130px;
		top: -91px;
		right: -34px;
		animation: fuwafuwa 3s infinite;
	}
	#recruit .recruit-intro-txt::after {
		width: 140px;
		height: 140px;
		bottom: -96px;
		left: -35px;
		animation: fuwafuwa 3s infinite;
	}
	#recruit .recruit-leadbox {  
		margin: 0 20px;
		max-width: 100%;
		padding: 50px 10px;
	}	
	#recruit .recruit-leadbox::before {
		width: 46px;
		height: 35px;
		top: -20px;
		left: 17px;
	}	
	#recruit .recruit-leadbox::after {
		width: 46px;
		height: 35px;
		bottom: -20px;
		right: 17px;
	}
	@keyframes fuwafuwa {
		0%, 100% {
		  transform: translateY(0);
		}
		50% {
		  transform: translateY(-10px);
		}
	  }
}	
/* -----------------------------
	採用メッセージ
-------------------------------- */
#recruit .top-message {
	background-color: var(--recruit-bg-blue);
	position: relative;
	padding: 80px 0;
	z-index: -3;
}
#recruit .top-message::before {
	content: "";
    display: inline-block;
    right: 10%;
    top: 250px;
    background: url(../img/message-coment.png) center/cover, no-repeat;
    position: absolute;
	width: 321px;
	height: 70px;
}	
#recruit .top-message::after {
    content: "";
    display: inline-block;
    right: 0;
    top: 350px;
    background: url(../img/recruit-message.jpg) top/cover, no-repeat;
    border-radius: 150px 0 0 0;
    position: absolute;
    width: 45%;
    height: 400px;
    aspect-ratio: 65 / 46;
    z-index: 0;
}
#recruit .top-massage-box {
	background-color: #fff;
	width: 60%;
	border-radius: 0 150px 0 0;
	padding: 85px 0;
	position: relative;
	z-index: -2;
}
#recruit .top-massage-box::after {
    content: "MESSAGE";
	color: #f5f5f5;
	font-family: var(--main-en);
	font-size: 9.8rem;
	writing-mode: vertical-rl;
	font-weight: 500;
	position: absolute;
	letter-spacing: .07em;
    left: 0;
    top: 115px;
	z-index: -1;
}
#recruit .top-massage-boxinner {
	max-width: 630px;
	margin: 0 auto;
}		
#recruit .top-message-title {
	font-size: 2.9rem;
	font-weight: 700;
	color: var(--main-blue);
	letter-spacing: .07em;
}
#recruit .top-message-txt {
	line-height: 2;
	margin-top: 20px;	
}	
@media screen and (max-width: 768px) {
	#recruit .top-massage-box {
		width: calc(100% - 40px);
		border-radius: 0 50px 0 0;
		margin: 20px;
		padding: 45px 0;
	}
	#recruit .top-massage-boxinner {
		max-width: 100%;
		margin: 0 10px 35px;
	}
	#recruit .top-message::after {
		display: none;
	}	
	#recruit .top-message::before {
		display: none;
	}
	#recruit .top-message-title {
		font-size: 2rem;	
	}	
	#recruit .top-message-txt {
		margin-top: 15px;	
	}
	#recruit .top-message {
		padding: 20px 0;
	}	
}
/* -----------------------------
	飯山特殊硝子が求める人材
-------------------------------- */
#recruit .ideal-area {
	padding: 105px 20px;
}
#recruit .ideal-title-inner {
	width: 40%;
}
#recruit .ideal-lead {
	width: 60%;
}
#recruit .ideal-boxarea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin: 50px 0;
	flex-wrap: wrap;
}
#recruit .ideal-box {
	background-color: var(--recruit-bg-blue);
	border-radius: 10px;
	width: calc((100% - 60px) / 3 );
	padding: 25px 10px;
}	
#recruit .ideal-title {
	font-size: 2.2rem;
	color: var(--main-blue);
	font-weight: 700;
	text-align: center;
	margin-bottom: 13px;
	letter-spacing: .07em;
}	
#recruit .ideal-box-inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 15px;
}	
#recruit .ideal-list {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2;
}
#recruit .ideal-list2 {
	width: 120px;
}	
#recruit .ideal-list li {
	position: relative;
}
#recruit .ideal-list li::before{
    content: "・";
	color: var(--main-blue);
	font-size: 1.7rem;
	font-weight: 500;
	position: absolute;
	left: -20px;
}
#recruit .ideal-icon {
	height: 60px;
}
#recruit .ideal-icon2 {
	height: 80px;
}
#recruit .ideal-icon img {
	height: 100%;
	width: auto;
}
#recruit .ideal-txt {
	line-height: 2;
	margin: 0 130px;
}
@media screen and (max-width: 768px) {
	#recruit .ideal-area {
		padding: 65px 20px;
	}
	#recruit .ideal-title-inner {
		width: 100%;
	}
	#recruit .ideal-lead {
		width: 100%;
		font-size: 1.7rem;
	}
	#recruit .ideal-boxarea {
		flex-direction: column;
		margin: 40px 0;
	}	
	#recruit .ideal-box {
		width: 100%;
		padding: 15px 12px;
		max-width: 400px;
	}
	#recruit .ideal-txt {
		margin: 0;
	}	
	#recruit .ideal-list {
		font-size: 1.6rem;
		width: 73%;
	}	
	#recruit .ideal-title {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}	
	#recruit .ideal-icon {
		height: 45px;
	}	
	#recruit .ideal-icon2 {
		height: 55px;
	}
	#recruit .ideal-box-inner {
		justify-content: space-between;
	}		
}

/* -----------------------------
	導線3つ
-------------------------------- */
#recruit .recruit-link3 {
    display: flex;
    flex-wrap: wrap;
	gap: 30px;
	padding: 100px 0;
	justify-content: center;
}
#recruit .recruit-link3 .recruit-link {
	width: calc((100% - 60px) / 3);
}
#recruit .recruit-link3 .recruit-link a {
    width: 100%;
    display: block;
    transition: all .5s ease;
    position: relative;
}
#recruit .recruit-link3 .recruit-link-img {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
#recruit .recruit-link3 .recruit-link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.3s;
}
#recruit .recruit-link3 a:hover .recruit-link-img img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
#recruit .recruit-link3 .recruit-link-txtbox {
    padding: 13px;
    position: relative;
	background-color: var(--main-blue);
	border-radius: 0 0 10px 10px;
}
#recruit .recruit-link3 .recruit-link-txt {
	letter-spacing: .07em;
	font-weight: 500;
	color: #fff;
	line-height: 1.7;
}
#recruit .recruit-link {
	position: relative;

}
#recruit .recruit-link::before {
	content: "";
    display: inline-block;
    right: 26px;
    bottom: 24px;
    background: url(../img/arrow-blue.png) center/cover, no-repeat;
    position: absolute;
	width: 13px;
	height: 9px;
	z-index: 1;
	transition: all .3s ease-in-out;
}
#recruit .recruit-link:hover::before {
    right: 22px;
    bottom: 24px;
}
#recruit .recruit-link::after {
	content: "";
    display: inline-block;
	position: absolute;
    right: 17px;
    bottom: 13px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 30px;
	transition: all .3s ease-in-out;
}	
#recruit .recruit-link:hover::after {
    right: 13px;
    bottom: 13px;
}
#recruit .recruit-link-txtbox {
	position: relative;
}
#recruit .recruit-link-title {
	background-color: var(--main-black);
	color: #fff;
	font-weight: 500;
	font-size: 2rem;
	position: absolute;
	padding: 10px;
	letter-spacing: .07em;
	top: -39px;
	left: 0;
}
@media screen and (max-width: 768px) {
	#recruit .recruit-link3 {
		flex-direction: column;
		padding: 65px 0;
	}	
	#recruit .recruit-link3 .recruit-link {
		width: 100%;
	}	
	#recruit .recruit-link-title {
		font-size: 1.8rem;
		top: -38px;
	}
	#recruit .recruit-link::after {
		right: 31px;
		bottom: 13px;
		width: 25px;
		height: 25px;
	}
	#recruit .recruit-link:hover::after {
		right: 31px;
		bottom: 13px;
	}
	#recruit .recruit-link::before {
		right: 37px;
		bottom: 21px;
	}	
	#recruit .recruit-link:hover::before {
		right: 37px;
		bottom: 21px;
	}
	#recruit .recruit-link3 .recruit-link-txt {
		font-size: 1.6rem;
	}	
}