@charset "utf-8";

/*====================================================================================

		#recruit_top layout

====================================================================================*/

/*===============================================================

		#recruit_top #contents .interview layout

===============================================================*/

#recruit_top #contents .interview {
	margin: 0 0 160px;
}

#recruit_top #contents .interview .inner {
	padding: 50px 30px;
	display: flex;
	justify-content: space-between;
}

#recruit_top #contents .interview .inner h2 {
	margin: 0 0 40px;
	color: var(--color_orange);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
	transform: var(--site_skew);
}

#recruit_top #contents .interview .inner h2 span {
	margin: 0 0 10px;
	display: block;
	color: #000;
	font-size: 130px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#recruit_top #contents .interview .inner h2 + p {
	margin: 40px 90px 0 0;
}


#recruit_top #contents .interview ul {
	display: flex;
	justify-content: space-between;
}

#recruit_top #contents .interview ul li {
	width: 25%;
	position: relative;
}

#recruit_top #contents .interview ul li a {
	width: 60%;
	max-width: 180px;
	height: 46px;
	background: linear-gradient(to right, #ea851f 0%,#e35c24 50%, #ea851f 100%);
	/*background: linear-gradient(to right, #ea851f 0%,#e35c24 50%, #ea851f 50%,#e35c24 100%);*/
	background-size: 200% auto;
	background-position: left center;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	bottom: 12%;
	transform: translateX(-50%);
	color: #fff;
	font-weight: 700;
	line-height: 1.0;
	/*overflow: hidden;*/
}

#recruit_top #contents .interview ul li a:hover {
	/*background-position: right center;*/
	background-position: right center;
}

/*
#recruit_top #contents .interview ul li a::before {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -75%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

#recruit_top #contents .interview ul li a:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}
*/


@media screen and (max-width: 768px){
	#recruit_top #contents .interview {
		margin: 0 0 10vh;
	}
	
	#recruit_top #contents .interview .inner {
		padding: 0 5vw;
		display: block;
	}
	
	#recruit_top #contents .interview .inner h2 {
		margin: 0 0 4vh;
		font-size: 4vw;
	}
	
	#recruit_top #contents .interview .inner h2 span {
		margin: 0 0 1vh;
		font-size: 15vw;
	}
	
	#recruit_top #contents .interview .inner h2 + p {
		margin: 0 0 4vh;
	}
	
	
	#recruit_top #contents .interview ul {
		display: block;
	}
	
	#recruit_top #contents .interview ul li {
		width: auto;
	}
	
	#recruit_top #contents .interview ul li a {
		width: 30%;
		max-width: inherit;
		height: 5vh;
		left: auto;
		right: 5%;
		bottom: 8%;
		transform: translateX(0);
		font-size: 3.67vw;
	}
	
	#recruit_top #contents .interview ul li a img {
		display: block;
	}
}



/*===============================================================

		#recruit_top #contents .project layout

===============================================================*/

#recruit_top #contents .project {
	padding: 0 0 8%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#recruit_top #contents .project::after {
	content: "";
	width: 100%;
	height: 50%;
	background-color: var(--color_orange);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transform: var(--site_skew);
	transform-origin: bottom left;
	z-index: -1;
}

#recruit_top #contents .project .inner h2 {
	margin: 0 0 0 50%;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	transform: var(--site_skew);
	letter-spacing: 0.1em;
}

#recruit_top #contents .project .inner h2 span {
	margin: 0 0 15px;
	display: block;
	color: var(--color_orange);
	font-size: 30px;
	letter-spacing: 0.1em;
}

/*
#recruit_top #contents .project .inner ul.slider {
	width: 100%;
}

#recruit_top #contents .project .inner ul.slider .slick-list {
	overflow-x: hidden;
	overflow-y: visible;
}

#recruit_top #contents .project .inner ul.slider li.item {
	margin: 0 40px;
	display: block;
	transform-origin: bottom center;
	//transform: scale(0.6);
	transition: 0.3s;
}

#recruit_top #contents .project .inner ul.slider li.item img {
	width: 100%;
	object-fit: cover;
}

#recruit_top #contents .project .inner ul.slider li.slick-current {
	
	transform: scale(1.2);
}

#recruit_top #contents .project .inner ul.slider li a p.txt {
	margin: 10px 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

#recruit_top #contents .project .inner ul.slider li.slick-current a p.txt {
	font-size: 18px;
	line-height: 1.4;
}

#recruit_top #contents .project .inner .slick-dots {
	bottom: -50px;
	text-align: left;
}

#recruit_top #contents .project .inner .slick-dots li {
	width: 10px;
	height: 10px;
}

#recruit_top #contents .project .inner .slick-dots button::before {
	content: '';
	width: 8px;
	height: 8px;
	border: solid 2px #fff;
	border-radius: 10px;
	opacity: 1;
}

#recruit_top #contents .project .inner .slick-dots .slick-active button::before {
	background-color: #fff;
}
*/


#recruit_top .slide_area {
	overflow: hidden;
}

#recruit_top .slide_area .slide_inner {
	width: 80vw;
	margin: 0 auto;
	padding: 0 0 100px;
	position: relative;
	overflow: visible;
}

#recruit_top .slide_area .slide_inner .swiper {
	overflow: visible;
}

#recruit_top .slide_area .swiper .swiper-wrapper {
	width: auto;
	min-height: 360px;
	margin: 0 auto;
	position: relative;
	align-items: flex-end;
}

#recruit_top .slide_area .swiper .swiper-slide {
	width: 500px;
	/*margin-right: 40px;*/
	transform: scale(0.8);
	transform-origin: right bottom;
}

#recruit_top .slide_area .swiper .swiper-slide-active {
	/*width: 528px;*/
	margin-right: 80px;
	transition: all .5s;
	z-index: 2;
	transform: scale(1.1);
	transform-origin: left bottom;
}

#recruit_top .slide_area .swiper .swiper-slide-active:hover {
	cursor: pointer;
}

#recruit_top .slide_area .swiper .swiper-slide-prev {
	margin-right: 80px;
}

/*
#recruit_top .slide_area .swiper .swiper-slide:not(.swiper-slide-active) {
	pointer-events: none;
	opacity: .3;
}
*/
#recruit_top .slide_area .swiper .item a {
	display: block;
	position: relative;
	color: #fff;
}

#recruit_top .slide_area .swiper .item a:hover {
	filter: brightness(110%)
}

#recruit_top .slide_area .swiper .item a p.txt {
	position: absolute;
	left: 0;
	top: 103%;
	/*bottom: -40px;*/
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}
/*
#recruit_top .slide_area .swiper .item_04 a p.txt {
	bottom: -66px;
}
*/
#recruit_top .slide_area .swiper .swiper-slide-active a p.txt {
	font-size: 18px;
}


#recruit_top .slide_area .swiper-pagination {
	width: 100%;
	display: flex;
	position: absolute;
	/*left: -40px;*/
	left: 0;
	bottom: 0;
}


#recruit_top .slide_area .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0;
	border: solid 2px #fff;
	border-radius: 10px;
	display: block;
}

#recruit_top .slide_area .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}



