/********************************
* インナー
********************************/

/********************************
* フォント
********************************/

/********************************
* カラー
********************************/

html {
	font-size: 16px;
}

body {
	background-color: #fff;
	color: #1E1E1E;
	font-family: "Noto Sans JP", Meiryo, "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
}

.body-no-scroll {
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}

/* link */

/* ============================================ */

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

a:hover {
	opacity: 1;
}

/* img */

/* ============================================ */

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

picture {
	display: block;
	height: 100%;
	width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* フェード設定 */

/* ============================================ */

.splide__container {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.splide__list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}

.splide__pagination {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	pointer-events: none;
}

.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
	display: none;
}

.splide__progress__bar {
	width: 0;
}

.splide {
	position: relative;
	visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}

.splide__slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}

.splide__slide img {
	vertical-align: bottom;
}

.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	        animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}

.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}

.splide--rtl {
	direction: rtl;
}

.splide__track--ttb > .splide__list {
	display: block;
}

/* c-slide--auto */

.splide_slide-auto {
	aspect-ratio: 398/242;
	border-radius: 1.875rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.splide_slide-auto img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

/* role-splide */

.js-role-splide {
	margin-top: 2.3125rem;
}

.js-role-splide.is-initialized:not(.is-active) .splide__list {
	grid-gap: 1.25rem 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem 2.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	padding: 0 1.25rem;
}

.js-role-splide .splide__track {
	padding: 2.5rem;
}

.role__pagination {
	bottom: -0.625rem;
	position: relative;
}

.role-page {
	background: #D9D9D9;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 0.5625rem;
	margin: 0 0.9375rem;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 0.5625rem;
}

.role-page.is-active {
	background: #676767;
	z-index: 1;
}

/* slideカード */

.splide__slide-store-btn {
	max-width: 51.4375rem;
	opacity: 0.6;
	width: 100%;
}

.splide__slide-store {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.splide__slide-store.is-active {
	opacity: 1;
}

.splide__store-img {
	aspect-ratio: 823/529;
	border-radius: 3.125rem;
	overflow: hidden;
}

.splide__slide-store img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.store-pagination {
	bottom: 8.125rem;
	position: relative;
}

.store-page {
	background: #D9D9D9;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 0.9375rem;
	margin: 0 1rem;
	padding: 0;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	width: 0.9375rem;
}

.store-page.is-active {
	background: #676767;
	z-index: 1;
}

.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}

/* 矢印のクリック範囲など */

.c-slide--store {
	position: relative;
}

.splide__arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 6.6875rem;
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 13.6363636364vw;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 2rem;
	z-index: 2;
}

.button {
	background-color: transparent; /* ボタンの背景を透明にする */
	height: 100%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 2rem;
}

/* 矢印共通のスタイル */

.button::before {
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	height: 6.6875rem;
	position: absolute;
	top: 0;
	width: 2rem;
}

/* 前の矢印 */

.prev::before {
	background: url(../images/slide/swipe-prev.svg) no-repeat center center/contain;
	left: -25vw;
}

/* 次の矢印 */

.next::before {
	background: url(../images/slide/swipe-next.svg) no-repeat center center/contain;
	right: -25vw;
}

/* 次のスライドが無い場合の矢印 */

.button:disabled::before {
	opacity: 0.5;
}

/* スライドのサイズ調整 */

.splide__slide img {
	height: auto;
	width: 100%;
}

/* js-slide-btn */

.splide__slide-store-btn {
	max-width: 51.4375rem;
	opacity: 0.6;
	padding-bottom: 4rem;
	width: 100%;
}

.splide__slide-store-btn.is-active {
	opacity: 1;
}

.l-header {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 50;
}

.l-inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 1.5625rem;
	width: 74.375rem;
}

.l-news--archive {
	margin-top: -9.375rem;
	position: relative;
	z-index: 2;
}

.l-scroll-top {
	bottom: 1.875rem;
	position: fixed;
	right: 1.5625rem;
	z-index: 100;
}

.l-slide--top {
	margin-top: 5.4375rem;
	position: relative;
}
/*
.l-slide--top::after {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	height: 41.375rem;
	left: 3.125rem;
	opacity: var(--opacityBg);
	position: absolute;
	top: -31.25rem;
	width: 41.375rem;
	z-index: -1;
}
*/
.breadcrumb {
	color: #000;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
	padding: 0.1875rem 0.3125rem;
	padding-top: 0.9375rem;
}

.breadcrumb span {
	padding-right: 4px;
}

.breadcrumb span:not(:first-child) span,
.breadcrumb span:not(:first-child) a span {
	padding-left: 5px;
}

.breadcrumb__arrow {
	display: inline-block;
	height: 12px;
	position: relative;
	width: 12px;
}

.breadcrumb__arrow::after {
	background: url(../images/common/arrow-icon.svg) no-repeat center center/contain;
	content: "";
	height: 9px;
	position: absolute;
	top: 70%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}

.current-item {
	border-bottom: 1px solid #000;
}

/* =========================================
# pagenavi
========================================= */

.p-news__pages .nav-links {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #666;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	    -ms-flex-pack: end;
	        justify-content: end;
	text-align: center;
}

.p-news__pages .page-numbers {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border: 1px solid #666;
	border-radius: 0.5rem;
	color: #666;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	margin-left: 10px;
	padding: 0.4em;
	width: 1.875rem;
}

.p-news__pages .page-numbers,
.p-news__pages .current {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-news__pages .page-numbers:hover {
	opacity: 0.7;
}

.p-news__pages .page-numbers.current {
	background-color: #666;
	color: #fff;
}

.p-news__pages .page-numbers.next,
.p-news__pages .page-numbers.prev {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: none;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.4em;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 5rem;
}

.p-news__pages .page-numbers img {
	width: 100%;
}

.p-single-news__pages .nav-links {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
}

.p-single-news__pages .nav-next,
.p-single-news__pages .nav-previous {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.4em;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-single-news__pages .nav-next:hover,
.p-single-news__pages .nav-previous:hover {
	opacity: 0.7;
}

summary {
	list-style-type: none;
}

summary::-webkit-details-marker {
	display: none;
}

.c-accordion summary::-webkit-details-marker {
	display: none;
}

.c-accordion__title {
	cursor: pointer;
	text-decoration: none;
}

.c-accordion__icon i {
	font-size: 1.25rem;
	position: relative;
	right: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-accordion__icon--interview i {
	font-size: 1.875rem;
	font-weight: 700;
	margin-left: 0.625rem;
}

.c-accordion.is-open .c-accordion__icon i {
	-webkit-transform: rotateX(180deg);
	        transform: rotateX(180deg);
}

.c-accordion__content {
	overflow: hidden;
	text-decoration: none;
}

.c-below-mv {
	height: auto;
	width: 100%;
}
.c-below-mv--company img {
	height: 18.75rem;
}

.c-below-mv--service {
  
}

.c-below-mv__inner {
	position: relative;
	z-index: 2;
}

.c-below-mv__title {
	color: #000;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 9.375rem;
	font-weight: 400;
	line-height: 1.2;
	margin-top: -6.25rem;
	text-align: center;
}

.c-below-mv__text {
	margin-top: 0.4375rem;
	text-align: center;
}

/* c-below-mv02 */

.c-below-mv02 {
	height: auto;
	position: relative;
	width: 100%;
}

.c-below-mv02__img {
	height: auto;
	width: 59.6%;
}

.c-below-mv02__img--recruit-info {
	width: 77.3%;
}

.c-below-mv02__img img {
	height: 100%;
}

.c-below-mv02__lead {
	left: 48%;
	padding-top: 5rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-below-mv02__lead--recruit-info {
	left: 70%;
}

.c-below-mv02__lead--pharmacist {
	max-width: 34.375rem;
	padding-top: 6.25rem;
	width: 100%;
}

.c-below-mv02__title {
	color: #414141;
	font-size: 3.125rem;
	font-weight: 700;
}

.c-below-mv02__title-br {
	display: none;
}

.c-below-mv02__img--interview03 {
	height: auto;
	width: 100%;
}

.c-below-mv02__img--interview03 img {
	height: 100%;
}

.c-btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border-radius: 3.125rem;
	-webkit-box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.25);
	color: #70CCF0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.5625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	padding: 0.6875rem 2.9375rem;
	position: relative;
	-webkit-transition: border-color, color, 0.3s ease-out;
	transition: border-color, color, 0.3s ease-out;
}

.c-btn::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25rem;
	font-weight: 900;
	padding-top: 2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.c-btn::before {
	background-color: #70CCF0;
	content: "";
	display: block;
	height: 1.625rem;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 0.4375rem;
}

.c-btn--follow::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25rem;
	font-weight: 900;
	padding-top: 2px;
	position: absolute;
	right: 1.25rem;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* btn--yellow */

.c-btn--yellow {
	color: #DDBF68;
}

.c-btn--yellow::before {
	background-color: #DDBF68;
}

/* btn--gray */

.c-btn--gray {
	color: #676767;
}

.c-btn--gray::before {
	background-color: #676767;
}

/* btn--pink */

.c-btn--pink {
	color: #F8A1A1;
}

.c-btn--pink::before {
	background-color: #F8A1A1;
}

/* btn--green */

.c-btn--green {
	color: #49FFB3;
}

.c-btn--green::before {
	background-color: #49FFB3;
}

/* btn--blue02 */

.c-btn--blue02 {
	color: #39A0FF;
}

.c-btn--blue02::before {
	background-color: #39A0FF;
}

/* btn--map */

.c-btn--map {
	background-color: #A8D5E8;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	gap: 0.25rem;
	padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
}

.c-btn--map::before {
	background-color: #fff;
	height: 0.8125rem;
	width: 0.1875rem;
}

/* c-btn--store */

.c-btn--store {
	background-color: #fff;
	color: #676767;
	font-size: 1.25rem;
	gap: 0.6875rem;
	line-height: 1;
	padding: 0.6875rem 3.4375rem;
}

.c-btn--store::after {
	content: "";
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25rem;
	font-weight: 900;
	padding-top: 2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.c-btn--store::before {
	background-color: #676767;
	content: "";
	display: block;
	height: 1.625rem;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 0.4375rem;
}

/* c-btn--news */

.c-btn--news {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #676767;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.25rem;
	gap: 0.6875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: border-color, color, 0.3s ease-out;
	transition: border-color, color, 0.3s ease-out;
}

.c-btn--news::after {
	content: "";
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25rem;
	font-weight: 900;
	padding-top: 2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.c-btn--news::before {
	background-color: #676767;
	content: "";
	display: block;
	height: 1.625rem;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 0.4375rem;
}

.c-common-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	padding-left: 1.375rem;
	position: relative;
}

.c-common-title::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.c-common-title--pink::after {
	background-color: #F8A2A2;
}

.c-common-title--blue::after {
	background-color: #73D5FF;
}

.c-common-title--black::after {
	background-color: #676767;
}

.c-common-title--black02::after {
	background-color: #1E1E1E;
}

.c-common-title--blue02::after {
	background-color: #39A0FF;
}

.c-common-title--green::after {
	background-color: #49FFB3;
}

.c-common-title--white::after {
	background-color: #fff;
}

.c-deco {
	overflow: hidden;
	position: relative;
}
/*
.c-deco::before,
.c-deco::after {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	opacity: var(--opacityBg);
	position: absolute;
	z-index: -1;
}
*/
.c-bg--top-staff {
	overflow: hidden;
	padding-bottom: 3.5rem;
	padding-top: 7rem;
	position: relative;
}
/*
.c-bg--top-staff::after {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	bottom: -23.4375vw;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	height: 62.6875rem;
	opacity: var(--opacityBg);
	position: absolute;
	right: -39.0625vw;
	width: 62.6875rem;
	z-index: -1;
}
*/
.c-deco--service-strength::after {
	content: "";
	height: 21.8125rem;
	left: -7.8125vw;
	top: -7.8125vw;
	width: 21.8125rem;
}

.c-deco--store::after {
	content: "";
	height: 20.125rem;
	left: calc(50% + 400px);
	top: -7.8125vw;
	width: 20.125rem;
}

.c-deco--store-big::after {
	content: "";
	height: 20.125rem;
	left: 15%;
	top: 0;
	width: 20.125rem;
}

.c-deco--service-deco::after {
	content: "";
	height: 21.8125rem;
	right: 0;
	top: 23%;
	width: 21.8125rem;
}

.c-deco--single-store02::after {
	bottom: 0;
	content: "";
	height: 14.4375rem;
	right: 40%;
	width: 14.4375rem;
}

.c-deco--single-store::after {
	bottom: -11.71875vw;
	content: "";
	height: 32rem;
	right: -7.8125vw;
	width: 32rem;
}

.c-deco--interview01::after {
	content: "";
	height: 27.6875rem;
	right: calc(50% - 350px);
	top: -7.8125vw;
	width: 27.6875rem;
}

.c-deco--interview01::before {
	height: 12.5625rem;
	right: 15.625vw;
	top: 82.03125vw;
	width: 12.5625rem;
}

.c-deco--interview02::after {
	bottom: 31.25vw;
	content: "";
	height: 49.6875rem;
	right: -7.8125vw;
	width: 49.6875rem;
}

.c-deco--interview02::before {
	height: 27.1875rem;
	left: -7.8125vw;
	top: 85.9375vw;
	width: 27.1875rem;
}

.c-deco--company-voice-deco {
	padding-bottom: 4.1875rem;
}

.c-deco--company-voice-deco::after {
	content: "";
	height: 21.8125rem;
	right: 0;
	top: -11.71875vw;
	width: 21.8125rem;
}

.c-deco--company-voice-deco::before {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	bottom: -11.71875vw;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	height: 20.125rem;
	left: 11.71875vw;
	opacity: var(--opacityBg);
	position: absolute;
	width: 20.125rem;
	z-index: -1;
}

.c-entry-content {
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.c-entry-content a {
	text-decoration: underline;
}

.c-entry-content h1 {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	margin-top: 4.375rem;
	padding-left: 1.375rem;
	position: relative;
}

.c-entry-content h1::before {
	background: #39A0FF;
	content: "";
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.375rem;
}

.wp-block-image {
	height: auto;
	margin-top: 4.75rem;
	padding-bottom: 2.0625rem;
}

.wp-block-image img {
	-o-object-fit: contain;
	aspect-ratio: 600/300;
	display: block;
	height: auto;
	object-fit: contain;
	width: 60%;
}

.c-entry-content h2 {
	border-bottom: 1px solid #39A0FF;
	color: #39A0FF;
	font-size: 1.375rem;
	letter-spacing: 0.08em;
	margin-top: 3.75rem;
	padding-bottom: 0.375rem;
}

.c-entry-content p {
	margin-top: 1.25rem;
}

.c-entry-content h3,
.c-entry-content h4 {
	color: #39A0FF;
	font-size: 1.375rem;
	letter-spacing: 0.08em;
	margin-top: 3.125rem;
}

.c-entry-content ol,
.c-entry-content ul {
	font-size: 1rem;
	margin-left: 1.25rem;
	margin-top: 0.875rem;
	padding-left: 0.625rem;
}

.c-entry-content ol li {
	list-style-type: decimal;
}

.c-entry-content ul li {
	list-style-type: disc;
}

.c-entry-content li:not(:first-child) {
	margin-top: 0.4375rem;
}

.c-entry-content > * + * {
	margin-top: 1.5rem;
}

.c-entry-content h5 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6875;
	padding-left: 0.5em;
	position: relative;
	z-index: 0;
}

.c-entry-content h5::before {
	background-color: #39A0FF;
	border-radius: 0.125rem;
	content: "";
	display: block;
	height: 85%;
	left: 0;
	position: absolute;
	top: 0.2em;
	width: 0.125rem;
}

.c-entry-content h6 {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.7333333333;
}

.c-entry-content blockquote {
	background-color: #f5f5f5;
	border-radius: 1rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7142857143;
	padding-block: 2rem;
	padding-inline: 1.125rem;
}

.c-entry-content blockquote cite {
	display: block;
	font-style: italic;
	margin-top: 1em;
}

.c-entry-content table {
	font-weight: 400;
	table-layout: fixed;
	width: 100%;
}

.c-entry-content table thead th,
.c-entry-content table thead td {
	background-color: #eee;
	border: solid #fff;
	border-width: 0 2px;
	padding-block: 1em;
	padding-inline: 0;
	text-align: left;
}

.c-entry-content table tr {
	border-bottom: 1px solid #968f8a;
}

.c-entry-content table tr th:first-child,
.c-entry-content table tr td:first-child {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	min-width: 10.625rem;
	text-align: left;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-entry-content table tr th,
.c-entry-content table tr td {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-block: 2rem;
}

.c-entry-content table tr th:not(:first-child),
.c-entry-content table tr td:not(:first-child) {
	padding-left: 2em;
}

.c-entry-content dl {
	font-weight: 400;
	width: 100%;
}

.c-entry-content dl dt {
	border-bottom: 1px solid #968f8a;
	display: inline-block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	min-width: 10.625rem;
	padding-block: 2rem;
	text-align: left;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-entry-content dl dd {
	border-bottom: 1px solid #968f8a;
	display: inline-block;
	padding-block: 2rem;
	padding-left: 2em;
	width: calc(100% - 12.5rem);
}

.js-mv {
	opacity: 0;
}

.c-load {
	background-color: #fff;
	bottom: 0;
	height: 100vh;
	height: 100dvh;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: calc(100vw - (100vw - 100%));
	z-index: 100;
}

.c-load__inner {
	height: inherit;
	width: 100%;
}

.c-load__content {
	height: inherit;
	position: relative;
	width: 100%;
}

.c-load__img {
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	width: 21.875rem;
}

.c-scroll-top {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #F8A2A2;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 5.8125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0;
	width: 5.8125rem;
}

.c-scroll-top__arrow {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	display: block;
	height: 1.875rem;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	width: 1.875rem;
}

.c-scroll-top__text {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: -0.4375rem;
}

.c-section-title--en {
	color: #000;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 9.375rem;
	font-weight: 700;
}

.c-section-title--ja {
	font-size: 1.125rem;
	font-weight: 400;
}

.c-section-title02--en {
	color: #808080;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 6.25rem;
	font-weight: 400;
	line-height: 1.2;
}

.c-section-title02--ja {
	color: #414141;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0.375rem;
}

.c-section-title03 {
	color: #414141;
	font-size: 3.75rem;
	font-weight: 700;
}

.c-sidebar__block:not(:first-child) {
	margin-top: 3.125rem;
}

.c-sidebar__head {
	border-bottom: 2px solid #70CCF0;
	font-size: 1.375rem;
	font-weight: 700;
	padding-bottom: 0.625rem;
}

.c-sidebar__lists {
	color: #414141;
	margin-top: 0.625rem;
}

.c-sidebar__list {
	list-style: none;
}

.c-sidebar__list {
	padding: 0.4em;
}

.c-sidebar__btn {
	display: block;
	margin-top: 1.25rem;
	max-width: 100%;
	text-align: center;
	width: 9.375rem;
}

.p-404 {
	padding-bottom: 12.5rem;
	padding-top: 12.5rem;
	text-align: center;
}

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

.p-404__text {
	font-size: 1.125rem;
}

.p-404__btn {
	margin-top: 3.75rem;
	text-align: center;
}

.p-company-history {
	--opacityBg: 0;
	overflow: hidden;
	position: relative;
}
/*
.p-company-history::before,
.p-company-history::after {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	opacity: var(--opacityBg);
	position: absolute;
	z-index: -1;
}

.p-company-history::before {
	height: 49.75rem;
	left: -15rem;
	top: -1.875rem;
	width: 49.75rem;
}

.p-company-history::after {
	height: 15.25rem;
	left: 0;
	top: 42.5rem;
	width: 15.25rem;
}
*/
.p-company-history__title {
	color: #414141;
}

.p-company-history__title-en {
	color: #F7F7F7;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 21.25rem;
	font-weight: 700;
	line-height: 1;
	opacity: 0.8;
}

.p-company-history__title-ja {
	font-size: 3.75rem;
	font-weight: 700;
	margin-top: -10.25rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-company-history__wrapper {
	--opacityBg: 0;
	color: #414141;
	font-weight: 700;
	margin-top: 9.5rem;
	padding-bottom: 6.5625rem;
	position: relative;
	position: relative;
}
/*
.p-company-history__wrapper::before,
.p-company-history__wrapper::after {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	opacity: var(--opacityBg);
	position: absolute;
	z-index: -1;
}

.p-company-history__wrapper::before {
	bottom: 31.25rem;
	height: 44.875rem;
	left: -22.5rem;
	width: 44.875rem;
}

.p-company-history__wrapper::after {
	bottom: -31.25rem;
	height: 68.875rem;
	left: -18.75rem;
	width: 68.875rem;
}
*/
.p-company-history__line {
	background-color: #414141;
	height: 96%;
	position: absolute;
	right: 38.75rem;
	top: 1.5625rem;
	width: 0.1875rem;
}

.p-company-history__list {
	font-weight: 700;
	opacity: 0;
}

.p-history__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-company-history__list:not(:first-child) {
	margin-top: 2.8125rem;
}

.p-company-history__age {
	font-size: 3.75rem;
	line-height: 1;
	margin-top: 0.3125rem;
}

.p-company-history__box {
	margin-left: 7.1875rem;
	max-width: 36.25rem;
	position: relative;
	width: 100%;
}

.p-company-history__box::before {
	background: #414141;
	border-radius: 50%;
	content: "";
	height: 1.1875rem;
	left: -3.125rem;
	position: absolute;
	top: 1.25rem;
	width: 1.1875rem;
}

.p-company-history__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.625rem;
}

.p-company-history__item:not(:first-child) {
	margin-top: 2.3125rem;
}

.p-company-history__item dt {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-size: 2.5rem;
	max-width: 100%;
	text-align: right;
	white-space: nowrap;
	width: 5.625rem;
}

.p-company-history__item dd {
	font-size: 1.875rem;
	margin-left: 1.625rem;
	margin-top: 0.5rem;
}

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

.p-company-history__img {
	height: auto;
	margin-left: 7.25rem;
	margin-top: 1.375rem;
	max-width: 25.0625rem;
	width: 100%;
}

.p-company-history__img img {
	-o-object-fit: contain;
	height: 100%;
	height: 100%;
	object-fit: contain;
}

.p-company-information {
	background-color: #F7F7F7;
	padding: 4.875rem 0 1.875rem;
}

.p-company-information__title {
	color: #414141;
	font-size: 3.75rem;
	font-weight: 700;
	margin-top: 1.25rem;
}

.p-company-information__label {
	background-color: #414141;
	border-radius: 1.25rem;
	color: #fff;
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 1.75rem;
	padding: 0.6875rem 5.625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-company-information__items {
	grid-gap: 0 5.375rem;
	display: -ms-grid;
	display: grid;
	gap: 0 5.375rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-company-information__items--top {
	margin-top: 3.25rem;
}

.p-company-information__items--bottom {
	margin-top: 2rem;
}

.p-company-information__head {
	font-size: 1.75rem;
	font-weight: 700;
}

.p-company-information__card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: auto;
	padding-bottom: 3rem;
}

.p-company-information__img {
	aspect-ratio: 461/258;
	border-radius: 1.25rem;
	height: auto;
	margin-top: 1rem;
	overflow: hidden;
}

.p-company-information__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-company-information__box {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 1.375rem;
}

.p-company-information__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #000;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.25rem;
	padding: 0.3125rem 0;
}

.p-company-information__list dt {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-weight: 700;
	max-width: 100%;
	width: 8.5rem;
}

.p-company-information__dd-flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-company-information__dd-flex p {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

.p-company-information__dd-flex small {
	display: block;
	font-size: 0.875rem;
	line-height: 1.2;
	margin-left: 0.9375rem;
}

.p-company-information__btn {
	margin-top: 1.375rem;
}

.p-company-information__btn a {
	max-width: 100%;
	width: 18rem;
}

.p-company-information__btn--large a {
	width: 18.75rem;
}

.p-company-information__btn--big {
	margin-top: 3.8125rem;
}

.p-company-lead {
	padding-bottom: 2.3125rem;
	padding-top: 3.3125rem;
}

.p-company-lead__img {
	font-size: 0;
	height: auto;
	margin-inline: auto;
	max-width: 100%;
	width: 47.625rem;
}

.p-company-lead__img img {
	height: 100%;
}

.p-company-lead__text {
	margin-top: 0.8125rem;
	text-align: center;
}

.p-company-message {
	background-color: #F7F7F7;
	padding-bottom: 9.6875rem;
	padding-top: 5.9375rem;
}

.p-company-message__container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-company-message__content {
	color: #414141;
	max-width: 100%;
	width: 36.875rem;
}

.p-company-message__title {
	font-size: 3.75rem;
	font-weight: 700;
}

.p-company-message__title-message {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1.6875rem;
}

.p-company-message__text {
	margin-top: 1.375rem;
}

.p-company-message__text p:not(:first-child) {
	margin-top: 0.625rem;
}

.p-company-message__name {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #4C4C4C;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.375rem;
}

.p-company-message__name dt {
	font-size: 1rem;
	font-weight: 400;
}

.p-company-message__name dd {
	font-size: 1.5rem;
	font-weight: 400;
	margin-left: 0.625rem;
}

.p-company-message__img {
	aspect-ratio: 484/755;
	border-radius: 1.25rem;
	margin-left: 4.4375rem;
	max-width: 100%;
	overflow: hidden;
	width: 30.25rem;
}

.p-company-message__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}
/*　創業の精神　*/
.p-sprit--top {
    overflow: hidden;
    padding-bottom: 3.3125rem;
		padding-top: 3.3125rem;
}
.p-sprit__title-en {
    color: #D9D9D9;
    font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 0.9;
    opacity: 0.3;
    text-align: center;
}
.p-sprit__title {
    color: #414141;
    font-size: 3.75rem;
    font-weight: 700;
    margin-top: -3.375rem;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
}
.p-sprit .txtbox{
text-align: center;
}
.p-sprit .txtbox p{
margin-bottom: 40px;
line-height: 2.5;
font-size: 1rem;
}

.p-contact {
	padding-top: 11.875rem;
}

.p-contact__title {
	font-weight: 400;
	text-align: center;
}

.p-contact__title-en {
	color: #000;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 9.375rem;
}

.p-contact__text {
	color: #414141;
	font-size: 1rem;
	font-weight: 400;
	margin-inline: auto;
	margin-top: 1.5rem;
	max-width: 46.125rem;
	text-align: center;
	width: 100%;
}

.p-contact__body {
	margin-inline: auto;
	margin-top: 3.125rem;
	max-width: 100%;
	width: 59.8125rem;
}

.p-contact-thanks {
	padding-bottom: 6.25rem;
	padding-top: 18.75rem;
}

.p-contact-thanks__lead {
	font-size: 1.5rem;
	text-align: center;
}

.p-contact-thanks__text {
	margin-top: 1.25rem;
	text-align: center;
}

/*==================================================================
# 共通
================================================================== */

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	background: #fff;
	background: #F8F6F6;
	background-image: none;
	border: none;
	border-radius: 9px;
	border-style: none;
	color: inherit;
	font-family: inherit;
	line-height: 1;
	margin: 0;
	outline: none;
	outline: transparent;
	padding: 0;
	padding: 0.625rem 1rem;
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: 2px solid #C0C0C0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	background: #F8F6F6;
	border-radius: 9px;
	color: rgba(65, 65, 65, 0.5);
	font-weight: 400;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	background: #F8F6F6;
	border-radius: 9px;
	color: rgba(65, 65, 65, 0.5);
	font-weight: 400;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	background: #F8F6F6;
	border-radius: 9px;
	color: rgba(65, 65, 65, 0.5);
	font-weight: 400;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	background: #F8F6F6;
	border-radius: 9px;
	color: rgba(65, 65, 65, 0.5);
	font-weight: 400;
}

input::placeholder,
textarea::placeholder {
	background: #F8F6F6;
	border-radius: 9px;
	color: rgba(65, 65, 65, 0.5);
	font-weight: 400;
}

.p-form {
	color: #000;
	padding-bottom: 3.1875rem;
}

.p-form__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid #C0C0C0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.125rem 0;
}

.p-form__item dt {
	max-width: 100%;
	padding: 1.25rem 0;
	width: 19.6875rem;
}

.p-form__item dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-form__item dt p {
	margin-left: 0.75rem;
}

.p-form__item-small {
	color: #414141;
	font-size: 0.875rem;
	font-weight: 400;
	margin-left: 0.75rem;
}

.p-form__item-small--place {
	display: block;
	margin-left: 0;
}

.p-form__item dd {
	font-size: 1rem;
	margin-left: 5.3125rem;
	max-width: 100%;
	width: 35.375rem;
}

.p-form__space {
	margin-top: 0.625rem !important;
}

.p-form-radio__item span {
	display: block;
	vertical-align: top;
}

textarea {
	height: 24.75rem;
}

.p-form__item-inline {
	background: #F8A1A1;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-align: center;
	width: 5.3125rem;
}

.p-form__item-inline-opacity {
	opacity: 0;
	visibility: 0;
}

/* ラジオボタン */

.p-form-radio label {
	display: inline-block;
}

.p-form-radio label:not(:first-of-type) {
	margin-left: 1.875rem;
	margin-top: 0;
}

.p-form-radio input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.p-form-radio input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.9375rem;
}

.p-form-radio input + span::after {
	background: #000;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.4375rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.4375rem;
}

.p-form-radio input:checked + span::after {
	opacity: 1;
}

/* チェックボックス */

.p-form-checkbox label {
	display: inline-block;
	margin-bottom: 0.3125rem;
	margin-right: 1.25rem;
}

.p-form-checkbox label:not(:first-of-type) {
	margin-top: 0;
}

.p-form-checkbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0 0 0 1.5625rem;
	position: relative;
}

.p-form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	content: "";
	display: block;
	height: 0.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.9375rem;
}

