body {
	font-family: "Kiwi Maru", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

* {
	min-height: 0vw;
}

/* 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 */

/* Set core body defaults */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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;
	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: 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 {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease-in;
}

a:hover {
	opacity: 0.7;
}

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

.section-heading__title.about-message__title::before,
.section-heading__title.about-message__title::after {
	display: none;
}

.about-message__body {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr 27.875rem;
	margin-top: 3.75rem;
}

.about-message__lead {
	color: #595045;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.about-message__text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.about-message__signature {
	margin-top: 2.5rem;
	text-align: right;
}

.about-message__signature-wrap {
	align-items: baseline;
	display: flex;
	gap: 1.375rem;
	justify-content: flex-end;
}

.about-message__position {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.about-message__name {
	color: #595045;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}

.about-message__name-en {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.about-message__image img {
	-o-object-fit: cover;
	aspect-ratio: 446/440;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.about-philosophy__cards {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.about-philosophy__card {
	padding: 3.125rem 1.25rem;
}

.about-philosophy__card-title {
	color: #595045;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.about-philosophy__card-copy {
	color: #595045;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.about-philosophy__card-text {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 2rem;
	text-align: center;
}

.about-philosophy__value-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2rem;
}

.about-philosophy__value-item {
	align-items: center;
	background-color: #fffcfc;
	border: 0.3125rem solid #fcf1f5;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 17.5rem;
	padding: 0.625rem 0.8125rem;
	width: 17.5rem;
}

.about-philosophy__value-name {
	color: #595045;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}

.about-philosophy__value-text {
	color: #595045;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-align: center;
}

.about-company__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 3.75rem auto 0;
	max-width: 61.875rem;
}

.about-company__row {
	border-bottom: 0.125rem solid #dddddd;
	display: flex;
	padding-bottom: 1.5rem;
}

.about-company__term {
	color: #595045;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	width: 12.25rem;
}

.about-company__term::before {
	background-color: #e5006c;
	bottom: -1.625rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 12.25rem;
}

.about-company__description {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	padding-left: 1.25rem;
	width: calc(100% - 12.25rem);
}

.about-company__description p + p {
	margin-top: 1rem;
}

.about-access__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.about-access__title {
	color: #595045;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.about-access__image {
	margin-top: 0.625rem;
}

.about-access__image img {
	-o-object-fit: cover;
	aspect-ratio: 387/344;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about-access__text {
	margin-top: 0.625rem;
}

.about-access__text p {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.about-access__text p + p {
	margin-top: 0.3125rem;
}

.about-history__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	margin-top: 3.75rem;
	max-width: 43.125rem;
}

.about-history__item {
	align-items: center;
	display: flex;
	padding-left: 4.625rem;
	position: relative;
}

.about-history__item::before {
	background-color: #f7d5e4;
	border-radius: 50%;
	content: "";
	height: 3.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
	z-index: 1;
}

.about-history__item:not(:first-child)::after {
	background-color: #f7b2d3;
	bottom: 73%;
	content: "";
	height: 130%;
	left: 1.5rem;
	position: absolute;
	width: 0.125rem;
}

.about-history__item time {
	color: #595045;
	flex-shrink: 0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	width: 8.125rem;
}

.about-history__item p {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
	margin-left: 6.25rem;
}

.about-officers__table-wrap {
	margin-top: 3.75rem;
}

.about-officers__table {
	border-collapse: collapse;
	width: 100%;
}

.about-officers__table th {
	background-color: #f9f9f9;
	border: 0.0625rem solid #dddddd;
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	padding: 1rem;
	text-align: center;
	width: 50%;
}

.about-officers__table td {
	background-color: #fff;
	border: 0.0625rem solid #dddddd;
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 1rem;
	text-align: center;
}

.business-intro__text {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 3.75rem;
	text-align: center;
}

.business-products__image {
	margin: 3.75rem auto 0;
	max-width: 69.75rem;
}

.business-products__text {
	margin-top: 1.875rem;
}

.business-products__factory-list {
	display: flex;
	gap: 1.25rem;
	margin-top: 3.75rem;
}

.business-products__factory-image {
	max-width: 36.875rem;
	width: 100%;
}

.business-products__factory-image img {
	-o-object-fit: cover;
	aspect-ratio: 590/344;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.business-products__factory-title {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 0.625rem;
	text-align: center;
}

.products__card {
	display: flex;
	flex-direction: column;
}

.products__card-link {
	color: #595045;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	justify-content: flex-end;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	margin-top: auto;
	padding-right: 2.8125rem;
	position: relative;
}

.products__card-link::after {
	background: url(../images/common/icon-post-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.4375rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 0.75rem;
}

.products__cards.business-products__cards {
	margin-top: 0;
}

.carrier-intro {
	overflow: hidden;
	position: relative;
}

.carrier-intro::after {
	aspect-ratio: 901/684;
	background: url("../images/recruit/career/career-bg.webp") no-repeat center center/cover;
	content: "";
	height: 100%;
	max-width: 56.3125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.carrier-intro__inner {
	position: relative;
	z-index: 1;
}

.carrier-intro__content {
	max-width: 45rem;
}

.carrier-intro__title {
	color: #595045;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.6;
}

.carrier-intro__text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 4rem;
	text-shadow: 0 0.0625rem 0.125rem rgba(225, 225, 225, 0.8);
}

.carrier-program__inner {
	margin: 0 auto;
	max-width: 90rem;
}

.carrier-program__list {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.carrier-program__item {
	align-items: center;
	display: flex;
}

.carrier-program__item:nth-child(odd) {
	margin-left: auto;
}

.carrier-program__item:nth-child(even) {
	flex-direction: row-reverse;
	margin-right: auto;
}

.carrier-program__image {
	border-radius: 0 2.5rem 2.5rem 2.5rem;
	max-width: 37.5rem;
	overflow: hidden;
	width: 100%;
}

.carrier-program__image img {
	-o-object-fit: cover;
	aspect-ratio: 600/380;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.carrier-program__text-wrap {
	max-width: 45rem;
	padding: 0 7.5rem;
	width: 100%;
}

.carrier-program__heading {
	align-items: baseline;
	display: flex;
}

.carrier-program__number {
	color: rgba(229, 0, 108, 0.15);
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
}

.carrier-program__title {
	color: #e5006c;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1;
	margin-left: 1.25rem;
}

.carrier-program__lead {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.carrier-program__text {
	color: #595045;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.carrier-program__bullet-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.carrier-program__bullet-item {
	color: #595045;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
}

.carrier-entry__inner {
	background-color: #fff;
	border: 0.1875rem solid #28ae9f;
	border-radius: 0.5rem;
	margin: 0 auto;
	max-width: 48.125rem;
	padding: 3.125rem 1.875rem;
	position: relative;
}

.carrier-entry__lead {
	left: 50%;
	max-width: 23.4375rem;
	position: absolute;
	top: -4.5625rem;
	transform: translateX(-50%);
	width: 100%;
}

.carrier-entry__text {
	color: #28ae9f;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.carrier-entry__btn {
	margin: 2rem auto 0;
	max-width: 15.625rem;
}

.carrier-entry__btn a {
	background: linear-gradient(90deg, #0077c7 0%, #28ae9f 100%);
	border-radius: 62.4375rem;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	padding: 1.25rem 0 1.25rem 3.375rem;
	position: relative;
}

.carrier-entry__btn a::before {
	background: url("../images/recruit/icon-pencil.svg") no-repeat center/contain;
	content: "";
	height: 1.5625rem;
	position: absolute;
	right: 3.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.intro__text {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

.products__cards {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.products__card {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(89, 80, 69, 0.25);
	overflow: hidden;
}

.products__card-image {
	overflow: hidden;
}

.products__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 380/280;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.products__card-body {
	padding: 1.5rem;
}

.products__card-title {
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
}

.products__card-text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.products__card-title--pink {
	color: #e5006c;
}

body.is-scroll {
	overflow: hidden;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

.section {
	padding: 6.25rem 0;
}

.section-beige {
	background-color: #fcf8f1;
}

.section-cta {
	padding: 10.8125rem 1.25rem 6.25rem;
}

.section-heading {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.section-heading__title {
	align-items: center;
	color: #595045;
	display: flex;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
}

.section-heading__title::before {
	background: url("../images/common/icon-leaf.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 1.75rem;
	margin-right: 0.625rem;
	width: 1.8125rem;
}

.section-heading__title::after {
	background: url("../images/common/icon-leaf.svg") no-repeat center/contain;
	content: "";
	display: block;
	height: 1.75rem;
	margin-left: 0.625rem;
	width: 1.8125rem;
}

.section-btn {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.section-btn__link {
	align-items: center;
	background-color: #e5006c;
	border: 0.0625rem solid transparent;
	border-radius: 0 1.25rem 1.25rem 1.25rem;
	box-shadow: 0 0.25rem 0.625rem rgba(89, 80, 69, 0.25);
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	padding: 1.0625rem 0;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	white-space: nowrap;
	width: 12.5rem;
}

.section-btn__link:hover {
	background-color: #fff;
	border: 0.0625rem solid #e5006c;
	color: #e5006c;
	opacity: 1;
}

.section-sub-btn a {
	color: #595045;
	display: block;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 200%;
	margin: 0 auto;
	padding: 1.25rem 7.8125rem 1.25rem 0;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.section-sub-btn--reverse a {
	padding: 1.25rem 0 1.25rem 7.8125rem;
}

.section-sub-btn a::before {
	background-color: #e5006c;
	border-radius: 50%;
	content: "";
	height: 5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5rem;
}

.section-sub-btn--reverse a::before {
	left: 0;
	right: auto;
}

.section-sub-btn a::after {
	background: url("../images/common/icon-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 2.625rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	width: 2.625rem;
}

.section-sub-btn--reverse a::after {
	left: 1.125rem;
	right: auto;
	transform: translateY(-50%) rotate(-90deg);
}

.common-pagination {
	margin-top: 3.75rem;
}

.common-pagination .pagination__list {
	align-items: center;
	display: flex;
	justify-content: center;
}

.common-pagination .pagination__item {
	display: inline-flex;
}

.common-pagination .pagination__item + .pagination__item {
	margin-left: 1.25rem;
}

.common-pagination .pagination__item .page-numbers {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #e5006c;
	border-radius: 62.4375rem;
	color: #e5006c;
	display: inline-flex;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	padding-top: 0.1875rem;
	width: 3.75rem;
}

.common-pagination .pagination__item .page-numbers.current {
	background-color: #e5006c;
	border-color: #e5006c;
	color: #fff;
}

.common-pagination .pagination__item .page-numbers.prev,
.common-pagination .pagination__item .page-numbers.next {
	border: none;
	font-size: 0;
}

.common-pagination .pagination__item .page-numbers.is-disabled {
	cursor: default;
	pointer-events: none;
}

.page-numbers.is-disabled img {
	height: 1.038125rem;
	width: 0.598125rem;
}

.prev.page-numbers.is-disabled img {
	transform: rotate(0deg);
}

.next.page-numbers.is-disabled img {
	transform: rotate(-90deg);
}

.common-pagination__arrow {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.common-pagination__arrow img {
	height: 0.598125rem;
	width: 1.038125rem;
}

.common-pagination__arrow--prev img {
	transform: rotate(90deg);
}

.common-pagination__arrow--next {
	transform: rotate(-90deg);
}

.treat {
	position: relative;
}

.treat::before {
	aspect-ratio: 1440/75;
	background: url("../images/common/wave-pink.svg") no-repeat center/cover;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.consumer-intro {
	padding-bottom: 6.25rem;
	position: relative;
}

.consumer-intro::after {
	aspect-ratio: 734/617;
	background: url("../images/business/consumer/consumer-bg.webp") no-repeat center center/cover;
	content: "";
	height: 100%;
	max-width: 45.875rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.consumer-intro__content {
	margin: 0 auto;
	margin-top: 3.125rem;
	max-width: 51.25rem;
}

.consumer-intro__image {
	margin: 3.75rem auto 0;
	max-width: 43.75rem;
}

.consumer-intro__text {
	background-color: #fff;
	border-radius: 56.25rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(89, 80, 69, 0.25);
	color: #595045;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding: 3.5625rem 0;
	text-align: center;
}

.consumer-products__annotation {
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 5rem;
	text-align: center;
}

.consumer-products__annotation .u-desktop {
	display: inline-block;
}

.consumer-products__icon {
	margin: 0 auto;
	margin-top: 1.25rem;
	max-width: 23.4375rem;
	width: 100%;
}

.contact__lead {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.contact__title {
	color: #595045;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1.25rem;
	text-align: center;
}

.contact__form {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	margin-top: 6.25rem;
	max-width: 55.625rem;
}

.contact__label-title {
	align-items: center;
	color: #595045;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.contact__badge {
	align-items: center;
	border: 0.0625rem solid;
	border-radius: 0.625rem;
	display: inline-flex;
	font-size: 0.625rem;
	font-weight: 400;
	height: 1rem;
	justify-content: center;
	line-height: 1;
	margin-left: 0.5rem;
	min-width: 2.25rem;
}

.contact__badge--required {
	border-color: #e5006c;
	color: #e5006c;
}

.contact__badge--optional {
	border-color: #28ae9f;
	color: #28ae9f;
}

.contact__request-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	margin-top: 0.625rem;
}

.contact__request-list .wpcf7-list-item label {
	align-items: center;
	display: flex;
	position: relative;
}

.contact__request-item-radio {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}

.contact__request-list .wpcf7-list-item-label {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	padding-left: 2rem;
}

.contact__request-list input[type=radio] {
	height: 1.25rem;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 1.25rem;
}

.contact__request-list input[type=radio] + .wpcf7-list-item-label {
	align-items: center;
	display: inline-flex;
	position: relative;
}

.contact__request-list input[type=radio] + .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 0.0625rem solid #cccccc;
	border-radius: 50%;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.contact__request-list input[type=radio] + .wpcf7-list-item-label::after {
	background-color: #e5006c;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0.3125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.contact__request-list input[type=radio]:checked + .wpcf7-list-item-label::before {
	border-color: #e5006c;
}

.contact__request-list input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.contact__request-list input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
	outline: 0.125rem solid rgba(229, 0, 108, 0.35);
	outline-offset: 0.125rem;
}

.contact__input {
	border: 0.0625rem solid #cccccc;
	border-radius: 0.375rem;
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	height: 2.875rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.contact__input-file {
	margin-top: 0.5rem;
}

.contact__input::-moz-placeholder {
	color: #cccccc;
	font-weight: 400;
}

.contact__input::placeholder {
	color: #cccccc;
	font-weight: 400;
}

.contact__textarea {
	border: 0.0625rem solid #cccccc;
	border-radius: 0.375rem;
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	height: 13.75rem;
	line-height: 1.4;
	margin-top: 0.5rem;
	padding: 0.625rem;
	resize: vertical;
	width: 100%;
}

.contact__policy {
	border: 0.0625rem solid #cccccc;
	border-radius: 0.375rem;
	height: 13.4375rem;
	margin-top: 0.5rem;
	overflow-y: auto;
	padding: 1.25rem;
}

.contact__policy-title-wrap:not(:first-child) {
	margin-top: 1.25rem;
}

.contact__policy-title {
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
}

.contact__policy-text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.625rem;
}

.contact__policy-title + .contact__policy-text {
	margin-top: 1.25rem;
}

.contact__agree {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	position: relative;
}

.contact__agree input {
	height: 1.25rem;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 1.25rem;
}

.contact__agree input + span {
	align-items: center;
	color: #595045;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	padding-left: 2.25rem;
	position: relative;
}

.contact__agree input + span::before {
	background-color: #fff;
	border: 0.0625rem solid #cccccc;
	border-radius: 0.25rem;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.contact__agree input + span::after {
	border-bottom: 0.25rem solid #fff;
	border-right: 0.25rem solid #fff;
	content: "";
	height: 0.9375rem;
	left: 0.375rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-60%) rotate(45deg);
	width: 0.5rem;
}

.contact__agree input:checked + span::before {
	background-color: #e5006c;
	border-color: #e5006c;
}

.contact__agree input:checked + span::after {
	opacity: 1;
}

.contact__agree input:focus-visible + span::before {
	outline: 0.125rem solid rgba(229, 0, 108, 0.35);
	outline-offset: 0.125rem;
}

.contact__submit {
	align-items: center;
	background-color: #e5006c;
	border: 0.0625rem solid transparent;
	border-radius: 2.25rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	min-height: 3.25rem;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	width: 13.75rem;
}

.contact__submit:hover {
	background-color: #fff;
	border-color: #e5006c;
	color: #e5006c;
	opacity: 1;
}

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

.wpcf7 input[type=file] {
	width: 100%;
}

.export-intro__text {
	margin-top: 1.875rem;
}

.export-intro__annotation {
	color: #595045;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1.875rem;
	text-align: center;
}

.export-products__chips {
	background-color: #f9f9f9;
	border-radius: 1.25rem;
	margin-top: 3.75rem;
	padding: 2.5rem;
}

.export-products__chips-title {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.export-products__chips-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.export-products__chips-item {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-left: 2rem;
	position: relative;
}

.export-products__chips-item::before {
	background: url(../images/business/export/icon-map.svg) no-repeat center center/cover;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.footer {
	background-color: #fff;
	overflow-x: clip;
	position: relative;
}

.footer::before {
	background: url("../images/common/pattern-food.webp") no-repeat center/cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.footer__inner {
	margin: 0 auto;
	max-width: 83.75rem;
	padding: 6.25rem 1.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.footer__content {
	display: flex;
	flex-direction: column;
}

.footer__logo img {
	height: 2.625rem;
	width: 12.625rem;
}

.footer__main {
	display: flex;
	gap: 2%;
	justify-content: space-between;
	margin-top: 3.125rem;
}

.footer__info-label {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
}

.footer__info-address,
.footer__info-tel,
.footer__info-fax,
.footer__info-hours {
	color: #595045;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
}

.footer__nav-columns-wrap {
	display: flex;
	flex: 1;
	gap: 0.625rem;
	justify-content: flex-end;
}

.footer__nav-columns {
	display: flex;
	gap: 2.5rem;
	justify-content: flex-end;
	max-width: 48.75rem;
	width: 100%;
}

.footer__nav-column.footer__nav-column--last {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.footer__nav-heading {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
}

.footer__nav-heading a {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
}

.footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 0.625rem;
}

.footer__nav-item a {
	color: #595045;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.54;
	transition: opacity 0.3s;
}

.footer__nav-item a:hover {
	opacity: 0.7;
}

.footer__nav-button {
	margin-top: 0.625rem;
}

.footer__sns {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.footer__sns-group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__sns-group--border {
	border-left: 0.0625rem solid #cccccc;
	padding-left: 1.25rem;
}

.footer__sns-title {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
}

.footer__sns-icons {
	align-items: center;
	display: flex;
	gap: 1.875rem;
}

.footer__sns-icon {
	display: block;
	height: 3rem;
	width: 3rem;
}

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

.footer__bottom {
	height: 11.25rem;
	margin-top: 2.5rem;
	overflow: hidden;
	position: relative;
}

.footer__copyright {
	padding: 1.25rem 0;
	text-align: center;
}

.footer__copyright p {
	color: #99a1af;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.header {
	background-color: #fff;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	height: 6.25rem;
	width: 100%;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 4.375rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 84rem;
	padding: 0 1.25rem;
}

.header__logo a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 6.25rem;
	justify-content: center;
}

.header__logo img {
	height: 1.8125rem;
	max-width: 12.625rem;
	width: 100%;
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 5rem;
	height: inherit;
}

.header__nav-list {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item--translate .gtranslate_wrapper {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	max-width: 12.5rem;
	padding: 0 1.25rem;
}

.header__nav-item--translate a.glink:nth-of-type(3) img {
	border: 0.0625rem solid #ccc;
}

.header__nav-item a {
	align-items: center;
	color: #595045;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 400;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.04em;
	transition: color 0.3s;
	white-space: nowrap;
}

.header__nav-item a:hover {
	color: #e5006c;
	opacity: 1;
}

.header__nav-contact a {
	align-items: center;
	background-color: #e5006c;
	border: 0.0625rem solid transparent;
	border-radius: 0 1.25rem 1.25rem 1.25rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	padding: 0.625rem 1.375rem;
	transition: color 0.3s, background-color 0.3s;
	white-space: nowrap;
}

.header__nav-contact a:hover {
	background-color: #fff;
	border: 0.0625rem solid #e5006c;
	color: #e5006c;
	opacity: 1;
}

.header__hamburger {
	display: none;
}

.header__drawer {
	display: none;
}

.header__drawer-nav {
	margin: 0 auto;
	max-width: 18.75rem;
}

.header__drawer-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.header__drawer-item a {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.header__drawer-contact {
	margin-top: 1.875rem;
}

.header__drawer-contact a {
	align-items: center;
	background-color: #e5006c;
	border-radius: 0 1.25rem 1.25rem 1.25rem;
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	padding: 0.9375rem;
	width: 100%;
}

.interview-single__qa {
	padding-bottom: 6.25rem;
}

.interview-single {
	background-color: #f7f3ed;
	margin-top: 6.25rem;
}

.interview-single__inner {
	margin: 0 auto;
	max-width: 90rem;
	padding-left: 1.25rem;
}

.interview-single__hero {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.interview-single__hero-inner {
	align-items: center;
	display: flex;
	gap: 5.1875rem;
	margin: 0 auto;
	max-width: 82.5rem;
	width: 100%;
}

.interview-single__qa-content {
	width: 100%;
}

.interview-single__hero-image {
	overflow: hidden;
}

.interview-single__hero-image img {
	-o-object-fit: cover;
	aspect-ratio: 772/370;
	border-radius: 0 6.25rem 6.25rem 6.25rem;
	object-fit: cover;
	width: 100%;
}

.interview-single__profile {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 23.4375rem;
	width: 100%;
}

.interview-single__label-wrap {
	background-color: #e5006c;
	padding: 1.875rem 2.5rem;
}

.interview-single__label-en {
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.interview-single__label-ja {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.625rem;
}

.interview-single__profile-body {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1.25rem;
}

.interview-single__profile-department {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.interview-single__profile-name {
	color: #595045;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
}

.interview-single__profile-note {
	color: #595045;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4;
}

.interview-single__qa-item {
	padding: 3.75rem 0;
}

.interview-single__qa-item--beige {
	background-color: #fcf8f1;
}

.interview-single__qa-inner {
	display: flex;
	gap: 4rem;
}

.interview-single__qa-item--beige .interview-single__qa-inner {
	flex-direction: row-reverse;
}

.interview-single__qa-item--beige--reverse {
	background-color: #fcf8f1;
}

.interview-single__qa-item--beige--reverse .interview-single__qa-inner {
	flex-direction: row;
}

.interview-single__qa-item--white--reverse {
	background-color: #fff;
}

.interview-single__qa-item--white--reverse .interview-single__qa-inner {
	flex-direction: row-reverse;
}

.interview-single__qa-image {
	border-radius: 1.25rem;
	max-width: 30rem;
	overflow: hidden;
	width: 100%;
}

.interview-single__qa-image img {
	-o-object-fit: cover;
	aspect-ratio: 480/360;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.interview-single__qa-title {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 1.25rem;
	position: relative;
}

.interview-single__qa-title::before {
	background-color: #e5006c;
	border-radius: 0.375rem;
	content: "";
	height: 1.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.interview-single__qa-text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
}

.interview-single__wide-image {
	overflow: hidden;
	padding: 3.75rem 0;
}

.interview-single__wide-image img {
	-o-object-fit: cover;
	aspect-ratio: 1440/420;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.interview-single__schedule {
	padding: 3.75rem 0;
}

.interview-single__schedule-title {
	color: #595045;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.interview-single__schedule-list {
	grid-column-gap: 1.125rem;
	-moz-column-gap: 1.125rem;
	column-gap: 1.125rem;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin-top: 3rem;
}

.interview-single__schedule-item {
	text-align: center;
}

.interview-single__schedule-time {
	align-items: center;
	background-color: #e5006c;
	border-radius: 50%;
	box-shadow: 0.125rem 0.125rem 0.375rem rgba(89, 80, 69, 0.25);
	color: #fff;
	display: flex;
	font-family: "Josefin Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	height: 4rem;
	justify-content: center;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	width: 4rem;
}

.interview-single__schedule-label {
	color: #595045;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.interview-single__back {
	margin-top: 3.75rem;
	text-align: center;
}

.interview-archive.section {
	padding: 6.25rem 0 0;
}

.interview-archive__filter {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin: 0 auto;
}

.interview-archive__filter-item {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: 0.125rem solid #fbae18;
	border-radius: 62.4375rem;
	color: #595045;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.466666;
	padding: 0.75rem 3.125rem;
	text-decoration: none;
	transition: border-color 0.3s ease, color 0.3s ease;
}

.interview-archive__filter-item:nth-child(2) {
	border-color: #e5006c;
}

.interview-archive__filter-item:nth-child(3) {
	border-color: #38b54b;
}

.interview-archive__filter-item:nth-child(4) {
	border-color: #2d86c1;
}

.interview-archive__filter-item:nth-child(5) {
	border-color: #f15a23;
}

.interview-archive__sections {
	margin-top: 5rem;
}

.interview-archive__section {
	padding: 2.5rem 0;
}

.interview-archive__section:nth-child(odd) {
	background-color: #fbfbfb;
}

.interview-archive__section-heading-en {
	color: rgba(229, 0, 108, 0.15);
	font-family: "Josefin Sans", sans-serif;
	font-size: 5.625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.interview-archive__section-heading-ja {
	color: #595045;
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin-top: -2.1875rem;
	padding-left: 3.25rem;
	position: relative;
}

.interview-archive__section-heading-ja::before {
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.3125rem;
}

.interview-archive__section:nth-child(1) .interview-archive__section-heading-ja::before {
	background: url(../images/recruit/interviews/icon-production.svg) no-repeat center center/cover;
}

.interview-archive__section:nth-child(2) .interview-archive__section-heading-ja::before {
	background: url(../images/recruit/interviews/icon-product.svg) no-repeat center center/cover;
}

.interview-archive__section:nth-child(3) .interview-archive__section-heading-ja::before {
	background: url(../images/recruit/interviews/icon-development.svg) no-repeat center center/cover;
}

.interview-archive__section:nth-child(4) .interview-archive__section-heading-ja::before {
	background: url(../images/recruit/interviews/icon-sales.svg) no-repeat center center/cover;
}

.interview-archive__section:nth-child(5) .interview-archive__section-heading-ja::before {
	background: url(../images/recruit/interviews/icon-corporate.svg) no-repeat center center/cover;
}

.interview-archive__section:nth-child(1) .interview-archive__section-heading-en {
	color: rgba(251, 174, 24, 0.15);
}

.interview-archive__section:nth-child(2) .interview-archive__section-heading-en {
	color: rgba(229, 0, 108, 0.15);
}

.interview-archive__section:nth-child(3) .interview-archive__section-heading-en {
	color: rgba(56, 181, 75, 0.15);
}

.interview-archive__section:nth-child(4) .interview-archive__section-heading-en {
	color: rgba(45, 134, 193, 0.15);
}

.interview-archive__section:nth-child(5) .interview-archive__section-heading-en {
	color: rgba(241, 90, 35, 0.15);
}

.interview-archive__cards {
	grid-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	column-gap: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(22.5rem, 25.875rem));
	justify-content: center;
	margin-top: 2.5rem;
	row-gap: 2.5rem;
}

.interview-archive__card {
	border-radius: 0.625rem;
	overflow: hidden;
}

.interview-archive__card-link {
	-webkit-text-decoration: none;
	display: block;
	text-decoration: none;
}

.interview-archive__card-image {
	border: 0.1875rem solid #f0e8e4;
	border-radius: 50%;
	margin: 1.875rem auto 0;
	max-width: 19.75rem;
	overflow: hidden;
	width: 100%;
}

.interview-archive__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.interview-archive__card-content {
	margin-top: 1.5rem;
	padding: 0 1.25rem 1.75rem;
	text-align: center;
}

.interview-archive__card-name {
	color: #1a1a1a;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
}

.interview-archive__card-name::before {
	background: url(../images/recruit/interviews/treat-interviews.png) no-repeat center center/cover;
	bottom: -0.75rem;
	content: "";
	height: 0.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4.25rem;
}

.interview-archive__card-copy {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.125rem;
}

.interview-archive__card-year {
	background-color: #fcf8f1;
	border: 0.0625rem solid #ede8e0;
	border-radius: 0 0.625rem 0.625rem 0.625rem;
	color: #595045;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.125rem;
	padding: 0.625rem 1.125rem;
}

.interview-archive__empty {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.job-intro__heading {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.job-intro__heading-en {
	color: rgba(229, 0, 108, 0.12);
	font-family: "Josefin Sans", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}

.job-intro__heading-ja {
	color: #595045;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: -2.125rem;
	position: relative;
	text-align: center;
}

.job-intro__heading-ja::before {
	background-color: #e5006c;
	bottom: -1rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.875rem;
}

.job-categories {
	margin: 3.75rem auto 0;
}

.job-categories__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	width: 100%;
}

.job-categories__list {
	display: flex;
	flex-direction: column;
	gap: 6.25rem;
}

.job-categories__item {
	max-width: 71.875rem;
	width: 100%;
}

.job-categories__item:nth-child(odd) {
	margin-left: auto;
	margin-right: 0;
}

.job-categories__item:nth-child(even) {
	margin-left: 0;
	margin-right: auto;
}

.job-categories__item--reverse {
	margin-left: 0;
	margin-right: auto;
}

.job-categories__image {
	border-radius: 0 6.25rem 0 0;
	height: 24.4375rem;
	overflow: hidden;
}

.job-categories__item:nth-child(even) .job-categories__image {
	border-radius: 6.25rem 0 0 0;
}

.job-categories__image img {
	-o-object-fit: cover;
	aspect-ratio: 1150/391;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.job-categories__content {
	background-color: #fcf8f1;
	border-radius: 0 0 6.25rem 6.25rem;
	padding: 2.5rem;
}

.job-categories__title {
	color: #595045;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}

.job-categories__description {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.125rem;
}

.job-categories__bottom {
	align-items: center;
	border-top: 0.0625rem solid #ddd;
	display: flex;
	margin-top: 1.5rem;
	padding: 1.25rem 1.25rem 0;
}

.job-categories__interview-link {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 1rem;
	width: 7.0625rem;
}

.job-categories__interview-title {
	border-bottom: 0.0625rem solid #e5006c;
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 0.3125rem;
}

.job-categories__interview-details {
	color: #595045;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.job-categories__members {
	display: flex;
	gap: 2.5rem;
	margin-left: 3.6875rem;
}

.job-categories__member-image {
	border-radius: 50%;
	flex-shrink: 0;
	height: 6rem;
	overflow: hidden;
	width: 6rem;
}

.job-categories__member-image img {
	-o-object-fit: cover;
	aspect-ratio: 96/96;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.job-categories__member a {
	align-items: center;
	display: flex;
	max-width: 21.25rem;
	width: 100%;
}

.job-categories__member-content {
	margin-left: 1.875rem;
}

.job-categories__member-name {
	color: #1a1a1a;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
}

.job-categories__member-meta {
	color: #595045;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.job-categories__member-year {
	color: #595045;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.job-categories__more {
	margin-top: 5rem;
}

.job-categories__more-lead {
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.job-categories__more-lead .u-desktop {
	display: inline-block;
}

.job-categories__btn {
	margin-top: 1.875rem;
}

.lower-mv {
	background-color: #fff;
	margin-top: 6.25rem;
}

.lower-mv__visual {
	background-image: var(--lower-mv-bg-pc);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 21.875rem;
	position: relative;
}

.lower-mv__inner {
	left: 50%;
	position: absolute;
	top: calc(50% - 3.125rem);
	transform: translate(-50%, -50%);
}

.lower-mv__heading {
	margin-top: 2.25rem;
}

.lower-mv__title {
	color: #595045;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1;
}

.lower-mv__subtitle {
	align-items: flex-end;
	display: flex;
	margin-top: 1.25rem;
}

.lower-mv__subtitle-initial img {
	-o-object-fit: contain;
	height: 2.5rem;
	object-fit: contain;
	width: 2.5rem;
}

.lower-mv__subtitle-text {
	color: #595045;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
	margin-left: 0.3125rem;
}

.lower-breadcrumb {
	background-color: #fff;
}

.lower-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 1.25rem 0;
}

.lower-breadcrumb__item {
	align-items: center;
	display: inline-flex;
	white-space: nowrap;
}

.lower-breadcrumb__item + .lower-breadcrumb__item::before {
	background: url("../images/common/icon-tiny-pink.svg") no-repeat center center/cover;
	content: "";
	height: 0.8125rem;
	margin-right: 0.5rem;
	width: 0.8125rem;
}

.lower-breadcrumb__link {
	color: #595045;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.lower-breadcrumb__current {
	color: #595045;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.monburan-filter {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.monburan-filter__item {
	background-color: #fff;
	border: 0.125rem solid #595045;
	border-radius: 62.4375rem;
	color: #595045;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	min-width: 5.875rem;
	padding: 0.75rem 1.625rem;
	text-align: center;
	white-space: nowrap;
}

.monburan-filter__item--active {
	background-color: #e5006c;
	border-color: #e5006c;
	color: #fff;
}

.monburan-archive__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 3.75rem;
}

.monburan-archive__card {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(89, 80, 69, 0.25);
	height: 100%;
	overflow: hidden;
}

.monburan-archive__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.monburan-archive__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 285/280;
	background-color: #fff;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.monburan-archive__card-content {
	background-color: #f9f1e4;
	display: flex;
	flex: 1;
	flex-direction: column;
	height: auto;
	justify-content: center;
	margin-top: 0;
	padding: 0.875rem 1.375rem;
}

.monburan-archive__card-title {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.monburan-archive__empty {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.monburan-single {
	padding-top: 3.75rem;
}

.monburan-single__title {
	background-color: #f9f1e4;
	color: #595045;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 1.25rem 1.875rem;
}

.monburan-single__detail {
	align-items: flex-start;
	display: flex;
	gap: 3.9375rem;
	margin-top: 2.5rem;
}

.monburan-single__left {
	width: 47.5%;
}

.monburan-single__right {
	width: 47.5%;
}

.monburan-single__main-image {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(89, 80, 69, 0.25);
	overflow: hidden;
}

.monburan-single__main-image img {
	-o-object-fit: cover;
	aspect-ratio: 570/570;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.monburan-single__thumbs {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1.875rem;
}

.monburan-single__thumb {
	background-color: #f9f1e4;
	border: 0.125rem solid transparent;
	border-radius: 0.5rem;
	cursor: pointer;
	overflow: hidden;
	transition: opacity 0.2s ease-in;
}

.monburan-single__thumb:hover {
	opacity: 0.7;
}

.monburan-single__thumb--active {
	border-color: #e5006c;
}

.monburan-single__thumb img {
	-o-object-fit: cover;
	aspect-ratio: 127/116;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.monburan-single__description {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.monburan-single__info {
	border-top: 0.0625rem solid #e5e7eb;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.monburan-single__info-title {
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.4;
	padding-left: 0.6875rem;
	position: relative;
}

.monburan-single__info-title::before {
	background-color: #b77c34;
	border-radius: 62.4375rem;
	content: "";
	height: 1.5rem;
	left: 0;
	position: absolute;
	top: 0.125rem;
	width: 0.1875rem;
}

.monburan-single__info-text {
	color: #595045;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.monburan-single__allergy {
	margin-top: 0.9375rem;
}

.monburan-single__allergy-label {
	color: #595045;
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
}

.monburan-single__allergy-list {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0.5rem;
}

.monburan-single__allergy-item {
	align-items: center;
	background-color: #e5e7eb;
	color: #595045;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.5;
	min-height: 2.25rem;
	padding: 0.5rem;
}

.monburan-single__allergy-label + .monburan-single__allergy-list {
	margin-bottom: 0.9375rem;
}

.monburan-single__note {
	color: #595045;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.monburan-related {
	padding-top: 0;
}

.monburan-related__inner {
	border-top: 0.0625rem solid #cccccc;
	margin: 0 auto;
	max-width: 77.5rem;
	padding-top: 6.25rem;
	width: 100%;
}

.monburan-related__title {
	color: #595045;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.monburan-related__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1.875rem;
}

.monburan-related__card {
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(89, 80, 69, 0.25);
	overflow: hidden;
}

.monburan-related__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.monburan-related__card-image {
	background-color: #fff;
}

.monburan-related__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 285/280;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.monburan-related__card-title {
	background-color: #f9f1e4;
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.monburan-nav {
	padding-top: 0rem;
}

.monburan-nav__inner {
	border-top: 0.0625rem solid #cccccc;
	margin: 0 auto;
	max-width: 77.5rem;
	padding-top: 6.25rem;
	width: 100%;
}

.monburan-nav__group + .monburan-nav__group {
	margin-top: 3.4375rem;
}

.monburan-nav__title {
	color: #595045;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.monburan-nav__buttons {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 1.875rem;
}

.monburan-nav__button {
	align-items: center;
	background-color: #f0d4a7;
	border-radius: 0.5625rem;
	color: #1e2939;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4;
	min-height: 3.3125rem;
	padding: 0.875rem 1.375rem;
}

.monburan-nav__back {
	margin-top: 5rem;
}

.news-category-filter {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.news-category-filter__item {
	background-color: #fff;
	border: 0.125rem solid #595045;
	border-radius: 62.4375rem;
	color: #595045;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	min-width: 5.875rem;
	padding: 0.75rem 1.625rem;
	text-align: center;
	white-space: nowrap;
}

.news-category-filter__item--active {
	background-color: #e5006c;
	border-color: #e5006c;
	color: #fff;
}

.news-archive__term {
	color: #777777;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-top: 1.5rem;
}

.news-archive__list {
	border-top: 0.0625rem solid #cccccc;
	margin-top: 2.5rem;
}

.news-archive .news__list {
	margin-top: 3.75rem;
}

.news-list__item {
	border-bottom: 0.0625rem solid #cccccc;
}

.news-list__link {
	display: block;
	padding: 1.25rem 2rem 1.25rem 0;
	position: relative;
}

.news-list__link::after {
	border-right: 0.125rem solid #595045;
	border-top: 0.125rem solid #595045;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 0.375rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

.news-list__meta {
	align-items: center;
	display: flex;
}

.news-list__date {
	color: #777777;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.news-list__categories {
	margin-left: 0.75rem;
}

.news-list__category {
	align-items: center;
	border: 0.0625rem solid #595045;
	border-radius: 6.25rem;
	color: #595045;
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.3;
	padding: 0.25rem 0.75rem;
}

.news-list__category + .news-list__category {
	margin-left: 0.5rem;
}

.news-list__title {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.news-archive__empty {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 2.5rem;
}

.news-single__inner {
	margin: 0 auto;
	max-width: 61.875rem;
	width: 100%;
}

.news-single__meta {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.news-single__title {
	color: #595045;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.news-single__content {
	margin-top: 2.5rem;
	padding-bottom: 6.25rem;
}

.news-single__content p {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.news-single__content img {
	margin-top: 2.5rem;
}

.news-single__footer {
	border-top: 0.0625rem solid #595045;
	padding-top: 3.75rem;
}

.news-single__back a {
	letter-spacing: 0.04em;
}

.news-single__back a::after {
	left: 1.1875rem;
}

.news-single__pager {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.news-single__pager-link {
	align-items: center;
	color: #595045;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	position: relative;
	white-space: nowrap;
}

.news-single__pager-link--prev {
	padding-left: 3.875rem;
}

.news-single__pager-link--next {
	padding-right: 3.875rem;
}

.news-single__pager-link--prev::before {
	background: url("../images/common/icon-arrow-pink-l.svg") no-repeat center center/cover;
	content: "";
	height: 2.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
	width: 2.625rem;
}

.news-single__pager-link--next::after {
	background: url("../images/common/icon-arrow-pink-l.svg") no-repeat center center/cover;
	content: "";
	height: 2.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.625rem;
}

.news-single__pager-link--disabled {
	color: #cccccc;
}

.news-single__pager-link--prev.news-single__pager-link--disabled::before {
	background: url("../images/common/icon-arrow-gray.svg") no-repeat center center/cover;
	transform: translateY(-50%) rotate(0deg);
}

.news-single__pager-link--next.news-single__pager-link--disabled::after {
	background: url("../images/common/icon-arrow-gray.svg") no-repeat center center/cover;
	transform: translateY(-50%) rotate(180deg);
}

.news-single__pager-prev,
.news-single__pager-next {
	width: 8.9375rem;
}

.news-single__pager-title {
	-webkit-text-decoration: underline;
	color: #595045;
	display: block;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 0.625rem;
	overflow: hidden;
	text-decoration: underline;
	text-overflow: ellipsis;
	text-underline-offset: 0.125rem;
	white-space: nowrap;
	width: 100%;
}

.not-found {
	overflow: hidden;
	position: relative;
}

.not-found::before {
	background-color: rgba(229, 0, 108, 0.08);
	border-radius: 50%;
	content: "";
	height: 21.25rem;
	position: absolute;
	right: -5rem;
	top: 1.25rem;
	width: 21.25rem;
}

.not-found::after {
	background-color: rgba(89, 80, 69, 0.07);
	border-radius: 50%;
	bottom: -7.5rem;
	content: "";
	height: 18.75rem;
	left: -6.25rem;
	position: absolute;
	width: 18.75rem;
}

.not-found__inner {
	max-width: 56.25rem;
	position: relative;
	z-index: 1;
}

.not-found__code {
	color: #e5006c;
	font-family: "Josefin Sans", sans-serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.1;
}

.not-found__title {
	color: #595045;
	font-size: 2.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1.125rem;
}

.not-found__text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.75rem;
}

.not-found__btn {
	justify-content: flex-start;
	margin-top: 2.25rem;
}

.oem-intro__text {
	margin-top: 1.875rem;
}

.oem-intro__cards {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.oem-intro__card {
	background-color: #fff0f6;
	border: 0.125rem solid #e5006c;
	border-radius: 1.25rem;
	padding: 1.875rem 0.625rem;
}

.oem-intro__card-title {
	color: #e5006c;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.oem-intro__card-text {
	color: #595045;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1rem;
	text-align: center;
}

.oem-flow__lead {
	margin-top: 1.875rem;
}

.oem-flow__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.oem-flow__item {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(89, 80, 69, 0.25);
	display: flex;
	overflow: hidden;
}

.oem-flow__item:nth-child(even) {
	flex-direction: row-reverse;
}

.oem-flow__item:nth-child(even) .oem-flow__content {
	margin-right: auto;
}

.oem-flow__image {
	max-width: 25rem;
	overflow: hidden;
	width: 100%;
}

.oem-flow__image img {
	-o-object-fit: cover;
	aspect-ratio: 400/200;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.oem-flow__content {
	padding: 0.625rem 1.875rem;
}

.oem-flow__content-inner {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.oem-flow__step {
	align-items: center;
	background-color: #e5006c;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	height: 3.75rem;
	justify-content: center;
	line-height: 1;
	width: 3.75rem;
}

.oem-flow__title {
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
}

.oem-flow__text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.875rem;
	padding-left: 5.25rem;
}

.oem-flow__chips {
	margin-top: 3.75rem;
}

.flow-chips {
	background-color: #fff0f6;
	border-radius: 1.25rem;
	padding: 2.5rem;
}

.flow-chips__title {
	color: #595045;
	font-size: 1.1875rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.flow-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.flow-chip-list__item {
	background-color: #fff;
	border-radius: 62.4375rem;
	color: #595045;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 1.0625rem 0.9375rem 1.0625rem 3.4375rem;
	position: relative;
}

.flow-chip-list__item::before {
	background: url(../images/common/icon-arrow-pink.svg) no-repeat center center/cover;
	content: "";
	height: 2.1875rem;
	left: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.1875rem;
}

.oem-faq__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 3.75rem;
}

.oem-faq__question {
	margin: 0;
}

.oem-faq__trigger {
	align-items: center;
	background-color: #fff;
	border: 0;
	border-radius: 0.625rem;
	color: #595045;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	padding: 1.25rem 3.75rem 1.25rem 5.25rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.oem-faq__trigger::before {
	align-items: center;
	background-color: #595045;
	border-radius: 50%;
	color: #fff;
	content: "Q";
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: center;
	left: 1.5rem;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	top: 1.125rem;
	width: 2.25rem;
}

.oem-faq__trigger-text {
	display: block;
}

.oem-faq__icon::before {
	background-color: #595045;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.oem-faq__icon::after {
	background-color: #595045;
	content: "";
	height: 1rem;
	position: absolute;
	right: 1.9375rem;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	width: 0.125rem;
}

.oem-faq__trigger.is-open .oem-faq__icon::after {
	transform: translateY(-50%) rotate(90deg);
}

.oem-faq__answer {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.8;
	padding: 1.5rem 1.625rem 0 5.25rem;
	position: relative;
}

.oem-faq__answer::before {
	align-items: center;
	background-color: #e18700;
	border-radius: 50%;
	color: #fff;
	content: "A";
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 2.25rem;
	justify-content: center;
	left: 1.5rem;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	top: 1.25rem;
	width: 2.25rem;
}

.privacy-policy__inner {
	max-width: 61.25rem;
}

.privacy-policy__title {
	color: #595045;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.privacy-policy__lead {
	color: #e5006c;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.privacy-policy__text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.25rem;
}

.privacy-policy__list {
	margin-top: 3.75rem;
}

.privacy-policy__item {
	border-top: 0.0625rem solid #d9d1c7;
	padding-top: 2rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 2.25rem;
}

.privacy-policy__item:last-child {
	border-bottom: 0.0625rem solid #d9d1c7;
	padding-bottom: 2rem;
}

.privacy-policy__item-title {
	color: #595045;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.privacy-policy__item-text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1rem;
}

.privacy-policy__item-note {
	color: #595045;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.privacy-policy__sub-list {
	margin-top: 0.875rem;
}

.privacy-policy__sub-item {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.privacy-policy__sub-item + .privacy-policy__sub-item {
	margin-top: 0.25rem;
}

.privacy-policy__contact {
	background-color: #fcf8f1;
	border-radius: 0.5rem;
	margin-top: 1rem;
	padding: 1.25rem;
}

.privacy-policy__contact-name {
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.privacy-policy__contact-mail {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.privacy-policy__contact-mail a {
	-webkit-text-decoration: underline;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.125rem;
}

.product-page__inner {
	margin: 0 auto;
	max-width: 90rem;
	width: 100%;
}

.product-page__item {
	align-items: center;
	display: flex;
	gap: 6.25rem;
	max-width: 83.75rem;
	padding-right: 1.25rem;
}

.product-page:nth-child(even) .product-page__item {
	flex-direction: row-reverse;
	margin-left: auto;
	padding-left: 1.25rem;
	padding-right: 0;
}

.product-page__image {
	aspect-ratio: 745/418;
	border-radius: 0 5rem 5rem 5rem;
	flex-shrink: 0;
	overflow: hidden;
	width: 46.5625rem;
}

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

.product-page__content {
	width: calc(100% - 52.8125rem);
}

.product-page__item--reverse .product-page__content {
	margin-left: 0;
	margin-right: 6.25rem;
}

.product-page__heading .section-heading__title {
	font-size: 1.875rem;
}

.product-page__sub-title {
	color: rgba(89, 80, 69, 0.5);
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.3125rem;
	text-align: center;
}

.product-page__text {
	color: #595045;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 3.125rem;
}

.product-page__btn {
	margin-top: 3.125rem;
}

.recruit-page-intro {
	overflow: hidden;
}

.recruit-page-intro__inner {
	margin: 0 auto;
	max-width: 90rem;
	position: relative;
	width: 100%;
}

.recruit-page-intro__inner::after {
	background: url("../images/top/deco-logo-right.svg") no-repeat center center/cover;
	bottom: -6.25rem;
	content: "";
	height: 9rem;
	left: 0;
	position: absolute;
	width: 42.0625rem;
}

.recruit-page-links__inner {
	margin: 0 auto;
	max-width: 90rem;
	width: 100%;
}

.recruit-page-links__list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.recruit-page-intro__title {
	color: #595045;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

.recruit-page-intro__title-en {
	font-size: 1.75rem;
}

.recruit-page-intro__text {
	margin-top: 3.4375rem;
}

.recruit-page-links__item {
	max-width: 85.3125rem;
	width: 100%;
}

.recruit-page-links__item:nth-child(even) {
	padding-right: 1.25rem;
}

.recruit-page-links__item:nth-child(odd) {
	margin-left: auto;
	padding-left: 1.25rem;
	padding-right: 0;
}

.recruit-page-links__visual {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.recruit-page-links__badge {
	align-items: center;
	background-color: #fce7f0;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 26.875rem;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 26.875rem;
}

.recruit-page-links__badge::before {
	background-color: #e5006c;
	border-radius: 50%;
	content: "";
	height: 23.75rem;
	left: 1.5625rem;
	position: absolute;
	top: 1.5625rem;
	width: 23.75rem;
	z-index: 0;
}

.recruit-page-links__badge-en {
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
}

.recruit-page-links__badge-ja {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 1.25rem;
	position: relative;
}

.recruit-page-links__image {
	overflow: hidden;
	width: 53.125rem;
}

.recruit-page-links__image img {
	-o-object-fit: cover;
	aspect-ratio: 850/480;
	border-radius: 0 6.25rem 6.25rem 6.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recruit-page-links__item:nth-child(even) .recruit-page-links__image img {
	border-radius: 6.25rem 0 6.25rem 6.25rem;
}

.recruit-page-links__content {
	margin-top: 3.125rem;
	max-width: 48.0625rem;
}

.recruit-page-links__item:nth-child(even) .recruit-page-links__content {
	margin-left: auto;
	margin-right: 0rem;
}

.recruit-page-links__title {
	color: #595045;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.333333;
}

.recruit-page-links__text {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 1.375rem;
}

.recruit-page-links__btn {
	margin-top: 2.5rem;
}

.recruit-page-links__btn.section-sub-btn a {
	margin: 0;
}

.recruit-interview {
	background-color: #fbfbfb;
	position: relative;
}

.recruit-interview__swiper {
	position: static !important;
}

.recruit-interview__swiper {
	margin-top: 3.75rem;
	overflow: visible;
}

.recruit-interview__cards {
	margin-top: 0;
	padding-bottom: 2.5rem;
}

.recruit-interview__nav {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 2.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 2.75rem;
	z-index: 2;
}

.recruit-interview__nav::before {
	background-color: #e5006c;
	border-radius: 50%;
	content: "";
	height: 5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5rem;
}

.recruit-interview__nav::after {
	background: url("../images/common/icon-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 2.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 2.625rem;
}

.recruit-interview__nav-wrapper {
	display: flex;
	justify-content: space-between;
	left: 50%;
	max-width: 86.25rem;
	position: absolute;
	top: 51%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.recruit-interview__nav--prev {
	left: 4.1875rem;
}

.recruit-interview__nav--prev::before {
	transform: translate(-50%, -50%);
}

.recruit-interview__nav--next {
	right: 4.1875rem;
}

.recruit-interview__nav--prev::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.recruit-interview__nav--next::before {
	transform: translate(-50%, -50%);
}

.recruit-interview__nav--next::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.recruit-interview__card {
	background-color: #fff;
	border-radius: 0.625rem;
	box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(89, 80, 69, 0.25);
	height: auto;
	overflow: hidden;
}

.recruit-interview__card-link {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.recruit-interview__card-image {
	width: 100%;
}

.recruit-interview__card-image img {
	-o-object-fit: cover;
	aspect-ratio: 301/215;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recruit-interview__card-body {
	padding: 1rem;
}

.recruit-interview__name {
	color: #1a1a1a;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.375;
}

.recruit-interview__tag {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.6;
	margin-top: 0.3125rem;
	padding: 0.3125rem 0.9375rem;
}

.recruit-interview__tag--yellow {
	background-color: #fbae18;
}

.recruit-interview__tag--pink {
	background-color: #e5006c;
}

.recruit-interview__tag--green {
	background-color: #38b54b;
}

.recruit-interview__tag--blue {
	background-color: #2d86c1;
}

.recruit-interview__tag--orange {
	background-color: #f15a23;
}

.recruit-interview__year {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.recruit-interview__card--empty {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 17.5rem;
}

.recruit-interview__empty {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.recruit-interview__pagination {
	margin-top: 1.5rem;
	text-align: center;
}

.recruit-interview__pagination .swiper-pagination-bullet {
	background-color: #d9d2c8;
	height: 0.625rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	opacity: 1;
	width: 0.625rem;
}

.recruit-interview__pagination .swiper-pagination-bullet-active {
	background-color: #e5006c;
}

.recruit-info {
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 5rem;
	position: relative;
}

.recruit-info-treat {
	left: -6.25rem;
	margin: 0 auto;
	max-width: 57vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.recruit-info-treat img {
	max-width: 57vw;
}

.recruit-info__inner {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	max-width: 55.625rem;
	padding: 7.5rem 1.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.recruit-info__links {
	align-items: flex-start;
	display: flex;
	margin-right: 16.9375rem;
}

.recruit-info__link + .recruit-info__link {
	margin-top: 1.875rem;
}

.recruit-info__link {
	margin-top: 0;
}

.recruit-info__links {
	flex-direction: column;
}

.recruit-info__link .section-btn__link {
	width: 13.75rem;
}

.requirements-page__inner {
	max-width: 75rem;
}

.requirements-page__tabs {
	align-items: center;
	background-color: #f9f1e4;
	border-radius: 62.4375rem;
	display: flex;
	margin: 3.75rem auto 0;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.requirements-page__tab-item + .requirements-page__tab-item {
	margin-left: 0.625rem;
}

.requirements-page__tab {
	background-color: transparent;
	border: none;
	border-radius: 62.4375rem;
	color: rgba(89, 80, 69, 0.5);
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.333333;
	padding: 1.25rem 1.375rem;
	white-space: nowrap;
}

.requirements-page__tab.is-active {
	background-color: #fff;
	color: #595045;
}

.requirements-page__panel[hidden] {
	display: none;
}

.requirements-page__title {
	border-bottom: 0.125rem solid #595045;
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 3.75rem;
	padding-bottom: 0.75rem;
}

.requirements-page__table-wrap {
	margin-top: 2rem;
}

.requirements-page__table {
	background-color: #fff;
	border: 0.0625rem solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}

.requirements-page__table-row {
	border-top: 0.0625rem solid #dddddd;
}

.requirements-page__table-row:first-child {
	border-top: none;
}

.requirements-page__table-head {
	background-color: #f9f9f9;
	border-right: 0.0625rem solid #dddddd;
	color: #595045;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 1.125rem 1.25rem;
	text-align: left;
	vertical-align: top;
	width: 13.75rem;
}

.requirements-page__table-body {
	padding: 1.125rem 1.5rem;
	vertical-align: top;
}

.requirements-page__table-body {
	color: #595045;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.requirement-gray-bg {
	background-color: #f9f9f9;
}

/* ==================== MV ==================== */

.mv {
	height: calc(100dvh - 6.25rem);
	margin-top: 6.25rem;
	min-height: 40.625rem;
	position: relative;
	width: 100%;
}

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

.mv__title {
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 0.09375rem;
	color: #000;
	font-size: 3.125rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 1.25rem #fff;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

/* ==================== お知らせ ==================== */

.news {
	overflow-x: clip;
	padding: 3.75rem 0 6.0625rem;
	position: relative;
}

.news__inner {
	margin: 0 auto;
	max-width: 49.625rem;
	padding: 0 1.25rem;
	z-index: 1;
}

.news__list {
	margin-top: 2.5rem;
}

.news__item {
	position: relative;
}

.news__item::after {
	background: repeating-linear-gradient(to right, #e5006c 0, #e5006c 0.375rem, transparent 0.375rem, transparent 0.75rem);
	bottom: 0;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.news__item-link {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	padding: 0.875rem 0;
	position: relative;
}

.news__item-link::before {
	background: url(../images/common/icon-post-arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.3125rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	width: 0.5625rem;
}

.news__item-meta {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	width: 12.5rem;
}

.news__item-date {
	color: #777777;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.news__item-category {
	align-items: center;
	border: 0.125rem solid #595045;
	border-radius: 6.25rem;
	color: #595045;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0.4375rem;
	white-space: nowrap;
	width: 6.75rem;
}

.news__item-title {
	color: #595045;
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.news__deco {
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.news__deco--right {
	height: 9rem;
	right: 0;
	top: 0.3125rem;
	width: 38.0625rem;
}

.news__deco--left {
	bottom: 4.6875rem;
	height: 5.0625rem;
	left: 0;
	width: 21.5rem;
}

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

/* ==================== コンセプト ==================== */

.about {
	height: 42.625rem;
	overflow: hidden;
	position: relative;
}

.about::before {
	aspect-ratio: 910/682;
	background: url("../images/top/about-bg.webp") no-repeat center/cover;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 56.875rem;
}

.about__inner {
	margin: 0 auto;
	max-width: 87.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.about__content {
	margin-top: 14.125rem;
	max-width: 50rem;
	position: relative;
}

.about__content::before {
	background: url("../images/common/pattern-food.webp") no-repeat center/cover;
	content: "";
	height: 100%;
	opacity: 0.3;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.about__content-inner {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	justify-content: center;
	padding: 5rem 2.5rem;
	position: relative;
	text-align: center;
}

.about__title {
	color: #595045;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.2;
	white-space: nowrap;
}

.about__text {
	color: #595045;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

/* ==================== グリッドカード ==================== */

.grid-cards__list {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.grid-cards__item {
	display: block;
	overflow: hidden;
	position: relative;
}

.grid-cards__item::before {
	align-items: center;
	background-color: #e5006c;
	border-radius: 50%;
	content: "";
	display: flex;
	height: 4.375rem;
	justify-content: center;
	position: absolute;
	right: 0.625rem;
	top: 0.5rem;
	width: 4.375rem;
	z-index: 1;
}

.grid-cards__item::after {
	background: url("../images/common/icon-arrow.svg") no-repeat center/cover;
	content: "";
	height: 2.625rem;
	position: absolute;
	right: 1.375rem;
	top: 1.5rem;
	transform: rotate(90deg);
	width: 2.625rem;
	z-index: 1;
}

.grid-cards__item-bg {
	-o-object-fit: cover;
	aspect-ratio: 715/372;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
	width: 100%;
}

.grid-cards__item:hover {
	opacity: 1;
}

.grid-cards__item:hover .grid-cards__item-bg {
	transform: scale(1.05);
}

.grid-cards__item-header {
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	padding: 1.75rem 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.grid-cards__item-title {
	color: #595045;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

/* ==================== リンクセクション ==================== */

.links {
	min-height: 40.75rem;
	overflow-x: clip;
	padding: 3.75rem 0 23.6875rem;
	position: relative;
}

.links::after {
	background: url("../images/top/deco-cake.webp") no-repeat center/cover;
	bottom: -8.6875rem;
	content: "";
	height: 35.3125rem;
	left: -3.0625rem;
	position: absolute;
	width: 42.125rem;
}

.links__inner {
	margin: 0 auto;
	max-width: 76.5625rem;
	padding: 0 1.25rem;
	width: 100%;
}

.links__list {
	align-items: flex-end;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
}

.links__item {
	display: block;
	max-width: 23.4375rem;
	position: relative;
	width: 100%;
}

.links__item.no-link {
	pointer-events: none;
	position: relative;
}

.links__item.no-link::before {
	background-color: rgba(127, 127, 127, 0.5);
	border-radius: 1.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.links__item-note {
	bottom: -1.875rem;
	color: #595045;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.5;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
}

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

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media (max-width: 768px) {

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

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about-message__body {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.about-message__lead {
	font-size: 1.25rem;
}

.about-message__text {
	font-size: 0.9375rem;
}

.about-message__image img {
	margin: 0 auto;
	width: 80%;
}

.about-philosophy__cards {
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.about-philosophy__card {
	padding: 0;
}

.about-philosophy__card-title {
	font-size: 2.25rem;
}

.about-philosophy__card-copy {
	font-size: 1.125rem;
}

.about-philosophy__card-text {
	font-size: 0.9375rem;
}

.about-philosophy__value-item {
	min-height: 20rem;
	padding: 0.625rem;
	width: 20rem;
}

.about-philosophy__value-text {
	font-size: 0.9375rem;
}

.about-company__list {
	gap: 1.5rem;
	margin-top: 1.875rem;
}

.about-company__row {
	display: block;
}

.about-company__term {
	width: 100%;
}

.about-company__term::before {
	bottom: -0.625rem;
	width: 100%;
}

.about-company__description {
	margin-top: 1.5rem;
	padding-left: 0;
	width: 100%;
}

.about-access__cards {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.about-access__title {
	font-size: 1.125rem;
}

.about-history__list {
	margin-top: 1.875rem;
}

.about-history__item {
	display: block;
}

.about-history__item::before {
	top: 30%;
}

.about-history__item:not(:first-child)::after {
	bottom: 98%;
	height: 117%;
}

.about-history__item time {
	font-size: 2.125rem;
	width: 100%;
}

.about-history__item p {
	font-size: 0.9375rem;
	margin-left: 0;
	margin-top: 0.375rem;
}

.about-officers__table-wrap {
	margin-top: 1.875rem;
}

.business-intro__text {
	margin-top: 1.875rem;
}

.business-products__image {
	margin-top: 1.875rem;
}

.business-products__factory-list {
	flex-direction: column;
	margin-top: 1.875rem;
}

.carrier-program__inner {
	margin: 0 auto;
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.carrier-program__list {
	gap: 2.5rem;
}

.carrier-program__item:nth-child(even) {
	flex-direction: column;
}

.carrier-entry__lead {
	max-width: 18.75rem;
	top: -3.125rem;
}

.carrier-entry__btn {
	max-width: 12.5rem;
}

.carrier-entry__btn a {
	font-size: 1.25rem;
	padding: 1rem 0 1rem 2.5rem;
}

.carrier-entry__btn a::before {
	right: 1.875rem;
}

.section.carrier-intro {
	padding-bottom: 18.75rem;
}

.carrier-intro::after {
	background-position: top;
	bottom: 0;
	height: 17.5rem;
	top: auto;
	width: 100%;
}

.carrier-intro__title {
	font-size: 1.5rem;
}

.carrier-intro__text {
	margin-top: 1.875rem;
}

.carrier-intro__text p {
	font-size: 0.875rem;
	line-height: 1.8;
}

.carrier-intro__deco-wrap {
	margin-top: 1.875rem;
}

.carrier-intro__deco {
	font-size: 1.875rem;
	margin-top: 0;
}

.carrier-program__item {
	align-items: flex-start;
	flex-direction: column;
}

.carrier-program__item--reverse {
	flex-direction: column;
}

.carrier-program__image {
	border-radius: 0 1.25rem 1.25rem 1.25rem;
	margin-top: 1.25rem;
	width: 100%;
}

.carrier-program__item:nth-child(even) .carrier-program__image {
	border-radius: 1.25rem 0 1.25rem 1.25rem;
}

.carrier-program__text-wrap {
	padding: 0;
	width: 100%;
}

.carrier-program__number {
	font-size: 1.625rem;
}

.carrier-program__title {
	font-size: 1.375rem;
	line-height: 1.4;
	margin-left: 0.625rem;
}

.carrier-program__lead {
	font-size: 1.125rem;
	margin-top: 0.75rem;
}

.carrier-program__text {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.carrier-program__bullet-list {
	margin-top: 0.75rem;
}

.carrier-program__bullet-item {
	font-size: 1rem;
}

.section.carrier-entry {
	padding: 2.5rem 1.25rem;
}

.carrier-entry__inner {
	margin-top: 1.25rem;
	padding: 3.125rem 1.25rem 1.875rem;
}

.carrier-entry__text {
	font-size: 1rem;
}

.carrier-entry__btn .section-btn__link {
	width: 13.75rem;
}

.intro__text {
	font-size: 1rem;
}

.products__cards {
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.875rem;
}

.products__card-body {
	padding: 1.25rem;
}

.section {
	padding: 2.5rem 0;
}

.section-cta {
	padding: 3.75rem 1.25rem 2.5rem;
}

.inner {
	max-width: 31.25rem;
}

.section-heading__title {
	font-size: 1.5rem;
}

.section-heading__title::before {
	height: 1.25rem;
	width: 1.25rem;
}

.section-heading__title::after {
	height: 1.25rem;
	width: 1.25rem;
}

.section-btn {
	margin-top: 1.5625rem;
}

.section-sub-btn a {
	font-size: 1rem;
	padding: 1rem 5rem 1rem 0;
}

.section-sub-btn--reverse a {
	padding: 1rem 0 1rem 5rem;
}

.section-sub-btn a::before {
	height: 3.75rem;
	width: 3.75rem;
}

.section-sub-btn a::after {
	height: 1.875rem;
	right: 0.9375rem;
	width: 1.875rem;
}

.section-sub-btn--reverse a::after {
	left: 0.9375rem;
}

.common-pagination {
	margin-top: 1.875rem;
}

.common-pagination .pagination__item .page-numbers {
	font-size: 0.875rem;
	height: 2.125rem;
	width: 2.125rem;
}

.consumer-intro {
	padding-bottom: 11.25rem;
}

.consumer-intro__content {
	margin-top: 1.875rem;
}

.consumer-intro__image {
	margin: 1.875rem auto 0;
	max-width: 25rem;
}

.consumer-intro__text {
	font-size: 1.25rem;
	padding: 1.875rem 0;
}

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

.consumer-products__annotation .u-desktop {
	display: none;
}

.consumer-products__icon {
	width: 70%;
}

.contact__title {
	font-size: 1.5rem;
}

.contact__form {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.contact__request-list {
	gap: 0.625rem;
}

.contact__request-list .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 0.875rem;
}

.contact__policy {
	height: 13.75rem;
	padding: 0.875rem;
}

.contact__policy-title {
	font-size: 1rem;
}

.contact__policy-text {
	font-size: 0.875rem;
}

.contact__agree input + span {
	font-size: 0.875rem;
	padding-left: 2rem;
}

.export-products__chips {
	margin-top: 1.875rem;
	padding: 1.25rem;
}

.export-products__chips-list {
	gap: 0.625rem;
}

.footer__inner {
	max-width: 37.5rem;
	padding: 3.75rem 1.25rem;
}

.footer__main {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.footer__nav-columns-wrap {
	flex-direction: column;
	gap: 1.25rem;
}

.footer__nav-columns {
	flex-direction: column;
}

.footer__nav-column--last {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.footer__sns {
	flex-direction: column;
	margin-top: 2.5rem;
}

.footer__sns-group {
	width: 100%;
}

.footer__sns-group--border {
	border-left: none;
	border-top: 0.0625rem solid #cccccc;
	padding-left: 0;
	padding-top: 1.25rem;
	width: 100%;
}

.footer__sns-title {
	text-align: center;
}

.footer__sns-icons {
	gap: 1.25rem;
}

.footer__sns-icon {
	height: 2.3125rem;
	width: 2.3125rem;
}

.footer__bottom {
	height: 7.5rem;
	margin-top: 1.875rem;
}

.footer__copyright {
	padding: 1rem 0;
}

.footer__copyright p {
	font-size: 0.75rem;
}

.header {
	height: 4.375rem;
}

.header__logo img {
	height: 1.1875rem;
	max-width: 8.125rem;
}

.header__nav {
	display: none;
}

.header__nav-item--translate .gtranslate_wrapper {
	position: absolute;
	right: 3.75rem;
	top: 50%;
	transform: translateY(-50%);
}

.header__hamburger {
	align-items: center;
	background-color: #e5006c;
	border: none;
	border-radius: 0 0.9375rem 0.9375rem 0.9375rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	height: 3.125rem;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 3.125rem;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 0.125rem;
	transition: 0.3s;
	width: 1.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	transform: translateY(0.125rem) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	display: none;
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	transform: translateY(-0.25rem) rotate(-45deg);
}

.header__drawer {
	background-color: #fff;
	display: block;
	height: calc(100dvh - 3.75rem);
	overflow-y: auto;
	padding: 2.5rem 1.25rem;
	position: fixed;
	right: -120%;
	top: 3.75rem;
	transition: 0.4s;
	width: 100%;
	z-index: 800;
}

.header__drawer.is-open {
	right: 0;
}

.interview-single__qa {
	padding-bottom: 2.5rem;
}

.interview-single__inner {
	padding-right: 1.25rem;
}

.interview-single {
	margin-top: 3.75rem;
	padding: 0;
}

.interview-single__hero {
	margin: 0 auto;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.interview-single__hero-inner {
	display: block;
}

.interview-single__profile {
	margin-left: 0;
	width: 100%;
}

.interview-single__label-wrap {
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.25rem;
}

.interview-single__label-en {
	font-size: 1.25rem;
}

.interview-single__label-ja {
	font-size: 1rem;
	margin-top: 0.375rem;
}

.interview-single__profile-body {
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
}

.interview-single__profile-department {
	font-size: 0.9375rem;
}

.interview-single__profile-name {
	font-size: 1.625rem;
	margin-top: 0.25rem;
}

.interview-single__profile-note {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.interview-single__profile-year {
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.interview-single__profile-comment {
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.interview-single__hero-image {
	margin-top: 1rem;
	max-width: 28.75rem;
	width: 100%;
}

.interview-single__hero-image img {
	aspect-ratio: 335/240;
	border-radius: 0 1.5rem 1.5rem 1.5rem;
}

.interview-single__qa-item {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.interview-single__qa-inner {
	display: block;
}

.interview-single__qa-image {
	width: 100%;
}

.interview-single__qa-image img {
	aspect-ratio: 335/220;
}

.interview-single__qa-content {
	margin-left: 0;
	margin-top: 1.25rem;
	width: 100%;
}

.interview-single__qa-inner--reverse .interview-single__qa-content {
	margin-right: 0;
	margin-top: 1.25rem;
}

.interview-single__qa-title {
	font-size: 1.125rem;
	padding-left: 0.875rem;
}

.interview-single__qa-title::before {
	height: 1.375rem;
}

.interview-single__qa-text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.interview-single__wide-image {
	padding: 2.5rem 0;
}

.interview-single__wide-image img {
	aspect-ratio: 335/220;
}

.interview-single__schedule {
	padding: 2.5rem 0;
}

.interview-single__schedule-title {
	font-size: 1.25rem;
}

.interview-single__schedule-list {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 1.25rem;
	row-gap: 1rem;
}

.interview-single__schedule-time {
	height: 3.875rem;
	width: 3.875rem;
}

.interview-single__schedule-label {
	font-size: 0.875rem;
	margin-top: 0.375rem;
}

.interview-single__back {
	margin-top: 2.5rem;
}

.interview-archive.section {
	padding: 2.5rem 0 0;
}

.interview-archive__empty {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.interview-archive__filter {
	flex-direction: column;
	max-width: 100%;
	padding: 0 0.9375rem;
}

.interview-archive__filter-item {
	font-size: 0.875rem;
	margin: 0 auto;
	padding: 0.625rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.interview-archive__sections {
	margin-top: 2.5rem;
}

.interview-archive__section {
	padding: 1.25rem 0;
}

.interview-archive__section-heading-en {
	font-size: 3rem;
}

.interview-archive__section-heading-ja {
	font-size: 1.25rem;
	margin-top: -1.375rem;
	padding-left: 1.875rem;
}

.interview-archive__section-heading-ja::before {
	height: 1.1875rem;
	width: 1.25rem;
}

.interview-archive__cards {
	grid-template-columns: repeat(1, minmax(0, 25.875rem));
	justify-content: center;
	margin-top: 0;
	row-gap: 1.25rem;
}

.interview-archive__card-image {
	margin-top: 1.25rem;
	max-width: 13.75rem;
}

.interview-archive__card-content {
	margin-top: 1rem;
	padding: 0 0 1.25rem;
}

.interview-archive__card-name {
	font-size: 1.25rem;
}

.interview-archive__card-copy {
	font-size: 0.875rem;
	margin-top: 0.625rem;
	text-align: center;
}

.interview-archive__card-year {
	font-size: 0.8125rem;
	margin-top: 0.875rem;
}

.job-categories__list {
	gap: 2.5rem;
	margin: 0 auto;
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.job-categories__item:nth-child(even) .job-categories__image {
	border-radius: 2.5rem 0 0 0;
}

.job-categories__member a {
	flex-direction: column;
	max-width: 100%;
}

.job-categories__more-lead .u-desktop {
	display: none;
}

.job-intro__heading-en {
	font-size: 2.625rem;
}

.job-intro__heading-ja {
	font-size: 1.5rem;
	margin-top: -1.375rem;
}

.job-categories__item {
	max-width: 100%;
}

.job-categories__image {
	border-radius: 0 2.5rem 0 0;
	height: 13.75rem;
}

.job-categories__item--reverse .job-categories__image {
	border-radius: 2.5rem 0 0 0;
}

.job-categories__content {
	border-radius: 0 0 2.5rem 2.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
}

.job-categories__title {
	font-size: 1.375rem;
}

.job-categories__description {
	font-size: 0.9375rem;
	margin-top: 0.75rem;
}

.job-categories__bottom {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1rem;
}

.job-categories__members {
	flex-direction: column;
	margin-left: 0;
	margin-top: 1rem;
}

.job-categories__member-name {
	font-size: 1.125rem;
}

.job-categories__member-content {
	margin-left: 0.75rem;
}

.job-categories__member-meta {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.job-categories__member-year {
	font-size: 0.75rem;
	margin-top: 0.125rem;
}

.job-categories__more {
	margin-top: 3.125rem;
}

.job-categories__more-lead {
	font-size: 1rem;
}

.job-categories__more-link {
	margin-top: 1rem;
}

.job-categories__more-link a {
	font-size: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.875rem;
}

.lower-mv {
	margin-top: 3.75rem;
}

.lower-mv__visual {
	background-image: var(--lower-mv-bg-sp, var(--lower-mv-bg-pc));
	height: 20rem;
}

.lower-mv__title {
	font-size: 2.5rem;
}

.lower-mv__subtitle-initial img {
	height: 1.75rem;
	width: 1.75rem;
}

.lower-mv__subtitle-text {
	font-size: 1rem;
}

.lower-breadcrumb__list {
	padding: 0.9375rem 0;
}

.monburan-archive__card {
	border-radius: 0.625rem;
}

.monburan-filter {
	gap: 0.5rem;
}

.monburan-filter__item {
	font-size: 0.75rem;
	min-width: 5rem;
	padding: 0.625rem 1rem;
}

.monburan-archive__cards {
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.monburan-archive__card-content {
	padding: 0.625rem;
}

.monburan-archive__card-title {
	font-size: 0.9375rem;
	padding: 0;
}

.section.monburan-related {
	padding: 1.25rem 0;
}

.monburan-related__inner {
	padding: 2.5rem 0 0;
}

.monburan-related__card {
	border-radius: 0.625rem;
}

.section.monburan-nav {
	padding: 1.25rem 0 2.5rem;
}

.monburan-nav__inner {
	padding: 2.5rem 0 0;
}

.monburan-single {
	padding-top: 1.875rem;
}

.monburan-single__title {
	font-size: 1.25rem;
	padding: 0.75rem 1rem;
}

.monburan-single__detail {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.5rem;
}

.monburan-single__left {
	width: 100%;
}

.monburan-single__right {
	width: 100%;
}

.monburan-single__thumbs {
	gap: 0.5rem;
	margin-top: 1rem;
}

.monburan-single__description {
	font-size: 0.875rem;
}

.monburan-single__info {
	margin-top: 1rem;
	padding-top: 1rem;
}

.monburan-single__info-title {
	font-size: 1.125rem;
}

.monburan-single__info-text {
	margin-top: 0.5rem;
}

.monburan-single__allergy-label {
	font-size: 1rem;
}

.monburan-single__allergy-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.monburan-single__note {
	margin-top: 1rem;
}

.monburan-related__inner {
	padding-top: 2.5rem;
}

.monburan-related__title {
	font-size: 1.375rem;
}

.monburan-related__cards {
	gap: 0.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.25rem;
}

.monburan-related__card-title {
	font-size: 0.9375rem;
	padding: 0;
}

.monburan-nav__inner {
	padding-top: 2.5rem;
}

.monburan-nav__group + .monburan-nav__group {
	margin-top: 1.875rem;
}

.monburan-nav__title {
	font-size: 1.375rem;
}

.monburan-nav__buttons {
	gap: 0.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1rem;
}

.monburan-nav__button {
	font-size: 0.875rem;
	min-height: 2.625rem;
	padding: 0.625rem 0.75rem;
}

.monburan-nav__back {
	margin-top: 2.5rem;
}

.news-category-filter {
	gap: 0.625rem;
}

.news-category-filter__item {
	padding: 0.625rem 1rem;
}

.news-archive__list {
	margin-top: 1.75rem;
}

.news-archive .news__list {
	margin-top: 2.5rem;
}

.news-list__link {
	padding: 0.875rem 1.5rem 0.875rem 0;
}

.news-list__date {
	font-size: 0.875rem;
}

.news-list__category {
	font-size: 0.75rem;
}

.news-list__title {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.news-single__title {
	font-size: 1.5rem;
}

.news-single__content {
	margin-top: 1.875rem;
	padding-bottom: 2.5rem;
}

.news-single__footer {
	padding-top: 2.5rem;
}

.news-single__pager {
	margin-top: 1.875rem;
	row-gap: 1.25rem;
}

.not-found::before {
	height: 15rem;
	right: -8.125rem;
	top: 1.875rem;
	width: 15rem;
}

.not-found::after {
	bottom: -6.25rem;
	height: 14.375rem;
	left: -8.125rem;
	width: 14.375rem;
}

.not-found__code {
	font-size: 2.25rem;
}

.not-found__title {
	font-size: 1.5rem;
	margin-top: 0.875rem;
}

.not-found__text {
	font-size: 0.875rem;
	margin-top: 1.25rem;
}

.not-found__btn {
	margin-top: 1.75rem;
}

.oem-intro__cards {
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
}

.oem-intro__card {
	padding: 1.25rem;
}

.oem-intro__card-title {
	font-size: 1.25rem;
}

.oem-intro__card-text {
	font-size: 0.9375rem;
}

.oem-flow__list {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.oem-flow__item {
	flex-direction: column;
}

.oem-flow__item:nth-child(even) .oem-flow__content {
	margin-right: 0;
}

.oem-flow__item:nth-child(even) {
	flex-direction: column;
}

.oem-flow__image {
	max-width: 100%;
}

.oem-flow__content {
	padding: 1.25rem;
}

.oem-flow__content-inner {
	gap: 0.625rem;
}

.oem-flow__step {
	font-size: 1.25rem;
	height: 2.5rem;
	width: 2.5rem;
}

.oem-flow__title {
	font-size: 1.125rem;
}

.oem-flow__text {
	font-size: 0.9375rem;
	padding-left: 0;
}

.flow-chip-list {
	flex-direction: column;
}

.flow-chip-list__item {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.oem-faq__list {
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.oem-faq__trigger {
	padding: 1rem 2.5rem 1rem 3.75rem;
}

.oem-faq__trigger::before {
	left: 0.875rem;
	top: 0.625rem;
}

.oem-faq__icon::before {
	right: 0.875rem;
}

.oem-faq__icon::after {
	right: 1.3125rem;
}

.oem-faq__answer {
	padding: 1rem 1.25rem 0 3.75rem;
}

.oem-faq__answer::before {
	left: 0.875rem;
	top: 0.875rem;
}

.privacy-policy__title {
	font-size: 1.875rem;
}

.privacy-policy__lead {
	font-size: 1.125rem;
	margin-top: 0.375rem;
}

.privacy-policy__text {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.privacy-policy__list {
	margin-top: 2.25rem;
}

.privacy-policy__item {
	padding-top: 1.375rem;
}

.privacy-policy__item + .privacy-policy__item {
	margin-top: 1.5rem;
}

.privacy-policy__item:last-child {
	padding-bottom: 1.375rem;
}

.privacy-policy__item-title {
	font-size: 1.125rem;
}

.privacy-policy__item-text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.privacy-policy__item-note {
	font-size: 0.8125rem;
}

.privacy-policy__sub-item {
	font-size: 0.875rem;
}

.privacy-policy__contact {
	margin-top: 0.75rem;
	padding: 0.875rem;
}

.privacy-policy__contact-name {
	font-size: 0.875rem;
}

.privacy-policy__contact-mail {
	font-size: 0.875rem;
}

.product-page__inner {
	max-width: 31.25rem;
	padding: 0 1.25rem;
}

.product-page:nth-child(even) .product-page__item {
	padding-left: 0;
}

.product-page__item {
	display: block;
	padding: 0;
}

.product-page__item + .product-page__item {
	margin-top: 3.75rem;
}

.product-page__item--reverse {
	flex-direction: row;
}

.product-page__image {
	aspect-ratio: 335/220;
	border-radius: 0 1.875rem 1.875rem 1.875rem;
	width: 100%;
}

.product-page__content {
	margin-left: 0;
	margin-top: 1.5rem;
	width: 100%;
}

.product-page__item--reverse .product-page__content {
	margin-right: 0;
	margin-top: 1.5rem;
}

.product-page__heading .section-heading__title {
	font-size: 1.5rem;
}

.product-page__sub-title {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.product-page__text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.product-page__btn {
	margin-top: 1.5rem;
}

.recruit-page-intro__inner {
	margin: 0 auto;
	max-width: 31.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.recruit-page-intro__inner::after {
	bottom: 0;
	height: 4.5rem;
	width: 21rem;
}

.recruit-page-links__inner {
	margin: 0 auto;
	max-width: 31.25rem;
	padding: 0 1.25rem;
	width: 100%;
}

.recruit-page-links__list {
	gap: 2.5rem;
}

.recruit-page-intro__title-en {
	font-size: 1.25rem;
}

.recruit-page-links__item:nth-child(odd) {
	padding-left: 0;
}

.recruit-page-links__item:nth-child(even) .recruit-page-links__visual {
	flex-direction: column-reverse;
}

.recruit-page-links__image img {
	border-radius: 0 2.5rem 2.5rem 2.5rem;
}

.recruit-page-links__item:nth-child(even) .recruit-page-links__image img {
	border-radius: 2.5rem 0 2.5rem 2.5rem;
}

.recruit-interview__nav-wrapper {
	max-width: 31.25rem;
	top: 43%;
}

.recruit-interview__card-body {
	padding: 0.625rem;
}

.recruit-info-treat {
	display: flex;
	justify-content: center;
	max-width: 100%;
	position: static;
	transform: translateY(0);
}

.recruit-info__inner {
	padding: 0;
}

.recruit-page-intro__title {
	font-size: 1.875rem;
}

.recruit-page-intro__text {
	margin-top: 1.875rem;
}

.recruit-page-intro__text p {
	font-size: 0.875rem;
	line-height: 1.8;
}

.recruit-page-intro__text p + p {
	margin-top: 0.875rem;
}

.recruit-page-links__visual {
	align-items: flex-start;
	flex-direction: column;
	max-width: 100%;
}

.recruit-page-links__badge {
	height: 12.5rem;
	width: 12.5rem;
}

.recruit-page-links__badge::before {
	height: 11.25rem;
	left: 0.625rem;
	top: 0.625rem;
	width: 11.25rem;
}

.recruit-page-links__badge-en {
	font-size: 1.25rem;
}

.recruit-page-links__badge-ja {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.recruit-page-links__image {
	margin-top: -1.25rem;
	width: 100%;
}

.recruit-page-links__content {
	margin-top: 1.375rem;
}

.recruit-page-links__title {
	font-size: 1.25rem;
}

.recruit-page-links__text {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 0.875rem;
}

.recruit-interview__swiper {
	margin-top: 1.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.recruit-interview__pagination {
	margin-top: 1.125rem;
}

.recruit-interview__nav {
	height: 2.25rem;
	width: 2.25rem;
}

.recruit-interview__nav::before {
	height: 3.125rem;
	width: 3.125rem;
}

.recruit-interview__nav::after {
	height: 1.5rem;
	width: 1.5rem;
}

.recruit-interview__nav--prev {
	left: 0.5rem;
}

.recruit-interview__nav--next {
	right: 0.5rem;
}

.recruit-interview__name {
	font-size: 1.125rem;
}

.recruit-interview__tag {
	font-size: 0.75rem;
	padding: 0.1875rem 0.625rem;
}

.recruit-interview__year {
	font-size: 0.875rem;
}

.recruit-info {
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.recruit-info::before {
	height: 30rem;
	left: -11.25rem;
	top: -8.75rem;
	width: 30rem;
}

.recruit-info::after {
	height: 26.25rem;
	left: -10rem;
	top: -7.5rem;
	width: 26.25rem;
}

.recruit-info__inner {
	align-items: flex-start;
	flex-direction: column;
}

.recruit-info__links {
	margin: 1.5rem auto 0;
}

.recruit-info__link .section-btn__link {
	width: 13.75rem;
}

.requirements-page__tabs {
	border-radius: 2.5rem;
	flex-direction: column;
	margin-top: 2rem;
	padding: 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.requirements-page__tab-item + .requirements-page__tab-item {
	margin-left: 0.375rem;
}

.requirements-page__tab {
	font-size: 0.9375rem;
	padding: 0.75rem 1rem;
}

.requirements-page__title {
	font-size: 1rem;
	margin-top: 2rem;
	padding-bottom: 0.625rem;
}

.requirements-page__table-wrap {
	margin-top: 1.25rem;
	overflow-x: auto;
}

.requirements-page__table {
	min-width: 56.25rem;
}

.requirements-page__table-head {
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0.875rem 0.875rem;
	width: 11.25rem;
}

.requirements-page__table-body {
	-webkit-text-size-adjust: 100%;
	font-size: 0.9375rem;
	line-height: 1.6;
	padding: 0.875rem 1rem;
}

.mv {
	height: calc(100dvh - 3.75rem);
	margin-top: 3.75rem;
}

.mv__title {
	-webkit-text-stroke-width: 0.0625rem;
	font-size: 7vw;
}

.news {
	padding: 2.5rem 0 3.125rem;
}

.news__inner {
	max-width: 37.5rem;
}

.news__list {
	margin-top: 1.5625rem;
}

.news__item-link {
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.75rem 2.1875rem 0.75rem 0;
}

.news__item-meta {
	gap: 0.625rem;
	justify-content: flex-start;
	width: 100%;
}

.news__item-date {
	font-size: 0.875rem;
}

.news__item-category {
	font-size: 0.75rem;
	padding: 0.25rem;
	width: 5.625rem;
}

.news__item-title {
	font-size: 0.9375rem;
	width: 100%;
}

.news__deco--right {
	height: 3.125rem;
	width: 13.125rem;
}

.news__deco--left {
	display: none;
}

.about {
	height: auto;
}

.about__inner {
	max-width: 37.5rem;
}

.about__content {
	margin: 5rem auto;
}

.about__content::before {
	opacity: 0.7;
}

.about__content-inner {
	gap: 1.875rem;
	padding: 2.5rem 0.75rem;
}

.about__title {
	font-size: 1.5rem;
	text-align: center;
	white-space: normal;
}

.about__text {
	font-size: 0.9375rem;
}

.grid-cards__list {
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	max-width: 37.5rem;
}

.grid-cards__item::before {
	height: 2.3125rem;
	width: 2.3125rem;
}

.grid-cards__item::after {
	height: 1.25rem;
	right: 1.125rem;
	top: 1.125rem;
	width: 1.25rem;
}

.grid-cards__item-header {
	padding: 1rem 0;
}

.grid-cards__item-title {
	font-size: 1.25rem;
}

.links {
	min-height: auto;
	padding: 2.5rem 0;
}

.links::after {
	display: none;
}

.links__list {
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
}

.links__item {
	width: 70%;
}

.links__item-note {
	bottom: -1.25rem;
}

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

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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