/* Galleries --------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments --------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}









:root {
	--text_color: #484544;
	--color1: #182987;
	--color2: #f5f5f5;
	--color3: #def25a;
	--color4: #e6e6e6;
	--color5: #5669d1;
	--color6: #07238a;
	--color7: #d6e1e6;
	--color8: #ff6069;
}

html {
	font-size: min(1px, 0.17vmin);
	scroll-behavior: smooth;
}

html[lang] {
	margin: 0 !important;
}

#wpadminbar {
	display: none;
}

body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 16rem;
	font-weight: 300;
	line-height: 1.8;
	word-break: break-all;
	overflow-wrap: anywhere;
	overflow-x: hidden;
	color: #000;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/* iPhoneだけ文字が大きくなる現象を防ぐ */
	/*font-feature-settings: "palt";*/
	/* 文字詰め（フォントにカーニング情報が含まれる場合） */

	/* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}

html[lang="en"] body {
	overflow-wrap: break-word;
}

::-webkit-input-placeholder {
	color: #bbb;
}

:-moz-placeholder {
	color: #bbb;
}

:-ms-input-placeholder {
	color: #bbb;
}

html.pc .sp {
	display: none !important;
}

html.sp .pc {
	display: none !important;
}

h1 {
	background-image: url(img/contact/h1_bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 65% 50%;
	margin: 0 0 min(100rem, 10vmin);
}

h1 .inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	min-height: min(500rem, 65vw);
	text-align: center;
	font-family: "gotham", sans-serif;
	font-weight: 700;
	font-size: min(38rem, 5vmin);
	letter-spacing: 0.18em;
	color: #21397e;
	background-color: rgba(0, 0, 0, 0.21);
}

h1 small {
	font-weight: 600;
	font-size: min(30rem, 4vmin);
	letter-spacing: 0.3em;
}

div.wpcf7 .wpcf7-form .ajax-loader {
	display: none;
}

h2 {
	text-align: center;
	font-family: gotham, sans-serif;
	font-weight: 700;
	font-size: min(40rem, 6vmin);
	letter-spacing: 0.15em;
	line-height: 1.3;
	color: var(--color1);
}
h2 small {
	display: block;
	font-size: 0.45em;
	letter-spacing: 0;
	color: #000;
	margin-top: 1.5em;
}
@media (max-width: 700px) {
	h2 small {
		font-size: 0.6em;
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

hr {
	border: 0;
	border-top: 1px solid #c9c9c9;
	margin: 50rem 0;
}

p {
	text-align: justify;
}

ib {
	display: inline-block;
}

a,
a:link,
a:visited {
	color: #000;
}

a:hover {}

.red {
	color: var(--color8);
}

ul.type1 {
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

ul.type1>li {
	display: flex;
	margin: 5px 0;
}

ul.type1>li:before {
	content: "・";
	white-space: nowrap;
	font-feature-settings: normal;
}

ul.type2 {
	padding: 0;
	margin: 20rem 0;
	list-style: none;
}

ul.type2>li {
	display: flex;
	margin: 5px 0;
}

ul.type2>li:before {
	content: "■";
	white-space: nowrap;
	font-feature-settings: normal;
}

table.type1 {
	border-collapse: separate;
	border-spacing: 15rem 0;
	width: 100%;
	background-color: #fff;
}
table.type1 :is(th, td) {
	text-align: left;
	font-weight: 300;
	border-bottom: 1px solid #e0e0e0;
	padding: 30rem 20rem;
	background-clip: padding-box;
	/* Firefox対策。border が表示されるようにする。 */
}
table.type1 tr:first-child :is(th, td) {
	border-top: 1px solid #e0e0e0;
}
table.type1 th {
	white-space: nowrap;
}
html[lang="en"] table.type1 th {
	white-space: normal;
}
table.type1 td {
	width: 750px;
}
@media (max-width: 780px) {
	table.type1{
		border-collapse: collapse;
	}
	table.type1 :is(th, td) {
		padding: 10rem 20rem;
	}
}

.ta_center{ text-align: center !important; }
.ta_right{ text-align: right !important; }
.ta_left{ text-align: left !important; }
.ta_justify{ text-align: justify !important; }


body #page :is(.button1, .button2, .button2_2),
.wpcf7-submit,
.wpcf7cp-cfm-edit-btn {
	/* 基本的なボタンのスタイル */
	user-select: none;
	display: inline-flex;
	align-items: center;
	/* 垂直方向の中央揃え */
	text-decoration: none;
	white-space: nowrap;
	font-family: "gotham", sans-serif;
	font-weight: 500;
	font-size: 11rem;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
	/* テキストの色 */

	/* サイズと形状 */
	padding: 0.8em 4.8em 0.7em 2.4em;
	min-height: 1em;
	border: none;
	border-radius: 50px;
	/* 完全に丸い角 */

	/* 色と背景 */
	background: var(--color3) url("img/common/button1_bg.svg");
	background-repeat: no-repeat;
	background-size: 1.8em;
	background-position: calc(100% - 0.5em) 50%;
}