@media screen and (min-width: 1600px){
	#recruit_top .slide_area {
		margin: -15vh 0 0;
	}
	
	#recruit_top .slide_area .swiper .swiper-wrapper {
		width: auto;
		min-height: 500px;
	}
	
	#recruit_top .slide_area .swiper .swiper-slide-active {
		transform: scale(1.2);
	}
}


@media screen and (max-width: 1100px){
	#recruit_top #contents .project .inner h2 {
		margin: 0 0 4%;
		font-size: 56px;
	}
}



@media screen and (max-width: 768px){
	#recruit_top #contents .project {
		padding: 6vh 0;
	}
	
	#recruit_top #contents .project::after {
		height: 40%;
	}
	
	#recruit_top #contents .project .inner {
		display: block;
	}
	
	#recruit_top #contents .project .inner h2 {
		margin: 0 0 8vh;
		font-size: 8vw;
	}
	
	#recruit_top #contents .project .inner h2 span {
		margin: 0 0 1vh;
		font-size: 5vw;
	}
	
	
	#recruit_top .slide_area {
		overflow: visible;
	}
	
	#recruit_top .slide_area .slide_inner {
		width: auto;
		padding: 0 5vw 10vh;
		overflow: hidden;
	}
	
	#recruit_top .slide_area .swiper .swiper-wrapper {
		min-height: inherit;
	}
	
	#recruit_top .slide_area .swiper .swiper-slide {
		width: auto;
		margin-right: 0;
		transform: scale(1.0);
	}
	
	#recruit_top .slide_area .swiper .swiper-slide-active {
		width: auto;
	}
	
	#recruit_top .slide_area .swiper .item a p.txt {
		left: auto;
		right: 0;
		/*bottom: -4vh;*/
		text-align: right;
		font-size: 4vw;
	}
	
	#recruit_top .slide_area .swiper .item_01 a p.txt,
	#recruit_top .slide_area .swiper .item_04 a p.txt {
		/*bottom: -7.1vh;*/
	}
	
	
	#recruit_top .slide_area .swiper-pagination {
		width: 100%;
		display: flex;
		position: absolute;
		left: 5vw;
		bottom: 7vh;
	}
	
	
	#recruit_top .slide_area .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 8px 0 0;
	}
}



/*===============================================================

		#recruit_top #contents .data layout

===============================================================*/

#recruit_top #contents .data {
	padding: 80px 0 160px;
	position: relative;
	z-index: 1;
}

#recruit_top #contents .data::before {
	content: "";
	width: 100%;
	height: 110%;
	background: url("../../img/top/bg01.png") left bottom / 100% 100% no-repeat;
	position: absolute;
	left: 0;
	top: -9%;
	z-index: -1;
}

#recruit_top #contents .data::after {
	content: "";
	width: 100%;
	height: 180px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -180px;
	z-index: 1;
	transform: var(--site_skew);
	transform-origin: bottom left;
}
/*
#recruit_top #contents .data::before {
	content: "";
	width: 81%;
	height: 100%;
	background-color: var(--color_lightgray);
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	transform: translateX(-50%) skew(-30deg, -10deg);
}
*/
#recruit_top #contents .data .inner h2 {
	margin: 0 0 100px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	transform: var(--site_skew);
	letter-spacing: 0.1em;
}

#recruit_top #contents .data .inner h2 span {
	margin: 0 0 15px;
	display: block;
	color: var(--color_orange);
	font-size: 30px;
	letter-spacing: 0.1em;
}

#recruit_top #contents .data .inner ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 100px 0;
}

#recruit_top #contents .data .inner ul li.data_01 {
	width: 56.404%;
	max-width: 643px;
}

#recruit_top #contents .data .inner ul li.data_02 {
	width: 36.141%;
	max-width: 412px;
}

#recruit_top #contents .data .inner ul li.data_03 {
	width: 46.754%;
	max-width: 533px;
}

#recruit_top #contents .data .inner ul li.data_04 {
	width: 46.842%;
	max-width: 534px;
}

#recruit_top #contents .data .inner ul li.data_05 {
	width: 36.930%;
	max-width: 421px;
}

#recruit_top #contents .data .inner ul li.data_06 {
	width: 27.719%;
	max-width: 316px;
}

#recruit_top #contents .data .inner ul li.data_07 {
	width: 29.737%;
	max-width: 339px;
}


@media screen and (max-width: 768px){
	#recruit_top #contents .data {
		padding: 5vh 0 10vh;
	}
	
	#recruit_top #contents .data::before {
		top: -3%;
	}
	
	#recruit_top #contents .data::after {
		height: 8vh;
		bottom: -8vh;
	}
	
	#recruit_top #contents .data .inner {
		display: block;
	}
	
	#recruit_top #contents .data .inner h2 {
		margin: -50px 0 8vh;
		padding: 50px 0 0;
		font-size: 8vw;
	}
	
	#recruit_top #contents .data .inner h2 span {
		margin: 0 0 1vh;
		font-size: 5vw;
	}
	
	#recruit_top #contents .data .inner ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-end;
		gap: 6vh 0;
	}
	
	#recruit_top #contents .data .inner ul li.data_01 {
		width: auto;
		max-width: inherit;
	}
	
	#recruit_top #contents .data .inner ul li.data_02 {
		width: auto;
		max-width: inherit;
	}
	
	#recruit_top #contents .data .inner ul li.data_03 {
		width: auto;
		max-width: inherit;
	}
	
	#recruit_top #contents .data .inner ul li.data_04 {
		width: auto;
		max-width: inherit;
	}
	
	#recruit_top #contents .data .inner ul li.data_05 {
		width: auto;
		max-width: inherit;
	}
	
	#recruit_top #contents .data .inner ul li.data_06 {
		width: 48%;
		max-width: inherit;
	}
	
	#recruit_top #contents .data .inner ul li.data_07 {
		width: 48%;
		max-width: inherit;
	}
}



/*===============================================================

		#recruit_top #contents .employee layout

===============================================================*/

#recruit_top #contents .employee {
	padding: 0 0 160px;
	position: relative;
	z-index: 2;
}

#recruit_top #contents .employee .inner h2 {
	margin: 0 0 100px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.3;
	transform: var(--site_skew);
	letter-spacing: 0.1em;
}

#recruit_top #contents .employee .inner h2 span {
	margin: 0 0 15px;
	display: block;
	color: var(--color_orange);
	font-size: 30px;
	letter-spacing: 0.1em;
}

#recruit_top #contents .employee .inner ul {
	display: grid;
	grid-template-columns: repeat(4, calc(100% / 4 - 20px));
	gap: 25px 20px;
}

#recruit_top #contents .employee .inner ul li {
	padding: 20px 20px 40px;
	background-color: var(--color_lightgray);
	position: relative;
}
/*
#recruit_top #contents .employee .inner ul li:nth-child(4) {
	grid-column-start: 1;
}
*/
#recruit_top #contents .employee .inner ul li dl {
	font-size: 14px;
	font-weight: 500;
}

#recruit_top #contents .employee .inner ul li dl dd {
	letter-spacing: 0.05em;
}

#recruit_top #contents .employee .inner ul li dl dd.img {
	min-height: 113px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#recruit_top #contents .employee .inner ul li:nth-child(1) dl dd.img img {
	width: 62px;
}

#recruit_top #contents .employee .inner ul li:nth-child(2) dl dd.img img {
	width: 90px;
}

