@charset "UTF-8";
/* =================================
/* =================================
Foundation
================================= */
/*
Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
img {
	/*vertical-align: bottom;*/
	width: 100%;
	max-width: 100%;
	height: auto;
}
input[type="submit"], input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
}
select::-ms-expand {
	display: none;
}
/*
Settings
————————————————————————————————————————— */
/*
Base
————————————————————————————————————————— */
html {
	scroll-behavior: smooth;
	overflow-x: clip;
}
body {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-style: normal;
	font-stretch: normal;
	color: #212121;
	line-height: 1.6;
	letter-spacing: 0.03em;
	transition: background-color 0.5s ease;
	overflow-x: clip;
}
body.home {
	overflow-x: hidden;
}
h1 {
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 32px;
}
h2 {
	font-weight: 500;
	font-size: 3rem;
	margin-bottom: 48px;
}
h3 {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 24px;
}
h4 {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 24px;
}
p {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 16px;
}
p.text18 {
	font-size: 1.125rem;
}
p.text24min {
	font-size: 1.6rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
p.bold{
	font-weight: bold;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	component(768)
	=========================*/
	html, body {
		overflow-x: hidden;
	}
	h1 {
		font-size: 2rem;
		margin-bottom: 32px;
	}
	h2 {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}
	h3 {
		font-size: 1.25rem;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 1.25rem;
		margin-bottom: 16px;
	}
}
/* =================================
Layout
================================= */
/*
layout
————————————————————————————————————————— */
.l-main {
	flex: 1;
	padding: 96px 0;
}
body.home .l-main {
	padding: 0;
}
.l-siteWrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.l-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.l-wrapper2 {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.l-wrapper3 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.l-wrapper4 {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
}
.l-section {
	padding: 72px 0;
}
.l-section2 {
	padding-top: 72px;
}
.l-section3 {
	padding-top: 128px;
}
.l-section4 {
	padding-bottom: 64px;
}
.l-section5 {
	padding-top: 128px;
	padding-bottom: 48px;
}
.l-section6 {
	padding: 96px 0;
}
.l-section7 {
	padding: 128px 0;
}
.l-section8 {
	padding-top: 64px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
	/* ======================
	layout(992)
	=========================*/
	.l-wrapper, .l-wrapper2 {
		max-width: 80%;
	}
	.l-wrapper3 {
		max-width: 90%;
	}
}
@media screen and (max-width: 767px) {
	/* ======================
	layout(767)
	=========================*/
	.l-main {
		padding: 72px 0;
	}
	.l-section {
		padding: 48px 0;
	}
	.l-section2 {
		padding-top: 48px;
	}
	.l-section3 {
		padding-top: 96px;
	}
	.l-section4 {
		padding-bottom: 96px;
	}
	.l-section5 {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.l-section6 {
		padding: 48px 0;
	}
	.l-section7 {
		padding: 64px 0;
	}
	.l-section4 {
		padding: 32px 0;
	}
	.l-wrapper.-full, .l-wrapper2.-full {
		max-width: 100%;
	}
}
/* =================================
Object
================================= */
/*
component
————————————————————————————————————————— */
.en .letter {
	display: inline-block;
	line-height: 1em;
	opacity: 0;
	transform: translateX(20px);
	will-change: transform, opacity;
}
h1.c-title {
	line-height: 1.4;
}
h1.c-title span.en {
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #148BFF;
	font-size: 4rem;
}
h1.c-title span.ja {
	font-weight: 500;
	font-size: 2rem;
	display: block;
}
h1.c-title.center {
	text-align: center;
}
h2.c-title {
	font-weight: 500;
	font-size: 3rem;
	position: relative;
}
h2.c-title span.en {
	font-family: "Poppins", sans-serif;
	color: #148BFF;
	font-size: 2rem;
	display: block;
}
h2.c-title.center {
	text-align: center;
}
h3.c-title {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 500;
	font-size: 1.8rem;
	color: #148BFF;
}
h3.c-title:before {
	content: "";
	display: inline-block;
	background: #148BFF;
	width: 30px;
	height: 1px;
}
.c-mv {
	padding-top: 40px;
	margin-bottom: 128px;
	position: relative;
}
.c-mv .mv {
	width: 100%;
	position: absolute;
	top: -96px;
	left: 0;
	z-index: -1;
}
.c-breadCrumb ul {
	display: flex;
	align-items: center;
}
.c-breadCrumb li {
	font-size: 0.875rem;
	color: #212121;
	margin: 0 30px 0 0;
	position: relative;
}
.c-breadCrumb li a {
	color: #212121;
}
.c-breadCrumb li:before {
	content: ">";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -20px;
	color: #212121;
	transform: translateY(-50%);
}
.c-breadCrumb li:last-child {
	margin: 0;
}
.c-breadCrumb li:last-child:before {
	display: none;
}
.c-link {
	color: #212121;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 320px;
	max-width: 360px;
	width: 100%;
	padding: 15px 60px;
	background: #fff;
	border: solid 1px #148BFF;
	border-radius: 100vmax;
	margin-top: 48px;
	position: relative;
	transition: all 0.3s ease 0s;
	text-align: center;
}
.c-link::after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow01.png) no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.c-link.center {
	margin-inline: auto;
}
.c-link:hover {
	background: #148BFF;
	color: #fff;
}
.c-button {
	position: relative;
	display: inline-block;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.c-hamburger {
	position: fixed;
	top: 18px;
	right: 5%;
	z-index: 50;
	width: 35px;
	height: 20px;
	margin: auto;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
	box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 35px;
	height: 2px;
	background-color: #148BFF;
	-webkit-transition: inherit;
	transition: inherit;
	transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #148BFF;
	content: "";
	-webkit-transition: inherit;
	transition: inherit;
}
.c-hamburger__line:before {
	top: -10px;
}
.c-hamburger__line:after {
	top: 10px;
}
body.home .c-hamburger__line {
	background-color: #fff;
}
body.home .c-hamburger__line:before, body.home .c-hamburger__line:after {
	background-color: #fff;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line {
	background-color: transparent;
	transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
	top: 0;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: translate(50px, 0) rotate(-315deg);
}
.c-pageTOP {
	display: block;
	width: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	component(768)
	=========================*/
	h1.c-title span.en {
		font-size: 3rem;
		margin-bottom: 24px;
	}
	h2.c-title {
		font-size: 1.75rem;
	}
	h2.c-title span {
		font-size: 1.5rem;
		margin-bottom: 16px;
	}
	h3.c-title {
		font-size: 1.25rem;
		gap: 8px;
	}
	h3.c-title:before {
		width: 24px;
	}
	h4 {
		font-size: 1.125rem;
	}
	.c-link {
		margin-inline: auto;
		min-width: 300px;
	}
	.c-mv {
		padding-top: 0;
		margin-bottom: 48px;
	}
	.c-mv .l-wrapper {
		width: 100%;
		max-width: 90%;
	}
	.c-mv .mv {
		top: -72px;
	}
	.c-pageTOP {
		width: 35px;
		right: 15px;
	}
}
/*
footer
————————————————————————————————————————— */
.p-footer {
	background: url(../img/common/footer-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-footer .body {
	padding-top: 128px;
	padding-bottom: 240px;
}
.p-footer .body .logo {
	width: 380px;
	margin-inline: auto;
	margin-bottom: 32px;
}
.p-footer .body .banner_flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 64px;
}
.p-footer .body .banner_flex .banner01 {
	width: 78px;
}
.p-footer .body .banner_flex .banner02 {
	width: 120px;
}
.p-footer .body .adress_flex {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 128px;
}
.p-footer .body .adress_flex address {
	width: calc(100% / 3);
	text-align: center;
	color: #fff;
	font-size: 1rem;
}
.p-footer .body hgroup {
	margin-bottom: 48px;
	text-align: center;
}
.p-footer .body hgroup .ja {
	display: block;
	font-size: 1rem;
	color: #fff;
}
.p-footer .body hgroup .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 3.1875rem;
	color: #fff;
	line-height: 1.3;
	display: flex;
	align-items: center;
	gap: 64px;
}
.p-footer .body hgroup .en:before, .p-footer .body hgroup .en:after {
	content: "";
	display: inline-block;
	background: #fff;
	flex: 1;
	height: 1px;
}
.p-footer .body ul {
	display: flex;
	gap: 40px;
}
.p-footer .body ul li {
	width: calc(100% / 3);
	text-align: center;
}
.p-footer .body ul li p {
	font-size: 1.125rem;
	color: #fff;
	margin-bottom: 24px;
}
.p-footer .body ul li p span {
	font-size: 0.75rem;
	color: #fff;
	display: block;
	margin-top: 8px;
}
.p-footer .body ul li .mailBtn, .p-footer .body ul li .dlBtn {
	font-size: 1.125rem;
	color: #212121;
	width: 100%;
	max-width: 320px;
	margin-inline: auto;
	height: 50px;
	background: #E6F200;
	border: solid 1px #E6F200;
	border-radius: 100vmax;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease 0s;
}
.p-footer .body ul li .mailBtn:hover, .p-footer .body ul li .dlBtn:hover {
	background: #fff;
}
.p-footer .body ul li .mailBtn svg path, .p-footer .body ul li .dlBtn svg path {
	stroke: #212121;
}
.p-footer .body ul li .mailBtn svg {
	width: 20px;
}
.p-footer .body ul li .telBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 2.25rem;
	color: #fff;
	width: 100%;
	max-width: 320px;
}
.p-footer .body ul li .telBtn svg {
	fill: #fff;
	width: 28px;
}
.p-footer .bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	gap: 16px 40px;
	padding-bottom: 96px;
}
.p-footer .bottom .mt {
	margin-top: 32px;
}
.p-footer .bottom .footer_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.p-footer .bottom .footer_list > .footer_item {
	color: #fff;
}
.p-footer .bottom .footer_list > .footer_item a {
	font-size: 1rem;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.p-footer .bottom .footer_list > .footer_item a:hover {
	opacity: 0.7;
}
.p-footer .bottom .footer_listChild {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 16px;
}
.p-footer__copy {
	padding: 14px 0;
	background: #022468;
}
.p-footer__copy small {
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	color: #fff;
	display: block;
	text-align: center;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-footer {
		background: url(../img/common/footer-bg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.p-footer .body {
		padding-top: 96px;
		padding-bottom: 178px;
	}
	.p-footer .body .logo {
		width: 290px;
		margin-bottom: 64px;
	}
	.p-footer .body .adress_flex {
		flex-direction: column;
		gap: 48px;
		padding-bottom: 64px;
		margin-bottom: 64px;
		position: relative;
	}
	.p-footer .body .adress_flex:after {
		content: "";
		display: inline-block;
		background: #fff;
		width: 120px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.p-footer .body .adress_flex address {
		width: 100%;
		line-height: 1.8;
	}
	.p-footer .body hgroup {
		margin-bottom: 64px;
	}
	.p-footer .body hgroup .ja {
		display: block;
		font-size: 1rem;
		color: #fff;
	}
	.p-footer .body hgroup .en {
		display: block;
	}
	.p-footer .body hgroup .en:before, .p-footer .body hgroup .en:after {
		display: none;
	}
	.p-footer .body ul {
		flex-direction: column;
		gap: 64px;
	}
	.p-footer .body ul li {
		width: 100%;
	}
	.p-footer .body ul li p {
		line-height: 1.8;
	}
	.p-footer .bottom {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
		width: 86%;
		margin-inline: auto;
	}
	.p-footer .bottom .footer_list {
		gap: 24px;
	}
	.p-footer .bottom .footer_listChild {
		gap: 16px;
		margin-top: 16px;
	}
	.p-footer .bottom .mt {
		margin-top: 0;
	}
	.p-footer__copy {
		padding: 10px 0;
	}
	.p-footer__copy small {
		font-size: 0.625rem;
	}
}
/*
header
————————————————————————————————————————— */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease 0s;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 15px;
}
.header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
	width: 320px;
	transition: all 0.3s ease 0s;
}
.header-menu {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.header-list-top {
	display: flex;
	gap: 8px;
	margin-right: 15px;
}
.header-dl a {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-radius: 100vmax;
	gap: 5px;
	background: #71C220;
	border: solid 1px #71C220;
	transition: all 0.3s ease 0s;
	color: #fff;
	width: 180px;
	height: 40px;
	line-height: 1;
	position: relative;
}
.header-dl a svg {
	transition: all 0.3s ease 0s;
	width: 15px;
}
.header-dl a:hover {
	opacity: 0.7;
	background: #fff;
	color: #71C220;
}
.header-dl a:hover svg path {
	stroke: #71C220;
}
.header-mail a {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100vmax;
	padding: 10px;
	gap: 5px;
	background: #148BFF;
	border: solid 1px #148BFF;
	transition: all 0.3s ease 0s;
	color: #fff;
	width: 180px;
	height: 40px;
	line-height: 1;
}
.header-mail a svg {
	transition: all 0.3s ease 0s;
	width: 16px;
}
.header-mail a:hover {
	opacity: 0.7;
	background: #fff;
	color: #148BFF;
}
.header-mail a:hover svg path {
	stroke: #148BFF;
}
.header-list {
	display: flex;
	align-items: center;
}
.header-item a {
	font-size: 0.875rem;
	color: #212121;
	display: block;
	padding: 15px;
	transition: all 0.3s ease 0s;
}
.header-item > a:hover {
	color: #148BFF;
}
.megaMenu {
	background-color: #fff;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 100%;
	transition: opacity 0.3s, visibility 0.3s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px;
}
.megaMenu-image {
	overflow: hidden;
	aspect-ratio: 1;
	width: 286px;
	border-radius: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.megaMenu-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.megaMenu-list {
	width: calc(100% - 343px);
	display: flex;
	flex-wrap: wrap;
	gap: 9px 30px;
}
.megaMenu-item {
	position: relative;
	width: calc(33.3333333333% - 20px);
	transition: all 0.3s ease-in-out;
}
.megaMenu-item a {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 20px 0;
	font-size: 1rem;
	letter-spacing: 0.04em;
	color: #212121 !important;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
}
.megaMenu-item a:after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #148BFF;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.megaMenu-item a:hover:after {
	transform: scale(1, 1);
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
	opacity: 1;
	visibility: visible;
}
/* レイアウトのためのスタイル */
a {
	text-decoration: none;
}
#p-globalMenuSp {
	width: 100%;
	height: 100vh;
	background: url(../img/common/load-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: fixed;
	top: -120%;
	left: 0;
	z-index: -10;
	padding-top: 104px;
	padding-bottom: 40px;
	transition: all 0.6s;
	overflow: auto;
}
#p-globalMenuSp.is-active {
	top: 0;
	z-index: -1;
}
.p-globalMenuSp__list {
	width: 90%;
	margin-inline: auto;
	text-align: left;
	margin-bottom: 24px;
}
.p-globalMenuSp__list .child {
	margin-left: 5%;
}
.p-globalMenuSp__list .child {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
	margin-top: 8px;
}
.p-globalMenuSp__list .child a {
	font-size: 0.875rem;
	color: #fff;
	position: relative;
	padding-left: 32px;
}
.p-globalMenuSp__list .child a:before {
	content: "";
	display: inline-block;
	background: #fff;
	width: 16px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.p-globalMenuSp__item:last-child {
	margin-bottom: 0;
}
.p-globalMenuSp__item > a {
	font-weight: 400;
	font-size: 1rem;
	color: #fff;
	line-height: 1.6;
	padding: 16px 5%;
	display: block;
	border-bottom: solid 1px #fff;
	position: relative;
}
#p-globalMenuSp .click-menu > a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease 0s;
}
#p-globalMenuSp .click-menu > a.open:after {
	transform: translateY(-50%) rotate(225deg);
	top: calc(50% + 5px);
}
#p-globalMenuSp .click-menu .p-menu-content {
	display: none;
}
#p-globalMenuSp .header-mail {
	width: 90%;
	margin-inline: auto;
}
#p-globalMenuSp .header-mail a:hover {
	opacity: 0.7;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.header {
		padding: 10px 0;
		position: fixed;
		background: rgba(255, 255, 255, 0.6);
	}
	.header-logo {
		width: 210px;
	}
	.header-nav {
		justify-content: space-between;
		gap: 20px;
	}
	.header-menu {
		display: none;
	}
	.header-tel {
		display: block;
		margin-right: 50px;
	}
	.header-tel svg {
		width: 30px;
		fill: #148BFF;
	}
	body.home .header-tel svg {
		fill: #fff;
	}
	.header-dl {
		margin-bottom: 20px;
	}
	.header-dl a {
		width: 100%;
		max-width: 300px;
		height: 60px;
		margin-inline: auto;
	}
	.header-mail a {
		width: 100%;
		max-width: 300px;
		height: 60px;
		margin-inline: auto;
	}
}
/*
top
————————————————————————————————————————— */
.p-top__mainvisual {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow-x: hidden;
}
.p-top__mainvisual:after {
	content: "";
	display: inline-block;
	background: #000;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0.43;
}
.p-mainvisual_inner {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.p-mainvisual_inner video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	z-index: 2;
}
.p-mainvisual_hero {
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
	z-index: 4;
}
.p-mainvisual_hero .hero_copy {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(2.25rem, 5vw, 3.375rem);
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 48px;
}
.p-mainvisual_hero .hero_copy .sub {
	font-weight: 500;
	font-size: clamp(1.25rem, 5vw, 2.25rem);
	display: block;
}
.p-mainvisual_hero .hero_text {
	color: #fff;
	font-size: clamp(1.25rem, 5vw, 1.5rem);
	text-align: center;
}
.p-top__news {
	padding: 96px 0;
	background: #F8F8F8;
}
.p-top__news .titleFlex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 32px;
}
.p-top__news hgroup {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
.p-top__news hgroup .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 4rem;
	color: #148BFF;
	display: block;
	line-height: 0.8;
}
.p-top__news hgroup .ja {
	display: block;
	font-size: 1.125rem;
	line-height: 1.8;
}
.p-top__news .newsList {
	height: 380px;
	overflow-y: scroll;
	background: #fff;
	padding: 24px;
}
.p-top__news .newsList a {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 16px 5%;
	border-bottom: 1px dashed #C0C0C0;
}
.p-top__news .newsList a .date, .p-top__news .newsList a .title {
	line-height: 1.6;
	margin: 0;
}
.p-top__news .newsList a:hover .date, .p-top__news .newsList a:hover .title {
	opacity: 0.7;
}
.p-top__news .meta {
	display: flex;
	align-items: center;
	gap: 40px;
}
.p-top__news .date {
	font-size: 0.875rem;
	color: #212121;
	transition: all 0.3s ease 0s;
}
.p-top__news .cate {
	display: block;
	text-align: center;
	width: 105px;
	font-size: 0.75rem;
	color: #fff;
	padding: 5px;
}
.p-top__news .cate-news-exhibition {
	background: #08BDC5;
}
.p-top__news .cate-news-product {
	background: #B9CE0A;
}
.p-top__news .cate-news-info {
	background: #EF605F;
}
.p-top__news .title {
	font-size: 0.875rem;
	color: #212121;
	line-height: 1.4;
	transition: all 0.3s ease 0s;
}
.p-top__news .news-link {
	font-size: 1rem;
	color: #212121;
	display: flex;
	align-items: center;
	gap: 4px;
}
.p-top__news .news-link:after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow02.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 18px;
	transition: all 0.3s ease 0s;
}
.p-top__news .news-link:hover::after {
	transform: translateX(5px);
}
.p-top__coating .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.p-top__coating .swiper {
	width: 40%;
	border-radius: 0 0 40px 0;
	overflow: hidden;
	margin-right: 5%;
	margin-left: calc(50% - 50vw);
	flex: 1;
}
.p-top__coating .text {
	width: 55%;
	padding-top: 48px;
}
.p-top__coating h2 {
	line-height: 1;
	margin-bottom: 32px;
}
.p-top__coating h2 .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: clamp(3.125rem, 5vw, 6rem);
	color: #148BFF;
	display: block;
	margin-bottom: 48px;
}
.p-top__coating h2 .ja {
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 2.25rem);
	display: block;
	line-height: 1.4;
}
.p-top__coating .btnBox {
	display: flex;
	flex-direction: column;
	gap: 1px;
	margin-top: 32px;
}
.p-top__coating .btnBox a {
	background: #148BFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 60px;
	font-size: 1.25rem;
	color: #fff;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
}
.p-top__coating .btnBox a::after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow02_w.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 20px;
	transition: all 0.3s ease 0s;
}
.p-top__coating .btnBox a:hover {
	opacity: 0.7;
}
.p-top__coating .btnBox a:hover::after {
	transform: translateX(5px);
}
.p-top__strengths {
	padding: 128px 0;
	position: relative;
}
.p-top__strengths:before {
	content: "";
	display: inline-block;
	background: url(../img/top/strengths_bg01.png) no-repeat;
	background-size: contain;
	aspect-ratio: 1.1918063315;
	width: 100%;
	position: absolute;
	top: -280px;
	left: 0;
	z-index: -1;
}
.p-top__strengths:after {
	content: "";
	display: inline-block;
	background: url(../img/top/strengths_bg02.png) no-repeat;
	background-size: contain;
	aspect-ratio: 1.1918063315;
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0;
	z-index: -1;
}
.p-top__strengths h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 48px;
}
.p-top__strengths h2 .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: clamp(3.125rem, 5vw, 6rem);
	color: #148BFF;
	display: block;
	text-shadow: 2px 2px 2px #fff;
	margin-bottom: 24px;
}
.p-top__strengths h2 .ja {
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 2.25rem);
	display: block;
	line-height: 1.4;
}
.p-top__strengths .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-top__strengths .flex .imageBox {
	width: 60%;
	position: relative;
}
.p-top__strengths .flex .imageBox img {
	border-radius: 10px;
}
.p-top__strengths .flex .imageBox .image01 {
	width: 27%;
	margin-left: 15%;
}
.p-top__strengths .flex .imageBox .image02 {
	width: 48%;
	margin-left: auto;
	margin-top: -18%;
}
.p-top__strengths .flex .imageBox .image03 {
	width: 35%;
	margin-top: -36%;
}
.p-top__strengths .flex .imageBox .en_title {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: clamp(2.8125rem, 6vw, 6rem);
	color: #148BFF;
	display: block;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	text-shadow: 2px 2px 2px #fff;
}
.p-top__strengths .flex .textBox {
	width: 34%;
}
.p-top__strengths .flex .textBox h3 {
	font-weight: 500;
	font-size: 4rem;
	font-family: serif;
	color: #148BFF;
	margin-bottom: 16px;
}
.p-top__strengths .flex.development {
	flex-direction: row-reverse;
}
.p-top__strengths .flex.responsiveness {
	margin-top: -5%;
}
.p-top__strengths .flex.responsiveness .image01 {
	width: 27%;
	margin-left: 25%;
}
.p-top__strengths .flex.responsiveness .image02 {
	width: 35%;
	margin-top: -10%;
}
.p-top__strengths .flex.responsiveness .image03 {
	width: 48%;
	margin-top: -30%;
}
.p-top__strengths .flex.responsiveness .en_title {
	right: unset;
	left: 0;
}
.p-top__strengths .flex.productivity {
	margin-top: -5%;
	flex-direction: row-reverse;
}
.p-top__strengths .flex.productivity .en_title {
	top: unset;
	right: unset;
	left: 0;
	bottom: 5%;
	transform: translateY(0);
}
.p-top__products {
	padding: 96px 0;
	background: url(../img/top/products_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.p-top__products h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 48px;
}
.p-top__products h2 .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: clamp(3.125rem, 5vw, 6rem);
	color: #148BFF;
	display: block;
	text-shadow: 2px 2px 2px #fff;
	margin-bottom: 24px;
}
.p-top__products h2 .ja {
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 2.25rem);
	display: block;
	line-height: 1.4;
}
.p-top__products .read_text {
	text-align: center;
}
.p-top__products .banner {
	margin-top: 96px;
	display: flex;
	align-items: center;
	gap: 32px;
	padding: 16px;
	padding-right: 32px;
	border-radius: 10px;
	background: linear-gradient(238deg, #148bff 0%, #0c5399 100%);
	transition: all 0.3s ease 0s;
}
.p-top__products .banner:hover {
	opacity: 0.8;
}
.p-top__products .banner:hover .arrow {
	transform: translateX(5px);
}
.p-top__products .banner .image {
	width: 30%;
}
.p-top__products .banner .image img {
	border-radius: 10px;
}
.p-top__products .banner .text {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.p-top__products .banner h3 {
	font-weight: 500;
	font-size: 3rem;
	color: #fff;
	margin: 0;
}
.p-top__products .banner h3 span {
	font-size: 2rem;
	color: #FFF928;
	display: block;
}
.p-top__products .banner .arrow {
	width: 80px;
	transition: all 0.3s ease 0s;
}
.p-top__products .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 64px 48px;
	margin-top: 96px;
}
.p-top__products .list li {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.p-top__products .list a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.p-top__products .list a:hover {
	opacity: 0.7;
}
.p-top__products .list .image img {
	display: block;
	width: 100%;
	aspect-ratio: 2.2576687117;
	object-fit: cover;
}
.p-top__products .list .text {
	flex: 1;
	padding: 24px;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.p-top__products .list .title {
	text-align: center;
}
.p-top__products .list .title img {
	height: 120px;
	object-fit: contain;
}
.p-top__products .list .title h3 {
	font-weight: 500;
	font-size: 1.5rem;
}
.p-top__example {
	padding: 128px 0;
}
.p-top__example h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 48px;
}
.p-top__example h2 .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: clamp(3.125rem, 5vw, 6rem);
	color: #148BFF;
	display: block;
	text-shadow: 2px 2px 2px #fff;
	margin-bottom: 24px;
}
.p-top__example h2 .ja {
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 2.25rem);
	display: block;
	line-height: 1.4;
}
.p-top__example .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 48px 64px;
}
.p-top__example .list li a {
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed #C0C0C0;
	transition: all 0.3s ease 0s;
}
.p-top__example .list li a:hover {
	opacity: 0.7;
}
.p-top__example .list li dl {
	display: flex;
	align-items: center;
	gap: 16px;
}
.p-top__example .list li dt {
	width: 62px;
}
.p-top__example .list li dd {
	flex: 1;
}
.p-top__example .list h3 {
	text-align: center;
	font-weight: 500;
	font-size: 1.25rem;
	margin-bottom: 8px;
}
.p-top__example .list h4 {
	font-size: 1.125rem;
	color: #212121;
	margin-bottom: 0;
}
.p-top__example .list p {
	font-size: 0.75rem;
	color: #212121;
	margin: 0;
}
.p-top__example .list .image {
	margin-bottom: 8px;
}
.p-top__example .list .image img {
	border-radius: 10px;
}
.p-top__company {
	padding: 128px 0;
	background: #F8F8F8;
}
.p-top__company .flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.p-top__company .swiper {
	width: 50%;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	margin-right: 5%;
	margin-left: calc(50% - 50vw);
	flex: 1;
}
.p-top__company .text {
	width: 45%;
}
.p-top__company h2 {
	line-height: 1;
	margin-bottom: 32px;
}
.p-top__company h2 .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: clamp(3.125rem, 5vw, 6rem);
	color: #148BFF;
	display: block;
	margin-bottom: 16px;
}
.p-top__company h2 .ja {
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 2.25rem);
	display: block;
	line-height: 1.4;
}
.p-top__company .btnBox a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	padding-right: 50px;
	font-size: 1.25rem;
	color: #212121;
	transition: all 0.3s ease 0s;
	border-top: solid 1px #D9D9D9;
}
.p-top__company .btnBox a:last-child {
	border-bottom: solid 1px #D9D9D9;
}
.p-top__company .btnBox a::after {
	content: "";
	display: inline-block;
	background: url(../img/common/arrow01.png) no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	transition: all 0.3s ease 0s;
}
.p-top__company .btnBox a:hover {
	opacity: 0.7;
}
.p-top__company .btnBox a:hover::after {
	transform: translateX(5px);
}
.p-top__recruit {
	padding: 48px 0 128px;
	position: relative;
}
.p-top__recruit:before {
	content: "";
	display: inline-block;
	background: #C4DB02;
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.p-top__recruit:after {
	content: "";
	display: inline-block;
	background: #7ACDF3;
	width: 12%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 29%;
	z-index: -1;
	border-radius: 0 0 10px 0;
}
.p-top__recruit h2 {
	line-height: 1;
	margin-bottom: 32px;
	text-align: center;
	width: fit-content;
	margin-inline: auto;
	position: relative;
	z-index: 2;
}
.p-top__recruit h2 .en {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: clamp(3.125rem, 5vw, 6rem);
	color: #148BFF;
	display: block;
	text-align: left;
}
.p-top__recruit h2 .en .indent {
	text-indent: 3em;
	display: inline-block;
}
.p-top__recruit h2 .ja {
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 2.25rem);
	display: block;
	line-height: 1.4;
	margin-bottom: 16px;
}
.p-top__recruit .flex {
	display: flex;
}
.p-top__recruit .flex .left, .p-top__recruit .flex .right {
	width: 50%;
}
.p-top__recruit .flex .left img, .p-top__recruit .flex .right img {
	border-radius: 10px;
}
.p-top__recruit .flex .right {
	position: relative;
}
.p-top__recruit .flex .right:before {
	content: "";
	display: inline-block;
	background: #FFF928;
	aspect-ratio: 0.6875;
	width: 24%;
	position: absolute;
	top: -30px;
	left: 24%;
	z-index: -1;
	border-radius: 10px;
}
.p-top__recruit .flex .right:after {
	content: "";
	display: inline-block;
	background: #FF9FA8;
	aspect-ratio: 0.9022082019;
	width: 28%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-radius: 10px;
}
.p-top__recruit .flex .image01 {
	width: 50%;
	margin-left: 20%;
	margin-top: -320px;
}
.p-top__recruit .flex .image02 {
	width: 52%;
	margin-left: 50%;
	margin-top: -40px;
}
.p-top__recruit .flex .image03 {
	width: 55%;
	margin-top: -40px;
}
.p-top__recruit .flex .image04 {
	width: 70%;
	margin-left: auto;
	margin-top: -230px;
}
.p-top__recruit .flex .image05 {
	width: 50%;
	margin-top: 30px;
	margin-left: 40%;
}
.p-top__recruit .flex .image06 {
	width: 36%;
	margin-top: -60px;
	margin-left: 10%;
}
.p-top__recruit .btnBox {
	display: flex;
	justify-content: center;
	gap: 16px 50px;
	position: relative;
	z-index: 2;
	margin-top: -20px;
}
.p-top__recruit .btnBox .c-link {
	margin: 0;
	background: #148BFF;
	color: #fff;
}
.p-top__recruit .btnBox .c-link::after {
	background: url(../img/common/arrow01_w.png) no-repeat;
	background-size: contain;
}
.p-top__recruit .btnBox .c-link:hover {
	background: #fff;
	color: #148BFF;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-mainvisual_hero .hero_copy .sp_small {
		font-size: 1.5rem;
		display: block;
	}
	.p-mainvisual_hero .hero_text {
		color: #fff;
		font-size: clamp(1.25rem, 5vw, 1.5rem);
		text-align: center;
	}
	.p-top__news {
		padding: 64px 0;
	}
	.p-top__news .newsList a {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 24px 5%;
	}
	.p-top__news .meta {
		gap: 16px;
	}
	.p-top__news .news-link {
		margin-top: 24px;
		justify-content: center;
	}
	.p-top__coating .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__coating .flex {
		flex-direction: column;
	}
	.p-top__coating .swiper {
		width: 95%;
		border-radius: 0 0 20px 0;
		margin: 0;
	}
	.p-top__coating .text {
		width: 100%;
		padding-top: 64px;
	}
	.p-top__coating h2 {
		text-align: center;
		width: 90%;
		margin-inline: auto;
	}
	.p-top__coating h2 .en {
		font-size: 3.125rem;
		margin-bottom: 32px;
	}
	.p-top__coating h2 .ja {
		font-size: 2rem;
		line-height: 1.6;
	}
	.p-top__coating p {
		width: 80%;
		margin-inline: auto;
	}
	.p-top__coating .btnBox {
		width: 90%;
		margin-inline: auto;
		margin-top: 48px;
	}
	.p-top__coating .btnBox a {
		padding: 24px 20px;
	}
	.p-top__strengths {
		padding: 128px 0 96px;
	}
	.p-top__strengths:before {
		background: url(../img/top/strengths_bg01_sp.png) no-repeat;
		background-size: cover;
		aspect-ratio: 0.4601226994;
		width: 100%;
		top: -20px;
	}
	.p-top__strengths:after {
		background: url(../img/top/strengths_bg02_sp.png) no-repeat;
		background-size: cover;
		aspect-ratio: 0.393081761;
		width: 100%;
		bottom: 140px;
	}
	.p-top__strengths .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__strengths h2 {
		text-align: center;
		line-height: 1;
		margin-bottom: 98px;
	}
	.p-top__strengths h2 .en {
		font-size: 3.125rem;
		margin-bottom: 32px;
	}
	.p-top__strengths h2 .ja {
		font-size: 2rem;
	}
	.p-top__strengths .flex {
		flex-direction: column;
		gap: 16px;
	}
	.p-top__strengths .flex .imageBox {
		width: 100%;
	}
	.p-top__strengths .flex .imageBox img {
		border-radius: 10px;
	}
	.p-top__strengths .flex .imageBox .image01 {
		width: 27%;
		margin-left: 15%;
	}
	.p-top__strengths .flex .imageBox .image02 {
		width: 48%;
		margin-left: auto;
		margin-top: -18%;
	}
	.p-top__strengths .flex .imageBox .image03 {
		width: 35%;
		margin-top: -36%;
	}
	.p-top__strengths .flex .textBox {
		width: 90%;
		margin-inline: auto;
	}
	.p-top__strengths .flex .textBox h3 {
		text-align: center;
		margin-bottom: 32px;
	}
	.p-top__strengths .flex .textBox p {
		max-width: 90%;
		margin-inline: auto;
	}
	.p-top__strengths .flex.development {
		flex-direction: column;
	}
	.p-top__strengths .flex.responsiveness {
		margin-top: 96px;
	}
	.p-top__strengths .flex.productivity {
		margin-top: 96px;
		flex-direction: column;
	}
	.p-top__products .l-wrapper {
		max-width: 90%;
	}
	.p-top__products h2 {
		margin-bottom: 32px;
	}
	.p-top__products h2 .en {
		font-size: 3.125rem;
		margin-bottom: 32px;
	}
	.p-top__products h2 .ja {
		font-size: 2rem;
	}
	.p-top__products .read_text {
		line-height: 2.2;
	}
	.p-top__products .banner {
		margin-top: 64px;
		flex-direction: column;
		gap: 24px;
		padding: 20px;
		padding-right: 20px;
	}
	.p-top__products .banner .image {
		width: 100%;
	}
	.p-top__products .banner .text {
		flex-direction: column;
		gap: 24px;
	}
	.p-top__products .banner h3 {
		text-align: center;
		font-size: 2.5rem;
		line-height: 1.2;
	}
	.p-top__products .banner h3 span {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 24px;
	}
	.p-top__products .list {
		grid-template-columns: repeat(1, 1fr);
		gap: 64px;
		margin-top: 64px;
	}
	.p-top__products .list .title {
		margin-bottom: 16px;
	}
	.p-top__products .list .title img {
		height: 100px;
	}
	.p-top__example {
		padding: 96px 0;
	}
	.p-top__example .l-wrapper {
		max-width: 90%;
	}
	.p-top__example h2 {
		margin-bottom: 64px;
	}
	.p-top__example h2 .en {
		font-size: 3rem;
		letter-spacing: 0;
		margin-bottom: 32px;
	}
	.p-top__example h2 .ja {
		font-size: 2rem;
		line-height: 1.6;
	}
	.p-top__example .list {
		grid-template-columns: repeat(1, 1fr);
	}
	.p-top__example .list li dt {
		width: 58px;
	}
	.p-top__company {
		padding: 96px 0;
	}
	.p-top__company .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__company .flex {
		flex-direction: column;
	}
	.p-top__company .swiper {
		width: 100%;
		margin: 0;
		order: 2;
	}
	.p-top__company .text {
		width: 100%;
		display: contents;
	}
	.p-top__company h2 {
		text-align: center;
		width: 90%;
		margin-inline: auto;
		order: 1;
	}
	.p-top__company h2 .en {
		font-size: 3rem;
		margin-bottom: 32px;
	}
	.p-top__company h2 .ja {
		font-size: 2rem;
		line-height: 1.6;
	}
	.p-top__company .btnBox {
		width: 80%;
		margin-inline: auto;
		margin-top: 48px;
		order: 3;
	}
	.p-top__company .btnBox a {
		padding: 24px;
	}
	.p-top__recruit {
		padding: 96px 0;
	}
	.p-top__recruit:before {
		width: 50%;
		height: 490px;
		top: 40%;
		transform: translateY(-50%);
	}
	.p-top__recruit:after {
		width: 22%;
		height: 445px;
		top: 34%;
		transform: translateY(-50%);
		left: 49%;
		z-index: -1;
		border-radius: 10px;
	}
	.p-top__recruit .l-wrapper {
		width: 100%;
		max-width: 100%;
	}
	.p-top__recruit h2 {
		margin-bottom: 64px;
	}
	.p-top__recruit h2 .en {
		font-size: 3.125rem;
		text-align: center;
	}
	.p-top__recruit h2 .en .indent {
		text-indent: unset;
		display: inline;
	}
	.p-top__recruit h2 .ja {
		font-size: 2rem;
		margin-bottom: 32px;
	}
	.p-top__recruit .flex {
		flex-direction: column;
		gap: 24px;
	}
	.p-top__recruit .flex .left, .p-top__recruit .flex .right {
		width: 100%;
	}
	.p-top__recruit .flex .left img, .p-top__recruit .flex .right img {
		border-radius: 10px;
	}
	.p-top__recruit .flex .right {
		position: relative;
	}
	.p-top__recruit .flex .right:before {
		top: 160px;
		left: 16%;
	}
	.p-top__recruit .flex .right:after {
		width: 30%;
		bottom: -40px;
		right: 5%;
	}
	.p-top__recruit .flex .image01 {
		margin-left: 10%;
		margin-top: 0;
	}
	.p-top__recruit .flex .image02 {
		margin-left: auto;
	}
	.p-top__recruit .flex .image03 {
		width: 55%;
		margin-top: -40px;
	}
	.p-top__recruit .flex .image04 {
		width: 75%;
		margin-top: 0;
	}
	.p-top__recruit .flex .image05 {
		width: 55%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: 10%;
	}
	.p-top__recruit .flex .image06 {
		width: 40%;
		margin-left: 0;
	}
	.p-top__recruit .btnBox {
		width: 90%;
		flex-direction: column;
		margin-top: 72px;
		margin-inline: auto;
	}
	.p-top__recruit .btnBox .c-link {
		margin: 0 auto;
	}
}
/*
tem
————————————————————————————————————————— */
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, .modaal-close:before {
	background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
	background: #666;
}
/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}
/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}
.p-tem {
	/**------------------------------------------
	flexbox
	--------------------------------------------*/
}
.p-tem .btnFlex {
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
}
.p-tem .btnFlex.center {
	justify-content: center;
}
.p-tem .btnFlex .c-link {
	margin: 0;
}
.p-tem .p-list li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
	padding-left: 20px;
	position: relative;
}
.p-tem .p-list li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 1px;
	background: #000;
}
.p-tem .p-list2 {
	list-style-type: decimal;
	padding-left: 20px;
}
.p-tem .p-list2 li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
}
.p-tem .p-list3 {
	list-style-type: circle;
	padding-left: 20px;
}
.p-tem .p-list3 li {
	font-size: 1.125rem;
	margin-bottom: 9px;
	line-height: 1.4;
}
.p-tem .p-dashedList li {
	padding: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.p-tem section.bg-color01 {
	background: #F8F8F8 !important;
}
.p-tem .p-text-center {
	text-align: center;
}
.p-tem .w10 {
	width: 10%;
}
.p-tem .w20 {
	width: 20%;
}
.p-tem .w30 {
	width: 30%;
}
.p-tem .w40 {
	width: 40%;
}
.p-tem .w50 {
	width: 50%;
}
.p-tem .w60 {
	width: 60%;
}
.p-tem .w70 {
	width: 70%;
}
.p-tem .w80 {
	width: 80%;
}
.p-tem .w90 {
	width: 90%;
}
.p-tem .gap {
	gap: 5%;
}
.p-tem .gap3 {
	gap: 3%;
}
.p-tem .fw_wrap {
	flex-wrap: wrap;
}
.p-tem .ai_center {
	align-items: center;
}
.p-tem .ai_end {
	align-items: flex-end;
}
.p-tem .ai_self_center {
	align-self: center;
}
.p-tem .jc_center {
	justify-content: center;
}
.p-tem .jc_between {
	justify-content: space-between;
}
.p-tem .rev {
	flex-direction: row-reverse;
}
@media screen and (min-width: 769px) {
	.p-tem .flexbox {
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.p-tem .w10, .p-tem .w20, .p-tem .w30, .p-tem .w40, .p-tem .w50, .p-tem .w60, .p-tem .w70, .p-tem .w80, .p-tem .w90 {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-tem .flexbox.rev {
		flex-direction: row-reverse;
	}
	.p-tem .sp_nowrap {
		display: flex;
	}
	.p-tem .sp_nowrap .w10 {
		width: 10%;
	}
	.p-tem .sp_nowrap .w20 {
		width: 20%;
	}
	.p-tem .sp_nowrap .w30 {
		width: 30%;
	}
	.p-tem .sp_nowrap .w40 {
		width: 40%;
	}
	.p-tem .sp_nowrap .w50 {
		width: 50%;
	}
	.p-tem .sp_nowrap .w60 {
		width: 60%;
	}
	.p-tem .sp_nowrap .w70 {
		width: 70%;
	}
	.p-tem .sp_nowrap .w80 {
		width: 80%;
	}
	.p-tem .sp_nowrap .w90 {
		width: 90%;
	}
	.p-tem .sp_ai_top {
		align-items: flex-start;
	}
	.p-tem .sp_no_mb {
		margin-bottom: 0 !important;
	}
	.p-tem .sp_no_pb {
		padding-bottom: 0 !important;
	}
}
.p-tem .mb0 {
	margin-bottom: 0;
}
.p-tem .mb8 {
	margin-bottom: 8px;
}
.p-tem .mb16 {
	margin-bottom: 16px;
}
.p-tem .mb24 {
	margin-bottom: 24px;
}
.p-tem .mb32 {
	margin-bottom: 32px;
}
.p-tem .mb64 {
	margin-bottom: 64px;
}
.p-tem .mb72 {
	margin-bottom: 72px;
}
.p-tem .mb96 {
	margin-bottom: 96px;
}
.p-tem .mb128 {
	margin-bottom: 128px;
}
.p-tem .mt8 {
	margin-top: 8px;
}
.p-tem .mt16 {
	margin-top: 16px;
}
.p-tem .mt24 {
	margin-top: 24px;
}
.p-tem .mt32 {
	margin-top: 32px;
}
.p-tem .mt48 {
	margin-top: 48px;
}
.p-tem .mt64 {
	margin-top: 64px;
}
.p-tem .mt72 {
	margin-top: 72px;
}
.p-tem .mt96 {
	margin-top: 96px;
}
.p-tem .mt128 {
	margin-top: 128px;
}
.p-tem .pb0 {
	padding-bottom: 0;
}
.p-tem .pb8 {
	padding-bottom: 8px;
}
.p-tem .pb16 {
	padding-bottom: 16px;
}
.p-tem .pb24 {
	padding-bottom: 24px;
}
.p-tem .pb32 {
	padding-bottom: 32px;
}
.p-tem .pb64 {
	padding-bottom: 64px;
}
.p-tem .pb72 {
	padding-bottom: 72px;
}
.p-tem .pb96 {
	padding-bottom: 96px;
}
.p-tem .pb128 {
	padding-bottom: 128px;
}
.p-tem .pt8 {
	padding-top: 8px;
}
.p-tem .pt16 {
	padding-top: 16px;
}
.p-tem .pt24 {
	padding-top: 24px;
}
.p-tem .pt32 {
	padding-top: 32px;
}
.p-tem .pt64 {
	padding-top: 64px;
}
.p-tem .pt72 {
	padding-top: 72px;
}
.p-tem .pt96 {
	padding-top: 96px;
}
.p-tem .pt128 {
	padding-top: 128px;
}
@media screen and (max-width: 768px) {
	.p-tem .mb8 {
		margin-bottom: 4px;
	}
	.p-tem .mb16 {
		margin-bottom: 8px;
	}
	.p-tem .mb24 {
		margin-bottom: 16px;
	}
	.p-tem .mb32 {
		margin-bottom: 24px;
	}
	.p-tem .mb64 {
		margin-bottom: 32px;
	}
	.p-tem .mb72 {
		margin-bottom: 64px;
	}
	.p-tem .mb96 {
		margin-bottom: 72px;
	}
	.p-tem .mb128 {
		margin-bottom: 96px;
	}
	.p-tem .mt8 {
		margin-top: 4px;
	}
	.p-tem .mt16 {
		margin-top: 8px;
	}
	.p-tem .mt24 {
		margin-top: 16px;
	}
	.p-tem .mt32 {
		margin-top: 24px;
	}
	.p-tem .mt64 {
		margin-top: 32px;
	}
	.p-tem .mt72 {
		margin-top: 64px;
	}
	.p-tem .mt96 {
		margin-top: 72px;
	}
	.p-tem .mt128 {
		margin-top: 96px;
	}
	.p-tem .pb8 {
		padding-bottom: 4px;
	}
	.p-tem .pb16 {
		padding-bottom: 8px;
	}
	.p-tem .pb24 {
		padding-bottom: 16px;
	}
	.p-tem .pb32 {
		padding-bottom: 24px;
	}
	.p-tem .pb64 {
		padding-bottom: 32px;
	}
	.p-tem .pb72 {
		padding-bottom: 64px;
	}
	.p-tem .pb96 {
		padding-bottom: 72px;
	}
	.p-tem .pb128 {
		padding-bottom: 96px;
	}
	.p-tem .pt8 {
		padding-top: 4px;
	}
	.p-tem .pt16 {
		padding-top: 8px;
	}
	.p-tem .pt24 {
		padding-top: 16px;
	}
	.p-tem .pt32 {
		padding-top: 24px;
	}
	.p-tem .pt64 {
		padding-top: 32px;
	}
	.p-tem .pt72 {
		padding-top: 64px;
	}
	.p-tem .pt96 {
		padding-top: 72px;
	}
	.p-tem .pt128 {
		padding-top: 96px;
	}
}
.p-tem .table__scroll {
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow: hidden;
	display: contents;
}
.p-tem .table__scroll::-webkit-scrollbar {
	display: none;
}
.p-tem .p-page__table01 {
	border-collapse: collapse;
	width: 100%;
}
.p-tem .p-page__table01 tr {
	border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 tr:first-child {
	border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
	padding: 20px;
	font-size: 0.875rem;
	line-height: 1.4;
}
.p-tem .p-page__table01 th {
	width: 10em;
	white-space: nowrap;
	text-align: center;
}
.p-tem .p-page__table02 {
	border-collapse: collapse;
	width: 100%;
}
.p-tem .p-page__table02 tr {
	border-bottom: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 tr:first-child {
	border-top: 1px solid #D8D8D8;
}
.p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
	padding: 20px;
	font-size: 0.875rem;
	line-height: 1.4;
}
.p-tem .p-page__table02 th {
	width: 10em;
	white-space: nowrap;
	text-align: center;
	border-bottom: 1px solid #148BFF;
}
.p-tem .p-page__table02 th:first-child {
	border-top: 1px solid #148BFF;
}
.p-tem .p-page__table03 {
	border-collapse: collapse;
	width: 100%;
	min-width: 1000px;
}
.p-tem .p-page__table03 tr.gray td {
	background: #FBFBFB;
}
.p-tem .p-page__table03 th, .p-tem .p-page__table03 td {
	font-size: 0.875rem;
	border: solid 1px #D8D8D8;
	padding: 8px 16px;
	text-align: left;
}
.p-tem .p-page__table03 th {
	font-weight: 600;
	background: #EDF8FF;
}
.p-tem .p-page__table03 .center {
	text-align: center;
}
.p-tem .p-page__table03 .gallery {
	color: #212121;
}
.p-tem .p-page__table03 .gallery:after {
	content: "";
	display: inline-block;
	background: url(../img/common/link_icon02.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 8px;
}
.p-tem .flex-content .image01 {
	width: 60%;
}
.p-tem .flex-content .image02 {
	width: 40%;
}
.p-tem .sticky-content {
	position: relative;
}
.p-tem .sticky-content .flexbox {
	align-items: flex-start;
}
.p-tem .sticky-content .image {
	position: sticky;
	top: 128px;
}
.p-tem .sticky-content .image img {
	border-radius: 5px;
}
.p-tem .sticky-content .column-outside-right {
	flex: 1;
	margin-right: calc(50% - 50vw);
}
.p-tem .sticky-content .column-outside-right img {
	border-radius: 5px 0 0 5px;
}
.p-tem .sticky-content .column-outside-left {
	flex: 1;
	margin-left: calc(50% - 50vw);
}
.p-tem .sticky-content .column-outside-left img {
	border-radius: 0 5px 5px 0;
}
.p-tem .products-content .banner {
	margin-top: 96px;
	display: flex;
	align-items: center;
	gap: 32px;
	padding: 16px;
	padding-right: 32px;
	border-radius: 10px;
	background: linear-gradient(238deg, #148bff 0%, #0c5399 100%);
	transition: all 0.3s ease 0s;
}
.p-tem .products-content .banner:hover {
	opacity: 0.8;
}
.p-tem .products-content .banner:hover .arrow {
	transform: translateX(5px);
}
.p-tem .products-content .banner .image {
	width: 30%;
}
.p-tem .products-content .banner .image img {
	border-radius: 10px;
}
.p-tem .products-content .banner .text {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.p-tem .products-content .banner h3 {
	font-weight: 500;
	font-size: 3rem;
	color: #fff;
	margin: 0;
}
.p-tem .products-content .banner h3 span {
	font-size: 2rem;
	color: #FFF928;
	display: block;
}
.p-tem .products-content .banner .arrow {
	width: 80px;
	transition: all 0.3s ease 0s;
}
.p-tem .products-content .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 64px 48px;
	margin-top: 96px;
}
.p-tem .products-content .list li {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.p-tem .products-content .list a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.p-tem .products-content .list a:hover {
	opacity: 0.7;
}
.p-tem .products-content .list .image img {
	display: block;
	width: 100%;
	aspect-ratio: 2.2576687117;
	object-fit: cover;
}
.p-tem .products-content .list .text {
	flex: 1;
	padding: 24px;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.p-tem .products-content .list .iconBox {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 8px;
}
.p-tem .products-content .list .iconBox .icon {
	display: inline-block;
	text-align: center;
	padding: 3px 10px;
	color: #fff;
	font-size: 0.75rem;
	background: #148BFF;
	border-radius: 5px;
}
.p-tem .products-content .list .title {
	text-align: center;
}
.p-tem .products-content .list .title img {
	height: 120px;
	object-fit: contain;
}
.p-tem .products-content .list .title h3 {
	font-weight: 500;
	font-size: 1.5rem;
}
.p-tem .modaal-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 30px;
}
.p-tem .modaal-list .image {
	margin-bottom: 18px;
}
.p-tem .modaal-list table {
	width: 100%;
	border-collapse: collapse;
}
.p-tem .modaal-list table tr {
	border-bottom: 1px dashed #D9D9D9;
}
.p-tem .modaal-list table th, .p-tem .modaal-list table td {
	font-size: 1rem;
	line-height: 1.6;
	padding: 14px 8px;
}
.p-tem .modaal-list table th {
	white-space: nowrap;
}
.p-tem .parallax-content .parallax_wrap {
	min-height: 400px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.p-tem .parallax-content .front_content {
	padding: 60px;
	background-color: #fff;
}
.p-tem .parallax-content .parallax_wrap.development {
	background-image: url(../img/development/parallax.jpg);
}
.p-tem .parallax-content .parallax_wrap.productivity {
	background-image: url(../img/productivity/parallax.jpg);
}
.p-tem .parallax-content .parallax_wrap.qc {
	background-image: url(../img/qc/parallax.jpg);
}
.p-tem .parallax-content .parallax_wrap.responsiveness {
	background-image: url(../img/responsiveness/parallax.jpg);
}
.p-tem .parallax-content .parallax_wrap.surface_treatment {
	background-image: url(../img/surface_treatment/parallax.jpg);
}
.p-tem .parallax-content .parallax_wrap.works {
	background-image: url(../img/works/parallax.jpg);
}
.p-tem .step-content .list {
	display: flex;
	flex-direction: column;
	gap: 48px;
}
.p-tem .step-content .list li {
	position: relative;
}
.p-tem .step-content .list li:before {
	content: "";
	display: inline-block;
	background: #4BA3F9;
	width: 1px;
	height: calc(100% - 100px);
	position: absolute;
	top: 120px;
	left: 50px;
}
.p-tem .step-content .list .number {
	font-size: 2.25rem;
	line-height: 1.2;
	color: #fff;
	background: #4BA3F9;
	width: 100px;
	min-width: 100px;
	height: 100px;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: solid 10px #EDE8E8;
}
.p-tem .step-content .list .number span {
	font-size: 1rem;
}
.p-tem .step-content .list .content {
	padding: 20px 0 40px;
}
.p-tem .grid-full {
	margin: 0 0 26px;
}
.p-tem .grid-full p {
	font-size: 1rem;
	text-align: center;
	margin: 5px 0 0;
}
.p-tem .grid-full .h-type1 {
	object-fit: cover;
	height: 200px;
}
.p-tem .grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-tem .grid p {
	font-size: 1rem;
	margin: 5px 0 0;
}
.p-tem .grid > div {
	margin: 0 0 26px;
}
.p-tem .grid .gcol12 {
	width: 100%;
}
.p-tem .grid .gcol6 {
	width: 49%;
}
.p-tem .grid .gcol4 {
	width: 32%;
}
.p-tem .grid .gcol5 {
	width: 46%;
}
.p-tem .grid .gcol8 {
	width: 66%;
}
.p-tem .grid .gcol3 {
	width: 23.5%;
}
.p-tem .grid .h-type1 {
	object-fit: cover;
	height: 200px;
}
.p-tem .grid .h-type2 {
	object-fit: cover;
	height: 100px;
}
.p-tem .grid.center {
	display: flex;
	justify-content: center;
}
.p-tem .grid.center > div {
	margin: 0 2% 26px 0;
}
.p-tem .grid.center > div:last-child {
	margin: 0 0 26px;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-tem .btnFlex {
		justify-content: center;
	}
	.p-tem .p-list li {
		font-size: 1rem;
		margin-bottom: 6px;
		padding-left: 12px;
	}
	.p-tem .p-list2 li {
		font-size: 1.125rem;
		margin-bottom: 6px;
	}
	.p-tem .mt128 {
		margin-top: 64px;
	}
	.p-tem .mb128 {
		margin-bottom: 64px;
	}
	.p-tem .table__scroll {
		display: block;
	}
	.p-tem .p-page__table01 th, .p-tem .p-page__table01 td {
		display: block;
		padding: 8px 32px;
	}
	.p-tem .p-page__table01 th {
		font-weight: 700;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	}
	.p-tem .p-page__table01 td {
		width: 100%;
	}
	.p-tem .p-page__table02 tr {
		border-bottom: none;
	}
	.p-tem .p-page__table02 tr:first-child {
		border-top: none;
	}
	.p-tem .p-page__table02 th, .p-tem .p-page__table02 td {
		display: block;
		padding: 8px 32px;
	}
	.p-tem .p-page__table02 th {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #D8D8D8;
	}
	.p-tem .p-page__table02 th:first-child {
		border-top: none;
	}
	.p-tem .p-page__table02 td {
		width: 100%;
		border-bottom: 1px solid #148BFF;
	}
	.p-tem .flex-content .image01 {
		display: block;
		width: 80%;
	}
	.p-tem .flex-content .image02 {
		display: block;
		width: 45%;
		margin-left: auto;
		margin-top: -60px;
	}
	.p-tem .flex-content .image.rev .image01 {
		margin-left: auto;
	}
	.p-tem .flex-content .image.rev .image02 {
		margin-left: 0;
	}
	.p-tem .sticky-content .image {
		position: relative;
		top: auto;
		width: 100%;
	}
	.p-tem .sticky-content .column-outside-right {
		margin-left: 12%;
		margin-right: calc(50% - 50vw);
	}
	.p-tem .sticky-content .column-outside-right img {
		width: 100%;
		height: auto;
		border-radius: 5px 0 0 5px;
	}
	.p-tem .sticky-content .column-outside-left img {
		width: 100%;
		height: auto;
		border-radius: 0 5px 5px 0;
	}
	.p-tem .products-content .banner {
		margin-top: 64px;
		flex-direction: column;
		gap: 24px;
		padding: 20px;
		padding-right: 20px;
	}
	.p-tem .products-content .banner .image {
		width: 100%;
	}
	.p-tem .products-content .banner .text {
		flex-direction: column;
		gap: 24px;
	}
	.p-tem .products-content .banner h3 {
		text-align: center;
		font-size: 2.5rem;
		line-height: 1.2;
	}
	.p-tem .products-content .banner h3 span {
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 24px;
	}
	.p-tem .products-content .list {
		grid-template-columns: repeat(1, 1fr);
		gap: 64px;
		margin-top: 64px;
	}
	.p-tem .products-content .list .title {
		margin-bottom: 16px;
	}
	.p-tem .products-content .list .title img {
		height: 100px;
	}
	.p-tem .step-content .list {
		gap: 180px;
	}
	.p-tem .step-content .list li:before {
		height: 100px;
		top: unset;
		bottom: -140px;
		left: 50%;
		transform: translateX(-50%);
	}
	.p-tem .step-content .list .number {
		font-size: 1.5625rem;
		width: 80px;
		height: 80px;
		margin-inline: auto;
		border: solid 5px #EDE8E8;
	}
	.p-tem .step-content .list .number span {
		font-size: 0.75rem;
	}
	.p-tem .step-content .list .content {
		padding: 40px 0 0;
	}
	.p-tem .modaal-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 72px;
	}
	.p-tem .parallax-content .parallax_wrap {
		min-height: 300px;
		background-attachment: unset;
	}
	.p-tem .grid-full .h-type1 {
		height: 220px;
	}
	.p-tem .grid .gcol6 {
		width: 100%;
	}
	.p-tem .grid .gcol4 {
		width: 100%;
	}
	.p-tem .grid .gcol5 {
		width: 100%;
	}
	.p-tem .grid .gcol8 {
		width: 100%;
	}
	.p-tem .grid .gcol3 {
		width: 49%;
	}
	.p-tem .grid .h-type1 {
		height: 220px;
	}
	.p-tem .grid .h-type2 {
		height: 120px;
	}
}
/*
news
————————————————————————————————————————— */
.p-news .p-news__article {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 16px 5%;
	border-bottom: 1px dashed #C0C0C0;
}
.p-news .p-news__article:hover .date, .p-news .p-news__article:hover .title {
	opacity: 0.7;
}
.p-news .p-news__meta {
	display: flex;
	align-items: center;
	gap: 40px;
}
.p-news .p-news__cate {
	display: block;
	text-align: center;
	width: 105px;
	font-size: 0.75rem;
	color: #fff;
	padding: 5px;
}
.p-news .cate-news-exhibition {
	background: #08BDC5;
}
.p-news .cate-news-product {
	background: #B9CE0A;
}
.p-news .cate-news-info {
	background: #EF605F;
}
.p-news .p-news__date {
	font-size: 0.875rem;
	color: #212121;
}
.p-news .p-news__title {
	font-size: 0.875rem;
	color: #212121;
	line-height: 1.4;
	margin-bottom: 0;
}
.p-pagenation {
	margin-top: 80px;
}
.p-pagenation ul {
	display: flex;
	justify-content: center;
}
.p-pagenation li {
	margin-right: 18px;
}
.p-pagenation li:last-child {
	margin: 0;
}
.p-pagenation li .current {
	border-bottom: 1px solid #212121;
}
.p-pagenation a, .p-pagenation span {
	font-weight: 700;
	font-size: 1.125rem;
	color: #212121;
}
.p-single .p-single__date {
	font-size: 1rem;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
.p-single .p-single__content img {
	width: auto;
}
.p-single .p-single__content p {
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 2;
}
.p-single .c-link {
	margin-inline: auto;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-news .p-news__article {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 24px 5%;
	}
	.p-news .p-news__meta {
		gap: 16px;
	}
	.p-pagenation {
		margin-top: 32px;
	}
	.p-single .p-single__title {
		font-size: 1rem;
	}
}
/*
products
————————————————————————————————————————— */
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
}
/*
company
————————————————————————————————————————— */
.p-company .access .map iframe {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-company .access .map {
		width: 100%;
	}
	.p-company .access .map iframe {
		height: auto;
		aspect-ratio: 1.5;
	}
}
/*
recruit
————————————————————————————————————————— */
.p-recruit .flow ul {
	display: flex;
	gap: 48px;
}
.p-recruit .flow li {
	background: #148BFF;
	border-radius: 100vmax;
	padding: 25px;
	color: #fff;
	text-align: center;
	position: relative;
}
.p-recruit .flow li:after {
	content: "";
	display: inline-block;
	background: #148BFF;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translateY(-50%);
}
.p-recruit .flow li:last-child::after {
	display: none;
}
.p-recruit .faq .wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.p-recruit .faq .faq-item {
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}
.p-recruit .faq .faq-item summary {
	padding: 16px;
	cursor: pointer;
	font-weight: bold;
	background: #f7f7f7;
	position: relative;
	list-style: none;
}
.p-recruit .faq .faq-item summary::-webkit-details-marker {
	display: none;
}
.p-recruit .faq .faq-item summary:after {
	content: "+";
	position: absolute;
	right: 20px;
	font-size: 1.125rem;
	transition: transform 0.3s;
	top: 50%;
	transform: translateY(-50%);
}
.p-recruit .faq .faq-item[open] summary:after {
	content: "-";
	transform: translateY(-50%) rotate(180deg);
}
.p-recruit .faq .faq-item .faq-answer {
	padding: 16px;
	background: #fff;
	animation: fadein 0.3s ease-in;
}
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-recruit .flow ul {
		flex-direction: column;
		gap: 32px;
	}
	.p-recruit .flow li {
		padding: 20px;
	}
	.p-recruit .flow li:after {
		width: 1px;
		height: 100%;
		top: unset;
		bottom: -100%;
		right: unset;
		left: 50%;
		transform: translate(-50%);
	}
	.p-recruit .faq .faq-item summary {
		padding: 14px 36px 14px 16px;
		font-size: 1rem;
	}
	.p-recruit .faq .faq-item summary:after {
		right: 16px;
		font-size: 16px;
	}
	.p-recruit .faq .faq-item .faq-answer {
		padding: 14px 16px;
		font-size: 0.875rem;
	}
}
/*
recruit-company
————————————————————————————————————————— */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
@media (max-width: 991px) {
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767px) {
	.stats-grid {
		grid-template-columns: 1fr;
	}
}
.stats-card {
	background: #f8f8f8;
	border-radius: 12px;
	padding: 26px 24px 24px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	overflow: hidden;
}
.stats-card__title {
	font-size: 28px;
	margin: 0 0 20px;
	color: #148BFF;
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	line-height: 1.4;
	flex-shrink: 0;
}
.stats-card__title--leave {
	color: #148BFF;
}

.stats-card__body {
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.stats-card__number-wrap {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	line-height: 1;
}
.stats-card__number {
	font-size: clamp(72px, 8vw, 112px);
	font-weight: 900;
	line-height: 0.9;
	color: #148BFF;
	letter-spacing: 0.02em;
}
.stats-card__unit {
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	color: #222;
	transform: translateY(-10px);
}
.stats-card__sub, .stats-card__note {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: #222;
}
.stats-donut {
	width: 100%;
	margin-top: auto;
	display: flex;
	justify-content: center;
}
.stats-donut__chartWrap {
	position: relative;
	width: 320px;
	height: 320px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.stats-card__title {
		font-size: 20px;
	}

	.stats-donut__chartWrap {
		width: 290px;
		height: 290px;
	}
}
.stats-donut__chart {
	width: 220px;
	height: 220px;
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 1;
}
.stats-donut__ring {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--donut-gradient, #dbe8f2);
	position: relative;
}
.stats-donut__ring::after {
	content: "";
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background: #f8f8f8;
	position: absolute;
	inset: 0;
	margin: auto;
}
.stats-donut__chart.is-center-hidden .stats-donut__ring::after {
	width: 120px;
	height: 120px;
}
.stats-donut__center {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	z-index: 2;
}
.stats-donut__center-value {
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	color: #148BFF;
}
.stats-donut__center-unit {
	font-size: 20px;
	font-weight: 700;
	color: #222;
	transform: translateY(8px);
}
/* オーバーレイ */
.stats-donut__overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}
.stats-donut__overlayItem {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 92px;
	text-align: center;
	transform: rotate(var(--item-angle)) translateY(-128px) rotate(calc(var(--item-angle) * -1)) translate(-50%, -50%);
}
@media (max-width: 767px) {
	.stats-donut__overlayItem {
		width: 84px;
		transform: rotate(var(--item-angle)) translateY(-118px) rotate(calc(var(--item-angle) * -1)) translate(-50%, -50%);
	}
}
.stats-donut__overlayLabel {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	line-height: 1.3;
	font-weight: 700;
	color: #333;
}
.stats-donut__overlayValue {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	color: #148BFF;
}
/* 2項目時は少し見やすく */
.stats-card--donut.is-two-items .stats-donut__overlayItem {
	width: 100px;
}
.stats-card--donut.is-two-items .stats-donut__overlayLabel {
	font-size: 12px;
}
.stats-card--donut.is-two-items .stats-donut__overlayValue {
	font-size: 22px;
}

/* =====================================
leave_rate 追加分
他カードと同ルールで統一
===================================== */

.stats-card--leave {
	grid-column: auto;
	justify-content: center;
	min-height: 270px;
	background: #f8f8f8;
	border-radius: 12px;
	padding: 26px 24px 24px;
	overflow: hidden;
}

.stats-card__title--leave {
	margin: 0 0 20px;
	color: #148BFF;
	position: relative;
}

.stats-leave-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	border: 0;
}

.stats-leave-row {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 14px;
	line-height: 1;
}

.stats-leave-row + .stats-leave-row {
	margin-top: 18px;
}

.stats-leave-label {
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	color: #222;
	transform: translateY(-10px);
}

.stats-leave-value {
	font-size: clamp(72px, 8vw, 112px);
	font-weight: 900;
	line-height: 0.9;
	color: #148BFF;
	letter-spacing: 0.02em;
}

.stats-leave-note {
	margin: 14px 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: #222;
}

.stats-leave-value {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	line-height: 1;
	font-size: clamp(72px, 8vw, 112px);
	font-weight: 900;
	line-height: 0.9;
	color: #148BFF;
	letter-spacing: 0.02em;
}

.stats-leave-value .js-countup {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.stats-leave-unit {
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 700;
	color: #222;
	transform: translateY(-10px);
}

@media (max-width: 991px) {
	.stats-card--leave {
		grid-column: auto;
	}
}

@media (max-width: 767px) {
	.stats-card--leave {
		min-height: auto;
	}

	.stats-leave-row {
		gap: 10px;
	}

	.stats-leave-label {
		font-size: clamp(18px, 5vw, 24px);
		transform: translateY(-6px);
	}

	.stats-leave-value {
		font-size: clamp(42px, 12vw, 64px);
	}

	.stats-leave-note {
		font-size: 14px;
		line-height: 1.6;
	}
}

/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
}
/*
example
————————————————————————————————————————— */
.archiveLayout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 40px;
	align-items: start;
}
.archiveContent {
	min-width: 0;
}
.sidebar-sticky {
	position: sticky;
	top: 135px;
	margin-bottom: 35px;
}
.searchConditions {
	border-bottom: #eee 1px solid;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	background-color: #fff;
}
.searchConditions_title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #1B1B1B;
	color: #fff;
	height: 48px;
	font-size: 1rem;
	margin-bottom: 0;
}
.searchConditions_title span {
	vertical-align: bottom;
	color: #e70000;
	line-height: 1;
	margin-right: 4px;
}
.p_search_box .p_search_box_close {
	display: none;
}
.searchConditions .term_tit {
	font-size: 1rem;
	font-weight: bold;
	background-color: #f3f3f3;
	padding: 6px 10px;
}
.searchConditions .checkboxes {
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
}
.searchConditions .checkboxes .item {
	display: block;
	width: 50%;
}
.searchConditions .checkboxes .item:not(:last-of-type) {
	margin-right: 0;
	margin-bottom: 4px;
}
.searchConditions .checkboxes .item label {
	font-size: 0.875rem;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: flex-start;
}
.searchConditions .checkboxes .item span {
	padding: 4px;
	display: inline-block;
}
.uk-checkbox, .uk-radio {
	margin-right: 0.2rem;
	margin-top: 0.6rem;
	border-radius: 0.3rem;
	font-size: 1.6rem;
}
.searchConditions .formSubmit {
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchConditions .formSubmit input {
	padding: 18px 0;
	text-align: center;
	width: 280px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	border: 2px #148BFF solid;
	color: #fff;
	background-color: #148BFF;
	font-weight: 700;
	border-radius: 10px;
}
.recruitmentCards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 24px;
}
.recruitmentCard {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.recruitmentCard_meta {
	order: 2;
}
.recruitmentCard_link {
	display: block;
	text-decoration: none;
	color: inherit;
	order: 1;
}
.recruitmentCard_thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 2.2576687117;
	object-fit: cover;
}
.recruitmentCard_body {
	flex: 1;
	padding: 24px;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.recruitmentCard_title {
	font-size: 1.125rem;
	text-align: center;
	margin-bottom: 0;
}
.recruitmentCard_terms_group + .recruitmentCard_terms_group {
	margin-top: 12px;
}
.recruitmentCard_terms {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 24px 24px;
}
.recruitmentCard_term {
	display: inline-block;
	text-align: center;
	padding: 3px 10px;
	font-size: 0.75rem;
	background: #148BFF;
	border-radius: 5px;
	transition: all 0.3s ease 0s;
}
.recruitmentCard_term:hover {
	opacity: 0.7;
}
.recruitmentCard_term a {
	color: #fff;
}
.paginationWrap {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}
.paginationWrap .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.paginationWrap .page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.paginationWrap .page-numbers a, .paginationWrap .page-numbers span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border: 1px solid #d9d9d9;
	border-radius: 9999px;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: 0.3s;
	box-sizing: border-box;
}
.paginationWrap .page-numbers a:hover {
	background: #148BFF;
	border-color: #148BFF;
	color: #fff;
}
.paginationWrap .page-numbers .current {
	background: #148BFF;
	border-color: #148BFF;
	color: #fff;
	pointer-events: none;
}
.paginationWrap .page-numbers .dots {
	border: none;
	background: transparent;
	min-width: auto;
	padding: 0 4px;
	color: #999;
}
.paginationWrap .page-numbers .prev, .paginationWrap .page-numbers .next {
	font-size: 18px;
	padding-bottom: 2px;
}
.recruitmentTaxonomyList {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 48px 0;
}
.recruitmentTaxonomyRow {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 24px;
	align-items: start;
	margin: 0;
}
.recruitmentTaxonomyName {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	color: #148BFF;
}
.recruitmentTaxonomyTerms {
	margin: 0;
}
.recruitmentTaxonomyTermsList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.recruitmentTaxonomyTermsItem {
	margin: 0;
}
.recruitmentTaxonomyTermsItem a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 6px 14px;
	border-radius: 6px;
	background: #148BFF;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
.recruitmentTaxonomyTermsItem a:hover {
	opacity: 0.8;
}
.relatedRecruitment {
	overflow: hidden;
}
.relatedRecruitment_sliderWrap {
	position: relative;
}
.relatedRecruitment .js-related-recruitment-swiper {
	width: 100%;
	overflow: hidden;
}
.relatedRecruitment .swiper-wrapper {
	display: flex;
	align-items: stretch;
}
.relatedRecruitment .swiper-slide {
	flex-shrink: 0;
	height: auto;
	box-sizing: border-box;
}
/* 3件以下 */
.relatedRecruitment_static {
	width: 100%;
}
.relatedRecruitment_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.relatedRecruitment_col {
	height: 100%;
}
/* カード */
.relatedRecruitment .recruitmentCard {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: unset;
}
.relatedRecruitment .recruitmentCard_link {
	display: block;
	color: inherit;
	text-decoration: none;
}
.relatedRecruitment .recruitmentCard_thumb {
	aspect-ratio: 1.7777777778;
	overflow: hidden;
}
.relatedRecruitment .recruitmentCard_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.relatedRecruitment .recruitmentCard_body {
	padding: 16px 16px 0;
}
.relatedRecruitment .recruitmentCard_title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 16px;
}
.relatedRecruitment .recruitmentCard_meta {
	padding: 12px 16px 16px;
}
.relatedRecruitment .recruitmentCard_terms {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.relatedRecruitment .recruitmentCard_terms a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 4px 10px;
	border-radius: 9999px;
	background: #148BFF;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
}
/* ナビ */
.relatedRecruitment_nav {
	pointer-events: none;
}
.relatedRecruitment_prev, .relatedRecruitment_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #148BFF;
	cursor: pointer;
	pointer-events: auto;
}
.relatedRecruitment_prev::before, .relatedRecruitment_next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.relatedRecruitment_prev {
	left: -22px;
}
.relatedRecruitment_prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}
.relatedRecruitment_next {
	right: -22px;
}
.relatedRecruitment_next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.archiveLayout {
		grid-template-columns: 1fr;
	}
	.recruitmentCards {
		grid-template-columns: repeat(1, 1fr);
	}
	.paginationWrap {
		margin-top: 48px;
	}
	.paginationWrap .page-numbers {
		gap: 6px;
	}
	.paginationWrap .page-numbers a, .paginationWrap .page-numbers span {
		min-width: 40px;
		height: 40px;
		font-size: 13px;
		padding: 0 10px;
	}
	.recruitmentTaxonomyRow {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.recruitmentTaxonomyName {
		font-size: 18px;
	}
	.relatedRecruitment_head {
		margin-bottom: 24px;
	}
	.relatedRecruitment_title {
		font-size: 24px;
	}
	.relatedRecruitment_grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.relatedRecruitment_prev, .relatedRecruitment_next {
		width: 38px;
		height: 38px;
	}
	.relatedRecruitment_prev {
		left: -6px;
	}
	.relatedRecruitment_next {
		right: -6px;
	}
	.relatedRecruitment .recruitmentCard_title {
		font-size: 16px;
	}
}
/*
faq
————————————————————————————————————————— */
.p-faq .faq .wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.p-faq .faq .faq-item {
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
	background: #F8F8F8;
}
.p-faq .faq .faq-item .icon {
	width: 46px;
	min-width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #FF4649;
	border: solid 4px #EDE8E8;
}
.p-faq .faq .faq-item summary {
	padding: 24px;
	cursor: pointer;
	background: #F8F8F8;
	position: relative;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 16px;
}
.p-faq .faq .faq-item summary h3 {
	font-size: 1.5rem;
	margin: 0;
	color: #FF4649;
}
.p-faq .faq .faq-item summary::-webkit-details-marker {
	display: none;
}
.p-faq .faq .faq-item summary:after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.3s ease;
}
.p-faq .faq .faq-item[open] summary:after {
	transform: translateY(-30%) rotate(-135deg);
}
.p-faq .faq .faq-item .faq-answer {
	padding: 24px;
	padding-top: 0;
	background: #F8F8F8;
	animation: fadein 0.3s ease-in;
}
.p-faq .faq .faq-item .faq-answer p {
	margin: 0;
}
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
	/* ======================
	project(767)
	=========================*/
	.p-faq .faq .faq-item .icon {
		width: 38px;
		min-width: 38px;
		height: 38px;
		border: solid 3px #EDE8E8;
	}
	.p-faq .faq .faq-item summary {
		padding: 14px 36px 14px 16px;
		font-size: 1rem;
	}
	.p-faq .faq .faq-item summary h3 {
		font-size: 1.25rem;
	}
	.p-faq .faq .faq-item .faq-answer {
		padding: 0 14px 16px;
		font-size: 0.875rem;
	}
}
/*
utillity
————————————————————————————————————————— */
.u-screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.u-visuallyHidden {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	margin: -1px;
}
.u-sp-none992 {
	display: none;
}
.u-sp-none768 {
	display: none;
}
.u-sp-none576 {
	display: none;
}
.u-link-none {
	pointer-events: none;
}
.u-radius-sm {
	border-radius: 10px;
}
.u-m-auto {
	margin: 0 auto;
}
.u-display-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.u-position-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.u-fade {
	opacity: 0;
	transition: all 1s ease;
}
.u-fade2 {
	transition: all 2s ease;
}
.u-fade.is-active {
	opacity: 1;
	transform: none;
}
.u-fade-up {
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}
.u-fade-up.is-active {
	transform: translateY(0);
}
.u-fade-down {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 1s;
}
.u-fade-down.is-active {
	transform: translateY(0);
}
.u-fade-down2 {
	transition: all 2s;
}
.u-fade-lr {
	transform: translate(-100px, 0);
}
.u-fade-rl {
	transform: translate(100px, 0);
}
.u-mask-bg {
	color: transparent;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.u-mask-bg h2 {
	opacity: 0;
	transition: all 1s ease;
}
.u-mask-bg img {
	opacity: 0;
	transition: all 0.6s ease;
	transform: translateX(-100%);
}
.u-mask-bg:after {
	background: #148BFF;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(110%);
}
.u-mask-bg.-black:after {
	background: #000;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
	animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
	opacity: 1;
}
.u-mask-bg.is-animated img {
	opacity: 1;
	transform: translateX(0);
}
.u-mask-bg.is-active:after {
	animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
	opacity: 1;
}
.u-mask-bg.is-active img {
	opacity: 1;
	transform: translateX(0);
}
@keyframes mask-bg {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(110%);
	}
}
.u-fade-blur {
	opacity: 0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.u-fade-blur.is-active {
	-webkit-animation-name: imageBlur;
	animation-name: imageBlur;
	opacity: 1;
	transition: 0.8s;
}
@-webkit-keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes imageBlur {
	from {
		opacity: 0;
		-webkit-filter: blur(15px);
		-moz-filter: blur(15px);
		-ms-filter: blur(15px);
		-o-filter: blur(15px);
		filter: blur(15px);
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
	overflow: hidden;
	display: inline-block;
}
.slide-in_inner {
	display: inline-block;
}
/* 上下のアニメーション*/
.downAnime {
	opacity: 0;
	/* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
	animation-name: slideTextY100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextY100 {
	from {
		transform: translateY(100%);
		/* 要素を上の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);
		/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
.slideAnimeUpDown {
	animation-name: slideTextY-100;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes slideTextY-100 {
	from {
		transform: translateY(-100%);
		/* 要素を下の枠外に移動*/
		opacity: 0;
	}
	to {
		transform: translateY(0);
		/* 要素を元の位置に移動*/
		opacity: 1;
	}
}
/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: linear-gradient(93deg, #00b2f2 0%, #453d9b 100%);
}
.splash-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.35s ease;
}
#splash.is-ready .splash-bg {
	opacity: 1;
}
#splash-logo {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#splash-logo img {
	width: 380px;
	display: block;
	margin-inline: auto;
}
#splash-logo p {
	font-weight: 700;
	font-size: 2.125rem;
	color: #fff;
	margin-top: 32px;
}
/*========= 画面遷移のためのCSS ===============*/
/*画面遷移アニメーション*/
.splashbg {
	display: none;
}
/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
	display: block;
	content: "";
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transform: scaleX(0);
	background-color: #148BFF;
	/*伸びる背景色の設定*/
	animation-name: PageAnime;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes PageAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}
	50% {
		transform-origin: left;
		transform: scaleX(1);
	}
	50.001% {
		transform-origin: right;
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}
/*画面遷移の後現れるコンテンツ設定*/
#container {
	opacity: 0;
	/*はじめは透過0に*/
}
/*bodyにappearクラスがついたら出現*/
body.appear #container {
	animation-name: PageAnimeAppear;
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes PageAnimeAppear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*
レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
	/* ======================
	utility(992)
	=========================*/
	.u-sp-none992 {
		display: block;
	}
	.u-pc-none992 {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: none;
		cursor: none;
	}
}
@media screen and (min-width: 768px) {
	/* ======================
	utility(768)
	=========================*/
	.u-sp-none768 {
		display: block;
	}
	.u-pc-none768 {
		display: none;
	}
}
@media screen and (min-width: 576px) {
	/* ======================
	utility(576)
	=========================*/
	.u-sp-none576 {
		display: block;
	}
	.u-pc-none576 {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.u-sp-visuallyHidden {
		position: absolute;
		white-space: nowrap;
		width: 1px;
		height: 1px;
		overflow: hidden;
		border: 0;
		padding: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		margin: -1px;
	}
	.u-fade-up-delay1 {
		transition-delay: unset;
	}
	.u-fade-up-delay2 {
		transition-delay: unset;
	}
	.u-fade-up-delay3 {
		transition-delay: unset;
	}
	#splash-logo img {
		width: 280px;
	}
	#splash-logo p {
		font-size: 1.25rem;
		line-height: 1.6;
		margin-top: 16px;
	}
}


