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

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

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

html {
	font-size: 16px;
	scroll-behavior: smooth;
	scroll-padding-top: 4rem;
}

body {
	background-color: #fff;
	color: #735824;
	font-family: "Zen Kaku Gothic New", serif;
}

/* link */

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

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

a:hover {
	opacity: 0.8;
}

/* img */

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

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	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.
 */

small {
	font-size: 80%;
}

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

.splide__arrow {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}

.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}

.splide__arrow:disabled {
	opacity: 0.3;
}

.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__arrow--prev {
	left: 1em;
}

.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrow--next {
	right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}

.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	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: 8px;
}

.splide__pagination__page.is-active {
	background: #fff;
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
	z-index: 1;
}

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

.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__progress__bar {
	background: #ccc;
	height: 3px;
}

.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
	outline: 0;
}

.splide__toggle {
	cursor: pointer;
}

.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	        transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.splide__pagination--ttb {
	bottom: 0;
	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;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}

.l-404 {
	margin-top: -0.125rem;
	padding-bottom: 3.625rem;
}

.l-cta {
	margin-top: 3rem;
}

.l-cta._menu {
	margin-top: 2.25rem;
}

.l-cta._voice {
	margin-top: 2.375rem;
}

.l-cta._recruit {
	margin-top: 2.625rem;
}

.l-cta._single {
	margin-top: 3.625rem;
}

.l-future {
	margin-top: 4.5rem;
}

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

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: calc(1200px + 6.6666%);
	padding-left: 3.3333%;
	padding-right: 3.3333%;
	width: 100%;
}

.l-mary {
	margin-top: 5rem;
}

.l-scroll-top {
	bottom: 0.625rem;
	position: fixed;
	right: 0.625rem;
}

.l-section {
	margin-block: 2.8125rem;
}

.c-accordion {
	border: 0.0625rem solid #AD881E;
	border-radius: 0.625rem;
}

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

.c-accordion__title {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background: #FFFAF4;
	border-radius: 0.625rem;
	color: #AD881E;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Kaisei Opti", serif;
	font-size: 1.25rem;
	font-weight: 500;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 160%;
	padding: 1.5rem 1.875rem 1.5rem 5.875rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.c-accordion__title::before {
	background-image: url(../images/faq/question-icon@2x.webp), url(../images/faq/question-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.1875rem;
	left: 1.5rem;
	position: absolute;
	top: 0.875rem;
	width: 3.1875rem;
}

.c-accordion__icon i {
	font-size: 1rem;
	position: relative;
	right: -0.375rem;
	top: -0.4375rem;
	-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.is-open .c-accordion__icon i {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.c-accordion__content {
	background: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	color: #735824;
	font-size: 1.125rem;
	overflow: hidden;
	text-decoration: none;
}

.c-accordion__content-inner {
	background: #FFFAF0;
	color: #735824;
	font-size: 1rem;
	font-weight: 500;
	line-height: 200%;
	padding: 0.4375rem 4.125rem 1.5rem 5.875rem;
	position: relative;
}

.c-accordion__content-inner::before {
	background-image: url(../images/faq/answer-icon@2x.webp), url(../images/faq/answer-icon@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.1875rem;
	left: 1.5rem;
	position: absolute;
	top: 0.5rem;
	width: 3.1875rem;
}

.c-accordion__textLInk {
	color: #0000EE;
	text-decoration: underline;
}

/* .c-accordion--type1 */

.c-accordion--type1 .c-accordion__title {
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.c-accordion--type1 .c-accordion__icon i {
	font-size: 1.25rem;
}

/* .c-accordion--type2 */

.c-accordion--type2 .c-accordion__title {
	position: relative;
}

.c-accordion--type2 .c-accordion__icon::before,
.c-accordion--type2 .c-accordion__icon::after {
	background: #fff;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	width: 0.9375rem;
}

.c-accordion--type2 .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	        transform: translate(-50%, -50%) rotate(-90deg);
}

.c-accordion--type2.is-open .c-accordion__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	        transform: translate(-50%, -50%) rotate(0deg);
}

.c-blog01__link {
	display: inline-block;
}

.c-blog01__img {
	aspect-ratio: 230/230;
	border-radius: 1.5rem;
	display: block;
	overflow: hidden;
}

.c-blog01__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.c-blog01__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
	margin-top: 0.625rem;
}

.c-blog01__new,
.c-blog01__category {
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 100%;
	padding: 0.3125rem 0.625rem;
	text-transform: capitalize;
}

.c-blog01__new {
	background: #E65519;
	border: 0.0625rem solid #E65519;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-blog01__category {
	background: #F4B62F;
	border: 0.0625rem solid #F4B62F;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-blog01__meta {
	color: #AD881E;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
	margin-top: 0.25rem;
}

.c-blog01__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.c-blog02__link {
	display: inline-block;
}

.c-blog02__contents {
	grid-gap: 1.125rem;
	display: -ms-grid;
	display: grid;
	gap: 1.125rem;
	-ms-grid-columns: 14.625rem 1fr;
	grid-template-columns: 14.625rem 1fr;
}

.c-blog02__img {
	aspect-ratio: 234/230;
	display: block;
	overflow: hidden;
}

.c-blog02__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-blog02__date {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
}

.c-blog02__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 180%;
	overflow: hidden;
}

.c-blog02__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
	margin-top: 0.3125rem;
}

.c-blog02__new,
.c-blog02__category {
	border-radius: 0.3125rem;
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 100%;
	padding: 0.3125rem 0.625rem;
}

.c-blog02__new {
	background: #E65519;
	text-transform: capitalize;
}

.c-blog02__category {
	background: #F4B62F;
}

.c-blog02__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-weight: 500;
	line-height: 200%;
	margin-top: 1.125rem;
	overflow: hidden;
}

.c-breadcrumb {
	padding-bottom: 2rem;
}

.c-breadcrumb__inner.l-inner {
	max-width: calc(58.1875rem + 6.6666%);
}

.c-breadcrumb__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.c-breadcrumb__item {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
	padding-right: 1.3125rem;
	position: relative;
}

.c-breadcrumb__item::before {
	-webkit-clip-path: polygon(45% 9%, 75% 51%, 45% 90%, 30% 90%, 60% 50%, 30% 10%);
	background-color: #333;
	clip-path: polygon(45% 9%, 75% 51%, 45% 90%, 30% 90%, 60% 50%, 30% 10%);
	content: "";
	content: "";
	display: block;
	height: 0.625rem;
	position: absolute;
	right: 0.3125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.625rem;
}

.c-breadcrumb__item:last-child::before {
	display: none;
}

.c-breadcrumb__link {
	text-transform: uppercase;
}

span[property=itemListElement] {
	color: #C3C3C3;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
}

span[property=itemListElement]::after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.625rem;
	font-weight: 900;
	margin-inline: 0.5rem;
	vertical-align: text-top;
}

span[property=itemListElement]:last-child {
	color: #757474;
}

span[property=itemListElement]:last-child::after {
	content: "";
	margin: 0;
}

.c-button {
	background: #735824;
	border: 0.0625rem solid #735824;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	max-width: 100%;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.c-button:hover {
	background: #fff;
	color: #735824;
}

.c-button--arrow {
	padding-right: 3.125rem;
	position: relative;
}

