/* CSS Document */


#header {
	max-width: unset;
	padding: 0;
}
#header h1 {
	width: 32%;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
	/*pointer-events: none;*/
}
#header nav.global {
	display: none;
}
#header nav.popmenu {
	display: block;
	top: 15px;
  right: 25px;
}
#header nav.popmenu label.menuBtn {
	width: 60px;
	height: 60px;
	padding: 15px;
}
#header nav.popmenu label.menuBtn::before {
	top: 0;
}



#fv {
	position: relative;
}
#fv h2 {
	position: absolute;
  bottom: 38%;
  left: 12%;
  width: 20%;
}



#aboutUs {
	padding: 60px 0;
}
#aboutUs .titleSet {
	margin: auto;
}
#aboutUs .lead {
	margin: 60px 40px;
}
#aboutUs .logo {
	max-width: 380px;
	margin: auto;
}



#message {
	padding: 60px 0;
	background: #ECF4EE;
	clip-path: polygon(0 200px, 300px 0, 100% 0, 100% calc(100% - 200px), calc(100% - 300px) 100%, 0 100%);
}
#message .titleSet {
	margin: auto;
}
#message .titleSet::before {
	border-bottom-color: #fff;
}
#message .lead {
	margin: 60px 40px;
}
#message dl {
	display: flex;
	gap: 40px;
	margin: 0 0 40px;
}
#message dl dt {
	max-width: 380px;
  flex-shrink: 0;
	position: relative;
}
#message dl dt span {
	width: 100px;
	position: absolute;
	left: -50px;
  bottom: -50px;
}
#message dl dd {
	line-height: 1.6;
}
#message dl dd h3 {
	letter-spacing: 1px;
	border-bottom: 1px solid #1b745b;
	padding: 5px 0;
  margin: 0 0 25px;
}
#message dl dd h3 strong {
	font-size: 150%;
	font-weight: 400;
	margin-left: 20px;
}



#workEnvironment {
	padding: 60px 0;
	position: relative;
}
/*#workEnvironment::after {
	content: url("../module/img/line_company2.svg");
}*/
#workEnvironment .titleSet {
	margin: auto;
}
#workEnvironment .lead {
	margin: 60px 40px;
}
#workEnvironment .environment {
	display: flex;
	gap: 20px;
}
#workEnvironment .environment dl {
	width: 33.3%;
}
#workEnvironment .environment dl dt {
}
#workEnvironment .environment dl dt h3 {
	text-align: center;
	margin: 5px 0 15px;
}
#workEnvironment .environment dl dd {
	line-height: 1.6;
}
#workEnvironment .workMovie {
	margin: 100px 0;
}
#workEnvironment .workMovie video {
	max-width: 100%;
}
#workEnvironment .workMovie h3 {
	font-size: 120%;
	text-align: center;
	position: relative;
	padding: 0 0 25px;
}
#workEnvironment .workMovie h3::after {
	content: '';
	border-top: 20px solid #DBDAD7;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#workEnvironment .workMovie dl {
	margin: 10px;
}
#workEnvironment .workMovie dl dt {
	font-family: 'Graphik Compact Regular';
  line-height: 1.2;
	text-align: center;
	color: #fff;
	background: #1B745B;
	padding: 8px;
}
#workEnvironment .workMovie dl dd {
}
#workEnvironment .workMovie dl dd video {
	aspect-ratio: 16/9;
}
#workEnvironment .workMovie dl dd.youtubeBox iframe {
	/*aspect-ratio: 16/9;*/
}


