body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

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

body {
	background: #FFFFFF;
}

body.home,
body.page-template-page-contact,
body.page-contact,
body.page-id-15 {
	background: linear-gradient(180deg, #23A7E9 0%, #FFF588 100%);
	background-attachment: scroll;
	background-size: 100% 100%;
}

html {
	font-size: 16px;
}

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

/* ホバー */

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

/* WordPress ブロックエディター（商品詳細ページ用） */

.wp-block-group.p-product-detail .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
	width: 100%;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-page-fv {
	background-color: #fff;
	overflow: hidden;
	padding-top: 7.875rem;
	position: relative;
}

.c-page-fv__inner {
	padding-left: 3.3125rem;
	position: relative;
	z-index: 2;
}

.c-page-fv__header {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.c-page-fv__title-en {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
}

.c-page-fv__title-ja {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
}

.c-page-fv__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.c-page-fv__image {
	height: 29.125rem;
	margin-top: 6.8125rem;
	width: 100%;
}

.c-page-fv__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-size: 10px;
}

.l-footer {
	background-image: url("../images/common/footer-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 44.9375rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	width: 100%;
}

.l-footer::before {
	background-color: rgba(255, 255, 255, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1300px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-inner-sub {
	height: inherit;
	margin: 0 auto;
	max-width: 90rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	width: 100%;
}

.l-main {
	padding-top: 5.75rem;
}

.home .l-main {
	padding-top: 0;
}

.p-404 {
	padding: 7.5rem 0;
	text-align: center;
}

.p-404__title {
	color: #23A7E9;
	font-family: "Rubik", sans-serif;
	font-size: 7.5rem;
	font-weight: 700;
	line-height: 1;
}

.p-404__text {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2rem;
}

.p-404__link {
	-webkit-text-decoration: none;
	background-color: #23A7E9;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 3rem;
	padding: 1rem 3rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.p-404__link:hover {
	opacity: 0.7;
}

.p-about-page-fv {
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 7.875rem;
	position: relative;
}

.p-about-page-fv__inner {
	padding-left: 3.3125rem;
	position: relative;
	z-index: 2;
}

.p-about-page-fv__header {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.p-about-page-fv__title-en {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-about-page-fv__title-ja {
	color: #22A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
}

.p-about-page-fv__text {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-about-page-fv__image {
	height: 29.125rem;
	margin-top: 3.5625rem;
	width: 100%;
}

.p-about-page-fv__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about-page-ceo {
	background-color: #ECECEC;
	padding: 8rem 0 9.75rem;
}

.p-about-page-ceo__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding: 0 1.5625rem;
}

.p-about-page-ceo__title {
	color: #22A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
}

.p-about-page-ceo__content {
	align-items: flex-start;
	display: flex;
	gap: 4.625rem;
	justify-content: space-between;
	margin-top: 3.0625rem;
}

.p-about-page-ceo__text {
	flex: 1;
}

.p-about-page-ceo__text p {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
}

.p-about-page-ceo__text p + p {
	margin-top: 2.5rem;
}

.p-about-page-ceo__signature {
	margin-top: 2.5rem;
	text-align: left;
}

.p-about-page-ceo__image {
	flex-shrink: 0;
	width: 31.3125rem;
}

.p-about-page-ceo__image img {
	height: auto;
	width: 100%;
}

.p-about-page-info {
	padding: 8.9375rem 0 16.25rem;
}

.p-about-page-info__inner {
	margin: 0 auto;
	max-width: 56.875rem;
	padding: 0 1.5625rem;
}

.p-about-page-info__title {
	color: #22A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
}

.p-about-page-info__table {
	display: flex;
	flex-direction: column;
	margin-top: 4.9375rem;
}

.p-about-page-info__row {
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	padding: 1.25rem 0;
}

.p-about-page-info__row dt {
	color: #0F3446;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.19;
	width: 18.25rem;
}

.p-about-page-info__row dd {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.19;
}

.p-about-page-info__en {
	display: block;
	font-size: 1.5rem;
	margin-top: -0.625rem;
}

.p-about-page-locations {
	padding: 3.125rem 0 11.125rem;
}

.p-about-page-locations__inner {
	margin: 0 auto;
	max-width: 72.75rem;
	padding: 0 1.5625rem;
}

.p-about-page-locations__title {
	color: #22A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
}

.p-about-page-locations__item {
	margin-top: 6.5rem;
}

.p-about-page-locations__item--main .p-about-page-locations__content {
	display: flex;
	gap: 4.8125rem;
}

.p-about-page-locations__item--main .p-about-page-locations__image {
	flex-shrink: 0;
	height: 39.25rem;
	margin-top: 0;
	width: 31.75rem;
}

.p-about-page-locations__item--main .p-about-page-locations__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about-page-locations__item--main .p-about-page-locations__info {
	flex: 1;
	width: auto;
}

.p-about-page-locations__item--main .p-about-page-locations__map {
	background-color: #D9D9D9;
	border-radius: 0;
	height: 23.125rem;
	margin-top: 3.25rem;
}

.p-about-page-locations__item--sub {
	margin-top: 0;
}

.p-about-page-locations__sub-items {
	display: flex;
	gap: 0;
	margin-top: 6.5rem;
}

.p-about-page-locations__sub-items .p-about-page-locations__item {
	flex: 1;
	width: 50%;
}

.p-about-page-locations__header {
	background-color: #22A7E9;
	display: inline-block;
	margin-bottom: 2rem;
	padding: 0.5rem 3.125rem;
}

.p-about-page-locations__name {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
}

.p-about-page-locations__content {
	display: flex;
	gap: 2.5rem;
}

.p-about-page-locations__map {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-about-page-locations__map img,
.p-about-page-locations__map iframe {
	-o-object-fit: cover;
	border: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about-page-locations__info {
	width: 100%;
}

.p-about-page-locations__details {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-about-page-locations__detail-row dt {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.79;
}

.p-about-page-locations__detail-row dd {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.79;
	margin-top: 0.625rem;
}

.p-about-page-locations__detail-row dd p {
	line-height: 1.79;
}

.p-about-page-locations__detail-row dd p + p {
	margin-top: 0.625rem;
}

.p-about-page-locations__access-title {
	font-weight: 400;
	margin-top: 1.25rem;
}

.p-about-page-locations__access-title:first-child {
	margin-top: 0;
}

.p-about-page-locations__image {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-about-page-locations__image img {
	height: auto;
	width: 100%;
}

.p-about-page-contact {
	background-color: #22A7E9;
	padding: 3rem 0 4.125rem;
}

.p-about-page-contact__inner {
	margin: 0 auto;
	max-width: 72.75rem;
	padding: 0 1.5625rem;
}

.p-about-page-contact__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-about-page-contact__title-en {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 0.73;
}

.p-about-page-contact__title-ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.19;
	margin-left: 0.4375rem;
}

.p-about-page-contact__cards {
	display: flex;
	gap: 1.875rem;
	margin-top: 2.1875rem;
}

.p-about-page-contact__card {
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 3.4375rem 2.5rem;
	text-align: center;
}

.p-about-page-contact__card-icon {
	height: 5.6875rem;
	width: 5.6875rem;
}

.p-about-page-contact__card-icon svg {
	height: 100%;
	width: 100%;
}

.p-about-page-contact__card-title {
	color: #22A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 0.5;
	margin-top: 1.25rem;
}

.p-about-page-contact__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #22A7E9;
	border-radius: 3.125rem;
	display: inline-flex;
	height: 3.125rem;
	justify-content: center;
	margin-top: 2.5rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 18.75rem;
}

.p-about-page-contact__btn:hover {
	opacity: 0.8;
}

.p-about-page-contact__btn span {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
}

.p-about-page-contact__tel {
	-webkit-text-decoration: none;
	color: #22A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1.875rem;
	text-decoration: none;
}

.p-about-page-contact__hours {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.9375rem;
}

.p-about {
	overflow-x: clip;
}

.p-about__inner {
	padding-bottom: 12rem;
	padding-top: 12rem;
	position: relative;
}

.p-about__inner::before {
	background-color: #FFFFFF;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: calc(50% - 50vw);
	top: 0;
	z-index: -1;
}

.p-about__content {
	background-color: #FFF9BD;
	border-radius: 3.4375rem;
	margin-left: 1.0625rem;
	margin-right: calc(50% - 50vw + 5rem);
	padding: 2.875rem 3.25rem 21.875rem;
	position: relative;
}

.p-about__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-about__title-en {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 0.73;
}

.p-about__title-ja {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.1875;
	margin-left: 0.4375rem;
}

.p-about__text {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.67;
	margin-top: 0.75rem;
}

.p-about__arrow {
	bottom: 16.75rem;
	height: 7.0625rem;
	position: absolute;
	right: 5.625rem;
	transition: transform 0.3s ease;
	width: 7.0625rem;
	z-index: 2;
}

.p-about__arrow:hover {
	transform: translateX(0.625rem);
}

.p-about__arrow svg {
	height: 100%;
	width: 100%;
}

.p-about__image {
	border-radius: 3.4375rem;
	height: 41.875rem;
	margin-left: auto;
	margin-right: calc(50% - 50vw + 1.625rem);
	margin-top: -15.625rem;
	overflow: hidden;
	position: relative;
	width: 62.875rem;
	z-index: 1;
}

.p-about__image img {
	-o-object-fit: cover;
	aspect-ratio: 291/221;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-contact-page-fv {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 5rem;
	position: relative;
}

.p-contact-page-fv__inner {
	padding-left: 3.3125rem;
	position: relative;
	z-index: 2;
}

.p-contact-page-fv__header {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.p-contact-page-fv__title-en {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
}

.p-contact-page-fv__title-ja {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-contact-page-fv__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.25rem;
}

.p-contact-page-fv__image {
	height: 29.125rem;
	margin-top: 1.875rem;
	width: 100%;
}

.p-contact-page-fv__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-contact-page-main {
	margin: 7.625rem 0;
	padding: 7.5rem 0 9.375rem;
	position: relative;
}

.p-contact-page-main::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 6.75rem;
	position: absolute;
	right: calc(50% - 50vw);
	top: 0;
	z-index: -1;
}

.p-contact-page-main__inner {
	padding: 0 1.25rem;
}

.p-contact-page-main__lead {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 7.6875rem;
	text-align: center;
}

.p-contact-page-main__box {
	background-color: #23a7e9;
	margin-left: 7.6875rem;
	margin-top: 7.5rem;
	max-width: 73.125rem;
	padding: 6.25rem 5.625rem;
}

.p-contact-page-main__phone {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 2.9375rem 5.625rem;
	text-align: center;
}

.p-contact-page-main__phone-title {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-contact-page-main__phone-number {
	-webkit-text-decoration: none;
	color: #23a7e9;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-top: 1.25rem;
	text-decoration: none;
}

.p-contact-page-main__phone-time {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-contact-page-main__form {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 4.375rem;
	padding: 4.125rem 5.625rem;
}

.p-contact-page-main__form-title {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.p-contact-page-main__form-lead {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact-page-main__form-body {
	margin: 3.75rem auto 0;
	max-width: 49.1875rem;
}

.p-contact-page-main__form-body .wpcf7-form p {
	margin: 0 0 2.125rem;
}

.p-contact-page-main__form-body .wpcf7-form p:last-of-type {
	margin-bottom: 0;
}

.p-contact-page-main__form-body .wpcf7-form br {
	display: none;
}

.p-contact-page-main__form-body .wpcf7-form label {
	color: #000;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 1rem;
}

.p-contact-page-main__form-body .wpcf7-form .required {
	color: #d32929;
}

.p-contact-page-main__form-body .wpcf7-form input[type=text],
.p-contact-page-main__form-body .wpcf7-form input[type=email],
.p-contact-page-main__form-body .wpcf7-form input[type=tel] {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	height: 2.875rem;
	margin-top: 0.5rem;
	padding: 0.6875rem;
	width: 100%;
}

.p-contact-page-main__form-body .wpcf7-form input[type=text]::-moz-placeholder,
.p-contact-page-main__form-body .wpcf7-form input[type=email]::-moz-placeholder,
.p-contact-page-main__form-body .wpcf7-form input[type=tel]::-moz-placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-body .wpcf7-form input[type=text]::placeholder,
.p-contact-page-main__form-body .wpcf7-form input[type=email]::placeholder,
.p-contact-page-main__form-body .wpcf7-form input[type=tel]::placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-body .wpcf7-form textarea {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	height: 16.0625rem;
	margin-top: 0.5rem;
	padding: 0.6875rem;
	resize: vertical;
	width: 100%;
}

.p-contact-page-main__form-body .wpcf7-form textarea::-moz-placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-body .wpcf7-form textarea::placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-body .wpcf7-form input[type=submit] {
	background-color: #1a69c6;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	height: 3.75rem;
	line-height: 1;
	margin: 3.125rem auto 0;
	min-width: 5rem;
	padding: 0.75rem 1rem;
	transition: opacity 0.3s;
}

.p-contact-page-main__form-body .wpcf7-form input[type=submit]:hover {
	opacity: 0.8;
}

.p-contact-page-main__form-body .wpcf7-form .wpcf7-spinner {
	display: none;
}

.p-contact-page-main__form-group {
	margin-bottom: 2.125rem;
}

.p-contact-page-main__form-label {
	display: block;
	margin-bottom: 1rem;
}

.p-contact-page-main__form-label-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}

.p-contact-page-main__form-label-required {
	color: #d32929;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}

.p-contact-page-main__form-input {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	height: 2.875rem;
	padding: 0.6875rem;
	width: 100%;
}

.p-contact-page-main__form-input::-moz-placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-input::placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-textarea {
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	height: 16.0625rem;
	padding: 0.6875rem;
	resize: vertical;
	width: 100%;
}

.p-contact-page-main__form-textarea::-moz-placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-textarea::placeholder {
	color: #b3b3b3;
}

.p-contact-page-main__form-submit {
	margin-top: 3.125rem;
	text-align: center;
}

.p-contact-page-main__form-btn {
	align-items: center;
	background-color: #1a69c6;
	border: 1px solid #b3b3b3;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	height: 3.75rem;
	justify-content: center;
	line-height: 1;
	min-width: 5rem;
	padding: 0.75rem 1rem;
	transition: opacity 0.3s;
}

.p-contact-page-main__form-btn:hover {
	opacity: 0.8;
}

.p-contact {
	background-color: #23A7E9;
	padding: 3rem 0 4.125rem;
}

.p-contact__inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-contact__header {
	display: flex;
	flex-direction: column;
	gap: 0rem;
	padding-left: 0;
}

.p-contact__title-en {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 0.73;
}

.p-contact__title-ja {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	margin-left: 0.5rem;
	margin-top: 2.1875rem;
}

.p-contact__cards {
	display: flex;
	flex-direction: row;
	gap: 1.875rem;
	justify-content: center;
}

.p-contact__card {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	height: 14.375rem;
	padding: 3.4375rem 2.625rem;
	text-decoration: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	width: 37.5rem;
}

.p-contact__card:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.25rem);
}

.p-contact__card-icon {
	flex-shrink: 0;
	height: 7.25rem;
	width: 7.75rem;
}

.p-contact__card-icon svg {
	height: 100%;
	width: 100%;
}

.p-contact__card-content {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.p-contact__card-label {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}

.p-contact__card-tel {
	-webkit-text-decoration: none;
	color: #23A7E9;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 1.875rem;
	text-decoration: none;
}

.p-contact__card-time {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 1.5625rem;
}

.p-contact__card-btn {
	align-items: center;
	background-color: #23A7E9;
	border-radius: 3.125rem;
	display: inline-flex;
	gap: 0.625rem;
	height: 3.125rem;
	justify-content: center;
	margin-top: 2.5rem;
	width: 18.75rem;
}

.p-contact__card-btn-text {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 0.75;
}

.p-contact__card-btn-icon {
	height: 2rem;
	transition: transform 0.3s ease;
	width: 2rem;
}

.p-contact__card:hover .p-contact__card-btn-icon {
	transform: translateX(0.3125rem);
}

.p-contact__card-btn-icon svg {
	height: 100%;
	width: 100%;
}

.p-footer {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 3.25rem;
	padding-top: 20.0625rem;
	position: relative;
	z-index: 1;
}

.p-footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.p-footer__logo {
	width: 19.5rem;
}

.p-footer__logo a {
	display: block;
	transition: opacity 0.3s ease;
}

.p-footer__logo a:hover {
	opacity: 0.7;
}

.p-footer__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.p-footer__address {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.67;
	margin-top: 2.625rem;
}

.p-footer__line {
	background-color: #FFFFFF;
	height: 0.125rem;
	margin-top: 1.375rem;
	max-width: 82.125rem;
	width: 100%;
}

.p-footer__copyright {
	color: #FFFFFF;
	font-family: "Rubik", sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.47;
	margin-top: 2.25rem;
}

.p-fv {
	height: 58.25rem;
	overflow: hidden;
	position: relative;
}

.p-fv__slider {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-fv__slider .swiper-slide {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-fv__slider .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__content {
	padding-left: 6.125rem;
	padding-top: 12.5625rem;
	position: relative;
	z-index: 10;
}

.p-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.458;
	text-shadow: none;
}

.p-header {
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.p-header.is-scrolled {
	background-color: #fff;
}

.p-header.is-scrolled .p-header__nav-link {
	color: #23A7E9;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1.25rem 3rem 1.25rem 1.875rem;
}

.p-header__logo {
	width: 14.75rem;
}

.p-header__logo a {
	display: block;
	transition: opacity 0.3s ease;
}

.p-header__logo a:hover {
	opacity: 0.7;
}

.p-header__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.p-header__nav {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
	margin-left: auto;
	row-gap: 2rem;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-header__nav-item {
	margin: 0;
}

.p-header__nav-link {
	-webkit-text-decoration: none;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 0.5rem 0.75rem;
	position: relative;
	text-decoration: none;
}

.p-header__nav-link::after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0.75rem;
	position: absolute;
	right: 0.75rem;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.p-header__nav-link:hover::after {
	transform: scaleX(1);
}

.p-header__contact {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #23A7E9;
	border: 0.125rem solid transparent;
	color: #FFFFFF;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	height: auto;
	justify-content: center;
	margin-left: 2rem;
	padding: 0.65625rem 2.0625rem;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	width: auto;
}

.p-header__contact:hover {
	background-color: #FFFFFF;
	border-color: #23A7E9;
	color: #23A7E9;
}

.p-header__hamburger {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
	flex-direction: column;
	height: 0.8125rem;
	justify-content: space-between;
	padding: 0;
	position: relative;
	width: 1.1875rem;
	z-index: 100;
}

.p-header__hamburger-line {
	background-color: #23A7E9;
	border-radius: 0.125rem;
	display: block;
	height: 0.1875rem;
	width: 100%;
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(1) {
	transform: translateY(0.3125rem) rotate(45deg);
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(3) {
	transform: translateY(-0.3125rem) rotate(-45deg);
}

.p-header__hamburger-line {
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-drawer {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: visibility 0s 0.4s;
	visibility: hidden;
	width: 100%;
	z-index: 99;
}

.p-drawer.is-open {
	transition: visibility 0s 0s;
	visibility: visible;
}

.p-drawer.is-open .p-drawer__overlay {
	opacity: 1;
}

.p-drawer.is-open .p-drawer__content {
	transform: translateX(0);
}

.p-drawer__overlay {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-drawer__content {
	background-color: #fff;
	height: 100%;
	max-width: 20rem;
	overflow-y: auto;
	padding: 6.25rem 1.875rem 2.5rem;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s ease;
	width: 80%;
}

.p-drawer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-drawer__nav-item {
	border-bottom: 1px solid #E5E5E5;
}

.p-drawer__nav-link {
	-webkit-text-decoration: none;
	color: #23262F;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	padding: 1.25rem 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.p-drawer__nav-link:hover {
	color: #23A7E9;
}

.p-drawer__contact {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #23A7E9;
	border-radius: 0.25rem;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	margin-top: 1.875rem;
	padding: 1rem 1.25rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-drawer__contact:hover {
	opacity: 0.8;
}

body.is-drawer-open {
	overflow: hidden;
}

body:not(.home):not(.front-page) .p-header {
	background-color: #fff;
}

body:not(.home):not(.front-page) .p-header__nav-link {
	color: #23A7E9;
}

.p-message {
	overflow-x: clip;
	padding-top: 4.375rem;
}

.p-message__inner {
	position: relative;
}

.p-message__inner::before {
	background-color: #FFFFFF;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: calc(50% - 50vw);
	top: 3.125rem;
	z-index: -1;
}

.p-message__main {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 7.25rem;
	margin-left: calc(50% - 1.25rem - 50vw);
	position: relative;
}

.p-message__images {
	margin-left: 4.9375rem;
	margin-right: 3.5rem;
}

.p-message__images-left {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 0;
	order: 0;
	top: 0;
	width: 52.222vw;
}

.p-message__images-left .p-message__image {
	border-radius: 3.4375rem;
	overflow: hidden;
}

.p-message__images-left .p-message__image--01 {
	height: 100%;
	width: 100%;
}

.p-message__images-left .p-message__image--02 {
	height: 100%;
	margin-left: 0;
	width: 100%;
}

.p-message__content {
	display: flex;
	flex-direction: column;
	gap: 5.8125rem;
	margin-top: 12.875rem;
	order: 1;
	padding-left: 0;
	padding-right: 0;
	width: 34.375rem;
}

.p-message__title {
	color: #23A7E9;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.458;
}

.p-message__text {
	color: #0F3446;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.667;
}

.p-message__text p {
	margin-top: 2.5rem;
}

.p-message__text p:first-child {
	margin-top: 0;
}

.p-message__images {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 6.25rem;
}

.p-message__images .p-message__image {
	border-radius: 3.4375rem;
	overflow: hidden;
}

.p-message__images .p-message__image--03 {
	height: 26.1875rem;
	margin-left: auto;
	margin-right: 0;
	width: 39.25rem;
}

.p-message__images .p-message__image--04 {
	height: 32.1875rem;
	width: 21.4375rem;
}

.p-message__image img {
	-o-object-fit: cover;
	aspect-ratio: 752/501;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-products-fv {
	position: relative;
}

.p-products-fv__inner {
	padding: 7.875rem 3.1875rem 1.875rem;
}

.p-products-fv__header {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.p-products-fv__title-en {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
}

.p-products-fv__title-ja {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-products-fv__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.p-products-fv__image {
	height: 29.125rem;
	width: 100%;
}

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

.p-products-list {
	padding: 5rem 0 7.5rem;
}

.p-products-list__inner {
	max-width: 81.25rem;
}

.p-products-list__title {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 7.0625rem;
	text-align: center;
}

.p-products-list__content {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.p-product-pair {
	background: linear-gradient(to right, #23a7e9, #fff588);
	border-radius: 3.125rem;
	display: flex;
	flex-direction: column;
	gap: 7.1875rem;
	padding: 7rem 4.25rem;
	position: relative;
}

.p-product-pair--offset-left {
	border-radius: 0 3.125rem 3.125rem 0;
	margin-left: calc(-50vw + 50%);
	margin-right: 0;
	padding-left: calc(50vw - 50% + 4.25rem);
}

.p-product-pair--offset-right {
	border-radius: 3.125rem 0 0 3.125rem;
	margin-left: 0;
	margin-right: calc(-50vw + 50%);
	padding-right: calc(50vw - 50% + 4.25rem);
}

.p-product-pair__item {
	align-items: flex-start;
	display: flex;
	gap: 3.75rem;
}

.p-product-pair__item--first {
	flex-direction: row;
}

.p-product-pair__item--second {
	flex-direction: row;
}

.p-product-pair__image {
	border-radius: 3.4375rem;
	flex-shrink: 0;
	height: 22.5625rem;
	overflow: hidden;
	width: 33.8125rem;
}

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

.p-product-pair__content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.p-product-pair__title-wrap {
	align-self: flex-start;
	background-color: #23a7e9;
	display: inline-block;
	margin-bottom: 1.25rem;
	padding: 1.25rem 3.75rem;
}

.p-product-pair__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-product-pair__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1.875rem;
}

.p-product-pair__link {
	-webkit-text-decoration: none;
	align-items: center;
	align-self: flex-end;
	display: inline-flex;
	height: 5.625rem;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.3s ease;
	width: 5.625rem;
}

.p-product-pair__link:hover {
	transform: translateX(0.3125rem);
}

.p-product-pair__link-text {
	display: none;
}

.p-product-pair__link-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 70 70' fill='none'%3E%3Cpath d='M14.3764 55.6239C18.4554 59.7029 23.6524 62.4808 29.3102 63.6062C34.968 64.7316 40.8324 64.154 46.1619 61.9464C51.4914 59.7388 56.0466 56.0005 59.2515 51.2041C62.4564 46.4076 64.167 40.7685 64.167 34.9999C64.167 29.2313 62.4564 23.5922 59.2515 18.7958C56.0467 13.9994 51.4914 10.261 46.1619 8.05343C40.8324 5.84588 34.968 5.26828 29.3102 6.39368C23.6524 7.51908 18.4554 10.2969 14.3764 14.376' stroke='white' stroke-width='3'/%3E%3Cpath d='M43.75 35.0001L44.9213 34.063L45.6709 35.0001L44.9213 35.9371L43.75 35.0001ZM8.75 36.5001C7.92157 36.5001 7.25 35.8285 7.25 35.0001C7.25 34.1717 7.92157 33.5001 8.75 33.5001V35.0001V36.5001ZM32.0833 20.4167L33.2546 19.4797L44.9213 34.063L43.75 35.0001L42.5787 35.9371L30.912 21.3538L32.0833 20.4167ZM43.75 35.0001L44.9213 35.9371L33.2546 50.5205L32.0833 49.5834L30.912 48.6464L42.5787 34.063L43.75 35.0001ZM43.75 35.0001V36.5001H8.75V35.0001V33.5001H43.75V35.0001Z' fill='white'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	width: 100%;
}

.p-product-card {
	align-items: center;
	background: linear-gradient(to right, #23a7e9, #fff588);
	border-radius: 3.125rem;
	display: flex;
	gap: 3.75rem;
	min-height: 31.25rem;
	padding: 5rem 3.75rem;
}

.p-product-card--image-left {
	flex-direction: row;
}

.p-product-card--image-right {
	flex-direction: row-reverse;
}

.p-product-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.p-product-card__title-wrap {
	background-color: #23a7e9;
	display: inline-block;
	margin-bottom: 1.25rem;
	padding: 1.125rem 2.5rem;
}

.p-product-card__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-product-card__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.25rem;
}

.p-product-card__link-wrap {
	margin-top: 2.5rem;
}

.p-product-card__link {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	gap: 1rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-product-card__link:hover {
	transform: translateX(0.3125rem);
}

.p-product-card__link-text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
}

.p-product-card__link-icon {
	align-items: center;
	border: 2px solid #0f3446;
	border-radius: 50%;
	display: flex;
	height: 4.375rem;
	justify-content: center;
	width: 4.375rem;
}

.p-product-card__link-icon::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 37' fill='none'%3E%3Cpath d='M26.5 0L45 18.5L26.5 37L23.5 34L38 19.5H0V17.5H38L23.5 3L26.5 0Z' fill='%230f3446'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5rem;
	width: 1.875rem;
}

.p-product-card__image-wrap {
	border-radius: 1.875rem;
	flex-shrink: 0;
	height: 25rem;
	overflow: hidden;
	width: 37.5rem;
}

.p-product-card__image {
	height: 100%;
	width: 100%;
}

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

.p-product-single-fv {
	position: relative;
}

.p-product-single-fv__inner {
	padding: 7.875rem 3.4375rem 3.5625rem;
}

.p-product-single-fv__header {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.p-product-single-fv__title-en {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
}

.p-product-single-fv__title-ja {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-product-single-fv__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.p-product-single-fv__image {
	height: 29.125rem;
	width: 100%;
}

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

.p-product-single-list {
	padding: 7.375rem 0 11.25rem;
}

.p-product-single-list__inner {
	max-width: 84.375rem;
}

.p-product-single-list__title {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3.75rem;
	text-align: center;
}

.p-product-single-list__content {
	display: flex;
	flex-direction: column;
}

.p-product-single-list__content > .p-product-detail {
	padding-left: 1.25rem;
}

.p-product-detail {
	align-items: flex-start;
	display: flex;
	gap: 3.75rem;
}

.p-product-detail.is-layout-flex {
	gap: 3.75rem;
}

.p-product-detail--text-only {
	display: block;
}

.p-product-detail--images-overlap {
	position: relative;
}

.p-product-detail__content {
	flex: 1;
}

.p-product-detail__title {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.p-product-detail__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-product-detail__image-wrap {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.p-product-detail__image-wrap {
	border-radius: 3.4375rem;
	flex-shrink: 0;
	height: 27.0625rem;
	overflow: hidden;
	width: 40.625rem;
}

.p-product-detail__image {
	height: 100%;
	width: 100%;
}

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

.p-product-detail__images {
	flex-shrink: 0;
	height: 51.875rem;
	position: relative;
	width: 47.9375rem;
}

.p-product-detail__image--first {
	border-radius: 3.4375rem;
	height: 27.0625rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 40.625rem;
}

.p-product-detail__image--second {
	border-radius: 3.4375rem;
	bottom: 0;
	height: 27.0625rem;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 40.625rem;
}

.p-product-detail__separator {
	background-color: #23a7e9;
	border: none;
	height: 0.0625rem;
	margin: 5.25rem auto;
	width: 100%;
}

.p-product-features {
	margin-top: 12.25rem;
}

.p-product-features__heading {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3.75rem;
}

.p-product-features__list {
	align-items: stretch;
	display: flex;
	gap: 7.5rem;
}

.p-product-features__item {
	flex: 1;
	padding-bottom: 2.375rem;
	position: relative;
}

.p-product-features__item:not(:last-child)::after {
	background-color: #23a7e9;
	content: "";
	height: 100%;
	position: absolute;
	right: -3.75rem;
	top: 0;
	width: 0.0625rem;
}

.p-product-features__label {
	align-items: center;
	background-color: #23a7e9;
	border-radius: 3.125rem;
	display: inline-flex;
	justify-content: center;
	margin-bottom: 1.875rem;
	padding: 1.25rem 1.875rem;
}

.p-product-features__label p {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.p-product-features__title {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.p-product-features__text {
	color: #0f3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-product-section__title {
	color: #23a7e9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3.75rem;
	text-align: center;
}

.wp-block-spacer {
	clear: both;
}

.p-products {
	overflow-x: clip;
}

.p-products__inner {
	padding-top: 12rem;
	position: relative;
}

.p-products__inner::before {
	background-color: #FFFFFF;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: calc(50% - 50vw);
	top: 0;
	z-index: -2;
}

.p-products__content {
	background-color: #FFF9BD;
	border-radius: 3.4375rem;
	margin-left: 1.0625rem;
	margin-right: calc(50% + 2rem - 50vw);
	padding: 10.6875rem 2.25rem 8.125rem;
	position: relative;
}

.p-products__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: absolute;
	top: -2.5625rem;
}

.p-products__title-en {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 0.73;
}

.p-products__title-ja {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.1875;
	margin-left: 0.5rem;
}

.p-products__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 2.875rem;
	margin-top: 0;
}

.p-products__card {
	-webkit-text-decoration: none;
	border-radius: 3.4375rem;
	display: block;
	height: 21.875rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: calc(33.3333% - 1.9375rem);
}

.p-products__card-bg {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 0;
	transform: translateX(-50%) scale(1);
	transition: transform 0.3s ease;
	width: 150%;
}

.p-products__card:hover .p-products__card-bg {
	transform: translateX(-50%) scale(1.1);
}

.p-products__card-overlay {
	background-color: rgba(114, 114, 114, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-products__card-title {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	left: 50%;
	line-height: 1.5625;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-products__card-arrow {
	bottom: 2.625rem;
	height: 4.375rem;
	position: absolute;
	right: 3rem;
	transition: transform 0.3s ease;
	width: 4.375rem;
}

.p-products__card:hover .p-products__card-arrow {
	transform: translateX(0.3125rem);
}

.p-products__card-arrow svg {
	height: 100%;
	width: 100%;
}

.p-recruit-bg {
	background-color: #EDEDED;
	overflow-x: clip;
	position: relative;
}

.p-recruit-bg::before {
	content: "";
	height: 352.25rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -18rem;
	width: 100%;
	z-index: 0;
}

.p-recruit-bg > * {
	position: relative;
	z-index: 1;
}

.p-recruit-fv {
	height: 51.75rem;
	overflow: hidden;
	position: relative;
}

.p-recruit-fv__slider {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-recruit-fv__track {
	animation: recruit-fv-scroll-pc 30s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.p-recruit-fv__track .p-recruit-fv__slide--top + .p-recruit-fv__slide--bottom {
	margin-left: 0.1875rem;
}

.p-recruit-fv__track .p-recruit-fv__slide--bottom + .p-recruit-fv__slide--top {
	margin-left: 4.3125rem;
}

.p-recruit-fv__slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	width: 22.5rem;
}

.p-recruit-fv__slide--top .p-recruit-fv__slide-deco {
	top: 2.875rem;
}

.p-recruit-fv__slide--top .p-recruit-fv__slide-img {
	top: 1.375rem;
}

.p-recruit-fv__slide--bottom .p-recruit-fv__slide-deco {
	top: 16.125rem;
}

.p-recruit-fv__slide--bottom .p-recruit-fv__slide-img {
	top: 18.4375rem;
}

.p-recruit-fv__slide-deco {
	border-radius: 3.4375rem;
	height: 31.0625rem;
	left: 0rem;
	position: absolute;
	width: 19.3125rem;
	z-index: 1;
}

.p-recruit-fv__slide-deco--blue {
	background-color: #23A7E9;
}

.p-recruit-fv__slide-deco--yellow {
	background-color: #FFF588;
	left: 5rem;
}

.p-recruit-fv__slide-img {
	border-radius: 3.4375rem;
	height: 30.25rem;
	left: 2.0625rem;
	overflow: hidden;
	position: absolute;
	width: 20.1875rem;
	z-index: 2;
}

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

.p-recruit-fv__titles {
	display: flex;
	gap: 0.9375rem;
	position: absolute;
	right: 3.1875rem;
	top: 1.375rem;
	z-index: 10;
}

.p-recruit-fv__title-group {
	position: relative;
}

.p-recruit-fv__title {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.25;
	position: absolute;
	text-orientation: mixed;
	top: 0.5625rem;
	transform: translateX(-50%);
	writing-mode: vertical-rl;
	z-index: 2;
}

.p-recruit-fv__title-bar {
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.p-recruit-fv__title-bar--1 {
	height: 37.3125rem;
	width: 3.625rem;
}

.p-recruit-fv__title-bar--2 {
	height: 34.3125rem;
	width: 3.625rem;
}

.p-recruit-message {
	background: url("../images/recruit/recruit-message-bg.jpg") center/cover no-repeat;
	height: 58.25rem;
	overflow: hidden;
	position: relative;
}

.p-recruit-message__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 90rem;
	padding: 0;
	position: relative;
}

.p-recruit-message__content {
	align-items: flex-start;
	display: flex;
	padding-top: 14.875rem;
}

.p-recruit-message__title {
	color: #fff;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.25;
	margin-left: 6.1875rem;
	text-align: left;
	width: 26.4375rem;
}

.p-recruit-message__text {
	flex: 1;
	margin-left: 7.0625rem;
	max-width: 49.125rem;
}

.p-recruit-message__text p {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.79;
	text-align: left;
}

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

.p-recruit-staff {
	overflow: hidden;
	position: relative;
}

.p-recruit-staff__inner {
	margin: 0 auto;
	max-width: 90rem;
	position: relative;
}

.p-recruit-staff__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin: 0 auto;
	max-width: 56.3125rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 5.5rem;
	width: 100%;
}

.p-recruit-staff__title {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
	width: 100%;
}

.p-recruit-staff__message-box {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 3.4375rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 39.3125rem;
	justify-content: center;
	padding: 4rem 1.4375rem;
	width: 56.3125rem;
}

.p-recruit-staff__message-box p {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
	text-align: center;
}

.p-recruit-staff__message-box p + p {
	margin-top: 1.875rem;
}

.p-recruit-staff__bg-images {
	height: 24.3125rem;
	margin-left: calc(-50vw + 50%);
	margin-top: 7.4375rem;
	overflow: hidden;
	position: relative;
	width: 100vw;
}

.p-recruit-staff__bg-track {
	animation: recruit-staff-scroll-pc 40s linear infinite;
	display: flex;
	gap: 1.25rem;
	width: -moz-max-content;
	width: max-content;
}

.p-recruit-staff__bg-item {
	flex-shrink: 0;
	height: 24.3125rem;
	width: 36.4375rem;
}

.p-recruit-staff__bg-item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-recruit-staff__cards {
	display: flex;
	gap: 7rem;
	justify-content: center;
	padding: 7.6875rem 6.5rem 7.3125rem;
}

.p-recruit-staff__card {
	background-color: #fff;
	border-radius: 3.125rem;
	height: 43.75rem;
	overflow: hidden;
	width: 35rem;
}

.p-recruit-staff__card-image {
	border-radius: 3.125rem 3.125rem 0 0;
	height: 23.3125rem;
	overflow: hidden;
	width: 100%;
}

.p-recruit-staff__card-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-recruit-staff__card-content {
	padding: 1.1875rem 1.6875rem 1.875rem;
}

.p-recruit-staff__card-info {
	align-items: center;
	display: flex;
}

.p-recruit-staff__card-dept {
	background-color: #23A7E9;
	color: #fff;
	display: inline-block;
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.625rem 1rem;
}

.p-recruit-staff__card-year {
	color: #0F3446;
	display: inline-block;
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-left: 1.1875rem;
}

.p-recruit-staff__card-name {
	color: #23A7E9;
	font-family: "DM Sans", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.75;
	margin-top: 0.5625rem;
}

.p-recruit-staff__card-text {
	color: #0F3446;
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 0.625rem;
}

.p-recruit-ceo {
	background-color: #fff;
	overflow: visible;
	padding: 4.375rem 7.5rem 7.5rem;
	position: relative;
	width: 100%;
}

.p-recruit-ceo__inner {
	position: relative;
	width: 100%;
}

.p-recruit-ceo__title {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
}

.p-recruit-ceo__content {
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
}

.p-recruit-ceo__image {
	height: 36.9375rem;
	margin-left: -7.5rem;
	width: 55.4375rem;
	z-index: 1;
}

.p-recruit-ceo__image img {
	-o-object-fit: cover;
	-o-object-position: top 0 left -6.1875rem;
	border-radius: 0 3.4375rem 3.4375rem 0;
	height: 100%;
	object-fit: cover;
	object-position: top 0 left -6.1875rem;
	width: 100%;
}

.p-recruit-ceo__text {
	background-color: rgba(255, 245, 136, 0.7);
	border-radius: 3.4375rem 0 0 3.4375rem;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: -21.625rem;
	min-height: 41.5rem;
	padding: 4.375rem 4.75rem;
	position: relative;
	width: 60vw;
	z-index: 2;
}

.p-recruit-ceo__text p {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2;
	max-width: 42.75rem;
	text-align: left;
	width: 100%;
}

.p-recruit-requirements {
	padding: 6.25rem 7.5rem;
	position: relative;
	width: 100%;
}

.p-recruit-requirements__inner {
	width: 100%;
}

.p-recruit-requirements__title {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
}

.p-recruit-requirements__table {
	background-color: #fff;
	border-radius: 3.4375rem;
	box-sizing: border-box;
	margin-top: 7.4375rem;
	padding: 5rem 5.875rem;
}

.p-recruit-requirements__row {
	border-bottom: 1px solid #0F3446;
	display: flex;
	padding: 2.1875rem 0;
}

.p-recruit-requirements__row:first-child {
	padding-top: 0;
}

.p-recruit-requirements__row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.p-recruit-requirements__row dt {
	color: #0F3446;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.7857142857;
	width: 16.375rem;
}

.p-recruit-requirements__row dd {
	color: #0F3446;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.7857142857;
}

.p-recruit-flow {
	padding: 6.25rem 0;
}

.p-recruit-flow__inner {
	margin: 0 auto;
	max-width: 84.375rem;
	padding: 0 1.5625rem;
}

.p-recruit-flow__title {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
}

.p-recruit-flow__box {
	background-color: #fff;
	border-radius: 1.875rem;
	margin-top: 3.75rem;
	padding: 6.1875rem 2.5rem 7.125rem;
}

.p-recruit-flow__items {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
}

.p-recruit-flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
}

.p-recruit-flow__card {
	align-items: center;
	background-color: #EDEDED;
	border-radius: 3.4375rem;
	display: flex;
	height: 16.6875rem;
	justify-content: center;
	position: relative;
	width: 16.6875rem;
}

.p-recruit-flow__card--last {
	background-color: rgba(255, 245, 136, 0.7);
}

.p-recruit-flow__card-num {
	align-items: center;
	background-color: #23A7E9;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	height: 3.9375rem;
	justify-content: center;
	left: -0.9375rem;
	position: absolute;
	top: -0.9375rem;
	width: 3.9375rem;
}

.p-recruit-flow__card-icon {
	height: 8.125rem;
	width: 8.125rem;
}

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

.p-recruit-flow__label {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}

.p-recruit-apply {
	padding: 6.25rem 1.5625rem 18.125rem;
}

.p-recruit-apply__inner {
	background: linear-gradient(180deg, #23A7E9 0%, #FFF588 100%);
	border-radius: 1.875rem;
	margin: 0 auto;
	max-width: 81.25rem;
	padding: 5rem 3.75rem;
	text-align: center;
}

.p-recruit-apply__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
}

.p-recruit-apply__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.875rem;
}

.p-recruit-apply__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 0.1875rem solid #fff;
	border-radius: 0;
	display: inline-flex;
	height: 7.0625rem;
	justify-content: center;
	margin-top: 2.5rem;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 29.3125rem;
}

.p-recruit-apply__btn:hover {
	background-color: #fff;
}

.p-recruit-apply__btn:hover span {
	color: #23A7E9;
}

.p-recruit-apply__btn span {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	transition: color 0.3s ease;
}

.p-recruit {
	padding-bottom: 4.6875rem;
	padding-top: 12rem;
}

.p-recruit__inner {
	margin: 0 auto;
}

.p-recruit__content {
	border-radius: 3.4375rem;
	height: 36.375rem;
	margin: 0 calc(50% - 50vw + 2.5rem);
	overflow: hidden;
	position: relative;
}

.p-recruit__content::after {
	background-image: url("../images/recruit/recruit-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.5s ease;
	width: 100%;
	z-index: 0;
}

.p-recruit__content:hover::after {
	transform: scale(1.05);
}

.p-recruit__content:hover::before {
	background-color: rgba(0, 0, 0, 0.2);
}

.p-recruit__content::before {
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-color 0.5s ease;
	width: 100%;
	z-index: 1;
}

.p-recruit__link {
	-webkit-text-decoration: none;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	height: 100%;
	justify-content: flex-end;
	padding: 1.6875rem 3.375rem;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 2;
}

.p-recruit__title {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.46;
}

.p-recruit__text {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.25;
}

.p-strengths-fv {
	padding-top: 7.875rem;
	position: relative;
}

.p-strengths-fv__content {
	padding-left: 3.3125rem;
	position: relative;
	z-index: 2;
}

.p-strengths-fv__label {
	color: #0F3446;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
}

.p-strengths-fv__title {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	margin-top: 0.25rem;
}

.p-strengths-fv__text {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5625rem;
}

.p-strengths-fv__image {
	height: 29.125rem;
	margin-top: 6.8125rem;
	width: 100%;
}

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

.p-strengths-message {
	padding-top: 8.75rem;
}

.p-strengths-message__inner {
	align-items: flex-start;
	display: flex;
	padding-left: 2.9375rem;
	padding-right: 2.125rem;
}

.p-strengths-message__box {
	display: none;
}

.p-strengths-message__image {
	border-radius: 3.4375rem;
	flex-shrink: 0;
	height: 50.5rem;
	margin-right: -26.5rem;
	margin-top: 6.9375rem;
	overflow: hidden;
	width: 33.625rem;
	z-index: 2;
}

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

.p-strengths-message__content {
	background-color: #FFF9BD;
	border-radius: 3.4375rem;
	flex: 1;
	margin-top: 1.5rem;
	min-height: 42.5625rem;
	padding: 5.4375rem 5rem;
	padding-left: 30.0625rem;
	z-index: 1;
}

.p-strengths-message__title {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
}

.p-strengths-message__text {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.79;
	margin-top: 1.4375rem;
}

.p-strengths-process {
	padding-bottom: 17.375rem;
	padding-top: 8.75rem;
}

.p-strengths-process__heading {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.46;
	text-align: center;
}

.p-strengths-process__step {
	margin: 6.875rem auto 0;
	max-width: 77rem;
}

.p-strengths-process__step-header {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.p-strengths-process__step-label {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 2.19;
}

.p-strengths-process__step-num {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	line-height: 0.73;
}

.p-strengths-process__step-name-sp {
	display: none;
}

.p-strengths-process__step-images {
	display: flex;
	gap: 2rem;
	margin-top: 1.875rem;
}

.p-strengths-process__step-image {
	border-radius: 1.25rem;
	flex-shrink: 0;
	height: 25rem;
	overflow: hidden;
	width: 37.5rem;
}

.p-strengths-process__step-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-strengths-process__slider {
	display: none;
	width: 100%;
}

.p-strengths-process__slider .swiper-slide {
	border-radius: 0.625rem;
	height: 14.5625rem;
	overflow: hidden;
	width: 100%;
}

.p-strengths-process__slider .swiper-slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-strengths-process__slider .swiper-pagination {
	display: flex;
	gap: 0.125rem;
	justify-content: center;
	margin-top: 0.9375rem;
	position: relative;
}

.p-strengths-process__slider .swiper-pagination-bullet {
	background-color: #D9D9D9;
	border-radius: 50%;
	height: 0.3125rem;
	opacity: 1;
	width: 0.3125rem;
}

.p-strengths-process__slider .swiper-pagination-bullet-active {
	background-color: #3E3E3E;
}

.p-strengths-process__step-footer {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	margin-top: 1.875rem;
}

.p-strengths-process__step-name {
	align-items: center;
	background-color: #23A7E9;
	color: #FFFFFF;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Albert Sans", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	height: 5.3125rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	width: 16.125rem;
}

.p-strengths-process__step-text {
	color: #0F3446;
	flex: 1;
	font-family: "DM Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.04;
}

.p-strengths {
	overflow-x: clip;
}

.p-strengths__inner {
	padding-top: 12rem;
	position: relative;
}

.p-strengths__inner::before {
	background-color: #FFFFFF;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: calc(50% - 50vw);
	top: 0;
	z-index: -1;
}

.p-strengths__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-strengths__title-en {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 0.73;
}

.p-strengths__title-ja {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.1875;
	margin-left: 0.5625rem;
}

.p-strengths__main {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 3.625rem;
	margin-top: 1.375rem;
}

.p-strengths__image {
	border-radius: 3.4375rem;
	flex-shrink: 0;
	height: 36.3125rem;
	overflow: hidden;
	width: 30.9375rem;
}

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

.p-strengths__inner > .p-strengths__content {
	margin-left: 4.0625rem;
}

.p-strengths__main > .p-strengths__content {
	flex: 1;
	margin-left: 0;
	position: relative;
}

.p-strengths__heading {
	color: #23A7E9;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.46;
}

.p-strengths__text {
	color: #0F3446;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.67;
	margin-top: 2.1875rem;
}

.p-strengths__arrow {
	display: block;
	height: 7.0625rem;
	margin-left: auto;
	position: static;
	transition: transform 0.3s ease;
	width: 7.0625rem;
}

.p-strengths__arrow:hover {
	transform: translateX(0.625rem);
}

.p-strengths__arrow svg {
	height: 100%;
	width: 100%;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

@media (max-width: 1200px) and (min-width: 769px) {

.p-recruit-ceo__image {
	height: 31.25rem;
	width: 46.875rem;
}

.p-recruit-ceo__text {
	margin-top: -9.375rem;
	min-height: 34.375rem;
	padding: 3.125rem 3.125rem;
}

}

@media (max-width: 1250px) {

html {
	font-size: 1.28vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.c-page-fv {
	padding-top: 5.8125rem;
}

.c-page-fv__inner {
	padding-left: 1.6875rem;
	padding-right: 2.5rem;
}

.c-page-fv__title-en {
	font-size: 0.75rem;
	line-height: 1;
}

.c-page-fv__title-ja {
	font-size: 1.5rem;
	line-height: 1;
}

.c-page-fv__text {
	font-size: 0.75rem;
	line-height: 1.67;
	margin-top: 0.75rem;
}

.c-page-fv__image {
	height: auto;
	margin-top: 1.875rem;
}

.c-page-fv__image img {
	height: 24.375rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 20px;
}

.l-footer {
	height: auto;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.l-inner-sub {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.l-main {
	padding-top: 3.875rem;
}

.home .l-main {
	padding-top: 0;
}

.p-404 {
	padding: 5rem 0;
}

.p-404__title {
	font-size: 5rem;
}

.p-404__text {
	font-size: 0.875rem;
	margin-top: 1.5rem;
}

.p-404__link {
	font-size: 0.875rem;
	margin-top: 2rem;
	padding: 0.75rem 2rem;
}

.p-about-page-fv {
	padding-bottom: 0;
	padding-top: 5.8125rem;
}

.p-about-page-fv__inner {
	padding-left: 1.6875rem;
}

.p-about-page-fv__title-en {
	font-size: 0.75rem;
	line-height: 1;
}

.p-about-page-fv__title-ja {
	font-size: 1.5rem;
	line-height: 1;
}

.p-about-page-fv__text {
	font-size: 0.75rem;
	line-height: 1.67;
	margin-top: 0.75rem;
}

.p-about-page-fv__image {
	height: 21.0625rem;
	margin-top: 5.5rem;
}

.p-about-page-ceo {
	padding: 3.5rem 0 1.9375rem;
}

.p-about-page-ceo__inner {
	padding: 0 1.25rem;
}

.p-about-page-ceo__title {
	font-size: 1.5rem;
	line-height: 1;
}

.p-about-page-ceo__content {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.875rem;
	padding: 0 1.125rem;
}

.p-about-page-ceo__text p {
	font-size: 0.75rem;
	line-height: 1.67;
}

.p-about-page-ceo__text p + p {
	margin-top: 1.25rem;
}

.p-about-page-ceo__signature {
	margin-top: 1.5rem;
}

.p-about-page-ceo__image {
	margin: 0 auto;
	max-width: 20.625rem;
	width: 100%;
}

.p-about-page-info {
	padding: 3.75rem 0 2.625rem;
}

.p-about-page-info__inner {
	padding: 0 1.25rem;
}

.p-about-page-info__title {
	font-size: 1.5rem;
	line-height: 1;
}

.p-about-page-info__table {
	margin-top: 2.5rem;
}

.p-about-page-info__row {
	gap: 0.625rem;
	padding: 0.625rem 0;
}

.p-about-page-info__row dt {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.67;
	width: 6.9375rem;
}

.p-about-page-info__row dd {
	font-size: 0.75rem;
	line-height: 1.67;
}

.p-about-page-info__en {
	font-size: 0.625rem;
	margin-top: -0.3125rem;
}

.p-about-page-locations {
	padding: 2.5rem 0 3.75rem;
}

.p-about-page-locations__inner {
	padding: 0 1.25rem;
}

.p-about-page-locations__title {
	font-size: 1.5rem;
	line-height: 1;
}

.p-about-page-locations__item {
	margin-top: 3.125rem;
}

.p-about-page-locations__item--main .p-about-page-locations__content {
	flex-direction: column;
	gap: 1.25rem;
}

.p-about-page-locations__item--main .p-about-page-locations__image {
	height: auto;
	order: 2;
	width: 100%;
}

.p-about-page-locations__item--main .p-about-page-locations__info {
	order: 1;
}

.p-about-page-locations__item--main .p-about-page-locations__map {
	height: 12.5rem;
	margin-top: 1.25rem;
}

.p-about-page-locations__sub-items {
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 0.6875rem;
}

.p-about-page-locations__sub-items .p-about-page-locations__item {
	width: 100%;
}

.p-about-page-locations__header {
	margin-bottom: 0.9375rem;
	padding: 0.625rem 1.25rem;
}

.p-about-page-locations__name {
	font-size: 1.25rem;
}

.p-about-page-locations__content {
	flex-direction: column;
	gap: 1.25rem;
}

.p-about-page-locations__map iframe {
	height: 160%;
	transform: scale(0.625);
	transform-origin: top left;
	width: 160%;
}

.p-about-page-locations__detail-row dt {
	font-size: 0.75rem;
}

.p-about-page-locations__detail-row dd {
	font-size: 0.75rem;
}

.p-about-page-contact {
	padding: 0.9375rem 0 2.4375rem;
}

.p-about-page-contact__inner {
	padding: 0 1.125rem;
}

.p-about-page-contact__header {
	gap: 0.25rem;
}

.p-about-page-contact__title-en {
	font-size: 2rem;
	line-height: 1;
}

.p-about-page-contact__title-ja {
	font-size: 0.75rem;
	line-height: 5.83;
	margin-left: 0;
}

.p-about-page-contact__cards {
	flex-direction: column-reverse;
	gap: 1.0625rem;
	margin-top: 1.4375rem;
}

.p-about-page-contact__card {
	padding: 1.5625rem 1.25rem;
}

.p-about-page-contact__card-icon {
	height: 2.5rem;
	width: 2.5rem;
}

.p-about-page-contact__card-title {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.p-about-page-contact__btn {
	height: 2.1875rem;
	margin-top: 0.9375rem;
	max-width: 11.3125rem;
	width: 100%;
}

.p-about-page-contact__btn span {
	font-size: 0.625rem;
}

.p-about-page-contact__tel {
	font-size: 1.5rem;
	margin-top: 0.9375rem;
}

.p-about-page-contact__hours {
	font-size: 0.5rem;
	margin-top: 0.5rem;
}

.p-about__inner {
	padding-bottom: 3.875rem;
	padding-top: 9.875rem;
}

.p-about__inner::before {
	left: 2.125rem;
}

.p-about__content {
	border-radius: 1.25rem 0 0 1.25rem;
	margin-left: 1.875rem;
	margin-right: calc(50% - 50vw);
	padding: 3.1875rem 1.1875rem 6.1875rem;
}

.p-about__header {
	gap: 0.25rem;
	position: absolute;
	top: -2.25rem;
}

.p-about__title-en {
	font-size: 2rem;
	line-height: 2.1875;
}

.p-about__title-ja {
	font-size: 0.75rem;
	line-height: 5.08;
	margin-left: 0;
	margin-top: -2.8125rem;
}

.p-about__text {
	font-size: 0.75rem;
	margin-top: 0;
}

.p-about__arrow {
	display: block;
	height: 3.625rem;
	margin-left: auto;
	position: static;
	width: 3.625rem;
}

.p-about__image {
	border-radius: 1.25rem 0 0 1.25rem;
	height: 13.8125rem;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: -6.0625rem;
	width: 83%;
}

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

.p-contact-page-fv__inner {
	padding-left: 1.6875rem;
}

.p-contact-page-fv__title-en {
	font-size: 0.75rem;
}

.p-contact-page-fv__title-ja {
	font-size: 1.5rem;
}

.p-contact-page-fv__text {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.p-contact-page-fv__image {
	height: 21.0625rem;
	margin-top: 1.25rem;
}

.p-contact-page-main {
	margin: 2.375rem 0;
	padding: 2.375rem 0 1.875rem;
}

.p-contact-page-main::before {
	left: 2.0625rem;
}

.p-contact-page-main__lead {
	font-size: 1rem;
	margin-left: 2.0625rem;
}

.p-contact-page-main__box {
	margin-left: 2.0625rem;
	margin-top: 2.25rem;
	max-width: none;
	padding: 2.25rem 1rem;
}

.p-contact-page-main__phone {
	padding: 1.4375rem 1rem;
}

.p-contact-page-main__phone-title {
	font-size: 0.8125rem;
}

.p-contact-page-main__phone-number {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.p-contact-page-main__phone-time {
	font-size: 0.625rem;
	margin-top: 0.5rem;
}

.p-contact-page-main__form {
	margin-top: 1.5625rem;
	padding: 2.0625rem 1rem;
}

.p-contact-page-main__form-title {
	font-size: 0.875rem;
}

.p-contact-page-main__form-lead {
	font-size: 0.625rem;
	margin-top: 0.9375rem;
}

.p-contact-page-main__form-body {
	margin-top: 1.875rem;
}

.p-contact-page-main__form-body .wpcf7-form p {
	margin: 0 0 1.125rem;
}

.p-contact-page-main__form-body .wpcf7-form label {
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
}

.p-contact-page-main__form-body .wpcf7-form input[type=text],
.p-contact-page-main__form-body .wpcf7-form input[type=email],
.p-contact-page-main__form-body .wpcf7-form input[type=tel] {
	font-size: 0.75rem;
	height: 2.125rem;
	margin-top: 0.25rem;
}

.p-contact-page-main__form-body .wpcf7-form textarea {
	font-size: 0.75rem;
	height: 16rem;
	margin-top: 0.25rem;
}

.p-contact-page-main__form-body .wpcf7-form input[type=submit] {
	font-size: 0.875rem;
	height: 2.8125rem;
	margin-top: 1.875rem;
	min-width: 3.75rem;
}

.p-contact-page-main__form-group {
	margin-bottom: 1.125rem;
}

.p-contact-page-main__form-label {
	margin-bottom: 0.5rem;
}

.p-contact-page-main__form-label-text {
	font-size: 0.75rem;
}

.p-contact-page-main__form-label-required {
	font-size: 0.75rem;
}

.p-contact-page-main__form-input {
	font-size: 0.75rem;
	height: 2.125rem;
}

.p-contact-page-main__form-textarea {
	font-size: 0.75rem;
	height: 16rem;
}

.p-contact-page-main__form-submit {
	margin-top: 1.875rem;
}

.p-contact-page-main__form-btn {
	font-size: 0.875rem;
	height: 2.8125rem;
	min-width: 3.75rem;
}

.p-contact {
	padding: 0.9375rem 0 1.5rem;
}

.p-contact__inner {
	gap: 1.25rem;
}

.p-contact__title-en {
	font-size: 2rem;
	line-height: 1;
}

.p-contact__title-ja {
	font-size: 0.75rem;
	line-height: 1;
	margin-left: 0.125rem;
	margin-top: 0.625rem;
}

.p-contact__cards {
	flex-direction: column;
	gap: 1.0625rem;
}

.p-contact__card {
	gap: 0.625rem;
	height: 6.25rem;
	padding: 1.25rem 0.9375rem;
	width: 100%;
}

.p-contact__card:hover {
	box-shadow: none;
	transform: none;
}

.p-contact__card-icon {
	height: 3.5rem;
	width: 3.75rem;
}

.p-contact__card-label {
	font-size: 0.75rem;
}

.p-contact__card-tel {
	font-size: 1.5rem;
	margin-top: 0.5rem;
}

.p-contact__card-time {
	font-size: 0.5rem;
	margin-top: 0.375rem;
}

.p-contact__card-btn {
	gap: 0.375rem;
	height: 1.875rem;
	margin-top: 0.625rem;
	max-width: 12.5rem;
	width: 100%;
}

.p-contact__card-btn-text {
	font-size: 0.625rem;
	line-height: 1.2;
}

.p-contact__card-btn-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.p-contact__card:hover .p-contact__card-btn-icon {
	transform: none;
}

.p-footer {
	padding-bottom: 0.25rem;
	padding-top: 13.75rem;
}

.p-footer__logo {
	width: 10rem;
}

.p-footer__address {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.p-footer__line {
	height: 0.0625rem;
	margin-top: 2.25rem;
	max-width: 21.9375rem;
}

.p-footer__copyright {
	font-size: 0.625rem;
	line-height: 2.2;
	margin-top: 1rem;
	padding-bottom: 1.3125rem;
}

.p-fv {
	height: 41.6875rem;
}

.p-fv__content {
	padding-left: 1.1875rem;
	padding-top: 5.4375rem;
}

.p-fv__title {
	font-size: 1.5rem;
	line-height: 1.5;
	text-shadow: 0 0.25rem 6.25rem rgba(0, 0, 0, 0.25);
}

.p-header__inner {
	padding: 0.9375rem 0.9375rem;
}

.p-header__logo {
	width: 7.5rem;
}

.p-header__hamburger {
	display: flex;
}

.p-message {
	padding-top: 3.3125rem;
}

.p-message__inner::before {
	left: 2.125rem;
	top: -1.25rem;
}

.p-message__main {
	flex-direction: column;
	gap: 0;
	margin-left: 0;
}

.p-message__images-left {
	gap: 0.875rem;
	margin-top: 3.75rem;
	order: 1;
	width: 100%;
}

.p-message__images-left .p-message__image {
	border-radius: 1.25rem;
	width: 94vw;
}

.p-message__images-left .p-message__image--01 {
	border-radius: 0 1.25rem 1.25rem 0;
	height: auto;
	margin-left: calc(50% - 50vw);
}

.p-message__images-left .p-message__image--02 {
	height: auto;
	margin-left: 0.6875rem;
}

.p-message__content {
	gap: 1.75rem;
	margin-top: 0;
	order: 0;
	padding-left: 2.5625rem;
	padding-right: 1.25rem;
	width: 100%;
}

.p-message__title {
	font-size: 1.5rem;
	line-height: 1.667;
}

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

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

.p-message__images {
	gap: 0.9375rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.9375rem;
}

.p-message__images .p-message__image {
	border-radius: 1.25rem;
}

.p-message__images .p-message__image--03 {
	height: auto;
	margin-right: 0.3125rem;
	width: 72%;
}

.p-message__images .p-message__image--03 img {
	aspect-ratio: 253/170;
}

.p-message__images .p-message__image--04 {
	height: auto;
	margin-left: 0.625rem;
	margin-top: -4.5rem;
	width: 39%;
}

.p-message__images .p-message__image--04 img {
	aspect-ratio: 139/214;
}

.p-message__image img {
	aspect-ratio: 355/257;
}

.p-products-fv__inner {
	padding: 3.75rem 1.6875rem 1.25rem;
}

.p-products-fv__title-en {
	font-size: 0.75rem;
}

.p-products-fv__title-ja {
	font-size: 1.5rem;
}

.p-products-fv__text {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.p-products-fv__image {
	height: 21.0625rem;
}

.p-products-list {
	padding: 2.5rem 0 3.75rem;
}

.p-products-list__title {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.p-products-list__content {
	gap: 2.5rem;
	padding: 0;
}

.p-product-pair {
	background: none;
	border-radius: 0;
	gap: 1.875rem;
	padding: 0;
}

.p-product-pair--offset-left {
	border-radius: 0;
	gap: 3.25rem;
	margin-left: 0;
	padding-left: 0;
}

.p-product-pair--offset-right {
	border-radius: 0;
	margin-right: 0;
	padding-right: 0;
}

.p-product-pair__item {
	flex-direction: column;
	gap: 0;
}

.p-product-pair__item--first {
	flex-direction: column;
}

.p-product-pair__item--second {
	flex-direction: column;
}

.p-product-pair__image {
	border-radius: 0.625rem;
	height: 14.5625rem;
	order: 3;
	width: 100%;
}

.p-product-pair__content {
	display: contents;
	width: 100%;
}

.p-product-pair__title-wrap {
	margin-bottom: 1rem;
	order: 1;
	padding: 0.75rem 1.25rem;
	width: 100%;
}

.p-product-pair__title {
	font-size: 1.25rem;
	text-align: center;
}

.p-product-pair__text {
	font-size: 0.75rem;
	line-height: 1.66667;
	margin-bottom: 1rem;
	order: 2;
}

.p-product-pair__link {
	align-self: center;
	background: linear-gradient(to right, #23a7e9, #fff588);
	border-radius: 3.125rem;
	gap: 0.5rem;
	height: 1.9375rem;
	margin-top: 2.1875rem;
	order: 4;
	width: 10rem;
}

.p-product-pair__link:hover {
	transform: none;
}

.p-product-pair__link-text {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
}

.p-product-pair__link-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.5 5L15 10L10.5 15M5 10H15' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
	border: 1px solid #fff;
	border-radius: 50%;
	height: 1.25rem;
	width: 1.25rem;
}

.p-product-card {
	border-radius: 1.25rem;
	flex-direction: column;
	gap: 1.875rem;
	min-height: auto;
	padding: 2.5rem 1.25rem;
}

.p-product-card--image-left {
	flex-direction: column;
}

.p-product-card--image-right {
	flex-direction: column;
}

.p-product-card__title-wrap {
	margin-bottom: 0.75rem;
	padding: 0.625rem 1.25rem;
}

.p-product-card__title {
	font-size: 1.125rem;
}

.p-product-card__text {
	font-size: 0.875rem;
	margin-top: 0.75rem;
}

.p-product-card__link-wrap {
	margin-top: 1.25rem;
}

.p-product-card__link {
	gap: 0.625rem;
}

.p-product-card__link:hover {
	transform: none;
}

.p-product-card__link-text {
	font-size: 0.875rem;
}

.p-product-card__link-icon {
	height: 3.125rem;
	width: 3.125rem;
}

.p-product-card__link-icon::after {
	height: 1rem;
	width: 1.25rem;
}

.p-product-card__image-wrap {
	border-radius: 1.25rem;
	height: 12.5rem;
	width: 100%;
}

.p-product-single-fv__inner {
	padding: 3.75rem 1.6875rem 1.25rem;
}

.p-product-single-fv__title-en {
	font-size: 0.75rem;
}

.p-product-single-fv__title-ja {
	font-size: 1.5rem;
}

.p-product-single-fv__text {
	font-size: 0.75rem;
	margin-top: 0.75rem;
}

.p-product-single-fv__image {
	height: 21.0625rem;
}

.p-product-single-list {
	padding: 2.5rem 0 3.75rem;
}

.p-product-single-list__title {
	font-size: 1.5rem;
	margin-bottom: 3.375rem;
}

.p-product-single-list__content > .p-product-detail {
	padding: 0;
}

.p-product-detail {
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
}

.p-product-detail.is-layout-flex {
	gap: 1.25rem;
}

.p-product-detail__content {
	display: contents;
}

.p-product-detail__content .wp-block-group__inner-container {
	display: contents;
}

.p-product-detail__title {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
	order: 2;
}

.p-product-detail__text {
	font-size: 0.75rem;
	order: 3;
}

.p-product-detail__image-wrap {
	border-radius: 1.25rem;
	height: 12.5rem;
	order: 1;
	width: 100%;
}

.p-product-detail__images {
	display: flex;
	flex-direction: column;
	gap: 1.8125rem;
	height: auto;
	position: static;
	width: 100%;
}

.p-product-detail__images .wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-product-detail__image--first {
	border-radius: 1.25rem;
	height: 14.5625rem;
	margin-left: calc(50% - 50vw);
	position: static;
	width: 21.875rem;
}

.p-product-detail__image--second {
	border-radius: 1.25rem;
	height: 14.5625rem;
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	position: static;
	width: 21.875rem;
}

.p-product-detail__separator {
	margin: 1.25rem auto;
	width: 100%;
}

.p-product-features {
	margin-top: 1.875rem;
	padding: 2.5rem 0;
}

.p-product-features__heading {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.p-product-features__list {
	flex-direction: column;
	gap: 5.125rem;
}

.p-product-features__item:not(:last-child)::after {
	display: none;
}

.p-product-features__item {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding-bottom: 0;
}

.p-product-features__item:not(:first-child)::before {
	background-color: #23a7e9;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: -2.5625rem;
	width: 100%;
}

.p-product-features__item .wp-block-group__inner-container {
	align-items: center !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 0.75rem !important;
}

.p-product-features__item .is-layout-flex,
.p-product-features__item .is-layout-constrained {
	align-items: center !important;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

.p-product-features__item .p-product-features__label {
	flex-shrink: 0;
}

.p-product-features__item .p-product-features__title {
	flex: 1;
}

.p-product-features__item .p-product-features__text {
	width: 100% !important;
}

.p-product-features__item .p-product-features__text {
	flex-basis: 100%;
}

.p-product-features__item .p-product-features__label.wp-block-group {
	display: flex !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.p-product-features__label {
	display: inline-flex;
	margin-bottom: 0;
	padding: 0.5rem 1rem;
	width: auto;
}

.p-product-features__label p {
	font-size: 1.125rem;
}

.p-product-features__title {
	font-size: 1.25rem;
	margin-bottom: 0;
}

.p-product-features__text {
	font-size: 0.75rem;
}

.p-product-section__title {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.p-products__inner {
	padding-top: 5.1875rem;
}

.p-products__inner::before {
	left: 2.125rem;
}

.p-products__content {
	border-radius: 1.25rem 0 0 1.25rem;
	margin-left: 1.75rem;
	margin-right: calc(50% - 50vw);
	padding: 2.1875rem 1.25rem 2.75rem;
}

.p-products__header {
	gap: 0.25rem;
	left: 0.8125rem;
	position: absolute;
}

.p-products__title-en {
	font-size: 2rem;
	line-height: 2.1875;
}

.p-products__title-ja {
	font-size: 0.75rem;
	line-height: 5.42;
	margin-left: 0;
	margin-top: -2.5rem;
}

.p-products__cards {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 3.25rem;
	margin-top: 2.1875rem;
}

.p-products__card {
	border-radius: 1.25rem;
	height: 18.4375rem;
	width: 100%;
}

.p-products__card-title {
	font-size: 1.5rem;
	line-height: 1.46;
}

.p-products__card-arrow {
	bottom: 0.75rem;
	height: 3.625rem;
	right: 0.875rem;
	width: 3.625rem;
}

.p-recruit-bg::before {
	height: 352.25rem;
	top: -18rem;
}

.p-recruit-fv {
	height: 38rem;
}

.p-recruit-fv__track {
	animation: recruit-fv-scroll-sp 30s linear infinite;
}

.p-recruit-fv__track .p-recruit-fv__slide--top + .p-recruit-fv__slide--bottom {
	margin-left: 0.125rem;
}

.p-recruit-fv__track .p-recruit-fv__slide--bottom + .p-recruit-fv__slide--top {
	margin-left: 2.1875rem;
}

.p-recruit-fv__slide {
	width: 12.5rem;
}

.p-recruit-fv__slide--top .p-recruit-fv__slide-deco {
	top: 4.0625rem;
}

.p-recruit-fv__slide--top .p-recruit-fv__slide-img {
	top: 3.3125rem;
}

.p-recruit-fv__slide--bottom .p-recruit-fv__slide-deco {
	top: 16.8125rem;
}

.p-recruit-fv__slide--bottom .p-recruit-fv__slide-img {
	top: 17.875rem;
}

.p-recruit-fv__slide-deco {
	border-radius: 1.25rem;
	height: 16rem;
	width: 9.9375rem;
}

.p-recruit-fv__slide-deco--yellow {
	left: 2.5rem;
}

.p-recruit-fv__slide-img {
	border-radius: 1.25rem;
	height: 15.5625rem;
	left: 1rem;
	width: 10.3125rem;
}

.p-recruit-fv__titles {
	gap: 0.4375rem;
	right: 1.75rem;
	top: 2.3125rem;
}

.p-recruit-fv__title {
	font-size: 1.5rem;
	top: 0.5625rem;
}

.p-recruit-fv__title-bar--1 {
	height: 19.875rem;
	width: 2.5rem;
}

.p-recruit-fv__title-bar--2 {
	height: 17.9375rem;
	width: 2.5rem;
}

.p-recruit-message {
	height: auto;
}

.p-recruit-message__inner {
	padding: 0 2.375rem;
}

.p-recruit-message__content {
	flex-direction: column;
	padding-bottom: 3.75rem;
	padding-top: 3.0625rem;
}

.p-recruit-message__title {
	font-size: 1.25rem;
	line-height: 2;
	margin-left: 0;
	width: auto;
}

.p-recruit-message__text {
	margin-left: 0;
	margin-top: 1.3125rem;
	max-width: 21.75rem;
}

.p-recruit-message__text p {
	font-size: 0.75rem;
	line-height: 1.67;
}

.p-recruit-message__text p + p {
	margin-top: 0.9375rem;
}

.p-recruit-staff {
	padding: 2.5rem 0 3.75rem;
}

.p-recruit-staff__header {
	gap: 1.875rem;
	padding: 2.5rem 1.25rem 0;
	width: auto;
}

.p-recruit-staff__title {
	font-size: 1.5rem;
}

.p-recruit-staff__message-box {
	border-radius: 0.625rem;
	height: auto;
	padding: 1.875rem 1.25rem;
	width: 100%;
}

.p-recruit-staff__message-box p {
	font-size: 0.75rem;
	line-height: 1.67;
}

.p-recruit-staff__message-box p + p {
	margin-top: 0.9375rem;
}

.p-recruit-staff__bg-images {
	height: 13.75rem;
	margin-top: 3.375rem;
}

.p-recruit-staff__bg-track {
	animation: recruit-staff-scroll-sp 25s linear infinite;
	gap: 0.625rem;
}

.p-recruit-staff__bg-item {
	height: 13.75rem;
	width: 20.625rem;
}

.p-recruit-staff__cards {
	align-items: center;
	flex-direction: column;
	gap: 2.6875rem;
	padding: 5.75rem 1.25rem 0;
}

.p-recruit-staff__card {
	border-radius: 1.25rem;
	height: auto;
	max-width: 21.875rem;
	width: 100%;
}

.p-recruit-staff__card-image {
	border-radius: 1.25rem 1.25rem 0 0;
	height: 14.5625rem;
}

.p-recruit-staff__card-content {
	padding: 0.9375rem 1.25rem 1.25rem;
}

.p-recruit-staff__card-dept {
	font-size: 0.9375rem;
	padding: 0.3125rem 0.625rem;
}

.p-recruit-staff__card-year {
	font-size: 0.9375rem;
	margin-left: 0.625rem;
}

.p-recruit-staff__card-name {
	font-size: 2rem;
}

.p-recruit-staff__card-text {
	font-size: 0.75rem;
	line-height: 1.67;
}

.p-recruit-ceo {
	padding: 4rem 1.25rem 3.125rem;
}

.p-recruit-ceo__title {
	font-size: 1.5rem;
	line-height: 1;
	padding-left: 3.0625rem;
	text-align: left;
}

.p-recruit-ceo__content {
	margin-top: 3.3125rem;
}

.p-recruit-ceo__image {
	height: 14.5625rem;
	margin-left: -1.25rem;
	width: 21.875rem;
}

.p-recruit-ceo__image img {
	-o-object-position: center;
	border-radius: 0 1.25rem 1.25rem 0;
	object-position: center;
}

.p-recruit-ceo__text {
	border-radius: 1.25rem 0 0 1.25rem;
	margin-top: -2rem;
	min-height: 28.9375rem;
	padding: 3.4375rem 1.375rem;
	width: 85vw;
}

.p-recruit-ceo__text p {
	font-size: 0.75rem;
	line-height: 1.67;
	max-width: 19.25rem;
}

.p-recruit-requirements {
	padding: 2.8125rem 0 0;
}

.p-recruit-requirements__title {
	font-size: 1.5rem;
	line-height: 1;
}

.p-recruit-requirements__table {
	border-radius: 1.25rem;
	margin-top: 3.4375rem;
	padding: 1.5rem 2.6875rem;
}

.p-recruit-requirements__row {
	border-bottom-width: 0.5px;
	gap: 0.625rem;
	padding: 0.625rem 0;
}

.p-recruit-requirements__row dt {
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 1.67;
	width: 4.4375rem;
}

.p-recruit-requirements__row dd {
	font-size: 0.75rem;
	line-height: 1.67;
}

.p-recruit-flow {
	padding: 4.25rem 0 0;
}

.p-recruit-flow__inner {
	padding: 0 1.25rem;
}

.p-recruit-flow__title {
	font-size: 1.5rem;
}

.p-recruit-flow__box {
	border-radius: 1.25rem;
	margin-top: 1.875rem;
	padding: 1.875rem 1.25rem 1.5625rem;
}

.p-recruit-flow__items {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
}

.p-recruit-flow__item {
	gap: 0.625rem;
	width: 100%;
}

.p-recruit-flow__card {
	aspect-ratio: 1;
	border-radius: 1.5625rem;
	height: auto;
	width: 100%;
}

.p-recruit-flow__card-num {
	font-size: 1.125rem;
	height: 2.5rem;
	left: -0.625rem;
	top: -0.625rem;
	width: 2.5rem;
}

.p-recruit-flow__card-icon {
	height: 5rem;
	width: 5rem;
}

.p-recruit-flow__label {
	font-size: 0.75rem;
}

.p-recruit-apply {
	padding: 3.125rem 1.25rem;
}

.p-recruit-apply__inner {
	border-radius: 1.25rem;
	padding: 3.125rem 1.875rem;
}

.p-recruit-apply__title {
	font-size: 1.5rem;
}

.p-recruit-apply__text {
	font-size: 0.75rem;
	line-height: 1.67;
	margin-top: 1.25rem;
}

.p-recruit-apply__btn {
	border-width: 0.0625rem;
	height: 3.5rem;
	margin-top: 1.5625rem;
	width: 16.125rem;
}

.p-recruit-apply__btn:hover {
	background-color: transparent;
}

.p-recruit-apply__btn:hover span {
	color: #fff;
}

.p-recruit-apply__btn span {
	font-size: 0.9375rem;
}

.p-recruit {
	margin-top: 1.9375rem;
	padding-bottom: 5.0625rem;
	padding-top: 0;
}

.p-recruit__content {
	border-radius: 1.25rem;
	height: 10.25rem;
}

.p-recruit__content:hover::after {
	transform: none;
}

.p-recruit__content:hover::before {
	background-color: rgba(0, 0, 0, 0.4);
}

.p-recruit__link {
	gap: 0rem;
	padding: 0.625rem 1.25rem;
}

.p-recruit__title {
	font-size: 1.25rem;
	line-height: 1.75;
}

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

.p-strengths-fv {
	padding-top: 5rem;
}

.p-strengths-fv__content {
	padding-left: 1.6875rem;
}

.p-strengths-fv__label {
	font-size: 0.75rem;
	line-height: 1;
}

.p-strengths-fv__title {
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 0.25rem;
}

.p-strengths-fv__text {
	font-size: 0.75rem;
	line-height: 1;
	margin-top: 1.25rem;
}

.p-strengths-fv__image {
	height: 21.0625rem;
	margin-top: 1.875rem;
}

.p-strengths-message {
	padding-top: 3.75rem;
}

.p-strengths-message__inner {
	flex-direction: column;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.p-strengths-message__image {
	border-radius: 0.625rem;
	height: auto;
	margin-left: auto;
	margin-right: 2rem;
	margin-top: 0;
	order: 1;
	width: 51.282%;
	z-index: 1;
}

.p-strengths-message__content {
	background-color: rgba(255, 245, 136, 0.7);
	border-radius: 0 0.625rem 0.625rem 0;
	flex: none;
	margin-left: 0;
	margin-top: -2.625rem;
	min-height: auto;
	order: 2;
	padding: 1.875rem 0.625rem 1.875rem 1.6875rem;
	width: 82%;
}

.p-strengths-message__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.67;
}

.p-strengths-message__text {
	font-size: 0.75rem;
	line-height: 1.67;
	margin-top: 1.25rem;
}

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

.p-strengths-process__heading {
	font-size: 1.5rem;
	line-height: 1;
}

.p-strengths-process__step {
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
	max-width: 100%;
}

.p-strengths-process__step-label {
	font-size: 0.8125rem;
	line-height: 1.54;
}

.p-strengths-process__step-num {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 0.94;
}

.p-strengths-process__step-name-sp {
	color: #0F3446;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: 0;
	margin-top: 0.625rem;
}

.p-strengths-process__step-images {
	display: block;
	margin-top: 1.25rem;
	order: 3;
}

.p-strengths-process__step-image {
	border-radius: 0.625rem;
	height: 14.5625rem;
	width: 100%;
}

.p-strengths-process__step-image--pc {
	display: none;
}

.p-strengths-process__slider {
	display: block;
}

.p-strengths-process__step-footer {
	display: contents;
}

.p-strengths-process__step-name {
	display: none;
}

.p-strengths-process__step-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	line-height: 1.67;
	margin-top: 0.625rem;
	order: 2;
}

.p-strengths__inner {
	padding-top: 3.75rem;
}

.p-strengths__inner::before {
	left: 2.125rem;
}

.p-strengths__header {
	gap: 0.25rem;
}

.p-strengths__title-en {
	font-size: 2rem;
	line-height: 1.875;
}

.p-strengths__title-ja {
	font-size: 0.75rem;
	line-height: 3.67;
	margin-left: 0;
	margin-top: -1.5625rem;
}

.p-strengths__main {
	align-items: baseline;
	flex-direction: column-reverse;
	gap: 1.75rem;
	margin-top: 1.875rem;
}

.p-strengths__image {
	border-radius: 1.25rem;
	height: auto;
	width: 102%;
}

.p-strengths__image img {
	aspect-ratio: 330/220;
}

.p-strengths__inner > .p-strengths__content {
	margin-left: 2.25rem;
}

.p-strengths__main > .p-strengths__content {
	flex: none;
	padding-left: 0.375rem;
	width: 100%;
}

.p-strengths__heading {
	font-size: 1.5rem;
	line-height: 1.667;
}

.p-strengths__text {
	font-size: 0.75rem;
	margin-top: 1.0625rem;
}

.p-strengths__arrow {
	display: block;
	height: 3.625rem;
	margin-left: auto;
	margin-top: 0;
	position: static;
	width: 3.625rem;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes recruit-fv-scroll-pc {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-148.5rem);
}

}

@keyframes recruit-fv-scroll-sp {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-81.9375rem);
}

}

@keyframes recruit-staff-scroll-pc {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-113.0625rem);
}

}

@keyframes recruit-staff-scroll-sp {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-63.75rem);
}

}


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