#recruit_top #contents .employee .inner ul li:nth-child(3) dl dd.img img {
	width: 109px;
}

#recruit_top #contents .employee .inner ul li:nth-child(4) dl dd.img img {
	width: 110px;
}

#recruit_top #contents .employee .inner ul li:nth-child(5) dl dd.img img {
	width: 60px;
}

#recruit_top #contents .employee .inner ul li:nth-child(6) dl dd.img img {
	width: 77px;
}

#recruit_top #contents .employee .inner ul li:nth-child(7) dl dd.img img {
	width: 85px;
}

#recruit_top #contents .employee .inner ul li:nth-child(8) dl dd.img img {
	width: 66px;
}

#recruit_top #contents .employee .inner ul li dl dt {
	margin: 20px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

#recruit_top #contents .employee .inner ul li dl dt span {
	font-size: 16px;
}


/*
#recruit_top #contents .parallax {
	height: 0%;
	padding-top: min(450px,30%);
	background: url("../../img/top/bg02.jpg") center center / auto 150%;
	position: relative;
}
*/

/*
#recruit_top #contents .parallax p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	line-height: 1.5;
	font-size: max(3vw, 16px);
}
*/



#recruit_top #contents .parallax {
	height: 450px;
	overflow: hidden;
}

#recruit_top #contents .parallax p.sp {
	display: none;
}


/*
#recruit_top #contents .parallax {
	height: 450px;
	background: url("../../img/top/bg02b.jpg") center center / cover no-repeat fixed;
}
*/

@media screen and (max-width: 768px){
	#recruit_top #contents .employee {
		padding: 3vh 0 10vh;
	}
	
	#recruit_top #contents .employee::after {
		height: 8vh;
		bottom: -8vh;
	}
	
	#recruit_top #contents .employee .inner {
		display: block;
	}
	
	#recruit_top #contents .employee .inner h2 {
		margin: -60px 0 8vh;
		padding: 60px 0 0;
		font-size: 8vw;
	}
	
	#recruit_top #contents .employee .inner h2 span {
		margin: 0 0 1vh;
		font-size: 5vw;
	}
	
	#recruit_top #contents .employee .inner ul {
		display: grid;
		grid-template-columns: repeat(2, calc(100% / 2 - 2vw));
		gap: 2vh 2vw;
	}
	
	#recruit_top #contents .employee .inner ul li {
		padding: 1vh 0;
	}
	/*
	#recruit_top #contents .employee .inner ul li:nth-child(4) {
		grid-column-start: 1;
	}
	*/
	#recruit_top #contents .employee .inner ul li dl {
		font-size: 3.2vw;
	}
	
	#recruit_top #contents .employee .inner ul li dl dd.img {
		min-height: 12vh;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(1) dl dd.img img {
		width: 30%;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(2) dl dd.img img {
		width: 40%;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(3) dl dd.img img {
		width: 50%;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(4) dl dd.img img {
		width: 50%;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(5) dl dd.img img {
		width: 30%;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(6) dl dd.img img {
		width: 40%;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(7) dl dd.img img {
		width: 45%;
	}
	
	#recruit_top #contents .employee .inner ul li:nth-child(8) dl dd.img img {
		width: 40%;
	}
	
	#recruit_top #contents .employee .inner ul li dl dt {
		margin: 1vh 0 2vh;
		text-align: center;
		font-size: 4vw;
		font-weight: 700;
	}
	
	#recruit_top #contents .employee .inner ul li dl dt span {
		font-size: 3.4vw;
	}
	
	#recruit_top #contents .employee .inner ul li dl dt + dd {
		margin: 0 3vw;
	}
	
	
	#recruit_top #contents .parallax {
		height: 30vh;
	}
	
	#recruit_top #contents .parallax p.pc {
		display: none;
	}
	
	#recruit_top #contents .parallax p.sp {
		display: block;
	}
	/*
	#recruit_top #contents .parallax {
		height: 30vh;
		background: url("../../img/top/sp/bg02.jpg") center center / cover no-repeat fixed;
	}
	*/
}



/*===============================================================

		#recruit_top #contents .message layout

===============================================================*/

#recruit_top #contents .message {
	padding: 180px 0 150px;
}

#recruit_top #contents .message .inner h2 {
	margin: -70px 0 70px;
	padding: 70px 0 0;
	color: var(--color_orange);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}

#recruit_top #contents .message .inner h2 span {
	margin: 0 0 15px;
	display: block;
	color: #000;
	font-size: 80px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#recruit_top #contents .message .inner .box {
	padding: 80px 0;
	background-color: var(--color_lightgray);
	display: flex;
	position: relative;
}

#recruit_top #contents .message .inner .box::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color_lightgray);
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
}

#recruit_top #contents .message .inner .box p.txt {
	width: 50.9%;
	max-width: 580px;
	margin: 0 10% 0 0;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
}

#recruit_top #contents .message .inner .box .img {
	width: 320px;
	margin: -190px 0 0;
	flex-shrink: 0;
	line-height: 1.4;
}

#recruit_top #contents .message .inner .box .img p.name {
	margin: 40px 0 0;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

#recruit_top #contents .message .inner .box .img p.name span {
	font-size: 32px;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	#recruit_top #contents .message {
		padding: 6vh 0 0;
	}
	
	#recruit_top #contents .message .inner {
		display: block;
		padding: 0;
	}
	
	#recruit_top #contents .message .inner h2 {
		margin: -70px 5vw 11vh;
		padding: 80px 0 0;
		font-size: 5vw;
	}
	
	#recruit_top #contents .message .inner h2 span {
		margin: 0 0 1vh;
		font-size: 11vw;
	}
	
	#recruit_top #contents .message .inner .box {
		padding: 0 5vw 10vh;
		background-color: var(--color_lightgray);
		display: flex;
		flex-flow: row wrap;
		position: relative;
	}
	
	#recruit_top #contents .message .inner .box::before {
		display: none;
	}
	
	#recruit_top #contents .message .inner .box p.txt {
		width: 100%;
		max-width: inherit;
		margin: 0;
		order: 1;
	}
	
	#recruit_top #contents .message .inner .box .img {
		width: 100%;
		margin: -7vh 0 6vh;
		display: flex;
		align-items: flex-end;
		order: 0;
	}
	
	#recruit_top #contents .message .inner .box .img p:first-of-type {
		width: 50%;
	}
	
	#recruit_top #contents .message .inner .box .img p.name {
		margin: 0 0 0 10%;
		font-size: 4vw;
	}
	
	#recruit_top #contents .message .inner .box .img p.name span {
		font-size: 7vw;
	}
}





/*====================================================================================

		#job_list layout

====================================================================================*/

/*===============================================================

		#job_list #contents .list layout

===============================================================*/

#job_list #contents .list {
	margin: 0 0 250px;
}

#job_list #contents .list .inner section {
	margin: -70px 0 30px;
	padding: 70px 0 0;
}

#job_list #contents .list .inner section .wrapper {
	background-color: #f3f3f3;
}

#job_list #contents .list .inner section h3 {
	padding: 30px 50px;
	position: relative;
	font-size: 24px;
	font-weight: 500;
}

#job_list #contents .list .inner section h3::before,
#job_list #contents .list .inner section h3::after {
	content: "";
	width: 16px;
	height: 3px;
	display: block;
	background: #000;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s;
}