.interview {
	padding: 40px 0 240px;
	margin: 240px 0 0;
	background: #ECF4EE;
	position: relative;
}
.interview::before {
	content: url("img/interviwe_bg.svg");
	width: 100%;
	line-height: 0;
	position: absolute;
	bottom: 100%;
}
.interview::after {
	content: url("../module/img/line_company2.svg");
  width: 100%;
	line-height: 0;
	position: absolute;
  bottom: 100%;
}
.interview .inner {
	max-width: 1100px;
	position: relative;
}
.interview .titleSet {
	position: absolute;
	top: -185px;
  left: 6%;
}
.interview .titleSet::before {
	content: none;
}
.interview .interviewBox {
	background: #fff;
	padding: 40px 60px 80px;
	margin: 0 0 100px;
	box-shadow: 2px 2px 4px #999;
	position: relative;
}
.interview .interviewBox h3 {
	font-family: 'Zen Old Mincho';
	font-size: 200%;
  line-height: 1.2;
	color: #95C4CB;
	position: absolute;
	bottom: 100%;
	left: 0;
}
.interview .interviewBox .workDetail {
	display: flex;
	gap: 80px;
}
.interview .interviewBox .workDetail .name {
	display: flex;
  flex-direction: column;
	flex-shrink: 0;
	max-width: 400px;
}
.interview .interviewBox .workDetail .name h4 {
	font-size: 120%;
  font-weight: 500;
	letter-spacing: 2px;
	border-bottom: 2px solid #70afbc;
  padding: 8px 0;
}
.interview .interviewBox .workDetail .name strong {
	font-size: 110%;
	letter-spacing: 2px;
  margin: 5px 0 15px;
}
.interview .interviewBox .workDetail .timeSchedule {
	margin: 70px 0 0;
}
.interview .interviewBox .workDetail .timeSchedule h5 {
	max-width: 140px;
}
.interview .interviewBox .workDetail .timeSchedule dl {
	font-size: 95%;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
	position: relative;
}
.interview .interviewBox .workDetail .timeSchedule dl dt ,
.interview .interviewBox .workDetail .timeSchedule dl dd {
	padding: 5px 0;
}
.interview .interviewBox .workDetail .timeSchedule dl dt {
	text-align: right;
	width: 45px;
	margin-right: 40px;
	position: relative;
}
.interview .interviewBox .workDetail .timeSchedule dl dt::before {
	content: '';
	background: #333;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	position: absolute;
	top: 15px;
  left: calc(100% + 17px);
}
.interview .interviewBox .workDetail .timeSchedule dl dt:not(:last-of-type)::after {
	content: '';
	border-left: 1px solid #333;
  height: 100%;
	position: absolute;
	top: 15px;
	left: calc(100% + 20px);
}
.interview .interviewBox .workDetail .timeSchedule dl dd {
	width: calc(100% - 45px - 40px);
}
.interview .interviewBox ul.imgBox {
	display: flex;
	gap: 10px;
	margin: 40px 0;
}
.interview .interviewBox dl.box {
	margin: 40px 0;
}
.interview .interviewBox dl.box dt {
  font-size: 110%;
  text-align: center;
	max-width: 200px;
	padding-top: 70px;
	margin: 0 30px 40px;
	position: relative;
	z-index: 1;
}
.interview .interviewBox dl.box dt::before {
  content: '';
	width: 140px;
	height: 140px;
	background: #ECF4EE;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.interview .interviewBox dl.box dt::after {
  content: '';
  border-bottom: 1px solid #70afbc;
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.interview .interviewBox dl.box dd {
	line-height: 1.8;
}


.interview.freshman {
	background: #F9FFE9;
	padding: 40px 0;
	margin-top: 0;
}
.interview.freshman::before {
	content: url("img/interviwe_bg2.svg");
}
.interview.freshman .interviewBox dl.box dt {
	display: inline-block;
	font-weight: 500;
	max-width: none;
	text-align: left;
	margin: 0 0 15px;
	padding: 0;
}
.interview.freshman .interviewBox dl.box dt::before {
	content: none;
}
.interview.freshman .interviewBox dl.box dt::after {
	width: 100%;
	left: 0;
  transform: none;
}




#RecruitmentInformation {
	padding: 60px 0;
}
#RecruitmentInformation .titleSet {
	margin: auto;
}
#RecruitmentInformation .titleSet strong {
	font-size: 140%;
	color: #1b745b;
}
#RecruitmentInformation .lead {
	margin: 60px 40px;
}
#RecruitmentInformation .jobType {
	max-width: 1200px;
	margin: 60px auto;
	background: #F7F7F7;
	padding: 40px;
  box-sizing: border-box;
}
#RecruitmentInformation .block {
	max-width: 940px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
#RecruitmentInformation .img {
	width: 420px;
	aspect-ratio: 3/2;
	flex-shrink: 0;
	display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
	color: #999;
}
#RecruitmentInformation .img img {
  aspect-ratio: 3/2;
	width: 100%;
	object-fit: cover;
}
#RecruitmentInformation .block h3 {
	font-size: 120%;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #1B745B;
	margin: 20px 0 0;
}
#RecruitmentInformation .block h3 strong {
	font-size: 90%;
	font-weight: 500;
	color: #fff;
  background: #1B745B;
	display: inline-block;
	padding: 3px 15px;
  margin-right: 20px;
}
#RecruitmentInformation .block .lead {
	line-height: 1.6;
	margin: 15px 0 30px;
}
#RecruitmentInformation .block dl {
	line-height: 1.4;
	border-top: 1px solid #333;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 5px;
	padding: 15px 5px 0;
}
#RecruitmentInformation .block dl dt,
#RecruitmentInformation .block dl dd {
	margin: 0 0 10px;
}
#RecruitmentInformation .block dl dt {
	width: 50px;
	display: flex;
	align-items: center;
  gap: 5px;
}
#RecruitmentInformation .block dl dt::after {
	content: '';
	border-left: 8px solid #333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
#RecruitmentInformation .block dl dd {
	width: calc(100% - 50px - 5px);
}
#RecruitmentInformation a.recruitBtn {
	font-size: 110%;
  font-weight: 500;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #fff;
  background: #1B745B;
	width: 380px;
	margin: 40px auto 0;
	padding: 8px 10px 8px 5px;
	display: flex;
	justify-content: center;
	gap: 15px;
	position: relative;
}
#RecruitmentInformation a.recruitBtn::after {
	content: url("../module/img/arrow2.svg");
	width: 30px;
  height: 25px;
}



