/* #region theme =================================== */
:root {
	--font-color: #595757;
	--primary-color: #005BAC;
	--textlink-color: #00A0E9;
}
/* #endregion theme -------------------------------- */

/* #region Reset and Setup =================================== */
p, a, img, figure,
dl, dt, dd,
ul, ol, li,
button,
h1, h2, h3, h4, h5, h6,
hr, header, footer, section, article {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	background: #fff;
	color: var(--font-color);
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}

a, button {
	color: inherit;
	text-decoration: none;
}
button {
	font: inherit;
}

ol, ul {
	list-style: none;
}

img {
	border: none;
	max-width: 100%;
	vertical-align: middle;
}

svg {
	display: block;
	max-width: 100%;
	height: auto;
	fill: currentcolor;
}

@media only screen and (min-width: 1025px) {
	br.mb {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	br.pc {
		display: none;
	}
}

.u-visually-hidden {
	position: absolute!important;
	width: 1px!important;
	height: 1px!important;
	margin: -1px!important;
	padding: 0!important;
	border: 0!important;
	white-space: nowrap!important;
	clip: rect(0,0,0,0)!important;
	overflow: hidden!important;
}

.img-box {
	position: relative;
	overflow: hidden;
}
.img-box img, .img-box video {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}

@media (min-width: 1025px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/* #endregion Reset and Setup -------------------------------- */

/* #region layout =================================== */
/* #region header*/
.l-header {
	position: relative;
	background: #fff;
	border-bottom: 1px solid var(--primary-color);
	z-index: 50;
}
.l-header .header-main {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 18px;
	padding-left: 45px;
	padding-right: 25px;
}
.l-header .site-title {
	flex: 0 0 230px;
}
.l-header .site-title a {
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.l-header .site-title a:hover {
	opacity: 0.6;
}
.l-header .main-nav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 40px;
	flex: 1 1 auto;
}
.l-header .main-nav .nav-center {
	flex: 0 1 915px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}
.l-header .main-nav ul {
	order: 2;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 3px;
}
.l-header .main-nav ul a {
	font-size: 20px;
	line-height: 1;
	white-space: nowrap;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.l-header .main-nav  ul a:hover {
	opacity: 0.6;
}
.l-header .main-nav .tel-box {
	margin-bottom: 25px;
	text-align: right;
}
.l-header .main-nav .tel-box .tel-link {
	display: inline-block;
}
.l-header .main-nav .tel-box .tel-link .icon {
	display: inline-block;
	vertical-align: middle;
}
.l-header .main-nav .tel-box .tel-link .num {
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 3px;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
}
.l-header .main-nav .mail-btn {
	flex-shrink: 0;
	display: inline-block;
	width: 122px;
	height: 110px;
	padding: 15px 10px;
	background: var(--primary-color);
	color: #fff;
	font-size: 17px;
	text-align: center;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.l-header .main-nav .mail-btn:hover {
	opacity: 0.7;
}
.l-header .main-nav .mail-btn .icon {
	margin-bottom: 7px;
}
.l-menu-btn {
	display: none;
}
@media only screen and (max-width: 1200px) {
	.l-header {
		position: fixed;
		width: 100%;
		height: 100px;
		top: 0;
	}
	.l-header .header-main {
		padding: 10px 20px;
		align-items: center;
	}
	.l-header .site-title {
		flex: 0 0 150px;
	}
	.l-menu-btn {
		display: block;
	}
	.l-menu-btn button {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: transparent;
		cursor: pointer;
		width: 42px;
		height: 42px;
		padding-top: 5px;
		margin-top: 5px;
		border-radius: 50%;
		color: var(--primary-color);
		text-align: center;
		z-index: 99;
	}
	.l-menu-btn button .text {
		display: block;
		position: relative;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
		font-size: 10px;
		line-height: 20px;
		letter-spacing: 0.075em;
	}
	.l-menu-btn button .text::before {
		display: block;
		content: 'MENU';
	}
	.l-menu-btn button .text::after {
		display: none;
		content: 'CLOSE';
	}
	.l-menu-btn button .border1, .l-menu-btn button .border2 {
		display: block;
		width: 28px;
		height: 0;
		border-top: 2px solid var(--primary-color);
		transform-origin: left;
		transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
	}
	.l-header.is-open  .l-menu-btn button .border1 {
		transform: rotate(14deg);
	}
	.l-header.is-open .l-menu-btn button .border2 {
		transform: rotate(-14deg);
	}
	.l-header.is-open .l-menu-btn button .text::before {
		display: none;
	}
	.l-header.is-open .l-menu-btn button .text::after {
		display: block;
	}
	.l-header .main-nav {
		display: none;
		margin-top: 0;
	}
	.l-header.is-open .main-nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		justify-content: center;
		gap: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		padding-top: 100px;
		padding-bottom: 100px;
		z-index: -1;
	}
	.l-header .main-nav .nav-center {
		display: block;
		flex: none;
	}
	.l-header.is-open .main-nav ul {
		order: 0;
		align-items: center;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 40px;
		/* height: 100%; */
		/* margin-bottom: 40px; */
		/* padding: 40px; */
		text-align: center;
	}
	.l-header.is-open .main-nav li {
		flex: 0 0 100%;
	}
	.l-header.is-open .main-nav li a {
		font-size: 16px;
		display: inline-block;
	}
	.l-header .main-nav .tel-box {
		margin-bottom: 40px;
		text-align: center;
	}
	.l-header .main-nav .tel-box .tel-link {
		margin-bottom: 0;
	}
	.l-header .main-nav .tel-box .tel-link .icon {
		width: 30px;
	}
	.l-header .main-nav .tel-box .tel-link .num {
		font-size: 30px;
	}
	.l-header .main-nav .mail-btn {
		display: block;
		width: 250px;
		height: auto;
		margin: 0 auto;
	}
	.l-header .main-nav .mail-btn .icon {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 5px;
		width: 32px;
		vertical-align: middle;
	}
	.l-header .main-nav .mail-btn p {
		display: inline-block;
		line-height: 32px;
		vertical-align: middle;
	}
}
/* #endregion */

/* #region footer */
.l-footer {
	max-width: 848px;
	margin: 0 auto;
	padding: 20px;
}
.l-footer-main {
	margin-bottom: 65px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(89, 87, 87, 0.3);
}
.l-footer-main ul {
}
.l-footer-main ul > li {
	display: inline-block;
	padding-right: 25px;
	margin-right: 20px;
	border-right: 1px solid var(--font-color);
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1;
}
.l-footer-main ul > li > a  {
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.l-footer-main ul > li > a:hover  {
	opacity: 0.6;
}
.l-footer-foot {
	text-align: center;
}
.l-footer-foot .copy {
	font-size: 14px;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
	.l-footer-main {
		margin-bottom: 40px;
		padding-bottom: 15px;
	}
	.l-footer-main ul > li {
		padding-right: 0.5em;
		margin-right: 0.5em;
		font-size: 12px;
		letter-spacing: 0;
	}
	.l-footer-foot .copy {
		font-size: 11px;
		letter-spacing: 0;
	}
}
/* #endregion */


.l-main {
	overflow-x: hidden;
}

.l-container {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
}


.l-breadcrumb {
	padding-top: 20px;
	padding-left: 40px;
	font-size: 17px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.l-breadcrumb li {
	display: inline-block;
}
.l-breadcrumb li::after {
	content: ">";
	margin: 0 0.5em;
}
.l-breadcrumb li:last-child::after {
	content: "";
}
.l-breadcrumb a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
	.l-breadcrumb {
		padding-top: 110px;
		padding-left: 20px;
		font-size: 13px;
		letter-spacing: 0;
	}
}
/* #endregion layout -------------------------------- */

/* #region components =================================== */
.c-section-header01 {
	padding-top: 200px;
	margin-bottom: 120px;
	text-align: center;
}
.c-section-header01 .wrap {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 20px;
}
.c-section-header01 .title-box {
	position: relative;
	font-size: min(46px, 7vw);
	margin-bottom: 1.739em;
	z-index: 2;
}
.c-section-header01 .chara01 {
	position: absolute;
	width: 218px;
	top: -197px;
	right: 20px;
}
.c-section-header01 .chara02 {
	position: absolute;
	width: 265px;
	top: -132px;
	right: -50px;
}
.c-section-header01 .chara03 {
	position: absolute;
	width: 240px;
	top: -140px;
	right: -30px;
}

.c-section-title01 {
	display: inline-block;
	position: relative;
	padding: 0.087em 0.625em 0.1739em 0.9375em;
	margin-bottom: 1.739em;
	min-width: 6.5217em;
	background: var(--primary-color);
	color: #fff;
	border: 0.087em solid var(--primary-color);
	font-size: min(46px, 7vw);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
.c-section-title01::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #fff;
}

.c-section-title02 {
	font-weight: 700;
	font-size: min(46px, 7vw);
	letter-spacing: 0.2em;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.c-section-header01 {
		padding-top: 100px;
		margin-bottom: 80px;
	}
	.c-section-header01 .chara01, .c-section-header01 .chara02, .c-section-header01 .chara03 {
		position: relative;
		top: auto;
		right: auto;
		width: min(200px, 40vw);
	}
}
/* #endregion components -------------------------------- */

/* #region top =================================== */
.top-hero {
	margin-bottom: 85px;
}
.top-hero .hero-head {
	padding: 0 20px;
	margin-bottom: 45px;
}
.top-hero .hero-head img {
	display: block;
	max-width: min(1444px, 76vw);
	width: 100%;
	margin: 0 auto;
}
.top-hero .img-box {
	width: 100%;
		aspect-ratio: 1 / 0.275;
}
@media only screen and (max-width: 1200px) {
	.top-hero .hero-head {
		padding: 0 20px;
		margin-bottom: 25px;
	}
	.top-hero .hero-head img {
		max-width: 800px;
	}
	.top-hero .img-box {
		height: auto;
	}
}

.top-intro {
	margin-bottom: 160px;
	padding: 0 40px;
	text-align: center;
}
.top-intro .heading01 {
	margin-bottom: 70px;
	text-align: center;
}
.top-intro .text {
	margin-bottom: 100px;
	font-size: 23px;
	line-height: 2.1667;
}
.top-intro .pict-box {
	display: flex;
	gap: 25px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 140px;
}
.top-intro .pict-box img {
	width: min(420px, 29vw);
}
@media only screen and (max-width: 1024px) {
	.top-intro {
		padding: 0 20px;
	}
	.top-intro .heading01, .top-intro .heading02 {
		width: min(400px, 80vw);
	}
	.top-intro .text {
		margin: 0 auto;
		margin-bottom: 80px;
		width: min(500px, 80vw);
		font-size: 15px;
		text-align: justify;
	}
	.top-intro .pict-box {
		display: block;
		margin-bottom: 80px;
	}
	.top-intro .pict-box img {
		display: block;
		width: min(320px, 80vw);
		margin: 0 auto 10px;
	}
}

.s-strengths {
	padding-top: 150px;
	margin-top: -150px;
	margin-bottom: 300px;
	text-align: center;
}
.s-strengths .c-section-title01 {
	margin-bottom: 125px;
	font-size: 36px;
}
.s-strengths .strength-item {
	max-width: 80vw;
	margin: 0 auto 150px;
}
.s-strengths .strength-item .title {
	margin-bottom: 45px;
}
.s-strengths .strength-item .text {
	margin-bottom: 50px;
	font-size: 17px;
	line-height: 1.9444;
}
.s-strengths .strength-item .text a {
	color: var(--textlink-color);
	text-decoration: underline;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.s-strengths .strength-item .text a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.s-strengths .strength-item .photo {
	max-width: 542px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.s-strengths {
		margin-bottom: 200px;
	}
	.s-strengths .c-section-title01 {
		margin-bottom: 100px;
		font-style: 32px;
	}
	.s-strengths .strength-item .title {
		margin-bottom: 35px;
	}
	.s-strengths .strength-item {
		margin-bottom: 100px;
	}
	.s-strengths .strength-item .text {
		max-width: 500px;
		margin: 0 auto 40px;
		font-size: 15px;
		text-align: justify;
	}
	.s-strengths .strength-item .photo {
		max-width: 500px;
	}
}
/* #endregion top -------------------------------- */

/* #region company =================================== */
.s-company {
	margin-bottom: 350px;
}
.company-profile {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid var(--font-color);
}
.company-profile tr {
	border-top: 1px solid var(--font-color);
}
.company-profile tr:has(th:empty) {
	border-top: 1px solid #cdcdcd;
}
.company-profile th, .company-profile td {
	padding: 13px 5px;
	font-size: 20px;
	line-height: 1.5;
}
.company-profile th {
	padding-right: 28px;
	font-weight: 500;
	text-align: right;
}
.company-profile td {
	font-weight: 400;
}
.company-profile td a {
	color: var(--textlink-color);
	text-decoration: underline;
	opacity: 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.company-profile td a:hover {
	text-decoration: none;
	opacity: 0.6;
}
@media only screen and (max-width: 1024px) {/
	.s-company {
		margin-bottom: 200px;
	}
	.company-profile,
	.company-profile tbody,
	.company-profile tr,
	.company-profile th,
	.company-profile td {
		display: block;
		width: 100%;
		/* border: none; */
	}
	.company-profile {
		padding: 10px;
	}
	.company-profile tr {
		margin-top: 10px;
	}
	.company-profile tr:has(th:empty) {
		margin-top: 0;
		border: none;
	}
	.company-profile th {
		padding: 10px 5px 0;
		font-size: 16px;
		text-align: left;
	}
	.company-profile th:empty {
		display: none;
	}
	.company-profile td {
		padding: 5px 0 5px 15px;
		font-size: 15px;
	}
}
/* #endregion company -------------------------------- */

/* #region flow =================================== */
.s-flow {
	margin-bottom: 250px;
}
.s-flow .flow-nav {
	max-width: 790px;
	margin: 0 auto;
	margin-bottom: 140px;
}
.s-flow .flow-nav ul {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.s-flow .flow-nav ul::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 0.5em;
	width: calc(100% - 1em);
	height: 1px;
	background: var(--font-color);
}
.s-flow .flow-nav ul li {
	display: inline-block;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.s-flow .flow-nav ul li a {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
}
.s-flow .flow-nav ul li a:before {
	content: '●';
	font-size: 12px;
	margin-bottom: 0.5em;
}
.s-flow .flow-nav ul li a:hover {
	color: var(--primary-color);
}
.s-flow .flow-main {
	max-width: 805px;
	margin: 0 auto;
}
.s-flow .flow-item {
	padding-top: 150px;
	margin-top: -150px;
}
.s-flow .flow-item:not(:last-of-type)::after {
	content: url(../images/flow/flow-arrow.svg);
	display: block;
	width: 90px;
	margin: 40px auto 35px;
}
.s-flow .flow-item .wrap {
	display: flex;
	gap: 25px;
}
.s-flow .flow-item .img-box {
	width: 320px;
	height: 288px;
	margin: 0 auto;
	flex-shrink: 0;
}
.s-flow .flow-item .cont-box {
	width: 100%;

}
.s-flow .flow-item .cont-box .title {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--primary-color);
}
.s-flow .flow-item .cont-box .title .ja {
	position: relative;
	color: var(--primary-color);
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
	z-index: 2;
}
.s-flow .flow-item .cont-box .title .en {
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #acabab;
	font-size: 20px;
	line-height: 1;
	text-align: right;
}
.s-flow .flow-item .cont-box .text {
	font-size: 17px;
	line-height: 1.7;
	text-align: justify;
}
@media only screen and (max-width: 1024px) {
		.s-flow {
			margin: 0 auto 200px;
		}
		/* .s-flow .c-section-header01 .image {
			top: auto;
			right: auto;
		} */
		.s-flow .flow-nav ul li a {
			font-size: 18px;
		}
		.s-flow .flow-item .wrap {
			flex-wrap: wrap;
		}
		.s-flow .flow-item .cont-box .title .ja {
			font-size: 22px;
		}
		.s-flow .flow-item .cont-box .title .en {
			font-size: 16px;
		}
		.s-flow .flow-item .cont-box .text {
			font-size: 15px;
	}
}

/* #endregion flow -------------------------------- */

/* #region signtypes =================================== */
.s-signtypes {
	margin-bottom: 300px;
}
.signtypes-nav {
	padding-top: 20px;
	margin-bottom: 145px;
}
.signtype-map {
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 110px;
	padding: 20px;
	pointer-events: none;
}
.signtype-map a {
	display: inline-block;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.signtype-map a:hover {
	opacity: 0.6;
}
.signtype-btn-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px 11px;
}
.signtype-btn-list li {
	flex: 1 0 153px;
	display: flex;
}
.signtype-btn-list li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 32px;
	border-radius: 10px;
	background: var(--primary-color);
	color: #fff;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.signtype-btn-list li a:hover {
	opacity: 0.6;
}
.signtype-list {
	padding-top: 25px;
}
.signtype-list li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-bottom: 60px;
}
.signtype-list li .img-box {
	flex: 0 0 220px;
	aspect-ratio: 1.182 / 1;
}
.signtype-list li .cont-box {
	flex: 1 1 570px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(89, 87, 87, 0.7);
}
.signtype-list li .cont-box .wrap {
	width: 100%;
}
.signtype-list li .cont-box .title {
    display: flex;
    align-items: flex-end;
	flex-wrap: wrap;
    min-height: 50px;
    margin-top: -15px;
	margin-bottom: 3px;
    padding-bottom: 3px;
	border-bottom: 1px solid rgba(89, 87, 87, 0.7);
	color: var(--primary-color);
	font-size: 30px;
	font-weight: 900;
	line-height: 1.3;
}
.signtype-list li .cont-box .title span {
	display: inline-block;
	position: relative;
	margin-left: -1em;
	padding: 0 2em 5px;
	font-size: 0.66em;
	line-height: 1;
}
.signtype-list li .cont-box .title span::before,
.signtype-list li .cont-box .title span::after {
	content: '（';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2em;
	font-weight: 400;
}
.signtype-list li .cont-box .title span::after {
	content: '）';
	left: auto;
	right: 0;
}
.signtype-list li .cont-box .text {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.2857;
	text-align: justify;
}
.signtype-list li .cont-box .more-btn {
	display: inline-block;
	width: 214px;
	height: 27px;
	margin-bottom: 9px;
	border-radius: 99px;
	background: #bae3f9;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	text-align: center;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.signtype-list li .cont-box .more-btn:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
	.s-signtypes {
		margin-bottom: 200px;
	}
	.signtype-list {
		max-width: 500px;
		margin: 0 auto;
	}
	.signtype-list li .cont-box .title {
		justify-content: center;
		font-size: 22px;
	}
}


.st-item {
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 165px;
}
.st-header {
	position: relative;
	min-height: 165px;
	padding: 10px 220px 10px 0;
	margin-top: 55px;
	margin-bottom: 33px;
	border-top: 1px solid rgba(89, 87, 87, 0.7);
	border-bottom: 1px solid rgba(89, 87, 87, 0.7);
}
.st-header .chara {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	margin-top: -55px;
}
.st-header .title {
	margin-bottom: 5px;
	color: var(--primary-color);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.st-header .title span {
	display: inline-block;
	position: relative;
	margin-left: -1em;
	padding: 0 2em 5px;
	font-size: 0.66em;
	line-height: 1;
}
.st-header .title span::before,
.st-header .title span::after {
	content: '（';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2em;
	font-weight: 400;
}
.st-header .title span::after {
	content: '）';
	left: auto;
	right: 0;
}
.st-header .text {
	font-size: 14px;
	line-height: 1.2857;
	text-align: justify;
}
.st-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 4%;
}
.st-gallery figure {
	flex: 0 0 47.7%;
}
.st-gallery .img-box {
	width: 100%;
	aspect-ratio: 1 / 0.77;
}
.st-gallery .img-box img {
	transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.st-gallery .img-box:hover img {
	transform: scale(1.1);
}
.st-gallery figcaption {
	margin-top: 8px;
	color: var(--primary-color);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.st-gallery .wrap01 {
	flex: 0 0 47.7%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.st-gallery .wrap01 figure {
	flex: none;
}
.st-gallery .wrap01 .img-box {
	aspect-ratio: 1 / 0.71;
}
@media only screen and (max-width: 1024px) {
	.st-header {
		padding: 13px 0;
		text-align: center;
	}
	.st-header .chara {
		position: relative;
		right: auto;
		width: 120px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.st-header .title {
		font-size: 22px;
	}
	.st-gallery figcaption {
		margin-top: 4px;
		font-size: 14px;
	}
}
/* #endregion signtypes -------------------------------- */

/* #region facilities =================================== */
.equipment-list {
	margin-bottom: 200px;
}
.equipment-item {
	margin-bottom: 100px;
}
.equipment-title {
	padding-bottom: 3px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--primary-color);
	font-weight: 700;
	font-size: 31px;
	line-height: 1.3;
}
.equipment-title span {
	font-size: 0.774em;
}
.equipment-lead {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.5;
}
.equipment-info {
	margin-bottom: 30px;
	display: flex;
	gap: 18px;
}
.equipment-info .img-box {
	flex: 0 0 259px;
	height: 177px;
	aspect-ratio: 1.463 / 1;
}
.equipment-info .text {
	margin-top: -5px;
	font-size: 17px;
	line-height: 1.6471;
	text-align: justify;
}
.equipment-case-box {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	gap: 30px 18px;
}
.equipment-case {
	flex: 0 1 260px;
}
.equipment-case .img-box {
	margin-bottom: 10px;
	width: 100%;
	aspect-ratio: 1.261 / 1;
}
.equipment-case .caption {
	font-size: 12.5px;
	line-height: 1.6667;
	text-align: justify;
}
@media only screen and (max-width: 1024px) {
	.equipment-list {
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 200px;
	}
	.equipment-title {
		font-size: 24px;
	}
	.equipment-lead {
		margin-bottom: 30px;
		font-size: 17px;
	}
	.equipment-info {
		justify-content: center;
		flex-wrap: wrap;
	}
	.equipment-info .text {
		font-size: 15px;
	}
	.equipment-case-box {
		flex-wrap: wrap;
	}
}
/* #endregion facilities -------------------------------- */

/* #region contact =================================== */
.s-contact {
	margin-bottom: 280px;
}
.contact-intro {
	line-height: 2.7;
}
.contact-head {
	margin-bottom: 0.5em;
	line-height: 2.7;
}
.wpcf7 {
	font-size: 22px;
	line-height: 2;
}
.wpcf7 label {
	display: block;
	margin-bottom: 30px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 9px;
	background: #f7f7f7;
	border: 1px solid var(--font-color);
	font-size: 16px;
}
.wpcf7 .wpcf7-submit {
	display: block;
	position: relative;
	margin-top: 100px;
	padding: 8px 20px;
	background: #dedddd;
	color: var(--font-color);
	border: none;
	font-size: 21px;
	line-height: 1;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
	cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
	opacity: 0.6;
}
.wpcf7 .wpcf7-spinner {
    display: none;
}

.contact-intro span {
	color: var(--primary-color);
}
.form-title {
	font-weight: 700;
	color: var(--primary-color);
}
@media only screen and (max-width: 1024px) {
	.wpcf7 {
		font-size: 16px;
	}
	.wpcf7 .wpcf7-submit {
		font-size: 16px;
	}
}
/* #endregion contact -------------------------------- */

/* #region privacypolicy =================================== */
.s-privacypolicy {
	margin-bottom: 200px;
}
.privacypolicy-cont {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
.privacypolicy-cont section {
	margin-bottom: 60px;
}
.privacypolicy-cont section .title {
	margin-bottom: 0.5em;
	font-size: 1.4em;
}
.privacypolicy-cont section p {
	margin-bottom: 0.5em;
}
.privacypolicy-cont section ul {
	list-style: disc;
	padding-left: 1em;
}
/* #endregion privacypolicy -------------------------------- */

/* #region works =================================== */
.s-works {
	margin-bottom: 200px;
}
/* #endregion works -------------------------------- */

/* #region archives =================================== */
.archive-header {
	margin-bottom: 120px;
	padding: 2px 3px 3px;
	background: #dedddd;
	text-align: center;
}

.entry-item {
	margin-bottom: 110px;
}
.entry-item .entry-header {
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--font-color);
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.entry-item .entry-header:hover {
	opacity: 0.6;
}
.entry-item .entry-header .title {
	font-size: 31px;
	line-height: 1.3;
}
.entry-item .entry-main {
	display: flex;
	gap: 15px;
}
.entry-item .cont-box {
	flex: 1 1 560px;
}
.entry-item .entry-meta {
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0.2em;
}
.entry-item .entry-meta .date {
	margin-right: 0.5em;
}
.entry-item .entry-meta .cat {
	display: inline-block;
	padding: 2px 3px 3px;
	background: #dedddd;
	line-height: 1;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.entry-item .entry-meta .cat:hover {
	opacity: 0.6;
}
.entry-item .excerpt {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.6471;
	text-align: justify;
}
.entry-item .more-link {
	display: inline-block;
	font-size: 14px;
	padding: 2px 3px 3px;
	background: #dedddd;
	line-height: 1;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.entry-item .more-link:hover {
	opacity: 0.6;
}
.entry-item .img-box {
	width: 230px;
	aspect-ratio: 1 / 0.7;
	transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.6, 1);
}
.entry-item .img-box:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
	.entry-item .entry-header .title {
		font-size: 20px;
	}
	.entry-item .excerpt {
		font-size: 15px;
	}
}
/* #endregion archives -------------------------------- */

/* #region single =================================== */
.single-entry {
	margin-top: 230px;
}
.single-header .title {
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--font-color);
	font-size: 31px;
	line-height: 1.3;
}
.single-meta {
	margin-bottom: 40px;
	font-size: 15px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
.single-meta .date, .single-meta .modified, .single-meta .cat {
	display: inline-block;
	padding-right: 0.7em;
	margin-right: 0.5em;
	border-right: 1px solid var(--font-color);
}
.single-meta .cat a:hover {
	text-decoration: underline;
}
.single-cont p {
	margin-bottom: 20px;
}


.wp-block-image {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
	.single-entry {
		margin-top: 100px;
	}
	.single-header .title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.single-meta {
		margin-bottom: 20px;
		font-size: 13px;
	}
}

/* #endregion single -------------------------------- */

/* #region glightbox =================================== */
.glightbox-clean .gslide-title {
	color: #fff;
}
.glightbox-clean .gslide-description {
	background: none;
}
/* #endregion glightbox -------------------------------- */





