body {
	color: #333;
	font-family: "zen-maru-gothic", sans-serif;
	font-weight: 400;
	padding-top: 70px;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.layout-about-top {
	padding-bottom: 32px;
}

.layout-about {
	background-color: #f8f1e4;
	padding-bottom: 32px;
}

.layout-approach {
	background-color: #79bc28;
	padding-bottom: 24px;
	padding-top: 16px;
}

.layout-blog-post {
	margin-top: 40px;
}

.layout-blog-top {
	background-color: #79bc28;
	padding-bottom: 16px;
	padding-top: 16px;
}

.layout-blog {
	background-color: #79bc28;
	padding-bottom: 16px;
	padding-top: 16px;
}

.layout-contact-thanks {
	padding-bottom: 88px;
}

.layout-contact-top {
	background-color: #fff;
	padding-bottom: 48px;
	padding-top: 32px;
}

.layout-contact {
	padding-bottom: 48px;
}

.layout-cta {
	padding-bottom: 24px;
	padding-top: 24px;
}

.layout-faq {
	margin-top: 24px;
}

.layout-flow {
	background-color: #79bc28;
	padding-bottom: 32px;
}

.layout-grid {
	display: grid;
	grid-template-columns: 0 minmax(320px, 500px) 0;
	justify-content: center;
	position: relative;
}

.layout-grid:before {
	background-image: url(../images/common/bg_pc.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.layout-grid__left-space,
.layout-grid__right-space {
	height: 100vh;
	height: 100dvh;
	overflow-x: hidden;
	overflow-y: auto;
	padding-left: 5%;
	padding-right: 5%;
	position: sticky;
	top: 0;
}

.layout-grid__left-logo,
.layout-grid__right-nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: space-around;
}

.layout-grid__content {
	z-index: 1000;
}

.layout-header {
	left: 0;
	margin: 0 auto;
	max-width: 500px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout-home {
	margin-top: 32px;
}

.layout-info-top {
	background-color: #fff;
	padding-top: 16px;
}

.layout-lower-bg {
	background-color: #f8f1e4;
	margin-top: 0px;
	padding-top: 70px;
}

.layout-lower-bg--white {
	background-color: #fff;
}

.layout-main {
	background-color: #fff;
	margin-top: 0;
}

.layout-our {
	margin-top: 72px;
	padding-bottom: 16px;
}

.layout-plan-top {
	background-color: #f8f1e4;
}

.layout-plan {
	padding-bottom: 40px;
}

.layout-single-symptoms {
	padding-bottom: 48px;
	padding-top: 24px;
}

.layout-symptoms-flow {
	padding-bottom: 24px;
	padding-top: 32px;
}

.layout-symptoms-top {
	padding-bottom: 32px;
	padding-top: 32px;
}

.layout-symptoms {
	padding-bottom: 48px;
}

.layout-top-slide {
	background-color: #f8f1e4;
	padding-bottom: 32px;
	padding-top: 70px;
}

.layout-voice-top {
	background-color: #f8f1e4;
}

.layout-voice {
	padding-bottom: 48px;
}

.lower-bg {
	background-color: #f8f1e4;
	z-index: -10;
}

.lower-blog__inner.inner {
	margin-left: auto;
	margin-right: auto;
}

.lower-blog__items {
	margin-top: 64px;
}

.lower-blog__pagination {
	margin-top: 32px;
}

.lower-thumbnail {
	margin-top: 24px;
	overflow: hidden;
}

.lower-thumbnail__img {
	aspect-ratio: 340/480;
	overflow: hidden;
}

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

.about__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.about__img {
	margin-top: 32px;
}

.about__img img {
	-o-object-fit: cover;
	border-radius: 30px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.approach__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.approach__wrapper {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 24px 8px 24px;
}

.approach__item + .approach__item {
	margin-top: 16px;
}

.approach__item-title {
	border-bottom: 1px solid #fcee21;
	color: #fcee21;
	display: inline;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.approach__item-text {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 2.5;
	margin-top: 4px;
}

.blog-list__item {
	border-bottom: 1px dashed #fff;
	padding-bottom: 8px;
}

.blog-list__item + .blog-list__item {
	margin-top: 16px;
}

.blog-list__date {
	color: #fbed21;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding-left: 0.5em;
}

.blog-list__title {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding-left: 0.5em;
}

.blog-post__heading-ja {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.blog-post__date-text {
	background: #79bc28;
	border-radius: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 1px 8px;
}

.blog-post__content {
	margin-top: 40px;
}

.blog-post__content h2 {
	border-bottom: 2px solid #009844;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 32px;
	padding-bottom: 16px;
}

.blog-post__content h3 {
	border-bottom: 1px solid #009844;
	border-top: 1px solid #009844;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 24px;
	padding: 16px 0;
}

.blog-post__content p {
	font-size: 13px;
	line-height: 2;
	margin-top: 16px;
}

.blog-post__content p a {
	-webkit-text-decoration: underline #009844;
	color: #009844;
	text-decoration: underline;
	text-decoration: underline #009844;
}

.blog-post__content ul {
	margin-top: 16px;
}

.blog-post__content ul li {
	font-size: 13px;
	line-height: 1.5;
	padding-left: 22px;
	text-indent: -18px;
}

.blog-post__content ul li:not(:first-of-type),
.blog-post__content ol li:not(:first-of-type) {
	margin-top: 16px;
}

.blog-post__content ul li::before {
	background-color: #009844;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 10px;
	position: relative;
	top: -3px;
	width: 8px;
}

.blog-post__content ol {
	counter-reset: number;
	margin-top: 32px;
}

.blog-post__content ol li {
	font-size: 13px;
	line-height: 1.5;
	padding-left: 28px;
	text-indent: -12px;
}

.blog-post__content ol li::before {
	color: #009844;
	content: counter(number) ".";
	counter-increment: number;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
}

.blog-post__content figure {
	margin-top: 16px;
	width: 100%;
}

.blog-post__content figure img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-post__cta {
	padding: 16px 0;
}

.blog__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.blog__wrapper {
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 32px 16px 40px;
}

.blog__list {
	margin-top: 32px;
}

.blog__pagination {
	margin-top: 16px;
	text-align: center;
}

.blog__cta {
	padding-bottom: 16px;
	padding-top: 16px;
}

.breadcrumb {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 8px;
}

.clinic-info__item {
	display: flex;
	gap: 40px;
}

.clinic-info__item + .clinic-info__item {
	margin-top: 8px;
}

.clinic-info__label {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	width: 70px;
}

.clinic-info__value {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	width: calc(100% - 70px);
}

.clinic-info__address {
	font-style: normal;
}

.clinic-info__map-wrap {
	height: 0;
	margin-top: 32px;
	padding-top: 72.7%;
	position: relative;
	width: 100%;
}

.clinic-info__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.clinic-info__access {
	margin-top: 16px;
}

.clinic-info__access-block + .clinic-info__access-block {
	margin-top: 16px;
}

.clinic-info__access-title {
	background: #79bc28;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 4px 16px;
	text-align: center;
}

.clinic-info__access-text {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin-top: 8px;
	text-align: center;
}

.common-button a {
	align-items: center;
	border-radius: 100px;
	display: inline-flex;
	font-size: 18px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 8px 16px;
	transition: 0.3s ease;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.common-button a img {
	height: 14px;
	width: 14px;
}

.common-button__text--white {
	color: #fff;
}

.common-button__text--light {
	color: #79bc28;
}

.common-heading {
	padding-top: 25px;
	position: relative;
	text-align: center;
}

.common-heading__ja {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	position: relative;
}

.common-heading__ja::before {
	background-image: url(../images/common/deco_title-green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 21px;
	left: 50%;
	position: absolute;
	top: -25px;
	transform: translateX(-50%);
	width: 53px;
}

.common-heading__ja--white {
	color: #fff;
}

.common-heading__ja--white::before {
	background-image: url(../images/common/deco_title-white.png);
}

.common-heading__ja--small {
	font-size: 20px;
}

.common-heading__en {
	color: #009844;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: capitalize;
}

.common-heading__en--white {
	color: #fff;
}

.common-heading__ja--yellow {
	color: #ffff00;
}

.common-heading__ja--yellow::before {
	background-image: url(../images/common/deco_title-white.png);
}

.contact-form__wrap + .contact-form__wrap {
	margin-top: 16px;
}

.contact-form__label {
	align-items: baseline;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
}

.contact-form__label--sub {
	font-size: 14px;
	letter-spacing: 0.2em;
}

.contact-form__label span {
	color: #fdeb00;
	display: inline-block;
	font-size: 12px;
	margin-left: 4px;
}

.contact-form__input {
	margin-top: 10px;
}

.contact-form__input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 0;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	width: 100%;
}

.contact-form__input input:focus {
	outline: none;
}

.contact-form__input input::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact-form__input input::placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact-form__radio {
	display: flex;
	flex-direction: column;
	gap: 6px;
	line-height: 2;
	margin-top: 8px;
}

.contact-form__radio input {
	display: none;
}

.contact-form__radio input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0 0 0 25px;
	position: relative;
}

.contact-form__radio input + span::before {
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.contact-form__radio input + span::after {
	background: #333;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 4px;
	opacity: 0;
	padding: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 10px;
}

.contact-form__radio input:checked + span::after {
	opacity: 1;
}

.contact-form__textarea {
	margin-top: 10px;
}

.contact-form__textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: 0;
	border-radius: 10px;
	font-size: 13px;
	height: 230px;
	padding: 10px;
	resize: none;
	width: 100%;
}

.contact-form__textarea textarea:focus {
	box-shadow: none;
	outline: none;
}

.contact-form__textarea textarea::-moz-placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact-form__textarea textarea::placeholder {
	color: rgba(51, 51, 51, 0.5);
}

.contact-form__submit {
	margin-top: 24px;
	text-align: center;
}

.contact-form__submit input {
	-webkit-text-decoration: none;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 30px;
	color: #009844;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 15px 30px;
	text-decoration: none;
	transition: 0.3s;
}

.contact-form__submit input:hover,
.contact-form__submit input:focus {
	outline: none;
}

.contact-form__submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.contact-form__date select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	padding: 11px;
	text-align: center;
	width: 100%;
}

.contact-form__date select::-ms-expand {
	display: none;
}

.contact-form__date select:focus {
	box-shadow: none;
	outline: none;
}

.contact-form__date select option {
	font-size: 12px;
	padding: 8px 12px;
}

.contact-form__date input[type=date] {
	font-size: 12px;
	text-align: center;
	width: 120px;
}

.contact-form__date-select {
	width: 70px !important;
}

.contact-form__wrap--flex {
	margin-top: 6px !important;
}

.contact-form__wrap--flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.contact-form__input--flex {
	align-items: center;
	display: flex;
	gap: 6px;
	margin-top: 0;
	margin-top: initial;
}

.contact-form__notice {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 16px;
	text-align: center;
}

.contact-form__link {
	border-bottom: 1px solid #333;
	cursor: pointer;
}

.contact-form__link:hover {
	opacity: 0.8;
}

.contact-form__date-notice {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.1em;
	line-height: 2;
	margin-top: 10px;
}

.contact-form__wrap--textarea {
	margin-top: 24px;
}

.wpcf7-not-valid {
	border: 1px solid #ff3f02;
}

.wpcf7-spinner {
	display: none !important;
}

div.screen-reader-response {
	display: none;
}

span.wpcf7-not-valid-tip {
	color: #ff3f02;
	font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: 1.5px solid #ff3f02;
	border-radius: 2px;
	color: #ff3f02;
	font-weight: 500;
	margin: 1.5em 0;
	padding: 0.5em 1em;
	text-align: center;
}

.contact-reservation__button {
	aspect-ratio: 349/74;
	overflow: hidden;
}

.contact-reservation__button + .contact-reservation__button {
	margin-top: 16px;
}

.contact-reservation__button img {
	-o-object-fit: cover;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact-reservation__text {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 2;
	margin-top: 16px;
	text-align: center;
}

.contact-reservation__large-button {
	margin-top: 16px;
}

.contact-reservation__button {
	aspect-ratio: 349/74;
	overflow: hidden;
	position: relative;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact-thanks__title {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

.contact-thanks__text {
	font-size: 18px;
	line-height: 2;
	margin-top: 64px;
	text-align: center;
}

.contact-thanks__button {
	margin-top: 32px;
	text-align: center;
}

.contact__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.contact__text {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 2;
	margin-top: 32px;
}

.contact__button-wrapper {
	margin-top: 32px;
}

.cta {
	border-radius: 16px;
}

.cta__link {
	aspect-ratio: 349/230;
	overflow: hidden;
}

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

.deco-bg {
	overflow: hidden;
	position: relative;
}

.deco-bg::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.deco-bg img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	position: inherit;
	vertical-align: top;
	width: 100%;
	z-index: 10;
}

.deco-bg--top-about {
	aspect-ratio: 778/106;
	background-color: #f8f1e4;
}

.deco-bg--bottom-features {
	aspect-ratio: 778/112;
	background-color: #f8f1e4;
}

.deco-bg--bottom-features-white {
	aspect-ratio: 778/112;
	background-color: #fff;
}

.deco-bg--bottom-flow {
	aspect-ratio: 774/93;
	background-color: #fff;
}

.deco-bg--bottom-symptoms {
	aspect-ratio: 778/100;
	background-color: #fff;
}

.deco-bg--bottom-plan {
	aspect-ratio: 778/100;
	background-color: #fff;
}

.deco-bg--top-voice {
	aspect-ratio: 383/39;
	background-color: #fff;
}

.deco-bg--bottom-blog {
	aspect-ratio: 778/32;
	background-color: #fff;
}

.deco-bg--bottom-approach {
	aspect-ratio: 778/32;
	background-color: #f8f1e4;
}

.deco-bg--bottom-blog-lower {
	aspect-ratio: 778/32;
}

.deco-bg--top-contact {
	aspect-ratio: 780/26;
	background-color: #fff;
}

.deco-bg--top-green {
	aspect-ratio: 778/94;
	background-color: #f8f1e4;
}

.deco-bg--top-footer {
	aspect-ratio: 780/26;
	background-color: #79bc28;
}

.deco-bg--top-wide {
	aspect-ratio: 383/39;
}

.deco-bg--top-info {
	background: #f8f1e4;
}

.deco-bg--top-blog-white {
	aspect-ratio: 780/18;
	background-color: #f8f1e4;
}

.deco-bg--bottom-voice {
	background-color: #fff;
}

.faq-list__heading {
	color: #79bc28;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}

.faq-list__items {
	margin-top: 16px;
}

.faq-list__item {
	background-color: #79bc28;
	border-radius: 4px;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

.faq-list__item + .faq-list__item {
	margin-top: 8px;
}

.faq-list__item-question {
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	padding: 8px 40px 8px 50px;
	position: relative;
	text-indent: -20px;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
	background: #fff;
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 16px;
	transition: 0.5s ease;
	width: 16px;
}

.faq-list__item-question::after {
	transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
	transform: rotate(0deg);
}

.faq-list__item-question span {
	color: #fff;
	display: inline-block;
}

.faq-list__item-answer {
	background-color: #fff;
	display: none;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.5;
	padding: 8px 8px 16px;
}

.faq-list__item-answer span {
	display: inline-block;
}

.faq__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.faq__lead {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: -0.1em;
	line-height: 2.5;
	margin-top: 16px;
	text-align: center;
}

.faq__list-wrapper {
	margin-top: 32px;
}

.faq__list-wrapper + .faq__list-wrapper {
	margin-top: 16px;
}

.faq__cta {
	padding-bottom: 16px;
	padding-top: 16px;
}

.features-list__item {
	background-color: #fff;
	border-radius: 20px;
	padding: 16px 16px;
	text-align: center;
}

.features-list__item + .features-list__item {
	margin-top: 16px;
}

.features-list__item-number {
	color: #86c023;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	position: relative;
}

.features-list__item-number::before {
	background-image: url(../images/common/deco_dotted.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -12px;
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 118px;
}

.features-list__item-text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 16px;
}

.features-list__item-text span {
	color: #009844;
}

.features-list__item-img {
	margin-top: 8px;
}

.features-list__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.features-list__item-description {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-top: 8px;
	text-align: left;
}

.features {
	background-color: #f8f1e4;
	padding-bottom: 32px;
	padding-top: 24px;
	position: relative;
}

.features::before {
	background-color: #79bc28;
	border-radius: 15px 15px 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.features__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.features__wrapper {
	position: relative;
	z-index: 10;
}

.features__list {
	margin-top: 32px;
}

.float-logo {
	max-width: 350px;
}

.float-logo__logo {
	aspect-ratio: 525/200;
	overflow: hidden;
}

.float-logo__logo img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.float-logo__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-top: 24px;
	text-align: center;
}

.float-nav__nav-items {
	display: flex;
	flex-direction: column;
}

.float-nav__nav-item {
	padding: 8px 0;
}

.float-nav__nav-link {
	-webkit-text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.float-nav__nav-link::after {
	background-color: #009844;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}

.float-nav__nav-link span {
	margin-right: 0.5em;
	transition: all 0.3s ease;
}

.float-nav__reservation {
	display: flex;
	gap: 8px;
}

.float-nav__reservation-button {
	aspect-ratio: 118/139;
	height: 69px;
	margin-top: 4px;
	overflow: hidden;
	width: 59px;
}

.float-nav__reservation-button img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}

.flow__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.flow__list {
	margin-top: 32px;
}

.flow__item {
	background-color: #fff;
	border-radius: 20px;
	padding: 16px 16px;
	text-align: center;
}

.flow__item + .flow__item {
	margin-top: 72px;
	position: relative;
}

.flow__item + .flow__item::after {
	background: url(../images/common/icon_arrow-yellow.png) no-repeat center center/contain;
	content: "";
	display: block;
	height: 34px;
	left: 50%;
	position: absolute;
	top: -36px;
	transform: translate(-50%, -50%);
	width: 48px;
}

.flow__item-number {
	color: #86c023;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.2em;
	position: relative;
}

.flow__item-number::before {
	background-image: url(../images/common/deco_dotted.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -12px;
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 118px;
}

.flow__item-text {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 16px;
}

.flow__item-text span {
	color: #009844;
}

.flow__item-img {
	margin-top: 8px;
}

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

.flow__item-description {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-top: 8px;
	text-align: left;
}

.footer {
	background-color: #f8f1e4;
	padding: 24px 0 32px 0;
}

.footer--contact {
	padding: 64px 0 32px;
}

.footer__wrap {
	position: relative;
}

.footer__logo {
	margin: auto;
	max-width: 200px;
	text-align: center;
	width: 100%;
}

.footer__logo a {
	display: block;
	padding: 10px 0;
}

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

.footer__info {
	margin-top: 40px;
}

.footer__info-text {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.footer__info-text + .footer__info-text {
	margin-top: 8px;
}

.footer__nav-items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 24px;
}

.footer__nav-item a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	padding: 8px 4px;
	position: relative;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__nav-item a::after {
	background-color: #009844;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}

.footer__sns {
	display: flex;
	gap: 16px;
	margin-top: 16px;
}

.footer__sns a {
	display: block;
}

.footer__sns a img {
	height: 47px;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 47px;
}

.footer__policy {
	-webkit-text-decoration: underline;
	margin-top: 48px;
	text-align: center;
	text-decoration: underline;
}

.footer__policy a {
	font-size: 12px;
	font-weight: 700;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer__copyright {
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 8px;
	text-align: center;
}

.main_imgBox {
	aspect-ratio: 347/552;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.main_img {
	-o-object-fit: cover;
	animation: anime 24s 0s infinite;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.top-slide__wrap {
	position: relative;
}

.top-slide__text {
	aspect-ratio: 82/314;
	height: auto;
	left: 15%;
	overflow: hidden;
	position: absolute;
	top: 70%;
	transform: translate(-50%, -50%);
	width: 20%;
	z-index: 100;
}

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

.main_img:nth-of-type(2) {
	animation-delay: 4s;
}

.main_img:nth-of-type(3) {
	animation-delay: 8s;
}

.main_img:nth-of-type(4) {
	animation-delay: 12s;
}

.main_img:nth-of-type(5) {
	animation-delay: 16s;
}

.main_img:nth-of-type(6) {
	animation-delay: 20s;
}

.greeting {
	background-color: #fff;
}

.greeting__message {
	margin-top: 64px;
	position: relative;
}

.greeting__message::before {
	background-color: #009844;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	max-width: 400px;
	position: absolute;
	top: -32px;
	transform: translateX(-50%);
	width: 90%;
}

.greeting__message.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.greeting__message-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.greeting__message-title span {
	color: #009844;
}

.greeting__message-text {
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	margin-top: 16px;
}

.greeting__trouble-wrapper {
	background-color: #f8f1e4;
	padding-bottom: 32px;
}

.greeting__trouble-inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.header {
	background-color: #f8f1e4;
	height: 70px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.header.is-scrolled {
	background-color: transparent;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
}

.header__inner.inner {
	max-width: 500px;
	width: 100%;
}

.header__logo {
	height: 60px;
	max-width: 140px;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: 60px;
}

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

.header__reservation-buttons {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	margin-top: 15px;
}

.header__reservation-button {
	height: 46px;
	width: 39px;
}

.header__hamburger {
	background-color: #79bc28;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	height: 46px;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	position: relative;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 39px;
	z-index: 999;
}

.header__hamburger::before {
	content: "";
	height: 46px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	width: 39px;
	z-index: -1;
}

.header__hamburger.is-open::before {
	border-color: rgba(0, 0, 0, 0.8);
	transform: translate(-50%, -50%) scale(1.1);
}

.header__hamburger span {
	background-color: #fff;
	border-radius: 2px;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	width: 17px;
}

.header__hamburger span:nth-of-type(1) {
	top: -6px;
}

.header__hamburger span:nth-of-type(2) {
	top: 0px;
}

.header__hamburger span:nth-of-type(3) {
	top: 6px;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
	width: 18px;
}

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

.header__hamburger.is-open span:nth-of-type(3) {
	top: -1px;
	transform: translateX(-50%) rotate(-45deg);
	width: 18px;
}

.header__drawer {
	background-image: url(../images/common/bg_pc.jpg);
	background-position: center center;
	background-repeat: repeat;
	height: 100vh;
	height: 100dvh;
	opacity: 0;
	overflow-y: scroll;
	padding: 70px 0;
	position: absolute;
	right: -120%;
	scrollbar-width: none;
	top: 0;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	visibility: hidden;
	width: 100%;
	z-index: 900;
}

.header__drawer.is-open {
	opacity: 1;
	right: 0;
	visibility: visible;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-nav {
	height: inherit;
}

.header__drawer-list {
	padding: 0 20%;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__drawer-item a::before {
	background-color: #009844;
	bottom: 0;
	content: "";
	height: 2px;
	left: -100%;
	position: absolute;
	transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.header__drawer-item a span {
	margin-right: 0.5em;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.info__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.info__items {
	margin-top: 32px;
}

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

.inner-breakout {
	margin-left: -30px;
	margin-right: -30px;
}

.large-button {
	background: #fff;
	border-radius: 100px;
	cursor: pointer;
	overflow: hidden;
	padding: 16px 32px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
}

.large-button:active {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(0);
}

.large-button__title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: color 0.3s ease;
}

.large-button__icon {
	aspect-ratio: 242/33;
	margin-top: 16px;
	overflow: hidden;
}

.large-button__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.large-button__text {
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	margin-top: 12px;
	transition: color 0.3s ease;
}

.lower-contact {
	background-color: #79bc28;
	padding: 0 0 64px 0;
}

.lower-contact__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.lower-contact__heading {
	padding-top: 0;
	z-index: 10;
}

.our__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.our__items {
	grid-gap: 8px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 40px;
}

.our__img {
	aspect-ratio: 154/128;
	overflow: hidden;
}

.our__img img {
	-o-object-fit: cover;
	border-radius: 6px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.our__cta {
	margin-top: 40px;
}

.plan__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.price__course + .price__course {
	margin-top: 32px;
}

.price__course-title {
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	padding: 8px 0;
	text-align: center;
}

.price__course-title--red {
	background: #f05a24;
}

.price__course-title--green {
	background: #79bc28;
}

.price__list {
	margin-top: 24px;
}

.price__item + .price__item {
	margin-top: 8px;
}

.price__item--red1 > .price__item-label {
	border: 1px solid #faaf3b;
	color: #faaf3b;
}

.price__item--red1 > .price__item-price {
	color: #faaf3b;
}

.price__item-label {
	border-radius: 20px;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 290px;
	padding: 4px 0;
	text-align: center;
}

.price__item-price {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.price__item-tax {
	color: #333;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.price__item--red2 > .price__item-label {
	border: 1px solid #f6921e;
	color: #f6921e;
}

.price__item--red2 > .price__item-price {
	color: #f6921e;
}

.price__item--red3 > .price__item-label {
	border: 1px solid #f05a24;
	color: #f05a24;
}

.price__item--red3 > .price__item-price {
	color: #f05a24;
}

.price__description {
	background: #fff;
	border-radius: 5px;
	margin-top: 16px;
	padding: 8px 10px;
	padding-bottom: 20px;
}

.price__description-title {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.5;
	text-align: center;
}

.price__description-title--red {
	color: #f05a24;
}

.price__description-title--green {
	color: #009844;
}

.price__description-text {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 16px;
}

.price__item--green1 > .price__item-label {
	border: 1px solid #009844;
	color: #009844;
}

.price__item--green1 > .price__item-price {
	color: #009844;
}

.price__item--green2 > .price__item-label {
	border: 1px solid #4cc764;
	color: #4cc764;
}

.price__item--green2 > .price__item-price {
	color: #4cc764;
}

.price__item--green3 > .price__item-label {
	border: 1px solid #79bc28;
	color: #79bc28;
}

.price__item--green3 > .price__item-price {
	color: #79bc28;
}

.privacy-policy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.privacy-policy__content p {
	font-size: 14px;
	line-height: 2.5;
}

.privacy-policy__content {
	margin-top: 16px;
}

.privacy-policy__content p {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 16px;
}

.profile {
	overflow: hidden;
	padding-bottom: 32px;
}

.profile__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.profile__career-title {
	color: #009844;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.profile__career-items {
	margin-top: 8px;
}

.profile__career-list {
	display: flex;
	gap: 10px;
	margin-top: 2px;
}

.profile__career-date {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 90px;
}

.profile__career-text {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: calc(100% - 80px);
}

.single-symptoms__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.single-symptoms__upper-img {
	aspect-ratio: 300/156;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	max-width: 300px;
	overflow: hidden;
}

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

.single-symptom-list__items {
	margin-top: 16px;
}

.single-symptom-list__item {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

.single-symptom-list__item + .single-symptom-list__item {
	margin-top: 8px;
}

.single-symptoms__lower-img {
	aspect-ratio: 316/210;
	border-radius: 16px;
	margin-top: 32px;
	overflow: hidden;
}

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

.single-symptoms__lower-heading {
	margin-top: 32px;
}

.single-symptoms__contents {
	font-size: 13px;
	font-weight: 500;
	margin-top: 24px;
}

.single-symptoms__lead {
	font-size: 13px;
	line-height: 2;
}

.single-symptoms__block {
	margin-top: 16px;
}

.single-symptoms__sub-title {
	color: #79bc28;
	font-size: 16px;
	font-weight: 500;
}

.single-symptoms__description {
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
	margin-top: 4px;
}

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

.symptoms-card {
	background-color: #fff;
	border-radius: 16px;
	padding: 24px 32px 48px;
}

.symptoms-card__icon {
	aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	max-width: 103px;
	overflow: hidden;
}

.symptoms-card__icon img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.symptoms-card__content {
	margin-top: 8px;
	text-align: center;
}

.symptoms-card__info {
	font-size: 14px;
	font-weight: 500;
}

.symptoms-card__text {
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
	margin-top: 8px;
}

.symptoms-flow__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.symptoms-flow__list {
	margin-top: 32px;
}

.symptoms-flow__item {
	background: #fff;
	border: 1px solid #009844;
	border-radius: 16px;
	padding: 16px 18px;
	position: relative;
}

.symptoms-flow__item::after {
	border: 1px dashed #009844;
	border-radius: 16px;
	content: "";
	height: calc(100% - 16px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 16px);
}

.symptoms-flow__item + .symptoms-flow__item {
	margin-top: 48px;
	position: relative;
}

.symptoms-flow__item:nth-child(n+2)::before {
	background: url(../images/common/icon_arrow-bottom.png) no-repeat center center/contain;
	content: "";
	display: block;
	height: 34px;
	left: 50%;
	position: absolute;
	top: -24px;
	transform: translate(-50%, -50%);
	width: 48px;
}

.symptoms-flow__item-title {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.2em;
}

.symptoms-flow__item-title span {
	color: #79bc28;
	font-size: 16px;
	font-weight: 900;
}

.symptoms-flow__item-text {
	font-size: 12px;
	font-weight: 500;
	line-height: 2;
	margin-top: 8px;
}

.symptoms-flow__message {
	color: #009844;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	text-align: center;
	width: 80%;
}

.symptoms-flow__voice {
	margin-top: 32px;
}

.symptom-list__item {
	background: #79bc28;
	border-radius: 16px;
	color: #fff;
	padding: 32px 8px;
	text-align: center;
}

.symptom-list__item a {
	display: block;
	height: 100%;
	width: 100%;
}

.symptom-list__title-ja {
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.symptom-list__title-en {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.symptom-list__link {
	border: 1px solid #fff;
	border-radius: 16px;
	display: inline-block;
	font-size: 13px;
	margin-top: 16px;
	padding: 2px 24px;
}

.symptoms__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.symptoms__list {
	grid-gap: 8px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 32px;
}

/* ロゴ無限スライダー */

.text-slider {
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	width: 100%;
}

.text-slider__container {
	animation: scroll-text 20s linear infinite;
	display: flex;
	gap: 60px;
	width: -moz-max-content;
	width: max-content;
}

.text-slider__list {
	align-items: center;
	display: flex;
	gap: 60px;
	padding: 0 20px;
}

.text-slider__item {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.text-slider__item img {
	-o-object-fit: contain;
	max-height: 50px;
	object-fit: contain;
	width: auto;
}

/* ロゴスライダーのアニメーション */

.top-about__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-about__img {
	aspect-ratio: 723/926;
	margin-top: 16px;
	overflow: hidden;
}

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

.top-about__catchphrase {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 16px;
}

.top-about__catchphrase span {
	color: #009844;
}

.top-about__catchphrase-en {
	color: #009844;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 8px;
}

.top-about__description {
	margin-top: 16px;
}

.top-about__text {
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
}

.top-blog__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-blog__wrapper {
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 32px 16px 40px;
}

.top-blog__list {
	margin-top: 32px;
}

.top-blog__button {
	margin-top: 24px;
	text-align: center;
}

.top-contact__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-contact__reservation-wrapper {
	margin-top: 32px;
}

.top-contact__button {
	margin-top: 40px;
	text-align: center;
}

.top-features {
	background-color: #79bc28;
	padding: 16px 0 0 0;
}

.top-features__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-features__header {
	padding-top: 8px;
	position: relative;
}

.top-features__header::before {
	background-image: url(../images/common/deco_title-white.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 21px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 53px;
}

.top-features__main-title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.2em;
	opacity: 0.21;
	text-align: center;
}

.top-features__sub-title {
	bottom: -6px;
	color: #ffff00;
	font-size: 20px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.2em;
	position: absolute;
	text-align: center;
	text-align: center;
	transform: translateX(-50%);
}

.top-features__wrapper {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 16px 10% 24px;
}

.top-features__list {
	margin-top: 32px;
}

.top-features__button {
	margin-top: 16px;
	text-align: center;
}

.top-info__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-info__image {
	margin-top: 8px;
}

.top-info__button {
	margin-top: 24px;
	text-align: center;
}

.top-plan__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-plan__button {
	margin-top: 32px;
	text-align: center;
}

.top-slide__slider {
	height: 100%;
	width: 100%;
}

.top-slide__list {
	height: 100%;
	width: 100%;
}

.splide__slide.top-slide__item {
	border-radius: 10px;
	height: 552px;
	margin: 0 auto;
	max-width: 347px;
	overflow: hidden;
	width: 100%;
}

.top-slide__item img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.top-symptoms__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-symptoms__list {
	grid-gap: 8px;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 32px;
}

.top-symptoms__button {
	margin-top: 24px;
	text-align: center;
}

.top-voice__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.top-voice__list {
	margin-top: 24px;
}

.top-voice__item + .top-voice__item {
	margin-top: 16px;
}

.top-voice__review {
	align-items: center;
	aspect-ratio: 1/1;
	background: gray;
	color: #fff;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	width: 90%;
}

.top-voice__button {
	margin-top: 24px;
	text-align: center;
}

.top-voice__slider-wrapper {
	background: #f8f1e4;
	overflow: hidden;
	padding-bottom: 64px;
	padding-top: 32px;
}

.top-voice__sliders {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	width: 100vw;
}

.top-voice__slider--middle {
	margin-top: 16px;
}

.top-voice__slider--lower {
	margin-top: 16px;
}

.voice-card {
	background: #fff;
	border: 2px solid #009844;
	border-radius: 16px;
	padding: 24px 24px;
	position: relative;
}

.voice-card::after {
	border: 2px dashed #009844;
	border-radius: 16px;
	content: "";
	height: calc(100% - 24px);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 24px);
}

.voice-card__img {
	aspect-ratio: 277/208;
	border-radius: 8px;
	overflow: hidden;
	overflow: hidden;
}

.voice-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.voice-card__info {
	margin-top: 8px;
}

.voice-card__location {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.voice-card__symptom {
	background: #009844;
	border-radius: 12px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 2px 12px;
}

.voice-card__content {
	margin-top: 8px;
}

.voice-card__title {
	color: #009844;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.voice-card__text {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	margin-top: 8px;
}

/* スライダー全体 */

.voice-slider {
	display: flex; /* スライドのグループを横並び */
	gap: 24px;
	height: inherit;
	overflow: hidden; /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */

.voice-slider__list {
	display: flex; /* スライド3枚を横並び */
	gap: 24px;
}

.voice-slider__list--left {
	animation: scroll-left 20s infinite linear 0.5s both;
}

.voice-slider__list--right {
	animation: scroll-right 20s infinite linear 0.5s both;
}

/* スライド */

.voice-slider__item {
	border-radius: 8px;
	flex-shrink: 0;
	overflow: hidden;
}

.voice-slider__item {
	aspect-ratio: 1/1;
	width: 40vw;
}

/* スライドの画像 */

.voice-slider__item img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* CSSアニメーション */

.voice__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.wp-pagenavi {
	display: flex;
	gap: 4px;
	justify-content: center;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi--single {
	gap: 24px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	height: 34px;
	justify-content: center;
	transition: 0.3s ease;
	width: 34px;
}

.wp-pagenavi span.current {
	background-color: #009844;
	color: #fff;
}

.nextpostslink,
.previouspostslink {
	position: relative;
}

a.nextpostslink,
a.previouspostslink {
	color: #fff;
	text-transform: uppercase;
	width: min(100%, 55px);
}

.wp-pagenavi .first {
	display: none;
}

.wp-pagenavi .last {
	display: none;
}

@media (any-hover: hover) {

.common-button a:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.contact-reservation__button:hover {
	transform: translateY(-1px) scale(1.01);
	transition: all 0.1s ease;
}

.float-nav__nav-link:hover {
	color: #009844;
	transform: translateX(5px);
}

.float-nav__nav-link a:hover + span,
.float-nav__nav-link a:hover span {
	transform: scale(1.1);
}

.float-nav__reservation-button img:hover {
	transform: translateY(-2px);
}

.footer__nav-item a:hover {
	color: #009844;
	transform: translateX(5px);
}

.footer__nav-item a:hover + span,
.footer__nav-item a:hover span {
	transform: scale(1.1);
}

.footer__sns a img:hover {
	transform: translateY(-2px);
}

.footer__policy a:hover {
	color: #009844;
}

.header__drawer-item a:hover {
	color: #009844;
	transform: translateX(8px);
}

.header__drawer-item a:hover::before {
	left: 0;
}

.header__drawer-item a:hover span {
	transform: scale(1.2);
}

.large-button:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.wp-pagenavi a:hover {
	background-color: #009844;
	color: #fff;
	opacity: 1;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.layout-header {
	max-width: 400px;
}

.blog-post__content ol {
	margin-top: 38px;
}

.contact-form__submit input:hover {
	opacity: 0.8;
}

.header {
	border-radius: 20px 20px 0 0;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.inner-breakout {
	margin-left: -25px;
	margin-right: -25px;
}

.voice-slider__item {
	width: 150px;
}

}

@media (min-width: 768px) {

.layout-grid {
	grid-template-columns: minmax(150px, 1fr) minmax(320px, 500px) minmax(150px, 1fr);
}

.header__reservation-buttons {
	display: none;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes anime {

0% {
	opacity: 0;
}

12.5% {
	opacity: 1;
}

25% {
	opacity: 1;
}

37.5% {
	opacity: 0;
	transform: scale(1.1);
	z-index: 9;
}

100% {
	opacity: 0;
}

}

@keyframes scroll-text {

0% {
	transform: translateX(0);
}

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

}

@keyframes scroll-left {

from {
	transform: translateX(0);
}

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

}

@keyframes scroll-right {

from {
	transform: translateX(-100%);
}

to {
	transform: translateX(0);
}

}

/* 修正 */
.symptom-list__item a {
    height: auto;
}

.top-voice__review {
	align-items: center;
	aspect-ratio: 1/1;
	background: none;
}

.large-button__text {
    font-size: 10px;
    line-height: 15px;
    font-weight: normal;
		margin-top: 5px;
}

.large-button__icon {
    aspect-ratio: 231 / 33;
}

.header {
  background-color: transparent;
}


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