@charset "utf-8";

/* ===========================================
	common
============================================== */
.en_ttl_sub {
	position: absolute;
	/*font-weight: 900;
	font-size: 6.667rem;
	writing-mode: vertical-rl;
	white-space: nowrap;*/
	background-position: center;
	background-size: contain;
	z-index: 2;
}

.top_ttl_h2,
.top_ttl_h3 {
	font-weight: 700;
	letter-spacing: 0.05em;
	transform: skew(-10deg);
}

.top_ttl_h2 {
	margin-bottom: 3rem;
	font-size: 1.334rem;
}

.top_ttl_h3 {
	margin-bottom: 3.334rem;
	font-size: 2.667rem;
	line-height: 1.5;
}

.mission_area .top_ttl_h3 {
	text-indent: -0.5rem;
}

.vision_area .top_ttl_h2,
.vision_area .top_ttl_h3,
.vision_area .cont_txt,
.concept_area .top_ttl_h2,
.concept_area .top_ttl_h3,
.concept_area .cont_txt,
.team_name_area .top_ttl_h2,
.team_name_area .cont_txt,
.logo_team_color_area .top_ttl_h2,
.logo_team_color_area .cont_txt,
.history_area .top_ttl_h2,
.company_area .top_ttl_h2 {
	text-align: center;
}

.vision_area .top_ttl_h2,
.vision_area .top_ttl_h3,
.concept_area .top_ttl_h2,
.concept_area .top_ttl_h3,
.team_name_area .top_ttl_h2,
.logo_team_color_area .top_ttl_h2,
.history_area .top_ttl_h2,
.company_area .top_ttl_h2 {
	color: var(--green_color);
}

.cont_txt {
	position: relative;
	font-weight: 500;
	font-size: 1rem;
	line-height: 2;
	z-index: 1;
}

.team_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2rem 0;
}

.team_table th,
.team_table td {
	padding-top: 2rem;
	padding-bottom: 2rem;
	line-height: 2;
	border-bottom: solid 1px var(--black_color);
}

.team_table th {
	width: 20rem;
	font-weight: 700;
	text-align: center;
}

.team_table td {
	padding-right: 2rem;
	padding-left: 2rem;
	width: calc(100% - 20rem);
	font-weight: 500;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.top_ttl_h3 {
		font-size: min(
			max(30px, calc(1.875rem + ((1vw - 3.75px) * 0.9398))),
			40px
		);
	}
}

@media screen and (max-width: 1024px) {
	.top_ttl_h2 {
		margin-bottom: 2rem;
		font-size: 1.2rem;
	}

	.top_ttl_h3 {
		margin-bottom: 2rem;
	}

	.cont_txt {
		font-size: 0.9334rem;
	}

	.team_table th,
	.team_table td {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
		font-size: 0.9334rem;
	}

	.team_table th {
		width: 20.5vw;
	}

	.team_table td {
		padding-right: 0.6rem;
		padding-left: 0.6rem;
		width: calc(100% - 20vw);
	}
}

@media screen and (max-width: 768px) {
	.en_ttl_sub {
		right: 0;
		left: 0;
		margin: auto;
	}

	.team_table {
		border-spacing: 0.667rem 0;
	}
}

@media screen and (max-width: 480px) {
	.vision_area .cont_txt,
	.concept_area .cont_txt,
	.team_name_area .cont_txt,
	.logo_team_color_area .cont_txt {
		text-align: left;
	}
}

/* ===========================================
	mission
============================================== */
.mission_area {
	position: relative;
	padding-top: 6.667rem;
	padding-bottom: 7.0667rem;
	color: var(--white_color);
	border-radius: 3.334rem;
}

.mission_area .en_ttl_sub {
	right: 0;
	bottom: 0;
	width: 6.2rem;
	height: 28.5334rem;
	background-image: url(../images/page/mission.svg);
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.mission_area .en_ttl_sub {
		width: 6.46vw;
		height: 29.67vw;
	}
}

@media screen and (max-width: 1024px) {
	.mission_area {
		padding-top: 3.8667rem;
		padding-bottom: 5.0667rem;
		border-radius: 1.2667rem;
	}
}

@media screen and (max-width: 768px) {
	.mission_area {
		border-radius: 0 0 1.2667rem 1.2667rem;
	}

	.mission_area .en_ttl_sub {
		top: -1.5vw;
		bottom: auto;
		width: 10.6rem;
		height: 1.83rem;
		background-image: url(../images/page/mission_sp.svg);
	}
}

