body {
	color: #333;
	font-family: "IBM Plex Sans JP", sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.pc {
	display: block;
}

.lg {
	display: none;
}

.sp {
	display: none;
}

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

html {
	font-size: 16px;
}

/* ハンバーガーメニュー表示時にページのスクロールを禁止 */

body.no-scroll {
	overflow: hidden;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core body defaults */

body {
	min-height: 100vh;
}

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

ul {
	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;
}

/* ホバー */

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

.page-404 {
	margin-top: 7.5rem;
}

.page-404__content {
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.page-404__content-inner.inner {
	max-width: 840px;
	text-align: center;
}

.page-404__title {
	font-size: 100px;
	font-weight: 700;
}

.page-404__lead {
	font-size: 24px;
	font-weight: 700;
	margin-top: 1.5rem;
}

.page-404__text {
	font-size: 16px;
	margin-top: 1.5rem;
}

.page-404__buttons {
	margin-top: 3.75rem;
}

/*-------------------------------------
私たちについて
-------------------------------------*/

.page-about__section {
	padding-bottom: 7.5rem;
	padding-top: 4.125rem;
}

.page-about__section-content-head {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 560px;
	justify-content: center;
}

.page-about__section-title {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	line-height: 170%;
}

.page-about__section-text {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 200%;
}

.page-about__section-content-box {
	grid-gap: 4.375rem;
	align-items: center;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 49.1228070175% 44.7368421053%;
	justify-content: center;
	margin-top: 6.875rem;
	max-width: 71.25rem;
}

.page-about__section-content-box-image img {
	border-radius: 10px;
}

.page-about__section-content-box-body h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	line-height: 170%;
}

.page-about__section-content-box-body p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 170%;
	margin-top: 1.25rem;
}

.page-about__section-br {
	display: none;
}

.page-about__price {
	padding-bottom: 7.5rem;
	padding-top: 5.625rem;
}

.page-about__price-head {
	align-items: center;
	background-color: #F4F7FA;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 1000px;
	padding: 3.75rem 1.25rem;
	position: relative;
}

.page-about__price-head::before {
	aspect-ratio: 1;
	background-image: url(../images/common/character.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 7.5rem;
}

.page-about__price-head-text {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.96px;
	line-height: 170%;
}

.page-about__price-head-text span:nth-of-type(1),
.page-about__price-head-text span:nth-of-type(3) {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	line-height: 170%;
}

.page-about__price-head-text span:nth-of-type(2) {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.42px;
	line-height: 170%;
}

.page-about__price-head-note {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 170%;
}

.page-about__price-text {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 170%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 368px;
}

.page-about__price-list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
}

.page-about__price-item {
	display: flex;
	flex-direction: column;
}

.page-about__price-item-before span {
	color: #8A8E91;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.66px;
	line-height: 1;
}

.page-about__price-item-before img {
	aspect-ratio: 400/220;
	border-radius: 10px;
}

.page-about__price-item-arrow {
	height: 20px;
	text-align: center;
}

.page-about__price-item-after span {
	color: #2E83BF;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.66px;
	line-height: 1;
}

.page-about__price-item-info {
	align-items: flex-start;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 0.5rem;
	margin-top: 1rem;
	padding: 1.5rem 1.875rem;
}

.page-about__price-item-info-item {
	align-items: center;
	display: flex;
	gap: 0.625rem;
}

.page-about__price-item-info-item dt {
	background: #0166B1;
	border-radius: 4px;
	color: #FFF;
	display: inline-block;
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.36px;
	line-height: 1;
	padding: 0.3125rem 0.5rem 0.25rem 0.5rem;
}

.page-about__price-item-info-item dd {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 1.5;
}

/*-------------------------------------
コラム
-------------------------------------*/

.page-column__section {
	padding-bottom: 7.5rem;
	padding-top: 2.875rem;
}

.page-contact__section {
	padding-bottom: 7.5rem;
	padding-top: 3.125rem;
}

.page-contact__section-content-head {
	text-align: center;
}

.page-contact__section-text {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.003em;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 464px;
	text-align: left;
}

.page-contact__form-steps {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 21.375rem;
	position: relative;
}

.page-contact__form-steps::before {
	background-color: #ddd;
	content: "";
	height: 2px;
	left: 1.875rem;
	position: absolute;
	right: 1.875rem;
	top: 35%;
	z-index: -1;
}

.page-contact__step {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.page-contact__step-number {
	align-content: center;
	aspect-ratio: 1;
	background-color: #B8C4CC;
	border-radius: 50%;
	color: #FFF;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.54px;
	line-height: 1;
	place-content: center;
	width: 3.75rem;
}

.page-contact__step--active .page-contact__step-number {
	background-color: #2E83BF;
}

.page-contact__step-text {
	color: #B8C4CC;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.page-contact__step--active .page-contact__step-text {
	color: #2E83BF;
}

.page-contact__form {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-top: 3.625rem;
}

.contact-form__wrapper {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.contact-form__item {
	grid-gap: 1rem;
	align-items: flex-start;
	display: grid;
	gap: 1rem;
	grid-template-columns: 190px 1fr;
}

.contact-form__label {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	justify-content: space-between;
	letter-spacing: 0.48px;
	line-height: 1.7;
	margin-top: 0.75rem;
	position: relative;
}

.page-contact__section-content--confirm .contact-form__label {
	margin-top: 0;
}

.contact-form__required {
	background: #E15555;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 3px 8px 3px 8px;
}

.contact-form__input {
	background: #F3F3F3;
	border: 1px solid #F3F3F3;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 400;
	padding: 12px;
	transition: border-color 0.3s ease;
	width: 100%;
}

.contact-form__input:focus {
	background-color: white;
	border-color: #2E83BF;
	outline: none;
}

.contact-form__input::-moz-placeholder {
	color: #ababab;
}

.contact-form__input::placeholder {
	color: #ababab;
}

.contact-form__input[name=your-name],
.contact-form__input[name=your-furigana] {
	max-width: 29.875rem;
}

.contact-form__textarea {
	background: #F3F3F3;
	border: 1px solid #F3F3F3;
	border-radius: 5px;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	height: 14.375rem;
	padding: 12px;
	resize: vertical;
	transition: border-color 0.3s ease;
	width: 100%;
}

.contact-form__textarea:focus {
	background-color: white;
	border-color: #2E83BF;
	outline: none;
}

.contact-form__textarea::-moz-placeholder {
	color: #ABABAB;
}

.contact-form__textarea::placeholder {
	color: #ABABAB;
}

.contact-form__radio-group {
	padding-top: 0.75rem;
}

.page-contact__section-content--confirm .contact-form__radio-group {
	padding-top: 0;
}

.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

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

.wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	gap: 0.3125rem;
}

.wpcf7-radio .wpcf7-list-item input[type=radio] {
	accent-color: #2E83BF;
	aspect-ratio: 1;
	margin: 0;
	width: 22px;
}

.contact-form__radio-text {
	color: #333;
}

.contact-form__file-button:hover {
	background-color: #e0e0e0;
	border-color: #ccc;
}

.contact-form__file-text {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1.7;
}

.contact-form__input-note {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	margin-top: 0.375rem;
}

.contact-form__file-note {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.36px;
	line-height: 1.7;
	margin-top: 0.375rem;
}

.contact-form__agreement {
	margin-top: 1.875rem;
}

.contact-form__agreement-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	text-align: center;
}

.contact-form__agreement-text a {
	color: #2E83BF;
	text-decoration-line: underline;
}

.contact-form__checkbox-group {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	max-width: 280px;
}

.wpcf7-acceptance label,
.wpcf7-checkbox label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	gap: 0.625rem;
	letter-spacing: 0.003em;
	line-height: 1;
}

.wpcf7-acceptance label input[type=checkbox],
.wpcf7-checkbox label input[type=checkbox] {
	accent-color: #2E83BF;
	aspect-ratio: 1;
	border: 1px solid #ABABAB;
	border-radius: 2px;
	flex-shrink: 0;
	width: 16px;
}

.wpcf7-form input[type=file] {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1.7;
}

.wpcf7-form input[type=file]::-webkit-file-upload-button {
	-webkit-transition: all 0.3s ease;
	background: #FFF;
	border: 1px solid #ABABAB;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 1.7;
	margin-right: 0.75rem;
	padding: 12px 24px;
	transition: all 0.3s ease;
}

.wpcf7-form input[type=file]::-moz-file-upload-button {
	-moz-transition: all 0.3s ease;
	background: #FFF;
	border: 1px solid #ABABAB;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 1.7;
	margin-right: 0.75rem;
	padding: 12px 24px;
	transition: all 0.3s ease;
}

.wpcf7-form input[type=file]:focus {
	background-color: white;
	border-color: #2E83BF;
}

.contact-form__button {
	margin-top: 2.625rem;
	text-align: center;
}

.contact-form__confirm-btn,
.contact-form__submit-btn {
	background: #0166B1;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: white;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	max-width: 16.25rem;
	padding: 1.5rem 0.9375rem;
	transition: all 0.3s ease;
	width: 100%;
}

