/*
Theme Name : テーマ名
*/
body {
	font-family: "Shippori Mincho", serif;
	color: #333;
	background-color: #fff;
}
.ly_main {
	font-size: 16px;
}
.sub_wrap {
	padding-bottom: 200px;
}
/* タイトル */
.ttl_top {
	text-align: center;
	border-bottom: 1px solid rgba(51,51,51,0.2);
	margin-bottom: 120px;
	padding: 200px 0 80px;
}
.ttl_top .ttl_gradation {
	font-family: "Cormorant Infant", serif;
	font-size: 110px;
	font-weight: 500;
	line-height: 1.2;
	background: linear-gradient(180deg, #888 0%, #333 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}
.ttl_top .ttl_sub {
	line-height: 1.5;
	/*margin-top: 14px;*/
	display: inline-block;
}
/* タイトル 詳細ページ */
.sub_wrap .ttl_top.ttl_single {
	text-align: left;
	padding: 280px 0 80px;
}
.sub_wrap .ttl_top.ttl_single h1 {
	width: 90%;
	max-width: 1160px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.5;
	margin: auto;
}
/* 改行用 */
.br_sp ,
.br_sp_800 ,
.br_sp_390 {
	display: none;
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.br_sp {
		display: block;
	}
}
@media screen and (max-width: 800px) {
	.br_sp_800 {
		display: block;
	}
}
@media screen and (max-width: 431px) {
	.br_sp_430 {
		display: none;
	}
}
@media screen and (max-width: 401px) {
	.br_sp_400 {
		display: none;
	}
}
@media screen and (max-width: 390px) {
	.br_sp_390 {
		display: block;
	}
}
@media screen and (max-width: 376px) {
	.br_sp_375 {
		display: none;
	}
}
/* パンくずリスト */
.breadcrumbs_wrap {
	border-top: 1px solid rgba(51,51,51,0.2);
}
/* 既存css変更 --- */
.el_breadcrumbs {
	margin: 0 auto;
	padding: 14px 140px;
	gap: 0 28px;
}
.el_breadcrumbs li + li:before {
	width: 8px;
	height: 1px;
	background-color: #333;
	border-radius: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	left: -18px;
}
.el_breadcrumbs li ,
.el_breadcrumbs a {
	line-height: 1.5;
}
.el_breadcrumbs li {
	color: #333;
}
.el_breadcrumbs a {
	color: rgba(51,51,51,0.5);
}
.pg_about .el_breadcrumbs {
	margin-top: 0;
}
/* 投稿が無い時 */
.txt_preparation {
	font-family: "Cormorant Infant", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
/* 既存css変更 ここまで --- */
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.sub_wrap {
		padding-bottom: 140px;
	}
	/* タイトル */
	.ttl_top {
		margin-bottom: 80px;
		padding: 130px 0 45px;
	}
	.ttl_top .ttl_gradation {
		font-size: 72px;
	}
	.ttl_top .ttl_sub {
		line-height: 1;
	}
	/* タイトル 詳細ページ */
	.sub_wrap .ttl_top.ttl_single {
		padding: 140px 0 60px;
		margin-bottom: 60px;
	}
	.sub_wrap .ttl_top.ttl_single h1 {
		font-size: 26px;
		line-height: 1.8;
	}
	/* 既存css変更 --- */
	/* パンくずリスト */
	.el_breadcrumbs {
		padding: 14px 5%;
	}
	/* 既存css変更 ここまで --- */
}
/* -------------------------
 Price 料金表
------------------------- */
.price_wrap {
	width: 90%;
	margin: 0 auto;
}
.price_wrap .price_category {
	width: 30%;
	max-width: 300px;
}
/* 既存css変更 --- */
.el_priceSide_ttl {
	font-size: 16px;
}
.el_sideSelect + .el_priceSide_ttl {
	margin-top: 30px;
}
.el_priceSide_ttl {
	font-weight: 400;
	line-height: 1.8;
	color: #333;
	margin-bottom: 8px;
}
.el_sideSelect {
	background: #fff;
	border: 1px solid rgba(51,51,51,0.2);
}
.el_sideSelect::before {
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	background-color: transparent;
    clip-path: none;
}
.el_sideSelect select {
	font-family: "Shippori Mincho", serif;
	color: rgba(51,51,51,0.4);
}
/* 既存css変更 ここまで --- */
.price_wrap .price_list {
	width: 66%;
	max-width: 700px;
}
.price_wrap .price_list h2 ,
.price_wrap .price_list h4 ,
.price_wrap .price_list .single_ttl ,
.price_wrap .price_list h5 {
	font-weight: 600;
	line-height: 1.5;
}
.price_wrap .price_list h2 {
	font-size: 38px;
	margin-bottom: 60px;
}
.price_wrap .price_list h4 ,
.price_wrap .price_list .single_ttl {
	font-size: 28px;
	color: #fff;
	background-color: #333;
	margin: 40px 0 30px;
	padding: 10px 14px;
}
.price_wrap .price_list h5 {
	font-size: 20px;
	padding-left: 14px;
	position: relative;
}
.price_wrap .price_list h5::before {
	content: "";
	width: 4px;
	height: 100%;
	background-color: #333;
	position: absolute;
	left: 0;
}
/* h4横のラベル */
.label_wrap {
	margin: 30px 0 10px;
}
.label_wrap .txt_label {
	width: 150px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background-color: #CEBC85;
	padding: 4px 12px;
	display: inline-block;
}
.price_list .table_ttl {
	position: relative;
}
.price_list .table_ttl h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	padding-right: 16px;
}
.price_list .table_ttl .txt_annotation {
	position: absolute;
	left: 0;
	bottom: -2em;
}
/* 注釈テキスト */
.txt_annotation {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(51,51,51,0.6);
}
/* 子カテゴリ名 */
.txt_category {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 2px solid #333;
	margin-top: 20px;
	padding-bottom: 20px;
}
.price_table {
	line-height: 1.8;
	border-top: 1px solid rgba(51, 51, 51, 0.6);
	padding: 2.2em 0 1.5em;
	display: flex;
}
.price_table.price_add {
	margin-top: -2.4em;
	padding: 1em 0 1.5em;
}
.price_table_wrap > .price_table:first-of-type ,
.price_table.price_add {
	border-top: none;
}
.price_table_wrap > .price_table:first-of-type {
	margin-top: 1.5em;
	padding: 1em 0 1.5em;
}
.price_table:last-of-type {
	border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}
.price_table .table_ttl {
	width: 50%;
}
.price_table .table_supplement ,
.price_table .table_price_view {
	width: 18%;
	text-align: left;
}
.price_table .table_price {
	width: 14%;
	text-align: right;
}
.price_table_txt {
	font-size: 14px;
	text-align: right;
	color: rgba(51,51,51,0.6);
	margin-top: 26px;
}
.section_space {
	margin-top: 100px;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	.price_wrap {
		max-width: 1160px;
		display: flex;
		justify-content: space-between;
	}
	.price_wrap .price_category {
		order: 1;
	}
	.price_wrap .price_list {
		order: 0;
	}
	/* h4横のラベル */
	.label_wrap {
		display: flex;
		align-items: center;
	}
	.label_wrap .txt_label {
		margin-left: 19px;
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.price_wrap .price_category {
		width: 85%;
		max-width: 320px;
		margin: 0 auto 50px;
	}
	.price_wrap .price_list {
		width: 100%;
	}
	.price_wrap .price_list h2 {
		font-size: 34px;
		margin-bottom: 50px;
	}
	.price_wrap .price_list h4 {
		font-size: 24px;
	}
	/* h4横のラベル */
	.label_wrap .txt_label {
		margin-top: 16px;
	}
	.price_list .table_ttl h6 {
		margin-bottom: 10px;
	}
	/* 注釈テキスト */
	.price_list .table_ttl .txt_annotation {
		display: block;
		position: static;
		bottom: 0;
	}
	/* 既存css変更 --- */
	.price_list .el_priceTable {
		margin-top: 2rem;
	}
	.price_list .el_priceTable_dd dt {
		width: 100%;
		margin-bottom: 0;
	}
	.price_list .el_priceTable_dd dd {
		width: 38%;
		line-height: 1.6;
	}
	.price_list .el_priceTable_dd dd:nth-of-type(2) {
		width: 28%;
	}
	.price_list .el_priceTable_dd dd:last-of-type {
		width: 34%;
	}
	/* 既存css変更 ここまで --- */
	.price_table_wrap {
		margin-top: 30px;
	}
	.price_table {
		padding: 1.8em 0 1.4em;
		flex-wrap: wrap;
	}
	.price_table.price_add {
		margin-top: -2.8em;
		padding: 1.4em 0;
	}
	.price_table_wrap > .price_table:first-of-type {
		margin-top: 0;
		padding: 0 0 1.4em;
	}
	.price_table .table_ttl {
		width: 100%;
	}
	.price_table .table_supplement {
		width: 38%;
	}
	.price_table .table_price_view {
		width: 28%;
	}
	.price_table .table_price {
		width: 34%;
	}
	.price_table_txt {
		margin-top: 20px;
	}
	/* 子カテゴリ名 */
	.txt_category {
		margin-top: 1em;
	}
}
/* -------------------------
 About クリニックについて
------------------------- */
.contents_wrap {
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
}
.about_ttl_gradation {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	color: transparent;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background: linear-gradient(150deg, #e8c968 36%, #555555 44%);
	-webkit-background-clip: text !important;
	background-clip: text !important;
	margin-bottom: 60px;
}
.about_top_txt {
	line-height: 2.2;
	text-align: center;
	margin-bottom: 80px;
}
/* HAAB BEAUTY CLINIC */
.about_txt_haab {
	margin-bottom: -4px;
}
.about_txt_haab img {
	width: 100%;
}
.slider_about .slick-slide {
	max-width: 100%;
}
.slider_about .slider-item {
	margin: 0 10px;
}
.slider_about .slider-item img {
	width: 100%;
}
/* Mission */
.line_gradation {
	width: 90%;
	text-align: center;
	border: 1px solid;
	border-image: linear-gradient(to right, #CEBC85 0%, #E3D3A5 34%, #CEBC85 71% ,#B3A783) 1;
	margin: 100px auto;
}
.gradation_space {
	background-color: rgba(255,255,255,0.6);
	margin: 10px;
	padding: 40px;
}
.line_gradation h2 {
	font-family: "Cormorant Infant", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}
.line_gradation .mission_ttl {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 30px;
}
.line_gradation p {
	line-height: 2.2;
}
.about_wrap .about_ttl {
	line-height: 1.8;
	margin-bottom: 60px;
}
.about_wrap .about_ttl h2 {
	font-family: "Cormorant Infant", serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
.about_wrap .about_ttl .about_ttl_c {
	text-align: center;
}
/* Feature */
.feature_wrap {
	margin-bottom: 160px;
}
.feature_wrap h2 {
	line-height: 1.8;
	text-align: center;
	margin-bottom: 60px;
}
.feature_list li {
	margin-bottom: 80px;
}
.feature_list .feature_txt dt {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.8;
	border-bottom: 1px solid rgba(51,51,51,0.2);
	padding-bottom: 20px;
}
.feature_list .feature_txt dd {
	line-height: 2.2;
	margin-top: 50px;
}
/* Flow */
.info_space {
	margin-bottom: 160px;
}
.about_info .info_txt ol li {
	padding: 0 0 50px 38px;
	position: relative;
}
.about_info .info_txt ol li::before ,
.about_info .info_txt ol li::after {
	content: "";
	background-color: #333;
	position: absolute;
	top: 10px;
}
.about_info .info_txt ol li::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50px;
	left: 0;
}
.about_info .info_txt ol li:not(:last-child)::after {
	width: 1px;
	height: 100%;
	left: 8px;
}
.about_info .info_txt li h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
	border-bottom: 1px solid rgba(51,51,51,0.2);
	margin-bottom: 16px;
	padding-bottom: 10px;
}
.about_info .info_txt li h3 span {
	font-family: "Cardo", serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin-right: 18px;
	display: inline-block;
	vertical-align: middle;
}
.about_info .info_txt li p {
	line-height: 1.8;
}
/* Information */
.about_info .info_txt dl {
	line-height: 1.8;
}
.about_info .info_txt dl > div {
	border-bottom: 1px solid rgba(51,51,51,0.2);
	padding: 30px 0;
	display: flex;
}
.about_info .info_txt dl dt {
	width: 120px;
	flex-shrink: 0;
}
.about_info .info_txt dl dd {
	flex: 1;
}
.about_info .info_txt dl dd .map_line {
	text-decoration: underline;
	margin-right: 8px;
	transition: 0.2s all;
}
.about_info .info_txt dl dd .map_line + img {
	transition: 0.2s all;
}
.about_info .info_txt dl dd img {
	display: inline;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	/* Mission */
	.line_gradation {
		max-width: 800px;
	}
	/* Feature */
	.feature_list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.feature_list .feature_img {
		width: 48%;
		max-width: 550px;
	}
	.feature_list .feature_txt {
		width: 48%;
		max-width: 530px;
	}
	.feature_list li:nth-child(2) .feature_img {
		order: 1;
	}
	.feature_list li:nth-child(2) .feature_txt {
		order: 0;
	}
	/* Flow */
	.about_info {
		display: flex;
		justify-content: space-between;
	}
	.about_info .info_txt {
		width: 60%;
		max-width: 677px;
	}
	/* hover */
	.about_info .info_txt dl dd .map_line:hover ,
	.about_info .info_txt dl dd .map_line:hover + img {
		opacity: 0.5;
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.about_ttl_gradation {
		font-size: 24px;
		letter-spacing: -1.8px;
		background: linear-gradient(150deg, #e8c968 8%, #555555 44%);
		margin-bottom: 40px;
	}
	.about_top_txt {
		width: 90%;
		margin: 0 auto 40px;
	}
	/* HAAB BEAUTY CLINIC */
	.about_txt_haab {
		margin-bottom: 0;
	}
	/* Mission */
	.line_gradation {
		margin: 60px auto;
	}
	.gradation_space {
		padding: 50px 26px;
	}
	.line_gradation h2 ,
	.line_gradation .mission_ttl {
		font-size: 24px;
		text-align: center;
	}
	/* Feature */
	.feature_wrap {
		margin-bottom: 80px;
	}
	.about_wrap h2 {
		margin-bottom: 52px;
	}
	.feature_list li {
		margin-bottom: 60px;
	}
	.feature_list .feature_img {
		margin-bottom: 32px;
	}
	.feature_list .feature_txt dt {
		font-size: 24px;
	}
	.feature_list .feature_txt dd {
		margin-top: 32px;
	}
	/* Flow */
	.info_space {
		margin-bottom: 80px;
	}
	.about_info .info_txt ol li:last-child {
		padding: 0 0 0 38px;
	}
	.about_wrap .about_ttl {
		font-size: 14px;
	}
	.about_wrap .about_ttl span {
		font-size: 44px;
	}
	.h2_center {
		text-align: center;
	}
	.about_info .info_txt dl dt {
		width: 94px;
	}
}
/* SP 縦
------------------ */
@media screen and (max-width: 480px) {
	.about_top_txt {
		text-align: left;
	}
	.line_gradation p {
		text-align: left;
	}
}
@media screen and (max-width: 331px) {
	.line_gradation .mission_ttl {
		font-size: 22px;
	}
}
/* -------------------------
 Doctor ドクター紹介
------------------------- */
.contents_wrap .doctor_wrap:not(:last-of-type) {
	margin-bottom: 200px;
}
/* --- 写真 --- */
.doctor_img .img_name {
	position: relative;
}
/* 英語名 */
.img_name .name_en {
	font-family: "Cormorant Infant", serif;
	font-size: 66px;
	font-weight: 400;
	line-height: 1;
	white-space: pre-wrap;
	color: #fff;
	mix-blend-mode: difference;
	position: absolute;
	bottom: -35px;
	left: 0;
	transform: translate3d(0,0,0);
}
/* リッチデザイン */
.doctor_img.img_rich .img_border {
	padding: 10px;
	position: relative;
}
.doctor_img.img_rich .img_border::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 250px 250px 0 0;
	border: 1.5px solid transparent;
	background-image: linear-gradient(135deg, #CEBC85 0%, #E3D3A5 34%, #CEBC85 71% ,#B3A783);
	background-origin: border-box;
	background-clip: border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	-webkit-mask-composite: destination-out;
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	position: absolute;
	top: 0;
	left: 0;
}
.doctor_img.img_rich .img_border img {
	width: 100%;
	border-radius: 250px 250px 0 0;
}
/* リッチ 英語名 */
.img_rich .img_name .name_en {
	font-size: 82px;
	bottom: -24px;
}
/* --- 中身 --- */
.doctor_txt {
	line-height: 1.5;
}
.doctor_txt .doctor_job {
	margin-bottom: 4px;
}
.doctor_txt h2 {
	font-size: 32px;
	font-weight: 600;
}
.doctor_txt .doctor_profile {
	line-height: 2;
	margin: 40px 0;
}
.doctor_txt h3 {
	font-weight: 600;
	border-bottom: 1px solid rgba(51,51,51,0.2);
	margin: 40px 0 20px;
	padding-bottom: 14px;
}
.doctor_txt .doctor_history > div {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
.doctor_txt .doctor_history dt {
	margin-right: 20px;
}
.doctor_txt .doctor_affiliation li {
	margin-bottom: 8px;
}
/* SNS */
.doctor_sns {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.doctor_sns li {
	width: 49%;
	line-height: 1;
	margin-bottom: 14px;
}
.doctor_sns li:nth-child(odd) {
	margin-right: 2%;
}
.doctor_sns a {
	font-size: 16px;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	padding: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease;
}
.doctor_sns .sns_icon {
	margin-right: 8px;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	.doctor_wrap {
		display: flex;
		justify-content: center;
	}
	/* --- 写真 --- */
	.doctor_img {
		width: 35%;
		max-width: 350px;
	}
	/* リッチデザイン */
	.doctor_img.img_rich {
		width: 48%;
		max-width: 480px;
	}
	/* --- 中身 --- */
	.doctor_wrap .doctor_txt {
		width: 58%;
		max-width: 580px;
		margin-left: 100px;
	}
	/* hover */
	.doctor_sns a:hover {
		color: #333;
		background-color: #fff;
	}
	.doctor_sns a:hover img {
		filter:invert(100%);
	}
}
/* PC～SP
------------------ */
@media screen and (max-width: 1000px) and (min-width: 835px) {
	/* 英語名 */
	.img_name .name_en {
		font-size: 45px;
	}
	/* リッチ 英語名 */
	.img_rich .img_name .name_en {
		font-size: 50px;
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.contents_wrap .doctor_wrap:not(:last-of-type) {
		margin-bottom: 100px;
	}
	/* --- 写真 --- */
	.doctor_img {
		width: 84%;
		max-width: 320px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	/* 英語名 */
	.img_name .name_en {
		font-size: 58px;
		bottom: -26px;
	}
	/* リッチデザイン */
	.doctor_img.img_rich {
		width: 100%;
		max-width: 390px;
	}
	.doctor_img.img_rich .img_border {
		padding: 8px;
	}
	/* リッチ 英語名 */
	.img_rich .img_name .name_en {
		font-size: 66px;
	}
	/* --- 中身 --- */
	.doctor_txt {
		margin-top: 40px;
	}
	.doctor_txt .doctor_profile {
		margin: 24px 0;
	}
	.doctor_txt h3 {
		margin: 24px 0 20px;
	}
	/* SNS */
	.doctor_sns {
		margin-top: 24px;
	}
	.doctor_sns .sns_txt {
		font-size: 14px;
	}
}
/* SP SE以下
------------------ */
@media screen and (max-width: 376px) {
	.doctor_sns .sns_txt {
		font-size: 12px;
	}
}
/* -------------------------
 Campaign キャンペーン
------------------------- */
.campaign_list {
	display: flex;
	flex-wrap: wrap;
}
.campaign_list li {
	width: 30%;
	margin-left: 5%;
	margin-bottom: 64px;
}
.campaign_list_txt {
	line-height: 1.5;
	letter-spacing: 0.8px;
	margin-top: 20px;
}
/* ページネーション */
.pager {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* wp 調整 */
.pager .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager .nav-links .page-numbers {
	font-family: "Cormorant Infant", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-right: 14px;
	position: relative;
	transition: 0.2s all;
}
.pager .nav-links .page-numbers.prev ,
.pager .nav-links .page-numbers.next {
	margin-right: 0;
}
/* 下線 */
.pager .nav-links .current::before {
	content: "";
	width: 100%;
	border-bottom: 2px solid #CEBC85;
	position: absolute;
	bottom: -6px;
}
.pager_prev {
	margin-right: 20px;
	cursor: pointer;
}
.pager_next {
	margin-left: 6px;
	cursor: pointer;
}
.pager_prev a ,
.pager_next a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager_prev.icon_prev ,
.pager_next.icon_next {
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: 0.2s all;
}
.pager_prev.icon_prev {
	background-image: url("../img/ico/icon_pager_prev.svg");
}
.pager_next.icon_next {
	background-image: url("../img/ico/icon_pager_next.svg");
}
.pager_prev span {
	margin-left: 14px;
}
.pager_next span {
	margin-right: 14px;
}
/* ページネーション 投稿ページ */
.pager_page .pager_prev {
	width: 30%;
	margin-right: 0;
	padding-right: 50px;
}
.pager_page .pager_prev a {
	justify-content: flex-end;
	transition: 0.2s all;
}
.pager_page .pager_next {
	width: 30%;
	margin-left: 0;
	padding-left: 50px;
}
.pager_page .pager_next a {
	justify-content: flex-start;
	transition: 0.2s all;
}
.pager_back {
	width: 170px;
}
.pager_back a {
	width: 100%;
	color: #fff;
	background-color: #333;
	text-align: center;
	border: 1px solid #333;
	border-radius: 6px;
	margin: 0 auto;
	padding: 8px 14px;
	display: block;
	transition: all 0.2s ease;
}
/* PC
------------------ */
@media screen and (min-width: 481px) {
	.campaign_list li:nth-child(3n+1) {
		margin-left: 0;
	}
	/* hover */
	.pager .nav-links a.page-numbers:hover {
		opacity: 0.5;
	}
	.pager_prev.icon_prev:hover ,
	.pager_next.icon_next:hover {
		opacity: 0.5;
	}
	.pager_page .pager_prev a:hover ,
	.pager_page .pager_next a:hover {
		opacity: 0.5;
	}
	.pager_back a:hover {
		color: #333;
		background-color: #fff;
	}
}
/* SP 縦
------------------ */
@media screen and (max-width: 480px) {
	.campaign_list li {
		width: 47.5%;
		margin-left: 5%;
		margin-bottom: 48px;
	}
	.campaign_list li:nth-child(2n+1) {
		margin-left: 0;
	}
	/* ページネーション */
	.pager_prev span {
		margin-left: 12px;
	}
	.pager_next span {
		margin-right: 8px;
	}
	/* ページネーション 投稿ページ */
	.pager_page .pager_prev {
		width: 32%;
		padding-right: 6%;
	}
	.pager_page .pager_prev a {
		justify-content: flex-start;
	}
	.pager_page .pager_next {
		width: 32%;
		padding-left: 6%;
	}
	.pager_page .pager_next a {
		justify-content: flex-end;
	}
	.pager_back {
		width: 36%;
	}
}
@media screen and (max-width: 341px) {
	.pager_back a {
		font-size: 12px;
	}
}
/* -------------------------
 Campaign 詳細 single
------------------------- */
.campaign_dtl_wrap .campaign_img img {
	width: 100%;
}
.single_txt p {
	line-height: 2;
}
.single_txt p a {
	color: #95834D;
	text-decoration: underline;
}
/* マーカー */
.single_txt mark {
	font-weight: 700;
	background: linear-gradient(transparent 70%, rgba(206,188,133,0.5) 0%);
	display: inline;
}
/* 見出し */
.single_txt h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 40px;
	padding: 50px 0 20px;
	border-bottom: 2px solid #333;
}
.single_txt h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	background-color: #333;
	margin: 40px 0 30px;
	padding: 10px 0 10px 20px;
}
.single_txt h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	border-left: 4px solid #333;
	margin: 30px 0;
	padding-left: 10px;
}
/* table */
.single_txt table {
	margin-top: 30px;
}
.single_txt table th ,
.single_txt table td {
	line-height: 1.5;
	border-color: rgba(51,51,51,0.2) !important;
	padding: 10px 20px !important;
}
.single_txt table th {
	width: 200px;
	font-weight: 600;
	background-color: #E3E3E3 !important;
}
.single_txt table th {
	border-color: #E3E3E3 transparent #fff !important;
	border-style: solid none !important;
}
.single_txt table td {
	border-style: solid solid solid none !important;
}
/* リスト */
.single_txt .wp-block-list li {
	line-height: 1.8;
	padding-left: 12px;
	position: relative;
}
.single_txt .wp-block-list li:not(:last-of-type) {
	margin-bottom: 10px;
}
.single_txt .wp-block-list li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #CEBC85;
	border-radius: 50px;
	position: absolute;
	top: 0.8em;
	left: 0;
}
/* 記事をシェアする */
.share_wrap {
	margin-top: 80px;
	border-top: 1px solid rgba(51,51,51,0.2);
}
.share_wrap .share_ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	margin: 40px 0 24px;
}
.share_wrap .share_ttl::before ,
.share_wrap .share_ttl::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #333;
	border-radius: 50px;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: middle;
}
.share_wrap .share_ttl::before {
	margin-right: 12px;
}
.share_wrap .share_ttl::after {
	margin-left: 12px;
}
.share_wrap .share_sns {
	margin-bottom: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.share_wrap .share_sns li:not(:last-child) {
	margin-right: 20px;
}
.btn_wrap {
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	padding: 8px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease;
}
.btn_wrap img {
	margin-right: 8px;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	.campaign_dtl_wrap {
		display: flex;
		justify-content: space-between;
	}
	.campaign_dtl_wrap .campaign_img {
		width: 38%;
		max-width: 450px;
	}
	.campaign_dtl_wrap .campaign_img figure {
		postion: -webkit-sticky;
		position: sticky;
		top: 120px;
	}
	.campaign_dtl_wrap .campaign_txt {
		width: 60%;
		max-width: 600px;
	}
	/* hover */
	.btn_wrap:hover {
		color: #333;
		background-color: #fff;
	}
	.btn_wrap:hover img {
		filter:invert(100%);
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.campaign_img {
		margin-bottom: 80px;
	}
	/* 見出し */
	.single_txt h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.single_txt h3 {
		font-size: 20px;
		margin: 30px 0 20px;
	}
	.single_txt h4 {
		margin: 20px 0;
	}
	/* table */
	.single_txt table th {
		width: 160px;
	}
	/* 記事をシェアする */
	.share_wrap {
		margin-top: 60px;
	}
	.share_wrap .share_ttl {
		margin: 32px 0 22px;
	}
	.share_wrap .share_sns {
		margin-bottom: 60px;
	}
}
/* -------------------------
 Blog ブログ
------------------------- */
.pg_blog .blog_wrap {
	width: 90%;
	margin: 0 auto;
	padding-top: 0;
}
/* --- サイド --- */
.pg_blog .blog_wrap .blog_side {
	width: 30%;
	max-width: 300px;
}
/* キーワード */
.blog_key_list {
	display: flex;
	flex-wrap: wrap;
}
.blog_key_list li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog_key_list li a {
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #CEBC85;
	border-radius: 2px;
	padding: 6px 10px 7px;
	display: block;
}
/* --- 一覧 --- */
.pg_blog .blog_wrap .blog_list_wrap {
	width: 66%;
	max-width: 760px;
}
.pg_blog .blog_list > li {
	width: 48%;
	margin-bottom: 60px;
}
/* アイキャッチ */
.pg_blog .blog_list .blog_img {
	margin-bottom: 24px;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.pg_blog .blog_list .blog_img img {
	object-fit: contain;
}
/* 投稿日 */
.blog_list .blog_date {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    line-height: 1.8;
}
/* キーワード */
.pg_blog .blog_keywords {
	display: flex;
	flex-wrap: wrap;
}
.pg_blog .blog_keywords li {
	font-size: 12px;
	color: #fff;
	background-color: #CEBC85;
	border-radius: 2px;
	letter-spacing: 0.8px;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 3px 8px 4px;
}
/* タイトル */
.blog_list .blog_ttl {
	font-weight: 600;
    line-height: 1.8;
    margin-top: 6px;
}
/* 監修者 */
.blog_list .blog_author {
	border-top: 1px solid rgba(51,51,51,0.3);
    margin-top: 16px;
	padding-top: 16px;
	display: flex;
	align-items: center;
}
.blog_list .blog_author_icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 10px;
	overflow: hidden;
}
.blog_list .blog_author_name {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    line-height: 1.8;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	.pg_blog .blog_wrap {
		max-width: 1160px;
		display: flex;
		justify-content: space-between;
	}
	.pg_blog .blog_wrap .blog_side {
		order: 1;
	}
	.pg_blog .blog_wrap .blog_list_wrap {
		order: 0;
	}
	.pg_blog .blog_list {
		display: flex;
		flex-wrap: wrap;
	}
	.pg_blog .blog_list > li:nth-of-type(odd) {
		margin-right: 4%;
	}
	/* アイキャッチ */
	.pg_blog .blog_list .blog_img {
		display: flex;
		align-items: center;
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.pg_blog .blog_wrap .blog_side {
		width: 85%;
		max-width: 320px;
		margin: 0 auto 50px;
	}
	.pg_blog .blog_wrap .blog_list_wrap {
		width: 100%;
	}
	.pg_blog .blog_list > li {
		width: 100%;
		margin-bottom: 44px;
	}
	.pg_blog .blog_list > li a {
		display: flex;
		justify-content: space-between;
	}
	.blog_img {
		width: 140px;
		margin-right: 16px;
		flex-shrink: 0;
	}
	.blog_list_txt {
		flex: 1;
	}
}
/* -------------------------
 Blog 詳細 single
------------------------- */
.blog_contents_wrap {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.blog_top_ttl {
	border-bottom: 1px solid rgba(51, 51, 51, 0.2);
	margin-bottom: 120px;
	padding: 240px 140px 80px;
}
.top_ttl_width {
	max-width: 1160px;
	margin: 0 auto;
}
/* 投稿日 */
.blog_top_ttl .blog_date {
	font-size: 18px;
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    line-height: 1.3;
}
/* タイトル */
.blog_top_ttl h1 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.5;
	margin: 12px 0;
}
/* 画像 */
.blog_contents_wrap .wp-block-image {
	margin-bottom: 30px;
}
/* リスト */
.blog_contents_wrap .wp-block-list {
	margin-top: 30px;
}
/* table */
.blog_contents_wrap .has-fixed-layout {
	margin-bottom: 30px;
}
/* 画像キャプション */
.single_txt .wp-block-image :where(figcaption) {
	line-height: 1.8;
	color: rgba(51,51,51,0.5);
	margin-top: 8px;
}
/* この記事の監修者 */
.blog_contents_wrap .blog_author {
	border: 1px solid #CEBC85;
	background-color: rgba(255,255,255,0.6);
	margin-top: 80px;
	padding: 38px 38px 30px;
}
.blog_contents_wrap .blog_author .blog_author_ttl {
	font-weight: 600;
	line-height: 1.5;
	border-bottom: 1px solid rgba(51,51,51,0.2);
	margin-bottom: 24px;
	padding-bottom: 14px;
}
.blog_contents_wrap .blog_author .blog_icon {
	width: 150px;
	margin-right: 32px;
}
.blog_contents_wrap .blog_author .blog_icon img {
	border-radius: 250px 250px 0 0;
}
.blog_author_txt .blog_name {
	font-size: 26px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.blog_author_txt .blog_name .blog_job {
	font-size: 16px;
	margin-right: 2px;
}
.blog_author_txt .blog_name .blog_name_en {
	font-size: 14px;
	letter-spacing: 0.8px;
	color: rgba(51,51,51,0.5);
	margin-left: 8px;
}
.blog_author_txt .blog_description {
	line-height: 1.8;
}
.blog_author_txt .blog_profile {
	line-height: 1;
	margin-top: 20px;
}
.blog_author_txt .blog_profile a {
	color: #333;
	text-decoration: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.blog_author_txt .blog_profile span {
	margin-right: 10px;
}
/* SHARE */
.blog_share_wrap {
	margin-top: 48px;
	border-top: none;
}
.blog_share_wrap .share_ttl {
	font-family: "Cormorant Infant", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	margin: 0 0 30px;
	position: relative;
}
.blog_share_wrap .share_ttl::before ,
.blog_share_wrap .share_ttl::after {
	content: "";
	width: 43%;
	height: 1px;
	background-color: rgba(51,51,51,0.2);
	border-radius: 0;
	margin-bottom: 6px;
	position: absolute;
	top: 0.5em;
}
.blog_share_wrap .share_ttl::before {
	left: 0;
}
.blog_share_wrap .share_ttl::after {
	right: 0;
}
/* PC
------------------ */
@media screen and (max-width: 1081px) {
	.top_ttl_width {
		max-width: 1160px;
	}
}
@media screen and (min-width: 835px) {
	.blog_contents_wrap .blog_author .blog_author_item {
		display: flex;
	}
	.blog_contents_wrap .blog_author .blog_icon {
		flex-shrink: 0;
	}
	.blog_contents_wrap .blog_author .blog_author_txt {
		flex: 1;
	}
	/* SHARE */
	.share_wrap.blog_share_wrap .share_sns li:not(:last-child) {
		margin-right: 16px;
	}
	.share_wrap.blog_share_wrap .share_sns .icon {
		width: 50px;
	}
	.share_wrap.blog_share_wrap .share_sns .icon img {
		margin: 0 auto;
	}
	/* ページネーション */
	.blog_share_wrap .pager_page .pager_prev {
		padding-right: 110px;
	}
	.blog_share_wrap .pager_page .pager_next {
		padding-left: 110px;
	}
}
@media screen and (max-width: 1080px) {
	.blog_top_ttl {
		padding: 240px 0 80px;
	}
	.top_ttl_width {
		width: 90%;
		max-width: 800px;
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.blog_top_ttl {
		margin-bottom: 60px;
		padding: 140px 0 60px;
	}
	.top_ttl_width {
		max-width: 100%;
	}
	/* 投稿日 */
	.blog_top_ttl .blog_date {
		font-size: 14px;
	    font-family: "Shippori Mincho", serif;
	    font-weight: 400;
	    line-height: 1.5;
	}
	/* タイトル */
	.blog_top_ttl h1 {
		font-size: 26px;
		margin: 10px 0;
	}
	/* 見出し */
	.blog_contents_wrap.single_txt h4 {
		margin: 30px 0 20px;
	}
	/* table */
	.blog_contents_wrap.single_txt table th {
		width: 140px;
	}
	/* この記事の監修者 */
	.blog_contents_wrap .blog_author {
		margin-top: 30px;
		padding: 38px 32px 30px;
	}
	.blog_contents_wrap .blog_author .blog_icon {
		width: 180px;
		margin: 0 auto 24px;
	}
	/* SHARE */
	.blog_share_wrap .share_ttl::before ,
	.blog_share_wrap .share_ttl::after {
		width: 36%;
	}
}
@media screen and (max-width: 376px) {
	.btn_wrap {
		font-size: 14px;
	}
}
@media screen and (max-width: 341px) {
	.btn_wrap {
		font-size: 12px;
	}
}
/* -------------------------
 Recruit 採用情報
------------------------- */
/* 募集職種 */
.recruit_wrap h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 24px;
}
.recruit_wrap h2::before ,
.recruit_wrap h2::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #333;
	border-radius: 50px;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: middle;
}
.recruit_wrap h2::before {
	margin-right: 10px;
}
.recruit_wrap h2::after {
	margin-left: 10px;
}
/* 投稿一覧 */
.recruit_list > li {
	border-bottom: 1px solid rgba(51,51,51,0.2);
}
/* 投稿タイトル */
.recruit_ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	cursor: pointer;
}
.recruit_ttl h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
}
.icon_plus {
	width: 30px;
	height: 30px;
	background-color: #333;
	border-radius: 50%;
	position: relative;
}
.icon_plus::before ,
.icon_plus::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #fff;
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: 9px;
	position: absolute;
	transition: all 0.3s;
}
.icon_plus::after {
	transform: rotate(90deg);
}
/* 開 */
.recruit_ttl.open .icon_plus::before {
	transform: rotate(-180deg);
}
.recruit_ttl.open .icon_plus::after {
	transform: rotate(-180deg);
	opacity: 0;
}
/* 投稿中身 */
.recruit_txt {
	display: none;
}
.recruit_dl {
	padding-top: 6px;
}
.recruit_dl dt {
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 10px;
}
.recruit_dl dd {
	line-height: 1.8;
	margin-bottom: 36px;
}
.recruit_dl .job_list li {
	line-height: 1.8;
	padding-left: 12px;
	position: relative;
}
.recruit_dl .job_list li:not(:last-of-type) {
	margin-bottom: 4px;
}
.recruit_dl .job_list li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #CEBC85;
	border-radius: 50px;
	position: absolute;
	top: 0.8em;
	left: 0;
}
.recruit_dl .recruit_note {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	color: rgba(51,51,51,0.5);
}
.recruit_dl dd .recruit_note.note_first {
	margin-top: 2px;
}
/* エントリーボタン */
.btn_entry {
	margin-bottom: 36px;
}
.btn_entry .btn_wrap {
	width: 180px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	border-radius: 6px;
	padding: 6px 0 10px;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	.recruit_wrap {
		display: flex;
	}
	.recruit_wrap h2 {
		flex: 1;
	}
	.recruit_contents {
		width: 70%;
		max-width: 748px;
		flex-shrink: 0;
	}
	/* 投稿タイトル */
	.recruit_list li:first-of-type .recruit_ttl {
		padding: 0 0 30px;
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	/* 募集職種 */
	.recruit_wrap h2 {
		font-size: 20px;
		text-align: center;
	}
	/* 投稿タイトル */
	.recruit_ttl h3 {
		font-size: 18px;
	}
	.icon_plus {
		width: 24px;
		height: 24px;
	}
	.icon_plus::before ,
	.icon_plus::after {
		right: 6px;
	}
	/* エントリーボタン */
	.btn_entry .btn_wrap {
		width: 284px;
		margin: 0 auto;
		padding: 10px 14px 14px;
	}
}
/* -------------------------
 Recruit エントリーフォーム
------------------------- */
.form_wrap {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.form_wrap h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.form_wrap h2::before ,
.form_wrap h2::after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #333;
	border-radius: 50px;
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: middle;
}
.form_wrap h2::before {
	margin-right: 10px;
}
.form_wrap h2::after {
	margin-left: 10px;
}
.form_wrap h2:not(:first-of-type) {
	padding-top: 100px;
}
/* --- form --- */
.form_dl dt ,
.form_dl dd {
	font-weight: 600;
}
.form_dl dt {
	margin-top: 34px;
	padding: 0 0 12px;
}
.form_dl dt span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
	color: #fff;
	border-radius: 2px;
	margin-left: 18px;
	padding: 4px 8px;
}
/* 必須 */
.form_dl dt .required {
	background-color: #CEBC85;
}
/* 任意 */
.form_dl dt .optional {
	background-color: #333;
}
/* input */
.form_wrap input ,
.form_wrap textarea ,
.form_wrap select {
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #333;
	background-color: #fff;
	border: none;
	border-radius: 2px;
	padding: 10px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form_wrap input ,
.form_wrap textarea {
	width: 100%;
}
.form_wrap input::placeholder {
	color: rgba(51,51,51,0.5);
	opacity: 1;
}
.form_wrap input::-webkit-input-placeholder {
	color: rgba(51,51,51,0.5);
}
.form_wrap input::-moz-placeholder {
	color: rgba(51,51,51,0.5);
}
.form_wrap input:-ms-input-placeholder {
	color: rgba(51,51,51,0.5);
}
.form_wrap input:-moz-placeholder {
	color: rgba(51,51,51,0.5);
}
/* select */
.form_wrap select {
	background-color: #fff;
	background-image: url("../img/common/icon_arrow_select.svg");
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.form_wrap select::selection ,
.form_wrap select::-moz-selection {
	color: #333;
	background-color: #fff;
}
.form_wrap select:invalid ,
.form_wrap select option.placeholder {
	color: rgba(51,51,51,0.5);
}
/* textarea */
.form_wrap textarea {
	height: 219px;
	resize: none;
}
/* radio */
.radio_wrap label ,
.check_wrap label {
	cursor: pointer;
}
.radio_wrap .wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.form_wrap .wpcf7-list-item {
	margin: 0;
}
.radio_wrap .wpcf7-radio label {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 28px;
	position: relative;
	user-select: none;
}
.radio_wrap .wpcf7-radio input[type="radio"] {
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.radio_wrap .wpcf7-radio label::before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0;
}
/* radio 選択 */
.radio_wrap .wpcf7-radio input[type="radio"]:checked + span::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 4px;
}
/* check */
.check_wrap .wpcf7-checkbox ,
.check_wrap .wpcf7-acceptance {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.check_wrap .wpcf7-checkbox label ,
.check_wrap .wpcf7-acceptance label {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 32px;
	position: relative;
	user-select: none;
}
.check_wrap .wpcf7-checkbox input[type="checkbox"] ,
.check_wrap .wpcf7-acceptance input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.check_wrap .wpcf7-checkbox label::before ,
.check_wrap .wpcf7-acceptance label::before {
	content: "";
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	position: absolute;
	top: 2px;
	left: 0;
}
/* check 選択 */
.check_wrap .wpcf7-checkbox input[type="checkbox"]:checked + span::after ,
.check_wrap .wpcf7-acceptance input[type="checkbox"]:checked + span::after {
	content: "";
	width: 22px;
	height: 22px;
	background: url("../img/common/icon_check.svg") no-repeat center center;
	background-size: 60%;
	pointer-events: none;
	position: absolute;
	top: 2px;
	left: 0;
}
/* file */
.file_upload_wrap {
	font-weight: 400;
	margin-bottom: 12px;
}
.file_upload_wrap br {
	display: none;
}
.form_wrap .file_input {
	padding: 0;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.form_wrap .file_label {
	background-color: #fff;
	border: 1px solid #BCBCBC;
	border-radius: 2px;
	padding: 4px 8px;
	cursor: pointer;
}
.form_wrap #file_name {
	line-height: 1.8;
	margin-left: 8px;
}
.form_wrap .file_txt {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	color: rgba(51,51,51,0.5);
}
/* 生年月日 */
.birthday_wrap {
	display: flex;
}
.birthday_wrap span {
	padding: 0 16px 0 6px;
}
.birthday_wrap li:last-of-type span {
	padding: 0 0 0 6px;
}
.birthday_wrap select {
	width: 110px;
}
/* 郵便番号 */
.form_wrap .w_360 {
	width: 360px;
}
/* 応募職種 */
.form_entry_ttl {
	color: #fff;
	background-color: #949494;
	padding: 10px 16px;
}
/* プライバシーポリシーに同意する */
.form_bottom {
	text-align: center;
	margin-top: 60px;
}
.form_bottom p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.form_bottom p.check_wrap {
	font-size: 16px;
}
.form_bottom a {
	color: #95834D;
	text-decoration: underline;
}
.form_bottom .check_wrap {
	text-align: center;
	margin-top: 16px;
}
/* 送信するボタン */
.form_wrap .btn_form {
	text-align: center;
	margin-top: 60px;
}
.form_wrap .btn_form input {
	width: 320px;
	font-size: 20px;
	line-height: 1.3;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 6px;
	padding: 16px 14px;
	transition: all 0.2s ease;
}
.form_wrap .btn_form input:disabled {
	opacity: 0.6;
}
.btn_form .wpcf7-spinner {
	margin: 1em auto 0;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
}
/* エラー */
.custom-error {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
/* エラー 初期非表示 */
.wpcf7 form:not(.sent):not(.invalid) .wpcf7-not-valid-tip {
	display: none;
}
#autozip {
	display: none !important;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	/* hover */
	.form_wrap .btn_form input:hover {
		color: #333;
		background-color: #fff;
	}
	.form_wrap .btn_form input:hover:disabled {
		color: #fff;
		background-color: #333;
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.form_wrap h2 {
		font-size: 20px;
	}
	/* 必須・任意 */
	.form_dl dt span {
		padding: 2px 8px;
	}
	/* 生年月日 */
	.birthday_wrap select {
		width: 90px;
	}
	/* 郵便番号 */
	.form_wrap .w_360 {
		width: 100%;
	}
	.form_wrap select.w_360 {
		width: 230px;
	}
	/* プライバシーポリシーに同意する */
	.form_bottom {
		width: 90%;
		margin: 34px auto 0;
	}
}
@media screen and (max-width: 460px) {
	/* プライバシーポリシーに同意する */
	.form_bottom {
		text-align: left;
	}
}
@media screen and (max-width: 430px) {
	/* 生年月日 */
	.birthday_wrap select {
		width: 76px;
	}
	.birthday_wrap span {
		font-size: 14px;
	}
}
@media screen and (max-width: 370px) {
	/* input */
	.form_wrap input ,
	.form_wrap textarea ,
	.form_wrap select {
		padding: 10px;
	}
	/* 生年月日 */
	.birthday_wrap select {
		width: 68px;
	}
	.birthday_wrap span {
		padding: 0 10px 0 6px;
	}
}
/* -------------------------
 フォーム送信完了
------------------------- */
.form_thanks.sub_wrap {
	padding-bottom: 180px;
}
.sub_wrap.form_thanks .ttl_top {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.5;
	border-bottom: none;
	margin-bottom: 100px;
	padding: 230px 0 0;
}
.form_thanks .contents_wrap p {
	font-weight: 400;
	text-align: center;
	line-height: 2.2;
}
.form_thanks .contents_wrap p:not(:last-of-type) {
	margin-bottom: 1.8em;
}
/* footer下部固定 */
.min_footer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.min_footer .fixed_wrap {
	margin-top: auto;
	border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.min_footer .fixed_wrap .el_breadcrumbs {
	border-top: none;
}
.min_footer .form_footer .footerLink_inner {
	width: 100%;
	max-width: 132rem;
	padding: 0 140px;
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.form_thanks.sub_wrap {
		padding-bottom: 140px;
	}
	.form_thanks .ttl_top {
		font-size: 26px;
		margin-bottom: 60px;
		padding: 140px 0 0;
	}
	.form_thanks .contents_wrap p br {
		display: none;
	}
	.form_thanks .contents_wrap p .form_sp {
		display: block;
	}
}
/* 改行 */
.form_thanks .contents_wrap p .br_sp_426 ,
.form_thanks .contents_wrap p .br_sp_375 {
	display: none;
}
@media screen and (max-width: 427px) {
	.form_thanks .contents_wrap p .br_sp_426 {
		display: block;
	}
}
@media screen and (max-width: 376px) {
	.form_thanks .contents_wrap p .br_sp_375 {
		display: block;
	}
}
/* -------------------------
 Reserve メール予約
------------------------- */
.form_top_txt {
	line-height: 1.8;
	text-align: center;
}
/* 予約にあたってのご注意 */
.pg_form .line_gradation {
	margin: 60px auto 100px;
}
.pg_form .gradation_space {
	padding: 56px 40px;
}
dl.gradation_space dt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 30px;
}
dl.gradation_space dd {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
dl.gradation_space dd:not(:last-of-type) {
	margin-bottom: 12px;
}
/* 未成年の方へ */
.border_wrap {
	text-align: center;
	margin-bottom: 100px;
	padding: 100px 0 80px;
}
.border_wrap h2 {
	margin-bottom: 60px;
}
.border_wrap p {
	line-height: 1.8;
}
/* 同意書をダウンロード */
.btn_download {
	width: 100%;
	max-width: 500px;
	margin: 60px auto 18px;
}
.btn_download a {
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	padding: 18px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.2s ease;
}
.btn_download a span {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	padding-right: 12px;
}
.btn_download .icon_download {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease;
}
.download_txt_small {
	font-size: 14px;
	line-height: 2;
}
/* フォームの記入 */
.pg_form .form_center_txt {
	line-height: 1.8;
	text-align: center;
	margin-top: 34px;
}
/* 年齢 */
.form_wrap .w_age {
	width: 360px;
}
/* お悩み */
.concerns_wrap {
	padding-bottom: 24px;
}
.concerns_wrap:first-of-type {
	border-bottom: 1px solid rgba(51,51,51,0.3);
	margin-bottom: 32px;
	padding-top: 12px;
}
.concerns_ttl {
	width: 156px;
	font-weight: 500;
}
.concerns_wrap .check_wrap .wpcf7-form-control {
	flex-direction: row;
	gap: 0;
	row-gap: 16px;
	flex-wrap: wrap;
}
.concerns_wrap .check_wrap .wpcf7-list-item {
	width: 31.7%;
	text-indent: -2em;
	padding-left: 2em;
}
.concerns_wrap .check_wrap .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
}
.concerns_wrap .check_size .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label {
	font-size: 13.5px;
	letter-spacing: -0.8px;
}
/* キャンペーンのご案内 */
.campaign_txt {
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 12px;
}
/* 予約 */
.reserve_wrap {
	display: flex;
	align-items: center;
}
.reserve_wrap input {
	height: 49px;
}
.reserve_wrap select {
	height: 49px;
	margin-right: 8px;
}
.reserve_wrap li.reserve_space {
	padding: 0 8px;
}
/* 同意余白 */
.form_bottom.form_space {
	margin-top: 100px;
}
/* PC
------------------ */
@media screen and (min-width: 835px) {
	.pg_form .line_gradation {
		max-width: 1070px;
	}
	.border_wrap {
		border-top: 1px solid rgba(51,51,51,0.3);
		border-bottom: 1px solid rgba(51,51,51,0.3);
	}
	/* お悩み */
	.concerns_wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.concerns_ttl {
		flex-shrink: 0;
	}
	.concerns_wrap .check_wrap {
		flex: 1;
	}
	.concerns_wrap .check_wrap .wpcf7-list-item:not(:nth-of-type(3n)) {
		margin-right: 2.4%;
	}
	/* 予約 */
	.reserve_wrap li {
		width: 24%;
	}
	.reserve_wrap li.select_list {
		width: 45%;
		margin-right: 3%;
	}
	.reserve_wrap select {
		width: 86%;
	}
	.reserve_wrap li.reserve_space {
		width: 4%;
	}
	/* 同意書をダウンロード */
	/* hover */
	.btn_download a:hover {
		color: #333;
		background-color: #fff;
	}
	.btn_download a:hover .icon_download {
		background-color: #333;
	}
	.btn_download a:hover img {
		filter:invert(100%);
	}
}
/* SP
------------------ */
@media screen and (max-width: 834px) {
	.form_top_txt {
		text-align: left;
	}
	.form_top_txt br {
		display: none;
	}
	/* 予約にあたってのご注意 */
	.pg_form .line_gradation {
		width: 100%;
		margin: 24px auto 100px;
	}
	.pg_form .gradation_space {
		padding: 24px;
	}
	dl.gradation_space dd {
		text-align: left;
	}
	/* 未成年の方へ */
	.border_wrap {
		padding: 0;
	}
	.border_wrap h2 {
		margin-bottom: 24px;
	}
	.border_wrap p {
		text-align: left;
	}
	.border_wrap p br {
		display: none;
	}
	.btn_download {
		margin: 24px auto 18px;
	}
	.btn_download a span {
		font-size: 16px;
	}
	.border_wrap p.download_txt_small {
		text-align: center;
	}
	/* フォームの記入 */
	.pg_form .form_center_txt {
		text-align: left;
	}
	/* お悩み */
	.concerns_ttl {
		margin-bottom: 12px;
	}
	.concerns_wrap .check_wrap .wpcf7-list-item {
		width: 48%;
	}
	.concerns_wrap .check_wrap .wpcf7-list-item:not(:nth-of-type(2n)) {
		margin-right: 4%;
	}
	.concerns_wrap .check_size .wpcf7-list-item-label {
		letter-spacing: -0.8px;
	}
	/* キャンペーンのご案内 */
	.campaign_txt br {
		display: none;
	}
	/* 予約 */
	.reserve_wrap {
		flex-wrap: wrap;
	}
	.reserve_wrap li {
		width: 46%;
	}
	.reserve_wrap input {
		background-image: url("../img/common/icon_calendar.svg");
		background-size: 15px;
		background-repeat: no-repeat;
		background-position: center right 18px;
		appearance: none;
		-webkit-appearance: none;
	}
	.reserve_wrap li select {
		width: 84%;
		height: 45px;
	}
	.reserve_wrap li.select_list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 11px;
	}
	.reserve_wrap li.reserve_space {
		width: 8%;
		padding: 0 4px;
	}
	/* 同意余白 */
	.form_bottom.form_space {
		margin-top: 34px;
	}
	/* 追従アイコン調整 */
	.pg_form .side_FixedBtn_wrap {
		height: fit-content;
	}
}
/* SP 縦
------------------ */
@media screen and (max-width: 480px) {
	/* お悩み */
	.concerns_wrap .check_size .wpcf7-list-item:nth-of-type(2) .wpcf7-list-item-label {
		font-size: 13px;
		letter-spacing: -1.2px;
	}
}
@media screen and (max-width: 420px) {
	/* 未成年の方へ */
	.btn_download a span {
		font-size: 14px;
	}
	.btn_download .icon_download {
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 370px) {
	.reserve_wrap input {
		background-position: center right 12px;
	}
}
@media screen and (max-width: 365px) {
	/* 未成年の方へ */
	.btn_download a {
		padding: 18px 20px;
	}
	.btn_download a span {
		font-size: 12px;
	}
	/* 予約 */
	.reserve_wrap li {
		width: 45%;
	}
	.reserve_wrap li.reserve_space {
		width: 10%;
	}
	.reserve_wrap li select {
		width: 75%;
	}
}