body #page :is(.button2, .button2_2) {
	--chosei: 1;
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-size: 29rem;
	box-sizing: border-box;
	min-height: 52rem;
	border-radius: calc(0.66em * var(--chosei));
	padding: calc(0.3em * var(--chosei)) calc(2.8em * var(--chosei)) calc(0.3em * var(--chosei)) calc(1em * var(--chosei));
	background: #fff url("img/common/button2_bg.png");
	background-repeat: no-repeat;
	background-size: calc(1.1em * var(--chosei));
	background-position: calc(100% - (0.4em * var(--chosei))) 50%;
}

body #page .button2_2 {
	--chosei: 29 / 24;
	font-size: 24rem;
}

.file-type {
	display: inline-block;
	font-family: "gotham", sans-serif;
	font-weight: 700;
	font-size: 11rem;
	line-height: 1;
	color: #fff;
	background-color: #bd0000;
	padding: 3rem 5rem;
	border-radius: 4rem;
	margin: 0 8rem 0 0;
}

#page {
	background-image: url(img/common/bg1.webp);
	background-position: 50%;
	background-size: min(153px, 20vmin);
	min-height: 100vh;
}

.width_block {
	max-width: 90%;
	width: 1000px;
	margin: 0 auto;
}

.padding_block {
	padding: 0rem 30rem;
}

.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--color2);
	padding: 7rem min(30rem, 3vmin);
}

.site-header .site-branding {
	display: flex;
	justify-content: space-between;
	max-width: 58vmin;
}

#site-navigation {
	display: flex;
	justify-content: space-between;
	gap: 35rem;
}

#site-navigation a {
	text-decoration: none;
	font-family: gotham, sans-serif;
	font-size: 14rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.15em;
	color: #000;
	padding: 5rem 0;
}

#site-navigation a.contact {
	color: #fff;
	background-color: var(--color1);
	border-radius: 5rem;
	padding: 5rem 10rem;
}

#site-navigation a.contact img {
	vertical-align: -1.5px;
}
#site-navigation .contact_tfm{
	display: none;
}

#nav_knob {
	display: none;
	cursor: pointer;
}

#nav_knob img {
	width: min(50rem, 8vmin);
}

#nav_knob .close {
	display: none;
}

@media (max-width: 870px) {
	.site-header {
		padding: min(12rem, 5vw) min(30rem, 3vmin);
	}

	#site-navigation {
		position: absolute;
		z-index: 1000;
		display: flex;
		display: none;
		justify-content: flex-start;
		flex-direction: column;
		gap: 0;
		box-sizing: border-box;
		width: 100%;
		height: 100dvh;
		padding: 10dvmin 10vmin;
		top: min(73px, 11.7vmin);
		left: 0;
		background-color: var(--color2);
	}

	#site-navigation.open {
		display: flex;
	}

	#site-navigation a {
		text-align: center;
		font-size: 33rem;
		padding: 20rem 0;
		border-top: 1px solid #4d4d4d;
	}
	#site-navigation a.contact {
		display: none;
	}
	#site-navigation .contact_tfm{
		display: block;
		width: 100%;
		max-width: none;
		margin: 0;
		border-bottom: 1px solid #4d4d4d;
	}
	#site-navigation .contact_tfm .box {
		padding: 20rem 0;
		border-top: 1px solid #4d4d4d;
	}
	#page #site-navigation .contact_tfm .box .row2 * {
		min-width: 80%;
	}
	#nav_knob {
		display: block;
	}

	#nav_knob.open .open {
		display: none;
	}

	#nav_knob.open .close {
		display: inline-block;
	}
}

.site-footer {
	position: sticky;
	top: 100vh;

	text-align: center;
	font-weight: 600;
	padding: 80rem 0 130rem;
	background-image: url(img/common/footer/bg.png);
	background-size: 6px;
	background-position: 50%;
	margin: 150rem 0 0;
}

.site-footer .footer_logo{
	max-width: 38vw;
}
.site-footer .footer1 {
	font-size: 18rem;
	margin: 70rem 0 0;
}
.site-footer .footer1_br1{
	display: none;
}

.site-footer .footer2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20rem 50rem;
	margin: 70rem 5vw;
}

.site-footer .footer3 {
	font-size: 22rem;
	margin: 0 0 70rem 0;
}

.site-footer .footer4 {}

.site-footer .footer5 {
	font-size: 14rem;
	margin: 30rem 0;
}

.site-footer .footer6 {
	display: flex;
	justify-content: center;
	gap: 10rem 20rem;
}

.site-footer .footer7 {
	margin: 30rem 0 0;
}
.site-footer .footer8 {
	font-size: 14rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 130rem 0 0;
}

.site-footer .button1 {
	font-weight: 600;
	padding: 0.5em 4.8em 0.5em 1.5em;
	background-position: calc(100% - 0.6em) 50%;
}

.site-footer .button1 .text {
	font-size: 1.5em;
}

.site-footer .button1.contact .text {
	font-weight: 500;
	letter-spacing: 0.13em;
}

.site-footer .button1.contact img {
	margin-right: 20rem;
}

@media (max-width: 850px) {
	.site-footer .footer1_br1{
		display: inline;
	}
	.site-footer .footer1_slash1{
		display: none;
	}
}
@media (max-width: 700px) {
	.site-footer {
		padding: 80rem 0 90rem;
	}
	.site-footer .footer1 {
		margin: 30rem 0 0;
	}
	.site-footer .footer2 {
		margin: 30rem 5vw;
	}

	.site-footer .footer3 {
		margin: 0 0 30rem 0;
	}
	.site-footer .footer5 {
		margin: 30rem 0 15rem;
	}

	.site-footer .footer6 {
		flex-direction: column;
		align-items: center;
	}

	.site-footer .footer7 {
		margin: 30rem 0 0;
	}
	.site-footer .footer8 {
		margin: 90rem 0 0;
	}
}

