/* リキッドレイアウト対応 */

body {
	color: #3E3D3D;
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.breadcrumb.inner {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #8B8585;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: normal;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 1310px;
	max-width: 81.875rem;
	overflow: hidden;
}

.breadcrumb > span:first-of-type {
	color: #3E3D3D;
	font-family: "Secular One", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: normal;
}

.breadcrumb .separator {
	color: #8B8585;
	font-family: "Secular One", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: normal;
	padding: 0 7px;
	padding: 0 0.4375rem;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #F0F3FD;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #F0F3FD;
	border-radius: 0;
	border-radius: 0;
	font-family: inherit; /*↓カスタム */
	font-size: 16px;
	font-size: 1rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #2B4AA5;
}

button,
[type=button],
[type=submit] {
	background-color: #2B4AA5;
	background-image: none;
	border: 1px solid #2B4AA5;
	border-radius: 1.375rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-size: 1rem; /*↓リセットCSS */
	margin: 0;
	padding: 5px 10px 5px 10px;
	padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
	text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s; /*↓カスタム */
	width: 100%;
}

button:hover,
[type=button]:hover,
[type=submit]:hover {
	background-color: #fff;
	color: #2B4AA5;
}

.form__button--prev [type=button] {
	background-color: #fff;
	border: 1px solid #2B4AA5;
	color: #2B4AA5;
	padding: 5px 10px 5px 10px;
	padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}

.form__button--prev [type=button]:hover {
	background-color: #2B4AA5;
	color: #fff;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 30px 0 0;
	margin: 0 1.875rem 0 0;
	padding: 0 0 0 25px;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #C9C9C9;
	border-radius: 50%;
	content: "";
	display: block;
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

[type=radio] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #BE0E1D;
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	height: 0.75rem;
	left: 4px;
	left: 0.25rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 40px;
	padding: 0 0 0 2.5rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #3E3D3D;
	content: "";
	display: block;
	height: 30px;
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	width: 1.875rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 3px solid #3E3D3D;
	border-left: 3px solid #3E3D3D;
	content: "";
	display: block;
	height: 12px;
	height: 0.75rem;
	left: 5px;
	left: 0.3125rem;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 18px;
	width: 1.125rem;
}

textarea {
	height: 250px;
	height: 15.625rem;
	resize: none;
}

.fvSplide {
	height: 100vh;
	width: 100%;
}

.fvSplide__container {
	height: 100%;
	width: 100%;
}

.fvSplide__slide {
	height: 100%;
	position: relative;
	width: 100%;
}

.fvSplide__slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fvSplide__text {
	color: white;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.fvSplide__catch {
	font-size: min(7.2vw, 27px);
	font-size: min(7.2vw, 1.6875rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-align: center;
}

.pagination .nav-links {
	gap: 10px;
	gap: 0.625rem;
	color: #999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}

.pagination .nav-links .page-numbers {
	background-color: #fff;
	border: 1px solid #999999;
	border-radius: 0.1875rem;
	display: grid;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
	place-items: center;
	position: relative;
	-webkit-transition: color 0.3s, border 0.3s, background-color 0.3s;
	transition: color 0.3s, border 0.3s, background-color 0.3s;
}

.pagination .nav-links .current {
	background-color: #2B4AA5;
	border: 1px solid #2B4AA5;
	color: #fff;
	opacity: 1;
}

.pagination .nav-links .page-numbers.dots {
	border: none;
}

.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
	border: none;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1;
	padding: 1px 10px 7px;
	padding: 0.0625rem 0.625rem 0.4375rem;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.simplebar-vertical .simplebar-scrollbar.simplebar-visible::before {
	background-color: #0972E2;
	border-radius: 0;
	left: -1px;
	left: -0.0625rem;
	opacity: 1;
	top: -1px;
	top: -0.0625rem;
	width: 10px;
	width: 0.625rem;
}

.simplebar-track.simplebar-vertical {
	background: #D9D9D9;
	width: 10px;
	width: 0.625rem;
}

.simplebar-horizontal .simplebar-scrollbar.simplebar-visible::before {
	background-color: #0972E2;
	border-radius: 0;
	height: 10px;
	height: 0.625rem;
	left: -1px;
	left: -0.0625rem;
	opacity: 1;
	top: -1px;
	top: -0.0625rem;
}

.simplebar-track.simplebar-horizontal {
	background: #D9D9D9;
	height: 10px;
	height: 0.625rem;
}

.error__inner.inner {
	text-align: center;
}

.error__heading {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2857142857;
}

.error__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4444444444;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.error__topPageLink {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.thanks__inner.inner {
	text-align: center;
}

.thanks__heading {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2857142857;
}

.thanks__text {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4444444444;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.thanks__topPageLink {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.works.inner {
	max-width: 1050px;
	max-width: 65.625rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.works__lead {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
	text-align: center;
}

.works__heading {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.works__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.11em;
	line-height: 1.875;
	margin: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 100%;
	text-align: center;
	width: 480px;
}

.works__listItem:not(:last-child):after {
	content: "/";
	margin: 0px 4px;
}

.works__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.11em;
	line-height: 1.875;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.works__image2col {
	row-gap: 24px;
	row-gap: 1.5rem;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 480px;
	max-width: 30rem;
}

.works__image {
	aspect-ratio: 328/184;
	width: 100%;
}

.works__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works__productTextBox {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.works__productText {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.4;
}

.works__productText + .works__productText {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.works__items3col {
	row-gap: 30px;
	row-gap: 1.875rem;
	-moz-column-gap: 3.75rem;
	margin-inline: auto;
	-webkit-column-gap: 3.75rem;
	column-gap: 3.75rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 480px;
	max-width: 30rem;
}

.works__items4col {
	row-gap: 30px;
	row-gap: 1.875rem;
	-moz-column-gap: 1.25rem;
	margin-inline: auto;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 480px;
	max-width: 30rem;
}

.works__items3col .works__itemName {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: normal;
	text-align: center;
}

.works__items3col .works__itemImage {
	aspect-ratio: 266/169;
	margin-top: 4px;
	margin-top: 0.25rem;
	width: 100%;
}

.works__items4col .works__itemName {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: normal;
	text-align: center;
}

.works__items4col .works__itemImage {
	aspect-ratio: 240/182;
	margin-top: 8px;
	margin-top: 0.5rem;
	width: 100%;
}

.works__itemImage img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.businessContent.inner {
	padding-top: 80px;
	padding-top: 5rem;
}

.businessContent__lead {
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	text-align: center;
}

.businessContent__tabs {
	row-gap: 12px;
	row-gap: 0.75rem;
	-moz-column-gap: 0.75rem;
	-webkit-column-gap: 0.75rem;
	column-gap: 0.75rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 776px;
	max-width: 48.5rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.businessContent__tab {
	border: 1px solid #3E3D3D;
	border-radius: 0.625rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.businessContent__tab a {
	border-radius: 0.625rem;
	display: grid;
	height: 100%;
	min-height: 52px;
	min-height: 3.25rem;
	padding: 3px 0;
	padding: 0.1875rem 0;
	place-items: center;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 100%;
}

.businessContent__items {
	row-gap: 60px;
	row-gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 870px;
	max-width: 54.375rem;
}

.businessItem__heading {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 0.8333333333;
	padding-left: 12px;
	padding-left: 0.75rem;
	position: relative;
}

.businessItem__heading::before {
	background: linear-gradient(93deg, rgba(5, 117, 230, .8) -5.5%, rgba(43, 74, 165, .8) 100%);
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	width: 0.375rem;
}

.businessItem__text {
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1rem;
}

.businessItem__imageArea {
	margin-inline: auto;
	aspect-ratio: 400/250;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 400px;
	max-width: 25rem;
	width: 100%;
}

.businessItem__imageArea img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.button {
	background: #D9D9D9;
	border: 1px solid #D9D9D9;
	border-radius: 0.25rem;
	color: #2B4AA5;
	display: inline-block;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(62,61,61,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 4px 4px rgba(62, 61, 61, .25));
	filter: drop-shadow(0px 4px 4px rgba(62, 61, 61, .25));
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 200px;
	max-width: 12.5rem;
	padding: 12px 1px;
	padding: 0.75rem 0.0625rem;
	text-align: center;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
}

.button.button--blue {
	background: #2B4AA5;
	border: 1px solid #2B4AA5;
	color: #fff;
}

.button span {
	position: relative;
}

.button span::after {
	background: url(../images/common/arrow-blue.svg) no-repeat center center/contain;
	content: "";
	height: 14px;
	height: 0.875rem;
	position: absolute;
	right: -28px;
	right: -1.75rem;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 11px;
	width: 0.6875rem;
}

.button.button--blue span::after {
	background: url(../images/common/arrow-white.svg) no-repeat center center/contain;
}

.buttonRound {
	background: #2B4AA5;
	border: 1px solid #2B4AA5;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	max-width: 176px;
	max-width: 11rem;
	padding: 5px 1px 5px 20px;
	padding: 0.3125rem 0.0625rem 0.3125rem 1.25rem;
	text-align: center;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
}

.buttonRound.buttonRound--white {
	background: #fff;
	border: 1px solid #fff;
	color: #2B4AA5;
}

.buttonRound span {
	letter-spacing: 0;
	position: relative;
}

.buttonRound span::after {
	background: url(../images/common/mail-white.svg) no-repeat center center/contain;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: -24px;
	left: -1.5rem;
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 20px;
	width: 1.25rem;
}

.buttonRound.buttonRound--white span::after {
	background: url(../images/common/mail-blue.svg) no-repeat center center/contain;
}

.buttonSmall {
	background-color: #2B4AA5;
	border: 1px solid #2B4AA5;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	max-width: 140px;
	max-width: 8.75rem;
	padding: 6px 1px 6px 1px;
	padding: 0.375rem 0.0625rem 0.375rem 0.0625rem;
	text-align: center;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
	width: 100%;
}

.buttonSmall span {
	letter-spacing: 0;
	position: relative;
}

.buttonSmall span::after {
	background: url(../images/common/arrow-white.svg) no-repeat center center/contain;
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: -32px;
	right: -2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 8px;
	width: 0.5rem;
}

.heading {
	font-family: "Secular One", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 0.8;
	text-transform: uppercase;
}

.heading.heading--gray {
	color: #D9D9D9;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.heading.heading--gray::after {
	background-color: #D9D9D9;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: -52%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90px;
	width: 5.625rem;
}

.heading.heading--vertical span {
	position: relative;
}

.heading.heading--vertical span::after {
	background-color: #3E3D3D;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: -60%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90px;
	width: 5.625rem;
}

.headingBlue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-left: 6px;
	padding-left: 0.375rem;
	position: relative;
	text-shadow: 0px 4px 4px rgba(255, 255, 255, .5);
}

.headingBlue::before {
	background: linear-gradient(93deg, #0575E6 -5.5%, #2B4AA5 100%);
	bottom: -5px;
	bottom: -0.3125rem;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.headingBlue span {
	font-family: "Secular One", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-left: 6px;
	margin-left: 0.375rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	text-transform: uppercase;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.list__item {
	gap: 30px;
	gap: 1.875rem;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border-bottom: 1px solid #D8D6D6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 8px 16px;
	padding: 1rem 0.5rem 1rem;
}

.list__term {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 88px;
	flex: 0 0 88px;
	-ms-flex: 0 0 5.5rem;
	flex: 0 0 5.5rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.875;
}

.list--history .list__term {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	-ms-flex: 0 0 3.75rem;
	flex: 0 0 3.75rem;
}

.list__description {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.list__description span {
	display: none;
}

.list__description a {
	color: #2B4AA5;
}

.newsItem {
	row-gap: 5px;
	row-gap: 0.3125rem;
	-moz-column-gap: 2rem;
	border-bottom: 1px solid rgba(147, 150, 159, .8);
	-webkit-column-gap: 2rem;
	column-gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.newsItem.newsItem--archive {
	row-gap: 5px;
	row-gap: 0.3125rem;
	-moz-column-gap: 2rem;
	border-bottom: 1px solid rgba(147, 150, 159, .8);
	-webkit-column-gap: 2rem;
	column-gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.newsItem__meta {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newsItem__date {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	width: 100px;
	width: 6.25rem;
}

.newsItem__category {
	border: 1px solid #2B4AA5;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	padding: 1px;
	padding: 0.0625rem;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 100px;
	width: 6.25rem;
}

.newsItem__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.pageName {
	color: #F0F3FF;
	font-family: "Secular One", sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 0.6;
	text-transform: uppercase;
}

.subFV {
	width: 100%;
}

.subFV__inner.inner {
	max-width: 1310px;
	max-width: 81.875rem;
}

.subFV__container {
	margin: 0 calc(50% - 50vw) 0;
	padding: 128px 0 48px 20px;
	padding: 8rem 0 3rem 1.25rem;
	width: 100vw;
}

.subFV__pageTitle {
	color: #fff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.subFV__pageTitle span {
	display: block;
	font-family: "Secular One", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-transform: uppercase;
}

.subFV__container.subFV__container--company {
	background: url(../images/subFV/subFV_company_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--business {
	background: url(../images/subFV/subFV_business_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--works {
	background: url(../images/subFV/subFV_works_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--machine {
	background: url(../images/subFV/subFV_machine_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--recruit {
	background: url(../images/subFV/subFV_recruit_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--newsArchive {
	background: url(../images/subFV/subFV_newsArchive_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--category {
	background: url(../images/subFV/subFV_category_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--newsArticle {
	background: url(../images/subFV/subFV_news_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--contact {
	background: url(../images/subFV/subFV_contact_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--thanks {
	background: url(../images/subFV/subFV_thanks_sp.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--error {
	background: url(../images/subFV/subFV_notFound_sp.webp) no-repeat center center/cover;
}

.subPage {
	overflow: hidden;
	padding: 80px 0 128px;
	padding: 5rem 0 8rem;
	position: relative;
}

.subPage__content.company {
	margin-top: 80px;
	margin-top: 5rem;
}

.subPage__content.contact {
	margin-top: 80px;
	margin-top: 5rem;
}

.subPage__content.archiveContent,
.subPage__content.articleContent,
.subPage__content.article {
	margin-top: 80px;
	margin-top: 5rem;
}

.subPage__content.thanks,
.subPage__content.error {
	margin-top: 80px;
	margin-top: 5rem;
}

.subPage__content.subPage__content--2col {
	row-gap: 80px;
	row-gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.subPage__name {
	bottom: 0;
	left: -4px;
	left: -0.25rem;
	position: absolute;
}

.access__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
	max-width: 40rem;
}

.access__media {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
	margin-top: 2.625rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.access__mapArea {
	aspect-ratio: 335/247;
	overflow: hidden;
	width: 100%;
}

.access__mapArea iframe {
	height: calc(100% + 300px);
	margin-top: -140px;
	margin-top: -8.75rem;
	width: 100%;
}

.access__address {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.access__description {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 16px;
	margin-top: 1rem;
}

.company__messageBox {
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.company__messageText {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.875;
}

.company__messageText + .company__messageText {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.company__profile {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.company__history {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.company__access {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.history__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
}

.history__information {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.history__informationImage {
	aspect-ratio: 547/100;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 547px;
	max-width: 34.1875rem;
}

.history__informationImage img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.profile__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
}

.profile__information {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.contact__heading {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
}

.contact__textContainer {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.contact__text:nth-child(n+2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.contact__text span {
	color: #2B4AA5;
}

.contact__formContainer {
	margin: 96px auto 0;
	margin: 6rem auto 0;
	max-width: 616px;
	max-width: 38.5rem;
}

.form dl {
	row-gap: 10px;
	row-gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form dl ~ dl {
	margin-top: 16px;
	margin-top: 1rem;
}

.form dt {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	position: relative;
}

.form dd {
	row-gap: 2px;
	row-gap: 0.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.form__required {
	background: #2B4AA5;
	border-radius: 0.375rem;
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	left: 136px;
	left: 8.5rem;
	letter-spacing: 0.05em;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form__placeholder {
	color: #969292;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}

.form__buttonWrapper {
	row-gap: 30px;
	row-gap: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 170px;
	max-width: 10.625rem;
	text-align: center;
}

.form__button {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	position: relative;
}

.form__button::after {
	background: url(../images/common/arrow-white.svg) no-repeat center center/contain;
	content: "";
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: calc(50% - 3.75rem);
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 8px;
	width: 0.5rem;
}

.form__button.form__button--prev::after {
	background: url(../images/common/arrow-blue.svg) no-repeat center center/contain;
	left: calc(50% - 3.75rem);
	top: 54%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.privacy {
	display: none;
}

.privacy.is-active {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(43, 74, 165, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.privacy__content {
	background-color: #fff;
	height: 60%;
	max-width: 600px;
	max-width: 37.5rem;
	overflow-y: scroll;
	padding: 30px;
	padding: 1.875rem;
	position: relative;
	width: 100%;
}

.privacy__close {
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: 30px;
	top: 1.875rem;
	width: 40px;
	width: 2.5rem;
}

.privacy__close img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.privacy__items {
	row-gap: 20px;
	row-gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.privacy__item {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8666666667;
	padding-left: 1em;
	position: relative;
	text-indent: -1.2em;
}

.privacy__item::before {
	content: "■";
	margin-right: 4px;
}

.companyInfo {
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.companyInfo__numbers {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.contactArea {
	background: #2B4AA5;
	padding: 80px 0;
	padding: 5rem 0;
}

.contactArea__inner.inner {
	row-gap: 112px;
	row-gap: 7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.contactArea__inner::after {
	background: #fff;
	content: "";
	height: 1px;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 56%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
}

.contactArea__way {
	color: #fff;
}

.contactArea__head {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.contactArea__tel {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
}

.contactArea__tel span {
	padding-left: 35px;
	padding-left: 2.1875rem;
	position: relative;
}

.contactArea__tel span::before {
	background: url(../images/common/tel-white.svg) no-repeat center center/contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	left: -8px;
	left: -0.5rem;
	position: absolute;
	top: 0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 46px;
	width: 2.875rem;
}

.contactArea__link {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 16px;
	margin-top: 1rem;
}

.contactArea__note {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.footer {
	background-color: #3E3D3D;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	padding: 85px 0 16px;
	padding: 5.3125rem 0 1rem;
}

.footer__inner.inner {
	max-width: 1210px;
	max-width: 75.625rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	position: relative;
}

.footer__siteTitle {
	width: 210px;
	width: 13.125rem;
}

.footer__siteTitle a {
	width: 100%;
}

.footer__siteTitle a img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__contents {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.footer__nav {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.footer__copyright {
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.4545454545;
	margin-top: 112px;
	margin-top: 7rem;
	text-align: center;
}

.footer__scrollTop {
	position: absolute;
	right: 36px;
	right: 2.25rem;
	top: 0;
}

.footer__scrollTop a {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	padding: 16px 0 16px 16px;
	padding: 1rem 0 1rem 1rem;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.footer__scrollTop a::before {
	background-color: white;
	content: "";
	display: block;
	height: 105px;
	height: 6.5625rem;
	left: 16px;
	left: 1rem;
	position: absolute;
	top: -13%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	width: 0.0625rem;
}

.footer__scrollTop a::after {
	-webkit-animation: toTop 2.5s infinite;
	animation: toTop 2.5s infinite;
	background-color: #2B4AA5;
	content: "";
	display: block;
	height: 105px;
	height: 6.5625rem;
	left: 16px;
	left: 1rem;
	position: absolute;
	top: -13%;
	width: 1px;
	width: 0.0625rem;
}

.footerNav__items {
	row-gap: 16px;
	row-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.footerNav__item a {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	padding: 10px 20px 10px 0;
	padding: 0.625rem 1.25rem 0.625rem 0;
	position: relative;
}

.footerNav__item a::after {
	background: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: calc(100% - 1.25rem);
}

.drawerIcon {
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 34px;
	top: 2.125rem;
	z-index: 9;
}

.drawerIcon span {
	background: #3E3D3D;
	border-radius: 3px;
	display: block;
	height: 3px;
	height: 0.1875rem;
	position: relative;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	width: 30px;
	width: 1.875rem;
}

.drawerIcon span:nth-child(1) {
	top: 0;
}

.drawerIcon span:nth-child(2) {
	margin: 4.8px 0 4.8px;
	margin: 0.3rem 0 0.3rem;
}

.drawerIcon span:nth-child(3) {
	top: 0;
}

/*is-OPEN時の動き*/

.drawerIcon.is-open span:nth-child(1) {
	top: 5px;
	top: 0.3125rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drawerIcon.is-open span:nth-child(2) {
	margin: 0;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.drawerIcon.is-open span:nth-child(3) {
	top: -1px;
	top: -0.0625rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawerMenu {
	gap: 50px;
	gap: 3.125rem;
	background: #fff;
	display: grid;
	height: 100vh;
	left: 0;
	place-items: center;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
	width: 100%;
	z-index: -2;
}

.drawerMenu.is-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.drawerMenu__wrapper {
	height: 100vh;
	overflow: scroll;
	padding-top: 100px;
	padding-top: 6.25rem;
	width: 100%;
}

.drawerMenu__items {
	row-gap: 20px;
	row-gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: 53.3333333333%;
}

.drawerMenu__item a {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 20px 0 8px;
	padding: 1.25rem 0 0.5rem;
	text-align: center;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	width: 100%;
}

.drawerMenu__item {
	border-bottom: 1px dotted #3E3D3D;
}

.drawerMenu__item a span {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1666666667;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}

.drawerMenu__subItems {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px auto;
	margin: 3.125rem auto;
	width: 66.6666666667%;
}

.drawerMenu__contactLink {
	margin-bottom: 64px;
	margin-bottom: 4rem;
	text-align: center;
	width: 250px;
	width: 15.625rem;
}

body.is-open {
	height: 100%;
	overflow: hidden;
}

.header {
	background-color: #fff;
	height: 80px;
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 100%;
	z-index: 999;
}

.header__inner.inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	max-width: 1400px;
	max-width: 87.5rem;
	padding: 27px 16px 20px 16px;
	padding: 1.6875rem 1rem 1.25rem 1rem;
}

.header__siteTitle {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
}

.header__siteTitle a {
	row-gap: 12px;
	row-gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: inherit;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.pcMenu {
	display: none;
}

.pcMenu__subItems {
	gap: clamp(8px, 2.2222222222vw, 32px);
	gap: clamp(0.5rem, 2.2222222222vw, 2rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: clamp(8px, 2.2222222222vw, 32px);
	margin-right: clamp(0.5rem, 2.2222222222vw, 2rem);
}

.pcMenu__contactLink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 176px;
	flex: 0 0 176px;
	-ms-flex: 0 0 11rem;
	flex: 0 0 11rem;
}

.pcMenu__siteLink {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 176px;
	flex: 0 0 176px;
	-ms-flex: 0 0 11rem;
	flex: 0 0 11rem;
}

.pcMenu__siteLink a {
	aspect-ratio: 176/51;
	display: block;
	width: 100%;
}

.pcMenu__siteLink a img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.pcMenu__mainItems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pcMenu__mainItem a {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 10px clamp(8px, 1.3888888889vw, 20px);
	padding: 0.625rem clamp(0.5rem, 1.3888888889vw, 1.25rem);
	position: relative;
}

.pcMenu__mainItem a::after {
	background: #fff;
	bottom: 2px;
	bottom: 0.125rem;
	content: "";
	height: 2px;
	left: clamp(8px, 1.3888888889vw, 20px);
	left: clamp(0.5rem, 1.3888888889vw, 1.25rem);
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: clamp(100% - 40px, 100% - 2.7777777778vw, 100% - 16px);
	width: clamp(100% - 2.5rem, 100% - 2.7777777778vw, 100% - 1rem);
}

.header--subPage .pcMenu__mainItem a {
	color: #3E3D3D;
}

.header--subPage .pcMenu__mainItem a::after {
	background: #3E3D3D;
}

.siteTitle__description {
	display: none;
}

.siteTitle__logo {
	display: block;
	width: 200px;
	width: 12.5rem;
}

.siteTitle__logo.siteTitle__logo--sp {
	display: block;
}

.siteTitle__logo.siteTitle__logo--pc {
	display: none;
}

.siteTitle__logo img {
	height: 100%;
	width: 100%;
}

.machine.inner {
	padding-top: 80px;
	padding-top: 5rem;
}

.machine__catch {
	font-family: "Noto Serif JP", serif;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.3333333333;
	text-align: center;
}

.machine__lead {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.machine__main {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.machine__List {
	margin-top: 80px;
	margin-top: 5rem;
}

.machineHeading {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.machineHeading::after {
	background: linear-gradient(135deg, #0575E6 0%, #2B4AA5 100%);
	bottom: 0;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	width: 5rem;
}

.machineItem {
	row-gap: 10px;
	row-gap: 0.625rem;
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.machineItem__image {
	aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	width: 74.6666666667vw;
}

.machineItem__image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.machineItem__heading {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	text-align: center;
}

.machineItem__description {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 540px;
	max-width: 33.75rem;
}

.machineList__inner.inner {
	margin-top: 56px;
	margin-top: 3.5rem;
	max-width: 1100px;
	max-width: 68.75rem;
	padding: 0;
}

.machineList__tableContainer {
	background-color: #FAFAFA;
	height: 400px;
	height: 25rem;
	overflow: scroll;
	padding: 15px;
	padding: 0.9375rem;
}

.machineList__tableContainer::-webkit-scrollbar {
	display: none;
}

.machineList__table {
	border-collapse: collapse;
	font-weight: 400;
	line-height: 1.4375;
}

.machineList__table tbody tr:nth-child(2n) {
	background-color: #f4f4f4;
}

.machineList__table tbody tr:nth-child(2n+1) {
	background-color: #fff;
}

.machineList__table th {
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4375;
	padding: 10px 16px;
	padding: 0.625rem 1rem;
	text-align: left;
}

.machineList__table th:nth-child(1) {
	border-left: none;
	min-width: 270px;
	min-width: 16.875rem;
}

.machineList__table th:nth-child(2) {
	min-width: 205px;
	min-width: 12.8125rem;
}

.machineList__table th:nth-child(3) {
	min-width: 90px;
	min-width: 5.625rem;
}

.machineList__table th:nth-child(4) {
	border-right: none;
	min-width: 450px;
	min-width: 28.125rem;
}

.machineList__table td {
	border: 1px solid #ccc;
	padding: 10px 16px;
	padding: 0.625rem 1rem;
}

.machineList__table td:nth-child(1) {
	border-left: none;
}

.machineList__table td:nth-child(4) {
	border-right: none;
}

.machineList__noteText {
	margin-top: 54px;
	margin-top: 3.375rem;
	padding-right: 12px;
	padding-right: 0.75rem;
	text-align: right;
	width: 1015px;
	width: 63.4375rem;
}

.machineList__noteArea {
	border: 1px solid #2156B7;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 16px;
	padding: 1rem;
}

.machineList__noteHeading {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.machineList__notes {
	row-gap: 5px;
	row-gap: 0.3125rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.machineList__note {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 1em;
	text-indent: -1.2em;
}

.machineList__note::before {
	color: #2B4AA5;
	content: "■";
	margin-right: 4px;
	margin-right: 4px;
	margin-right: 0.25rem;
}

.mainMachine__lead {
	margin-inline: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5555555556;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 480px;
	max-width: 30rem;
	text-align: center;
}

.mainMachine__items {
	row-gap: 50px;
	row-gap: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 750px;
	max-width: 46.875rem;
}

.mainMachine__movies {
	row-gap: 50px;
	row-gap: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-top: 5rem;
	max-width: 600px;
	max-width: 37.5rem;
}

.mainMachine__movieItem {
	row-gap: 10px;
	row-gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mainMachine__movieArea {
	aspect-ratio: 340/191;
	width: 100%;
}

.mainMachine__movieArea iframe {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mainMachine__movieHeading {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	text-align: center;
	text-align: center;
}

.mainMachine__movieText {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	margin-top: 16px;
	margin-top: 1rem;
}

.archiveContent__mainTitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 9px;
	padding-left: 0.5625rem;
	position: relative;
}

.archiveContent__mainTitle::before {
	background: linear-gradient(93deg, rgba(5, 117, 230, .8) -5.5%, rgba(43, 74, 165, .8) 100%);
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	width: 0.1875rem;
}

.archiveContent__items {
	row-gap: 5px;
	row-gap: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 72px;
	margin-top: 4.5rem;
}

.archiveContent__pagination {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.archiveContent__sideTitle {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	position: relative;
	text-align: center;
}

.archiveContent__sideTitle::before {
	background-color: #3E3D3D;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: -10px;
	top: -0.625rem;
	width: 100%;
}

.archiveContent__sideItems {
	row-gap: 12px;
	row-gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.archiveContent__sideItem a {
	border-bottom: 1px dashed #D9D9D9;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 0.8888888889;
	margin-left: auto;
	margin-right: auto;
	max-width: 160px;
	max-width: 10rem;
	padding: 8px 1px 8px 16px;
	padding: 0.5rem 0.0625rem 0.5rem 1rem;
	text-align: center;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.archiveContent__sideItem span {
	position: relative;
}

.archiveContent__sideItem span::before {
	background: url(../images/common/arrow-blue.svg) no-repeat center center/contain;
	content: "";
	height: 14px;
	height: 0.875rem;
	left: -24px;
	left: -1.5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 14px;
	width: 0.875rem;
}

.archiveContent__sideItem.current a {
	background-color: #2B4AA5;
	color: #fff;
	opacity: 1;
}

.archiveContent__sideItem.current a span::before {
	background: url(../images/common/arrow-white.svg) no-repeat center center/contain;
}

.article__meta {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article__date {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}

.article__categories {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.article__category a {
	background-color: #fff;
	border: 1px solid #2B4AA5;
	border-radius: 0.125rem;
	color: #2B4AA5;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 5px 14px;
	padding: 0.3125rem 0.875rem;
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.article__title {
	border-bottom: 2px solid #3E3D3D;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.article__container .article__body {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.article__imageArea {
	aspect-ratio: 335/207;
	width: 100%;
}

.article__imageArea img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.article__content p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.article__content p + p {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.article__content h2 {
	border-left: 8px solid #2B4AA5;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.1111111111;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 12px 8px;
	padding: 0.75rem 0.5rem;
}

.article__content h3 {
	border-bottom: 3px solid #ACA9A9;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3333333333;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	position: relative;
}

.article__content h3::after {
	background-color: #2B4AA5;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 73px;
	width: 4.5625rem;
}

.article__content ol {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	list-style: decimal inside;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.article__content ul {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	list-style: disc inside;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-left: 0.5em;
}

.article__content ul li {
	margin-top: 12px;
	margin-top: 0.75rem;
	padding-left: 1em;
	text-indent: -1.4em;
}

.article__content ol li {
	margin-top: 12px;
	margin-top: 0.75rem;
	padding-left: 1em;
	text-indent: -1em;
}

.article__content figure {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.article__content figure img {
	-o-object-fit: contain;
	object-fit: contain;
	width: inherit;
}

.article__footer {
	border-top: 1px solid #3E3D3D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.article__footerLeft,
.article__footerRight {
	height: 80px;
	height: 5rem;
	width: 50%;
}

.article__footerRight {
	border-left: 1px solid #3E3D3D;
}

.article__prevLink,
.article__nextLink {
	display: grid;
	height: 100%;
	padding: 0 50px;
	padding: 0 3.125rem;
	place-items: center;
	position: relative;
	width: 100%;
}

.article__prevLink {
	padding: 0 10px 0 30px;
	padding: 0 0.625rem 0 1.875rem;
}

.article__nextLink {
	padding: 0 30px 0 10px;
	padding: 0 1.875rem 0 0.625rem;
}

.article__prevLink::before,
.article__nextLink::before {
	content: "";
	display: inline-block;
	height: 12px;
	height: 0.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 10px;
	width: 0.625rem;
}

.article__prevLink::before {
	background: url(../images/common/prev-arrow.svg) no-repeat center center/contain;
	left: 10px;
	left: 0.625rem;
}

.article__nextLink::before {
	background: url(../images/common/next-arrow.svg) no-repeat center center/contain;
	right: 10px;
	right: 0.625rem;
}

.article__prevLink a,
.article__nextLink a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.article__sideMenuTitle {
	background-color: #2B4AA5;
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 15px;
	padding: 0.9375rem;
	position: relative;
	text-align: center;
}

.article__sideItems {
	row-gap: 12px;
	row-gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.article__sideItem a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	border-bottom: 1px dashed #D9D9D9;
	display: block;
	display: -webkit-box;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 2.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	max-width: 20rem;
	overflow: hidden;
	padding: 0 10px;
	padding: 0 0.625rem;
	text-align: left;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.recruit.inner {
	max-width: 1050px;
	max-width: 65.625rem;
	padding-top: 80px;
	padding-top: 5rem;
}

.recruitInfo__item {
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 760px;
	max-width: 47.5rem;
}

.recruitItem__heading {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	padding-left: 9px;
	padding-left: 0.5625rem;
	position: relative;
}

.recruitItem__heading::before {
	background: linear-gradient(93deg, rgba(5, 117, 230, .8) -5.5%, rgba(43, 74, 165, .8) 100%);
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	width: 0.1875rem;
}

.recruitItem__info {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.recruitItem__comment {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: justify;
}

.business__heading {
	text-align: center;
}

.business__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: center;
}

.business__description {
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.business__items {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.businessItems {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}

.businessItems__item {
	overflow: hidden;
}

.businessItems__itemLink {
	aspect-ratio: 375/265;
	display: block;
	position: relative;
	width: 100%;
}

.businessItems__itemLink::after {
	background: rgba(62, 61, 61, .6);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 100%;
}

.businessItems__itemLink img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 100%;
}

.businessItems__itemText {
	border: 1px solid #D9D9D9;
	border-radius: 0.625rem;
	color: #fff;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.2em;
	min-height: 90px;
	min-height: 5.625rem;
	padding: 15px 1px;
	padding: 0.9375rem 0.0625rem;
	place-items: center;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
	width: 12.5rem;
	z-index: 2;
}

.feature {
	overflow: hidden;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.feature__inner.inner {
	max-width: 1190px;
	max-width: 74.375rem;
	position: relative;
}

.feature__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin-top: 80px;
	margin-top: 5rem;
}

.feature__description {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	margin-top: 16px;
	margin-top: 1rem;
}

.feature__items {
	row-gap: 96px;
	row-gap: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 64px;
	margin-top: 4rem;
}

.featureItem {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	position: relative;
	width: 100%;
}

.featureItem::after {
	background: linear-gradient(95deg, #0575E6 0%, #2B4AA5 100%);
	content: "";
	height: 53%;
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 60%;
	width: 100vw;
	z-index: -1;
}

.featureItem__image {
	aspect-ratio: 345/221;
	width: 100%;
}

.featureItem__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.featureItem__text-box {
	background: #EAEAEA;
	bottom: 16px;
	bottom: 1rem;
	left: -15px;
	left: -0.9375rem;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	position: absolute;
	width: calc(100% + 0.625rem);
}

.featureItem__heading {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.featureItem__heading span {
	font-family: "Rajdhani", sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-right: 12px;
	margin-right: 0.75rem;
	margin-right: 20px;
	margin-right: 1.25rem;
	padding-top: 5px;
	padding-top: 0.3125rem;
	position: relative;
}

.featureItem__heading span::after {
	background: #0575E6;
	bottom: 5px;
	bottom: 0.3125rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	right: 2px;
	right: 0.125rem;
	width: 10px;
	width: 0.625rem;
}

.featureItem__lead {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.7142857143;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.linkItem {
	color: #fff;
	padding: 28px 56px;
	padding: 1.75rem 3.5rem;
	position: relative;
	text-align: center;
}

.linkItem::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.linkItem:nth-child(1)::before {
	background: url(../images/top/linkCompany.webp) no-repeat center center/cover;
}

.linkItem:nth-child(2)::before {
	background: url(../images/top/linkRecruit.webp) no-repeat center center/cover;
}

.linkItem::after {
	background: linear-gradient(135deg, #0575E6 0%, #2B4AA5 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
	z-index: -1;
}

.linkItem__enName {
	font-family: "Secular One", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.linkItem__jaName {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
}

.linkItem__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1rem;
}

.media {
	row-gap: 28px;
	row-gap: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px 0;
	padding: 2.5rem 0;
}

.media:nth-child(n+2) {
	border-top: 1px solid #D9D9D9;
}

.media__imageArea {
	aspect-ratio: 345/203;
	width: 100%;
}

.media__imageArea img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.media__textArea {
	text-align: center;
}

.media__heading {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.media__textBox {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.media__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.media__text + .media__text {
	margin-top: 1em;
}

.media__moreLink {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.message {
	background: linear-gradient(135deg, #0575E6 0%, #2B4AA5 100%);
	padding: 100px 0;
	padding: 6.25rem 0;
}

.message__textArea {
	color: #D9D9D9;
	margin-left: auto;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 705px;
	max-width: 44.0625rem;
}

.message__title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.message__catch {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8;
	margin-top: 16px;
	margin-top: 1rem;
}

.message__catch-box {
	row-gap: 16px;
	row-gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.message__catch-row {
	row-gap: 8px;
	row-gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.message__catch-en {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.message__catch-en::first-letter {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.0909090909;
}

.message__catch-jp {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.8;
}

.message__description {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.message__description p:nth-of-type(n+2) {
	margin-top: 1em;
}

.news__inner.inner {
	max-width: 1210px;
	max-width: 75.625rem;
}

.news__heading.heading span {
	position: relative;
}

.news__heading.heading span::after {
	background-color: #3E3D3D;
	content: "";
	height: 1px;
	height: 0.0625rem;
	position: absolute;
	right: -80%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90px;
	width: 5.625rem;
}

.news__container {
	background: url(../images/top/news_bg_sp.webp) no-repeat center center/cover;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 20px 8px 40px;
	padding: 1.25rem 0.5rem 2.5rem;
}

.news__body {
	row-gap: 40px;
	row-gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.news__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.875;
	padding-left: 12px;
	padding-left: 0.75rem;
}

.news__items {
	row-gap: 8px;
	row-gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.news__moreLink {
	margin-top: 36px;
	margin-top: 2.25rem;
	text-align: center;
}

.pageLinkArea__inner.inner {
	max-width: 960px;
	max-width: 60rem;
}

.pageLinkArea__items {
	row-gap: 24px;
	row-gap: 1.5rem;
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pageLinkArea__item {
	margin-left: auto;
	margin-right: auto;
	max-width: 464px;
	max-width: 29rem;
	width: 100%;
}

.project {
	position: relative;
}

.project__inner.inner {
	max-width: 520px;
	max-width: 32.5rem;
}

.project__heading.heading {
	color: #3E3D3D;
	text-align: center;
}

.project__heading.heading.heading--vertical span::after {
	display: none;
}

.project__container {
	margin-left: auto;
	margin-right: auto;
}

.project__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-top: 0;
	text-align: center;
}

.project__description {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	letter-spacing: 0;
	line-height: 1.8;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.project__contents {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.suppliers__heading {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4375;
}

.suppliers__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3333333333;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: justify;
}

.worksMachine__inner.inner {
	max-width: 600px;
	max-width: 37.5rem;
}

.worksMachine__heading {
	line-height: 1;
	text-align: center;
}

.worksMachine__title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0;
	text-align: center;
}

.worksMachine__items {
	row-gap: 64px;
	row-gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.worksMachineItem {
	position: relative;
}

.worksMachineItem::after {
	background: linear-gradient(135deg, #0575E6 0%, #2B4AA5 100%);
	content: "";
	display: block;
	height: 75%;
	left: 0;
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: -1;
}

.worksMachineItem__imageArea {
	aspect-ratio: 345/250;
	margin-left: -4vw;
	width: 100%;
}

.worksMachineItem.worksMachineItem--reverse .worksMachineItem__imageArea {
	margin-left: 4vw;
}

.worksMachineItem__imageArea img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.worksMachineItem__textArea {
	padding: 0 24px;
	padding: 0 1.5rem;
}

.worksMachineItem__title {
	color: #D9D9D9;
	font-family: "Secular One", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 32px;
	margin-top: 2rem;
	text-transform: uppercase;
}

.worksMachineItem__catch {
	color: #D9D9D9;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 0;
}

.worksMachineItem__lead {
	color: #D9D9D9;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.worksMachineItem__link {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.marginTop__50-80 {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.marginTop__80-120 {
	margin-top: 80px;
	margin-top: 5rem;
}

.marginTop__100-160 {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.marginTop__140-160 {
	margin-top: 140px;
	margin-top: 8.75rem;
}

.marginTop__100-260 {
	margin-top: 100px;
	margin-top: 6.25rem;
}

@media (hover: hover) {

.pagination .nav-links a.page-numbers:hover {
	background-color: #2B4AA5;
	border: 1px solid #2B4AA5;
	color: #fff;
	opacity: 1;
}

.pagination .nav-links a.page-numbers.prev:hover,
.pagination .nav-links a.page-numbers.next:hover {
	background-color: unset;
	border: none;
	color: #2B4AA5;
}

.businessContent__tab a:hover {
	background: #d3d3d3;
	opacity: 1;
}

.button:hover {
	background-color: #2B4AA5;
	color: #D9D9D9;
	opacity: 1;
}

.button.button--blue:hover {
	background-color: #fff;
	color: #2B4AA5;
}

.button:hover span::after {
	background: url(../images/common/arrow-gray.svg) no-repeat center center/contain;
}

.button.button--blue:hover span::after {
	background: url(../images/common/arrow-blue.svg) no-repeat center center/contain;
}

.buttonRound:hover {
	background-color: #fff;
	color: #2B4AA5;
	opacity: 1;
}

.buttonRound.buttonRound--white:hover {
	background-color: transparent;
	color: #fff;
}

.buttonRound:hover span::after {
	background: url(../images/common/mail-blue.svg) no-repeat center center/contain;
}

.buttonRound.buttonRound--white:hover span::after {
	background: url(../images/common/mail-white.svg) no-repeat center center/contain;
}

.buttonSmall:hover {
	background-color: #fff;
	color: #2B4AA5;
	opacity: 1;
}

.buttonSmall:hover span::after {
	background: url(../images/common/arrow-blue.svg) no-repeat center center/contain;
}

.list__description a:hover {
	opacity: 1;
	text-decoration: underline;
}

.newsItem:hover {
	opacity: 1;
}

.newsItem:hover .newsItem__date,
.newsItem:hover .newsItem__text {
	color: #2B4AA5;
}

.newsItem:hover .newsItem__category {
	background-color: #2B4AA5;
	color: #fff;
}

.contact__text span:hover {
	cursor: pointer;
	text-decoration: underline;
}

.form__button:hover::after {
	background: url(../images/common/arrow-blue.svg) no-repeat center center/contain;
}

.form__button.form__button--prev:hover::after {
	background: url(../images/common/arrow-white.svg) no-repeat center center/contain;
}

.privacy__close:hover {
	cursor: pointer;
	opacity: 0.7;
}

.footerNav__item a:hover {
	opacity: 1;
}

.footerNav__item a:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.drawerMenu__item a:hover {
	color: #3E3D3D;
	opacity: 1;
}

.pcMenu__mainItem a:hover {
	opacity: 1;
}

.pcMenu__mainItem a:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.archiveContent__sideItem a:hover {
	background-color: #2B4AA5;
	color: #fff;
	opacity: 1;
}

.archiveContent__sideItem a:hover span::before {
	background: url(../images/common/arrow-white.svg) no-repeat center center/contain;
}

.article__category a:hover {
	background-color: #2B4AA5;
	color: #fff;
	opacity: 1;
}

.article__prevLink a:hover,
.article__nextLink a:hover {
	color: #2B4AA5;
	opacity: 1;
}

.article__sideItem a:hover {
	color: #2B4AA5;
	opacity: 1;
}

.businessItems__itemLink:hover {
	opacity: 1;
}

.businessItems__itemLink:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.businessItems__itemLink:hover::after {
	background: rgba(62, 61, 61, .3);
}

.linkItem:hover {
	opacity: 1;
}

.linkItem:hover::after {
	opacity: 0.3;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.breadcrumb.inner {
	margin-top: 0.875rem;
}

.breadcrumb .separator {
	padding: 0 0.875rem;
}

textarea {
	height: 11.25rem;
}

.fvSplide__catch {
	font-size: min(4.1666666667vw, 3.75rem);
	line-height: 1.5;
}

.error__heading {
	font-size: 2.5rem;
	line-height: 1;
}

.error__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.error__topPageLink {
	margin-top: 2.5rem;
}

.thanks__heading {
	font-size: 2.5rem;
	line-height: 1;
}

.thanks__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 2.5rem;
}

.thanks__topPageLink {
	margin-top: 2.5rem;
}

.works.inner {
	padding-top: 4rem;
}

.works__lead {
	font-weight: 600;
	max-width: unset;
}

.works__list {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.works__text {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.works__image2col {
	margin-inline: auto;
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 42.375rem;
}

.works__productTextBox {
	margin-top: 5.625rem;
}

.works__items3col {
	grid-template-columns: repeat(3, 1fr);
	max-width: 63.75rem;
	padding: 0 3rem;
}

.works__items4col {
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5.625rem;
	max-width: 63.75rem;
}

.businessContent.inner {
	padding-top: 4rem;
}

.businessContent__lead {
	font-weight: 700;
}

.businessContent__tabs {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.businessContent__tab {
	font-size: 1.125rem;
}

.businessContent__tab a {
	min-height: 3.75rem;
	padding: 0.1875rem 0;
}

.businessContent__items {
	row-gap: 4rem;
	margin-top: 7.5rem;
	padding: 0 1.5625rem;
}

.businessItem__heading {
	font-size: 2.5rem;
	line-height: 1;
	padding-left: 1.875rem;
}

.businessItem__heading::before {
	height: 3.125rem;
	width: 0.9375rem;
}

.businessItem__text {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 1.25rem;
}

.businessItem__imageArea {
	margin-inline: unset;
	margin-top: 2.5rem;
}

.heading {
	font-size: 5rem;
}

.heading.heading--gray::after {
	right: -60%;
	width: 12.5rem;
}

.heading.heading--vertical {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.heading.heading--vertical span::after {
	height: 12.5rem;
	left: 50%;
	right: unset;
	top: 105%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0.0625rem;
}

.headingBlue {
	font-size: 2.5rem;
	padding-left: 0.9375rem;
}

.headingBlue::before {
	bottom: -1.25rem;
	height: 2.5rem;
}

.headingBlue span {
	font-size: 1.25rem;
	margin-left: 0.625rem;
	padding-top: 1.25rem;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.list__description span {
	display: inline-block;
}

.newsItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0.5rem 1.75rem;
}

.newsItem.newsItem--archive {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0.9375rem 0.625rem 1.25rem;
}

.newsItem__date {
	font-size: 1rem;
}

.newsItem__text {
	-webkit-line-clamp: 1;
	font-size: 1rem;
}

.pageName {
	font-size: 12.5rem;
}

.subFV__container {
	margin: 0 calc(50% - 50vw) 0 0;
	padding: 6rem 0 5.5rem 3.75rem;
}

.subFV__pageTitle {
	font-size: 5rem;
	line-height: 1.25;
}

.subFV__pageTitle span {
	font-size: 1.75rem;
	margin-top: 1rem;
}

.subFV__container.subFV__container--company {
	background: url(../images/subFV/subFV_company.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--business {
	background: url(../images/subFV/subFV_business.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--works {
	background: url(../images/subFV/subFV_works.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--machine {
	background: url(../images/subFV/subFV_machine.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--recruit {
	background: url(../images/subFV/subFV_recruit.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--newsArchive {
	background: url(../images/subFV/subFV_newsArchive.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--category {
	background: url(../images/subFV/subFV_category.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--newsArticle {
	background: url(../images/subFV/subFV_news.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--contact {
	background: url(../images/subFV/subFV_contact.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--thanks {
	background: url(../images/subFV/subFV_thanks.webp) no-repeat center center/cover;
}

.subFV__container.subFV__container--error {
	background: url(../images/subFV/subFV_notFound.webp) no-repeat center center/cover;
}

.subPage {
	padding: 8rem 0 17.5rem;
}

.subPage__content.company {
	margin-top: 6rem;
}

.subPage__content.contact {
	margin-top: 6.25rem;
}

.subPage__content.archiveContent,
.subPage__content.articleContent,
.subPage__content.article {
	margin-top: 6rem;
}

.subPage__content.thanks,
.subPage__content.error {
	margin-top: 11.5rem;
}

.subPage__content.subPage__content--2col {
	-moz-column-gap: min(11.1111111111vw, 10rem);
	-webkit-column-gap: min(11.1111111111vw, 10rem);
	column-gap: min(11.1111111111vw, 10rem);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.subPage__contentMain {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 45rem;
	flex: 1 1 45rem;
}

.subPage__contentSide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 13.75rem;
	flex: 0 0 13.75rem;
}

.subPage__name {
	left: -1rem;
}

.access__inner {
	max-width: 45.875rem;
}

.access__media {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 6.625rem;
	max-width: unset;
}

.access__mapArea {
	aspect-ratio: 400/247;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25rem;
	flex: 0 1 25rem;
}

.access__textArea {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 19.75rem;
	flex: 0 1 19.75rem;
}

.access__address {
	font-size: 1.125rem;
}

.access__description {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.company.inner {
	max-width: 65.625rem;
}

.company__messageBox {
	margin-top: 5.625rem;
	max-width: 45rem;
}

.company__messageText + .company__messageText {
	margin-top: 1.75rem;
}

.company__profile {
	margin-top: 4.375rem;
}

.company__history {
	margin-top: 4.375rem;
}

.company__access {
	margin-top: 4.375rem;
}

.history__inner {
	max-width: 41rem;
}

.history__information {
	margin-top: 5.25rem;
}

.profile__inner {
	max-width: 41rem;
}

.profile__information {
	margin-top: 5.25rem;
}

.contact__heading {
	font-size: 2.5rem;
}

.contact__formContainer {
	margin: 5rem auto 0;
}

.form dl {
	-moz-column-gap: 0.3125rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.form dt {
	font-size: 1rem;
	margin-top: 0.3125rem;
	max-width: 22.5rem;
	width: 48.7012987013%;
}

.form__required {
	left: 8.875rem;
}

.form__placeholder {
	font-size: 1rem;
}

.form__buttonWrapper {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 2.5rem;
	max-width: 25rem;
}

.form__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10.625rem;
	flex: 0 0 10.625rem;
	max-width: unset;
}

.privacy__content {
	aspect-ratio: 1000/556;
	height: auto;
	max-width: 62.5rem;
	padding: 3.75rem 3.125rem;
	width: 69.4444444444vw;
}

.privacy__close {
	right: 3.75rem;
}

.privacy__item {
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

.companyInfo {
	margin-top: 1.25rem;
}

.contactArea {
	background: linear-gradient(135deg, #0575E6 0%, #2B4AA5 100%);
	padding: 3.4375rem 0;
}

.contactArea__inner.inner {
	-moz-column-gap: 10rem;
	-webkit-column-gap: 10rem;
	column-gap: 10rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

.contactArea__inner::after {
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0.0625rem;
}

.contactArea__tel {
	margin-top: 0.75rem;
}

.footer {
	font-weight: 700;
}

.footer__inner.inner {
	padding: 0 5.625rem 0 6.5625rem;
}

.footer__siteTitle {
	width: 16.875rem;
}

.footer__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__companyInfo {
	margin-right: auto;
}

.footer__nav {
	margin-top: 0;
}

.footer__copyright {
	margin-top: 4.5rem;
}

.footer__scrollTop {
	right: 1.5rem;
	top: -2rem;
}

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

.footerNav__item a {
	padding: 0.625rem 1.25rem;
}

.footerNav__item a::after {
	bottom: 0.125rem;
	left: 1.25rem;
	width: calc(100% - 2.5rem);
}

.drawerIcon {
	display: none;
	top: 3.125rem;
}

.drawerMenu {
	display: none;
}

.header {
	background-color: transparent;
	height: 8.5rem;
}

.header__inner.inner {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: transparent;
	padding: 0 1rem 1.25rem 1rem;
}

.header.header--subPage {
	background-color: #fff;
	height: 8.5rem;
}

.pcMenu {
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.siteTitle__description {
	color: #fff;
	display: block;
	font-size: clamp(0.625rem, 0.9027777778vw, 0.8125rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	position: absolute;
	top: 2.25rem;
}

.siteTitle__logo {
	width: 23.4375rem;
}

.siteTitle__logo.siteTitle__logo--sp {
	display: none;
}

.siteTitle__logo.siteTitle__logo--pc {
	display: block;
	margin-top: 1.25rem;
}

.header--subPage .siteTitle__description {
	color: #3E3D3D;
}

.machine.inner {
	padding-top: 4rem;
}

.machine__catch {
	font-size: 1.75rem;
}

.machine__lead {
	font-size: 1.125rem;
	line-height: 1.5555555556;
	margin-top: 1.25rem;
}

.machine__main {
	margin-top: 6.875rem;
}

.machine__List {
	margin-top: 7.5rem;
}

.machineHeading {
	font-size: 2.25rem;
	padding-bottom: 0.875rem;
}

.machineHeading::after {
	width: 6.25rem;
}

.machineItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.machineItem__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 22.5rem;
	flex: 0 1 22.5rem;
}

.machineItem__textArea {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 19.4375rem;
	flex: 0 1 19.4375rem;
}

.machineItem__description {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.machineList__inner.inner {
	margin-top: 4.375rem;
}

.machineList__tableContainer {
	padding: 1.75rem;
}

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

.mainMachine__lead {
	font-size: 1.125rem;
	max-width: 56.25rem;
}

.mainMachine__items {
	row-gap: 2.5rem;
}

.mainMachine__movies {
	row-gap: 2.5rem;
	margin-top: 6.25rem;
	max-width: 53.125rem;
}

.mainMachine__movieItem {
	row-gap: 2.5rem;
	-moz-column-gap: 1.5rem;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.mainMachine__movieArea {
	max-width: 21.25rem;
}

.mainMachine__movieHeading {
	font-size: 1.375rem;
	line-height: 1;
	text-align: left;
}

.mainMachine__movieText {
	font-size: 1rem;
	line-height: 1.5;
	max-width: 26.25rem;
}

.archiveContent.inner {
	padding-left: 3.75rem;
}

.archiveContent__mainTitle {
	font-size: 1.875rem;
	letter-spacing: 0.06em;
	padding-left: 1.5625rem;
}

.archiveContent__mainTitle::before {
	height: 3.125rem;
	width: 0.9375rem;
}

.archiveContent__items {
	margin-top: 2rem;
}

.archiveContent__sideTitle {
	padding-left: 0.75rem;
	text-align: left;
}

.archiveContent__sideTitle::before {
	width: 13.75rem;
}

.archiveContent__sideItems {
	row-gap: 0;
	margin-left: 1.875rem;
}

.archiveContent__sideItem a {
	max-width: unset;
	padding: 0.9375rem 0 0.9375rem 2.25rem;
	text-align: left;
}

.article__date {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.article__category a {
	font-size: 1rem;
	padding: 0.3125rem 1.125rem;
}

.article__title {
	margin-top: 1rem;
}

.article__imageArea {
	aspect-ratio: 600/370;
}

.article__content p {
	font-size: 1rem;
}

.article__content h2 {
	font-size: 1.25rem;
	margin-top: 2rem;
}

.article__content h3 {
	font-size: 1.25rem;
}

.article__content h3::after {
	width: 4.8125rem;
}

.article__footerLeft,
.article__footerRight {
	height: 6.25rem;
}

.article__prevLink {
	padding: 0 1.875rem 0 5rem;
}

.article__nextLink {
	padding: 0 5rem 0 1.875rem;
}

.article__prevLink::before {
	left: 2.5rem;
}

.article__nextLink::before {
	right: 2.5rem;
}

.article__prevLink a,
.article__nextLink a {
	-webkit-line-clamp: 2;
	font-size: 1rem;
}

.article__sideMenuTitle {
	background-color: transparent;
	background-color: initial;
	color: #3E3D3D;
	padding: 0 0 0 0.75rem;
	text-align: left;
}

.article__sideMenuTitle::before {
	background-color: #3E3D3D;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: -0.625rem;
	width: 100%;
	width: 13.75rem;
}

.article__sideItems {
	row-gap: 0.25rem;
	margin-left: 1.875rem;
}

.article__sideItem a {
	max-width: unset;
}

.recruit.inner {
	padding-top: 6.25rem;
}

.recruitInfo__item {
	margin-top: 5.625rem;
}

.recruitItem__heading {
	font-size: 1.5rem;
	line-height: 1;
	line-height: 0.6666666667;
	padding-left: 1.0625rem;
}

.recruitItem__heading::before {
	height: 3.125rem;
	width: 0.3125rem;
}

.recruitItem__info {
	margin-top: 2.5rem;
}

.recruitItem__comment {
	font-size: 1rem;
	margin-top: 3.125rem;
}

.business__title {
	font-size: 1.5rem;
}

.business__description {
	font-size: 1.125rem;
	margin-top: 4rem;
}

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

.businessItems__itemLink {
	aspect-ratio: 480/400;
}

.businessItems__itemText {
	font-size: 1.5rem;
	padding: 0.5rem 0.0625rem;
	width: 15rem;
}

.feature {
	padding-bottom: 8.5rem;
}

.feature__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 70rem;
	padding: 0 6.25rem;
}

.feature__heading.heading {
	left: 0;
	position: absolute;
	top: 4.5rem;
}

.feature__title {
	font-size: 2rem;
	margin-top: 0;
}

.feature__description {
	font-size: 1.125rem;
}

.feature__items {
	row-gap: 11.5rem;
}

.featureItem {
	max-width: 43.75rem;
}

.featureItem::after {
	left: unset;
	margin: 0 0 0 calc(50% - 50vw);
	right: -10.9375rem;
	top: 72%;
	width: 100vw;
}

.featureItem.featureItem--right::after {
	left: -10.9375rem;
	margin: 0 calc(50% - 50vw) 0 0;
	right: unset;
	width: 100vw;
}

.featureItem__image {
	aspect-ratio: 700/437;
}

.featureItem__text-box {
	bottom: -3.375rem;
	left: -4.5rem;
	padding: 0.25rem 1.5rem 1.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.featureItem__heading {
	font-size: 1.875rem;
}

.featureItem__heading span {
	font-size: 3.5rem;
	padding-top: 0;
}

.featureItem__heading span::after {
	bottom: 0.625rem;
	right: 0.1875rem;
	width: 1.125rem;
}

.featureItem.featureItem--right .featureItem__text-box {
	left: unset;
	right: -4.5rem;
}

.featureItem__lead {
	font-size: 1rem;
	margin-left: 4.25rem;
	margin-top: -0.75rem;
}

.linkItem {
	padding: 4rem 0.5rem 2rem 1rem;
}

.linkItem__jaName {
	font-size: 2.5rem;
}

.linkItem__text {
	font-size: 1rem;
	margin-top: 2.25rem;
}

.media {
	row-gap: 3rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: 2.5rem;
}

.media__imageArea {
	aspect-ratio: 462/272;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 28.875rem;
	flex: 1 1 28.875rem;
	margin-top: 4rem;
}

.media:nth-child(n+2) .media__imageArea {
	margin-top: 1rem;
}

.media__textArea {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25.3125rem;
	flex: 1 1 25.3125rem;
	text-align: left;
}

.media__textBox {
	margin-top: 1.5rem;
}

.media__text {
	font-size: 1rem;
	line-height: 1.8;
}

.media__moreLink {
	margin-top: 2rem;
}

.message {
	padding: 10rem 0;
}

.message__textArea {
	margin-right: 4.5rem;
}

.message__title {
	margin-top: 2.5rem;
}

.message__catch {
	font-size: 1.25rem;
	line-height: 1.3333333333;
}

.message__catch-box {
	row-gap: 0.5rem;
	margin-top: 2.5rem;
}

.message__catch-row {
	-moz-column-gap: 2rem;
	-webkit-column-gap: 2rem;
	column-gap: 2rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.message__catch-en {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 5.625rem;
	flex: 0 1 5.625rem;
	font-size: 1.25rem;
}

.message__catch-en::first-letter {
	font-size: 1.375rem;
}

.message__catch-jp {
	font-size: 1rem;
	line-height: 1.8;
}

.message__description {
	font-size: 1rem;
	line-height: 1.8;
}

.news__heading.heading span {
	padding-left: 1.875rem;
}

.news__heading.heading span::after {
	display: none;
}

.news__container {
	background: url(../images/top/news_bg_pc.webp) no-repeat center center/cover;
	margin-top: -2rem;
	padding: 3.5rem 6.5rem 3rem;
}

.news__body {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.news__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.125rem;
	flex: 0 0 8.125rem;
	font-size: 1.25rem;
	padding-left: 0;
}

.news__moreLink {
	text-align: right;
}

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

.project {
	background: none;
	border-radius: 0 0 0 0;
}

.project__inner.inner {
	max-width: 78rem;
	position: relative;
}

.project__heading.heading {
	left: 0;
	position: absolute;
	top: 0;
}

.project__heading.heading.heading--vertical span::after {
	display: block;
}

.project__container {
	max-width: 60.625rem;
}

.project__title {
	font-size: 2rem;
	padding-left: 2.5rem;
	text-align: left;
}

.project__description {
	font-size: 1.125rem;
	margin-top: 2rem;
	max-width: 59.375rem;
	padding-left: 2.5rem;
}

.suppliers__inner.inner {
	margin-inline: auto;
	max-width: 73.125rem;
	padding: 0 7.8125rem;
}

.suppliers__heading {
	font-size: 2rem;
}

.suppliers__text {
	font-size: 1.125rem;
}

.worksMachine__inner.inner {
	max-width: 90rem;
	padding: 0 6.25rem;
}

.worksMachine__title {
	font-size: 1.5rem;
}

.worksMachine__items {
	row-gap: 6.25rem;
}

.worksMachineItem {
	gap: 3rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.worksMachineItem.worksMachineItem--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.worksMachineItem::after {
	bottom: 0;
	height: 90%;
	left: unset;
	right: 0;
	top: unset;
	width: 75%;
}

.worksMachineItem.worksMachineItem--reverse::after {
	bottom: 0;
	height: 90%;
	left: 0;
	right: unset;
	top: unset;
}

.worksMachineItem__imageArea {
	aspect-ratio: 700/500;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 43.75rem;
	flex: 0 1 43.75rem;
	margin-bottom: 4.375rem;
	margin-left: -6.25rem;
	max-height: 31.25rem;
}

.worksMachineItem.worksMachineItem--reverse .worksMachineItem__imageArea {
	margin-left: unset;
	margin-right: -6.25rem;
}

.worksMachineItem__textArea {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 37.5rem;
	flex: 0 1 37.5rem;
	padding: 4rem 6.25rem 4rem 0;
}

.worksMachineItem.worksMachineItem--reverse .worksMachineItem__textArea {
	padding: 4rem 0 4rem 6.25rem;
}

.worksMachineItem__title {
	font-size: 3.75rem;
	margin-top: 3.75rem;
}

.worksMachineItem__catch {
	font-size: 1.5rem;
}

.worksMachineItem__lead {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.5;
}

.worksMachineItem__link {
	margin-top: 3.125rem;
}

.marginTop__50-80 {
	margin-top: 5rem;
}

.marginTop__80-120 {
	margin-top: 7.5rem;
}

.marginTop__100-160 {
	margin-top: 10rem;
}

.marginTop__140-160 {
	margin-top: 10rem;
}

.marginTop__100-260 {
	margin-top: 16.25rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes toTop {

0% {
	-webkit-transform: scale(1, 0) translateX(-50%);
	transform: scale(1, 0) translateX(-50%);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

50% {
	-webkit-transform: scale(1, 1) translateX(-50%);
	transform: scale(1, 1) translateX(-50%);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

51% {
	-webkit-transform: scale(1, 1) translateX(-50%);
	transform: scale(1, 1) translateX(-50%);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

100% {
	-webkit-transform: scale(1, 0) translateX(-50%);
	transform: scale(1, 0) translateX(-50%);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

}

@keyframes toTop {

0% {
	-webkit-transform: scale(1, 0) translateX(-50%);
	transform: scale(1, 0) translateX(-50%);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

50% {
	-webkit-transform: scale(1, 1) translateX(-50%);
	transform: scale(1, 1) translateX(-50%);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

51% {
	-webkit-transform: scale(1, 1) translateX(-50%);
	transform: scale(1, 1) translateX(-50%);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

100% {
	-webkit-transform: scale(1, 0) translateX(-50%);
	transform: scale(1, 0) translateX(-50%);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

}


/*# sourceMappingURL=styles.css.map */
