@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #353536;
	--color-primary: #66789E;
	--color-primary-shade: #324A74;
	--color-primary-tint: #9AA7C8;
	--color-secondary: #66789E;
	--color-table-border: #989898;
	--color-table-th: #DEE5F3;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #353536;
	--header-color-primary: #66789E;
	--header-color-primary-shade: #324A74;
	--header-color-primary-tint: #9AA7C8;
	/*------▼フッター設定▼------*/
	--footer-background: url(/wp-content/uploads/footer-bg.jpg.webp) no-repeat center center / cover;
	--footer-color-font: #353536;
	--footer-color-primary: #353536;
	/*------▼フォント設定▼------*/
	--font-family01: 'Hina Mincho', serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
#scrollUp {
	right: 10px !important;
	bottom: 65px !important;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-width: 260px;
		max-height: 80px;
	}
	#header ul.header__contact {
		position: relative;
		margin-left: 20px;
	}
	#header ul.header__contact::before {
		position: absolute;
		top: 20%;
		left: 0;
		display: block;
		height: 60%;
		border-left: 1px solid #CFCFCF;
		content: "";
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		font-weight: normal;
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 12px;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header ul.header__contact li:last-child {
		padding: 10px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn {
		width: 180px;
		background: linear-gradient(135deg, #9AA7C8, #324A74, #9AA7C8);
		background-size: 200% 100%;
		background-position: 0 0;
		border-radius: 5px;
		font-weight: 500;
	}
	#header a.head_btn.mail_btn:hover {
		background-position: 100% 0;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: normal;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header a.head_btn.mail_btn {
		width: 150px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo a {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
}
#footer .footer__logo a img {
	max-width: 260px;
	max-height: 80px;
	vertical-align: bottom;
}
#footer .footer_qr img {
	width: 100px;
}
#copyright {
	background: none;
}
@media only screen and (max-width: 768px) { /* タブレット以下 */
	#footer .footer__logo a img {
		max-height: 60px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: var(--px80); }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px var(--px80);
	border-radius: 5px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.btn_link {
	position: relative;
	display: inline-block;
	padding: 10px 60px 10px 0;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	line-height: 1.4;
}
.btn_link::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 30px;
	height: 30px;
	background: linear-gradient(135deg, #9AA7C8, #324A74);
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/**/
#wrapper {
	position: relative;
}
#wrapper::before {
	position: absolute;
	top: -50px;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: url(/wp-content/uploads/top-msg-bg.jpg.webp) no-repeat center top / 100% auto;
	content: "";
	z-index: -1;
}
.home #wrapper::before {
	top: 0;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home .post h1,