#job_list #contents .list .inner section h3::after {
	transform: translateY(-50%) rotate(90deg);
}

#job_list #contents .list .inner section h3.selected::before {
	transform: translateY(-50%) rotate(180deg);
}

#job_list #contents .list .inner section h3.selected::after {
	transform: translateY(-50%) rotate(0deg);
}


#job_list #contents .list .inner section h3:hover {
	cursor: pointer;
}

#job_list #contents .list .inner section h3 span {
	margin: 0 0 0 1rem;
	display: inline-block;
	color: var(--color_orange);
	font-size: 15px;
}


#job_list #contents .list .inner section dl {
	padding: 0 0 70px;
	line-height: 2.0;
}

#job_list #contents .list .inner section dl div {
	margin: 40px 0 0;
	display: flex;
}

#job_list #contents .list .inner section dl dt {
	width: 180px;
	padding: 0 40px 0 0;
	border-right: solid 2px #a5a5a5;
	flex-shrink: 0;
	text-align: right;
	font-size: 18px;
}

#job_list #contents .list .inner section dl dd {
	padding: 0 80px 0 50px;
}


#job_list #contents .list .inner section dl dd ul.btn {
	margin: 40px 0 0;
	display: flex;
	gap: 0 30px;
}

#job_list #contents .list .inner section dl dd ul.btn li {
	width: 280px;
}

#job_list #contents .list .inner section dl dd ul.btn li a {
	height: 70px;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.2em;
}

#job_list #contents .list .inner section dl dd ul.btn li:nth-child(1) a {
	/*background-color: #e40036;*/
	background: linear-gradient(to right, #fff 0%, #fff 50%, #e40036 50%, #e40036 100%);
	background-size: 200% auto;
	background-position: right center;
	border: solid 1px #e40036;
}

#job_list #contents .list .inner section dl dd ul.btn li:nth-child(2) a {
	/*background-color: #000;*/
	background: linear-gradient(to right, #fff 0%, #fff 50%, #000 50%, #000 100%);
	background-size: 200% auto;
	background-position: right center;
	border: solid 1px #000;
}

#job_list #contents .list .inner section dl dd ul.btn li a span {
	font-size: 26px;
	font-weight: 500;
}

#job_list #contents .list .inner section dl dd ul.btn li:nth-child(1) a:hover {
	/*background-color: #fff;*/
	background-position: left center;
	color: #e40036;
}

#job_list #contents .list .inner section dl dd ul.btn li:nth-child(2) a:hover {
	/*background-color: #fff;*/
	background-position: left center;
	color: #000;
}


@media screen and (max-width: 768px){
	#job_list #contents .list {
		margin: 0 0 20vh;
	}
	
	#job_list #contents .list .inner section {
		margin: -170px 0 3vh;
		padding: 170px 0 0;
		position:relative;
	}
	#job_list #contents .list .inner section:nth-of-type(1){
		z-index:8;
	}
	#job_list #contents .list .inner section:nth-of-type(2){
		z-index:7;
	}
	#job_list #contents .list .inner section:nth-of-type(3){
		z-index:6;
	}
	#job_list #contents .list .inner section:nth-of-type(4){
		z-index:5;
	}
	#job_list #contents .list .inner section:nth-of-type(5){
		z-index:4;
	}
	#job_list #contents .list .inner section:nth-of-type(6){
		z-index:3;
	}
	#job_list #contents .list .inner section:nth-of-type(7){
		z-index:2;
	}
	#job_list #contents .list .inner section:nth-of-type(8){
		z-index:1;
	}
	
	#job_list #contents .list .inner section h3 {
		padding: 2vh 4vw;
		display: flex;
		flex-direction: column-reverse;
		font-size: 4.2vw;
		font-weight: 500;
		line-height: 1.5;
	}
	
	#job_list #contents .list .inner section h3::before,
	#job_list #contents .list .inner section h3::after {
		height: 2px;
		right: 4vw;
	}
	
	#job_list #contents .list .inner section h3:hover {
		cursor: pointer;
	}
	
	#job_list #contents .list .inner section h3 span {
		margin: 0;
		font-size: 3.4vw;
	}
	
	
	#job_list #contents .list .inner section dl {
		padding: 0 4vw 6vh;
		line-height: 1.8;
	}
	
	#job_list #contents .list .inner section dl div {
		margin: 5vh 0 0;
		display: block;
	}
	
	#job_list #contents .list .inner section dl div:first-of-type {
		margin: 2vh 0 0;
	}
	
	#job_list #contents .list .inner section dl dt {
		width: auto;
		margin: 0 0 1em;
		padding: 0;
		border-right: none;
		display: flex;
		align-items: center;
		text-align: left;
		font-size: 4vw;
	}
	
	#job_list #contents .list .inner section dl dt::after {
		content: "";
		height: 1px;
		margin-left: 2vw;
		background-color: #a5a5a5;
		flex-grow: 1;
	}
	
	#job_list #contents .list .inner section dl dd {
		padding: 0;
	}
	
	
	#job_list #contents .list .inner section dl dd ul.btn {
		margin: 4vh 3vw 0;
		flex-flow: column wrap;
		gap: 3vh 0;
	}
	
	#job_list #contents .list .inner section dl dd ul.btn li {
		width: auto;
	}
	
	#job_list #contents .list .inner section dl dd ul.btn li a {
		height: 9vh;
		border-radius: 9vh;
		font-size: 3.5vw;
	}
	
	#job_list #contents .list .inner section dl dd ul.btn li:nth-child(1) a {
		background: #e40036;
		background-size: 100% auto;
	}
	
	#job_list #contents .list .inner section dl dd ul.btn li:nth-child(2) a {
		background: #000;
		background-size: 100% auto;
	}
	
	#job_list #contents .list .inner section dl dd ul.btn li a span {
		font-size: 6vw;
	}
	
	#job_list #contents .list .inner section dl dd ul.btn li:nth-child(1) a:hover {
		background: #e40036;
		color: #fff;
	}
	
	#job_list #contents .list .inner section dl dd ul.btn li:nth-child(2) a:hover {
		background: #000;
		color: #fff;
	}
}



/*===============================================================

		.recruit .other_link layout

===============================================================*/

.recruit .other_link {
	max-width: 1140px;
	margin: 0 auto 120px;
	padding: 0 30px;
}

#job_list .other_link,
.entry .other_link {
	margin: -200px auto 0;
}

.recruit .other_link ul {
	display: flex;
	justify-content: center;
}

#job_list .other_link ul,
.entry .other_link ul {
	justify-content: space-between;
}

.recruit .other_link ul li {
	width: calc(100% / 2 - 25px);
	max-width: 517px;
}

.recruit .other_link ul li a {
	box-shadow: 0 0 8px rgba(11,6,61,0.5);
	display: block;
	position: relative;
	overflow: hidden;
}

.recruit .other_link ul li a:hover {
	filter: brightness(120%);
}

.recruit .other_link ul li a img {
	transition: all .3s;
}

.recruit .other_link ul li a:hover img {
	transform: scale(1.05);
}

.recruit .other_link ul li a p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 1.4;
}

