@charset "UTF-8";

/*crosstalk_index
----------------------------------------*/
.crosstalk_index {
	padding-bottom: 11rem;
}
.crosstalk_index h2 {
	font-size: 3.5rem;
	text-align: center;
	font-weight: 500;
	margin: 5.6rem 0 7.8rem;
	line-height: 1.55;
	color: #000;
	letter-spacing: .05em;
}
.crosstalk_index ul {
	max-width: 100rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.crosstalk_index ul li {
	width: 31.6%;
	margin: 0 0 3.9rem 2.6%;
}
.crosstalk_index ul li a span.num {
	font-weight: bold;
	font-size: 5.4rem;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	line-height: 1;
	letter-spacing: .08em;
	pointer-events: none;
	z-index: 2;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
	mix-blend-mode: screen;
}
.crosstalk_index ul li:nth-child(3n+1) {
	margin-left: 0;
}
.crosstalk_index ul li a {
	display: block;
	position: relative;
}
.crosstalk_index ul li figure {
	position: relative;
}
.crosstalk_index ul li figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 100%);
}
.crosstalk_index ul li figcaption {
	position: absolute;
	left: 2.5rem;
	right: 2.5rem;
	bottom: 2.5rem;
	line-height: 1.5;
	color: #fff;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	.crosstalk_index {
		padding-bottom: 6rem;
		margin: 0 3rem;
	}
	.crosstalk_index h2 {
		font-size: 2rem;
		margin: 3rem 0;
	}
	.crosstalk_index ul {
		display: block;
	}
	.crosstalk_index ul li {
		width: auto;
		margin: 0 0 3.9rem;
	}
	.crosstalk_index ul li a::before {
		font-size: 6rem;
	}
}

/*crosstalk_member
----------------------------------------*/
.crosstalk_member {
	color: #000;
	padding: 8.6rem 2rem 9.9rem;
	text-align: center;
}
.crosstalk_member h2 {
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 7rem;
}
.crosstalk_member h2 + p {
	font-size: 1.6rem;
	line-height: 2.2;
	margin: -4rem 0 4.8rem;
	letter-spacing: .05em;
}
.crosstalk_member h3 {
	margin-bottom: 3.3rem;
}
.crosstalk_member h3 span {
	display: inline-block;
	width: 14.6rem;
	background: #E7380D;
	border-radius: .8rem;
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	padding: .3rem;
	position: relative;
}
.crosstalk_member h3 span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.1rem .7rem 0;
	border-color: #E7380D transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1rem;
	margin: 0 auto;
}
.crosstalk_member ul {
	display: flex;
	justify-content: center;
}
.crosstalk_member ul li {
	width: 38.9rem;
	position: relative;
}
.crosstalk_member ul.col3 li {
	width: 33rem;
}
.crosstalk_member ul.col4 li {
	width: 26rem;
}
.crosstalk_member ul li + li::before {
	content: '';
	display: block;
	width: 2px;
	background: #F8F7F7;
	position: absolute;
	top: 1.4rem;
	left: -.1rem;
	bottom: 7rem;
}
.crosstalk_member ul figure {
	width: 17.4rem;
	margin: 0 auto .8rem;
}
.crosstalk_member .join {
	font-size: 1.4rem;
	letter-spacing: .05em;
	color: #E7380D;
	margin: 0;
}
.crosstalk_member .name {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin: 0 0 .2rem;
	line-height: 1.6;
}
.crosstalk_member .affiliation {
	opacity: .4;
	margin: 0 0 .5rem;
	letter-spacing: .05em;
}
.crosstalk_member .txt {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
	.crosstalk_member {
		padding: 4rem 5% 2rem;
	}
	.crosstalk_member h2 {
		font-size: 2.2rem;
		margin-bottom: 4rem;
	}
	.crosstalk_member h2 + p {
		font-size: 1.5rem;
		line-height: 2;
		margin: -2rem 0 4rem;
	}
	.crosstalk_member h3 span {
		width: 12.1rem;
		font-size: 1.75rem;
	}
	.crosstalk_member ul {
		flex-wrap: wrap;
	}
	.crosstalk_member ul li,
	.crosstalk_member ul.col3 li,
	.crosstalk_member ul.col4 li {
		width: 50%;
		margin-bottom: 2rem;
	}
	.crosstalk_member ul li:nth-child(2n+1)::before {
		display: none;
	}
	.crosstalk_member ul figure {
		width: 12.4rem;
	}
	.crosstalk_member .join {
		font-size: 1.3rem;
	}
	.crosstalk_member .name {
		font-size: 2.5rem;
	}
	.crosstalk_member .affiliation {
		font-size: 1.3rem;
	}
	.crosstalk_member .txt {
		font-size: 1.6rem;
	}
}