#contact_box h1,
#front-sectionPost h1 {
	font-size: var(--rem40w);
	font-weight: normal;
}
.home .post h1 span,
#contact_box h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	margin-bottom: 0.3em;
	color: var(--color-primary);
	font-size: var(--rem24);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.home .post h1,
	#contact_box h1,
	#front-sectionPost h1 {
		font-size: var(--rem30w);
	}
}
/**/
#top_msg .txt {
	font-size: var(--rem18);
	font-family: var(--font-family01);
}
#top_msg .txt p {
	line-height: 2.2;
}
/**/
#top_service::before {
	background: url(/wp-content/uploads/top-service-bg.jpg.webp) no-repeat center center / cover;
}
#top_service h1 {
	text-align: left;
}
#top_service .txt {
	padding: 0 5%;
}
#top_service .photo {
	position: relative;
	padding: var(--px50) 0;
}
#top_service .photo li:nth-child(1) {
	position: relative;
	width: 35%;
	z-index: 3;
}
#top_service .photo li:nth-child(2) {
	position: absolute;
	left: 20%;
	bottom: 0;
	width: 55%;
	z-index: 2;
}
#top_service .photo li:nth-child(3) {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	z-index: 1;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_service::before {
		width: 68.5vw;
		margin-right: 0;
	}
	#top_service .txt {
		width: 50%;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top_service .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_service .txt {
		margin-bottom: var(--px50);
	}
}
/**/
#top_recruit::before {
	background: url(/wp-content/uploads/top-talent-bg.jpg.webp) no-repeat center center / cover;
}
#top_recruit .in {
	border: 1px solid #fff;
}
/**/
#contact_box::before {
	background: linear-gradient(to right, #8FA2B3, #9EA2A4, #7F7F7F);
}
#contact_box,
#contact_box h1,
#contact_box h1 span {
	color: #fff;
}
#contact_box h1+p {
	font-size: var(--rem20);
	font-family: var(--font-family01);
}
#contact_box .btn {
	width: 760px;
	max-width: 90%;
	margin: auto;
}
.home #contact_box .btn {
	max-width: 100%;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-font);
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-size: var(--rem20);
	font-weight: 500;
}
#contact_box .btn .tel a b {
	font-size: var(--rem30w);
	font-weight: normal;
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn a:hover {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .mail a {
	background: linear-gradient(135deg, #9AA7C8, #324A74, #9AA7C8);
	background-size: 200% 100%;
	background-position: 0 0;
	color: #fff;
}
#contact_box .btn .mail a:hover {
	background-position: 100% 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
	#contact_box .btn a {
		min-height: 140px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost h1 {
	text-align: left;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
	font-weight: normal;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: normal;
	line-height: 1.4;
}
/**/
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2 {
	font-size: var(--rem24w);
}
.post h2:has(b) {
	font-size: var(--rem30w);
}
.post h2 b {
	display: block;
	margin-bottom: 0.4em;
	color: var(--color-primary);
	font-size: var(--rem24);
	font-weight: normal;
}
/**/
.post h3 {
	padding: 0;
	border: none;
	color: var(--color-primary);
	font-size: var(--rem24w);
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_msg .txt {
	font-size: var(--rem18);
}
#company_msg .txt p {
	line-height: 2.2;
}
#company_msg .photo {
	font-size: var(--rem14);
}
#company_msg .photo img {
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
}
#company_msg .photo table {
	width: auto;
	margin: 10px 0 0;
}
#company_msg .photo table th,
#company_msg .photo table td {
	padding: 0;
	color: var(--color-font);
}
#company_msg .photo table th {
	width: auto;
	padding-right: 1em;
	font-weight: normal;
	white-space: nowrap;
} 
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company_msg .txt {
		width: 61%;
	}
	#company_msg .photo {
		width: 33%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_msg .txt {
		margin-bottom: 20px;
	}
	#company_msg .photo {
		width: 70%;
		margin: 0 auto;
	}
}
/**/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_map iframe {
	width: 100%;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
.txt_msg01 {
	font-size: var(--rem18);
	font-family: var(--font-family01);
}
.txt_msg02 {
	font-size: var(--rem24w);
	font-family: var(--font-family01);
}
/*--------------------------------------------------
	タレント募集
--------------------------------------------------*/
#recruit_cat dl {
	border: 1px solid var(--color-primary);
}
#recruit_cat dt {
	padding: var(--px20);
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem24w);
	font-weight: normal;
	font-family: var(--font-family01);
	text-align: center;
}
#recruit_cat dd {
	padding: 20px;
}
#recruit_cat dd .txt_c {
	font-weight: 500;
}
#recruit_cat dd .txt_c.primary {
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#recruit_cat dl {
		width: 48.5%;
	}
	#recruit_cat dd {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit_cat dl+dl {
		margin-top: 20px;
	}
}
/**/
#recruit_service dt {
	margin-bottom: 15px;
}
#recruit_service dt img {
	border-radius: 50%;
}
#recruit_service dd {
	padding: 0;
	text-align: center;
}
#recruit_service dd .primary {
	margin-bottom: 0.5em;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	line-height: 1.5;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#recruit_service dl {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit_service dl+dl {
		margin-top: 20px;
	}
	#recruit_service dl {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#recruit_service dt {
		width: 40%;
		margin: 0;
	}
	#recruit_service dd {
		width: 55%;
	}
}
/**/
#recruit_flow ul {
	position: relative;
	counter-reset: number;
}
#recruit_flow ul::before {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	width: 20px;
	height: 100%;
	background: #D0D0D0;
	border-radius: 999px;
	content: "";
	z-index: -1;
}
#recruit_flow ul li {
	padding-left: 110px;
}
#recruit_flow ul li+li {
	margin-top: var(--px50);
}
#recruit_flow dt {
	position: relative;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	font-size: var(--rem24w);
	font-weight: normal;
	font-family: var(--font-family01);
	letter-spacing: 0.1em;
	line-height: 1.6;
}
#recruit_flow dt::before {
	position: absolute;
	top: 25px;
	left: -90px;
	display: block;
	width: 80px;
	border-bottom: 1px dashed #66789E;
	content: "";
	z-index: 1;
}
#recruit_flow dt::after {
	position: absolute;
	top: 0;
	left: -110px;
	width: 50px;
	height: 50px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	text-align: center;
	counter-increment: number;
	content: "0" counter(number);
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#recruit_flow dt span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem18);
}
#recruit_flow dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#recruit_flow ul li {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#recruit_flow dl {
		width: 50%;
	}
	#recruit_flow .photo {
		width: 45%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#recruit_flow ul::before {
		left: 15px;
		width: 10px;
	}
	#recruit_flow ul li {
		padding-left: 90px;
	}
	#recruit_flow dl {
		margin-bottom: 20px;
	}
	#recruit_flow dt::before {
		top: 20px;
		left: -70px;
		width: 60px;
	}
	#recruit_flow dt::after {
		left: -90px;
		width: 40px;
		height: 40px;
	}
}
/*--------------------------------------------------
	在籍タレント
--------------------------------------------------*/
#talents_list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
}
#talents_list li {
	width: 22%;
	margin-bottom: var(--px60);
}
#talents_list li a {
	display: block;
}
#talents_list li .photo {
	overflow: hidden;
	margin-bottom: 10px;
	aspect-ratio: 9 / 10;
}
#talents_list li .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#talents_list li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#talents_list li p {
	line-height: 1.6;
}
#talents_list li .ttl {
	font-size: var(--rem24w);
	font-weight: 500;
}
#talents_list li .name {
	color: var(--color-primary);
	font-size: var(--rem14);
	font-weight: 500;
}
@media only screen and (max-width: 820px) {  /* タブレット以下 */
	#talents_list {
		column-gap: 3.5%;
	}
	#talents_list li {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#talents_list {
		column-gap: 6%;
	}
	#talents_list li {
		width: 47%;
	}
}
/**/
#talents_detail h1 {
	font-size: var(--rem30w);
	font-weight: 500;
	font-family: var(--body-font-family);
	text-align: left;
}
#talents_detail h1 span {
	margin-left: 1em;
	color: var(--color-primary);
	font-size: var(--rem16);
}
#talents_detail h2 {
	padding: 6px 20px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem18);
	font-weight: 500;
	font-family: var(--body-font-family);
	text-align: left;
}
#talents_detail h2::after {
	display: none;
}
#talents_detail h3 {
	position: relative;
	padding-left: 26px;
	font-size: var(--rem18);
	font-weight: 500;
	font-family: var(--body-font-family);
}
#talents_detail h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 15px;
	border-bottom: 2px solid var(--color-primary);
	transform: translateY(-50%);
	content: "";
}
#talents_detail .contact {
	padding: 20px;
	border: 1px solid var(--color-primary);
	text-align: center;
}
#talents_detail .contact dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
}
#talents_detail .contact dd {
	padding: 0;
	font-size: var(--rem12);
}
#talents_detail .contact dd a {
	color: var(--color-font);
	font-size: var(--rem24w);
}
#talents_detail .contact dd a i {
	font-size: 80%;
	margin-right: 10px;
}
#talents_detail .voice li a {
	position: relative;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #E4E4E4;
	color: var(--color-font);
	line-height: 1.5;
}
#talents_detail .voice li a::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 25px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f0da';
	transform: translateY(-50%);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#talents_detail .voice {
		justify-content: flex-start;
		column-gap: 5%;
		row-gap: 20px;
	}
	#talents_detail .voice li {
		width: 16%;
	}
	#talents_detail .media {
		row-gap: var(--px60);
	}
	#talents_detail .media .box {
		width: 48.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#talents_detail .voice {
		column-gap: 3.5%;
	}
	#talents_detail .voice li {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#talents_detail h1 span {
		display: block;
		margin: 5px 0 0;
	}
	#talents_detail .voice li+li {
		margin-top: 15px;
	}
	#talents_detail .media .box+.box {
		margin-top: 40px;
	}
}
/**/
#photo_main {
	overflow: hidden;
	margin-bottom: var(--px30);
	aspect-ratio: 4 / 3;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}
#photo_thumb li {
	width: calc((100% / 4) - (20px * 3 / 4));
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_thumb {
		column-gap: 10px;
	}
	#photo_thumb li {
		width: calc((100% / 4) - (10px * 3 / 4));
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 15px 35px;
}