/*---
ページ共通で使用するインナーと左右の余白
---*/

/*---
ヘッダーの高さ
---*/

/*---
ページ共通で使用するフォント
変数名は $font-フォント名
---*/

/*---
ページ共通で使用する色
変数名は $color-カラーコード
---*/

/*---
メディアクエリとブレークポイントの設定
---*/

/* 非表示設定 */

.display-767 {
	display: none;
}

.display-768 {
	display: none;
}

body {
	background-color: #0a1c35;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.05em;
}

.page-privacy,
.page-requirements,
.page-environment,
.page-contact,
.page-sent,
.archive,
.single {
	margin-top: 80px;
}

/*
pcの電話番号発信対応
スマホのみクリックしたら電話番号を発信
*/

/* aタグ初期設定 */

a {
	color: inherit;
	text-decoration: none;
}

*,
*::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;
	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;
}

/*--- ページ共通で使用する記事のクラス ---*/

.c-articles article a {
	gap: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 32px 56px 32px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-articles article a:hover {
	opacity: 0.7;
}

.c-articles article a .info {
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-articles article a .info time {
	font-size: 16px;
	line-height: 1.75;
}

.c-articles article a .info .category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0A1C35;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 144px;
	padding: 7px 16px 9px;
	width: 144px;
}

.c-articles article a .the-title {
	font-size: 16px;
	line-height: 1.75;
}

.c-articles article a .arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-articles article a .arrow img {
	height: 12px;
	width: auto;
}

.c-articles article:not(:first-child) a {
	border-top: 1px solid #0a1c35;
}

.c-articles article:nth-child(5) a {
	border-bottom: 1px solid #0a1c35;
}

.c-articles--single article a .info .category {
	background-color: #2e4259;
}

.c-articles--single article:not(:first-child) a {
	border-top: 1px solid #2e4259;
}

.c-articles--single article:nth-child(3) a {
	border-bottom: 1px solid #2e4259;
}

.c-articles--single article:nth-child(5) a {
	border-bottom: none;
}

/*--- ページ共通で使用する背景があるセクションのクラス ---*/

.c-background-block {
	background-position: center;
	background-size: cover;
	display: block;
	padding: 170px 0;
	position: relative;
}

.c-background-block::before {
	background-color: rgba(0, 0, 0, .6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	z-index: 1;
}

.c-background-block:hover::before {
	background-color: transparent;
}

.c-background-block .block-right {
	position: relative;
	z-index: 2;
}

.c-background-block .block-left {
	position: relative;
	z-index: 2;
}

.c-background-block--company {
	background-image: url(../images/front-page/company-background.png);
	background-image: url(../images/front-page/company-background.webp);
}

.c-background-block--company {
	background-image: url(../images/front-page/company-background.png);
	background-image: url(../images/front-page/company-background.webp);
}

.c-background-block--interview {
	background-image: url(../images/recruit/interview-background.png);
	background-image: url(../images/recruit/interview-background.webp);
}

.c-background-block--environment {
	background-image: url(../images/recruit/environment-background.png);
	background-image: url(../images/recruit/environment-background.webp);
}

/*--- ページ共通で使用するブロックのクラス ---*/

.c-block-a .c-block-a__heading {
	font-weight: 700;
	letter-spacing: 0.01em;
}

.c-block-a .c-block-a__heading .ja {
	font-size: 26px;
	line-height: 1.5;
	opacity: 0;
	-webkit-transform: translateY(-32px);
	transform: translateY(-32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-block-a .c-block-a__heading .en {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-top: 24px;
	opacity: 0;
	padding-left: 57px;
	position: relative;
	-webkit-transform: translateY(32px);
	transform: translateY(32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-block-a .c-block-a__heading .en::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 1px));
	transform: translateY(calc(-50% + 1px));
	width: 45px;
}

.c-block-a .c-block-a__heading.is-active .ja,
.c-block-a .c-block-a__heading.is-active .en {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-block-a .c-block-a__texts {
	margin-top: 36px;
}

.c-block-a .c-block-a__texts p {
	font-size: 16px;
	line-height: 1.75;
}

.c-block-a .c-block-a__texts .mt-20 {
	margin-top: 20px;
}

.c-block-a .c-block-a__link {
	margin-top: 45px;
}

.c-block-a .c-block-a__link a,
.c-block-a .c-block-a__link .link-flex {
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-block-a .c-block-a__link a span,
.c-block-a .c-block-a__link .link-flex span {
	font-size: 16px;
	font-weight: 700;
}

.c-block-a .c-block-a__link a img,
.c-block-a .c-block-a__link .link-flex img {
	height: 44px;
	width: 44px;
}

.c-block-a .c-block-a__link a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-block-a .c-block-a__link a:hover {
	opacity: 0.7;
}

.c-block-a .c-block-a__link--right .link-flex {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c-block-a--black {
	color: #000;
}

.c-block-a--black .c-block-a__heading .en::before {
	background-color: #000;
}

/*--- ページ共通で使用するボタンのクラス ---*/

.c-button a {
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2391c5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 50px 15px 32px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-button a:hover {
	background-color: #0c6893;
}

.c-button a img {
	height: 44px;
	width: 44px;
}

.c-button a span {
	font-size: 16px;
	padding-bottom: 2px;
}

/*--- ページ共通で使用する余白のクラス ---*/

.c-distance-footer {
	margin-bottom: 150px;
}

/* Contact Form 7 で使うクラスが書かれているファイル */

.c-form7 .c-form7__items .c-form7__item .c-form7__title {
	font-size: 16px;
	line-height: 1.75;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__required {
	display: inline-block;
	position: relative;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__required::after {
	color: #e40012;
	content: "※";
	font-size: 18px;
	left: calc(100% + 2px);
	line-height: 1.5555555556;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__textarea-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__select-field {
	margin-top: 12px;
	position: relative;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field .wpcf7-form-control-wrap,
.c-form7 .c-form7__items .c-form7__item .c-form7__textarea-field .wpcf7-form-control-wrap,
.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field .wpcf7-form-control-wrap,
.c-form7 .c-form7__items .c-form7__item .c-form7__select-field .wpcf7-form-control-wrap {
	display: block;
	height: 100%;
	position: static;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field {
	max-width: 520px;
	padding-bottom: 30px;
	width: 100%;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field input {
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	font-size: 16px;
	height: 42px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field {
	max-width: 260px;
	padding-bottom: 30px;
	width: 100%;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field input[type=tel] {
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	font-size: 16px;
	height: 42px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__select-field {
	max-width: 260px;
	padding-bottom: 30px;
	width: 100%;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__select-field::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #000;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 12px;
	top: 16px;
	width: 14px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__select-field select {
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	font-size: 16px;
	height: 42px;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__textarea-field {
	padding-bottom: 24px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__textarea-field textarea {
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	font-size: 16px;
	height: 200px;
	padding: 16px;
	resize: none;
	width: 100%;
}

.c-form7 .c-form7__items .c-form7__privacy-policy {
	display: inline-block;
	position: relative;
}

.c-form7 .c-form7__items .c-form7__privacy-policy p {
	font-size: 16px;
	line-height: 1.75;
}

.c-form7 .c-form7__items .c-form7__privacy-policy .wpcf7-list-item {
	margin: 0;
}

.c-form7 .c-form7__items .c-form7__privacy-policy input[type=checkbox] {
	background-color: #fff;
	border-radius: 4px;
	display: block;
	height: 28px;
	margin: 0;
	margin-top: 8px;
	position: relative;
	width: 28px;
}

.c-form7 .c-form7__items .c-form7__privacy-policy input[type=checkbox]::before {
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	content: "";
	display: block;
	height: 11px;
	left: 3.5px;
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 20px;
	z-index: 1;
}

.c-form7 .c-form7__items .c-form7__privacy-policy input[type=checkbox]:checked::before {
	border-color: #0c6893;
}

.c-form7 .c-form7__items .c-form7__privacy-policy a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-form7 .c-form7__items .c-form7__privacy-policy a:hover {
	opacity: 0.7;
}

.c-form7 .c-form7__items .c-form7__button {
	margin-top: 36px;
}

.c-form7 .c-form7__items .c-form7__button .wpcf7-spinner {
	display: none;
}

.c-form7 .c-form7__items .c-form7__button .wpcf7-submit,
.c-form7 .c-form7__items .c-form7__button .wpcf7-previous {
	font-size: 16px;
	height: 75px;
	letter-spacing: 0.05em;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 240px;
}

.c-form7 .c-form7__items .c-form7__button .wpcf7-submit {
	background-color: #2391c5;
	color: #fff;
}

.c-form7 .c-form7__items .c-form7__button .wpcf7-submit:hover {
	background-color: #2391c5;
}

.c-form7 .c-form7__items .c-form7__button .wpcf7-previous {
	background-color: gray;
	border: 1px solid gray;
	color: #fff;
	display: block !important;
}

.c-form7 .c-form7__items .c-form7__button .wpcf7-previous:hover {
	background-color: #fff;
	color: gray;
}

.c-form7 .c-form7__items .wpcf7-submit:disabled {
	background-color: gray;
	border-color: gray;
}

.c-form7 .c-form7__items .wpcf7-submit:disabled:hover {
	background-color: gray;
	border-color: gray;
	color: #fff;
}

/* Contact form 7 の独自のクラスの上書き */

.wpcf7-not-valid-tip {
	bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	right: 0;
	text-align: right;
}

.wpcf7-response-output {
	display: none;
}

/*--- ページ共通で使用する見出しのクラス ---*/

/* 下層ページで使用する見出し */

.c-heading-under {
	font-family: "Zen Kaku Gothic New", sans-serif;
	position: relative;
	z-index: 1;
}

.c-heading-under::before {
	bottom: calc(100% - 20px);
	color: rgba(255, 255, 255, .2);
	content: "";
	font-size: clamp(70px, 7.8125vw, 150px);
	font-weight: 700;
	left: 0;
	line-height: 1;
	position: absolute;
}

.c-heading-under .ja {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateY(-32px);
	transform: translateY(-32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-heading-under .en {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 20px;
	opacity: 0;
	padding-left: 60px;
	position: relative;
	-webkit-transform: translateY(32px);
	transform: translateY(32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-heading-under .en::before {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
}

.c-heading-under.is-active .ja,
.c-heading-under.is-active .en {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-heading-under--about::before {
	content: "ABOUT";
}

.c-heading-under--business::before {
	content: "BUSINESS";
}

.c-heading-under--interview::before {
	content: "INTERVIEW";
}

.c-heading-under--company::before {
	content: "COMPANY";
}

.c-heading-under--recruit::before {
	content: "RECRUIT";
}

.c-heading-under--infomation::before {
	content: "INFORMATION";
}

.c-heading-under--contact::before {
	content: "CONTACT";
}

.c-heading-under--requirements::before {
	content: "REQUIRMENTS";
}

.c-heading-under--privacy::before {
	content: "PRIVACYPOLICY";
}

.c-heading-under--environment::before {
	content: "ENVIRONMENT";
}

.c-heading-under--infomation::before {
	content: "INFORMATION";
}

.c-heading-a .en {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateY(-32px);
	transform: translateY(-32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-heading-a .ja {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 16px;
	opacity: 0;
	-webkit-transform: translateY(32px);
	transform: translateY(32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.c-heading-a.is-active .ja,
.c-heading-a.is-active .en {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*--- 下層ページ共通で使用するメインじビュアルのクラス ---*/

.c-mv .c-mv__background {
	background-position: center;
	background-size: cover;
	height: 535px;
	padding-top: 400px;
	position: relative;
	width: 100%;
}

.c-mv .c-mv__background::before {
	background-color: rgba(0, 0, 0, .8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-mv .c-mv__background .inner {
	height: 100%;
}

.c-mv .c-mv__background .c-mv__heading {
	position: relative;
	z-index: 2;
}

.c-mv .c-mv__background--about {
	background-image: url(../images/about/about-mv-background.png);
	background-image: url(../images/about/about-mv-background.webp);
}

.c-mv .c-mv__background--business {
	background-image: url(../images/business/business-mv-background.png);
	background-image: url(../images/business/business-mv-background.webp);
}

.c-mv .c-mv__background--company {
	background-image: url(../images/company/company-mv-background.png);
	background-image: url(../images/company/company-mv-background.webp);
}

.c-mv .c-mv__background--recruit {
	background-image: url(../images/recruit/recruit-mv-background.png);
	background-image: url(../images/recruit/recruit-mv-background.webp);
}

/*--- ページ共通で使用するoverflowのクラス ---*/

.c-overflow--under {
	overflow: hidden;
	padding-top: 200px;
}

/*--- ページ共通で使用するページ内外へ飛ばすリンクのクラス ---*/

.c-page-links {
	gap: 10px;
	display: grid;
}

.c-page-links .link a {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2e4259;
	display: grid;
	grid-template-columns: 1fr 43px;
	padding: 40px 10.8108108108%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-page-links .link a:hover {
	background-color: #2391c5;
}

.c-page-links .link a .title {
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.c-page-links .link a .title .en {
	font-size: 16px;
}

.c-page-links .link a .title .ja {
	font-size: 24px;
	margin-top: 12px;
}

.c-page-links .link a .arrow img {
	aspect-ratio: 1/1;
	height: 100%;
	width: 100%;
}

.c-page-links--arrow-bottom {
	grid-template-columns: 1fr 1fr 1fr;
}

.c-page-links--arrow-bottom .link a {
	grid-template-columns: 1fr;
	text-align: center;
}

.c-page-links--arrow-bottom .link a .arrow {
	display: none;
}

.c-page-links--interview .link a {
	padding: 28px 16px;
}

.c-page-links--interview .link a .title .ja {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 48px;
}

.c-page-links--interview .link a .title .ja .br-a {
	display: block;
}

/*--- ページ共通で使用するページネーションのクラス ---*/

.c-pagination {
	gap: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.c-pagination .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	height: 58px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	padding-bottom: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 58px;
}

.c-pagination .page-numbers:hover {
	opacity: 0.7;
}

.c-pagination .page-numbers .page-next,
.c-pagination .page-numbers .page-prev {
	height: inherit;
	width: inherit;
}

.c-pagination .page-numbers .page-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.c-pagination .current {
	background-color: #0a1c35;
	color: #fff;
}

.c-pagination .current:hover {
	opacity: 1;
}

.c-pagination .prev,
.c-pagination .next {
	background-color: transparent;
	position: absolute;
	top: 0;
}

.c-pagination .prev {
	left: 0;
}

.c-pagination .next {
	right: 0;
}

/*--- 投稿共通で使用するタグのクラス ---*/

.c-the-content p {
	font-size: 16px;
	line-height: 1.75;
}

.c-the-content img {
	display: block;
	height: auto;
	margin: 28px 0;
	width: auto;
}

.c-the-content a {
	text-underline-offset: 0.2em;
	color: #0058c4;
	word-wrap: anywhere;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-the-content a:hover {
	color: #2391c5;
}

/* 〇〇で使用するクラス */

/* フッターで使用するクラス */

.footer .footer__layout {
	padding: 120px 0 90px;
}

.footer .footer__layout .footer__main {
	gap: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .footer__layout .footer__main .footer__info .logo img {
	height: auto;
	width: 276px;
}

.footer .footer__layout .footer__main .footer__info address {
	font-size: 14px;
	font-style: normal;
	line-height: 1.5714285714;
	margin-top: 32px;
}

.footer .footer__layout .footer__main .footer__info address span {
	display: block;
}

.footer .footer__layout .footer__main .footer__info address span:last-child {
	margin-top: 8px;
}

.footer .footer__layout .footer__main .footer__info .button {
	margin-top: 32px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer .footer__layout .footer__main .footer__info .button a {
	gap: 8px;
	background-color: #2391c5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 13px 20px;
	position: static;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer .footer__layout .footer__main .footer__info .button a:hover {
	background-color: #0c6893;
}

.footer .footer__layout .footer__main .footer__info .button a::before {
	display: none;
}

.footer .footer__layout .footer__main .footer__info .button a img {
	display: none;
}

.footer .footer__layout .footer__main .footer__menus {
	gap: 20px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer .footer__layout .footer__main .footer__menus .footer__menu a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer .footer__layout .footer__main .footer__menus .footer__menu a:hover {
	opacity: 0.7;
}

.footer .footer__layout .footer__main .footer__menus .footer__menu a .en,
.footer .footer__layout .footer__main .footer__menus .footer__menu a .ja {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	white-space: nowrap;
}

.footer .footer__layout .footer__main .footer__menus .footer__menu a .en {
	color: #2391c5;
}

.footer .footer__layout .footer__main .footer__menus .footer__menu a .ja {
	margin-top: 16px;
}

.footer .footer__layout .footer__foot {
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #324257;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 70px -50px 0;
	padding: 24px 50px 0;
	position: relative;
}

.footer .footer__layout .footer__foot .policy a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer .footer__layout .footer__foot .policy a:hover {
	opacity: 0.7;
}

.footer .footer__layout .footer__foot .footer__page-top {
	bottom: calc(100% + 32px);
	height: 70px;
	position: absolute;
	right: 32px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 70px;
}

.footer .footer__layout .footer__foot .footer__page-top a {
	height: inherit;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: inherit;
}

.footer .footer__layout .footer__foot .footer__page-top a:hover {
	opacity: 0.7;
}

/* ヘッダーで使用するクラス */

.header {
	background-color: #0a1c35;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	z-index: 10;
}

.header .header__layout {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	padding: 0 30px;
	width: 100%;
}

.header .header__logo {
	position: relative;
	z-index: 13;
}

.header .header__logo a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header .header__logo a:hover {
	opacity: 0.7;
}

.header .header__logo a img {
	height: auto;
	max-width: 234px;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	width: 100%;
}

.header .header__nav {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 12;
}

.header .header__menus {
	margin-top: 120px;
	max-height: calc(100% - 120px);
	overflow: auto;
	padding-bottom: 32px;
}

.header .header__menu {
	border-bottom: 1px solid #fff;
}

.header .header__menu:first-child {
	border-top: 1px solid #fff;
}

.header .header__menu a {
	display: block;
	padding: 24px 0 24px 32px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header .header__menu a:hover {
	opacity: 0.7;
}

.header .header__menu--active a {
	cursor: default;
}

.header .header__menu--active a:hover {
	opacity: 1;
}

.header .header__menu--contact a img {
	display: none;
}

.js-header {
	background-color: transparent;
}

/* ハンバーガーメニュー関連 */

.hamburger {
	display: block;
}

.hamburger .hamburger__icon {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 22px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 30px;
}

.hamburger .hamburger__icon:hover .hamburger__bar {
	opacity: 0.7;
}

.hamburger .hamburger__icon .hamburger__bar {
	background-color: #fff;
	border-radius: 2px;
	height: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.hamburger .hamburger__background {
	background-color: transparent;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: -1;
}

.js-hamburger .hamburger__icon {
	position: relative;
	z-index: 12;
}

.js-hamburger .hamburger__icon .hamburger__bar {
	position: absolute;
}

.js-hamburger .hamburger__icon .hamburger__bar:nth-child(1) {
	left: 0;
	top: calc(50% - 1px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.js-hamburger .hamburger__icon .hamburger__bar:nth-child(2) {
	opacity: 0;
}

.js-hamburger .hamburger__icon .hamburger__bar:nth-child(3) {
	bottom: calc(50% - 1px);
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.js-hamburger .hamburger__background {
	background-color: rgba(96, 96, 96, .98);
	visibility: visible;
	z-index: 10;
}

.header .js-hamburger-open {
	opacity: 1;
	visibility: visible;
}

/* 画面共通のインナーで使用するクラス */

.inner {
	margin-inline: auto;
	max-width: 1240px;
	padding: 0 50px;
	width: 100%;
}

/* template-links-a.phpで使用するクラス */

.template-links-a {
	background-color: #fff;
}

.template-links-a .template-links-a__layout {
	padding: 150px 0;
}

.template-links-a .template-links-a__layout .template-links-a__heading {
	color: #E5E5E5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 150px;
	font-weight: 700;
	line-height: 1;
}

.template-links-a .template-links-a__layout .template-links-a__links {
	gap: 24px;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 50px;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a {
	aspect-ratio: 556/260;
	background-position: center;
	background-size: cover;
	display: block;
	height: 100%;
	padding: 20px 36px;
	position: relative;
	width: 100%;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a:hover::before {
	background-color: transparent;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a::before {
	background-color: rgba(0, 0, 0, .7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a .main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a .main .page-name {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a .main .arrow img {
	height: 43px;
	width: 43px;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link--about a {
	background-image: url(../images/common/link-about.png);
	background-image: url(../images/common/link-about.webp);
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link--business a {
	background-image: url(../images/common/link-business.png);
	background-image: url(../images/common/link-business.webp);
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link--contact a {
	background-image: url(../images/common/link-contact.png);
	background-image: url(../images/common/link-contact.webp);
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link--company a {
	background-image: url(../images/common/link-company.png);
	background-image: url(../images/common/link-company.webp);
}

/* template-links-b.phpで使用するクラス */

.template-links-b {
	background-color: #fff;
}

.template-links-b .template-links-b__layout {
	gap: 40px;
	display: grid;
	grid-template-columns: 1fr;
	padding: 150px 0;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a {
	gap: 20px;
	border-bottom: 2px solid #E5E5E5;
	color: #000;
	display: grid;
	grid-template-columns: 1fr 43px;
	padding: 34px 0 32px;
	position: relative;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a:hover::before {
	width: 100%;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a::before {
	background-color: #000;
	bottom: -2px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 40px;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a .heading .ja {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a .heading .en {
	font-size: 16px;
	line-height: 1;
	margin-top: 12px;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link:first-child a {
	padding-top: 0;
}

.template-links-b .template-links-b__layout .template-links-b__picture a {
	aspect-ratio: 570/332;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.template-links-b .template-links-b__layout .template-links-b__picture a:hover::before {
	background-color: transparent;
}

.template-links-b .template-links-b__layout .template-links-b__picture a::before {
	background-color: rgba(0, 0, 0, .7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.template-links-b .template-links-b__layout .template-links-b__picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	right: 11.2280701754%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 73.6842105263%;
	z-index: 2;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content .heading .en {
	font-size: 16px;
	line-height: 1;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content .heading .ja {
	font-size: 36px;
	line-height: 1;
	margin-top: 12px;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content .arrow img {
	border-radius: 50%;
	height: 43px;
	width: 43px;
}

/*---
archive.phpで使うクラス
---*/

.archive .archive__content {
	background-color: #2E4259;
	margin-top: 120px;
	padding: 18px 4.3859649123% 18px;
}

.archive .archive__pagination {
	margin-top: 50px;
}

/*---
front-page.phpで使うクラス
---*/

.front-page .front-page__mv .background {
	background-image: url(../images/front-page/mv-city.pzng);
	background-image: url(../images/front-page/mv-city.webp);
	background-position: center;
	background-size: cover;
	height: 100%;
	position: relative;
	width: 100%;
}

.front-page .front-page__mv .background::before {
	background-color: rgba(0, 0, 0, .6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.front-page .front-page__mv .background .garnish {
	position: absolute;
	right: 30%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.front-page .front-page__mv .background .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100vh - 78px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.front-page .front-page__mv .background .heading .ja {
	font-size: 35px;
	line-height: 1.4285714286;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.front-page .front-page__mv .background .heading .ja span {
	letter-spacing: -0.12em;
}

.front-page .front-page__mv .background .heading .ja .light-up {
	-webkit-animation: blinking 4s ease-in-out infinite alternate;
	animation: blinking 4s ease-in-out infinite alternate;
	bottom: 10px;
	height: auto;
	left: calc(100% - 60px);
	max-width: 140px;
	position: absolute;
	width: 100%;
}

.front-page .front-page__mv .background .heading .en {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 20px;
}

.front-page .front-page__mv .background .ticker {
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	overflow: hidden;
	position: relative;
}

.front-page .front-page__mv .background .ticker .lists {
	position: relative;
}

.front-page .front-page__mv .background .ticker .lists .list {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	white-space: nowrap;
	width: 100%;
}

.front-page .front-page__mv .background .ticker .lists .list a {
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.front-page .front-page__mv .background .ticker .lists .list a:hover {
	opacity: 0.7;
}

.front-page .front-page__mv .background .ticker .lists .list a .info {
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.front-page .front-page__mv .background .ticker .lists .list a .time,
.front-page .front-page__mv .background .ticker .lists .list a .the-title {
	font-size: 16px;
	line-height: 1;
}

.front-page .front-page__mv .background .ticker .lists .list a .the-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	width: 100%;
}

.front-page .front-page__mv .background .ticker .lists .list a .category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 16px;
	width: 120px;
}

.front-page .front-page__mv .background .ticker .link {
	display: none;
}

.front-page .front-page__mv .background .ticker .link a {
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.front-page .front-page__mv .background .ticker .link a:hover {
	opacity: 0.7;
}

.front-page .front-page__mv .background .ticker .link a .text {
	font-size: 16px;
	line-height: 1;
}

.front-page .front-page__mv .background .ticker .link a .arrow img {
	height: 40px;
	width: 40px;
}

.front-page .front-page__about .layout {
	margin-top: 190px;
}

.front-page .front-page__about .layout .main {
	position: relative;
}

.front-page .front-page__about .layout .main .picture {
	margin-left: -50px;
}

.front-page .front-page__about .layout .main .picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 823/511;
	height: 320px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.front-page .front-page__about .layout .main .picture-sub {
	aspect-ratio: 484/303;
	-o-object-fit: cover;
	-o-object-position: center;
	height: auto;
	max-height: 303px;
	max-width: 484px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 360px;
	width: 40.15625vw;
	z-index: 1;
}

.front-page .front-page__about .layout .main .picture-sub img {
	-o-object-fit: cover;
	-o-object-position: center;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.front-page .front-page__about .layout .main .block {
	margin-top: 160px;
	position: relative;
	z-index: 2;
}

.front-page .front-page__business {
	margin-top: 200px;
}

.front-page .front-page__business .head img {
	aspect-ratio: 1140/360;
	-o-object-fit: cover;
	-o-object-position: center;
	background-color: gray;
	object-fit: cover;
	object-position: center;
}

.front-page .front-page__business .body {
	gap: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 50px;
}

.front-page .front-page__business .body .number-blocks {
	gap: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.front-page .front-page__business .body .number-blocks .number-block {
	background-color: #2e4259;
	padding: 14px 7px 18px;
	text-align: center;
}

.front-page .front-page__business .body .number-blocks .number-block .num {
	margin-inline: auto;
	border-bottom: 2px solid #2391c5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 12px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.front-page .front-page__business .body .number-blocks .number-block .name {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
}

.front-page .front-page__business .body .number-blocks .number-block .name .display-768 {
	display: inline;
}

.front-page .front-page__company {
	margin-top: 250px;
}

.front-page .front-page__link {
	position: relative;
}

.front-page .front-page__link::before {
	bottom: -3px;
	color: #e5e5e5;
	content: "K-TEC";
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(85px, 9.8958333333vw, 190px);
	font-weight: 700;
	line-height: 1;
	position: absolute;
	right: calc(50% + 16.14583vw);
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/*---
page-about.phpで使うクラス
---*/

.page-about .page-about__layout {
	padding: 200px 0 200px;
}

.page-about .page-about__layout .page-about__box {
	border: 1px solid #fff;
	padding: 0 24px 60px;
	width: 100%;
}

.page-about .page-about__layout .page-about__box .title {
	background-color: #0a1c35;
	font-size: 36px;
	line-height: 1.3888888889;
	margin: -50px auto 0;
	padding: 0 10px;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-about .page-about__layout .page-about__box .title br {
	display: block;
}

.page-about .page-about__layout .page-about__box .texts {
	margin-inline: auto;
	margin-top: 60px;
	max-width: 590px;
	width: 100%;
}

.page-about .page-about__layout .page-about__box .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-about .page-about__layout .page-about__strength {
	margin-top: 150px;
}

.page-about .page-about__layout .page-about__strength .heading {
	white-space: nowrap;
}

.page-about .page-about__layout .page-about__strength .heading .ja {
	font-size: 36px;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateY(-32px);
	transform: translateY(-32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.page-about .page-about__layout .page-about__strength .heading .en {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-top: 24px;
	opacity: 0;
	-webkit-transform: translateY(32px);
	transform: translateY(32px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.page-about .page-about__layout .page-about__strength .heading.is-active .ja,
.page-about .page-about__layout .page-about__strength .heading.is-active .en {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.page-about .page-about__layout .page-about__strength .items {
	margin-top: 70px;
	width: 100%;
}

.page-about .page-about__layout .page-about__strength .items .item {
	padding: 60px 0;
}

.page-about .page-about__layout .page-about__strength .items .item:first-child {
	padding-top: 0;
}

.page-about .page-about__layout .page-about__strength .items .item:not(:first-child) {
	border-top: 1px solid #2e4259;
}

.page-about .page-about__layout .page-about__strength .items .item .num {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.page-about .page-about__layout .page-about__strength .items .item .title {
	font-size: 36px;
	letter-spacing: 0.05em;
	line-height: 1.3888888889;
	margin-top: 10px;
}

.page-about .page-about__layout .page-about__strength .items .item .texts {
	margin-top: 16px;
}

.page-about .page-about__layout .page-about__strength .items .item .texts p {
	font-size: 16px;
	line-height: 1.75;
}

/*---
page-business.phpで使うクラス
---*/

.page-business .page-business__layout {
	padding: 80px 0 150px;
}

.page-business .page-business__layout .page-business__menu {
	background-color: #2e4259;
	padding: 8px 16px;
}

.page-business .page-business__layout .page-business__menu .menus {
	display: grid;
	grid-template-columns: 1fr;
}

.page-business .page-business__layout .page-business__menu .menus .menu:not(:first-child) {
	border-top: 1px solid #0a1c35;
}

.page-business .page-business__layout .page-business__menu .menus .menu a {
	background-color: #2e4259;
	display: block;
	font-weight: 700;
	line-height: 1;
	padding: 22px 0 24px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-business .page-business__layout .page-business__menu .menus .menu a:hover {
	background-color: #2391c5;
}

.page-business .page-business__layout .page-business__menu .menus .menu .en {
	font-size: 16px;
}

.page-business .page-business__layout .page-business__menu .menus .menu .ja {
	font-size: 26px;
	margin-top: 16px;
}

.page-business .page-business__layout .page-business__contents {
	margin-top: 32px;
}

.page-business .page-business__layout .page-business__contents .page-business__content:not(:first-child) {
	margin-top: 100px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .heading .en {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.page-business .page-business__layout .page-business__contents .page-business__content .heading .ja {
	border-bottom: 2px solid #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
	margin-top: 18px;
	padding-bottom: 32px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-business .page-business__layout .page-business__contents .page-business__content .texts .mt-28 {
	margin-top: 28px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .texts .mt-16 {
	margin-top: 14px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .texts .bold {
	font-weight: bold;
}

.page-business .page-business__layout .page-business__contents .page-business__content .texts .circle-text {
	font-weight: 700;
	margin-top: 28px;
	padding-left: 28px;
	position: relative;
}

.page-business .page-business__layout .page-business__contents .page-business__content .texts .circle-text::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 16px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .histories {
	margin-top: 16px;
	padding-left: 36px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .histories .history {
	display: grid;
	grid-template-columns: 80px 1fr;
}

.page-business .page-business__layout .page-business__contents .page-business__content .histories .history:not(:first-child) {
	margin-top: 8px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .histories .history .text {
	font-size: 16px;
	line-height: 1.75;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items {
	margin-top: 60px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item:not(:first-child) {
	margin-top: 50px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .main {
	gap: 24px;
	display: grid;
	margin-top: 30px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .main img {
	aspect-ratio: 320/200;
	background-color: gray;
	display: block;
	height: auto;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item:not(:first-child) {
	margin-top: 50px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .head {
	font-size: 26px;
	line-height: 1.9230769231;
	padding-left: 34px;
	position: relative;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .head::before {
	background-color: #2391c5;
	border-radius: 50%;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 26px;
}

/*---
page-company.phpで使うクラス
---*/

.page-company .page-company__layout {
	padding-top: 80px;
}

.page-company .page-company__greeting {
	margin-top: 130px;
	padding-top: 32px;
}

.page-company .page-company__greeting .message {
	margin-top: 70px;
	max-width: 570px;
}

.page-company .page-company__greeting .title {
	font-size: 26px;
	line-height: 1;
	margin-top: 64px;
}

.page-company .page-company__greeting .texts {
	margin-top: 30px;
	max-width: 650px;
}

.page-company .page-company__greeting .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-company .page-company__greeting .texts p:not(:first-child) {
	margin-top: 20px;
}

.page-company .page-company__history .content,
.page-company .page-company__outline .content {
	background-color: #2e4259;
	display: grid;
	grid-template-columns: 180px 1fr;
	margin-top: 50px;
	padding: 18px 40px;
}

.page-company .page-company__history .content dt,
.page-company .page-company__history .content dd,
.page-company .page-company__outline .content dt,
.page-company .page-company__outline .content dd {
	color: #fff;
	font-size: 16px;
}

.page-company .page-company__history .content dt:nth-child(n+3),
.page-company .page-company__history .content dd:nth-child(n+3),
.page-company .page-company__outline .content dt:nth-child(n+3),
.page-company .page-company__outline .content dd:nth-child(n+3) {
	border-top: 1px solid #0A1C35;
}

.page-company .page-company__history .content dt,
.page-company .page-company__outline .content dt {
	padding: 32px 32px 32px 0;
}

.page-company .page-company__history .content dd,
.page-company .page-company__outline .content dd {
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
	padding: 32px 0;
}

.page-company .page-company__history .content dd address,
.page-company .page-company__outline .content dd address {
	font-style: normal;
}

.page-company .page-company__history .content dd .circle-text,
.page-company .page-company__outline .content dd .circle-text {
	padding-left: 20px;
	position: relative;
}

.page-company .page-company__history .content dd .circle-text::before,
.page-company .page-company__outline .content dd .circle-text::before {
	background-color: #00abeb;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 16px;
}

.page-company .page-company__history {
	margin-top: 180px;
}

.page-company .page-company__outline {
	margin-top: 220px;
}

.page-company .page-company__outline .content dt:nth-child(n+3),
.page-company .page-company__outline .content dd:nth-child(n+3) {
	border-top: 1px solid #0a1c35;
}

.page-company .page-company__outline .content dd .map {
	margin-top: 20px;
}

.page-company .page-company__outline .content dd .map iframe {
	height: 250px;
	width: 100%;
}

/*---
page-contact.phpで使うクラス
---*/

.page-contact .page-contact__contents {
	background-color: #2e4259;
	margin-top: 120px;
	padding: 28px 5.2631578947% 100px;
}

.page-contact .page-contact__content {
	padding: 32px 0;
}

.page-contact .page-contact__content:not(:first-child) {
	border-top: 1px solid #0a1c35;
}

.page-contact .page-contact__content .title {
	font-size: 20px;
	margin-bottom: 16px;
}

.page-contact .page-contact__content .texts p,
.page-contact .page-contact__content .texts a,
.page-contact .page-contact__content .texts address,
.page-contact .page-contact__content .info p,
.page-contact .page-contact__content .info a,
.page-contact .page-contact__content .info address {
	font-size: 16px;
	font-style: normal;
	line-height: 1.75;
}

.page-contact .page-contact__content .texts a,
.page-contact .page-contact__content .info a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-contact .page-contact__content .texts a:hover,
.page-contact .page-contact__content .info a:hover {
	opacity: 0.7;
}

.page-contact .page-contact__content .info {
	padding-left: 16px;
	position: relative;
}

.page-contact .page-contact__content .info::before {
	background-color: #fff;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 5px;
}

.page-contact .page-contact__content .button {
	margin-top: 90px;
}

.page-contact .page-contact__content .contact-form {
	margin-top: 32px;
}

/*---
page-privacy-policy.phpで使うクラス
---*/

.page-environment .page-environment__contents {
	margin-bottom: 150px;
	margin-top: 150px;
}

.page-environment .page-environment__contents .page-environment__content:not(:first-child) {
	margin-top: 150px;
}

.page-environment .page-environment__contents .page-environment__content .page-environment__head {
	gap: 30px;
	display: grid;
	grid-template-columns: 1fr;
}

.page-environment .page-environment__contents .page-environment__content .page-environment__head .texts p {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills {
	gap: 50px;
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 60px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .picture img {
	aspect-ratio: 552/332;
	-o-object-fit: cover;
	-o-object-position: center;
	background-color: gray;
	height: 100%;
	max-height: 350px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content {
	margin-top: 28px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding-left: 36px;
	position: relative;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name::before {
	background-color: #2391c5;
	border-radius: 50%;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: -3px;
	width: 26px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .texts {
	margin-top: 20px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plans {
	margin-top: 40px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan:not(:first-child) {
	margin-top: 32px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .heading {
	font-size: 26px;
	line-height: 1.9230769231;
	padding-left: 34px;
	position: relative;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .heading::before {
	background-color: #2391c5;
	border-radius: 50%;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 13px;
	width: 26px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .texts-list {
	margin-top: 24px;
	padding-left: 34px;
}

/*---
page-company.phpで使うクラス
---*/

.page-interview .page-interview__layout {
	padding-top: 80px;
}

.page-interview .page-interview__contents {
	margin-top: 130px;
}

.page-interview .page-interview__contents .page-interview__content {
	margin-top: 120px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2e4259;
	display: grid;
	margin-left: -50px;
	margin-right: -50px;
	padding: 40px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .picture img {
	margin-inline: auto;
	height: 100%;
	max-height: 260px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings {
	margin-inline: auto;
	margin-top: 32px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings .heading-main span {
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
	padding: 16px 16px 16px 8px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings .heading-main span:not(:first-child) {
	margin-top: 12px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings .heading-main .display-600 {
	display: none;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings .heading-sub {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 32px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main {
	gap: 40px;
	display: grid;
	margin-top: 50px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading {
	font-size: 20px;
	line-height: 1.5;
	position: relative;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading::before {
	background-color: #2391c5;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 20px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .texts {
	margin-top: 20px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading,
.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .texts {
	padding-left: 30px;
}

/*---
page-privacy-policy.phpで使うクラス
---*/

.page-privacy .page-privacy__items {
	background-color: #2e4259;
	margin-top: 80px;
	padding: 18px 32px;
	padding: 40px 5.2631578947%;
}

.page-privacy .page-privacy__items .page-privacy__item {
	padding: 32px 0;
}

.page-privacy .page-privacy__items .page-privacy__item:not(:first-child) {
	border-top: 1px solid #0a1c35;
}

.page-privacy .page-privacy__items .page-privacy__item .title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
}

.page-privacy .page-privacy__items .page-privacy__item .mt-24 {
	margin-top: 24px;
}

.page-privacy .page-privacy__items .page-privacy__item .text {
	font-size: 16px;
	line-height: 1.75;
}

.page-privacy .page-privacy__items .page-privacy__item .text a {
	text-underline-offset: 0.2em;
	color: #0058c4;
	word-wrap: anywhere;
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-privacy .page-privacy__items .page-privacy__item .text a:hover {
	opacity: 0.7;
}

.page-privacy .page-privacy__items .page-privacy__item .text img {
	display: inline-block;
	height: auto;
	padding: 0 3px;
	width: 20px;
}

.page-privacy .page-privacy__items .page-privacy__item .lists {
	counter-reset: item;
	font-size: 16px;
	line-height: 1.75;
	list-style: none;
	margin-top: 24px;
	padding-left: 24px;
}

.page-privacy .page-privacy__items .page-privacy__item .lists .list {
	counter-increment: item;
	padding: 32px 0;
	position: relative;
}

.page-privacy .page-privacy__items .page-privacy__item .lists .list::before {
	content: counter(item, decimal-leading-zero) ".";
	font-size: 16px;
	left: -23px;
	line-height: 1.75;
	position: absolute;
	top: 32px;
}

.page-privacy .page-privacy__items .page-privacy__item .lists .list:not(:first-child)::after {
	background-color: #0A1C35;
	content: "";
	display: block;
	height: 1px;
	left: -24px;
	position: absolute;
	top: 0;
	width: calc(100% + 24px);
}

.page-privacy .page-privacy__items .page-privacy__item .lists .list p {
	padding-left: 16px;
}

.page-privacy .page-privacy__items .page-privacy__item .lists .list p:first-child {
	margin-bottom: 12px;
}

.page-privacy .page-privacy__items .page-privacy__item .os-lists {
	gap: 7.8431372549%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 24px 0;
}

.page-privacy .page-privacy__items .page-privacy__item .os-lists .os-text {
	padding-left: 16px;
}

.page-privacy .page-privacy__items .page-privacy__item .button {
	margin-top: 40px;
}

/*---
page-recruit.phpで使うクラス
---*/

.page-recruit .page-recruit__message {
	padding: 70px 0 120px;
}

.page-recruit .page-recruit__message .picture img {
	aspect-ratio: 1140/460;
	background-color: gray;
	height: auto;
	width: 100%;
}

.page-recruit .page-recruit__message .content {
	gap: 28px;
	display: grid;
	grid-auto-columns: 1fr;
	margin-top: 40px;
}

.page-recruit .page-recruit__message .content .message .title {
	background-color: #fff;
	color: #000;
	font-weight: 700;
	line-height: 1;
	padding: 18px 8px 20px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-recruit .page-recruit__message .content .message .sub-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4615384615;
	margin-top: 30px;
}

.page-recruit .page-recruit__message .content .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-recruit .page-recruit__message .content .texts p:not(:first-child) {
	margin-top: 28px;
}

.page-recruit .page-recruit__work {
	background-color: #fff;
	color: #000;
	padding: 170px 0 200px;
}

.page-recruit .page-recruit__work .items {
	margin-top: 50px;
}

.page-recruit .page-recruit__work .items .item:not(:first-child) {
	margin-top: 100px;
}

.page-recruit .page-recruit__work .items .item .picture img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
}

.page-recruit .page-recruit__work .items .item .content {
	margin-top: 30px;
}

.page-recruit .page-recruit__work .items .item .content .title {
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.5384615385;
	padding-left: 38px;
	position: relative;
}

.page-recruit .page-recruit__work .items .item .content .title::before {
	background-color: #2391c5;
	border-radius: 50%;
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 26px;
}

.page-recruit .page-recruit__work .items .item .content .texts {
	margin-top: 16px;
}

.page-recruit .page-recruit__work .items .item .content .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-recruit .page-recruit__work .items .item .content .constructions {
	margin-top: 24px;
}

.page-recruit .page-recruit__work .items .item .content .constructions .construction {
	background-color: #2391c5;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

.page-recruit .page-recruit__work .items .item .content .constructions .construction:not(:first-child) {
	margin-top: 5px;
}

.page-recruit .page-recruit__welfare {
	padding: 170px 0;
}

.page-recruit .page-recruit__welfare .items {
	gap: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 50px;
}

.page-recruit .page-recruit__welfare .items .item {
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: #fff;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 700;
	height: 450px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}

.page-recruit .page-recruit__welfare .items .item .fs-30,
.page-recruit .page-recruit__welfare .items .item .fs-24,
.page-recruit .page-recruit__welfare .items .item .date {
	text-align: center;
}

.page-recruit .page-recruit__welfare .items .item .fs-30 {
	font-size: 30px;
	line-height: 1.3333333333;
}

.page-recruit .page-recruit__welfare .items .item .fs-24,
.page-recruit .page-recruit__welfare .items .item li {
	font-size: 24px;
	line-height: 1.5833333333;
}

.page-recruit .page-recruit__welfare .items .item ul {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-recruit .page-recruit__welfare .items .item .mt-12 {
	margin-top: 12px;
}

.page-recruit .page-recruit__welfare .items .item .date {
	font-size: 74px;
	line-height: 1.2;
}

.page-recruit .page-recruit__welfare .items .item .date span {
	font-size: 26px;
}

.page-recruit .page-recruit__welfare .items .item .icon {
	margin-bottom: 24px;
}

.page-recruit .page-recruit__welfare .items .item .icon img {
	margin-inline: auto;
	width: 100%;
}

.page-recruit .page-recruit__welfare .items .item .icon-holiday img {
	max-width: 154px;
}

.page-recruit .page-recruit__welfare .items .item .icon-qualification img {
	max-width: 132px;
}

.page-recruit .page-recruit__welfare .items .item .icon-insurance img {
	max-width: 98px;
}

.page-recruit .page-recruit__welfare .items .item .icon-netflix img {
	max-width: 160px;
}

.page-recruit .page-recruit__welfare .items .item .icon-transportation-expenses img {
	max-width: 138px;
}

.page-recruit .page-recruit__welfare .items .item .icon-allowance img {
	max-width: 124px;
}

.page-recruit .page-recruit__welfare .items .item .icon-mandarin-orange img {
	max-width: 132px;
}

.page-recruit .page-recruit__welfare .items .item .display-767 {
	display: none;
}

.page-recruit .page-recruit__welfare .items .item .display-768 {
	display: none;
}

.page-recruit .page-recruit__score {
	background-color: #2e4259;
	padding: 150px 0;
}

.page-recruit .page-recruit__score .box {
	background-color: #fff;
	padding: 80px 20px;
}

.page-recruit .page-recruit__score .box .icon img {
	margin-inline: auto;
	max-width: 167px;
	width: 100%;
}

.page-recruit .page-recruit__score .box .texts {
	color: #000;
	margin: 40px auto 0;
	max-width: 816px;
	width: 100%;
}

.page-recruit .page-recruit__score .box .texts p {
	font-size: 16px;
	line-height: 1.75;
}

.page-recruit .page-recruit__score .box .button {
	margin: 80px auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.page-recruit .page-recruit__score .box .button a {
	gap: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #2e4259;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-recruit .page-recruit__score .box .button a:hover {
	background-color: #0a1c35;
}

.page-recruit .page-recruit__score .box .button a .text {
	font-size: 16px;
}

.page-recruit .page-recruit__score .box .button a .arrow img {
	height: auto;
	width: 40px;
}

/*---
page-requirements.phpで使うクラス
---*/

.page-requirements .page-requirements__content {
	background-color: #2e4259;
	margin-bottom: 150px;
	margin-top: 120px;
	padding: 40px 5.2631578947%;
}

.page-requirements .page-requirements__content dl {
	display: grid;
	grid-template-columns: 150px 1fr;
}

.page-requirements .page-requirements__content dl dt,
.page-requirements .page-requirements__content dl dd {
	font-size: 16px;
	line-height: 1.75;
}

.page-requirements .page-requirements__content dl dt {
	padding: 32px 32px 32px 0;
}

.page-requirements .page-requirements__content dl dt:nth-child(n+3) {
	border-top: 1px solid #0a1c35;
}

.page-requirements .page-requirements__content dl dd {
	padding: 32px 0;
}

.page-requirements .page-requirements__content dl dd:nth-child(n+3) {
	border-top: 1px solid #0a1c35;
}

.page-requirements .page-requirements__content dl dd .mt-8 {
	margin-top: 8px;
}

.page-requirements .page-requirements__content dl dd .circle {
	padding-left: 22px;
	position: relative;
}

.page-requirements .page-requirements__content dl dd .circle::before {
	background-color: #2391c5;
	border-radius: 50%;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 16px;
}

/*---
page-contact-thanks.phpで使うクラス
---*/

.page-sent .page-sent__content {
	background-color: #2e4259;
	margin-top: 120px;
	padding: 100px 5.2631578947%;
}

.page-sent .page-sent__content .title {
	font-size: 30px;
}

.page-sent .page-sent__content .texts {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 40px;
}

.page-sent .page-sent__content .texts .square {
	padding-left: 22px;
	position: relative;
}

.page-sent .page-sent__content .texts .square::before {
	background-color: #fff;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 14px;
}

.page-sent .page-sent__content .button {
	margin-top: 90px;
}

/*---
single.phpで使うクラス
---*/

.single .single__main {
	background-color: #2e4259;
	margin-top: 120px;
	padding: 70px 5.2631578947% 90px;
}

.single .single__info {
	gap: 24px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single .single__info .category {
	background-color: #000;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1;
	padding: 9px 32px 11px;
}

.single .single__info time {
	font-size: 16px;
	line-height: 1;
}

.single .single__the-title {
	font-size: 26px;
	line-height: 1.7307692308;
	margin-top: 30px;
}

.single .single__the-content {
	margin-top: 30px;
}

.single .single__button {
	margin-top: 80px;
}

.single .single__foot {
	margin-top: 130px;
}

.single .single__foot .single__foot-heading {
	font-size: 26px;
	line-height: 1.6923076923;
}

.single .single__foot .single__articles {
	margin-top: 40px;
}

/*---
〇〇で使用するテンプレートクラス
---*/

/* Contact Form 7 で使うクラスが書かれているファイル */

.template-form7__items {
	gap: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.template-form7__title {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.025em;
	line-height: 1.5;
	position: relative;
}

.template-form7__title::after {
	background: #fff;
	border: 1px solid #C1425D;
	border-radius: 5px;
	color: #C1425D;
	content: "任意";
	font-size: 12px;
	height: 22px;
	line-height: 20px;
	position: absolute;
	right: -55px;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(calc(-50% + 1px));
	transform: translateY(calc(-50% + 1px));
	width: 46px;
}

.template-form7__title--privacy-policy::after {
	display: none;
}

.template-form7__required {
	display: inline-block;
	position: relative;
}

.template-form7__required::after {
	background: #C1425D;
	border: 1px solid #C1425D;
	color: #fff;
	content: "必須";
}

.template-form7__message {
	position: relative;
}

.template-form7__message::before {
	content: "個人のお問い合わせの場合は「なし」とご入力ください";
	font-size: 12px;
	left: calc(100% + 64px);
	line-height: 1.4;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	white-space: nowrap;
}

.template-form7__textarea {
	padding-bottom: 30px;
	position: relative;
}

.template-form7__textarea .wpcf7-form-control-wrap {
	display: block;
	height: 100%;
	max-height: 192px;
	position: static;
}

.template-form7__textarea .wpcf7-not-valid-tip {
	bottom: 0;
	position: absolute;
	right: 0;
}

.template-form7__textarea textarea {
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 8px rgba(178, 68, 68, .35);
	box-shadow: 0 5px 8px rgba(178, 68, 68, .35);
	color: #231815;
	height: 100%;
	margin-top: 12px;
	max-height: 180px;
	padding: 16px;
	position: relative;
	resize: none;
	width: 100%;
}

.template-form7__textarea textarea::-webkit-scrollbar {
	margin-right: 8px;
	width: 5px;
}

.template-form7__textarea textarea::-webkit-scrollbar-thumb {
	background-color: #9E9E9E;
	border-radius: 3px;
}

.template-form7__privacy-policy {
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 8px rgba(178, 68, 68, .35);
	box-shadow: 0 5px 8px rgba(178, 68, 68, .35);
	color: #231815;
	font-size: 16px;
	height: 100%;
	margin-top: 12px;
	max-height: 180px;
	overflow-y: auto;
	padding: 16px;
	width: 100%;
}

.template-form7__privacy-policy::-webkit-scrollbar {
	margin-right: 8px;
	width: 5px;
}

.template-form7__privacy-policy::-webkit-scrollbar-thumb {
	background-color: #9E9E9E;
	border-radius: 3px;
}

.template-form7__privacy-policy p {
	font-size: 16px;
}

.template-form7__privacy-policy .center {
	text-align: center;
}

.template-form7__privacy-policy .mt {
	margin-top: 24px;
}

.template-form7__privacy-policy .mt-mini {
	margin-top: 12px;
}

.template-form7__text,
.template-form7__select {
	margin-top: 12px;
	padding-bottom: 30px;
	position: relative;
}

.template-form7__text .text-form,
.template-form7__text .select-box,
.template-form7__text .email-form,
.template-form7__text .tel-form,
.template-form7__select .text-form,
.template-form7__select .select-box,
.template-form7__select .email-form,
.template-form7__select .tel-form {
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 8px rgba(178, 68, 68, .35);
	box-shadow: 0 5px 8px rgba(178, 68, 68, .35);
	color: #231815;
	font-size: 16px;
	height: 36px;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

.template-form7__text .wpcf7-form-control-wrap,
.template-form7__select .wpcf7-form-control-wrap {
	display: block;
	height: 100%;
	position: static;
}

.template-form7__select {
	position: relative;
}

.template-form7__select::before,
.template-form7__select::after {
	background-color: #C1425D;
	content: "";
	height: 9px;
	position: absolute;
	right: 14px;
	width: 9px;
}

.template-form7__select::before {
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	top: 6px;
}

.template-form7__select::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	bottom: 35px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.template-form7__acceptance {
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	padding-left: 54px;
	position: relative;
}

.template-form7__acceptance::after {
	background: #C1425D;
	border-radius: 5px;
	color: #fff;
	content: "必須";
	font-size: 12px;
	height: 22px;
	left: 0px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 46px;
}

.template-form7__acceptance .wpcf7-form-control {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
}

.template-form7__acceptance .wpcf7-list-item {
	margin: 0;
}

.template-form7__acceptance input[type=checkbox] {
	border: 1px solid #231815;
	display: block;
	height: 16px;
	margin: 0;
	position: relative;
	width: 16px;
}

.template-form7__acceptance input[type=checkbox]::before {
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	content: "";
	display: block;
	height: 7px;
	left: 1px;
	position: absolute;
	top: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 12px;
	z-index: 1;
}

.template-form7__acceptance input[type=checkbox]:checked::before {
	border-color: #231815;
}

.template-form7__acceptance p {
	font-size: 16px;
}

.template-form7__acceptance a {
	text-decoration: underline;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.template-form7__acceptance a:hover {
	color: #231815;
}

.template-form7__button {
	margin: 50px auto 0;
	max-width: 360px;
	position: relative;
	width: 100%;
}

.template-form7__button::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 8px;
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 8px;
}

.template-form7__button:hover::before {
	background-color: #FF867C;
	-webkit-transform: translateY(-50%) scale(2);
	transform: translateY(-50%) scale(2);
}

.template-form7__button:hover .wpcf7-submit {
	background-color: #fff;
	color: #FF867C;
}

.template-form7__button .wpcf7-spinner {
	display: none;
}

.template-form7__button .wpcf7-submit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #FF867C;
	border: 1px solid #FF867C;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	padding: 0 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.template-form7__button .wpcf7-previous {
	background-color: gray;
	border: 1px solid gray;
	color: #fff;
	display: block !important;
}

.template-form7__button .wpcf7-previous:hover {
	background-color: #fff;
	border: 1px solid gray;
	color: gray;
}

.template-form7__button:has(input:disabled):hover::before {
	background-color: #fff;
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.template-form7__button:has(input:disabled):hover .wpcf7-submit {
	background-color: gray;
	border-color: gray;
	color: #fff;
}

.wpcf7-submit:disabled {
	background-color: gray;
	border-color: gray;
	cursor: not-allowed;
}

/* Contact form 7 の独自のクラスの上書き */

.wpcf7-not-valid-tip {
	bottom: 0;
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	right: 0;
	text-align: right;
}

/* JavaScriptで使うクラス */

/* 〇〇のアニメーションで使用するクラス */

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

.display-768 {
	display: block;
}

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

.page-recruit .page-recruit__welfare .items .item .display-768 {
	display: inline;
}

}

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

.page-privacy,
.page-requirements,
.page-environment,
.page-contact,
.page-sent,
.archive,
.single {
	margin-top: 90px;
}

.c-articles article a {
	gap: 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.c-articles article a .the-title {
	margin-top: 5px;
}

.c-background-block .block-right {
	padding-left: 50%;
}

.c-background-block .block-left {
	padding-right: 50%;
}

.c-page-links {
	grid-template-columns: 1fr 1fr 1fr;
}

.c-page-links--arrow-bottom .link a {
	grid-template-columns: 1fr 43px;
	text-align: left;
}

.c-page-links--arrow-bottom .link a .arrow {
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.c-page-links--interview .link a {
	padding: 28px 10.8108108108%;
}

.c-page-links--interview .link a .title .ja {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-page-links--interview .link a .title .ja .br-a {
	display: none;
}

.footer .footer__layout .footer__main .footer__info .button a img {
	display: block;
	height: auto;
	width: 22px;
}

.footer .footer__layout .footer__foot {
	margin: 70px 0 0;
	padding: 24px 0 0;
}

.footer .footer__layout .footer__foot .footer__page-top {
	right: 0;
}

.header .header__layout {
	height: 90px;
}

.header .header__nav {
	height: auto;
	left: auto;
	opacity: 1;
	position: static;
	top: auto;
	visibility: visible;
	width: auto;
}

.header .header__menus {
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-top: auto;
	max-height: none;
	padding-bottom: 0;
}

.header .header__menu {
	border-bottom: none;
}

.header .header__menu:first-child {
	border-top: none;
}

.header .header__menu a {
	padding: 0;
}

.header .header__menu a:hover::before {
	width: 100%;
}

.header .header__menu a::before {
	background-color: #2391c5;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: calc(100% + 10px);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}

.header .header__menu--active a::before {
	width: 100%;
}

.header .header__menu--contact a {
	gap: 8px;
	background-color: #2391c5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 13px 20px;
	position: static;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header .header__menu--contact a:hover {
	background-color: #0c6893;
	opacity: 1;
}

.header .header__menu--contact a::before {
	display: none;
}

.header .header__menu--contact a img {
	display: block;
	height: auto;
	width: 22px;
}

.hamburger {
	display: none;
}

.template-links-a .template-links-a__layout .template-links-a__links {
	grid-template-columns: 1fr 1fr;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a {
	aspect-ratio: 556/348;
}

.template-links-b .template-links-b__layout {
	grid-template-columns: 46.4912280702% 50%;
}

.front-page .front-page__mv .background .garnish {
	right: 50%;
}

.front-page .front-page__mv .background .ticker {
	grid-template-columns: 1fr 180px;
}

.front-page .front-page__mv .background .ticker .link {
	display: block;
}

.front-page .front-page__about .layout .main {
	gap: 11.9298245614%;
	display: grid;
	grid-template-columns: 1fr 50%;
}

.front-page .front-page__about .layout .main .picture {
	margin-left: calc(130% - 50vw);
}

.front-page .front-page__about .layout .main .picture img {
	height: 100%;
	max-height: 510px;
}

.front-page .front-page__about .layout .main .picture-sub {
	bottom: calc(100% - 218px);
	left: 74.5614035088%;
	right: inherit;
	top: inherit;
	width: 25.2083333333vw;
}

.front-page .front-page__about .layout .main .block {
	margin-top: 140px;
}

.front-page .front-page__business .body {
	gap: 6.5789473684%;
	grid-template-columns: 1fr 600px;
	margin-top: 100px;
}

.front-page .front-page__link::before {
	bottom: -5px;
	font-size: clamp(110px, 9.8958333333vw, 190px);
}

.page-about .page-about__layout .page-about__box .title {
	margin-top: -28px;
}

.page-about .page-about__layout .page-about__box .title br {
	display: none;
}

.page-about .page-about__layout .page-about__strength {
	gap: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-about .page-about__layout .page-about__strength .items {
	margin-top: 0;
	max-width: 630px;
}

.page-business .page-business__layout {
	gap: 7.8947368421%;
	display: grid;
	grid-template-columns: 270px 1fr;
}

.page-business .page-business__layout .page-business__menu {
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	padding: 18px 22px;
	position: sticky;
	top: 120px;
}

.page-business .page-business__layout .page-business__menu .menus {
	gap: 0;
	grid-template-columns: 1fr;
}

.page-business .page-business__layout .page-business__menu .menus .menu a {
	padding-left: 12px;
	text-align: left;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .main {
	gap: 30px;
	grid-template-columns: 320px 1fr;
}

.page-company .page-company__greeting {
	position: relative;
}

.page-company .page-company__greeting .message {
	left: calc(85.78947% - 50px);
	margin-top: 0;
	max-width: auto;
	position: absolute;
	top: 0;
	width: 14.2105263158%;
}

.page-environment .page-environment__contents .page-environment__content .page-environment__head {
	gap: 24px;
	grid-template-columns: 285px 1fr;
}

.page-environment .page-environment__contents .page-environment__content .page-environment__head .texts {
	margin-top: 32px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills {
	gap: 36px;
	grid-template-columns: 1fr 1fr;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content {
	padding-left: 36px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name {
	padding-left: 0;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name::before {
	left: -36px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head {
	gap: 4.3859649123%;
	grid-template-columns: 27.1929824561% 1fr;
	margin-left: 0;
	margin-right: 0;
	padding: 24px 40px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .picture img {
	margin-inline: inherit;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings {
	margin-inline: inherit;
	margin-top: 0;
	width: auto;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main {
	gap: 50px 3.5087719298%;
	grid-template-columns: 1fr 1fr;
}

.page-recruit .page-recruit__message .content {
	gap: 10.9649122807%;
	grid-template-columns: 420px 1fr;
	margin-top: -32px;
	padding-left: 40px;
}

.page-recruit .page-recruit__message .content .message .sub-title {
	padding-left: 24px;
}

.page-recruit .page-recruit__message .content .texts {
	margin-top: 80px;
}

.page-recruit .page-recruit__message .content .texts p {
	font-size: 14px;
}

.page-recruit .page-recruit__work .items .item {
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-recruit .page-recruit__work .items .item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page-recruit .page-recruit__work .items .item .picture {
	height: 100%;
	width: 46.4912280702%;
}

.page-recruit .page-recruit__work .items .item .picture img {
	max-height: none;
}

.page-recruit .page-recruit__work .items .item .content {
	margin-top: 0;
	width: 50%;
}

}

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

.c-heading-under::before {
	bottom: calc(100% - 33px);
}

}

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

.footer .footer__layout .footer__foot .footer__page-top {
	bottom: auto;
	left: calc(100% + 80px);
	right: auto;
	top: 0;
}

}

@media screen and (max-width: 767px) {

.display-767 {
	display: block;
}

.c-articles article a {
	gap: 15px;
	padding: 26px 44px 26px 0;
}

.c-articles article a .info {
	gap: 20px;
}

.c-articles article a .info time {
	font-size: 15px;
}

.c-articles article a .info .category {
	font-size: 15px;
	padding: 5px 16px 7px;
	width: 132px;
}

.c-articles article a .the-title {
	font-size: 15px;
}

.c-articles article a .arrow {
	right: 18px;
}

.c-background-block {
	padding: 120px 0;
}

.c-block-a .c-block-a__heading .ja {
	font-size: 22px;
}

.c-block-a .c-block-a__heading .en {
	padding-left: 48px;
}

.c-block-a .c-block-a__heading .en::before {
	width: 38px;
}

.c-block-a .c-block-a__texts {
	margin-top: 28px;
}

.c-block-a .c-block-a__link {
	margin-top: 38px;
}

.c-block-a .c-block-a__link a span,
.c-block-a .c-block-a__link .link-flex span {
	font-size: 15px;
}

.c-block-a .c-block-a__link a img,
.c-block-a .c-block-a__link .link-flex img {
	height: 38px;
	width: 38px;
}

.c-distance-footer {
	margin-bottom: 120px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__textarea-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__select-field {
	margin-top: 10px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field input {
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field {
	max-width: 520px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field input[type=tel] {
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__select-field select {
	font-size: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.c-form7 .c-form7__items .c-form7__button {
	margin-top: 30px;
}

.c-heading-under::before {
	bottom: calc(100% - 18px);
}

.c-heading-under .ja {
	font-size: 28px;
}

.c-heading-under .en {
	font-size: 17px;
}

.c-heading-a .en {
	font-size: 15px;
}

.c-heading-a .ja {
	font-size: 30px;
}

.c-mv .c-mv__background {
	height: 480px;
	padding-top: 365px;
}

.c-overflow--under {
	padding-top: 170px;
}

.c-page-links .link a {
	padding: 34px 30px;
}

.c-page-links .link a .title .en {
	font-size: 15px;
}

.c-page-links .link a .title .ja {
	font-size: 21px;
	margin-top: 10px;
}

.c-page-links--arrow-bottom .link a {
	padding: 34px 16px;
}

.c-page-links--interview {
	grid-template-columns: 1fr;
}

.c-page-links--interview .link a {
	padding: 15px 12px 17px;
}

.c-page-links--interview .link a .title .ja {
	min-height: 42px;
}

.c-page-links--interview .link a .title .ja .br-a {
	display: none;
}

.c-pagination .page-numbers .page-next,
.c-pagination .page-numbers .page-prev {
	height: 50px;
	width: 50px;
}

.footer .footer__layout {
	padding: 110px 0 60px;
}

.footer .footer__layout .footer__main {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer .footer__layout .footer__main .footer__menus {
	gap: 32px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer .footer__layout .footer__foot {
	margin: 60px -32px 0;
	padding: 22px 32px 0;
}

.footer .footer__layout .footer__foot .footer__page-top {
	height: 55px;
	width: 55px;
}

.inner {
	padding: 0 32px;
}

.template-links-a .template-links-a__layout {
	padding: 110px 0;
}

.template-links-a .template-links-a__layout .template-links-a__heading {
	font-size: 100px;
}

.template-links-a .template-links-a__layout .template-links-a__links {
	margin-top: 40px;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a .main .page-name {
	font-size: 30px;
}

.template-links-b .template-links-b__layout {
	padding: 130px 0;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a .heading .ja {
	font-size: 23px;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a .heading .en {
	font-size: 15px;
}

.template-links-b .template-links-b__layout .template-links-b__picture img {
	aspect-ratio: 1.64/1;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content {
	width: 80%;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content .heading .en {
	font-size: 15px;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content .heading .ja {
	font-size: 30px;
}

.template-links-b .template-links-b__layout--front-page {
	gap: 100px;
}

.archive .archive__content {
	margin-top: 90px;
}

.front-page .front-page__mv .background .garnish {
	left: 0;
	right: 0;
}

.front-page .front-page__mv .background .heading {
	height: calc(100vh - 110px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: auto;
}

.front-page .front-page__mv .background .heading .ja {
	font-size: 28px;
}

.front-page .front-page__mv .background .heading .ja .light-up {
	bottom: 7px;
	max-width: 112px;
}

.front-page .front-page__mv .background .ticker {
	gap: 16px;
}

.front-page .front-page__mv .background .ticker .lists .list a {
	gap: 16px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.front-page .front-page__about .layout {
	margin-top: 120px;
}

.front-page .front-page__about .layout .main .picture {
	margin-left: -32px;
}

.front-page .front-page__about .layout .main .picture img {
	height: 280px;
}

.front-page .front-page__about .layout .main .picture-sub {
	max-width: 300px;
	top: 320px;
}

.front-page .front-page__about .layout .main .block {
	margin-top: 120px;
}

.front-page .front-page__business {
	margin-top: 140px;
}

.front-page .front-page__business .head {
	margin-left: -32px;
	margin-right: -32px;
}

.front-page .front-page__business .head img {
	aspect-ratio: 640/362;
}

.front-page .front-page__business .body {
	gap: 40px;
	margin-top: 40px;
}

.front-page .front-page__business .body .number-blocks {
	gap: 20px;
}

.front-page .front-page__business .body .number-blocks .number-block .num {
	font-size: 30px;
	padding-bottom: 10px;
}

.front-page .front-page__business .body .number-blocks .number-block .name {
	font-size: 15px;
}

.front-page .front-page__business .body .number-blocks .number-block .name .display-768 {
	display: none;
}

.front-page .front-page__company {
	margin-top: 150px;
}

.front-page .front-page__link::before {
	bottom: auto;
	font-size: 150px;
	left: 50%;
	top: -28px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-about .page-about__layout {
	padding: 140px 0 40px;
}

.page-about .page-about__layout .page-about__box {
	padding-bottom: 54px;
}

.page-about .page-about__layout .page-about__box .title {
	font-size: 28px;
	margin-top: -41px;
}

.page-about .page-about__layout .page-about__box .texts {
	margin-top: 48px;
}

.page-about .page-about__layout .page-about__strength {
	margin-top: 100px;
}

.page-about .page-about__layout .page-about__strength .heading .ja {
	font-size: 30px;
}

.page-about .page-about__layout .page-about__strength .heading .en {
	font-size: 14px;
	margin-top: 20px;
}

.page-about .page-about__layout .page-about__strength .items {
	margin-top: 55px;
}

.page-about .page-about__layout .page-about__strength .items .item {
	padding: 40px 0;
}

.page-about .page-about__layout .page-about__strength .items .item .title {
	font-size: 28px;
}

.page-about .page-about__layout .page-about__strength .items .item .texts {
	margin-top: 13px;
}

.page-business .page-business__layout {
	padding: 70px 0 120px;
}

.page-business .page-business__layout .page-business__menu .menus .menu a {
	padding: 19px 16px 21px;
}

.page-business .page-business__layout .page-business__menu .menus .menu .en {
	font-size: 15px;
}

.page-business .page-business__layout .page-business__menu .menus .menu .ja {
	font-size: 18px;
	margin-top: 12px;
}

.page-business .page-business__layout .page-business__contents .page-business__content:not(:first-child) {
	margin-top: 85px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .histories {
	padding-left: 32px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items {
	margin-top: 50px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item:not(:first-child) {
	margin-top: 40px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .main {
	gap: 22px;
	margin-top: 27px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item:not(:first-child) {
	margin-top: 40px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .head {
	font-size: 22px;
	padding-left: 30px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .head::before {
	height: 22px;
	top: 12px;
	width: 22px;
}

.page-company .page-company__layout {
	padding-top: 70px;
}

.page-company .page-company__greeting {
	margin-top: 100px;
	padding-top: 0;
}

.page-company .page-company__greeting .message {
	margin-top: 48px;
}

.page-company .page-company__greeting .title {
	font-size: 22px;
	margin-top: 52px;
}

.page-company .page-company__greeting .texts {
	margin-top: 24px;
}

.page-company .page-company__history .content,
.page-company .page-company__outline .content {
	grid-template-columns: 150px 1fr;
	margin-top: 40px;
	padding: 16px 30px;
}

.page-company .page-company__history .content dt,
.page-company .page-company__outline .content dt {
	padding: 24px 24px 24px 0;
}

.page-company .page-company__history .content dd,
.page-company .page-company__outline .content dd {
	padding: 24px 0;
}

.page-company .page-company__history {
	margin-top: 150px;
}

.page-company .page-company__outline {
	margin-top: 150px;
}

.page-company .page-company__outline .content {
	grid-template-columns: 1fr;
}

.page-company .page-company__outline .content dt:nth-child(n+3),
.page-company .page-company__outline .content dd:nth-child(n+3) {
	border: none;
}

.page-company .page-company__outline .content dt {
	padding: 24px 0 12px;
}

.page-company .page-company__outline .content dt:not(:first-child) {
	border-top: 1px solid #0a1c35;
}

.page-company .page-company__outline .content dd {
	padding: 0 0 24px;
}

.page-company .page-company__outline .content dd .map {
	margin-top: 18px;
}

.page-company .page-company__outline .content dd .map iframe {
	height: 200px;
}

.page-contact .page-contact__contents {
	margin-top: 100px;
	padding: 18px 30px 70px;
}

.page-contact .page-contact__content .button {
	margin-top: 70px;
}

.page-contact .page-contact__content .contact-form {
	margin-top: 28px;
}

.page-environment .page-environment__contents {
	margin-bottom: 130px;
	margin-top: 130px;
}

.page-environment .page-environment__contents .page-environment__content:not(:first-child) {
	margin-top: 130px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content {
	margin-top: 24px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name {
	font-size: 19px;
	padding-left: 31px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name::before {
	height: 21px;
	top: 0;
	width: 21px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .texts {
	margin-top: 18px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .texts p {
	font-size: 15px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plans {
	margin-top: 32px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan:not(:first-child) {
	margin-top: 26px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .heading {
	font-size: 22px;
	padding-left: 30px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .heading::before {
	height: 22px;
	top: 12px;
	width: 22px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .texts-list {
	margin-top: 20px;
	padding-left: 30px;
}

.page-interview .page-interview__layout {
	padding-top: 70px;
}

.page-interview .page-interview__contents {
	margin-top: 100px;
}

.page-interview .page-interview__contents .page-interview__content {
	margin-top: 90px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head {
	margin-left: -32px;
	margin-right: -32px;
	padding: 40px 20px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .picture img {
	max-height: 230px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings .heading-main span {
	font-size: 22px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main {
	gap: 32px;
	margin-top: 40px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading {
	font-size: 19px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading::before {
	height: 19px;
	width: 19px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .texts {
	margin-top: 16px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading,
.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .texts {
	padding-left: 27px;
}

.page-privacy .page-privacy__items .page-privacy__item .os-lists {
	gap: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page-recruit .page-recruit__message {
	padding: 55px 0 110px;
}

.page-recruit .page-recruit__message .content {
	gap: 24px;
	margin-top: 34px;
}

.page-recruit .page-recruit__message .content .message .title {
	font-size: 22px;
}

.page-recruit .page-recruit__message .content .message .sub-title {
	font-size: 22px;
	margin-top: 24px;
}

.page-recruit .page-recruit__work {
	padding: 120px 0 170px;
}

.page-recruit .page-recruit__work .items {
	margin-top: 40px;
}

.page-recruit .page-recruit__work .items .item:not(:first-child) {
	margin-top: 70px;
}

.page-recruit .page-recruit__work .items .item .content {
	margin-top: 24px;
}

.page-recruit .page-recruit__work .items .item .content .title {
	font-size: 22px;
	padding-left: 32px;
}

.page-recruit .page-recruit__work .items .item .content .title::before {
	height: 22px;
	width: 22px;
}

.page-recruit .page-recruit__work .items .item .content .texts {
	margin-top: 14px;
}

.page-recruit .page-recruit__work .items .item .content .constructions {
	margin-top: 21px;
}

.page-recruit .page-recruit__welfare {
	padding: 120px 0;
}

.page-recruit .page-recruit__welfare .items {
	gap: 30px;
	margin-top: 40px;
}

.page-recruit .page-recruit__welfare .items .item {
	height: 350px;
	padding: 20px 16px;
}

.page-recruit .page-recruit__welfare .items .item .fs-30 {
	font-size: 24px;
}

.page-recruit .page-recruit__welfare .items .item .fs-24,
.page-recruit .page-recruit__welfare .items .item li {
	font-size: 20px;
}

.page-recruit .page-recruit__welfare .items .item .mt-12 {
	margin-top: 10px;
}

.page-recruit .page-recruit__welfare .items .item .date {
	font-size: 58px;
}

.page-recruit .page-recruit__welfare .items .item .date span {
	font-size: 22px;
}

.page-recruit .page-recruit__welfare .items .item .icon-holiday img {
	max-width: 123.2px;
}

.page-recruit .page-recruit__welfare .items .item .icon-qualification img {
	max-width: 105.6px;
}

.page-recruit .page-recruit__welfare .items .item .icon-insurance img {
	max-width: 78.4px;
}

.page-recruit .page-recruit__welfare .items .item .icon-netflix img {
	max-width: 128px;
}

.page-recruit .page-recruit__welfare .items .item .icon-transportation-expenses img {
	max-width: 110.4px;
}

.page-recruit .page-recruit__welfare .items .item .icon-allowance img {
	max-width: 99.2px;
}

.page-recruit .page-recruit__welfare .items .item .icon-mandarin-orange img {
	max-width: 105.6px;
}

.page-recruit .page-recruit__welfare .items .item .display-767 {
	display: inline;
}

.page-recruit .page-recruit__score {
	padding: 110px 0;
}

.page-recruit .page-recruit__score .box {
	padding: 60px 16px;
}

.page-recruit .page-recruit__score .box .texts {
	margin-top: 34px;
}

.page-recruit .page-recruit__score .box .button {
	margin-top: 60px;
}

.page-recruit .page-recruit__score .box .button a .text {
	font-size: 15px;
}

.page-recruit .page-recruit__score .box .button a .arrow img {
	width: 36px;
}

.page-requirements .page-requirements__content {
	margin-bottom: 120px;
	margin-top: 130px;
	padding: 32px 30px;
}

.page-requirements .page-requirements__content dl {
	grid-template-columns: 1fr;
}

.page-requirements .page-requirements__content dl dt {
	padding: 0;
	padding-top: 24px;
}

.page-requirements .page-requirements__content dl dd {
	margin-top: 6px;
	padding: 0;
	padding-bottom: 24px;
}

.page-requirements .page-requirements__content dl dd:nth-child(n+3) {
	border-top: none;
}

.page-sent .page-sent__content {
	margin-top: 120px;
	padding: 80px 30px;
}

.page-sent .page-sent__content .title {
	font-size: 28px;
}

.single .single__main {
	margin-top: 120px;
	padding: 60px 30px;
}

.single .single__foot {
	margin-top: 110px;
}

.single .single__foot .single__foot-heading {
	font-size: 24px;
}

.single .single__foot .single__articles {
	margin-top: 36px;
}

.template-form7__message::before {
	content: "個人のお問い合わせの場合は「なし」\aとご入力ください";
	min-width: 212px;
	white-space: pre-wrap;
}

.template-form7__button {
	max-width: 330px;
}

}

@media screen and (max-width: 600px) {

.c-articles article a {
	gap: 12px;
	padding: 20px 24px 20px 0;
}

.c-articles article a .info {
	gap: 16px;
}

.c-articles article a .info time {
	font-size: 14px;
}

.c-articles article a .info .category {
	font-size: 14px;
	padding: 3px 16px 5px;
	width: 120px;
}

.c-articles article a .the-title {
	font-size: 14px;
}

.c-articles article a .arrow {
	right: 8px;
}

.c-background-block {
	padding: 70px 0;
}

.c-block-a .c-block-a__heading .ja {
	font-size: 18px;
}

.c-block-a .c-block-a__heading .en {
	padding-left: 40px;
}

.c-block-a .c-block-a__heading .en::before {
	width: 32px;
}

.c-block-a .c-block-a__texts {
	margin-top: 20px;
}

.c-block-a .c-block-a__link {
	margin-top: 32px;
}

.c-block-a .c-block-a__link a span,
.c-block-a .c-block-a__link .link-flex span {
	font-size: 14px;
}

.c-block-a .c-block-a__link a img,
.c-block-a .c-block-a__link .link-flex img {
	height: 32px;
	width: 32px;
}

.c-distance-footer {
	margin-bottom: 100px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__textarea-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field,
.c-form7 .c-form7__items .c-form7__item .c-form7__select-field {
	margin-top: 8px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__text-field input {
	font-size: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__tel-field input[type=tel] {
	font-size: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

.c-form7 .c-form7__items .c-form7__item .c-form7__select-field select {
	font-size: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

.c-heading-under::before {
	bottom: calc(100% - 14px);
}

.c-heading-under .ja {
	font-size: 21px;
}

.c-heading-under .en {
	font-size: 13px;
}

.c-heading-a .en {
	font-size: 14px;
}

.c-heading-a .ja {
	font-size: 24px;
}

.c-mv .c-mv__background {
	height: 400px;
	padding-top: 306px;
}

.c-overflow--under {
	padding-top: 140px;
}

.c-page-links .link a {
	padding: 28px;
}

.c-page-links .link a .title .en {
	font-size: 14px;
}

.c-page-links .link a .title .ja {
	font-size: 18px;
	margin-top: 8px;
}

.c-page-links--arrow-bottom .link a {
	padding: 28px 8px;
}

.c-page-links--interview .link a {
	padding: 10px 8px 12px;
}

.c-page-links--interview .link a .title .ja {
	min-height: 36px;
}

.c-pagination .page-numbers .page-next,
.c-pagination .page-numbers .page-prev {
	height: 44px;
	width: 44px;
}

.footer .footer__layout {
	padding: 100px 0 32px;
}

.footer .footer__layout .footer__foot {
	margin: 50px -24px 0;
	padding: 20px 24px 0;
}

.footer .footer__layout .footer__foot .footer__page-top {
	height: 50px;
	width: 50px;
}

.footer .footer__layout .footer__foot .footer__page-top {
	right: 24px;
}

.inner {
	padding: 0 24px;
}

.template-links-a .template-links-a__layout {
	padding: 70px 0;
}

.template-links-a .template-links-a__layout .template-links-a__heading {
	font-size: 50px;
}

.template-links-a .template-links-a__layout .template-links-a__links {
	margin-top: 32px;
}

.template-links-a .template-links-a__layout .template-links-a__links .template-links-a__link a .main .page-name {
	font-size: 24px;
}

.template-links-b .template-links-b__layout {
	padding: 110px 0;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a .heading .ja {
	font-size: 20px;
}

.template-links-b .template-links-b__layout .template-links-b__links .template-links-b__link a .heading .en {
	font-size: 14px;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content .heading .en {
	font-size: 14px;
}

.template-links-b .template-links-b__layout .template-links-b__picture .content .heading .ja {
	font-size: 24px;
}

.template-links-b .template-links-b__layout--front-page {
	gap: 70px;
}

.archive .archive__content {
	margin-top: 70px;
}

.front-page .front-page__mv .background .heading .ja {
	font-size: 5vw;
}

.front-page .front-page__mv .background .heading .ja .light-up {
	bottom: 4px;
	left: calc(100% - 10vw);
	max-width: 22.2222222222vw;
}

.front-page .front-page__mv .background .heading .en {
	font-size: 3.0555555556vw;
}

.front-page .front-page__about .layout {
	margin-top: 60px;
}

.front-page .front-page__about .layout .main .picture {
	margin-left: -24px;
}

.front-page .front-page__about .layout .main .picture img {
	height: 240px;
}

.front-page .front-page__about .layout .main .picture-sub {
	max-height: 120px;
	max-width: 300px;
	top: 280px;
}

.front-page .front-page__about .layout .main .block {
	margin-top: 80px;
}

.front-page .front-page__business {
	margin-top: 80px;
}

.front-page .front-page__business .head {
	margin-left: -24px;
	margin-right: -24px;
}

.front-page .front-page__business .body {
	gap: 32px;
	margin-top: 32px;
}

.front-page .front-page__business .body .number-blocks {
	gap: 16px;
}

.front-page .front-page__business .body .number-blocks .number-block .num {
	font-size: 24px;
	padding-bottom: 8px;
}

.front-page .front-page__business .body .number-blocks .number-block .name {
	font-size: 14px;
}

.front-page .front-page__company {
	margin-top: 80px;
}

.front-page .front-page__link::before {
	font-size: 110px;
	top: -21px;
}

.page-about .page-about__layout {
	padding: 80px 0 28px;
}

.page-about .page-about__layout .page-about__box {
	padding-bottom: 48px;
}

.page-about .page-about__layout .page-about__box .title {
	font-size: 22px;
	margin-top: -31px;
}

.page-about .page-about__layout .page-about__box .texts {
	margin-top: 36px;
}

.page-about .page-about__layout .page-about__strength {
	margin-top: 70px;
}

.page-about .page-about__layout .page-about__strength .heading .ja {
	font-size: 24px;
}

.page-about .page-about__layout .page-about__strength .heading .en {
	font-size: 12px;
	margin-top: 16px;
}

.page-about .page-about__layout .page-about__strength .items {
	margin-top: 40px;
}

.page-about .page-about__layout .page-about__strength .items .item {
	padding: 32px 0;
}

.page-about .page-about__layout .page-about__strength .items .item .title {
	font-size: 20px;
}

.page-about .page-about__layout .page-about__strength .items .item .texts {
	margin-top: 10px;
}

.page-business .page-business__layout {
	padding: 60px 0 100px;
}

.page-business .page-business__layout .page-business__menu .menus .menu a {
	padding: 19px 12px 21px;
}

.page-business .page-business__layout .page-business__menu .menus .menu .en {
	font-size: 14px;
}

.page-business .page-business__layout .page-business__menu .menus .menu .ja {
	font-size: 18px;
	margin-top: 8px;
}

.page-business .page-business__layout .page-business__contents .page-business__content:not(:first-child) {
	margin-top: 70px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .histories {
	padding-left: 30px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items {
	margin-top: 40px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item:not(:first-child) {
	margin-top: 32px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .main {
	gap: 20px;
	margin-top: 24px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item:not(:first-child) {
	margin-top: 32px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .head {
	font-size: 20px;
	padding-left: 28px;
}

.page-business .page-business__layout .page-business__contents .page-business__content .items .item .head::before {
	height: 20px;
	top: 9px;
	width: 20px;
}

.page-company .page-company__layout {
	padding-top: 60px;
}

.page-company .page-company__greeting {
	margin-top: 80px;
}

.page-company .page-company__greeting .message {
	margin-top: 32px;
}

.page-company .page-company__greeting .title {
	font-size: 20px;
	margin-top: 40px;
}

.page-company .page-company__greeting .texts {
	margin-top: 18px;
}

.page-company .page-company__history .content,
.page-company .page-company__outline .content {
	grid-template-columns: 140px 1fr;
	margin-top: 32px;
	padding: 16px 20px;
}

.page-company .page-company__history .content dt,
.page-company .page-company__outline .content dt {
	padding: 16px 16px 16px 0;
}

.page-company .page-company__history .content dd,
.page-company .page-company__outline .content dd {
	padding: 16px 0;
}

.page-company .page-company__history {
	margin-top: 80px;
}

.page-company .page-company__outline {
	margin-top: 80px;
}

.page-company .page-company__outline .content {
	grid-template-columns: 1fr;
}

.page-company .page-company__outline .content dt {
	padding: 16px 0 8px;
}

.page-company .page-company__outline .content dt:not(:first-child) {
	border-top: 1px solid #0a1c35;
}

.page-company .page-company__outline .content dd {
	padding: 0 0 16px;
}

.page-company .page-company__outline .content dd .map {
	margin-top: 16px;
}

.page-contact .page-contact__contents {
	margin-top: 80px;
	padding: 8px 24px 50px;
}

.page-contact .page-contact__content .button {
	margin-top: 50px;
}

.page-contact .page-contact__content .contact-form {
	margin-top: 24px;
}

.page-environment .page-environment__contents {
	margin-bottom: 110px;
	margin-top: 110px;
}

.page-environment .page-environment__contents .page-environment__content:not(:first-child) {
	margin-top: 110px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills {
	gap: 40px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content {
	margin-top: 20px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name {
	font-size: 18px;
	padding-left: 26px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .skill-name::before {
	height: 18px;
	width: 18px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .texts {
	margin-top: 16px;
}

.page-environment .page-environment__contents .page-environment__content--skill .page-environment__skills .page-environment__skill .content .texts p {
	font-size: 14px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plans {
	margin-top: 24px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan:not(:first-child) {
	margin-top: 20px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .heading {
	font-size: 20px;
	padding-left: 28px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .heading::before {
	height: 20px;
	top: 9px;
	width: 20px;
}

.page-environment .page-environment__contents .page-environment__content--plan .page-environment__plan .texts-list {
	margin-top: 16px;
	padding-left: 28px;
}

.page-interview .page-interview__layout {
	padding-top: 60px;
}

.page-interview .page-interview__contents {
	margin-top: 70px;
}

.page-interview .page-interview__contents .page-interview__content {
	margin-top: 60px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head {
	margin-left: -24px;
	margin-right: -24px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .picture img {
	max-height: 200px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings .heading-main span {
	display: none;
	font-size: 20px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__head .headings .heading-main .display-600 {
	display: block;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main {
	gap: 24px;
	margin-top: 32px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading {
	font-size: 18px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading::before {
	height: 18px;
	width: 18px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .texts {
	margin-top: 12px;
}

.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .heading,
.page-interview .page-interview__contents .page-interview__content .page-interview__main .page-interview__interview .texts {
	padding-left: 24px;
}

.page-recruit .page-recruit__message {
	padding: 40px 0 100px;
}

.page-recruit .page-recruit__message .content {
	gap: 20px;
	margin-top: 28px;
}

.page-recruit .page-recruit__message .content .message .title {
	font-size: 18px;
}

.page-recruit .page-recruit__message .content .message .sub-title {
	font-size: 18px;
	margin-top: 20px;
}

.page-recruit .page-recruit__message .content .texts p {
	font-size: 15px;
}

.page-recruit .page-recruit__work {
	padding: 80px 0 150px;
}

.page-recruit .page-recruit__work .items {
	margin-top: 30px;
}

.page-recruit .page-recruit__work .items .item:not(:first-child) {
	margin-top: 50px;
}

.page-recruit .page-recruit__work .items .item .content {
	margin-top: 20px;
}

.page-recruit .page-recruit__work .items .item .content .title {
	font-size: 20px;
	padding-left: 28px;
}

.page-recruit .page-recruit__work .items .item .content .title::before {
	height: 20px;
	top: 5px;
	width: 20px;
}

.page-recruit .page-recruit__work .items .item .content .texts {
	margin-top: 12px;
}

.page-recruit .page-recruit__work .items .item .content .constructions {
	margin-top: 18px;
}

.page-recruit .page-recruit__welfare {
	padding: 70px 0;
}

.page-recruit .page-recruit__welfare .items {
	gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 30px;
}

.page-recruit .page-recruit__welfare .items .item {
	height: 280px;
	min-height: 190px;
}

.page-recruit .page-recruit__welfare .items .item .fs-30 {
	font-size: 18px;
}

.page-recruit .page-recruit__welfare .items .item .fs-24,
.page-recruit .page-recruit__welfare .items .item li {
	font-size: 16px;
}

.page-recruit .page-recruit__welfare .items .item .mt-12 {
	margin-top: 8px;
}

.page-recruit .page-recruit__welfare .items .item .date {
	font-size: 44px;
}

.page-recruit .page-recruit__welfare .items .item .date span {
	font-size: 18px;
}

.page-recruit .page-recruit__welfare .items .item .icon-holiday img {
	max-width: 107.8px;
}

.page-recruit .page-recruit__welfare .items .item .icon-qualification img {
	max-width: 92.4px;
}

.page-recruit .page-recruit__welfare .items .item .icon-insurance img {
	max-width: 68.6px;
}

.page-recruit .page-recruit__welfare .items .item .icon-netflix img {
	max-width: 112px;
}

.page-recruit .page-recruit__welfare .items .item .icon-transportation-expenses img {
	max-width: 96.6px;
}

.page-recruit .page-recruit__welfare .items .item .icon-allowance img {
	max-width: 86.8px;
}

.page-recruit .page-recruit__welfare .items .item .icon-mandarin-orange img {
	max-width: 92.4px;
}

.page-recruit .page-recruit__score {
	padding: 70px 0;
}

.page-recruit .page-recruit__score .box {
	padding: 40px 12px;
}

.page-recruit .page-recruit__score .box .texts {
	margin-top: 28px;
}

.page-recruit .page-recruit__score .box .button {
	margin-top: 40px;
}

.page-recruit .page-recruit__score .box .button a .text {
	font-size: 14px;
}

.page-recruit .page-recruit__score .box .button a .arrow img {
	width: 32px;
}

.page-requirements .page-requirements__content {
	margin-bottom: 110px;
	padding: 24px 24px;
}

.page-requirements .page-requirements__content dl dt {
	padding-top: 20px;
}

.page-requirements .page-requirements__content dl dd {
	padding-bottom: 20px;
}

.page-sent .page-sent__content {
	padding: 50px 24px;
}

.page-sent .page-sent__content .title {
	font-size: 26px;
}

.single .single__main {
	padding: 50px 24px;
}

.single .single__foot {
	margin-top: 90px;
}

.single .single__foot .single__foot-heading {
	font-size: 22px;
}

.single .single__foot .single__articles {
	margin-top: 32px;
}

}

@-webkit-keyframes blinking {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes blinking {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


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