@media screen and (max-width: 480px) {
	.mission_area .en_ttl_sub {
		top: -0.93rem;
	}
}

/* ===========================================
	vision
============================================== */
.vision_area {
	position: relative;
	padding-top: 6.667rem;
	padding-bottom: 6.667rem;
}

.vision_area .yellow_chochin_wrap {
	position: absolute;
	top: 2rem;
	right: -4.667rem;
}

.vision_area .en_ttl_sub {
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 6.334rem;
	height: 26.6rem;
	/*color: var(--yellow_green_color);
	transform: translateY(-50%);*/
	background-image: url(../images/page/vision.svg);
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.vision_area .yellow_chochin_wrap {
		right: -4rem;
	}

	.vision_area .en_ttl_sub {
		width: 6.6vw;
		height: 27.73vw;
	}
}

@media screen and (max-width: 1024px) {
	.vision_area {
		padding-top: 4.8rem;
		padding-bottom: 5rem;
	}

	.vision_area .yellow_chochin_wrap {
		width: 12.4rem;
		height: 6.667rem;
	}
}

@media screen and (max-width: 768px) {
	.vision_area .yellow_chochin_wrap {
		top: -2.6rem;
		right: -2rem;
	}

	.vision_area .en_ttl_sub {
		width: 8.8rem;
		background-image: url(../images/page/vision_sp.svg);
	}
}

@media screen and (max-width: 480px) {
	.vision_area .yellow_chochin_wrap {
		right: -1.334rem;
	}
}

/* ===========================================
	concept
============================================== */
.concept_area {
	position: relative;
	padding-top: 6.667rem;
	padding-bottom: 6.667rem;
	border-radius: 3.334rem;
	background-color: var(--pale_green_color);
}

.concept_area .en_ttl_sub {
	top: 0;
	right: 0;
	bottom: 0;
	width: 4.5334rem;
	height: 30.4667rem;
	margin: auto;
	background-image: url(../images/page/concept.svg);
	/*color: var(--yellow_green_color);
	transform: translateY(-50%);*/
}

.concept_area .yellow_logo {
	bottom: -7.8667rem;
	left: -11.6rem;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.concept_area .en_ttl_sub {
		width: 4.73vw;
		height: 31.8vw;
	}
}

@media screen and (max-width: 1024px) {
	.concept_area {
		padding-top: 4.8rem;
		padding-bottom: 5rem;
		border-radius: 1.2667rem;
	}

	.concept_area .yellow_logo {
		top: -5.0667rem;
		bottom: auto;
		left: -2.5667rem;
		width: 10.2rem;
		height: 10.1334rem;
	}
}

@media screen and (max-width: 768px) {
	.concept_area .en_ttl_sub {
		width: 12.2rem;
		background-image: url(../images/page/concept_sp.svg);
	}
}

/* ===========================================
	team_name
============================================== */
.team_name_area {
	position: relative;
	padding-top: 6.667rem;
	padding-bottom: 22.2rem;
}

.team_name_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.team_name_wrap {
	padding-right: 2rem;
	margin-bottom: 5.334rem;
}

.team_name_area .en_ttl_sub {
	top: 0;
	left: 0;
	width: 6.1334rem;
	height: 38.8667rem;
	background-image: url(../images/page/teamname.svg);
	/*color: var(--yellow_green_color);*/
}

.team_name_area .green_logo {
	right: -13.334rem;
	bottom: -1rem;
}

.team_name_photo_wrap {
	position: absolute;
	left: -6.667rem;
	bottom: -15.5rem;
	width: 53.334rem;
	height: auto;
	aspect-ratio: 160 / 93;
	z-index: 1;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.team_name_area .en_ttl_sub {
		width: 6.4vw;
		height: 40.5vw;
	}
}

