@charset "UTF-8";


#work_intro.inner{
	position: relative;
}
	#work_intro.inner:nth-child(2){
		margin-bottom: 150px;
	}
	#work_intro.inner .pin-spacer{
		position: absolute;
		width: auto;
	}
		#work_intro.inner .pin-spacer aside.pc{
			padding: 30px;
			box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.05);
			border-radius: 10px;
		}
		#work_intro.inner .pin-spacer ul li{
			padding-left: 17px;
			position: relative;
			font-size: 1.6rem;
			font-weight: 500;
		}
			#work_intro.inner .pin-spacer ul li::before{
				content: "";
				display: inline-block;
				position: absolute;
				width: 10px;
				height: 10px;
				left: 0;
				top: 12px;
				border-radius: 100%;
				margin-right: 8px;
				background: #EBEBEB;
			}
			#work_intro.inner .pin-spacer ul li.current::before{
				background: #FFCD00;
			}
/* business
--------------------- */

#work_intro .content{
	padding-left: 23%;
}
	#work_intro .content:nth-child(n+3){
		margin-top: 150px;
	}
	#work_intro .content .title .txt-24{
		font-size: 2.4rem;
		font-weight: 700;
		margin-top: 30px;
		line-height: 1.6;
	}
	#work_intro .content .flex .txt{
		width: 50%;
	}
	#work_intro .content .flex .pht{
		width: 46%;
		margin-left: 4%;
	}
	#work_intro .content .cntnt{
		margin-top: 40px;
	}
		#work_intro .content .cntnt .ttl{
			position: relative;
			margin-bottom: 25px;
		}
			#work_intro .content .cntnt .ttl::after {
				content: "";
				position: absolute;
				top: 50%;
				right: 50%;
				width: 100%;
				height: 1px;
				background-color: #DDDDDD;
				transform: translate(50%, -50%);
			}
				#work_intro .content .cntnt .ttl .txt-24{
					font-size: 2.4rem;
					font-weight: 700;
					background:#fff;
					position: relative;
					z-index: 1;
					padding-right: 20px;
				}
		#work_intro .content .cntnt .flex{
			justify-content: space-between;
		}
			#work_intro .content .cntnt .flex .area{
				width: 48%;
				background: #FFFAF3;
				padding: 20px;
				justify-content: space-between;
				position: relative;
				margin-bottom: 4%;
			}
				#work_intro .content .cntnt .flex .area::after{
					content: "";
					position: absolute;
					width: 16px;
					height: 16px;
					z-index: 100;
					bottom: 5px;
					right: 5px;
					background: url(../img/job/or-arw.png) no-repeat center / contain;
				}
				#work_intro .content .cntnt .flex .area:hover{
					opacity: .8;
				}
				#work_intro .content .cntnt .flex .area .pht{
					width: 35%;
					margin: auto;
				}
				#work_intro .content .cntnt .flex .area .txt-area{
					width: 55%;
					margin: auto;
				}
					#work_intro .content .cntnt .flex .area .txt-area .txt-16{
						font-size: 1.6rem;
						line-height: 1.3em;
						color: #141414;
						font-weight: 600;
						margin-bottom: 8px;
					}
					#work_intro .content .cntnt .flex .area .txt-area .txt-12{
						font-size: 1.2rem;
					}
					#work_intro .content .cntnt .flex .area .txt-area .txt-14{
						font-size: 1.4rem;
						color: #141414;
						line-height: 1.6;
					}




/* profile
-----------------------------*/
#profile {
	position: relative;
}
#profile:before {
	content: "";
	width: 100%;
	height: 80px;
	background: #27262B;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
	#profile .inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 140px;
		padding-bottom: 70px;
	}
		#profile h1 {
			font-size: 4.0rem;
			font-weight: 700;
			line-height: 1.3em;
		}

		#profile .text .job {
			font-size: 1.8rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 10px;
		}

		#profile .text .join {
			font-size: 1.4rem;
			line-height: 1.5em;
			letter-spacing: 0;
			margin-bottom: 10px;
		}

		#profile .text .sub-txt {
			font-size: 1.2rem;
			line-height: 1.4em;
			letter-spacing: 0;
		}

	#profile .pht {
		max-width: 1200px;
		margin: 0 auto;
	}




/* career
-----------------------------*/
#career {
	background: #27262B;
	padding: 80px 0;
	color: #fff;
}
	#career .inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		#career .inner h2 {
			width: 260px;
			font-size: 3.0rem;
			font-weight: 600;
			letter-spacing: 0.06em;
			line-height: 1;
		}

		#career .inner .txt {
			width: -webkit-calc(100% - 260px);
			width: calc(100% - 260px);
		}




