@charset "utf-8";
/* =========================================================================================
PAGE HEADER
=========================================================================================*/
.page-header {
	height: 40vh;
	min-height: 300px;
	max-height: 445px;
	background: url(../images/page/page_header.webp) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-block: 20px;
	margin: 0;
	position: relative;
}
.page-header .page-title {
	text-align: left;
	font-weight: var(--bold-font-weight);
	letter-spacing: 0.025em;
	display: flex;
	flex-direction: column-reverse;
	align-items: start;
	justify-content: left;
	gap: 15px;
	padding-top: 10vh;
	margin: 0;
}
.page-header .page-title:has(.en) .jp {
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.4;
	text-indent: 0.25em;
}
.page-header .page-title .en {
	color: rgba(255, 255, 255, 0.6);
	font-size: clamp(2.222rem, calc(0.818rem + 6.742vw), 3.889rem); /* min: 40px, max: 70px */
	line-height: 1;
}
/*英語タイトルの無いとき*/
.page-header .page-title .jp {
	color: #fff;
	font-size: clamp(2.222rem, calc(0.818rem + 6.742vw), 3.889rem); /* min: 40px, max: 70px */
	line-height: 1.4;
	letter-spacing: 0.05em;
	text-indent: 0;
}

@media only screen and (max-width: 980px) {
	.page-header {
		height: 300px;
		min-height: auto;
		background: url(../images/page/page_header.webp) no-repeat center right 20%;
		background-size: auto 100%;
	}
	.page-header .page-title {
		justify-content: center;
		padding-top: 0;
	}
}
@media only screen and (max-width: 468px) {
	.page-header {
		height: 230px;
	}
	.page-header .page-title {
		padding-top: 5%;
	}
}

/* =========================================================================================
LAYOUT
=========================================================================================*/
.entry-content section:nth-of-type(1) /*ページの一番最初のsection*/ {
	padding-top: 75px;
}
.entry-content section:nth-last-of-type(1) /*ページの一番最最後のsection*/ {
	padding-bottom: 200px;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/*page-link-area*/
.entry-content {
	position: relative;
}
.entry-content:has(#page-link-area) section:nth-of-type(1) {
	padding-top: 25px;
}
.entry-content #page-link-area {
	/* width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -50%;
	z-index: 10; */
	position: relative;
	z-index: 10;
	translate: 0 -2em;
}
.entry-content #page-link-area ul.page-link {
	width: 100%;
	background: #fff;
	padding: 20px 40px;
	border-radius: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 5%;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
}
.entry-content #page-link-area ul.page-link a {
	color: var(--dark-color);
	font-weight: var(--bold-font-weight);
	text-decoration: none;
	padding-right: 1em;
	position: relative;
}
.entry-content #page-link-area ul.page-link a::before,
.entry-content #page-link-area ul.page-link a::after {
	content: "";
	width: 3px;
	height: 0.6em;
	border-radius: 9999px;
	background-color: var(--sub-color);
	position: absolute;
	top: 50%;
	right: 0;
	transform-origin: 50% calc(100% - 1.5px);
	translate: 0 -50%;
}
.entry-content #page-link-area ul.page-link a::before {
	transform: rotate(45deg);
}
.entry-content #page-link-area ul.page-link a::after {
	transform: rotate(-45deg);
}
.entry-content #page-link-area ul.page-link a:hover {
	color: var(--sub-color);
	opacity: 1;
}
@media only screen and (max-width: 820px) {
	.entry-content #page-link-area ul.page-link {
		gap: 10px 1.5em;
		padding: 20px 30px;
	}
}
@media only screen and (max-width: 468px) {
	.entry-content #page-link-area ul.page-link {
		gap: 10px 1.5em;
		padding: 10px 20px;
	}
}
/* google map */
.entry-content .map {
	position: relative;
	min-height: 260px;
}

.entry-content .map iframe {
	width: 100%;
	aspect-ratio: 400 / 260;
	height: auto;
}