.c-button--arrow::after {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-button01 {
	background: #E65519;
	border: 0.0625rem solid #E65519;
	border-radius: 0.625rem;
	display: inline-block;
	max-width: 18.875rem;
	padding: 0.5625rem 1.75rem;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	width: 100%;
}

.c-button01::before {
	background-image: url(../images/common/arrowCircle-white-ochre.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.40625rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1.375rem;
}

.c-button01._uppercase .c-contact01__textEn {
	text-transform: uppercase;
}

.c-button02 {
	background: #E65519;
	border: 0.0625rem solid #fff;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	max-width: 18.875rem;
	padding: 1.1875rem 1.75rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.c-button02::before {
	background-image: url(../images/common/arrow-white-orange@2x.webp), url(../images/common/arrow-white-orange@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.40625rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1.375rem;
}

.c-button02._green::before {
	background-image: url(../images/common/arrow-white-green@2x.webp), url(../images/common/arrow-white-green@2x.png);
}

.c-button02._small {
	font-size: 1rem;
	max-width: 18.5625rem;
	padding: 1rem;
}

.c-button02._small::before {
	right: 1rem;
}

.c-button02._yellow {
	background: #F4B211;
}

.c-button02._yellow::before {
	background-image: url(../images/common/arrowCircle-white-yellow.svg);
}

.c-button02._reverse {
	padding-inline: 3.5rem;
}

.c-button02._reverse::before {
	left: 1.5rem;
	right: auto;
	right: initial;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.c-button02._orange {
	background: #E65519;
	border: 0.0625rem solid #E65519;
}

.c-button02._green {
	background: #008000;
	border: 0.0625rem solid #008000;
}

.c-button02._column._small {
	line-height: 120%;
	padding: 0.5625rem 1rem;
}

.c-button03 {
	background: #AD881E;
	border: 0.0625rem solid #fff;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	max-width: 18.875rem;
	padding: 0.96875rem 1.75rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.c-button03__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 100%;
}

.c-button03__number {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 100%;
	margin-top: 0.25rem;
	padding-left: 0.9375rem;
	position: relative;
}

.c-button03__number::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/tel-icon.svg);
	background: #FFFAF0;
	content: "";
	height: 0.625rem;
	left: -0.0625rem;
	mask-image: url(../images/common/tel-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 56%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0.625rem;
}

.c-button03::before {
	background-image: url(../images/common/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.40625rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1.375rem;
}

.c-button03._small {
	font-size: 1rem;
	max-width: 18.5625rem;
	padding: 1rem;
}

.c-button03._small::before {
	right: 1rem;
}

.c-button03._yellow {
	background: #F4B211;
}

.c-button03._reverse {
	padding-inline: 3.5rem;
}

.c-button03._reverse::before {
	left: 1.5rem;
	right: auto;
	right: initial;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

.c-button03._reverse:hover::before {
	-webkit-transform: translateY(-50%) translateX(-0.25rem) rotate(180deg);
	        transform: translateY(-50%) translateX(-0.25rem) rotate(180deg);
}

.c-button03._orange {
	background: #E65519;
	border: 0.0625rem solid #E65519;
}

.c-button03._green {
	background: #008000;
	border: 0.0625rem solid #008000;
}

.c-button03._column._small {
	padding: 0.5625rem 1rem;
}

.c-button04 {
	background: #EA5414;
	border: 0.0625rem solid #EA5414;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 100%;
	padding: 0.625rem 1.125rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-button05 {
	background: #AD881E;
	border: 0.0625rem solid #AD881E;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 100%;
	padding: 0.625rem 1.65625rem 0.625rem 2.59375rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-button05::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/tel-icon.svg);
	background: #FFFAF0;
	content: "";
	height: 0.625rem;
	left: 1.65625rem;
	mask-image: url(../images/common/tel-icon.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 0.625rem;
}

.c-button06 {
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	padding-right: 1.8125rem;
	position: relative;
}

.c-button06::before {
	background-image: url(../images/common/arrow-ochre.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.40625rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1.375rem;
}

.c-button06__text {
	font-family: "Kaisei Opti", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-card__body {
	padding: 0.9375rem;
}

.c-card__time {
	font-size: 0.875rem;
}

.c-card__title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.c-card__text {
	margin-top: 0.625rem;
}

.c-card--shadow {
	-webkit-box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.3);
}

.c-card--horizon {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20% 80%;
	grid-template-columns: 20% 80%;
}

.c-card--horizon .c-card__body {
	padding: 0.625rem 0.9375rem;
}

.c-card01 {
	grid-gap: 0;
	display: -ms-grid;
	display: grid;
	gap: 0;
	-ms-grid-row-span: 3;
	grid-row: span 3;
	-ms-grid-rows: subgrid;
	grid-template-rows: subgrid;
	text-align: center;
}

.c-card01__img {
	aspect-ratio: 234/230;
	display: block;
	overflow: hidden;
}

.c-card01__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card01__title {
	color: #E65519;
	font-family: "Kaisei Opti", serif;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 180%;
	margin-top: 0.3125rem;
}

.c-card01__title._green {
	color: #008000;
}

.c-card01__title._small {
	line-height: 120%;
}

.c-card01__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 180%;
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}

.c-card01__textLink {
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	padding-right: 1.8125rem;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-card01__textLink::before {
	background-image: url(../images/common/arrow-green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.40625rem;
	position: absolute;
	right: calc(50% - 3.8125rem);
	top: 50%;
	top: 0.9375rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1.375rem;
}

.c-card02__link {
	display: inline-block;
	position: relative;
}

.c-card02__imgBackground {
	aspect-ratio: 440/240;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.c-card02__imgBackground img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.c-card02__content {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.c-card02__img {
	height: 3.125rem;
	margin-inline: auto;
	width: 3.125rem;
}

.c-card02__title {
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 150%;
	margin-top: 0.625rem;
	text-align: center;
}

.c-card03 {
	background: #FFFAF4;
	border: 0.0625rem solid #AD881E;
	border-radius: 0.625rem;
	display: block;
	max-width: 100%;
	padding: 1.125rem 1.125rem 1.125rem 3rem;
	position: relative;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	width: 26.75rem;
}

.c-card03::before {
	background-image: url(../images/common/arrow-ochre.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.375rem;
	left: 1.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	width: 1.375rem;
}

.c-card03__contents {
	grid-gap: 0.625rem;
	display: -ms-grid;
	display: grid;
	gap: 0.625rem;
	-ms-grid-columns: 4.375rem 1fr;
	grid-template-columns: 4.375rem 1fr;
}

.c-card03__img {
	aspect-ratio: 70/70;
	display: block;
	overflow: hidden;
}

.c-card03__img img {
	-o-object-fit: cover;
	border-radius: 0.3125rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card03__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: normal;
	overflow: hidden;
}

.c-card03__wrapper {
	-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;
	gap: 0.625rem;
	margin-top: 0.5rem;
}

.c-card03__date {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
}

.c-card03__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
}

.c-card03__new,
.c-card03__category {
	border-radius: 0.3125rem;
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 100%;
	padding: 0.3125rem 0.625rem;
}

.c-card03__new {
	background: #E65519;
	text-transform: capitalize;
}

.c-card03__category {
	background: #F4B62F;
}

.c-card03._reverse {
	padding: 1.125rem 3rem 1.125rem 1.125rem;
}

.c-card03._reverse::before {
	left: auto;
	left: initial;
	right: 1.125rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.c-confirmation__item:nth-child(n+2) {
	margin-top: 2.6875rem;
}

.c-confirmation__itemTerm {
	-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;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
	line-height: 150%;
}

.c-confirmation__item-text {
	font-family: "Kaisei Opti", serif;
}

.c-confirmation__accent {
	background: #AD881E;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding: 0.125rem 0.625rem;
}

.c-confirmation__accent._optional {
	background: #fff;
	border: 0.0625rem solid #AD881E;
	color: #AD881E;
}

.c-confirmation__itemDescription {
	font-size: 1rem;
	font-weight: 500;
	line-height: 200%;
	margin-top: 1rem;
	padding-inline: 0.625rem;
}

.c-contact01 {
	background-image: url(../images/common/contact-background01@2x.webp), url(../images/common/contact-background01@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 28.9375rem;
	position: relative;
	width: 21.875rem;
}

.c-contact01__content {
	left: 50%;
	position: absolute;
	top: 52%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.c-contact01__title {
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 2rem;
	line-height: 150%;
	text-align: center;
}

.c-contact01__button {
	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: 1.75rem;
}

.c-contact01__button .c-button02:hover {
	opacity: 1;
}

.c-contact01__textEn {
	color: #F4B62F;
	font-family: "Kaisei Opti", serif;
	font-size: 1.25rem;
	line-height: 100%;
	text-transform: capitalize;
}

.c-contact01__textJp {
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.c-contact02 {
	background-image: url(../images/common/contact-background02@2x.webp), url(../images/common/contact-background02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 28.9375rem;
	position: relative;
	width: 21.875rem;
}

.c-contact02__content {
	left: 50%;
	position: absolute;
	top: 52%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.c-contact02__title {
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 2rem;
	line-height: 150%;
	text-align: center;
}

.c-contact02__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 200%;
	margin-top: 0.625rem;
	text-align: center;
}

.c-contact02__buttons {
	-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;
	gap: 0.625rem;
	margin-top: 2rem;
}

.c-contact02__button {
	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;
	width: 100%;
}

.c-contact02__button .c-button02:hover,
.c-contact02__button .c-button03:hover {
	opacity: 1;
}

.c-cta {
	position: relative;
	z-index: 1;
}

.c-cta__background {
	background-image: url(../images/recruit/cta-background@2x.webp), url(../images/recruit/cta-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.5rem;
	padding: 2.53125rem 2.5rem;
}

.c-cta__inner.l-inner {
	max-width: calc(48.75rem + 6.6666%);
}

.c-cta__titleBlock {
	text-align: center;
}

.c-cta__title {
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 100%;
	padding-inline: 1.125rem;
	position: relative;
	text-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.18);
}

.c-cta__title::before {
	background: #fff;
	border-radius: 0.3125rem;
	content: "";
	height: 2.1875rem;
	left: 0;
	position: absolute;
	top: 58%;
	-webkit-transform: translateY(-50%) rotate(-25deg);
	        transform: translateY(-50%) rotate(-25deg);
	width: 0.125rem;
}

.c-cta__title::after {
	background: #fff;
	border-radius: 0.3125rem;
	content: "";
	height: 2.1875rem;
	position: absolute;
	right: 0;
	top: 58%;
	-webkit-transform: translateY(-50%) rotate(25deg);
	        transform: translateY(-50%) rotate(25deg);
	width: 0.125rem;
}

.c-cta__buttons {
	-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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.875rem;
}

.c-cta__button {
	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;
	width: 100%;
}

.c-drawer__button {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: transparent;
	border: 0.0625rem solid #735824;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2rem transparent;
	        box-shadow: 0 0 2rem transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2.25rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 2.25rem;
	z-index: 200;
}

.c-drawer__line {
	font-size: 0;
}

.c-drawer__line,
.c-drawer__line::before,
.c-drawer__line::after {
	background-color: #735824;
	border-radius: 0.1875rem;
	content: "";
	display: block;
	height: 0.0625rem;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 0.75rem;
}

.c-drawer__line::before {
	bottom: 0.3125rem;
}

.c-drawer__line::after {
	top: 0.3125rem;
}

.c-drawer__button[aria-expanded=true] {
	background: transparent;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line {
	background-color: transparent;
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.c-drawer__button[aria-expanded=true] .c-drawer__line::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-drawer__modal {
	background: #FFF6E0;
	display: block;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	visibility: hidden;
	width: 100vw;
	z-index: -1;
}

.c-drawer__modal.is-open {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.c-drawer__dialog {
	-ms-overflow-style: none;
	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: 100dvh;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
	width: 100vw;
}

.c-drawer__lists {
	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-inline: auto;
	padding-block: 0.625rem 6.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-drawer__link {
	-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;
	gap: 0.3125rem;
	padding-block: 0.875rem;
}

.c-drawer__listEn {
	color: #AD881E;
	font-family: "Kaisei Opti", serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 100%;
	text-transform: capitalize;
}

.p-header__listEn._uppercase {
	text-transform: uppercase;
}

.c-drawer__listJp {
	color: #AD881E;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 100%;
}

.c-drawer__snsButtons {
	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;
	gap: 0.875rem;
	margin-top: 0.5625rem;
}

.c-drawer__snsLists {
	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.5rem;
	max-width: 10.25rem;
	padding-inline: 2.5rem;
	width: 100%;
}

.c-drawer__snsLink {
	display: inline-block;
	width: 1.75rem;
}

.c-drawer__snsImg {
	aspect-ratio: 28/29;
	display: block;
	overflow: hidden;
}

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

/* c-drawer--open-right */

.c-drawer--open-right .c-drawer__modal {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transform: translateY(4.375rem);
	        transform: translateY(4.375rem);
}

.c-drawer--open-right .c-drawer__modal.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transform: translateY(4.375rem);
	        transform: translateY(4.375rem);
}

/* c-drawer--open-left */

.c-drawer--open-left .c-drawer__modal {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

.c-drawer--open-left .c-drawer__modal.is-open {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* c-drawer--open-top */

.c-drawer--open-top .c-drawer__modal {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.c-drawer--open-top .c-drawer__modal.is-open {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.c-flow {
	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;
	position: relative;
	z-index: 1;
}

.c-flow__number {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #FBE6B4;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 3rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	position: relative;
	text-align: center;
	width: 3rem;
}

.c-flow__number._is-active {
	background: #F4B62F;
}

.c-flow__number._is-active::before {
	background: #FCEBDB;
	border-radius: 50%;
	content: "";
	height: 3.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 3.625rem;
	z-index: -1;
}

.c-flow {
	position: relative;
}

.c-flow::before {
	background: #EDEDED;
	content: "";
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 36%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 98%;
	z-index: -2;
}

.c-flow__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
	margin-top: 0.375rem;
	text-align: center;
}

.c-form__item:nth-child(n+2) {
	margin-top: 2.5rem;
}

.c-form__dt {
	-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;
	gap: 0.5rem;
}

.c-form__dd {
	margin-top: 0.5rem;
}

.c-form__item-text {
	font-family: "Kaisei Opti", serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
}

.c-form__accent {
	background: #AD881E;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding: 0.125rem 0.625rem;
}

.c-form__accent._optional {
	background: #fff;
	border: 0.0625rem solid #AD881E;
	color: #AD881E;
}

.c-form__radio {
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	padding: 1rem 0.625rem 0.625rem 0.625rem;
}

.c-form__checkbox {
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
	margin-left: 1.25rem;
	margin-top: 1.25rem;
	padding: 0.625rem;
	text-align: center;
}

.c-form__ddLink {
	text-decoration: underline;
	-webkit-text-decoration-color: #E65519;
	        text-decoration-color: #E65519;
	text-underline-offset: 0.25rem;
}

.c-form__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 1.125rem;
}

.c-form__button {
	text-align: center;
}

.c-form__input {
	background: #E65519;
	border: 0.0625rem solid #fff;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 1.125rem;
	font-weight: 500;
	padding: 1.1875rem 1.75rem;
	position: relative;
	position: relative;
	text-align: start;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 18.875rem;
}

.c-form__input._yellow {
	background: #F4B211;
}

.c-form__input::before {
	background-image: url(../images/common/arrow-white-yellow@2x.webp), url(../images/common/arrow-white-yellow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.375rem;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1.375rem;
}

.c-form__input._return {
	background: #F4B211;
	border: 0.0625rem solid #F4B211;
	color: #fff;
	padding-left: 3.5rem;
}

.c-form__input._return::before {
	background: #fff;
}

.c-form__input input {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font-weight: 400;
	line-height: normal;
	padding: 0;
}

.c-form__input.c-form__input._return::before {
	background-image: url(../images/common/arrow-white-yellow@2x.webp), url(../images/common/arrow-white-yellow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	content: "";
	height: 1.375rem;
	left: 1.5rem;
	position: absolute;
	right: auto;
	right: initial;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 1.375rem;
}

.c-form__input.c-form__input._submit::before {
	background-image: url(../images/common/arrow-white-yellow@2x.webp), url(../images/common/arrow-white-yellow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	content: "";
	height: 1.375rem;
	position: absolute;
	top: 50%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 1.375rem;
}

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

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

.c-heading {
	font-weight: bold;
}

.c-heading--2 {
	border-bottom: 0.1875rem solid #735824;
	font-size: 1.5rem;
	padding-block: 0.625rem;
}

.c-heading--3 {
	border-left: 0.3125rem solid #735824;
	font-size: 1.25rem;
	padding: 0.3125rem 0 0.3125rem 0.625rem;
}

.c-heading01 {
	font-family: "Kaisei Opti", serif;
	font-size: 2rem;
	line-height: 150%;
	position: relative;
}

.c-heading01::before {
	color: #735824;
	-webkit-filter: blur(0.25rem);
	        filter: blur(0.25rem);
	font-family: "Kaisei Opti", serif;
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 100%;
	opacity: 0.1;
	position: absolute;
	text-transform: capitalize;
}

.c-heading01._about {
	overflow-x: visible;
	overflow-x: initial;
}

.c-heading01._about::before {
	content: "about";
	left: calc(50% - 31.1875rem);
	left: -1.3125rem;
	top: -4.125rem;
}

.c-heading01._menu {
	text-align: center;
}

.c-heading01._menu::before {
	content: "menu";
	right: calc(50% - 29.375rem);
	top: 3.6875rem;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.c-heading01._access::before {
	content: "access";
	left: 0.0625rem;
	top: -3.875rem;
}

.c-heading01._blog {
	text-align: center;
}

.c-heading01._blog::before {
	content: "blog";
	right: calc(50% - 31.875rem);
	top: 4.1875rem;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.c-heading01._feature {
	text-align: center;
}

.c-heading01._feature::before {
	bottom: 0;
	content: "feature";
	left: 0;
}

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

.c-heading01._school::before {
	bottom: 1.25rem;
	content: "school";
	left: -4.375rem;
}

.c-item01__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 100%;
}

.c-item01__title svg {
	margin-right: 0.3125rem;
	vertical-align: text-bottom;
}

.c-item01__title._center svg {
	vertical-align: bottom;
}

.c-item01__texts {
	margin-top: 0.25rem;
}

.c-item01__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%;
}

.c-list,
.c-list li ul {
	list-style-type: disc;
	padding-left: 1.875rem;
	padding-right: 0.625rem;
}

.c-list li {
	margin-bottom: 0.9375rem;
}

.c-list li ul li {
	margin-top: 0.9375rem;
}

.c-list--decimal,
.c-list--decimal li ul {
	list-style-type: decimal;
}

.c-list--arrow-start,
.c-list--arrow-start li ul {
	list-style-type: none;
}

.c-list--arrow-start li {
	position: relative;
}

.c-list--arrow-start li::before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 0.75rem;
	font-weight: 900;
	left: -1rem;
	position: absolute;
	top: 0.125rem;
}

.c-loading {
	-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;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.c-loading__mask {
	background: #FFFBF1;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-loading__img {
	display: block;
	height: 4.6875rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 25.4375rem;
	z-index: 2;
}

.c-lower-head {
	height: 28.75rem;
	position: relative;
}

.c-lower-head::before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(90, 90, 90)));
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(90, 90, 90));
	content: "";
	height: 9.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.c-lower-head__inner {
	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;
	left: 50%;
	margin-inline: auto;
	max-width: 48.75rem;
	padding-inline: 3.3333%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 100%;
}

.c-lower-head__title {
	-ms-writing-mode: tb-rl;
	background: #735824;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.0625rem;
	height: 19.375rem;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	letter-spacing: 0.3125rem;
	padding-block: 0.3125rem;
	padding-top: 1.25rem;
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}

.c-media01 {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	    grid-template-areas: "content images";
	-ms-grid-columns: 1fr 2.5rem 28.1875rem;
	grid-template-columns: 1fr 28.1875rem;
}

.c-media01__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: content;
}

.c-media02 > .c-media01__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media04 > .c-media01__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media01__title {
	font-family: "Kaisei Opti", serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 150%;
}

.c-media01__texts {
	margin-top: 2.5rem;
}

.c-media01__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 240%;
}

.c-media01__imgBlock {
	grid-area: "images";
	position: relative;
}

.c-media01._01 .c-media01__imgBlock::before {
	background-image: url(../images/common/flower03@2x.webp), url(../images/common/flower03@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -0.0625rem;
	content: "";
	height: 8.25rem;
	left: -0.875rem;
	position: absolute;
	width: 5.25rem;
}

.c-media01._02 .c-media01__imgBlock::before {
	background-image: url(../images/common/flower02@2x.webp), url(../images/common/flower02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 8.125rem;
	left: -28rem;
	position: absolute;
	width: 5.4375rem;
}

.c-media01._03 .c-media01__imgBlock::before {
	background-image: url(../images/common/flower01@2x.webp), url(../images/common/flower01@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 6.75rem;
	left: -0.6875rem;
	position: absolute;
	width: 4.375rem;
}

.c-media01__img {
	aspect-ratio: 451/485;
	display: block;
	overflow: hidden;
}

.c-media01__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-media02 {
	grid-gap: 3.875rem;
	display: -ms-grid;
	display: grid;
	gap: 3.875rem;
	gap: 2.625rem;
	    grid-template-areas: "content images";
	-ms-grid-columns: 1fr 2.625rem 27.4375rem;
	grid-template-columns: 1fr 27.4375rem;
}

.c-media02__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: content;
}

.c-media02 > .c-media02__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media04 > .c-media02__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media02__title {
	font-family: "Kaisei Opti", serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 150%;
}

.c-media02__text {
	border-bottom: 0.0625rem solid #AD881E;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	padding-bottom: 0.875rem;
}

.c-media02__subTexts {
	padding-block: 1rem;
}

.c-media02__subText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 200%;
}

.c-media02__line {
	border-bottom: 0.0625rem dashed #735824;
	height: 0.0625rem;
	margin-inline: 0.625rem;
}

.c-media02__img {
	aspect-ratio: 439/365;
	display: block;
	overflow: hidden;
}

.c-media02__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.p-surgery__itemLv2 {
	border-left: 0.0625rem solid #AD881E;
	border-right: 0.0625rem solid #AD881E;
	border-top: 0.0625rem solid #AD881E;
	padding: 0.75rem 1.25rem;
}

.p-surgery__itemLv2:last-child {
	border-bottom: 0.0625rem solid #AD881E;
}

.p-surgery__head {
	-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-surgery__time {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 160%;
}

.p-surgery__price {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 160%;
}

.p-surgery__text {
	font-size: 0.875rem;
	line-height: 200%;
	margin-top: 0.5rem;
}

.c-media03 {
	grid-gap: 2.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 18.75rem 1fr;
	grid-template-columns: 18.75rem 1fr;
}

.c-media03__img {
	aspect-ratio: 300/405;
	display: block;
	overflow: hidden;
}

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

.c-media03__title {
	font-family: "Kaisei Opti", serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 150%;
}

.c-media03__trouble,
.c-media03__age,
.c-media03__accent,
.c-media03__sex {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 200%;
}

.c-media03__trouble {
	margin-top: 0.625rem;
}

.c-media03__flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 0.0625rem solid #AD881E;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 0.625rem;
}

.c-media03__texts {
	max-width: 26.25rem;
	width: 100%;
}

.c-media03__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 200%;
}

.c-media04 {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	    grid-template-areas: "content images";
	-ms-grid-columns: 1fr 2.5rem 20.6875rem;
	grid-template-columns: 1fr 20.6875rem;
}

.c-media04__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: content;
	margin-top: 0.34375rem;
}

.c-media02 > .c-media04__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media04 > .c-media04__content {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.c-media04__title {
	font-family: "Kaisei Opti", serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 150%;
}

.c-media04__texts {
	margin-top: 2.5rem;
}

.c-media04__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%;
}

.c-media04__imgBlock {
	grid-area: "images";
}

.c-media04__img {
	aspect-ratio: 331/359;
	display: block;
	overflow: hidden;
}

.c-media04__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-menu01 {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto auto auto 1fr;
	grid-template-rows: auto auto auto 1fr;
	text-align: center;
}

.c-menu01__imgBlock {
	margin-inline: auto;
	width: 2.9375rem;
}

.c-menu01__img {
	aspect-ratio: 47/47;
	display: block;
	overflow: hidden;
}

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

.c-menu01__title {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 100%;
}

.c-menu01__subTitle {
	border-bottom: 0.0625rem solid #AD881E;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
	padding-bottom: 0.625rem;
}

.c-menu01__texts {
	margin-top: 0.625rem;
}

.c-menu01__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
}

.c-menu01__definitionList {
	margin-inline: 1.675rem;
	margin-top: 1.5rem;
}

.c-menu01__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr auto;
	grid-template-columns: auto 1fr auto;
}

.c-menu01__tram,
.c-menu01__description {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
}

.c-menu01__line {
	border-bottom: 0.0625rem dashed #735824;
	height: 0.0625rem;
	margin-inline: 0.625rem;
}

.c-mv__video {
	aspect-ratio: 1020/640;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-mv__video video {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-offering {
	background: #FFFAF4;
	border: 0.0625rem solid #AD881E;
	border-radius: 1.25rem;
	padding: 2rem 4.375rem;
}

.c-offering__title {
	font-size: 1.125rem;
	font-weight: 500;
}

.c-offering__subTitle {
	border-bottom: 0.0625rem solid #C3C3C3;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 150%;
	margin-top: 0.1875rem;
	padding-bottom: 0.625rem;
}

.c-offering__textTitle {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
	margin-top: 1.125rem;
}

.c-offering__text {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 200%;
	margin-top: 0.5rem;
}

.c-privacy {
	padding-bottom: 4rem;
}

.c-privacy__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
}

.c-privacy__contentTexts,
.c-privacy__listTexts,
.c-privacy__headerText,
.c-privacy__listText,
.c-privacy__listsLv2,
.c-privacy__listsLv3,
.c-privacy__listsLv4 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 200%;
}

.c-privacy__contentTexts,
.c-privacy__listTexts,
.c-privacy__headerText {
	text-transform: capitalize;
}

.c-privacy__contentTexts {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 200%;
	text-align: right;
}

.c-privacy__container {
	margin-top: 2rem;
}

.c-privacy__lists,
.c-privacy__list:not(:first-child) {
	margin-top: 2.5rem;
}

.c-privacy__listTitle {
	background: #AD881E;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1.25rem;
	padding: 0.625rem 1.125rem;
}

.c-privacy__listsLv2 {
	list-style-type: decimal;
	margin-left: 1.25rem;
	margin-top: 0.5rem;
}

.c-privacy__listsLv3 {
	list-style-type: lower-alpha;
	margin-left: 1.375rem;
}

.c-privacy__listsLv4 {
	list-style-type: lower-roman;
	margin-left: 1.375rem;
}

.c-privacy__button {
	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: 2rem;
}

.c-privacy__listText._normal {
	text-transform: lowercase;
}

.c-scroll-top {
	display: inline-block;
}

.c-single {
	overflow-x: clip;
	position: relative;
	z-index: 1;
}

.c-single__inner.l-inner {
	max-width: calc(48.75rem + 6.6666%);
}

.c-single__meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
}

.c-single__date {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 180%;
}

.c-single__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
}

.c-single__new,
.c-single__category {
	border-radius: 0.3125rem;
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 100%;
	padding: 0.3125rem 0.625rem;
}

.c-single__new {
	background: #E65519;
	text-transform: capitalize;
}

.c-single__category {
	background: #F4B62F;
}

.c-single__title {
	font-size: 2rem;
	font-weight: 500;
	line-height: 150%;
	margin-top: 0.625rem;
}

.c-single__line {
	background: #AD881E;
	margin: 0 calc(50% - 50vw);
	margin-top: 2rem;
	width: 100vw;
}

.c-single__imgBlock {
	margin-top: 3rem;
}

.c-single__imgBlock._media {
	margin-top: 0;
}

.c-single__img img {
	border-radius: 1.125rem;
}

.c-single__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 240%;
	margin-top: 2rem;
}

.c-single__media {
	grid-gap: 2rem;
	display: -ms-grid;
	display: grid;
	gap: 2rem;
	-ms-grid-columns: 20.125rem 1fr;
	grid-template-columns: 20.125rem 1fr;
	margin-top: 3rem;
}

.c-single__mediaText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 240%;
}

.c-single__content img {
	border-radius: 1.125rem;
	margin-top: 2rem;
}

.c-single__content h2 {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 150%;
	margin-top: 2rem;
}

.c-single__content p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 240%;
	margin-top: 0.5rem;
}

.c-single__content a:link {
	color: #0000EE;
	text-decoration: underline;
}

.c-single__content a:visited {
	color: #551A8B;
	text-decoration: underline;
}

.c-single__content a:active {
	color: #FF0000;
	text-decoration: underline;
}

.c-single__pagenaviText {
	font-size: 1rem;
	font-weight: 500;
	line-height: 100%;
	padding-bottom: 0.625rem;
}

.c-single__pagenavisInner.l-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.1875rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5.125rem;
	max-width: calc(55.75rem + 6.6666%);
}

.c-tab__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: flex;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	margin: 0 auto;
	max-width: 37.5rem;
}

.c-tab__menuItem {
	background-color: #BEBEBE;
	border: none;
	color: #888888;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 1.125rem;
	padding: 1.25rem 1.25rem;
	position: relative;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

/* 追加: 各言語/ツールのテーマカラーの線 */

.c-tab__menuItem::before {
	content: "";
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-tab__menuItem:nth-of-type(1)::before {
	background-color: #e34f26;
}

.c-tab__menuItem:nth-of-type(2)::before {
	background-color: #264de4;
}

.c-tab__menuItem:nth-of-type(3)::before {
	background-color: #f7df1e;
}

.c-tab__menuItem:nth-of-type(4)::before {
	background-color: #88ce02;
}

/* 選択されたタブの表示 */

.js-tab-active {
	background-color: #fff;
	color: #333;
}

/* 選択されたタブの線を表示 */

.js-tab-active::before {
	opacity: 1;
}

.c-tab__content {
	font-size: 1.125rem;
	margin: 0 auto;
	max-width: 37.5rem;
	position: relative;
}

.c-tab__contentItem {
	background-color: #f9f9f9;
	border: 0.0625rem solid #ddd;
	border-top: none;
	display: none;
	padding: 1.25rem;
}

.c-tab__contentItem:nth-of-type(1) {
	display: block;
}

.c-tab__contentItem img {
	height: auto;
	margin-right: 0.625rem;
	width: 6.25rem;
}

.c-tab__contentItem p {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.c-text {
	font-size: 1.0625rem;
	letter-spacing: -0.0625rem;
	line-height: 2.4705882353;
	text-align: justify;
}

.c-text__name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
}

.c-thanks__title {
	font-family: "Kaisei Opti", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.c-thanks__texts {
	margin-top: 1rem;
}

.c-thanks__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 200%;
}

.c-thanks__button {
	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: 1.5rem;
}

.c-title01 {
	color: #008000;
	font-family: "Kaisei Opti", serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 160%;
	padding-left: 1.4375rem;
	position: relative;
}

.c-title01::before {
	background-color: #008000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.1875rem;
}

.c-vertical-line {
	background: #735824;
	height: 6.25rem;
	margin-inline: auto;
	width: 0.0625rem;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: 1px solid #A9A18A;
	border-radius: 0.3125rem;
	font-family: inherit;
	font-size: 1.125rem;
	padding: 0.625rem 1rem;
	resize: vertical; /*↓カスタム */
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease; /*↓↓選択されているときの色*/ /*↓↓↓↓不要ならコメントアウト or 削除 */
	width: 100%;
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #391E88;
}

[type=tel] {
	width: 100%;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 0.5rem 0 0;
	padding: 0 0 0 2rem;
	position: relative;
}

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

[type=radio] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #F4B62F;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.3125rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 1.5625rem;
	padding: 0 0 0 1.875rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 0.0625rem solid #C3C3C3;
	border-radius: 0.1875rem;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 2px solid #E65519;
	border-left: 2px solid #E65519;
	content: "";
	display: block;
	height: 0.375rem;
	left: 2px;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1; /*チェックマークじゃない場合は以下を変更する*/
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	width: 0.875rem;
}

select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	background-color: #fff;
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0; /*↓リセットCSS */
	border-radius: 0.3125rem; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	padding: 0.625rem 1rem;
	width: 100%; /*↓カスタム */
}

select:focus {
	border: 1px solid #391E88;
}

[type=date] {
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto; /*↓デフォルトではないアイコンを使う場合は入力する*/
	position: relative; /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 11.25rem;
	line-height: 1.6;
	padding: 1rem;
	width: 100%;
}

/* プレースホルダーの色を変更する */

::-moz-placeholder {
	color: #A9A18A;
}

::-webkit-input-placeholder {
	color: #A9A18A;
}

:-ms-input-placeholder {
	color: #A9A18A;
}

::-ms-input-placeholder {
	color: #A9A18A;
}

::placeholder {
	color: #A9A18A;
}

/* フォーム7　ボタンの余白削除 */

.wpcf7-spinner {
	display: none;
}

.wp-pagenavi {
	-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;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: none !important;
	border-radius: 3.125rem;
	color: #F4B62F;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	height: 1.375rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-inline: 0.5rem;
	padding-bottom: 0.3125rem;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
	width: 1.375rem;
}

.wp-pagenavi span.current {
	border: none;
	color: #E65519;
}

.wp-pagenavi .previouspostslink {
	background: #E65519;
	border: 0.125rem solid orange;
	color: #fff;
	font-size: 0.625rem;
	margin-right: 0.3125rem;
	position: relative;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../images/common/arrow-icon-left.svg);
	background: orange;
	content: "";
	height: 0.6875rem;
	left: 50%;
	mask-image: url(../images/common/arrow-icon-left.svg);
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 0.625rem;
}

.wp-pagenavi .previouspostslink::before {
	left: 48%;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	        transform: translate(-50%, -50%) rotate(180deg);
}

.wp-pagenavi .nextpostslink::before {
	left: 52%;
}

.wp-pagenavi .nextpostslink {
	background: transparent;
	background: #E65519;
	border: 0.125rem solid orange;
	color: #fff;
	font-size: 0.625rem;
	margin-left: 0.3125rem;
	position: relative;
}

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

.p-404__inner.l-inner {
	max-width: calc(45rem + 6.6666%);
}

.p-404__title {
	font-family: "Kaisei Opti", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: normal;
}

.p-404__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 200%;
	margin-top: 1rem;
	text-align: justify;
}

.p-404__button {
	margin-top: 1.5rem;
}

.p-404__button .c-button01 {
	text-align: left;
}

.p-about__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
	max-width: calc(58.125rem + 6.6666%);
}

.p-about__contents {
	grid-gap: 2.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr 28.1875rem;
	grid-template-columns: 1fr 28.1875rem;
}

.p-about__title {
	font-family: "Kaisei Opti", serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 150%;
}

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

.p-about__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 240%;
}

.p-about__img {
	aspect-ratio: 451/485;
	display: block;
	overflow: hidden;
}

.p-about__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-about__description {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 200%;
	margin-top: 0.625rem;
	text-align: center;
}

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

.p-blog__inner.l-inner {
	max-width: calc(48.75rem + 6.6666%);
}

.p-blog__items {
	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;
	gap: 2.5rem;
}

.p-blog__pagenavi {
	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: 1.375rem;
}

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

.p-buttons__inner.l-inner {
	max-width: calc(58.1875rem + 6.6666%);
}

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

.p-buttons__item {
	display: inline-block;
	width: 100%;
}

.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-component__previewTitle {
	margin-top: 1.875rem;
}

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

.p-confirmation {
	padding-bottom: 3.5rem;
}

.p-confirmation__inner.l-inner {
	max-width: calc(45rem + 6.6666%);
}

.p-confirmation__flow {
	margin-inline: auto;
	max-width: 30rem;
	width: 100%;
}

.p-confirmation__form {
	margin-top: 2.1875rem;
}

.p-confirmation .c-form__buttons {
	margin-top: 2.5rem;
}

.p-contact {
	padding-bottom: 3.5rem;
}

.p-contact__inner.l-inner {
	max-width: calc(45rem + 6.6666%);
}

.p-contact__flow {
	margin-inline: auto;
	max-width: 30rem;
	width: 100%;
}

.p-cta {
	padding-block: 5.4375rem 1.375rem;
	position: relative;
}

.p-cta::before {
	background-image: url(../images/common/contact-background@2x.webp), url(../images/common/contact-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 91.0317460317vw;
	height: 71.031746vw;
	height: 78.031746vw;
	position: absolute;
	position: absolute;
	right: 0;
	right: 0;
	top: -11.25rem;
	top: 0.625rem;
	width: 100vw;
	z-index: -1;
}

.p-cta__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
}

.p-cta__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-cta__item .c-button02._orange,
.p-cta__item .c-button02._yellow,
.p-cta__item .c-button03 {
	border: 0.0625rem solid #fff;
}

.p-cta__item._reservation {
	position: relative;
}

.p-cta__item._reservation::before {
	background-image: url(../images/common/flower06@2x.webp), url(../images/common/flower06@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0.125rem;
	content: "";
	height: 8rem;
	left: -7.1875rem;
	position: absolute;
	width: 4.75rem;
}

.p-cta__item._contact {
	position: relative;
}

.p-cta__item._contact::before {
	content: "contact";
	-webkit-filter: blur(0.25rem);
	        filter: blur(0.25rem);
	font-family: "Kaisei Opti", serif;
	font-size: 5.5rem;
	font-weight: 500;
	left: 0.5rem;
	line-height: 100%;
	opacity: 0.1;
	position: absolute;
	text-transform: capitalize;
	top: -4.5625rem;
}

.p-faq__inner.l-inner {
	max-width: calc(51.25rem + 6.6666%);
}

.p-faq__items {
	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;
	gap: 2.5rem;
}

.p-footer {
	background: #A68C63;
	margin-left: auto;
	padding-block: 2.5rem 0.625rem;
	position: relative;
	width: calc(100% - 14.75rem);
}

.p-footer__inner.l-inner {
	max-width: calc(58.75rem + 6.6666%);
}

.p-footer__contents {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr 27.5625rem;
	grid-template-columns: 1fr 27.5625rem;
	-ms-grid-columns: 1fr 31.5rem;
	grid-template-columns: 1fr 31.5rem;
}

.p-footer__map {
	aspect-ratio: 459/417;
	display: block;
	overflow: hidden;
}

.p-footer__map iframe {
	border-radius: 0.625rem;
	height: 100%;
	width: 100%;
}

.p-footer__wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem;
	padding: 1.125rem 1.875rem;
}

.p-footer__img {
	width: 8.8125rem;
}

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

.p-footer__listTetx {
	font-size: 1rem;
	font-weight: 500;
	line-height: 150%;
}

.p-footer__listTetx._small {
	font-size: 0.875rem;
}

.p-footer__navItems {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 1.5rem;
	margin-top: 2.5rem;
}

.p-footer__navItems._none {
	display: none;
}

.p-footer__navLink {
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
	position: relative;
	text-transform: uppercase;
}

.p-footer__navLink::before {
	background: #fff;
	bottom: -0.375rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 100%;
}

.p-footer__snsItems {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 2.5rem;
}

.p-footer__snsItems._none {
	display: none;
}

.p-footer__snsLink {
	display: inline-block;
	width: 1.9375rem;
}

.p-footer__snsImg {
	aspect-ratio: 28/29;
	display: block;
	overflow: hidden;
}

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

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

.p-footer__copy small {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 150%;
}

.p-future {
	position: relative;
}

.p-future::before {
	background-image: url(../images/about/feature-background@2x.webp), url(../images/about/feature-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: min(82.1875rem, 128.9215686275vw);
	height: 128.9215686275vw;
	position: absolute;
	right: 0;
	top: 4.375rem;
	width: min(63.75rem, 100vw);
	width: 100vw;
}

.p-future__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
}

.p-future__items {
	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;
	gap: 2.5rem;
	margin-top: 3.5rem;
}

.p-header {
	background: #FFF6E0;
	height: 100%;
}

.p-header__inner {
	padding: 1.5rem 1.25rem;
}

.p-header__logo {
	width: 12.25rem;
}

.p-header__nav._none {
	display: none;
}

.p-header__lists {
	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;
	margin-top: -0.5rem;
}

.p-header__link {
	-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;
	gap: 0.3125rem;
	padding-block: 0.875rem;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-header__listEn {
	color: #AD881E;
	font-family: "Kaisei Opti", serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 100%;
	text-transform: capitalize;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-header__listEn._uppercase {
	text-transform: uppercase;
}

.p-header__listJp {
	color: #AD881E;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 100%;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.p-header__buttons {
	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;
	gap: 0.625rem;
	margin-top: 0.5625rem;
}

.p-header__snsLists {
	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.5rem;
	max-width: 10.25rem;
	padding-inline: 2.5rem;
	width: 100%;
}

.p-header__snsLink {
	display: inline-block;
	width: 1.75rem;
}

.p-header__snsImg {
	aspect-ratio: 28/29;
	display: block;
	overflow: hidden;
}

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

.p-header__drawer {
	display: none;
}

.p-lower-head {
	display: -ms-grid;
	display: grid;
	padding: 1.25rem;
	place-items: center;
	position: relative;
}

.p-lower-head::before {
	bottom: 1.125rem;
	color: #FFFAF0;
	-webkit-filter: blur(0.125rem);
	        filter: blur(0.125rem);
	font-family: "Kaisei Opti", serif;
	font-size: 5.5rem;
	font-size: 6.9841269841vw;
	font-weight: 500;
	left: 2.875rem;
	left: 3.6507936508vw;
	line-height: 100%;
	position: absolute;
	text-transform: capitalize;
}

.p-lower-head._about::before {
	content: "about";
}

.p-lower-head._menu::before {
	content: "menu";
}

.p-lower-head._voice::before {
	content: "voice";
}

.p-lower-head._faq::before {
	content: "faq";
	text-transform: uppercase;
}

.p-lower-head._blog::before {
	content: "blog";
}

.p-lower-head._recruit::before {
	content: "recruit";
}

.p-lower-head._contact::before {
	content: "contact";
}

.p-lower-head._404::before {
	content: "404error";
}

.p-lower-head._privacy::before {
	content: "privacy policy";
}

.p-lower-head__inner {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	text-align: center;
	z-index: 1;
}

.p-lower-head__title {
	color: #fff;
	font-family: "Kaisei Opti", serif;
	font-size: 3.1746031746vw;
	font-weight: 400;
	line-height: 150%;
}

.p-lower-head._blog .p-lower-head__title {
	color: #735824;
}

.p-lower-head__img {
	display: block;
	margin-inline: auto;
	width: 12.1875rem;
}

.p-lower-head__background {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-area: 1/1/2/2;
	width: 100%;
}

.p-lower-head__background img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-main {
	background: #FFFCF1;
	margin-left: auto;
	overflow: clip;
	position: relative;
	width: calc(100% - 14.75rem);
}

.p-main._top::before {
	background-image: url(../images/top/menu-background@2x.webp), url(../images/top/menu-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 128.9215686275vw;
	left: 0;
	position: absolute;
	top: 96.5625rem;
	width: 100vw;
}

.p-main._top::after {
	background-image: url(../images/top/blog-background@2x.webp), url(../images/top/blog-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 128.9215686275vw;
	left: 0;
	position: absolute;
	top: 173.125rem;
	width: 100vw;
}

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

.p-mary__inner.l-inner {
	max-width: calc(60rem + 6.6666%);
}

.p-mary__heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

.p-mary__titleJp {
	color: #008000;
	font-family: "Kaisei Opti", serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 150%;
}

.p-mary__titleEn {
	color: #008000;
	-webkit-filter: blur(0.25rem);
	        filter: blur(0.25rem);
	font-family: "Kaisei Opti", serif;
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 100%;
	opacity: 0.2;
	text-transform: uppercase;
}

.p-mary__head-imgBlock {
	margin-top: 2rem;
}

.p-mary__head-img {
	aspect-ratio: 960/303;
	display: block;
	overflow: hidden;
}

.p-mary__head-img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mary__headMedia {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 1fr 22.25rem;
	grid-template-columns: 1fr 22.25rem;
	margin-top: 3.5rem;
}

.p-mary__headMedia-texts {
	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;
	gap: 2.625rem;
	margin-top: 2rem;
}

.p-mary__headMedia-text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 240%;
}

.p-mary__headMedia-imgBlock {
	position: relative;
}

.p-mary__headMedia-imgBlock::before {
	background-image: url(../images/common/flower07@2x.webp), url(../images/common/flower07@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -4.4375rem;
	content: "";
	height: 8.5625rem;
	position: absolute;
	right: -2.6875rem;
	width: 8.3125rem;
}

.p-mary__headMedia-img {
	aspect-ratio: 356/425;
	display: block;
	overflow: hidden;
}

.p-mary__headMedia-img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mary__menu {
	margin-top: 3.5rem;
}

.p-mary__menuTitle {
	color: #008000;
	font-family: "Kaisei Opti", serif;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 100%;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.p-mary__menuTitle::before {
	background: #008000;
	bottom: -0.3125rem;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1.5rem;
}

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

.p-mary__goods {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 26.8125rem 1fr;
	grid-template-columns: 26.8125rem 1fr;
	margin-top: 2.875rem;
}

.p-mary__goods-img {
	aspect-ratio: 429/263;
	display: block;
	overflow: hidden;
}

.p-mary__goods-img {
	-o-object-fit: cover;
	border-radius: 1.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mary__goodsButton {
	margin-right: 3.4375rem;
	margin-top: 2.5rem;
	text-align: end;
}

.p-mary__button {
	display: inline-block;
	font-family: "Kaisei Opti", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 150%;
	padding-right: 2.125rem;
	position: relative;
}

.p-mary__button::before {
	background-image: url(../images/common/arrow-green@2x.webp), url(../images/common/arrow-green@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.375rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 1.375rem;
}

.p-recruit {
	position: relative;
}

.p-recruit::before {
	background-image: url(../images/recruit/recruit-background@2x.webp), url(../images/recruit/recruit-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 107.9411764706vw;
	left: 0;
	position: absolute;
	top: -11.875rem;
	width: 100vw;
	z-index: -1;
}

.p-recruit__inner.l-inner {
	max-width: calc(48.75rem + 6.6666%);
}

.p-recruit__offering,
.p-recruit__cta {
	margin-top: 2.5rem;
}

.p-surgery {
	position: relative;
}

.p-surgery::before {
	background-image: url(../images/menu/menu-background@2x.webp), url(../images/menu/menu-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: min(82.1875rem, 128.9215686275vw);
	height: 128.9215686275vw;
	left: 0;
	position: absolute;
	top: -11.875rem;
	width: min(63.75rem, 100vw);
	width: 100vw;
}

.p-surgery__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
}

.p-surgery__items {
	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;
	gap: 5rem;
	margin-top: 5rem;
}

.p-thanks {
	padding-bottom: 3.5rem;
}

.p-thanks__inner.l-inner {
	max-width: calc(45rem + 6.6666%);
}

.p-thanks__flow {
	margin-inline: auto;
	max-width: 30rem;
	width: 100%;
}

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

.p-top-about {
	padding-block: 7.5rem;
}

.p-top-about__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
}

.p-top-about__contents {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: 22rem 1fr;
	grid-template-columns: 22rem 1fr;
}

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

.p-top-about__imgBlockSp::before {
	color: #735824;
	content: "about";
	-webkit-filter: blur(0.25rem);
	        filter: blur(0.25rem);
	font-family: "Kaisei Opti", serif;
	font-size: 5.5rem;
	font-weight: 500;
	left: calc(50% - 31.1875rem);
	left: -1.3125rem;
	line-height: 100%;
	opacity: 0.1;
	position: absolute;
	text-transform: capitalize;
	top: -3.375rem;
}

.p-top-about__imgBlockSp::after {
	background-image: url(../images/common/flower01@2x.webp), url(../images/common/flower01@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 5.5625rem;
	position: absolute;
	right: -0.4375rem;
	top: 0.3125rem;
	width: 3.59375rem;
}

.p-top-about__imgBlockSp-img {
	aspect-ratio: 320/278;
	display: block;
	overflow: hidden;
}

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

.p-top-about__texts {
	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;
	gap: 2.25rem;
	margin-top: 2.5rem;
}

.p-top-about__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 240%;
}

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

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

.p-top-about__imgBlock01::before {
	background-image: url(../images/common/flower01@2x.webp), url(../images/common/flower01@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 6.8125rem;
	position: absolute;
	right: -1.1875rem;
	top: -2.125rem;
	width: 4.375rem;
}

.p-top-about__img01 {
	aspect-ratio: 508/485;
	display: block;
	overflow: hidden;
}

.p-top-about__img01 img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-about__imgBlock02 {
	margin-left: auto;
	margin-right: min(-1rem, -1.1111111111vw);
	margin-top: 1.25rem;
	position: relative;
	width: 18.75rem;
}

.p-top-about__imgBlock02::before {
	background-image: url(../images/common/flower02@2x.webp), url(../images/common/flower02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -4.1875rem;
	content: "";
	height: 8.125rem;
	left: -4.5rem;
	position: absolute;
	width: 5.40625rem;
	z-index: -1;
}

.p-top-about__img02 {
	aspect-ratio: 300/215;
	display: block;
	overflow: hidden;
}

.p-top-about__img02 img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-access {
	padding-block: 2.75rem;
	position: relative;
	z-index: 1;
}

.p-top-access::before {
	content: "";
	display: block;
	height: 12.5rem;
	margin-top: -12.5rem;
	visibility: hidden;
}

.p-top-access__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
}

.p-top-access__contents {
	grid-gap: 1.5rem;
	display: -ms-grid;
	display: grid;
	gap: 1.5rem;
	-ms-grid-columns: 24.25rem 1fr;
	grid-template-columns: 24.25rem 1fr;
}

.p-top-access__lists {
	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;
	gap: 1rem;
	margin-top: 2rem;
}

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

.p-top-access__imgBlock::before {
	background-image: url(../images/common/flower01@2x.webp), url(../images/common/flower01@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -4.9375rem;
	content: "";
	height: 6.8125rem;
	left: -2.25rem;
	position: absolute;
	width: 4.375rem;
}

.p-top-access__img {
	aspect-ratio: 490/368;
	display: block;
	overflow: hidden;
}

.p-top-access__img img {
	-o-object-fit: cover;
	border-radius: 1.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-access__button {
	margin-right: 1.5rem;
	margin-top: 0.625rem;
	text-align: right;
}

.p-top-access__items {
	grid-gap: 1.25rem;
	display: -ms-grid;
	display: grid;
	gap: 1.25rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.5rem;
}

.p-top-blog {
	padding-block: 1.6875rem;
	position: relative;
	z-index: 1;
}

.p-top-blog__inner.l-inner {
	max-width: calc(48.75rem + 6.6666%);
}

.p-top-blog__items {
	grid-gap: 2.5rem;
	display: -ms-grid;
	display: grid;
	gap: 2.5rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5rem;
	position: relative;
}

.p-top-blog__items::before {
	background-image: url(../images/common/flower04@2x.webp), url(../images/common/flower04@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 7.875rem;
	left: -6.9375rem;
	left: calc(50% - min(31.25rem, 65%));
	position: absolute;
	top: -3.375rem;
	width: 7.875rem;
}

.p-top-blog__button {
	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: 1.75rem;
	position: relative;
}

.p-top-blog__button::before {
	background-image: url(../images/common/flower03@2x.webp), url(../images/common/flower03@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -4.5625rem;
	content: "";
	height: 8.25rem;
	position: absolute;
	right: -6.9375rem;
	right: calc(50% - min(31.25rem, 60%));
	width: 5.25rem;
}

.p-top-instagram {
	padding-block: 3.75rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-top-instagram__inner.l-inner {
	max-width: calc(48.75rem + 6.6666%);
}

.p-top-instagram__heading {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Kaisei Opti", serif;
	font-size: 2rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	padding-left: 2.625rem;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.p-top-instagram__heading::before {
	background-image: url(../images/common/instagram-icon-large@2x.webp), url(../images/common/instagram-icon-large@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 2rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2rem;
}

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

#sb_instagram .sbi_photo img {
	border-radius: 0.3125rem;
}

.p-top-menu {
	overflow-x: clip;
	padding-block: 2.1875rem;
	position: relative;
	z-index: 1;
}

.p-top-menu::before {
	background-image: url(../images/common/flower03@2x.webp), url(../images/common/flower03@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 8.34375rem;
	left: calc(50% - min(27.25rem, 54%));
	position: absolute;
	top: 2.0625rem;
	width: 7.0625rem;
}

.p-top-menu__inner.l-inner {
	max-width: calc(48.75rem + 6.6666%);
}

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

.p-top-menu__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 240%;
	text-align: center;
}

.p-top-menu__items {
	grid-gap: 1.625rem 2.6875rem;
	display: -ms-grid;
	display: grid;
	gap: 1.625rem 2.6875rem;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-top-menu__button {
	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.25rem;
}

.p-top-recruit {
	padding-block: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-top-recruit::before {
	background-image: url(../images/common/flower05@2x.webp), url(../images/common/flower05@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -2.75rem;
	content: "";
	height: 10.25rem;
	left: 1.75rem;
	left: calc(50% - min(31.25rem, 47.5%));
	position: absolute;
	width: 7.5rem;
	z-index: 11;
}

.p-top-recruit__inner.l-inner {
	max-width: calc(56.25rem + 6.6666%);
}

.p-top-recruit__container {
	border-radius: 1.5rem;
	overflow: hidden;
	padding: 4rem 3.1875rem 2.125rem 3.1875rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.p-top-recruit__background {
	background-image: url(../images/common/recruit-background@2x.webp), url(../images/common/recruit-background@2x.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
	z-index: -1;
}

.p-top-recruit__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}

.p-top-recruit__content {
	padding-bottom: 1.4375rem;
	width: 30.625rem;
	word-break: keep-all;
}

.p-top-recruit__titleText {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border-radius: 0.3125rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Kaisei Opti", serif;
	font-size: 2rem;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	padding: 0.5rem 0 0.5rem 0.625rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-recruit__titleText:nth-child(n+2) {
	margin-top: 0.3125rem;
	padding: 0.5rem 0.625rem;
}

.p-top-recruit__titleOrange {
	color: #E65519;
}

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

.p-top-recruit__text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 200%;
}

.p-top-recruit__button {
	margin-left: -1.25rem;
	margin-top: auto;
	max-width: 18.875rem;
	width: 100%;
}

.p-top-recruit__button.u-hidden-pc {
	margin-inline: auto;
	margin-top: 1.5rem;
}

.p-top-school {
	padding-block: 2.75rem;
}

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

.p-top-school__texts {
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 48.75rem;
	text-align: center;
	width: 100%;
}

.p-top-school__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 160%;
	line-height: 240%;
}

.p-top-school__image {
	margin-inline: auto;
	margin-top: 2rem;
	max-width: 37.5rem;
	width: 100%;
}

.p-top-school__img {
	width: 100%;
}

.p-voice {
	position: relative;
}

.p-voice::before {
	background-image: url(../images/voice/voice-background@2x.webp), url(../images/voice/voice-background@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 128.9215686275vw;
	left: 0;
	position: absolute;
	top: -11.875rem;
	width: 100vw;
}

.p-voice__inner.l-inner {
	max-width: calc(51.25rem + 6.6666%);
}

.p-voice__items {
	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;
	gap: 3.5rem;
}

.p-voice__button {
	margin-top: 5rem;
	text-align: center;
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

.u-hidden-sp02 {
	display: inline-block;
}

.u-visually-hidden {
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	border: 0 !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

@media screen and (-ms-high-contrast: none) {

.splide__slide:focus-visible {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__slide:focus {
	border: 3px solid #0bf;
}

.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
	border-color: #0bf;
}

}

@media (any-hover: hover) {

.c-blog01:hover .c-blog01__link {
	opacity: 1;
}

.c-blog01:hover .c-blog01__img img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.c-blog01:hover .c-blog01__new {
	background: #FFFAF0;
	border: 0.0625rem solid #E65519;
	color: #E65519;
}

.c-blog01:hover .c-blog01__category {
	background: #FFFAF0;
	border: 0.0625rem solid #F4B62F;
	color: #F4B62F;
}

.c-blog01:hover .c-blog01__title {
	opacity: 0.5;
}

.c-button01:hover {
	background: #FFFAF0;
	opacity: 1;
}

.c-button01:hover .c-contact01__textJp {
	color: #E65519;
}

.c-button01:hover:before {
	background-image: url(../images/common/arrow-yellow.svg);
}

.c-button02:hover {
	background: #FFFAF0;
	border: 0.0625rem solid #EA5414;
	color: #EA5414;
	opacity: 1;
}

.c-button02:hover:before {
	background-image: url(../images/common/arrow-yellow.svg);
}

.c-button03:hover {
	background: #FFFAF0;
	border: 0.0625rem solid #AD881E;
	color: #AD881E;
	opacity: 1;
}

.c-button03:hover::before {
	background-image: url(../images/common/arrow-ochre.svg);
}

.c-button03:hover .c-button03__number::before {
	background: #AD881E;
}

.c-button04:hover {
	background: #FFFAF0;
	color: #EA5414;
	opacity: 1;
}

.c-button05:hover {
	background: #FFFAF0;
	color: #AD881E;
	opacity: 1;
}

.c-button05:hover::before {
	background: #AD881E;
}

.c-button06:hover {
	opacity: 1;
}

.c-button06:hover .c-button06__text {
	opacity: 1;
	-webkit-transform: translateX(-0.25rem);
	        transform: translateX(-0.25rem);
}

.c-button06:hover::before {
	background-image: url(../images/common/arrow-yellow.svg);
}

.c-card01__textLink:hover {
	opacity: 1;
	-webkit-transform: translateX(-0.25rem);
	        transform: translateX(-0.25rem);
}

.c-card01__textLink:hover::before {
	background-image: url(../images/common/arrow-yellow.svg);
	-webkit-transform: translateY(-50%) translateX(0.5rem);
	        transform: translateY(-50%) translateX(0.5rem);
}

.c-card02__link:hover {
	opacity: 1;
}

.c-card02__link:hover .c-card02__imgBackground img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.c-card03:hover {
	opacity: 1;
	-webkit-transform: translateY(-0.625rem);
	        transform: translateY(-0.625rem);
}

.c-form__input:hover {
	background: #fff;
	border: 0.0625rem solid #F4B211;
	color: #F4B211;
	cursor: pointer;
	opacity: 1;
}

.c-form__input:hover::before {
	background-image: url(../images/common/arrow-yellow@2x.webp), url(../images/common/arrow-yellow@2x.png);
	background-size: contain;
}

.c-form__input.c-form__input._return:hover::before {
	background-image: url(../images/common/arrow-yellow@2x.webp), url(../images/common/arrow-yellow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	content: "";
	height: 1.375rem;
	left: 1.5rem;
	position: absolute;
	right: auto;
	right: initial;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 1.375rem;
}

.c-form__input._submit:hover {
	background: #fff;
	border: 0.0625rem solid #E65519;
	color: #E65519;
	opacity: 1;
}

.c-form__input:hover::before {
	background-image: url(../images/common/arrow-yellow@2x.webp), url(../images/common/arrow-yellow@2x.png);
	background-size: contain;
}

.c-form__input.c-form__input._submit:hover::before {
	background-image: url(../images/common/arrow-yellow@2x.webp), url(../images/common/arrow-yellow@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	content: "";
	height: 1.375rem;
	position: absolute;
	top: 50%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 1.375rem;
}

.p-footer__navLink:hover::before {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-header__link:hover {
	opacity: 1;
}

.p-header__link:hover .p-header__listEn,
.p-header__link:hover .p-header__listJp {
	color: #E65519;
}

.p-mary__button:hover {
	opacity: 1;
}

.p-mary__button:hover::before {
	background-image: url(../images/common/arrow-yellow@2x.webp), url(../images/common/arrow-yellow@2x.png);
	height: 1.40625rem;
	-webkit-transform: translateY(-50%) translateX(0.25rem);
	        transform: translateY(-50%) translateX(0.25rem);
}

.p-top-recruit__container:hover .p-top-recruit__background {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

}

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

.c-media01._02 .c-media01__imgBlock::before {
	left: -25.5rem;
}

}

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

html {
	font-size: 1.3333333333vw;
}

.c-media01._02 .c-media01__imgBlock::before {
	left: -28rem;
}

}

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

html {
	font-size: 16px;
}

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

a {
	opacity: 1;
	opacity: initial;
}

.l-404 {
	margin-top: 2.3125rem;
	padding-bottom: 3.75rem;
}

.l-about {
	margin-top: 0.75rem;
}

.l-blog {
	margin-top: 2.125rem;
}

.l-cta {
	margin-top: 4.375rem;
}

.l-cta._menu {
	margin-top: 8.4375rem;
}

.l-cta._voice {
	margin-top: 8.4375rem;
}

.l-cta._blog {
	margin-top: 6.25rem;
}

.l-cta._recruit {
	margin-top: 4.25rem;
}

.l-cta._single {
	margin-top: 5.125rem;
}

.l-future {
	margin-top: 4rem;
}

.l-inner {
	max-width: 37.5rem;
	padding-left: 6.4%;
	padding-right: 6.4%;
}

.l-lower-head {
	margin-top: 4.5rem;
}

.l-mary {
	margin-top: 4.5rem;
}

.l-mv {
	margin-top: 4.5rem;
}

.l-recruit {
	margin-top: 0.3125rem;
}

.c-accordion__title {
	font-size: 1rem;
	padding: 1.125rem 1.875rem 1.0625rem 4rem;
}

.c-accordion__title::before {
	height: 2.25rem;
	left: 1.125rem;
	width: 2.25rem;
}

.c-accordion__icon i {
	right: -0.8125rem;
	top: -0.1875rem;
}

.c-accordion__content-inner {
	font-size: 0.9375rem;
	padding: 0.4375rem 3rem 1.5rem 4rem;
}

.c-accordion__content-inner::before {
	height: 2.25rem;
	left: 1.125rem;
	top: 0.375rem;
	width: 2.25rem;
}

.c-blog01__img {
	aspect-ratio: 320/230;
}

.c-blog02__contents {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-blog02__img {
	aspect-ratio: 320/230;
}

.c-blog02__text {
	margin-top: 0.625rem;
}

.c-breadcrumb {
	padding-bottom: 1.25rem;
	padding-top: 0.625rem;
}

.c-breadcrumb__inner.l-inner {
	max-width: 37.5rem;
}

.c-breadcrumb__item {
	font-size: 0.875rem;
}

span[property=itemListElement] {
	font-size: 0.875rem;
}

.c-button02._small {
	max-width: 100%;
}

.c-button06 {
	font-size: 0.875rem;
	margin-top: 0.5rem;
	padding-left: 0;
	padding-left: initial;
	padding-right: 2.125rem;
	text-align: left;
}

.c-button06::before {
	font-size: 0.875rem;
	text-align: left;
	top: 0.75rem;
	-webkit-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	-webkit-transition: initial;
	transition: initial;
}

.c-card01__title {
	font-size: 1.125rem;
	line-height: 120%;
	margin-inline: unset;
	text-align: left;
	width: 100%;
}

.c-card01__text {
	line-height: 160%;
	margin-inline: unset;
	margin-top: 0.5rem;
	text-align: left;
	width: 100%;
}

.c-card01__textLink {
	font-size: 0.875rem;
	margin-top: 0.5rem;
	padding-left: 0;
	padding-left: initial;
	text-align: left;
}

.c-card01__textLink::before {
	right: calc(50% - 1.5625rem);
	top: 0.75rem;
	-webkit-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	-webkit-transition: initial;
	transition: initial;
}

.c-card02__imgBackground {
	border-radius: 1.125rem;
}

.c-card02__imgBackground img {
	border-radius: 1.125rem;
}

.c-card02__img {
	height: 2.4375rem;
	width: 2.4375rem;
}

.c-card02__title {
	font-size: 1.533125rem;
}

.c-card03 {
	padding: 1.125rem 1.125rem 1.125rem 1.25rem;
	width: 100%;
}

.c-card03::before {
	display: none;
}

.c-card03__contents {
	-ms-grid-columns: 3.5rem 1fr;
	grid-template-columns: 3.5rem 1fr;
}

.c-card03__title {
	font-size: 1.125rem;
}

.c-card03__new,
.c-card03__category {
	font-size: 0.75rem;
}

.c-card03._reverse {
	padding: 1.125rem 1.25rem 1.125rem 1.125rem;
	width: 100%;
}

.c-card03._reverse::before {
	display: none;
}

.c-confirmation__item:nth-child(n+2) {
	margin-top: 2.375rem;
}

.c-confirmation__itemTerm {
	-webkit-box-pack: initial;
	-webkit-justify-content: initial;
	    -ms-flex-pack: initial;
	        justify-content: initial;
}

.c-contact01 {
	height: 26.4375rem;
	width: 20rem;
}

.c-contact01__title {
	font-size: 1.75rem;
}

.c-contact02 {
	height: 26.4375rem;
	width: 20rem;
}

.c-contact02__title {
	font-size: 1.75rem;
}

.c-contact02__text {
	line-height: 160%;
}

.c-contact02__buttons {
	margin-top: 2.375rem;
}

.c-cta__background {
	padding: 3rem 0.5625rem;
}

.c-cta__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.c-cta__title {
	font-size: 1.25rem;
	padding-inline: 0.8125rem;
}

.c-cta__title::before {
	height: 1.625rem;
	top: 48%;
	width: 0.0625rem;
}

.c-cta__title::after {
	height: 1.625rem;
	top: 48%;
	width: 0.0625rem;
}

.c-cta__buttons {
	gap: 0.5rem;
	margin-top: 1.75rem;
}

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

.c-form__item:nth-child(n+2) {
	margin-top: 2.5625rem;
}

.c-form__dt {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.c-form__checkbox {
	margin-left: 0.5rem;
}

.c-form__buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-top: 1.25rem;
}

.c-heading01._about {
	font-size: 1.5rem;
}

.c-heading01._about::before {
	display: none;
}

.c-heading01._menu::before {
	background-image: url(../images/text/menu@2x.webp), url(../images/text/menu@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 16.0625rem;
	opacity: 0.7;
	right: calc(50% - min(18.75rem, 54%));
	top: -6.4375rem;
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	width: 5.125rem;
}

.c-heading01._blog::before {
	background-image: url(../images/text/blog@2x.webp), url(../images/text/blog@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 13.0625rem;
	opacity: 0.7;
	right: calc(50% - min(18.75rem, 57%));
	top: -3.3125rem;
	-webkit-transform: none;
	        transform: none;
	-webkit-transform: initial;
	        transform: initial;
	width: 6.25rem;
}

.c-heading01._feature::before {
	bottom: -0.3125rem;
	left: 0.5rem;
}

.c-heading01._school::before {
	bottom: 3.625rem;
	left: -0.5rem;
}

.c-loading__img {
	height: 6.3125rem;
	width: 17.8125rem;
}

.c-lower-head {
	height: 14.375rem;
}

.c-lower-head__title {
	font-size: 1.375rem;
	height: 13.125rem;
	padding-top: 0.625rem;
	position: relative;
	right: 1.25rem;
	top: -2.5rem;
}

.c-media01 {
	gap: 1.25rem;
	-ms-grid-rows: auto 1.25rem auto;
	    grid-template-areas: "images" "content";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media01__texts {
	margin-top: 1.25rem;
}

.c-media01._01 .c-media01__imgBlock::before {
	bottom: auto;
	bottom: initial;
	height: 8.375rem;
	left: auto;
	left: initial;
	right: -0.9375rem;
	top: -3.75rem;
	width: 4.5rem;
}

.c-media01._02 .c-media01__imgBlock::before {
	left: auto;
	left: initial;
	right: 0;
}

.c-media01._03 .c-media01__imgBlock::before {
	bottom: -0.625rem;
	left: -0.4375rem;
}

.c-media01__img {
	aspect-ratio: 320/220;
}

.c-media02 {
	gap: 1.25rem;
	-ms-grid-rows: auto 1.25rem auto;
	    grid-template-areas: "images" "content";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media02__img img {
	border-radius: 1.125rem;
}

.p-surgery__head {
	-webkit-box-align: initial;
	-webkit-align-items: initial;
	    -ms-flex-align: initial;
	        align-items: initial;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: initial;
	-webkit-justify-content: initial;
	    -ms-flex-pack: initial;
	        justify-content: initial;
}

.p-surgery__price {
	text-align: end;
}

.c-media03 {
	gap: 0rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media03__imgBlock {
	padding-inline: 3.125rem;
}

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

.c-media03__texts {
	max-width: 100%;
}

.c-media03__text {
	font-size: 1.125rem;
}

.c-media04 {
	gap: 1.5rem;
	-ms-grid-rows: auto 1.5rem auto;
	    grid-template-areas: "images" "content";
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-media04__content {
	margin-top: 0;
}

.c-media04__title {
	font-size: 1.5rem;
}

.c-media04__texts {
	margin-top: 1.25rem;
}

.c-media04__img {
	aspect-ratio: 320/359;
}

.c-media04__img img {
	border-radius: 1rem;
}

.c-menu01__definitionList {
	margin-inline: 2.34375rem;
}

.c-menu01__tram,
.c-menu01__description {
	font-size: 1.125rem;
}

.c-offering {
	padding: 2rem 1.5rem;
}

.c-privacy {
	margin-top: 0.8125rem;
}

.c-privacy__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.c-privacy__listsLv2 {
	margin-left: 1.5rem;
}

.c-privacy__listsLv3 {
	margin-left: 1.5rem;
}

.c-privacy__listsLv4 {
	margin-left: 1.5rem;
}

.c-single__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.c-single__title {
	font-size: 1.5rem;
}

.c-single__imgBlock {
	margin-top: 1.5rem;
}

.c-single__text {
	margin-top: 1.5rem;
}

.c-single__media {
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.c-single__content img {
	margin-top: 1.5rem;
}

.c-single__content h2 {
	margin-top: 1.5rem;
}

.c-single__content p {
	margin-top: 0.25rem;
}

.c-single__pagenavi.c-single__pagenavi--prev,
.c-single__pagenavi.c-single__pagenavi--next {
	margin-inline: auto;
}

.c-single__pagenavisInner.l-inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 1.125rem;
	margin-top: 1.875rem;
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.c-text {
	font-size: 1rem;
}

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

.c-thanks__texts {
	padding-inline: 1.4375rem;
}

.c-title01 {
	font-size: 1.5rem;
}

.c-title01._small {
	font-size: 20px;
}

.c-vertical-line {
	height: 4.125rem;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	font-size: 1rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
	margin-inline: 0.4375rem;
}

.wp-pagenavi .previouspostslink {
	margin-right: 0.4375rem;
}

.wp-pagenavi .nextpostslink {
	margin-right: 0.4375rem;
}

.p-404__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-404__title {
	font-size: 1.25rem;
	word-break: auto-phrase;
}

.p-404__text {
	font-size: 1rem;
	padding-inline: 1.25rem;
}

.p-about__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

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

.p-about__title {
	font-size: 1.5rem;
}

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

.p-about__img {
	aspect-ratio: 320/327;
}

.p-blog__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-buttons__inner.l-inner {
	max-width: 37.5rem;
}

.p-buttons__items {
	gap: 1.125rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	text-align: center;
}

.p-buttons__item .c-button02 {
	text-align: left;
}

.p-cards {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-confirmation {
	margin-top: 0.8125rem;
}

.p-confirmation__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-confirmation__flow {
	max-width: 100%;
}

.p-confirmation .c-form__buttons {
	gap: 1.5rem;
}

.p-contact {
	margin-top: 0.75rem;
}

.p-contact__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-contact__flow {
	max-width: 100%;
}

.p-cta {
	padding-block: 3.875rem 1.375rem;
}

.p-cta::before {
	background-image: url(../images/common/contact-background-sp@2x.webp), url(../images/common/contact-background-sp@2x.png);
	height: 350.6666666667vw;
	right: auto;
	right: initial;
	top: -12.5rem;
	top: -8.5rem;
	width: 100vw;
}

.p-cta__inner.l-inner {
	max-width: 37.5rem;
}

.p-cta__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2.6875rem;
}

.p-cta__item .c-button02._orange,
.p-cta__item .c-button02._yellow,
.p-cta__item .c-button03 {
	max-width: 17.5rem;
}

.p-cta__item {
	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-cta__item._reservation::before {
	bottom: -2.75rem;
	left: auto;
	left: initial;
	right: -0.5rem;
	right: calc(50% - 10.75rem);
	z-index: 1;
}

.p-cta__item._reservation::after {
	content: "contact";
	-webkit-filter: blur(0.25rem);
	        filter: blur(0.25rem);
	font-family: "Kaisei Opti", serif;
	font-size: 5.5rem;
	font-weight: 500;
	line-height: 100%;
	opacity: 0.1;
	position: absolute;
	right: calc(50% - 11.375rem);
	text-transform: capitalize;
	top: -5rem;
}

.p-cta__item._contact::before {
	display: none;
}

.p-faq__inner.l-inner {
	max-width: 37.5rem;
}

.p-faq__items {
	gap: 2rem;
}

.p-footer {
	margin-left: 0;
	margin-left: initial;
	padding-block: 2.5rem 1.875rem;
	width: 100%;
}

.p-footer__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 2rem;
}

.p-footer__contents {
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-footer__map {
	aspect-ratio: 311/271;
}

.p-footer__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	padding: 1.125rem 0.875rem;
}

.p-footer__img {
	width: 12.25rem;
}

.p-footer__navItems {
	margin-top: 2.0625rem;
}

.p-footer__snsItems {
	margin-top: 2.0625rem;
}

.p-footer__copy {
	margin-top: 1.375rem;
}

.p-future::before {
	background-image: url(../images/about/feature-background-sp@2x.webp), url(../images/about/feature-background-sp@2x.png);
	height: 350.6666666667vw;
	top: -6.875rem;
	width: 100vw;
}

.p-future__inner.l-inner {
	max-width: 37.5rem;
}

.p-future__items {
	gap: 2.0625rem;
	margin-top: 1.5625rem;
}

.p-header {
	height: inherit;
	width: 100%;
}

.p-header__inner {
	padding: 0.625rem 1.25rem;
}

.p-header__logo {
	position: relative;
	width: 7.3125rem;
	z-index: 9999;
}

.p-header__nav {
	display: none;
}

.p-header__drawer {
	display: block;
	position: fixed;
	right: 1.25rem;
	top: 1.09375rem;
	z-index: 200;
}

.p-lower-head {
	padding: 0.625rem;
}

.p-lower-head::before {
	bottom: 0.625rem;
	font-size: 3.5rem;
	left: 1.25rem;
}

.p-lower-head._privacy::before {
	bottom: 0.5rem;
	font-size: 2.5rem;
}

.p-lower-head__title {
	font-size: 2rem;
}

.p-lower-head__background {
	aspect-ratio: 355/280;
}

.p-lower-head__background img {
	border-radius: 0.625rem;
}

.p-main {
	margin-left: 0;
	margin-left: initial;
	width: 100%;
}

.p-main._top::before {
	background-image: url(../images/top/menu-background-sp@2x.webp), url(../images/top/menu-background-sp@2x.png);
	height: 350.6666666667vw;
	width: 100vw;
}

.p-main._top::after {
	background-image: url(../images/top/blog-background-sp@2x.webp), url(../images/top/blog-background-sp@2x.png);
	height: 350.6666666667vw;
	top: 205.625rem;
	width: 100vw;
}

.p-mary__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-mary__titleJp {
	font-size: 1.25rem;
}

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

.p-mary__head-img {
	aspect-ratio: 320/303;
}

.p-mary__headMedia {
	gap: 3.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-mary__headMedia-imgBlock::before {
	bottom: auto;
	bottom: initial;
	right: -1.6875rem;
	top: -5.375rem;
}

.p-mary__headMedia-img {
	aspect-ratio: 320/303;
	aspect-ratio: 320/320;
}

.p-mary__menuItems {
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-mary__goods {
	gap: 1.25rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-mary__goods-img {
	aspect-ratio: 320/310;
}

.p-mary__goodsButton {
	margin-right: -2.125rem;
	margin-top: 1.25rem;
	text-align: center;
}

.p-recruit::before {
	display: none;
}

.p-recruit__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-surgery::before {
	background-image: url(../images/menu/menu-background-sp@2x.webp), url(../images/menu/menu-background-sp@2x.png);
	height: 350.6666666667vw;
	top: -6.875rem;
	width: 100vw;
}

.p-surgery__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-surgery__items {
	gap: 3.8125rem;
	margin-top: 2rem;
}

.p-thanks {
	padding-top: 2.375rem;
}

.p-thanks__inner.l-inner {
	max-width: 37.5rem;
}

.p-thanks__flow {
	max-width: 85%;
}

.p-top-about {
	padding-block: 5.5rem;
}

.p-top-about__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-about__contents {
	gap: 1.5rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-about__content {
	margin-top: 1.375rem;
}

.p-top-about__texts {
	gap: 1.9375rem;
	margin-top: 2.0625rem;
	position: relative;
}

.p-top-about__texts::before {
	background-image: url(../images/common/flower02@2x.webp), url(../images/common/flower02@2x.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 3.9375rem;
	position: absolute;
	right: 0.9375rem;
	top: 35%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 2.1875rem;
}

.p-top-about__text {
	line-height: 200%;
}

.p-top-access {
	padding-block: 1.5rem;
}

.p-top-access__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.25rem;
}

.p-top-access__contents {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-access__imgBlock::before {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: -1.1875rem;
	top: -6rem;
}

.p-top-access__img {
	aspect-ratio: 320/230;
	padding-inline: 0.46875rem;
}

.p-top-access__img img {
	border-radius: 1rem;
}

.p-top-access__button {
	margin-right: 1.9375rem;
	margin-top: 0.1875rem;
}

.p-top-access__items {
	gap: 2rem;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 3.9375rem;
	padding-inline: 0.4375rem;
}

.p-top-blog {
	padding-block: 2.8125rem;
}

.p-top-blog__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-blog__items {
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}

.p-top-blog__items::before {
	left: calc(50% - min(31.25rem, 55%));
	top: -6.625rem;
}

.p-top-blog__button::before {
	display: none;
}

.p-top-instagram {
	padding-block: 1.625rem;
}

.p-top-instagram__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.9375rem;
}

.p-top-menu {
	padding-block: 3.375rem;
}

.p-top-menu::before {
	left: calc(50% - min(17.25rem, 49%));
	top: -1.625rem;
}

.p-top-menu__inner.l-inner {
	max-width: 37.5rem;
}

.p-top-menu__text {
	text-align: left;
}

.p-top-menu__items {
	gap: 1.25rem 1.5rem;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}

.p-top-recruit {
	margin-right: 0;
	padding-block: 2.3125rem;
}

.p-top-recruit::before {
	bottom: 7.625rem;
	left: auto;
	left: initial;
	right: 0.125rem;
	right: calc(50% - min(17.875rem, 49.5%));
}

.p-top-recruit__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

.p-top-recruit__container {
	padding: 3.125rem 0.875rem 4.1875rem;
}

.p-top-recruit__background {
	background-image: url(../images/common/recruit-background-sp@2x.webp), url(../images/common/recruit-background-sp@2x.jpg);
}

.p-top-recruit__contents {
	display: inline;
	display: initial;
}

.p-top-recruit__content {
	width: 100%;
	word-break: inherit;
}

.p-top-recruit__titleText {
	font-size: 1.5rem;
	padding: 0.5rem 0.625rem;
}

.p-top-recruit__text {
	word-break: auto-phrase;
}

.p-top-school {
	padding-block: 1.5rem;
}

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

.p-top-school__texts {
	text-align: left;
}

.p-top-school__text {
	line-height: 200%;
}

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

.p-voice::before {
	background-image: url(../images/voice/voice-background-sp@2x.webp), url(../images/voice/voice-background-sp@2x.png);
	height: 350.6666666667vw;
	top: 49.375rem;
	width: 100vw;
}

.p-voice__inner.l-inner {
	max-width: 37.5rem;
	padding-inline: 1.71875rem;
}

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

.u-hidden-pc {
	display: block;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-sp02 {
	display: none;
}

.c-media01__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media02 > .c-media01__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media04 > .c-media01__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media02__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media02 > .c-media02__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media04 > .c-media02__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media04__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media02 > .c-media04__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

.c-media04 > .c-media04__content {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
}

}

@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);
}

}

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