/* interview
-----------------------------*/
.interview .text .title {
	margin-bottom: 20px;
}

.interview .pht img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#interview01 .text {
	width: 48%;
}
#interview01 .pht {
	width: 48%;
	position: relative;
}
	#interview01 .pht p {
		display: inline-block;
		padding: 5px 8px;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 1;
		background: #FFCD00;
		position: absolute;
		bottom: 0;
		right: 0;
	}

#interview02 .text {
	max-width: 900px;
	margin: 0 auto;
}
#interview02 .pht {
	margin-top: 60px;
}

#interview03 .text {
	width: 48%;
	order: 2;
}
#interview03 .pht {
	width: 48%;
	order: 1;
}

#interview04 .text {
	max-width: 900px;
	margin: 0 auto;
}




/* message
-----------------------------*/
#message {
	position: relative;
}
#message:before {
	content: "";
	width: 100%;
	height: 50%;
	background: #EFEFEF;
	position: absolute;
	bottom: 0;
	left: 0;
}
	#message .area {
		background: #231815;
		padding: 80px;
	}
		#message .area .title {
			margin-bottom: 20px;
			text-align: center;
		}

		#message .area h2 {
			color: #fff;
		}

		#message .area .txt {
			max-width: 900px;
			margin: 0 auto;
			color: #fff;
		}




/* schedule
-----------------------------*/
#schedule {
	background: #EFEFEF;
	padding: 100px 0;
}
	#schedule .head {
		width: 270px;
	}
		#schedule .head .en {
			font-size: 2.4rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 4px;
		}
		#schedule .head .jp {
			font-size: 1.2rem;
			font-weight: 700;
			line-height: 1;
		}

	#schedule .list {
		width: -webkit-calc(100% - 270px);
		width: calc(100% - 270px);
	}
		#schedule .list .box {
			background: #fff;
			margin-bottom: 10px;
			padding: 15px 15px 15px 40px;
			position: relative;
		}
		#schedule .list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#schedule .list .box .en {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				width: 90px;
				height: 100%;
				font-size: 1.6rem;
				font-weight: 600;
				letter-spacing: 0;
				line-height: 1;
				position: absolute;
				top: 0;
				left: -20px;
			}

			#schedule .list .box h3 {
				font-size: 1.5rem;
				font-weight: 500;
				line-height: 1.3em;
				margin-bottom: 4px;
			}

			#schedule .list .box p {
				font-size: 1.3rem;
				line-height: 1.6em;
			}




/* holiday
-----------------------------*/
#holiday {
	background: #EFEFEF;
}
	#holiday .text {
		width: -webkit-calc(100% - 440px);
		width: calc(100% - 440px);
		padding-right: 5%;
	}
		#holiday .text .head {
			margin-bottom: 30px;
		}
			#holiday .text .head .en {
				font-size: 2.4rem;
				font-weight: 600;
				line-height: 1.3em;
				margin-bottom: 4px;
			}
			#holiday .text .head .jp {
				font-size: 1.2rem;
				font-weight: 700;
				line-height: 1;
			}

	#holiday .pht {
		width: 440px;
	}




/* other
-----------------------------*/
#other {
	overflow: hidden;
}
	#other .swiper-container {
		position: relative;
		padding: 10px 0 0 0;
	}
		#other .swiper-container a.linkbox {
			display: block;
		}
		#other .swiper-container a.linkbox:nth-child(even) {
			margin-top: 50px;
		}
			#other .swiper-container a.linkbox h3 {
				font-size: 1.6rem;
				font-weight: 700;
				line-height: 1.4em;
				margin-top: 15px;
			}

			#other .swiper-container a.linkbox .name {
				margin-top: 10px;
				line-height: 1;
			}
				#other .swiper-container a.linkbox .name .job {
					display: block;
					font-size: 1.3rem;
					line-height: 1.6em;
					letter-spacing: 0;
					padding-right: 10px;
					margin-bottom: 5px;
				}
				#other .swiper-container a.linkbox .name .year {
					display: block;
					font-size: 1.2rem;
					letter-spacing: 0;
				}

			#other .swiper-container .swiper-button-prev {
				width: 46px;
				height: 46px;
				background: url("../../common/img/btn_arrow_prev.svg") no-repeat center / 100%;
				border-radius: 50%;
				top: 50%;
				left: -23px;
				margin: -80px 0 0 0;
			}
			#other .swiper-container .swiper-button-prev:after {
				display: none;
			}

			#other .swiper-container .swiper-button-next {
				width: 46px;
				height: 46px;
				background: url("../../common/img/btn_arrow_next.svg") no-repeat center / 100%;
				border-radius: 50%;
				top: 50%;
				right: -23px;
				margin: -80px 0 0 0;
			}
			#other .swiper-container .swiper-button-next:after {
				display: none;
			}

		#other .swiper-container .swiper-pagination {
			top: -50px;
			text-align: right;
			bottom: auto;
			z-index: 2;
		}
			#other .swiper-container .swiper-pagination .swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				border-radius: 5px;
				background: #fff;
				border: solid 1px #231815;
				opacity: 1;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#other .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
				background: #231815;
				opacity: 1;
			}

	#other .btn {
		margin-top: 40px;
	}