@media screen and (max-width: 1024px) {
	.team_name_area {
		padding-top: 4.8rem;
		padding-bottom: 30vw;
	}

	.team_name_wrap {
		margin-right: auto;
		margin-bottom: 2.6rem;
		margin-left: auto;
		padding-right: 1rem;
		max-width: 19.667rem;
		height: auto;
	}

	.team_name_photo_wrap {
		bottom: -24vw;
		left: 50%;
		width: calc(100% - 8rem);
		height: auto;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 768px) {
	.team_name_area {
		padding-bottom: 40vw;
	}

	.team_name_photo_wrap {
		width: calc(100% - 4rem);
	}

	.team_name_area .en_ttl_sub {
		width: 15.667rem;
		background-image: url(../images/page/teamname_sp.svg);
	}
}

@media screen and (max-width: 480px) {
	.team_name_photo_wrap {
		width: calc(100% - 2.667rem);
	}
}

/* ===========================================
	logo_team_color
============================================== */
.logo_team_color_area {
	position: relative;
	padding-top: 22.4rem;
	padding-bottom: 6.4rem;
	background-color: var(--pale_green_color);
	border-radius: 3.334rem;
}

.logo_team_color_area .en_ttl_sub {
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 7.667rem;
	height: 74.6rem;
	background-image: url(../images/page/logo.svg);
	/*color: var(--yellow_green_color);
	transform: translateY(-50%);*/
}

.logo_team_color_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5.2rem;
}

.taiko_left_img {
	bottom: -2rem;
	left: -5.4667rem;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.logo_team_color_area .en_ttl_sub {
		width: 8vw;
		height: 77.8vw;
	}
}

@media screen and (max-width: 1024px) {
	.logo_team_color_area {
		padding-top: 32.8vw;
		padding-bottom: 4.8667rem;
		border-radius: 1.2667rem;
	}

	.logo_team_color_wrap {
		margin-right: auto;
		margin-bottom: 2.667rem;
		margin-left: auto;
		max-width: 18.9334rem;
		width: 100%;
		height: auto;
	}

	.taiko_left_img {
		right: -2.6rem;
		bottom: -5.4667rem;
		left: auto;
	}
}

@media screen and (max-width: 768px) {
	.logo_team_color_area .en_ttl_sub {
		width: 17rem;
		height: 5rem !important;
		background-image: url(../images/page/logo_sp.svg);
	}

	/*.logo_team_color_area .en_ttl_sub .mb_br {
		display: block;
	}*/
}

/* ===========================================
	history
============================================== */
.history_area {
	position: relative;
	padding-top: 6.667rem;
	padding-bottom: 6.667rem;
	z-index: 1;
}

.history_area .en_ttl_sub {
	top: 0;
	bottom: 0;
	left: 0;
	width: 6.2rem;
	height: 36.6rem;
	background-image: url(../images/page/history.svg);
	/*color: var(--yellow_green_color);
	transform: translateY(-50%);*/
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.history_area .en_ttl_sub {
		width: 6.5vw;
		height: 38.2vw;
	}
}

@media screen and (max-width: 768px) {
	.history_area .en_ttl_sub {
		width: 11.6rem;
		background-image: url(../images/page/history_sp.svg);
	}
}

/* ===========================================
	company
============================================== */
.company_area {
	position: relative;
	padding-top: 6.667rem;
	padding-bottom: 6.667rem;
	background-color: var(--pale_green_color);
	border-radius: 3.334rem;
	z-index: 0;
}

.company_area .en_ttl_sub {
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 6.8667rem;
	height: 36.667rem;
	background-image: url(../images/page/company.svg);
	/*color: var(--yellow_green_color);
	transform: translateY(-50%);*/
}

.company_area .yellow_logo {
	display: none;
}

/* ============
	responsive
================ */
@media screen and (max-width: 1439px) {
	.company_area .en_ttl_sub {
		width: 7.2vw;
		height: 38.2vw;
	}
}

@media screen and (max-width: 1024px) {
	.history_area,
	.company_area {
		padding-top: 4.8rem;
		padding-bottom: 5rem;
	}

	.company_area {
		border-radius: 1.2667rem;
	}

	.company_area .yellow_logo {
		position: absolute;
		top: -5.5rem;
		left: -2.8rem;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.company_area .en_ttl_sub {
		width: 13.667rem;
		background-image: url(../images/page/company_sp.svg);
	}

	.vision_area .en_ttl_sub,
	.concept_area .en_ttl_sub,
	.team_name_area .en_ttl_sub,
	.logo_team_color_area .en_ttl_sub,
	.history_area .en_ttl_sub,
	.company_area .en_ttl_sub {
		position: static;
		margin-bottom: 2.667rem;
		height: 1.83rem;
		/*text-align: center;
		transform: translateY(0);*/
	}
}