/*crosstalk_contents
----------------------------------------*/
.crosstalk_contents {
	color: #000;
	padding-bottom: 11rem;
}
.crosstalk_contents .inner {
	padding: 6.3rem 2rem 6.4rem;
	margin-bottom: 5.4rem;
	background: #F8F7F7;
}
.crosstalk_contents h2 {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 5.5rem;
}
.crosstalk_contents h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin: -4.5rem 0 5.5rem;
}
.crosstalk_contents ul {
	width: 83rem;
	margin: 0 auto;
}
.crosstalk_contents ul li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.crosstalk_contents ul li + li {
	margin-top: 1.3rem;
}
.crosstalk_contents ul li figure {
	width: 8.7rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}
.crosstalk_contents ul li:nth-child(2n) figure {
	order: 1;
}
.crosstalk_contents ul.reverse li:nth-child(2n) figure {
	order: 0;
}
.crosstalk_contents ul.reverse li:nth-child(2n+1) figure {
	order: 1;
}
.crosstalk_contents ul li .balloon {
	width: 69.6rem;
	background: #fff;
	font-size: 1.6rem;
	padding: 2rem 2.6rem 1.9rem;
	letter-spacing: .05em;
	line-height: 1.5;
	position: relative;
	margin-bottom: 2rem;
}
.crosstalk_contents ul li .balloon::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 2rem 1rem 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: -1.8rem;
	top: 3.3rem;
}
.crosstalk_contents ul li:nth-child(2n) .balloon::before {
	right: -1.8rem;
	left: auto;
	border-width: 1rem 0 1rem 2rem;
	border-color: transparent transparent transparent #fff;
}
.crosstalk_contents ul.reverse li:nth-child(2n) .balloon::before {
	right: auto;
	left: -1.8rem;
	border-width: 1rem 2rem 1rem 0;
	border-color: transparent #fff transparent transparent;
}
.crosstalk_contents ul.reverse li:nth-child(2n+1) .balloon::before {
	right: -1.8rem;
	left: auto;
	border-width: 1rem 0 1rem 2rem;
	border-color: transparent transparent transparent #fff;
}
.crosstalk_contents .img {
	width: 83rem;
	margin: 4rem auto 7.4rem;
}
@media screen and (max-width: 767px) {
	.crosstalk_contents {
		padding: 0 5% 5rem;
	}
	.crosstalk_contents .inner {
		padding: 4rem 5%;
		margin: 0 -5vw 3rem;
	}
	.crosstalk_contents h2 {
		font-size: 2.2rem;
		margin-bottom: 4rem;
	}
	.crosstalk_contents h3 {
		font-size: 1.8rem;
		margin: -3.5rem 0 4rem;
	}
	.crosstalk_contents ul {
		width: auto;
	}
	.crosstalk_contents ul li + li {
		margin-top: 2rem;
	}
	.crosstalk_contents ul li figure {
		width: 7.25rem;
		font-size: 1.4rem;
	}
	.crosstalk_contents ul li .balloon {
		flex: 1;
		width: auto;
		margin-left: 2rem;
		font-size: 1.5rem;
		padding: 1.5rem 2rem;
		margin-bottom: 0;
	}
	.crosstalk_contents ul li:nth-child(2n) .balloon {
		margin-left: 0;
		margin-right: 2rem;
	}
	.crosstalk_contents ul.reverse li:nth-child(2n) .balloon {
		margin-left: 2rem;
		margin-right: 0;
	}
	.crosstalk_contents ul.reverse li:nth-child(2n+1) .balloon {
		margin-left: 0;
		margin-right: 2rem;
	}
	.crosstalk_contents ul li .balloon::before {
		top: 2.5rem;
		left: -1.5rem;
	}
	.crosstalk_contents ul li:nth-child(2n) .balloon::before {
		right: -1.5rem;
		left: auto;
	}
	.crosstalk_contents ul.reverse li:nth-child(2n) .balloon::before {
		top: 2.5rem;
		left: -1.5rem;
	}
	.crosstalk_contents ul.reverse li:nth-child(2n+1) .balloon::before {
		right: -1.5rem;
		left: auto;
	}
	.crosstalk_contents .img {
		width: auto;
		margin: 3rem auto 5rem;
	}
}

