@charset "UTF-8";
/*-----------------------------------
	voice_block（社員の声）
-----------------------------------*/
#voice_block {
	background: #fff;
	position: relative;
	overflow: hidden;
}
#voice_block::before {
	content: "WORKING";
	position: absolute;
	color: rgba(0, 0, 0, 0.04);
	font-size: 212px;
	font-weight: 700;
	right: -80px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	white-space: nowrap;
	pointer-events: none;
}
#voice_block .contents_inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* 下層：左右スライダー（Swiper 2つ / voice_lower_head 上） */
.voice_slider_wrap {
	width: 100%;
	overflow: hidden;
}
.voice_slider_frame {
	display: flex;
	flex-direction: column;
	width: 100%;
    height: 605px;
	gap: 10px;
	overflow: hidden;
}
.voice_slider_frame .voice_swiper {
	flex: 0 0 50%;
	width: 100%;
	height: 50%;
	min-height: 0;
	overflow: hidden;
}
.voice_slider_frame .voice_swiper .swiper-wrapper {
	align-items: stretch;
	transition-timing-function: linear;
}
.voice_slider_frame .voice_swiper .swiper-slide {
	width: 520px;
	height: 293px;
	box-sizing: border-box;
}
.voice_slider_frame .voice_swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* 下層：部門ヘッダー帯 */
.voice_lower_head {
	background: linear-gradient(90deg, #126CD9 0%, #0C9BEA 100%);
	color: #fff;
    padding: 110px 0 90px;
}
.voice_lower_head .contents_inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.voice_lower_dept {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
    margin: 0 0 50px;
}
.voice_lower_lead {
    /* max-width: 910px; */
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
}

/* 2x2 グリッド */
.voice_profile_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 40px;
}
.voice_profile_card {
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
}
.voice_profile_card:hover {
	opacity: 0.7;
}

/* 写真エリア */
.voice_profile_img {
	/* aspect-ratio: 1; */
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.voice_profile_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 部門名＋矢印 */
.voice_profile_caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
    padding: 20px 0 20px;
	border-bottom: 2px solid #B4C8E1;
}
.voice_profile_dept {
	font-size: 24px;
	font-weight: bold;
	color: #272727;
	margin: 0;
	padding-bottom: 6px;
	width: fit-content;
	line-height: 1.3;
}
.voice_profile_arrow {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

/* contact_block_other（下層用） */
#voice_block ~ #contact_block_other {
	margin: 80px 0;
}
#voice_block ~ #contact_block_other .contents_inner {
	position: static !important;
}

/* text_content */
#text_content {
	/* background-image: linear-gradient(180deg, rgba(235, 244, 253, 1) 80%, rgba(255, 255, 255, 1)); */
	background-color: #EBF4FD;
	padding: 80px 0 100px;
	position: relative;
}
#text_content::before {
	content: "WORKING";
	position: absolute;
	color: #FFFFFF;
	font-size: 212px;
	font-weight: 700;
	right: -442px;
	top: 498px;
	transform: rotate(90deg);
}
#text_content .white_box_style {
	background: #fff;
	padding: 60px 60px 50px;
	margin-bottom: 25px;
	position: relative;
	z-index: 10;
}
#text_content .white_box_style .lower_title_style {
    font-size: 34px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 4px solid #B4C8E1;
    position: relative;
}
#text_content .white_box_style .lower_title_style:before {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	background: #126CD9;
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 100;
}

/* 下層：本文・Q&A エリア */
.voice_detail_box {
	/* 画像の見本に合わせて、少しだけ上に寄せる場合は調整 */
	margin-top: 40px;
}
.voice_detail_header {
    margin-bottom: 60px;
}
.voice_detail_tag {
	display: inline-block;
	padding: 3px 30px;
	font-size: 18px;
	font-weight: 700;
	background-color: #126CD9;
	color: #fff;
    margin-bottom: 20px;
}
.voice_detail_name {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 3px solid #B4C8E1;
	display: flex;
    gap: 20px;
}
.voice_detail_name span {
	font-size: 34px;
	font-weight: bold;
	margin-left: 8px;
}

