@charset "utf-8";

/* SP */
@media screen and (max-width: 750px) {

#crosstalk {
	padding-bottom: 8vw;
	}

#crosstalk .hr {
	background: url(../hr/img/sp/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#crosstalk .boss {
	background: url(../boss/img/sp/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#crosstalk .worklife {
	background: url(../worklife/img/sp/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#crosstalk .main-ttl {
	margin: 0 auto;
	overflow: hidden;
	}

#crosstalk .intro-area {
	margin: 0 auto;
	}

#crosstalk .intro-area p {
	font-size: 4vw;
	line-height: 6.93vw;
	margin-top: 4.94vw;
	padding: 0 7.3vw 9vw;
	}

#crosstalk .member-area {
	position: relative;
	margin: 7.87vw 7.3vw 15.73vw;
	}

#crosstalk .member-ttl {
	width: 36vw;
	position: absolute;
	top: -3.6vw;
	left: 0;
	z-index: 1;
	}

#crosstalk .member-area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 0.26vw solid #000;
	margin-bottom: 0;
	padding: 2.8vw 7.5vw 4.14vw;
	}

#crosstalk .member-area li {
	width: 34.93vw;
	text-align: center;
	margin-top: 6.93vw;
	}

#crosstalk .member-area li img {
	width: 24vw;
	margin: 0 auto;
	}

#crosstalk .member-area .name {
	font-size: 3.2vw;
	line-height: 4.53vw;
	font-weight: 700;
	letter-spacing: 0.26vw;
	margin-top: 1.34vw;
	}

#crosstalk .member-area .dept {
	font-size: 2.66vw;
	line-height: 4.26vw;
	margin-top: 0.27vw;
	}

#crosstalk section {
	display: inline-block;
	margin: 0 auto;
	padding: 0 7.3vw;
	}

#crosstalk section .section-ttl {
	width: 83.33%;
	padding: 0 0 6.66vw 0;
	}

#crosstalk section .section-ttl h3 {
	position: relative;
	font-size: 5.33vw;
	line-height: 7.73vw;
	font-weight: 700;
	font-feature-settings: "palt";
	transform: scale(1.2, 1);
	transform-origin: top left;
	}

#crosstalk .talk {
	display: flex;
	margin-bottom: 9.87vw;
	}

#crosstalk .person {
	width: 17.6vw;
	display: flex;
	align-items: center;
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.26vw;
	padding-top: 4.93vw;
	}

#crosstalk .person img {
	width: 17.6vw;
	padding-bottom: 2.4vw;
	}

#crosstalk .comment {
	width: calc(100% - 17.6vw);
	padding-left: 4.13vw;
	}

#crosstalk .comment p {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 3.46vw;
	line-height: 7.46vw;
	}

#crosstalk .photo {
	margin-bottom: 13.33vw;
	}

#crosstalk .btn-list {
	width: 100%;
	margin: 11vw auto 0;
	text-align: center;
	}

#crosstalk .link {
	display: inline-block;
	font-size: 5.33vw;
	font-weight: 700;
	transform: scale(1.2, 1);
	transform-origin: top left;
	border-bottom: 2px solid #000;
	margin: 0 0 0 -6vw;
	padding-bottom: 1.4vw;
	}

#crosstalk .link a {
	color: #000;
	text-decoration: none;
	}

.back-btn a {
	display: block;
	width: 64.4vw;
	margin: 0 auto;
	}

.back-btn img {
	width: 64.4vw;
	}

}/* SP end */


/* PC */
@media screen and (min-width: 751px) {

#crosstalk {
	padding-bottom: 70px;
	}

#crosstalk .main-area {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 120/56;
	}

#crosstalk .hr {
	background: url(../hr/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#crosstalk .boss {
	background: url(../boss/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#crosstalk .worklife {
	background: url(../worklife/img/main.jpg) center top no-repeat;
	background-size: auto 100%;
	}

#crosstalk .main-ttl {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	}

#crosstalk .intro-area {
	width: 852px;
	margin: 70px auto 0;
	padding: 0 114px;
	}

#crosstalk .intro-area p {
	font-size: 18px;
	line-height: 38px;
	margin-top: 42px;
	}

#crosstalk .member-area {
	position: relative;
	margin: 90px auto 0;
	}

#crosstalk .duo {
	width: 530px;
	}

#crosstalk .trio {
	width: 740px;
	}

#crosstalk .quad {
	width: 852px;
	}

#crosstalk .member-ttl {
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 1;
	}

#crosstalk .member-area ul {
	display: flex;
	justify-content: center;
	border: 2px solid #000;
	margin-bottom: 44px;
	padding: 54px 36px 32px;
	}

#crosstalk .member-area li {
	width: 200px;
	text-align: center;
	}

#crosstalk .member-area li img {
	width: 134px;
	margin: 0 auto;
	}

#crosstalk .member-area .name {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 15px;
	}

#crosstalk .member-area .dept {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	}

#crosstalk section {
	width: 1080px;
	margin: 0 auto;
	padding: 24px 0 61px;
	}

#crosstalk section .section-ttl {
	padding: 0 0 68px 230px;
	}

#crosstalk section .section-ttl h3 {
	width: 530px;
	font-size: 27px;
	line-height: 39px;
	font-weight: 700;
	font-feature-settings: "palt";
	transform: scale(1.2, 1);
	transform-origin: top left;
	}

#crosstalk .talk {
	display: flex;
	margin-bottom: 37px;
	padding: 0 230px;
	}

#crosstalk .person {
	width: 86px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 25px;
	}

#crosstalk .person img {
	width: 86px;
	padding-bottom: 12px;
	}

#crosstalk .comment {
	width: calc(100% - 86px);
	padding-left: 22px;
	}

#crosstalk .comment p {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 30px;
	}

#crosstalk .photo {
	margin-bottom: 68px;
	}

#crosstalk .photo img {
	width: 100%;
	height: auto;
	}

#crosstalk .btn-list {
	width: 1080px;
	margin: 92px auto 0;
	text-align: center;
	}

#crosstalk .link {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	transform: scale(1.2, 1);
	transform-origin: top left;
	border-bottom: 2px solid #000;
	margin: 0 0 0 -20px;
	padding-bottom: 9px;
	}

#crosstalk .link a {
	color: #000;
	text-decoration: none;
	}

.back-btn a {
	display: block;
	width: 320px;
	margin: 0 auto;
	}

}/* PC end */


/* 共通 タイトル */
.ttl-in {
	overflow: hidden;
	}

h2 {
	display: inline-block;
	}

.leftSlide {
	opacity: 0;
	}

.slideLeftRight {
	animation-name: slideTtlX100;
	animation-duration: .8s;
	animation-fill-mode: forwards;
	opacity: 0;
	}

.slideRightLeft {
	animation-name: slideTtlX-100;
	animation-duration: .8s;
	animation-fill-mode: forwards;
	opacity: 0;
	}

@keyframes slideTtlX100 {
from {
	transform: translateX(-100%);
	opacity: 0;
	}

to {
	transform: translateX(0);
	opacity: 1;
	}
}

@keyframes slideTtlX-100 {
from {
	transform: translateX(100%);
	opacity: 0;
	}

to {
	transform: translateX(0);
	opacity: 1;
	}
}