/* interview-list
-----------------------------*/
#interview-list .list a.linkbox {
	width: 22.5%;
	margin-right: 3.3%;
	margin-bottom: 40px;
	display: block;
}
#interview-list .list a.linkbox:nth-child(4n) {
	margin-right: 0;
}
	#interview-list .list a.linkbox h3 {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-top: 15px;
	}

	#interview-list .list a.linkbox .name {
		margin-top: 10px;
		line-height: 1;
	}
		#interview-list .list a.linkbox .name .job {
			display: block;
			font-size: 1.3rem;
			line-height: 1.6em;
			letter-spacing: 0;
			padding-right: 10px;
			margin-bottom: 5px;
		}
		#interview-list .list a.linkbox .name .year {
			display: block;
			font-size: 1.2rem;
			letter-spacing: 0;
		}




/* science
-----------------------------*/
.science .text {
	width: 47.5%;
}

.science .pht {
	width: 47.5%;
	overflow: hidden;
}
.science .flex-end .pht {
	margin-right: 5%;
}
	.science .pht img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.science table {
	width: 100%;
	border-collapse: collapse;
}
	.science table th {
		border-top: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		background: #F2F4F5;
		padding: 10px 5px;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.2em;
	}
	.science table th:nth-last-child(1) {
		border-right: none;
	}

	.science table td {
		width: 9%;
		border-top: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 15px 5px;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.2em;
		text-align: center;
	}
	.science table td:nth-last-child(1) {
		border-right: none;
	}
	.science table td.head {
		width: 19%;
		text-align: left;
	}

.science .field {
	margin-top: 15px;
	text-align: right;
}











/* 1024px */
@media screen and (max-width: 1024px) {
	#work_intro.inner .pin-spacer aside.pc{
		padding: 20px;
	}
		#work_intro.inner .pin-spacer ul li{
			padding-left: 17px;
			font-size: 1.4vw;
		}
		#work_intro.inner .pin-spacer ul li::before{
			top: 6px;
		}
	#work_intro .content{
		padding-left: 25%;
	}
		#work_intro .content .cntnt{
			margin-top: 30px;
		}
		#work_intro .content .cntnt .ttl{
			margin-bottom: 20px;
		}
			#work_intro .content .cntnt .ttl .txt-24{
				font-size: 2.3vw;
				padding-right: 15px;
			}
		#work_intro .content:nth-child(n+3){
			margin-top: 100px;
		}
		#work_intro .content .title .txt-24{
			margin-top: 20px;
			font-size: 2.3vw;
		}
			#work_intro .content .cntnt .flex .area {
				padding: 12px;
			}
			#work_intro .content .cntnt .flex .area .txt-area .txt-16{
				font-size: 1.3vw;
			}
			#work_intro .content .cntnt .flex .area .txt-area .txt-12{
				font-size: 1.2vw;
			}
			#work_intro .content .cntnt .flex .area .txt-area .txt-14{
				font-size: 1.3vw;
			}




/* profile
-----------------------------*/
#profile .inner {
	padding-top: 120px;
	padding-bottom: 55px;
}
	#profile h1 {
		font-size: 3.0rem;
	}

	#profile .text .job {
		font-size: 1.6rem;
	}

	#profile .text .join {
		font-size: 1.3rem;
	}

	#profile .text .sub-txt {
		font-size: 1.0rem;
	}




/* career
-----------------------------*/
#career {
	padding: 60px 0;
}
	#career .inner h2 {
		width: 210px;
		font-size: 2.4rem;
	}

	#career .inner .txt {
		width: -webkit-calc(100% - 210px);
		width: calc(100% - 210px);
	}




/* interview
-----------------------------*/
#interview02 .pht {
	margin-top: 40px;
}




