.wrapper {
	color: #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1;
	margin: 0 auto;
	max-width: 100%;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

.sp_only {
	display: none;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

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

a:hover {
	opacity: 0.8;
}

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

html {
	font-size: 10px;
}

.dn {
	-o-object-fit: cover;
	display: none !important;
	height: auto;
	object-fit: cover;
}

.page__contents {
	margin: 50px 0;
	margin: 5rem 0;
}

/* =====================フェードイン===================== */

.fadeInDown {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	visibility: visible !important;
}

.animated__clipView {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.8s ease;
}

.animated__clipView.js-show {
	clip-path: inset(0 0 0 0);
}

.animated__fadeIn {
	opacity: 0;
	transition: opacity 0.3s ease, translate 0.3s ease;
	translate: 0 40px;
}

.animated__fadeIn.js-show {
	opacity: 1;
	translate: 0 0;
}

.page__wrapper {
	line-height: 1.75;
	margin: 0 auto;
	max-width: 100%;
	width: 1200px; /* Begin bidirectionality settings (do not change) */
}

.page__wrapper html,
.page__wrapper address,
.page__wrapper blockquote,
.page__wrapper body,
.page__wrapper dd,
.page__wrapper div,
.page__wrapper dl,
.page__wrapper dt,
.page__wrapper fieldset,
.page__wrapper form,
.page__wrapper frame,
.page__wrapper frameset,
.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6,
.page__wrapper noframes,
.page__wrapper ol,
.page__wrapper p,
.page__wrapper ul,
.page__wrapper center,
.page__wrapper dir,
.page__wrapper hr,
.page__wrapper menu,
.page__wrapper pre {
	display: block;
	unicode-bidi: embed;
}

.page__wrapper li {
	display: list-item;
}

.page__wrapper head {
	display: none;
}

.page__wrapper table {
	display: table;
}

.page__wrapper tr {
	display: table-row;
}

.page__wrapper thead {
	display: table-header-group;
}

.page__wrapper tbody {
	display: table-row-group;
}

.page__wrapper tfoot {
	display: table-footer-group;
}

.page__wrapper col {
	display: table-column;
}

.page__wrapper colgroup {
	display: table-column-group;
}

.page__wrapper td,
.page__wrapper th {
	display: table-cell;
}

.page__wrapper caption {
	display: table-caption;
}

.page__wrapper th {
	font-weight: bolder;
	text-align: center;
}

.page__wrapper caption {
	text-align: center;
}

.page__wrapper body {
	margin: 8px;
}

.page__wrapper h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.page__wrapper h2 {
	font-size: 1.5em;
	margin: 0.75em 0;
}

.page__wrapper h3 {
	font-size: 1.17em;
	margin: 0.83em 0;
}

.page__wrapper h4,
.page__wrapper p,
.page__wrapper blockquote,
.page__wrapper ul,
.page__wrapper fieldset,
.page__wrapper form,
.page__wrapper ol,
.page__wrapper dl,
.page__wrapper dir,
.page__wrapper menu {
	margin: 1.12em 0;
}

.page__wrapper h5 {
	font-size: 0.83em;
	margin: 1.5em 0;
}

.page__wrapper h6 {
	font-size: 0.75em;
	margin: 1.67em 0;
}

.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6,
.page__wrapper b,
.page__wrapper strong {
	font-weight: bolder;
}

.page__wrapper blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

.page__wrapper i,
.page__wrapper cite,
.page__wrapper em,
.page__wrapper var,
.page__wrapper address {
	font-style: italic;
}

.page__wrapper pre,
.page__wrapper tt,
.page__wrapper code,
.page__wrapper kbd,
.page__wrapper samp {
	font-family: monospace;
}

.page__wrapper pre {
	white-space: pre;
}

.page__wrapper button,
.page__wrapper textarea,
.page__wrapper input,
.page__wrapper select {
	display: inline-block;
}

.page__wrapper big {
	font-size: 1.17em;
}

.page__wrapper small,
.page__wrapper sub,
.page__wrapper sup {
	font-size: 0.83em;
}

.page__wrapper sub {
	vertical-align: sub;
}

.page__wrapper sup {
	vertical-align: super;
}

.page__wrapper table {
	border-spacing: 2px;
}

.page__wrapper thead,
.page__wrapper tbody,
.page__wrapper tfoot {
	vertical-align: middle;
}

.page__wrapper td,
.page__wrapper th,
.page__wrapper tr {
	vertical-align: inherit;
}

.page__wrapper s,
.page__wrapper strike,
.page__wrapper del {
	text-decoration: line-through;
}

.page__wrapper hr {
	border: 1px inset;
}

.page__wrapper ol,
.page__wrapper ul,
.page__wrapper dir,
.page__wrapper menu,
.page__wrapper dd {
	margin-left: 40px;
}

.page__wrapper ol {
	list-style-type: decimal;
}

.page__wrapper ol ul,
.page__wrapper ul ol,
.page__wrapper ul ul,
.page__wrapper ol ol {
	margin-bottom: 0;
	margin-top: 0;
}

.page__wrapper u,
.page__wrapper ins {
	text-decoration: underline;
}

.page__wrapper br:before {
	content: "\a";
	white-space: pre-line;
}

.page__wrapper center {
	text-align: center;
}

.page__wrapper :link,
.page__wrapper :visited {
	text-decoration: underline;
}

.page__wrapper :focus {
	outline: thin dotted invert;
}

.page__wrapper BDO[DIR=ltr] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

.page__wrapper BDO[DIR=rtl] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.page__wrapper *[DIR=ltr] {
	direction: ltr;
	unicode-bidi: embed;
}

.page__wrapper *[DIR=rtl] {
	direction: rtl;
	unicode-bidi: embed;
}

.page__wrapper ul li {
	list-style-type: disc !important;
}

.page__wrapper ol li {
	list-style-type: decimal !important;
}

.wrapper {
	position: relative;
}

html {
	scroll-behavior: smooth;
}

.header {
	height: 9.2rem;
	position: sticky;
	top: 0;
	z-index: 999;
}

.fix-btn {
	bottom: 0;
	content: "";
	position: fixed;
	right: 0;
	width: 57rem;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	background: linear-gradient(270deg, #0B0B0B 0%, #1D140D 52.1%, #A5985E 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 2.6rem;
	padding-right: 5.6rem;
}

.header__logo-area {
	display: flex;
	flex-direction: column;
	width: 15.3rem;
}

.header__logo-area a {
	display: block;
	width: 15.3rem;
}

.header__nav-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2.6rem;
}

.header__nav-item {
	color: #fff;
	position: relative;
}

.header__nav-link {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: normal;
	padding-left: 1.2rem;
}

.header-line-box {
	align-items: center;
	display: flex;
	height: 6.6rem;
	justify-content: center;
	width: 73px;
}

.drawer-icon {
	background: transparent;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	display: none;
	height: 1.3rem;
	position: absolute;
	right: 10px;
	top: 1.1rem;
	transition: all 0.5s ease 0s;
	width: 3.6rem;
	z-index: 999;
}

.drawer-bars {
	display: inline-block;
	height: 1.3rem;
	position: relative;
	width: 3.6rem;
}

.drawer-bar {
	background: #A5985E;
	display: block;
	height: 1px;
	position: absolute;
	right: 0px;
	right: 0rem;
	transition: all 0.3s linear 0s;
	width: calc(100% - 0.3rem);
}

.drawer-bar:nth-of-type(1) {
	top: 0;
	top: 0rem;
}

.drawer-bar:nth-of-type(2) {
	top: 0.6rem;
}

.drawer-bar:nth-of-type(3) {
	top: 1.3rem;
}

.is-checked .drawer-bar:nth-of-type(1) {
	top: 8px;
	top: 0.8rem;
	transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
	background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
	top: 8px;
	top: 0.8rem;
	transform: rotate(45deg);
}

.drawer-text {
	color: #A5985E;
	font-size: 1.4rem;
	font-weight: 200;
	line-height: normal;
}

.drawer-content {
	background: url(../img/drawer-bg-p.webp) center right/cover no-repeat;
	bottom: auto;
	display: none;
	font-size: 18px;
	font-size: 1.8rem;
	height: 100vh;
	left: auto;
	overflow: auto;
	padding-top: 7rem;
	position: fixed;
	right: 0;
	text-align: left;
	text-align: left;
	top: 5rem;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 1003;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer__link {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.8rem;
	height: 5.2rem;
	padding-left: 4.3rem;
	width: 100%;
}

.drawer__link--contact {
	align-items: center;
	background: #fff;
	border-radius: 2.3rem;
	color: #736421;
	display: flex;
	height: 4.7rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: 9rem;
	padding-left: 0;
	position: relative;
	text-align: center;
	width: 22rem;
}

.drawer__link--contact::after {
	background: url(../img/header-icon.svg) center/cover no-repeat;
	content: "";
	height: 1.3rem;
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.drawer__link--line {
	height: 4.7rem;
	margin-inline: auto;
	margin-top: 40px;
	padding-left: 0;
	width: 5.2rem;
}

.footer-logo {
	background: linear-gradient(180deg, #A3955F 0%, #6F5E1F 100%);
	padding-block: 2.3rem 8rem;
}

.footer-logo__link {
	display: block;
	margin: 0 auto;
	width: 46.1rem;
}

.footer__small {
	color: #FFF;
	font-family: Inter;
	font-size: 0.5rem;
	font-weight: 400;
	margin-top: 11.2rem;
	text-align: center;
}

/* 全体のコンテンツエリア */

.content-area {
	margin: 0 auto;
	max-width: 1000px;
	max-width: 100rem;
	width: 100%;
}

/* 記事のコンテンツ */

.content-area__article {
	padding: 30px;
	padding: 3rem;
}

/* エントリーヘッダー */

.content-area__category {
	background: #600;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	width: 100px;
	width: 10rem;
}

.content-area__category a {
	text-decoration: none !important;
}

.content-area__date {
	font-size: 20px;
	font-size: 2rem;
}

/* 記事のタイトル */

.content-area__title {
	font-size: 32px !important;
	font-size: 3.2rem !important;
	font-weight: bold;
	margin-top: 12px !important;
	margin-top: 1.2rem !important;
	overflow-wrap: break-word; /* 長い単語を強制的に折り返す */
	word-break: break-word; /* 長い単語を強制的に折り返す */
}

/* エントリーコンテンツ */

.content-area__content {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
	margin: 50px 0;
	margin: 5rem 0;
	overflow-wrap: break-word; /* 長い単語を強制的に折り返す */
	word-break: break-word; /* 長い単語を強制的に折り返す */
}

/* エントリーフッター */

.content-area__footer {
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

/* カスタムナビゲーション */

.post-navigation {
	margin-top: 20px;
	margin-top: 2rem;
}

.post-navigation__prev a {
	background-color: #A41839;
	border-radius: 5px;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	min-width: 200px;
	min-width: 20rem;
	padding: 10px 20px;
	padding: 1rem 2rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

.post-navigation__prev a:visited {
	text-decoration: none;
}

.error-page {
	color: #333;
	padding: 50px;
	padding: 5rem;
}

.error-page__container {
	background-color: #fff;
	border-radius: 8px;
	border-radius: 0.8rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 5rem;
	max-width: 600px;
	max-width: 60rem;
	padding: 50px;
	padding: 5rem;
	text-align: center;
}

.error-page__title {
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.error-page__message {
	font-size: 20px;
	font-size: 2rem;
	margin: 20px 0;
	margin: 2rem 0;
}

.error-page__link {
	color: #007bff;
	text-decoration: none;
}

.error-page__link:hover {
	text-decoration: underline;
}

#breadcrumb {
	color: #333; /* テキストの色 */
	font-size: 14px; /* フォントサイズの調整 */
	font-size: 1.4rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	padding-top: 20px;
	padding-top: 2rem;
}

#breadcrumb a {
	color: #000; /* リンクの色を設定 */
	font-weight: bold; /* リンクのテキストを太字にする */
	text-decoration: none; /* リンクの下線を消す */
}

#breadcrumb span {
	color: #666; /* 非リンク部分のテキスト色 */
	margin: 0 5px;
	margin: 0 0.5rem;
}

/*========================================
# コンタクトフォーム
========================================  */

.p-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding: 0 25px 100px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.p-form__item {
	border-bottom: 1px solid #B5B5B5;
	display: flex;
	padding: 20px 0;
}

.p-form__item:first-of-type {
	border-top: 1px solid #B5B5B5;
}

.p-form__title {
	align-items: center;
	display: flex;
	font-size: 18px;
	gap: 10px;
	padding: 0 30px;
	width: 30%;
}

.p-form__title span {
	background-color: #D00000;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 5px;
}

.p-form__title--type02 {
	justify-content: space-between;
}

.p-form__title--type03 {
	flex-direction: column;
}

.p-form__title--aiStart {
	align-items: flex-start;
}

.p-form__input {
	flex: 1;
}

.p-formInput input::-moz-placeholder,
.p-formTextarea textarea::-moz-placeholder {
	color: lightgray;
	font-size: 16px;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
	color: lightgray;
	font-size: 16px;
}

.p-formInput input {
	border: 1px solid #B5B5B5;
	border-radius: 0;
	font-size: 16px;
	height: 60px;
	padding-left: 20px;
	width: 100%;
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
	outline: 2px solid #B5B5B5;
}

.p-formInput--sm input {
	max-width: 100%;
	width: 350px;
}

.p-formInput__post {
	align-items: center;
	display: flex;
	gap: 10px;
}

.p-formInput__post input {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

.p-formInput__address {
	margin-top: 10px;
}

.p-formInput__address input {
	width: 70%;
}

.p-formInput--tel {
	align-items: center;
	display: flex;
	gap: 5px;
}

.p-formInput--tel > * {
	min-width: 0;
}

.p-formInput--tel input {
	max-width: 100%;
	width: 150px;
}

.p-formSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/common/pulldown.svg) right 10px center/10px no-repeat;
	border: 1px solid #B5B5B5;
	border-radius: 0;
	color: lightgray;
	font-size: 16px;
	height: 60px;
	max-width: 100%;
	padding-left: 20px;
	width: 250px;
}

.p-formSelect select:focus {
	outline: 2px solid #B5B5B5;
}

.p-formSelect--selected select {
	color: #333;
}

.p-formDate__flex {
	align-items: center;
	display: flex;
	gap: 35px;
}

.p-formDate__flex + .p-formDate__flex {
	margin-top: 20px;
}

.p-formDate__label {
	font-size: 16px;
}

.p-form__dataBlockFlex {
	align-items: center;
	display: flex;
}

.p-form__dataBlockFlex + .p-form__dataBlockFlex {
	margin-top: 20px;
}

.p-form__dataBlockLabel {
	font-size: 16px;
	width: 80px;
}

.p-formCalendar {
	position: relative;
}

.p-formCalendar input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/common/calendar.svg) right 8px center/15px no-repeat;
	background-color: #fff;
	border: 1px solid #B5B5B5;
	border-radius: 0;
	color: lightgray;
	font-size: 16px;
	height: 60px;
	padding-left: 20px;
	padding-right: 5px;
	position: relative;
	width: 250px;
}

.p-formCalendar input::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-formCalendar input::-webkit-date-and-time-value {
	text-align: left;
}

.p-formCalendar input:focus {
	outline: 2px solid #B5B5B5;
}

.p-form__dataBlockDate input:not(.p-formDate__default) {
	color: #333;
}

.p-formNumber__txt {
	font-size: 16px;
}

.p-formNumber__flex {
	align-items: center;
	display: flex;
	gap: 30px;
	margin-top: 20px;
}

.p-formNumber__block {
	align-items: center;
	display: flex;
}

.p-formNumber__blockLabel01 {
	font-size: 16px;
	margin-right: 30px;
}

.p-formNumber__blockLabel01 {
	font-size: 16px;
}

.p-formNumber__blockInput {
	margin-right: 10px;
	width: 150px;
}

.p-formCheckbox input {
	display: none;
}

.p-formCheckbox .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.p-formCheckbox .wpcf7-list-item {
	margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
	display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
	display: block;
	margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 20px;
}

.p-formCheckbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 0 0 0 35px;
	position: relative;
	width: auto;
}

.p-formCheckbox input + span::before {
	background-color: #fff;
	border: 1px solid #B5B5B5;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-formCheckbox input + span::after {
	border-bottom: 3px solid blue;
	border-right: 3px solid blue;
	content: "";
	display: block;
	height: 13px;
	left: 6px;
	margin-top: -8px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 8px;
}

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

.p-formRadio .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.p-formRadio--vertical .wpcf7-radio {
	display: block;
}

.p-formRadio .wpcf7-list-item {
	margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
	display: block;
	margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 20px;
}

.p-formRadio input + span {
	cursor: pointer;
	display: flex;
	font-size: 16px;
}

.p-formRadio input[type=radio] {
	display: none;
}

.p-formRadio input + span::before {
	background: #fff;
	border: 1px solid #B5B5B5;
	border-radius: 100%;
	content: "";
	height: 20px;
	margin-bottom: auto;
	margin-right: 0.5em;
	margin-top: auto;
	transition: background-color 0.5s;
	width: 20px;
}

.p-formRadio input:checked + span::before {
	background-color: blue;
	box-shadow: inset 0 0 0 3px #fff;
}

.p-formFile .wpcf7-form-control-wrap {
	display: block;
}

.p-formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	margin-top: 20px;
}

