@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #444444;
	--color-primary: #121314;
	--color-primary-shade: #ECECEC;
	--color-primary-tint: #444444;
	--color-secondary: #444444;
	--color-table-border: #C8C8C8;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1260px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #121314;
	--header-color-primary: #121314;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #96C4D3;
	/*------▼フッター設定▼------*/
	--footer-background: #121314;
	--footer-color-font: #B5B5B6;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Roboto', 'Noto Sans JP', sans-serif;
	--font-family03: 'Noto Serif JP', serif;
	--font-family04: 'Cormorant Garamon', 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
body {
	letter-spacing: .06em;
}
.post {
	background: none;
}
.post p {
	line-height: 2.5;
}
.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);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post p {
		line-height: 2;
	}
}
/**/
#scrollUp {
	right: 10px !important;
	bottom: 65px !important;
}
#wrapper {
	position: relative;
}
#wrapper::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #fff;
	content: "";
	z-index: -1;
}
#thumbImg+#wrapper::before {
	border-top: 6px solid var(--color-primary);
}
@media print, screen and (min-width: 1024px) {
	#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) {
	.home:not(.sticky-header) {
		--header-color-font: #fff;
		--header-color-primary: #fff;
	}
	.home:not(.sticky-header) #header {
		position: fixed !important;
		width:100%;
		top: -125px;
		background: none;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	.home:not(.sticky-header) #header::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease-in-out;
		background: linear-gradient(to bottom, rgb(0 0 0 / .5) 15%, rgb(0 0 0 / 0) 100%);
		opacity: 0;
		z-index: -1;
		content: "";
	}
	.home:not(.sticky-header) #header:hover::before {
		opacity: 1;
	}
	.home.admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	/**/
	#header,
	.sticky-header #header-layout {
		height: 90px;
	}
	#header-layout {
		width: 94%;
		max-width: 1600px;
	}
	#header .logo {
		padding: 0;
	}
	#header .logo img {
		max-width: 90px;
		max-height: 72px;
	}
	.sticky-header #header > .inner {
		background: rgba(255,255,255,0.88);
		backdrop-filter: blur(.5rem);
		box-shadow: none;
	}
	/**/
	nav#mainNav ul li a::after {
		display: block;
		width: 100%;
		margin-top: .428em;
		border-bottom: 4px solid currentColor;
		content: "";
	}
	nav#mainNav ul li a::after {
		opacity: .5;
		scale: 0 1;
		transform-origin: right top;
		transition: scale .3s cubic-bezier(.22, 1, .36, 1);
	}
	nav#mainNav ul li a:hover::after,
	nav#mainNav ul li a:active::after {
		scale: 1 1;
		transform-origin: left top;
	}
	nav#mainNav ul li.current-menu-item a::after,
	nav#mainNav ul li.current-menu-parent a::after,
	nav#mainNav ul li.current-menu-ancestor a::after {
		opacity: 1;
		scale: 1 1;
		transform-origin: left top;
	}
	nav#mainNav ul li a b {
		font-size: 14px;
		font-weight: 480;
	}
	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;
	}
	/**/
	.anchor_link::before {
		padding-top: 90px;
		margin-top: -90px;
	}
}
@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;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 0; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
	.mobile #header {
		background: rgba(255,255,255,0.88);
		backdrop-filter: blur(.5rem);
		box-shadow: none;
	}
	body.mobile #header .logo img {
		max-width: 62px;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner,