/* contact*/
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 1.6;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding: 10px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #FD5659;
	border-color: #FD5659;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #FD5659;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 380px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}

.policy__textBox {
	border: 1px solid #d0d0d0;
	overflow: hidden;
	padding: 22px 16px;
	max-height: 280px;
	overflow-y: scroll;
	margin-top: 31px;
}
.policy__textBox p {
	font-size: 0.8rem;
	line-height: 1.6;
}
.policy__textBox h3 {
	font-size: 1.0rem;
	line-height: 1.6;
}

.center {
	text-align: center;
}
.red {
	color: crimson;
}

/* /contact*/

/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
/* /sitemap */


.greet-hero {
	background: #022468;
	color: #fff;
	padding: 128px 0;
	overflow: hidden;
}
.greet-hero-inner {
	display: flex;
	align-items: center;
	gap: 64px;
}
.greet-hero-text {
	flex: 1;
}
.greet-hero-text .greet-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.85rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	margin-bottom: 32px;
}
.greet-hero-text .greet-catch {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.2;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 40px;
}
.greet-hero-text .greet-divider {
	width: 40px;
	height: 1px;
	background: rgba(255,255,255,0.3);
	margin-bottom: 32px;
}
.greet-hero-text .greet-name {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 0.95rem;
	color: rgba(255,255,255,0.7);
	letter-spacing: 0.1em;
}
.greet-hero-photo {
	flex-shrink: 0;
	width: 340px;
}
.greet-hero-photo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
/* 本文セクション */
.greet-body {
	padding: 128px 0;
}
.greet-body-inner {
	max-width: 820px;
	margin: 0 auto;
}
.greet-body-inner p {
	font-size: 0.95rem;
	line-height: 2.1;
	color: #212121;
	margin-bottom: 24px;
	text-align: justify;
}
.greet-body-inner p:last-child {
	margin-bottom: 0;
}
/* 署名 */
.greet-signature {
	max-width: 820px;
	margin: 0 auto;
	padding-top: 56px;
	/*border-top: 1px solid #e0e0e0;*/
	text-align: right;
}
.greet-signature .sig-company {
	font-size: 0.85rem;
	color: #666;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}
.greet-signature .sig-name {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.3rem;
	color: #212121;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
	.greet-hero {
		padding: 80px 0;
	}
	.greet-hero-inner {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.greet-hero-photo {
		width: 220px;
	}
	.greet-hero-text .greet-catch {
		font-size: 1.25rem;
		line-height: 2;
	}
	.greet-body {
		padding: 80px 0;
	}
	.greet-body-inner {
		padding: 0 20px;
	}
	.greet-signature {
		padding-right: 20px;
	}
}


.kc-lead {
	background: #022468;
	color: #fff;
	text-align: center;
	padding: 96px 0;
}
.kc-lead .kc-lead-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.85rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	margin-bottom: 32px;
}
.kc-lead p {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.1rem;
	line-height: 2.2;
	color: rgba(255,255,255,0.85);
	max-width: 700px;
	margin: 0 auto;
	letter-spacing: 0.05em;
}

/* セクション番号ラベル */
.kc-section-number {
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: #148BFF;
	border: 1px solid #148BFF;
	border-radius: 3px;
	padding: 2px 10px;
	margin-bottom: 16px;
}

/* 小見出し（明朝体） */
.kc-sub-heading {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: #212121;
	margin-top: 48px;
	margin-bottom: 12px;
	padding-left: 16px;
	border-left: 3px solid #148BFF;
	line-height: 1.6;
}

/* ビジョンカード */
.kc-vision-cards {
	display: flex;
	gap: 24px;
	margin-top: 48px;
}
.kc-vision-card {
	flex: 1;
	text-align: center;
	padding: 32px 16px;
	background: #F8F8F8;
	border-top: 2px solid #148BFF;
}
.kc-vision-card .card-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.7rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #148BFF;
	margin-bottom: 8px;
}
.kc-vision-card .card-ja {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.15rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #212121;
}