.contact-form__confirm-btn:disabled,
.contact-form__submit-btn:disabled {
	background: #B8C4CC;
	cursor: not-allowed;
	opacity: 0.6;
	transform: none;
}

.contact-form__confirm-btn:disabled:hover,
.contact-form__submit-btn:disabled:hover {
	background: #B8C4CC;
	transform: none;
}

.contact-form__confirm-btn:active {
	transform: translateY(0);
}

.wpcf7 form.submitting .contact-form__submit-btn {
	cursor: not-allowed;
	opacity: 0.6;
}

.wpcf7 form.submitting .contact-form__submit-btn:after {
	content: "送信中...";
}

/*確認画面と完了画面を非表示*/

.page-contact__section-content.page-contact__section-content--confirm,
.page-contact__section-content.page-contact__section-content--thanks {
	display: none;
}

.page-contact__section-content--confirm .contact-form__checkbox-group {
	margin-top: 2.5rem;
}

.page-contact__section-content--confirm .contact-form__agreement-text {
	display: none;
}

.contact-form__data {
	font-size: 15px;
}

.contact-form__submit-buttons {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.125rem;
}

.contact-form__back-button {
	background: #B8C4CC;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: white;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	max-width: 16.25rem;
	padding: 1.5rem 0.9375rem;
	transition: all 0.3s ease;
	width: 100%;
}

.page-contact__section-thanks-text {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.7;
}

.page-contact__thanks-content {
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-weight: 400;
	gap: 1.5rem;
	letter-spacing: 0.45px;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 800px;
}

/*デフォルトのサンクスメッセージを非表示*/

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

/*-------------------------------------
お知らせ
-------------------------------------*/

.page-news__section {
	padding-bottom: 7.5rem;
	padding-top: 2.875rem;
}

.page-news__section-inner.inner {
	max-width: 1040px;
}

.page-news__content {
	margin-top: 2.25rem;
}

/* プライバシーポリシー・特定商取引法ページのスタイリング */

.page-privacy-policy__policy {
	padding-top: 2.875rem;
}

.page-privacy-policy__inner.inner {
	max-width: 1040px;
}

.page-privacy-policy__content {
	font-size: 15px;
	font-weight: 400;
}

.page-privacy-policy__content h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.page-privacy-policy__content h3 {
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.625rem;
	padding-left: 30px;
	position: relative;
	position: relative;
	text-transform: capitalize;
	width: -moz-fit-content;
	width: fit-content;
}

