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

body {
	color: #2B2B2B;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.u-pc {
	display: none;
}

.u-align-center {
	text-align: center;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

/* sp-menuが開いている時はスクロール禁止 */

.no-scroll {
	overflow: hidden;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

.blog-cards {
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

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

.blog-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
	overflow: hidden;
}

.blog-card__date {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
}

.blog-card__date:before {
	background-image: url(../images/common/clock.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 10px;
	height: 0.625rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 10px;
	width: 0.625rem;
}

.blog-card__img {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.blog-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 353/224;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.blog-card__img:hover .blog-card__img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*---------------------------------- 
btn-1
---------------------------------- */

.btn-1 {
	background-color: #2B2B2B;
	border-radius: 1.5rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 auto;
	padding: 15px 22px 15px 0px;
	padding: 0.9375rem 1.375rem 0.9375rem 0rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	white-space: nowrap;
	width: 100%;
}

.btn-1::after {
	background-image: url(../images/common/arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	height: 1.125rem;
	position: absolute;
	right: 52px;
	right: 3.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.btn-1:hover {
	background-color: #b1aeae;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*---------------------------------- 
btn-2
---------------------------------- */

.btn-2 {
	background-color: #2B2B2B;
	border-radius: 1.875rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 auto;
	max-width: 296px;
	max-width: 18.5rem;
	padding: 18px 0;
	padding: 1.125rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	white-space: nowrap;
	width: 100%;
}

.btn-2::after {
	background-image: url(../images/common/arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 13px;
	width: 0.8125rem;
}

.btn-2:hover {
	background-color: #b1aeae;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*---------------------------------- 
btn-3
---------------------------------- */

.btn-3 {
	background-color: #2B2B2B;
	border-radius: 1.5rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 auto;
	padding: 15px 23px 15px 0;
	padding: 0.9375rem 1.4375rem 0.9375rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	white-space: nowrap;
	width: 100%;
}

.btn-3--bg-white {
	background-color: #fff;
	color: #2B2B2B;
}

.btn-3::after {
	background-image: url(../images/common/arrow-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	height: 1.125rem;
	position: absolute;
	right: 52px;
	right: 3.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	width: 0.625rem;
}

.btn-3--bg-white::after {
	background-image: url(../images/common/arrow-right-black.png);
}

.btn-3:hover {
	background-color: #b1aeae;
	opacity: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*---------------------------------- 
btn-4
---------------------------------- */

.btn-4 {
	background-color: #2B2B2B;
	border-radius: 1.125rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 auto;
	max-width: 284px;
	max-width: 17.75rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.case-cards {
	row-gap: 14px;
	row-gap: 0.875rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

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

.case-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 8px;
	margin-top: 0.5rem;
	overflow: hidden;
}

.case-card__date {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
	position: relative;
}

.case-card__date:before {
	background-image: url(../images/common/clock.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 10px;
	height: 0.625rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 10px;
	width: 0.625rem;
}

.case-card__img-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid #2B2B2B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 222px;
	height: 13.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.case-card__img {
	margin: auto;
	max-width: 272px;
	max-width: 17rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.case-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 275/203;
	height: 100%;
	object-fit: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.case-card__img:hover .case-card__img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.circle-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 133px;
	height: 8.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 133px;
	width: 8.3125rem;
}

.circle-text:nth-child(2) {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.circle-text--yellow {
	background-color: #E9CE01;
}

.circle-text--grey {
	background-color: #D9D9D9;
}

.circle-text__1,
.circle-text__3 {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.1875;
	text-align: center;
}

.circle-text__2 {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
}

.footer {
	background-color: #f0f0f0;
	padding: 306px 0 40px;
	padding: 19.125rem 0 2.5rem;
}

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

/*---------------------------------- 
footer__right-content
---------------------------------- */

.footer__right-content {
	display: contents;
	width: 100%;
}

.footer__btn-container {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
}

.footer__contact-text {
	left: 50%;
	max-width: 290px;
	max-width: 18.125rem;
	position: absolute;
	top: -350px;
	top: -21.875rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.footer__contact-man {
	left: 50%;
	max-width: 243px;
	max-width: 15.1875rem;
	position: absolute;
	top: -228px;
	top: -14.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.footer__request-btn {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.footer__sns-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.footer__instagram,
.footer__x {
	max-width: 36px;
	max-width: 2.25rem;
	width: 100%;
}

.footer__x {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.footer__link-container {
	margin-top: 24px;
	margin-top: 1.5rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.footer__link-1,
.footer__link-2 {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	text-align: center;
}

.footer__link-2 {
	margin-top: 6px;
	margin-top: 0.375rem;
}

/*---------------------------------- 
footer__left-content
---------------------------------- */

.footer__left-content {
	margin-top: 30px;
	margin-top: 1.875rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.footer__logo {
	margin: 0 auto;
	max-width: 233px;
	max-width: 14.5625rem;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	width: 100%;
}

.footer__right-border {
	background-color: #2B2B2B;
	height: 2px;
	margin: 0 auto;
	max-width: 316px;
	max-width: 19.75rem;
	width: 100%;
}

.footer__address {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.033em;
	line-height: 1.5;
	padding: 17px 0;
	padding: 1.0625rem 0;
	text-align: center;
}

.footer__time {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.033em;
	line-height: 1.2307692308;
	padding: 18px 0;
	padding: 1.125rem 0;
	text-align: center;
}

/* アクセシビリティ対策 */

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

/* ハンバーガーボタンのスタイル */

.hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	height: 48px;
	outline: none;
	position: fixed;
	right: 16px;
	top: 10px;
	-webkit-transition: width 0.6s, -webkit-transform 0.6s;
	transition: width 0.6s, -webkit-transform 0.6s;
	transition: transform 0.6s, width 0.6s;
	transition: transform 0.6s, width 0.6s, -webkit-transform 0.6s;
	width: 48px;
	z-index: 200; /* メニューよりも上にする */
}

/* ハンバーガーメニュー三本線 */

.hamburger-line {
	background-color: #fff;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: inherit;
	transition: inherit;
	width: 36px;
}

.hamburger-line::before,
.hamburger-line::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	-webkit-transition: inherit;
	transition: inherit;
	width: 100%;
}

.hamburger-line::before {
	top: 12px;
}

.hamburger-line::after {
	top: 24px;
}

/* ハンバーガーメニュー三本線オープン時 */

.hamburger[aria-expanded=true] .hamburger-line {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.hamburger[aria-expanded=true] .hamburger-line::before {
	-webkit-transform: translateY(-12px) translateX(20px) rotate(45deg);
	transform: translateY(-12px) translateX(20px) rotate(45deg);
	width: 0;
}

.hamburger[aria-expanded=true] .hamburger-line::after {
	-webkit-transform: translateY(-24px) rotate(90deg);
	transform: translateY(-24px) rotate(90deg);
}

/* オーバーレイのスタイル */

.overlay {
	background-color: rgba(43, 43, 43, .7);
	cursor: pointer;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.6s, visibility 0.6s;
	transition: opacity 0.6s, visibility 0.6s;
	visibility: hidden;
	width: 100vw;
	z-index: 10; /* メニューよりも下にする */
}

.overlay.active {
	opacity: 0.8;
	visibility: visible;
}

.header {
	background-color: rgba(43, 43, 43, .7);
	height: 68px;
	height: 4.25rem;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 21;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	width: 100%;
}

.header__logo {
	max-width: 74px;
	max-width: 4.625rem;
	width: 100%;
}

.pc-nav {
	display: none;
}

.pc-nav__item {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: max(18px, 10px);
	font-size: max(1.125rem, 10px);
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.8;
	padding: 4px 16px 4px 17px;
	padding: 0.25rem 1rem 0.25rem 1.0625rem;
	text-transform: uppercase;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
}

.pc-nav__item--arrow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pc-nav__item--arrow::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	height: 1.5rem;
	vertical-align: middle;
	width: 24px;
	width: 1.5rem;
}

.pc-nav__item--contact {
	background-color: #E9CE01;
	color: #2B2B2B;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding: 2px 13px 2px 10px;
	padding: 0.125rem 0.8125rem 0.125rem 0.625rem;
}

.pc-nav__item--contact::after {
	background-image: url(../images/common/arrow-black.png);
	margin-left: 10px;
	margin-left: 0.625rem;
}

.pc-nav__item--request {
	background-color: #2B2B2B;
	margin-left: 8px;
	margin-left: 0.5rem;
	padding: 2px 12px 2px 15px;
	padding: 0.125rem 0.75rem 0.125rem 0.9375rem;
}

.pc-nav__item--request::after {
	background-image: url(../images/common/arrow-white.png);
	margin-left: 18px;
	margin-left: 1.125rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.inner--position-relative {
	position: relative;
}

/*----------------------------------
管理画面のブロックエディタから追加するボタンに当てるCSS
---------------------------------- */

.news-items {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.news-item {
	border-bottom: 1px solid #2B2B2B;
	display: block;
	padding: 12px 8px;
	padding: 0.75rem 0.5rem;
}

.news-item:first-child {
	border-top: 1px solid #2B2B2B;
}

.news-item__date {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	position: relative;
}

.news-item__date:before {
	background-image: url(../images/common/clock.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 10px;
	height: 0.625rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	vertical-align: middle;
	width: 10px;
	width: 0.625rem;
}

.news-item__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 4px;
	margin-top: 0.25rem;
	overflow: hidden;
}

/* ページ番号 */

/* ホバー時 & 現在のページ */

/* 前へ 次へ*/

/* 最初へ */

/* 最後へ */

/* Page x / y */

.point-cards {
	row-gap: 30px;
	row-gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

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

.point-card__label {
	background-color: #E9CE01;
	border-radius: 2rem;
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1;
	padding: 14px 0;
	padding: 0.875rem 0;
	text-align: center;
	text-transform: uppercase;
}

.point-card__title {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.25;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.point-card__sentence {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5625;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.point-card__img {
	margin: 13px auto 0;
	margin: 0.8125rem auto 0;
	width: 100%;
}

.point-card__img img {
	height: 170px;
	height: 10.625rem;
	margin: auto;
	width: auto;
}

.price-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.price-card {
	border: 2px solid #2B2B2B;
	max-width: 104px;
	max-width: 6.5rem;
	padding: 4px 0 13px;
	padding: 0.25rem 0 0.8125rem;
	width: 100%;
}

.price-card:nth-child(n+2) {
	margin-left: 16px;
	margin-left: 1rem;
}

.price-card__text-1 {
	color: #E9CE01;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
}

.price-card__text-2 {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

/*---------------------------------- 
.section-header-1
---------------------------------- */

.section-header-1__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
}

.section-header-1__title--top-blog {
	letter-spacing: -0.09em;
}

.section-header-1__title--plan {
	font-size: 30px;
	font-size: 1.875rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.section-header-1__title::before,
.section-header-1__title::after {
	background-color: #2B2B2B;
	border-radius: 0px;
	content: "";
	height: 2px;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	width: 13px;
	width: 0.8125rem;
}

.section-header-1__title::before {
	margin-right: 9px;
	margin-right: 0.5625rem;
}

.section-header-1__title::after {
	margin-left: 9px;
	margin-left: 0.5625rem;
}

/*---------------------------------- 
.section-header-2__title
---------------------------------- */

/*---------------------------------- 
両サイドに斜め線
---------------------------------- */

.skew-line__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.skew-line__title::before,
.skew-line__title::after {
	background: #2B2B2B;
	content: "";
	height: 5px;
	width: 60px;
}

.skew-line__title::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.skew-line__title::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.service-cards {
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.service-card {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #2B2B2B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 24px;
	padding: 1.875rem 1.5rem;
}

.service-card__title {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: -0.013em;
	line-height: 1;
	text-align: center;
}

.service-card__btn {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.service-card__img-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 118px;
	height: 7.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
}

.service-card__img {
	margin: auto;
}

.service-card__img--1 {
	max-width: 172px;
	max-width: 10.75rem;
}

.service-card__img--2 {
	max-width: 161px;
	max-width: 10.0625rem;
}

.service-card__img--3 {
	max-width: 144px;
	max-width: 9rem;
}

.service-card__img--4 {
	max-width: 161px;
	max-width: 10.0625rem;
}

/* メニューのスタイル */

.modal-container {
	background-color: #fff;
	height: 100%;
	max-width: 375px;
	max-width: 23.4375rem;
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	padding-top: 80px;
	padding-top: 5rem;
	position: fixed;
	right: 0;
	right: -100%;
	top: 0;
	-webkit-transition: opacity 0.6s, visibility 0.6s;
	transition: opacity 0.6s, visibility 0.6s;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 20; /* オーバーレイよりも上にする */
}

.modal-container[aria-hidden=false] {
	overflow-y: scroll;
	right: 0;
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	visibility: visible;
}

.modal-1-content__inner {
	padding: 0 27px;
	padding: 0 1.6875rem;
}

/*---------------------------------- 
overlay
---------------------------------- */

.overlay {
	background-color: #4d362e;
	cursor: pointer;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity 0.6s, visibility 0.6s;
	transition: opacity 0.6s, visibility 0.6s;
	visibility: hidden;
	width: 100vw;
	z-index: 10; /* メニューよりも下にする */
}

.overlay.active {
	opacity: 0.6;
	-webkit-transition: opacity 0.6s, visibility 0.6s;
	transition: opacity 0.6s, visibility 0.6s;
	visibility: visible;
}

/*---------------------------------- 
sp-menu
---------------------------------- */

.sp-menu__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border-bottom: 1px solid #2B2B2B;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 0;
	padding: 1.5625rem 0;
	width: 100%;
}

.sp-menu__item-text {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
}

.sp-menu__item-arrow {
	max-width: 10px;
	max-width: 0.625rem;
	width: 100%;
}

.sp-menu__item:hover {
	border-bottom: 1px solid #2B2B2B;
}

.sp-menu__item:hover .sp-menu__item-text {
	font-weight: 700;
}

.sp-menu__sns-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
	margin-top: 3.125rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.sp-menu__instagram,
.sp-menu__x {
	max-width: 36px;
	max-width: 2.25rem;
	width: 100%;
}

.sp-menu__x {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.step-cards {
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.step-card {
	background-color: #E9CE01;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.step-card--triangle {
	position: relative;
}

.step-card--triangle::after {
	display: none;
}

.step-card__order {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
}

.step-card__title {
	background-color: #2B2B2B;
	color: #fff;
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: -0.024em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
}

.step-card__img {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	width: 100%;
}

.step-card__img--1 {
	max-width: 126px;
	max-width: 7.875rem;
}

.step-card__img--2 {
	max-width: 84px;
	max-width: 5.25rem;
}

.step-card__img--3 {
	max-width: 114px;
	max-width: 7.125rem;
}

.step-card__img--4 {
	max-width: 101px;
	max-width: 6.3125rem;
}

.step-card__img--5 {
	max-width: 112px;
	max-width: 7rem;
}

.step-card__sentence {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 0 30px;
	padding: 0 1.875rem;
}

.step-card__btn {
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 0 30px;
	padding: 0 1.875rem;
}

.step-card__btn--small {
	width: 100%;
}

.step-card__btn--small:nth-child(2) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.step-card-6 {
	background-clip: padding-box;
	background-color: #fff;
	border-bottom: 1px solid #2B2B2B;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	padding-top: 0px;
	padding-top: 0rem;
}

.step-card-6__container {
	margin-top: 0px;
	margin-top: 0rem;
}

.step-card-6__img {
	margin: 0 auto;
	max-width: 90px;
	max-width: 5.625rem;
	width: 100%;
}

.step-card-6__text {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.text-cards {
	row-gap: 20px;
	row-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

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

.text-card__1 {
	background-color: #0B6D32;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 12px 0;
	padding: 0.75rem 0;
	text-align: center;
}

.text-card__2 {
	background-clip: padding-box;
	border-bottom: 1px solid #2B2B2B;
	border-left: 1px solid #2B2B2B;
	border-right: 1px solid #2B2B2B;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5714285714;
	padding: 10px 10px;
	padding: 0.625rem 0.625rem;
}

.text-14b16r {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5714285714;
}

.text-omit-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-omit-2 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}

/*---------------------------------- 
top-mv
---------------------------------- */

.top-mv {
	margin: 0 auto;
	max-width: 425px;
	max-width: 26.5625rem;
	width: 100%;
}

.top-mv__img {
	position: relative;
}

.top-mv__copy-container {
	left: 50%;
	max-width: 344px;
	max-width: 21.5rem;
	position: absolute;
	top: 40%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.top-mv__copy-1 {
	color: #fff;
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 57px;
	font-size: 3.5625rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2631578947;
}

.top-mv__copy-2 {
	background-image: url(../images/top/mv-sub-title-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 1px 10px 0px;
	padding: 0.0625rem 0.625rem 0rem;
}

.top-mv__copy-2-1 {
	background-color: #fff;
	color: #5f5f5f;
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
}

.top-mv__copy-2-2 {
	color: #fff;
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: 28px;
	margin-left: 1.75rem;
}

.container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.title {
	color: #7a7a7a;
	font-size: 36px;
}

.subtitle {
	background-color: #000;
	color: white;
	display: inline-block;
	font-size: 48px;
	margin-top: 10px;
	padding: 10px 20px;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

.top-mv__btn {
	background-color: #ecd107;
	border-radius: 50%;
	bottom: 36px;
	bottom: 2.25rem;
	display: block;
	height: 107px;
	height: 6.6875rem;
	max-width: 107px;
	max-width: 6.6875rem;
	position: absolute;
	right: 16px;
	right: 1rem;
	width: 100%;
}

.top-mv__btn-text {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0em;
	line-height: 1.25;
	position: absolute;
	text-align: center;
	top: 20px;
	top: 1.25rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.top-mv__btn-arrow {
	left: 50%;
	max-width: 34px;
	max-width: 2.125rem;
	position: absolute;
	top: 64px;
	top: 4rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

/*---------------------------------- 
top-mv-2
---------------------------------- */

.top-mv-2 {
	background-color: #f0f0f0;
	padding: 18px 0;
	padding: 1.125rem 0;
}

.top-mv-2__content {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.top-mv-2__deco-text {
	left: 2px;
	left: 0.125rem;
	max-width: 216px;
	max-width: 13.5rem;
	position: absolute;
	top: -146px;
	top: -9.125rem;
	width: 100%;
}

.top-mv-2_text-1 {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}

.top-mv-2_text-2 {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.032em;
	line-height: 1;
	margin-top: 14px;
	margin-top: 0.875rem;
	text-align: center;
	white-space: nowrap;
}

.top-mv-2_text-3 {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

/*---------------------------------- 
top-lead
---------------------------------- */

.top-lead {
	padding: 25px 0 18px;
	padding: 1.5625rem 0 1.125rem;
}

.top-lead__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-lead__main-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: -38px;
	margin-top: -2.375rem;
	max-width: 87px;
	max-width: 5.4375rem;
	width: 100%;
}

.top-lead__main-copy {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.375;
	white-space: nowrap;
}

.top-lead__main-sentence {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5714285714;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.top-lead__yellow-text {
	color: #E9CE01;
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.2352941176;
	margin-top: 22px;
	margin-top: 1.375rem;
	text-align: center;
}

.top-lead__flex {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.top-lead__flex-content:nth-child(2) {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.top-lead__flex-content-title {
	background-clip: padding-box;
	border: 1px solid #2B2B2B;
	-webkit-box-shadow: 4px 4px 0px #2b2b2b;
	box-shadow: 4px 4px 0px #2b2b2b; /* ドロップシャドーのスタイル */
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.25;
	margin: 0 auto;
	max-width: 289px;
	max-width: 18.0625rem;
	padding: 10px 0 10px;
	padding: 0.625rem 0 0.625rem;
	text-align: center;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	white-space: nowrap;
	width: 100%;
}

.top-lead__flex-content-title--belief {
	font-size: 27px;
	font-size: 1.6875rem;
	padding: 9px 0 9px;
	padding: 0.5625rem 0 0.5625rem;
}

.top-lead__flex-content-sentence {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5714285714;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

/*---------------------------------- 
grey-wave-bg
---------------------------------- */

/*---------------------------------- 
top-area
---------------------------------- */

.top-area {
	background-color: #f0f0f0;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding: 14px 0 30px;
	padding: 0.875rem 0 1.875rem;
}

.top-area__vertical-text {
	left: 0;
	max-width: 129px;
	max-width: 8.0625rem;
	position: absolute;
	top: 34px;
	top: 2.125rem;
	width: 100%;
}

.top-area__content {
	margin-left: auto;
	position: relative;
	width: 100%;
}

.top-area__deco-text {
	left: -20px;
	left: -1.25rem;
	max-width: 142px;
	max-width: 8.875rem;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 100%;
}

.top-area__content-flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: -30px;
	margin-top: -1.875rem;
	width: 100%;
}

.top-area__content-spacer {
	height: 66px;
	height: 4.125rem;
	width: 100%;
}

.top-area__content-title {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.3;
	text-align: right;
}

.top-area__content-title span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E9CE01));
	background: linear-gradient(transparent 50%, #E9CE01 50%);
	padding-left: 8px;
	padding-left: 0.5rem;
}

.top-area__content-img {
	margin-right: -10px;
	margin-right: -0.625rem;
	max-width: 100px;
	max-width: 6.25rem;
	width: 100%;
}

.top-area__sentence {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

/*---------------------------------- 
top-plan
---------------------------------- */

.top-plan {
	background-color: #fff;
	padding: 40px 0 0px;
	padding: 2.5rem 0 0rem;
}

.top-plan__lead-text {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1;
	text-align: center;
}

.top-plan__section-header-1 {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.top-plan__circle-text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.top-plan__price-cards {
	margin-top: 16px;
	margin-top: 1rem;
}

.top-plan__btn-1 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

/*---------------------------------- 
top-tree
---------------------------------- */

.top-tree {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.top-tree__title {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.4;
}

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

.top-tree__img {
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
	max-width: 400px;
	max-width: 25rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.top-tree__text-container {
	display: contents;
}

.top-tree__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.top-tree__sentence {
	margin-top: 30px;
	margin-top: 1.875rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.top-tree__text-cards {
	margin-top: 20px;
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

/*---------------------------------- 
top-tree__border-container
---------------------------------- */

.top-tree__border-container {
	border: 1px solid #2B2B2B;
	margin-top: 87px;
	margin-top: 5.4375rem;
	padding: 10px;
	padding: 0.625rem;
}

.top-tree__border-content {
	border: 1px solid #2B2B2B;
	padding: 17px 12px;
	padding: 1.0625rem 0.75rem;
	position: relative;
}

.top-tree__border-content-deco-text {
	max-width: 202px;
	max-width: 12.625rem;
	position: absolute;
	right: -9px;
	right: -0.5625rem;
	top: -82px;
	top: -5.125rem;
	width: 100%;
}

.top-tree__border-content-title {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.top-tree__border-content-sentence {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

/*---------------------------------- 
top-step
---------------------------------- */

.top-step {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.top-step__header-sub {
	margin: 0 auto;
	width: 240px;
	width: 15rem;
}

.top-step__header-title {
	background-color: #2B2B2B;
	border-radius: 1.25rem;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 8px;
	padding: 0.5rem;
	text-align: center;
}

.top-step__header-triangle {
	margin: 0px auto 0;
	margin: 0rem auto 0;
	max-width: 10px;
	max-width: 0.625rem;
	width: 100%;
}

.top-step__step-cards {
	margin-top: 10px;
	margin-top: 0.625rem;
}

/*---------------------------------- 
top-reason
---------------------------------- */

.top-reason {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.top-reason__header-sub {
	margin: 0 auto;
	max-width: 216px;
	max-width: 13.5rem;
	width: 100%;
}

.top-reason__header-title {
	font-family: "Gothic A1", "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	letter-spacing: 0em;
	line-height: 1.3;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-right: 8px;
	padding-right: 0.5rem;
	text-align: center;
}

.top-reason__point-cards {
	margin-top: 18px;
	margin-top: 1.125rem;
}

/*---------------------------------- 
top-service
---------------------------------- */

.top-service {
	background-color: #F0F0F0;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.top-service__service-cards {
	margin-top: 18px;
	margin-top: 1.125rem;
}

/*---------------------------------- 
top-case
---------------------------------- */

.top-case {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.top-case__case-cards {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.top-case__btn {
	margin-top: 20px;
	margin-top: 1.25rem;
}

/*---------------------------------- 
top-news
---------------------------------- */

.top-news {
	background-color: #f0f0f0;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.top-news__news-items {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.top-news__btn {
	margin-top: 20px;
	margin-top: 1.25rem;
}

/*---------------------------------- 
top-blog
---------------------------------- */

.top-blog {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 88px;
	padding-bottom: 5.5rem;
}

.top-blog__blog-cards {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.top-blog__btn {
	margin-top: 30px;
	margin-top: 1.875rem;
}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.blog-cards {
	-moz-column-gap: 1.3125rem;
	row-gap: 2.5rem;
	-webkit-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
	grid-template-columns: repeat(3, 1fr);
}

.btn-1 {
	border-radius: 2.625rem;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	max-width: 44.125rem;
	padding: 1.25rem 2.125rem 1.25rem 0;
}

.btn-1::after {
	height: 1.625rem;
	right: 8.4375rem;
	width: 0.875rem;
}

.btn-2 {
	border-radius: 1.4375rem;
	font-size: 1.25rem;
	letter-spacing: -0.13em;
	max-width: 13.9375rem;
	padding: 0.8125rem 0;
}

.btn-2::after {
	height: 1rem;
	right: 1.125rem;
	width: 0.625rem;
}

.btn-3 {
	border-radius: 2rem;
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	max-width: 34rem;
	padding: 1.25rem 0;
}

.btn-3--footer {
	max-width: none;
	max-width: initial;
}

.btn-3::after {
	height: 1.625rem;
	right: 2.875rem;
	width: 0.875rem;
}

.btn-4 {
	border-radius: 2.25rem;
	display: inline-block;
	font-size: 0.875rem;
	max-width: 18.3125rem;
	padding: 0.75rem 0;
}

.case-cards {
	-moz-column-gap: 1.3125rem;
	row-gap: 2.5rem;
	-webkit-column-gap: 1.3125rem;
	column-gap: 1.3125rem;
	grid-template-columns: repeat(3, 1fr);
}

.circle-text {
	height: 12.4375rem;
	width: 12.4375rem;
}

.circle-text:nth-child(2) {
	margin-left: 1.875rem;
}

.circle-text__1,
.circle-text__3 {
	font-size: 1.5rem;
	line-height: 1.1666666667;
}

.circle-text__2 {
	font-size: 3rem;
}

.footer {
	padding: 3.5625rem 0 3.5rem;
}

.footer__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__right-content {
	display: block;
	margin-left: 7.25rem;
	max-width: 36.0625rem;
}

.footer__btn-container {
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.footer__contact-text {
	left: -17.0625rem;
	max-width: 39.1875rem;
	top: -13.6875rem;
	-webkit-transform: scale(1.09);
	transform: scale(1.09);
}

.footer__contact-man {
	left: auto;
	left: initial;
	max-width: 16.25rem;
	right: 2.25rem;
	top: -15.3125rem;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.footer__request-btn {
	margin-top: 1.6875rem;
}

.footer__sns-container {
	margin-top: 1.6875rem;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.footer__instagram,
.footer__x {
	max-width: 1.875rem;
}

.footer__x {
	margin-left: 2.125rem;
}

.footer__link-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.6875rem;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.footer__link-1,
.footer__link-2 {
	font-size: 0.875rem;
}

.footer__link-2 {
	margin-left: 1.4375rem;
	margin-top: 0rem;
}

.footer__left-content {
	margin-top: 0rem;
	max-width: 13.4375rem;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.footer__logo {
	max-width: 9.8125rem;
	padding-bottom: 1.125rem;
}

.footer__address {
	font-size: 1rem;
	padding: 0.875rem 0;
}

.footer__time {
	font-size: 1.125rem;
	padding: 0.875rem 0;
	text-align: center;
}

.hamburger {
	display: none;
}

.header {
	height: 5rem;
}

.header__inner {
	max-width: 71.25rem;
}

.header__logo {
	max-width: 5.25rem;
}

.pc-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.news-items {
	max-width: 55.75rem;
}

.news-item {
	padding: 1.875rem 1rem 1.875rem 0;
}

.news-item__title {
	-webkit-line-clamp: 1;
}

.point-cards {
	-moz-column-gap: 1.25rem;
	row-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
}

.point-card__label {
	font-size: 2.25rem;
}

.point-card__title {
	font-size: 2.25rem;
}

.point-card__sentence {
	margin-top: 0.3125rem;
}

.point-card__img {
	margin: 1.25rem auto 0;
}

.price-card {
	border: 4px solid #2B2B2B;
	max-width: 17.8125rem;
	padding: 1.25rem 0 1.875rem;
}

.price-card:nth-child(n+2) {
	margin-left: 2rem;
}

.price-card__text-1 {
	font-size: 4rem;
}

.price-card__text-2 {
	font-size: 2.5rem;
	margin-top: 1.25rem;
}

.section-header-1__title {
	font-size: 3rem;
}

.section-header-1__title--top-blog {
	letter-spacing: 0em;
}

.section-header-1__title--plan {
	font-size: 4rem;
	margin-top: 1rem;
}

.section-header-1__title::before,
.section-header-1__title::after {
	height: 3px;
	width: 1.875rem;
}

.section-header-1__title::before {
	margin-right: 1.25rem;
}

.section-header-1__title::after {
	margin-left: 1.25rem;
}

.service-cards {
	-moz-column-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.service-card {
	padding: 1.125rem 1.125rem 1.875rem;
}

.service-card__title {
	font-size: 1.75rem;
}

.service-card__img-container {
	height: 5.5625rem;
	margin: 1.25rem auto 0;
}

.service-card__img--1 {
	max-width: 8.125rem;
}

.service-card__img--2 {
	max-width: 5.625rem;
}

.service-card__img--3 {
	max-width: 5.625rem;
}

.service-card__img--4 {
	max-width: 5.625rem;
}

.sp-menu__sns-items {
	margin-top: 1.6875rem;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.step-cards {
	-moz-column-gap: 1.25rem;
	row-gap: 1.25rem;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
}

.step-card--triangle::after {
	background-image: url(../images/common/black-triangle.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 8.375rem;
	position: absolute;
	right: -1.75rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	width: 2.4375rem;
	z-index: 1;
}

.step-card__order {
	font-size: 2.5rem;
}

.step-card__img--1 {
	max-width: 8.125rem;
}

.step-card__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.125rem;
}

.step-card__btn--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.step-card__btn--small {
	max-width: 143px;
}

.step-card__btn--small:nth-child(2) {
	margin-left: 0.625rem;
	margin-top: 0rem;
}

.step-card-6 {
	border-bottom: none;
	padding-bottom: 0rem;
	padding-top: 0;
}

.step-card-6__container {
	margin-top: 9.375rem;
}

.step-card-6__img {
	max-width: 7rem;
}

.step-card-6__text {
	font-size: 2.5rem;
	margin-top: 2.25rem;
}

.text-cards {
	-moz-column-gap: 0.625rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.text-card__1 {
	font-size: 1.5rem;
}

.text-card__2 {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.3571428571;
	padding: 0.75rem 0.6875rem;
}

.text-14b16r {
	font-size: 1rem;
	font-weight: 400;
}

.top-mv {
	max-width: 120rem;
}

.top-mv__copy-container {
	left: 12%;
	max-width: 33.75rem;
	top: 37%;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.top-mv__copy-1 {
	font-size: clamp(3.125rem, 0.268rem + 5.952vw, 5.625rem);
	line-height: 1.2444444444;
}

.top-mv__copy-2 {
	margin-top: 1.125rem;
	padding: 0.5rem 1rem 0.4375rem;
	width: clamp(19.063rem, 2.277rem + 34.97vw, 33.75rem);
}

.top-mv__copy-2-1 {
	font-size: clamp(0.813rem, 0.027rem + 1.637vw, 1.5rem);
}

.top-mv__copy-2-2 {
	font-size: clamp(0.813rem, 0.027rem + 1.637vw, 1.5rem);
	margin-left: 2.125rem;
}

.top-mv__btn {
	bottom: 10%;
	height: 10.75rem;
	max-width: 10.75rem;
	right: 12%;
}

.top-mv__btn-text {
	font-size: 1.5rem;
	top: 2.25rem;
}

.top-mv__btn-arrow {
	max-width: 2.9375rem;
	top: 6.625rem;
}

.top-mv-2 {
	padding: 6.625rem 0;
}

.top-mv-2__content {
	max-width: 49.375rem;
}

.top-mv-2__deco-text {
	left: -6.4375rem;
	max-width: 17.375rem;
	top: -9.5rem;
}

.top-mv-2_text-1 {
	font-size: 2.5rem;
}

.top-mv-2_text-2 {
	font-size: 6rem;
	margin-top: 2.375rem;
}

.top-mv-2_text-3 {
	font-size: 0.8125rem;
	font-weight: 700;
	margin-top: 0.75rem;
}

.top-lead {
	padding: 0rem 0 5rem;
}

.top-lead__header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-lead__main-img {
	max-width: 18.5625rem;
}

.top-lead__main-copy {
	font-size: 4.375rem;
	line-height: 1.4;
	margin-top: -1.875rem;
}

.top-lead__main-sentence {
	font-size: 1.125rem;
	margin-left: 18.75rem;
	margin-top: -4.75rem;
	max-width: 47.25rem;
	width: 100%;
}

.top-lead__yellow-text {
	font-size: 6rem;
	line-height: 1.25;
	margin-top: 3.125rem;
}

.top-lead__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2.25rem;
}

.top-lead__flex-content:nth-child(2) {
	margin-left: 2.8125rem;
	margin-top: 0rem;
}

.top-lead__flex-content-title {
	font-size: 2.5rem;
	line-height: 1.25;
	max-width: 26.75rem;
	padding: 0.8125rem 0 0.5625rem;
}

.top-lead__flex-content-title--belief {
	font-size: 2.5rem;
	padding: 0.75rem 0;
}

.top-lead__flex-content-sentence {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2rem;
}

.grey-wave-bg {
	background-image: url(../images/top/area-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0rem 0 10.3125rem;
}

.top-area {
	padding: 0rem 0 4rem;
}

.top-area__vertical-text {
	left: 1.875rem;
	max-width: 8.75rem;
	top: 0rem;
}

.top-area__content {
	max-width: 54.875rem;
}

.top-area__deco-text {
	left: -4.375rem;
	max-width: 19.375rem;
	top: -4.25rem;
}

.top-area__content-flex {
	margin-left: auto;
	margin-top: -1.25rem;
	max-width: 54.875rem;
}

.top-area__content-title {
	font-size: 4rem;
	line-height: 1.25;
}

.top-area__content-img {
	margin: 0;
	margin: initial;
	margin-top: -1.25rem;
	max-width: 11.125rem;
}

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

.top-plan {
	padding: 4.6875rem 0 5rem;
}

.top-plan__lead-text {
	font-size: 1.5rem;
}

.top-plan__circle-text-container {
	margin-top: 2.5rem;
}

.top-plan__price-cards {
	margin-top: 3.125rem;
}

.top-plan__btn-1 {
	margin-top: 2.375rem;
}

.top-tree {
	margin-top: 0.5rem;
}

.top-tree__title {
	font-size: 2.25rem;
	line-height: 1.5;
	text-align: center;
}

.top-tree__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.top-tree__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 1rem;
	max-width: 31.0625rem;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.top-tree__text-container {
	display: block;
}

.top-tree__title {
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.top-tree__sentence {
	margin-top: 0.625rem;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.top-tree__text-cards {
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	order: initial;
}

.top-tree__border-container {
	margin-top: 6.875rem;
}

.top-tree__border-content {
	padding: 2.6875rem 3rem 4.5rem;
}

.top-tree__border-content-deco-text {
	max-width: 11.375rem;
	right: -1rem;
	top: -3.625rem;
}

.top-tree__border-content-title {
	font-size: 2.25rem;
	line-height: 1.5;
}

.top-tree__border-content-sentence {
	margin-top: 0.75rem;
}

.top-tree__border-content-sentence.text-14b16r {
	line-height: 1.75;
}

.top-step {
	margin-top: 5rem;
}

.top-step__header-sub {
	max-width: 29.875rem;
	width: 100%;
}

.top-step__header-title {
	border-radius: 3.1875rem;
	font-size: 4rem;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.top-step__header-triangle {
	margin: -1.25rem auto 0;
	max-width: 3.75rem;
}

.top-step__step-cards {
	margin-top: 1.25rem;
}

.top-reason {
	margin-top: 6.25rem;
}

.top-reason__header-sub {
	max-width: 21.4375rem;
}

.top-reason__header-title {
	font-size: 4rem;
	line-height: 1.25;
	margin-top: 1.75rem;
}

.top-reason__point-cards {
	margin-top: 3.125rem;
}

.top-service {
	margin-top: 5.25rem;
	padding: 3.375rem 0;
}

.top-service__service-cards {
	margin-top: 1.875rem;
}

.top-case {
	margin-top: 6.25rem;
}

.top-case__case-cards {
	margin-top: 1.875rem;
}

.top-case__btn {
	margin-top: 2.5rem;
}

.top-news {
	margin-top: 6.25rem;
	padding: 3.375rem 0;
}

.top-news__news-items {
	margin-top: 2.5rem;
}

.top-news__btn {
	margin-top: 2.5rem;
}

.top-blog {
	margin-top: 6.25rem;
	padding-bottom: 16.875rem;
}

.top-blog__blog-cards {
	margin-top: 2.5rem;
}

.top-blog__btn {
	margin-top: 2.5rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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