@media screen and (max-width: 768px) {
	.kc-lead {
		padding: 64px 20px;
	}
	.kc-lead p {
		font-size: 1rem;
	}
	.kc-sub-heading {
		font-size: 1.1rem;
	}
	.kc-vision-cards {
		flex-direction: column;
	}
}


.phil-hero {
	background: #022468;
	color: #fff;
	text-align: center;
	padding: 128px 0;
	position: relative;
	overflow: hidden;
}
.phil-hero::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 400px;
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 50%;
	pointer-events: none;
}
.phil-hero .phil-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.85rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	margin-bottom: 32px;
}
.phil-hero .phil-keyword {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 4.5rem;
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.2;
	margin-bottom: 48px;
}
.phil-hero .phil-divider {
	width: 40px;
	height: 1px;
	background: rgba(255,255,255,0.3);
	margin: 0 auto 48px;
}
.phil-hero .phil-desc {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.05rem;
	line-height: 2.2;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255,255,255,0.85);
}
/* 経営方針セクション */
.phil-policy-section {
	padding: 128px 0;
	position: relative;
}
.phil-policy-header {
	text-align: center;
	margin-bottom: 72px;
}
.phil-policy-header .phil-label {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.8rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #148BFF;
	display: block;
	margin-bottom: 16px;
}
.phil-policy-header h2 {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #212121;
}
.phil-policy-header .phil-header-line {
	width: 40px;
	height: 1px;
	background: #148BFF;
	margin: 24px auto 0;
}
/* 方針メインテキスト */
.phil-main-statement {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.25rem;
	line-height: 2;
	text-align: center;
	color: #212121;
	max-width: 800px;
	margin: 0 auto 72px;
	letter-spacing: 0.05em;
}
/* 基本方針リスト */
.phil-guidelines-label {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.75rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #148BFF;
	text-align: center;
	margin-bottom: 8px;
}
.phil-guidelines-title {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #212121;
	text-align: center;
	margin-bottom: 48px;
}
.phil-guidelines {
	max-width: 860px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	counter-reset: guideline;
}
.phil-guidelines li {
	counter-increment: guideline;
	position: relative;
	padding: 24px 0 24px 56px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.95rem;
	line-height: 1.9;
	color: #212121;
}
.phil-guidelines li:first-child {
	border-top: 1px solid #e8e8e8;
}
.phil-guidelines li::before {
	content: counter(guideline, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 24px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.1rem;
	color: #148BFF;
	letter-spacing: 0.05em;
}
/* 経営方針（3カラム） */
.phil-hoshin {
	padding: 96px 0;
	background: #F8F8F8;
}
.phil-hoshin-inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.phil-hoshin-statement {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.15rem;
	line-height: 2.2;
	color: #212121;
	letter-spacing: 0.08em;
	max-width: 800px;
	margin: 0 auto;
}
.phil-hoshin-cards {
	display: flex;
	gap: 32px;
	margin-top: 56px;
	justify-content: center;
}
.phil-hoshin-card {
	flex: 1;
	max-width: 280px;
	text-align: center;
	padding: 40px 24px;
	background: #fff;
	border-top: 2px solid #148BFF;
}
.phil-hoshin-card .card-en {
	font-family: "Cormorant Garamond", serif;
	font-size: 0.7rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #148BFF;
	margin-bottom: 12px;
}
.phil-hoshin-card .card-ja {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	color: #212121;
}
/* 環境重点テーマ（番号付き） */
.phil-env-themes {
	display: flex;
	gap: 24px;
	max-width: 860px;
	margin: 48px auto 0;
	justify-content: center;
}
.phil-env-theme {
	flex: 1;
	text-align: center;
	padding: 32px 20px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
}
.phil-env-theme .theme-num {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.5rem;
	color: #148BFF;
	line-height: 1;
	margin-bottom: 12px;
}
.phil-env-theme .theme-text {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 0.95rem;
	color: #212121;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	.phil-hero {
		padding: 80px 20px;
	}
	.phil-hero .phil-keyword {
		font-size: 2.8rem;
		letter-spacing: 0.2em;
	}
	.phil-hero .phil-desc {
		font-size: 0.95rem;
		line-height: 2;
	}
	.phil-policy-section {
		padding: 80px 0;
	}
	.phil-main-statement {
		font-size: 1.1rem;
		padding: 0 20px;
	}
	.phil-hoshin-cards {
		flex-direction: column;
		align-items: center;
	}
	.phil-hoshin-card {
		max-width: 100%;
		width: 100%;
	}
	.phil-env-themes {
		flex-direction: column;
	}
	.phil-guidelines li {
		padding-left: 44px;
	}
}