.page-privacy-policy__content h3::before {
	background-image: url("../images/common/section-title-design.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.page-privacy-policy__content h3:not(:first-of-type) {
	margin-top: 2.5rem;
}

.page-privacy-policy__content h4 {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	gap: 8px;
	letter-spacing: 0.54px;
	line-height: 1.5;
	margin-top: 1.375rem;
}

.page-privacy-policy__content h4 span:first-of-type {
	color: #2E83BF;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 1.5;
}

.page-privacy-policy__content ul li {
	font-weight: 400;
	padding-left: 19px;
	position: relative;
}

.page-privacy-policy__content ul li::before {
	aspect-ratio: 1;
	background-color: #333;
	border-radius: 50%;
	content: "";
	left: 4px;
	position: absolute;
	top: 10px;
	width: 4px;
}

.page-privacy-policy__content ol {
	padding-left: 1em;
}

.page-privacy-policy__content ol li {
	font-weight: 400;
	padding-left: 10px;
	position: relative;
}

.page-privacy-policy__content dl {
	border-top: 1px solid #CFCFCF;
}

.page-privacy-policy__content dl div {
	border-bottom: 1px solid #CFCFCF;
	display: grid;
	grid-template-columns: 350px 1fr;
	padding: 16px 0;
}

.page-privacy-policy__policy-content + .page-privacy-policy__policy-content {
	margin-top: 2.5rem;
}

.page-privacy-policy__policy-footer {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 1.7;
	margin-left: auto;
	margin-top: 1rem;
	max-width: 160px;
}

.page-privacy-policy__handling {
	margin-top: 5.625rem;
}

.page-privacy-policy__handling-content {
	margin-top: 2.5rem;
}

.page-privacy-policy__handling-content h3 {
	margin-bottom: 0.625rem;
}

.page-privacy-policy__footer {
	margin-bottom: 7.5rem;
	margin-top: 4.375rem;
}

.page-privacy-policy__footer-container {
	align-items: center;
	background: #F4F7FA;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	text-align: center;
}

.page-privacy-policy__footer-text {
	font-size: 15px;
	font-weight: 400;
}

.page-privacy-policy__footer-company {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.page-privacy-policy__footer-contact-list {
	align-items: center;
	display: inline-flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.page-privacy-policy__footer-contact-item p {
	align-items: center;
	color: #0166B1;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 600;
	gap: 6px;
	letter-spacing: 0.9px;
	line-height: 1;
}

.page-privacy-policy__footer-contact-item p span:first-of-type {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.45px;
	line-height: 1.7;
}

.page-privacy-policy__footer-contact-item > span {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.39px;
	line-height: 1.7;
	margin-top: 0.1875rem;
}

.page-privacy-policy__footer-manager {
	font-size: 13px;
	font-weight: 400;
	margin-top: 2.25rem;
}

.page-shop__section {
	margin-top: 2.875rem;
	padding-bottom: 7.5rem;
}

.page-shop__inner.inner {
	max-width: 1040px;
}

.page-shop__areas {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
}

.page-shop__areas-link {
	align-items: center;
	background: #FFF;
	border: 1px solid #76B7E5;
	border-radius: 4px;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: #2E83BF;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	gap: 0.25rem;
	justify-content: center;
	letter-spacing: 0.45px;
	line-height: 1;
	padding: 1rem 0.625rem;
	transition: all 0.3s ease;
	width: 120px;
}

.page-shop__areas-link-icon svg path {
	fill: #2E83BF;
	transition: all 0.3s ease;
}

.page-shop__areas-content {
	display: flex;
	flex-direction: column;
	gap: 4.375rem;
	margin-top: 3.75rem;
}

.page-shop__area:last-child {
	margin-bottom: 0;
}

.page-shop__area-list {
	margin-top: 0.5rem;
}

.page-shop__area-item {
	grid-gap: 5rem;
	align-items: center;
	border-bottom: 1px solid #CFCFCF;
	display: grid;
	gap: 5rem;
	grid-template-columns: 120px 1fr;
	padding: 1.5625rem;
	padding: 1.5rem 1.25rem;
}

.page-shop__area-item-title {
	font-size: 22px;
	font-weight: 500;
}

.page-shop__area-item-address {
	font-size: 16px;
	font-weight: 400;
}

.page-shop__area-item-address span {
	display: block;
}

.page-shop__area-no-shop {
	color: #666;
	font-style: italic;
	padding: 2.5rem;
	text-align: center;
}

.page-single-column {
	margin-top: 7.125rem;
}

.page-single-column__content {
	padding-bottom: 7.5rem;
	padding-top: 4.1875rem;
	position: relative;
}

.page-single-column__content-inner.inner {
	max-width: 840px;
}

.page-single-column__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.page-single-column__date {
	color: #AEAEAE;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.page-single-column__category-wrap {
	display: flex;
	gap: 0.625rem;
}

.page-single-column__category {
	text-wrap: nowrap;
	align-content: center;
	border-radius: 4px;
	color: #fff;
	display: flex;
	display: grid;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.45px;
	line-height: 1;
	padding: 8px 16px 6px;
	place-content: center;
	width: 100px;
}

.page-single-column__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.page-single-column__image-wrap {
	aspect-ratio: 800/440;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	overflow: hidden;
}

.page-single-column__image-wrap img {
	-o-object-fit: cover;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-single-column__body {
	padding-top: 1.5rem;
}

.page-single-column__navigation {
	margin-top: 5rem;
}

.page-single {
	margin-top: 7.125rem;
}

.page-single__content {
	padding-bottom: 7.5rem;
	padding-top: 4.625rem;
}

.page-single__content-inner.inner {
	max-width: 840px;
}

.page-single__meta {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.page-single__date {
	color: #AEAEAE;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.page-single__category-wrap {
	display: flex;
	gap: 0.625rem;
}

.page-single__category {
	text-wrap: nowrap;
	align-content: center;
	background: #FFF;
	border: 1px solid #0166B1;
	border-radius: 4px;
	color: #0166B1;
	display: flex;
	display: grid;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.45px;
	line-height: 1;
	min-width: 100px;
	padding: 8px 16px 6px;
	place-content: center;
}

.page-single__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 1.5;
	margin-top: 1.5rem;
	padding-bottom: 1.75rem;
}

.page-single__body {
	border-top: 1px solid #CFCFCF;
	padding-top: 3.75rem;
}

.page-single__navigation {
	margin-top: 5rem;
}

/*-------------------------------------
バスリモが選ばれる理由  
-------------------------------------*/

.page-strengths__section {
	padding-bottom: 7.5rem;
	padding-top: 3.75rem;
}

.page-strengths__list {
	grid-gap: 2.25rem;
	align-items: center;
	display: grid;
	gap: 2.25rem;
	grid-template-columns: 1fr;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.page-strengths__item {
	background: #FFF;
	border: 1px solid #0166B1;
	border-radius: 10px;
	padding: 3.75rem;
	position: relative;
	width: 100%;
}

.page-strengths__item-head {
	align-items: center;
	display: flex;
	gap: 0.125rem;
	left: -1px;
	position: absolute;
	top: -0.9375rem;
}

.page-strengths__item-head-text {
	align-content: center;
	aspect-ratio: 1;
	background: #AACDF0;
	border-radius: 5px;
	color: #FFF;
	display: grid;
	font-size: 1.125rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.54px;
	line-height: 1;
	place-content: center;
	width: 4.375rem;
}

.page-strengths__item-head-number {
	align-content: center;
	aspect-ratio: 1;
	background: #76B7E5;
	border-radius: 5px;
	color: #FFF;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 2.75rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	place-content: center;
	width: 4.375rem;
}

.page-strengths__item-body {
	grid-gap: 3.125rem;
	align-items: center;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 7.5rem 510px;
	justify-content: center;
}

.page-strengths__item-body-content h2 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	line-height: 1.7;
}

.page-strengths__item-body-content p {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 1.7;
	margin-top: 1rem;
}

.page-strengths__box {
	background: #F4F7FA;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5rem;
	max-width: 1000px;
	padding: 3.75rem;
	position: relative;
	text-align: center;
}

.page-strengths__box::before {
	aspect-ratio: 1;
	background-image: url(../images/common/character.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transform: scaleX(-1);
	width: 7.5rem;
}

.page-strengths__box-text {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.72px;
	line-height: 1.7;
}

.page-strengths__box-text span {
	color: #2E83BF;
}

.single-shop {
	margin-top: 7.125rem;
}

.single-shop__content {
	padding-bottom: 7.5rem;
	padding-top: 2.5rem;
	position: relative;
}

.single-shop__content-inner.inner {
	max-width: 840px;
}

.single-shop__image-wrap {
	aspect-ratio: 800/533;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.single-shop__image-wrap img {
	-o-object-fit: cover;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-shop__title {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.96px;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.single-shop__meta {
	align-items: center;
	border-bottom: 1px solid #CFCFCF;
	display: flex;
	gap: 1.5rem;
	margin-top: 0.625rem;
	padding-bottom: 2rem;
}

.single-shop__area-wrap {
	display: flex;
	gap: 0.625rem;
}

.single-shop__area {
	text-wrap: nowrap;
	align-content: center;
	background: #FFF;
	border: 1px solid #76B7E5;
	border-radius: 4px;
	color: #2E83BF;
	display: flex;
	display: grid;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.45px;
	line-height: 1;
	padding: 8px 16px 6px;
	place-content: center;
	width: 100px;
}

.single-shop__instagram {
	width: 1.75rem;
}

.single-shop__body {
	padding-top: 3.75rem;
}

.single-shop__body-title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.7;
}

.single-shop__message-content {
	background: #F4F7FA;
	border-radius: 10px;
	margin-top: 0.25rem;
	padding: 1.875rem 3.75rem;
}

.single-shop__info {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.single-shop__info-item {
	grid-gap: 0.625rem;
	display: grid;
	font-size: 16px;
	font-weight: 500;
	gap: 0.625rem;
	grid-template-columns: 120px 1fr;
}

.single-shop__info-title {
	padding-left: 1.125rem;
	position: relative;
}

.single-shop__info-title::before {
	aspect-ratio: 1;
	background: #76BDDB;
	border-radius: 2px;
	content: "";
	left: 0;
	position: absolute;
	top: 7px;
	width: 10px;
}

.single-shop__map {
	margin-top: 0.5rem;
}

.single-shop__map iframe {
	height: 200px;
	width: 100%;
}

.top-about {
	padding-bottom: 5.625rem;
	padding-top: 5.625rem;
}

.top-about__content {
	grid-gap: 4.375rem;
	display: grid;
	gap: 4.375rem;
	grid-template-columns: 35rem 31.875rem;
}

.top-about__content-image img {
	border-radius: 5px;
}

.top-about__content-body {
	margin-top: 0.5625rem;
}

.top-about__content-head {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	margin-top: 1.875rem;
}

.top-about__content-text {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	margin-top: 0.8125rem;
}

.top-about__more {
	margin-top: 1.875rem;
}

.top-about__br {
	display: none;
}

.top-column {
	padding-bottom: 7.5rem;
	padding-top: 5.625rem;
}

.top-column__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.top-column__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.top-column__no-results {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.5;
	margin-top: 2.8125rem;
	text-align: center;
}

.top-fv {
	overflow: hidden;
	position: relative;
}

.top-fv__title-container {
	left: 6.9444444444vw;
	position: absolute;
	top: 16.1805555556vw;
	z-index: 1;
}

.top-fv__title {
	font-size: 3.8194444444vw;
	font-weight: 700;
	letter-spacing: 0.015em;
	line-height: 1.26;
}

.top-fv__title span {
	color: #2E83BF;
}

.top-fv__title span:nth-of-type(1) {
	letter-spacing: 0.012em;
}

.top-fv__title span:nth-of-type(2) {
	letter-spacing: 0.007em;
}

.top-fv__title span:nth-of-type(3) {
	letter-spacing: 0.015em;
}

.top-fv__text {
	font-size: 1.25vw;
	font-weight: 500;
	letter-spacing: 1.08px;
	line-height: 1.9;
	margin-top: 1.5972222222vw;
}

.top-fv__text span {
	letter-spacing: -3.6px;
}

.top-fv__image {
	display: block;
	width: 100%;
}

.top-news {
	margin-top: 0.875rem;
}

.top-news__wrapper {
	background: #F4F7FA;
	border-radius: 10px;
	padding: 5rem 1.25rem 5.625rem;
	position: relative;
}

.top-news__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.top-news__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.top-news__more {
	order: 2;
}

.top-news__list {
	margin-top: 0.9375rem;
}

.top-shop {
	margin-top: 5.625rem;
}

.top-shop__wrapper {
	background: #F4F7FA;
	border-radius: 10px;
	padding: 5.625rem 1.25rem;
	position: relative;
}

.top-shop__wrapper::before {
	aspect-ratio: 335/258;
	background-image: url(../images/top/shop-bg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 10px;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.top-shop__content {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	position: relative;
	z-index: 2;
}

.top-shop__content-body {
	display: flex;
	gap: 7.5rem;
}

.top-shop__text {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.003em;
	max-width: 300px;
}

.top-strengths {
	background-image: url(../images/top/top-strengths-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 6.875rem;
	padding-top: 6.25rem;
}

.top-strengths__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.top-strengths__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.8125rem;
}

.top-strengths__item {
	background-color: #fff;
	padding: 2.5rem 3.0625rem 3.125rem;
	position: relative;
}

.top-strengths__item-number {
	align-content: center;
	aspect-ratio: 1/1;
	background: #76B7E5;
	border-radius: 5px;
	color: #FFF;
	display: grid;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	left: 0;
	line-height: 1;
	padding: 13px 12px;
	place-content: center;
	position: absolute;
	top: -15px;
	width: 70px;
}

.top-strengths__item-image {
	aspect-ratio: 1/1;
	margin-left: auto;
	margin-right: auto;
	width: 7.5rem;
}

.top-strengths__item-body {
	margin-top: 1.25rem;
}

.top-strengths__item-title {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	line-height: 1.5;
	text-align: center;
}

.top-strengths__item-text {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.banner {
	display: none;
}

.banner__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.banner__item--tel .banner__link {
	align-items: center;
	background: #FFF;
	border: 2px solid #2E83BF;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: #0166B1;
	display: flex;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.25rem;
	height: 4.375rem;
	justify-content: center;
	letter-spacing: 0.48px;
	line-height: 1;
}

.banner__link-tel-icon {
	aspect-ratio: 1;
	width: 1.25rem;
}

.banner__item--contact .banner__link {
	align-items: center;
	background: #0166B1;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0.25rem;
	height: 4.375rem;
	justify-content: center;
	line-height: 1;
}

.banner__link-contact-icon {
	aspect-ratio: 1;
	width: 1.25rem;
}

.breadcrumb {
	color: #939393;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.breadcrumb__container {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
	justify-content: flex-end;
}

.breadcrumb a {
	align-items: center;
	color: #939393;
	display: inline-flex;
	font-weight: 400;
	transition: color 0.3s ease;
}

.breadcrumb .current-item {
	color: #333;
	font-weight: 400;
}

.breadcrumb span[property=name] {
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}

.case-section {
	padding-bottom: 7.5rem;
	padding-top: 5.625rem;
}

.case-section__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.case-section__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.case-section__no-results {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.66px;
	line-height: 1.5;
	margin-top: 2.8125rem;
	text-align: center;
}

/* お知らせページのカテゴリーフィルター */

.category-filter {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.category-filter__btn {
	align-content: center;
	background: #FFF;
	border: 1px solid #0166B1;
	border-radius: 4px;
	color: #0166B1;
	display: grid;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.45px;
	line-height: 1;
	min-width: 100px;
	padding: 8px 10px 6px;
	place-content: center;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.category-filter__btn:hover {
	background-color: #76B7E5;
	border: 1px solid #76B7E5;
	color: #fff;
}

.category-filter__btn.is-active {
	background: #76B7E5;
	border: 1px solid #76B7E5;
	color: #FFF;
}

/* カスタムカラーのカテゴリーフィルター用ホバー効果 */

.category-filter__btn[style*=border-color]:hover {
	background-color: #76B7E5 !important;
	background-color: var(--category-color, #76B7E5) !important;
	border-color: #76B7E5 !important;
	border-color: var(--category-color, #76B7E5) !important;
	color: #fff !important;
}

.category-filter__btn[style*=border-color].is-active {
	background-color: #76B7E5 !important;
	background-color: var(--category-color, #76B7E5) !important;
	border-color: #76B7E5 !important;
	border-color: var(--category-color, #76B7E5) !important;
	color: #fff !important;
}

/* より具体的なセレクタで優先度を上げる */

.category-filter .category-filter__btn[style*=border-color]:hover {
	background-color: #76B7E5 !important;
	background-color: var(--category-color, #76B7E5) !important;
	border-color: #76B7E5 !important;
	border-color: var(--category-color, #76B7E5) !important;
	color: #fff !important;
}

.category-filter .category-filter__btn[style*=border-color].is-active {
	background-color: #76B7E5 !important;
	background-color: var(--category-color, #76B7E5) !important;
	border-color: #76B7E5 !important;
	border-color: var(--category-color, #76B7E5) !important;
	color: #fff !important;
}

.column-card {
	grid-gap: 0;
	background: #FFF;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
	display: grid;
	gap: 0;
	grid-row: span 3;
	grid-template-rows: subgrid;
	transition: transform 0.3s, box-shadow 0.3s;
}

.column-card__image-container {
	position: relative;
}

.column-card__image-wrap {
	-o-object-fit: cover;
	aspect-ratio: 400/220;
	border-radius: 10px 10px 0 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-card__image-wrap img {
	-o-object-fit: cover;
	border-radius: 10px 10px 0 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-card__content {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 1.5rem 1.875rem 0;
}

.column-card__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 1.5;
}

.column-card__footer {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.5rem;
	padding: 0 1.875rem 1.5rem;
}

.column-card__date {
	color: #AEAEAE;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.42px;
	line-height: 1.7;
	text-align: center;
}

.column-card__category {
	align-items: center;
	border-radius: 4px;
	color: #FFF;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.36px;
	line-height: 1;
	padding: 0.3125rem 0.5rem 0.25rem 0.5rem;
}

.column-contents__content {
	margin-top: 3.75rem;
}

.column-contents__list {
	grid-gap: 3.125rem 1.625rem;
	display: grid;
	gap: 3.125rem 1.625rem;
	grid-template-columns: repeat(3, 1fr);
}

/* お問い合わせセクション */

.contact-section {
	background-image: url(../images/common/contact-section-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 5rem;
	padding-top: 4.375rem;
}

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

.contact-section__title.section-title {
	color: #FFF;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contact-section__title.section-title span {
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-right: 30px;
	position: relative;
	text-align: center;
}

.contact-section__title.section-title span::after {
	background-image: url("../images/common/section-title-design.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 22px;
}

.contact-section__body {
	margin-top: 1.875rem;
}

.contact-section__body-text {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 1.7;
	text-align: center;
}

.contact-section__body-links {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 1.625rem;
}

.contact-section__body-tel-link {
	color: #FFF;
	text-align: center;
	transition: all 0.3s ease;
}

.contact-section__body-tel-link-kana {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 17px;
	justify-content: flex-end;
	letter-spacing: 3%;
	line-height: 1;
	margin-right: 8px;
}

.contact-section__body-tel-link-wrapper {
	grid-gap: 6px;
	align-items: center;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 600;
	gap: 6px;
	grid-template-columns: 26px auto;
	justify-content: center;
	letter-spacing: 0.9px;
	line-height: 1;
	margin-top: 5px;
}

.contact-section__body-tel-link span {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.39px;
	margin-top: 3px;
}

.contact-section__body-contact-link {
	grid-gap: 6px;
	align-items: center;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: #0166B1;
	display: grid;
	font-size: 18px;
	font-weight: 700;
	gap: 6px;
	grid-template-columns: 26px auto;
	height: 66px;
	justify-content: center;
	letter-spacing: 0.54px;
	line-height: 1;
	padding: 15px;
	transition: all 0.3s ease;
	width: 260px;
}

.fc-section {
	background-image: url(../images/common/fc-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fc-section__link {
	display: block;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.fc-section__content {
	align-content: center;
	display: grid;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	place-content: center;
	position: relative;
	position: relative;
	text-align: center;
}

.fc-section__title {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	text-align: center;
}

.fc-section__arrow {
	align-content: center;
	aspect-ratio: 1;
	display: grid;
	justify-content: center;
	place-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	z-index: 2;
}

.fc-section__arrow:before {
	align-items: center;
	aspect-ratio: 1;
	background: rgba(46, 131, 191, 0.1);
	border: 1px solid #FFF;
	border-radius: 5px;
	content: "";
	display: block;
	left: 50%;
	padding: 13px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	z-index: 1;
}

.fc-section__arrow img {
	aspect-ratio: 1;
	position: relative;
	transition: all 0.3s ease;
	width: 24px;
	z-index: 2;
}

/* フッター */

.footer {
	padding-bottom: 1.375rem;
	padding-top: 5.625rem;
	position: relative;
}

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

.footer__logo-link {
	transition: opacity 0.3s ease;
	width: 174px;
}

.footer__menu-list {
	display: flex;
	gap: 1.875rem;
}

.footer__menu-link {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.45px;
	transition: color 0.3s;
}

.footer__bottom {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 4.75rem;
}

.footer__copyright {
	color: #7C7C7C;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.36px;
}

.footer__link-list {
	display: flex;
	gap: 1.875rem;
}

.footer__link {
	color: #7C7C7C;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.39px;
	transition: color 0.3s ease;
}

.footer__link--company {
	padding-right: 23px;
	position: relative;
}

.footer__link--company:before {
	aspect-ratio: 1;
	background-image: url(../images/common/new-window-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

/* ハンバーガーメニュー */

.hamburger {
	display: none; /* レスポンシブ対応 */
}

.hamburger__line {
	cursor: pointer;
	height: 1.125rem;
	position: relative;
	width: 1.5625rem;
	z-index: 300;
}

.hamburger__line span {
	background-color: #fff;
	height: 2px;
	position: absolute;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

.hamburger__line span:nth-child(1) {
	top: 0;
}

.hamburger__line span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.hamburger__line span:nth-child(3) {
	bottom: 0;
}

.hamburger__line.is-open span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
}

.hamburger__line.is-open span:nth-child(2) {
	opacity: 0;
}

.hamburger__line.is-open span:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-30deg);
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

/* ヘッダー */

.header {
	position: absolute;
	top: 0;
	transition: all 0.6s ease;
	width: 100%;
	z-index: 100;
}

.header.is-fixed {
	animation: headerSlideDown 0.3s ease forwards;
	background-color: #fff;
	position: fixed;
}

.header.is-page {
	background-color: #fff;
	position: fixed;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 5.875rem;
	justify-content: space-between;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__logo {
	margin: 0;
	width: 10.875rem; /* レスポンシブ対応 */
}

.header__logo-link {
	display: block;
	transition: opacity 0.3s ease;
}

.header__logo-link img {
	height: auto;
	max-width: 100%;
}

.header__nav {
	align-content: center;
	display: grid;
	display: block;
	height: 100%;
	justify-content: center;
	place-content: center; /* レスポンシブ対応 */
}

.header__menu-list {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
	margin: 0; /* レスポンシブ対応 */
}

.header__menu-item {
	align-content: center;
	display: grid;
	height: 100%;
	justify-content: center;
	margin: 0;
	place-content: center;
	position: relative;
	transition: all 0.3s; /* レスポンシブ対応 */
}

.header__menu-link {
	color: #333;
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	height: 100%;
	padding: 1.875rem 1.125rem;
	transition: color 0.3s;
}

.header__menu-item--tel .header__menu-link {
	align-items: center;
	background: #FFF;
	border: 2px solid #2E83BF;
	border-radius: 5px;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: #0166B1;
	display: flex;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.25rem;
	height: 3.125rem;
	letter-spacing: 0.48px;
	line-height: 1;
	margin-left: 1rem;
	padding: 0.9375rem;
	transition: all 0.3s ease;
}

.header__menu-link-tel-icon {
	aspect-ratio: 1;
	width: 1.25rem;
}

.header__menu-item--contact .header__menu-link {
	align-items: center;
	background: #0166B1;
	border-radius: 5px;
	box-shadow: 2px 2px 20px 0px rgba(7, 46, 75, 0.1);
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-size: 0.9375rem;
	font-weight: 700;
	gap: 0.25rem;
	line-height: 1;
	margin-left: 0.3125rem;
	padding: 0.9375rem;
	transition: all 0.3s ease;
}

.header__menu-link-contact-icon {
	aspect-ratio: 1;
	width: 1.25rem;
}

.header__overlay {
	background-color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

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

/* Infoセクション */

.info {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.info__inner.inner {
	max-width: 1300px;
}

.info__content {
	grid-gap: 3.125rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 36.875rem auto;
}

.info__content-item-container {
	display: flex;
	gap: 0.5rem;
}

.info__content-item-container + .info__content-item-container {
	margin-top: 2.5rem;
}

.info__content-item-icon {
	width: 24px;
}

.info__content-item-icon--schedule {
	margin-top: 18px;
}

.info__content-item-icon--address {
	margin-top: 4px;
}

.info__content-item-address-title {
	color: #367BB2;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.7;
}

.info__content-item-address-text {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

.info__content-map {
	overflow: hidden;
}

.info__content-map iframe {
	border: none;
	height: 340px;
	width: 100%;
}

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

.link {
	align-items: center;
	color: #2E83BF;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 14px;
	line-height: 1.7;
	position: relative;
}

.link__arrow {
	align-content: center;
	aspect-ratio: 1;
	display: grid;
	justify-content: center;
	place-content: center;
	position: relative;
	width: 50px;
	z-index: 2;
}

.link__arrow:before {
	aspect-ratio: 1/1;
	background-color: #2E83BF;
	border-radius: 5px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	z-index: 1;
}

.link__arrow img {
	aspect-ratio: 1/1;
	position: relative;
	transition: all 0.3s ease;
	width: 24px;
	z-index: 2;
}

.list li {
	font-size: 16px;
	font-weight: 400;
	padding-left: 18px;
	position: relative;
}

.list li::before {
	aspect-ratio: 1;
	background-color: #0166B1;
	border-radius: 2px;
	content: "";
	left: 0;
	position: absolute;
	top: 9px;
	width: 8px;
}

.news-item__link {
	align-items: center;
	border-bottom: 0.0625rem solid #CFCFCF;
	display: flex;
	gap: 1.25rem;
	padding-bottom: 1.5rem;
	padding-left: 1.25rem;
	padding-right: 2.8125rem;
	padding-top: 1.5rem;
	position: relative;
	transition: color 0.3s;
}

.news-item__link::before {
	aspect-ratio: 5/10;
	background-image: url(../images/common/news-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}

.news-item__info {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.news-item__date {
	color: #AEAEAE;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.45px;
	line-height: 170%;
}

.news-item__category-container {
	flex-shrink: 0;
	width: 80px;
}

.news-item__category {
	align-items: center;
	background: #FFF;
	border: 1px solid #0166B1;
	border-radius: 4px;
	color: #0166B1;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	letter-spacing: 0.36px;
	line-height: 1;
	padding: 5px 8px 5px 8px;
}

.news-item__title {
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

/* お知らせ */

.news-list {
	display: flex;
	flex-direction: column;
}

.news-list__no-results {
	margin-top: 0;
	text-align: center;
}

.page-fv {
	aspect-ratio: 1440/330;
	background-image: url(../images/common/page-fv-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 5.875rem;
	width: 100%;
}

.page-fv__inner {
	padding-top: 6.6666666667vw;
}

.page-fv__title {
	display: flex;
	flex-direction: column;
	font-size: 3.3333333333vw;
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: 1.5;
	order: 1;
	position: relative;
}

.page-fv__title-en {
	color: #2E83BF;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.8055555556vw;
	font-weight: 700;
	letter-spacing: 0.003em;
	line-height: 1.7;
	padding-left: 2.0833333333vw;
	position: relative;
	text-transform: capitalize;
	width: -moz-fit-content;
	width: fit-content;
}

.page-fv__title-en::before {
	aspect-ratio: 22/10;
	background-image: url("../images/common/section-title-design.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5277777778vw;
}

/* ページャー */

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

.pagination .page-numbers {
	-webkit-text-decoration: none;
	align-items: center;
	aspect-ratio: 1;
	background-color: #F4F7FA;
	border-radius: 4px;
	color: #333;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	min-width: 44px;
	padding: 0 10px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.nav-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.pagination .page-numbers:hover {
	background-color: #2E83BF;
	color: #fff;
}

.pagination .page-numbers.current {
	background-color: #2E83BF;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	min-width: 44px;
}

/* 省略記号を「・・・」に変更 */

.pagination .dots {
	background-color: transparent !important;
	color: #333 !important;
}

.pagination .dots {
	font-family: "IBM Plex Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
}

.pagination .dots:hover {
	background-color: transparent !important;
	color: #333 !important;
}

.section-title {
	display: inline-flex;
	flex-direction: column;
	font-size: 32px;
	font-weight: 700;
	gap: 2px;
	letter-spacing: 1.6px;
	line-height: 1.5;
	position: relative;
}

.section-title span {
	color: #2E83BF;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 1.7;
	padding-left: 30px;
	position: relative;
	text-transform: capitalize;
	width: -moz-fit-content;
	width: fit-content;
}

.section-title span::before {
	background-image: url("../images/common/section-title-design.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
}

.single-content {
	color: #000;
	font-size: 15px;
	font-weight: 400;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
	font-weight: 700;
	line-height: 1.5;
	margin: 2.5rem 0 1.5rem;
}

.single-content h1 {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.96px;
	line-height: 150%;
	margin: 2.5rem 0 1.25rem;
}

.single-content h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.72px;
	line-height: 1.5;
	margin: 2.5rem 0 1.25rem;
}

.single-content h3 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.66px;
	line-height: 1.5;
	margin: 2rem 0 1rem;
	padding-left: 1.75rem;
	position: relative;
}

.single-content h3::before {
	background-color: #999;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
}

.single-content h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.54px;
	margin: 2rem 0 1rem;
}

.single-content h5,
.single-content h6 {
	font-size: 16px;
	margin: 2rem 0 1rem;
}

.single-content p {
	margin-bottom: 1rem;
}

.single-content a {
	-webkit-text-decoration: underline;
	color: #0166B1;
	text-decoration: underline;
	transition: opacity 0.3s;
}

.single-content ul {
	margin: 1.5rem 0;
}

.single-content ul li {
	margin-bottom: 0.25rem;
	padding-left: 20px;
	position: relative;
}

.single-content ul li::before {
	aspect-ratio: 1;
	background-color: #333;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: 10px;
	width: 4px;
}

.single-content ol {
	margin: 1.5rem 0;
	padding-left: 1.25rem;
}

.single-content ol li {
	margin-bottom: 0.5rem;
	padding-left: 8px;
	position: relative;
}

.single-content img {
	height: auto;
	margin: 2rem 0;
	max-width: 100%;
}

.single-content figure {
	margin: 2rem 0;
}

.single-content figcaption {
	color: #666;
	font-size: 14px;
	margin-top: 0.5rem;
	text-align: center;
}

.single-content table {
	border-collapse: collapse;
	margin: 2rem 0;
	width: 100%;
}

.single-content th,
.single-content td {
	border: 1px solid #ddd;
	padding: 0.75rem;
}

.single-content th {
	background-color: #f5f5f5;
	font-weight: 700;
}

.single-content blockquote {
	background-color: #f7f7f7;
	margin: 2rem 0;
	padding: 1.5rem;
}

.single-content cite {
	color: #666;
	display: block;
	font-size: 14px;
	margin-top: 0.5rem;
}

.single-content pre {
	background-color: #f5f5f5;
	margin: 2rem 0;
	overflow-x: auto;
	padding: 1rem;
}

.single-content code {
	background-color: #f5f5f5;
	border-radius: 3px;
	font-family: monospace;
	padding: 2px 4px;
}

.single-navigation__inner {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
}

.single-navigation__prev,
.single-navigation__next {
	align-content: center;
	aspect-ratio: 1;
	display: grid;
	justify-content: center;
	place-content: center;
	position: relative;
	width: 50px;
	z-index: 2;
}

.single-navigation__prev:before,
.single-navigation__next:before {
	aspect-ratio: 1/1;
	background-color: #2E83BF;
	border-radius: 5px;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	z-index: 1;
}

.single-navigation__prev img,
.single-navigation__next img {
	aspect-ratio: 1/1;
	position: relative;
	transition: all 0.3s ease;
	width: 24px;
	z-index: 2;
}

.single-navigation__prev img {
	transform: rotate(180deg);
}

.single-navigation__list {
	color: #2E83BF;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.45px;
	line-height: 170%;
	text-align: center;
	transition: color 0.3s ease;
}

.single-navigation__prev--disabled,
.single-navigation__next--disabled {
	opacity: 0;
	pointer-events: none;
}

@media (hover: hover) {

.page-shop__areas-link:hover {
	background: #2E83BF;
	color: #FFF;
}

.page-shop__areas-link:hover .page-shop__areas-link-icon svg path {
	fill: #FFF;
}

.breadcrumb a:hover {
	color: #2E83BF;
}

.column-card:hover {
	box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
	transform: translateY(-0.3125rem);
}

.contact-section__body-tel-link:hover {
	opacity: 0.8;
	transform: translateY(-2px);
}

.contact-section__body-contact-link:hover {
	opacity: 0.8;
	transform: translateY(-2px);
}

.fc-section__link:hover .fc-section__arrow img {
	transform: translateX(6px);
}

.footer__logo-link:hover {
	opacity: 0.8;
}

.footer__menu-link:hover {
	color: #0166B1;
}

.footer__link:hover {
	color: #0166B1;
}

.header__logo-link:hover {
	opacity: 0.8;
}

.header__menu-link:hover {
	color: #2E83BF;
}

.header__menu-item--tel .header__menu-link:hover {
	opacity: 0.8;
}

.header__menu-item--contact .header__menu-link:hover {
	color: #fff;
	opacity: 0.8;
}

.link:hover .link__arrow img {
	transform: translateX(6px);
}

.news-item__link:hover .news-item__title {
	color: #0166B1;
}

.single-content a:hover {
	opacity: 0.7;
}

.single-navigation__prev:hover img {
	transform: translateX(-6px) rotate(180deg);
}

.single-navigation__next:hover img {
	transform: translateX(6px);
}

.single-navigation__list:hover {
	color: #0166B1;
}

}

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

.top-strengths__item-title {
	font-size: max(1.3125rem, 16px);
}

}

@media (max-width: 1240px) {

html {
	font-size: 1.2903225806vw;
}

}

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

.page-about__section-br {
	display: block;
}

}

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

.top-about__br {
	display: block;
}

}

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

.lg {
	display: block;
}

.top-about__content-head {
	font-size: 20px;
}

.column-card__title {
	font-size: 18px;
}

.hamburger {
	align-items: center;
	aspect-ratio: 1;
	background-color: #2E83BF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 3.125rem;
	z-index: 100;
}

.header__inner {
	height: 4.375rem;
}

.header__logo {
	position: relative;
	width: 7.8125rem;
	z-index: 100;
}

.header__nav {
	background-color: #fff;
	height: calc(100vh - 4.375rem);
	left: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 5.625rem 0.625rem 0;
	position: fixed;
	top: 4.375rem;
	transform: translateY(-20px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 200;
}

.header__nav.is-open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.header__menu-list {
	align-items: center;
	flex-direction: column;
	gap: 0;
	margin-bottom: 2.5rem;
}

.header__nav.is-open .header__menu-list .header__menu-item {
	animation: fadeInUp 0.3s ease forwards;
	opacity: 0;
	transform: translateY(20px);
}

.header__menu-item {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 180px;
	text-align: left;
	width: 100%;
}

.header__menu-item + .header__menu-item {
	margin-top: 2rem;
}

.header__menu-link {
	font-size: 18px;
	height: auto;
	padding: 0 0 0 1.125rem;
	text-align: left;
	width: 100%;
}

.header__menu-link::before {
	aspect-ratio: 1;
	background: #0166B1;
	border-radius: 2px;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.header__menu-item.header__menu-item--tel {
	margin-top: 2.5rem;
	max-width: 20.9375rem;
	width: 100%;
}

.header__menu-item--tel .header__menu-link::before,
.header__menu-item--contact .header__menu-link::before {
	display: none;
}

.header__menu-item--tel .header__menu-link {
	font-size: 16px;
	height: 74px;
	height: 4.375rem;
	justify-content: center;
	margin-left: 0;
	padding: 0.9375rem 2.75rem;
	width: 100%;
}

.header__menu-item.header__menu-item--contact {
	margin-top: 0.5rem;
	max-width: 20.9375rem;
	width: 100%;
}

.header__menu-item--contact .header__menu-link {
	align-items: center;
	border-radius: 5px;
	font-size: 15px;
	height: 4.375rem;
	justify-content: center;
	margin-left: 0;
	max-width: 335px;
	padding: 0.9375rem;
	width: 100%;
}

.header__nav::before {
	aspect-ratio: 168/132;
	background-image: url(../images/common/drawer-design.webp);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	width: 10.5rem;
}

}

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

.page-about__section-content-box-body h2 {
	font-size: 20px;
}

.top-strengths__item {
	padding: 2.5rem 1rem 3.125rem;
}

}

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

.footer__menu-list {
	gap: 0.625rem;
}

}

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

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

body.no-scroll {
	overflow: hidden;
}

.page-about__section {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.page-about__section-content-head {
	gap: 0.25rem;
	grid-template-columns: 1fr;
}

.page-about__section-title {
	font-size: 1.25rem;
}

.page-about__section-text {
	font-size: 0.875rem;
	letter-spacing: 0.003em;
	line-height: 1.7;
}

.page-about__section-content-box {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 4.375rem;
	max-width: 100%;
}

.page-about__section-content-box-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.page-about__section-content-box-body h2 {
	font-size: 1.25rem;
}

.page-about__section-content-box-body p {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.page-about__price {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.page-about__price-head {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 31.25rem;
	padding: 2.6875rem 0.625rem 2.0625rem;
}

.page-about__price-head::before {
	width: 5.625rem;
}

.page-about__price-head-text {
	font-size: 2rem;
	letter-spacing: 0.96px;
	line-height: 1;
}

.page-about__price-head-text span:nth-of-type(1),
.page-about__price-head-text span:nth-of-type(3) {
	font-size: 1.25rem;
	letter-spacing: 0.6px;
}

.page-about__price-head-text span:nth-of-type(2) {
	font-size: 0.875rem;
	letter-spacing: 0.6px;
}

.page-about__price-head-note {
	font-size: 0.875rem;
}

.page-about__price-text {
	font-size: 0.875rem;
}

.page-about__price-list {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.page-about__price-item-before span {
	font-size: 1.25rem;
}

.page-about__price-item-before img {
	aspect-ratio: 335/220;
}

.page-about__price-item-after span {
	font-size: 1.25rem;
}

.page-about__price-item-info {
	margin-top: 0;
}

.page-about__price-item-info-item dd {
	font-size: 14px;
}

.page-column__section {
	padding-bottom: 4.375rem;
	padding-top: 4.125rem;
}

.page-contact__section {
	padding-bottom: 4.375rem;
	padding-top: 4.1875rem;
}

.page-contact__section-text {
	font-size: 0.875rem;
	max-width: 100%;
}

.page-contact__form-steps {
	margin-top: 3.125rem;
	max-width: 15.625rem;
}

.page-contact__step-number {
	font-size: 1.125rem;
}

.page-contact__step-text {
	font-size: 0.875rem;
}

.page-contact__form {
	max-width: 31.25rem;
	padding-top: 3.125rem;
}

.contact-form__wrapper {
	gap: 1.25rem;
}

.contact-form__item {
	gap: 0.25rem;
	grid-template-columns: 1fr;
}

.contact-form__label {
	font-size: 1rem;
	gap: 0.75rem;
	justify-content: flex-start;
	margin-top: 0;
}

.contact-form__required {
	font-size: 0.75rem;
}

.contact-form__input {
	font-size: 0.875rem;
	padding: 0.75rem;
}

.contact-form__input[name=your-name],
.contact-form__input[name=your-furigana] {
	max-width: 100%;
}

.contact-form__textarea {
	font-size: 0.875rem;
	padding: 0.75rem;
}

.contact-form__radio-group {
	padding-top: 0;
}

.wpcf7-radio {
	gap: 0.5rem 1rem;
}

.wpcf7-radio .wpcf7-list-item label {
	font-size: 0.875rem;
}

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

.contact-form__file-text {
	font-size: 0.875rem;
}

.contact-form__agreement-text {
	font-size: 0.8125rem;
}

.wpcf7-acceptance label,
.wpcf7-checkbox label {
	font-size: 0.9375rem;
}

.wpcf7-form input[type=file]::-webkit-file-upload-button {
	font-size: 0.875rem;
	padding: 0.5rem 1.25rem;
}

.wpcf7-form input[type=file]::-moz-file-upload-button {
	font-size: 0.875rem;
	padding: 0.5rem 1.25rem;
}

.wpcf7-form input[type=file] {
	font-size: 0.875rem;
}

.contact-form__confirm-btn,
.contact-form__submit-btn {
	font-size: 1rem;
	max-width: 20.9375rem;
}

.contact-form__submit-buttons {
	flex-direction: column;
	gap: 0.625rem;
}

.contact-form__back-button {
	font-size: 1rem;
	max-width: 20.9375rem;
}

.page-contact__section-thanks-text {
	font-size: 1.25rem;
}

.page-contact__thanks-content {
	font-size: 0.875rem;
	margin-top: 3.125rem;
}

.page-news__section {
	padding-bottom: 4.125rem;
	padding-top: 4.125rem;
}

.page-news__content {
	margin-top: 2.125rem;
}

.page-privacy-policy__policy {
	padding-top: 4.375rem;
}

.page-privacy-policy__content {
	font-size: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.page-privacy-policy__content h2 {
	font-size: 1.5rem;
	margin-bottom: 1.875rem;
}

.page-privacy-policy__content h3 {
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}

.page-privacy-policy__content h3::before {
	height: 0.625rem;
	width: 1.375rem;
}

.page-privacy-policy__content h3:not(:first-of-type) {
	margin-top: 1.25rem;
}

.page-privacy-policy__content h4 {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.page-privacy-policy__content h4 span:first-of-type {
	font-size: 1.25rem;
}

.page-privacy-policy__content ul li::before {
	width: 0.1875rem;
}

.page-privacy-policy__content dl div {
	grid-template-columns: 1fr;
	padding: 0.625rem 0;
}

.page-privacy-policy__policy-content + .page-privacy-policy__policy-content {
	margin-top: 1.25rem;
}

.page-privacy-policy__policy-footer {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.page-privacy-policy__handling {
	margin-top: 5rem;
}

.page-privacy-policy__handling-content {
	margin-top: 1.875rem;
}

.page-privacy-policy__handling-content h3 {
	margin-bottom: 0.25rem;
}

.page-privacy-policy__footer {
	margin-bottom: 4.375rem;
	margin-top: 3.125rem;
}

.page-privacy-policy__footer-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 2.5rem 1.25rem;
}

.page-privacy-policy__footer-text {
	font-size: 0.875rem;
	text-align: left;
}

.page-privacy-policy__footer-company {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.page-privacy-policy__footer-contact-list {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1rem;
}

.page-privacy-policy__footer-contact-item p {
	font-size: 1.875rem;
}

.page-privacy-policy__footer-contact-item p span:first-of-type {
	font-size: 0.9375rem;
}

.page-privacy-policy__footer-contact-item > span {
	font-size: 0.8125rem;
}

.page-privacy-policy__footer-manager {
	font-size: 12px;
	margin-top: 1.25rem;
}

.page-shop__section {
	margin-top: 4.125rem;
	padding-bottom: 4.375rem;
}

.page-shop__areas {
	gap: 0.5rem;
	justify-content: flex-start;
}

.page-shop__areas-link {
	font-size: 0.9375rem;
	padding: 0.75rem 1.1875rem;
	width: 100%;
	width: inherit;
}

.page-shop__areas-content {
	gap: 3.125rem;
}

.page-shop__area-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25rem;
	max-width: 31.25rem;
}

.page-shop__area-item {
	gap: 1.25rem;
	gap: 0.25rem;
	grid-template-columns: 1fr;
	padding: 1rem 1.25rem;
}

.page-shop__area-item-title {
	font-size: 1.125rem;
}

.page-shop__area-item-address {
	font-size: 0.875rem;
}

.page-single-column {
	margin-top: 5.625rem;
}

.page-single-column__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.page-single-column__date {
	font-size: 1rem;
}

.page-single-column__category {
	font-size: 0.9375rem;
}

.page-single-column__title {
	font-size: 1.5rem;
	letter-spacing: 0.72px;
	margin-top: 1rem;
}

.page-single-column__image-wrap {
	aspect-ratio: 335/184;
	margin-top: 1rem;
}

.page-single-column__body {
	padding-top: 1rem;
}

.page-single-column__navigation {
	margin-top: 3.125rem;
}

.page-single {
	margin-top: 5.625rem;
}

.page-single__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.page-single__date {
	font-size: 1.125rem;
}

.page-single__category {
	font-size: 0.9375rem;
}

.page-single__title {
	font-size: 1.25rem;
	letter-spacing: 0.6px;
	margin-top: 1.0625rem;
}

.page-single__body {
	padding-top: 1.25rem;
}

.page-single__navigation {
	margin-top: 3.125rem;
}

.page-strengths__section {
	padding-bottom: 6.25rem;
	padding-top: 5.3125rem;
}

.page-strengths__list {
	gap: 1.4375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.page-strengths__item {
	padding: 1rem 1.25rem 1.875rem;
}

.page-strengths__item-head-text {
	display: none;
}

.page-strengths__item-head-number {
	font-size: 2rem;
	width: 3.625rem;
}

.page-strengths__item-body {
	gap: 1rem;
	grid-template-columns: 1fr;
}

.page-strengths__item-body-image {
	margin-left: auto;
	margin-right: auto;
	width: 5.625rem;
}

.page-strengths__item-body-content h2 {
	font-size: 1.25rem;
	letter-spacing: 0.003em;
	line-height: 1.5;
	text-align: center;
}

.page-strengths__item-body-content p {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.page-strengths__box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 31.25rem;
	padding: 2.5rem 0.625rem;
}

.page-strengths__box::before {
	bottom: -3.75rem;
	width: 5.625rem;
}

.page-strengths__box-text {
	font-size: 1.125rem;
}

.single-shop {
	margin-top: 2.5rem;
}

.single-shop__content {
	padding-bottom: 4.375rem;
	padding-top: 1.875rem;
}

.single-shop__image-wrap {
	aspect-ratio: 335/223;
}

.single-shop__title {
	font-size: 1.25rem;
	letter-spacing: 0.6px;
	margin-top: 0.8125rem;
}

.single-shop__meta {
	padding-bottom: 1.25rem;
}

.single-shop__area {
	font-size: 0.9375rem;
	letter-spacing: 0.42px;
	width: 100px;
}

.single-shop__body-title {
	font-size: 1.125rem;
	letter-spacing: 0.54px;
}

.single-shop__message-content {
	font-size: 0.875rem;
	padding: 1.25rem;
}

.single-shop__info {
	margin-top: 1.875rem;
}

.single-shop__info-item {
	font-size: 0.875rem;
	gap: 0;
	grid-template-columns: 1fr;
}

.single-shop__info-title::before {
	top: 0.4375rem;
	width: 0.625rem;
}

.top-about {
	padding-bottom: 4.375rem;
	padding-top: 3.5rem;
}

.top-about__inner.inner {
	max-width: 31.25rem;
}

.top-about__content {
	gap: 2rem;
	grid-template-columns: 1fr;
	margin-top: 0;
}

.top-about__content-body {
	margin-top: 0;
}

.top-about__content-head {
	font-size: 1.25rem;
	letter-spacing: 0.6px;
	margin-top: 1.25rem;
}

.top-about__content-text {
	font-size: 0.875rem;
	letter-spacing: 0.42px;
	margin-top: 0.5rem;
}

.top-about__more {
	margin-top: 1.25rem;
	text-align: center;
}

.top-column {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.top-column__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.top-column__header {
	display: contents;
}

.top-column__more {
	margin-top: 1.875rem;
	order: 3;
	text-align: center;
	width: 100%;
}

.top-column__list {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 500px;
	order: 2;
}

.top-fv__title-container {
	left: 5.3333333333vw;
	top: 100.8vw;
}

.top-fv__title {
	font-size: 10.1333333333vw;
	letter-spacing: 5.7px;
	line-height: 1.4;
}

.top-fv__title span:nth-of-type(1) {
	letter-spacing: 4.56px;
}

.top-fv__title span:nth-of-type(2) {
	letter-spacing: 2.66px;
}

.top-fv__title span:nth-of-type(3) {
	letter-spacing: 5.7px;
}

.top-fv__text {
	font-size: 4.2666666667vw;
	letter-spacing: 0.96px;
	margin-top: 4.2666666667vw;
}

.top-fv__text span {
	letter-spacing: -3.2px;
}

.top-news__wrapper {
	padding: 4.375rem 1.25rem 3.75rem;
}

.top-news__content {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.top-news__content {
	width: 100%;
}

.top-news__header {
	display: contents;
}

.top-news__more {
	margin-top: 1.875rem;
	order: 3;
	text-align: center;
	width: 100%;
}

.top-news__list {
	margin-top: 1.25rem;
	order: 2;
}

.top-shop {
	margin-top: 4.375rem;
}

.top-shop__wrapper {
	padding: 4.375rem 1.25rem;
}

.top-shop__wrapper::before {
	aspect-ratio: 335/350;
	background-image: url(../images/top/shop-bg-sp.webp);
	bottom: 0;
	height: 92.1052631579%;
	right: 0;
	top: auto;
	top: initial;
}

.top-shop__content {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}

.top-shop__content-body {
	align-items: flex-start;
	flex-direction: column;
	gap: 1.125rem;
	width: 100%;
}

.top-shop__text {
	font-size: 0.875rem;
	max-width: 100%;
}

.top-shop__more {
	margin-top: 1.875rem;
	text-align: center;
	width: 100%;
}

.top-strengths {
	background-image: url(../images/top/top-strengths-bg-sp.webp);
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.top-strengths__content {
	display: flex;
	flex-direction: column;
}

.top-strengths__header {
	align-items: flex-start;
	display: contents;
	flex-direction: column;
}

.top-strengths__title {
	order: 1;
}

.top-strengths__more {
	margin-top: 1.875rem;
	order: 3;
}

.top-strengths__list {
	gap: 1.4375rem;
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
	max-width: 31.25rem;
	order: 2;
	width: 100%;
}

.top-strengths__item {
	padding: 1.25rem 1.875rem 1.875rem;
}

.top-strengths__item-number {
	aspect-ratio: 1;
	font-size: 2rem;
	padding: 0.8125rem 0.75rem;
	top: -0.9375rem;
	width: 3.625rem;
}

.top-strengths__item-image {
	width: 5.625rem;
}

.top-strengths__item-body {
	margin-top: 1rem;
}

.top-strengths__item-title {
	font-size: 1.25rem;
	letter-spacing: 0.6px;
}

.top-strengths__item-text {
	font-size: 0.875rem;
	letter-spacing: 0.42px;
}

.top-strengths__more {
	margin-top: 1.875rem;
	text-align: center;
}

.banner {
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 80;
}

.breadcrumb {
	font-size: 12px;
	margin-top: -0.5rem;
}

.breadcrumb__container {
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.breadcrumb span[property=name] {
	max-width: 180px;
}

.case-section {
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.case-section__content {
	display: flex;
	flex-direction: column;
}

.case-section__header {
	align-items: flex-start;
	display: contents;
	flex-direction: column;
}

.case-section__title {
	order: 1;
}

.case-section__more {
	margin-top: 1.875rem;
	order: 3;
	text-align: center;
}

.case-section__list {
	grid-template-columns: 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 31.25rem;
	order: 2;
	width: 100%;
}

.case-section__no-results {
	font-size: 0.875rem;
	letter-spacing: 0.42px;
	margin-top: 1.25rem;
}

.category-filter {
	justify-content: flex-start;
}

.column-card__image-wrap {
	aspect-ratio: 335/184;
}

.column-card__content {
	padding: 1rem 1rem 0;
}

.column-card__title {
	font-size: 1rem;
	letter-spacing: 0.48px;
}

.page-column .column-card__title {
	font-size: 0.9375rem;
	letter-spacing: 0.45px;
}

.column-card__footer {
	margin-top: 0.25rem;
	padding: 0 1rem 1rem;
}

.page-column .column-card__footer {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.125rem;
	margin-top: 0.5rem;
}

.column-card__date {
	font-size: 0.875rem;
}

.page-column .column-card__date {
	font-size: 0.8125rem;
}

.column-contents__content {
	margin-top: 3.125rem;
}

.column-contents__list {
	gap: 1.25rem 0.6875rem;
	grid-template-columns: repeat(2, 1fr);
}

.contact-section {
	background-image: url(../images/common/contact-section-bg-sp.webp);
}

.contact-section__title.section-title span {
	padding-left: 1.875rem;
}

.contact-section__title.section-title span::after {
	height: 0.625rem;
	width: 1.375rem;
}

.contact-section__body-text {
	font-size: 0.9375rem;
}

.contact-section__body-links {
	flex-direction: column;
	gap: 1.375rem;
	margin-top: 2rem;
}

.contact-section__body-tel-link-kana {
	font-size: 0.8125rem;
	gap: 1.0625rem;
	margin-right: 0.5rem;
}

.contact-section__body-tel-link-wrapper {
	font-size: 1.875rem;
	gap: 0.375rem;
	grid-template-columns: 1.625rem auto;
	margin-top: 0.3125rem;
}

.contact-section__body-tel-link span {
	font-size: 0.8125rem;
	margin-top: 0.1875rem;
}

.contact-section__body-contact-link {
	font-size: 1.125rem;
	gap: 0.375rem;
	grid-template-columns: 1.625rem auto;
	height: 4.125rem;
	padding: 0.9375rem;
	width: 20.9375rem;
}

.fc-section {
	background-image: url(../images/common/fc-bg-sp.webp);
}

.fc-section__link {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.fc-section__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 100%;
}

.fc-section__title {
	font-size: 1.5rem;
	letter-spacing: 2.4px;
}

.fc-section__arrow {
	position: relative;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: none;
	transform: initial;
}

.footer {
	padding-bottom: 5.375rem;
	padding-top: 3.75rem;
}

.footer::before {
	aspect-ratio: 168/134;
	background-image: url(../images/common/footer-design.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 10.5rem;
}

.footer__inner.inner {
	max-width: 500px;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

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

.footer__logo-link {
	margin-left: auto;
	margin-right: auto;
	width: 174px;
}

.footer__menu-list {
	flex-direction: column;
	gap: 0.375rem;
	margin-top: 1.5rem;
}

.footer__bottom {
	align-items: flex-start;
	flex-direction: column;
	margin-top: 1.5rem;
}

.footer__copyright {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	order: 2;
	text-align: center;
}

.footer__link-list {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	order: 1;
}

.header__menu-link {
	font-size: 1.125rem;
}

.header__menu-item--tel .header__menu-link {
	font-size: 1rem;
}

.header__menu-item--contact .header__menu-link {
	font-size: 0.9375rem;
}

.info__content {
	gap: 1.875rem;
	grid-template-columns: 1fr;
}

.info__content-map iframe {
	height: 250px;
}

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

.link {
	font-size: 0.9375rem;
	gap: 0.875rem;
}

.news-item__link {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
	padding-bottom: 1rem;
	padding-left: 0.625rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
}

.news-item__info {
	gap: 0.25rem;
}

.news-item__title {
	font-size: 14px;
}

.news-list {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	width: 100%;
}

.page-fv {
	aspect-ratio: 375/244;
	background-image: url(../images/common/page-fv-bg-sp.webp);
	margin-top: 4.375rem;
}

.page-fv__inner {
	padding-top: 17.0666666667vw;
}

.page-fv__title {
	font-size: min(8.5333333333vw, 45px);
	letter-spacing: 1.6px;
}

.page-fv--privacy-policy .page-fv__title {
	letter-spacing: 0.08125rem;
}

.page-fv__title-en {
	font-size: 5.8666666667vw;
	font-size: min(5.8666666667vw, 30px);
	letter-spacing: 0.66px;
	padding-left: 8vw;
	padding-left: min(8vw, 40px);
}

.page-fv__title-en::before {
	width: 5.8666666667vw;
	width: min(5.8666666667vw, 30px);
}

.pagination {
	margin-top: 3.125rem;
}

.pagination .page-numbers {
	font-size: 1rem;
	min-width: 2.125rem;
	padding: 0 0.625rem;
}

.pagination .prev,
.pagination .next {
	min-width: 2.125rem;
}

.pagination .dots {
	font-size: 0.75rem;
	min-width: 0.625rem;
	padding: 0 0.125rem;
}

.section-title {
	font-size: 1.6875rem;
	gap: 0;
	letter-spacing: 1.35px;
	line-height: 1.5;
}

.section-title span {
	font-size: 1rem;
	padding-left: 1.875rem;
}

.section-title span::before {
	height: 0.625rem;
	width: 1.375rem;
}

.single-content {
	font-size: 0.875rem;
}

.single-content h1 {
	font-size: 1.5rem;
	letter-spacing: 0.72px;
}

.single-content h2 {
	font-size: 1.25rem;
	letter-spacing: 0.6px;
	margin: 1.875rem 0 0.5rem;
}

.single-content h3 {
	font-size: 1.25rem;
	letter-spacing: 0.54px;
	margin: 1.5rem 0 0.5rem;
}

.single-content h3::before {
	width: 0.25rem;
}

.single-content h4 {
	font-size: 1rem;
	letter-spacing: 0.54px;
	margin: 1.5rem 0 0.5rem;
}

.single-content h5,
.single-content h6 {
	font-size: 1rem;
	margin: 1.5rem 0 0.5rem;
}

.single-content p {
	margin-bottom: 0.5rem;
}

.single-content ul li {
	padding-left: 1rem;
}

.single-content ul li::before {
	width: 0.1875rem;
}

.single-content ol {
	padding-left: 1.25rem;
}

.single-content ol li {
	padding-left: 0.375rem;
}

.single-content img {
	margin: 1.5rem 0;
}

.single-content figure {
	margin: 1.5rem 0;
}

.single-content table {
	margin: 1.5rem 0;
}

.single-content blockquote {
	margin: 1.5rem 0;
	padding: 1rem;
}

.single-content pre {
	margin: 1.5rem 0;
}

.single-navigation__prev,
.single-navigation__next {
	width: 3.125rem;
}

.single-navigation__prev:before,
.single-navigation__next:before {
	width: 3.125rem;
}

.single-navigation__prev img,
.single-navigation__next img {
	width: 1.5rem;
}

.single-navigation__list {
	font-size: 0.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes headerSlideDown {

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

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

}

@keyframes fadeInUp {

to {
	opacity: 1;
	transform: translateY(0);
}

}


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