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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

body {
	background: url("../images/common/bg_main.webp") repeat-y center top 430px/100% auto scroll;
	background: url("../images/common/bg_main.webp") repeat-y center top 26.875rem/100% auto scroll;
	color: #141414;
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	letter-spacing: 0.05em;
	position: relative;
}

body.home {
	background: url("../images/common/bg_main.webp") repeat-y center top/100% auto scroll;
}

html {
	scroll-behavior: smooth;
}

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* 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;
	height: auto;
	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;
}

/* ホバー */

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

a:hover {
	opacity: 0.7;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

.p-404 {
	padding-top: 240px;
	padding-top: 15rem;
}

.p-404__content {
	padding-block: 100px;
	padding-block: 6.25rem;
	border-bottom: 1px solid #ff7701;
	border-top: 1px solid #ff7701;
}

.p-404__lead {
	text-align: center;
}

.p-404__btn-wrapper {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-404__btn {
	margin-inline: auto;
}

.p-brand__fv {
	background: url("../images/brand/fv_bg.webp") no-repeat center center/cover;
}

.p-brand__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.p-brand__lead .--red {
	color: #e60012;
}

.p-brand__box {
	border-radius: 1.25rem;
	position: relative;
}

.p-brand__box::before {
	background-color: #e60012;
	border-radius: 1.25rem;
	bottom: -10px;
	bottom: -0.625rem;
	content: "";
	height: 100%;
	position: absolute;
	right: -10px;
	right: -0.625rem;
	width: 100%;
	z-index: -1;
}

.p-brand__box-container {
	gap: 100px;
	gap: 6.25rem;
	background-color: #fcfcfc;
	border-radius: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px;
	padding: 3.75rem;
	position: relative;
}

.p-brand__box-block.--img {
	max-width: 280px;
	max-width: 17.5rem;
}

.p-brand__box-block.--img img + img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-brand__box-block.--img img {
	margin-inline: auto;
	display: block;
}

.p-brand__box-block.--img .p-brand__box-img01 {
	width: 160px;
	width: 10rem;
}

.p-brand__box-block.--img .p-brand__box-img03 {
	width: 190px;
	width: 11.875rem;
}

.p-brand__box-text + .p-brand__box-text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-brand__box-btn-wrapper {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-brand__box-btn {
	margin-left: auto;
}

.p-brand__bnr-wrapper {
	margin-top: 100px;
	margin-top: 6.25rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-brand__bnr {
	margin-inline: auto;
	background: url("../images/brand/banner_bg.webp") no-repeat center center/100% 100%;
	padding: 15px 20px 20px;
	padding: 0.9375rem 1.25rem 1.25rem;
	width: 652px;
	width: 40.75rem;
}

.p-brand__bnr-title {
	border-bottom: 1px solid #ff7701;
	color: #ff7701;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
}

.p-brand__bnr-text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-brand__bnr-btn-wrapper {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-business__fv {
	background: url("../images/business/fv_bg.webp") no-repeat center center/cover;
}

.p-business__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.p-business__lead .--red {
	color: #e60012;
	font-weight: 700;
}

.p-business__section.--02 {
	background-color: #f5f5f5;
	border-radius: 12.5rem 12.5rem 0 0;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-business__section.--03 {
	padding-block: 100px;
	padding-block: 6.25rem;
	background-color: #f5f5f5;
}

.p-business__section-media {
	gap: 60px;
	gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-business__section-media + .p-business__section-media {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-business__section-media.--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-business__section-media.--01 {
	border-top: 1px dashed #ff7701;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.p-business__section-media:not(.--01) .p-business__section-media-body {
	border-top: 1px solid #f2c093;
	padding-top: 20px;
	padding-top: 1.25rem;
	position: relative;
}

.p-business__section-media:not(.--01) .p-business__section-media-body::before {
	background-color: #ff7701;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
	width: 5rem;
	z-index: 3;
}

.p-business__section-media-img {
	max-width: 416px;
	max-width: 26rem;
}

.c-heading3 + .p-business__section-media-text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-business__section-btn-wrapper {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-business__section-btn {
	margin-inline: auto;
}

.p-business__section02-block {
	margin-inline: auto;
	margin-block: 80px 100px;
	margin-block: 5rem 6.25rem;
	max-width: 756px;
	max-width: 47.25rem;
}

.p-business__section02-text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-company-company__table {
	border-top: 1px solid #f2c093;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 780px;
	max-width: 48.75rem;
	position: relative;
}

.p-company-company__table::before {
	background-color: #ff7701;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 60px;
	width: 3.75rem;
	z-index: 3;
}

.p-company-company__table-item {
	padding-block: 20px;
	padding-block: 1.25rem;
	grid-gap: 0px 1.25rem;
	border-bottom: 1px solid #f2c093;
	display: grid;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	grid-template-columns: 15rem 1fr;
	letter-spacing: 0.05em;
	position: relative;
}

.p-company-company__table-item::before {
	background-color: #ff7701;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 60px;
	width: 3.75rem;
	z-index: 3;
}

.p-company-history {
	background: url("../images/company/history_bg.webp") no-repeat center center/100% 100%;
}

.p-company-history__content {
	padding-block: 124px 169px;
	padding-block: 7.75rem 10.5625rem;
}

.p-company-history__list {
	margin-top: 52px;
	margin-top: 3.25rem;
	position: relative;
}

.p-company-history__list::before {
	background-color: #ff7701;
	content: "";
	height: calc(101% - 1.875rem);
	left: 4px;
	left: 0.25rem;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	width: 1px;
	z-index: 3;
}

.p-company-history__list::after {
	border-left: 1px dashed #ff7701;
	content: "";
	height: 101%;
	left: 4px;
	left: 0.25rem;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	width: 1px;
	z-index: 2;
}

.p-company-history__item {
	gap: 60px;
	gap: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.p-company-history__item::before {
	background-color: #ff7701;
	border-radius: 50%;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	width: 10px;
	width: 0.625rem;
}

.p-company-history__item + .p-company-history__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-company-history__item-head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff7701;
	border-radius: 6.25rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 26px;
	height: 1.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 98px;
	width: 6.125rem;
}

.p-company-message__media {
	gap: 58px;
	gap: 3.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-company-message__media-body {
	max-width: 538px;
	max-width: 33.625rem;
}

.p-company-message__media-text-wrapper {
	margin-top: 59px;
	margin-top: 3.6875rem;
}

.p-company-message__media-text + .p-company-message__media-text {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-company-message__media-info {
	gap: 30px;
	gap: 1.875rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	margin-top: 58px;
	margin-top: 3.625rem;
}

.p-company-message__media-title .-company {
	display: block;
}

.p-company-message__media-title .-title {
	display: block;
}

.p-company-message__media-name-img {
	width: 147px;
	width: 9.1875rem;
}

.p-company-message__media-img {
	margin-right: -170px;
	margin-right: -10.625rem;
	max-width: 600px;
	max-width: 37.5rem;
}

.p-company-philosophy__content {
	background: url("../images/company/philosophy_bg.webp") no-repeat center center/100% 100%;
	border-radius: 1.25rem;
	padding: 75px 60px 85px;
	padding: 4.6875rem 3.75rem 5.3125rem;
}

.p-company-philosophy__text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2.5;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-company-promise-content {
	margin-inline: auto;
	background: url("../images/company/promise_bg.webp") no-repeat center center/100% 100%;
	height: 631px;
	height: 39.4375rem;
	padding-top: 139px;
	padding-top: 8.6875rem;
	width: 621px;
	width: 38.8125rem;
}

.p-company-promise-title {
	color: #ff7701;
	text-align: center;
}

.p-company-promise-title .c-heading2__en {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-company-promise__text-img {
	margin-inline: auto;
	margin-top: 67px;
	margin-top: 4.1875rem;
	width: 314px;
	width: 19.625rem;
}

.p-company__fv {
	background: url("../images/company/fv_bg.webp") no-repeat center center/cover;
}

.p-company__nav {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-company__nav-list {
	margin-inline: auto;
	grid-gap: 0px 2.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 710px;
	max-width: 44.375rem;
	width: 100%;
}

.p-company__nav-link {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #ff7701;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 74px;
	height: 4.625rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	width: 210px;
	width: 13.125rem;
}

.p-company__nav-item-title {
	color: #fbfbfb;
}

.p-company__nav-item-title-en {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-company__nav-item-title-en img {
	height: 14px;
	height: 0.875rem;
	width: 14px;
	width: 0.875rem;
}

.p-company__nav-item-title-en-text {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-company__nav-item-title-ja-text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.p-company__nav-item-icon svg {
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
}

.p-contact-form {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-contact__lead {
	text-align: center;
}

.p-contact-form__field-wrapper {
	margin-top: 116px;
	margin-top: 7.25rem;
}

.p-contact-form__field {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-contact-form__field + .p-contact-form__field {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact-form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-top: 10px;
	padding-top: 0.625rem;
	width: 223px;
	width: 13.9375rem;
}

.p-contact--confirm .p-contact-form__label {
	padding-top: 0;
}

.p-contact-form__required {
	color: #e60012;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0em;
	margin-left: 16px;
	margin-left: 1rem;
}

.p-contact-form__input-wrapper {
	width: 100%;
}

.p-contact-form__input-wrapper.--2col {
	height: 36px;
	height: 2.25rem;
}

.p-contact-form__input-wrapper input,
.p-contact-form__input-wrapper textarea {
	background-color: #fcfcfc;
	border: 1px solid #9b9b9b;
	border: none;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 0 0.375rem rgba(20, 20, 20, .1);
	box-shadow: 0 0 0.375rem rgba(20, 20, 20, .1);
	font-size: 16px;
	font-size: 1rem;
	padding: 6px 12px;
	padding: 0.375rem 0.75rem;
	width: 100%;
	width: 100%;
}

.p-contact-form__input-wrapper input input,
.p-contact-form__input-wrapper textarea input {
	height: 40px;
	height: 2.5rem;
}

.p-contact-form__input-wrapper input textarea,
.p-contact-form__input-wrapper textarea textarea {
	height: 230px;
	height: 14.375rem;
}

.p-contact-form__input-wrapper.--sm input {
	width: 200px;
	width: 12.5rem;
}

.p-contact-form__input-placeholder {
	color: #9b9b9b;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0em;
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.p-contact-form__btn-wrapper {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-contact-form__btn-wrapper.--confirm {
	gap: 140px;
	gap: 8.75rem;
	margin-inline: auto;
	-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;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact-form__btn {
	margin-inline: auto;
}

/* ラッパー */

.p-contact-form__radio.wpcf7-form-control {
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-contact-form__radio .wpcf7-list-item {
	margin: 0;
}

.p-contact-form__radio .wpcf7-list-item-label {
	font-weight: 400;
}

/* ラベルを基準化（左に○の分の余白を作る） */

.p-contact-form__radio .wpcf7-list-item > label {
	gap: 10px;
	padding-block: 10px;
	padding-block: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	line-height: 1;
	padding-left: 26px;
	position: relative;
}

/* 外枠の○（label::before）— 縦センター固定 */

.p-contact-form__radio .wpcf7-list-item > label::before {
	background: #fff;
	border: 1px solid #141414;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
	width: 16px;
}

/* 中の点（label::after）— 初期は非表示、中央に縮小配置 */

.p-contact-form__radio .wpcf7-list-item > label::after {
	background: #141414;
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 8px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform 0.15s ease;
	transition: -webkit-transform 0.15s ease;
	transition: transform 0.15s ease;
	transition: transform 0.15s ease, -webkit-transform 0.15s ease;
	width: 8px;
}

/* ★チェック時：親labelが input:checked を持っていたら点を表示 */

.p-contact-form__radio .wpcf7-list-item > label:has(input[type=radio]:checked)::after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

/* フォーカス時のリング */

.p-contact-form__radio .wpcf7-list-item > label:has(input[type=radio]:focus-visible)::before {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .25);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .25);
}

/* hover（任意） */

.p-contact-form__radio .wpcf7-list-item > label:hover::before {
	border-color: #141414;
}

/* 無効化 */

.p-contact-form__radio .wpcf7-list-item > label:has(input[type=radio]:disabled) {
	cursor: not-allowed;
}

.p-contact-form__radio .wpcf7-list-item > label:has(input[type=radio]:disabled)::before {
	background: #f2f2f2;
	border-color: #bbb;
}

.wpcf7-not-valid-tip {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-contact__fv {
	background: url("../images/contact/fv_bg.webp") no-repeat center center/cover;
}

.p-contact--thanks .p-contact__content {
	padding-block: 100px;
	padding-block: 6.25rem;
	margin-inline: auto;
	border-top: 1px solid #ff7701;
	margin-top: 140px;
	margin-top: 8.75rem;
	max-width: 1076px;
	max-width: 67.25rem;
}

.p-contact--thanks .p-contact__lead {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}

.p-contact--thanks .p-contact__text {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-contact--thanks .p-contact__btn-wrapper {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-contact--thanks .p-contact__btn {
	margin-inline: auto;
}

.p-news-single__content {
	grid-gap: 0px 6.25rem;
	display: grid;
	grid-template-columns: 39.75rem 1fr;
}

.p-news-single__main {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-news-single__meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news-single__meta-date {
	-moz-columns: #5c5c5c;
	-webkit-columns: #5c5c5c;
	columns: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-news-single__meta-category {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffadb3;
	border-radius: 0.125rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	white-space: nowrap;
}

.p-news-single__meta-category.--info {
	background-color: #ffadb3;
}

.p-news-single__meta-category.--menu {
	background-color: #56aa21;
}

.p-news-single__meta-category.--shop {
	background-color: #3baed8;
}

.p-news-single__title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-news-single__thumbnail {
	border-radius: 0.25rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-news-single__main-content {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-news-single__main-content > *:first-child {
	margin-top: 0;
}

.p-news-single__main-content p,
.p-news-single__main-content img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-news-single__navigation {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-news-single__nav-wrapper {
	gap: 20px;
	gap: 1.25rem;
	-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;
}

.p-news-single__sidebar {
	max-width: 290px;
	max-width: 18.125rem;
}

.p-news-single__sidebar-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-news-single__latest-posts {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-news-single__latest-post + .p-news-single__latest-post {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-news-single__latest-post-link {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news-single__latest-post-thumbnail {
	aspect-ratio: 80/50;
	max-width: 80px;
	max-width: 5rem;
}

.p-news-single__latest-post-thumbnail img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-news-single__latest-post-meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news-single__latest-post-meta-date {
	-moz-columns: #5c5c5c;
	-webkit-columns: #5c5c5c;
	columns: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-news-single__latest-post-category {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffadb3;
	border-radius: 0.125rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	white-space: nowrap;
}

.p-news-single__latest-post-category.--info {
	background-color: #ffadb3;
}

.p-news-single__latest-post-category.--menu {
	background-color: #56aa21;
}

.p-news-single__latest-post-category.--shop {
	background-color: #3baed8;
}

.p-news-single__latest-post-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 6px;
	margin-top: 0.375rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-news__fv {
	background: url("../images/news/fv_bg.webp") no-repeat center center/cover;
}

.p-news__item + .p-news__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-news__item:last-of-type .p-news__item-link::after {
	display: none;
}

.p-news__item-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	position: relative;
}

.p-news__item-link::after {
	background-color: #ff7701;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 15rem);
}

.p-news__item-thumbnail {
	aspect-ratio: 200/120;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 200px;
	max-width: 12.5rem;
}

.p-news__item-thumbnail img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-news__item-body {
	margin-inline: 40px 80px;
	margin-inline: 2.5rem 5rem;
}

.p-news__item-meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-news__item-meta-date {
	-moz-columns: #5c5c5c;
	-webkit-columns: #5c5c5c;
	columns: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-news__item-meta-category {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffadb3;
	border-radius: 0.125rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	white-space: nowrap;
}

.p-news__item-meta-category.--info {
	background-color: #ffadb3;
}

.p-news__item-meta-category.--menu {
	background-color: #56aa21;
}

.p-news__item-meta-category.--shop {
	background-color: #3baed8;
}

.p-news__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-news__item-excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-news_icon {
	border: 1px solid #ff7701;
	border-radius: 50%;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	height: 2.5rem;
	margin-top: 26px;
	margin-top: 1.625rem;
	overflow: hidden;
	width: 40px;
	width: 2.5rem;
}

.p-news_icon svg {
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
}

.p-news_icon circle {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.p-news_icon line {
	-webkit-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
}

.p-news__pagination {
	margin-inline: auto;
	margin-block: 80px 100px;
	margin-block: 5rem 6.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	height: 2.8125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news__pagination .page-numbers.current {
	background: url("../images/news/pegination_bg.webp") no-repeat center center/contain;
}

.p-news__pagination .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1.2;
	width: 47px;
	width: 2.9375rem;
}

.p-privacy-policy {
	padding-block: 170px 100px;
	padding-block: 10.625rem 6.25rem;
}

.p-privacy-policy .l-breadcrumb__inner.l-inner {
	padding-inline: 0;
}

.p-privacy-policy__section {
	border-top: 1px solid #f2c093;
	position: relative;
}

.p-privacy-policy__section::before {
	background-color: #ff7701;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
	width: 5rem;
	z-index: 3;
}

.p-privacy-policy__section-content {
	padding-top: 10px;
	padding-top: 0.625rem;
}

.p-privacy-policy__section-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-privacy-policy__section-text + .p-privacy-policy__section-text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-privacy-policy__section-list {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-privacy-policy__section-list + .p-privacy-policy__section-text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-privacy-policy__section-item {
	padding-left: 27.2px;
	padding-left: 1.7rem;
	text-indent: -1.7em;
}

.p-top-business__content {
	border-bottom: 1px dashed #ff7701;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-top-business__media {
	gap: 76px;
	gap: 4.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-business__media.--reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-top-business__media-text-text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.6;
}

.p-top-business__media-text-text.--orange {
	color: #ff7701;
}

.p-top-business__media-text-text.--red {
	color: #e60012;
}

.p-top-business__media-text-text + .p-top-business__media-text-text {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-top-business__media-btn-wrapper {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-business__media-img {
	max-width: 600px;
	max-width: 37.5rem;
}

.p-top-contact {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-top-contact__content {
	gap: 80px;
	gap: 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../images/top/contact_bg.webp") no-repeat center center/100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 100px 80px;
	padding: 6.25rem 5rem;
}

.p-top-contact__btn {
	display: block;
}

.p-top-contact__btn-icon {
	border: 1px solid #ff7701;
	border-radius: 50%;
	display: block;
	height: 132px;
	height: 8.25rem;
	overflow: hidden;
	width: 132px;
	width: 8.25rem;
}

.p-top-contact__btn-icon svg {
	height: 132px;
	height: 8.25rem;
	width: 132px;
	width: 8.25rem;
}

.p-top-contact__btn-icon circle {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.p-top-contact__btn-icon line {
	-webkit-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
}

.p-top-fv__content {
	position: relative;
}

.p-top-fv__copy {
	left: 50%;
	max-width: 336px;
	max-width: 21rem;
	position: absolute;
	top: 53%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.p-top-news__content {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-news__btn-wrapper {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.p-top-news__list {
	max-width: 760px;
	max-width: 47.5rem;
	width: 100%;
}

.p-top-news__item + .p-top-news__item {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-news__item-link {
	background-color: #fcfcfc;
	border-radius: 0.25rem;
	display: block;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
}

.p-top-news__item-meta {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-news__item-meta-date {
	-moz-columns: #5c5c5c;
	-webkit-columns: #5c5c5c;
	columns: #5c5c5c;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-top-news__item-meta-category {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffadb3;
	border-radius: 0.125rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 400;
	height: 17px;
	height: 1.0625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	white-space: nowrap;
}

.p-top-news__item-meta-category.--info {
	background-color: #ffadb3;
}

.p-top-news__item-meta-category.--menu {
	background-color: #56aa21;
}

.p-top-news__item-meta-category.--shop {
	background-color: #3baed8;
}

.p-top-news__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-top-recruit__text {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-top-recruit__img-link {
	margin-inline: auto;
	display: block;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 493px;
	max-width: 30.8125rem;
	position: relative;
}

.p-top-recruit__img-icon {
	bottom: 13px;
	bottom: 0.8125rem;
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 12px;
	right: 0.75rem;
	width: 40px;
	width: 2.5rem;
	z-index: 3;
}

.p-top-recruit__img-icon svg {
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
}

.p-top-recruit__img-icon circle {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.p-top-recruit__img-icon line {
	-webkit-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
}

.c-btn {
	padding-inline: 30px 76px;
	padding-inline: 1.875rem 4.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff7701;
	border: 1px solid #ff7701;
	border-radius: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 3.125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-btn.--red {
	background-color: #e60012;
	border-color: #e60012;
}

.c-btn.--brown {
	background-color: #96653a;
	border-color: #96653a;
}

.c-btn.--reverse {
	padding-inline: 76px 30px;
	padding-inline: 4.75rem 1.875rem;
}

.c-btn.--reverse .c-btn__icon svg {
	left: 6px;
	left: 0.375rem;
}

.c-btn__text {
	color: #fcfcfc;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.8;
	text-align: center;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	white-space: nowrap;
}

.c-btn__icon svg {
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 6px;
	right: 0.375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	width: 2.5rem;
}

.c-btn__icon circle {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.c-btn__icon line {
	-webkit-transition: stroke 0.3s ease;
	transition: stroke 0.3s ease;
}

.c-heading1__en {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-heading1__en img {
	height: 18px;
	height: 1.125rem;
	width: 18px;
	width: 1.125rem;
}

.c-heading1__en-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.c-heading1__ja-text {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.45;
}

.c-heading2 {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.c-heading2.--center {
	margin-inline: auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-heading2.--center .c-heading2__en {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-heading2__en {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-heading2__en img {
	height: 18px;
	height: 1.125rem;
	width: 18px;
	width: 1.125rem;
}

.c-heading2__en-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.059em;
}

.c-heading2__ja-text {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.45;
}

.c-heading3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}

.c-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.c-footer-text {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-breadcrumb {
	height: 42px;
	height: 2.625rem;
}

.l-breadcrumb__inner.l-inner {
	height: inherit;
}

.l-breadcrumb__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	font-size: 1rem;
	height: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-breadcrumb__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-breadcrumb__item:not(:last-child)::after {
	margin-inline: 10px;
	margin-inline: 0.625rem;
	background: #141414;
	content: "";
	height: 1px;
	width: 10px;
	width: 0.625rem;
}

.l-breadcrumb__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #141414;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-breadcrumb__current {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #141414;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-drawer {
	display: none;
}

.l-drawer.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.l-drawer__inner {
	padding: 120px 20px 60px;
	padding: 7.5rem 1.25rem 3.75rem;
}

.l-drawer__list {
	margin-inline: auto;
	max-width: 255px;
	max-width: 15.9375rem;
}

.l-drawer__item + .l-drawer__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.l-drawer__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: 0.3em;
	line-height: 1.3;
	padding: 10px 0 6px;
	padding: 0.625rem 0 0.375rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.l-drawer__link img {
	height: 40px;
	height: 2.5rem;
	width: 40px;
	width: 2.5rem;
}

.l-drawer__link-btn {
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.l-footer {
	background: transparent;
	height: 350px;
	height: 21.875rem;
	width: 100%;
}

.l-footer__inner {
	height: 100%;
}

.l-footer__content {
	padding-block: 60px 20px;
	padding-block: 3.75rem 1.25rem;
	grid-gap: 0px 0px;
	border-top: 1px solid #ff7701;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__logo {
	width: 387px;
	width: 24.1875rem;
}

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

.l-footer__address-text {
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__tel {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.l-footer__tel img {
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.l-footer__tel-text {
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__totop {
	margin-left: auto;
	width: 46px;
	width: 2.875rem;
}

.l-footer__totop-link {
	width: 46px;
	width: 2.875rem;
}

.l-footer__nav {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-top: 8px;
	margin-top: 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__nav-list {
	gap: 0 27px;
	gap: 0 1.6875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 225px;
	width: 14.0625rem;
}

.l-footer__nav-link {
	padding-block: 10px;
	padding-block: 0.625rem;
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__nav-contact {
	gap: 10px;
	gap: 0.625rem;
	padding-block: 10px;
	padding-block: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__item-link-btn-icon {
	border: 1px solid #141414;
	border-radius: 50%;
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.l-footer__item-link-btn-icon svg {
	height: 24px;
	height: 1.5rem;
	width: 24px;
	width: 1.5rem;
}

.l-footer__nav-contact-text {
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__copyright {
	gap: 27px;
	gap: 1.6875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	letter-spacing: 0.03em;
	margin-left: auto;
	margin-top: 80px;
	margin-top: 5rem;
}

.l-hamburger {
	display: none;
}

.l-hamburger .bar {
	transform-box: view-box;
	-webkit-transform-origin: 1.25rem 1.25rem;
	transform-origin: 1.25rem 1.25rem;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
	transition: transform 0.25s ease, opacity 0.2s ease;
	transition: transform 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
}

.l-hamburger.is-show .bar1 {
	-webkit-transform: translate(5px, 5px) rotate(-45deg);
	transform: translate(5px, 5px) rotate(-45deg);
}

.l-hamburger.is-show .bar2 {
	opacity: 0;
}

.l-hamburger.is-show .bar3 {
	-webkit-transform: translate(5px, -5px) rotate(45deg);
	transform: translate(5px, -5px) rotate(45deg);
}

.l-header {
	padding-inline: 25px;
	padding-inline: 1.5625rem;
	height: 80px;
	height: 5rem;
	left: 50%;
	max-width: 1255px;
	max-width: 78.4375rem;
	position: fixed;
	top: 29px;
	top: 1.8125rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 50;
}

.l-header.--subpage {
	height: 68px;
	height: 4.25rem;
}

.l-header.--subpage .l-header__content {
	background-color: transparent;
}

.l-header.--subpage .l-header__item-link {
	line-height: 1;
}

.l-header__inner {
	height: 100%;
}

.l-header__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fcfcfc;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	height: 100%;
	padding: 6px 30px 6px 45px;
	padding: 0.375rem 1.875rem 0.375rem 2.8125rem;
}

.l-header__logo-link {
	display: block;
	height: 100%;
	width: 387px;
	width: 24.1875rem;
}

.l-header__logo-link img {
	height: 100%;
}

.l-header__gnav {
	height: 100%;
	padding: 6px 30px 6px 45px;
	padding: 0.375rem 1.875rem 0.375rem 2.8125rem;
}

.l-header__gnav.--subpage {
	background-color: #fcfcfc;
	border-radius: 0.25rem;
}

.l-header__gnav-menu {
	gap: 30px;
	gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__menu-item {
	height: 100%;
}

.l-header__item-link {
	padding-block: 20px;
	padding-block: 1.25rem;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	height: 100%;
	line-height: 1.8;
	position: relative;
}

.l-header__item-link::after {
	background: #141414;
	bottom: 16px;
	bottom: 1rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.l-header__item-link-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 48px;
	width: 3rem;
}

.l-header__item-link-btn-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #141414;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	height: 48px;
	height: 3rem;
	width: 48px;
	width: 3rem;
}

.l-header__item-link-btn-icon rect,
.l-header__item-link-btn-icon path {
	-webkit-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1076px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-section {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.l-subpage-fv {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 430px;
	height: 26.875rem;
}

.l-subpage-fv__title {
	background: url("../images/common/subpage-fv_title-bg.webp") no-repeat center center/cover;
	border-radius: 0 1.25rem 0 0;
	height: 151px;
	height: 9.4375rem;
	padding: 20px 40px 20px 170px;
	padding: 1.25rem 2.5rem 1.25rem 10.625rem;
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadeinrich {
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeinrich.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeindown {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.u-anime.--fadeindown.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadeinleft {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.u-anime.--fadeinleft.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--fadeinright {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.u-anime.--fadeinright.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--rotatein {
	-webkit-transform: rotate(-10deg) scale(0.9);
	transform: rotate(-10deg) scale(0.9);
}

.u-anime.--rotatein.is-show {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-anime.--delay1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.u-anime.--delay2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.u-anime.--delay3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.u-anime.--delay4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.u-anime.--delay5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.u-anime.--delay6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.u-anime.--delay7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.u-anime.--delay8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.u-anime.--delay9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.u-anime.--delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.u-anime.--delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.u-anime.--delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.u-anime.--delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.u-anime.--delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.u-anime.--delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.u-anime.--delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.u-anime.--delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.u-anime.--delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.u-anime.--delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.u-anime.--delay20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

@media (prefers-reduced-motion: reduce) {

html {
	scroll-behavior: auto;
}

}

@media (hover: hover) {

.p-news__item-link:hover circle {
	fill: #fcfcfc;
}

.p-news__item-link:hover line {
	stroke: #ff7701;
}

.p-top-contact__btn:hover circle {
	fill: #fcfcfc;
}

.p-top-contact__btn:hover line {
	stroke: #ff7701;
}

.p-top-recruit__img-link:hover circle {
	fill: #fcfcfc;
}

.p-top-recruit__img-link:hover line {
	stroke: #ff7701;
}

.c-btn:hover {
	background-color: #fcfcfc;
}

.c-btn:hover .c-btn__text {
	color: #ff7701;
}

.c-btn:hover circle {
	fill: #ff7701;
}

.c-btn:hover line {
	stroke: #fcfcfc;
}

.c-btn:hover.--red .c-btn__text {
	color: #e60012;
}

.c-btn:hover.--red circle {
	fill: #e60012;
}

.c-btn:hover.--brown .c-btn__text {
	color: #96653a;
}

.c-btn:hover.--brown circle {
	fill: #96653a;
}

.c-btn:hover.--brown line,
.c-btn:hover.--brown path {
	stroke: #fcfcfc;
}

.l-header__item-link:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.l-header__item-link-btn:hover rect {
	fill: #fcfcfc;
}

.l-header__item-link-btn:hover path {
	fill: #141414;
}

a.u-anime.is-show:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

}

@media (max-width: 1365px) {

.p-company-message__media-body {
	max-width: 39.3850658858vw;
}

.p-company-message__media-img {
	margin-right: -1.5625rem;
}

}

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

.u-xl {
	display: none;
}

.p-news-single__content {
	grid-gap: 0px 7.3206442167vw;
}

.p-news__item-link::after {
	width: calc(100% - 17.56955vw);
}

.l-header__logo {
	padding: 0.375rem 2.196193265vw 0.375rem 3.2942898975vw;
}

.l-header__logo-link {
	width: 28.3308931186vw;
}

.l-header__gnav {
	padding: 0.375rem 2.196193265vw 0.375rem 3.2942898975vw;
}

.l-subpage-fv {
	height: 31.4787701318vw;
}

.l-subpage-fv__title {
	padding: 1.4641288433vw 2.9282576867vw 1.4641288433vw 12.4450951684vw;
}

}

@media (max-width: 1026px) {

html {
	font-size: 1.559454191vw;
}

}

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

.u-lg {
	display: none;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

body {
	background: url("../images/common/bg_main-sp.webp") repeat-y center top/100% auto scroll;
}

body.home {
	background: url("../images/common/bg_main-sp.webp") repeat-y center top/100% auto scroll;
}

html {
	font-size: 16px;
}

.p-404 {
	padding-top: 7.5rem;
}

.p-404__content {
	padding-block: 3.75rem;
}

.p-404__btn-wrapper {
	margin-top: 3.75rem;
}

.p-brand__fv {
	background: url("../images/brand/fv_bg-sp.webp") no-repeat center center/cover;
}

.p-brand__lead {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 3.75rem;
}

.p-brand__box-container {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2.5rem 0.625rem;
}

.p-brand__box-block.--img {
	max-width: none;
}

.p-brand__box-block:nth-of-type(2) {
	margin-top: 2.5rem;
}

.p-brand__box-btn-wrapper {
	margin-top: 2.5rem;
}

.p-brand__bnr-wrapper {
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.p-brand__bnr {
	margin-inline: auto;
	background: url("../images/brand/banner_bg-sp.webp") no-repeat center center/100% 100%;
	height: 28.8125rem;
	padding: 0.9375rem 1.25rem;
	width: 20.9375rem;
}

.p-brand__bnr-btn-wrapper {
	margin-top: 1.875rem;
}

.p-brand__bnr-btn {
	margin-inline: auto;
}

.p-business__fv {
	background: url("../images/business/fv_bg-sp.webp") no-repeat center center/cover;
}

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

.p-business__lead .--red {
	font-weight: 500;
}

.p-business__section.--02 {
	border-radius: 2.5rem 2.5rem 0 0;
	padding-top: 3.75rem;
}

.p-business__section.--03 {
	padding-block: 3.75rem;
}

.p-business__section-media {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-business__section-media + .p-business__section-media {
	margin-top: 3.75rem;
}

.p-business__section-media.--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-business__section-media.--01 .p-business__section-media-img {
	margin-top: 0;
}

.p-business__section-media:not(.--01) {
	border-top: 1px solid #f2c093;
	padding-top: 0.625rem;
	position: relative;
}

.p-business__section-media:not(.--01)::before {
	background-color: #ff7701;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 3.75rem;
	z-index: 3;
}

.p-business__section-media:not(.--01) .p-business__section-media-body {
	display: contents;
}

.p-business__section-media:not(.--01) .p-business__section-media-body::before {
	display: none;
}

.p-business__section-media-img {
	margin-top: 1.25rem;
	max-width: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-business__section-media-body {
	display: contents;
}

.p-business__section-media-text {
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-business__section-btn-wrapper {
	margin-top: 2.5rem;
}

.p-business__section02-block {
	margin-block: 3.75rem;
}

.p-business__section02-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.p-company-company {
	padding-bottom: 3.75rem;
}

.p-company-company__table {
	margin-top: 2.5rem;
}

.p-company-company__table-item {
	grid-gap: 0px 0.625rem;
	grid-template-columns: 6.25rem 1fr;
}

.p-company-history {
	background: url("../images/company/history_bg-sp.webp") no-repeat center center/100% 100%;
}

.p-company-history__content {
	padding-block: 3.75rem 5rem;
}

.p-company-history__list {
	margin-top: 2.5rem;
}

.p-company-history__item {
	display: block;
}

.p-company-history__item + .p-company-history__item {
	margin-top: 1.25rem;
}

.p-company-history__item-title {
	margin-top: 0.625rem;
}

.p-company-message__media {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-company-message__media-body {
	display: contents;
}

.p-company-message-title {
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-company-message__media-text-wrapper {
	margin-top: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-company-message__media-text + .p-company-message__media-text {
	margin-top: 2.25rem;
}

.p-company-message__media-info {
	display: block;
	margin-left: auto;
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 10rem;
}

.p-company-message__media-name-img {
	margin-top: 0.625rem;
}

.p-company-message__media-img {
	margin-right: 0;
}

.p-company-philosophy__content {
	background: url("../images/company/philosophy_bg-sp.webp") no-repeat center center/100% 100%;
	padding: 2.5rem 1.25rem;
}

.p-company-philosophy__title {
	text-align: center;
}

.p-company-philosophy__title .c-heading2__en {
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-company-philosophy__text {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 2.5rem;
	text-align: center;
}

.p-company-promise-content {
	height: 21.3125rem;
	padding-top: 4.4375rem;
	width: 20.9375rem;
}

.p-company-promise-title {
	margin-bottom: 0;
}

.p-company-promise__text-img {
	margin-top: 1.5rem;
	width: 10.625rem;
}

.p-company__fv {
	background: url("../images/company/fv_bg-sp.webp") no-repeat center center/cover;
}

.p-company__nav {
	margin-top: 3.75rem;
}

.p-company__nav-list {
	display: block;
}

.p-company__nav-item + .p-company__nav-item {
	margin-top: 0.625rem;
}

.p-company__nav-link {
	margin-inline: auto;
	height: 3.4375rem;
	padding: 0.5rem 1rem;
	width: 10.625rem;
}

.p-company__nav-item-title-en-text {
	font-size: 0.625rem;
}

.p-company__nav-item-title-ja {
	line-height: 1;
}

.p-company__nav-item-title-ja-text {
	font-size: 1rem;
}

.p-company__nav-item-icon svg {
	height: 1.75rem;
	width: 1.75rem;
}

.p-contact-form {
	padding-bottom: 3.75rem;
}

.p-contact__lead {
	text-align: left;
}

.p-contact-form__field-wrapper {
	margin-top: 3.75rem;
}

.p-contact-form__field {
	display: block;
}

.p-contact-form__field + .p-contact-form__field {
	margin-top: 2.5rem;
}

.p-contact-form__label {
	padding-top: 0;
	width: 100%;
}

.p-contact-form__input-wrapper {
	margin-top: 1.25rem;
}

.p-contact-form__input-wrapper input textarea,
.p-contact-form__input-wrapper textarea textarea {
	height: 12.5rem;
}

.p-contact-form__btn-wrapper {
	margin-top: 2.5rem;
}

.p-contact-form__btn-wrapper.--confirm {
	display: block;
}

.p-contact-form__btn-wrapper.--confirm .p-contact-form__btn:nth-child(n+2) {
	margin-top: 1.875rem;
}

.p-contact__fv {
	background: url("../images/contact/fv_bg-sp.webp") no-repeat center center/cover;
}

.p-contact--thanks .p-contact__content {
	padding-block: 3.75rem;
	margin-top: 3.75rem;
}

.p-contact--thanks .p-contact__lead {
	font-size: 1.25rem;
}

.p-contact--thanks .p-contact__text {
	margin-top: 1.25rem;
}

.p-contact--thanks .p-contact__btn-wrapper {
	margin-top: 2.5rem;
}

.p-news-single__content {
	display: block;
}

.p-news-single__main {
	padding-bottom: 0;
}

.p-news-single__main-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-news-single__meta {
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-news-single__title {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-news-single__thumbnail {
	margin-top: 0;
}

.p-news-single__main-content {
	margin-top: 2.5rem;
}

.p-news-single__main-content p,
.p-news-single__main-content img {
	margin-top: 1.875rem;
}

.p-news-single__navigation {
	margin-top: 3.75rem;
}

.p-news-single__nav-wrapper {
	display: block;
}

.p-news-single__nav-item + .p-news-single__nav-item {
	margin-top: 1.25rem;
}

.p-news-single__nav-link {
	margin-inline: auto;
}

.p-news-single__sidebar {
	margin-top: 3.75rem;
	max-width: none;
	padding-bottom: 3.75rem;
}

.p-news-single__latest-post-title {
	-webkit-line-clamp: 3;
}

.p-news__fv {
	background: url("../images/news/fv_bg-sp.webp") no-repeat center center/cover;
}

.p-news__item + .p-news__item {
	margin-top: 1.875rem;
}

.p-news__item-link {
	display: block;
}

.p-news__item-link::after {
	width: 100%;
}

.p-news__item-thumbnail {
	max-width: none;
}

.p-news__item-body {
	margin-inline: 0;
	margin-top: 1.25rem;
}

.p-news__item-title {
	-webkit-line-clamp: 3;
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-news__item-excerpt {
	-webkit-line-clamp: 3;
	font-size: 0.8125rem;
	margin-top: 0.625rem;
}

.p-news_icon {
	height: 1.875rem;
	position: absolute;
	right: 0;
	top: 12.25rem;
	width: 1.875rem;
}

.p-news_icon svg {
	height: 1.875rem;
	width: 1.875rem;
}

.p-news__pagination {
	margin-block: 1.25rem 3.75rem;
	height: 1.875rem;
}

.p-news__pagination .page-numbers {
	font-size: 1rem;
	width: 1.875rem;
}

.p-privacy-policy {
	padding-block: 5rem 3.75rem;
}

.p-privacy-policy__section-title {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.25rem;
}

.p-privacy-policy__section-text + .p-privacy-policy__section-text {
	margin-top: 1.875rem;
}

.p-privacy-policy__section-list {
	margin-top: 1.875rem;
}

.p-privacy-policy__section-list + .p-privacy-policy__section-text {
	margin-top: 1.875rem;
}

.p-top-brand {
	padding-bottom: 3.75rem;
}

.p-top-business__content {
	padding-bottom: 3.75rem;
}

.p-top-business__media {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-business__media.--reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-business__media-body {
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-business__media-text-text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-top-business__media-text-text + .p-top-business__media-text-text {
	margin-top: 1.5rem;
}

.p-top-business__media-btn-wrapper {
	margin-top: 2.5rem;
}

.p-top-contact {
	padding-bottom: 3.75rem;
}

.p-top-contact__content {
	background: url("../images/top/contact_bg-sp.webp") no-repeat center center/100% 100%;
	display: block;
	padding: 2.5rem 1.25rem;
}

.p-top-contact__text {
	line-height: 2;
	margin-top: 2.5rem;
}

.p-top-contact__btn {
	margin-inline: auto;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-contact__btn-icon {
	height: 5rem;
	width: 5rem;
}

.p-top-contact__btn-icon svg {
	height: 5rem;
	width: 5rem;
}

.p-top-fv__copy {
	max-width: 12.625rem;
	top: 55%;
}

.p-top-news__content {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-news__block {
	display: contents;
}

.p-top-news__btn-wrapper {
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-news__list {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-news__item-link {
	padding: 1.25rem;
}

.p-top-news__item-title {
	-webkit-line-clamp: 3;
	font-size: 0.8125rem;
}

.p-top-recruit__text {
	margin-top: 1.25rem;
}

.p-top-recruit__img-link {
	max-width: none;
}

.p-top-recruit__img-icon {
	bottom: 0.5625rem;
	right: 1.25rem;
}

.c-btn {
	margin-inline: auto;
}

.c-btn__text {
	line-height: 1.4;
}

.c-heading1__en-text {
	font-size: 0.8125rem;
	letter-spacing: 0.03em;
}

.c-heading1__ja-text {
	font-size: 1.75rem;
	letter-spacing: 0.05em;
}

.c-heading2.--sp-mb20 {
	margin-bottom: 1.25rem;
}

.c-heading2__ja-text {
	font-size: 1.75rem;
}

.c-heading3 {
	font-size: 1.25rem;
}

.l-breadcrumb {
	height: 2.25rem;
}

.l-breadcrumb__list {
	font-size: 0.8125rem;
}

.l-breadcrumb__item:not(:last-child)::after {
	margin-inline: 0.375rem;
}

.l-drawer {
	background: #fcfcfc url("../images/common/drawer_bg.webp") no-repeat center center/cover;
	display: block;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: -0.625rem;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
	width: 100%;
	z-index: -1;
}

.l-footer__content {
	display: block;
	position: relative;
}

.l-footer__content-block {
	display: contents;
}

.l-footer__logo {
	width: 10.8125rem;
}

.l-footer__address {
	margin-top: 0.625rem;
}

.l-footer__address-text {
	font-size: 0.8125rem;
}

.l-footer__tel {
	gap: 0.25rem;
}

.l-footer__tel img {
	height: 1.25rem;
	width: 1.25rem;
}

.l-footer__tel-text {
	font-size: 0.8125rem;
}

.l-footer__totop {
	position: absolute;
	right: 0;
	top: 3.75rem;
	z-index: 3;
}

.l-footer__nav {
	margin-left: 0;
	margin-top: 1.5625rem;
}

.l-footer__nav-list {
	gap: 0 0.9375rem;
	width: 10.75rem;
}

.l-footer__nav-link {
	padding-block: 0.3125rem;
	font-size: 0.8125rem;
}

.l-footer__nav-contact {
	gap: 0.25rem;
	padding-block: 0.3125rem;
}

.l-footer__item-link-btn-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.l-footer__item-link-btn-icon svg {
	height: 1.25rem;
	width: 1.25rem;
}

.l-footer__nav-contact-text {
	font-size: 0.8125rem;
}

.l-footer__copyright {
	display: block;
	margin-top: 1.5625rem;
}

.l-footer__copyright-link {
	display: block;
}

.l-footer__copyright-text {
	margin-top: 0.625rem;
}

.l-hamburger {
	display: block;
	height: 2.5rem;
	height: inherit;
	padding: 0;
	width: 2.5rem;
	z-index: 200;
}

.l-header {
	padding-inline: 0.625rem;
	height: 3.125rem;
	max-width: none;
	top: 0.625rem;
}

.l-header.--subpage {
	padding-inline: 1.25rem;
	height: 2.5rem;
}

.l-header.--subpage .l-header__logo {
	padding-left: 0;
}

.l-header.--subpage .l-header__gnav {
	padding: 0;
}

.l-header__logo {
	padding: 0.625rem;
}

.l-header__logo-link {
	width: 10.8125rem;
}

.l-header__gnav {
	padding: 0.3125rem 0.625rem 0.3125rem 0;
}

.l-header__gnav.--subpage {
	background-color: transparent;
}

.l-header__gnav-menu {
	display: none;
}

.l-header__menu-item:not(:last-child) {
	display: none;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-section {
	margin-top: 3.75rem;
}

.l-subpage-fv {
	height: 12.5rem;
}

.l-subpage-fv__title {
	background: url("../images/common/subpage-fv_title-bg-sp.webp") no-repeat center center/cover;
	height: 5.625rem;
	min-width: 14.375rem;
	padding: 0.9375rem 1.25rem 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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