.gototop {
	position: fixed;
	z-index: 900;
	right: 2px;
	bottom: 90px;
}

.anchor_target {
	position: relative;
	top: -100px;
}

.nowrap {
	white-space: nowrap !important;
}

.bright {
	transition: filter 0.15s linear;
}

.bright:hover {
	filter: brightness(1.1);
}

.fade {
	transition: opacity 0.15s linear;
}

.fade:hover {
	opacity: 0.7;
}

.about_our_business{
	padding: 20rem 0 100rem;
	margin: 150rem 0 0;
	background-color: var(--color2);
}
.about_our_business .inner{
}

body .about_our_business h2 {
	color: var(--color6);
	text-shadow: 0.06em 0.06em 0 var(--color3);
	font-size: min(40rem, 6vmin);
	max-width: 80%;
	margin: 1.2em auto 2em;
}

.about_our_business h2 small {
	color: #000;
	text-shadow: none;
	margin-top: 1.1em;
}
@media (max-width: 780px) {
	.page-template-top .about_our_business{
		padding: 70rem 0 100rem;
	}
	.about_our_business h2 {
		margin-bottom: 50rem;
	}
}

.jisseki-list {
	display: flex;
	justify-content: center;
	gap: 30rem 15rem;
	flex-wrap: wrap;
	padding: 0 min(50rem, 2vw);
	max-width: 1230px;
	margin: 0 auto;
}

.jisseki-card {
	--transition: 0.3s ease-in-out;
	cursor: pointer;
	width: min(233rem, 42vw);
	transition: filter var(--transition),
	            transform var(--transition);
}
.jisseki-card:hover{
	filter: drop-shadow(0 5px 5px rgba(0,0,0,0.3)); 
	transform: translateY(-3px);
}

.jisseki-link {
	text-decoration: none;
}

.jisseki-image-wrapper {}

.jisseki-new-badge {
	position: absolute;
	z-index: 100;
	margin: -10rem 0 0 -10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "gotham", sans-serif;
	font-weight: 700;
	font-size: 11rem;
	background-color: var(--color3);
	border-radius: 100px;
	width: 50rem;
	aspect-ratio: 1;
}

.jisseki-thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	border-radius: 10rem;
}

.jisseki-thumbnail img {
	object-fit: none;
	object-position: center;
}
@media (max-width: 520px) {
	.jisseki-card{
		width: 254rem;
	}
	.jisseki-thumbnail img {
		object-fit: cover;
	}
}

.jisseki-cats-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
	margin: 8rem 0;
}
.jisseki-cats-tags a{
	transition: filter 0.15s linear;
}
.jisseki-cats-tags a:hover{
	filter: brightness(1.08) opacity(0.7);
}

body .jisseki-tag,
body .jisseki-category-badge{
	display: inline-block;
	text-decoration: none;
	font-family: "gotham", sans-serif;
	font-weight: 500;
	font-size: 13rem;
	color: #fff;
	background-color: var(--color1);
	border-radius: 5rem;
	padding: 0 10rem;
}

body .jisseki-category-badge{
	color: #000;
	background-color: var(--color3);
}

.jisseki-title {
	font-weight: 600;
	line-height: 1.3;
	margin: 8rem 0;
}

.jisseki-client-name {
	display: flex;
	font-size: 13rem;
}

.jisseki-client-name-l {
	white-space: nowrap;
}

.about_our_business .more_area {
	text-align: center;
	margin: 80rem 0 0;
}

#page .about_our_business .more_area .button1 {
	font-size: 16rem;
}

.bg_color2 {
	background-color: var(--color2);
}
@media (max-width: 730px) {
	.page-template-top .bg_color2 {
		background-color: transparent;
	}
	.page-template-top .categories {
		padding: 20vmin 0;
	}
}

.categories {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20rem;
	padding: 0 30rem 100rem;
}
@media (max-width: 800px) {
	.categories {
		flex-wrap: wrap;
	}
}
@media (max-width: 730px) {
	.categories {
		/* flex-direction: column; */
		align-items: center;
		gap: 50rem 20rem;
		padding: 10vmin 0;
		margin: 0 auto;
		width: 65vw;
	}
}

.contact_us {
	background-image: url("img/common/contact_us/bg2.webp"), url("img/common/contact_us/bg1.png");
	background-repeat: no-repeat, repeat;
	background-position: 67% 50%, center;
	background-size: auto 100%, 8px;
	box-sizing: border-box;
	padding: 30rem 0 80rem;
	/* min-height: 700px; */
	color: var(--color1);
}

.contact_us p {
	text-align: center;
	font-size: 18rem;
	font-weight: 600;
	line-height: 2.2;
	color: var(--color1);
}