/* =========================================================================================
COMPANY
=========================================================================================*/
body.company .entry-content .greeting-image .wp-block-group {
	margin-bottom: 30px;
}
@media only screen and (max-width: 781px) {
	body.company .entry-content .greeting-image .wp-block-group {
		display: flex;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
PRODUCT
=========================================================================================*/
body.product .entry-content .inner > .wp-block-group {
	padding-block: 75px;
}
body.product .entry-content .inner > .wp-block-group:first-child {
	padding-top: 0 !important;
}
body.product .entry-content .inner > .wp-block-group:last-child {
	padding-bottom: 0 !important;
}
body.product .entry-content .inner > .wp-block-group:nth-of-type(odd) {
	background: #fff;
}
body.product .entry-content .inner > .wp-block-group:nth-of-type(even) {
	position: relative;
	z-index: 5;
}
body.product .entry-content .inner > .wp-block-group:nth-of-type(even)::before {
	content: "";
	width: 100vw;
	min-width: 375px;
	height: 100%;
	background: var(--sub-bg-color);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: -1;
}
body.product .entry-content .inner > .wp-block-group .wp-block-column.is-layout-flex {
	gap: 50px;
}
body.product .entry-content .inner > .wp-block-group .wp-block-column .wp-block-group.is-layout-grid {
	gap: 1em 30px;
}
body.product .entry-content .inner > .wp-block-group .wp-block-column .wp-block-group li {
	padding-left: 1.75em;
	position: relative;
	z-index: 1;
}
body.product .entry-content .inner > .wp-block-group .wp-block-column .wp-block-group li::before {
	content: "";
	width: 1em;
	height: 1px;
	background: #d0d0d0;
	position: absolute;
	top: 1em;
	left: 0.1em;
	z-index: 1;
}
body.product .entry-content .inner .wp-block-column .image {
	border-radius: 20px;
	overflow: hidden;
}
body.product .entry-content .inner .wp-block-column .image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
@media only screen and (max-width: 781px) {
	body.product .entry-content .inner .wp-block-column .image {
		width: 100%;
	}
	body.product .entry-content .inner .wp-block-column .image img {
		aspect-ratio: 16 / 9;
	}
}
@media only screen and (max-width: 468px) {
	body.product .entry-content .inner .wp-block-column .image {
		border-radius: 15px;
	}
}

/* body.product .entry-content section:nth-of-type(odd) {
	background: #fff;
}
body.product .entry-content section:nth-of-type(even) {
	background: var(--sub-bg-color);
}
body.product .item .box {
	display: grid;
	grid-template-columns: 1fr 1fr minmax(200px, 22%);
	align-items: start;
	justify-content: left;
	gap: 50px;
}
body.product .item .box:not(:has(.list.column2)) {
	grid-template-columns: 1fr minmax(200px, 22%);
}
body.product .item .box .wp-block-heading {
	width: 100%;
}
body.product .item .box .list {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: left;
	gap: 30px;
}
body.product .item .box .list h3.wp-block-heading {
	margin-bottom: 0;
}
body.product .item .box .list dt {
	color: var(--main-color);
	font-size: 1.125em;
	font-weight: var(--semibold-font-weight);
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	position: relative;
}
body.product .item .box .list dt::before {
	content: "";
	width: 1em;
	aspect-ratio: 1 / 1;
	background: var(--sub-color);
	position: absolute;
	top: 0.375em;
	left: -1.5em;
	z-index: 1;
}
body.product .item .box .list li {
	padding-left: 1.75em;
	position: relative;
	z-index: 1;
}
body.product .item .box .list li::before {
	content: "";
	width: 1em;
	height: 1px;
	background: var(--gray-color);
	position: absolute;
	top: 1em;
	left: 0.1em;
	z-index: 1;
}
body.product .item .box .image {
	border-radius: 20px;
	overflow: hidden;
}
body.product .item .box .image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
@media only screen and (max-width: 820px) {
	body.product .item .box,
	body.product .item .box:not(:has(.list.column2)) {
		display: flex;
		flex-wrap: wrap;
		gap: 50px;
	}
	body.product .item .box .list {
		width: calc((100% - 50px) / 2);
	}
	body.product .item .box .image {
		width: 100%;
	}
	body.product .item .box .image img {
		aspect-ratio: 16 / 9;
	}
	body.product .item .box:not(:has(.list.column2)) .list {
		width: 100%;
	}
}
@media only screen and (max-width: 468px) {
	body.product .item .box .list {
		width: 100%;
	}
	body.product .item .box .image {
		border-radius: 15px;
	}
} */

/* =========================================================================================
RECRUIT
=========================================================================================*/
:root {
	--gradient-1st: linear-gradient(45deg, #1e85e3 0%, #0767b2 100%);
	--gradient-2nd: linear-gradient(45deg, #41b5fc 0%, #3caff9 27.22%, #1e85e3 100%);
}
body.recruit .entry-content section:nth-of-type(1) {
	padding-top: 0;
}
body.recruit .entry-content section:nth-of-type(1) > div {
	width: 100%;
}
@media only screen and (max-width: 820px) {
	body.recruit .entry-content section:nth-of-type(1) {
		padding-bottom: 25px;
	}
}
@media only screen and (max-width: 468px) {
}
/*concept-sec*/
body.recruit .concept-sec {
	max-width: 1920px;
	padding-top: 0;
	margin: 0 auto 15vh;
	position: relative;
	z-index: 5;
}
body.recruit .concept-sec::after {
	content: "";
	width: 80%;
	max-width: 1050px;
	aspect-ratio: 1050 / 770;
	background: url(../images/page/rectuit-concept-sec-02.webp) no-repeat top right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
body.recruit .concept-sec .inner {
	padding-top: clamp(50px, 20vw, 100px);
}
body.recruit .concept-sec .header {
	color: #fff;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
body.recruit .concept-sec .header h2 {
	width: fit-content;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 1em;
}
body.recruit .concept-sec .header h2 span {
	line-height: normal;
	padding: 1.5% 3%;
	width: fit-content;
	white-space: nowrap;
}
body.recruit .concept-sec .header h2 span:first-child {
	font-size: clamp(28px, 6vw, 60px);
	background: var(--gradient-1st);
}

body.recruit .concept-sec .header h2 span:last-child {
	font-size: clamp(32px, 6vw, 80px);
	background: var(--gradient-2nd);
	position: relative;
}
body.recruit .concept-sec .header h2::before {
	content: "";
	position: absolute;
	top: 0;
	right: -15%;
	width: 30%;
	max-width: 170px;
	aspect-ratio: 170 / 130;
	background: url(../images/page/rectuit-concept-sec-01.webp) no-repeat center center;
	background-size: contain;
	z-index: 5;
}
body.recruit .concept-sec .concept {
	color: var(--dark-color);
	width: 100%;
	max-width: 630px;
}
body.recruit .concept-sec .concept h3 {
	font-size: 40px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	margin: 1em 0 0.5em;
}
body.recruit .concept-sec .concept h3 span {
	color: #35a1f6;
}
body.recruit .concept-sec .concept h3::after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background-color: #cccccc;
	margin-left: 1em;
}
body.recruit .concept-sec .concept p {
	font-size: clamp(20px, 4vw, 24px);
	line-height: 2;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* .point-sec */
body.recruit .point-sec {
	padding-bottom: 10vh;
	position: relative;
}
body.recruit .point-sec .point-header {
	display: flex;
	flex-direction: column;
}
body.recruit .point-sec .point-header h3 {
	width: fit-content;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 1em;
}
body.recruit .point-sec .point-header span {
	line-height: normal;
	padding: 1.5% 4%;
	width: fit-content;
	white-space: nowrap;
}
body.recruit .point-sec .point-header h3 span:nth-of-type(1) {
	font-size: clamp(28px, 4vw, 40px);
	color: #00519a;
	border: 1px solid #00519a;
	background-color: #fff;
	width: fit-content;
}
body.recruit .point-sec .point-header h3 span:nth-of-type(2),
body.recruit .point-sec .point-header h3 span:nth-of-type(3) {
	font-size: clamp(32px, 6vw, 70px);
	color: #fff;
	background: var(--gradient-2nd);
	width: fit-content;
}
body.recruit .point-sec .point-header h3 span:nth-of-type(3) {
	box-shadow: 6px 6px 0px #fff, 0 0 0px #fff;
}
body.recruit .point-sec .inner {
	width: 100%;
	position: relative;
	z-index: 5;
}
body.recruit .point-sec .inner .left-wrap,
body.recruit .point-sec .inner .right-wrap {
	width: 60%;
	max-width: 660px;
	height: 80%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	position: absolute;
	gap: 5vh;
	z-index: 10;
}
body.recruit .point-sec .inner .left-wrap {
	left: 40px;
}
body.recruit .point-sec .inner .right-wrap {
	right: 40px;
}
body.recruit .point-sec .point-content {
	color: var(--dark-color);
	font-size: clamp(19px, 4vw, 24px);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
/* point-sec-1st */
body.recruit .point-sec.first .inner .image {
	width: 65%;
	max-width: 755px;
}
/* point-sec-second */
body.recruit .point-sec.second .inner .image {
	width: 60%;
	max-width: 600px;
	margin-inline: auto 0;
}
body.recruit .point-sec.second .inner .left-wrap {
	bottom: 5%;
	translate: 0;
}
/* point-sec-third */
body.recruit .point-sec.third .inner .image {
	width: 60%;
	max-width: 780px;
}
body.recruit .point-sec.third .inner .right-wrap {
	bottom: 0;
	translate: 0;
}
@media only screen and (max-width: 820px) {
	body.recruit .point-sec .inner .left-wrap,
	body.recruit .point-sec .inner .right-wrap {
		width: 70%;
		max-width: 660px;
		height: 100%;
		padding-left: 30px;
		position: static;
	}
	body.recruit .point-sec .inner .image {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	body.recruit .point-sec.first .inner .image {
		width: 45%;
		top: 0;
	}
	body.recruit .point-sec.second .inner .image {
		width: 40%;
		top: 0;
	}
	body.recruit .point-sec.third .inner .image {
		width: 50%;
		top: -5%;
	}
}
@media only screen and (max-width: 468px) {
}

/* to-form-sec */
body.recruit .to-form-sec {
	position: relative;
}
body.recruit .to-form-sec .inner {
	border: 10px solid #1e85e3;
	padding: 90px 20px 50px;
}
body.recruit .to-form-sec h2 {
	color: #fff;
	text-align: center;
	font-size: clamp(20px, 4vw, 40px);
	line-height: 1.5;
	width: 90%;
	max-width: 540px;
	background: var(--gradient-2nd);
	padding: 0.5em 0.5em;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% -50%;
	z-index: 10;
}

@media only screen and (max-width: 820px) {
	body.recruit .to-form-sec {
		padding-top: 0;
	}
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
CONTACT
=========================================================================================*/
body.contact .entry-content .inner {
	max-width: var(--small-contents-width);
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
404
=========================================================================================*/
body.error404 .entry-header {
	text-align: center;
	padding: 40px 20px;
	margin: 0;
}
body.error404 .error-message {
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}
body.error404 .error-message p img {
	margin: 0 auto 50px;
	max-width: 300px;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}

/* =========================================================================================
********
=========================================================================================*/
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}