.recruit .other_link ul li a p .en {
	padding: 0 10px 5px;
	display: block;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.recruit .other_link ul li a p .txt {
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.recruit .other_link ul li a p .txt span {
	padding: 2px 10px;
	background-color: #000;
	display: inline-block;
}

.recruit .other_link ul li a p .txt span:last-of-type {
	padding: 2px 10px 5px;

}


@media screen and (max-width: 768px){
	.recruit .other_link {
		max-width: inherit;
		margin: 0 auto 8vh;
		padding: 0 5vw;
	}
	
	#job_list .other_link,
	.entry .other_link {
		margin: -18vh auto 0;
	}
	
	.recruit .other_link ul {
		display: block;
	}
	
	.recruit .other_link ul li {
		width: auto;
		max-width: inherit;
	}
	
	.recruit .other_link ul li:nth-child(2) {
		margin: 4vh 0 0;
	}
	
	.recruit .other_link ul li a:hover {
		transform: scale(1);
		filter: brightness(100%);
	}
	
	.recruit .other_link ul li a:hover {
		filter: brightness(100%);
	}
	
	.recruit .other_link ul li a:hover img {
		transform: scale(1);
	}
	
	.recruit .other_link ul li a p .en {
		padding: 0 2vw 1vh;
		font-size: 3.5vw;
	}
	
	.recruit .other_link ul li a p .txt {
		display: block;
		font-size: 4vw;
		font-weight: 700;
	}
	
	.recruit .other_link ul li a p .txt span {
		padding: 2px 2vw;
		background-color: #000;
		display: inline-block;
	}
	
	.recruit .other_link ul li a p .txt span:last-of-type {
		padding: 2px 2vw 5px;
	}
}





/*====================================================================================

		#interview layout

====================================================================================*/

/*===============================================================

		.recruit #contents ul.p_link layout

===============================================================*/

.recruit #contents ul.p_link {
	max-width: 1140px;
	margin: 0 auto 60px;
	padding: 0 30px;
	display: flex;
	justify-content: center;
}

.recruit #contents ul.p_link li {
	width: calc(100% / 4);
	padding: 0 10px 20px;
	position: relative;
	text-align: center;
}

.recruit #contents ul.p_link li:not(:first-child)::before {
	content: "";
	width: 1px;
	height: 37px;
	background-color: var(--color_orange);
	position: absolute;
	left: 0;
	top: 0;
}

.recruit #contents ul.p_link li a {
	position: relative;
	color: var(--color_orange);
	font-size: 20px;
	font-weight: 700;
}

.recruit #contents ul.p_link li a::before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--color_orange);
	position: absolute;
	left: 0;
	bottom: -5px;
	margin: auto;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform .3s;
}

.recruit #contents ul.p_link li a:hover::before {
	transform-origin: center top;
	transform: scale(1, 1);
}

.recruit #contents ul.p_link li a::after {
	content: "";
	width: 10px;
	height: 10px;
	border: 3px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%) rotate(135deg);
	transition: all 0.3s;
	display: inline-block;
	vertical-align: middle;
	color: var(--color_orange);
	line-height: 1;
}

.recruit #contents ul.p_link li a:hover::after {
	bottom: -25px;
}


@media screen and (max-width: 1030px){
	.recruit #contents ul.p_link li {
		padding: 0 5px 20px;
	}
	
	.recruit #contents ul.p_link li a {
		font-size: 1.6vw;
	}
}


@media screen and (max-width: 768px){
	.recruit #contents ul.p_link {
		max-width: inherit;
		margin: 0 0 6vh;
		padding: 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	.recruit #contents ul.p_link li {
		width: 50%;
		margin: 0 0 2vh;
		padding: 0 0 2vh;
		text-align: center;
	}
	
	.recruit #contents ul.p_link li:not(:first-child)::before {
		height: 4vh;
	}
	
	.recruit #contents ul.p_link li:nth-child(3)::before {
		display: none;
	}
	
	.recruit #contents ul.p_link li a {
		font-size: 4vw;
	}
	
	.recruit #contents ul.p_link li a::before {
		display: none;
	}
	
	.recruit #contents ul.p_link li a::after {
		bottom: -2vh;
	}
	
	.recruit #contents ul.p_link li a:hover::after {
		bottom: -2vh;
	}
}



/*===============================================================

		#interview #contents .detail layout

===============================================================*/

#interview #contents .detail {
	margin: -70px 0 140px;
	padding: 70px 0 130px;
	position: relative;
	z-index: 1;
}

#interview #contents .detail_04 {
	margin: -70px 0 200px;
}

#interview #contents .detail::before {
	content: "";
	width: 80%;
	height: calc(100% - 70px);
	background: linear-gradient(3deg, #e45a24 0%,#ea861e 100%);
	position: absolute;
	left: 0;
	top: 70px;
	z-index: -1;
}

#interview #contents .detail.reverse::before {
	left: auto;
	right: 0;
}

#interview #contents .detail .txt_01 {
	width: 80%;
	margin: 0 0 0 auto;
	padding: 0 160px 90px 0;
	background: url("../../img/interview/txt01.svg?ver=230626") right -5px top / 165px auto no-repeat #fff;
}

#interview #contents .detail_02 .txt_01 {
	margin: 0 auto 0 0;
	padding: 0 0 90px 160px;
	background: url("../../img/interview/txt01.svg?ver=230626") left -5px top / 165px auto no-repeat #fff;
}

#interview #contents .detail_03 .txt_01 {
	background: url("../../img/interview/txt02.svg?ver=230626") right -5px top / 165px auto no-repeat #fff;
}

#interview #contents .detail_04 .txt_01 {
	margin: 0 auto 0 0;
	padding: 0 0 90px 160px;
	background: url("../../img/interview/txt03.svg") left -5px top / 165px auto no-repeat #fff;
}

#interview #contents .detail .txt_01 p.img_01 {
	width: 40%;
	position: absolute;
	left: 0;
}

#interview #contents .detail.reverse .txt_01 p.img_01 {
	left: auto;
	right: 0;
}

#interview #contents .detail .txt_01 .box {
	width: 55%;
	max-width: 550px;
	margin: 0 0 0 40%;
}

#interview #contents .detail.reverse .txt_01 .box {
	margin: 0 0 0 5%;
}

#interview #contents .detail .txt_01 h3 {
	margin: 0 0 20px;
	font-weight: 700;
}

#interview #contents .detail .txt_01 h3 span {
	font-size: 20px;
}


#interview #contents .detail .txt_01 p.caption {
	margin: 0 0 70px;
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.2;
}
/*
#interview #contents .detail .txt_01 p.caption span {
	margin: 0 0 20px;
	padding: 8px 15px 10px;
	background-color: var(--color_orange);
	display: inline-block;
	position: relative;
	overflow: hidden;
}
*/
#interview #contents .detail .txt_01 p.caption .txt_cover {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

#interview #contents .detail .txt_01 p.caption .txt_cover.mt2 {
	margin: 7px 0 0;
}

#interview #contents .detail .txt_01 p.caption .txt_cover::before {
	content: "";
	width: 0%;
	height: 100%;
	background: var(--color_orange);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}

#interview #contents .detail .txt_01 p.caption .anime_txt {
	padding: 8px 15px 9px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: transparent;
	letter-spacing: 0.2em;
}