.contact_tfm {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 50rem 100rem;
	width: 900px;
	max-width: 90%;
	margin: 70rem auto 0;
}
.contact_tfm .box {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10rem;
}
.contact_tfm .box .row1 {
	display: flex;
	align-items: center;
	gap: 10rem;
	font-size: 22rem;
	font-weight: 600;
	color: var(--color1);
}
.contact_tfm .box .row1 img{
	max-width: 7vmin;
	max-height: 7vmin;
}
.contact_tfm .box .row2 {
	text-align: center;
	width: 100%;
}
#page .contact_tfm .box .row2 .fax{
	display: inline-block;
	justify-content: center;
	background-image: none;
	padding-right: calc(1em * var(--chosei));
	min-width: 335rem;
}
.contact_tfm .box .row2 * {
	min-width: 100%;
}
@media (max-width: 870px) {
	.contact_us {
		background-image: url("img/common/contact_us/bg2_sp.webp"), url("img/common/contact_us/bg1.png");
		background-repeat: no-repeat, repeat;
		background-position: 50%, center;
		background-size: cover, 8px;
		box-sizing: border-box;
		padding: 30rem 0 100rem;
		/* min-height: 700px; */
	}
}

.contact_us .instagram{
	text-align: center;
	margin: 60rem 0 0 0;
}
.contact_us .instagram a{
	display: inline-block;
	text-decoration: none;
	color: var(--color1);
	transition: opacity 0.15s linear;
}
.contact_us .instagram a:hover{
	opacity: 0.7;
}
.contact_us .instagram h3{
	font-size: 22rem;
	font-weight: 600;
	margin-top: 0;
}
.contact_us .instagram .logo{
	vertical-align: -8rem;
	width: 35rem;
	margin: 0 5rem 0 0;
}
.contact_us .instagram .qr{
	width: 150rem;
}





/* トップ *************************************************************************** */

.page-template-top .top_bg1 {
	position: relative;
	background-image: url(img/top/bg1.webp);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: min(1986px, 180vw);
	padding: 30rem 0 0;
}
.page-template-top .top_bg1_sp{
	pointer-events: none;
	display: none;
}
@media (max-width: 780px) {
	.page-template-top .top_bg1 {
		background-size: 250vw;
		padding: 0 0;
	}
}
@media (max-width: 650px) {
	.page-template-top .top_bg1 {
		background-image: none;
		background-position: 50% 65vw;
		background-size: contain;
	}
	.page-template-top .top_bg1_sp{
		position: absolute;
		z-index: 100;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(img/top/bg1_sp.webp);
		background-position: 50% 79vw;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.page-template-top .main_slide {
	position: relative;
	width: 1024px;
	max-width: 94%;
	margin: 0rem auto 80rem;
}

.page-template-top .main_slide div#n2-ss-2 .n2-ss-slider-2 {
	border-radius: 20rem;
}

.page-template-top .main_slide .n2-ss-control-bullet {
	top: 47rem;
}

.page-template-top .main_slide .nextend-bullet-bar {
	/*gap: ;*/
}

.page-template-top .main_slide div#n2-ss-2 .n2-bullet {
	width: 27rem;
	padding: 6rem;
	margin: 7rem;
	background-color: var(--color4);
}

.page-template-top .main_slide div#n2-ss-2 .n2-bullet.n2-active {
	background-color: var(--color5);
}

.page-template-top .main_slide .img_1 {
	pointer-events: none;
	position: absolute;
	z-index: 200;
	max-width: 33vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 780px) {
	.page-template-top .main_slide {
		max-width: 100%;
		margin: 0 auto 180rem;
	}

	.page-template-top .main_slide div#n2-ss-2 .n2-ss-slider-2 {
		border-radius: 0;
	}
	.page-template-top .main_slide .n2-ss-control-bullet {
		top: 100rem;
	}
}

.page-template-top .news {
	position: relative;
	z-index: 200;
	color: #fff;
	background-color: #3b3b3b;
	box-sizing: border-box;
	/* min-height: 300px; */
	padding: min(70rem, 9vmin) 0;
	margin: 30rem 0 0;
	mix-blend-mode: lighten;
	transform: translate3d(0,0,0);
}

.page-template-top .news .inner {
	display: flex;
}

.page-template-top .news .inner .left {
	padding: 0 50rem 0 0;
	border-right: 1px dotted;
	margin-right: 50rem;
}

.page-template-top .news h2 {
	white-space: nowrap;
	line-height: 1;
	color: #fff;
	margin: 0 0 1em;
	letter-spacing: 0.13em;
}

.page-template-top .news .list {
	display: flex;
	flex-direction: column;
	gap: 20rem;
}

.page-template-top .news .list .row {
	display: flex;

}

.page-template-top .news .list .date {
	font-family: "gotham", sans-serif;
	font-weight: 700;
	font-size: 12rem;
	min-width: 110rem;
	margin: 3rem 0 0;
}

.page-template-top .news .list a {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.0);
	transition: text-decoration-color 0.15s linear;
}

.page-template-top .news .list a:hover {
	text-decoration-color: rgba(255, 255, 255, 1.0);
}

.page-template-top .news .more_area_sp {
	display: none;
}