.p-formFile input {
	font-size: 16px;
	line-height: 1;
	max-width: 100%;
}

.p-formTextarea textarea {
	border: 1px solid #B5B5B5;
	border-radius: 0;
	font-size: 16px;
	min-height: 350px;
	padding-left: 20px;
	padding-top: 10px;
	width: 100%;
}

.p-form__privacy {
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}

.p-form__privacy a {
	line-height: 1;
	text-decoration: underline;
}

.p-form__acceptance {
	margin-top: 30px;
	text-align: center;
}

.p-form__submit {
	margin-top: 50px;
	text-align: center;
}

.p-formBtn input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #313D58;
	border: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	padding: 20px 0;
	text-align: center;
	transition: opacity 0.5s;
	width: 300px;
}

.p-formBtn input:disabled {
	background-color: #eee;
	border-color: #eee;
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #2C94DE;
	font-size: 24px;
	padding: 15px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: red;
	font-size: 24px;
	padding: 15px 10px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	color: red;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
	display: none;
}

.p-formValidation__error {
	color: red;
	display: none;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
	display: block;
}

.hero {
	height: calc(100vh - 9.2rem);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.hero__slider {
	height: 100%;
	width: 100%;
}

.swiper-slide {
	height: 100%;
	width: 100%;
}

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

.hero__content {
	color: #FFF;
	left: 50%;
	position: absolute;
	text-align: left;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.hero__badge {
	background: url(../img/hero-badge-p.webp) center/cover no-repeat;
	font-size: 3.8rem;
	font-weight: 600;
	height: 6.2rem;
	line-height: normal;
	padding-left: 17.5rem;
	width: 72.8rem;
}

.hero__subtext {
	font-size: 3.8rem;
	margin-top: 5rem;
	padding-left: 17.5rem;
}

.u-fz35 {
	font-size: 3.5rem;
}

.hero__lead {
	font-size: 5rem;
	margin-top: 3rem;
	padding-left: 17.5rem;
}

.u-fz37 {
	font-size: 3.7rem;
}

.hero__logo {
	margin-top: 3rem;
	padding-left: 18.5rem;
	width: 108.4rem;
}

.problem {
	background: linear-gradient(180deg, #1C1C1C 27.4%, #4D4B4B 100%);
	padding-top: 8.9rem;
}

.problem__inner {
	margin-inline: auto;
	max-width: 1120px;
	padding-left: 5.8rem;
}

.problem__lead {
	color: #FFF;
	font-size: 4rem;
	font-weight: 400;
	padding-bottom: 4.1rem;
	position: relative;
}

.problem__icon {
	width: 60.4rem;
}

.problem__box {
	display: grid;
	gap: 8rem;
	grid-template-columns: 30.8rem 1fr;
}

.problem__bubbles {
	display: grid;
	gap: 4rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.problem__bubble {
	align-items: center;
	background: linear-gradient(180deg, #9E925A 0%, #605535 100%);
	border-radius: 50%;
	box-shadow: 0px 0px 19.437px rgba(0, 0, 0, 0.2);
	color: #FFF;
	display: flex;
	font-size: 2rem;
	font-weight: 600;
	height: 20rem;
	justify-content: center;
	line-height: 1.35;
	position: relative;
	text-align: center;
	width: 20rem;
}

.problem__bubble::before {
	color: #ffffff;
	content: "✓";
	font-size: 6rem;
	position: absolute;
	top: -4rem;
}

.problem__solve {
	color: #FFF;
	display: block;
	font-size: 4.2rem;
	font-weight: 600;
	margin-left: 1.9rem;
	margin-top: 5.2rem;
	text-align: center;
	text-shadow: 0px 0px 0px #D8D4D4;
}

.problem__highlight {
	color: #B00B0B;
	font-size: 6.1rem;
	text-shadow: none;
}

.problem__solution {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(92deg, #F7DA5A 5.16%, #8A740D 16.05%, #AE9524 21.79%, #F7DA5A 61.99%, #7B670C 88.95%);
	background-clip: text;
	font-size: 6.5rem;
	font-weight: 600;
	margin-left: 2.5rem;
	margin-top: 3.1rem;
	text-align: center;
}

.u-fzsp33 {
	font-size: 6.5rem;
}

.u-fz46 {
	font-size: 4.6rem;
}

.feature-cards {
	background: url(../img/feature-cards-bg-p.webp) center/cover no-repeat;
	padding-bottom: 20.6rem;
	padding-top: 18rem;
}

.feature-cards__inner {
	margin-inline: auto;
	max-width: 122rem;
}

.feature-cards__heading {
	color: #FFF;
	font-size: 4rem;
	font-weight: 300;
	line-height: normal;
	text-align: center;
}

.feature-cards__list {
	display: grid;
	gap: 5.5rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 10.3rem;
}

.feature-cards__image {
	display: block;
	height: 31.2rem;
	width: 100%;
}

.feature-cards__text {
	background: linear-gradient(180deg, #9E9059 0%, #736421 100%);
	color: #FFF;
	font-size: 2.5rem;
	line-height: normal;
	padding-block: 1.5rem;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.feature-cards__note {
	line-height: 0.8;
	padding-bottom: 1rem;
}

.feature-cards__note span {
	font-size: 1.6rem;
}

.campaign {
	background: url(../img/campaign-bg-p.webp) center/cover no-repeat;
	padding-block: 13.9rem 17.6rem;
	text-align: center;
}

.campaign__inner {
	background: rgba(255, 255, 255, 0.76);
	margin: 0 auto;
	max-width: 1052px;
	padding-bottom: 1rem;
	position: relative;
}

.campaign__inner::after,
.campaign__inner::before {
	background: linear-gradient(90deg, #9E8314 0%, #A59761 100%);
	content: "";
	height: 1.4rem;
	left: 50%;
	position: absolute;
	width: 100%;
}

.campaign__inner::after {
	top: 0%;
	transform: translate(-50%, -100%);
}

.campaign__inner::before {
	bottom: 0%;
	transform: translate(-50%, 100%);
}

.campaign__content img {
	padding-top: 2.8rem;
	width: 93%;
}

.campaign__btn {
	align-items: center;
	background: linear-gradient(180deg, #F20F0F 0%, #9A1717 100%);
	box-shadow: 2.591px 2.591px 6.911px 0.864px rgba(0, 0, 0, 0.3);
	color: #FFF;
	display: flex;
	font-size: 3.3rem;
	height: 8.7rem;
	justify-content: center;
	margin-inline: auto;
	max-width: 818px;
	position: relative;
	text-align: center;
	width: 100%;
}

.campaign__btn::after {
	background: url(../img/campaign-btn-icon-p.webp) center/cover no-repeat;
	bottom: 0.3rem;
	content: "";
	height: 1.6rem;
	position: absolute;
	right: 0.3rem;
	width: 1.6rem;
}

.campaign__attention {
	color: #1C1C1C;
	font-size: 1.7rem;
	margin-top: 1.7rem;
}

.campaign__attention:last-child {
	margin-top: 1.6rem;
}

.price {
	background: url(../img/price-bg-p.webp) center/cover no-repeat;
	padding-block: 21.6rem 20.1rem;
}

.price__inner {
	background: #1C1C1C;
	margin-inline: auto;
	max-width: 135.5rem;
	padding-top: 8.4rem;
	position: relative;
	z-index: 2;
}

.price__inner::before {
	border: 3px solid #A59761;
	content: "";
	height: 99%;
	left: 0rem;
	position: absolute;
	top: 0rem;
	width: 98%;
	z-index: 1;
}

.price__inner::after {
	border: 3px solid #A59761;
	content: "";
	height: 99%;
	left: 1.5rem;
	position: absolute;
	top: 0.9rem;
	width: 98%;
	z-index: 0;
}

.price__wrapper {
	position: relative;
	z-index: 3;
}

.price__lead {
	background: linear-gradient(180deg, #A59761 0%, #6A5918 100%);
	color: #FFFEF8;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.6;
	margin-inline: auto;
	padding-block: 3.4rem 4.7rem;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 122rem;
}

.price__title {
	color: #FFF;
	font-weight: 600;
	line-height: normal;
	margin-top: 7.2rem;
	text-align: center;
}

.price__title-en {
	display: block;
	font-size: 2.9rem;
}

.price__title-ja {
	display: block;
	font-size: 4rem;
	margin-top: -0.5rem;
}

.price__plans {
	display: grid;
	gap: 1.3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 9rem;
	width: 122rem;
}

.price__plan-top {
	color: #fff;
	font-weight: 400;
	padding-block: 2.7rem 1.6rem;
	text-align: center;
}

.price__plan-top-basic {
	background: linear-gradient(180deg, #898282 0%, #4E4D4D 100%);
}

.price__plan-top-standard {
	background: linear-gradient(180deg, #486ED0 0%, #24386A 100%);
}

.price__plan-top-premium {
	background: linear-gradient(180deg, #B03A42 0%, #4A181C 100%);
}

.price__plan-label {
	font-size: 1.8rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.price__plan-name {
	font-size: 3rem;
	margin-top: 0.5rem;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.price__plan-sm {
	font-size: 1.8rem;
	margin-top: 0.4rem;
}

.price__plan-bottom {
	background: rgba(242, 237, 213, 0.9);
	padding-block: 3.7rem;
	text-align: center;
}

.price__plan-price {
	font-size: 2.4rem;
	font-weight: 300;
	margin-inline: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.price__plan-price strong {
	display: inline-block;
	font-size: 5rem;
	font-weight: 400;
	padding-inline: 0.5rem;
}

.price__plan-price span {
	color: #1C1C1C;
	content: "";
	font-size: 1rem;
	position: absolute;
	right: -0.7rem;
	top: 1.6rem;
	transform: translateY(-50%);
}

.price__plan-unit {
	color: #0B0B0B;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 1.5rem;
}

.price__plan-unit-lg {
	font-size: 3rem;
	font-weight: 400;
}

.price__plan-unit-sm {
	font-size: 1rem;
}

.price__plan-desc {
	border: 1px solid #A59761;
	color: #1C1C1C;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	margin-inline: auto;
	margin-top: 4.3rem;
	padding: 1.2rem 2.3rem;
	width: -moz-fit-content;
	width: fit-content;
}

.price__info {
	margin-inline: auto;
	width: 122rem;
}

.price__info-item {
	display: grid;
	grid-template-columns: 41.1rem 1fr;
	margin-top: 3rem;
	text-align: center;
}

.price__info-label {
	align-items: center;
	background: linear-gradient(180deg, #A1935D 0%, #79692B 100%);
	color: #FFF;
	display: flex;
	font-size: 2.9rem;
	font-weight: 400;
	justify-content: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.price__info-box {
	background: rgba(242, 237, 213, 0.9);
	padding-block: 2rem 1rem;
}

.price__info-value {
	font-size: 3.6rem;
}

.price__info-value-mid {
	font-size: 2.9rem;
}

.price__info-value-sm {
	font-size: 1.5rem;
}

.price__info-note {
	font-size: 1.9rem;
	margin-top: 1.5rem;
	padding-right: 3.6rem;
}

.price__arrow {
	margin-inline: auto;
	margin-top: 2.5rem;
	width: 12.9rem;
}

.price__trial-box {
	margin-top: 5.2rem;
	padding-bottom: 10.3rem;
}

.price__trial-text {
	margin-inline: auto;
	position: relative;
	width: 89.5rem;
	z-index: 2;
}

.price__btn {
	align-items: center;
	background: linear-gradient(180deg, #F20F0F 0%, #F41717 26.92%, #FC4747 47.6%, #F62525 51.92%, #A11818 88.46%, #9A1717 100%);
	border-radius: 3.7rem;
	box-shadow: 2.737px 2.737px 7.298px 0.912px rgba(0, 0, 0, 0.3);
	color: #FFFDF1;
	display: flex;
	font-size: 4rem;
	height: 19rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: -3.9rem;
	position: relative;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 110rem;
}

.price__btn::after {
	background: url(../img/price-btn-arrow-p.webp) center/cover no-repeat;
	content: "";
	height: 3.6rem;
	position: absolute;
	right: 22.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8rem;
}

.price__caution {
	color: #FFFDF6;
	font-size: 2.9rem;
	font-weight: 600;
	margin-top: 3rem;
	text-align: center;
}

.recommend-cards {
	background-color: #1C1C1C;
	padding-bottom: 19.6rem;
}

.recommend-inner {
	margin-inline: auto;
	max-width: 1200px;
}

.recommend-cards__list {
	display: grid;
	gap: 6.3rem 1.4rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 9rem;
}

.recommend-cards__item {
	display: grid;
	font-weight: 300;
	gap: 1.4rem;
	grid-row: span 2;
	grid-template-rows: subgrid;
	text-align: center;
}

.recommend-cards__image {
	width: 100%;
}

.recommend-cards__text {
	align-items: center;
	color: #FFF;
	display: flex;
	font-size: 2.5rem;
	justify-content: center;
	line-height: normal;
	text-align: center;
}

.reason-block {
	background: url(../img/reason-block-bg-p.webp) center/cover no-repeat;
	font-weight: 300;
	padding-top: 19.3rem;
	position: relative;
}

.reason-block__subtitle {
	color: #FFF;
	font-size: 3.6rem;
	line-height: 1.32;
	text-align: center;
	text-shadow: 0px 3.08px 3.08px rgba(0, 0, 0, 0.25);
}

.reason-block__subtitle .u-fz30 {
	font-size: 3rem;
}

.reason-block__subtitle .u-fz46 {
	font-size: 4.6rem;
}

.reason-block__subtitle .u-fz42 {
	font-size: 4.2rem;
}

.reason-block__inner {
	margin-inline: auto;
	max-width: 120rem;
	position: relative;
}

.reason-block__box {
	margin-top: 12.8rem;
	padding-right: 24rem;
	position: relative;
}

.reason-block__box:nth-of-type(2) {
	margin-top: 20.6rem;
}

.reason-block__box:nth-of-type(3) {
	margin-top: 30rem;
}

.reason-block__number {
	color: rgba(158, 131, 20, 0.55);
	content: "";
	font-family: "Noto Serif Tamil", serif;
	font-size: 20rem;
	font-style: italic;
	font-weight: 100;
	left: -6.8rem;
	position: absolute;
	top: -11.5rem;
}

.reason-block__content {
	background: rgba(255, 255, 255, 0.85);
	border: 0.9rem solid #9E8314;
	padding: 11rem 5.4rem;
}

.reason-block__title {
	color: #000;
	font-size: 4.5rem;
}

.reason-block__text {
	color: #000;
	font-size: 2.2rem;
	line-height: 1.9;
	margin-top: 7.3rem;
	width: 51.5rem;
}

.reason-block__image-box {
	bottom: -4.3rem;
	content: "";
	position: absolute;
	transform: translateX(50%);
}

.reason-block__image-box01 {
	right: 28rem;
	width: 61.8rem;
	width: 55.6rem;
}

.reason-block__image-box02 {
	bottom: -14.6rem;
	right: 27rem;
	width: 48rem;
}

.reason-block__image-box03 {
	bottom: -7.5rem;
	right: 25rem;
	width: 58.3rem;
	width: 52.4rem;
}

.reason-block__trainer {
	align-items: center;
	display: flex;
	gap: 4rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: 22.4rem;
	width: -moz-fit-content;
	width: fit-content;
}

.reason-block__trainer-image-box {
	width: 41.5rem;
}

.reason-block__trainer-image {
	display: block;
	height: auto;
	width: 100%;
}

.reason-block__trainer-text-box {
	text-align: center;
}

.reason-block__trainer-text {
	color: #FFF;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.48;
}

.reason-block__trainer-text span {
	font-size: 2.6rem;
}

.anxiety-solution {
	background: linear-gradient(180deg, #1C1C1C 50.48%, #5B5656 100%);
	padding-top: 16.6rem;
}

.anxiety-solution__inner {
	padding-inline: 1.8rem;
}

.anxiety-solution__label {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 0.5px;
	background: linear-gradient(103deg, #A5985E 26.51%, #AA9D64 34.83%, #D1C48B 39.33%, #6F5D0F 56.88%, #9C9059 67.9%);
	background-clip: text;
	font-size: 3rem;
	text-align: center;
}

.anxiety-solution__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 0.5px;
	background: linear-gradient(103deg, #A5985E 26.51%, #AA9D64 34.83%, #D1C48B 39.33%, #6F5D0F 56.88%, #9C9059 67.9%);
	background-clip: text;
	font-size: 4rem;
	margin-top: 4rem;
	text-align: center;
}

.anxiety-solution__box {
	background: url(../img/anxiety-solution__box-p.webp) center/cover no-repeat;
	height: 60.8rem;
	margin-inline: auto;
	margin-top: 11.4rem;
	padding-left: 19.7rem;
	padding-top: 5.6rem;
	position: relative;
	width: 94rem;
	z-index: 10;
}

.anxiety-solution__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.anxiety-solution__item {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: normal;
	padding-left: 7rem;
	position: relative;
}

.anxiety-solution__item:not(:first-child) {
	margin-top: 4.5rem;
}

.anxiety-solution__item::before {
	color: #ffffff;
	content: "✓";
	font-size: 3.5rem;
	left: 0;
	position: absolute;
	top: 0;
}

.anxiety-answer {
	background: url(../img/anxiety-answer-bg-p.webp) center/cover no-repeat;
	margin-top: -4.4rem;
	padding-bottom: 10rem;
}

.anxiety-answer__item img {
	margin-inline: auto;
	width: 146.1rem;
}

.anxiety-answer__item:nth-of-type(1) {
	background: url(../img/anxiety-answer-bg-p.webp) center/cover no-repeat;
}

.anxiety-answer__item:nth-of-type(1) img {
	padding-left: 15rem;
}

.anxiety-answer__item:nth-of-type(2) {
	padding-top: 6rem;
}

.anxiety-answer__item:nth-of-type(2) img {
	padding-right: 4rem;
}

.anxiety-answer__item:nth-of-type(3) img {
	margin-top: -15rem;
	padding-inline: 15rem 20rem;
}

.anxiety-answer__item:nth-of-type(4) {
	margin-top: 3.7rem;
}

.anxiety-answer__item:nth-of-type(4) img {
	margin-top: 2rem;
	padding-bottom: 3.5rem;
	padding-inline: 20rem 16.5rem;
	position: relative;
	top: 3.5rem;
}

.anxiety-answer__item:nth-of-type(5) {
	padding-top: 9rem;
}

.anxiety-answer__item:nth-of-type(5) img {
	padding-inline: 14.6rem 19.6rem;
}

.angled-section {
	background: #1c1c1c;
	clip-path: polygon(0 25%, 310% 0%, 129% 88%, 0 75%);
	margin-top: -24rem;
}

.angled-section02 {
	background: #1c1c1c; /* 背景色や画像に応じて変更 */
	clip-path: polygon(0 3%, 100% 15%, 100% 90%, 0% 100%);
}

.recruit-section {
	background: #1C1C1C;
	font-weight: 300;
	padding-bottom: 21.9rem;
	padding-top: 17.5rem;
}

.recruit-section__inner {
	margin-inline: auto;
	max-width: 1345px;
	position: relative;
}

.recruit-section__inner::before {
	border: 1px solid #A5985E;
	content: "";
	height: 99%;
	left: 0.2rem;
	position: absolute;
	top: -0.9rem;
	width: 98%;
	z-index: 1;
}

.recruit-section__inner::after {
	border: 1px solid #A5985E;
	content: "";
	height: 99%;
	left: 2.1rem;
	position: absolute;
	top: 0rem;
	width: 98%;
	z-index: 0;
}

.recruit-section__title {
	background: #A5985E;
	color: #FFF;
	font-size: 4rem;
	margin-inline: auto;
	padding-block: 5.6rem;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 96.8%;
}

.recruit-section__box {
	display: grid;
	grid-template-columns: 46.6rem 1fr;
	margin-top: 3rem;
	padding-inline: 12.7rem;
}

.recruit-section__image-box {
	position: relative;
	z-index: 3;
}

.recruit-section__content-box {
	color: #FFF;
	margin-top: 5rem;
}

.recruit-section__lead {
	font-size: 2.5rem;
	margin-bottom: 7.2rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-section__lead::after {
	background: url(../img/recruit-section-lead-icon-p.webp) center/cover no-repeat;
	bottom: -4rem;
	content: "";
	height: 1.3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 44.1rem;
}

.recruit-section__block {
	margin-bottom: 2.9rem;
	margin-left: 8.2rem;
}

.recruit-section__label {
	border: 1px solid #A5985E;
	font-size: 2.5rem;
	padding-block: 0.6rem;
	padding-inline: 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.recruit-section__list {
	font-size: 2rem;
	line-height: 1.8;
	margin-left: 3.4rem;
}

.recruit-section__item {
	margin-left: 1.2rem;
	position: relative;
}

.recruit-section__item::before {
	color: #cfc080;
	content: "・";
	left: -2.2rem;
	position: absolute;
}

.faq-section {
	background: url(../img/faq-bg-p.webp) center/cover no-repeat;
	padding-bottom: 15rem;
	padding-top: 15.6rem;
}

.faq-section__inner {
	margin: 0 auto;
	max-width: 1220px;
}

.faq-section__title {
	color: #FFF;
	font-size: 4rem;
	font-weight: 300;
	text-align: center;
}

.faq-section__item-box {
	margin-top: 13rem;
}

.faq-section__item {
	background: #fff;
	margin-top: 5.8rem;
	padding: 3rem 8rem 4rem;
}

.faq-section__q,
.faq-section__a {
	align-items: center;
	color: #000;
	display: grid;
	font-size: 2.8rem;
	gap: 4rem;
	grid-template-columns: 5rem 1fr;
	line-height: normal;
}

.faq-section__a {
	margin-top: 3rem;
}

.faq-section__q-mark,
.faq-section__a-mark {
	font-size: 6rem;
}

.faq-section__q-mark {
	color: #EA4545;
}

.faq-section__a-mark {
	color: #898282;
}

.access-section {
	background-color: #A5985E;
	font-weight: 300;
	padding-block: 9.2rem 5.9rem;
}

.access-section__inner {
	align-items: center;
	display: grid;
	gap: 0 7.2rem;
	grid-template: "img ttl" "img cont" "img dire"/71.7rem 1fr;
	margin-inline: auto;
	max-width: 1350px;
}

.access-section__images {
	grid-area: img;
}

.access-section__ttl-box {
	grid-area: ttl;
}

.access-section__title {
	color: #FFF;
	font-size: 8rem;
	padding-left: 3.2rem;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.access-section__subtitle {
	color: #FFF;
	font-size: 3rem;
	margin-top: 4rem;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.access-section__subjp {
	color: #FFF;
	display: block;
	font-size: 2rem;
	margin-top: 2rem;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.access-section__contents {
	grid-area: cont;
}

.access-section__tel {
	color: #FFF;
	font-family: "Noto Sans Thai UI";
	font-size: 3rem;
	font-weight: 400;
	padding-left: 3.3rem;
	position: relative;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.access-section__tel::after {
	background: url(../img/access-section__tel-icon-p.webp) center/cover no-repeat;
	content: "";
	height: 2.6rem;
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.6rem;
}

.access-section__hours {
	color: #FFF;
	font-size: 2rem;
	line-height: 1.75;
	margin-left: 3.5rem;
	margin-top: 1rem;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.u-mt20 {
	margin-top: 2rem;
}

.access-section__note {
	color: #FFF;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-left: 3.5rem;
	width: 33rem;
}

.access-section__map-link {
	align-items: center;
	background: #FFF;
	border-radius: 25.5px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	display: flex;
	font-size: 2rem;
	height: 5.1rem;
	justify-content: center;
	margin-top: 5rem;
	width: 25.8rem;
}

.access-section__directions {
	color: #FFF;
	font-size: 2rem;
	grid-area: dire;
	line-height: 1.75;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contact-form {
	background: #1C1C1C;
	color: #ffffff;
	padding-bottom: 9.1rem;
	padding-top: 8.6rem;
}

.contact-form__inner {
	margin: 0 auto;
	max-width: 100rem;
}

.contact-form__head {
	text-align: center;
}

.contact-form__eng-title {
	font-size: 4rem;
}

.contact-form__title {
	font-size: 4rem;
	margin-top: 2rem;
}

.contact-form__tel-label {
	font-size: 2.4rem;
	margin-top: 7.5rem;
}

.contact-form__tel {
	font-size: 3.7rem;
	margin-inline: auto;
	margin-top: 2rem;
	padding-left: 1.4rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-form__tel::after {
	background: url(../img/access-section__tel-icon-p.webp) center/cover no-repeat;
	content: "";
	height: 3.7rem;
	left: -3.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.7rem;
}

.contact-form__line-link {
	align-items: center;
	background: #06C755;
	display: flex;
	font-size: 2.4rem;
	height: 8.4rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: 6.4rem;
	position: relative;
	width: 59rem;
}

.contact-form__line-link::after {
	background: url(../img/contact-btn-p.webp) center/cover no-repeat;
	content: "";
	height: 1.6rem;
	position: absolute;
	right: 3.4rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.2rem;
}

.contact-form__note {
	color: #F20F0F;
	font-size: 2.4rem;
	margin-top: 9rem;
}

.contact-form__body {
	margin-top: 4.8rem;
}

.contact-form__label {
	display: block;
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 1.6rem;
}

.contact-form__input,
.contact-form__textarea {
	border: none;
	border-radius: 0;
	font-size: 2rem;
	margin-bottom: 2.7rem;
	margin-top: 1.5rem;
	padding: 1.2rem;
	width: 100%;
}

.contact-form__textarea {
	margin-top: 5.2rem;
	min-height: 32rem;
	resize: vertical;
}

.contact-form__group {
	font-size: 2rem;
	margin-bottom: 5rem;
	text-align: left;
}

.contact-form__group .contact-form__label {
	margin-bottom: 3rem;
}

.contact-form__submit {
	align-items: center;
	background: #A5985E;
	border: none;
	color: #fff;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 2.9rem;
	font-weight: 400;
	height: 6.6rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: 8.6rem;
	text-shadow: 0px 5.934px 5.934px rgba(0, 0, 0, 0.25);
	width: 35rem;
}

/* ラジオボタンを大きくする */

.wpcf7-list-item input[type=radio] {
	accent-color: #fff;
	height: 2.7rem;
	width: 2.7rem; /* ← 好きな色に変更（チェック時の色） */
}

/* ラジオボタンと文字を縦中央に整列 */

.wpcf7-list-item label {
	align-items: center;
	display: inline-flex;
	gap: 1.3rem; /* ラジオボタンと文字の隙間 */
}

/* 文字サイズがズレる場合はここで調整 */

.wpcf7-list-item-label {
	line-height: 1;
}

.wpcf7-list-item {
	margin: 0 0 0 6rem;
}

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

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

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

html {
	font-size: 2.5641025641vw;
}

}

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

.p-formBtn input:disabled:hover {
	cursor: not-allowed;
}

.p-formBtn input:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

}

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

html {
	font-size: 0.7380073801vw;
}

}

@media (max-width: 1461px) {

.anxiety-answer__item img {
	width: 100%;
}

}

@media (max-width: 1355px) {

.recommend-inner {
	margin-inline: 3rem;
}

.faq-section__inner {
	margin-inline: 3rem;
}

.access-section__inner {
	margin-inline: 3rem;
}

}

@media (max-width: 767px) {

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.inner {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
}

.header {
	height: 5rem;
}

.fix-btn {
	bottom: 0.6rem;
	width: 100%;
}

.header__logo-area {
	width: 7.3rem;
}

.header__logo-area a {
	width: 7.3rem;
}

.header__nav {
	display: none;
}

.header__nav-list {
	align-items: flex-start;
	flex-direction: column;
}

.drawer-icon {
	display: block;
}

.drawer-content {
	display: block;
}

.footer-logo {
	margin-bottom: 10.7rem;
	padding-block: 1.7rem 1.2rem;
}

.footer-logo__link {
	width: 9.3rem;
}

.content-area__article {
	padding: 30px 0 50px;
	padding: 3rem 0 5rem;
}

.content-area__date {
	font-size: 18px;
	font-size: 1.8rem;
}

.content-area__title {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

.content-area__content {
	margin-top: 30px;
	margin-top: 3rem;
}

.error-page {
	margin-top: 70px;
	margin-top: 7rem;
	padding: 36px;
	padding: 3.6rem;
}

.error-page__container {
	padding: 20px;
	padding: 2rem;
}

.error-page__title {
	font-size: 28px;
	font-size: 2.8rem;
}

.error-page__message {
	font-size: 16px;
	font-size: 1.6rem;
}

#breadcrumb.inner {
	padding-left: 0;
	padding-left: 0rem;
	padding-right: 0;
	padding-right: 0rem;
}

.p-contact__inner {
	max-width: 550px;
	padding-left: 15px;
	padding-right: 15px;
}

.p-form__item {
	align-items: flex-start;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.p-form__title {
	padding: 0 10px;
	width: 100%;
}

.p-form__title--type02 {
	align-items: flex-start;
	flex-direction: column;
}

.p-form__input {
	margin-top: 10px;
	padding: 0 10px;
	width: 100%;
}

.p-formInput input {
	height: 50px;
	margin-left: 0;
	padding-left: 15px;
	width: 100%;
}

.p-formInput--sm input {
	width: 100%;
}

.p-formInput__post input {
	width: 100%;
}

.p-formInput__address input {
	width: 100%;
}

.p-formSelect select {
	height: 50px;
	width: 100%;
}

.p-formDate__flex {
	align-items: flex-start;
	gap: 20px;
}

.p-form__dataBlock {
	flex: 1;
}

.p-form__dataBlockLabel {
	display: none;
}

.p-form__dataBlockDate {
	width: 100%;
}

.p-formCalendar input {
	height: 50px;
	width: 100%;
}

.Android .p-formCalendar input {
	padding-left: 15px;
}

.p-form__dataBlockSelect {
	width: 100%;
}

.p-formNumber__flex {
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.p-formNumber__blockLabel01 {
	width: 55px;
}

.p-formNumber__blockInput {
	flex: 1;
	margin-right: 20px;
}

.p-formTextarea textarea {
	margin-left: 0;
	min-height: 300px;
	padding-left: 15px;
	width: 100%;
}

.p-form__privacy {
	text-align: left;
}

.p-form__acceptance {
	text-align: left;
}

.p-form__submit {
	margin-top: 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 16px;
}

.hero {
	height: 63.2rem;
}

.hero__content {
	margin-top: 1.4rem;
}

.hero__badge {
	background-position: bottom left;
	background-size: 22.9rem 1.1rem;
	font-size: 1.7rem;
	height: auto;
	padding-left: 2rem;
	width: auto;
}

.hero__subtext {
	font-size: 1.8rem;
	margin-top: 2.2rem;
	padding-left: 2rem;
}

.u-fz35 {
	font-size: 1.6rem;
}

.hero__lead {
	font-size: 2.3rem;
	margin-top: 1.6rem;
	padding-left: 2rem;
}

.u-fz37 {
	font-size: 1.7rem;
}

.hero__logo {
	margin-top: 3rem;
	padding-left: 2rem;
	width: 33.6rem;
}

.problem {
	padding-bottom: 11.2rem;
	padding-top: 5.8rem;
}

.problem__inner {
	padding-left: 0;
}

.problem__lead {
	font-size: 2rem;
	padding-bottom: 1.2rem;
	text-align: center;
}

.problem__icon {
	margin-inline: auto;
	width: 23.9rem;
}

.problem__box {
	display: block;
	margin-top: 4.3rem;
}

.problem__image {
	display: none;
}

.problem__bubbles {
	gap: 1.3rem;
	margin-top: 4.3rem;
	padding-inline: 1.8rem;
}

.problem__bubble {
	font-size: 1.2rem;
	height: 10.9rem;
	line-height: 1.33;
	width: 10.9rem;
}

.problem__bubble::before {
	font-size: 3.1rem;
	top: -1.5rem;
}

.problem__solve {
	font-size: 1.9rem;
	margin-left: 0;
	margin-top: 8.2rem;
}

.problem__highlight {
	color: #FA2C2C;
	font-size: 2.7rem;
}

.problem__solution {
	font-size: 1.9rem;
	margin-left: 0;
	margin-top: 0.5rem;
}

.u-fzsp33 {
	font-size: 3.3rem;
}

.u-fz46 {
	font-size: 2.6rem;
}

.feature-cards {
	padding-bottom: 7.9rem;
	padding-top: 7.7rem;
}

.feature-cards__heading {
	font-size: 2.4rem;
}

.feature-cards__catch {
	text-decoration: underline;
	text-decoration-color: #A5985E;
}

.feature-cards__lead {
	margin-top: 1.6rem;
}

.feature-cards__list {
	gap: 2.9rem;
	grid-template-columns: 1fr;
	margin-top: 6.1rem;
	padding-inline: 6.5rem;
}

.feature-cards__image {
	aspect-ratio: 260/203;
	height: 20.3rem;
	width: 100%;
}

.feature-cards__text {
	font-size: 1.6rem;
	padding-block: 1.3rem 0.9rem;
}

.feature-cards__note span {
	font-size: 1rem;
}

.campaign {
	padding: 5rem 3rem 4.6rem;
}

.campaign__inner {
	padding-bottom: 1.9rem;
}

.campaign__inner::after,
.campaign__inner::before {
	height: 0.4rem;
}

.campaign__content img {
	margin-left: 0.4rem;
	padding-top: 1.8rem;
	width: 102%;
}

.campaign__btn {
	font-size: 2rem;
	height: 4.2rem;
	margin-top: 0.7rem;
	width: 30.7rem;
}

.campaign__btn::after {
	bottom: 0.2rem;
	height: 1.3rem;
	right: 0.2rem;
	width: 1.3rem;
}

.campaign__attention:last-child {
	margin-top: 0.2rem;
}

.campaign__attention {
	font-size: 1rem;
	margin-top: 0.9rem;
}

.price {
	padding: 4.3rem 2rem 7.1rem;
}

.price__inner {
	background: transparent;
	padding-top: 0;
}

.price__inner::before {
	display: none;
}

.price__inner::after {
	display: none;
}

.price__lead {
	font-size: 1.6rem;
	line-height: 1.56;
	padding-block: 1.9rem 1.6rem;
	width: 100%;
}

.price__title {
	margin-top: 2rem;
}

.price__title-en {
	font-size: 1.4rem;
}

.price__title-ja {
	font-size: 2.4rem;
	margin-top: -0.3rem;
}

.price__plans {
	gap: 3.3rem;
	grid-template-columns: 1fr;
	margin-top: 2.9rem;
	width: 26.6rem;
}

.price__plan {
	text-align: center;
}

.price__plan-top {
	font-weight: 600;
	padding-block: 1.6rem;
}

.price__plan-label {
	font-size: 1.2rem;
}

.price__plan-name {
	font-size: 2rem;
	margin-top: 0.8rem;
}

.price__plan-sm {
	font-size: 1.2rem;
	margin-top: 0.1rem;
}

.price__plan-bottom {
	padding-block: 1rem 2.5rem;
}

.price__plan-price {
	font-size: 1.6rem;
	font-weight: 600;
}

.price__plan-price strong {
	font-size: 3.3rem;
	font-weight: 600;
}

.price__plan-price span {
	font-size: 0.6rem;
	right: -0.3rem;
	top: 1rem;
	transform: translateY(-50%);
}

.price__plan-unit {
	font-size: 1.2rem;
	margin-top: 1rem;
}

.price__plan-unit-lg {
	font-size: 2rem;
	font-weight: 600;
}

.price__plan-unit-sm {
	font-size: 1rem;
}

.price__plan-desc {
	font-size: 1.2rem;
	margin-top: 1.4rem;
	padding: 0.2rem 1.6rem;
	width: 24rem;
}

.price__info {
	width: 100%;
}

.price__info-item:last-child {
	margin-top: 1.7rem;
}

.price__info-item {
	grid-template-columns: 8.8rem 1fr;
	margin-top: 2.6rem;
}

.price__info-label {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.2;
}

.price__info-box {
	padding-block: 1rem 0.7rem;
}

.price__info-value {
	font-size: 2.1rem;
}

.price__info-value-mid {
	font-size: 1.7rem;
}

.price__info-value-sm {
	font-size: 0.8rem;
}

.price__info-note {
	font-size: 1.1rem;
	margin-top: 0.9rem;
	padding-right: 0;
}

.price__arrow {
	margin-top: 3.2rem;
	width: 9.5rem;
}

.price__trial-box {
	margin-top: 3.2rem;
	padding-bottom: 0;
}

.price__trial-text {
	width: 100%;
}

.price__btn {
	border-radius: 1.1rem;
	font-size: 2rem;
	height: 5.8rem;
	margin-top: -0.4rem;
	width: 100%;
}

.price__btn::after {
	height: 1rem;
	right: 2rem;
	width: 0.5rem;
}

.price__caution {
	font-size: 1.2rem;
	margin-top: 1rem;
}

.recommend-cards {
	padding-bottom: 5.6rem;
}

.recommend-inner {
	margin-inline: 0rem;
	padding-inline: 2rem;
}

.recommend-cards__list {
	gap: 1.5rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4.2rem;
}

.recommend-cards__item {
	font-weight: 500;
	gap: 0.7rem;
}

.recommend-cards__text {
	font-size: 1.4rem;
}

.reason-block {
	font-weight: 500;
	padding-top: 10rem;
}

.reason-block__subtitle {
	font-size: 2.4rem;
}

.reason-block__subtitle .u-fz30 {
	font-size: 2.4rem;
}

.reason-block__subtitle .u-fz46 {
	font-size: 2.4rem;
}

.reason-block__subtitle .u-fz42 {
	font-size: 2.4rem;
}

.reason-block__inner {
	padding-inline: 2.4rem 2rem;
}

.reason-block__box {
	margin-top: 8.8rem;
	padding-right: 0;
}

.reason-block__box:nth-of-type(2) {
	margin-top: 11.9rem;
}

.reason-block__box:nth-of-type(3) {
	margin-top: 11.2rem;
}

.reason-block__number {
	font-size: 10.7rem;
	left: -1.7rem;
	top: -6.1rem;
	z-index: 2;
}

.reason-block__content {
	border: 0.4rem solid #9E8314;
	padding: 5.2rem 2.7rem 3rem;
}

.reason-block__title {
	font-size: 2.3rem;
	line-height: 1.2;
}

.reason-block__text {
	font-size: 1.4rem;
	line-height: 1.78;
	margin-top: 4.2rem;
	width: 100%;
}

.reason-block__image-box {
	margin-top: 3.3rem;
	position: static;
	transform: translateX(0);
}

.reason-block__image-box01 {
	width: 100%;
}

.reason-block__image-box02 {
	width: 100%;
}

.reason-block__image-box03 {
	width: 100%;
}

.reason-block__trainer {
	gap: 3rem;
	margin-top: 2.4rem;
}

.reason-block__trainer-image-box {
	width: 18.2rem;
}

.reason-block__trainer-text {
	font-size: 1.6rem;
	font-weight: 500;
	margin-left: -8rem;
	margin-top: -2rem;
}

.reason-block__trainer-text span {
	font-size: 1.4rem;
}

.anxiety-solution {
	padding-bottom: 5.5rem;
	padding-top: 6.6rem;
}

.anxiety-solution__label {
	-webkit-text-stroke-width: 0.26px;
	font-size: 1.5rem;
}

.anxiety-solution__title {
	-webkit-text-stroke-width: 0.26px;
	font-size: 2.2rem;
	margin-top: 1.5rem;
}

.anxiety-solution__box {
	background: url(../img/anxiety-solution__box-sp-p.webp) center/contain no-repeat;
	height: 33.4rem;
	margin-top: 5.2rem;
	padding-left: 2.5rem;
	padding-top: 3.5rem;
	width: 35.1rem;
}

.anxiety-solution__item {
	font-size: 1.4rem;
	padding-left: 3.8rem;
}

.anxiety-solution__item:not(:first-child) {
	margin-top: 2rem;
}

.anxiety-solution__item::before {
	font-size: 1.9rem;
}

.anxiety-answer {
	background: none;
	margin-top: 0;
	padding-bottom: 0;
}

.anxiety-answer__item img {
	width: 100%;
}

.anxiety-answer__item:nth-of-type(1) img {
	padding-left: 2rem;
}

.anxiety-answer__item:nth-of-type(2) {
	padding-top: 33rem;
}

.anxiety-answer__item:nth-of-type(2) img {
	padding-inline: 2rem;
}

.anxiety-answer__item:nth-of-type(3) {
	background: url(../img/anxiety-answer-bg-p.webp) center/cover no-repeat;
	margin-top: -3rem;
	padding-bottom: 12rem;
	padding-top: 9rem;
}

.anxiety-answer__item:nth-of-type(3) img {
	margin-top: 0;
	padding-inline: 2rem;
}

.anxiety-answer__item:nth-of-type(4) {
	margin-top: -3rem;
}

.anxiety-answer__item:nth-of-type(4) img {
	margin-top: 0;
	padding: 0;
	padding-left: 2rem;
	top: -0.7rem;
}

.anxiety-answer__item:nth-of-type(5) {
	background: url(../img/anxiety-answer-bg-p.webp) center/cover no-repeat;
	margin-top: -3rem;
	padding-bottom: 7.3rem;
	padding-top: 9.4rem;
}

.anxiety-answer__item:nth-of-type(5) img {
	padding-inline: 2rem;
}

.angled-section {
	clip-path: polygon(0 25%, 960% 0%, 100% 100%, 0 97%);
}

.angled-section02 {
	clip-path: polygon(0 0%, 100% 4%, 100% 95%, 0% 98%);
}

.recruit-section {
	padding-bottom: 9.5rem;
	padding-top: 8.2rem;
}

.recruit-section__inner {
	margin-inline: 2rem;
}

.recruit-section__inner::before {
	left: 0;
	top: 0;
}

.recruit-section__inner::after {
	left: 0.3rem;
	top: 0.3rem;
}

.recruit-section__title {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-left: 0;
	padding-block: 2.8rem;
	width: 98.3%;
}

.recruit-section__box {
	display: block;
	padding-bottom: 5.8rem;
	padding-inline: 0rem;
	position: relative;
}

.recruit-section__image-box {
	bottom: 0.3rem;
	content: "";
	height: 24.1rem;
	position: absolute;
	right: 0.3rem;
	width: 16.8rem;
}

.recruit-section__content-box {
	margin-top: 4rem;
	position: relative;
	z-index: 4;
}

.recruit-section__lead {
	font-size: 1.6rem;
	margin-bottom: 5.4rem;
	margin-inline: auto;
}

.recruit-section__lead::after {
	background: url(../img/recruit-section-lead-icon-sp-p.webp) center/cover no-repeat;
	bottom: -2rem;
	height: 0.8rem;
	width: 28.1rem;
}

.recruit-section__block {
	margin-bottom: 1.7rem;
	margin-left: 0;
	padding-inline: 3rem;
}

.recruit-section__label {
	font-size: 1.5rem;
	padding-block: 0.3rem;
	padding-inline: 1.8rem;
}

.recruit-section__list {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-left: 2.2rem;
	margin-top: 0.6rem;
}

.faq-section {
	padding-bottom: 7.7rem;
	padding-top: 9.2rem;
}

.faq-section__inner {
	margin-inline: 0rem;
}

.faq-section__title {
	font-size: 2.4rem;
}

.faq-section__item-box {
	margin-top: 7.3rem;
	padding-inline: 2.2rem;
}

.faq-section__item {
	margin-top: 3.4rem;
	padding: 0.2rem 1.6rem 2rem;
}

.faq-section__q,
.faq-section__a {
	align-items: baseline;
	font-size: 1.4rem;
	gap: 1.1rem;
	grid-template-columns: 2.5rem 1fr;
	line-height: 2;
}

.faq-section__a {
	margin-top: 0;
}

.faq-section__q-mark,
.faq-section__a-mark {
	font-size: 3rem;
}

.access-section {
	padding-block: 5.9rem 8.3rem;
	padding-inline: 1.6rem;
}

.access-section__inner {
	align-items: end;
	gap: 4.1rem 1.6rem;
	grid-template: "ttl ttl" "img cont" "dire dire"/17.6rem 1fr;
	margin-inline: 0rem;
}

.access-section__ttl-box {
	text-align: center;
}

.access-section__title {
	font-size: 2.4rem;
	padding-left: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.access-section__subtitle {
	font-size: 1.8rem;
	margin-top: 3rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.access-section__subjp {
	font-size: 1.3rem;
	margin-top: 0.5rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.access-section__tel {
	font-size: 1.8rem;
	padding-left: 1.5rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.access-section__tel::after {
	height: 1.5rem;
	width: 1.5rem;
}

.access-section__hours {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-left: 0;
	margin-top: 1.1rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.u-mt20 {
	font-size: 1.2rem;
	margin-top: 1.6rem;
}

.access-section__note {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-left: 0;
	margin-top: 2.2rem;
	width: 100%;
}

.access-section__map-link {
	background: #FFF;
	border-radius: 12.797px;
	box-shadow: 0px 2.007px 2.007px 0px rgba(0, 0, 0, 0.25);
	font-size: 1rem;
	height: 2.5rem;
	margin-top: 1.6rem;
	width: 12.9rem;
}

.access-section__directions {
	font-size: 1.4rem;
	line-height: 2;
}

.contact-form {
	padding-bottom: 20.1rem;
	padding-top: 7.9rem;
}

.contact-form__inner {
	margin-inline: 4rem;
}

.contact-form__eng-title {
	font-size: 2rem;
}

.contact-form__title {
	font-size: 2.3rem;
	margin-top: 0.8rem;
}

.contact-form__tel-label {
	font-size: 1.4rem;
	margin-top: 4.6rem;
}

.contact-form__tel {
	font-size: 2rem;
	margin-top: 1rem;
	padding-inline: 0rem;
	padding-left: 0;
}

.contact-form__tel::after {
	height: 1.8rem;
	left: -1.6rem;
	width: 1.8rem;
}

.contact-form__line-link {
	font-size: 1.4rem;
	height: 4.8rem;
	margin-top: 4.2rem;
	padding-right: 1.5rem;
	width: 27.8rem;
}

.contact-form__line-link::after {
	height: 1.4rem;
	right: 0.8rem;
	width: 1rem;
}

.contact-form__note {
	font-size: 1.4rem;
	margin-top: 5.4rem;
}

.contact-form__body {
	margin-top: 2.7rem;
}

.contact-form__label {
	font-size: 1.4rem;
}

.contact-form__input,
.contact-form__textarea {
	font-size: 1.3rem;
	margin-bottom: 0.7rem;
	margin-top: 0.9rem;
	padding: 0.5rem;
}

.contact-form__textarea {
	margin-top: 1.9rem;
	min-height: 16.8rem;
}

.contact-form__group {
	font-size: 1.2rem;
	margin-bottom: 3rem;
}

.contact-form__group .contact-form__label {
	margin-bottom: 1.2rem;
}

.contact-form__submit {
	font-size: 1.2rem;
	height: 2.6rem;
	margin-top: 6.7rem;
	text-shadow: 0px 2.312px 2.312px rgba(0, 0, 0, 0.25);
	width: 13.6rem;
}

.wpcf7-list-item input[type=radio] {
	height: 1.5rem;
	width: 1.5rem;
}

.wpcf7-list-item label {
	gap: 0.8rem;
}

.wpcf7-list-item {
	margin: 0 0 0 3.3rem;
}

.contact-form__group--last .wpcf7-list-item {
	margin: 0 0 0 1.8rem;
}

}

@media print {

.page__wrapper h1 {
	page-break-before: always;
}

.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6 {
	page-break-after: avoid;
}

.page__wrapper ul,
.page__wrapper ol,
.page__wrapper dl {
	page-break-before: avoid;
}

}

@keyframes fadeInDown {

0% {
	opacity: 0;
	transform: translateY(100px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


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