#interview #contents .detail .txt_01 p.caption .anime_txt::before {
	content: "";
	width: 0;
	height: 105%;
	background: var(--color_orange);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}


#interview #contents .detail dl.q_01 {
	margin: 0 0 80px;
}

#interview #contents .detail dl.q_03 {
	max-width: 550px;
	margin: 0 0 0 auto;
}

#interview #contents .detail.reverse dl.q_03 {
	max-width: 550px;
	margin: 0 auto 0 0;
}

#interview #contents .detail dl dt {
	min-height: 90px;
	margin: 0 0 15px;
	padding: 0 0 0 28px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}

#interview #contents .detail dl.q_01 dt {
	background: url("../../img/interview/icon_q1.svg") left top / 77px auto no-repeat;
}

#interview #contents .detail dl.q_02 dt {
	background: url("../../img/interview/icon_q2.svg") left top / 92px auto no-repeat;
}

#interview #contents .detail dl.q_03 dt {
	background: url("../../img/interview/icon_q3.svg") left top / 91px auto no-repeat;
}

#interview #contents .detail dl dd {
	font-size: 14px;
	line-height: 2.2;
}

#interview #contents .detail dl dd em {
	margin: 0 0 15px;
	display: inline-block;
	color: var(--color_orange);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
}


#interview #contents .detail p.img_02 {
	width: 90%;
	margin: 0 0 0 auto;
}

#interview #contents .detail.reverse p.img_02 {
	margin: 0 auto 0 0;
}


#interview #contents .detail .txt_02 {
	width: 57.292%;
	margin: -170px 0 0;
	padding: 90px 70px 90px;
	background: #fff;
	position: relative;
	z-index: 2;
}

#interview #contents .detail.reverse .txt_02 {
	margin: -170px 0 0 auto;
}


#interview #contents .detail p.img_03 {
	width: 29.722%;
	max-width: 428px;
	position: absolute;
	right: 6%;
	bottom: 130px;
}

#interview #contents .detail.reverse p.img_03 {
	right: auto;
	left: 6%;
}


@media screen and (max-width: 1255px){
	#interview #contents .detail .txt_01 p.caption {
		font-size: 3.5vw;
	}
}

@media screen and (max-width: 980px){
	#interview #contents .detail .txt_01 p.caption {
		font-size: 3.0vw;
	}
}


@media screen and (max-width: 768px){
	#interview #contents .detail {
		margin: -70px 0 10vh;
		padding: 70px 0 10vh;
	}
	
	#interview #contents .detail_04 {
		margin: -70px 0 8vh;
	}
	
	#interview #contents .detail::before {
		width: 100%;
		height: 30%;
		top: auto;
		bottom: 0;
	}
	
	
	#interview #contents .detail .txt_01 {
		width: auto;
		margin: 0 auto;
		padding: 0 0 8vh;
		background: url("../../img/interview/txt01.svg") right top / 20% auto no-repeat #fff;
	}
	
	#interview #contents .detail_02 .txt_01 {
		margin: 0 auto;
		padding: 0 0 8vh;
		background: url("../../img/interview/txt01.svg") left top / 20% auto no-repeat #fff;
	}
	
	#interview #contents .detail_03 .txt_01 {
		background: url("../../img/interview/txt02.svg") right top / 20% auto no-repeat #fff;
	}
	
	#interview #contents .detail_04 .txt_01 {
		background: url("../../img/interview/txt03.svg") left top / 20% auto no-repeat #fff;
	}
	
	#interview #contents .detail .txt_01 p.img_01 {
		width: 70%;
		position: static;
	}
	
	#interview #contents .detail.reverse .txt_01 p.img_01 {
		margin: 0 0 0 auto;
	}
	
	#interview #contents .detail .txt_01 .box {
		width: auto;
		max-width: inherit;
		margin: 5vh 5vw;
	}
	
	#interview #contents .detail.reverse .txt_01 .box {
		margin: 5vh 5vw;
	}
	
	#interview #contents .detail .txt_01 h3 {
		margin: 0 0 4vh;
		font-weight: 700;
	}
	
	#interview #contents .detail.reverse .txt_01 h3 {
		text-align: right;
	}
	
	#interview #contents .detail .txt_01 h3 span {
		font-size: 4.5vw;
	}
	
	
	#interview #contents .detail .txt_01 p.caption {
		margin: 0 0 6vh;
		font-size: 7vw;
	}
	
	#interview #contents .detail.reverse .txt_01 p.caption {
		text-align: right;
	}
	
	#interview #contents .detail .txt_01 p.caption .txt_cover.mt2 {
		margin: 0;
	}
	
	#interview #contents .detail .txt_01 p.caption .anime_txt {
		padding: 5px 10px 6px;
		/*letter-spacing: 0.1em;*/
	}
	
	
	#interview #contents .detail dl.q_01 {
		margin: 0 0 8vh;
	}
	
	#interview #contents .detail dl.q_03 {
		max-width: inherit;
		margin: 0 auto;
	}
	
	#interview #contents .detail.reverse dl.q_03 {
		max-width: inherit;
		margin: 0 auto;
	}
	
	#interview #contents .detail dl dt {
		min-height: 8vh;
		margin: 0 0 2vh;
		padding: 0 0 0 4.5vw;
		font-size: 4vw;
		line-height: 1.5;
	}
	
	#interview #contents .detail dl.q_01 dt {
		background: url("../../img/interview/icon_q1.svg") left top / auto 100% no-repeat;
	}
	
	#interview #contents .detail dl.q_02 dt {
		background: url("../../img/interview/icon_q2.svg") left top / auto 100% no-repeat;
	}
	
	#interview #contents .detail dl.q_03 dt {
		background: url("../../img/interview/icon_q3.svg") left top / auto 100% no-repeat;
	}
	
	#interview #contents .detail dl dd {
		font-size: 3.4vw;
		line-height: 2.0;
	}
	
	#interview #contents .detail dl dd em {
		margin: 0 0 2vh;
		font-size: 4.8vw;
		line-height: 1.5;
	}
	
	
	#interview #contents .detail p.img_02 {
		width: auto;
		margin: 0 auto;
	}
	
	#interview #contents .detail.reverse p.img_02 {
		margin: 0 auto;
	}
	
	
	#interview #contents .detail .txt_02 {
		width: 94%;
		max-width: inherit;
		margin: -6vh auto 0 0;
		padding: 5vh 5vw 6vh;
	}
	
	#interview #contents .detail.reverse .txt_02 {
		margin: -6vh auto 0 0;
	}
	
	
	#interview #contents .detail p.img_03 {
		display: none;
	}
	
	#interview #contents .detail.reverse p.img_03 {
		right: auto;
		left: 6%;
	}
}





/*====================================================================================

		#project layout

====================================================================================*/

/*===============================================================

		#project #contents .detail layout

===============================================================*/

#project #contents .detail {
	margin: -70px 0 180px;
	padding: 70px 0 0;
	position: relative;
	z-index: 1;
}

#project #contents .detail .inner h3 {
	margin: 0 0 60px;
	transform: var(--site_skew);
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

#project #contents .detail .inner h3 .en {
	margin: 0 0 10px;
	display: block;
	color: var(--color_orange);
	font-size: 30px;
}