@media (max-width: 780px) {

	.page-template-top .news .inner {
		flex-direction: column;
	}

	.page-template-top .news h2 {
		/* font-size: 30rem; */
	}

	.page-template-top .news .inner .left {
		padding: 0;
		border-right: none;
		margin-right: 0;
	}

	.page-template-top .news .list .date {
		min-width: 90rem;
	}

	.page-template-top .news .more_area {
		display: none;
	}

	.page-template-top .news .more_area_sp {
		display: block;
		text-align: center;
		margin: 30rem 0 0;
	}

	.page-template-top #page .news .more_area_sp .button1 {
		font-size: 16rem;
	}
}

.page-template-top .about_our_business {
	/*mix-blend-mode: color-burn;*/
}

.page-template-top .recruit {
	text-align: center;
	background: url(img/top/2.webp) var(--color7);
	background-repeat: no-repeat;
	background-size: min(670px, 93%);
	background-position: 50% -2px;
	box-sizing: border-box;
	width: 1160px;
	max-width: 94%;
	margin: 100rem auto;
	padding: min(70rem, 8.5vw) min(90rem, 5vw) 80rem;
	border-radius: min(25rem, 3vmin);
}

.page-template-top .recruit h2 {
	font-size: min(30rem, 4vmin);
	font-weight: 600;
	letter-spacing: 0.05em;
	/*padding: 0 0 min(40rem, 4vmin);*/
	margin: 0 0 min(40rem, 4vmin);
}

.page-template-top .recruit .img3_sp{
	display: none;
}

.page-template-top .recruit .row1 .img3_sp{
	display: none;
}

.page-template-top .recruit .row1 {
	display: inline-flex;
	justify-content: center;
	text-align: left;
	gap: 70rem;
	margin: 20rem 0;
}

.page-template-top .recruit .row1 .box {
	flex-grow: 1;
}

.page-template-top .recruit h3 {
	font-family: "gotham", sans-serif;
	font-weight: 700;
	font-size: min(45rem, 6vw);
	line-height: 1.2;
	word-break: normal;
	color: var(--color1);
	margin: 0 0 30rem;
}

.page-template-top .recruit h3 small {
	display: block;
	font-weight: 600;
	font-size: 0.35em;
	margin: 5rem 0 0;
}

.page-template-top .recruit .row1 ul {
	margin: 5rem 0;
}

.page-template-top .recruit .row1 ul li {
	font-weight: 600;
	margin: 10rem 0;
}

.page-template-top .recruit .more_area {
	margin: 40rem 0 0;
}

.page-template-top #page .recruit .more_area .button1 {
	font-size: 16rem;
}

@media (max-width: 780px) {
	.page-template-top .recruit .img3{
		display: none;
	}
	.page-template-top .recruit .img3_sp{
		display: inline-block;
		width: 52%;
	}
	.page-template-top .recruit .row1 {
		flex-direction: column;
		width: 100%;
	}
	.page-template-top .recruit .row1 .box{
		font-size: 15rem;
		width: 100%;
	}
	.page-template-top .recruit h3 small {
		font-size: 0.52em;
		margin: 9rem 0 0;
	}
	.page-template-top .recruit .more_area {
		text-align: left;
	}
}

.page-template-top .about_us {
	background-image: url(img/top/bg2.png);
	background-size: 8px;
	background-position: 50%;
}

.page-template-top .about_us .inner {
	display: flex;
	justify-content: space-between;
	gap: 50rem;
}

.page-template-top .about_us .left {
	color: #fff;
	padding: 0 0 60rem;
}

.page-template-top .about_us .left h2 {
	white-space: nowrap;
	color: #fff;
	margin: 60rem 0 0;
}

.page-template-top .about_us .left h2 small {
	color: #fff;
	margin: 30rem 0 0;
}

.page-template-top .about_us .left .more_area {
	text-align: center;
	margin: min(80rem, 7vmin) 0 0;
}

.page-template-top #page .about_us .left .more_area .button1 {
	font-size: 16rem;
}

.page-template-top .about_us .right img {
	transform: translateY(-60rem);
}
@media (max-width: 780px) {
	.page-template-top .about_us {
		display: none;
	}
}





/* NEWS *************************************************************************** */

.news_page .width_block {
	max-width: 100%;
}

.news_page h1 {
	background-image: url(img/news/h1_bg.webp);
	background-size: cover;
	background-position: 50% 50%;
}

.news_page .instagram_link {
	position: absolute;
	right: 20rem;
	bottom: 20rem;
}
.news_page .instagram_link_sp {
	display: none;
	text-align: center;
	margin: 0rem 0 30rem;
}
.news_page .instagram_link_sp img{
	max-width: 40vmin;
}
@media (max-width: 700px) {
	.news_page .instagram_link {
		display: none;
	}
	.news_page .instagram_link_sp {
		display: block;
	}
}

.news_page .site-main .page_width {
	width: 780px;
}

.news_page .frame1 {
	padding: 30rem 0;
}

.news_page .articles {
	border-top: 1px solid #d9d9d9;
}
.news_page article {
	padding: 70rem 30rem;
	border-bottom: 1px solid #d9d9d9;
}

.news_page article:last-child {
	/*border-bottom: 0;*/
}

.news_page article .date {
	font-size: 14rem;
}

.news_page article .title {
	font-size: 20rem;
	margin: 20rem 0;
}

.news_page article .content {
	font-size: 16rem;
	line-height: 2.1;
}

.news_page .pagination {
	text-align: center;
	margin: 50px 0 200px;
}

.news_page .pagination h2 {
	display: none;
}