#copyright {
	width: 94%;
	max-width: 1600px;
}
#footer {
	position: relative;
	padding-top: 130px;
	border-top: 6px solid var(--color-primary);
	background: url(/wp-content/uploads/bg.png), linear-gradient(rgb(0 0 0 / .67) 0 100%), linear-gradient(rgb(128 128 129 / 0.75) 0 100%);
}
#footer::before,
#footer::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/footer-bg.jpg) no-repeat center center / cover;
	content: "";
	z-index: -1;
}
#footer::after {
	background: rgb(128 128 129 / 0.7);
	mix-blend-mode: multiply;
}
#footer .inner {
	width: 90%;
}
#footer .footer_about,
#footer .footer__logo:not(:last-child) {
	text-align: left;
}
#footer .footer__logo:not(:last-child) {
	margin-bottom: 10px;
}
#footer .footer__logo img {
	max-width: 90px;
	max-height: 72px;
}
#footer .footer_about .in {
	font-size: 12px;
}
#footer .footer_about .in a {
	color: var(--footer-color-font);
	text-decoration: underline;
}
#footer .footer_about .in p+p {
	margin-top: 0.3em;
}
#copyright {
	margin-top: auto;
	background: none;
	font-size: 10px;
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer {
		min-height: 100lvh;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#footer::before  {
		background-attachment: fixed;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer {
		padding-top: 60px;
	}
	#footer .footer_about {
		margin: 75px 0;
	}
	#footer .footer__logo:not(:last-child) {
		margin-bottom: 10px;
	}
	#footer .footer__logo img {
		max-width: 62px;
	}
}
/**/
#footer .footnav {
	padding-top: 7px;
	padding-right: 50px;
	border-top: 1px solid var(--footer-color-font);
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav ul {
	column-gap: 30px;
}
#footer .footnav ul > li {
	padding: 0;
	margin: 0;
}
#footer ul li a {
	position: relative;
	padding: .6em 0;
	padding-left: 1em;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
}
#footer ul li a::before {
	position: absolute;
	top: 1em;
	left: 0;
	display: block;
	width: .5em;
	aspect-ratio: 5 / 7;
	background-color: #3A69FF;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	content: "";
}
#footer ul li a span {
	display: block;
	color: var(--footer-color-font);
	font-size: 10px;
	font-weight: normal;
	transition: all 0.3s ease-in-out;
}
#footer ul li.current-menu-item a::before {
	opacity: 1;
}
#footer ul li a:hover {
	text-decoration: none;
}
#footer ul li a:hover::before {
	opacity: .75 !important;
}
#footer ul li a:hover span {
	color: var(--footer-color-primary);
}
@media only screen and (max-width: 820px) {  /* タブレット以下 */
	#footer .footnav {
		width: 100%;
		max-width: 270px;
	}
	#footer .footnav ul {
		display: block;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footnav {
		max-width: none;
	}
}
/* ページ毎の背景 */
.home #footer::before {
	background-image: url(/wp-content/uploads/footer-top-bg.jpg);
}
.page-business #footer::before {
	background-image: url(/wp-content/uploads/footer-business-bg.jpg);
}
.page-project #footer::before,
.single-works #footer::before {
	background-image: url(/wp-content/uploads/footer-project-bg.jpg);
}
.page-company #footer::before {
	background-image: url(/wp-content/uploads/footer-company-bg.jpg);
}
.page-contact #footer::before {
	background-image: url(/wp-content/uploads/footer-contact-bg.jpg);
}
.page-privacypolicy #footer::before {
	background-image: url(/wp-content/uploads/footer-privacypolicy-bg.jpg);
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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: 50px; }
}
@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);
	font-size: 100%;
	font-weight: normal;
}
.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: var(--px20) 0;
	}
}
@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: 3px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.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: var(--color-primary-shade);
}
/*--------------------------------------------------
	トップFV
--------------------------------------------------*/
#top_movie {
	background: #121314;
}
#top_movie .mvBox {
	display: grid;
	place-content: center;
	position: relative;
	z-index: 0;
	height: clamp(250px, 88svh, max(848px, 84.8rem));
	clip-path: inset(0);
}
#top_movie .mvBox .mv {
	position: fixed;
	inset: 0;
	width: 100%;
	height: min(100svh, calc(max(848px, 84.8rem) + 90px));
	z-index: -1;
	object-fit: cover;
	object-position: 50% 50%;
}
#top_movie .mvBox .errorMessage {
	display: grid;
	place-content: center;
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	color: #000;
	background: #f7f7f7;
	padding: 2em;
}
#top_movie .mvBox .mvCopy {
	display: grid;
	align-content: center;
	align-items: center;
	position: absolute;
	inset: 0;
	z-index: 10;
	color: inherit;
	text-shadow: 0 0 .2em rgb(0 0 0 / .3), 0 0 5em rgb(0 0 0 / .4), 0 0 10em rgb(0 0 0 / .4);
	padding: 20px 0;
	pointer-events: none;
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
}
#top_movie .mvBox .mvCopy .ja,
#top_movie .mvBox .mvCopy .en {
	position: absolute;
	inset: auto 0;
	z-index: 10;
	margin: 0;
	pointer-events: auto;
	color: #fff;
	font-size: max(40px, (40 / 1920 * 100vw));
	font-weight: 500;
	font-family: var(--font-family03);
	text-align: right;
}
#top_movie .mvBox .mvCopy .ja {
	font-size: clamp(2.8rem, (35 / 460 * 100vw), 1em);
	font-size: max(40px, (40 / 1920 * 100vw));
	font-size: var(--rem48);
	line-height: 1.55;
	letter-spacing: .18em;
	opacity: 1;
}
#top_movie .mvBox .mvCopy .en {
	line-height: 1.3;
	font-family: var(--font-family04);
	font-size: calc(clamp(2.75rem, (27.5 / 600 * 100vw), .875em) + .215em);
	font-size: var(--rem40);
	letter-spacing: .0325em;
	opacity: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_movie .mvBox .mvCopy {
		text-align: left;
	}
	#top_movie .mvBox .mvCopy .ja {
		letter-spacing: .12em;
	}
	#top_movie .mvBox .mvCopy .en {
		font-size: calc(clamp(2.5rem, (25 / 380 * 100vw), 2.8rem) + .19em);
	}
}
#top_movie .mvBox .mvCopy .ja,
#top_movie .mvBox .mvCopy .en {
	animation: calc(35.09s * 1) ease 0s both infinite ANIME-mvLoadstart;
}
#top_movie .mvBox .mvCopy .en {
	animation-delay: calc(35.09s / 2);
}
@keyframes ANIME-mvLoadstart {
	0%, 8.5% {	opacity: 0;}
	18%, 38% {	opacity: 1;}
	45%, 100% {	opacity: 0;}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#mainImg .slide_txt,
#mainImg .slide_txt_en {
	width: 100% !important;
	padding: 0 3% !important;
	box-sizing: border-box !important;
}
#mainImg .slide_txt .n2-ss-text,
#mainImg .slide_txt_en .n2-ss-text {
	max-width: 1600px !important;
	margin: 0 auto !important;
}
#mainImg .slide_txt_en .n2-ss-text {
	letter-spacing: 0.035em;
}
/**/
#top_news::before {
	border-top: 6px solid var(--color-primary);
}
#top_news h2 {
	font-size: var(--rem30);
	font-weight: normal;
	font-family: var(--font-family02);
	text-align: left;
}
#top_news h2::after {
	display: none;
}
#top_news .txt {
	overflow: auto;
	height: 200px;
}
#top_news .postlist li {
	border: none;
	border-bottom: 1px solid rgb(0 0 0 / .2);
}
#top_news .postlist .post_text {
	width: 100%;
	padding: 6px 0;
}
#top_news .postlist .time {
	display: none;
}
#top_news .postlist .date,
#top_news .postlist .ttls {
	margin: 0;
	padding: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_news .txt {
		width: 70%;
		max-width: 900px;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_news .postlist .date {
		width: 10em;
	}
}
/**/
#top_msg::before {
	background: #ECECEC;
}
#top_msg h2 {
	color: var(--color-primary);
}
#top_msg h2 .ja {
	display: block;
	margin-bottom: 0.5em;
	font-size: 51px;
	font-weight: 500;
	font-family: var(--font-family03);
	letter-spacing: .15em;
}
#top_msg h2 .en {
	display: block;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--font-family04);
	letter-spacing: .1em;;
}
#top_msg h2::after {
	display: none;
}
#top_msg .txt {
	color: var(--color-primary);
	font-size: var(--rem20);
	font-weight: 480;
	letter-spacing: .12em;
}
#top_msg .txt p {
	line-height: 3;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg h2 .ja {
		font-size: 40px;
	}
	#top_msg h2 .en {
		font-size: 13px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h2 .ja {
		font-size: 26px;
	}
	#top_msg h2 .en {
		font-size: 10px;
	}
	#top_msg .txt {
		font-size: 100%;
	}
	#top_msg .txt p {
		line-height: 2.5;
	}
}
/**/
#top_contents .box a {
	display: block;
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
#top_contents .box a:hover,
#top_contents .box a:hover h3 {
	color: var(--color-primary);
}
#top_contents .box a:hover img {
	opacity: 0.8;
}
#top_contents .txt {
	padding-right: 30px;
}
#top_contents .txt h3 {
	margin-bottom: 0.3em;
	padding: 0.7em 0 0 2px;
	border: none;
	font-weight: normal;
}
#top_contents .txt h3::before {
	position: absolute;
	inset: 0.6em 0 0;
	border-top: 1px solid var(--color-font);
	content: "";
}
#top_contents a:hover .txt h3::before {
	animation: .6s ease ANIME-pageGuidanceUnitBorder;
}
@keyframes ANIME-pageGuidanceUnitBorder {
	0% {	scale: 1 1; transform-origin: right top; }
	5% {	scale: 1 1; transform-origin: right top; }
	42% {	scale: 0 1; transform-origin: right top; }
	57% {	scale: 0 1; transform-origin: left top; }
	100% {	scale: 1 1; transform-origin: left top; }
}
#top_contents .txt h3 .en {
	display: block;
	color: var(--color-primary);
	font-size: 29px;
	font-family: var(--font-family02);
}
#top_contents .txt h3 .ja {
	display: block;
	font-size: 13px;
}
#top_contents .txt .more {
	font-size: 95%;
}
#top_contents .txt .more::after {
	display: inline-block;
	width: .65em;
	margin-left: .65em;
	margin-right: .3em;
	background-color: var(--color-font);
	aspect-ratio: 1 / .889;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	vertical-align: middle;
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_contents .box_w2 {
		row-gap: var(--px40);
	}
	#top_contents .box {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents .box+.box {
		margin-top: 40px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg, header#h1Header {
	position: relative;
	overflow: hidden;
}
#thumbImg .thumbImg_in {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 440px;
	z-index: -1;
}
#thumbImg .thumbImg_in img {
	position: initial;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
	transform: none;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg {
		height: 270px;
	}
	#thumbImg .thumbImg_in {
		height: 330px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.45;
	letter-spacing: .06em;
}
/**/
body header h1.title.first::before {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 24px;
	background: url(/wp-content/uploads/mark.png.webp) no-repeat center center / contain;
	content: "";
}
body header h1.title.first {
	margin: 0 auto var(--px60w);
	color: var(--color-primary);
	text-align: center;
}
body header h1.title.first b {
	display: block;
	font-size: 28px;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: .06em;
}
body header h1.title.first b+span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .06em;
}
@media only screen and (max-width: 640px){ /* スマホ */
	body header h1.title.first::before {
		width: 28px;
		height: 28px;
		margin-bottom: 18px;
	}
	body header h1.title.first b {
		font-size: 24px;
	}
	body eader h1.title.first b+span {
		font-size: 10px;
	}
}
/**/
.post h2.noline::after {
	display: none;
}
.post h2:has(b) {
	font-size: var(--rem30);
	font-weight: 500;
	text-align: left;
	/* フレックス */
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.post h2:has(b) b {
	display: inline-block;
	margin-bottom: .75em;
	padding-bottom: .1em;
	border-bottom: 3px solid var(--color-font);
	font-size: var(--rem20);
	font-family: var(--font-family02);
	letter-spacing: normal;
	line-height: 1.15;
}
.post h2:has(b)::after {
	display: none;
}
.post h2.single_ttl {
	font-size: var(--rem18);
	font-weight: 500;
	text-align: left;
}
.post h2.single_ttl::after {
	display: none;
}
.post h2.single_ttl time {
	display: block;
	margin-bottom: 5px;
	font-size: var(--rem14);
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
.page-business #content {
	padding-bottom: 0 !important;
}
#business_link li a {
	position: relative;
	min-height: 80px;
	padding: .45em 0 .47em 1.15em;
	border: 1px solid var(--color-primary);
	border-bottom-width: 3px;
	transition: background .18s ease-out;
	color: var(--color-primary);
	font-size: 13px;
	line-height: 1.3;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#business_link li a::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-left: 1px solid var(--color-primary);
	border-bottom: 1px solid var(--color-primary);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all .3s;
}
#business_link li a:hover {
	background: #f2f2f2;
}
#business_link li a:hover::after {
	margin-top: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#business_link {
		gap: 10px;
	}
	#business_link li {
		width: calc((100% / 6) - (10px * 5 / 6));
	}
}
@media only screen and (max-width: 1300px) and (min-width: 641px){
	#business_link li {
		width: calc((100% / 3) - (10px * 2 / 3));
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#business_link li {
		width: calc(50% - 5px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#business_link li+li {
		margin-top: 5px;
	}
	#business_link li a {
		min-height: 55px;
	}
}
/**/
#business_about .box:nth-child(odd) .bg_wide::before {
	background: var(--color-primary-shade);
}
#business_about .txt {
	width: 100%;
	max-width: 890px;
	margin: auto;
}
#business_about .photo {
	width: 75%;
	max-width: 440px;
	margin-left: auto;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