/* message
-----------------------------*/
#message .area {
	padding: 60px;
}




/* schedule
-----------------------------*/
#schedule {
	padding: 80px 0;
}
	#schedule .head {
		width: 250px;
	}
		#schedule .head .en {
			font-size: 2.2rem;
		}
		#schedule .head .jp {
			font-size: 1.1rem;
		}

	#schedule .list {
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}
		#schedule .list .box {
			padding: 15px 15px 15px 35px;
		}
			#schedule .list .box .en {
				width: 80px;
				font-size: 1.5rem;
			}

			#schedule .list .box h3 {
				font-size: 1.4rem;
			}

			#schedule .list .box p {
				font-size: 1.2rem;
				line-height: 1.5em;
			}




/* holiday
-----------------------------*/
#holiday .text {
	width: 50%;
	padding-right: 5%;
}
	#holiday .text .head {
		margin-bottom: 25px;
	}
		#holiday .text .head .en {
			font-size: 2.2rem;
		}
		#holiday .text .head .jp {
			font-size: 1.1rem;
		}

#holiday .pht {
	width: 50%;
}




/* other
-----------------------------*/
#other .swiper-container {
	position: relative;
	padding: 10px 0 0 0;
}
	#other .swiper-containerr {
		padding-top: 5px;
	}
		#other .swiper-containerr a.linkbox:nth-child(even) {
			margin-top: 40px;
		}
			#other .swiper-containerr a.linkbox h3 {
				font-size: 1.5rem;
			}

			#other .swiper-containerr a.linkbox .name .job {
				font-size: 1.2rem;
			}
			#other .swiper-containerr a.linkbox .name .year {
				font-size: 1.1rem;
			}

		#other .swiper-container .swiper-button-prev {
			width: 5%;
			height: auto;
			aspect-ratio: 1 /1;
		}

		#other .swiper-container .swiper-button-next {
			width: 5%;
			height: auto;
			aspect-ratio: 1 /1;
		}

		#other .swiper-containerr .swiper-pagination {
			top: -40px;
		}

	#other .btn {
		margin-top: 30px;
	}




/* interview-list
-----------------------------*/
#interview-list .list a.linkbox {
	width: 30%;
	margin-right: 5%;
}
#interview-list .list a.linkbox:nth-child(4n) {
	margin-right: 5%;
}
#interview-list .list a.linkbox:nth-child(3n) {
	margin-right: 0;
}
	#interview-list .list a.linkbox h3 {
		font-size: 1.5rem;
	}

	#interview-list .list a.linkbox .name .job {
		font-size: 1.2rem;
	}
	#interview-list .list a.linkbox .name .year {
		font-size: 1.1rem;
	}




/* science
-----------------------------*/
.science table th {
	font-size: 1.4rem;
}

.science table td {
	font-size: 1.4rem;
}

	



}






/* max 768px */
@media screen and (max-width: 768px) {
	
	#work_intro .title{
		margin-bottom: 15px;
	}

	#work_intro .content{
		padding-left: 0;
	}
		#work_intro .content .cntnt{
			margin-top: 20px;
		}
		#work_intro .content .cntnt .ttl{
			margin-bottom: 15px;
		}
			#work_intro .content .cntnt .ttl .txt-24{
				font-size: 1.8rem;
				padding-right: 10px;
			}
		#work_intro .content:nth-child(n+3){
			margin-top: 60px;
		}
		#work_intro.inner:nth-child(2) {
			margin-bottom: 100px;
		}
		#work_intro .content .flex .txt{
			width: 100%;
		}
		#work_intro .content .flex .pht{
			width: 100%;
			margin-left: 0;
			margin-top: 20px;
		}
		#work_intro .content .title .txt-24{
			font-size: 1.8rem;
			margin-top: 10px;
		}
		#work_intro .content .cntnt .flex .area{
			display: block;
			padding: 15px 12px;
		}
			#work_intro .content .cntnt .flex .area .pht{
				display: block;
				width: 100%;
				margin: 0;
			}
			#work_intro .content .cntnt .flex .area .txt-area{
				width: 100%;
				margin: 0;
			}
				#work_intro .content .cntnt .flex .area .txt-area .txt-16{
					font-size: 1.2rem;
					letter-spacing: 0;
					line-height: 1.3em;
					margin: 12px 0 8px;
				}
				#work_intro .content .cntnt .flex .area .txt-area .txt-12{
					font-size: 1.1rem;
					text-align: center;
					margin-bottom: 5px;
				}
				#work_intro .content .cntnt .flex .area .txt-area .txt-14{
					font-size: 1.2rem;
					line-height: 1.4;
				}