#company {
	padding: 60px 0;
	background: #E2E1DE;
}
#company .titleSet {
	margin: auto;
}
#company .titleSet::before {
	border-bottom-color: #fff;
}
#company dl {
	display: flex;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 380px;
}
#company dl dt {
	width: 120px;
	flex-shrink: 0;
}
#company dl dd {
	width: calc(100% - 120px);
}
#company .site {
	display: flex;
	justify-content: center;
	gap: 30px;
}






@media screen and (max-width: 480px) {
  
	
	#header h1 {
		width: 250px;
		top: 15px;
		left: 10px;
		transform: unset;
	}
	
	
	#header nav.popmenu {
		height: 70px; 
		width: 60px; 
		top: 0; 
		right: 0; 
	}
	#header nav.popmenu label.menuBtn {
		width: 60px;
		height: 70px;
		padding: 10px;
	}
	#header nav.popmenu label.menuBtn::before {
		top: 4px;
	}
	
	
	#fv h2 {
    bottom: 5%;
    left: 2%;
    width: 26%;
	}
	#fv > img {
		width: 100%;
		aspect-ratio: 5/4;
		object-fit: cover;
		object-position: 70%;
	}
	
	
	#aboutUs {
		padding: 30px 0;
	}
	#aboutUs .lead {
		margin: 30px 0;
	}
	#aboutUs .logo {
		max-width: 200px;
	}
	
	
	#message {
		padding: 30px 0;
		clip-path: polygon(0 40px, 60px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 60px) 100%, 0 100%);
	}
	#message .lead {
		margin: 30px 0;
	}
	#message dl {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	#message dl dt {
		max-width: 80%;
		margin: auto;
	}
	#message dl dt span {
		width: 60px;
		left: -30px;
		bottom: -30px;
	}
	#message dl dd h3 {
		margin: 10px 0 15px;
	}
	
	#workEnvironment {
		padding: 30px 0 0;
	}
	#workEnvironment .lead {
		margin: 30px 0;
	}
	#workEnvironment .environment {
		flex-direction: column;
		gap: 40px;
	}
	#workEnvironment .environment dl {
		width: 90%;
		margin: auto;
	}
	#workEnvironment .workMovie {
		margin: 80px 0;
	}
	#workEnvironment .workMovie dl {
		margin: 0;
	}
	
	
	
	.interview {
		margin: 120px 0 0;
		padding: 40px 0 80px;
	}
	.interview .inner {
		padding: 0 15px;
	}
	.interview .titleSet {
		top: -95px;
		left: 3%;
	}
	.interview .interviewBox {
		padding: 20px;
		margin: 0 0 80px;
	}
	.interview .interviewBox ul.imgBox {
		gap: 5px;
		margin: 20px 0;
	}
	.interview .interviewBox:last-of-type {
		margin: 0 0 40px;
	}
	.interview .interviewBox h3 {
		font-size: 160%;
	}
	.interview .interviewBox .workDetail {
		flex-direction: column;
		gap: 20px;
	}
	.interview .interviewBox .workDetail .timeSchedule {
		margin: 0;
	}
	.interview .interviewBox .workDetail .timeSchedule h5 {
		max-width: 120px;
	}
	.interview .interviewBox .workDetail .timeSchedule dl {
		font-size: 90%;
		margin: 5px 0;
	}
	.interview .interviewBox dl.box {
		margin: 30px 0;
	}
	.interview .interviewBox dl.box dt {
		padding-top: 50px;
		margin: 0 auto 30px;
	}
	.interview .interviewBox dl.box dt::before {
		width: 100px;
		height: 100px;
	}
	
	.interview.freshman .interviewBox dl.box dt {
		font-size: 100%;
	}
	
	#RecruitmentInformation {
		padding: 30px 0;
	}
	#RecruitmentInformation .lead {
		margin: 30px 0;
	}
	#RecruitmentInformation .jobType {
		margin: 40px auto;
		padding: 30px;
	}
	#RecruitmentInformation .block {
		flex-direction: column;
		gap: 0;
	}
	#RecruitmentInformation .img {
		width: 100%;
	}
	#RecruitmentInformation .block .lead {
		margin: 10px 0 20px;
	}
	#RecruitmentInformation .block dl {
		gap: 0;
		padding: 10px 5px 0;
	}
	
	#RecruitmentInformation a.recruitBtn {
		width: 240px;
    margin: 30px auto 0;
	}
	
	
	
	#company {
		padding: 30px 0;

	}
	#company dl {
		margin: 30px auto;
	}
	#company dl dt {
		width: 100px;
	}
	#company dl dd {
		width: calc(100% - 100px);
	}
	#company .site {
		line-height: 1.4;
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	
	
	
	
	
	
}