.page-company #content {
	padding-bottom: 0 !important;
}
#company_msg .name img {
	width: 187px;
}
#company_msg .profile {
	overflow: hidden;
	position: relative;
	padding: 40px;
	padding-bottom: 60px;
	border: 1px solid rgb(0 0 0 / .3);
}
#company_msg .profile hr {
	border: none;
	border-bottom: 1px solid #A6A6A6;
}
#company_msg .profile .en {
	position: absolute;
	right: -2px;
	bottom: 0;
	font-size: 63px;
	font-weight: 700;
	font-family: var(--font-family02);
	text-align: right;
	line-height: 0.7em;
	opacity: .1;
}
#company_msg .profile table,
#company_msg .profile table th,
#company_msg .profile table td {
	background: none;
	border: none;
	font-size: 100%;
	font-weight: normal;
}
#company_msg .profile table th,
#company_msg .profile table td {
	padding: 10px 0;
}
.post table.company_tbl th {
	padding-right: 1.5em !important;
	white-space: nowrap;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company_msg .name img {
		width: 150px;
	}
	#company_msg .profile {
		padding: 15px;
		padding-bottom: 40px;
	}
	#company_msg .profile .en {
		font-size: 33px;
	}
	#company_msg .profile p+p {
		margin-top: 1em;
	}
}
/**/
#company_map h3 {
	font-weight: 500;
	letter-spacing: .06em;
}
#company_map .map {
	border: 1px solid #ccc;
}
#company_map .map iframe {
	width: 100%;
	vertical-align: bottom;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
