@charset "utf-8";

.keyvisual {
	width: 100%;
	height: 100vh;
	display: flex;
	background-color: rgba(0, 0, 0, 1);
	overflow: hidden;
	position: relative;
	justify-content: center;
	align-items: center;
}

.keyvisual:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/recruit/index/img_kv.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.5;
	transform: scale3d(1.1, 1.1, 1.1);
	transition: all 2500ms cubic-bezier(0.075, 0.82, 0.165, 1) 200ms;
}

.completed .keyvisual:before {
	opacity: 0.7;
	transform: scale3d(1, 1, 1);
}

.keyvisual__catch {
	max-width: 500px;
	border: 15px solid rgba(255, 88, 81, 1);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.footer-nav {
	display: none;
}

@media screen and (max-width: 960px) {
	.keyvisual__catch {
		max-width: 400px;
	}
}

@media screen and (max-width: 640px) {
	.keyvisual__catch {
		max-width: 350px;
		border-width: 10px;
	}

	.keyvisual:before {
		background-image: url(../images/recruit/index/img_kv_sp.jpg);
	}
}

@media screen and (max-width: 480px) {
	.keyvisual__catch {
		max-width: 280px;
		border-width: 5px;
	}
}

/*------------------------------------*/

.index-section__header {
	height: 200px;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-section__header a {
	text-decoration: none;
}

.index-section__header__title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.index-section__header__title .en {
	margin-top: 10px;
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	color: rgba(255, 88, 81, 1);
	text-transform: uppercase;
}

.index-section__header__more {
	position: relative;
	right: -20px;
}

.index-section__header__more div {
	padding-right: 20px;
}

@media screen and (max-width: 960px) {
	.index-section__header {
		height: 160px;
		padding: 0 40px;
	}

	.index-section__header__title {
		font-size: 2.5rem;
	}

	.index-section__header__title .en {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	.index-section__header {
		height: 120px;
		padding: 0 20px;
	}

	.index-section__header__title {
		font-size: 2rem;
	}

	.index-section__header__title .en {
		margin-top: 5px;
		font-size: 1.4rem;
	}
}

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

/*------------------------------------*/

.intro {
	padding: 120px 60px;
	background-image: url(../images/recruit/index/bg_intro.png);
	background-color: rgba(255, 88, 81, 1);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	color: rgba(255, 255, 255, 1);
}

.intro:before {
	content: "";
}

.intro__catch {
	display: table;
	margin: 0 auto;
	text-align: center;
	color: rgba(255, 255, 255, 1);
}

.intro__catch__en {
	display: block;
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}

.intro__catch__jp {
	margin: 20px 0;
	display: block;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.6;
}

.intro__text {
	margin: 80px 0;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.intro__catch__en {
		font-size: 5rem;
	}

	.intro__catch__jp {
		font-size: 2.2rem;
	}

	.intro__text {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	.intro {
		padding: 60px 40px;
	}

	.intro__catch__en {
		font-size: 4rem;
	}

	.intro__catch__jp {
		font-size: 2rem;
	}

	.intro__text {
		margin: 60px 0;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	.intro {
		padding: 60px 20px;
	}

	.intro__catch__en {
		font-size: 3.5rem;
	}

	.intro__catch__jp {
		font-size: 1.8rem;
	}

	.intro__text {
		font-size: 1.4rem;
	}
}

/*------------------------------------*/

.index-member {
	padding: 15px 0;
}

.index-member__list__item {
	position: relative;
	z-index: 0;
	transition: box-shadow 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

.index-member__list__item:hover {
	z-index: 1;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.index-member__list__anchor {
	height: 600px;
	padding: 60px;
	display: flex;
	text-decoration: none;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: flex-end;
}

.index-member__list__anchor:before,
.index-member__list__anchor:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.index-member__list__anchor:before {
	z-index: 0;
}

.index-member__list__anchor:after {
	z-index: 1;
	opacity: 0;
}

.index-member__list__anchor:hover:after {
	opacity: 1;
}

.index-member01 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member01.jpg);
}

.index-member01 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member01_on.jpg);
}

.index-member02 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member02.jpg);
}

.index-member02 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member02_on.jpg);
}

.index-member03 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member03.jpg);
}

.index-member03 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member03_on.jpg);
}

.index-member04 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member04.jpg);
}

.index-member04 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member04_on.jpg);
}

.index-member05 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member05.jpg);
}

.index-member05 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member05_on.jpg);
}

.index-member06 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member06.jpg);
}

.index-member06 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member06_on.jpg);
}

.index-member07 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member07.jpg);
}

.index-member07 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member07_on.jpg);
}

.index-member08 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member08.jpg);
}

.index-member08 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member08_on.jpg);
}

.index-member09 .index-member__list__anchor:before {
	background-image: url(../images/recruit/member/img_member09.jpg);
}

.index-member09 .index-member__list__anchor:after {
	background-image: url(../images/recruit/member/img_member09_on.jpg);
}


.index-member__list__catch,
.index-member__list__name,
.index-member__list__text {
	position: relative;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1);
}

.index-member__list__catch {
	margin-bottom: 10px;
	z-index: 2;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.4;
	color: rgba(255, 88, 81, 1);
}

.index-member__list__name {
	margin: 10px 0;
	z-index: 3;
	font-size: 2rem;
	font-weight: 700;
}

