body {
	font-family: "Noto Serif JP", serif;
}

body {
	font-weight: 500;
}

body {
	color: #3F3831;
}

.u-desktop {
	display: none;
}

.u-tablet {
	display: none;
}

.worries__top {
	position: relative;
	z-index: 1;
}

.worries__top__contact {
	padding: 18px 9px 24px;
	background-color: #F4F2DF;
	border-radius: 15px 15px 0 0;
	margin: clamp(-150px, -29.3333333333vw, -80px) auto 0;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
	z-index: 2;
}

.worries__top__contact__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.worries__top__contact__inner h3 {
	font-size: clamp(15px, 4.5333333333vw, 26px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #3F3831;
	margin-bottom: clamp(12px, 4.2666666667vw, 20px);
	text-align: center;
}

.worries__top__contact__inner p {
	font-size: clamp(10px, 3.2vw, 16px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: clamp(10px, 6.6666666667vw, 30px);
}

.worries__top__contact__btns {
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
	max-width: unset;
	width: 100%;
}

.worries__top__contact__btns a {
	width: calc(50% - 8px);
	padding: clamp(10px, 3.7333333333vw, 16px) clamp(10px, 4vw, 18px);
	border-radius: 100px;
	font-size: clamp(16px, 4.8vw, 24px);
	gap: 5px;
}

.worries__top__contact__btns a > span {
	display: flex;
}

.worries__top__contact__btns a span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.worries__top__contact__btns a img {
	width: clamp(16px, 4.8vw, 24px);
}

.worries__top__contact__tel {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	padding: 13px 14px 16px;
	border-radius: 10px;
	gap: clamp(10px, 3.2vw, 20px);
	width: 100%;
}

.worries__top__contact__tel p {
	font-size: clamp(10px, 3.2vw, 16px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #3F3831;
	margin-bottom: 0;
}

.worries__top__contact__tel a {
	font-size: clamp(18px, 6.5333333333vw, 32px);
	gap: 4px;
	line-height: 1;
	color: #3F3831;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
}

.worries__top__contact__tel a img {
	width: clamp(32px, 11.2vw, 50px);
}

.worries__top__contact__tel a:hover {
	opacity: 0.8;
}

.worries__top__contact__tel span {
	font-size: clamp(10px, 3.2vw, 16px);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #3F3831;
}

.worries__top__contact.mtnone {
	margin-top: 0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.cases {
	position: relative;
	z-index: 0;
	background-color: #FFFEF8;
	padding: clamp(40px, 2.5rem, 80px) 18px;
}

.cases__title {
	font-size: clamp(18px, 1.375rem, 22px);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #03626A;
}

.cases__title .orange {
	color: #FF9A26;
}

.cases__title .dot {
	font-size: clamp(21px, 1.6875rem, 27px);
}

.cases__content {
	display: flex;
	gap: clamp(20px, 10.6666666667vw, 40px);
	margin-top: clamp(40px, 2.5rem, 70px);
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.cases__content__item {
	width: 39.2vw;
}

.cases__content__item__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cases__content__item p.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.cases__content__item:nth-of-type(2) {
	margin-bottom: clamp(-60px, -10.6666666667vw, -30px);
}

.cases__content__item:last-of-type {
	margin: clamp(-30px, -8vw, -20px) clamp(10px, 10.6666666667vw, 50px) 0 0;
	width: auto;
}

.cases__catch {
	font-size: clamp(20px, 1.625rem, 32px);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.5;
	margin-top: clamp(18px, 1.5rem, 40px);
	text-align: center;
	background: linear-gradient(272.9deg, #57B7A9 0.89%, #03626A 58.66%, #03626A 98.14%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.area__mv {
	position: relative;
	z-index: 1;
	padding-top: 54px;
}

.area__mv__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.area__mv__bg img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: darken;
}

.area__mv__inner {
	position: relative;
	z-index: 1;
	background-image: url("../../images/area/area_mv_bg_sp.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: clamp(30px, 8vw, 30px) clamp(16px, 4.8vw, 35px) 0;
}

.area__mv__inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/area/union_sp.svg");
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: -1;
}

.area__mv__inner::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/area/top_mv_object.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	mix-blend-mode: multiply;
}

.area__mv__inner__logo {
	width: fit-content;
	position: absolute;
	top: calc(2.0833333333vw + clamp(18px, 1.5625vw, 30px));
	display: none;
}

.area__mv__inner__logo a img {
	max-width: 323px;
	width: 16.8229166667vw;
	display: block;
}

.area__mv__inner__content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 16px;
	height: 100%;
}

.area__mv__inner__content__left__top {
	font-size: clamp(12px, 3.2vw, 14px);
	font-weight: 600;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: 0.05em;
	background-color: #2B9686;
	padding: clamp(8px, 2.1333333333vw, 15px) clamp(40px, 8vw, 48px) clamp(8px, 2.1333333333vw, 15px) clamp(10px, 3.7333333333vw, 28px);
	clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
	display: block;
	margin-bottom: clamp(10px, 2.6666666667vw, 16px);
	width: fit-content;
}

.area__mv__inner__content__left__title {
	font-size: clamp(18px, 6.6666666667vw, 36px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.area__mv__inner__content__left__title__name {
	font-size: clamp(18px, 13.3333333333vw, 50px);
	font-weight: 600;
	color: #2B9686;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
}

.area__mv__inner__content__left__title .fs92 {
	font-size: clamp(18px, 9.3333333333vw, 42px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
}

.area__mv__inner__content__left__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(10px, 2.6666666667vw, 16px);
	margin-top: clamp(10px, 6.6666666667vw, 60px);
}

.area__mv__inner__content__left__bottom__title {
	font-size: clamp(8px, 2.6666666667vw, 12px);
	font-weight: 400;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
	background-color: #2B9686;
	padding: 0.1875rem 0.3125rem;
}

.area__mv__inner__content__left__bottom p {
	font-size: clamp(10px, 3.2vw, 18px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: 0.05em;
}

.area__mv__inner__content__left__bottom p .fs62 {
	font-size: clamp(18px, 7.2vw, 36px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: -0.05em;
}

.area__mv__inner__content__left__bottom p .fs48 {
	font-size: clamp(18px, 5.3333333333vw, 28px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: 0.05em;
}

.area__mv__inner__content__right {
	align-self: flex-end;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	justify-content: flex-end;
}

.area__mv__inner__content__right__span {
	font-size: clamp(16px, 5.8666666667vw, 28px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	letter-spacing: 0.05em;
	display: block;
	background: linear-gradient(48.4deg, #795B33 -7.59%, #C2A56E -4.91%, #E4D398 -3.57%, #FBF4D2 -2.23%, #FBF4D2 34.16%, #E7D49F 52.21%, #C7AE76 70.91%, #CFA455 77.36%, #DFCA93 84.94%, #A88B52 87.68%, #E7D6A3 102.49%, #ECDDAD 102.5%, #EEE0B1 108.31%, #EEE0B1 114.75%, #D7C38F 120.56%);
	height: clamp(100px, 34.6666666667vw, 180px);
	width: clamp(100px, 34.6666666667vw, 180px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	text-align: center;
	bottom: clamp(10px, 8vw, 80px);
	left: 0;
	right: 0;
}

.area__mv__inner__content__right__span .fs42 {
	font-size: clamp(16px, 5.8666666667vw, 28px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.area__mv__inner__content__right__span .fs18 {
	font-size: clamp(14px, 4.5333333333vw, 22px);
	font-weight: 600;
	color: #3F3831;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.area__mv__inner__content__right img {
	width: 80vw;
	height: auto;
	object-fit: contain;
	object-position: right;
	transform: translateX(clamp(16px, 4.8vw, 35px));
}

.area__mv__object {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/area/top_mv_object.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	mix-blend-mode: multiply;
}

.worries__top {
	z-index: 2;
}

.worries__top__contact {
	margin: 0 auto;
}

.add__after {
	position: relative;
	z-index: 2;
}

.add__after::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-image: url("../../images/area/level_to_international_object.svg");
	background-size: cover;
	background-position: center;
	z-index: 1;
	mix-blend-mode: multiply;
	pointer-events: none;
}

.level {
	position: relative;
	overflow-x: hidden;
	z-index: 1;
	padding: clamp(20px, 6.4vw, 50px) 16px clamp(40px, 13.3333333333vw, 70px);
}

.level__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(8px, 0.5rem, 16px);
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #2B9686 20.38%);
	margin-bottom: clamp(16px, 1.5rem, 32px);
	color: #fff;
	padding: clamp(15px, 0.9375rem, 20px) clamp(15px, 3.90625vw, 30px);
	width: calc(100vw - 16px - clamp(15px, 3.90625vw, 30px) / 2);
	mix-blend-mode: multiply;
}

.level__title__text {
	font-size: clamp(20px, 1.5625rem, 40px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.level__title__text__span {
	font-size: clamp(20px, 1.25rem, 32px);
}

.level__title__star {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1rem, 24px);
}

.level__title__star img {
	width: clamp(34px, 9.0666666667vw, 45px);
}

.level__text {
	font-size: clamp(14px, 0.875rem, 18px);
	font-weight: 400;
	color: #3F3831;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: clamp(30px, 2.8125rem, 70px);
}

.level__content {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: clamp(4px, 3.125rem, 70px);
}

.level__content__item {
	display: flex;
	gap: clamp(50px, 19.4666666667vw, 100px);
	align-items: baseline;
}

.level__content__item__left {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0.7em;
}

.level__content__item__left__text {
	font-size: clamp(16px, 1.125rem, 32px);
	font-weight: 500;
	color: #3F3831;
	width: 2em;
}

.level__content__item__left__num {
	font-size: clamp(60px, 19.4666666667vw, 100px);
	font-weight: 400;
	color: #3F3831;
	font-family: "Poltawski Nowy", serif;
	opacity: 0.15;
	position: absolute;
	right: 0;
	transform: translateX(65%);
}

.level__content__item__right h3 {
	font-size: clamp(16px, 1.25rem, 26px);
	font-weight: 600;
	color: #3F3831;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: clamp(8px, 0.75rem, 16px);
	width: fit-content;
	color: #216C5A;
}

.level__content__item__right h3 span {
	background: linear-gradient(transparent 60%, #F1ECAF 40%);
}

.level__content__item__right__text {
	font-size: clamp(14px, 0.875rem, 18px);
	font-weight: 400;
	color: #3F3831;
}

.area__flow {
	padding: 50px 18px;
	font-family: "Noto Sans JP", sans-serif;
	background: #EEEFEF;
	position: relative;
}

.area__flow__top.cta__inner {
	display: none;
}

.area__flow__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.area__flow__inner .area__flow__title {
	font-size: clamp(25px, 6.6666666667vw, 36px);
	font-weight: 500;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.area__flow__inner .area__flow__text {
	font-size: clamp(14px, 3.7333333333vw, 16px);
	font-weight: 400;
	line-height: 1.5;
	font-family: "Noto Serif JP", serif;
}

.area__flow__inner .area__flow__text__pc {
	display: none;
}

.area__flow__inner .area__flow__list {
	margin-top: clamp(40px, 10.6666666667vw, 60px);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.area__flow__inner .area__flow__list .area__flow__item {
	position: relative;
	background: #fff;
	padding: clamp(20px, 5.3333333333vw, 40px) clamp(10px, 2.6666666667vw, 20px);
}

.area__flow__inner .area__flow__list .area__flow__item__wrap {
	position: relative;
	width: 76%;
	margin: 0 0 0 auto;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__img {
	position: absolute;
	right: 100%;
	width: 170px;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__head {
	display: flex;
	align-items: flex-start;
	gap: clamp(9px, 2.4vw, 15px);
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__head .area__flow__item__step {
	width: fit-content;
	background: linear-gradient(to right, #5DB7A1, #216C5A);
	color: #fff;
	font-size: clamp(9px, 2.4vw, 15px);
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
	padding: 5px 7px;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__head .area__flow__item__step span {
	font-size: clamp(17px, 4.5333333333vw, 40px);
	line-height: 1;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__head .area__flow__item__title {
	font-size: clamp(20px, 5.3333333333vw, 28px);
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
	color: #197051;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__text {
	font-size: clamp(14px, 3.7333333333vw, 17px);
	line-height: 1.3;
	font-weight: 400;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	padding: 22px 0 0 16px;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__text__pc {
	display: none;
}

.add__bg {
	position: relative;
	background-color: #fff;
	z-index: 2;
	padding-bottom: 80vw;
}

.add__bg::before {
	content: "";
	background-image: url("../../images/area/bg_sp.webp");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.reason {
	padding: clamp(50px, 13.3333333333vw, 80px) 16px;
	position: relative;
	z-index: 4;
}

.reason::after {
	content: "";
	position: absolute;
	top: 0;
	left: -16px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("../../images/area/reason_person_sp.webp");
	background-size: contain;
	background-position: 50% 65vw;
	background-repeat: no-repeat;
}

.reason__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.reason__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: clamp(220px, 58.6666666667vw, 300px);
}

.reason__title__top {
	font-size: clamp(15px, 4.8vw, 26px);
	font-weight: 600;
	color: #03626A;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background-image: url("../../images/area/baloon.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 1.875rem 3.75rem 2.5rem;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
}

.reason__title__bottom {
	font-size: clamp(15px, 6.6666666667vw, 32px);
	font-weight: 600;
	color: #03626A;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}

.reason__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, 8vw, 40px);
}

.reason__content__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(10px, 2.6666666667vw, 20px);
	background-color: #fff;
	padding: clamp(20px, 5.3333333333vw, 30px);
	box-shadow: 0 4px 10px #D5E2DF;
	width: 100%;
}

.reason__content__item h3 {
	font-size: clamp(15px, 4.5333333333vw, 26px);
	font-weight: 600;
	color: #03626A;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.reason__content__item p {
	font-size: clamp(12px, 3.7333333333vw, 16px);
	font-weight: 400;
	color: #3F3831;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
}

.international {
	padding: 0 0 clamp(40px, 13.3333333333vw, 70px);
}

.international__inner {
	padding: 0 16px;
}

.international__inner__left {
	margin-bottom: clamp(10px, 0.75rem, 24px);
}

.international__inner__right {
	display: flex;
	gap: clamp(10px, 6.6666666667vw, 36px);
	justify-content: center;
}

.international__inner__right img {
	width: clamp(100px, 32.2666666667vw, 180px);
	height: auto;
	object-fit: contain;
}

.international__title {
	font-size: clamp(15px, 6.6666666667vw, 32px);
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: clamp(20px, 4.5333333333vw, 24px);
	text-align: center;
}

.international p {
	font-size: clamp(12px, 3.7333333333vw, 16px);
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-align: center;
}

.evidence {
	padding: 0 16px;
	position: relative;
	z-index: 3;
	margin-top: -80vw;
}

.evidence::before {
	content: "";
	position: absolute;
	top: 80vw;
	left: 0;
	width: 100%;
	height: calc(100% - 80vw);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 12.85%, rgba(3, 67, 52, 0.9) 91.83%);
	mix-blend-mode: darken;
	z-index: -1;
}

.evidence__title {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #3F3831;
	text-align: center;
	margin-bottom: clamp(20px, 2.125rem, 40px);
}

.evidence__title__top {
	font-size: clamp(16px, 4.6153846154vw, 28px);
	display: block;
}

.evidence__title__bottom {
	font-size: clamp(22px, 6.4102564103vw, 36px);
	display: block;
}

.evidence__title__bottom__accent {
	color: #216C5A;
}

.evidence__text {
	font-size: clamp(14px, 3.5897435897vw, 16px);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	line-height: 1.5;
	color: #3F3831;
	margin-bottom: clamp(20px, 2.125rem, 40px);
	text-align: center;
}

.evidence__text.tablet {
	display: none;
}

.evidence__inner {
	background-color: #fff;
	padding: clamp(40px, 3.125rem, 70px) clamp(12px, 3.5897435897vw, 28px) 0;
	margin: 0 auto;
	max-width: 1400px;
}

.evidence__inner__contents {
	display: flex;
	flex-direction: column;
}

.evidence__inner__contents__left {
	padding: 0 clamp(16px, 3.5897435897vw, 28px) clamp(20px, 5.1282051282vw, 40px);
}

.evidence__inner__contents__left h3 {
	font-size: clamp(16px, 4.6153846154vw, 26px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #216C5A;
	margin-bottom: clamp(20px, 1.25rem, 28px);
	text-align: center;
}

.evidence__inner__contents__left__item {
	display: flex;
	gap: clamp(12px, 1rem, 24px);
	align-items: center;
	margin-bottom: clamp(20px, 1.25rem, 28px);
}

.evidence__inner__contents__left__item img {
	width: clamp(24px, 7.1794871795vw, 40px);
	height: auto;
	object-fit: contain;
	object-position: center;
}

.evidence__inner__contents__left__item p {
	font-size: clamp(14px, 3.5897435897vw, 16px);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	color: #3F3831;
	background-color: #F1ECAF;
	padding: 0.125rem 0.5rem 0.125rem;
}

.evidence__inner__contents__left__item p.nobg {
	background-color: transparent;
	padding: 0;
}

.evidence__inner__contents__left__item p span {
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	background-color: #F1ECAF;
	border-radius: inherit;
	width: fit-content;
	padding: 0.125rem 0.5rem 0.125rem;
}

.evidence__inner__contents__right__img {
	position: relative;
	width: 45.375rem;
	height: 29.875rem;
	margin-right: -3.75rem;
	z-index: 2;
	display: none;
}

.evidence__inner__contents__right__img img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	z-index: 1;
}

.evidence__inner__contents__bottom {
	position: relative;
	z-index: 1;
	padding: clamp(20px, 5.1282051282vw, 40px) clamp(16px, 3.5897435897vw, 28px) 0;
}

.evidence__inner__contents__bottom::before {
	content: "";
	position: absolute;
	top: 0;
	left: -14.5px;
	width: calc(100vw - 32px);
	height: 100%;
	background-color: #F4F4F4;
	z-index: -2;
	box-sizing: content-box;
}

.evidence__inner__contents__bottom h3 {
	font-size: clamp(14px, 4.6153846154vw, 26px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	margin-bottom: clamp(12px, 1rem, 24px);
}

.evidence__inner__contents__bottom__container {
	display: flex;
	flex-direction: column;
}

.evidence__inner__contents__bottom__container__item {
	display: flex;
	gap: clamp(12px, 1rem, 24px);
	align-items: center;
	margin-bottom: clamp(14px, 1.25rem, 28px);
}

.evidence__inner__contents__bottom__container__item__img {
	width: clamp(24px, 7.1794871795vw, 40px);
}

.evidence__inner__contents__bottom__container__item__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.evidence__inner__contents__bottom__container__item__img img.w45 {
	width: clamp(20px, 5.1282051282vw, 32px);
}

.evidence__inner__contents__bottom__container__item p {
	font-size: clamp(14px, 3.5897435897vw, 16px);
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 600;
	line-height: 1.5;
	color: #3F3831;
}

.voice {
	padding: clamp(40px, 2.5rem, 75px) 16px clamp(50px, 3.125rem, 75px);
}

.voice__inner {
	max-width: 1400px;
	margin: 0 auto;
}

.voice__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: clamp(22px, 2.25rem, 50px);
}

.voice__title__top {
	display: none;
}

.voice__title__bottom {
	font-size: clamp(22px, 6.4102564103vw, 36px);
	display: block;
	font-weight: 500;
	text-align: center;
}

.voice__content {
	display: flex;
	flex-direction: column;
	gap: clamp(40px, 3.125rem, 70px);
}

.voice__content__item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.voice__content__item__top {
	display: flex;
	gap: clamp(10px, 0.8125rem, 16px);
	background-color: #197051;
	padding: clamp(12px, 0.75rem, 16px) clamp(14px, 0.875rem, 18px);
	position: relative;
}

.voice__content__item__top::before {
	content: "";
	position: absolute;
	bottom: 0;
	transform: translateY(98%);
	left: clamp(40px, 3.4375rem, 70px);
	width: 0.90625rem;
	height: 0.96875rem;
	background-color: #197051;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.voice__content__item__top__img {
	position: relative;
	width: 6.125rem;
	height: 3.75rem;
}

.voice__content__item__top__img img {
	width: 100%;
	aspect-ratio: 186/186;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	position: absolute;
	top: clamp(-45px, -7.6923076923vw, -20px);
	left: 0;
}

.voice__content__item__top h3 {
	font-size: clamp(14px, 3.8461538462vw, 20px);
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	width: clamp(150px, 11.875rem, 250px);
}

.voice__content__item__bottom {
	padding: clamp(20px, 1.4375rem, 36px);
	border: 1px solid #197051;
	border-top: none;
	height: 100%;
}

.voice__content__item__bottom p {
	font-size: clamp(14px, 3.8461538462vw, 18px);
	font-weight: 500;
	color: #6A6A6A;
}

.cta {
	padding: clamp(50px, 11.25rem, 210px) 18px;
	background: #F9F8F0;
	position: relative;
	display: none;
	background: url("../../images/area/cta_bg.webp") no-repeat center center/cover;
}

.cta.green {
	background-image: unset;
	background-color: #558B7E;
}

.cta__inner__left h2 span {
	display: inline-block;
	background: linear-gradient(90deg, #5DB7A1 0%, #216C5A 100%);
	padding: clamp(4px, 0.4166666667vw, 8px) clamp(9px, 0.5208333333vw, 18px);
	font-family: "Noto Serif JP", serif;
	color: #fff;
	font-size: inherit;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0.1em;
}

.cta__inner__left p {
	font-size: clamp(16px, 0.9375vw, 18px);
	font-weight: 500;
	color: #3F3831;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.cta__inner__right {
	width: calc(100% - clamp(20px, 27.6041666667vw, 530px) - 5rem);
}

.cta__inner__right__tel p {
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
}

.cta__inner__right__tel span {
	font-size: clamp(14px, 0.8333333333vw, 18px);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #3F3831;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-top: 0.375rem;
}

.cta__inner__right__btn {
	display: flex;
	gap: 2.125rem;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.cta__inner__right__btn a {
	width: calc(50% - 1.0625rem);
	font-size: clamp(14px, 1.1458333333vw, 22px);
	padding: clamp(10px, 0.8333333333vw, 20px) clamp(10px, 1.0416666667vw, 20px);
}

.cta__inner__right__btn a span {
	display: flex;
}

.area__faq {
	padding: 50px 18px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	background: url("../../images/area/faq_bg.webp") no-repeat center center/cover;
}

.area__faq__inner {
	max-width: 1400px;
	margin: 0 auto;
}

.area__faq__inner .area__faq__title {
	font-size: clamp(26px, 6.9333333333vw, 36px);
	font-weight: 500;
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.area__faq__inner .area__faq__text__sp {
	font-size: clamp(14px, 3.7333333333vw, 18px);
	font-weight: 400;
	text-align: center;
	margin-bottom: clamp(28px, 7.4666666667vw, 38px);
}

.area__faq__inner .area__faq__text__pc {
	display: none;
}

.area__faq__inner .area__faq__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.area__faq__inner .area__faq__list .area__faq__item {
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 22px 8px;
}

.area__faq__inner .area__faq__list .area__faq__item.open .area__faq__item__question__toggle {
	transform: rotate(180deg);
}

.area__faq__inner .area__faq__list .area__faq__item__question {
	display: flex;
	align-items: center;
	padding: 0 7px 0 2px;
	gap: 10px;
}

.area__faq__inner .area__faq__list .area__faq__item__question__icon {
	font-size: clamp(20px, 2.8125vw, 45px);
	font-weight: 400;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	color: #56B6A8;
}

.area__faq__inner .area__faq__list .area__faq__item__question__text {
	font-size: clamp(14px, 3.7333333333vw, 18px);
	font-weight: 500;
	line-height: 1.2;
	flex-grow: 1;
}

.area__faq__inner .area__faq__list .area__faq__item__question__toggle {
	width: 20px;
	aspect-ratio: 1;
	flex-shrink: 0;
	object-fit: contain;
	display: block;
	transition: transform 0.3s ease-in-out;
}

.area__faq__inner .area__faq__list .area__faq__item__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner {
	background: #fff;
	padding: 16px 14px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: clamp(10px, 1.25vw, 24px);
	background: #F4F4F4;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner .area__faq__item__answer__icon {
	font-size: clamp(20px, 2.0833333333vw, 30px);
	font-weight: 400;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	color: #56B6A8;
	align-self: flex-start;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner .area__faq__item__answer__text {
	font-size: clamp(13px, 3.4666666667vw, 16px);
	font-weight: 400;
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	flex-grow: 1;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner .area__faq__item__answer__text br {
	display: none;
}

.area__faq__inner .area__faq__btn {
	display: flex;
	justify-content: center;
	margin-top: clamp(64px, 4.4270833333vw, 85px);
}

.area__faq__inner .area__faq__btn .btn_transparent .btn__arrow {
	width: clamp(24px, 2.03125vw, 39px);
	height: clamp(24px, 2.03125vw, 39px);
	background-image: url("../../images/area/area_faq_arrow.svg");
}

.area__faq__inner .area__faq__btn .btn_transparent:hover .btn__arrow {
	background-image: url("../../images/area/area_faq_arrow_white.svg");
}

.price {
	padding: clamp(40px, 13.3333333333vw, 75px) 0 0;
	position: relative;
	z-index: 1;
}

.price::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../../images/area/price_bg.svg") no-repeat center center/cover;
	z-index: -1;
}

.price__inner {
	background-color: #fff;
	margin: 0 auto;
	padding: clamp(40px, 13.3333333333vw, 75px) 20px;
	position: relative;
	z-index: 1;
}

.price__inner__container {
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
}

.price__title {
	font-size: clamp(24px, 6.4vw, 30px);
	font-weight: 700;
	line-height: 1.3;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom: clamp(20px, 8vw, 50px);
}

.price__text {
	font-size: clamp(14px, 3.7333333333vw, 18px);
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: clamp(20px, 5.3333333333vw, 30px);
}

.price__type__table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: clamp(40px, 16vw, 90px);
}

.price__type__table th {
	font-size: clamp(14px, 1.3020833333vw, 25px);
	font-weight: 700;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	padding: 1.25rem;
	background: linear-gradient(90deg, #5DB7A1 0%, #216C5A 100%);
	color: #fff;
	text-align: left;
	width: clamp(95px, 25.3333333333vw, 120px);
	padding: clamp(4px, 1.6vw, 10px);
}

.price__type__table th.add__green {
	background: #F0FFEF;
	color: #216C5A;
}

.price__type__table td {
	display: flex;
	flex-direction: column;
	padding: clamp(4px, 1.6vw, 10px) clamp(6px, 2.1333333333vw, 14px) clamp(4px, 1.6vw, 10px);
	gap: clamp(4px, 1.6vw, 10px);
}

.price__type__table td.gray__bg {
	background: #F2F2F2;
}

.price__type__table td.white__bg {
	background: #fff;
}

.price__type__table td .left {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	width: 100%;
}

.price__type__table td .left .price__type__table__price {
	font-size: clamp(14px, 1.3020833333vw, 25px);
	line-height: 1;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #216C5A;
}

.price__type__table td .left .price__type__table__price .fs45 {
	font-size: clamp(20px, 6.9333333333vw, 32px);
	font-family: inherit;
}

.price__type__table td .left .price__type__table__price .fs30 {
	font-size: clamp(14px, 4.5333333333vw, 22px);
	font-family: inherit;
}

.price__type__table td .left .price__type__table__price .bold {
	font-weight: 700;
}

.price__type__table td .left .price__type__table__data {
	font-size: clamp(14px, 1.0416666667vw, 25px);
	font-weight: 400;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #3F3831;
	display: flex;
	gap: 0.375rem;
	align-self: flex-end;
}

.price__type__table td .right {
	width: 100%;
	font-size: clamp(14px, 0.9375vw, 25px);
	font-weight: 400;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #3F3831;
}

.price__baloon {
	font-size: clamp(14px, 4.8vw, 24px);
	display: block;
	margin: 0 auto clamp(24px, 8vw, 40px);
	font-weight: 600;
	color: #03626A;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background-image: url("../../images/area/price_baloon.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: clamp(10px, 5.3333333333vw, 30px) clamp(10px, 4.2666666667vw, 30px) clamp(10px, 8vw, 40px);
	font-family: "Noto Serif JP", serif;
	text-align: center;
	width: fit-content;
}

.price__comparison__table {
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 445px;
}

.price__comparison__table tbody {
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
}

.price__comparison__table tr {
	display: flex;
	flex-direction: column;
	width: 113px;
}

.price__comparison__table tr:nth-of-type(1) {
	width: 76px;
}

.price__comparison__table tr.ta-left td {
	align-items: center;
	padding: 0 clamp(4px, 1.6vw, 10px) 0 clamp(6px, 2.1333333333vw, 14px);
}

.price__comparison__table tr th {
	font-size: clamp(14px, 3.7333333333vw, 18px);
	font-weight: 700;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
	height: clamp(60px, 16vw, 87px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.price__comparison__table tr th.deep__gray {
	background-color: #D9D9D9;
	color: #3F3831;
}

.price__comparison__table tr td {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	padding: clamp(4px, 1.6vw, 10px) clamp(2px, 0.8vw, 5px);
	background: #F2F2F2;
	text-align: center;
	height: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(2px, 0.8vw, 6px);
	border-top: 1px solid #fff;
}

.price__comparison__table tr td .u-tablet {
	display: none;
}

.price__comparison__table tr td img {
	width: clamp(20px, 7.4666666667vw, 40px);
}

.price__comparison__table tr td.nobg {
	background-color: transparent;
	height: clamp(60px, 16vw, 87px);
}

.price__comparison__table tr.green {
	width: 138px;
}

.price__comparison__table tr.green th {
	background: linear-gradient(90deg, #5DB7A1 0%, #216C5A 100%);
	color: #fff;
}

.price__comparison__table tr.green td {
	height: 75px;
}

.price__comparison__table tr.green td:nth-of-type(odd) {
	background: #F0FFEF;
	color: #216C5A;
}

.price__comparison__table tr.green td:nth-of-type(even) {
	background: linear-gradient(90deg, #5DB7A1 0%, #216C5A 100%);
	color: #fff;
}

.price__btn {
	display: flex;
	justify-content: center;
	margin-top: clamp(20px, 9.6vw, 48px);
}

.price__btn .btn {
	width: 100%;
	max-width: 250px;
	width: min(100%, 210px);
	border: 2px solid #216C5A;
	color: #216C5A;
	font-size: clamp(15px, 1.3020833333vw, 25px);
	font-weight: 700;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 2.9333333333vw, 16px);
}

.price__btn .btn .btn__arrow {
	width: 24px;
	height: 24px;
	background-image: url("../../images/area/btn_arrow.svg") !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.price .scroll__available__wrap {
	overflow: auto;
	position: relative;
}

.price .scroll__available__wrap .scroll__available__image {
	width: 104px;
	height: 85px;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
	object-fit: contain;
	object-position: center;
}

.price .scroll__available__wrap.is-scrolled .scroll__available__image {
	opacity: 0;
}

.price__safety {
	position: relative;
	padding: 0 0 clamp(10px, 0.625rem, 30px);
	background-color: #fff;
	display: flex;
	flex-direction: column-reverse;
}

.price__safety__inner {
	padding: 0 18px;
	position: relative;
	z-index: 1;
	top: -10.6666666667vw;
}

.price__safety__inner__top {
	display: flex;
	align-items: center;
}

.price__safety__inner__top .price__safety__title {
	font-size: clamp(20px, 1.625rem, 34px);
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin-bottom: clamp(12px, 5.3333333333vw, 32px);
}

.price__safety__inner__top .price__safety__title .fs58 {
	font-size: clamp(24px, 1.9375rem, 40px);
}

.price__safety__inner__top .price__safety__title .green {
	color: #197051;
}

.price__safety__inner__top img {
	width: 16.875rem;
	aspect-ratio: 270/270;
	object-fit: contain;
}

.price__safety__inner__bottom h3 {
	font-size: clamp(16px, 1.125rem, 28px);
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 600;
	color: #3F3831;
	margin-bottom: clamp(12px, 1rem, 20px);
}

.price__safety__inner__bottom p {
	font-size: clamp(12px, 0.875rem, 18px);
	line-height: 1.3;
	letter-spacing: 0.03em;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	color: #3F3831;
}

.price__safety__inner__bottom img {
	width: clamp(100px, 7.5rem, 160px);
	aspect-ratio: 120/118;
	object-fit: contain;
}

.price__safety__inner__bottom__flex {
	display: flex;
	gap: clamp(8px, 1rem, 24px);
}

.price__safety__bg {
	width: 100%;
	height: 100%;
	position: relative;
}

.price__safety__bg img {
	height: 100%;
	width: 100%;
	object-position: right;
	object-fit: cover;
	max-height: 58.6666666667vw;
}

.price__safety__bg img.follow {
	position: absolute;
	width: 37.0666666667vw;
	height: auto;
	top: 22%;
	right: 0;
}

@media (hover: hover) {

.price__btn .btn:hover {
	color: #fff;
}

.price__btn .btn .btn__arrow:hover {
	background-image: url("../../images/area/area_faq_arrow_white.svg") !important;
}

}

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

.u-mobile {
	display: none;
}

.u-tablet {
	display: block;
}

.worries__top__contact {
	padding: 32px 36px 40px;
	margin: clamp(-150px, -5.7291666667vw, -80px) auto 0;
}

.cases {
	padding: clamp(40px, 7.8125vw, 80px) 20px;
}

.cases__title {
	font-size: clamp(18px, 3.125vw, 30px);
}

.cases__title .dot {
	background-image: radial-gradient(circle at center, #FF9A26 14%, transparent 14%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 10px;
	padding-top: 0.2em;
	font-size: clamp(18px, 3.90625vw, 36px);
}

.cases__content {
	gap: clamp(20px, 3.125vw, 32px);
	margin-top: clamp(40px, 5.2083333333vw, 60px);
	justify-content: center;
	flex-wrap: nowrap;
}

.cases__content__item {
	width: auto;
}

.cases__content__item:nth-of-type(2) {
	margin-bottom: clamp(-60px, -5.2083333333vw, -30px);
}

.cases__content__item:last-of-type {
	margin: 0;
}

.cases__catch {
	font-size: clamp(24px, 4.6875vw, 42px);
	margin-top: clamp(60px, 11.71875vw, 120px);
}

.area__mv {
	padding-top: 70px;
}

.area__mv__bg {
	top: 70px;
	height: 51.3541666667vw;
}

.area__mv__bg img {
	height: 51.3541666667vw;
}

.area__mv__inner {
	background-image: url("../../images/area/area_mv_bg.webp");
	padding: 0;
	height: 51.3541666667vw;
}

.area__mv__inner::before {
	background-image: url("../../images/area/union.svg");
	background-size: contain;
	background-position: center;
}

.area__mv__inner__content {
	gap: clamp(10px, 1.3020833333vw, 16px);
	flex-direction: row;
	align-items: center;
}

.area__mv__inner__content__left {
	padding-left: clamp(10px, 2.6041666667vw, 120px);
}

.area__mv__inner__content__left__top {
	font-size: clamp(14px, 1.953125vw, 27.5px);
	padding: clamp(8px, 1.3020833333vw, 15px) clamp(40px, 5.2083333333vw, 60px) clamp(8px, 1.3020833333vw, 15px) clamp(10px, 1.8229166667vw, 28px);
	display: block;
	margin-bottom: clamp(14px, 2.0833333333vw, 32px);
}

.area__mv__inner__content__left__title {
	font-size: clamp(18px, 5.2083333333vw, 64px);
}

.area__mv__inner__content__left__title__name {
	font-size: clamp(18px, 7.2916666667vw, 80px);
}

.area__mv__inner__content__left__title .fs92 {
	font-size: clamp(18px, 6.25vw, 72px);
}

.area__mv__inner__content__left__bottom {
	margin-top: clamp(16px, 2.8645833333vw, 30px);
	gap: clamp(10px, 1.3020833333vw, 16px);
	flex-direction: column;
	align-items: flex-start;
}

.area__mv__inner__content__left__bottom__title {
	font-size: clamp(14px, 2.0833333333vw, 20px);
	padding: clamp(3px, 0.390625vw, 3px) clamp(5px, 0.6510416667vw, 5px);
	margin-top: 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	margin-top: 0.3em;
}

.area__mv__inner__content__left__bottom p .fs62 {
	font-size: clamp(14px, 4.1666666667vw, 62px);
}

.area__mv__inner__content__left__bottom p .fs48 {
	font-size: clamp(14px, 3.125vw, 48px);
}

.area__mv__inner__content__right {
	justify-content: flex-start;
	width: auto;
}

.area__mv__inner__content__right__span {
	bottom: clamp(30px, 5.2083333333vw, 150px);
	height: clamp(100px, 15.625vw, 150px);
	width: clamp(100px, 15.625vw, 150px);
	font-size: clamp(14px, 2.0833333333vw, 20px);
}

.area__mv__inner__content__right__span .fs42 {
	font-size: clamp(14px, 2.34375vw, 42px);
}

.area__mv__inner__content__right__span .fs18 {
	font-size: clamp(14px, 2.34375vw, 32px);
}

.area__mv__inner__content__right img {
	width: clamp(200px, 41.6666666667vw, 800px);
	transform: unset;
	object-position: center;
}

.worries__top__contact {
	margin: 0 auto;
}

.level {
	padding: clamp(30px, 10.4166666667vw, 120px) 16px;
}

.level::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../images/area/level_world.svg");
	background-size: 36.9791666667vw;
	background-position: 90% 80%;
	background-repeat: no-repeat;
	z-index: -1;
}

.level__inner {
	padding: 0 16px;
}

.level__title {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #2B9686 20.38%);
	margin-bottom: clamp(24px, 5.2083333333vw, 48px);
}

.level__title__text {
	font-size: clamp(36px, 4.6875vw, 48px);
}

.level__title__text__span {
	font-size: clamp(30px, 3.90625vw, 40px);
}

.level__title__star {
	gap: clamp(18px, 4.5572916667vw, 35px);
}

.level__title__star img {
	width: 5.859375vw;
}

.level__text {
	font-size: clamp(16px, 2.34375vw, 20px);
	margin-bottom: clamp(50px, 10.4166666667vw, 100px);
}

.level__content {
	gap: clamp(50px, 9.5052083333vw, 100px);
}

.level__content__item {
	gap: clamp(50px, 9.5052083333vw, 100px);
}

.level__content__item__left {
	top: 0;
}

.level__content__item__left__text {
	font-size: clamp(16px, 3.125vw, 32px);
}

.level__content__item__left__num {
	font-size: clamp(100px, 10.4166666667vw, 120px);
}

.level__content__item__right h3 {
	margin-bottom: clamp(12px, 1rem, 20px);
	font-size: clamp(24px, 3.125vw, 32px);
}

.level__content__item__right__text {
	font-size: clamp(16px, 2.6041666667vw, 20px);
}

.area__flow {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

.area__flow__top.cta__inner {
	display: flex;
	margin-bottom: clamp(50px, 7.8125vw, 100px);
}

.area__flow__inner .area__flow__text {
	display: none;
}

.area__flow__inner .area__flow__text__pc {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
}

.area__flow__inner .area__flow__list {
	margin-top: clamp(100px, 7.1875vw, 138px);
	gap: clamp(60px, 5.7291666667vw, 110px);
}

.area__flow__inner .area__flow__list .area__flow__item {
	width: 76%;
	margin: 0 0 0 auto;
	padding: 25px clamp(30px, 2.0833333333vw, 40px);
}

.area__flow__inner .area__flow__list .area__flow__item__wrap {
	width: 100%;
	margin: 0;
	position: unset;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__img {
	width: 36%;
	top: clamp(-85px, -4.4270833333vw, -50px);
	right: calc(100% - clamp(30px, 2.0833333333vw, 40px));
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__head {
	align-items: center;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__head .area__flow__item__title br {
	display: none;
}

.add__bg {
	padding-bottom: 26.0416666667vw;
}

.add__bg::before {
	background-image: url("../../images/area/bg.webp");
	top: -17.25rem;
	width: 100%;
	height: calc(100% + 17.25rem);
	z-index: -2;
}

.reason {
	padding: clamp(50px, 6.5104166667vw, 80px) 16px;
}

.reason::after {
	width: 80%;
	background-position: 50% 40vw;
	max-width: 600px;
}

.reason__title {
	margin-bottom: clamp(10px, 46.875vw, 500px);
}

.reason__title__top {
	font-size: clamp(20px, 3.125vw, 32px);
	padding: clamp(20px, 2.6041666667vw, 30px) clamp(20px, 5.2083333333vw, 48px) clamp(20px, 4.5572916667vw, 35px);
}

.reason__title__bottom {
	font-size: clamp(20px, 4.6875vw, 48px);
}

.reason__content {
	gap: clamp(20px, 1.25rem, 30px);
}

.reason__content__item {
	width: 100%;
	height: auto;
	padding: clamp(20px, 1.25rem, 30px) clamp(20px, 1.5rem, 36px);
	gap: clamp(10px, 2.6041666667vw, 30px);
}

.reason__content__item h3 {
	font-size: clamp(20px, 3.125vw, 30px);
}

.reason__content__item p {
	font-size: clamp(14px, 2.0833333333vw, 18px);
}

.international {
	padding: clamp(30px, 3.90625vw, 50px) 16px clamp(30px, 6.5104166667vw, 120px);
	position: relative;
}

.international__inner {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: clamp(10px, 3.125vw, 64px);
}

.international__inner__left {
	width: 50%;
	margin-bottom: 0;
}

.international__inner__right {
	gap: clamp(10px, 3.125vw, 64px);
	width: 50%;
	justify-content: flex-start;
}

.international__inner__right img {
	width: clamp(100px, 19.53125vw, 285px);
}

.international__title {
	text-align: left;
	margin-bottom: clamp(20px, 8vw, 40px);
}

.international p {
	font-size: clamp(14px, 2.0833333333vw, 18px);
	text-align: left;
}

.evidence {
	padding: 0 20px clamp(40px, 6.5104166667vw, 100px);
	border-radius: 50px 50px 0 0;
	margin-top: -26.0416666667vw;
}

.evidence::before {
	left: 0;
	width: 100%;
	top: 26.0416666667vw;
	height: 100%;
}

.evidence__title__top {
	font-size: clamp(24px, 3.90625vw, 38px);
}

.evidence__title__bottom {
	font-size: clamp(32px, 4.6875vw, 46px);
}

.evidence__text {
	font-size: clamp(16px, 2.0833333333vw, 18px);
	margin-bottom: clamp(20px, 3.6458333333vw, 32px);
	text-align: left;
}

.evidence__text.tablet {
	display: block;
}

.evidence__inner {
	padding: clamp(80px, 7.5rem, 120px) 20px 0;
}

.evidence__inner__contents {
	flex-direction: column-reverse;
	padding: 0 clamp(20px, 3.6458333333vw, 28px) clamp(20px, 3.6458333333vw, 28px);
	gap: clamp(20px, 1.25rem, 28px);
}

.evidence__inner__contents__left {
	padding: 0;
}

.evidence__inner__contents__left h3 {
	font-size: clamp(18px, 3.6458333333vw, 32px);
	text-align: left;
}

.evidence__inner__contents__left__item {
	gap: clamp(20px, 3.6458333333vw, 28px);
}

.evidence__inner__contents__left__item img {
	width: clamp(40px, 12.8205128205vw, 50px);
}

.evidence__inner__contents__left__item p {
	font-size: clamp(16px, 2.6041666667vw, 24px);
}

.evidence__inner__contents__left__item p.nobg {
	background-color: #F1ECAF;
	padding: 0.125rem 0.5rem 0.125rem;
}

.evidence__inner__contents__left__item p span {
	padding: 0;
}

.evidence__inner__contents__right__img {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.evidence__inner__contents__right__img img {
	max-width: 500px;
}

.evidence__inner__contents__bottom {
	margin-top: 0;
	padding: clamp(20px, 3.6458333333vw, 32px) clamp(20px, 3.6458333333vw, 28px);
}

.evidence__inner__contents__bottom::before {
	top: 0;
	left: -20px;
	width: calc(100vw - 40px);
	height: 100%;
	background-color: #F4F4F4;
	z-index: -2;
	box-sizing: content-box;
	padding: 0;
}

.evidence__inner__contents__bottom h3 {
	font-size: clamp(18px, 3.6458333333vw, 32px);
	margin-bottom: clamp(20px, 3.6458333333vw, 32px);
	text-align: left;
}

.evidence__inner__contents__bottom__container {
	gap: 0;
}

.evidence__inner__contents__bottom__container__item__img {
	width: clamp(40px, 6.5104166667vw, 50px);
}

.evidence__inner__contents__bottom__container__item__img img.w45 {
	width: clamp(24px, 4.1666666667vw, 36px);
}

.evidence__inner__contents__bottom__container__item p {
	font-size: clamp(16px, 2.6041666667vw, 24px);
}

.voice {
	padding: clamp(30px, 5.2083333333vw, 80px) 20px clamp(80px, 10.4166666667vw, 100px);
}

.voice__title {
	margin-bottom: clamp(40px, 8.3333333333vw, 80px);
}

.voice__title__top {
	font-size: clamp(24px, 3.125vw, 38px);
	display: block;
	font-weight: 600;
	color: #216C5A;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background-image: url("../../images/area/baloon.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: clamp(10px, 3.6458333333vw, 36px) clamp(40px, 7.8125vw, 60px) clamp(10px, 5.2083333333vw, 40px);
	display: inline-block;
	font-family: "Noto Serif JP", serif;
}

.voice__title__bottom {
	font-size: clamp(32px, 4.6875vw, 46px);
	text-align: left;
}

.voice__content {
	gap: clamp(40px, 11.71875vw, 120px);
}

.voice__content__item {
	width: 100%;
}

.voice__content__item__top {
	gap: clamp(10px, 2.6041666667vw, 20px);
}

.voice__content__item__top::before {
	width: clamp(14px, 3.125vw, 24px);
	height: clamp(15.5px, 3.515625vw, 31px);
	left: clamp(40px, 10.4166666667vw, 120px);
}

.voice__content__item__top__img {
	width: clamp(100px, 31.25vw, 285px);
	height: clamp(50px, 13.0208333333vw, 200px);
}

.voice__content__item__top__img img {
	top: clamp(-60px, -7.8125vw, -20px);
}

.voice__content__item__top h3 {
	width: 25.3125rem;
	font-size: clamp(18px, 3.6458333333vw, 36px);
}

.voice__content__item__bottom {
	padding: clamp(20px, 4.6875vw, 43px) clamp(28px, 5.2083333333vw, 56px);
}

.voice__content__item__bottom p {
	font-size: clamp(14px, 2.34375vw, 18px);
}

.cta {
	padding: clamp(50px, 5rem, 150px) 20px 0;
	display: block;
}

.cta__inner {
	padding: clamp(32px, 4.1666666667vw, 48px) clamp(24px, 3.125vw, 48px);
	flex-direction: column;
	display: flex;
	gap: clamp(30px, 1.5rem, 40px);
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
}

.cta__inner__left {
	width: 100%;
}

.cta__inner__left h2 {
	font-size: clamp(24px, 4.9479166667vw, 53px);
	font-weight: 600;
	color: #216C5A;
	font-family: "Noto Serif JP", serif;
	line-height: 1;
	margin-bottom: 0.5rem;
	text-align: center;
}

.cta__inner__right {
	width: 100%;
}

.cta__inner__right__tel {
	background: #F9F8F0;
	padding: clamp(24px, 1.25vw, 32px) clamp(24px, 1.25vw, 32px) clamp(10px, 0.8333333333vw, 20px);
	border-radius: 10px;
	margin-bottom: clamp(10px, 1.3020833333vw, 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.375rem;
}

.cta__inner__right__tel p img {
	width: clamp(80px, 10.4166666667vw, 120px);
}

.cta__inner__right__tel p a {
	font-size: clamp(40px, 6.5104166667vw, 78px);
	font-weight: 700;
	color: #3F3831;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	line-height: 1;
	letter-spacing: 0.05em;
}

.cta__inner__right__tel span {
	font-size: clamp(14px, 2.0833333333vw, 20px);
	margin-top: 0;
}

.cta__inner__right__btn a {
	font-size: clamp(14px, 2.6041666667vw, 22px);
	padding: clamp(10px, 2.0833333333vw, 20px) clamp(10px, 2.6041666667vw, 20px);
}

.cta__inner__right__btn a img {
	width: clamp(24px, 3.90625vw, 120px);
}

.area__faq {
	padding: clamp(60px, 7.8125vw, 80px) 20px;
}

.area__faq__inner .area__faq__text__sp {
	display: none;
}

.area__faq__inner .area__faq__text__pc {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-bottom: clamp(34px, 3.4722222222vw, 50px);
}

.price {
	padding: clamp(60px, 7.8125vw, 80px) 20px clamp(40px, 6.5104166667vw, 100px);
}

.price__inner {
	padding: clamp(60px, 6.5104166667vw, 70px) 20px clamp(40px, 6.5104166667vw, 100px);
	background-color: rgba(255, 255, 255, 0.7);
}

.price__title {
	font-size: clamp(24px, 3.125vw, 30px);
	text-align: left;
}

.price__text {
	font-size: clamp(16px, 2.0833333333vw, 18px);
	text-align: center;
	margin-bottom: clamp(24px, 5.2083333333vw, 40px);
}

.price__type__table {
	margin-bottom: clamp(24px, 6.5104166667vw, 50px);
}

.price__type__table th {
	width: clamp(150px, 28.6458333333vw, 300px);
	padding: clamp(20px, 2.0833333333vw, 20px);
	font-size: clamp(14px, 2.34375vw, 18px);
}

.price__type__table td {
	padding: clamp(8px, 1.0416666667vw, 16px) clamp(20px, 2.6041666667vw, 60px) clamp(8px, 1.0416666667vw, 16px);
	gap: clamp(8px, 1.0416666667vw, 16px);
}

.price__type__table td .left {
	width: 100%;
}

.price__type__table td .left .price__type__table__price .fs45 {
	font-size: clamp(24px, 4.6875vw, 36px);
}

.price__type__table td .left .price__type__table__price .fs30 {
	font-size: clamp(18px, 3.125vw, 24px);
}

.price__type__table td .right {
	width: 100%;
	font-size: clamp(14px, 2.0833333333vw, 18px);
	font-weight: 700;
}

.price__baloon {
	font-size: clamp(24px, 2.6041666667vw, 28px);
	margin: 0 auto clamp(24px, 5.2083333333vw, 40px);
	padding: clamp(10px, 3.6458333333vw, 36px) clamp(40px, 7.8125vw, 60px) clamp(10px, 6.5104166667vw, 50px);
}

.price__comparison__table {
	margin-bottom: clamp(40px, 7.8125vw, 90px);
	width: 100%;
}

.price__comparison__table tr:nth-of-type(1) {
	width: clamp(150px, 19.53125vw, 350px);
}

.price__comparison__table tr {
	width: clamp(150px, 19.53125vw, 350px);
}

.price__comparison__table tr.ta-left td {
	padding: 0 clamp(4px, 0.78125vw, 10px) 0 clamp(6px, 1.0416666667vw, 14px);
	align-items: flex-start;
}

.price__comparison__table tr th {
	font-size: clamp(14px, 2.34375vw, 18px);
	height: 87px;
}

.price__comparison__table tr td .u-tablet {
	display: block;
}

.price__comparison__table tr td {
	font-size: clamp(14px, 0.9375vw, 25px);
	height: 87px;
}

.price__comparison__table tr td img {
	width: clamp(20px, 3.90625vw, 40px);
}

.price__comparison__table tr td.nobg {
	height: 87px;
}

.price__comparison__table tr.green {
	width: clamp(200px, 26.0416666667vw, 350px);
}

.price__comparison__table tr.green td {
	height: 87px;
}

.price__btn {
	margin-top: 0;
}

.price__btn .btn {
	max-width: 350px;
	gap: clamp(10px, 1.953125vw, 15px);
	font-size: clamp(14px, 1.3020833333vw, 25px);
	width: 100%;
}

.price__btn .btn .btn__arrow {
	width: 28px;
	height: 28px;
}

.price .scroll__available__wrap {
	width: 100%;
	margin: 0;
}

.price .scroll__available__wrap .scroll__available__image {
	display: none;
}

.price__safety {
	padding: clamp(50px, 3.125rem, 70px) 0;
	background-color: transparent;
	display: block;
}

.price__safety__inner {
	padding: 0 20px;
	top: 0;
}

.price__safety__inner__top .price__safety__title {
	font-size: clamp(28px, 4.6875vw, 42px);
	margin-bottom: 0;
}

.price__safety__inner__top .price__safety__title .fs58 {
	font-size: clamp(32px, 5.46875vw, 48px);
}

.price__safety__inner__top img {
	width: clamp(180px, 26.0416666667vw, 250px);
	display: block;
}

.price__safety__inner__bottom h3 {
	font-size: clamp(18px, 2.8645833333vw, 28px);
	margin-bottom: 2.0833333333vw;
}

.price__safety__inner__bottom p {
	font-size: clamp(16px, 2.0833333333vw, 20px);
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.price__safety__bg {
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 0;
	bottom: 0;
}

.price__safety__bg img {
	object-position: right;
	object-fit: cover;
	max-height: unset;
}

.price__safety__bg img.follow {
	display: none;
}

}

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

.u-desktop {
	display: block;
}

.u-tablet {
	display: none;
}

.worries__top__contact {
	width: 79.875rem;
	padding: 4rem 6.25rem;
	background-color: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
	border-radius: 20px;
	position: absolute;
	top: clamp(-165px, -5.7291666667vw, -110px);
	left: 50%;
	transform: translateX(-50%);
}

.worries__top__contact__inner h3 {
	font-size: 2.125rem;
	margin-bottom: 1rem;
	line-height: 1;
	text-align: left;
}

.worries__top__contact__inner p {
	font-size: 1.125rem;
	margin-bottom: 2.25rem;
}

.worries__top__contact__btns {
	gap: 1rem;
	margin-bottom: 1.5625rem;
}

.worries__top__contact__btns a {
	width: calc(50% - 0.5rem);
	padding: 1.125rem 1.5rem;
	border-radius: 100px;
	font-size: 1.875rem;
	gap: 1rem;
}

.worries__top__contact__btns a img {
	width: 2.1875rem;
}

.worries__top__contact__tel {
	padding: 1.125rem 1.5rem;
	border-radius: 10px;
	gap: 2.5rem;
	background: #F9F8F0;
}

.worries__top__contact__tel p {
	line-height: 1;
	font-size: 1.125rem;
	margin-bottom: 0;
}

.worries__top__contact__tel a {
	font-size: 3rem;
	gap: 0.9375rem;
}

.worries__top__contact__tel a img {
	width: 4.5625rem;
}

.worries__top__contact__tel span {
	font-size: 1rem;
}

.cases {
	padding-top: 17.4479166667vw;
	padding-bottom: 7.8125vw;
}

.cases__inner {
	padding: 40px 6.25rem;
}

.cases__title {
	font-size: 2.1875vw;
}

.cases__title .dot {
	font-size: 2.7083333333vw;
}

.cases__content {
	gap: 2.8125rem;
	margin-top: 4.375rem;
}

.cases__content__item:nth-of-type(2) {
	margin-bottom: -3.75rem;
}

.cases__catch {
	font-size: 3.2291666667vw;
	margin-top: 9.375rem;
}

.area__mv {
	padding-top: 0;
}

.area__mv__bg {
	top: 0;
}

.area__mv__inner {
	padding: 0 clamp(20px, 1.8229166667vw, 35px) 0;
}

.area__mv__inner::before {
	background-size: cover;
	background-position: center;
}

.area__mv__inner__logo {
	display: block;
}

.area__mv__inner__content {
	gap: 16px;
}

.area__mv__inner__content__left {
	padding-left: 6.25vw;
}

.area__mv__inner__content__left__top {
	font-size: 1.4322916667vw;
	margin-bottom: 1.5rem;
}

.area__mv__inner__content__left__title {
	font-size: clamp(24px, 3.3333333333vw, 64px);
}

.area__mv__inner__content__left__title__name {
	font-size: clamp(24px, 6.7708333333vw, 130px);
}

.area__mv__inner__content__left__title .fs92 {
	font-size: clamp(24px, 4.7916666667vw, 92px);
}

.area__mv__inner__content__left__bottom {
	margin-top: 3.75rem;
	gap: 1.375rem;
	flex-direction: row;
	align-items: center;
}

.area__mv__inner__content__left__bottom p .fs62 {
	font-size: clamp(18px, 3.2291666667vw, 62px);
}

.area__mv__inner__content__left__bottom p .fs48 {
	font-size: clamp(18px, 2.5vw, 48px);
}

.area__mv__inner__content__right {
	justify-content: flex-end;
}

.area__mv__inner__content__right__span {
	bottom: 9.375rem;
	height: 12.7604166667vw;
	width: 12.7604166667vw;
	font-size: clamp(18px, 1.0416666667vw, 20px);
}

.area__mv__inner__content__right__span .fs42 {
	font-size: clamp(18px, 2.1875vw, 42px);
}

.area__mv__inner__content__right__span .fs18 {
	font-size: clamp(18px, 1.6666666667vw, 32px);
}

.area__mv__inner__content__right img {
	width: 41.6666666667vw;
	transform: translateX(1.8229166667vw);
}

.worries__top__contact {
	margin: clamp(-150px, -5.7291666667vw, -80px) auto 0;
	top: clamp(-50px, -1.0416666667vw, 0px);
}

.add__after {
	padding: 0 16px;
}

.add__after::after {
	width: calc(100% - 32px);
}

.level {
	padding: 24.375rem 0 8.75rem;
}

.level__inner {
	max-width: 1400px;
	margin: 0 auto;
}

.level__title {
	flex-direction: row;
	padding: 0.9375rem 3.125rem;
	width: 86.4583333333vw;
	gap: clamp(30px, 3.125rem, 50px);
	margin-bottom: clamp(32px, 2rem, 40px);
}

.level__title__text {
	font-size: clamp(36px, 3.75rem, 60px);
}

.level__title__text__span {
	font-size: clamp(30px, 3.125rem, 50px);
}

.level__title__star {
	gap: clamp(35px, 2.1875rem, 35px);
}

.level__title__star img {
	width: 4.21875vw;
}

.level__text {
	padding: 0 3.125rem;
	font-size: clamp(16px, 1.25rem, 20px);
}

.level__content {
	padding: 0 0 0 3.125rem;
	gap: clamp(50px, 7.5rem, 150px);
}

.level__content__item {
	gap: 16.25rem;
	align-items: center;
}

.level__content__item:nth-of-type(2) {
	align-self: center;
}

.level__content__item:nth-of-type(2) .level__content__item__left__num {
	transform: translateX(69%);
}

.level__content__item:nth-of-type(3) {
	align-self: flex-end;
}

.level__content__item:nth-of-type(3) .level__content__item__left__num {
	transform: translateX(69%);
}

.level__content__item__left__text {
	font-size: clamp(16px, 2.1875rem, 35px);
	font-weight: 400;
}

.level__content__item__left__num {
	font-size: clamp(100px, 12.5rem, 200px);
}

.level__content__item__right h3 {
	font-size: clamp(24px, 2.25rem, 36px);
}

.level__content__item__right__text {
	width: 50rem;
	font-size: clamp(16px, 1.25rem, 20px);
}

.area__flow {
	padding: clamp(50px, 19.53125vw, 375px) 40px clamp(50px, 10.4166666667vw, 200px);
}

.area__flow__top.cta__inner {
	position: absolute;
	top: 0;
	transform: translate(-50%, -40%);
	left: 50%;
	z-index: 2;
	margin-bottom: 0;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap {
	width: 80%;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__img {
	width: 35%;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__text {
	display: none;
}

.area__flow__inner .area__flow__list .area__flow__item__wrap .area__flow__item__text__pc {
	display: block;
	font-size: clamp(14px, 3.7333333333vw, 17px);
	line-height: 1.3;
	font-weight: 400;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	padding: 13px 0 0 60px;
}

.add__bg {
	background-color: unset;
	z-index: 2;
	padding-bottom: 10.625rem;
}

.reason {
	padding: 6.25rem 16px;
}

.reason::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
	max-width: calc(100% - 5.7291666667vw);
}

.reason::after {
	top: 0;
	left: -16px;
	width: 42%;
	height: 100%;
	background-image: url("../../images/area/reason_person.webp");
	background-position: center;
	max-width: unset;
	background-size: cover;
}

.reason__title {
	margin-bottom: 3.375rem;
}

.reason__title__top {
	font-size: clamp(20px, 1.875rem, 30px);
	padding: 1.875rem 3.75rem 2.8125rem;
}

.reason__title__bottom {
	font-size: clamp(40px, 3.75rem, 60px);
}

.reason__content {
	flex-direction: row;
	gap: 1.875rem;
}

.reason__content__item {
	width: 27rem;
	height: 25.5rem;
	padding: 2.5rem;
	gap: 2rem;
}

.reason__content__item h3 {
	font-size: clamp(20px, 1.875rem, 30px);
	height: 2em;
}

.reason__content__item p {
	font-size: clamp(16px, 1.125rem, 18px);
}

.international {
	padding: 4.6875rem 0 3.75rem;
}

.international__inner {
	gap: 0;
}

.international__inner__left {
	width: auto;
}

.international__inner__right {
	gap: 4rem;
	width: auto;
}

.international__inner__right img {
	width: 17.8125rem;
}

.international__title {
	font-size: clamp(20px, 3.4375rem, 55px);
}

.international p {
	font-size: clamp(16px, 1.5rem, 20px);
	width: 41.125rem;
}

.evidence {
	padding: 0 0 clamp(80px, 10rem, 160px);
	margin-top: -9.375rem;
}

.evidence::before {
	left: 0;
	width: 100%;
	top: 9.375rem;
}

.evidence__title__top {
	font-size: clamp(32px, 2.6041666667vw, 50px);
}

.evidence__title__bottom {
	font-size: clamp(40px, 3.125vw, 60px);
}

.evidence__text {
	width: 66.25rem;
	font-size: clamp(18px, 0.9375vw, 24px);
	margin: 0 auto clamp(40px, 4.375rem, 70px);
}

.evidence__inner {
	padding: clamp(50px, 4.6875rem, 75px) 3.75rem 0;
}

.evidence__inner__contents {
	gap: 2.5rem;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
}

.evidence__inner__contents__left h3 {
	font-size: clamp(24px, 1.8229166667vw, 35px);
	margin-bottom: clamp(36px, 3.75rem, 60px);
}

.evidence__inner__contents__left__item {
	gap: clamp(30px, 2.34375vw, 45px);
}

.evidence__inner__contents__left__item img {
	width: 3.75rem;
}

.evidence__inner__contents__left__item p {
	font-size: clamp(18px, 1.25vw, 24px);
}

.evidence__inner__contents__right__img {
	display: block;
	width: 45.375rem;
	height: 29.875rem;
	margin-right: -3.75rem;
}

.evidence__inner__contents__right__img img {
	position: absolute;
	max-width: unset;
}

.evidence__inner__contents__bottom {
	margin-top: -2em;
	padding: 0;
}

.evidence__inner__contents__bottom::before {
	top: -5.4375rem;
	left: -3.75rem;
	padding: 5.4375rem 3.75rem 3.75rem;
	width: 100%;
}

.evidence__inner__contents__bottom h3 {
	font-size: clamp(24px, 1.8229166667vw, 35px);
	margin-bottom: 2.5rem;
}

.evidence__inner__contents__bottom__container {
	flex-direction: row;
	flex-wrap: wrap;
}

.evidence__inner__contents__bottom__container__item {
	gap: clamp(30px, 2.34375vw, 45px);
	width: calc(50% - 1.25rem);
}

.evidence__inner__contents__bottom__container__item__img {
	width: 3.75rem;
}

.evidence__inner__contents__bottom__container__item__img img.w45 {
	width: 2.5rem;
	margin: 0 auto;
}

.evidence__inner__contents__bottom__container__item p {
	font-size: clamp(18px, 1.25vw, 24px);
}

.voice {
	padding: 2.5rem 20px 8.125rem;
}

.voice__title {
	margin-bottom: 4rem;
}

.voice__title__top {
	font-size: clamp(24px, 1.5625vw, 30px);
	padding: 1rem 3.75rem 1.75rem;
}

.voice__title__bottom {
	font-size: clamp(40px, 3.125vw, 60px);
}

.voice__content {
	gap: 5.625rem;
	flex-direction: row;
}

.voice__content__item {
	width: calc(50% - 2.8125rem);
}

.voice__content__item__top {
	gap: 1.25rem;
	padding: 1.4375rem 1.5rem;
}

.voice__content__item__top::before {
	width: 1.75rem;
	height: 1.9375rem;
	left: 6.25rem;
}

.voice__content__item__top__img {
	width: 11.625rem;
	height: 8.125rem;
}

.voice__content__item__top__img img {
	top: -2.8125rem;
}

.voice__content__item__top h3 {
	width: 25.3125rem;
	font-size: 1.75rem;
}

.voice__content__item__bottom {
	padding: 2.6875rem 3.5rem;
}

.voice__content__item__bottom p {
	font-size: 1.125rem;
}

.cta {
	padding: clamp(50px, 6.25rem, 120px) 20px;
	display: block;
}

.cta__inner {
	padding: clamp(32px, 3.90625vw, 48px) clamp(24px, 2.6041666667vw, 50px);
	flex-direction: row;
	gap: clamp(50px, 5rem, 100px);
	width: min(88.75rem, 100%);
	margin: 0 auto;
	justify-content: center;
}

.cta__inner__left {
	width: clamp(20px, 27.6041666667vw, 530px);
}

.cta__inner__left h2 {
	font-size: clamp(36px, 2.7604166667vw, 53px);
	margin-bottom: 2.25rem;
	text-align: left;
}

.cta__inner__right {
	width: clamp(20px, 34.3229166667vw, 659px);
}

.cta__inner__right__tel {
	margin-bottom: 1.5625rem;
	gap: 0.25rem;
}

.cta__inner__right__tel p img {
	width: 4.3229166667vw;
}

.cta__inner__right__tel p a {
	font-size: clamp(14px, 3.0208333333vw, 58px);
}

.cta__inner__right__tel span {
	font-size: 0.8333333333vw;
	margin-top: 0.5rem;
}

.cta__inner__right__btn a {
	font-size: clamp(16px, 1.1458333333vw, 22px);
	padding: clamp(10px, 0.8333333333vw, 20px) clamp(10px, 1.0416666667vw, 20px);
}

.cta__inner__right__btn a img {
	width: 1.5625vw;
}

.area__faq {
	padding: clamp(50px, 7.8125vw, 150px) 40px clamp(50px, 10.4166666667vw, 200px);
}

.area__faq__inner .area__faq__title {
	font-size: clamp(40px, 3.125vw, 60px);
}

.area__faq__inner .area__faq__list .area__faq__item {
	padding: 26px 35px;
}

.area__faq__inner .area__faq__list .area__faq__item__question {
	padding: 0;
}

.area__faq__inner .area__faq__list .area__faq__item__question__toggle {
	width: 31px;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner {
	margin-top: 30px;
	padding: 24px 26px;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner .area__faq__item__answer__icon {
	margin: -2px 0 0 0;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner .area__faq__item__answer__text {
	line-height: 28px;
}

.area__faq__inner .area__faq__list .area__faq__item__answer__inner .area__faq__item__answer__text br {
	display: block;
}

.price {
	padding: 9.375rem 20px 0;
}

.price__inner {
	padding: 5rem 20px 8.4375rem;
	max-width: 87.5vw;
}

.price__inner__container {
	padding: 0 20px;
	overflow-x: auto;
}

.price__title {
	font-size: clamp(36px, 3.125vw, 60px);
	margin-bottom: 2.25rem;
}

.price__text {
	font-size: clamp(18px, 0.9375vw, 24px);
	margin-bottom: 3.4375rem;
}

.price__type__table {
	margin-bottom: 5.875rem;
}

.price__type__table th {
	width: 16.875rem;
	padding: 1.25rem;
}

.price__type__table td {
	flex-direction: row;
	padding: 0;
	justify-content: space-between;
	align-items: center;
}

.price__type__table td .left {
	width: 23.25rem;
	padding: 1rem 1.875rem;
	border-right: 1px solid #D9D9D9;
	justify-content: space-between;
}

.price__type__table td .left .price__type__table__price .fs45 {
	font-size: clamp(36px, 2.34375vw, 45px);
}

.price__type__table td .left .price__type__table__price .fs30 {
	font-size: clamp(24px, 1.5625vw, 30px);
}

.price__type__table td .left .price__type__table__data {
	flex-direction: column;
	width: 5em;
	align-self: center;
}

.price__type__table td .right {
	width: calc(100% - 23.25rem);
	padding: 0.5rem 1.875rem 0.5rem;
	font-size: clamp(14px, 0.9375vw, 25px);
}

.price__baloon {
	font-size: clamp(24px, 1.5625vw, 30px);
	padding: 1.5rem 5rem 2.25rem;
	margin: 0 auto 2.5rem;
}

.price__comparison__table {
	margin-bottom: 5.625rem;
}

.price__comparison__table tbody {
	gap: 0.25rem;
}

.price__comparison__table tr:nth-of-type(1) {
	width: calc((100% - 21.875rem) / 3);
}

.price__comparison__table tr {
	width: calc((100% - 21.875rem) / 3);
}

.price__comparison__table tr.ta-left td {
	padding: 0 1.25rem 0 2.5rem;
}

.price__comparison__table tr th {
	font-size: clamp(14px, 1.3541666667vw, 25px);
	height: 5.4375rem;
}

.price__comparison__table tr td .u-tablet {
	display: block !important;
}

.price__comparison__table tr td {
	font-size: clamp(14px, 1.3541666667vw, 25px);
	height: 6.5625rem;
	padding: 0.9375rem;
}

.price__comparison__table tr td img {
	width: 2.5rem;
}

.price__comparison__table tr td.nobg {
	height: 5.4375rem;
}

.price__comparison__table tr.green {
	width: 21.875rem;
}

.price__comparison__table tr.green td {
	height: 7.3125rem;
}

.price__btn .btn {
	max-width: 21.875rem;
	gap: 0.9375rem;
	width: 100%;
}

.price__btn .btn .btn__arrow {
	width: 2.4375rem;
	height: 2.4375rem;
}

.price__safety {
	padding: 5rem 0 15.625rem;
}

.price__safety__inner {
	width: 51.0416666667vw;
	margin: 0 8.0729166667vw 0 auto;
	padding: 0;
}

.price__safety__inner__top .price__safety__title {
	font-size: clamp(24px, 2.7083333333vw, 52px);
	margin-bottom: clamp(30px, 3rem, 64px);
}

.price__safety__inner__top .price__safety__title .fs58 {
	font-size: clamp(24px, 3.0208333333vw, 58px);
}

.price__safety__inner__top img {
	width: 15.625rem;
	transform: translateY(12%);
}

.price__safety__inner__bottom {
	width: 41.6666666667vw;
}

.price__safety__inner__bottom h3 {
	font-size: clamp(16px, 1.25vw, 24px);
	margin-bottom: 1rem;
}

.price__safety__inner__bottom p {
	font-size: 1.125rem;
}

.price__safety__inner__bottom__flex {
	display: block;
}

.price__safety__bg {
	width: 53.5416666667vw;
	left: -20px;
}

}


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