/*
#project #contents .parallax {
	height: 0%;
	margin: 100px 0 0;
	padding-top: min(450px,30%);
	position: relative;
}

#project #contents #project_01 .parallax {
	background: url("../../img/project/img01.jpg") center bottom / auto 150%;
}

#project #contents #project_02 .parallax {
	background: url("../../img/project/img04.jpg") center bottom / auto 150%;
}

#project #contents #project_03 .parallax {
	background: url("../../img/project/img07.jpg") center bottom / auto 150%;
}

#project #contents #project_04 .parallax {
	background: url("../../img/project/img10.jpg") center bottom / auto 150%;
}
*/

#project #contents .parallax {
	position: relative;
}

#project #contents .parallax .parallax_box {
	height: 450px;
	overflow: hidden;
}
/*
#project #contents #project_01 .parallax .parallax_box {
	background: url("../../img/project/img01b.jpg") center center / cover no-repeat fixed;
}

#project #contents #project_02 .parallax .parallax_box {
	background: url("../../img/project/img04b.jpg") center center / cover no-repeat fixed;
}

#project #contents #project_03 .parallax .parallax_box {
	background: url("../../img/project/img07b.jpg") center center / cover no-repeat fixed;
}

#project #contents #project_04 .parallax .parallax_box {
	background: url("../../img/project/img10b.jpg") center center / cover no-repeat fixed;
}
*/

#project #contents .parallax p.sp {
	display: none;
}

#project #contents .parallax p.wide {
	display: none;
}


#project #contents .detail dl.speaker {
	width: min(550px, 50%);
	padding: 30px 10px 30px 30px;
	background-color: var(--color_orange);
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 2;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

#project #contents .detail dl.speaker dt {
	margin: 0 0 20px;
	font-size: 26px;
}

#project #contents .detail#project_03 dl.speaker dt {
	font-size: 25px;
}


#project #contents .box {
	/*width: min(1300px, 90%);*/
	width: 90%;
	margin: 60px 0 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
}

#project #contents .box.reverse {
	margin: 100px 0 0 auto;
	flex-direction: row;
}

#project #contents .box dl.txt {
	width: 48%;
	flex-shrink: 0;
}

#project #contents .box dl.txt dt {
	min-height: 75px;
	margin: 0 0 30px;
	padding: 0 0 0 25px;
	background: url("../../img/project/txt01.svg") left top / auto 100% no-repeat;
	display: flex;
	align-items: center;
	color: var(--color_orange);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

#project #contents .box.reverse dl.txt dt {
	background: url("../../img/project/txt02.svg") left top / auto 100% no-repeat;
}

#project #contents .box dl.txt dt::before,
#project #contents .box.reverse dl.txt dt::after {
	content: "";
	width: 50%;
	height: 4px;
	background-color: var(--color_orange);
	flex-grow: 1;
	position: absolute;
}

#project #contents .box dl.txt dt::before {
	left: 0;
}

#project #contents .box.reverse dl.txt dt::before {
	display: none;
}

#project #contents .box.reverse dl.txt dt::after {
	width: 51%;
	right: 0;
}

#project #contents .box dl.txt dd {
	font-size: 14px;
	line-height: 2.2;
}

#project #contents .box p.img {
	width: 48%;
	margin: 110px 0 0;
	flex-shrink: 0;
}


@media screen and (min-width: 1601px){
	#project #contents .parallax p.pc {
		display: none;
	}
	
	#project #contents .parallax p.wide {
		display: block;
	}
}


@media screen and (max-width: 768px){
	#project #contents .detail {
		margin: -70px 0 10vh;
		padding: 70px 0 0;
	}
	
	#project #contents .detail .inner h3 {
		margin: 0;
		font-size: 8vw;
	}
	
	#project #contents #project_04 .inner h3 {
		font-size: 7vw;
	}
	
	#project #contents .detail .inner h3 .en {
		font-size: 5vw;
	}
	
	/*
	#project #contents .parallax {
		padding-top: min(40vh,40%);
	}
	
	#project #contents #project_01 .parallax {
		background: url("../../img/project/sp/img01.jpg") center center / auto 150%;
	}
	
	#project #contents #project_02 .parallax {
		background: url("../../img/project/sp/img04.jpg") center center / auto 150%;
	}
	
	#project #contents #project_03 .parallax {
		background: url("../../img/project/sp/img07.jpg") center center / auto 150%;
	}
	
	#project #contents #project_04 .parallax {
		background: url("../../img/project/sp/img10.jpg") center center / auto 150%;
	}
	*/
	
	#project #contents .parallax {
		margin: 5vh 0 0;
	}
	
	#project #contents .parallax .parallax_box {
		height: 30vh;
	}
	/*
	#project #contents #project_01 .parallax .parallax_box {
		background: url("../../img/project/sp/img01c.jpg") center center / cover no-repeat fixed;
	}
	
	#project #contents #project_02 .parallax .parallax_box {
		background: url("../../img/project/sp/img04c.jpg") center center / cover no-repeat fixed;
	}
	
	#project #contents #project_03 .parallax .parallax_box {
		background: url("../../img/project/sp/img07c.jpg") center center / cover no-repeat fixed;
	}
	
	#project #contents #project_04 .parallax .parallax_box {
		background: url("../../img/project/sp/img10c.jpg") center center / cover no-repeat fixed;
	}
	*/
	#project #contents .parallax p.pc {
		display: none;
	}
	
	#project #contents .parallax p.sp {
		display: block;
	}
	
	
	#project #contents .detail dl.speaker {
		width: 85%;
		padding: 10px 3vw;
		top: auto;
		bottom: -20vw;
		font-size: 3.4vw;
	}
	
	#project #contents .detail#project_03 dl.speaker {
		bottom: -25vw;
	}
	
	#project #contents .detail dl.speaker dt {
		margin: 0 0 2vh;
		font-size: 4.2vw;
	}
	
	#project #contents .detail#project_03 dl.speaker dt {
		font-size: 4.2vw;
	}
	
	
	#project #contents .box {
		width: auto;
		margin: 25vw 0 0;
		display: block;
	}
	
	#project #contents .box.reverse {
		margin: 5vh 0 0;
	}
	
	#project #contents .detail#project_03 .box {
		margin: 30vw 0 0;
	}
	
	#project #contents .box dl.txt {
		width: auto;
		padding: 0 5vw;
	}
	
	#project #contents .box dl.txt dt {
		min-height: 9vh;
		margin: 0 0 2vh;
		padding: 0 0 0 2vw;
		background: url("../../img/project/txt01.svg") left top / 100% 100% no-repeat;
		justify-content: flex-start;
		align-items: center;
		font-size: 4vw;
	}
	
	#project #contents .box.reverse dl.txt dt {
		background: url("../../img/project/txt02.svg") left top / 100% 100% no-repeat;
	}
	
	#project #contents .box dl.txt dt::before,
	#project #contents .box.reverse dl.txt dt::after {
		display: none;
	}
	
	#project #contents .box dl.txt dd {
		font-size: 3.4vw;
		line-height: 2.0;
	}
	
	#project #contents .box p.img {
		width: auto;
		margin: 4vh 0 0;
	}
}


@media screen and (max-width: 520px){
	#project #contents .box {
		//margin: 16vw 0 0;
	}
}





/*====================================================================================

		.entry layout

====================================================================================*/