.recruit_person_talk .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 11rem;
}
.recruit_person_talk ul {
	margin: -58px -13px 0;
	position: relative;
}
.recruit_person_talk ul li {
	width: 31.6%;
	margin: 0 1.3rem;
	position: relative;
}
.recruit_person_talk ul li a {
	display: block;
}
.recruit_person_talk ul li a span.num {
	font-weight: bold;
	font-size: 5.4rem;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	line-height: 1;
	letter-spacing: .08em;
	pointer-events: none;
	z-index: 10;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #000;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
	mix-blend-mode: screen;
}
.recruit_person_talk ul li figure {
	position: relative;
}
.recruit_person_talk ul li figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.42) 100%);
}
.recruit_person_talk ul li figcaption {
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	letter-spacing: .05em;
	padding: 0 22px 25px;
	line-height: 1.45;
}
.recruit_person_talk .slick-next,
.recruit_person_talk .slick-prev {
	appearance: none;
	width: 1.9rem;
	height: 3.7rem;
	top: 50%;
	right: -2rem;
	margin-top: -2rem;
	z-index: 1001;
}
.recruit_person_talk .slick-prev {
	right: auto;
	left: -2rem;
}
.recruit_person_talk .slick-next::before,
.recruit_person_talk .slick-prev::before {
	content: '';
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border-top: .2rem solid #000;
	border-right: .2rem solid #000;
	transform: rotate(45deg);
	position: absolute;
	left: -1.4rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.recruit_person_talk .slick-prev::before {
	transform: rotate(-135deg);
	left: .6rem;
}
.recruit_person_talk_more,
.news_more {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: .05em;
	color: #E7380D;
	font-weight: 600;
	margin-top: 19px;
}
.recruit_person_talk_more span,
.news_more a {
	display: inline-block;
	position: relative;
	padding: 4px 54px 6px 0;
	position: relative;
}
.recruit_person_talk_more span::before,
.news_more a::before {
	content: '';
	display: block;
	width: 29px;
	height: 29px;
	border: 1px solid #E7380D;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	right: 0;
}
.recruit_person_talk_more span::after,
.news_more a::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #E7380D;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 13px;
}
@media screen and (max-width: 767px) {
	.recruit_person_talk {
		padding: 0 6.9767%;
	}
	.recruit_person_talk .inner {
		padding-bottom: 5rem;
	}
	.recruit_person_talk ul {
		display: block;
		margin: 0 -6.9767vw;
		position: relative;
	}
	.recruit_person_talk ul li {
		width: auto;
	}
	.recruit_person_talk ul li::before {
		top: 2.5rem;
		right: 2.5rem;
		width: 6.6rem;
		height: 4.6rem;
	}
	.recruit_person_talk ul li:nth-child(2):before {
		width: 8.2rem;
		height: 4.6rem;
	}
	.recruit_person_talk ul li:nth-child(3):before {
		width: 8rem;
		height: 4.6rem;
	}
	.recruit_person_talk ul li figcaption {
		padding: 0 25px 26px;
	}
	.recruit_person_talk .slick-next,
	.recruit_person_talk .slick-prev {
		right: 3.8rem;
	}
	.recruit_person_talk .slick-prev {
		right: auto;
		left: 3.8rem;
	}
}