html {
	font-size: 10px;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #292929;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

body.noscroll {
	overflow: hidden;
}

a {
	display: block;
	transition: 0.1s;
}

a:hover {
	opacity: 0.8;
	transition: 0.1s;
}

dt {
	font-weight: normal;
}

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

*,
*::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 root defaults */

/* Set core body defaults */

body {
	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%;
}

/* Inherit fonts for inputs and buttons */

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

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

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

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
	background: #f2f2f2;
	padding-top: 3rem;
}

.footer.--wht {
	background: #fff;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
}

.footer__telArea {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
}

.footer__tel {
	gap: 0.5rem;
}

.footer__tel span {
	font-size: 3.2rem;
}

.footer__tel img {
	min-width: 2.8rem;
	width: 2.8rem;
}

.footer__telAreaText {
	border-left: 1px solid #292929;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 1rem;
}

.footer__telAreaText span {
	display: block;
	font-size: 0.9rem;
}

.footer__address {
	-webkit-text-decoration: underline;
	align-items: center;
	display: flex;
	font-size: 1.3rem;
	gap: 0.9rem;
	margin-top: 1.4rem;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__address::before {
	background: url(./../images/common/icon_mail.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 2rem;
	width: 2rem;
}

.footer__address:hover {
	color: #FF9261;
	opacity: 1;
}

.footer__contact {
	margin-top: 1rem;
}

.footer__nav {
	padding: 0 2.3rem 3rem 0;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.footer__link {
	align-items: center;
	align-items: center;
	display: flex;
	display: flex;
	font-size: 1.2rem;
	gap: 0.5rem;
	line-height: 1.2;
}

.footer__link::before {
	background: url(./../images/common/icon_nav.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}

.footer__link.--sub {
	gap: 0;
}

.footer__sublist {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1rem;
	padding-left: 2em;
}

.footer__link.--sub::before {
	background: none;
	content: "・";
}

.footer__link:hover {
	color: #FF9261;
	opacity: 1;
}

.footer__bottom {
	background: #ff6d2c;
	color: #fff;
	padding: 0.8rem;
}

.footer__copyright {
	font-size: 1.2rem;
	line-height: 1.2;
}

.footer__bottomNav {
	display: flex;
	font-size: 1.2rem;
	gap: 3rem;
	line-height: 1.2;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header::before {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.24s ease;
	will-change: opacity;
	z-index: 1;
}

body.is-active .header::before {
	opacity: 1;
	pointer-events: auto;
}

.header__top {
	height: 5.4rem;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 1rem;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 75rem;
	padding: 0;
}

.header__telArea {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 2rem;
	justify-content: space-between;
}

.header__telAreaText {
	border-left: 1px solid #292929;
	font-size: 1rem;
	line-height: 1.2;
	padding: 0.3rem 0 0.3rem 1rem;
}

.header__tel {
	gap: 1rem;
}

.header__tel img {
	min-width: 3rem;
	width: 3rem;
}

.header__tel span {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1666666667;
}

.header__nav {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	height: 6.6rem;
	position: relative;
	z-index: 1;
}

.header__contact {
	display: none;
	flex: 1;
}

/*
 * l-colWrap
 * -------------------------------------------------------------
 */

.l-colWrap {
	display: flex;
	gap: 2rem;
	margin: auto;
	max-width: 79rem;
	padding: 6rem 2rem;
}

.l-colWrap__main {
	flex: 1;
}

.l-colWrap__main.--bg {
	background: #f2f2f2;
}

.l-colWrap__side {
	width: 18rem;
}

/*
 * l-contents
 * -------------------------------------------------------------
 */

.l-contents {
	margin: auto;
	max-width: 79rem;
	padding: 6rem 2rem;
}

.l-contents.--top {
	padding: 0 2rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin: auto;
	max-width: 79rem;
	padding: 0 2rem;
}

.l-inner.--legal {
	background: #fff;
	max-width: 74rem;
	padding: 3rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	margin-top: 12rem;
	overflow: hidden;
}

.l-main.--bg {
	background: #f2f2f2;
	padding: 6rem 0;
}

.l-main.--plan {
	background: #f3f3f3;
}

.l-main.--single {
	background: #f2f2f2;
	margin-top: 9rem;
}

/*
 * burger
 * -------------------------------------------------------------
 */

.burger {
	display: none;
	height: 1.6rem;
	position: relative;
	width: 2.3rem;
	z-index: 200;
}

.burger span {
	background: #292929;
	display: block;
	height: 0.2rem;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
}

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

.burger span:nth-child(2) {
	top: calc(50% + 0.1rem);
	transform: translateY(-50%);
}

.burger span:nth-child(3) {
	top: calc(100% - 0.1rem);
	top: 100%;
}

.burger span.is-active:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.burger span.is-active:nth-child(2) {
	opacity: 0;
}

.burger span.is-active:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

/*
 * c-areaList-sp
 * -------------------------------------------------------------
 */

.c-areaList-sp__head {
	align-items: center;
	background: #FF9261;
	color: #FFFFFF;
	display: flex;
	font-size: 1.3rem;
	font-weight: 700;
	gap: 0.5rem;
	height: 2.2rem;
	justify-content: center;
}

.c-areaList-sp__head::before {
	-webkit-mask: url(./../images/common/icon_serch.webp) no-repeat center/100%;
	background: #fff;
	content: "";
	display: block;
	height: 1.5rem;
	margin-top: 0.1rem;
	mask: url(./../images/common/icon_serch.webp) no-repeat center/100%;
	width: 1.3rem;
}

.c-areaList-sp__body {
	background: #fff;
	padding: 1.5rem;
}

.c-areaList-sp.--page .c-areaList-sp__body {
	padding: 1.5rem 0 0;
}

.c-areaList-sp__text {
	background: #CDE0E8;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 0.8rem 0.7rem;
}

.c-areaList-sp__items {
	border-left: 1px solid #D9D9D9;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.c-areaList-sp__item {
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	position: relative;
}

.c-areaList-sp__panel {
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	display: none;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease;
	width: calc(100% + 0.1rem);
	z-index: 1000;
}

.c-areaList-sp__item.is-open > .c-areaList-sp__panel {
	display: block;
	opacity: 1;
	transform: translateY(-1rem);
}

.c-areaList-sp__ttl {
	align-items: center;
	color: #FF9261;
	display: flex;
	font-size: 1.3rem;
	font-weight: 500;
	justify-content: space-between;
	padding: 0.8rem 1rem;
	transition: background 0.2s, color 0.2s;
	width: 100%;
}

.c-areaList-sp__ttl::after {
	border-right: 0.2rem solid #2E2F35;
	border-top: 0.2rem solid #2E2F35;
	content: "";
	display: block;
	height: 0.6rem;
	transform: rotate(45deg);
	width: 0.6rem;
}

.c-areaList-sp__list {
	overflow: auto;
}

.c-areaList-sp__list a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	gap: 0.3rem;
	opacity: 0.6;
	padding: 0.5rem 1rem;
}

.c-areaList-sp__list a.active {
	opacity: 1;
}

.c-areaList-sp__list a:hover {
	background: #f2f2f2;
	opacity: 1;
}

.c-areaList-sp__list a::before {
	border-right: 1px solid #7C7C7C;
	border-top: 1px solid #7C7C7C;
	content: "";
	display: block;
	height: 0.4rem;
	margin-top: 0.1rem;
	transform: rotate(45deg);
	width: 0.4rem;
}

.c-areaList-sp__item.is-open .c-areaList-sp__ttl {
	background: #FF9261;
	color: #fff;
}

/*
 * c-areaList
 * -------------------------------------------------------------
 */

.c-areaList {
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0px 0px 9.8px rgba(0, 0, 0, 0.3);
	padding: 2rem;
}

.c-areaList__head {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.6rem;
	line-height: 1.6;
}

.c-areaList__head::before {
	background: url(./../images/common/icon_serch.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 2.5rem;
	margin-top: 0.2rem;
	width: 2.1rem;
}

.c-areaList__items {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	margin-top: 1rem;
}

.c-areaList__item {
	border-bottom: 1px solid #FF9261;
	padding-bottom: 0.8rem;
}

.c-areaList__area {
	color: #FF9261;
	font-size: 1.2rem;
	font-weight: 700;
}

.c-areaList__links {
	display: flex;
	gap: 1rem;
	margin-top: 0.6rem;
}

.c-areaList__links a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	gap: 3px;
	opacity: 0.6;
}

.c-areaList__links a.active {
	opacity: 1;
}

.c-areaList__links a::before {
	border-right: 1px solid #7C7C7C;
	border-top: 1px solid #7C7C7C;
	content: "";
	display: block;
	height: 0.5rem;
	margin-top: 0.1rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

/* -------------------------------------------------
	下層
------------------------------------------------- */

.c-areaList.--page {
	padding: 3rem;
}

.c-areaList.--page .c-areaList__head {
	font-size: 2.2rem;
	gap: 1rem;
}

.c-areaList.--page .c-areaList__head::before {
	background: url(./../images/common/icon_serch.webp) no-repeat center/100%;
	height: 2.9rem;
	margin-top: 0.6rem;
	width: 2.4rem;
}

.c-areaList.--page .c-areaList__items {
	gap: 0.8rem;
	margin-top: 1.6rem;
}

.c-areaList.--page .c-areaList__area {
	font-size: 1.4rem;
}

.c-areaList.--page .c-areaList__item {
	padding-bottom: 1.2rem;
}

.c-areaList.--page .c-areaList__links {
	flex-wrap: wrap;
	gap: 1rem 1.4rem;
	margin-top: 0.8rem;
}

.c-areaList.--page .c-areaList__links a {
	font-size: 1.4rem;
	gap: 0.5rem;
}

.c-areaList.--page .c-areaList__links a::before {
	height: 0.7rem;
	width: 0.7rem;
}

/*
 * c-btnContact
 * -------------------------------------------------------------
 */

.c-btnContact {
	align-items: center;
	background: #FF9261;
	border: 2px solid #292929;
	border-radius: 1rem;
	box-shadow: 0px 4px 0px #141414;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	gap: 1.7rem;
	justify-content: space-between;
	line-height: 1.2;
	max-width: 17rem;
	padding: 1.1rem 1.7rem 1.2rem 1.5rem;
}

.c-btnContact::after {
	border-right: 2px solid #292929;
	border-top: 2px solid #292929;
	content: "";
	display: block;
	height: 0.9rem;
	position: relative;
	top: 0.1rem;
	transform: rotate(45deg);
	width: 0.9rem;
}

.c-btnContact.--sm {
	border-width: 1px;
	box-shadow: 0px 3.16667px 0px #141414;
	font-size: 1.4rem;
	gap: 1.5rem;
	padding: 1rem 2rem 1rem 2.6rem;
}

.c-btnContact.--sm::after {
	height: 0.6rem;
	top: 0.1rem;
	width: 0.6rem;
}

.c-btnContact:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.5rem);
}

/*
 * c-card
 * -------------------------------------------------------------
 */

.c-card {
	background: #fff;
	border: 2px solid #FF9261;
	border-left: 1rem solid #FF9261;
	padding: 1.5rem 0.8rem 1.5rem 1rem;
	position: relative;
}

.c-card__eng {
	color: #FF6D2C;
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	left: -1rem;
	position: absolute;
	text-transform: uppercase;
	top: -1.1rem;
}

.c-card__ttl {
	font-size: 1.4rem;
	font-weight: 700;
	height: 5.1rem;
	line-height: 1.2142857143;
}

.c-card__ttl .sm {
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.c-card__icon {
	bottom: 1.5rem;
	max-width: 3.6rem;
	position: absolute;
	right: 0.6rem;
	width: 100%;
}

.c-card__icon.--icon1 {
	max-width: 4.2rem;
}

.c-card:nth-child(n+4) .c-card__ttl .sm {
	margin-bottom: 1.5em;
}

/* faq
-------------------------------------------- */

.c-card.--faq {
	border-color: #BAD4E1;
}

.c-card.--faq .c-card__ttl {
	color: #7C7C7C;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-card.--faq .c-card__ttl::after {
	background: url(./../images/faq/arrow.webp) no-repeat center/100%;
	bottom: 1rem;
	content: "";
	display: block;
	height: 1.8rem;
	position: absolute;
	right: 1rem;
	transition: transform 0.2s;
	width: 1.4rem;
}

.c-card.--faq .c-card__ttl:hover {
	color: #BAD4E1;
	opacity: 1;
}

.c-card.--faq .c-card__ttl:hover::after {
	transform: translateX(0.3rem);
}

/*
 * c-cards
 * -------------------------------------------------------------
 */

.c-cards {
	grid-gap: 1.6rem 1.5rem;
	display: grid;
	gap: 1.6rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding: 2rem;
}

.c-cards.--plan {
	margin: 0 auto;
	max-width: 55rem;
}

/*
 * c-cat
 * -------------------------------------------------------------
 */

.c-cat {
	align-items: center;
	background: #fff;
	border: 1px solid #292929;
	display: grid;
	font-size: 1.6rem;
	font-weight: 700;
	justify-items: center;
	line-height: 1.2;
	max-width: 20rem;
	padding: 1.4rem 1rem;
	place-items: center;
	width: 100%;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

/*
 * c-elementMain
 * -------------------------------------------------------------
 */

.is-sub-site .c-elementMain {
	display: none;
}

/*
 * c-elementSub
 * -------------------------------------------------------------
 */

.is-main-site .c-elementSub {
	display: none;
}

/*
 * c-estimate
 * -------------------------------------------------------------
 */

.c-estimate__head {
	background: #cde0e8;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 2rem 3rem 3rem;
	position: relative;
}

.c-estimate__ttl {
	align-items: center;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	gap: 2rem;
	justify-content: center;
	line-height: 1.1818181818;
	text-align: center;
}

.c-estimate__ttl::after {
	background: url(./../images/common/icon_mitsumori.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3rem;
	width: 3rem;
}

.c-estimate__formWrap {
	background: #fff;
	margin-top: 2rem;
	padding: 1.8rem 2.5rem;
}

.c-estimate__lead {
	font-size: 1.6rem;
	line-height: 1.1875;
	text-align: center;
}

.c-estimate__form {
	background: #fff;
	display: flex;
	gap: 2rem;
	margin-top: 1.5rem;
}

.c-estimate__field {
	font-size: 1.6rem;
	position: relative;
	width: 100%;
}

.c-estimate__label {
	left: -9999px;
	position: absolute;
}

.c-estimate__field select,
.c-estimate__field input {
	background: #fff;
	border: 0.2rem solid #D9D9D9;
	color: #292929;
	font-size: 1.6rem;
	height: 5.4rem;
	outline: none;
	padding: 0 1.3rem 0 1.7rem;
	width: 100%;
}

.c-estimate__field--select {
	max-width: 16rem;
	position: relative;
}

.c-estimate__field--select::after {
	border-bottom: 2px solid #2E2F35;
	border-right: 2px solid #2E2F35;
	content: "";
	height: 0.7rem;
	pointer-events: none;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.7rem;
}

.c-estimate__field--select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 40px;
}

.c-estimate__field input::-moz-placeholder {
	color: #7C7C7C;
}

.c-estimate__field input::placeholder {
	color: #7C7C7C;
}

.c-estimate__notes {
	background: #F2F2F2;
	padding: 3rem 2rem 2rem;
}

.c-estimate__btn {
	background: #FF9261;
	border-radius: 3rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 auto;
	max-width: 26.4rem;
	padding: 1.3rem;
	text-align: center;
	transition: transform 0.1s ease, box-shadow 0.5s ease;
}

.c-estimate__btn:hover {
	opacity: 1;
	transform: translateY(-3px);
}

.c-estimate__notes {
	font-size: 1.2rem;
	line-height: 1.65;
	text-align: center;
}

/*
 * c-faq
 * -------------------------------------------------------------
 */

.c-faq {
	background: #fff;
	padding: 3rem 0;
}

.c-faq__headWrap {
	position: relative;
}

.c-faq__img {
	max-width: 12rem;
	position: absolute;
	right: 2rem;
	top: -3rem;
	width: 100%;
}

.c-faq__body.--padded {
	padding: 0 3rem;
}

.c-faq__subttl {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 2rem;
}

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

.c-faq__question {
	display: flex;
}

.c-faq__ttl {
	background: #cde0e8;
	flex: 1;
	font-size: 1.6rem;
	font-weight: 500;
	padding: 0.8rem 1rem 0 1rem;
}

.c-faq__eng {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	min-width: 5rem;
	padding: 1rem 0.8rem 1rem 1rem;
	text-align: right;
	width: 5rem;
}

.c-faq__question span {
	background: #d9d9d9;
}

.c-faq__answer {
	display: flex;
}

.c-faq__text {
	font-size: 1.4rem;
	line-height: 1.2142857143;
	padding: 0.8rem 1rem 2.8rem 1rem;
	text-align: justify;
}

.c-faq__nav {
	grid-gap: 1rem 1.5rem;
	display: grid;
	gap: 1rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.c-faq__navLink {
	align-items: center;
	background: #f2f2f2;
	display: flex;
	font-size: 1.3rem;
	gap: 0.2em;
	padding: 1rem;
}

.c-faq__navLink span {
	text-decoration-line: underline;
}

.c-faq__navLink::before {
	color: #68C8F1;
	content: "▶";
}

.c-faq__guide {
	align-items: center;
	display: flex;
	height: 10rem;
	justify-content: center;
	margin-top: 1rem;
}

.c-faq__navLink:hover {
	color: #FF9261;
	opacity: 1;
}

.c-faq__navLink:hover::before {
	color: #FF9261;
}

/*
 * c-float
 * -------------------------------------------------------------
 */

.c-float {
	position: absolute;
	right: 0;
	top: 15.4rem;
	z-index: 2;
}

.c-float__btn {
	border-radius: 1rem 0 0 1rem;
	border-right: none;
	gap: 0.8rem;
	padding: 1.8rem 1.5rem 1.9rem;
	right: 0.2rem;
	writing-mode: vertical-rl;
}

.c-float__btn::after {
	right: 0.1rem;
}

/*
 * c-flow
 * -------------------------------------------------------------
 */

.c-flow {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	padding-bottom: 3rem;
}

.c-flow__item {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
	position: relative;
}

.c-flow__item:not(:last-child)::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #FF9261;
	bottom: -3.5rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	display: block;
	height: 2rem;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	transform: translateX(-50%);
	width: 5em;
}

.c-flow__img {
	max-width: 19rem;
}

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

.c-flow__details {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 1rem;
}

.c-flow__num {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.c-flow__num span {
	display: block;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.c-flow__ttl {
	align-items: center;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1818181818;
	position: relative;
	top: 1.2rem;
}

.c-flow__text {
	background: #fff;
	color: #555555;
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	justify-content: center;
	line-height: 1.6;
	padding: 1rem;
	text-align: justify;
	width: 100%;
}

.c-flow__note {
	display: flex;
	font-size: 1.2rem;
	line-height: 1.6;
}

/*
 * c-grayHead
 * -------------------------------------------------------------
 */

.c-grayHead {
	background: #6c6c6c;
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1rem;
}

.c-grayHead.--lg {
	padding: 1rem 3rem;
}

/*
 * c-link
 * -------------------------------------------------------------
 */

.c-link {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2222222222;
	text-align: center;
	text-decoration-line: underline;
}

.c-link:hover {
	color: #FF9261;
	opacity: 1;
}

/*
 * c-logo
 * -------------------------------------------------------------
 */

.c-logo {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.c-logo__icon {
	max-width: 5.2rem;
}

.c-logo__ttl {
	font-feature-settings: "palt";
	color: #292929;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.1923076923;
}

.c-logo__ttlMain {
	color: #FF6D2C;
}

/*
 * c-plan
 * -------------------------------------------------------------
 */

.c-plan__list {
	grid-gap: 0.9rem;
	align-items: flex-end;
	display: grid;
	gap: 0.9rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.4rem;
	padding: 3rem 0;
}

.c-plan__lead {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	gap: 1.2rem;
	justify-content: center;
	line-height: 1.2;
}

.c-plan__lead::before,
.c-plan__lead::after {
	background: #292929;
	content: "";
	display: block;
	height: 2.2rem;
	width: 0.2rem;
}

.c-plan__lead::before {
	transform: rotate(-25deg);
}

.c-plan__lead::after {
	transform: rotate(25deg);
}

.c-plan__ttl {
	background: rgba(255, 146, 97, 0.5);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.5rem;
	padding: 0.6rem;
	text-align: center;
}

.c-plan__price {
	align-items: center;
	display: flex;
	font-weight: 700;
	padding: 0.6rem;
}

.c-plan__price .color {
	align-items: center;
	background: #ff6d2c;
	color: #fff;
	display: grid;
	font-size: 1.4rem;
	height: 3.2rem;
	justify-items: center;
	margin-right: 0.5rem;
	place-items: center;
	width: 3.6rem;
}

.c-plan__price .price {
	font-family: "Roboto", sans-serif;
	font-size: 3.2rem;
}

.c-plan__price .yen {
	font-size: 1.8rem;
}

.c-plan__price small {
	font-size: 1.2rem;
	font-weight: 500;
}

.c-plan__textArea {
	border-top: 2px solid #D9D9D9;
	display: flex;
	flex-direction: column;
	height: 13.3rem;
	justify-content: space-between;
	padding: 1rem;
}

.c-plan__text {
	color: #7C7C7C;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: justify;
}

.c-plan__note {
	color: #7C7C7C;
	display: flex;
	font-size: 1rem;
	line-height: 1.4;
	text-align: justify;
}

.c-plan__detailsTtl {
	background: #D9D9D9;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 0.4rem;
	text-align: center;
	text-align: center;
}

.c-plan__table {
	border-top: 1px solid #7C7C7C;
	font-size: 1.2rem;
	width: 100%;
}

.c-plan__table tr {
	border-bottom: 1px solid #7C7C7C;
}

.c-plan__table th,
.c-plan__table td {
	font-feature-settings: "palt";
	line-height: 1.2;
	padding: 0.5rem;
	vertical-align: middle;
}

.c-plan__table th {
	background: #f2f2f2;
	color: #7C7C7C;
	width: 7rem;
}

.c-plan__table th.tall {
	height: 4.6rem;
}

.c-plan__table td {
	padding: 0 1.1rem;
}

.c-plan__link {
	background: #7c7c7c;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1rem;
	padding: 0.9rem;
	text-align: center;
}

.c-plan__link:hover {
	background: #FF9261;
	opacity: 1;
}

.c-plan__tableNote {
	display: flex;
	font-size: 0.8rem;
	line-height: 1.4;
	margin-top: 0.3rem;
}

.c-plan__guide {
	align-items: center;
	display: flex;
	height: 10rem;
	justify-content: center;
}

.c-plan__item.--focus .c-plan__lead {
	color: #FF6D2C;
	font-size: 1.8rem;
}

.c-plan__item.--focus .c-plan__lead.--focus span {
	font-family: "Roboto", sans-serif;
	font-size: 2.2rem;
}

.c-plan__item.--focus .c-plan__lead:before,
.c-plan__item.--focus .c-plan__lead:after {
	background: #ff6d2c;
}

.c-plan__item.--focus .c-plan__link {
	background: #ff9261;
	color: #fff;
}

.c-plan__item.--focus .c-plan__ttl {
	background: #ff9261;
}

.c-plan__nav {
	display: none;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.4rem;
}

.c-plan__navBtn {
	align-items: center;
	background: rgba(255, 146, 97, 0.5);
	display: flex;
	flex-direction: column;
	font-size: 1.3rem;
	font-weight: 700;
	gap: 0.5rem;
	line-height: 1.2;
	padding: 1.3rem 1rem;
	text-align: center;
}

.c-plan__navBtn.--focus {
	background: #ff9261;
}

.c-plan__navBtn::after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	content: "";
	display: block;
	height: 1rem;
	transform: rotate(45deg);
	width: 1rem;
}

.c-plan__navBtn:hover {
	background: #FF9261;
	opacity: 1;
}

/*
 *.  c-shopCard
 * -------------------------------------------------------------
 */

.c-shopCard {
	background: #F2F2F2;
	border: 2px solid #FF9261;
	border-radius: 1rem;
	margin-top: 1.5rem;
	padding: 2rem 0 3rem;
}

.c-shopCard__head {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 1rem;
	padding: 1rem 2rem 1rem 0;
}

.c-shopCard__area {
	align-items: center;
	background: #ff9261;
	color: #FFFFFF;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	left: -1px;
	min-width: -moz-fit-content;
	min-width: fit-content;
	padding: 0.8rem 3.4rem 0.8rem 2rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-shopCard__area::before {
	-webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background: #fff;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	content: "";
	display: block;
	height: 3.4rem;
	position: absolute;
	right: -0.1rem;
	width: 1.7rem;
}

.c-shopCard__ttl {
	font-size: 1.6rem;
	font-weight: 700;
}

.c-shopCard__headList {
	display: flex;
	gap: 0.4rem;
	margin-left: auto;
}

.c-shopCard__headItem {
	background: #ff9261;
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2222222222;
	max-width: 6rem;
	padding: 0.3rem 0.8rem;
	text-align: center;
}

.c-shopCard__body {
	padding: 3rem 2.8rem 0;
}

.c-shopCard__flex {
	display: flex;
	gap: 1.7rem;
}

.c-shopCard__img {
	aspect-ratio: 210/160;
	max-width: 21rem;
}

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

.c-shopCard__meta {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.c-shopCard__meta address {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1666666667;
}

.c-shopCard__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.c-shopCard__tag {
	max-width: 9.4rem;
}

.c-shopCard__tag.--sm {
	max-width: 6.4rem;
}

.c-shopCard__tag.--lg {
	max-width: 10.6rem;
}

.c-shopCard__detailsLabel {
	color: #FF9261;
	font-size: 1.2rem;
	font-weight: 700;
}

.c-shopCard__detailsTtl {
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 0.3rem;
}

.c-shopCard__detailsText {
	color: rgba(41, 41, 41, 0.8);
	display: flex;
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 0.3rem;
}

.c-shopCard__text {
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 1rem;
	padding: 1rem 1.5rem;
}

.c-shopCard__tel {
	background: #fff;
	display: flex;
	height: 4.3rem;
	margin-top: 1rem;
}

.c-shopCard__telText {
	align-items: center;
	display: flex;
	flex: 1;
	font-size: 1.4rem;
	font-weight: 700;
	gap: 0.6rem;
	justify-content: center;
}

.c-shopCard__telText span {
	font-family: "Roboto", sans-serif;
	font-size: 2.2rem;
}

.c-shopCard__telBtn {
	align-items: center;
	background: #ff9261;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 800;
	gap: 0.4rem;
	justify-content: center;
	width: 18.8rem;
}

.c-shopCard__telBtn::before {
	background: url(./../images/company/icon_tel.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.6rem;
	width: 1.65rem;
}

/*
 * c-subttl
 * -------------------------------------------------------------
 */

.c-subttl {
	background: #d9d9d9;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.1875;
	padding: 0.4rem 1rem;
}

.c-subttl.--wht {
	background: #fff;
}

/*
 * c-support
 * -------------------------------------------------------------
 */

.c-support {
	padding: 3rem 0 0;
}

.c-support__list {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	padding: 4.5rem 2rem 3rem;
}

.c-support__list.--plan {
	margin: 0 auto;
	max-width: 55rem;
}

.c-support__item {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	max-width: 16rem;
}

.c-support__itemTtl {
	background: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	height: 8.6rem;
	line-height: 1.6;
	padding: 2rem 1rem 1rem;
	text-align: center;
}

.c-support__item:last-child .c-support__itemTtl {
	padding-top: 1.4rem;
}

.c-support__itemTtl span {
	font-size: 2.2rem;
}

.c-support__cards {
	background: #d9d9d9;
}

/*
 * c-tel
 * -------------------------------------------------------------
 */

.c-tel {
	align-items: center;
	display: flex;
}

.c-tel__num {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

/*
 * c-totop
 * -------------------------------------------------------------
 */

.c-totop {
	bottom: 26rem;
	max-width: 5.1rem;
	position: fixed;
	right: max(1.5rem, 50% - 56rem + 11.2rem);
	width: 100%;
	z-index: 10;
}

.c-totop a:hover {
	opacity: 1;
	transform: translateY(-0.2rem);
}

/*
 * c-ttl
 * -------------------------------------------------------------
 */

.c-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}

.c-ttl .location {
	display: none;
}

.c-ttl .color {
	color: #FF9261;
}

.c-ttl .lg {
	font-family: "Roboto", sans-serif;
	font-size: 3.8rem;
	margin-left: 0.6rem;
	position: relative;
	top: 0.2rem;
}

.c-ttl .underline {
	border-bottom: 0.4rem solid #FF9261;
	padding-bottom: 0.4rem;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
	align-items: center;
	display: flex;
	gap: 1.7rem;
}

.nav.is-active {
	right: 0;
	visibility: visible;
}

.nav__items {
	align-items: center;
	display: flex;
	gap: 1.7rem;
}

.nav__item {
	position: relative;
}

.nav__item.--srv {
	position: relative;
	width: 14.8rem;
}

.nav__link {
	align-items: center;
	border-bottom: 4px solid #D9D9D9;
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	height: 3.4rem;
	line-height: 1.2;
	padding-bottom: 1rem;
}

.nav__link:hover {
	border-color: #FF9261;
	opacity: 1;
}

.nav__link.is-current {
	border-color: #FF9261;
}

.nav__caret {
	display: block;
	height: 2rem;
	position: absolute;
	right: 0;
	top: 0.3rem;
	width: 2rem;
}

.nav__caret span {
	border-bottom: 2px solid #2E2F35;
	border-right: 2px solid #2E2F35;
	display: block;
	height: 0.6em;
	left: 50%;
	margin-left: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: transform 0.15s ease;
	width: 0.6em;
}

.nav__dropdown {
	background: #fff;
	display: none;
	left: 50%;
	padding-top: 1.4rem;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000;
}

.nav__dropdown a {
	background: #F2F2F2;
	font-size: 1.2rem;
	padding: 0.4rem 0.6rem 0.4rem 1rem;
}

.nav__dropdown a:hover,
.nav__dropdown a:focus {
	background: #D9D9D9;
	opacity: 1;
}

.has-dropdown.is-open > .nav__link .nav__caret {
	transform: rotate(-135deg);
}

.has-dropdown.is-open > .nav__dropdown {
	display: block;
}

.nav__item.has-dropdown {
	overflow: visible;
	position: relative;
}

/*
 * side
 * -------------------------------------------------------------
 */

.side {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.side__inner {
	padding: 0 1rem;
}

/*
 * sideBanner
 * -------------------------------------------------------------
 */

.sideBanner {
	background: #bad4e1;
	padding: 2rem 0 1rem;
}

.sideBanner__text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.sideBanner__text .sm {
	display: block;
	font-size: 1.4rem;
}

.sideBanner__btn {
	margin-top: 1rem;
}

.sideBanner__tel {
	align-self: 1/1;
	aspect-ratio: 160/100;
	background: #fff;
	margin-top: 2rem;
	padding: 1rem;
	position: relative;
}

.sideBanner__tel img {
	bottom: 0;
	max-width: 15rem;
	position: absolute;
	width: 100%;
}

.sideBanner__tel:hover {
	filter: brightness(105%);
	opacity: 1;
}

.sideBanner__tel.--price {
	aspect-ratio: 160/200;
}

.sideBanner__tel.--price img {
	right: 0;
}

/*
 * sideBlog
 * -------------------------------------------------------------
 */

.sideBlog__head {
	background: #FF9261;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2142857143;
	padding: 1.3rem 1rem;
}

.sideBlog__item {
	border-bottom: 1px solid #D9D9D9;
	margin-top: 2rem;
}

.sideBlog__img {
	aspect-ratio: 180/124;
	background: #ccc;
}

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

.sideBlog__body {
	color: #000000;
	font-weight: 700;
	padding: 2rem 0;
}

.sideBlog__ttl {
	font-size: 1.2rem;
	line-height: 1.2;
}

.sideBlog__date {
	display: block;
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 1rem;
}

.sideBlog__empty {
	font-size: 1.4rem;
	margin: 1rem 0;
	text-align: center;
}

/*
 * sideInfo
 * -------------------------------------------------------------
 */

.sideInfo {
	background: #cde0e8;
	padding: 3rem 0;
}

.sideInfo__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.4rem;
}

.sideInfo__item {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.4rem 0.6rem 0.4rem 1rem;
}

.sideInfo__link {
	display: flex;
	gap: 0.3em;
}

.sideInfo__link span {
	-webkit-text-decoration: underline;
	display: flex;
	font-size: 1.3rem;
	line-height: clac(16/13);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.sideInfo__link::before {
	color: #FF9261;
	content: "▶";
	margin-top: 0.2rem;
}

.sideInfo__link:hover {
	color: #FF9261;
	opacity: 1;
}

.sideInfo__btn {
	background: #7c7c7c;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 3rem;
	padding: 0.6rem;
	text-align: center;
}

.sideInfo__btn:hover {
	opacity: 1;
}

/*
 * sidePayment
 * -------------------------------------------------------------
 */

.sidePayment {
	background: #FF9261;
}

.sidePayment__head {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 1rem 0;
	text-align: center;
}

.sidePayment__foot {
	font-size: 1rem;
	line-height: 1.6;
	padding: 0.6rem 0;
}

.sidePayment__note {
	display: flex;
}

/*
 * sideStaff
 * -------------------------------------------------------------
 */

.sideStaff a:hover {
	opacity: 1;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
	gap: 8.4rem;
	padding-top: 5.4rem;
}

.about__head {
	background: #FF9261;
	padding: 1.2rem 0 1.2rem 7rem;
	position: relative;
	z-index: 0;
}

.about__num {
	display: block;
	left: 0.7rem;
	max-width: 12rem;
	position: absolute;
	top: -5.3rem;
	width: 100%;
}

.about__ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4545454545;
}

.about__lead {
	font-size: 1.6rem;
	line-height: 1.4375;
	margin-top: 0.5rem;
	position: relative;
	z-index: 1;
}

.about__icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.about__icon.--icon1 {
	max-width: 8.5rem;
}

.about__icon.--icon2 {
	max-width: 6rem;
}

.about__icon.--icon3 {
	max-width: 6rem;
}

.about__icon.--icon4 {
	max-width: 8rem;
	max-width: 6.6rem;
}

.about__body {
	background: #fff;
	padding-top: 2rem;
}

.about__text {
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: justify;
}

.about__img {
	margin-top: 2rem;
}

.about__link {
	align-items: center;
	display: grid;
	height: 10rem;
	justify-items: center;
	place-items: center;
}

.about__note {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.6;
	margin-top: 2rem;
}

.about__area {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
	height: 10rem;
	justify-content: center;
	line-height: 1.6;
}

.about__area dt {
	font-weight: 700;
}

.about__area dd {
	font-weight: 400;
}

.about__areaList-sp {
	display: none;
}

.about__areaList-sp .c-areaList-sp__body {
	padding: 1.5rem 0 0 0;
}

/*
 * aboutFaq
 * -------------------------------------------------------------
 */

.aboutFaq {
	margin: 3rem 0;
	padding-bottom: 0;
}

/*
 * aboutFv
 * -------------------------------------------------------------
 */

.aboutFv {
	background: url(./../images/about/fv.webp) no-repeat center/cover;
	height: 40rem;
}

.aboutFv__inner {
	padding-top: 4rem;
}

.aboutFv__pageTtl {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.1956521739;
}

.aboutFv__nav {
	background: #fff;
	margin-top: 3rem;
	max-width: 55rem;
	padding: 1.5rem 1rem 1.7rem;
}

.aboutFv__navHead {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1818181818;
	padding-left: 3.9rem;
	position: relative;
}

.aboutFv__navHead::before {
	background: url(./../images/about/fv_text_fukidashi.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 7.2rem;
	max-width: 9.4rem;
	position: absolute;
	right: 0;
	top: -2.2rem;
	width: 100%;
}

.aboutFv__navHead .fs36 {
	display: inline-block;
	font-size: 3.6rem;
}

.aboutFv__navHead .fs26 {
	font-size: 2.6rem;
}

.aboutFv__navHead .hidden {
	font-size: 1px;
	position: absolute;
	right: -1000%;
	top: -1000%;
	z-index: -1;
}

.aboutFv__navList {
	grid-gap: 0.8rem;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: 12.6rem 14.4rem 12rem 12rem;
	margin-top: 1.6rem;
}

.aboutFv__navItem {
	border: 2px solid #FF9261;
	padding-top: 1rem;
	width: auto;
}

.aboutFv__navItem a {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 100%;
}

.aboutFv__navItem a:hover {
	opacity: 1;
}

.aboutFv__navItem .icon {
	margin: 0 auto;
	width: 6rem;
}

.aboutFv__navTtl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.aboutFv__navGuide {
	align-items: center;
	background: #ff9261;
	display: block;
	display: grid;
	height: 2rem;
	justify-items: center;
	margin-top: auto;
	place-items: center;
	position: relative;
	width: 100%;
}

.aboutFv__navGuide::before {
	border-bottom: 2px solid #292929;
	border-right: 2px solid #292929;
	content: "";
	display: block;
	height: 0.9rem;
	margin-top: -0.4rem;
	transform: rotate(45deg);
	width: 0.9rem;
}

.aboutFv__img {
	position: absolute;
	right: 0;
}

/*
 * aboutPlan
 * -------------------------------------------------------------
 */

.aboutPlan {
	background: #fff;
	padding-top: 3rem;
}

.aboutPlan.--bg {
	background: none;
}

.aboutPlan__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 10rem;
	justify-content: center;
}

.aboutPlan__list {
	display: flex;
	gap: 1.4rem;
	justify-content: center;
	margin-top: 3rem;
}

.aboutPlan__item {
	max-width: 17.4rem;
}

.aboutPlan__itemHead {
	background: rgba(255, 146, 97, 0.5);
	margin-top: 0.5rem;
}

.aboutPlan__lead {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	line-height: 1.2;
}

.aboutPlan__lead::before,
.aboutPlan__lead::after {
	background: #292929;
	content: "";
	display: block;
	height: 2.2rem;
	width: 0.2rem;
}

.aboutPlan__link {
	align-items: center;
	display: grid;
	height: 10rem;
	justify-items: center;
	margin-top: 3rem;
	place-items: center;
}

.aboutPlan__lead::before {
	transform: rotate(-25deg);
}

.aboutPlan__lead::after {
	transform: rotate(25deg);
}

.aboutPlan__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 1.2rem 0;
	text-align: center;
}

.aboutPlan__itemBody {
	background: rgba(255, 146, 97, 0.5);
	padding: 1.2rem 1rem 2rem;
}

.aboutPlan__price {
	align-items: center;
	display: flex;
	font-weight: 700;
	gap: 0.4em;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.aboutPlan__price .price {
	font-family: "Roboto", sans-serif;
	font-size: 2.8rem;
	line-height: 1.4;
}

.aboutPlan__price .yen {
	font-size: 1.8rem;
}

.aboutPlan__price small {
	font-size: 1rem;
	font-weight: 500;
	position: absolute;
	right: 0.1rem;
	top: -0.1rem;
}

.aboutPlan__btn {
	background: #7c7c7c;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1rem;
	padding: 0.6rem;
	text-align: center;
}

.aboutPlan__btn:hover {
	background: #fff;
	color: #FF9261;
	opacity: 1;
}

.aboutPlan__item.--focus .aboutPlan__lead {
	color: #FF9261;
}

.aboutPlan__item.--focus .aboutPlan__lead::before,
.aboutPlan__item.--focus .aboutPlan__lead::after {
	background: #FF9261;
}

.aboutPlan__item.--focus .aboutPlan__itemHead {
	background: #FF9261;
}

.aboutPlan__item.--focus .aboutPlan__itemBody {
	background: #FF9261;
}

.aboutPlan__item.--focus .aboutPlan__btn {
	background: #fff;
	color: #FF9261;
}

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

.blog {
	padding-top: 3rem;
}

body.blog {
	padding: 0;
}

.blog__headWrap {
	position: relative;
}

.blog__headImg {
	max-width: 12rem;
	position: absolute;
	right: 0;
	top: -3rem;
	width: 100%;
}

.blog__catList {
	display: flex;
	gap: 2rem;
	margin-top: 6rem;
}

.blog__cat.is-current {
	background: #7c7c7c;
	color: #fff;
}

.blog__cat:hover {
	background: #7c7c7c;
	color: #fff;
	opacity: 1;
}

.blog__list {
	grid-gap: 6rem 1.5rem;
	display: grid;
	gap: 6rem 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	padding: 7.2rem 0 6rem;
}

/*
 * blogCard
 * -------------------------------------------------------------
 */

.blogCard {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.blogCard__img {
	aspect-ratio: 240/128;
	max-width: 24rem;
}

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

.blogCard__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}

.blogCard__text {
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	color: rgba(41, 41, 41, 0.8);
	display: -webkit-box;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	margin-top: auto;
	overflow: hidden;
	text-align: justify;
}

.blogCard__btn {
	align-items: center;
	color: #FF6D2C;
	display: flex;
	font-size: 1.2rem;
	gap: 1rem;
	justify-content: flex-end;
	margin-top: auto;
}

.blogCard__btn::after {
	background: url(./../images/blog/arrow.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 1.4rem;
	width: 1.8rem;
}

/*
 * blogFv
 * -------------------------------------------------------------
 */

.blogFv {
	align-items: center;
	background: url(./../images/blog/fv.webp) no-repeat center/cover;
	display: grid;
	height: 40rem;
	justify-items: center;
	place-items: center;
}

.blogFv__inner {
	width: 100%;
}

.blogFv__ttl {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.4;
}

/*
 * company
 * -------------------------------------------------------------
 */

.company__head {
	border-left: 0.4rem solid #FF6D2C;
	font-size: 2.2rem;
	font-weight: 700;
	padding-left: 1.6rem;
}

.company__table {
	border-collapse: collapse;
	font-size: 1.4rem;
	margin-top: 1.5rem;
	outline: 1px solid #000;
	outline-offset: 0;
	width: 100%;
}

.company__table th,
.company__table td {
	letter-spacing: 0.01em;
	line-height: 1.4;
	vertical-align: middle;
}

.company__table th {
	font-weight: 700;
	text-align: center;
}

.company__table thead {
	background: #ff9261;
	color: #fff;
	font-size: 1.8rem;
	height: 3.6rem;
	letter-spacing: 0.01em;
}

.company__table thead th:nth-child(2) {
	border-left: 1px solid #fff;
	letter-spacing: 0.2em;
}

.company__table tbody tr {
	border-top: 1px solid #fff;
	height: 6rem;
}

.company__table tbody th {
	background: #d9d9d9;
	border-right: 1px solid #fff;
	width: 13.6rem;
}

.company__table tbody td {
	background: #F2F2F2;
	padding: 0 1.2rem;
}

.company__table tbody td a {
	font-size: 2rem;
}

.company__areaList {
	margin-top: 1.5rem;
}

.company__areaList-sp {
	display: none;
}

.companyPartner {
	padding: 3rem 0;
}

.companyPartner.--sub {
	padding-top: 0;
}

/*
 * companyFv
 * -------------------------------------------------------------
 */

.companyFv {
	background: url(./../images/company/fv.webp) no-repeat center/cover;
	height: 40rem;
	padding: 4rem 0;
}

.companyFv__inner {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.companyFv__ttl {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.1956521739;
	text-shadow: 0 0 0 #fff, -2px 0 #fff, 2px 0 #fff, 0 -2px #fff, 0 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff, 2px 2px #fff, 0 3px 12px rgba(0, 0, 0, 0.15);
}

.companyFv__ttl .color {
	color: #FF9261;
}

.companyFv__text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}

.companyFv__text.--bg-text {
	background: rgba(255, 255, 255, 0.8);
	padding: 1rem 2rem;
}

/*
 * contactFv
 * -------------------------------------------------------------
 */

.contactFv {
	background: #eaeae9;
}

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

.contactFv__ttlArea {
	flex: 1;
}

.contactFv__ttl {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.1956521739;
}

.contactFv__lead {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 1.3rem;
}

.contactFv__img {
	height: 19.4rem;
	max-width: 41rem;
	width: 55%;
}

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

.contactFv__tagline {
	display: flex;
	justify-content: center;
}

.contactFv__tagline dt {
	background: #ff6d2c;
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.8rem 2rem 0.8rem 0.7rem;
	position: relative;
	z-index: 1;
}

.contactFv__tagline dt::before {
	background: #ff6d2c;
	bottom: 0;
	content: "";
	display: block;
	left: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.contactFv__tagline dt span {
	display: inline-block;
}

.contactFv__tagline dd {
	background: #ff9261;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.2222222222;
	padding: 0.8rem 0.7rem 0.8rem 1rem;
	position: relative;
	z-index: 1;
}

.contactFv__tagline dd::after {
	background: #ff9261;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: calc(50% - 50vw);
	top: 0;
	z-index: -1;
}

.contactFv__telArea {
	align-items: center;
	background: #fff;
	display: flex;
	gap: 2.4rem;
	justify-content: center;
	margin: 0 calc(50% - 50vw);
	padding: 0.5rem;
}

.contactFv__tel {
	background: #fff;
	gap: 1rem;
	margin: 0 calc(50% - 50vw);
}

.contactFv__tel img {
	min-width: 5.2rem;
	width: 5.2rem;
}

.contactFv__tel span {
	font-size: 6rem;
}

.contactFv__telText {
	border-left: 1px solid #FF9261;
	color: #FF6D2C;
	line-height: 1.6;
	padding-left: 2.2rem;
}

.contactFv__telText p {
	font-size: 2.8rem;
	font-weight: 700;
}

.contactFv__telText span {
	font-size: 1.2rem;
	font-weight: 700;
}

.contactFv__foot {
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 1.8rem 0 2rem;
}

.contactFv__foot span {
	display: block;
	font-size: 1.2rem;
	text-align: right;
}

/*
 * cta
 * -------------------------------------------------------------
 */

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
	margin-top: 4rem;
	padding: 0;
}

.faq:nth-of-type(3) {
	margin-top: 6rem;
}

.faq__head {
	border: 2px solid #BAD4E1;
	border-left-width: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1.1rem 2rem;
}

.faq__list {
	margin-top: 3rem;
}

.faq__text {
	line-height: 1.6;
}

/*
 * faqFv
 * -------------------------------------------------------------
 */

.faqFv {
	background: url(./../images/faq/fv.webp) no-repeat center/cover;
	height: 40rem;
}

.faqFv__inner {
	padding-top: 4rem;
}

.faqFv__ttl {
	font-size: 4.6rem;
	font-weight: 700;
}

.faqFv__text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 5.3rem;
}

/*
 * faqSupport
 * -------------------------------------------------------------
 */

.faqSupport {
	background: #f2f2f2;
	padding-top: 3rem;
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow__head {
	border-left: 0.4rem solid #FF6D2C;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.2rem 1.6rem;
}

.flow__list {
	display: flex;
	flex-direction: column;
	gap: 4.2rem;
	padding: 3rem 0 6rem;
}

.flow__item {
	position: relative;
}

.flow__item:not(:last-child)::after {
	background: url(./../images/flow/arrow.webp) no-repeat center/100%;
	bottom: -2.5rem;
	content: "";
	display: block;
	height: 7rem;
	left: 2.5rem;
	position: absolute;
	width: 2rem;
}

.flow__itemHead {
	background: #ff9261;
	padding: 1rem 2rem;
}

.flow__ttl {
	align-items: center;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	gap: 1rem;
	line-height: 1.2;
}

.flow__ttl small {
	font-size: 1.4rem;
	margin-top: 0.6rem;
}

.flow__num {
	align-items: center;
	background: #292929;
	border-radius: 50%;
	color: #FF9261;
	display: grid;
	font-family: "Roboto", sans-serif;
	font-size: 2.8rem;
	font-weight: 700;
	height: 3.2rem;
	justify-items: center;
	line-height: 1;
	place-items: center;
	width: 3.2rem;
}

.flow__itemBody {
	background: #f2f2f2;
	border: 0.2rem solid #FF9261;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 3rem 3rem 3rem 6rem;
}

.flow__lead {
	background: #ffcfab;
	border-radius: 1.8rem;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 0.8rem 2rem;
}

.flow__flex {
	display: flex;
	gap: 2rem;
}

.flow__img {
	max-width: 14rem;
}

.flow__text {
	flex: 1;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: justify;
}

.flow__text.--note {
	display: flex;
}

.flow__notes ol {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.flow__notes li {
	display: flex;
}

.flow__notes li:before {
	content: "・";
}

.flow__label {
	background: #FF9261;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2rem;
	padding: 0.4rem 1rem 0.6rem;
}

.flow__dl {
	display: flex;
	flex-direction: column;
	font-size: 1.4rem;
	gap: 2rem;
	line-height: 1.4;
}

.flow__dl dt {
	font-weight: 700;
}

.flow__srv {
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.4;
}

/*
 * flowFaq
 * -------------------------------------------------------------
 */

.flowFaq {
	padding: 0 0 3rem;
}

/*
 * flowFv
 * -------------------------------------------------------------
 */

.flowFv {
	background: url(./../images/flow/fv_main.webp) no-repeat center/cover;
	height: 40rem;
	padding: 3.5rem 0 2rem;
}

.blog-1 .flowFv {
	background: url(./../images/flow/fv_main.webp) no-repeat center/cover;
}

.blog-2 .flowFv {
	background: url(./../images/flow/fv_matsuyama.webp) no-repeat center/cover;
}

.flowFv__ttl {
	align-items: center;
	display: flex;
	font-size: 4.6rem;
	font-weight: 700;
	gap: 1rem;
}

.flowFv__ttl span {
	display: inline-block;
	font-size: 4rem;
	padding: 0.6rem 2rem 0.8rem;
}

.flowFv__ttl .color1 {
	background: #ff9261;
	color: #fff;
}

.flowFv__ttl .color2 {
	background: #8ec9e1;
}

.flowFv__items {
	display: flex;
	margin-top: 1.6rem;
}

.flowFv__item {
	max-width: 35rem;
}

.flowFv__item:nth-child(2) {
	max-width: 39.2rem;
}

.flowFv__text {
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.6rem;
	padding: 1rem 2rem;
	text-align: justify;
}

/*
 * fv-main
 * -------------------------------------------------------------
 */

.fv-main {
	display: flex;
	gap: 2rem;
}

.fv-main__ttl {
	max-width: 28.8rem;
}

.fv-main__hidden {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.fv-main__list {
	margin-right: calc(50% - 50vw);
	max-width: 51rem;
	min-width: 51rem;
	position: relative;
	z-index: 1111;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
	position: relative;
}

.fv__inner {
	height: 100%;
	left: 50%;
	padding-top: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.fv__cont {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 2.3rem;
}

.fv__cont--main {
	display: none;
}

.fv__ttl {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.1923076923;
	text-align: center;
}

.fv__ttl span {
	color: #FF9261;
	display: block;
	font-size: 4.6rem;
	line-height: 1.1956521739;
	margin-bottom: 0.5rem;
}

.fv__text {
	max-width: 33.4rem;
}

.fv__swiper {
	z-index: -1 !important;
}

.fv__swiper {
	height: 40rem;
}

.fv__swiper .swiper-wrapper {
	height: inherit;
}

.fv__swiperItem {
	height: inherit;
}

.fv__swiperImg {
	height: inherit;
	position: relative;
}

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

/*
 * legal
 * -------------------------------------------------------------
 */

.legal__head {
	border-bottom: 2px solid #FF6D2C;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

/*
 * planDetails
 * -------------------------------------------------------------
 */

.planDetails {
	background: #fff;
	padding: 3rem;
}

.planDetails__body {
	border: 0.4rem solid #D3D3D4;
	border-top: none;
}

.planDetails__head {
	align-items: center;
	background: #d3d3d4;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	gap: 2rem;
	height: 8rem;
	justify-content: center;
	line-height: 1.1818181818;
	text-align: center;
}

.planDetails__head span {
	display: block;
	max-width: 7.7rem;
	position: relative;
	top: -0.5rem;
}

.planDetails__item {
	padding: 1rem 2rem;
}

.planDetails__item:not(:last-child) {
	border-bottom: 1px solid #000;
}

.planDetails__item.--item1 {
	align-items: center;
	display: flex;
	position: relative;
}

.planDetails__item.--item1 h3 {
	align-items: center;
	background: #D9D9D9;
	display: grid;
	font-size: 2.2rem;
	font-weight: 700;
	height: 8rem;
	justify-items: center;
	line-height: 1.1818181818;
	place-items: center;
	position: relative;
	text-align: center;
	width: 20rem;
}

.planDetails__item.--item1 h3::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #D9D9D9;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 8rem;
	position: absolute;
	right: -3rem;
	top: 0;
	width: 3rem;
}

.planDetails__item.--item1 p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-left: 4rem;
}

.planDetails__img {
	bottom: 0;
	max-width: 19rem;
	position: absolute;
	right: 0;
	width: 100%;
}

.planDetails__label {
	margin: 0 auto;
	max-width: 28.3rem;
}

.planDetails__label.--plan3 {
	max-width: 40.9rem;
}

.planDetails__text {
	align-items: center;
	background: #f2f2f2;
	display: flex;
	font-size: 1.8rem;
	height: 10.4rem;
	justify-content: center;
	line-height: 1.4;
	padding: 1rem 0.5rem;
	text-align: center;
}

/*
 * planEstimate
 * -------------------------------------------------------------
 */

.planEstimate__top {
	background: #fff;
	padding: 7rem 0 6rem;
}

.planEstimate__head {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2;
}

.planEstimate__list {
	display: flex;
	gap: 3rem;
	justify-content: center;
	margin-top: 7rem;
}

.planEstimate__item {
	align-items: center;
	aspect-ratio: 1/1;
	border: 2px solid #FF6D2C;
	border-radius: 50%;
	color: #FF6D2C;
	display: grid;
	font-size: 2.2rem;
	font-weight: 700;
	justify-items: center;
	line-height: 1.1818181818;
	max-width: 16rem;
	place-items: center;
	text-align: center;
	width: 33%;
}

.planEstimate__text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 6rem;
	text-align: center;
}

.planEstimate__text span {
	font-size: 2.2rem;
}

.planEstimate__notes {
	margin-top: 0.6rem;
}

/*
 * planFlow
 * -------------------------------------------------------------
 */

.planFlow {
	background: #f2f2f2;
	padding-top: 3rem;
}

.planFlow__head {
	align-items: center;
	background: #FF9261;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	height: 7rem;
	justify-content: center;
	line-height: 1.1818181818;
}

.planFlow__list {
	margin-top: 3rem;
}

/*
 * planFv
 * -------------------------------------------------------------
 */

.planFv {
	position: relative;
}

.planFv__img {
	height: 30rem;
}

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

.planFv__inner {
	height: 100%;
	left: 50%;
	padding-top: 1.8rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.planFv__body {
	padding-left: 3rem;
}

.planFv__lead {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.planFv__lead.--wht {
	color: #fff;
}

.planFv__ttl {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2142857143;
	margin-top: 1rem;
}

.planFv__ttl span {
	display: inline-block;
	font-size: 2rem;
}

.planFv__text {
	color: #6C6C6C;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 1rem;
}

.planFv__price {
	background: #fff;
	color: #FF6D2C;
	margin-top: 1.2rem;
	padding: 0 1.2rem 0 1rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.planFv__price .price {
	font-family: "Roboto", sans-serif;
	font-size: 6.2rem;
	font-weight: 600;
	line-height: 1.1774193548;
}

.planFv__price .yen {
	display: inline-block;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.1944444444;
	margin-left: 0.7rem;
	position: relative;
}

.planFv__price .yen::before {
	color: #292929;
	content: "税込";
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	left: 0.5rem;
	position: absolute;
	top: -1.2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.planFv__price small {
	color: #292929;
	font-size: 1.2rem;
}

.planFv__notes {
	margin-top: 0.5rem;
}

.planFv__note {
	font-size: 1rem;
	line-height: 1.4;
}

.planFv__ttlwrap {
	display: flex;
	gap: 0.6rem;
	left: -0.5rem;
	position: relative;
}

.planFv__ttlwrapLeft {
	max-width: 9.6rem;
}

.planFv__ttlwrapRight {
	flex: 1;
}

/*
 * planNav
 * -------------------------------------------------------------
 */

.planNav {
	background: #fff;
	padding-top: 0.2rem;
	position: relative;
	z-index: 0;
}

.planNav__list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, 1fr);
}

.planNav__link {
	background: #d9d9d9;
	border-bottom: 0.4rem solid #FF9261;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.9rem;
	text-align: center;
}

.planNav__link.is-current {
	background: #ff9261;
}

.planNav__link:hover {
	background: #FF9261;
	opacity: 1;
}

/*
 * planNote
 * -------------------------------------------------------------
 */

.planNote::after {
	background: #fff;
	content: "";
	display: block;
	height: 3rem;
	width: 100%;
}

.planNote__inner {
	background: linear-gradient(91.61deg, #FFFFFF 30.96%, #CDE0E8 98.85%);
	border-color: #BAD4E1;
	border-style: solid;
	border-width: 0.6rem 0.6rem 0.6rem 2rem;
	padding: 2.7rem 17rem 2.2rem 2.3rem;
	position: relative;
}

.planNote__ttl {
	-webkit-text-decoration: underline;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4545454545;
	text-decoration: underline;
	text-decoration-color: #FF9261;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.planNote__text {
	color: #292929;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4375;
	margin-top: 0.3rem;
}

.planNote__img {
	bottom: 0;
	max-width: 16.6rem;
	position: absolute;
	right: 0;
	width: 100%;
}

/*
 * planSrv
 * -------------------------------------------------------------
 */

.planSrv {
	background: #fff;
	padding: 3rem;
}

.planSrv__head {
	align-items: center;
	background: #cde0e8;
	display: flex;
	font-weight: 700;
	padding: 1rem 2rem;
}

.planSrv__headSubttl {
	background: #fff;
	border-radius: 2rem;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-right: 1rem;
	padding: 1rem 2.5rem;
}

.planSrv__headTtl {
	font-size: 2.2rem;
	line-height: 1.2;
}

.planSrv__headTtl .lg {
	font-size: 2.6rem;
}

.planSrv__headTtl .md {
	font-size: 2.2rem;
}

.planSrv__headIcon {
	margin-left: auto;
	max-width: 11.2rem;
}

.planSrv__body {
	border: 0.8rem solid #CDE0E8;
	padding: 3rem 1.2rem;
}

.planSrv__lead {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.planSrv__mainImg {
	margin: 3rem auto 0;
	max-width: 44rem;
}

.planSrv__list {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-top: 3rem;
	padding: 0 3rem;
}

.planSrv__item {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.planSrv__details {
	flex: 1;
}

.planSrv__ttl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.planSrv__text {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 1rem;
	text-align: justify;
}

.planSrv__img {
	max-width: 14rem;
}

/*
 * planSupport
 * -------------------------------------------------------------
 */

.planSupport {
	background: #fff;
}

/*
 * price
 * -------------------------------------------------------------
 */

.price__topLead {
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 3rem 0;
	text-align: center;
}

.price__head {
	padding: 3rem 2rem;
	text-align: center;
}

.price__headTtl {
	border-bottom: 0.4rem solid #FF9261;
	font-size: 2.2rem;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1.5rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.price__headTtl .lg {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 3.6rem;
	font-weight: 700;
	position: relative;
	top: 0.2rem;
}

.price__headText {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 1.5rem;
}

/*
 * priceFlow
 * -------------------------------------------------------------
 */

.priceFlow {
	padding-bottom: 3rem;
}

.priceFlow__items {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.priceFlow__itemHead {
	background: #ff9261;
	padding: 1rem 2rem;
	position: relative;
}

.priceFlow__item.--item2 .priceFlow__itemHead {
	padding-left: 9rem;
}

.priceFlow__itemTtl {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.1818181818;
}

.priceFlow__label {
	left: 2rem;
	max-width: 6rem;
	position: absolute;
	top: -1.8rem;
	width: 100%;
}

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

.priceFlow__list {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	padding: 1rem;
	position: relative;
}

.priceFlow__list:not(:last-child)::after {
	background: url(./../images/price/flow_arrow.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3rem;
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.7rem;
	z-index: 1;
}

.priceFlow__listTtl {
	color: #FF6D2C;
	font-size: 1.6rem;
	font-weight: 700;
	height: 3.5rem;
	line-height: 1.4;
}

.priceFlow__listTtl span {
	font-family: "Roboto", sans-serif;
	font-size: 2rem;
	line-height: 1;
}

.priceFlow__listTtl small {
	display: block;
	font-size: 1rem;
	padding-left: 2em;
}

.priceFlow__listText {
	color: #555555;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: justify;
}

.flow__listImg {
	margin-top: auto;
}

.priceFlow__note {
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 0.6rem 2rem 0 1rem;
}

/*
 * priceFv
 * -------------------------------------------------------------
 */

.priceFv {
	background: url(./../images/price/fv.webp) no-repeat bottom/cover;
	height: 40rem;
	position: relative;
	z-index: 0;
}

.priceFv__inner {
	padding-top: 3rem;
}

.priceFv__head {
	align-items: center;
	display: flex;
	gap: 5rem;
	position: relative;
	z-index: 2;
}

.priceFv__pageTtl {
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1.1956521739;
}

.priceFv__text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.priceFv__body {
	padding-top: 11.5rem;
	position: relative;
}

.priceFv__img {
	left: 50%;
	max-width: 53.8rem;
	position: absolute;
	top: -3rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.priceFv__list {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.priceFv__item {
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 3rem 1.2rem 1rem;
	position: relative;
}

.priceFv__item:nth-child(2) {
	border-left: 0.3rem solid #FFCFAB;
	border-right: 0.3rem solid #FFCFAB;
}

.priceFv__itemTtl {
	background: #FF9261;
	border-radius: 1.4rem;
	color: #FFFFFF;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 0.6rem 1rem;
	text-align: center;
}

.priceFv__itemLead {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.priceFv__itemText {
	display: flex;
	font-size: 1rem;
	line-height: 1.2;
}

.priceFv__itemIcon {
	bottom: 0.6rem;
	position: absolute;
	right: 1rem;
	width: 100%;
}

.priceFv__itemIcon.--icon1 {
	max-width: 5rem;
}

.priceFv__itemIcon.--icon2 {
	max-width: 7.6rem;
	right: 0;
}

.priceFv__itemIcon.--icon3 {
	max-width: 6.8rem;
}

/*
 * priceList
 * -------------------------------------------------------------
 */

.priceList {
	padding-bottom: 3rem;
}

.priceList__table {
	border: 1px solid #7C7C7C;
	border-collapse: collapse;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	min-width: 55rem;
	width: 100%;
}

.priceList__table th,
.priceList__table td {
	vertical-align: middle;
}

.priceList__table th {
	border-right: 1px solid #7C7C7C;
}

.priceList__table thead {
	background: #FFCFAB;
	color: #7C7C7C;
	height: 4.4rem;
	vertical-align: middle;
}

.priceList__table thead th {
	text-align: center;
}

.priceList__table thead th small {
	display: block;
}

.priceList__table tbody tr {
	border-bottom: 1px dashed #D3D3D4;
	height: 5rem;
}

.priceList__table tbody th {
	background: rgba(255, 207, 171, 0.2);
	color: #7C7C7C;
	text-align: center;
	width: 7.6rem;
}

.priceList__table tbody td {
	line-height: 1.4;
}

.priceList__table tbody td:nth-child(3) {
	padding: 0 0.3rem 0 1rem;
}

.priceList__table tbody .img {
	width: 7rem;
}

.priceList__table tbody .price {
	text-align: center;
	width: 8.6rem;
}

.priceList__table tbody tr:nth-child(2n-1) td {
	background: #fff;
}

.priceList__table tbody tr:nth-child(2n) td {
	background: rgba(255, 207, 171, 0.2);
}

.priceList__table tbody td:not(:nth-child(2)) {
	border-right: 1px solid #7C7C7C;
}

.priceList__table tbody .price {
	color: #FF6D2C;
	line-height: 1.2;
	padding-right: 1.2rem;
	text-align: right;
}

.priceList__table tbody .price p {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
}

.priceList__table tbody .price .yen {
	display: inline-block;
	font-size: 1.2rem;
}

.priceList__table tbody .price .tax {
	display: block;
	left: 0.5rem;
	position: relative;
}

.priceList__notes {
	padding: 2.5rem 0 0 1rem;
}

.priceList__notes span {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}

.priceList__note {
	display: flex;
	font-size: 1.2rem;
	line-height: 1.6;
}

.priceList__note::before {
	content: "・";
}

.priceList__message {
	align-items: center;
	background: url(./../images/price/message_bg.webp) no-repeat center/cover;
	display: grid;
	font-size: 1.8rem;
	font-weight: 700;
	height: 20rem;
	justify-items: center;
	line-height: 1.6;
	margin: 3rem auto 0;
	place-items: center;
	text-align: center;
	width: calc(100% - 4rem);
}

/*
 * pricePickup
 * -------------------------------------------------------------
 */

.pricePickup {
	padding-bottom: 3rem;
}

.pricePickup__inner {
	border: 0.8rem solid #CDE0E8;
	border-top: none;
}

.pricePickup__head {
	background: #cde0e8;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1.2rem 1.2rem 1.2rem 10.6rem;
	position: relative;
}

.pricePickup__head::before {
	background: url(./../images/top/pickup_icon.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 5.7rem;
	left: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7.6rem;
}

.pricePickup__head span {
	color: #FF6D2C;
	font-size: 2.6rem;
}

.pricePickup__body {
	background: #fff;
	padding: 2.2rem;
}

.pricePickup__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
}

.pricePickup__text {
	font-size: 1.2rem;
	line-height: 1.4;
}

/*
 * pricePlan
 * -------------------------------------------------------------
 */

.pricePlan {
	padding: 0 2rem 3rem;
}

.pricePlan__table {
	border-collapse: separate;
	border-spacing: 0.4rem 0.4rem;
	font-size: 1.6rem;
	line-height: 1.2;
	min-width: 51rem;
	width: 100%;
}

.pricePlan__table th {
	background: #D3D3D4;
	border-bottom: 1px solid #7C7C7C;
	color: #7C7C7C;
	font-size: 1.6rem;
	font-weight: 700;
	min-width: 10.2rem;
	padding: 1rem 2rem;
	text-align: center;
	vertical-align: middle;
}

.pricePlan__table td {
	border-bottom: 1px solid #7C7C7C;
	text-align: center;
	vertical-align: middle;
}

.pricePlan__table thead td {
	background: #f8c1a9;
	padding: 0.5rem 0;
}

.pricePlan__table thead td:nth-of-type(2) {
	background: #FF9261;
}

.pricePlan__table thead td span {
	display: block;
	font-size: 1.1rem;
	margin-top: 0.5rem;
}

.pricePlan__table tbody th {
	padding: 1rem 0.5rem;
}

.pricePlan__table tbody td {
	background: #fff;
	font-size: 1.4rem;
	padding: 1rem 0;
}

.pricePlan__table tbody tr:nth-child(2n-1) th {
	background: rgba(211, 211, 212, 0.5);
}

.pricePlan__table tbody tr:nth-child(2n) td {
	background: rgba(255, 207, 171, 0.2);
}

.pricePlan__table tbody td .isnot {
	margin: 0 auto;
	width: 3.6rem;
}

.pricePlan__table tbody td span {
	display: block;
	margin-top: 0.4rem;
}

.pricePlan__table tbody .link {
	padding: 0;
}

.pricePlan__table tbody .link p {
	background: #FF9261;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 1rem 0;
}

.pricePlan__table tbody .link:nth-of-type(2) p {
	background: #ff6d2c;
}

.pricePlan__table tbody .link img {
	-o-object-fit: cover;
	aspect-ratio: 132/78;
	height: 100%;
	max-width: 13.2rem;
	object-fit: cover;
}

.pricePlan__table tbody .price {
	font-weight: 700;
	height: 6.5rem;
}

.pricePlan__table tbody .price p {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 2.8rem;
}

.pricePlan__table tbody .price span.yen {
	display: inline-block;
	font-size: 1.8rem;
	margin-top: -1rem;
}

.pricePlan__table tbody .price small {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	right: 0.3rem;
}

/*
 * privacy
 * -------------------------------------------------------------
 */

.privacy h2 {
	display: flex;
	font-size: 2.6rem;
	font-weight: 700;
	gap: 2rem;
	line-height: 1.6;
	margin-bottom: 3rem;
}

.privacy h2::before {
	background: #FF9261;
	content: "";
	display: block;
	height: 4rem;
	min-width: 0.4rem;
	width: 0.4rem;
}

.privacy__item:not(:nth-child(2)) {
	margin-top: 4rem;
}

.privacy p,
.privacy ul li {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	text-align: justify;
}

.privacy dl dt {
	border-bottom: 2px solid #FF9261;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 4rem;
	padding-bottom: 1rem;
}

.privacy dl dt span {
	display: inline-block;
	margin-right: 0.5em;
}

.privacy dl dd {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1rem;
	text-align: justify;
}

.privacy dl dd p {
	display: flex;
}

.privacy dl dd p span {
	display: inline-block;
	margin-right: 0.3em;
	padding-left: 0.5em;
}

.privacy ol li,
.privacy ul li {
	display: flex;
	gap: 0.5em;
}

.privacy ol li::before,
.privacy ul li::before {
	content: "・";
}

.privacy table {
	font-size: 0.9rem;
	line-height: 1.3;
	margin-top: 3rem;
}

.privacy table {
	border-collapse: collapse;
	border-radius: 4px 4px 0 0;
	border-spacing: 0;
	color: #7C7C7C;
	font-size: 0.9rem;
	line-height: 1.3;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.privacy table th,
.privacy table td {
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	vertical-align: top;
	vertical-align: middle;
	word-break: break-word;
}

.privacy table td {
	border: 1px solid #7c7c7c;
	height: 8rem;
	padding: 0.8rem;
}

.privacy table td:first-of-type {
	font-size: 1.2rem;
	padding: 0.6rem;
	text-align: center;
}

/* ヘッダー */

.privacy table thead th {
	background: #FF9261;
	border-bottom: 1px solid #7C7C7C;
	border-top: 1px solid #7c7c7c;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 1rem 0;
	text-align: center;
}

.privacy table thead th:not(:last-child) {
	border-right: 1px solid #fff;
}

.privacy table thead th:first-child {
	border-left: 1px solid #7c7c7c;
}

.privacy table .w-name,
.privacy table .w-pp,
.privacy table .w-opt,
.privacy table .w-provide,
.privacy table .w-purpose {
	width: 20%;
}

.privacy table a {
	-webkit-text-decoration: underline;
	word-wrap: anywhere;
	text-decoration: underline;
	text-underline-offset: 1px;
	word-break: break-all;
	word-break: keep-all;
}

.name {
	font-weight: 600;
}

.privacy table .w-name2,
.privacy table .w-pp2,
.privacy table .w-opt2,
.privacy table .w-purpose2 {
	width: 25%;
}

.privacy__end {
	display: block;
	font-size: 1.4rem;
	margin-top: 3rem;
	text-align: right;
}

/*
 * single
 * -------------------------------------------------------------
 */

.single {
	padding: 3.2rem 0;
}

.single__cat {
	margin: 0 auto 3rem;
	padding: 1rem;
}

.single h1 {
	border-bottom: 2px solid #D9D9D9;
	border-top: 2px solid #D9D9D9;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4444444444;
	margin-bottom: 3rem;
	padding: 1.5rem;
	text-align: center;
}

.single__mainImg {
	aspect-ratio: 750/400;
	background: #ccc;
	margin-bottom: 3rem;
}

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

.single__text {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: justify;
}

/*
 * singleBody
 * -------------------------------------------------------------
 */

.singleBody h2 {
	background: #fff;
	border-left: 1rem solid #FF6D2C;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4545454545;
	margin-bottom: 3rem;
	padding: 1.4rem 2rem;
}

.singleBody__img {
	aspect-ratio: 550/400;
	background: #ddd;
	margin-bottom: 3rem;
}

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

.singleBody__text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 3rem;
	text-align: justify;
}

.singleBody p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 3rem;
	text-align: justify;
}

.singleBody figure {
	margin-bottom: 3rem;
}

.singleBody h3 {
	border-bottom: 2px solid #FF9261;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4545454545;
	margin-bottom: 3rem;
	padding-bottom: 0.8rem;
}

.singleBody__back {
	-webkit-text-decoration: underline;
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	height: 10rem;
	justify-content: center;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.singleBody__back:hover {
	color: #FF9261;
	opacity: 1;
}

.singleBody h4 {
	font-feature-settings: "palt";
	color: #FF6D2C;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.singleBody ul {
	margin-bottom: 5rem;
}

.singleBody li {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}

.singleBody li::before {
	content: "・";
}

/*
 * terms
 * -------------------------------------------------------------
 */

.terms p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: justify;
}

.terms__item {
	counter-reset: section;
	margin-top: 3.5rem;
}

.terms__item dt {
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	gap: 1.8rem;
}

.terms__item dt::before {
	background: #FF9261;
	content: "";
	display: block;
	height: 2.6rem;
	min-width: 0.4rem;
	width: 0.4rem;
}

.terms__item dd {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: justify;
}

.terms__item dd ul {
	padding-left: 0.5em;
}

.terms ul li {
	display: flex;
}

.terms ul li::before {
	content: counter(section, decimal) ". ";
	counter-increment: section;
	display: inline-block;
	margin-right: 0.5em;
}

.terms__end {
	margin-top: 3rem;
}

.terms__end span {
	font-size: 1.8rem;
	font-weight: 700;
}

.terms ul li.hasChild {
	display: block;
}

.terms ul li.hasChild ul,
.hasChild ul {
	margin: 0.5rem 0;
}

.terms ul li.hasChild ul li::before,
.hasChild ul li::before {
	display: none;
}

.terms ul li.hasChild ul li {
	display: flex;
}

/*
 * thanksFv
 * -------------------------------------------------------------
 */

.thanksFv {
	background: linear-gradient(180deg, #FF9261 50%, #fff 50%);
	padding: 6rem 0;
}

.thanksFv__cont {
	align-items: center;
	background: #FFFFFF;
	border-radius: 3rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	color: #000000;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	overflow: hidden;
	padding: 6rem 3rem;
	position: relative;
	text-align: center;
}

.thanksFv__head {
	color: #FF9261;
	font-size: 2.6rem;
	font-weight: 700;
}

.thanksFv__ttl {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.6;
}

.thanksFv__text {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.6;
}

.thanksFv__tel {
	color: #292929;
	font-size: 3rem;
	gap: 1rem;
}

.thanksFv__tel img {
	width: 3rem;
}

.thanksFv__img {
	bottom: 0.5rem;
	max-width: 15.3rem;
	position: absolute;
	right: 3.1rem;
	width: 100%;
}

/*
 * thanksInfo
 * -------------------------------------------------------------
 */

.thanksInfo {
	background: rgba(255, 146, 97, 0.5);
	padding-top: 6rem;
}

.thanksInfo__head {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
}

.thanksInfo__telArea {
	background: #fff;
	margin: 2rem calc(50% - 50vw) 0;
	padding: 2rem 0;
	text-align: center;
}

.thanksInfo__telText {
	font-size: 1.8rem;
}

.thanksInfo__tel {
	font-size: 6rem;
	gap: 1rem;
	margin: 1rem auto 0;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.thanksInfo__tel img {
	width: 5.2rem;
}

.thanksInfo__tel::before {
	background: url(./../images/thanks/thanks_img2.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 17rem;
	left: 0;
	left: -18rem;
	max-width: 15.2rem;
	position: absolute;
	top: -8rem;
	width: 100%;
}

.thanksInfo__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-top: 2rem;
	text-align: center;
}

.thanksInfo__lead {
	font-size: 1.8rem;
	line-height: 1.4;
}

.thanksInfo__list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	margin: 2rem calc(50% - 50vw) 0;
	max-width: 98rem;
}

.thanksInfo__item {
	background: url(./../images/thanks/fukidashi.webp) no-repeat center/100%;
	font-size: 1.8rem;
	line-height: 1.4;
	max-width: 31.2rem;
	padding: 2.2rem 2.2rem 4.3rem;
	text-align: center;
	width: 33%;
}

.thanksInfo__img {
	margin: -3rem auto 0;
	max-width: 34.3rem;
}

/*
 * thanksPlan
 * -------------------------------------------------------------
 */

.thanksPlan {
	padding: 3rem 0 6rem;
}

/*
 * topAbout
 * -------------------------------------------------------------
 */

.topAbout {
	padding: 3rem 0;
}

.topAbout.--bg {
	background: #cde0e8;
}

.topAbout.--notpt {
	margin-bottom: 3rem;
	padding-top: 0;
}

.topAbout__inner {
	padding: 0 3rem;
}

.topAbout__lead {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 1rem;
}

.topAbout__ttl-lg {
	font-size: 2rem;
	line-height: 1.2;
	padding: 2rem 0;
}

.topAbout__text {
	font-size: 1.2rem;
	line-height: 1.6;
}

.topAbout__text.--mt10 {
	margin-top: 1rem;
}

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

.topAbout__list dt:not(:nth-child(1)) {
	margin-top: 1rem;
}

.topAbout__list dd {
	line-height: 1.6;
	margin-top: 1rem;
	text-align: justify;
}

.topAbout__list ul li {
	font-size: 1.6rem;
	line-height: 1.6;
}

.topAbout__img {
	margin-top: 1rem;
}

.topAbout__items {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.topAbout__itemTtl {
	background: #cde0e8;
	font-size: 1.6rem;
	padding: 0.4rem 1rem;
	text-align: center;
}

.topAbout__itemTtl.--wht {
	background: #fff;
}

.topAbout__itemText {
	margin-top: 1rem;
}

.topAbout__list dd ol li {
	display: flex;
}

.topAbout__list dd ol li::before {
	content: "・";
}

.topAbout__itemsWrap {
	margin-top: 1rem;
}

.topAbout__note {
	margin-top: 1rem;
}

.topAbout__flex {
	display: flex;
	gap: 1.9rem;
}

.topAbout__flexDetails {
	padding: 3rem 0 0 3rem;
}

.topAbout__flexImg {
	max-width: 27rem;
}

.topAbout__flexText {
	margin-top: 2rem;
}

.topAbout__listSample {
	margin-top: 1rem;
}

.topAbout__listSampleTtl {
	font-size: 1.6rem;
}

.topAbout__listSample dt {
	font-weight: 500;
	margin-top: 1.5rem;
}

.topAbout__listSample dd {
	margin-top: 0;
	padding-left: 1em;
}

/*
 * topBlog
 * -------------------------------------------------------------
 */

.topBlog {
	background: #cde0e8;
}

.topBlog__body {
	margin-bottom: 3rem;
	padding: 3rem;
}

.topBlog.--single .topBlog__body {
	margin-bottom: 0;
}

.topBlog__list {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.topBlog__link {
	background: #fff;
	display: flex;
	font-size: 1.3rem;
	gap: 0.3em;
	line-height: 1.2307692308;
	padding: 1rem;
}

.topBlog__link span {
	text-decoration-line: underline;
}

.topBlog__link::before {
	color: #FF9261;
	content: "▶";
}

.topBlog__link:hover {
	color: #FF9261;
	opacity: 1;
}

/*
 * topComparison
 * -------------------------------------------------------------
 */

.topComparison {
	padding: 3rem;
}

/* 画像：縮ませない（ここが重要） */

.topComparison__notes {
	font-size: 1.2rem;
	line-height: 1.1666666667;
	margin-top: 1rem;
}

/*
 * topFaq
 * -------------------------------------------------------------
 */

/*
 * topFlow
 * -------------------------------------------------------------
 */

.topFlow {
	background: #f2f2f2;
	padding-top: 3rem;
}

.topFlow__head {
	align-items: center;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	height: 16rem;
	justify-content: center;
	line-height: 1.6;
	text-align: center;
}

.topFlow__guide {
	align-items: center;
	background: #fff;
	display: flex;
	height: 16rem;
	justify-content: center;
	text-align: center;
}

/*
 * topIntro
 * -------------------------------------------------------------
 */

.topIntro {
	padding-bottom: 2rem;
}

.topIntro__head {
	background: url(./../images/top/intro1.webp) no-repeat center/cover;
	height: 26rem;
	padding: 4.5rem 3rem 2rem;
}

.topIntro__headCont {
	margin-left: auto;
	max-width: 44rem;
	width: 100%;
}

.topIntro__ttl {
	font-size: 2.6rem;
	line-height: 1.1923076923;
}

.topIntro__headText {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 1.6rem;
}

.topIntro__bodyLists {
	align-items: center;
	background: #FF9261;
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	padding: 3rem;
	text-align: center;
}

.topIntro__bodyText {
	font-size: 1.8rem;
	line-height: 1.5;
}

.topIntro__bodyList {
	display: flex;
	gap: 1.6rem;
	justify-content: center;
}

.topIntro__bodyItem {
	align-items: center;
	background: #fff;
	border-radius: 1.9rem;
	color: #FF6D2C;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	line-height: 1;
	padding: 0.8rem 1rem 1.1rem;
	text-align: center;
	width: 13.6rem;
}

.topIntro__bodyText-sm {
	font-size: 1.6rem;
	line-height: 1.1875;
}

.topIntro__foot {
	background: url(./../images/top/intro2.webp) no-repeat center/cover;
	padding: 3rem 3rem 3.7rem;
}

.topIntro__footText {
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
}

.topIntro__footMain {
	margin: 2rem auto 0;
	max-width: 36.8rem;
}

.topIntro__bottom {
	background: #FF9261;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 0.6rem;
	text-align: center;
}

.topIntro__note {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 0.6rem;
	text-align: center;
}

.topIntro__link {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 2.5rem;
	text-align: center;
	text-decoration-line: underline;
}

/*
 * topMessage
 * -------------------------------------------------------------
 */

.topMessage {
	background: #d9d9d9;
	padding: 3rem;
	position: relative;
}

.topMessage__cont {
	background: #fff;
	padding: 2rem 3rem;
}

.topMessage__text {
	font-size: 1.8rem;
	line-height: 1.6;
	text-align: center;
}

.topMessage__link {
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}

.topMessage__img {
	bottom: 0;
	left: 50%;
	max-width: 68.3rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

/*
 * topPayment
 * -------------------------------------------------------------
 */

.topPayment {
	border: 0.4rem solid #F2F2F2;
	padding: 3rem;
}

.topPayment__inner {
	background: #FF9261;
	border: 0.4rem solid #FF9261;
}

.topPayment__head {
	background: #FF9261;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 0.5rem;
	text-align: center;
}

.topPayment__body {
	background: #fff;
	padding: 1rem 1.5rem;
}

.topPayment__foot {
	background: #FF9261;
	padding: 1rem;
}

.topPayment__note {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: right;
}

/*
 * topPickup
 * -------------------------------------------------------------
 */

.topPickup {
	padding: 3rem;
}

.topPickup__inner {
	border: 0.8rem solid #CDE0E8;
	border-top: none;
}

.topPickup__head {
	background: #cde0e8;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1.2rem 1.2rem 1.2rem 13.7rem;
	position: relative;
}

.topPickup__head::before {
	background: url(./../images/top/pickup_icon.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 5.7rem;
	left: 5.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7.6rem;
}

.topPickup__head span {
	color: #FF6D2C;
	font-size: 2.6rem;
}

.topPickup__list {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 22em 22em;
}

.topPickup__text {
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 3.8rem 1.7rem 3rem 2rem;
}

/*
 * topPlan
 * -------------------------------------------------------------
 */

.topPlan {
	border: 0.4rem solid #F2F2F2;
	padding: 3rem 1rem 4rem;
}

/*
 * topReason
 * -------------------------------------------------------------
 */

.topReason {
	border: 0.4rem solid #FF9261;
	padding: 6rem 2rem 3rem;
}

.topReason__list {
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 5.4rem;
}

.topReason__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	max-width: 14.6rem;
}

.topReason__icon {
	width: 3rem;
}

.topReason__ttl {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	height: 6.6rem;
	justify-content: center;
	line-height: 1.2;
	text-align: center;
}

.topReason__text {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: justify;
}

/*
 * u-color
 * -------------------------------------------------------------
 */

.u-color {
	color: #FF6D2C;
}

/*
 * u-hover
 * -------------------------------------------------------------
 */

.u-hover:hover {
	color: #FF9261;
	opacity: 1;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

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

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

}

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

.c-float__btn {
	font-size: 1.6rem;
	gap: 0.6rem;
	padding: 1.2rem 1rem 1.6rem;
}

.c-float__btn::after {
	height: 0.7rem;
	width: 0.7rem;
}

}

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

.fv-main__list {
	margin-right: auto;
}

}

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

.footer {
	padding-top: 2rem;
}

.footer__inner {
	flex-wrap: wrap;
	gap: 4rem 0;
	max-width: 50rem;
}

.footer__telArea {
	gap: 0.7rem;
	margin-top: 0.6rem;
}

.footer__tel span {
	font-size: 2.3rem;
}

.footer__tel img {
	min-width: 2rem;
	width: 2rem;
}

.footer__telAreaText {
	font-size: 1.1rem;
	padding-left: 0.8rem;
}

.footer__telAreaText span {
	font-size: 0.6rem;
}

.footer__address {
	font-size: 1rem;
	gap: 0.7rem;
	margin-top: 0.7rem;
}

.footer__address::before {
	height: 1.5rem;
	margin-top: 0.4rem;
	width: 1.5rem;
}

.footer__contact {
	margin-top: 0.5rem;
	max-width: 13.2rem;
}

.footer__nav {
	padding: 0 0 2rem 0;
}

.footer__list {
	gap: 1.2rem;
}

.footer__link::before {
	height: 1.6rem;
	position: relative;
	top: 0.1rem;
	width: 1.6rem;
}

.footer__bottom {
	padding: 0.6rem;
}

.footer__copyright {
	font-size: 1rem;
	text-align: center;
	width: 100%;
}

.footer__bottomNav {
	display: none;
}

.header {
	height: 4rem;
}

.header__top {
	height: 100%;
}

.header__inner {
	padding: 0 1.2rem;
}

.header__telArea {
	gap: 0.5rem;
	justify-content: flex-end;
	margin-left: auto;
}

.header__telAreaText {
	font-size: 0.8rem;
	padding: 0.2rem 0 0.2rem 0.5rem;
}

.header__tel img {
	max-width: 5.5rem;
	min-width: 5.5rem;
}

.header__tel span {
	display: none;
}

.header__nav {
	box-shadow: none;
	height: auto;
}

.header__contact {
	display: block;
	width: min(25.2rem, 64.62vw);
}

.l-colWrap {
	flex-direction: column;
	gap: 1rem;
	max-width: 50rem;
	padding: 3rem 1.5rem;
}

.l-colWrap__side {
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}

.l-contents {
	padding: 2rem 0;
}

.l-contents.--top {
	padding: 0;
}

.l-inner {
	padding: 0 1.5rem;
}

.l-inner.--legal {
	padding: 2rem 1.5rem;
}

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

.l-main.--bg {
	padding: 3rem 0;
}

.l-main.--single {
	margin-top: 0;
}

.burger {
	display: block;
}

.c-btnContact {
	font-size: 2rem;
	gap: 2rem;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 100%;
	padding: 1.2rem 2rem 1.3rem 4.9rem;
}

.c-btnContact.--footer {
	font-size: 1.4rem;
	gap: 1.3rem;
	padding: 0.9rem 1.2rem 0.9rem 1rem;
}

.c-btnContact.--footer::after {
	height: 0.7rem;
	width: 0.7rem;
}

.c-card__eng {
	font-size: 1.4rem;
	left: -0.9rem;
	top: -1.3rem;
}

.c-card__ttl .sm {
	font-size: 1.1rem;
}

.c-cards {
	gap: 2rem 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	padding: 3rem 1.5rem;
}

.c-cat {
	font-size: 1.4rem;
	padding: 1.2rem 1rem;
}

.c-estimate__head {
	padding: 2rem 1.5rem;
}

.c-estimate__ttl {
	font-size: 1.8rem;
	gap: 1.6rem;
}

.c-estimate__ttl::after {
	height: 2.4rem;
	width: 2.4rem;
}

.c-estimate__formWrap {
	margin-top: 1rem;
	padding: 1.5rem 1.8rem 0.8rem;
}

.c-estimate__lead {
	font-size: 1.3rem;
}

.c-estimate__form {
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.5rem;
}

.c-estimate__field {
	font-size: 1.3rem;
}

.c-estimate__field select,
.c-estimate__field input {
	font-size: 1.3rem;
	height: 3.4rem;
	padding: 0 1rem;
}

.c-estimate__field--select {
	max-width: 100%;
}

.c-estimate__field--select::after {
	height: 0.6rem;
	width: 0.6rem;
}

.c-estimate__notes {
	padding: 2rem;
}

.c-estimate__btn {
	border-radius: 2.4rem;
	max-width: 24rem;
	padding: 0.9rem;
}

.c-estimate__notes {
	font-size: 1rem;
}

.hsfc-Step .hsfc-Step__Content {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.c-faq {
	padding: 2rem 0;
}

.c-faq__img {
	right: 0;
	top: -2rem;
}

.c-faq__body.--padded {
	padding: 0 1.5rem;
}

.c-faq__ttl {
	font-size: 1.4rem;
	padding: 1rem 0.8rem 0 1rem;
}

.c-faq__text {
	font-size: 1.2rem;
	padding: 1rem 1.5rem 2rem 0;
}

.c-faq__nav {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.c-faq__guide {
	height: 5rem;
}

.c-float {
	display: none;
}

.c-flow {
	background: #f2f2f2;
	gap: 4rem;
	padding: 0 1.5rem;
}

.c-flow__item {
	align-items: flex-start;
	flex-direction: column-reverse;
	gap: 0;
}

.c-flow__item:not(:last-child)::after {
	bottom: -3rem;
}

.c-flow__img {
	aspect-ratio: 690/372;
	max-width: 100%;
	width: 100%;
}

.c-flow__details {
	gap: 0.5rem 1rem;
	margin-top: 1rem;
	width: 100%;
}

.c-flow__ttl {
	font-size: 1.6rem;
	top: 1.6rem;
}

.c-flow__ttl small {
	font-size: 1rem;
	position: relative;
	top: 0.3rem;
}

.c-flow__text {
	font-size: 1.2rem;
	padding: 1rem 1.5rem;
}

.c-grayHead {
	font-size: 1.6rem;
	padding: 0.6rem 1rem 0.4rem;
}

.c-grayHead.--lg {
	padding: 1rem 1.5rem;
}

.c-logo {
	gap: 0.7rem;
}

.c-logo__icon {
	max-width: 3.85rem;
}

.c-logo__ttl {
	font-size: 1.6rem;
}

.c-plan__list {
	gap: 2.3rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0;
	padding: 3.5rem 3.5rem 0;
}

.c-plan__lead {
	font-size: 1.6rem;
	gap: 1.5rem;
}

.c-plan__lead::before,
.c-plan__lead::after {
	height: 2.6rem;
}

.c-plan__ttl {
	font-size: 2.1rem;
	padding: 0.7rem;
}

.c-plan__price {
	padding: 0.7rem 1.8rem;
}

.c-plan__price .color {
	font-size: 1.6rem;
	height: 3.7rem;
	margin-right: 0.6rem;
	width: 4.2rem;
}

.c-plan__price .price {
	font-size: 3.7rem;
}

.c-plan__price .yen {
	font-size: 2.1rem;
}

.c-plan__price small {
	font-size: 1.4rem;
}

.c-plan__textArea {
	height: auto;
	padding: 1.3rem;
}

.c-plan__text {
	font-size: 1.4rem;
}

.c-plan__note {
	font-size: 1.2rem;
}

.c-plan__detailsTtl {
	font-size: 1.6rem;
}

.c-plan__table {
	font-size: 1.4rem;
}

.c-plan__table th {
	width: 8.1rem;
}

.c-plan__table th.tall {
	height: 5.3rem;
}

.c-plan__table td {
	padding: 0 1.3rem;
}

.c-plan__link {
	font-size: 1.6rem;
	margin-top: 1.2rem;
	padding: 1.2rem 1rem 1.1rem;
}

.c-plan__tableNote {
	font-size: 0.9rem;
}

.c-plan__guide {
	height: 5rem;
	margin-top: 3.2rem;
}

.c-plan__nav {
	display: grid;
}

.c-shopCard {
	margin-top: 1.2rem;
	padding: 1.5rem 0 2rem;
}

.c-shopCard__head {
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	padding: 0.8rem 1.5rem 0.8rem 0;
}

.c-shopCard__area {
	font-size: 1.3rem;
	padding: 0.6rem 2rem 0.6rem 1rem;
}

.c-shopCard__area::before {
	height: 2.7rem;
	width: 1.4rem;
}

.c-shopCard__ttl {
	font-size: 1.3rem;
}

.c-shopCard__headList {
	width: 100%;
}

.c-shopCard__headItem {
	max-width: 100%;
	padding: 0.2rem 0.6rem 0.3rem;
	text-align: left;
}

.c-shopCard__body {
	padding: 2rem 2rem 0;
}

.c-shopCard__flex {
	flex-direction: column;
	gap: 1rem;
}

.c-shopCard__img {
	max-width: 100%;
}

.c-shopCard__meta {
	gap: 1rem;
}

.c-shopCard__meta address {
	font-size: 1.1rem;
}

.c-shopCard__detailsLabel {
	font-size: 1.1rem;
}

.c-shopCard__detailsTtl {
	font-size: 1.3rem;
}

.c-shopCard__text {
	font-size: 1.1rem;
	margin-top: 0.8rem;
	padding: 0.6rem 1rem;
}

.c-shopCard__tel {
	height: 4rem;
}

.c-shopCard__telText {
	font-size: 1.2rem;
}

.c-shopCard__telText span {
	font-size: 1.8rem;
}

.c-shopCard__telBtn {
	width: 4rem;
}

.c-shopCard__telBtn span {
	display: none;
}

.c-subttl {
	padding: 0.2rem 0.8rem;
}

.c-support {
	padding: 2rem 0 0;
}

.c-support__list {
	align-items: center;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	padding: 4.5rem 1.5rem 3rem;
	width: 80%;
}

.c-support__item {
	max-width: 100%;
}

.c-support__itemTtl {
	font-size: 1.6rem;
	height: auto;
	padding: 1.5rem 1rem;
}

.c-support__itemTtl span {
	font-size: 2.5rem;
}

.c-totop {
	bottom: 3rem;
	max-width: 4rem;
}

.c-ttl {
	font-size: 1.8rem;
}

.c-ttl .lg {
	font-size: 2.9rem;
	margin-left: 0.3rem;
}

.c-ttl .underline {
	border-width: 3px;
	padding-bottom: 0.2rem;
}

.nav {
	-webkit-overflow-scrolling: touch;
	align-items: flex-start;
	background: #f7f7f7;
	bottom: 0;
	flex-direction: column;
	gap: 2rem;
	height: auto;
	height: 100%;
	max-height: 65rem;
	overflow: hidden;
	padding: 3.4rem 4rem 4.2rem;
	position: fixed;
	right: -100%;
	top: 0;
	transition: all 0.6s;
	visibility: hidden;
	width: min(33rem, 84.62vw);
	z-index: 1001;
}

.nav__items {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
	margin: 0 auto;
	width: min(25.2rem, 64.62vw);
}

.nav__item {
	width: 100%;
}

.nav__item.--srv {
	width: 100%;
}

.nav__item.--srv.is-open .nav__link {
	border-color: #FF9261;
}

.nav__link {
	font-size: 1.4rem;
	height: auto;
	padding: 2rem 0 1.3rem;
}

.nav__caret {
	height: 3rem;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}

.nav__dropdown {
	left: 0;
	transform: none;
}

.nav__dropdown a {
	font-size: 1.4rem;
	padding: 0.8rem 0.6rem 0.8rem 1.1rem;
}

.side {
	gap: 2rem;
}

.side__inner {
	padding: 0 1.5rem;
}

.sideBanner {
	padding: 2rem 1.5rem;
}

.sideBanner__text {
	font-size: 2rem;
}

.sideBanner__text .sm {
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
}

.sideBanner__btn {
	margin: 1.5rem auto 0;
	max-width: 16rem;
}

.sideBanner__tel {
	margin-top: 4rem;
}

.sideBanner__tel img {
	max-width: 31rem;
}

.sideBlog__body {
	padding: 1.5rem 0;
}

.sideBlog__ttl {
	font-size: 1.4rem;
}

.sideBlog__date {
	font-size: 1.2rem;
}

.sideInfo {
	padding: 2rem 0;
}

.sideInfo__item {
	height: 4rem;
}

.sideInfo__link span {
	font-size: 1.4rem;
}

.sideInfo__btn {
	font-size: 1.4rem;
	margin-top: 2.5rem;
	padding: 1.2rem;
}

.sidePayment__head {
	font-size: 1.6rem;
}

.sidePayment__foot {
	font-size: 1.2rem;
}

.about {
	gap: 5.5rem;
	padding-top: 4rem;
}

.about__head {
	padding: 1rem 0 1rem 4rem;
}

.about__num {
	left: 0.2rem;
	max-width: 8rem;
	top: -3rem;
}

.about__ttl {
	font-size: 1.8rem;
}

.about__lead {
	font-size: 1.3rem;
}

.about__icon.--icon1 {
	max-width: 7rem;
}

.about__icon.--icon2 {
	max-width: 4.9rem;
}

.about__icon.--icon3 {
	max-width: 4.9rem;
}

.about__body {
	padding-top: 1.5rem;
}

.about__text {
	font-size: 1.2rem;
}

.about__img {
	margin-top: 1.5rem;
}

.about__area {
	font-size: 1.5rem;
}

.about__areaList {
	display: none;
}

.about__areaList-sp {
	display: block;
}

.aboutFaq {
	margin: 2rem 0;
}

.aboutFv {
	background: url(./../images/about/sp/fv.webp) no-repeat center/cover #EAEAE9;
	height: auto;
	position: relative;
}

.aboutFv__inner {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.aboutFv__pageTtl {
	font-size: 2.2rem;
}

.aboutFv__nav {
	margin-top: 2rem;
	max-width: 40rem;
	min-width: 26rem;
	padding: 1.5rem 1rem 2rem;
	width: 69.33vw;
}

.aboutFv__navHead {
	font-size: 1.8rem;
	padding-left: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.aboutFv__navHead::before {
	height: 4.7rem;
	max-width: 5.9rem;
	right: -5.4rem;
	top: 1.9rem;
}

.aboutFv__navHead .fs36 {
	font-size: 2.8rem;
}

.aboutFv__navHead .fs26 {
	font-size: 2rem;
}

.aboutFv__navList {
	grid-template-columns: repeat(2, 1fr);
}

.aboutFv__navItem .icon {
	width: 3rem;
}

.aboutFv__navTtl {
	font-size: 1.5rem;
}

.aboutFv__navGuide {
	height: 1.5rem;
}

.aboutPlan {
	padding: 3.5rem 5rem 0;
}

.aboutPlan__head {
	height: 5rem;
}

.aboutPlan__list {
	flex-direction: column;
	gap: 3rem;
}

.aboutPlan__item {
	max-width: 100%;
}

.aboutPlan__lead {
	font-size: 1.6rem;
	gap: 1.5rem;
}

.aboutPlan__lead::before,
.aboutPlan__lead::after {
	height: 2.6rem;
}

.aboutPlan__link {
	height: 5rem;
}

.aboutPlan__ttl {
	font-size: 2.1rem;
	padding: 1rem 0;
}

.aboutPlan__itemBody {
	padding: 1.2rem 1.5rem 2rem;
}

.aboutPlan__price .price {
	font-size: 3.7rem;
}

.aboutPlan__price .yen {
	font-size: 2.1rem;
	position: relative;
	top: 0.2rem;
}

.aboutPlan__price small {
	right: 0.5rem;
	top: 0.2rem;
}

.aboutPlan__btn {
	font-size: 1.6rem;
	margin-top: 1.2rem;
	padding: 1.2rem 1rem 1.1rem;
}

.aboutPlan__item.--focus .aboutPlan__lead {
	font-size: 1.8rem;
}

.blog {
	padding: 2rem 1.5rem 0;
}

.blog__headImg {
	max-width: 10rem;
	top: -2rem;
}

.blog__catList {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0;
}

.blog__cat {
	max-width: 30rem;
	width: 100%;
}

.blog__list {
	gap: 3rem;
	grid-template-columns: repeat(1, 1fr);
	margin: 0 auto;
	max-width: 50rem;
	padding: 5.5rem 0 3rem;
}

.blogCard__img {
	max-width: 100%;
}

.blogCard__ttl {
	font-size: 1.4rem;
}

.blogFv {
	align-items: initial;
	background-position-x: 81%;
	display: block;
	height: 22rem;
	justify-items: initial;
	place-items: unset;
}

.blogFv__ttl {
	font-size: 2.6rem;
	padding-top: 4rem;
}

.company__head {
	font-size: 1.8em;
	padding-left: 1.2rem;
}

.company__table {
	font-size: 1.1rem;
}

.company__table thead {
	font-size: 1.5rem;
	height: 3rem;
}

.company__table tbody tr {
	height: 5.5rem;
}

.company__table tbody th {
	width: 10rem;
}

.company__table tbody td {
	padding-left: 1rem;
}

.company__table tbody td a {
	font-size: 1.6rem;
}

.company__areaList {
	display: none;
}

.company__areaList-sp {
	display: block;
	margin-top: 1.5rem;
}

.companyFv {
	height: 100%;
	padding: 2rem 0;
}

.companyFv__inner {
	gap: 1rem;
	max-width: 50rem;
}

.companyFv__ttl {
	font-size: 2.2rem;
}

.companyFv__text {
	font-size: 1.2rem;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.companyFv__text.--bg-text {
	max-width: 100%;
	padding: 0.5rem 1.2rem;
}

.contactFv__head {
	gap: 0;
}

.contactFv__ttlArea {
	min-width: 19rem;
}

.contactFv__ttl {
	font-size: 2.6rem;
}

.contactFv__lead {
	font-size: 1.2rem;
}

.contactFv__img {
	margin-right: calc(50% - 50vw);
	max-width: 100%;
	width: 65%;
}

.contactFv__img img {
	-o-object-position: 65%;
	object-position: 65%;
}

.contactFv__tagline dt {
	font-size: 1.4rem;
	min-width: 8rem;
	padding: 0.5rem 1rem 0.5rem 0.7rem;
}

.contactFv__tagline dd {
	font-size: 1.2rem;
	padding: 0.7rem 0.7rem 0.5rem 1rem;
}

.contactFv__telArea {
	gap: 1.5rem;
}

.contactFv__tel {
	gap: 0.5rem;
}

.contactFv__tel img {
	min-width: 2.6rem;
	width: 2.6rem;
}

.contactFv__tel span {
	font-size: 2.3rem;
}

.contactFv__telText {
	padding-left: 1rem;
}

.contactFv__telText p {
	font-size: 1.6rem;
}

.contactFv__telText span {
	font-size: 1rem;
}

.contactFv__foot {
	font-size: 1.6rem;
	padding: 1rem 0 1.2rem;
}

.contactFv__foot span {
	font-size: 1rem;
	margin-top: 0.5rem;
	text-align: left;
}

.faq {
	margin-top: 0;
}

.faq:nth-of-type(3) {
	margin-top: 0;
}

.faq__head {
	border-left-width: 0.6rem;
	font-size: 1.6rem;
	padding: 0.6rem 1.2rem;
}

.faq__list {
	margin-top: 2rem;
}

.faqFv {
	height: 22rem;
}

.faqFv__inner {
	padding-top: 2rem;
}

.faqFv__ttl {
	font-size: 2.3rem;
}

.faqFv__text {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 1.8rem;
}

.faqSupport {
	padding-top: 1.5rem;
}

.flow__head {
	font-size: 1.8rem;
	padding: 0.1rem 1.2rem;
}

.flow__list {
	gap: 3.4rem;
	padding: 2rem 0 3rem;
}

.flow__item:not(:last-child)::after {
	bottom: -1.5rem;
	height: 4.2rem;
	left: 0.4rem;
	width: 1.5rem;
}

.flow__itemHead {
	padding: 0.8rem 1.2rem;
}

.flow__ttl {
	font-size: 1.6rem;
	gap: 0.8rem;
}

.flow__ttl small {
	font-size: 1.1rem;
}

.flow__num {
	font-size: 2rem;
	height: 2.5rem;
	width: 2.5rem;
}

.flow__itemBody {
	gap: 1.5rem;
	padding: 2rem 1.6rem;
}

.flow__lead {
	font-size: 1.5rem;
	padding: 0.6rem 1.5rem;
}

.flow__flex {
	flex-direction: column;
	gap: 1rem;
}

.flow__img {
	max-width: 100%;
}

.flow__text {
	font-size: 1.1rem;
}

.flow__label {
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	padding: 0.4rem 0.6rem 0.6rem;
}

.flow__dl {
	font-size: 1.1rem;
}

.flow__srv {
	font-size: 1.1rem;
}

.flowFv {
	height: 100%;
	padding-bottom: 2rem;
	padding-top: 3rem;
}

.flowFv__inner {
	max-width: 50rem;
}

.flowFv__ttl {
	font-size: 2.6rem;
	gap: 0.6rem;
}

.flowFv__ttl span {
	font-size: 2.2rem;
	padding: 0.4rem 1rem 0.6rem;
}

.flowFv__items {
	flex-direction: column;
	gap: 0.6rem;
	margin-top: 1rem;
}

.flowFv__item {
	max-width: 100%;
}

.flowFv__item:nth-child(2) {
	max-width: 100%;
}

.flowFv__text {
	font-size: 1.2rem;
	margin-top: 1.5rem;
	padding: 0.5rem 1.2rem;
}

.fv-main {
	display: none;
}

.fv-main__list {
	display: none;
}

.fv__inner {
	padding-top: 2rem;
}

.fv__cont {
	gap: 1.2rem;
}

.fv__cont--main {
	display: flex;
}

.fv__ttl {
	font-size: max(1.3rem, 3.467vw);
}

.fv__ttl span {
	font-size: max(2.3rem, 6.133vw);
	margin-bottom: max(0.2rem, 0.533vw);
}

.fv__text {
	max-width: 100%;
	min-width: 16.7rem;
	width: 44.533vw;
}

.fv__swiper {
	aspect-ratio: 750/440;
	height: 100%;
}

.legal__head {
	border-width: 1px;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}

.planDetails {
	padding: 2rem 1.5rem;
}

.planDetails__head {
	font-size: 1.8rem;
	gap: 1rem;
	height: 6.3rem;
}

.planDetails__head span {
	max-width: 6rem;
}

.planDetails__item {
	padding: 1rem 1.5rem;
}

.planDetails__item.--item1 {
	align-items: center;
	flex-direction: column;
	padding-bottom: 0;
}

.planDetails__item.--item1 h3 {
	font-size: 1.8rem;
	height: 5.3rem;
	width: 90%;
}

.planDetails__item.--item1 h3::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	bottom: -1.5rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	height: 1.5rem;
	right: auto;
	top: auto;
	width: 100%;
}

.planDetails__item.--item1 p {
	font-size: 1.6rem;
	margin-left: 0;
	margin-top: 3rem;
}

.planDetails__img {
	position: static;
}

.planDetails__label {
	max-width: 23rem;
}

.planDetails__text {
	font-size: 1.4rem;
	height: 100%;
	text-align: left;
}

.planEstimate__top {
	padding: 0 1.5rem 2rem;
}

.planEstimate__head {
	font-size: 1.5rem;
}

.planEstimate__list {
	gap: 1.2rem;
	margin-top: 3rem;
}

.planEstimate__item {
	font-size: 1.6rem;
}

.planEstimate__text {
	font-size: 1.5rem;
	margin-top: 3rem;
}

.planEstimate__text span {
	font-size: 1.8rem;
}

.planFlow {
	padding-top: 2rem;
}

.planFlow__head {
	font-size: 1.8rem;
	height: 5.7rem;
}

.planFlow__list {
	margin-top: 2rem;
}

.planFv__img {
	height: 24rem;
}

.planFv__inner {
	padding-top: 1.5rem;
}

.planFv__body {
	padding-left: 0;
}

.planFv__lead {
	font-size: 1.6rem;
}

.planFv__ttl {
	font-size: 2.4rem;
}

.planFv__ttl span {
	font-feature-settings: "palt";
	font-size: 1.4rem;
}

.planFv__text {
	font-size: 1.4rem;
}

.planFv__price {
	margin-top: 1rem;
	padding: 0.2rem 1rem 0 0.6rem;
}

.planFv__price .price {
	font-size: 3.8rem;
}

.planFv__price .yen {
	font-size: 2rem;
	margin-left: 0.2rem;
}

.planFv__price .yen::before {
	font-size: 1rem;
	left: 0.2rem;
	top: -1rem;
}

.planFv__price small {
	font-size: 0.9rem;
}

.planFv__note {
	font-size: 0.9rem;
}

.planFv__ttlwrap {
	align-items: center;
}

.planFv__ttlwrapLeft {
	max-width: 8.2rem;
}

.planNav__inner {
	padding: 0;
}

.planNav__list {
	gap: 0.5rem;
}

.planNav__link {
	font-size: 1.3rem;
}

.planNote__inner {
	border-width: 0.3rem 0.3rem 0.3rem 1rem;
	margin: 0 1.5rem;
	padding: 1rem 1.2rem;
}

.planNote__ttl {
	font-size: 1.6rem;
}

.planNote__text {
	font-size: 1.4rem;
	padding-right: 8rem;
}

.planNote__img {
	max-width: 8rem;
}

.planSrv {
	padding: 2rem 1.5rem;
}

.planSrv__head {
	align-items: flex-start;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem 1.5rem 2rem;
	position: relative;
}

.planSrv__headSubttl {
	font-size: 1.5rem;
	padding: 0.8rem 2rem;
}

.planSrv__headTtl {
	font-size: 1.8rem;
}

.planSrv__headTtl .lg {
	font-size: 2.1rem;
}

.planSrv__headTtl .md {
	font-size: 1.8rem;
}

.planSrv__headIcon {
	bottom: 0;
	left: 20rem;
	max-width: 5.2rem;
	position: absolute;
}

.planSrv__body {
	border-width: 0.4rem;
	padding: 2rem 1.2rem;
}

.planSrv__lead {
	font-size: 1.8rem;
}

.planSrv__mainImg {
	margin-top: 1.5rem;
}

.planSrv__list {
	gap: 2rem;
	margin: 2rem auto 0;
	max-width: 45rem;
	padding: 0 1.5rem;
}

.planSrv__item {
	flex-direction: column;
	gap: 1.5rem;
}

.planSrv__details {
	width: 100%;
}

.planSrv__ttl {
	font-size: 1.8rem;
}

.planSrv__text {
	font-size: 1.2rem;
}

.planSrv__img {
	max-width: 100%;
}

.price__topLead {
	font-size: 1.6rem;
	padding: 1.5rem 0;
}

.price__head {
	padding: 1.5rem;
}

.price__headTtl {
	border-width: 3px;
	font-size: 1.8rem;
	padding: 0 1rem 0.6rem;
}

.price__headTtl .lg {
	font-size: 2.8rem;
}

.price__headText {
	font-size: 1.2rem;
	line-height: 1.4;
}

.priceFlow {
	padding-bottom: 2rem;
}

.priceFlow__items {
	gap: 4rem;
}

.priceFlow__itemHead {
	padding: 0.8rem 1.6rem;
}

.priceFlow__item.--item2 .priceFlow__itemHead {
	padding-left: 6.4rem;
}

.priceFlow__itemTtl {
	font-size: 1.8rem;
}

.priceFlow__label {
	left: 1rem;
	max-width: 4.9rem;
	top: -1.4rem;
}

.priceFlow__lists {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2rem;
}

.priceFlow__list:not(:last-child)::after {
	height: 2.8rem;
	right: -1.2rem;
	top: 46%;
	width: 1.5rem;
}

.priceFlow__listTtl {
	font-size: 1.4rem;
}

.priceFlow__listTtl span {
	font-size: 1.8rem;
}

.priceFlow__note {
	font-size: 1rem;
}

.priceFv {
	height: auto;
	position: relative;
}

.priceFv__inner {
	max-width: 50rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.priceFv__head {
	flex-direction: column;
	gap: 1rem;
}

.priceFv__pageTtl {
	font-size: 2.2rem;
}

.priceFv__text {
	font-size: 1.6rem;
}

.priceFv__body {
	padding-top: 8rem;
}

.priceFv__img {
	max-width: 34rem;
	top: -1rem;
}

.priceFv__list {
	grid-template-columns: repeat(1, 1fr);
}

.priceFv__item {
	padding: 2rem 1rem 1rem;
}

.priceFv__item:nth-child(2) {
	border-bottom: 0.2rem solid #FFCFAB;
	border-left: none;
	border-right: none;
	border-top: 0.2rem solid #FFCFAB;
}

.priceFv__itemTtl {
	font-size: 1.2rem;
	margin: 0 auto;
	max-width: 20rem;
	padding: 0.3rem 1rem 0.5rem;
}

.priceFv__itemLead {
	font-size: 1.4rem;
}

.priceFv__itemText {
	line-height: 1.4;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.priceFv__itemIcon.--icon1 {
	max-width: 4.1rem;
}

.priceFv__itemIcon.--icon2 {
	max-width: 6.2rem;
}

.priceFv__itemIcon.--icon3 {
	max-width: 5.6rem;
}

.priceList {
	padding-bottom: 2rem;
}

.priceList__tableWrap {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding-bottom: 1rem;
}

.priceList__notes {
	padding: 1.5rem 1rem 0;
}

.priceList__notes span {
	font-size: 1.4rem;
}

.priceList__note {
	font-size: 1rem;
}

.priceList__message {
	font-size: 1.5rem;
	height: 16.5rem;
	margin-top: 2rem;
	width: calc(100% - 3rem);
}

.pricePickup {
	padding-bottom: 2rem;
}

.pricePickup__inner {
	border-width: 0.4rem;
}

.pricePickup__head {
	font-size: 1.7rem;
	line-height: 1.2;
	padding: 1rem 0.5rem 1rem 8rem;
}

.pricePickup__head::before {
	height: 4.6rem;
	left: 0.6rem;
	width: 6.1rem;
}

.pricePickup__head span {
	font-size: 2rem;
}

.pricePickup__body {
	padding: 1rem;
}

.pricePlan {
	padding: 0 1.2rem 2rem;
}

.pricePlan__tableWrap {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding-bottom: 1rem;
}

.pricePlan__table {
	border-spacing: 0.3rem 0.3rem;
	font-size: 1.3rem;
	min-width: 42rem;
}

.pricePlan__table th {
	font-size: 1.3rem;
	min-width: 8.4rem;
	padding: 1rem;
}

.pricePlan__table thead td span {
	font-size: 1rem;
	margin-top: 0.3rem;
}

.pricePlan__table tbody td {
	font-size: 1.2rem;
}

.pricePlan__table tbody td .isnot {
	width: 2.8rem;
}

.pricePlan__table tbody .link p {
	font-size: 1.3rem;
}

.pricePlan__table tbody .link img {
	aspect-ratio: unset;
	height: 7.5rem;
	max-width: 100%;
}

.pricePlan__table tbody .price {
	height: 5.3rem;
}

.pricePlan__table tbody .price p {
	font-size: 2.3rem;
}

.pricePlan__table tbody .price small {
	font-size: 0.8rem;
	right: 0.5rem;
}

.privacy h2 {
	font-size: 1.8rem;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.privacy h2::before {
	height: 3rem;
	min-width: 0.2rem;
	width: 0.2rem;
}

.privacy__item:not(:nth-child(2)) {
	margin-top: 2.5rem;
}

.privacy p,
.privacy ul li {
	font-size: 1.2rem;
}

.privacy dl dt {
	border-width: 1px;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 2.5rem;
	padding-bottom: 0.8rem;
}

.privacy dl dt span {
	margin-right: 0.3em;
}

.privacy dl dd {
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.privacy ol li,
.privacy ul li {
	gap: 0.3em;
}

.privacy .sheetWrap {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding-bottom: 1rem;
}

.privacy table {
	min-width: 67rem;
	width: 100%;
}

.single {
	margin: 0 auto;
	max-width: 50rem;
	padding: 3.5rem 0 3rem;
}

.single h1 {
	font-size: 2.2rem;
	margin-bottom: 2.5rem;
	padding: 1.2rem;
}

.single__mainImg {
	margin-bottom: 1.5rem;
}

.singleBody {
	margin: 0 auto;
	max-width: 50rem;
}

.singleBody h2 {
	border-width: 0.5rem;
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
	padding: 1rem 1.2rem 1rem 1.5rem;
}

.singleBody__img {
	margin-bottom: 2.5rem;
}

.singleBody__text {
	font-size: 1.3rem;
	margin-bottom: 2.5rem;
}

.singleBody p {
	font-size: 1.3rem;
	margin-bottom: 2.5rem;
}

.singleBody h3 {
	font-size: 1.8rem;
	margin-bottom: 2.5rem;
}

.singleBody__back {
	font-size: 1.7rem;
	height: 5rem;
	margin-bottom: 2rem;
}

.singleBody h4 {
	font-size: 1.4rem;
	margin-bottom: 0.8rem;
}

.singleBody ul {
	margin-bottom: 3rem;
}

.singleBody li {
	font-size: 1.3rem;
}

.terms p {
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.terms__item {
	margin-top: 2.5rem;
}

.terms__item dt {
	font-size: 1.8rem;
	gap: 1rem;
}

.terms__item dt::before {
	min-width: 0.2rem;
	width: 0.2rem;
}

.terms__item dd {
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.terms ul li::before {
	margin-right: 0.3em;
}

.terms__end {
	margin-top: 2rem;
}

.thanksFv {
	padding: 3rem 0;
}

.thanksFv__cont {
	gap: 2rem;
	margin: 0 auto;
	max-width: 50rem;
	padding: 3rem 2rem;
}

.thanksFv__head {
	font-size: 2.1rem;
}

.thanksFv__ttl {
	font-size: 2.1rem;
}

.thanksFv__text {
	font-size: 1.5rem;
}

.thanksFv__tel {
	font-size: 2.4rem;
}

.thanksFv__tel img {
	width: 2.5rem;
}

.thanksFv__img {
	bottom: -0.2rem;
	max-width: 7.3rem;
	right: 1.1rem;
}

.thanksInfo {
	padding-top: 2rem;
}

.thanksInfo__head {
	font-size: 1.8rem;
}

.thanksInfo__telArea {
	margin-top: 1.5rem;
	padding: 1.2rem 0;
}

.thanksInfo__telText {
	font-size: 1.5rem;
}

.thanksInfo__tel {
	font-size: 3rem;
	gap: 0.6rem;
}

.thanksInfo__tel img {
	width: 3rem;
}

.thanksInfo__tel::before {
	left: -7rem;
	max-width: 6.5rem;
	top: -7.3rem;
}

.thanksInfo__lead {
	font-size: 1.5rem;
}

.thanksInfo__list {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0;
}

.thanksInfo__item {
	font-size: 1.2rem;
	margin-top: -1.2rem;
	padding: 1.4rem 1.4rem 2.9rem;
	position: relative;
	width: 100%;
}

.thanksInfo__item:nth-child(2n-1) {
	left: -5rem;
}

.thanksInfo__item:nth-child(2n) {
	right: -5rem;
}

.thanksInfo__img {
	max-width: 30rem;
}

.thanksPlan {
	padding: 2rem 0 4rem;
}

.topAbout {
	padding: 2.4rem 0;
}

.topAbout.--notpt {
	margin-bottom: 1.5rem;
}

.topAbout__inner {
	padding: 0 1.5rem;
}

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

.topAbout__ttl-lg {
	background: #6c6c6c;
	color: #fff;
	font-size: 1.8rem;
	margin: 1.2rem 0;
	padding: 0.4rem 1rem;
}

.topAbout__list {
	margin-top: 1.3rem;
}

.topAbout__list dt:not(:nth-child(1)) {
	margin-top: 1.2rem;
}

.topAbout__list dd {
	margin-top: 1.2rem;
}

.topAbout__img {
	margin-top: 1.2rem;
}

.topAbout__items {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}

.topAbout__item img {
	margin: 0 auto;
	max-width: calc(100% - 12.5rem);
}

.topAbout__itemTtl {
	margin: 0 auto;
	max-width: calc(100% - 12.5rem);
	padding: 0.3rem 1rem;
}

.topAbout__itemText {
	margin-top: 1.2rem;
}

.topAbout__flex {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
}

.topAbout__flexDetails {
	padding: 2rem 1.5rem 0;
}

.topAbout__flexImg {
	max-width: calc(100% - 12.5rem);
}

.topAbout__flexText {
	margin-top: 1rem;
}

.topAbout__listSample dt {
	font-size: 1.2rem;
}

.topAbout__listSample dd {
	margin-top: 0;
}

.topBlog__body {
	padding: 3rem 1.5rem;
}

.topBlog.--single .topBlog__body {
	margin-bottom: 1rem;
}

.topBlog__list {
	gap: 0.5rem;
	grid-template-columns: repeat(1, 1fr);
}

.topComparison {
	padding: 2rem 1.5rem;
}

.topComparison__tableWrap {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding-bottom: 1rem;
}

.topComparison__table {
	min-width: 67rem;
	width: 100%;
}

.topComparison__notes {
	font-size: 1rem;
	margin-top: 0.4rem;
}

.topFlow {
	padding-top: 2rem;
}

.topFlow__head {
	font-size: 1.8rem;
	height: 5.8rem;
}

.topFlow__guide {
	background: #f2f2f2;
	height: 5rem;
	height: auto;
	padding: 2.5rem 0 2rem;
}

.topIntro {
	padding-bottom: 1rem;
}

.topIntro__head {
	aspect-ratio: 750/260;
	background: url(./../images/top/sp/intro1.webp) no-repeat center/cover;
	height: auto;
	padding: 3.9rem 1.5rem 2.1rem;
}

.topIntro__headCont {
	left: 5rem;
	margin: 0 auto;
	max-width: 26.3rem;
	position: relative;
}

.topIntro__ttl {
	font-size: 1.8rem;
}

.topIntro__headText {
	font-size: 1.2rem;
	line-height: 1.6;
	padding-left: 5rem;
}

.topIntro__bodyLists {
	gap: 0.8rem;
	padding: 1.5rem;
}

.topIntro__bodyText {
	font-size: 1.2rem;
	line-height: 1.6;
}

.topIntro__bodyList {
	gap: 1.3rem;
}

.topIntro__bodyItem {
	border-radius: 1.5rem;
	font-size: 1.4rem;
	padding: 0.8rem 1rem 0.8rem;
	width: 8.8rem;
}

.topIntro__bodyText-sm {
	font-size: 1.2rem;
}

.topIntro__foot {
	aspect-ratio: 750/390;
	background: url(./../images/top/sp/intro2.webp) no-repeat top/cover;
	padding: 1.5rem 3.8rem 1.6rem;
}

.topIntro__footText {
	font-size: 1.4rem;
	line-height: 1.6;
}

.topIntro__footMain {
	margin-top: 1rem;
	max-width: 30rem;
}

.topIntro__bottom {
	font-size: 1.1rem;
	padding: 0.3rem;
}

.topIntro__note {
	font-size: 1rem;
	margin-top: 0.9rem;
	padding: 0 1.5rem;
	text-align: left;
}

.topIntro__link {
	font-size: 1.7rem;
	line-height: 1.2;
	margin-top: 1.4rem;
}

.topMessage {
	margin-bottom: 3rem;
	padding: 1.5rem;
}

.topMessage__cont {
	padding: 1rem 1.5rem;
}

.topMessage__text {
	font-size: 1.6rem;
}

.topMessage__link {
	margin-top: 1.5rem;
}

.topMessage__img {
	max-width: 34.2rem;
}

.topPayment {
	padding: 2rem 1.5rem;
}

.topPayment__inner {
	border-width: 2px;
}

.topPayment__head {
	font-size: 1.1rem;
}

.topPayment__body {
	padding: 0.5rem 0.8rem;
}

.topPayment__foot {
	padding: 0.4rem 0 0.1rem;
}

.topPayment__note {
	font-size: 1rem;
}

.topPickup {
	padding: 0 1.5rem 2rem;
}

.topPickup__inner {
	border-width: 0.4rem;
}

.topPickup__head {
	font-size: 1.7rem;
	line-height: 1.2;
	padding: 1rem 0.5rem 1rem 8rem;
}

.topPickup__head::before {
	height: 4.6rem;
	left: 0.6rem;
	width: 6.1rem;
}

.topPickup__head span {
	font-size: 2rem;
}

.topPickup__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 0;
	padding: 0.5rem 1rem 0.9rem;
}

.topPickup__text {
	padding: 0 2rem;
	width: 100%;
}

.topPickup__item.--img {
	width: 50%;
}

.topPlan {
	border: none;
	padding: 1.3rem 1.5rem 2rem;
}

.topReason {
	border-width: 2px;
	margin: 0 auto;
	padding: 3rem 2rem 2rem;
	width: calc(100% - 3rem);
}

.topReason__list {
	grid-gap: 6rem 2rem;
	display: grid;
	gap: 6rem 2rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4rem;
}

.topReason__item {
	max-width: 100%;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

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

.aboutFv {
	background-position-x: -13rem;
}

.priceFv {
	background-position-x: -13rem;
}

}

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

html {
	font-size: 2.6316vw;
}

}


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