.priv-content {
	padding: 96px 0 128px;
}
.priv-section {
	margin-bottom: 64px;
}
.priv-section:last-child {
	margin-bottom: 0;
}
.priv-section-title {
	font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN", serif;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #212121;
	padding-bottom: 16px;
	border-bottom: 2px solid #148BFF;
	margin-bottom: 40px;
}
.priv-heading {
	font-size: 1.05rem;
	font-weight: 500;
	color: #212121;
	margin-top: 36px;
	margin-bottom: 12px;
	padding-left: 14px;
	border-left: 3px solid #148BFF;
	line-height: 1.6;
}
.priv-content p {
	font-size: 0.92rem;
	line-height: 2;
	color: #212121;
	margin-bottom: 8px;
}
.priv-list {
	list-style: none;
	padding: 0;
	margin: 8px 0 8px 0;
}
.priv-list li {
	position: relative;
	padding: 4px 0 4px 20px;
	font-size: 0.92rem;
	line-height: 2;
	color: #212121;
}
.priv-list li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 14px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #148BFF;
	opacity: 0.5;
}
.priv-contact {
	margin-top: 24px;
	padding: 24px;
	background: #F8F8F8;
	border-radius: 4px;
	font-size: 0.92rem;
	line-height: 2;
	color: #212121;
}
.priv-updated {
	text-align: right;
	font-size: 0.85rem;
	color: #666;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid #e0e0e0;
}