/*--------------------------------------------------
	実績紹介
--------------------------------------------------*/
#project_map {
	width: 100%;
	max-width: 1032px;
	margin: auto
}
/**/
#works_list li a {
	display: block;
	color: var(--color-primary);
}
#works_list .photo {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	z-index: 0;
}
#works_list .photo::before,
#works_list .photo::after,
#works_list .photo_in::before,
#works_list .photo_in::after {
	content: ""; /* 写真加工用フィルター */
	position: absolute;
	inset: 0;
	transition: opacity .1s ease-out;
}
#works_list .photo::after {background: rgb(221 221 221 / .08);}
#works_list .photo::before {background: rgb(0 34 205 / .06) linear-gradient(to bottom, rgb(255 255 255 / .14) 0%, rgb(0 0 0 / .09) 100%);mix-blend-mode: hard-light;}
#works_list .photo_in::after { background: linear-gradient(45deg, rgb(58 105 255 / .27) 0%, rgb(74 216 214 / .27) 100%); mix-blend-mode: color;}
#works_list .photo_in::before {background: rgb(0 34 205 / .22);mix-blend-mode: color-dodge;}
#works_list a:hover .photo {
	opacity: .9;
}
#works_list a:hover .photo::before,
#works_list a:hover .photo::after,
#works_list a:hover .photo_in::before,
#works_list a:hover .photo_in::after {
	opacity: .4;
}
#works_list a:hover .photo img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#works_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#works_list .ttl {
	margin: 0.8em 0 1em;
	padding-top: 0.8em;
	border-top: 1px solid var(--color-primary);
	line-height: 1.4;
}
#works_list .cat {
	line-height: 1.4;
	font-size: var(--rem14);
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#works_list .cat span {
	display: inline-block;
	padding: 2px 10px;
	background: #ddd;
	border-radius: 999px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: var(--px60);
	}
	#works_list li {
		width: 32%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#works_list {
		column-gap: 4%;
	}
	#works_list li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_list li+li {
		margin-top: 30px;
	}
}
/**/
#works_detail h1 {
	margin-bottom: var(--px30);
	font-size: var(--rem30);
	font-weight: 500;
	text-align: left;
}
#works_detail .cat {
	line-height: 1.4;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#works_detail .cat span {
	display: inline-block;
	padding: 5px 15px;
	background: #ddd;
	border-radius: 3px;
}
#works_detail dl {
	margin-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #E5E7EB;
}
#works_detail dt {
	margin-bottom: 5px;
	font-weight: normal;
}
#works_detail dd {
	padding: 0;
}
#photo_main {
	overflow: hidden;
	margin-bottom: 10px;
	background: #F5F5F5;
	border: 1px solid #D9D9D9;
	aspect-ratio: 3 / 2;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc((100% / 5) - (10px * 4 / 5));
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
.page-privacypolicy #content {
	padding-bottom: 0 !important;
}
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/**/
#policy_about h2 {
	font-size: 26px;
	font-weight: 500;
	text-align: left;
}
#policy_about h2 span {
	display: block;
	font-size: 90%;
}
#policy_about h2::after {
	display: none;
}
#policy_about .box {
	margin-bottom: var(--px80);
	padding-bottom: var(--px80);
	border-bottom: 1px solid var(--color-primary);
}
#policy_about .txt p {
	line-height: 1.8;
}
#policy_about .txt_in p+p {
	margin-top: 0.3em;
}
#policy_about .txt p+ol {
	margin-top: 1.5em;
}
#policy_about .txt ol li::marker {
	color: #3A69FF
}
#policy_about .txt ol li ol:last-child {
	margin-bottom: 1.5em;
}
@media print, screen and (min-width: 821px){ /* PCのみ */
	#policy_about .box {
		/* フレックス */
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#policy_about .txt {
		width: 65%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#policy_about h2 {
		font-size: 20px;
	}
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.page-contact #content {
	padding-bottom: 0 !important;
}
/**/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must {
	float: none;
	display: inline-block;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1.4;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
.wpcf7-form table,
.wpcf7-form table th,
.wpcf7-form table td {
	background: none;
	border: none;
	font-size: 100%;
	font-weight: normal;
}
.wpcf7-form table th,
.wpcf7-form table td {
	padding: 10px 0;
}
.wpcf7-form .btn {
	padding: 20px;
	background: #fff;
	color: var(--color-primary);
}
.wpcf7-form .btn p {
	line-height: 1.8;
}
.wpcf7-form .btn a {
	display: inline-block;
	padding-right: 15px;
	background: url(/wp-content/uploads/link.png.webp) no-repeat right center;
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
}
.subimitarea {
	text-align: right;
}
.wpcf7 form .wpcf7-response-output {
	margin-left: auto;
	margin-right: 0;
}
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
	display: grid;
	grid-template-columns: 2em 1fr;
	align-items: center;
	gap: 0 .5em;
	width: fit-content;
	line-height: 1.5;
	color: #fff;
	font-size: .875em;
	background: #b21d1d;
	padding: .7em .9em .8em .75em;
	border: none;
	border-radius: 3px;
}
.wpcf7-not-valid-tip::before,
.wpcf7 form .wpcf7-response-output::before { 
	content: "!";
	display: grid;
	place-content: center;
	width: 1.75em;
	aspect-ratio: 1;
	line-height: 1;
	font-size: .8em;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0;
	padding-bottom: .1em;
	border: 1px solid currentColor;
	border-radius: 10em;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.wpcf7-form table th {
		padding-right: 1em;
	}
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn::after {
	display: none;
}
.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;
}