.p-form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #000;
	border-left: 0.1875rem solid #000;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 0.9375rem;
}

.p-form-checkbox input:checked + span::after {
	opacity: 1;
}

/* プライバシー */

.p-form__privacy {
	padding-top: 3rem;
}

.p-form__privacy-head {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 2.4px;
	text-align: center;
}

.p-form__privacy-head-br {
	display: none;
}

.p-form__privacy-box {
	margin-inline: auto;
	margin-top: 0.9375rem;
	max-width: 100%;
	width: 43.4375rem;
}

.p-form__privacy-content {
	background: #F8F6F6;
	border-radius: 9px;
	font-size: 10px;
	font-weight: 400;
	height: 9.375rem;
	line-height: 1.5;
	overflow: auto;
	padding: 0.875rem 1.25rem;
}

.p-form__privacy-lead {
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 1.25rem;
	padding-bottom: 0.3125rem;
}

/* submit */

.p-form__submit {
	border-radius: 3.125rem;
	-webkit-box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.25);
	color: #676767;
	font-weight: 700;
	height: 3.25rem;
	margin-inline: auto;
	margin-top: 3rem;
	max-width: 100%;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 18rem;
}

.p-form__submit::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25rem;
	font-weight: 900;
	position: absolute;
	right: 3.125rem;
	top: 0.625rem;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.p-form__submit::before {
	background-color: #676767;
	content: "";
	height: 1.625rem;
	left: 3.75rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 0.4375rem;
}

.p-form__submit:hover {
	background-color: #676767;
	color: #fff;
}

.p-form__submit:hover:before {
	background-color: #fff;
}

.p-form__submit p {
	height: 100%;
	text-align: center;
	width: 100%;
}

[type=submit] {
	height: 100%;
	width: 100%;
}

.p-form__label {
	position: relative;
}

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

