@charset "UTF-8";
/* CSS Document */

/*
	若手社員クロストーク
-----------------------------------------------------------------------------------------------*/
/* 写真角丸
============================== */
#ctsWrapper img[src*="ph_"]{
	border-radius: var(--br20);
	overflow: hidden;
}

/* プロフィール
============================== */
.opening{
	margin-bottom: -100px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.profile{
	background: #fff;
	padding: 160px 0 60px;
	position: relative;
}
.profile::before{
	bottom: 0;
	background: var(--gdRainbow);
	content: '';
	height: 5px;
	left: 0;
	width: 100%;
	position: absolute;
}
.proList{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 0 auto;
	max-width: var(--width1000);
	gap: 53px;
}
.proList li{
	font-size: 1.2rem;
	max-width: 180px;
	text-align: center;
}
.proImg{
	position: relative;
}
.proType{
	align-items: center;
	bottom: -10px;
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-weight: 700;
	height: 22px;
	justify-content: center;
	left: 50%;
	letter-spacing: .1rem;
	line-height: 1;
	position: absolute;
	transform: translate(-50%, 0);
	width: 60px;
}
.proName{
	font-family: var(--ffEn);
	font-size: 2.0rem;
	font-weight: 700;
	margin: 28px 0 8px;
}
.proJob{
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 30px;
}
.proTxt{
	line-height: 1.8;
	text-align: justify;
}
/* category01 */
.category01 .proType{
	background: var(--colorCategory01);
}
.category01 .proName{
	color: var(--colorCategory01);
}
/* category02 */
.category02 .proType{
	background: var(--colorCategory02);
}
.category02 .proName{
	color: var(--colorCategory02);
}

/*
	INDEX
-----------------------------------------------------------------------------------------------*/
/* common
============================== */
.theme{
	align-items: center;
	background: #fff;
	border-radius: 11px;
	color: var(--colorPrimary);
	display: flex;
	font-size: 1.2rem;
	height: 22px;
	justify-content: center;
	width: 70px;
}

.index{
	margin: 0 auto;
	max-width: var(--width1000);
	padding: 100px 0;
}
.indexHead{
	color: var(--colorPrimary);
	font-family: var(--ffEn);
	font-size: 3.0rem;
	font-weight: 700;
	letter-spacing: .3rem;
	margin-bottom: 16px;
	text-align: center;
}
.indexList{
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
}
.indexList li{
	width: calc((100% - 50px)/2);
}
.indexAnchor{
	align-items: center;
	border-bottom: 1px solid #ccc;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: 20px;
	height: 64px;
	position: relative;
}
/* 下線 */
.indexAnchor::before{
	background: var(--colorPrimary);
	bottom: -1px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	transition: width .3s;
	width: 65px;
}
/* 矢印 */
.indexAnchor::after{
	content: "";
	display: inline-block;
	width: 20px;
	aspect-ratio: 1/1;
	background: url("../images/ico_arrow_wh.svg") var(--colorPrimary) no-repeat center center / 8px auto;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(90deg);
	transition: background-color 0.3s;
}
@media (any-hover: hover){
	/* 下線 */
	.indexAnchor:hover::before{
		transition: width .3s;
		width: 100%;
	}
	/* 矢印 */
	.indexAnchor:hover::after{
		background-color: #000;
		transition: background-color 0.3s;
	}
}

/*
	クロストーク本文
-----------------------------------------------------------------------------------------------*/
/* 見出し
============================== */
.themeHeadKvArea{
	display: flex;
	flex-direction: column-reverse;
	gap: 40px;
	margin-bottom: 50px;
}
.themeHead{
	color: var(--colorPrimary);
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .3rem;
	line-height: 1;
	text-align: center;
}
.themeHead .theme{
	letter-spacing: 0;
	margin: 0 auto 16px;
}
/* 写真
============================== */
.imgWide{
	max-height: 400px;
	overflow: hidden;
}
.imgWide img{
	border-radius: 0!important;
	width: 100%;
}
/* box
============================== */
[id^="theme"] .ctsArea{
	display: flex;
	gap: 65px;
	margin: 105px auto;
}
[id^="theme"] .reverse{
	flex-direction: row-reverse;
}
.themeList{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
}
.themeList.w810{
	width: 810px;
}
.themeList li{
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
}
/* アイコン
============================== */
[class^="icon"]{
	color: transparent;
	height: 70px;
	position: relative;
	width: 70px;
}
[class^="icon"]::before{
	bottom: -20px;
	color: var(--colorCategory01);
	font-family: var(--ffEn);
	font-size: 1.2rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	text-indent: 0;
	transform: translate(-50%, 0);
}
/* R.Y */
.iconRy{
	background: url(../images/ph_crosstalk_thumbnail01_pc.png) no-repeat center /cover;
}
.iconRy::before{
	content: 'R.Y';
}
/* S.M */
.iconSm{
	background: url(../images/ph_crosstalk_thumbnail02_pc.png) no-repeat center /cover;
}
.iconSm::before{
	content: 'S.M';
}
/* A.M */
.iconAm{
	background: url(../images/ph_crosstalk_thumbnail03_pc.png) no-repeat center /cover;
}
.iconAm::before{
	content: 'A.M';
}
/* A.Y */
.iconAy{
	background: url(../images/ph_crosstalk_thumbnail04_pc.png) no-repeat center /cover;
}
.iconAy::before{
	content: 'A.Y';
	color: var(--colorCategory02);
}
/* ふきだし
============================== */
.themeTxt{
	background: #fff;
	border-radius: 10px;
	font-size: 1.4rem;
	padding: 30px;
	position: relative;
	text-align: justify;
	width: calc(100% - 100px);
}
.themeTxt::before{
	background: #fff;
	border-radius: 3px;
	content: '';
	height: 18px;
	left: -9px;
	position: absolute;
	top: 50%;
	transform: translate(0, 
	-50%) rotate(45deg);
	width: 18px;
	z-index: -1;
}

.ending{
	text-align: center;
}
@media screen and (max-width:812px){
	/*
		若手社員クロストーク
	-----------------------------------------------------------------------------------------------*/
	/* プロフィール
	============================== */
	.opening{
		margin-bottom: -100px;
		margin-inline: auto;
		max-width: 500px;
		padding-inline: 25px;
	}
	.profile{
		padding: 130px 25px 70px;
	}
	.proList{
		flex-wrap: wrap;
		gap: 15px 20px;
		max-width: 500px;
	}
	.proList li{
		max-width: calc((100% - 20px)/2);
	}
	.proImg{
		margin: 0 auto;
		width: 140px;
	}
	.proType{
		bottom: -10px;
		border-radius: 3px;
		height: 22px;
		letter-spacing: .1rem;
		width: 60px;
	}
	.proName{
		font-size: 1.8rem;
		margin: 20px 0 5px;
	}
	.proJob{
		line-height: 1.5;
		margin-bottom: 10px;
	}
	.proTxt{
		line-height: 1.5;
	}

	/*
		INDEX
	-----------------------------------------------------------------------------------------------*/
	/* common
	============================== */
	.theme{
		border-radius: 11px;
		font-size: 1.1rem;
		height: 16px;
		width: 62px;
	}

	.index{
		max-width: 500px;
		padding: 70px 25px;
	}
	.indexHead{
		font-size: 2.5rem;
		margin-bottom: 6px;
	}
	.indexList{
		flex-direction: column;
		gap: 0 50px;
	}
	.indexList li{
		width: 100%;
	}
	.indexAnchor{
		font-size: 1.4rem;
		gap: 12px;
		height: 70px;
		line-height: 1.3;
		padding-right: 60px;
	}

	/*
		クロストーク本文
	-----------------------------------------------------------------------------------------------*/
	/* 見出し
	============================== */
	.themeHeadKvArea{
		gap: 30px;
		margin-bottom: 30px;
	}
	.themeHead{
		font-size: 2.0rem;
		letter-spacing: .2rem;
		line-height: 1.4;
		padding-inline: 25px;
	}
	.themeHead .theme{
		letter-spacing: 0;
		margin: 0 auto 10px;
	}
	/* 写真
	============================== */
	.imgWide{
		height: auto;
	}
	/* box
	============================== */
	[id^="theme"]{
		padding-top: 20px;
	}
	[id^="theme"] .ctsArea{
		flex-direction: column;
		gap: 30px;
		margin: 30px auto;
	}
	[id^="theme"] .reverse{
		flex-direction: column;
	}
	.themeList{
		gap: 15px;
	}
	.themeList.w810{
		max-width: 500px;
		padding-inline: 25px;
		width: 100%;
	}
	.themeList li{
		align-items: start;
		gap: 20px;
		justify-content: start;
	}
	/* アイコン
	============================== */
	[class^="icon"]{
		height: 60px;
		width: 60px;
	}
	[class^="icon"]::before{
		bottom: -16px;
		font-size: 1.1rem;
	}
	/* R.Y */
	.iconRy{
		background: url(../images/ph_crosstalk_thumbnail01_sp.png) no-repeat center /cover;
	}
	/* S.M */
	.iconSm{
		background: url(../images/ph_crosstalk_thumbnail02_sp.png) no-repeat center /cover;
	}
	/* A.M */
	.iconAm{
		background: url(../images/ph_crosstalk_thumbnail03_sp.png) no-repeat center /cover;
	}
	/* A.Y */
	.iconAy{
		background: url(../images/ph_crosstalk_thumbnail04_sp.png) no-repeat center /cover;
	}
	/* ふきだし
	============================== */
	.themeTxt{
		font-size: 1.3rem;
		line-height: 1.5;
		min-height: 75px;
		padding: 15px 20px;
		width: calc(100% - 80px);
	}
	.themeTxt::before{
		border-radius: 0 0 0 3px;
		height: 14px;
		left: -7px;
		top: 25px;
		transform: translate(0) rotate(45deg);
		width: 14px;
	}

	.ending{
		margin: 0 auto;
		max-width: 500px;
		padding-inline: 25px;
	}
}