body {
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

/* アンカー遷移時、固定追従（sticky）ヘッダー分だけ下げて見出しが隠れないようにする。
   ヘッダー高さは rem 設計のため rem(88) が PC〜中間幅で実高さに追従（1440=88 / 768=61）。
   SP（≤767px）はヘッダー約46pxに合わせる。各々に少しの余白を加味。 */

html {
	scroll-padding-top: 6rem;
}

/* body 基本設定 */

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #333;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

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

/* ホバー */

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

*,
*::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 {
	align-items: center;
	background-color: #004ea2;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	max-width: 15.625rem;
	padding: 1.3125rem 0 1.4375rem;
	position: relative;
	width: 100%;
}

.c-btn::before {
	background-color: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.c-btn::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

.c-btn--gradient {
	background: linear-gradient(90deg, #004ea2 0%, #288cb9 100%);
}

.c-btn {
	transition: filter 0.25s ease;
}

.c-btn::before,
.c-btn::after {
	transition: transform 0.25s ease;
}

.c-btn:hover {
	filter: brightness(1.08);
}

.c-btn:hover::before {
	transform: translate(0.25rem, -50%);
}

.c-btn:hover::after {
	transform: translate(0.25rem, -50%) rotate(45deg);
}

.c-title {
	display: flex;
	flex-direction: column;
}

.c-title__en {
	color: #004ea2;
	font-family: "Oswald", sans-serif;
	font-size: 3.625rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1;
}

.c-title__ja {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.c-title--center {
	align-items: center;
	text-align: center;
}

.c-title--white .c-title__en {
	color: #fff;
}

.c-title--white .c-title__ja {
	color: #fff;
}

.l-footer {
	position: relative;
	z-index: 1;
}

.l-header {
	background-color: #fff;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 100;
}

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

.l-main {
	overflow-x: hidden;
}

.p-archive {
	background-color: #fff;
	padding-bottom: 6.875rem;
	padding-top: 4.375rem;
}

.p-archive__tabs {
	-moz-column-gap: 0.5625rem;
	column-gap: 0.5625rem;
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5rem;
}

.p-archive__tab a {
	align-items: center;
	background-color: #e8e8e8;
	color: #000;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2.5625rem;
	justify-content: center;
	width: 8.9375rem;
}

.p-archive__tab.is-active a {
	background-color: #004ea2;
	color: #fff;
	font-weight: 700;
}

.p-archive__list {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 3.125rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.5rem;
	row-gap: 3.125rem;
}

.p-archive__card {
	width: 100%;
}

.p-archive .p-news__thumb {
	aspect-ratio: 260/180;
}

.p-archive__empty {
	font-size: 1rem;
	margin-top: 2.5rem;
	text-align: center;
}

.p-archive__pager {
	margin-top: 4.375rem;
	padding-bottom: 2.5rem;
	position: relative;
}

.p-archive__pager .page-numbers {
	-moz-column-gap: 3.375rem;
	align-items: center;
	column-gap: 3.375rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	row-gap: 0.625rem;
}

.p-archive__pager li .page-numbers {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: none;
	color: #9b9b9b;
	display: inline-flex;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	justify-content: center;
	text-decoration: none;
	transition: color 0.25s ease;
}

.p-archive__pager li a.page-numbers:hover {
	color: rgb(0, 78, 162);
}

.p-archive__pager li .page-numbers.current {
	background-color: #004ea2;
	border-radius: 0.125rem;
	color: #fff;
	font-weight: 700;
	height: 3.6875rem;
	min-width: 3.6875rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.p-archive__pager li .page-numbers.dots {
	background-color: transparent;
	border: none;
	color: #9b9b9b;
}

.p-archive__pager li:has(.page-numbers.next) {
	align-items: flex-end;
	display: flex;
	height: 3.6875rem;
	position: absolute;
	right: 0;
	top: 0;
}

.p-archive__pager li .page-numbers.next {
	color: #000;
	font-size: 1rem;
}

.p-archive__pager li:has(.page-numbers.prev) {
	align-items: center;
	display: flex;
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 0;
}

.p-archive__pager li .page-numbers.prev {
	color: #000;
	font-size: 1rem;
}

.p-cm {
	background-color: #fff;
	padding-bottom: 2.6875rem;
	padding-top: 0rem;
}

.p-cm__movie {
	aspect-ratio: 1100/600;
	display: block;
	position: relative;
	width: 100%;
}

.p-cm__mascot {
	height: auto;
	pointer-events: none;
	position: absolute;
	right: -2.125rem;
	top: -3.75rem;
	width: 8.0625rem;
	z-index: 3;
}

.p-cm__iframe {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-cm__thumb {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-cm__play {
	background-color: transparent;
	border: 0.09375rem solid rgb(255, 255, 255);
	border-radius: 50%;
	height: 8.6875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8.6875rem;
	z-index: 2;
}

.p-cm__play::after {
	border-color: transparent transparent transparent rgb(255, 255, 255);
	border-style: solid;
	border-width: 1.375rem 0 1.375rem 2.375rem;
	content: "";
	height: 0;
	left: 54%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
}

.p-cm__caption {
	color: rgb(0, 0, 0);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 1.4375rem;
	text-align: center;
}

.p-company-page {
	background-color: #fff;
	overflow-x: hidden;
	padding-bottom: 3.5rem;
	padding-top: 4.375rem;
}

.p-company-page__tabs {
	align-items: stretch;
	display: flex;
}

.p-company-page__tab {
	flex: 1 1 auto;
	position: relative;
}

.p-company-page__tab::before {
	background-color: #c8c8c8;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-company-page__tab:last-child::after {
	background-color: #c8c8c8;
	content: "";
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-company-page__tab a {
	align-items: center;
	color: rgb(173, 173, 173);
	display: flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	text-align: center;
	transition: color 0.25s ease;
	white-space: nowrap;
	width: 100%;
}

.p-company-page__tab a:hover {
	color: rgb(0, 0, 0);
}

.p-company-page__tab.is-active a {
	color: rgb(0, 0, 0);
}

.p-company-page__tab-break {
	display: none;
}

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

.p-company-page__heading-ja {
	color: rgb(0, 78, 162);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-company-page__heading-en {
	color: rgb(173, 173, 173);
	font-family: "Oswald", sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.p-company-page__about {
	-moz-column-gap: 3.125rem;
	align-items: flex-start;
	column-gap: 3.125rem;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.p-company-page__about-text {
	flex: 1 1 0;
}

.p-company-page__about-title {
	color: rgb(93, 93, 93);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-company-page__about-title-accent {
	color: rgb(0, 78, 162);
}

.p-company-page__about-body {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.75rem;
}

.p-company-page__about-img {
	flex: 0 0 auto;
	max-width: 50%;
	width: 34.375rem;
}

.p-company-page__about-img img {
	-o-object-fit: cover;
	display: block;
	height: 28.75rem;
	object-fit: cover;
	width: 100%;
}

.p-company-page__message {
	background: linear-gradient(105deg, rgb(194, 211, 229) 0%, rgb(217, 225, 234) 45%, rgb(240, 239, 239) 100%);
	margin-top: 6.25rem;
	padding-bottom: 5rem;
	padding-top: 4.375rem;
}

.p-company-page__message-body {
	-moz-column-gap: 3.125rem;
	align-items: flex-start;
	column-gap: 3.125rem;
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.p-company-page__message-img {
	flex: 0 0 auto;
	max-width: 50%;
	width: 34.375rem;
}

.p-company-page__message-img img {
	-o-object-fit: cover;
	display: block;
	height: 28.75rem;
	object-fit: cover;
	width: 100%;
}

.p-company-page__message-text {
	flex: 1 1 0;
}

.p-company-page__message-title {
	color: rgb(93, 93, 93);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-company-page__message-title-accent {
	color: rgb(0, 78, 162);
}

.p-company-page__message-lead {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.75rem;
}

.p-company-page__message-sign {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 1.75rem;
	text-align: right;
}

.p-company-page__profile {
	margin-top: 6.25rem;
}

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

.p-company-page__row {
	align-items: stretch;
	border-bottom: 2px solid #fff;
	display: flex;
}

.p-company-page__th {
	background-color: rgb(220, 233, 247);
	border-right: 2px solid #fff;
	color: #000;
	flex: 0 0 13.125rem;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 1.125rem 2.0625rem;
}

.p-company-page__td {
	background-color: rgb(248, 248, 248);
	color: #000;
	flex: 1 1 0;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 1.125rem 2.25rem;
}

.p-company-page__map-link {
	-webkit-text-decoration: underline;
	color: rgb(0, 78, 162);
	margin-left: 0.5rem;
	text-decoration: underline;
	transition: opacity 0.25s ease;
}

.p-company-page__map-link:hover {
	opacity: 0.7;
}

.p-company-page__map {
	margin-top: 1rem;
	max-width: 50.875rem;
	width: 100%;
}

.p-company-page__map iframe {
	display: block;
	height: 26.5625rem;
	width: 100%;
}

.p-company-page__movie {
	margin-top: 6.25rem;
}

.p-company-page__cm-list {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-company-page__cm-item {
	flex: 0 1 50rem;
	max-width: 50rem;
	width: 100%;
}

.p-company-page__cm-card {
	align-items: center;
	aspect-ratio: 16/9;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.p-company-page__cm-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

.p-company-page__cm-iframe {
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-company-page__cm-img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-company-page__cm-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-company-page__cm-play {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	height: 4.5rem;
	justify-content: center;
	position: relative;
	width: 4.5rem;
	z-index: 2;
}

.p-company-page__cm-play::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 0.6875rem 0 0.6875rem 1.125rem;
	content: "";
	display: block;
	margin-left: 0.25rem;
}

.p-company-page__cm-caption {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.p-company {
	background-color: #fff;
	padding-bottom: 5.625rem;
	padding-top: 4.375rem;
}

.p-company__head {
	-moz-column-gap: 2.5rem;
	align-items: flex-start;
	column-gap: 2.5rem;
	display: flex;
	justify-content: space-between;
}

.p-company__lead {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.875rem;
	margin-top: 0.25rem;
	max-width: 47.3125rem;
	text-align: left;
}

.p-company__list {
	grid-gap: 0;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.p-company__card {
	margin-left: -0.0625rem;
	margin-top: -0.0625rem;
}

.p-company__card:nth-child(-n+2) {
	margin-top: 0;
}

.p-company__card:nth-child(odd) {
	margin-left: 0;
}

.p-company__link {
	align-items: center;
	border: 1px solid rgb(195, 195, 195);
	display: flex;
	height: 11.25rem;
	position: relative;
	width: 100%;
}

.p-company__thumb {
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
	width: 13.375rem;
}

.p-company__thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: filter 0.25s ease, transform 0.4s ease;
	width: 100%;
}

.p-company__link:hover .p-company__thumb img {
	filter: brightness(1.06);
	transform: scale(1.06);
}

.p-company__thumb--mascot {
	align-items: center;
	background-color: rgb(243, 249, 242);
	display: flex;
	justify-content: center;
}

.p-company__thumb--mascot img {
	-o-object-fit: contain;
	height: auto;
	max-height: 80%;
	max-width: 80%;
	object-fit: contain;
	width: auto;
}

.p-company__body {
	-moz-column-gap: 1.125rem;
	align-items: flex-start;
	column-gap: 1.125rem;
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}

.p-company__textgroup {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-company__name {
	color: rgb(0, 0, 0);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-company__en {
	color: rgb(191, 191, 191);
	font-family: "Oswald", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0.375rem;
	text-align: center;
	text-transform: uppercase;
}

.p-company__arrow {
	flex-shrink: 0;
	height: 1rem;
	margin-top: 0.5rem;
	position: relative;
	width: 0.875rem;
}

.p-company__arrow::before {
	background-color: rgb(0, 78, 162);
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.p-company__arrow::after {
	border-right: 2px solid rgb(0, 78, 162);
	border-top: 2px solid rgb(0, 78, 162);
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0.0625rem, -50%) rotate(45deg);
	width: 0.75rem;
}

.p-drawer {
	display: none;
}

.p-faq-page {
	background-color: #fff;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.p-faq-page__list {
	margin-top: 0;
}

.p-faq-page__a {
	display: none;
	padding: 1.25rem 2rem 1.5rem;
}

.p-faq-page__amark {
	color: #888;
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 2.125rem;
	font-weight: 400;
	line-height: 1;
}

.p-faq {
	background-color: #fff;
	padding-bottom: 7.5rem;
	padding-top: 6.5rem;
}

.p-faq__head {
	display: flex;
	justify-content: center;
	position: relative;
}

.p-faq__mascot {
	height: auto;
	left: calc(50% - 17.625rem);
	position: absolute;
	top: -2.1875rem;
	width: 6.75rem;
}

.p-faq__title {
	position: relative;
	z-index: 1;
}

.p-faq__list {
	display: flex;
	flex-direction: column;
	margin-top: 3.3125rem;
	row-gap: 1.25rem;
}

.p-faq__q {
	align-items: flex-start;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 78, 162);
	cursor: pointer;
	display: flex;
	padding: 1.375rem 3.75rem 1.375rem 2rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.p-faq__qmark {
	color: rgb(0, 78, 162);
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 2.125rem;
	font-weight: 400;
	line-height: 1;
	margin-right: 1.1875rem;
}

.p-faq__qtext {
	color: rgb(0, 0, 0);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-faq__icon {
	height: 1.75rem;
	position: absolute;
	right: 1.625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	width: 1.75rem;
}

.p-faq__icon::before {
	border-bottom: 0.1875rem solid rgb(0, 78, 162);
	border-right: 0.1875rem solid rgb(0, 78, 162);
	content: "";
	height: 1.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -75%) rotate(45deg);
	width: 1.125rem;
}

.p-faq__item.is-open .p-faq__icon {
	transform: translateY(-50%) rotate(180deg);
}

.p-faq__item.is-open .p-faq__q {
	border-bottom-color: transparent;
}

.p-faq__a {
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(0, 78, 162);
	border-left: 1px solid rgb(0, 78, 162);
	border-right: 1px solid rgb(0, 78, 162);
	border-top: none;
	display: none;
	padding: 0.25rem 2rem 1.5rem;
	width: 100%;
}

.p-faq__a-inner {
	align-items: flex-start;
	display: flex;
	gap: 1.1875rem;
}

.p-faq__amark {
	color: rgb(93, 93, 93);
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 2.125rem;
	font-weight: 400;
	line-height: 1;
}

.p-faq__atext {
	color: rgb(0, 0, 0);
	flex: 1 1 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-faq__btn {
	display: flex;
	justify-content: center;
	margin-top: 2.6875rem;
}

.p-footer {
	background: linear-gradient(135deg, rgb(0, 78, 162) 0%, rgb(65, 183, 219) 100%);
	color: #fff;
	overflow: hidden;
	padding-bottom: 5.625rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-footer__inner {
	margin: 0 auto;
	max-width: 75.375rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.p-footer__logos-list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 1.375rem;
	justify-content: space-between;
}

.p-footer__logo {
	background-color: #fff;
	border: rgb(112, 112, 112);
	border-radius: 0;
	max-width: 10.875rem;
	overflow: hidden;
}

.p-footer__logo-link {
	display: block;
	height: 100%;
	transition: opacity 0.25s ease;
	width: 100%;
}

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

.p-footer__logo img {
	-o-object-fit: contain;
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-footer__main {
	-moz-column-gap: 2.5rem;
	align-items: flex-start;
	column-gap: 2.5rem;
	display: flex;
	justify-content: space-between;
	margin-top: 6.4375rem;
	padding-left: 2.1875rem;
	position: relative;
}

.p-footer__info {
	flex: 1 1 auto;
	min-width: 0;
}

.p-footer__company img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 21.0625rem;
}

.p-footer__address {
	-moz-column-gap: 1rem;
	align-items: baseline;
	color: rgb(253, 253, 253);
	column-gap: 1rem;
	display: flex;
	flex-wrap: wrap;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.6875rem;
	row-gap: 0.25rem;
}

.p-footer__map {
	-webkit-text-decoration: underline;
	color: rgb(253, 253, 253);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	text-decoration: underline;
	transition: opacity 0.25s ease;
}

.p-footer__map:hover {
	opacity: 0.7;
}

.p-footer__links {
	display: flex;
	flex-direction: column;
	margin-top: 10.0625rem;
	row-gap: 0.875rem;
}

.p-footer__links a {
	-webkit-text-decoration: none;
	color: rgb(253, 253, 253);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	text-decoration: none;
	transition: opacity 0.25s ease;
}

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

.p-footer__copy {
	color: rgb(130, 192, 226);
	font-family: "Noto Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 2.25rem;
}

.p-footer__contact {
	flex: 0 0 auto;
	margin-right: 7.25rem;
	position: relative;
	width: 26.3125rem;
}

.p-footer__contact-head {
	align-items: center;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	display: flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0.375rem 1rem;
	text-align: center;
	width: 24.3125rem;
}

.p-footer__tel {
	-moz-column-gap: 0.875rem;
	align-items: baseline;
	column-gap: 0.875rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 1rem;
	white-space: nowrap;
}

.p-footer__tel-label {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
}

.p-footer__tel-main {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.p-footer__tel a {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 3.1875rem;
	font-weight: 700;
	line-height: 1;
}

.p-footer__hours {
	color: #fff;
	display: block;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.p-footer__form-lead {
	color: #fff;
	display: block;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	margin-top: 3rem;
	max-width: 100%;
	text-align: center;
	width: 26.3125rem;
}

.p-footer__form-btn {
	-moz-column-gap: 1rem;
	align-items: center;
	background: linear-gradient(135deg, rgb(0, 78, 162) 0%, rgb(52, 187, 204) 100%);
	column-gap: 1rem;
	display: flex;
	height: 6.875rem;
	justify-content: center;
	margin-bottom: 3.5rem;
	margin-top: 1.125rem;
	max-width: 100%;
	position: relative;
	text-align: center;
	transition: filter 0.25s ease;
	width: 26.3125rem;
}

.p-footer__form-btn:hover {
	filter: brightness(1.08);
}

.p-footer__form-label {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	text-align: center;
}

.p-footer__form-arrow {
	display: inline-block;
	flex: 0 0 auto;
	height: 0.75rem;
	position: relative;
	transition: transform 0.25s ease;
	width: 1.375rem;
}

.p-footer__form-arrow::before {
	background-color: #fff;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-footer__form-arrow::after {
	border-right: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	content: "";
	height: 0.5625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5625rem;
}

.p-footer__form-btn:hover .p-footer__form-arrow {
	transform: translateX(0.25rem);
}

.p-footer__mascot {
	bottom: 8.5625rem;
	left: auto;
	pointer-events: none;
	position: absolute;
	right: calc(50% - min(26vw, 23rem));
	z-index: 5;
}

.p-footer__mascot img {
	display: block;
	height: 17.0833vw;
	width: 9.30556vw;
}

.p-footer__watermark {
	bottom: 0;
	left: 0;
	line-height: 0;
	margin-top: 0;
	mix-blend-mode: soft-light;
	opacity: 0.5712;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

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

.p-fv {
	aspect-ratio: 1440/800;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

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

.p-fv__slide {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.8s ease;
	width: 100%;
	will-change: opacity;
}

.p-fv__slide.is-active {
	opacity: 1;
}

.p-fv__img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__inner {
	left: 18.96%;
	position: absolute;
	top: 43.25%;
	z-index: 5;
}

.p-fv__title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: max(1.75rem, min(3.9vw, 3.5rem));
	font-weight: 700;
	letter-spacing: 0;
	line-height: 2;
	text-align: left;
	text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.6), 0 0 0.25rem rgba(0, 0, 0, 0.45);
}

.p-fv__dots {
	display: flex;
	flex-direction: column;
	left: 3.05%;
	position: absolute;
	row-gap: 0.9375rem;
	top: 43.75%;
	z-index: 5;
}

.p-fv__dot {
	background-color: #fff;
	border-radius: 50%;
	height: 0.875rem;
	transition: background-color 0.3s ease;
	width: 0.875rem;
}

.p-fv__dot.is-current {
	background-color: rgb(0, 78, 162);
}

.p-fv__dot-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	box-sizing: content-box;
	cursor: pointer;
	display: block;
	height: 0.875rem;
	margin: -0.375rem;
	padding: 0.375rem;
	width: 0.875rem;
}

.p-insta {
	bottom: 1.5rem;
	display: block;
	height: 11.5625rem;
	position: fixed;
	right: 5.25rem;
	width: 11.5625rem;
	z-index: 1000;
}

.p-insta__badge {
	display: block;
	height: 100%;
	width: 100%;
}

.p-insta__mascot {
	height: 6.75rem;
	position: absolute;
	right: -2.75rem;
	top: 1.6875rem;
	width: 6.0625rem;
	z-index: 2;
}

.p-header {
	width: 100%;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 5.5rem;
	padding-bottom: 0.375rem;
	padding-left: 2.375rem;
	padding-right: 3.5625rem;
	padding-top: 0.4375rem;
}

.p-header__logo {
	display: block;
	flex-shrink: 0;
	transition: opacity 0.25s ease;
}

.p-header__logo:hover {
	opacity: 0.85;
}

.p-header__logo img {
	display: block;
	height: 4.6875rem;
	width: auto;
}

.p-header__logo .p-header__logo-sp {
	display: none;
}

.p-header__nav {
	flex-shrink: 0;
}

.p-header__menu {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.p-header__item {
	flex-shrink: 0;
}

.p-header__item + .p-header__item {
	margin-left: 1.875rem;
}

.p-header__item:nth-child(4) {
	margin-left: 2rem;
}

.p-header__item a {
	color: rgb(0, 0, 0);
	display: block;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	transition: color 0.25s ease;
	white-space: nowrap;
}

.p-header__item a:hover {
	color: rgb(0, 78, 162);
}

.p-header__sp-actions {
	display: none;
}

.p-header__sp-btn {
	display: none;
}

.p-header__hamburger {
	display: none;
}

.p-header__hamburger-bar {
	background-color: #0e2a4a;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	width: 1.625rem;
}

.p-news {
	background-color: #fff;
	padding-bottom: 5.625rem;
	padding-top: 6.375rem;
}

.p-news .c-title__ja {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
}

.p-news__top {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.p-news__tabs {
	-moz-column-gap: 0.5625rem;
	column-gap: 0.5625rem;
	display: flex;
}

.p-news__tab a {
	align-items: center;
	background-color: #e8e8e8;
	color: #000;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2.5625rem;
	justify-content: center;
	width: 8.9375rem;
}

.p-news__tab.is-active a {
	background-color: #004ea2;
	color: #fff;
	font-weight: 700;
}

.p-news__list[hidden] {
	display: none;
}

.p-news__empty {
	color: #000;
	font-size: 0.9375rem;
	padding: 1.25rem 0;
}

.p-news__list {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 5.75rem;
}

.p-news__card {
	min-width: 0;
}

.p-news__link {
	display: block;
}

.p-news__thumb {
	align-items: center;
	aspect-ratio: 260/180;
	background-color: transparent;
	border: 1px solid #c3c3c3;
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.p-news__icon {
	height: auto;
	width: 6.9375rem;
}

.p-news__img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: filter 0.25s ease, transform 0.4s ease;
	width: 100%;
}

.p-news__link:hover .p-news__img {
	filter: brightness(1.06);
	transform: scale(1.06);
}

.p-news__link:hover .p-news__cardtitle {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.p-news__meta {
	-moz-column-gap: 0.9375rem;
	align-items: center;
	column-gap: 0.9375rem;
	display: flex;
	margin-top: 0.875rem;
}

.p-news__date {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
}

.p-news__cat {
	-webkit-text-decoration: underline;
	color: #004ea2;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #004ea2;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.p-news__cardtitle {
	color: #000;
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.p-news__progress {
	display: none;
}

.p-news__btn {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.p-pagehead {
	height: 28.125rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-pagehead__bg {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-pagehead__overlay {
	background-color: rgba(0, 0, 0, 0.15);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-pagehead__inner {
	align-items: center;
	bottom: 0;
	display: flex;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}

.p-pagehead__body {
	position: relative;
}

.p-pagehead__mascot {
	bottom: 100%;
	height: auto;
	left: -2.125rem;
	margin-bottom: 0.375rem;
	position: absolute;
	width: 7.375rem;
	z-index: 3;
}

.p-pagehead__title {
	display: flex;
	flex-direction: column;
}

.p-pagehead__en {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 5.875rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1;
}

.p-pagehead__ja {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.p-pagehead--company .p-pagehead__en {
	color: #004ea2;
}

.p-pagehead--company .p-pagehead__ja {
	color: #1a1a1a;
}

.p-philosophy {
	background: linear-gradient(158deg, rgb(194, 211, 229) 0%, rgb(217, 225, 234) 50%, rgb(240, 239, 239) 100%);
	padding-bottom: 8.75rem;
	padding-top: 7.625rem;
	position: relative;
}

.p-philosophy__inner {
	-moz-column-gap: 2.5rem;
	align-items: flex-start;
	column-gap: 2.5rem;
	display: flex;
	justify-content: space-between;
}

.p-philosophy__head {
	flex-shrink: 0;
	position: relative;
	width: 30rem;
}

.p-philosophy__accent {
	height: auto;
	left: calc(34.375rem - min(43vw, 38.6875rem));
	pointer-events: none;
	position: absolute;
	top: -3.625rem;
	width: 16.9375rem;
	z-index: 1;
}

.p-philosophy__title {
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 2.3125rem;
	font-weight: 700;
	line-height: 1.4324324324;
	position: relative;
	z-index: 2;
}

.p-philosophy__line {
	display: block;
}

.p-philosophy__blue {
	color: rgb(0, 78, 162);
}

.p-philosophy__gray {
	color: rgb(93, 93, 93);
}

.p-philosophy__text {
	color: rgb(0, 0, 0);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.8823529412;
	margin-top: -1.8125rem;
	max-width: 34.375rem;
	width: 34.375rem;
}

.p-philosophy__wave {
	aspect-ratio: 1440/114;
	background-image: url("../images/common/philosophy-wave.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: 0;
	left: 50%;
	mix-blend-mode: multiply;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, 50%);
	width: 100vw;
	z-index: 0;
}

.p-product-page {
	background-color: #fff;
	overflow-x: hidden;
	padding-bottom: 7.5rem;
	padding-top: 4.375rem;
}

.p-product-page__tabs {
	align-items: stretch;
	display: flex;
}

.p-product-page__tab {
	flex: 1 1 auto;
	position: relative;
}

.p-product-page__tab::before {
	background-color: #c8c8c8;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-product-page__tab:last-child::after {
	background-color: #c8c8c8;
	content: "";
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-product-page__tab a {
	align-items: center;
	color: rgb(173, 173, 173);
	display: flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	padding: 1.125rem 0.875rem;
	text-align: center;
	transition: color 0.25s ease;
	white-space: nowrap;
	width: 100%;
}

.p-product-page__tab a:hover {
	color: rgb(0, 0, 0);
}

.p-product-page__tab.is-active a {
	color: rgb(0, 0, 0);
}

.p-product-page__lead {
	-moz-column-gap: 2.5rem;
	align-items: flex-start;
	column-gap: 2.5rem;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.p-product-page__lead-text {
	flex: 1 1 0;
	max-width: 31.875rem;
}

.p-product-page__lead-title {
	color: rgb(0, 78, 162);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-product-page__lead-body {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.9;
	margin-top: 1.5rem;
}

.p-product-page__lead-img {
	flex: 0 0 auto;
	max-width: 50%;
	width: 34.375rem;
}

.p-product-page__lead-img img {
	-o-object-fit: cover;
	aspect-ratio: 550/329;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-product-page__category {
	margin-top: 6.25rem;
}

.p-product-page__heading {
	text-align: center;
}

.p-product-page__heading-ja {
	color: rgb(0, 78, 162);
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-product-page__heading-en {
	color: rgb(173, 173, 173);
	font-family: "Oswald", sans-serif;
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.p-product-page__grid {
	display: grid;
	margin-top: 2.5rem;
}

.p-product-page__grid--3 {
	gap: 0.125rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-product-page__grid--2 {
	gap: 0.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-product-page__card {
	align-items: center;
	aspect-ratio: 366/330;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.p-product-page__grid--2 .p-product-page__card {
	aspect-ratio: 550/331;
}

.p-product-page__card-link {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
}

.p-product-page__card-img {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 0.4s ease;
	width: 100%;
}

.p-product-page__card-overlay {
	background-color: rgba(0, 0, 0, 0.35);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-color 0.25s ease;
}

.p-product-page__card-link:hover ~ .p-product-page__card-img {
	transform: scale(1.06);
}

.p-product-page__card-link:hover ~ .p-product-page__card-overlay {
	background-color: rgba(0, 0, 0, 0.18);
}

.p-product-page__card-label {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-product-page__card--meister {
	background-color: #c9c9c9;
}

.p-product {
	background-image: url("../images/common/product-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: visible;
	padding-bottom: 7.5rem;
	padding-top: 3.5rem;
	position: relative;
}

.p-product__mascot {
	height: auto;
	left: calc(50% - 34.375rem);
	pointer-events: none;
	position: absolute;
	top: -2.875rem;
	width: 6.875rem;
	z-index: 2;
}

.p-product__head {
	-moz-column-gap: 2.5rem;
	align-items: flex-start;
	column-gap: 2.5rem;
	display: flex;
	justify-content: space-between;
	padding-top: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-product__lead {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.875rem;
	max-width: 47.3125rem;
	text-align: left;
}

.p-product__scroll {
	-ms-overflow-style: none;
	margin-left: calc(50% - 34.375rem);
	margin-top: 4.5rem;
	overflow-x: auto;
	scrollbar-width: none;
}

.p-product__scroll::-webkit-scrollbar {
	display: none;
	height: 0;
	width: 0;
}

.p-product__progress {
	background-color: #e0e0e0;
	border-radius: 0.25rem;
	height: 0.5rem;
	margin-left: calc(50% - 34.375rem);
	margin-top: 1.75rem;
	max-width: calc(100% - 25px * 2);
	overflow: hidden;
	position: relative;
	width: 68.75rem;
	z-index: 1;
}

.p-product__progress-bar {
	background-color: #004ea2;
	border-radius: 0.25rem;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 58%;
	will-change: transform;
}

.p-product__list {
	-moz-column-gap: 0.0625rem;
	column-gap: 0.0625rem;
	display: flex;
}

.p-product__card {
	flex: 0 0 auto;
	width: 22.875rem;
}

.p-product__link {
	display: block;
	height: 31.25rem;
	overflow: hidden;
	position: relative;
	width: 22.875rem;
}

.p-product__thumb {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-product__thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.p-product__link:hover .p-product__thumb img {
	transform: scale(1.06);
}

.p-product__cap {
	-moz-column-gap: 0.5rem;
	align-items: flex-start;
	column-gap: 0.5rem;
	display: flex;
	flex-direction: row;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.p-product__label {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8125rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.1;
	order: 2;
	text-orientation: upright;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
	writing-mode: vertical-rl;
}

.p-product__en {
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	order: 1;
	text-orientation: sideways;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.p-product__arrow {
	align-items: center;
	background-color: #004ea2;
	bottom: 0;
	display: flex;
	height: 4.375rem;
	justify-content: center;
	position: absolute;
	right: 0;
	width: 4.375rem;
	z-index: 3;
}

.p-product__arrow-icon {
	height: auto;
	width: 1.125rem;
}

.p-recruit {
	padding-top: 6.1875rem;
	position: relative;
}

.p-recruit__band {
	background: linear-gradient(to bottom, rgb(213, 224, 237) 0%, rgb(198, 231, 235) 50%, rgb(160, 199, 219) 100%);
	height: 32.6875rem;
	left: 50%;
	position: absolute;
	top: 18rem;
	transform: translateX(-50vw);
	width: 100vw;
	z-index: 0;
}

.p-recruit__inner {
	position: relative;
	z-index: 1;
}

.p-recruit__heading {
	-moz-column-gap: 0.875rem;
	align-items: center;
	column-gap: 0.875rem;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-recruit__mascot {
	height: auto;
	left: 100%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	width: 6.875rem;
	z-index: 4;
}

.p-recruit__box {
	aspect-ratio: 1100/400;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-recruit__bg {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-recruit__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	row-gap: 2.5rem;
	text-shadow: 0 0.0625rem 0.625rem rgba(0, 0, 0, 0.55);
	z-index: 3;
}

.p-recruit__btn {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 15.625rem;
	width: 100%;
}

.p-recruit__strip {
	margin-left: calc(50% - 50vw);
	margin-top: 3.0625rem;
	overflow: hidden;
	position: relative;
	width: 100vw;
	z-index: 1;
}

.p-recruit__track {
	-moz-column-gap: 2.5rem;
	animation: p-recruit-scroll 60s linear infinite;
	column-gap: 2.5rem;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	width: -moz-max-content;
	width: max-content;
}

.p-recruit__strip-item {
	flex: 0 0 auto;
	height: 13.3125rem;
	width: 18.5625rem;
}

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

.p-side {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0;
	row-gap: 1.8125rem;
	top: 8.125rem;
	z-index: 1100;
}

.p-side__btn {
	align-items: center;
	background: linear-gradient(180deg, rgb(0, 78, 162) 0%, rgb(40, 140, 185) 100%);
	color: #fff;
	display: flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 12.375rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.375rem;
	text-align: center;
	text-orientation: upright;
	transition: filter 0.25s ease;
	width: 4.0625rem;
	writing-mode: vertical-rl;
}

.p-side__btn:hover {
	filter: brightness(1.08);
}

.p-side__label {
	display: block;
}

.p-single {
	background-color: #fff;
	padding-bottom: 10rem;
	padding-top: 5rem;
}

.p-single__inner {
	max-width: 71.875rem;
}

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

.p-single__meta {
	-moz-column-gap: 0.9375rem;
	align-items: center;
	column-gap: 0.9375rem;
	display: flex;
}

.p-single__date {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.p-single__cat {
	-webkit-text-decoration: underline;
	color: #004ea2;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.p-single__title {
	color: #000;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.375rem;
}

.p-single__body {
	color: #333;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	line-height: 2;
	margin-top: 4.875rem;
}

.p-single__body p {
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

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

.p-single__body img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 62.5rem;
	width: 100%;
}

.p-single__nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.p-single__nav-prev,
.p-single__nav-next {
	color: #000;
	flex: 1;
	font-size: 0.9375rem;
	font-weight: 700;
}

.p-single__nav-next {
	text-align: right;
}

.p-single__nav-prev a,
.p-single__nav-next a {
	-webkit-text-decoration: none;
	color: #000;
	text-decoration: none;
	transition: color 0.25s ease;
}

.p-single__nav-prev a:hover,
.p-single__nav-next a:hover {
	color: rgb(0, 78, 162);
}

.p-single__nav-back {
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
}

.p-single__nav-back .c-btn {
	justify-content: flex-start;
	max-width: 100%;
	padding-left: 3.25rem;
	white-space: nowrap;
	width: 15.625rem;
}

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

.p-recruit__track {
	animation: none;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

html {
	scroll-padding-top: 3.5rem;
}

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

a:hover {
	opacity: 0.8;
}

.c-btn {
	font-size: 0.875rem;
	height: 3.0625rem;
	padding: 0;
	width: 10.9375rem;
}

.c-title__en {
	font-size: 2.25rem;
}

.c-title__ja {
	font-size: 1rem;
	margin-top: 0.375rem;
}

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

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

.p-archive__tabs {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.5rem;
	row-gap: 0.5rem;
}

.p-archive__tab {
	flex: 0 0 calc((100% - 6.5rem) / 2);
}

.p-archive__tab a {
	font-size: 0.6875rem;
	height: 1.875rem;
	width: 100%;
}

.p-archive__list {
	-moz-column-gap: 0.875rem;
	column-gap: 0.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.25rem;
	row-gap: 1.75rem;
}

.p-archive__card {
	flex: none;
	width: 100%;
}

.p-archive .p-news__thumb {
	aspect-ratio: 189/131;
}

.p-archive .p-news__meta {
	-moz-column-gap: 0.625rem;
	column-gap: 0.625rem;
	margin-top: 0.625rem;
}

.p-archive .p-news__date {
	font-size: 0.6875rem;
}

.p-archive .p-news__cat {
	font-size: 0.6875rem;
}

.p-archive .p-news__cardtitle {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.p-archive__pager {
	margin-top: 3rem;
	padding-bottom: 1.5rem;
}

.p-archive__pager .page-numbers {
	-moz-column-gap: 1.375rem;
	column-gap: 1.375rem;
}

.p-archive__pager li .page-numbers {
	font-size: 1rem;
}

.p-archive__pager li .page-numbers.current {
	font-size: 1rem;
	height: 2.8125rem;
	min-width: 2.8125rem;
}

.p-archive__pager li:has(.page-numbers.next) {
	height: 2.8125rem;
}

.p-archive__pager li .page-numbers.next {
	font-size: 0.875rem;
}

.p-archive__pager li .page-numbers.prev {
	font-size: 0.875rem;
}

.p-cm {
	padding-bottom: 1.875rem;
	padding-top: 0rem;
}

.p-cm__movie {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.p-cm__mascot {
	right: 0.75rem;
	top: -2.625rem;
	width: 5rem;
}

.p-cm__play {
	height: 5.625rem;
	width: 5.625rem;
}

.p-cm__play::after {
	border-width: 0.875rem 0 0.875rem 1.5rem;
}

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

.p-company-page {
	padding-bottom: 4.375rem;
	padding-top: 2.5rem;
}

.p-company-page__tabs {
	flex-wrap: wrap;
	row-gap: 0.75rem;
}

.p-company-page__tab::before {
	height: 1.625rem;
}

.p-company-page__tab:last-child::after {
	height: 1.625rem;
}

.p-company-page__tab a {
	font-size: 0.9375rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.p-company-page__tab-break {
	display: block;
	flex-basis: 100%;
	height: 0;
	margin: 0;
	width: 100%;
}

.p-company-page__tab--rowend::after {
	background-color: #c8c8c8;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-company-page__heading-ja {
	font-size: 1.5rem;
}

.p-company-page__heading-en {
	font-size: 1.125rem;
}

.p-company-page__about {
	align-items: stretch;
	flex-direction: column;
	margin-top: 2.5rem;
	row-gap: 1.75rem;
}

.p-company-page__about-text {
	order: 1;
}

.p-company-page__about-title {
	font-size: 1.375rem;
}

.p-company-page__about-body {
	font-size: 0.875rem;
	line-height: 1.9;
	margin-top: 1rem;
}

.p-company-page__about-img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 2.5rem;
	max-width: none;
	order: 2;
	width: 100vw;
}

.p-company-page__about-img img {
	aspect-ratio: 550/460;
	height: auto;
}

.p-company-page__message {
	background: linear-gradient(160deg, rgb(194, 211, 229) 0%, rgb(217, 225, 234) 45%, rgb(240, 239, 239) 100%);
	margin-top: 3.75rem;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.p-company-page__message-body {
	align-items: stretch;
	flex-direction: column;
	margin-top: 1.75rem;
	row-gap: 1.75rem;
}

.p-company-page__message-img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	order: 1;
	width: 100vw;
}

.p-company-page__message-img img {
	aspect-ratio: 550/460;
	height: auto;
}

.p-company-page__message-text {
	order: 2;
}

.p-company-page__message-title {
	font-size: 1.375rem;
}

.p-company-page__message-lead {
	font-size: 0.875rem;
	line-height: 1.9;
	margin-top: 1rem;
}

.p-company-page__message-sign {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.p-company-page__profile {
	margin-top: 3.75rem;
}

.p-company-page__table {
	margin-top: 1.75rem;
}

.p-company-page__row {
	border-bottom: 0;
	flex-direction: column;
	margin-bottom: 0.125rem;
	row-gap: 0;
}

.p-company-page__th {
	align-items: center;
	border-right: 0;
	display: flex;
	flex: 0 0 auto;
	font-size: 0.875rem;
	min-height: 3.8125rem;
	padding: 0.75rem 1rem;
}

.p-company-page__td {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	font-size: 0.875rem;
	justify-content: center;
	min-height: 3.8125rem;
	padding: 0.75rem 1rem;
}

.p-company-page__map iframe {
	height: 17.5rem;
}

.p-company-page__movie {
	margin-top: 3.75rem;
}

.p-company-page__cm-list {
	align-items: center;
	flex-direction: column;
	margin-top: 1.75rem;
	row-gap: 1.75rem;
}

.p-company-page__cm-item {
	flex: 0 0 auto;
	max-width: 100%;
}

.p-company-page__cm-caption {
	font-size: 1.125rem;
	margin-top: 0.875rem;
}

.p-company {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.p-company__head {
	flex-direction: column;
	row-gap: 1rem;
}

.p-company__lead {
	font-size: 0.875rem;
	line-height: 1.9;
	max-width: none;
}

.p-company__list {
	grid-template-columns: 1fr;
}

.p-company__card {
	margin-left: 0;
}

.p-company__card:nth-child(n+2) {
	margin-top: -0.0625rem;
}

.p-company__link {
	height: 8.75rem;
}

.p-company__thumb {
	width: 8.75rem;
}

.p-company__body {
	-moz-column-gap: 0.75rem;
	column-gap: 0.75rem;
}

.p-company__name {
	font-size: 1.1875rem;
}

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

.p-company__arrow {
	height: 0.75rem;
	margin-top: 0.4375rem;
	width: 0.875rem;
}

.p-company__arrow::before {
	height: 0.0625rem;
	width: 0.875rem;
}

.p-company__arrow::after {
	border-right-width: 1px;
	border-top-width: 1px;
	height: 0.5rem;
	transform: translate(0, -50%) rotate(45deg);
	width: 0.5rem;
}

.p-drawer {
	align-items: center;
	background: linear-gradient(180deg, rgb(1, 80, 163) 0%, rgb(48, 178, 201) 100%);
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 2.5rem 1.5rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	z-index: 1200;
}

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

.p-drawer__close {
	display: none;
}

.p-drawer__close-bar {
	background-color: #fff;
	border-radius: 0.125rem;
	display: block;
	height: 0.125rem;
	position: absolute;
	width: 1.5rem;
}

.p-drawer__close-bar:nth-child(1) {
	transform: rotate(33deg);
}

.p-drawer__close-bar:nth-child(2) {
	transform: rotate(-33deg);
}

.p-drawer__menu {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 5.5rem;
	row-gap: 4.25rem;
}

.p-drawer__link {
	color: #fff;
	display: block;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-align: center;
	transition: opacity 0.25s ease;
}

.p-drawer__link:hover {
	opacity: 0.7;
}

.p-drawer__btns {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 3.75rem;
	max-width: 15.625rem;
	row-gap: 2.6875rem;
	width: 100%;
}

.p-drawer__btn {
	align-items: center;
	border: 0.0625rem solid #fff;
	border-radius: 0.375rem;
	color: #fff;
	display: flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.4;
	min-height: 4.3125rem;
	padding: 0.5rem 1rem;
	text-align: center;
	transition: background-color 0.25s ease;
	width: 100%;
}

.p-drawer__btn:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.p-drawer__btn--recruit {
	background: transparent;
}

.p-drawer__btn--contact {
	background: transparent;
}

.p-drawer__btn-wrap {
	position: relative;
	width: 100%;
}

.p-drawer__mascot {
	bottom: -0.125rem;
	height: auto;
	left: -2.75rem;
	pointer-events: none;
	position: absolute;
	width: 4.875rem;
	z-index: 2;
}

.p-faq-page {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.p-faq-page__list {
	margin-top: 0;
}

.p-faq-page__a {
	padding: 0.875rem 1rem 1.125rem;
}

.p-faq-page__amark {
	font-size: 1.625rem;
}

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

.p-faq__mascot {
	left: calc(50% - 8.25rem);
	top: -2.6875rem;
	width: 4.1875rem;
}

.p-faq__list {
	margin-top: 1.875rem;
	row-gap: 0.75rem;
}

.p-faq__q {
	padding: 1rem 2.75rem 1rem 1rem;
}

.p-faq__qmark {
	font-size: 1.625rem;
	margin-right: 0.75rem;
}

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

.p-faq__icon {
	height: 1.375rem;
	right: 0.875rem;
	width: 1.375rem;
}

.p-faq__icon::before {
	border-bottom-width: 0.15625rem;
	border-right-width: 0.15625rem;
	height: 0.875rem;
	width: 0.875rem;
}

.p-faq__a {
	padding: 0.125rem 1rem 1.125rem;
}

.p-faq__a-inner {
	gap: 0.75rem;
}

.p-faq__amark {
	font-size: 1.625rem;
}

.p-faq__atext {
	font-size: 0.9375rem;
}

.p-faq__btn {
	margin-top: 2.25rem;
}

.p-footer {
	padding-bottom: 6rem;
	padding-top: 3.125rem;
}

.p-footer__inner {
	max-width: 33.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-footer__logos-list {
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
}

.p-footer__logo {
	flex: 0 0 calc((100% - 1.25rem) / 3);
	height: 2.75rem;
	max-width: none;
	width: auto;
}

.p-footer__main {
	align-items: stretch;
	flex-direction: column;
	margin-top: 2.25rem;
	padding-left: 0;
	row-gap: 2.875rem;
}

.p-footer__info {
	order: 3;
}

.p-footer__company img {
	margin-left: auto;
	margin-right: auto;
	width: 18.75rem;
}

.p-footer__address {
	justify-content: center;
}

.p-footer__links {
	align-items: center;
	margin-top: 1.75rem;
}

.p-footer__copy {
	margin-top: 1.5rem;
	text-align: center;
}

.p-footer__contact {
	margin-right: 0;
	order: 1;
	width: 100%;
}

.p-footer__contact-head {
	font-size: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.25rem;
	padding: 0.21875rem 1.5rem;
	width: 100%;
}

.p-footer__tel a {
	font-size: 2.5625rem;
}

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

.p-footer__form-lead {
	font-size: 0.875rem;
	margin-top: 3.4375rem;
	text-align: center;
	width: 100%;
}

.p-footer__form-btn {
	-moz-column-gap: 0;
	column-gap: 0;
	height: 6rem;
	justify-content: flex-start;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.9375rem;
	padding-left: 2.9375rem;
	width: 100%;
}

.p-footer__form-label {
	font-size: 1.1875rem;
	text-align: center;
}

.p-footer__form-arrow {
	height: 1rem;
	position: absolute;
	right: 1.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.p-footer__form-arrow::before {
	width: 1.0625rem;
}

.p-footer__form-arrow::after {
	border-right-width: 0.125rem;
	border-top-width: 0.125rem;
	height: 0.625rem;
	width: 0.625rem;
}

.p-footer__form-btn:hover .p-footer__form-arrow {
	transform: translate(0.25rem, -50%);
}

.p-footer__mascot {
	bottom: 4.625rem;
	right: calc(50% - min(48vw, 16rem));
}

.p-footer__mascot img {
	height: 39.7674418605vw;
	max-height: 10.6875rem;
	max-width: 5.3125rem;
	width: 19.7674418605vw;
}

.p-fv {
	aspect-ratio: 430/853;
	height: auto;
}

.p-fv__img {
	-o-object-position: center top;
	height: 100%;
	object-position: center top;
}

.p-fv__slide[data-fv-slide="1"] .p-fv__img {
	-o-object-position: 30% center;
	object-position: 30% center;
}

.p-fv__slide[data-fv-slide="2"] .p-fv__img {
	-o-object-position: 55% center;
	object-position: 55% center;
}

.p-fv__slide[data-fv-slide="3"] .p-fv__img {
	-o-object-position: 62% center;
	object-position: 62% center;
	transform: scale(1.25) translateY(-12%);
}

.p-fv__inner {
	left: 1.25rem;
	right: 1.25rem;
	top: 42%;
}

.p-fv__title {
	font-size: 1.875rem;
	line-height: 1.7;
	text-align: center;
}

.p-fv__dots {
	display: none;
}

.p-insta {
	bottom: 1rem;
	height: 6.875rem;
	right: 1rem;
	width: 6.875rem;
}

.p-insta__mascot {
	height: 4.4375rem;
	right: -0.875rem;
	top: -1.25rem;
	width: 4rem;
}

.p-header {
	background-color: #fff;
	box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.1);
}

.p-header__inner {
	align-items: stretch;
	min-height: 2.875rem;
	padding: 0 0 0 1rem;
}

.p-header__logo {
	align-items: center;
	display: flex;
	margin-right: 0.625rem;
}

.p-header__logo .p-header__logo-pc {
	display: none;
}

.p-header__logo .p-header__logo-sp {
	display: block;
	height: auto;
	width: 9.375rem;
}

.p-header__nav {
	display: none;
}

.p-header__sp-actions {
	-moz-column-gap: 0;
	align-items: center;
	column-gap: 0;
	display: flex;
	margin-left: auto;
	max-width: 11.125rem;
	padding-left: 0;
	width: 100%;
}

.p-header__sp-btn {
	align-items: center;
	border-radius: 0;
	color: #fff;
	display: flex;
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.3;
	padding: 0;
	text-align: center;
	transition: filter 0.25s ease;
	white-space: nowrap;
	width: 50%;
}

.p-header__sp-btn:hover {
	filter: brightness(1.08);
}

.p-header__sp-btn--recruit,
.p-header__sp-btn--contact {
	background: linear-gradient(135deg, rgb(0, 78, 162) 0%, rgb(65, 183, 219) 100%);
}

.p-header__hamburger {
	align-items: center;
	align-self: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 1.5rem;
	justify-content: center;
	margin-left: 0;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	position: relative;
	row-gap: 0.3125rem;
	width: auto;
}

.p-header__hamburger-bar {
	background-color: rgb(0, 78, 162);
}

.p-header__hamburger[aria-expanded=true] {
	height: 1.5rem;
	position: fixed;
	right: 0;
	top: 0.6875rem;
	z-index: 1300;
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-bar {
	background-color: #fff;
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-bar:nth-child(1) {
	transform: translateY(0.4375rem) rotate(48deg);
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-bar:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger[aria-expanded=true] .p-header__hamburger-bar:nth-child(3) {
	transform: translateY(-0.4375rem) rotate(-48deg);
}

.is-drawer-open .l-header {
	z-index: 1300;
}

.is-drawer-open .p-header {
	background-color: transparent;
	box-shadow: none;
}

.is-drawer-open .p-header__logo,
.is-drawer-open .p-header__sp-actions {
	visibility: hidden;
}

.p-news {
	padding-bottom: 3.125rem;
	padding-top: 5rem;
}

.p-news .c-title__ja {
	font-size: 1.125rem;
}

.p-news__top {
	-moz-column-gap: 2.625rem;
	align-items: flex-end;
	column-gap: 2.625rem;
	flex-direction: row;
}

.p-news__title {
	flex-shrink: 0;
}

.p-news__tabs {
	-moz-column-gap: 0.5rem;
	-webkit-overflow-scrolling: touch;
	column-gap: 0.5rem;
	flex: 1 1 0;
	flex-wrap: nowrap;
	margin-right: -1.25rem;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 0.625rem;
	scrollbar-width: none;
}

.p-news__tabs::-webkit-scrollbar {
	display: none;
}

.p-news__tab {
	flex: 0 0 7.5rem;
}

.p-news__tab a {
	font-size: 0.8125rem;
	height: 2.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	white-space: nowrap;
	width: 100%;
}

.p-news__scroller {
	-webkit-overflow-scrolling: touch;
	margin-right: -1.25rem;
	margin-top: 2.5rem;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}

.p-news__scroller::-webkit-scrollbar {
	display: none;
}

.p-news__list {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 0;
}

.p-news__card {
	flex: 0 0 17.8125rem;
	width: auto;
}

.p-news__thumb {
	aspect-ratio: 16/9;
}

.p-news__progress {
	background-color: #e0e0e0;
	display: block;
	height: 0.1875rem;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-news__progress-bar {
	background-color: #004ea2;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	will-change: transform;
}

.p-news__btn {
	margin-top: 2.25rem;
}

.p-pagehead {
	height: 13.75rem;
}

.p-pagehead__mascot {
	left: 0;
	margin-bottom: 0.25rem;
	width: 3.4375rem;
}

.p-pagehead__en {
	font-size: 3rem;
}

.p-pagehead__ja {
	font-size: 1.125rem;
}

.p-philosophy {
	padding-bottom: 4.375rem;
	padding-top: 3.125rem;
}

.p-philosophy__inner {
	flex-direction: column;
	row-gap: 0.75rem;
}

.p-philosophy__head {
	padding-left: 1.5rem;
	padding-top: 2.5rem;
	text-align: left;
	width: 100%;
}

.p-philosophy__accent {
	left: 0.625rem;
	top: -0.1875rem;
	transform: none;
	width: 12.5rem;
}

.p-philosophy__title {
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
}

.p-philosophy__text {
	font-size: 0.9375rem;
	margin-top: 0;
	max-width: none;
	width: 100%;
}

.p-philosophy__wave {
	aspect-ratio: 1439/192;
	background-image: url("../images/common/footer-sanikleen.png");
}

.p-product-page {
	padding-bottom: 4.375rem;
	padding-top: 2.5rem;
}

.p-product-page__tabs {
	flex-flow: column;
	row-gap: 0.875rem;
}

.p-product-page__tab {
	flex: 0 1 0%;
	width: -moz-fit-content;
	width: fit-content;
}

.p-product-page__tab::before {
	height: 1.625rem;
}

.p-product-page__tab:last-child::after {
	height: 1.625rem;
}

.p-product-page__tab:not(:last-child)::after {
	background-color: #c8c8c8;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-product-page__tab a {
	font-size: 0.9375rem;
	padding: 0 1.3125rem;
}

.p-product-page__lead {
	align-items: stretch;
	flex-direction: column;
	margin-top: 2.5rem;
	row-gap: 1.5rem;
}

.p-product-page__lead-text {
	max-width: none;
}

.p-product-page__lead-title {
	font-size: 1.375rem;
	text-align: left;
}

.p-product-page__lead-body {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1rem;
}

.p-product-page__lead-img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

.p-product-page__lead-img img {
	aspect-ratio: 6/5;
}

.p-product-page__category {
	margin-top: 3.75rem;
}

.p-product-page__heading-ja {
	font-size: 1.5625rem;
}

.p-product-page__heading-en {
	font-size: 0.9375rem;
}

.p-product-page__grid {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.75rem;
	width: 100vw;
}

.p-product-page__grid--3 {
	gap: 0;
	grid-template-columns: 1fr;
}

.p-product-page__grid--2 {
	gap: 0;
	grid-template-columns: 1fr;
}

.p-product-page__card {
	aspect-ratio: 430/330;
}

.p-product-page__grid--2 .p-product-page__card {
	aspect-ratio: 430/330;
}

.p-product-page__card-label {
	font-size: 1.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.p-product {
	background-image: url("../images/common/sp-product-bg.jpg");
	background-position: center top;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 3rem;
}

.p-product__mascot {
	left: 20px;
	top: -2.4375rem;
	width: 4.5rem;
}

.p-product__head {
	flex-direction: column;
	padding-top: 0;
	row-gap: 1.25rem;
}

.p-product__lead {
	font-size: 0.875rem;
	line-height: 1.8;
	max-width: none;
}

.p-product__scroll {
	-webkit-overflow-scrolling: touch;
	margin-left: 0;
	margin-top: 1.75rem;
	overflow-x: auto;
	padding-left: 20px;
	padding-right: 0;
}

.p-product__progress {
	border-radius: 0.1875rem;
	height: 0.375rem;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 1.25rem;
	max-width: none;
	width: auto;
}

.p-product__progress-bar {
	border-radius: 0.1875rem;
	width: 56%;
}

.p-product__list {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	flex-direction: row;
	flex-wrap: nowrap;
}

.p-product__card {
	width: 18.75rem;
}

.p-product__link {
	height: 26.25rem;
	width: 18.75rem;
}

.p-product__cap {
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.p-product__label {
	font-size: 1.5rem;
	letter-spacing: 0.15em;
}

.p-product__en {
	font-size: 0.6875rem;
}

.p-product__arrow {
	height: 3.5rem;
	width: 3.5rem;
}

.p-recruit {
	overflow: hidden;
	padding-bottom: 1.875rem;
	padding-top: 3.125rem;
}

.p-recruit__band {
	bottom: 0rem;
	height: auto;
	top: 11.875rem;
}

.p-recruit__heading {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
}

.p-recruit__mascot {
	width: 4.5rem;
}

.p-recruit__box {
	aspect-ratio: auto;
	height: 17.5rem;
}

.p-recruit__content {
	row-gap: 0.875rem;
}

.p-recruit__strip {
	margin-top: 1.875rem;
}

.p-recruit__track {
	-moz-column-gap: 1rem;
	animation-duration: 40s;
	column-gap: 1rem;
}

.p-recruit__strip-item {
	height: 8.9375rem;
	width: 12.5rem;
}

.p-side {
	display: none;
}

.p-side__btn {
	font-size: 0.8125rem;
	height: 8.125rem;
	line-height: 1rem;
	width: 2.5rem;
}

.p-single {
	padding-bottom: 5rem;
	padding-top: 3rem;
}

.p-single__head {
	margin-top: 1.5rem;
}

.p-single__date {
	font-size: 0.875rem;
}

.p-single__title {
	font-size: 1.375rem;
	margin-top: 1.125rem;
}

.p-single__body {
	font-size: 0.9375rem;
	margin-top: 1.9375rem;
}

.p-single__body p {
	font-size: 0.875rem;
}

.p-single__nav {
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	margin-top: 3.5rem;
}

.p-single__nav-prev,
.p-single__nav-next {
	font-size: 0.75rem;
}

.p-single__nav-back .c-btn {
	padding-left: 1.375rem;
	width: 10.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes p-recruit-scroll {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}


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