.p-form__check input {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

[type=checkbox] + span {
	display: inline-block;
	padding-left: 2rem;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #414141;
	content: "";
	height: 1.3125rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.3125rem;
}

[type=checkbox] + span:hover {
	cursor: pointer;
}

[type=checkbox]:checked + span::after {
	border-bottom: 0.25rem solid #414141;
	border-left: 0.25rem solid #414141;
	content: "";
	display: block;
	height: 0.875rem;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 1.5rem;
}

.p-form__check a {
	border-bottom: 1px solid #414141;
}

span.wpcf7-spinner {
	display: none;
}

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

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

.grecaptcha-badge {
	visibility: hidden;
}

.contact__grecaptcha {
	margin-top: 3.75rem;
}

.contact__grecaptcha a {
	border-bottom: 1px solid #414141;
}

.p-follow-online {
	overflow: hidden;
	padding-top: 2.875rem;
}

.p-follow-online__title {
	text-align: center;
}

.p-follow-online__title-ja {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 7.0625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.p-follow-online__title-ja:before,
.p-follow-online__title-ja:after {
	content: "";
	display: block;
	height: 3.5625rem;
	width: 0.625rem;
}

.p-follow-online__title-ja:before {
	background: #A8D5E8;
}

.p-follow-online__title-ja:after {
	background: #E8A8B0;
}

.p-follow-online__title-text {
	margin-top: 2rem;
	text-align: left;
}

.p-follow-online__title-text small {
	font-size: 0.75rem;
	vertical-align: text-top;
}

.p-follow-online__container {
	background-color: #F8F6F6;
	border-radius: 1.25rem;
	margin-top: 3rem;
	padding: 0 3.75rem 4.625rem;
}

.p-follow-online__deco {
	color: #D9D9D9;
	display: block;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 14.375rem;
	font-weight: 400;
	line-height: 1.37;
	opacity: 0.2;
	text-align: right;
}

.p-follow-online__lead {
	color: #676767;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.16;
	margin-top: -11.875rem;
}

.p-follow-online__items {
	margin-top: 6.0625rem;
}

.p-follow-online__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
}

.p-follow-online__item:not(:first-child) {
	margin-top: 1.875rem;
}

.p-follow-online__img {
	aspect-ratio: 472/289;
	border-radius: 1.25rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	width: 29.5rem;
}

.p-follow-online__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-follow-online__box {
	color: #414141;
	margin-left: 1.4375rem;
	max-width: 100%;
	position: relative;
	width: 32.3125rem;
}

.p-follow-online__box::before {
	background: #414141;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 3.75rem;
	width: 1px;
}

.p-follow-online__label {
	background-color: #fff;
	border-radius: 0.625rem;
	color: #70CCF0;
	font-size: 1.875rem;
	font-weight: 700;
	padding: 0.25rem 1.625rem;
}

.p-follow-online__content {
	margin-top: 0.625rem;
	padding-left: 0.9375rem;
}

.p-follow-online__head {
	font-size: 1.75rem;
	font-weight: 700;
}

.p-follow-online__text {
	margin-top: 0.625rem;
}

.p-follow-online__text small {
	font-size: 0.8125rem;
}

.p-follow-support {
	background-color: #F7F7F7;
	padding: 0 0 5rem;
}

.p-follow-support__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-follow-support__item-img {
	aspect-ratio: 636/447;
	border-radius: 1.25rem 0 0 1.25rem;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.p-follow-support__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-follow-support__item-content-bg {
	padding: 0 3.125rem 0 4.375rem;
	position: relative;
	width: 100%;
}

.p-follow-support__item-content {
	margin-left: auto;
	max-width: 35rem;
	width: 100%;
}

.p-follow-support__item-title {
	color: #414141;
	font-size: 2.5rem;
	font-weight: 700;
}

.p-follow-support__item-text {
	font-size: 1.125rem;
	line-height: 1.66;
	margin-top: 0.625rem;
}

.p-follow-support__btns {
	margin-top: 1.875rem;
}

.p-follow-support__btn a {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	max-width: 100%;
	width: 22.4375rem;
}

.p-follow-support__btn:not(:first-child) {
	margin-top: 1.25rem;
}

.p-follow-top {
	/*margin-top: 3.5rem;*/
	position: relative;
	padding-top: 3.5rem;
}

.p-follow-top::after {
	border-bottom: 0;
	border-left: 8.75rem solid transparent;
	border-right: 8.75rem solid transparent;
	border-style: solid;
	border-top: 5.8125rem solid #f7f7f7;
	bottom: -5.6875rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
}

.p-follow-top__label {
	background: #70CCF0;
	border-radius: 3.75rem;
	-webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	margin-inline: auto;
	padding: 0.9375rem 5.625rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 2;
}

.p-follow-top__bg {
	background-color: #F7F7F7;
	margin-top: -2.1875rem;
	padding-bottom: 2.25rem;
	padding-top: 4.75rem;
}

.p-follow-top__items {
	grid-gap: 1.5625rem 3.75rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5625rem 3.75rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.p-follow-top__img {
	aspect-ratio: 324/205;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
}

.p-follow-top__img img {
	height: 100%;
}

.p-follow-top__text {
	margin-top: 1.25rem;
}

.p-follow {
	background-color: #F7F7F7;
	margin-top: 7.6875rem;
}

.p-follow__title {
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-follow__container {
	background-color: #F7F7F7;
	padding-bottom: 6.25rem;
	padding-top: 2.3125rem;
}

.p-follow__items {
	grid-gap: 2.375rem;
	display: -ms-grid;
	display: grid;
	gap: 2.375rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.p-follow__img {
	aspect-ratio: 324/205;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
}

.p-follow__img img {
	height: 100%;
}

.p-follow__img-cover img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-follow__head {
	font-size: 1.75rem;
	font-weight: 700;
	height: 4.1875rem;
	line-height: 1.1;
	margin-top: 0.9375rem;
}

.p-interview-flow {
	color: #414141;
	padding-bottom: 5.625rem;
}

.p-interview-flow__title {
	font-size: 3rem;
	font-weight: 700;
	padding: 0 1.25rem;
	text-align: center;
}

.p-interview-flow__lists {
	margin-top: 3.4375rem;
}

.p-interview-flow__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 3px solid #414141;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 7rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: auto;
	max-width: 100%;
	width: 41.375rem;
}

.p-interview-flow__list:not(:first-child) {
	margin-top: 6.8125rem;
}

.p-interview-flow__list:not(:last-child) {
	position: relative;
}

.p-interview-flow__list:not(:last-child)::after {
	border-bottom: 0;
	border-left: 3.1875rem solid transparent;
	border-right: 3.1875rem solid transparent;
	border-style: solid;
	border-top: 4.375rem solid #414141;
	bottom: -5.9375rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 0;
}

.p-interview-flow__list:last-child {
	background-color: #70CCF0;
	border: 3px solid #70CCF0;
	color: #fff;
}

.p-interview-mv__title {
	color: #000;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 9.375rem;
	font-weight: 400;
}

.p-interview-mv__text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-interview-mv__role {
	display: block;
}

.p-interview-mv__name {
	display: block;
	font-size: 1.75rem;
	font-weight: 400;
	margin-left: 0.875rem;
}

.p-interview-schedule {
	background-color: #70CCF0;
	color: #fff;
	padding-top: 1.75rem;
}

.p-interview-schedule__body {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
}

.p-interview-schedule__img {
	height: auto;
	max-width: 100%;
	position: relative;
	width: 24.3125rem;
	z-index: 2;
}

.p-interview-schedule__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.p-interview-schedule__box {
	color: #fff;
	max-width: 100%;
	padding-bottom: 1.875rem;
	width: 41.875rem;
}

.p-interview-schedule__head {
	font-size: 1.5rem;
	font-weight: 700;
}

.p-interview-schedule__item {
	margin-top: 1.3125rem;
}

.p-interview-schedule__lists {
	position: relative;
}

.p-interview-schedule__lists::before {
	background-color: #fff;
	content: "";
	height: 88%;
	left: -0.9375rem;
	position: absolute;
	top: 1.875rem;
	width: 3px;
}

.p-interview-schedule__list {
	border-bottom: 1px dashed #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	padding: 0.5625rem 0;
	position: relative;
}

.p-interview-schedule__list::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 0.8125rem;
	left: -1.25rem;
	position: absolute;
	top: 1.125rem;
	width: 0.8125rem;
}

.p-interview-schedule__list dt {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	text-align: right;
	/*width: 3.125rem;*/
	width: 20%;
}

.p-interview-schedule__list dd {
	margin-left: 1.25rem;
}

.p-interview-top {
	margin-top: 2.875rem;
}

.p-interview-top__bg {
	background-color: #F3ECD8;
	border-radius: 0 3.125rem 3.125rem 0;
	margin-left: calc(50% - 50vw);
	padding: 0 5.625rem 0 4.375rem;
}

.p-interview__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-interview__content {
	max-width: 100%;
	padding-bottom: 1.25rem;
	padding-top: 3.375rem;
	width: 40.125rem;
}

.p-interview__title {
	font-size: 1.75rem;
	font-weight: 400;
}

.p-interview__item {
	margin-top: 2.4375rem;
}

.p-interview__name {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	white-space: nowrap;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-interview__name::after {
	background: #000;
	bottom: -0.9375rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	width: 70%;
}

.p-interview__name-ja {
	font-size: 1.75rem;
	font-weight: 400;
}

.p-interview__name-en {
	font-size: 1.25rem;
	font-weight: 400;
	margin-left: 0.875rem;
}

.p-interview__year {
	margin-top: 1.625rem;
}

.p-interview__img {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	height: auto;
	margin-top: -2.1875rem;
	max-width: 100%;
	width: 23.3125rem;
}

.p-interview__img--interview02 {
	width: 28.875rem;
}

.p-interview__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.p-interview-voice {
	padding-bottom: 2.1875rem;
	padding-top: 1.875rem;
}

.p-interview-voice__title {
	text-align: center;
}

.p-interview-voice__items {
	grid-gap: 2.5rem 3.625rem;
	background-color: #F3ECD8;
	border-radius: 3.125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem 3.625rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: -6.25rem;
	padding: 8rem 6rem 3.4375rem;
}

.p-interview-voice__item {
	color: #676767;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-interview-voice__img {
	aspect-ratio: 489/433;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
}

.p-interview-voice__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-interview-voice__content {
	color: #676767;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 1.25rem;
}

.p-interview-voice__lead {
	border-bottom: 2px solid #676767;
	font-size: 1.75rem;
	font-weight: 400;
	padding-bottom: 0.375rem;
}

.p-interview-voice__text {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.38;
	margin-top: 0.625rem;
}

.p-interview-voice__btn {
	margin-top: 1.75rem;
	padding-bottom: 1.25rem;
}

.p-interview {
	margin-inline: auto;
	max-width: 80rem;
	padding: 0 0 5rem;
	width: 100%;
}

.p-interview-list__head {
	color: #E7D49F;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.5;
}

.p-interview__list {
	padding-top: 2.5rem;
}

.p-interview-list__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-interview-list__item--img-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.p-interview-list__item-img {
	border-radius: 1.25rem;
	margin: 0 auto;
	max-width: 29.875rem;
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
/*
.p-interview-list__item-img--top {
	aspect-ratio: 478/767;
}

.p-interview-list__item-img--center {
	aspect-ratio: 478/1100;
}

.p-interview-list__item-img--bottom {
	aspect-ratio: 478/674;
}
*/
.p-interview-list__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-interview-list__item-content-bg {
	padding: 1.875rem 3.9375rem;
	position: relative;
	width: 100%;
}

.p-interview-list__item-content-bg--pt0 {
	padding-top: 0;
}

.p-interview-list__item-content {
	max-width: 100%;
	padding: 0 0 0 10.0625rem;
	width: 37.5rem;
}

.p-interview-list__item--img-right .p-interview-list__item-content {
	margin-left: auto;
	max-width: 100%;
	width: 37.5rem;
}

.p-interview-list__item--img-right .p-interview-list__item-title::after {
	background: #000;
	content: "";
	height: 0.0625rem;
	left: -13.5625rem;
	position: absolute;
	top: 0.625rem;
	width: 12.3125rem;
}

.p-interview-list__item--img-left .p-interview-list__item-title {
	margin-top: 2.1875rem;
}

.p-interview-list__item-title:not(:first-child) {
	margin-top: 4.0625rem;
}

.p-interview-list__item-title {
	font-weight: 700;
	position: relative;
}

.p-interview-list__item:first-child {
	padding-top: 1.875rem;
}

.p-interview-list__item:not(:first-child) {
	padding-top: 4.875rem;
}

.p-interview__inner--pt112 {
	margin-inline: auto;
	max-width: 100%;
	padding-left: 3.9375rem;
	padding-top: 7rem;
	width: 74.375rem;
}

.p-interview__inner-head {
	margin-inline: auto;
	max-width: 100%;
	padding: 7rem 1.5625rem 0;
	padding-left: 3.9375rem;
	width: 74.375rem;
}

.p-interview-list__item--img-left .p-interview-list__item-title::after {
	background: #000;
	content: "";
	height: 0.0625rem;
	left: -10.5625rem;
	position: absolute;
	top: 0.625rem;
	width: 9.3125rem;
}

.p-interview-list__item-text {
	font-size: 1rem;
	line-height: 1.8;
	margin-top: 1.25rem;
	margin-top: 0.875rem;
}

.p-news-mv {
	font-size: 0rem;
	margin-top: 5.375rem;
	position: relative;
	width: 100%;
}

.p-news-mv__img {
	font-size: 0rem;
	height: auto;
	margin-inline: auto;
	max-width: 100%;
}

.p-news-mv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-news-mv__title {
	left: 50%;
	max-width: 100%;
	padding: 0 1.25rem;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.p-news-mv__title img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.p-news-related {
	background-color: #F7F7F7;
	margin-top: 2.8125rem;
	padding: 0.9375rem 0 1.6875rem;
}

.p-news-related__head {
	font-size: 1.5rem;
	font-weight: 700;
}

.p-news-related__lists {
	grid-gap: 2.5rem 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem 1.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
	padding: 0 3.75rem;
}

.p-news-related__list a {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-news-related__time {
	display: block;
	font-weight: 400;
	padding-top: 0.3125rem;
}

.p-news-related__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-weight: 700;
	overflow: hidden;
}

.p-news-related__btn {
	margin-top: 1rem;
	padding-bottom: 1.4375rem;
}

.p-news {
	color: #000;
	padding-bottom: 3.5625rem;
}

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

.p-news-big-deco {
	display: block;
	overflow: hidden;
}

.p-news-big-deco::after {
	content: "";
	height: 27.3125rem;
	right: -4.375rem;
	top: 4.6875rem;
	width: 27.3125rem;
}

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

.p-news__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2.5rem;
}

.p-news__lists {
	max-width: 100%;
	width: 47.375rem;
}

.p-news__lists--top {
	margin-inline: auto;
	margin-top: 1.125rem;
}

.p-news__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.5px solid #000;
	color: #000;
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-news__meta {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.0625rem 0.625rem;
	width: 25%;
}

.p-news__meta time {
	display: block;
	font-weight: 400;
}

.p-news__label span {
	display: block;
	font-size: 0.75rem;
	margin-left: 0.6875rem;
	padding: 0.1875rem 0.6875rem;
	white-space: nowrap;
}

.p-news__label .news02 {
	background-color: #E8A8B0;
}

.p-news__label .news01 {
	background-color: #A8D5E8;
}

.p-news__label .news03 {
	background-color: #D9D9D9;
}

.p-news__label .news04 {
	background-color: #F3ECD8;
}

.p-news__label .news05 {
	background-color: #B4E1C3;
}

.p-news__label .news06 {
	background-color: #F5D3AC;
}

.p-news__label .news07 {
	background-color: #CABDFF;
}

.p-news__label .news08 {
	background-color: #FFDDEE;
}

.p-news__label .news09 {
	background-color: #CCE3F7;
}

.p-news__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	margin-bottom: 1.0625rem;
	margin-left: 1.25rem;
	overflow: hidden;
	padding: 1.0625rem 0.625rem;
	padding-bottom: 0;
	width: 72%;
}

.p-news__secondary {
	margin-left: 2.5rem;
	min-width: 12.5rem;
}

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

.p-news__top-btn {
	margin-top: 2.5rem;
	text-align: center;
}

.p-single-news {
	color: #000;
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-single-news__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-single-news__primary {
	width: 75%;
}

.p-single-news__time {
	font-size: 1rem;
}

.p-single-news__title {
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: 0.3125rem;
	position: relative;
}

.p-single-news__title:after {
	background-color: #414141;
	bottom: -0.625rem;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 45%;
}

.p-single-news__img {
	margin-top: 1.5625rem;
	max-width: 100%;
	width: 52.8125rem;
}

.p-single-news__img img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-single__meta span {
	display: inline-block;
	margin-top: 2.125rem;
	padding: 0.4375rem 0.625rem;
}

.p-single__meta .news01 {
	background-color: #A8D5E8;
}

.p-single__meta .news02 {
	background-color: #E8A8B0;
}

.p-single__meta .news03 {
	background-color: #D9D9D9;
}

.p-single__meta .news04 {
	background-color: #F3ECD8;
}

.p-single__meta .news05 {
	background-color: #B4E1C3;
}

.p-single__meta .news06 {
	background-color: #F5D3AC;
}

.p-single__meta .news07 {
	background-color: #CABDFF;
}

.p-single__meta .news08 {
	background-color: #FFDDEE;
}

.p-single__meta .news09 {
	background-color: #CCE3F7;
}

.p-single-news__pages {
	margin-top: 1.875rem;
}

.p-news__secondary {
	margin-left: 2.5rem;
	min-width: 12.5rem;
}

.p-pharmacist-about {
	padding: 3.25rem 0;
	text-align: center;
}

.p-pharmacist-about__title-ja {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.875rem;
	font-weight: 700;
	gap: 7.0625rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.p-pharmacist-about__title-ja:before,
.p-pharmacist-about__title-ja:after {
	content: "";
	display: block;
	height: 3.5625rem;
	width: 0.625rem;
}
.p-pharmacist-about__title-ja:before {
	background: #A8D5E8;
}

.p-pharmacist-about__title-ja:after {
	background: #E8A8B0;
}

.p-pharmacist-about__title-text {
	margin-top: 2rem;
	text-align: left;
}

.p-pharmacist-about__title-text small {
	font-size: 0.875rem;
}

.p-pharmacist-price {
	padding-bottom: 5.75rem;
}

.p-pharmacist-price__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 1.5625rem;
	width: 74.375rem;
}

.p-pharmacist__bg {
	background-color: #EAEAEA;
	border-radius: 0 1.25rem 1.25rem 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 2.9375rem 4.5rem 3.25rem 0;
	position: relative;
}

.p-pharmacist__bg::after {
	background-color: #EAEAEA;
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-pharmacist-price__title-big {
	color: #414141;
	font-size: 3.75rem;
	font-weight: 700;
}

.p-pharmacist-price__title-small {
	color: #414141;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
}

.p-pharmacist-price__title-text {
	font-size: 1.75rem;
	font-weight: 400;
	margin-top: 0.1875rem;
}

.p-pharmacist-price__body {
	margin-top: 2.125rem;
}

.p-pharmacist-price__body.p-pharmacist-price__body--bottom {
	margin-top: 2.5rem;
}

.p-pharmacist-price__label {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 3px solid #70CCF0;
	background-color: #FFFFFF;
	border-radius: 0.625rem;
	color: #70CCF0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.875rem 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-pharmacist-price-top__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.8125rem;
}

.p-pharmacist-price-top__list {
	width: 50%;
}

.p-pharmacist-price-top__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #70CCF0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 8.125rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-pharmacist-price-top__list:last-child .p-pharmacist-price-top__head {
	border-left: 4px solid #fff;
	border-radius: 0 1.25rem 0 0;
}

.p-pharmacist-price-top__list:first-child .p-pharmacist-price-top__head {
	border-radius: 1.25rem 0 0 0;
}

.p-pharmacist-price-top__list:last-child .p-pharmacist-price-top__detail {
	border-bottom: 4px solid #70CCF0;
	border-left: 4px solid #70CCF0;
	border-radius: 0 0 1.25rem 0;
	border-right: 4px solid #70CCF0;
}

.p-pharmacist-price-top__list:first-child .p-pharmacist-price-top__detail {
	border-bottom: 4px solid #70CCF0;
	border-left: 4px solid #70CCF0;
	border-radius: 0 0 0 1.25rem;
}

.p-pharmacist-price-top__lead {
	font-size: 1.75rem;
	font-weight: 700;
}

.p-pharmacist-price-top__lead p {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-pharmacist-price-top__detail {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	color: #70CCF0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.75rem;
	font-weight: 400;
	height: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-pharmacist-price-bottom__item {
	margin-top: 0.8125rem;
}

.p-pharmacist-price-bottom__list {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-pharmacist-price-bottom__list:first-of-type {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #70CCF0;
	border-radius: 1.25rem 1.25rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-pharmacist-price-bottom__list:not(:first-of-type) {
	background-color: #fff;
	color: #70CCF0;
	font-weight: 400;
}

.p-pharmacist-price-bottom__list dl,
.p-pharmacist-price-bottom__list dt,
.p-pharmacist-price-bottom__list dd {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.75rem;
	font-weight: 400;
	height: 5.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-pharmacist-price-bottom__list:first-of-type .dt {
	border-radius: 1.25rem 0 0 0;
}

.p-pharmacist-price-bottom__list:first-of-type dd {
	border-left: 4px solid #fff;
}

.p-pharmacist-price-bottom__title {
	width: 50%;
}

.p-pharmacist-price-bottom__detail {
	width: 25%;
}

.p-pharmacist-price-bottom__list:not(:first-of-type) dd:last-of-type {
	border-right: 4px solid #70CCF0;
}

.p-pharmacist-price-bottom__list:not(:first-of-type) dd {
	border-left: 4px solid #70CCF0;
}

.p-pharmacist-price-bottom__list:not(:first-of-type) dt {
	border-left: 4px solid #70CCF0;
}

.p-pharmacist-price-bottom__list:last-of-type {
	border-radius: 0 0 1.25rem 1.25rem;
}

.p-pharmacist-price-bottom__list:not(:first-of-type) {
	border-bottom: 4px solid #70CCF0;
}

.p-pharmacist-price-bottom__list:last-of-type dt {
	border-radius: 0 0 0 1.25rem;
}

.p-pharmacist-price-bottom__list:last-of-type dd:last-of-type {
	border-radius: 0 0 1.25rem 0;
}

.p-pharmacist-price-bottom__text {
	display: block;
	font-size: 0.875rem;
	margin-top: 1.0625rem;
}

.p-pharmacist-price-bottom__details {
	margin-top: 2.5625rem;
}

.p-pharmacist-price-bottom__head {
	color: #414141;
	font-size: 1.75rem;
	font-weight: 700;
}

.p-pharmacist-price-bottom__details p {
	font-size: 0.875rem;
	margin-top: 0.8125rem;
}

.p-pharmacist-price-mobile__item {
	margin-top: 1.0625rem;
}

.p-pharmacist-price-mobile__body {
	margin-top: 1.0625rem;
}

.p-pharmacist-price-mobile__title {
	color: #70CCF0;
	font-size: 1.25rem;
	font-weight: 400;
}

.p-pharmacist-price-mobile__box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 0.4375rem;
}

.p-pharmacist-price-mobile__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #70CCF0;
	border-radius: 1.25rem 1.25rem 0 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.625rem 0;
	width: 100%;
}

.p-pharmacist-price-mobile__head-big {
	font-size: 1.75rem;
	font-weight: 700;
}

.p-pharmacist-price-mobile__head-small {
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0.4375rem;
}

.p-pharmacist-price-mobile__text {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 4px solid #70CCF0;
	border-radius: 0 0 1.25rem 1.25rem;
	color: #70CCF0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.75rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0.5rem;
	width: 100%;
}

.p-pharmacist-support {
	padding-top: 4.375rem;
}

.p-pharmacist-support__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 9.375rem;
}

.p-pharmacist-support__item-img {
	height: auto;
	margin: 0 calc(50% - 50vw);
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100vw;
}

.p-pharmacist-support__item-img video {
	border: none;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.p-pharmacist-support__item-content-bg {
	padding: 0 2.8125rem 0 4.375rem;
	position: relative;
	width: 100%;
}

.p-pharmacist-support__item-content {
	margin-left: auto;
	max-width: 100%;
	width: 35rem;
}

.p-pharmacist-support__item-title {
	color: #414141;
	font-size: 1.75rem;
	font-weight: 700;
	white-space: nowrap;
}

.p-pharmacist-support__item-text {
	font-size: 1.125rem;
	line-height: 1.66;
	margin-top: 0.8125rem;
}

.p-pharmacist-support__btn {
	margin-top: 0.375rem;
}

.p-pharmacist-what {
	padding-bottom: 6.5625rem;
	padding-top: 2.125rem;
}

.p-pharmacist-what__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.p-pharmacist-what__items {
	grid-gap: 2.8125rem 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2.8125rem 2rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.1875rem;
}

.p-pharmacist-what__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-pharmacist-what__img {
	aspect-ratio: 359/444;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
}

.p-pharmacist-what__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-pharmacist-what__head {
	font-size: 1.75rem;
	margin-top: 1.5rem;
}

.p-pharmacist-what__text {
	margin-top: 1.125rem;
}

.p-interview-info {
	color: #414141;
	padding: 6.25rem 0;
}

/*tabの形状*/

.p-interview-info__tabs {
	grid-gap: 1.25rem 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem 1.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	max-width: 100%;
	width: 62.5rem;
}

.p-interview-info__tab {
	background-color: #E4E4E4;
	border-radius: 1.25rem 1.25rem 0 0;
	overflow: hidden;
}

.p-interview-info__tab a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 3.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 20.75rem;
}

.p-interview-info__tab a::after {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: 0.625rem;
	padding-top: 2px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*liにactiveクラスがついた時の形状*/

.p-interview-info__tab--pharmacist.active a {
	background-color: #70CCF0;
}

.p-interview-info__tab--assist.active a {
	background-color: #F8A1A1;
}

.p-interview-info__tab--m-affairs.active a {
	background-color: #F3ECD8;
}

/*エリアの表示非表示と形状*/

.p-interview-info__area {
	background: #fff;
	display: none; /*はじめは非表示*/
	opacity: 0; /*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/

.p-interview-info__area.is-active {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-name: displayAnime;
	        animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
	display: block; /*表示*/
}

.p-interview-info__body {
	padding: 3.375rem 4.875rem;
}

.p-interview-info__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-interview-info__list:not(:first-child) {
	margin-top: 1.25rem;
}

.p-interview-info__list dt {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
	height: 1.875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 100%;
	width: 17.5rem;
}

.p-interview-info__list dd {
	font-size: 1rem;
	margin-left: 2.0625rem;
}

#pharmacist .p-interview-info__body {
	border: 5px solid #70CCF0;
	border-top: 19px solid #70CCF0;
}

#pharmacist .p-interview-info__list dt {
	background-color: #70CCF0;
}

#pharmacist .p-interview-info__mobile-title {
	background-color: #70CCF0;
}

#assist .p-interview-info__body {
	border: 5px solid #F8A1A1;
	border-top: 19px solid #F8A1A1;
}

#assist .p-interview-info__body .p-interview-info__list dt {
	background-color: #F8A1A1;
}

#assist .p-interview-info__mobile-title {
	background-color: #F8A1A1;
}

#m-affairs .p-interview-info__body {
	border: 5px solid #F3ECD8;
	border-top: 19px solid #F3ECD8;
}

#m-affairs .p-interview-info__body .p-interview-info__list dt {
	background-color: #F3ECD8;
}

