@charset "utf-8";
/*
 environment-and-culture/crosstalk-young.css
*/
/* -----------------------------------------------
= page_title
----------------------------------------------- */
.page_title {
	height: auto;
	padding-bottom: 13rem;
}
.page_title .set {
	margin-right: 2rem;
	padding: 2rem;
}
.page_title .set h1 {
	margin: 0;
}
.page_title .set h1 .en {
	margin-right: .5em;
	padding: 0 .5em 0 0;
	border-right: 1px solid #D6082E;
}
.page_title .set h1 .jp {
	color: #D6082E;
	font-size: 1.8rem;
}
.page_title .set .title {
	font-size: 3rem;
	line-height: calc(45 / 30);
	letter-spacing: .02em;
}
.page_title .img img {
	height: calc(540 / 390 * 100vw);
}
@media print, screen and (min-width: 768px) {/* PC */
.page_title {
	height: max(calc(666 / 1280 * 100vw), 66.6rem);
	margin-bottom: 8rem;
	padding-bottom: 0;
}
.page_title .set {
	margin-right: 0;
	padding: 3rem 4.5rem 4rem;
}
.page_title .set h1 .en {
	font-size: 2rem;
}
.page_title .set h1 .jp {
	font-size: 2rem;
}
.page_title .set .title {
	margin-top: 1rem;
	font-size: 4rem;
}
.page_title .img img {
	height: auto;
}
}/* @media */
/* -----------------------------------------------
= intro
----------------------------------------------- */
.intro {
	padding: 0 2rem 6rem;
}
.intro h2 {
	margin-bottom: 3rem;
	color: #D6082E;
	font-size: 1.8rem;
	text-align: center;
}
.intro p {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.intro {
	padding: 0 4rem 8rem;
}
.intro p {
	line-height: 3.6rem;
	text-align: center;
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	padding: 0 0 10rem;
}
.profile h2 {
	margin-bottom: 3rem;
	color: #D6082E;
	font-size: 1.8rem;
	text-align: center;
}
.profile .swiper {
	padding: 0 0 4rem;
}
.profile .item .img {
	position: relative;
	margin-bottom: 1rem;
}
.profile .item a .img img {
	height: 18rem;
	object-fit: cover;
}
.profile .item .img .type {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1rem;
	color: #D6082E;
	background: #F4F4F4;
	border-radius: 0 0 1rem 0;
	font-size: 1.2rem;
	line-height: 3rem;
	letter-spacing: .02em;
}
.profile .item .img .type::before,
.profile .item .img .type::after {
	content: '';
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: url(../../img/shared/bg_round_gray.svg) no-repeat 50% / cover;
	transform: rotate(90deg);
}
.profile .item .img .type::before {
	bottom: -1rem;
	left: 0;
}
.profile .item .img .type::after {
	top: 0;
	right: -1rem;
}
.profile .item .name {
	margin-bottom: 1rem;
	color: #D6082E;
	font-size: 2rem;
	letter-spacing: .02em;
}
.profile .item .dev {
	margin-bottom: 1rem;
	color: #7B7B7B;
	font-size: 1.2rem;
	line-height: 2rem;
	letter-spacing: .02em;
}
.profile .item .text {
	font-size: 1.2rem;
	line-height: 2rem;
}
.profile .swiper-button-prev,
.profile .swiper-button-next {
	top: calc(90 / 375 * 100vw);
	width: 3.6rem;
	height: 3.6rem;
}
.profile .swiper-button-prev {
	left: 3.7rem;
}
.profile .swiper-button-next {
	right: 3.7rem;
}
.profile .swiper-button-prev::after,
.profile .swiper-button-next::after {
	width: 100%;
	height: 100%;
	background: url(../../img/shared/icon_circle_arrow.svg) no-repeat 50% / cover;
	font-size: 0;
	opacity: .9;
}
.profile .swiper-button-prev::after {
	transform: rotate(180deg);
}
.profile .swiper-button-disabled {
	opacity: 0;
}
.profile .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.profile .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .5rem;
}
.profile .swiper-pagination-bullet {
	width: .8rem;
	height: .8rem;
	border: 1px solid #D6082E;
	background: transparent;
	opacity: 1;
}
.profile .swiper-pagination-bullet-active {
	background: #D6082E;
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	padding: 0 0 12rem;
}
.profile .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem 3rem;
	max-width: 90rem;
	margin-inline: auto;
}
.profile .item {
	width: 28rem;
}
.profile .item:nth-child(2),
.profile .item:nth-child(5) {
	transition-delay: .8s;
}
.profile .item:nth-child(3) {
	transition-delay: 1.2s;
}
.profile .swiper-button-prev,
.profile .swiper-button-next,
.profile .swiper-pagination {
	display: none;
}
}/* @media */
@media(hover:hover) {
.profile .swiper-button-prev:hover,
.profile .swiper-button-next:hover {
	opacity: .8;
}
}/* @media */
/* -----------------------------------------------
= chapter
----------------------------------------------- */
.chapter {
	margin-bottom: 6rem;
}
.chapter .inner {
	padding: 0 2rem;
}
.chapter .img {
	margin: 0 -2em 4rem;
	padding: 5rem;
}
.chapter .img01 {
	background: url(../../img/environment-and-culture/crosstalk-young_chapter_bg01.jpg) no-repeat 50% / cover;
}
.chapter .img02 {
	background: url(../../img/environment-and-culture/crosstalk-young_chapter_bg02.jpg) no-repeat 50% / cover;
}
.chapter .img03 {
	background: url(../../img/environment-and-culture/crosstalk-young_chapter_bg03.jpg) no-repeat 50% / cover;
}
.chapter .img04 {
	background: url(../../img/environment-and-culture/crosstalk-young_chapter_bg04.jpg) no-repeat 50% / cover;
}
.chapter .img05 {
	background: url(../../img/environment-and-culture/crosstalk-young_chapter_bg05.jpg) no-repeat 50% / cover;
}
.chapter .img.js-inview img {
	opacity: 0;
	transition: opacity .8s 1.2s;
}
.chapter .img.js-inview.is-show img {
	opacity: 1;
}
.chapter .num {
	margin-bottom: 3rem;
	color: #D6082E;
	font-size: 1.4rem;
	letter-spacing: .02em;
}
.chapter h2 {
	margin-bottom: 3rem;
	font-size: 2rem;
	line-height: 3.4rem;
	letter-spacing: .02em;
}
.chapter h3 {
	margin-bottom: 2rem;
	color: #D6082E;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.chapter .item_wrap {
	margin-bottom: 3rem;
}
.chapter .item_wrap + .img {
	margin-top: 5rem;
}
.chapter .item {
	display: flex;
	align-items: start;
	gap: 0 2.2rem;
	margin-bottom: 2rem;
}
.chapter .item .name {
	width: 6rem;
}
.chapter .item .name span {
	display: block;
	margin-top: .6rem;
	font-size: 1.2rem;
	text-align: center;
}
.chapter .item .text {
	flex: 1;
	position: relative;
	padding: 1.5rem;
	background: #fff;
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: .02em;
}
.chapter .item .text::before {
	content: "";
	position: absolute;
	top: 2.6rem;
	width: 1.2rem;
	height: .9rem;
	background: #fff;
	clip-path: polygon(0 50%,100% 0,100% 100%);
}
.chapter .item:nth-child(odd) .text::before {
	left: -1.2rem;
}
.chapter .item:nth-child(even) .name {
	order: 2;
}
.chapter .item:nth-child(even) .text {
	order: 1;
}
.chapter .item:nth-child(even) .text::before {
	right: -1.2rem;
	transform: scaleX(-1);
}
@media print, screen and (min-width: 768px) {/* PC */
.chapter {
	display: flex;
	gap: 0 4rem;
	margin-bottom: 0;
}
.chapter .inner {
	padding: 0;
}
.chapter_img {
	width: calc(520 / 1280 * 100vw);
}
.chapter_img .img_set {
	position: sticky;
	top: 7.8rem;
}
.chapter_img .img_set .img {
	position: absolute;
	inset: 0;
	height: calc(100vh - 17.8rem);
	margin: 0;
	padding: 5rem;
	opacity: 0;
	transition: opacity .8s;
}
.chapter_img .img_set .img.is-active {
	opacity: 1;
}
.chapter_img .img_set .img img {
	object-fit: cover;
	height: calc(100vh - 17.8rem);
	opacity: 0;
	transition: opacity .8s .8s;
}
.chapter_img .img_set .img.is-active img {
	opacity: 1;
}
.chapter .inner {
	flex: 1;
	padding: 0 8rem 0 0;
}
.chapter .block {
	margin-bottom: 12rem;
}
.chapter .num {
	margin-bottom: 4rem;
	font-size: 1.8rem;
}
.chapter h2 {
	margin-bottom: 5.5rem;
	font-size: 3rem;
	line-height: 5.1rem;
}
.chapter h3 {
	font-size: 1.6rem;
	line-height: 3.2rem;
}
.chapter .item_wrap {
	margin-bottom: 6rem;
}
.chapter .item {
	gap: 0 2.4rem;
}
.chapter .item .name {
	width: 8rem;
}
.chapter .item .name span {
	font-size: 1.4rem;
}
.chapter .item .text {
	padding: 2rem;
}
.chapter .item .text::before {
	top: 2.6rem;
	width: 1.5rem;
	height: 1.2rem;
}
.chapter .item:nth-child(odd) .text::before {
	left: -1.5rem;
}
.chapter .item:nth-child(even) .text::before {
	right: -1.5rem;
}
}/* @media */
/* -----------------------------------------------
= end_contents
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.end_contents {
	position: relative;
	z-index: 1;
	background: #F4F4F4;
	padding-top: 12rem;
}
}/* @media */
/* -----------------------------------------------
= img_large
----------------------------------------------- */
.img_large {
	margin-bottom: 8rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.img_large {
	max-width: 112rem;
	margin: 0 auto 12rem;
}
}/* @media */
/* -----------------------------------------------
= column
----------------------------------------------- */
.column {
	margin: 0 1rem 8rem;
	padding: 4rem 1rem 1rem;
	background: url(../../img/environment-and-culture/crosstalk-young_column_bg.jpg) no-repeat 50% / cover;
	border-radius: 1rem;
}
.column h2 {
	color: #fff;
	text-align: center;
}
.column h2 span:first-child {
	display: block;
	margin-bottom: 2rem;
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
}
.column h2 span:last-child {
	display: block;
	margin-bottom: 3.5rem;
	font-size: 2rem;
	line-height: 3.4rem;
	letter-spacing: .02em;
}
.column .item {
	margin-bottom: 1rem;
	padding: 1.5rem;
	background: #fff;
	border-radius: 1rem;
}
.column .item .img {
	position: relative;
	margin-bottom: 2rem;
}
.column .item .img img {
	border-radius: 1rem;
}
.column .item .img span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1rem;
	color: #fff;
	background: #D6082E;
	border-radius: 1rem 0 1rem 0;
	font-size: 1.4rem;
	line-height: 2.8rem;
	letter-spacing: .02em;
}
.column .item h3 {
	color: #D6082E;
	font-weight: 700;
	text-align: center;
}
.column .item h3 span:first-child {
	display: block;
	margin-bottom: 1rem;
	font-family: "Lato", sans-serif;
	font-size: 1.3rem;
}
.column .item h3 span:last-child {
	display: block;
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height: 3.2rem;
}
.column .item p {
	font-size: 1.4rem;
	line-height: 2.4rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.column {
	max-width: 100rem;
	margin: 0 auto 12rem;
	padding: 6rem 6rem 4rem;
	border-radius: 2rem;
}
.column h2 span:first-child {
	margin-bottom: .5rem;
	font-size: 1.8rem;
}
.column h2 span:last-child {
	margin-bottom: 4rem;
	font-size: 3rem;
	line-height: 5.1rem;
}
.column .item {
	display: flex;
	align-items: center;
	gap: 0 4rem;
	margin-bottom: 2rem;
	padding: 2rem;
	border-radius: 2rem;
}
.column .item .img {
	width: 24rem;
	margin-bottom: 0;
}
.column .item .img img {
	height: 24rem;
	object-fit: cover;
}
.column .item .img span {
	font-size: 1.8rem;
	line-height: 3.4rem;
}
.column .item .set {
	flex: 1;
}
.column .item h3 {
	text-align: left;
}
.column .item h3 span:first-child {
	margin-bottom: .5rem;
	font-size: 1.8rem;
}
.column .item p {
	font-size: 1.6rem;
	line-height: 3rem;
}
}/* @media */