.voice_qa_block {
	display: flex;
	align-items: flex-start;
	gap: 70px;
	margin-bottom: 40px;
}
.voice_qa_text {
	/* flex: 1 1 auto; */
	width: 48%;
}
.voice_qa_img {
	/* flex: 0 0 40%; */
	width: calc(52% - 70px);
	max-width: 520px;
}
.voice_qa_img img {
	width: 100%;
	display: block;
	border-radius: 10px;
}
.voice_qa_title {
	font-size: 22px;
	font-weight: bold;
    color: #126CD9;
    padding-bottom: 15px;
    margin: 0px 0 25px;
    position: relative;
	padding-left: 44px;
	border-bottom: 1px solid #B4C8E1;
}
.voice_qa_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 34px;
	height: 34px;
	background-image: url(../img/voice/icon_faq.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.voice_qa_text p {
	font-size: 18px;
	line-height: 2.2;
}

.voice_detail_btn_wrap {
	text-align: center;
	margin-top: 20px;
}
/* contact_box_btn と同じスタイル（社員の声下層用） */
.voice_detail_btn_wrap .contact_box_btn {
	position: relative;
	display: inline-block;
	background: #D68D0D;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 15px 50px;
	border-radius: 5px;
	transition: ease 0.2s;
	border: 1px solid #D68D0D;
	text-decoration: none;
}
.voice_detail_btn_wrap .contact_box_btn:hover {
	background: #db8d06;
	transition: 0.2s;
}
.voice_detail_btn_wrap .contact_box_btn::before {
	content: "";
	background-image: url(../img/common/arrow_wh.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10.5px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* レスポンシブ */
@media screen and (max-width: 840px) {
	#voice_block::before {
		font-size: 140px;
		right: -120px;
	}
	#voice_block .contents_inner {
		width: 92%;
	}
	.voice_profile_grid {
		gap: 30px 20px;
	}
	.voice_profile_dept {
		font-size: 16px;
	}
	.voice_profile_arrow {
		width: 20px;
		height: 20px;
	}

	/* スライダー */
	.voice_slider_frame {
		height: 320px;
        min-height: 320px;
	}
	.voice_slider_frame .voice_swiper {
		flex: none;
	}
	.voice_slider_frame .voice_swiper .swiper-slide {
		width: 280px;
		height: 100%;
	}

	/* 部門ヘッダー帯 */
	.voice_lower_head {
		padding: 50px 0 60px;
	}
	.voice_lower_head .contents_inner {
		width: 92%;
	}
	.voice_lower_dept {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.voice_lower_lead {
		font-size: 16px;
		line-height: 1.85;
	}

	/* 本文・Q&A */
	#text_content {
		padding: 50px 0 70px;
	}
	#text_content .white_box_style {
		padding: 40px 40px 40px;
	}
	.voice_detail_box {
		margin-top: 24px;
	}
	.voice_detail_header {
		margin-bottom: 40px;
	}
	.voice_detail_tag {
		font-size: 16px;
		padding: 2px 20px;
		margin-bottom: 12px;
	}
	.voice_detail_name {
		font-size: 16px;
		flex-wrap: wrap;
		gap: 12px;
		padding-bottom: 16px;
	}
	.voice_detail_name span {
		font-size: 26px;
		width: 100%;
		margin-left: 0;
	}
	.voice_qa_block {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 36px;
	}
	.voice_qa_text {
		width: 100%;
	}
	.voice_qa_img {
		width: 100%;
		max-width: none;
	}
	.voice_qa_title {
		font-size: 18px;
		padding-left: 42px;
		padding-bottom: 12px;
		margin-bottom: 16px;
	}
	.voice_qa_title::before {
		width: 28px;
		height: 28px;
	}
	.voice_qa_text p {
		font-size: 16px;
	}
	.voice_detail_btn_wrap {
		margin-top: 32px;
	}
	.voice_detail_btn_wrap .contact_box_btn {
		font-size: 16px;
		padding: 18px 32px;
	}
}
@media screen and (max-width: 640px) {
	#voice_block::before {
		font-size: 100px;
		right: -90px;
	}
	#voice_block .contents_inner {
		width: 94%;
	}

	/* スライダー（SPで見えなくならないよう高さ・スライドを確保） */
	.voice_slider_wrap {
		min-height: 200px;
	}
	.voice_slider_frame {
		height: 200px;
        min-height: 200px;
        gap: 2px;
		justify-content: space-between;
	}
	.voice_slider_frame .voice_swiper {
		min-height: 0;
		height: calc(50% - 4px);
	}
	.voice_slider_frame .voice_swiper .swiper-slide {
		width: 170px;
		height: 100%;
	}
	/* .voice_slider_frame .voice_swiper .swiper-slide img {
		object-fit: cover;
	} */

	/* 部門ヘッダー帯 */
	.voice_lower_head {
		padding: 32px 0 40px;
	}
	.voice_lower_head .contents_inner {
		width: 94%;
	}
	.voice_lower_dept {
		font-size: 22px;
		margin-bottom: 16px;
		letter-spacing: 0.02em;
	}
	.voice_lower_lead {
		font-size: 14px;
		line-height: 1.8;
	}

	/* 本文・Q&A */
	#text_content {
		padding: 32px 0 50px;
	}
	#text_content::before {
		display: none;
	}
	#text_content .white_box_style {
		padding: 24px 20px 28px;
	}
	.voice_detail_box {
		margin-top: 16px;
	}
	.voice_detail_header {
		margin-bottom: 28px;
	}
	.voice_detail_tag {
		font-size: 14px;
		padding: 2px 16px;
		margin-bottom: 10px;
	}
	.voice_detail_name {
		font-size: 14px;
		gap: 8px;
		padding-bottom: 12px;
		border-bottom-width: 2px;
	}
	.voice_detail_name span {
		font-size: 20px;
	}
	.voice_qa_block {
		gap: 10px;
		margin-bottom: 28px;
	}
	.voice_qa_title {
		font-size: 16px;
		padding-left: 38px;
		padding-bottom: 10px;
		margin-bottom: 12px;
	}
	.voice_qa_title::before {
		width: 24px;
		height: 24px;
		top: 0;
	}
	.voice_qa_text p {
		font-size: 15px;
		line-height: 1.85;
	}
	.voice_detail_btn_wrap {
		margin-top: 24px;
	}
	.voice_detail_btn_wrap .contact_box_btn {
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		font-size: 15px;
		padding: 16px 24px;
	}
	.voice_profile_grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	#voice_block ~ #contact_block_other {
		margin: 50px 0;
	}
}