.entry header {
	margin: 0 0 40px;
}


@media screen and (max-width: 768px){
	.entry header {
		margin: 0 0 5vh;
	}
}



/*===============================================================

		.entry #contents .form layout

===============================================================*/

.entry #contents .form {
	margin: 0 0 250px;
}

.entry #contents .form .inner p.caption {
	margin: 0 0 60px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

#thanks #contents .form .inner p.caption {
	margin: 0 0 30px;
	color: var(--color_orange);
	font-size: 30px;
}

.entry #contents .form .inner p.note {
	margin: 0 0 60px;
}

#confirm #contents .form .inner p.note {
	line-height: 2.2;
}

#thanks #contents .form .inner p.note {
	width: 730px;
	margin: 0 auto 40px;
}

#thanks #contents .form .inner p.note a {
	color: #000;
}

.entry #contents .form .inner .required {
	margin: 0 7px 0 0;
	padding: 1px 5px 3px;
	background-color: var(--color_orange);
	border-radius: 3px;
	display: inlinie-block;
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
}

.entry #contents .form .inner dl {
	padding: 40px 0;
	border-bottom: solid 1px #999;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
}

.entry #contents .form .inner dl:last-of-type {
	margin: 0 0 80px;
	padding: 40px 0 0;
	border-bottom: none;
	align-items: flex-start;
}

.entry #contents .form .inner dl dt {
	width: max(330px, 30%);
	flex-shrink: 0;
}

.entry #contents .form .inner dl dd {
	width: 70%;
}

.entry #contents .form .inner p.btn {
	width: 280px;
	margin: 0 auto;
	text-align: center;
}


#confirm #contents .form .inner ul.btn {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
}

#confirm #contents .form .inner ul.btn li {
	width: 280px;
	text-align: center;
}

#confirm #contents .form .inner ul.btn li.back input[name="submitBack"],
#confirm #contents .form .inner ul.btn li.back a {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: linear-gradient(to right, #000 0%,#000 50%, #bebebe 50%,#bebebe 100%);
	background-size: 202% auto;
	background-position: right center;
	border: none;
	border-radius: 50px;
	box-sizing: border-box;
	display: block;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: all .3s;
	appearance: none;
}

#confirm #contents .form .inner ul.btn li.back input[name="submitBack"]:hover,
#confirm #contents .form .inner ul.btn li.back a:hover {
	background-position: left center;
}

.entry #contents .mw_wp_form .form .inner .step01{
	display: inline-block;
}
.entry #contents .mw_wp_form .form .inner .step01.block{
	display: block;
}
.entry #contents .mw_wp_form .form .inner .step01.flex{
	display: flex;
}
.entry #contents .mw_wp_form .form .inner .step02{
	display: none;
}
.entry #contents .mw_wp_form_confirm .form .inner .step01{
	display: none;
}
.entry #contents .mw_wp_form_confirm .form .inner .step01.block{
	display: none;
}
.entry #contents .mw_wp_form_confirm .form .inner .step01.flex{
	display: none;
}
.entry #contents .mw_wp_form_confirm .form .inner .step02{
	display: flex;
}


@media screen and (max-width: 768px){
	.entry #contents .form {
		margin: 0 0 20vh;
	}
	
	.entry #contents .form .inner p.caption {
		margin: 0 0 5vh;
		text-align: left;
		font-size: 4vw;
	}
	
	#thanks #contents .form .inner p.caption {
		text-align: center;
	}
	
	#confirm #contents .form .inner p.note {
		font-size: 3.675vw;
		line-height: 1.8;
	}
	
	.entry #contents .form .inner p.note {
		margin: 0 0 5vh;
		font-size: 4vw;
	}
	
	#thanks #contents .form .inner p.note {
		width: auto;
		margin: 0 auto 5vh;
	}
	
	.entry #contents .form .inner .required {
		font-size: 3.2vw;
	}
	
	.entry #contents .form .inner dl {
		padding: 2vh 0;
		display: block;
		font-size: 3.675vw;
	}
	
	.entry #contents .form .inner dl:last-of-type {
		margin: 0 0 8vh;
		padding: 2vh 0 0;
	}
	
	.entry #contents .form .inner dl dt {
		width: auto;
		margin: 0 0 2vh;
	}
	
	.entry #contents .form .inner dl dd {
		width: auto;
	}
	
	.entry #contents .form .inner p.btn {
		width: 80%;
	}
	
	
	#confirm #contents .form .inner ul.btn {
		gap: 2vh 0;
	}
	
	#confirm #contents .form .inner ul.btn li {
		width: 80%;
	}
	
	#confirm #contents .form .inner ul.btn li.back a {
		background: #bebebe;
		font-size: 3.675vw;
	}
}



/*===============================================================

		form parts layout

===============================================================*/

form input[type="text"] {
	width: 100%;
	padding: 20px 25px;
	background-color: #f3f3f3;
	border: none;
	box-sizing: border-box;
	font-size: 20px;
}

form input[type="text"]:focus, form select:focus, form textarea:focus {
	outline: solid 2px var(--color_orange);
}

form select {
	padding: 20px 25px;
	background-color: #f3f3f3;
	border: none;
	font-size: 20px;
}

form input::placeholder {
	color: #666;
}



form input[type="checkbox"] {
	margin-right: 10px;
}

form label:not(:last-of-type) {
	margin-right: 30px;
}

form textarea {
	width: 100%;
	height: 230px;
	padding: 20px 25px;
	background-color: #f3f3f3;
	border: none;
	box-sizing: border-box;
	font-size: 20px;
}

form input[type="submit"],
#thanks #contents .form .inner p.btn a {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background: linear-gradient(to right, var(--color_orange) 0%,var(--color_orange) 50%, #000 50%,#000 100%);
	background-size: 202% auto;
	background-position: right center;
	border: none;
	border-radius: 50px;
	box-sizing: border-box;
	display: block;
	position: relative;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: all .3s;
	appearance: none;
}

form input[type="submit"]:hover,
#thanks #contents .form .inner p.btn a:hover {
	background-position: left center;
}


@media screen and (max-width: 768px){
	form input[type="text"] {
		padding: 2vh 3vw;
		-webkit-appearance: none;
		appearance: none;
		font-size: 3.675vw;
	}
	
	form input.txt_01 {
		width: 100%;
	}
	
	form input.txt_02 {
		width: 100%;
	}
	
	form input.txt_03 {
		width: 20vw;
	}
	
	form select {
		width: 80%;
		padding: 2vh 3vw;
		font-size: 3.675vw;
	}
	
	form label:not(:last-of-type) {
		margin: 0 0 10px;
		display: inline-block;
	}
	
	form textarea {
		height: 30vh;
		padding: 2vh 3vw;
		-webkit-appearance: none;
		appearance: none;
		font-size: 3.675vw;
	}
	
	form input[type="submit"],
	#thanks #contents .form .inner p.btn a {
		background: #000;
		font-size: 3.675vw;
	}
}






































/*====================================================================================

		#hina layout

====================================================================================*/

/*===============================================================

		#hina #contents .hina layout

===============================================================*/

#hina #contents .hina {
	
}


@media screen and (max-width: 1100px){
	
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, {
		
	}
}


@media screen and (max-width: 768px){
	#hina #contents .hina  {
		
	}
}