@charset "UTF-8";

/* Single Post Title
------------------------- */
h3.wp-heading-2 {
	text-align: center;
	font-size: 1.7rem;
}

/* Core Contents
------------------------- */
.wp-block-group a {
	color: #000;
}

/* Related Posts
------------------------- */
.flex-loop.single-related-post {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 5% 10px;
}
.flex-loop.single-related-post .category-index {
	flex: 0 0 30%;
	margin: 0 0 20px 0;
}
.flex-loop.single-related-post a {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	color: var(--dull-orange);
}
.flex-loop.single-related-post .eyecatch_thum img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
	width: 141px;
	height: auto;
	padding: 5px;
	background-color: var(--beige);
	border: solid 1px var(--dull-orange);
}

/* Works
------------------------- */
.one-voice {
	padding: 20px;
	border: solid 5px #ddebca;
	border-radius: 10px;
	font-size: 1.4rem;
}
.one-voice .flexbox-child {
	flex: 0 0 297px;
}

/* Before After
------------------------- */
.wp-block-columns.before-after {
	position: relative;
	margin: 0;
}
.before-icon figure.wp-block-image,
.after-icon figure.wp-block-image {
	margin: 0;
}
.beforeafter img[src*='horizontal'] {
	display: block;
	margin: 64px auto 0;
}

/* Blog
------------------------- */
.single-blog article {
	margin: 20px 0;
}
.navigation {
	display: flex;
	justify-content: space-between;
	padding: 30px 0 0;
	font-size: 1.2rem;
}
.navigation a {
	color: #000;
}
.navigation span {
	flex: 0 0 43%;
	display: block;
}
.navigation span.next {
	text-align: right;
}
.return-prev {
	padding: 30px 0 0;
	text-align: center;
}
.return-prev img {
	transition: 0.4s;
}
.return-prev img:hover {
	opacity: 0.7;
}

/* Staff
------------------------- */
.single-staff {
	margin: 20px 0 0;
}
#staff-post-title {
	margin: 0 0 25px;
}
#staff-post-title .wp-heading-2 {
	text-align: center;
}
.staff .wp-block-table:before {
	display: block;
	width :100%;
	content: "PROFILE";
	padding: 0 0 3px;
	margin: 0 0 1px;
	border-bottom: solid 3px var(--dull-brown);
	line-height: 1;
	text-align: right;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 3.1rem;
	font-family:
		'Noto Sans JP',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: var(--dull-brown);
}
.staff .wp-block-table tr:nth-child(1) td:nth-child(1) {
	padding: 1em 0.5em 0.5em;
	border-top: solid 2px var(--dull-brown);
}
.staff .wp-block-table th,
.staff .wp-block-table td {
	display: block;
	border: 0;
}
.staff .wp-block-table td:nth-child(1) {
	display: block;
	border-bottom: dotted 1px #666;
	font-weight: 600;
	font-size: 1.6rem;
	font-family:
		'Noto Sans JP',
		"游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック体", "YuGothic",
		"ヒラギノ角ゴシック", "Hiragino Sans",
		"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: var(--dull-orange);
}
.staff .wp-block-table td:nth-child(2) {
	margin: 0 0 15px;
}
.staff .wp-block-image img {
	padding: 5px;
	border: solid 1px #ccc;
}
.staff .wp-block-table td:nth-child(1):before {
	display: inline-block;
	content: "";
	width: 15px;
	height: 11px;
	margin-right: 8px;
	-webkit-mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: var(--dull-orange);
}
.staff #navi-2 {
	padding: 20px 24px;
	background-image: url("../img/page/back_msg.png");
	box-shadow: 1px 1px 2px 0px rgba( 0, 0, 0, 0.4 );
}
.staff #navi-2 a {
	color: #000;
}

/* Faq
------------------------- */
.faq .wp-heading-2 {
	text-align: center;
}
.faq .single-faq {
	margin: 20px 0 0;
}

/* Worksdiary
------------------------- */
.worksdiary-post-title {
	position: relative;
	border-bottom: double 4px var(--dull-brown);
	font-size: 2rem;
}
.worksdiary-post-title:before {
	position: relative;
	display: inline-block;
	content: "";
	top: -1px;
	width: 15px;
	height: 11px;
	margin-right: 7px;
	-webkit-mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	mask: url("../img/icon/gt_w.svg") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: var(--dull-orange);
}
.worksdiary .wp-block-image img {
	padding: 5px;
	border: solid 1px var(--gold);
}

/* End of post.css */