.index-member__list__text {
	z-index: 4;
	font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
	.index-member__list__anchor {
		height: 500px;
		padding: 40px;
	}

	.index-member__list__catch {
		font-size: 2.2rem;
	}

	.index-member__list__name {
		font-size: 1.8rem;
	}

	.index-member__list__text {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 640px) {
	.index-member {
		padding: 0;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.index-member__list {
		width: auto;
	}

	.index-member__list__item {
		max-width: 90vw;
		flex-basis: 90vw;
	}

	.index-member__list__anchor {
		height: calc(200px + 50vw);
		padding: 20px;
	}

	.index-member__list__catch {
		font-size: 2rem;
	}

	.index-member__list__name {
		font-size: 1.6rem;
	}
}

/*------------------------------------*/

.data-index {
	padding: 120px 60px;
	position: relative;
	overflow: hidden;
}

.data-index:after {
	content: "Data of Ishizaka Group";
	position: absolute;
	top: 45%;
	left: 20%;
	z-index: 0;
	font-size: 40rem;
	font-weight: bold;
	font-family: "Poppins", serif;
	white-space: nowrap;
	color: rgba(255, 88, 81, 0.08);
	letter-spacing: -0.1em;
	text-transform: uppercase;
}

.data-index a {
	text-decoration: none;
}

.data-index__wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 1;
	justify-content: space-between;
	align-items: center;
}

.data-index__main {
	max-width: 400px;
	display: flex;
	flex-basis: calc(40% - 60px);
	flex-direction: column;
	align-items: flex-start;
}

.data-index__title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
}

.data-index__title .en {
	margin-top: 10px;
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(255, 88, 81, 1);
}

.data-index__text {
	width: 100%;
	margin: 40px 0;
	font-size: 1.5rem;
	line-height: 1.8;
}

.data-index__image {
	max-width: 650px;
	margin: 0;
	flex-basis: 60%;
}

.data-index__image a:hover {
	opacity: 0.9;
}

.data-index__more div {
	padding-right: 20px;
}

@media screen and (max-width: 960px) {
	.data-index {
		padding: 100px 40px;
	}

	.data-index:after {
		left: 30%;
		font-size: 30rem;
	}

	.data-index__main {
		flex-basis: calc(40% - 30px);
	}

	.data-index__title {
		font-size: 2.5rem;
	}

	.data-index__title .en {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 800px) {
	.data-index__wrap {
		display: block;
	}

	.data-index:after {
		top: 25%;
		left: 30%;
		font-size: 20rem;
	}

	.data-index__main {
		max-width: none;
		margin-bottom: 30px;
	}

	.data-index__image {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.data-index {
		padding: 60px 20px;
	}

	.data-index:after {
		font-size: 15rem;
	}

	.data-index__title {
		font-size: 2rem;
	}

	.data-index__title .en {
		font-size: 1.4rem;
	}

	.data-index__text {
		margin: 30px 0;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 640px) {
	.data-index:after {
		font-size: 10rem;
	}
}

/*------------------------------------*/

.workplace-index {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.workplace-index a {
	text-decoration: none;
	color: rgba(255, 255, 255, 1) !important;
}

.workplace-index__image {
	max-width: 55%;
	max-width: 758px;
	flex-basis: 55%;
}

.workplace-index__image a:hover {
	opacity: 0.9;
}

.workplace-index__wrap {
	height: 45vw;
	max-width: 45%;
	max-height: 620px;
	padding: 60px;
	display: flex;
	background-color: rgba(255, 88, 81, 1);
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	flex-basis: 45%;
	justify-content: center;
	align-items: center;
}

.workplace-index__main {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.workplace-index__title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1) !important;
}

.workplace-index__title .en {
	margin-top: 10px;
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
}

.workplace-index__text {
	width: 100%;
	margin: 40px 0;
	font-size: 1.5rem;
	line-height: 1.8;
}

.workplace-index__more div {
	padding-right: 20px;
}

.workplace-index__more .more:before {
	background-color: rgba(255, 255, 255, 1);
}

.workplace-index__more .more:after {
	border-right-color: rgba(255, 255, 255, 1);
	border-bottom-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 960px) {
	.workplace-index {
		flex-direction: column-reverse;
	}

	.workplace-index__image {
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: 60vw;
		flex-basis: auto;
	}

	.workplace-index__wrap {
		width: 100%;
		height: auto;
		max-width: 100%;
		flex-basis: 100%;
	}

	.workplace-index__main {
		max-width: none;
	}

	.workplace-index__title {
		font-size: 2.4rem;
	}

	.workplace-index__title .en {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	.workplace-index__wrap {
		padding: 40px;
	}

	.workplace-index__title {
		font-size: 2rem;
	}

	.workplace-index__title .en {
		font-size: 1.4rem;
	}

	.workplace-index__text {
		margin: 20px 0;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.workplace-index__wrap {
		padding: 40px 20px;
	}
}

/*------------------------------------*/

.culture-index__image_sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.culture-index__image_pc {
		display: none;
	}

	.culture-index__image_sp {
		display: block;
	}
}

/*------------------------------------*/

.footer {
	margin-top: 80px;
}

.footer-nav {
	display: none;
}

@media screen and (max-width: 640px) {
	.footer {
		margin-top: 40px;
	}
}