/* profile
-----------------------------*/
#profile .inner {
	display: block;
	padding-top: 95px;
	padding-bottom: 35px;
}
	#profile h1 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}

	#profile .text .job {
		font-size: 1.6rem;
		margin-bottom: 12px;
	}

	#profile .text .join {
		font-size: 1.4rem;
	}
	
#profile .pht {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 11;
	overflow: hidden;
}
	#profile .pht img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}




/* career
-----------------------------*/
#career {
	padding: 40px 0;
}
	#career .inner {
		display: block;
	}
		#career .inner h2 {
			width: 100%;
			font-size: 2.0rem;
			margin-bottom: 12px;
		}

		#career .inner .txt {
			width: 100%;
		}




/* interview
-----------------------------*/
.interview .inner {
	display: block;
}
	.interview .text .title {
		margin-bottom: 15px;
	}
	
	#interview01 .text {
		width: 100%;
	}
	#interview01 .pht {
		width: 100%;
		margin-top: 30px;
	}

	#interview02 .pht {
		margin-top: 30px;
		width: 100%;
		height: 100%;
		aspect-ratio: 4 / 3;
	}

	#interview03 .text {
		width: 100%;
	}
	#interview03 .pht {
		width: 100%;
		margin-top: 30px;
	}




/* message
-----------------------------*/
#message {
	background: #231815;
	padding: 80px 0;
}
#message:before {
	display: none;
}
#message .area {
	padding: 0;
}




/* schedule
-----------------------------*/
#schedule {
	padding: 60px 0;
}
#schedule .inner {
	display: block;
}
	#schedule .head {
		width: 100%;
		margin-bottom: 30px;
	}
		#schedule .head .en {
			font-size: 2.6rem;
		}
		#schedule .head .jp {
			font-size: 1.3rem;
		}

	#schedule .list {
		width: 100%;
	}




/* holiday
-----------------------------*/
#holiday .inner {
	display: block;
}
	#holiday .text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
		#holiday .text .head {
			margin-bottom: 25px;
		}
			#holiday .text .head .en {
				font-size: 2.6rem;
			}
			#holiday .text .head .jp {
				font-size: 1.3rem;
			}

	#holiday .pht {
		width: 100%;
	}




/* other
-----------------------------*/
#other .swiper-container {
	position: relative;
	padding: 10px 0 0 0;
}
	#other .swiper-container {
		padding-top: 5px;
		padding-bottom: 40px;
	}
		#other .swiper-container a.linkbox:nth-child(even) {
			margin-top: 20px;
		}
			#other .swiper-container a.linkbox h3 {
				font-size: 1.4rem;
				margin-top: 12px;
			}

			#other .swiper-container a.linkbox .name .job {
				font-size: 1.2rem;
			}
			#other .swiper-container a.linkbox .name .year {
				font-size: 1.0rem;
			}
	
		#other .swiper-container .swiper-button-prev,
		#other .swiper-container .swiper-button-next {
			display: none;
		}

		#other .swiper-container .swiper-pagination {
			text-align: center;
			top: auto;
			bottom: 0;
		}

	#other .btn {
		margin-top: 18px;
	}




/* interview-list
-----------------------------*/
#interview-list .list a.linkbox {
	width: 46.5%;
	margin-right: 7%;
}
#interview-list .list a.linkbox:nth-child(4n) {
	margin-right: 0;
}
#interview-list .list a.linkbox:nth-child(3n) {
	margin-right: 7%;
}
#interview-list .list a.linkbox:nth-child(2n) {
	margin-right: 0;
}
	#interview-list .list a.linkbox h3 {
		font-size: 1.4rem;
		letter-spacing: 0;
		margin-top: 12px;
	}

	#interview-list .list a.linkbox .name .job {
		font-size: 1.2rem;
	}
	#interview-list .list a.linkbox .name .year {
		font-size: 1.0rem;
	}




/* science
-----------------------------*/
.science .inner {
	display: block;
}
	.science .text {
		width: 100%;
		margin-bottom: 25px;
	}

	.science .pht {
		width: 100%;
	}
	.science .flex-end .pht {
		margin-right: 0;
	}

	.science table {
		width: 950px;
	}
		.science table th {
			font-size: 1.3rem;
		}

		.science table td {
			width: 9.77777777778%;
			font-size: 1.3rem;
		}
		.science table td.head {
			width: 12%;
		}

	.science .field {
		text-align: left;
	}


}