#m-affairs .p-interview-info__mobile-title {
	background-color: #F3ECD8;
}

.p-interview-info__mobile-body:not(:first-of-type) {
	margin-top: 1.25rem;
}

.p-interview-info__mobile-title {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 1.25rem 1.25rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 6.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}

.p-recruit-contact {
	font-weight: 700;
	position: relative;
}

.p-recruit-contact__inner {
	height: inherit;
}

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

.p-recruit-contact__img img {
	height: 100%;
}

.p-recruit-contact__content {
	color: #fff;
	left: calc(50% - min(50vw, 34.375rem));
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: auto;
	width: initial;
	z-index: 2;
}

.p-recruit-contact__lead {
	color: #FFF;
	font-size: 3.125rem;
	text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

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

.p-number--top {
	overflow: hidden;
	padding-bottom: 3.3125rem;
}

.p-number--service {
	overflow: hidden;
	padding-bottom: 5.375rem;
}

.p-number__title-en {
color: #D9D9D9;
    font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 0.9;
    opacity: 0.3;
    text-align: center;
}

.p-number__title {
	color: #414141;
	font-size: 3.75rem;
	font-weight: 700;
	margin-top: -3.375rem;
	text-align: center;
	z-index: 1;
	position: relative;
	margin-bottom: 40px
}

.p-number__text {
	color: #414141;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	text-align: center;

}

.p-number__items {
	grid-gap: 20px 20px;
	display: -ms-grid;
	display: grid;
	gap: 30px 30px;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.p-number__item {
	background: #fff;
	border-radius: 1.25rem;
	-webkit-box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1.14;
	padding: 60px 15px 30px 15px;
	text-align: center;
}
.p-number__item img{
	max-width: 123px;
	margin: 0 auto;
	width: 50%;
}
.p-number__head {
	font-size: 1.25rem;
	font-weight: 400;
	position: relative;
	font-weight: 700;
}
.p-number__head--single {
	padding-top: 1.25rem;
}
.p-number__item--service {
	padding-bottom: 2.5rem;
}

.p-number__content {
	font-weight: 700;
	padding-bottom: 0;
}

.p-number__content--single {
	padding-top: 0;
	line-height: 1;
	font-size: 4rem;
}

.p-number__content span {
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-weight: 400;
	font-size:8rem;
	padding-right: 0;
}
.p-number__content-top span {
	font-size: 5.625rem;
	padding-right: 1.25rem;
}
.p-number__content01{
	color: #C5677C;
}
.p-number__content02{
	color: #EBD664;
}
.p-number__content03{
	color: #3EB0B0;
}
.p-number__content04{
	color: #249FC6;
}
.p-number__content05{
	color: #DB8B75;
}
.p-number__content06{
	color: #754F81;
}

.p-recruit-happiness {
	padding: 0 0 5rem;
}

.p-recruit-happiness__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-recruit-happiness__item-img {
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.p-recruit-happiness__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 639/369;
	object-fit: cover;
	width: 100%;
}

.p-recruit-happiness__item-content-bg {
	padding: 0 0.625rem 0 2.8125rem;
	position: relative;
	width: 100%;
}

.p-recruit-happiness__item-content {
	margin-left: auto;
	max-width: 35rem;
	width: 100%;
}

.p-recruit-happiness__item-title {
	color: #414141;
	font-size: 2.5rem;
	font-weight: 700;
}

.p-recruit-happiness__item-text {
	font-size: 1.125rem;
	line-height: 1.66;
	margin-top: 0.9375rem;
}

.p-recruit-happiness__btn {
	margin-top: 3.625rem;
}

.p-recruit-interview {
	overflow: hidden;
	padding: 5rem 0 5rem;
	position: relative;
}
/*
.p-recruit-interview::after {
	background: url(../images/recruit/recruit_bg.png) no-repeat top center/cover;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
*/
.p-recruit-interview__inner {
	position: relative;
	z-index: 5;
}

.p-recruit-interview__head {
	margin-top: -3.375rem;
	position: relative;
	z-index: 2;
	text-align: center;
}
.p-recruit-interview__title{
	margin-bottom: 20px;
}
.p-recruit-interview__title-sub{
	margin-bottom: 20px;
}
.p-recruit-interview__en-title {
	color: #D9D9D9;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 8rem;
	font-weight: 700;
	line-height: 0.9;
	opacity: 0.3;
	text-align: center;
}

.p-recruit-interview__list {
	margin-top: 2.5rem;
}

.p-recruit-interview-list__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-recruit-interview-list__item:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.p-recruit-interview-list__item + .p-recruit-interview-list__item {
	margin-top: 2.5rem;
}

.p-recruit-interview-list__item-img {
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.p-recruit-interview-list__item:nth-of-type(even) .p-recruit-interview-list__item-img {
	border-radius: 1.25rem 0 0 1.25rem;
}

.p-recruit-interview-list__item:nth-of-type(odd) .p-recruit-interview-list__item-img {
	border-radius: 0 1.25rem 1.25rem 0;
}

.p-recruit-interview-list__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 640/360;
	object-fit: cover;
	width: 100%;
}

.p-recruit-interview-list__item-content-bg {
	margin: -1.875rem auto 0;
	padding: 1.875rem 0;
	position: relative;
	width: 100%;
}

.p-recruit-interview-list__item-content {
	max-width: 100%;
	padding: 0 2.5rem 0 4.4375rem;
	width: 37.5rem;
}

.p-recruit-interview-list__item:nth-of-type(even) .p-recruit-interview-list__item-content {
	margin-left: auto;
}

.p-recruit-interview-list__item-title {
	color: #70CCF0;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 3.125rem;
	font-weight: 400;
}

.p-recruit-interview-list__item-sub-title {
	font-size: 1.25rem;
	font-weight: 400;
}

.p-recruit-interview-list__item-text {
	font-size: 1.375rem;
	font-weight: 400;
	margin-top: 1.25rem;
}

.p-recruit-interview-list__btn {
	margin-top: 1.3125rem;
}

.p-recruit-message {
	/*background: linear-gradient(169deg, #A7E4FE 0%, #75D6FF 99.53%);*/
	padding: 4.4375rem 0 3.5rem;
}

.p-recruit-message__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-recruit-message__content {
	color: #808080;
	max-width: 100%;
	width: 36.5625rem;
}

.p-recruit-message__title {
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 9.375rem;
	font-weight: 400;
	line-height: 1;
}

.p-recruit-message__title-ja {
	font-size: 1.625rem;
	font-weight: 700;
}

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

.p-below__text p:not(:first-child) {
	margin-top: 0.625rem;
}

.p-below__name {
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 1.875rem;
}

.p-below__ceo {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding-right: 0.625rem;
}

.p-recruit-message__img {
	aspect-ratio: 524/698;
	border-radius: 1.25rem;
	height: auto;
	margin-left: 1.9375rem;
	max-width: 100%;
	overflow: hidden;
	width: 32.75rem;
}

.p-recruit-message__img img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.p-recruit-mv {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-recruit-mv__img {
	height: inherit;
	margin: 0 calc(50% - 50vw);
	min-height: inherit;
	width: 100vw;
}

.p-recruit-mv__img img {
	-o-object-fit: cover;
	height: inherit;
	object-fit: cover;
}

.p-recruit-mv__lead-img img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-recruit-role {
	padding: 0 0 4.5625rem;
}

.p-recruit-role__inner {
	margin-inline: auto;
	max-width: 100%;
	width: 74.375rem;
}

.p-recruit-role__title-en {
	color: #F7F7F7;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 21.25rem;
	font-weight: 400;
	line-height: 0.9;
	text-align: right;
}

.p-recruit-role__title {
	margin-top: -9.375rem;
	text-align: center;
}

.p-recruit-role__items {
	grid-gap: 2.5rem 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem 2.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	padding: 0 1.25rem;
}

.p-recruit-role__item {
	background-color: #76D6FF;
	border-radius: 1.25rem;
	color: #fff;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-recruit-role__item:hover {
	border-radius: 1.25rem;
	opacity: 1;
	-webkit-transform: scale(1.1) !important;
	        transform: scale(1.1) !important;
}

.p-recruit-role__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
}

.p-recruit-role__img {
	background-color: #fff;
	border-radius: 1.25rem 1.25rem 0 0;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.p-recruit-role__img img {
	-o-object-fit: cover;
	aspect-ratio: 447/404;
	height: 100%;
	object-fit: cover;
}

.p-recruit-role__content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 0.625rem 1.875rem 0;
}

.p-recruit-role__lead {
	border-bottom: 2px solid #fff;
	padding-bottom: 0.625rem;
}

.p-recruit-role__text {
	margin-top: 0.625rem;
	padding-bottom: 1.75rem;
}

.p-recruit-role__btn {
	padding: 1.75rem 1.5625rem 1.4375rem;
	text-align: center;
}

.p-recruit-wanted {
	overflow: hidden;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.p-recruit-wanted__title-en {
    color: #D9D9D9;
    font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 0.9;
    opacity: 0.3;
    text-align: center;
}

.p-recruit-wanted__title {
	margin-top: -3.375rem;
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 2.5rem;
	margin-bottom: 100px;
}

.p-recruit-wanted__lead {
	font-size: 1.75rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

.p-recruit-wanted__text {
	margin-top: 0.3125rem;
}

dl.p-recruit-wanted-seven{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
dl.p-recruit-wanted-seven dt{
	width: 40%;
	padding: 20px;
}
dl.p-recruit-wanted-seven dt img{
	max-width: 330px;
	display: block;
	margin: 0 auto;
	
}
dl.p-recruit-wanted-seven dd{
	width: 60%;
}
dl.p-recruit-wanted-seven h3{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.5;
}
dl.p-recruit-wanted-seven p{
	font-size: 1.25rem;
	line-height: 2;
}

.p-recruit-wanted__items {
	grid-gap: 1.25rem 2.8125rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem 2.8125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.0625rem;
}

.p-recruit-wanted__img {
	aspect-ratio: 345/261;
	height: auto;
	max-width: 100%;
}

.p-recruit-wanted__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-recruit-wanted__box {
	padding: 1.125rem 0;
}

.p-recruit-wanted__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #414141;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.75rem;
	font-weight: 700;
	height: 4.9375rem;
	padding-left: 1.4375rem;
	position: relative;
}

.p-recruit-wanted__head::after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.p-recruit-wanted__head--pink::after {
	background: #F8A1A1;
}

.p-recruit-wanted__head--blue::after {
	background: #70CCF0;
}

.p-recruit-wanted__head--black::after {
	background: #414141;
}

.p-recruit-wanted__content {
	margin-top: 1.125rem;
}

.p-service-strength {
	padding-bottom: 4.375rem;
	padding-top: 2.5625rem;
}

.p-service-strength__title {
	white-space: nowrap;
}

.p-service-strength__items {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.9375rem;
}

.p-service-strength__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-service-strength__img {
	aspect-ratio: 358/444;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
}

.p-service-strength__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-service-strength__head {
	margin-top: 1.8125rem;
}

.p-service-strength__text {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-top: 1.1875rem;
	padding-bottom: 0.625rem;
}

.p-service-strength__btn {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: auto;
	padding-bottom: 1.8125rem;
}

.p-service-system {
	color: #000;
	padding-bottom: 6.875rem;
}

.p-service-system__title {
	font-size: 3.125rem;
	font-weight: 700;
}

.p-service-system__body {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 2.125rem;
}

.p-service-system__img {
	aspect-ratio: 472/289;
	border-radius: 1.25rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	width: 29.5rem;
}

.p-service-system__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-service-system__content {
	font-size: 1.25rem;
	margin-left: 1.75rem;
	max-width: 100%;
	width: 39.375rem;
}

.p-service-voice__title {
	text-align: center;
}

.p-service-voice__items {
	grid-gap: 2.5rem;
	background-color: #F3ECD8;
	border-radius: 3.125rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: -6.25rem;
	padding: 7.375rem 2.8125rem 3.4375rem;
}

.p-service-voice__item {
	color: #676767;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-service-voice__img {
	aspect-ratio: 345/433;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
}

.p-service-voice__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-service-voice__content {
	color: #676767;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-weight: 400;
	padding-top: 1.25rem;
}

.p-service-voice__lead {
	border-bottom: 2px solid #676767;
	font-size: 1.25rem;
	padding-bottom: 0.375rem;
}

.p-service-voice__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.p-service-voice__btn {
	margin-top: 1.75rem;
	padding-bottom: 1.25rem;
}

.p-below-store {
	color: #000;
	padding: 2.9375rem 0 1.6875rem;
}

.p-below-store__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 1.5625rem;
	width: 74.375rem;
}

.p-main-store {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 2.5rem 0 3.125rem;
}

.p-main-store__img {
	aspect-ratio: 700/450;
	border-radius: 1.25rem;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 43.75rem;
}

.p-main-store__img-deco {
	position: relative;
}

.p-main-store__img-deco::after {
	background-color: #EAEAEA;
	border-radius: 1.25rem;
	content: "";
	height: 100%;
	position: absolute;
	right: 15.4375rem;
	top: 3.125rem;
	width: 100%;
	width: 43.75rem;
	z-index: -1;
}

.p-main-store__img img {
	height: 100%;
}

.p-main-store__name {
	border-bottom: 2px solid #000;
	font-size: 1.875rem;
	font-weight: 700;
	padding-bottom: 0.3125rem;
	text-align: right;
}

.p-main-store__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.5px solid #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	margin-left: 2.875rem;
	padding: 0.5rem 0.3125rem 0.5rem 0;
}

.p-main-store__list dt {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-weight: 400;
	line-height: 1.87;
	max-width: 100%;
	text-align: right;
	white-space: nowrap;
	width: 4rem;
}

.p-main-store__list dd {
	font-weight: 400;
	line-height: 1.25;
	margin-left: 1.5625rem;
}

.p-main-store__btn {
	margin-top: 0.875rem;
	padding-bottom: 2.3125rem;
	text-align: right;
}

.p-below-store__items {
	grid-gap: 1.875rem 3.3125rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem 3.3125rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	max-width: 61rem;
	padding-top: 7.3125rem;
	width: 100%;
}

.p-below-store__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-below-store__img {
	aspect-ratio: 462/277;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
}

.p-below-store__img img {
	-o-object-fit: cover;
	height: 100%;
	height: 100%;
	object-fit: cover;
}

.p-below-store__info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 0.5625rem;
}

.p-below-store__name {
	border-bottom: 2px solid #000;
	font-size: 1.875rem;
	font-weight: 700;
	padding-bottom: 0.625rem;
	white-space: nowrap;
}

.p-below-store__list {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.5px solid #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	padding: 0.3125rem 0 0.3125rem 0;
}

.p-below-store__list dt {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	font-weight: 400;
	line-height: 1.87;
	max-width: 100%;
	text-align: right;
	white-space: nowrap;
	width: 4rem;
}

.p-below-store__list dd {
	font-weight: 400;
	line-height: 1.25;
	margin-left: 1.25rem;
}

.p-below-store__btn {
	margin-top: 0.875rem;
	padding-bottom: 1.25rem;
	text-align: right;
}

.p-single-store {
	color: #000;
	padding-top: 2.5rem;
}

.p-single-store__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 0.625rem;
}