.news_page .pagination .nav-links>div {
	display: inline-block;
	margin: 0 50px;
}

.news_page .single_nav {
	display: flex;
	justify-content: space-between;
	gap: 0 10%;
	padding: min(30rem, 5vw);
}

body.blog .news_page .single_nav {
	display: none;
}

.news_page .single_nav span {
	display: flex;
	align-items: center;
	gap: 10rem;
	flex-basis: 300rem;
}

.news_page .single_nav span.next {
	justify-content: flex-end;
}

.news_page .archive_nav {
	display: flex;
	justify-content: center;
	gap: 5rem;
	padding: min(30rem, 5vw);
}

body.single .news_page .archive_nav {
	display: none;
}

.news_page .archive_nav .page-numbers {
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	white-space: nowrap;
	line-height: 1;
	width: 30rem;
	height: 30rem;
	border-radius: 5rem;
	border: 1px solid var(--color1);
	color: var(--color1);
}

.news_page .archive_nav .page-numbers:is(.dots, .prev, .next) {
	border: 0;
}

.news_page .archive_nav .page-numbers:not(.dots, .prev, .next):hover,
.news_page .archive_nav .page-numbers.current {
	color: #fff;
	background-color: var(--color1);
}





/* 採用情報 *************************************************************************** */

.recruit_page h1 {
	background-image: url(img/recruit/h1_bg.webp);
	background-size: cover;
	background-position-x: 50%;
}

.recruit_page h1 .inner {
	color: #fff;
	background-color: transparent;
}

.recruit_page main {
	--padding: 0 min(30rem, 5vw);
}

.recruit_page .recruit-list-nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20rem 0;
	flex-wrap: wrap;
	padding: var(--padding);
	margin: 50rem 0 80rem;
}

.recruit_page .entry-content {
	padding: 20rem 0 0;
}

/*@property --bg_lg {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 0%;
}*/
.recruit_page .recruit-list-nav a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex-basis: calc(50% - 20rem);
	min-height: 65rem;
	padding: 20rem;
	border-radius: 10rem;
	text-decoration: none;
	font-size: 16rem;
	font-weight: 600;
	line-height: 1.4;
	--bg_lg: calc(100% - 33px);
	/*--bg_lg: 91%;*/
	/*background: linear-gradient(135deg, rgba(214, 214, 214, 1) 30px, rgba(222, 242, 90, 1) 30px);*/
	background: linear-gradient(135deg, rgba(214, 214, 214, 1) var(--bg_lg), rgba(222, 242, 90, 1) var(--bg_lg));
	/*transition: --bg_lg 0.3s ease-in-out;*/
	transition: filter 0.15s linear;
}
.recruit_page .recruit-list-nav a:hover {
	/*--bg_lg: calc(0% - 33rem);*/
	/*--bg_lg: 0%;*/
	/*background: linear-gradient(135deg, rgba(214, 214, 214, 1) 100px, rgba(222, 242, 90, 1) 100px);*/
	filter: brightness(1.05);
}
.recruit_page .recruit-list-nav a:after {
	content: url(img/recruit/nav_arrow.svg);
	display: block;
	position: absolute;
	right: 5rem;
	bottom: 5rem;
	height: 17px;
}
@media (max-width: 850px) {
	.recruit_page h2{
		font-size: 5.5vmin;
	}
	.single-recruit .recruit_page .recruit-list-nav{
		display: none;
	}
	.recruit_page .recruit-list-nav a {
		flex-basis: 100%;
	}
	.recruit_page .entry-content {
		border-top: 1px solid #d9d9d9;
		margin-top: 60rem;
	}
}

.recruit_page article :is(h1, h2, h3, h4, h5, h6) {
	font-weight: 600;
	padding: var(--padding);
}

.recruit_page article h3 {
	font-size: 20rem;
}

.recruit_page article p {
	line-height: 2;
	padding: var(--padding);
}

.recruit_page article hr {
	border: 0;
	border-top: 1px solid #d9d9d9;
	margin: 30rem 0;
}





/* 事業実績 *************************************************************************** */

:is(.page-template-works, .tax-jisseki_category, .tax-jisseki_tag, .post-type-archive-jisseki) h1 {
	background-image: url(img/works/h1_bg.webp);
	background-size: cover;
}
:is(.page-template-works, .tax-jisseki_category, .tax-jisseki_tag, .post-type-archive-jisseki) h1 .inner {
	color: #fff;
	background-color: transparent;
}

:is(.page-template-works, .tax-jisseki_category, .tax-jisseki_tag, .post-type-archive-jisseki) h2 {
	/*margin: 0 0 2em;*/
}
h2.taxonomy-jisseki_category,
h2.taxonomy-jisseki_tag {
	display: inline-block;
	border-radius: 0.5em;
	padding: 0 0.7em;
	margin: 0 0 2em;
}
h2.taxonomy-jisseki_category {
	font-size: min(56rem, 6vmin);
	/*color: #000;*/
	/*background-color: var(--color3);*/
}
h2.taxonomy-jisseki_tag {
	font-size: min(45rem, 6vmin);
	color: #fff;
	background-color: var(--color1);
}

.page-template-works .all_works{
	margin-top: min(170rem, 16vmin);
}