.works-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}
.works-nav a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border: 1px solid #148BFF;
	border-radius: 4px;
	color: #148BFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
	background: #fff;
}
.works-nav a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #148BFF;
	border-bottom: 2px solid #148BFF;
	transform: rotate(45deg);
	transition: border-color 0.3s ease;
}
.works-nav a:hover {
	background: #148BFF;
	color: #fff;
}
.works-nav a:hover::after {
	border-color: #fff;
}
.works-section {
	scroll-margin-top: 80px;
}
.works-detail h3 {
	font-size: 1.1rem;
	font-weight: 500;
	color: #148BFF;
	margin-top: 28px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e0e0e0;
	font-family: "Noto Sans JP", sans-serif;
}
.works-detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.works-detail ul li {
	position: relative;
	padding: 6px 0 6px 18px;
	font-size: 0.95rem;
	line-height: 1.8;
}
.works-detail ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #148BFF;
	opacity: 0.4;
}
.works-detail .works-skills ul li::before {
	background: #71C220;
}
.works-section-number {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #148BFF;
	border: 1px solid #148BFF;
	border-radius: 3px;
	padding: 2px 10px;
	margin-bottom: 12px;
}
.bg-color01 .works-section-number {
	background: #fff;
}

@media screen and (max-width: 768px) {
	.works-nav {
		gap: 8px;
	}
	.works-nav a {
		padding: 10px 16px;
		font-size: 0.85rem;
	}
}