.p-single-store__info {
	max-width: 100%;
	width: 23.125rem;
}

.p-single-store__item {
	padding-bottom: 0.625rem;
}

.p-single-store__item:not(:last-child) {
	border-bottom: 1px solid #000;
}

.p-single-store__title {
	font-size: 1.875rem;
	font-weight: 400;
}

.p-single-store__address {
	margin-top: 0.375rem;
}

.p-single-store__map-link {
	background-color: #D9D9D9;
	font-size: 0.75rem;
	margin-top: 0.375rem;
	padding: 0.125rem 0.8125rem 0.125rem 0.375rem;
}

.p-single-store__head {
	color: #1E1E1E;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 1.0625rem;
}

.p-single-store__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0.9375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-single-store__list:first-of-type {
	margin-top: 0.625rem;
}

.p-single-store__list dt {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	max-width: 100%;
	white-space: nowrap;
	width: 7.5rem;
}

.p-single-store__list dd {
	margin-left: 1.375rem;
}

.p-single-store__list dd a {
	padding: 0.2em;
	position: relative;
}

.p-single-store__list dd a::after {
	border-bottom: 1px solid #000;
	bottom: 0.3125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.p-single-store__picture {
	margin-left: 4.4375rem;
	max-width: 100%;
	width: 43.75rem;
}

.p-single-store__img {
	aspect-ratio: 700/450;
	border-radius: 1.25rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

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

.p-single-store__items {
	grid-gap: 0.875rem;
	display: -ms-grid;
	display: grid;
	gap: 0.875rem;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-top: 0.9375rem;
}

.p-single-store__item-img {
	aspect-ratio: 153/100;
	border-radius: 0.625rem;
	height: auto;
	overflow: hidden;
	width: 100%;
}

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

/* Google Mapを囲う要素 */

.p-single-store__access-map {
	aspect-ratio: 370/218;
	height: auto;
	margin-top: 1.25rem;
	max-width: 23.125rem;
	width: 100%;
}

/* Google Mapのiframe */

.p-single-store__access-map iframe {
	height: 100%;
	max-width: 23.125rem;
	width: 100%;
}


/* ご利用可能サービス */
.store-service-list{
	display: flex;
	gap: 10px 5px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}
.store-service-list li{
	width: calc( 100% / 2 - 5px);
	font-size: 0.75rem;
}
.store-service-list li img{
	max-width: 25px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.store-service-list li a,.store-service-list li span{
	background-color: #D5F1FD;
	display: block;
	padding: 1em;
	border-radius: 10px;
	color: #676767;
}
.store-service-list li a::after{
content: url("../images/common/arrow_r.svg");
display: inline-block;
height: 12px;
margin-left: 5px;
}
.store-service-detailbox{
padding-bottom: 6.625rem;
}
.store-service-detail li{
	position: relative;
	padding-left: 1em;
	font-size: 0.875rem;
	color: #808080;
}
.store-service-detail li::before{
	content: "※";
	position: absolute;
	left: 0;

}
/* slide */
.store_sld.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.store_sld .slick-slide{
    aspect-ratio: 700 / 450;
    border-radius: 1.25rem;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.p-single-store__picture .slick-next {
      right: -20px;
        z-index: 1;
    }
.p-single-store__picture .slick-prev {
      left: -20px;
      z-index: 1;
    }
.p-single-store__picture .slick-prev,.p-single-store__picture .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
      z-index: 1;
    }
    
.p-single-store__picture .slick-prev:before, .p-single-store__picture .slick-next:before {
        font-family: none;
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      width: 40px;
        height: 40px;
      content: "";
      position: absolute;
    }
.p-single-store__picture .slick-prev:before {
      background-image: url("../images/store/sld_l.png");
    }
.p-single-store__picture .slick-prev:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 0;
      top: 0;
    }
.p-single-store__picture .slick-next:before {
         background-image: url("../images/store/sld_r.png");
    }
.p-single-store__picture .slick-next:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      right: -0;
      top: 0;
    }

.p-single-store__picture .slick-dots li button:before{
    font-size: 14px;
  }
.p-single-store__picture .slick-dots li.slick-active button:before{
    color: #676767;
  }

.p-single-store__picture .slick-dots {
    bottom: -40px;
  }


.p-store-map {
	padding: 3.125rem 0 1.6875rem;
}

.p-store-map__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 1.5625rem;
	width: 74.375rem;
}

.p-store-map__container {
	height: 34.6875rem;
	margin-inline: auto;
	max-width: 61.6875rem;
	position: relative;
	width: 100%;
}

.p-store-map__notice {
	font-size: 0.75rem;
	margin-inline: auto;
	max-width: 61.6875rem;
	width: 100%;
}

.p-store-map__img {
	aspect-ratio: 987/555;
	height: auto;
	margin-inline: auto;
	max-width: 100%;
	width: 61.6875rem;
}

.p-store-map__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.p-store-map__icon {
	cursor: pointer;
	max-width: 2.625rem;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.p-store-map__icon img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-store-map__box-link:hover .c-btn--map {
	background-color: #fff;
	color: #A8D5E8;
}

.p-store-map__box {
	border-radius: 1.25rem;
	-webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
	display: block;
	max-width: 20.0625rem;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.p-store-map__head {
	background-color: #A8D5E8;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.625rem;
	text-align: center;
}

.p-store-map__body {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0.75rem 0.625rem;
}

.p-store-map__pic {
	aspect-ratio: 148/94;
	border-radius: 1.25rem;
	height: auto;
	max-width: 9.25rem;
	width: 100%;
}

.p-store-map__pic img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-store-map__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-left: 0.75rem;
	max-width: 100%;
	width: 8.25rem;
}

.p-store-map__address {
	font-size: 0.875rem;
	line-height: 1.42;
}

.p-store-map__btn {
	margin-top: 0.5625rem;
}

.p-store-map__icon01 {
	left: 15.9375rem;
	top: 26.25rem;
}

.p-store-map__icon02 {
	left: 13.4375rem;
	top: 25.625rem;
}

.p-store-map__icon03 {
	bottom: 0.3125rem;
	left: 11.5625rem;
}

.p-store-map__icon04 {
	left: 17.8125rem;
	top: 25rem;
}

.p-store-map__icon05 {
	left: 20.625rem;
	top: 21.25rem;
}

.p-store-map__icon06 {
	right: 29.375rem;
	top: 6.25rem;
}

.p-store-map__icon07 {
	bottom: 9.0625rem;
	left: 13.125rem;
}

.p-store-map__icon08 {
	bottom: 5.625rem;
	left: 22.8125rem;
}

.p-store-map__icon09 {
	bottom: 6.875rem;
	left: 20.9375rem;
}

.p-store-map__icon10 {
	bottom: 6.25rem;
	left: 26.875rem;
}

.p-store-map__box.p-store-map__box01 {
	bottom: -2.8125rem;
	left: 17.5rem;
	opacity: 1;
	visibility: visible;
}

.p-store-map__box02 {
	bottom: 8.75rem;
	left: 0.9375rem;
}

.p-store-map__box03 {
	bottom: 6.25rem;
	left: -2.5rem;
}

.p-store-map__box04 {
	right: 31.25rem;
	top: 12.5rem;
}

.p-store-map__box05 {
	right: 28.125rem;
	top: 8.75rem;
}

.p-store-map__box06 {
	bottom: 18.75rem;
	right: 6.25rem;
}

.p-store-map__box07 {
	bottom: 13.75rem;
	left: 0.9375rem;
}

.p-store-map__box08 {
	bottom: 10rem;
	right: 18.125rem;
}

.p-store-map__box09 {
	bottom: 10rem;
	right: 20.625rem;
}

.p-store-map__box10 {
	bottom: 5rem;
	right: 11.25rem;
}

.p-store {
	padding-bottom: 3.4375rem;
}

.p-store--no-deco {
	padding-top: 1.25rem;
}

.p-store--big {
	padding-top: 6.25rem;
}

.p-store--small {
	overflow: hidden;
	padding-top: 1.25rem;
}

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

.p-store__wrapper {
	margin-top: 2.0625rem;
}

.p-store__card {
	border: 1px solid #A8D5E8;
	background-color: #FFFFFF;
	border-radius: 1.25rem;
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-top: 1.5625rem;
	overflow: hidden;
}

.p-store__head {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #A8D5E8;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0.625rem 3.375rem 0.625rem 1.5rem;
}

.p-store__name {
	font-size: 1.5rem;
	font-weight: 700;
}

.p-store__more {
	padding-left: 1.4375rem;
	position: relative;
}

.p-store__more::before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.4375rem;
}

.p-store__more::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 0.8125rem;
	position: absolute;
	right: -1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 0.8125rem;
}

.p-store__body {
	color: #000;
	padding: 0.75rem 1.5rem;
}

.p-store__time span {
	display: inline-block;
}

.p-store__btn {
	margin-top: 5.5rem;
	padding-bottom: 1.25rem;
	text-align: center;
}

.p-bottom-contact {
	background-color: #F2F2F2;
	padding-bottom: 4.8125rem;
	padding-top: 4rem;
	margin-bottom: 100px;
}