.archive-jisseki h2.cat-event{
	font-size: min(56rem, 6vmin);
	margin-bottom: 40rem;
}
.event-year-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 10rem;
	width: 780px;
	max-width: 96%;
	margin: 0 auto;
}
.event-year-nav .year-badge{
	text-decoration: none;
	font-family: "gotham", sans-serif;
	font-weight: 700;
	font-size: 26rem;
	letter-spacing: 0.05em;
	background-color: var(--color3);
	color: var(--color1);
	box-sizing: border-box;
	min-width: 140rem;
	padding: 0 20rem;
	border-radius: 50px;
	margin-bottom: 13rem;
	transition: filter 0.15s linear;
}
.event-year-nav .year-badge:hover{
	filter: brightness(1.05);
}
.event-year-nav .year-badge.dummy{
	padding: 0;
	margin: 0;
}
.archive-jisseki .current-filter-title{
	text-align: center;
	font-family: gotham, sans-serif;
	font-weight: 700;
	font-size: min(56rem, 6vmin);
	letter-spacing: 0.15em;
	line-height: 1.3;
	color: var(--color1);
	margin: 50rem 0 100rem;
}

.page-template-works .categories {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 20rem;
	padding: 0 30rem 0rem;
	margin: 150rem auto;
}
.page-template-works .categories .category{
	text-align: center;
}
@media (max-width: 730px) {
	.page-template-works .categories {
		margin: 70rem auto;
	}
}

.page-template-works #page .button1_work {
	font-size: min(4vmin, 30rem);
}
.page-template-works #page .button1_work .text{
	font-size: 0.7em;
}

.page-template-works .content h2 {
	font-size: min(59rem, 8.5vmin);
	letter-spacing: 0.05em;
	margin-top: 120rem;
}

.page-template-works .content h4 {
	font-weight: 600;
	margin: 25rem 0 0;
}

.page-template-works p {
	margin: 0;
}

.page-template-works .images {
	display: flex;
	justify-content: center;
	gap: min(20rem, 1vmin);
	flex-wrap: wrap;
	margin: 50rem 0;
}
.page-template-works .images .image{
	width: calc(33.33% - min(15rem, 1vmin));
}

@media (max-width: 780px) {
	.page-template-works .about_our_business .list .jisseki-card{
		display: none;
	}
	.page-template-works .about_our_business .list .jisseki-card:nth-of-type(-n + 4){
		display: block;
	}
}

.page-template-works .about_our_business .more_area {
	display: none;
}

/* .works_archive_page .year-badge{
	font-family: "gotham", sans-serif;
	font-weight: 700;
	font-size: 25rem;
	letter-spacing: 0.05em;
} */
.works_archive_page .archive-year-badge-wrapper + h2{
	margin-top: 2rem;
}






/* 事業実績（個別） *************************************************************************** */

.jisseki_page {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) min(400px,30vw), rgba(0, 0, 0, 0) min(900px,60vw));
}

.jisseki_page .post-header-bg{
	position: relative;
}
.jisseki_page .post-header-bg .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url();
	background-size: contain;
	background-position: 50% 0;
	background-repeat: no-repeat;
	filter: opacity(0.25) blur(50px);
	mix-blend-mode: darken;
}
.jisseki_page .post-header-bg .bg2{
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 300px, rgba(255, 255, 255, 1) 700px);
}
.jisseki_page .post-header-bg .fg{
	position: relative;
	z-index: 2;
}

.jisseki_page .pankuzu {
	font-weight: 600;
	padding: 10rem 30rem;
}

.jisseki_page .pankuzu :is(a, span) {
	/*font-weight: 600;*/
}

.jisseki_page article {
	padding: 50rem 0;
}
@media (max-width: 870px) {
	.jisseki_page article {
		padding: 0 0 50rem;
	}
}
.jisseki_page .post-thumbnail {
	margin: 0 0 50rem 0;
}

.jisseki_page .post-thumbnail img {
	width: 100%;
}

.jisseki_page .entry-title {
	font-size: 28rem;
	font-weight: 600;
	color: var(--color1);
	margin: 150rem 0 50rem;
}

.jisseki_page .jisseki-meta-info {
	margin: 50rem 0 50rem;
}

.jisseki_page .jisseki-custom-fields-table :is(th, td) {
	vertical-align: top;
}
.jisseki_page .jisseki-custom-fields-table th {
	text-align: left;
	font-family: "gotham", sans-serif;
	font-weight: 500;
	white-space: nowrap;
	padding-right: 20rem;
}

.jisseki_page .jisseki-custom-fields-table td.colon {
	width: 1em;
}

.jisseki_page article .jisseki-cats-tags {
	margin: 50rem 0 150rem;

}

.jisseki_page .content {
	width: 825px;
	max-width: 100%;
	margin: 0 auto;
}

.jisseki_page .content figure {
	margin-bottom: 30rem;
}

.jisseki_page .content p+figure {
	margin-top: 60rem;
}

.onaji_category {
	background-image: url(img/common/bg_onaji_category.png);
	background-size: 8px;
	background-position: 50%;
	padding: 50rem 0;
	margin: 100rem 0;
}

.onaji_category h2 {
	font-size: 28rem;
	font-weight: 600;
	color: #000;
}

.onaji_category .related-jisseki-posts {}