.p-bottom-contact__body {
	background-image: url(../images/common/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 4.125rem 80px;
	text-align: center;
}

.p-bottom-contact__title {
	text-align: center;
	margin-bottom: 40px;
}

.p-bottom-contact__title-en {
	color: #FFFFFF;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 5rem;
	font-weight: 400;
}

.p-bottom-contact__title-ja {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 0.3125rem;
}

.p-bottom-contact__box {

}
.p-bottom-contact__text {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 400;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.p-bottom-contact__text::before {
content: "";
width: 150px;
height: 1px;
background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.p-bottom-contact__item {
	margin-top: 0.8125rem;
}

.p-bottom-contact__label {
	background-color: #76D6FF;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0.125rem 1.125rem 0.125rem 0.6875rem;
	text-align: center;
}

.p-bottom-contact__address {
	color: #000;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	white-space: nowrap;
}

.p-bottom-contact__tel {
	color: #808080;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.p-bottom-contact__tel-number {
	border-bottom: 2px solid #676767;
	display: inline-block;
	font-size: 2.5rem;
	margin-left: 0.625rem;
	padding-bottom: 0.1875rem;
}

.p-bottom-contact__tel-en {
	display: inline-block;
	font-size: 1.875rem;
}

.p-bottom-contact__form {
}

.p-bottom-contact__form a {

	background-color: #70CCF0;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem 4.0625rem;
	position: relative;
	-webkit-transition: border-color, color, 0.3s ease-out;
	transition: border-color, color, 0.3s ease-out;
}

.p-bottom-contact__form a::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	bottom: 1.8rem;
	content: "";
	display: block;
	height: 0.8125rem;
	position: absolute;
	right: 20px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 0.8125rem;
}

.p-bottom-contact__form a:hover {
	background-color: #fff;
	-webkit-box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 4px 5px 14px 0px rgba(0, 0, 0, 0.25);
	color: #70CCF0;
}

.p-bottom-contact__form a:hover:after {
	border-right: 2px solid #70CCF0;
	border-top: 2px solid #70CCF0;
}

.p-cards {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}


.p-footer::before {
	height: 20.125rem;
	left: 50%;
	top: 3.125rem;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	width: 20.125rem;
}

.p-bottom-contact__deco {
	color: #fff;
	font-family: Oswald;
	font-size: 16.25rem;
	font-weight: 700;
	left: 0;
	line-height: 0.98;
	opacity: 0.14;
	position: absolute;
	top: 4.375rem;
}

.p-footer__nav {
	padding-bottom: 2.125rem;
	padding-top: 2.4375rem;
	position: relative;
	z-index: 2;
}

.p-footer__lists {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__list a {
	font-size: 0.75rem;
	font-weight: 400;
	padding: 0.375rem 1.25rem;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-footer__list {
	border-left: 1px solid #000;
}

.p-footer__list:last-child {
	border-right: 1px solid #000;
}

.p-footer__list a:hover {
	color: #A8D5E8;
}

.p-footer__body {
	background-color: #76D6FF;
	color: #000;
	padding: 3.125rem 0 1.25rem;
}

.p-footer__box {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	z-index: 5;
}

.p-footer__info {
	max-width: 15rem;
	width: 100%;
}

.p-footer__logo {
	height: auto;
	max-width: 10.0625rem;
	width: 100%;
}

.p-footer__logo img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-footer__company {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.1;
}

.p-footer__company-info {
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-footer__tel-fax {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.p-footer__tel {
	display: block;
}

.p-footer__fax {
	display: block;
	margin-left: 0.3125rem;
}

.p-footer__sns-items {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.4375rem;
}

.p-footer__sns-item {
	height: auto;
	max-width: 2.3125rem;
	width: 100%;
}

.p-footer__sns-item:not(:first-child) {
	margin-left: 0.875rem;
}

.p-footer__sns-items img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-footer__copy {
	font-size: 0.75rem;
	padding: 1.25rem 1.6875rem;
	text-align: center;
}

.p-footer__menu {
	margin-left: 7.3125rem;
}

.p-footer__menu-nav {
	grid-gap: 0.9375rem 3.875rem;
	display: -ms-grid;
	display: grid;
	font-weight: 400;
	gap: 0.9375rem 3.875rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	line-height: 1.57;
}

.p-footer__items {
	max-width: 100%;
	width: 13.25rem;
}

.p-footer__item:not(:first-child) {
	margin-top: 1.125rem;
}

.p-footer__item-head {
	border-bottom: 1px solid #000;
	font-size: 0.875rem;
	font-weight: 400;
	padding-bottom: 0.125rem;
}

.p-footer__item-head a {
	padding-left: 0.3125rem;
	padding-right: 1.25rem;
}

.p-footer__item-head a,
.p-footer__item-below a {
	display: block;
	line-height: 1;
	padding: 0.4em;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.p-footer__item-head a::before {
	background-color: #000;
	content: "";
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 0.125rem;
}

.p-footer__item-head a::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	content: "";
	display: block;
	height: 0.5625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 0.5625rem;
}

.p-footer__item-head a:hover,
.p-footer__item-below a:hover {
	background-color: #fff;
	color: #76D6FF;
}

.p-footer__item-head a:hover:after,
.p-footer__item-below a:hover:after {
	border-right: 1px solid #76D6FF;
	border-top: 1px solid #76D6FF;
}

.p-footer__item-head a:hover:before,
.p-footer__item-below a:hover:before {
	background: #fff;
}

.p-footer__item-below {
	font-size: 0.75rem;
	font-weight: 400;
	margin-left: 0.8125rem;
	margin-top: 0.5625rem;
}

.p-footer__item-below a {
	padding-left: 0.5rem;
}

.p-footer__item-below a::before {
	background-color: #000;
	content: "";
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 0.125rem;
}

.p-footer__item-below a::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	content: "";
	display: block;
	height: 0.5625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 0.5625rem;
}

.p-footer__number {
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
	z-index: 5;
}

.p-footer__number-link {
	font-size: 0.9375rem;
	text-align: center;
}

.p-header {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(100%, rgba(217, 217, 217, 0)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, #FFF 0%, rgba(217, 217, 217, 0) 100%, rgba(255, 255, 255, 0) 100%);
	height: 5.375rem;
	height: 9.875rem;
	width: 100%;
}

.p-header__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-left: 3.9375rem;
	margin-right: 4.0625rem;
	position: relative;
}

.p-header__logo {
	font-size: 0;
	height: auto;
	max-width: 100%;
	width: 10.0625rem;
	z-index: 999;
}

.p-header__logo img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-header__nav {
	height: 3.75rem;
	position: absolute;
	right: 0;
	top: 0;
}

.p-header__lists {
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	height: inherit;
	padding-top: 1.5625rem;
}

.p-header__list:not(:first-child) {
	margin-left: 1.5rem;
}

.p-header__list a:hover {
	color: #A8D5E8;
}

.p-drop-menu a {
	-webkit-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
}

.p-drop-menu a::after {
	content: "\f107";
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	margin-left: 0.3125rem;
	padding-top: 0.625rem;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.p-drop-menu--main-link:hover::after {
	content: "\f106";
}

.p-header__list a {
	padding: 0.625rem;
}

/* メニューアイテムのホバースタイル */

.p-header__list:hover .p-drop-menu-list {
	opacity: 1; /* 不透明度を最大に */
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s; /* アニメーション設定 */
	visibility: visible; /* 下層メニューを表示 */
}

/* ドロップダウンメニュー */

.p-drop-menu {
	position: relative;
}

.p-drop-menu-list {
	background-color: #fff; /* ドロップダウンメニューの背景色 */
	border-radius: 0 0 1.25rem 1.25rem;
	left: 0;
	opacity: 0; /* 不透明度を最小に */
	position: absolute;
	top: 100%;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s; /* アニメーション設定 */
	visibility: hidden; /* 下層メニューを非表示 */
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
	z-index: 1;
}

.p-drop-menu-item {
	margin: 0 0.9375rem;
	max-width: 100%;
	padding: 0.3125rem 0;
	width: 15.5rem;
}

.p-drop-menu-item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	color: #676767;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.5625rem;
	line-height: 1;
	padding: 0.3125rem 0.3125rem 0.3125rem 0;
	position: relative;
	-webkit-transition: border-color, color, 0.3s ease-out;
	transition: border-color, color, 0.3s ease-out;
	width: 100%;
}

.p-drop-menu-item:not(:last-child) {
	border-bottom: 1px solid #000;
}

.p-drop-menu-item a::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	padding-top: 2px;
	position: absolute;
	right: 0.625rem;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.p-drop-menu-item a::before {
	background-color: #676767;
	content: "";
	display: block;
	height: 1.625rem;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 0.4375rem;
}

.p-drop-menu-item a:hover {
	background-color: #70CCF0;
	color: #fff;
}

.p-drop-menu-item a:hover:before {
	background: #70CCF0;
}

/* hamburger */

.p-header__hamburger {
	border: none;
	cursor: pointer;
	display: none;
	height: 2.625rem;
	left: 0;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 2.5625rem;
	z-index: 999;
}

.p-header__hamburger.is-open {
	background-color: transparent;
}

.p-header__hamburger span {
	background-color: #585657;
	border-radius: 13.75rem;
	display: block;
	height: 2.8px;
	left: 0;
	position: relative;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 2.5625rem;
}

.p-header__hamburger span:nth-of-type(1) {
	left: 0;
	top: -16px;
}

.p-header__hamburger span:nth-of-type(2) {
	left: 0;
	top: -9px;
}

.p-header__hamburger span:nth-of-type(3) {
	left: 0;
	top: -2px;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	top: -6px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

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

.p-header__hamburger.is-open span:nth-of-type(3) {
	top: -12px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.p-header__hamburger::after {
	bottom: -0.3125rem;
	color: #585657;
	content: "Menu";
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.15rem;
	position: absolute;
	text-transform: uppercase;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.p-header__hamburger.is-open::after {
	content: "";
}

/* drawer */

.p-header__drawer-container {
	bottom: 0;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%); /* 背景を含む親要素にスクロール可能にする */
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	width: 100%;
	z-index: 35;
}

.p-header__drawer {
	background-color: #70CCF0;
	border-radius: 12.1875rem 0 0 0;
	color: #414141;
	height: 100vh;
	height: 100dvh;
	padding-bottom: 7.3125rem;
	text-align: center;
}

.p-header__drawer-nav {
	background-color: #70CCF0;
	border-radius: 12.1875rem 0 0 0;
	padding-bottom: 3.75rem;
	padding-top: 6.0625rem;
}

.p-header__drawer-container.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

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

.p-header__drawer-nav {
	margin: auto;
}

.p-header__drawer-items {
	margin-left: auto;
	max-width: 19.125rem;
	width: 100%;
}

.p-header__drawer-item:not(:first-child) {
	margin-top: 1.125rem;
}

.p-header__drawer-item a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	border-radius: 1.25rem 0 0 1.25rem;
	color: #676767;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.5625rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 0.75rem 1.875rem 0.75rem 1.0625rem;
	position: relative;
	-webkit-transition: border-color, color, 0.3s ease-out;
	transition: border-color, color, 0.3s ease-out;
	width: 100%;
}

.p-header__drawer-item--small {
	margin-left: 2.5rem;
}

.p-header__drawer-item--small a {
	font-size: 1rem;
}

.p-header__drawer-item a::after {
	border-right: 2px solid #676767;
	border-top: 2px solid #676767;
	content: "";
	display: block;
	height: 0.8125rem;
	position: absolute;
	right: 0.8125rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 0.8125rem;
}

.p-header__drawer-item a::before {
	background-color: #676767;
	content: "";
	display: block;
	height: 1.625rem;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	width: 0.4375rem;
}

.p-top-instagram {
	background: linear-gradient(132deg, #D9D9D9 0%, #FFF 50%); /* 上半分にグラデーション背景 */
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	width: 100%;
}

.p-top-instagram__inner {
	position: relative;
	z-index: 5;
}

.p-top-instagram::after {
	background-color: #fff;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}

.p-top-instagram__body {
	position: relative;
	z-index: 2;
}

.p-mv {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-mv__video-container {
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.p-mv__video-container video {
	border: none;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.p-top-company {
	background-color: #EEE;
	overflow-x: hidden;
	padding-bottom: 4.375rem;
	padding-top: 4.0625rem;
	position: relative;
}

.p-top-company::after {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	height: 62.6875rem;
	opacity: var(--opacityBg);
	position: absolute;
	right: -18.75rem;
	top: -40.625rem;
	width: 62.6875rem;
	z-index: -1;
}

.p-top-company__title {
	text-align: center;
}

.p-top-company__body {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 1.875rem;
}

.p-top-company__head {
	color: #414141;
	font-size: 1.75rem;
	font-weight: 400;
	padding-left: 1.4375rem;
	position: relative;
}

.p-top-company__head::before {
	background-color: #414141;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.p-top-company__content {
	color: #676767;
	font-weight: 400;
	margin-top: 2rem;
}

.p-top-company__btn {
	margin-top: 2rem;
}

.p-top-company__box {
	margin-left: 7.1875rem;
}

.p-top-company__img {
	aspect-ratio: 374/549;
	height: auto;
	height: auto;
	max-width: 100%;
	width: 23.375rem;
}

.p-top-company__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.p-top-company__name {
	font-size: 1.25rem;
	margin-top: 0.375rem;
	text-align: center;
}

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

.p-top-recruit__img {
	aspect-ratio: 1140/380;
	border-radius: 1.875rem;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-top-recruit__img img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.p-top-recruit__content {
	left: 50%;
	padding-left: 1.25rem;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: auto;
	width: initial;
}

.p-top-recruit__title {
	font-size: 0;
	height: 100%;
	max-width: 100%;
	padding-top: 4.375rem;
	width: 32.25rem;
}

.p-top-recruit__title img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-top-recruit__title-ja {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.p-top-recruit__btn {
	margin-right: 2.5rem;
	margin-top: 0.625rem;
	text-align: right;
}

.p-top-service-big-wrapper {
	padding-bottom: 6.25rem;
	position: relative;
}
/*
.p-top-service-big-wrapper::after {
	background: url(../images/common/bg_img01.webp) no-repeat center center/contain;
	bottom: -3.125rem;
	content: "";
	-webkit-filter: blur(32px);
	        filter: blur(32px);
	height: 241px;
	left: 12.5rem;
	opacity: var(--opacityBg);
	position: absolute;
	width: 241px;
	z-index: -1;
}*/

.p-top-service {
	overflow: hidden;
}

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

.p-top-service-list__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #F2F2F2;
	border-radius: 3.125rem 0 0 3.125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 6.25rem 0 4.375rem;
	position: relative;
}

.p-top-service-list__item::after {
	background-color: #F2F2F2;
	content: "";
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	width: 101%;
}

.p-top-service-list__item-img {
	aspect-ratio: 623/523;
	margin-left: calc(50% - 50vw);
	position: relative;
	width: 100vw;
	z-index: 10;
}

.p-top-service-list__item-img img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.p-top-service-list__item-content {
	color: #808080;
	font-weight: 400;
	margin-left: 2.375rem;
	position: relative;
	width: 100%;
	z-index: 5;
}

.p-top-service-list__item-title {
	font-size: 1.75rem;
	padding-left: 1.4375rem;
	position: relative;
}

.p-top-service-list__item-title::before {
	background: #808080;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.p-top-service-list__item-text {
	margin-top: 2.0625rem;
}

.p-top-service-list__deco {
	position: relative;
}

.p-top-service-list__deco::before,
.p-top-service-list__deco::after {
	color: #808080;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 21.25rem;
	font-weight: 700;
	height: 100%;
	line-height: 1;
	opacity: 0.1;
	position: absolute;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-service-list__deco::before {
	content: "Ser";
	left: 19%;
	top: -18.4375rem;
}

.p-top-service-list__deco::after {
	bottom: -1.875rem;
	content: "vice";
	left: 20%;
}

.p-top-service-list__item-btn-wrap {
	margin-top: 5.5rem;
}

.p-top-staff__inner {
	margin-inline: auto;
	margin-top: -5rem;
	max-width: 100%;
	padding: 0 1.5625rem;
	width: 74.375rem;
}

.p-top-staff__bg {
	border-radius: 0 3.125rem 3.125rem 0;
	padding: 6.25rem 0 4.375rem;
	position: relative;
}
.p-top-staff__title {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	margin-inline: auto;
	max-width: 90rem;
	padding-right: 1.5625rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-top-staff__title-en {
	color: #676767;
	font-family: "Oswald", Arial, Helvetica, Roboto, sans-serif;
	font-size: 12.5rem;
	font-weight: 400;
}

.p-top-staff__title-ja {
	font-size: 1.25rem;
	margin-left: 2.3125rem;
}
/*
.p-top-staff__items {
	grid-gap: 1.875rem 3.125rem;
	display: -ms-grid;
	display: grid;
	gap: 1.875rem 3.125rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(5, 1fr);
	margin-top: 1.875rem;
}
	*/
	.p-top-staff__items {
	display: flex;
	gap: 15px 30px;
	justify-content: center;
	margin-top: 1.875rem;
	flex-wrap: wrap;
}

.p-top-staff__item {
	width: calc( 100% / 5 - 30px );
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-top-staff__img {
	aspect-ratio: 345/533;
	border-radius: 8rem;
	height: auto;
	overflow: hidden;
}

.p-top-staff__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-top-staff__body {
	color: #676767;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 1.125rem;
	text-align: center;
}

.p-top-staff__name {
	border-bottom: 2px solid #414141;
	font-size: 1.25rem;
	font-weight: 400;
	padding-bottom: 0.375rem;
}

.p-top-staff__message {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.375rem;
	padding-right: 0.9375rem;
}

.p-top-staff__btn {
	margin-top: 2.25rem;
}
.p-top-staff__btn .c-btn{
font-size: 14px;
padding: 10px 15px;
width: 100%;
}
.p-top-staff__btn .c-btn::before{
    height: 12px;
		width: 5px;
}


.u-mobile {
	display: none;
}

.u-sm {
	display: none;
}

@media (hover: hover) {

.c-btn:hover {
	background-color: #70CCF0;
	color: #fff;
}

.c-btn:hover:before {
	background: #fff;
}

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

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

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

.c-btn--green:hover {
	background-color: #49FFB3;
}

.c-btn--blue02:hover {
	background-color: #39A0FF;
}

.c-btn--store:hover {
	background-color: #676767;
	color: #fff;
	opacity: 1;
}

.c-btn--store:hover:after {
	color: #fff;
}

.c-btn--store:hover:before {
	background: #fff;
}

.c-btn--news:hover {
	background-color: #676767;
	color: #fff;
	opacity: 1;
}

.c-btn--news:hover:after {
	color: #fff;
}

.c-btn--news:hover:before {
	background: #fff;
}

}

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

.splide__arrows {
	top: 9.6618357488vw;
}

.p-top-service-list__item-img {
	min-width: 36.625rem;
}

.u-wide {
	display: none;
}

.u-xl {
	display: none;
}

}

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

html {
	font-size: 1.4109347443vw;
}

}

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

.splide__arrows {
	top: 11.71875vw;
}

.prev::before {
	left: -18.75rem;
}

.next::before {
	right: -18.75rem;
}

.p-interview-top__bg {
	padding-right: 2.5rem;
}

.p-single-store__items {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 0.4375rem;
}

.u-pc {
	display: none;
}

.u-tab {
	display: block;
}

}

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

html {
	font-size: 16px;
}

a {
	opacity: 1;
	opacity: initial;
}

.splide_slide-auto img {
	aspect-ratio: 398/242;
}

.js-role-splide {
	margin: 1.375rem calc(50% - 50vw) 0;
	width: 100vw;
}

.js-role-splide.is-initialized:not(.is-active) .splide__list {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.js-role-splide .splide__slide {
	margin: 0 0.625rem;
}

.js-role-splide .splide__track {
	padding: 0;
	padding-right: 1.25rem !important;
}

.js-slide .splide__track {
	padding: 0 3.75rem !important;
}

.js-slide .splide__slide {
	margin: 0 0.625rem;
}

.splide__slide-store-btn {
	max-width: 26.4375rem;
}

.splide__store-img {
	aspect-ratio: 823/529;
	border-radius: 1.25rem;
}

.store-pagination {
	bottom: 6.25rem;
}

.store-page {
	height: 0.5625rem;
	margin: 0 0.5rem;
	width: 0.5625rem;
}

.splide__arrows {
	height: 1.875rem;
	top: 20%;
	top: 15.7894736842vw;
}

.prev::before {
	left: -42.7631578947vw;
}

.next::before {
	right: -42.7631578947vw;
}

.splide__slide-store-btn {
	max-width: 26.4375rem;
}

.l-inner {
	padding: 0 1.25rem;
	width: 37.5rem;
}

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

.l-scroll-top {
	bottom: 1.25rem;
	right: 1.25rem;
}

.l-slide--top::after {
	height: 16.375rem;
	left: -3.125rem;
	top: -9.375rem;
	width: 16.375rem;
}

.l-slide--top {
	margin-top: 1.25rem;
}

.breadcrumb {
	font-size: 0.875rem;
	padding: 0.625rem 0;
}

.c-below-mv--company img {
	height: 12.5rem;
}

.c-below-mv--service {
	
	padding-bottom: 1.25rem;
}

.c-below-mv__title {
	font-size: 6.25rem;
	margin-top: -4.375rem;
}

.c-below-mv02__img {
	width: 100%;
}

.c-below-mv02__lead {
	bottom: 0;
	left: 0;
	margin-inline: auto;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	position: static;
	top: auto;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	width: 100%;
}

.c-below-mv02__lead--recruit-info {
	left: 0;
}

.c-below-mv02__title {
	font-size: 2.5rem;
	line-height: 1.25;
	margin-top: 0.9375rem;
}

.c-below-mv02__text {
	margin-top: 0.5rem;
}

.c-below-mv02__lead--store {
	margin-top: 7.5rem;
	padding-bottom: 3.75rem;
	text-align: center;
}

.c-below-mv02__title--store {
	font-size: 1.875rem;
}

.c-below-mv02__img--store {
	display: none;
}

.c-deco::before,
.c-deco::after {
	background: url(../images/common/bg_img01-sp.webp) no-repeat center center/contain;
}

.c-bg--top-staff::after {
	bottom: -26.6666666667vw;
	height: 34.625rem;
	right: -66.6666666667vw;
	width: 34.625rem;
}

.c-deco--service-strength::after {
	left: -26.6666666667vw;
	top: -26.6666666667vw;
}

.c-deco--store::after {
	left: 3.125rem;
	top: -26.6666666667vw;
}

.c-deco--service-deco::after {
	right: -26.6666666667vw;
}

.c-deco--single-store02::after {
	bottom: -26.6666666667vw;
	left: -26.6666666667vw;
	right: auto;
}

.c-deco--single-store::after {
	bottom: 40%;
	height: 23.375rem;
	right: -40vw;
	width: 23.375rem;
}

.c-deco--interview01::after {
	right: -26.6666666667vw;
	top: 85.3333333333vw;
}

.c-deco--interview01::before {
	height: 10.25rem;
	right: -13.3333333333vw;
	top: 25%;
	width: 10.25rem;
}

.c-deco--interview02::after {
	bottom: -3.125rem;
	height: 27rem;
	right: 9.375rem;
	width: 27rem;
}

.c-deco--interview02::before {
	left: -26.6666666667vw;
	top: 50%;
}

.c-deco--company-voice-deco {
	padding-bottom: 2rem;
}

.c-deco--company-voice-deco::after {
	right: -26.6666666667vw;
	top: -40vw;
}

.c-deco--company-voice-deco::before {
	bottom: -40vw;
	left: 40vw;
}

.c-entry-content {
	margin-top: 1.25rem;
}

.c-entry-content h1 {
	margin-top: 3.125rem;
}

.wp-block-image {
	margin-top: 2.5rem;
	padding-bottom: 1.25rem;
}

.wp-block-image img {
	width: 100%;
}

.c-entry-content h2 {
	margin-top: 2.5rem;
}

.c-entry-content h6 {
	font-size: 1rem;
}

.c-entry-content blockquote {
	font-size: 1.125rem;
	padding-inline: 2rem;
}

.c-scroll-top {
	height: 3.75rem;
	width: 3.75rem;
}

.c-scroll-top__arrow {
	height: 0.8125rem;
	width: 0.8125rem;
}

.c-scroll-top__text {
	font-size: 0.6875rem;
	margin-top: -0.1875rem;
}

.c-section-title--en {
	font-size: 4.375rem;
}

.c-section-title02--en {
	font-size: 5rem;
}

.c-section-title02--en-100 {
	font-size: 6.25rem;
	line-height: 0.9;
}

.c-section-title02--ja {
	font-weight: 400;
	margin-top: 0;
}

.c-section-title03 {
	font-size: 2rem;
	line-height: 1.5;
}

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

.p-404 {
	padding-bottom: 5rem;
	padding-top: 9.375rem;
}

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

.p-404__text {
	font-size: 1rem;
}

.p-company-history::before {
	height: 37.3125rem;
	left: -15rem;
	top: -6.875rem;
	width: 37.3125rem;
}

.p-company-history__title-en {
	display: block;
	font-size: 6.625rem;
	margin-inline: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-company-history__wrapper {
	margin-top: 8.125rem;
}

.p-company-history__line {
	right: 27.8125rem;
}

.p-history__body {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-company-history__age {
	font-size: 1.875rem;
	margin-top: 0;
}

.p-company-history__box {
	margin-left: 2.5rem;
	max-width: 25rem;
}

.p-company-history__box::before {
	left: -1.875rem;
	top: 0.5rem;
}

.p-company-history__item {
	-webkit-box-align: start;
	-webkit-align-items: start;
	    -ms-flex-align: start;
	        align-items: start;
	margin-top: 0;
}

.p-company-history__item dt {
	font-size: 1.875rem;
	line-height: 1;
	width: 4.0625rem;
}

.p-company-history__item dd {
	font-size: 1.25rem;
	margin-left: 0.625rem;
	margin-top: 0;
}

.p-company-history__item p {
	line-height: 1.3;
	margin-top: 0.3125rem;
}

.p-company-history__img {
	margin-left: 0;
	margin-top: 0.8125rem;
}

.p-company-information {
	padding: 2rem 0 0.75rem;
}

.p-company-information__title {
	line-height: 1.18;
}

.p-company-information__label {
	margin-right: 0.4375rem;
	max-width: 100%;
	padding: 0.6875rem;
	text-align: center;
	width: 18.3125rem;
}

.p-company-information__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-company-information__items--top {
	margin-top: 2.6875rem;
}

.p-company-information__items--bottom {
	margin-top: 1.5625rem;
}

.p-company-information__card {
	padding-bottom: 1.75rem;
}

.p-company-information__img {
	aspect-ratio: 335/258;
	margin-top: 0.5625rem;
}

.p-company-information__dd-flex {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-company-information__dd-flex small {
	margin-left: 0;
}

.p-company-information__btn {
	margin-inline: auto;
	margin-top: 1.125rem;
}

.p-company-information__btn--big {
	margin-top: 1.125rem;
}

.p-company-lead {
	padding-bottom: 3.5625rem;
	padding-top: 1rem;
}

.p-company-lead__img {
	margin-left: -0.9375rem;
}

.p-company-lead__text {
	text-align: left;
}

.p-company-message {
	padding-bottom: 2.5rem;
	padding-top: 1.4375rem;
}

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

.p-company-message__content {
	width: 100%;
}

.p-company-message__title-message {
	font-size: 1.375rem;
	margin-top: 0;
}

.p-company-message__text {
	margin-top: 1rem;
}

.p-company-message__name {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 0.625rem;
}

.p-company-message__name dd {
	margin-left: 0;
}

.p-company-message__img {
	margin-left: auto;
	width: 50%;
}


.p-sprit--top {
    overflow: hidden;
    padding-bottom: 6rem;
    padding-top: 3.3125rem;
}
.p-sprit__title-en {
    font-size: 4rem;
}
.p-sprit__title {
    margin-top: -20px;
}
.p-sprit .txtbox {
	padding: 0 15px;

}
.p-sprit .txtbox p {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 1rem;
		letter-spacing: 0.16em;
}



.p-contact {
	padding-top: 6.5625rem;
}

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

.p-contact__text {
	margin-top: 0.375rem;
	text-align: left;
}

.p-contact__body {
	margin-top: 0;
}

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

.p-contact-thanks__lead {
	text-align: left;
}

.p-contact-thanks__text {
	text-align: left;
}

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

.p-form__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 1.5rem 0;
}

.p-form__item dt {
	font-size: 1.5rem;
	padding: 0 0 0.875rem 0;
	width: 100%;
}

.p-form__item dt {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-form__item dt p {
	margin-left: 0;
}

.p-form__item-small {
	margin-left: 0;
	margin-right: auto;
	margin-top: -1.125rem;
	padding-bottom: 0.5rem;
}

.p-form__item-small--place {
	margin-top: 0;
}

.p-form__item dd {
	margin-left: 0;
}

textarea {
	height: 19.0625rem;
}

.p-form__item-inline {
	margin-left: 0.875rem;
}

.p-form-radio label {
	display: block;
}

.p-form-radio label:not(:first-of-type) {
	margin-top: 0.625rem;
}

.p-form-radio input + span {
	display: block;
}

.p-form-checkbox label {
	display: block;
}

.p-form-checkbox label:not(:first-of-type) {
	margin-top: 0.625rem;
}

.p-form__privacy {
	padding-top: 1.75rem;
}

.p-form__check {
	margin-top: 0.9375rem;
}

.p-form__check-text {
	display: block;
	margin-top: 1.875rem;
}

.wpcf7-free-text {
	margin-top: 0.3125rem !important;
}

.contact__grecaptcha {
	margin-top: 2.5rem;
}

.p-follow-online {
	padding-top: 2.5rem;
}

.p-follow-online__title-ja {
	gap: 3.25rem;
}

.p-follow-online__title-ja:before,
.p-follow-online__title-ja:after {
	height: 4.875rem;
}

.p-follow-online__title-text {
	margin-top: 1rem;
}

.p-follow-online__container {
	border-radius: 0;
	margin: 1.25rem calc(50% - 50vw) 0;
	padding: 1.25rem 0 2.1875rem;
	width: 100vw;
}

.p-follow-online__deco {
	font-size: 10rem;
	line-height: 0.78;
	margin-left: auto;
	text-align: left;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-follow-online__lead {
	font-size: 3.125rem;
	line-height: 1.4;
	margin-inline: auto;
	margin-top: -5.625rem;
	max-width: 100%;
	padding-left: 0.9375rem;
	text-align: center;
	width: 37.5rem;
}

.p-follow-online__items {
	margin-inline: auto;
	margin-top: 2.8125rem;
	max-width: 100%;
	width: 37.5rem;
}

.p-follow-online__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-follow-online__img {
	aspect-ratio: 375/220;
	margin-inline: auto;
	margin-top: -1.5625rem;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	width: 37.5rem;
}

.p-follow-online__box {
	display: contents;
}

.p-follow-online__box::before {
	display: none;
}

.p-follow-online__label {
	margin-inline: auto;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 2;
}

.p-follow-online__content {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
	padding: 0 1.125rem;
}

.p-follow-support {
	padding: 0 0 2.625rem;
}

.p-follow-support__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-follow-support__item-img {
	aspect-ratio: 375/160;
	border-radius: 1.25rem;
	margin-top: 0.3125rem;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.p-follow-support__item-content-bg {
	display: contents;
	margin-inline: auto;
	max-width: 37.5rem;
	padding: 2.5rem;
	width: 100%;
}

.p-follow-support__lead {
	margin-inline: auto;
	max-width: 37.5rem;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	padding: 0 1.25rem;
	width: 100%;
}

.p-follow-support__item-content {
	display: contents;
	margin-inline: auto;
	max-width: 100%;
}

.p-follow-support__item-title {
	font-size: 2.3125rem;
}

.p-follow-support__item-text {
	margin-top: 1rem;
}

.p-follow-support__btns {
	margin-inline: auto;
	margin-top: 1.625rem;
	max-width: 37.5rem;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
	padding: 0 1.25rem;
	text-align: center;
	width: 100%;
}

.p-follow-top {
	margin-top: 2.3125rem;
}

.p-follow-top::after {
	border-left: 6.375rem solid transparent;
	border-right: 6.375rem solid transparent;
	border-top: 6.8125rem solid #f7f7f7;
	bottom: -6.6875rem;
}

.p-follow-top__label {
	line-height: 1.3;
	padding: 1rem 1.5625rem;
}

.p-follow-top__bg {
	margin-top: -4.375rem;
	padding-top: 5.75rem;
}

.p-follow-top__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-follow-top__img {
	aspect-ratio: 333/205;
}

.p-follow {
	background-color: transparent;
	background-color: initial;
	margin-top: 7.0625rem;
}

.p-follow__container {
	padding-bottom: 3.125rem;
	padding-top: 1.625rem;
	position: relative;
}

.p-follow__container::after {
	background-color: #F7F7F7;
	content: "";
	height: 4.375rem;
	left: 0;
	position: absolute;
	top: -4.3125rem;
	width: 100%;
}

.p-follow__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-follow__img {
	aspect-ratio: 333/205;
}

.p-interview-flow {
	padding-bottom: 3.4375rem;
}

.p-interview-flow__title {
	font-size: 2.375rem;
}

.p-interview-flow__lists {
	margin-top: 1.875rem;
}

.p-interview-mv__title {
	font-size: 3.75rem;
}

.p-interview-mv__text {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-interview-mv__name {
	margin-left: 0;
}

.p-interview-schedule {
	padding: 1.75rem 0 0;
}

.p-interview-schedule__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-interview-schedule__img {
	margin-left: auto;
	margin-right: -0.625rem;
	margin-top: -5rem;
	width: 11.25rem;
}

.p-interview-schedule__box {
	padding-bottom: 0;
}

.p-interview-schedule__head {
	text-align: center;
}

.p-interview-schedule__item {
	margin-top: 1.9375rem;
	padding-left: 2.1875rem;
}

.p-interview-schedule__lists::before {
	height: 87%;
}

.p-interview-schedule__list {
	padding: 0.625rem;
}

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

.p-interview-top__bg {
	padding: 1.625rem 0 0 1.25rem;
}

.p-interview__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-inline: auto;
	max-width: 31.25rem;
	width: 100%;
}

.p-interview__content {
	padding-top: 0;
}

.p-interview__title {
	font-size: 1.25rem;
}

.p-interview__item {
	margin-top: 1.5625rem;
}

.p-interview__name::after {
	bottom: -0.75rem;
}

.p-interview__name-en {
	margin-left: 0.3125rem;
}

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

.p-interview__img {
	margin-left: auto;
	margin-top: -1.875rem;
	width: 16.875rem;
}

.p-interview-voice {
	padding-bottom: 0.875rem;
	padding-top: 0.8125rem;
}

.p-interview-voice__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: -10.3125rem;
	padding: 11.25rem 0.625rem 0.625rem;
}

.p-interview-voice__img {
	aspect-ratio: 313/262;
}

.p-interview-voice__lead {
	font-size: 1.25rem;
}

.p-interview-voice__text {
	font-size: 0.875rem;
	font-weight: 400;
}

.p-interview-voice__btn {
	margin-top: 1rem;
	text-align: center;
}

.p-interview {
	margin-inline: auto;
	max-width: 37.5rem;
	padding: 1.1875rem 1.25rem 3.1875rem;
	width: 100%;
}

.p-interview-list__head {
	font-size: 1.25rem;
	line-height: 2;
}

.p-interview__list {
	padding-top: 0;
}

.p-interview-list__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-interview-list__item--img-left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 1.875rem;
}

.p-interview-list__item + .p-interview-list__item {
	padding-top: 1.875rem;
}

.p-interview-list__item-img {
	margin: 0;
	margin: initial;
	margin-top: 0.625rem;
	max-width: 43.75rem;
	width: 100%;
}
/*
.p-interview-list__item-img--top {
	aspect-ratio: 334/235;
}

.p-interview-list__item-img--center {
	aspect-ratio: 334/235;
}

.p-interview-list__item-img--bottom {
	aspect-ratio: 334/235;
}
*/
.p-interview-list__item-content-bg {
	padding: 0;
}

.p-interview-list__item-content {
	padding: 0;
	width: 100%;
}

.p-interview-list__item--img-right .p-interview-list__item-title {
	margin-top: 1.875rem;
}

.p-interview-list__item--img-right .p-interview-list__item-title::after {
	left: -0.625rem;
	top: 0.9375rem;
	width: 6rem;
}

.p-interview-list__item--img-left .p-interview-list__item-title {
	margin-top: 1.875rem;
}

.p-interview-list__item-title:not(:first-child) {
	margin-top: 1.875rem;
}

.p-interview-list__item-title {
	padding-left: 6.4375rem;
}

.p-interview-list__item:first-child {
	padding-top: 0;
}

.p-interview-list__item:not(:first-child) {
	padding-top: 0;
}

.p-interview__inner--pt112 {
	padding: 0;
	padding-top: 2.5rem;
}

.p-interview__inner-head {
	padding: 0;
	width: 37.5rem;
}

.p-interview-list__item--img-left .p-interview-list__item-title::after {
	left: -0.625rem;
	top: 0.9375rem;
	width: 6rem;
}

.p-news-mv__title {
	top: 30%;
	width: 31.25rem;
}

.p-news-related__lists {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	padding: 0;
}

.p-news-big-deco::after {
	height: 17.875rem;
	right: -4.375rem;
	top: 1.875rem;
	width: 17.875rem;
}

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

.p-news__lists {
	width: 100%;
}

.p-news__list {
	display: block;
	padding-right: 2rem;
}

.p-news__meta {
	padding: 0.625rem 0.3125rem;
}

.p-news__text {
	margin-bottom: 1.25rem;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.p-news__secondary {
	margin-left: 0;
	margin-top: 3.75rem;
}

.p-news__top-btn {
	margin-top: 1.25rem;
}

.p-single-news__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-single-news__primary {
	width: 100%;
}

.p-news__secondary {
	margin-left: 0;
	margin-top: 3.75rem;
}

.p-pharmacist-about {
	padding: 2rem 0 2.5rem;
}

.p-pharmacist-about__title-ja {
	gap: 3.25rem;
}

.p-pharmacist-about__title-ja:before,
.p-pharmacist-about__title-ja:after {
	height: 4.875rem;
}

.p-pharmacist-about__title-text {
	margin-top: 1rem;
}

.p-pharmacist-price {
	padding-bottom: 2.375rem;
}

.p-pharmacist-price__inner {
	padding: 0 0 0 1.25rem;
	width: 37.5rem;
}

.p-pharmacist__bg {
	padding: 2.9375rem 1.125rem 3.25rem 0;
}

.p-pharmacist-price__title-small {
	display: inline;
}

.p-pharmacist-price__body.p-pharmacist-price__body--bottom {
	margin-top: 2.125rem;
}

.p-pharmacist-price-top__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-pharmacist-price-top__list {
	margin-top: 0.4375rem;
	width: 100%;
}

.p-pharmacist-price-top__head {
	height: 5.9375rem;
}

.p-pharmacist-price-top__list:last-child .p-pharmacist-price-top__head {
	border-left: 4px solid #70CCF0;
	border-radius: 1.25rem 1.25rem 0 0;
}

.p-pharmacist-price-top__list:first-child .p-pharmacist-price-top__head {
	border-radius: 1.25rem 1.25rem 0 0;
}

.p-pharmacist-price-top__list:last-child .p-pharmacist-price-top__detail {
	border-radius: 0 0 1.25rem 1.25rem;
}

.p-pharmacist-price-top__list:first-child .p-pharmacist-price-top__detail {
	border-radius: 0 0 1.25rem 1.25rem;
	border-right: 4px solid #70CCF0;
}

.p-pharmacist-price-top__detail {
	height: 3.875rem;
}

.p-pharmacist-support {
	padding-top: 1rem;
}

.p-pharmacist-support__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
					padding-bottom: 3.75rem;
}

.p-pharmacist-support__item-content-bg {
	margin-inline: auto;
	max-width: 37.5rem;
	padding: 2.5rem 1.25rem;
	width: 100%;
}

.p-pharmacist-support__lead {
	margin-inline: auto;
	max-width: 37.5rem;
	width: 100%;
}

.p-pharmacist-support__item-content {
	display: contents;
	margin-inline: auto;
	width: 100%;
}

.p-pharmacist-support__item-text {
	margin-top: 1rem;
}

.p-pharmacist-support__btn {
	margin-inline: auto;
	margin-top: 1rem;
	max-width: 37.5rem;
	padding: 0 1.25rem;
	text-align: center;
	width: 100%;
}

.p-pharmacist-what {
	padding-bottom: 4.1875rem;
	padding-top: 1.8125rem;
}

.p-pharmacist-what__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.5625rem;
}

.p-pharmacist-what__img {
	aspect-ratio: 336/444;
}

.p-interview-info {
	padding: 2.375rem 0;
}

.p-interview-info__tabs {
	font-size: 0.8125rem;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-interview-info__tab a {
	width: 100%;
}

.p-interview-info__body {
	padding: 2.5rem 1.875rem;
}

.p-interview-info__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-align: center;
}

.p-interview-info__list dt {
	height: 2.3125rem;
	margin-inline: auto;
	width: 17.375rem;
}

.p-interview-info__list dd {
	font-size: 1.25rem;
	margin-left: 0;
	margin-top: 0.5rem;
}

.p-recruit-contact__content {
	left: 45%;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.p-recruit-contact__lead {
	font-size: 2.1875rem;
}

.p-number--top {
	padding-bottom: 1.875rem;
	padding-top: 0.625rem;
}

.p-number--service {
	padding-bottom: 3.375rem;
	padding-top: 1.4375rem;
}

.p-number__title-en {
	 font-size: 4rem;
}

.p-number__title {
	line-height: 1.2;
	margin-top: -1.5rem;
	margin-bottom: 20px;
}

.p-number__title span {
	display: block;
}

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

.p-number__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 31.25rem;
	width: 100%;
}

.p-number__item {
	padding: 25px 15px 25px 15px;
}

.p-number__head::after {
	bottom: -1.0625rem;
}

.p-number__content {
	margin-inline: auto;
	max-width: 100%;
	padding-top: 0;
	width: 18.75rem;
}

.p-number__content-top {
	font-size: 3.125rem;
}

.p-number__content-top span {
	padding-right: 0;
}

.p-number__content-bottom {
	font-size: 3.125rem;
}

.p-number__content-bottom span {
	padding-right: 0;
}

.p-recruit-happiness {
	padding: 0;
}

.p-recruit-happiness__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-recruit-happiness__item-img img {
	aspect-ratio: 375/365;
}

.p-recruit-happiness__item-content-bg {
	margin-inline: auto;
	max-width: 37.5rem;
	padding: 2.5rem;
	width: 100%;
}

.p-recruit-happiness__item-content {
	margin-inline: auto;
	max-width: 100%;
}

.p-recruit-happiness__item-text {
	margin-top: 0;
}

.p-recruit-happiness__btn {
	margin-top: 2.5rem;
}

.p-recruit-interview::after {
	background: url(../images/recruit/recruit_bg-sp.png) no-repeat top center/cover;
}

.p-recruit-interview {
	padding: 2.0625rem 0 3.1875rem;
}

.p-recruit-interview__inner {
	padding: 0 0.625rem;
}

.p-recruit-interview__head {
	
}

.p-recruit-interview__title {
	line-height: 1.5;
	margin-right: auto;
	font-size: 1.875rem;
}

.p-recruit-interview__en-title {
	font-size: 4rem;
}

.p-recruit-interview__en-title span {
	display: block;
	line-height: 0.9;
}

.p-recruit-interview__title-sub {
	margin-right: auto;
}

.p-recruit-interview__list {
	margin-inline: auto;
	margin-top: 0.9375rem;
	max-width: 37.5rem;
	padding: 0 0.625rem;
	width: 100%;
}

.p-recruit-interview-list__item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-interview-list__item:nth-of-type(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-interview-list__item + .p-recruit-interview-list__item {
	margin-top: 2.5rem;
}

.p-recruit-interview-list__item-img {
	margin: 0;
	margin: initial;
	margin-top: 0.625rem;
	max-width: 43.75rem;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	    -ms-flex-order: 4;
	        order: 4;
	width: 100%;
}

.p-recruit-interview-list__item-img img {
	aspect-ratio: 334/360;
}

.p-recruit-interview-list__item-content-bg {
	display: contents;
	margin-left: -3.125rem;
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	padding: 3.125rem 1.875rem;
	width: 100vw;
}

.p-recruit-interview-list__item:nth-of-type(even) .p-recruit-interview-list__item-content-bg {
	margin-left: calc(50% - 50vw);
}

.p-recruit-interview-list__item-content {
	display: contents;
	width: 100%;
}

.p-recruit-interview-list__item-title {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}

.p-recruit-interview-list__item-sub-title {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.p-recruit-interview-list__item-text {
	margin-top: 0;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

.p-recruit-interview-list__btn {
	margin-inline: auto;
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	    -ms-flex-order: 5;
	        order: 5;
}

.p-recruit-message {
	padding: 0.625rem 0;
}

.p-recruit-message__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-recruit-message__content {
	display: contents;
	width: 100%;
}

.p-recruit-message__title {
	font-size: 6.25rem;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}

.p-recruit-message__title-ja {
	font-size: 1.5rem;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.p-below__text {
	margin-top: 0.625rem;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	    -ms-flex-order: 4;
	        order: 4;
}

.p-below__name {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	    -ms-flex-order: 5;
	        order: 5;
}

.p-below__name span {
	display: block;
}

.p-recruit-message__img {
	aspect-ratio: 334/201;
	margin-left: 0;
	margin-top: 0.625rem;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
	width: 100%;
}

.p-recruit-mv {
	padding-top: 0;
}

.p-recruit-role {
	padding-bottom: 2.5rem;
}

.p-recruit-role__inner {
	padding: 0 1.25rem;
	width: 37.5rem;
}

.p-recruit-role__title-en {
	font-size: 8.125rem;
}

.p-recruit-role__title {
	margin-top: -6.25rem;
	text-align: left;
}

.p-recruit-role__title span {
	display: block;
}

.p-recruit-role__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-recruit-role__item:hover {
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
}

.p-recruit-wanted {
	padding-bottom: 0.625rem;
}

.p-recruit-wanted__title-en {
	font-size: 4rem;
	
}       

.p-recruit-wanted__title {
	margin-top: -20px;
	font-size:1.25rem;
	margin-bottom: 40px;
}

dl.p-recruit-wanted-seven{
	flex-direction: column;
}
dl.p-recruit-wanted-seven dt{
	width: 100%;
	padding: 20px;
}
dl.p-recruit-wanted-seven dt img{
	max-width: 300px;
	display: block;
	margin: 0 auto;
}
dl.p-recruit-wanted-seven dd{
	width: 100%;
}
dl.p-recruit-wanted-seven h3{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.5;
}
dl.p-recruit-wanted-seven p{
	font-size: 1.25rem;
	line-height: 2;
}



.p-recruit-wanted__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 4.0625rem;
}

.p-service-strength {
	padding-bottom: 1.625rem;
	padding-top: 1.5rem;
}

.p-service-strength__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.375rem;
}

.p-service-strength__img {
	aspect-ratio: 334/444;
}

.p-service-strength__head {
	margin-top: 1.5rem;
}

.p-service-strength__btn {
	margin-top: 0.9375rem;
}

.p-service-system {
	padding-bottom: 4.75rem;
}

.p-service-system__title {
	font-size: 2.5rem;
}

.p-service-system__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 0.875rem;
}

.p-service-system__img {
	aspect-ratio: 337/289;
}

.p-service-system__content {
	margin-left: 0;
	margin-top: 0.9375rem;
}

.p-service-voice--company {
	padding-top: 2.5rem;
}

.p-service-voice__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	margin-top: -10.3125rem;
	padding: 11.25rem 1.25rem 0 1.25rem;
}

.p-service-voice__img {
	aspect-ratio: 313/262;
}

.p-service-voice__btn {
	margin-top: 1rem;
	text-align: center;
}

.p-below-store {
	padding: 10rem 0 0.625rem;
}

.p-below-store__inner {
	padding: 0;
	width: 37.5rem;
}

.p-main-store {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 0;
}

.p-main-store__img {
	aspect-ratio: 355/242;
	margin-left: auto;
	width: 94.66%;
}

.p-main-store__img-deco::after {
	right: 6.25rem;
	width: 100%;
}

.p-main-store__info {
	margin-top: 3.125rem;
	width: 100%;
}

.p-main-store__name {
	border-bottom: none;
	margin-inline: auto;
	padding-bottom: 0.125rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-main-store__name::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 31.25rem;
}

.p-main-store__lists,
.p-below-store__lists {
	margin-inline: auto;
	max-width: 31.25rem;
	padding: 0 2.5rem;
	width: 100%;
}

.p-main-store__list {
	margin-left: 0;
}

.p-main-store__btn {
	padding-bottom: 2.5rem;
	text-align: center;
}

.p-below-store__items {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	padding-top: 0;
}

.p-below-store__img {
	aspect-ratio: 335/242;
	margin-inline: auto;
	width: 89.3333%;
}

.p-below-store__name {
	border-bottom: none;
	margin-inline: auto;
	padding-bottom: 0.125rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-below-store__name::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: 31.25rem;
}

.p-below-store__btn {
	text-align: center;
}

.p-single-store {
	padding-top: 0.9375rem;
}

.p-single-store__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	padding-bottom: 0.625rem;
}

.p-single-store__info {
	margin-top: 1.25rem;
	width: 100%;
}

.p-single-store__item {
	padding-bottom: 1rem;
}

.p-single-store__picture {
	margin-left: 0;
	width: 35rem;
}

.p-single-store__img {
	aspect-ratio: 335/215;
}

.p-single-store__items {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-single-store__access-map {
	aspect-ratio: 335/218;
	margin-top: 1.0625rem;
	max-width: 100%;
}

.p-single-store__access-map iframe {
	max-width: 100%;
}
.store-service-list li {
	text-align: center;
}
.store-service-list li img {
    max-width: 25px;
    display: block;
    margin-right: 0;
		margin: 0 auto 10px auto;
}
.store-service-detailbox{
	padding-bottom: 3.75rem;
}

.p-store-map__inner {
	padding-left: 1.9736842105vw;
	padding-right: 1.9736842105vw;
}

.p-store-map__container {
	height: auto;
}

.p-store-map__img {
	aspect-ratio: 375/283;
}

.p-store-map__icon {
	max-width: 5.6vw;
}

.p-store-map__icon {
	position: absolute;
}

.p-store-map__icon01 {
	left: 17.1052631579vw;
	top: 54.6052631579vw;
}

.p-store-map__icon02 {
	left: 11.8421052632vw;
	top: 53.2894736842vw;
}

.p-store-map__icon03 {
	bottom: 1.9736842105vw;
	left: 6.5789473684vw;
}

.p-store-map__icon04 {
	left: 21.7105263158vw;
	top: 51.9736842105vw;
}

.p-store-map__icon05 {
	left: 25.6578947368vw;
	top: 45.3947368421vw;
}

.p-store-map__icon06 {
	right: 42.7631578947vw;
	top: 11.1842105263vw;
}

.p-store-map__icon07 {
	bottom: auto;
	left: 9.8684210526vw;
	top: 48.0263157895vw;
}

.p-store-map__icon08 {
	bottom: 11.8421052632vw;
	left: 34.2105263158vw;
}

.p-store-map__icon09 {
	bottom: 15.7894736842vw;
	left: 29.6052631579vw;
}

.p-store-map__icon10 {
	bottom: 13.1578947368vw;
	left: 39.4736842105vw;
}

.p-store-map__box.p-store-map__box01 {
	bottom: -8.75rem;
	left: 50%;
	right: auto;
	top: auto;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.p-store-map__box {
	bottom: -8.75rem;
	left: 50%;
	right: auto;
	top: auto;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.p-store__card {
	margin-top: 0.9375rem;
}

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

.p-store__body {
	padding: 0.9375rem;
}

.p-store__time span {
	display: block;
}

.p-store__btn {
	margin-top: 3rem;
}

.p-bottom-contact {
	padding: 1.6875rem 0;
	margin-bottom: 60px;
}

.p-bottom-contact__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 80px 1.0625rem 80px 1.0625rem;
}
.p-bottom-contact__text::before {
content: none;
}
.p-bottom-contact__title {
	padding-right: 0;
}

.p-bottom-contact__title-en {
	line-height: 1.2;
}

.p-bottom-contact__title-ja {
	border-bottom: 1px solid #FFFFFF;
	margin-inline: auto;
	max-width: 100%;
	padding-bottom: 0.625rem;
	width: 9.75rem;
}

.p-bottom-contact__box {
	border-left: 0;
	padding-left: 0;
}

.p-bottom-contact__text {
	margin-top: 1.25rem;
	padding-bottom: 0;

}

.p-bottom-contact__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.p-bottom-contact__form {
	margin-left: 0;
	margin-top: 1.25rem;
}

.p-bottom-contact__form a {
	width: 100%;
}

.p-bottom-contact__form a:hover {
	background-color: #70CCF0;
	color: #fff;
}

.p-bottom-contact__form a:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.p-cards {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-bottom-contact__deco {
	font-size: 6.875rem;
}

.p-footer__nav {
	padding-top: 0;
}

.p-footer__lists {
	grid-gap: 10px 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 10px 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-footer__list a:hover {
	color: #000;
}

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

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

.p-footer__logo {
	margin-inline: auto;
}

.p-footer__sns-items {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.p-footer__copy {
	padding: 0.625rem 0;
}

.p-footer__menu {
	margin-left: 0;
	margin-top: 1.5625rem;
}

.p-footer__menu-nav {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
}

.p-footer__items {
	width: 100%;
}

.p-footer__item-head {
	max-width: 100%;
	width: 13.375rem;
}

.p-footer__item-belows {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.p-footer__item-below {
	width: 44%;
}

.p-footer__item-below:nth-child(even) {
	margin-left: 1.1875rem;
}

.p-footer__item-below a {
	padding-right: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-header {
	background: transparent;
	height: 4.8125rem;
}

.p-header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 0.8125rem;
	margin-right: 1.4375rem;
	max-width: 100%;
}

.p-header__logo {
	max-width: 4.875rem;
}

.p-header__nav {
	display: none;
}

.p-header__list a:hover {
	color: #000;
}

.p-header__hamburger {
	display: block;
}

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

.p-mv {
	padding-top: 0;
}

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

.p-top-company__title-ja {
	margin-top: 0.3125rem;
}

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

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

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

.p-top-company__content {
	margin-top: 1.6875rem;
}

.p-top-company__btn {
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3;
}

.p-top-company__box {
	margin-left: auto;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.p-top-company__img {
	aspect-ratio: 335/303;
	margin-top: 0.625rem;
	width: 100%;
}

.p-top-company__name {
	font-weight: 400;
}

.p-top-recruit__img {
	aspect-ratio: 336/385;
	border-radius: 3.125rem;
}

.p-top-recruit__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 8vw;
	padding-left: 0;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
}

.p-top-recruit__title {
	padding-inline: 1.25rem;
	padding-top: 1.25rem;
}

.p-top-recruit__title-ja {
	font-size: 1.25rem;
}

.p-top-recruit__btn {
	margin-right: 0;
	text-align: center;
}

.p-top-service-big-wrapper {
	padding-bottom: 2.75rem;
}

.p-top-service-big-wrapper::after {
	left: -3.125rem;
}

.p-top-service-list__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 2.5rem 1.25rem 2.875rem 1rem;
}

.p-top-service-list__item-img {
	aspect-ratio: 423/354;
	min-width: 22.25rem;
}

.p-top-service-list__item-content {
	margin-left: 0;
	margin-top: 1.25rem;
}

.p-top-service-list__item-text {
	margin-top: 1rem;
}

.p-top-service-list__deco::before,
.p-top-service-list__deco::after {
	font-size: 12.5rem;
}

.p-top-service-list__deco::before {
	top: -4.6875rem;
}

.p-top-service-list__deco::after {
	bottom: -6.25rem;
}

.p-top-service-list__item-btn-wrap {
	margin-top: 1rem;
}

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

.p-top-staff__inner {
	margin-top: -12.5rem;
	padding: 0 1.25rem;
	width: 37.5rem;
}

.p-top-staff__bg {
	padding-top: 12.1875rem;
}

.p-top-staff__title {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 37.5rem;
	padding-right: 0.9375rem;
}

.p-top-staff__title-en {
	font-size: 8.125rem;
}

.p-top-staff__title-ja {
	margin-left: 1.25rem;
}
/*
.p-top-staff__items {
	gap: 3.125rem;
	-ms-grid-columns: (2fr)[1];
	grid-template-columns: repeat(2, 1fr);
	padding-right: 1.4375rem;
}*/
	.p-top-staff__items {
	gap: 30px 10px;
	justify-content: space-between;
}
.p-top-staff__item {
width: calc( 100% / 2 - 10px );
}
.p-top-staff__btn .c-btn{
font-size: 12px;
padding: 10px 10px;
width: 100%;
}

.p-top-staff__img {
	aspect-ratio: 345/533;
}

.p-top-staff__body {
	padding-top: 0.375rem;
}

.p-top-staff__name {
	/*margin-right: 2.25rem;*/
}

.p-top-staff__message {
	padding-right: 0;
}

.p-top-staff__btn {
	margin-top: 1.25rem;
	text-align: center;
}

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

}

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

.c-deco--company-voice-deco::before {
	opacity: 0;
}

}

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

.js-slide .splide__track {
	padding-left: 0 !important;
	padding-right: 1.25rem !important;
}

.splide__arrows {
	top: 26.6666666667vw;
}

.button::before {
	height: 1.875rem;
}

.prev::before {
	left: -46.6666666667vw;
}

.next::before {
	right: -46.6666666667vw;
}

.c-below-mv02__title {
	margin-top: 0.3125rem;
}

.p-company-history__wrapper {
	margin-inline: auto;
	max-width: 23.4375rem;
	width: 100%;
}

.p-company-history__line {
	right: 17.5rem;
}

.p-company-history__box {
	max-width: 15.9375rem;
}

.p-company-message__img {
	aspect-ratio: 203/307;
	width: 12.6875rem;
}

.p-form__item-inline--check {
	display: block;
	margin-top: 0.625rem;
	text-align: left;
}

.p-follow-online__container {
	padding: 1.25rem 0 2.1875rem;
}

.p-follow-online__lead {
	margin-top: -16.25rem;
	text-align: left;
}

.p-follow-online__img {
	border-radius: 0;
}

.p-follow-support__item-content-bg {
	padding: 1.25rem;
}

.p-interview-flow__title {
	text-align: left;
}

.p-interview-top__bg {
	padding-left: 1.25rem;
}

.p-interview__img {
	margin-top: -4.0625rem;
	width: 10.375rem;
}

.p-interview-list__item--img-right .p-interview-list__item-title::after {
	left: -1.25rem;
	width: 5.375rem;
}

.p-interview-list__item-title {
	padding-left: 5.1875rem;
}

.p-interview-list__item--img-left .p-interview-list__item-title::after {
	left: -1.25rem;
	width: 5.375rem;
}

.p-news {
	padding-bottom: 1.625rem;
}

.p-news--top {
	padding-top: 1.25rem;
}

.p-pharmacist__bg {
	padding: 1.375rem 1.125rem 1.25rem 0;
}

.p-pharmacist-price__body {
	margin-top: 1.125rem;
}

.p-pharmacist-price-top__item {
	margin-top: 0.4375rem;
}

.p-pharmacist-price-bottom__item {
	margin-top: 0.4375rem;
}

.p-pharmacist-support__item-content-bg {
	padding: 1.25rem;
}

.p-pharmacist-support__item-title {
	font-size: 1.25rem;
}

.p-pharmacist-support__item-text {
	margin-top: 0.4375rem;
}

.p-number__items {
	gap: 1.25rem;
}

.p-recruit-happiness__item-content-bg {
	padding: 1.25rem;
}

.p-recruit-happiness__btn {
	margin-top: 1rem;
}

.p-service-strength__items {
	gap: 0.6875rem;
}

.p-service-system {
	padding-bottom: 1.5rem;
}

.p-service-voice__items {
	gap: 0.625rem;
	padding: 11.25rem 0.625rem 0 0.625rem;
}

.p-main-store__img-deco::after {
	right: 1.25rem;
	top: 2.5rem;
}

.p-store-map__box.p-store-map__box01 {
	bottom: -10rem;
}

.p-store-map__box {
	bottom: -10rem;
}

.p-top-instagram {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}
/*
.p-top-staff__items {
	gap: 1.875rem;
}
*/
.u-big-device {
	display: none;
}

.u-sm {
	display: block;
}

}

@media (max-width: 500px) {

.p-form__privacy-head {
	display: block;
	line-height: 1.2;
	text-align: left;
}

.p-form__privacy-head-br {
	display: block;
}

.p-interview-schedule__lists::before {
	height: 90%;
}

}

@media (max-width: 405px) {

.p-company-history__wrapper {
	max-width: 21.25rem;
}

.p-company-history__line {
	right: 15.3125rem;
}

.p-company-history__box {
	max-width: 13.75rem;
}

}

@media (max-width: 400px) {

.c-below-mv02__title-br {
	display: block;
}

.p-pharmacist-what__title {
	line-height: 1.25;
	text-align: left;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

@keyframes splide-loading {

0% {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

to {
	-webkit-transform: rotate(1turn);
	        transform: rotate(1turn);
}

}

@-webkit-keyframes displayAnime {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes displayAnime {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}