@media (max-width: 780px) {
	.onaji_category .list .jisseki-card{
		display: none;
	}
	.onaji_category .list .jisseki-card:nth-of-type(-n + 4){
		display: block;
	}
}





/* 会社案内 *************************************************************************** */

.page-template-about_us h1 {
	background-image: url(img/about_us/h1_bg.webp);
	background-size: cover;
}

.page-template-about_us h1 .inner {
	color: #fff;
	background-color: transparent;
}

.page-template-about_us h2 {
	font-size: 26rem;
	font-weight: 600;
	letter-spacing: 0;
	margin: 150rem 0;
}

.page-template-about_us .map iframe {
	width: 100%;
	height: 600rem;
}

@media (max-width: 780px) {
	.page-template-about_us h2 {
		margin: 90rem 0 50rem;
	}
}




/* お問合せ *************************************************************************** */

.page-template-contact h1 {
	background-image: url(img/contact/h1_bg.svg);
	background-position: calc(50% + 60px) 50%;
	background-size: auto 100%;
	margin: 0 0 100rem;
}

div.wpcf7 .wpcf7-form .ajax-loader {
	display: none;
}

.wpcf7-not-valid-tip {
	position: absolute;
	margin-top: -5px;
}

[data-name="checkbox-pp"] {
	display: inline-block;
	margin: 0 0 10rem;
}

[data-name="checkbox-pp"] .wpcf7-not-valid-tip {
	margin: -12rem 0 0 20rem;
}

.page-template-contact .privacy_policy_area {
	text-align: center;
	margin: 60px 0 40px;
}

.page-template-contact .submit_area {
	position: relative;
	text-align: center;
}

.wpcf7-submit,
.wpcf7cp-cfm-edit-btn {
	cursor: pointer;
	font-size: 25rem;
	letter-spacing: 0.05em;
	padding: 0.5em 4.8em 0.5em 1.5em;
	background-size: 1.45em;

	transition: filter 0.15s linear;
}
.wpcf7-submit:hover,
.wpcf7cp-cfm-edit-btn:hover {
	filter: brightness(1.1);
}

#page .wpcf7-response-output{
	box-sizing: border-box;
	width: 900px;
	max-width: 85vw;
	margin: 30rem auto;
}

#wpcf7cpcnf {
	text-align: center;
}

.wpcf7-spinner {
	position: absolute;
	top: calc(50% - 12px);
}

.thanks_url {
	display: none;
}

table.type_cf7,
#wpcf7cpcnf table {
	border-collapse: collapse;
	width: 100%;
}
#wpcf7cpcnf table {
	display: inline-table;
	width: auto;
}
table.type_cf7 :is(th, td),
#wpcf7cpcnf table :is(th, td) {
	text-align: left;
	font-weight: 300;
	padding: 15rem 30rem;
	background-clip: padding-box;
	/* Firefox対策。border が表示されるようにする。 */
}
table.type_cf7 th,
#wpcf7cpcnf table th {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 20rem;
}
html[lang="en"] table.type_cf7 th,
html[lang="en"] #wpcf7cpcnf table th {
	white-space: normal;
}
table.type_cf7 th.hissu:after {
	content: "※";
	color: var(--color8);
}
table.type_cf7 td,
#wpcf7cpcnf table td {
	background-color: #fff;
	width: 100%;
}
#wpcf7cpcnf table td {
	width: auto;
}
table.type_cf7 p,
#wpcf7cpcnf table p {
	margin: 0;
}


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="search"],
textarea,
select {
	font-size: 16rem;
	font-weight: 400;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	outline: 0;
	padding: 10px;
	margin: 0;
	width: 100%;
	-webkit-appearance: none;
	/* iPhone の入力欄へのエフェクトを消す */
}

select {
	padding: 10px 50px 10px 10px;
	width: auto;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}

input[name="yubin"] {
	width: 200rem;
}

input[name="sikuchoson"],
input[name="tatemono"] {
	width: 70%;
	margin: 0 0 0 50rem;
}

.wpcf7-list-item.first {
	margin-left: 0;
}

#privacy_policy{
	margin: 150rem 0 60rem;
}
#privacy_policy ul.type1{
	margin: 0;
}

@media (max-width: 800px) {
	table.type_cf7 ,
	table.type_cf7 thead,
	table.type_cf7 tbody,
	table.type_cf7 tr,
	table.type_cf7 th,
	table.type_cf7 td{
		display: block;
		padding: 0;
	}
	table.type_cf7 th{
		font-size: 18rem;
		padding: 30rem 0 10rem 0;
	}

	input[name="sikuchoson"],
	input[name="tatemono"] {
		width: 100%;
		margin: 0;
	}

	.wpcf7-submit, .wpcf7cp-cfm-edit-btn{
		font-size: 20rem;
	}
}



.page-template-thanks h1 {
	background-image: url(img/thanks/h1_bg.webp);
	background-size: cover;
	background-position: 65% 50%;
	margin: 0 0 100rem;
}

.page-template-thanks h1 .inner {
	color: #fff;
	/*background-color: transparent;*/
}

.page-template-thanks h2 {
	font-weight: 500;
	font-size: 32rem;
	letter-spacing: 0.1em;
	margin: 140rem 0 50rem;
}





/* 404 *************************************************************************** */

.error-404 {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 100px 0 0;
	height: calc(100vh - 750px);
}