@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	text-decoration: none;
	list-style: none;
}

a {
	text-decoration: none;
}

a,
img,
span {
	display: inline-block;
}

img {
	max-width: 100%;
	width: 100%;
	display: block;
	height: auto;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-object-fit: cover;
	object-fit: cover;
}

em {
	font-style: normal;
}

.sp-only {
	display: none;
}
@media (max-width: 768px) {
	.sp-only {
		display: block;
	}
}

.tab-only {
	display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
	.tab-only {
		display: block;
	}
}

.pc-only {
	display: block;
}
@media (max-width: 768px) {
	.pc-only {
		display: none;
	}
}

.spbtm-only {
	display: none;
}
@media (max-width: 350px) {
	.spbtm-only {
		display: block;
	}
}

:root {
	--white: #ffffff;
	--black: #000;
	--blue: #3b469b;
	--light-blue: #4f58a5;
	--blue-white: #fafafa;
	--orange: #fa7553;
	--pink: #ff5d9a;
	--text: #171717;
	--leading-trim: calc((1em - 1lh) / 2);
	--notosans: "Noto Sans JP", sans-serif;
	--roboto: "Roboto", sans-serif;
	--mincho: "Hiragino Mincho ProN", "Yu Mincho", "游明朝体", "YuMincho",
		"MS Mincho", "Meiryo", serif;
	--shippori: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "游明朝体",
		"YuMincho", "MS Mincho", "Meiryo", serif;
	--gothic: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic",
		"游ゴシック体", "YuGothic", "Helvetica Neue", "Arial", "Meiryo", sans-serif;
}

.color-b {
	color: var(--blue);
}

.bold {
	font-weight: 700;
}

.fw400 {
	font-weight: 400;
}

.fw500 {
	font-weight: 500;
}

.fw600 {
	font-weight: 600;
}

.lh130 {
	line-height: 130%;
}

.lh170 {
	line-height: 170%;
}

html {
	font-size: 62.5%;
}
@media screen and (min-width: 1921px) {
	html {
		font-size: min(0.6944444444vw, 10px);
	}
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
	html {
		font-size: 0.6944444444vw;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 2.2727272727vw;
	}
}

body {
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	font-family: "Noto Sans JP", sans-serif;
	background-color: var(--white);
	color: var(--text);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

a {
	color: var(--black);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
	a:hover {
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
}

.palt {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

p,
h2,
h3,
h4,
span {
	font-weight: 500;
	color: var(--black);
}

svg {
	width: 100%;
	height: 100%;
}

.footer {
	padding-block: 10.5rem 6.2rem;
}
@media screen and (max-width: 768px) {
	.footer {
		padding-block: 7.5rem 4rem;
	}
}
.footer__box {
	display: grid;
	grid-template-areas: "info nav" "privacy copyright";
	grid-template-columns: repeat(2, 1fr);
	row-gap: 9.3rem;
}
@media screen and (max-width: 768px) {
	.footer__box {
		grid-template-areas: "info" "nav" "privacy" "copyright";
		grid-template-columns: auto;
		row-gap: 2rem;
	}
}
.footer__company-info {
	grid-area: info;
}
.footer__company-info address {
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05em;
	margin-top: 1rem;
}
@media screen and (max-width: 768px) {
	.footer__company-info address {
		font-size: 1.2rem;
		line-height: 1.8666666667;
	}
}
.footer__logo {
	width: 20rem;
	height: 5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 768px) {
	.footer__logo {
		width: 14.6rem;
		height: 3.6rem;
	}
}
.footer__company-name {
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.footer__company-name {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}
.footer__nav {
	grid-area: nav;
	padding-right: 6.3rem;
}
@media screen and (max-width: 768px) {
	.footer__nav {
		padding-right: 0;
	}
}
.footer__nav-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer__nav-item, .footer__nav-item a {
	font-size: max(1.6rem, 12px);
	font-weight: 500;
	line-height: 3;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.footer__nav-item, .footer__nav-item a {
		font-size: 1.2rem;
		line-height: 2.9166666667;
	}
}
.footer__nav-item a:hover {
	color: var(--orange);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.footer__privacy-policy {
	grid-area: privacy;
}
.footer__privacy-policy:hover {
	color: var(--orange);
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.footer__copyright {
	grid-area: copyright;
	text-align: right;
	font-size: max(1.4rem, 11px);
	font-weight: 500;
	line-height: 3.4285714286;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.footer__copyright {
		font-size: 1.2rem;
		line-height: 2.9166666667;
		text-align: left;
	}
}

.svg {
	position: absolute;
	width: 0;
	height: 0;
}

.c-btn {
	padding: 1.9rem 2.3rem;
	color: var(--pink);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.6rem;
	border: 1px solid var(--white);
	background: var(--white);
	border-radius: 4rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (max-width: 768px) {
	.c-btn {
		padding: 2rem 2.4rem;
		gap: 1.4rem;
	}
}
.c-btn:hover {
	background: var(--pink);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.c-btn:hover .c-btn__icon {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(343deg) brightness(110%) contrast(101%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(343deg) brightness(110%) contrast(101%);
}
.c-btn:hover .c-btn__text {
	color: var(--white);
}
.c-btn__icon {
	width: 2.8rem;
	height: 2.8rem;
	-webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(33%) saturate(1880%) hue-rotate(305deg) brightness(103%) contrast(105%);
	filter: brightness(0) saturate(100%) invert(51%) sepia(33%) saturate(1880%) hue-rotate(305deg) brightness(103%) contrast(105%);
}
.c-btn__icon svg {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.c-btn__icon {
		width: 2.4rem;
		height: 2.4rem;
	}
}
.c-btn__text {
	color: var(--pink);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: 0.05em;
}
.c-btn__text strong {
	font-size: 2rem;
}
@media screen and (max-width: 768px) {
	.c-btn__text {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
	}
	.c-btn__text strong {
		font-size: 1.8rem;
	}
}
.c-btn--pink {
	background: var(--pink);
}
.c-btn--pink .c-btn__icon {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(343deg) brightness(110%) contrast(101%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(343deg) brightness(110%) contrast(101%);
}
.c-btn--pink .c-btn__text {
	color: var(--white);
}
.c-btn--pink:hover {
	background: var(--white);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.c-btn--pink:hover .c-btn__icon {
	-webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(33%) saturate(1880%) hue-rotate(305deg) brightness(103%) contrast(105%);
	filter: brightness(0) saturate(100%) invert(51%) sepia(33%) saturate(1880%) hue-rotate(305deg) brightness(103%) contrast(105%);
}
.c-btn--pink:hover .c-btn__text {
	color: var(--pink);
}

.wrapper {
	max-width: 124rem;
	padding-inline: 2rem;
	margin-inline: auto;
}
@media screen and (max-width: 768px) {
	.wrapper {
		max-width: 100%;
	}
}

.l-wrapper800 {
	max-width: calc(800px + 4rem);
	margin-inline: auto;
	padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
	.l-wrapper800 {
		max-width: 100%;
		padding-inline: 3rem;
	}
}

.l-wrapper1100 {
	max-width: calc(1100px + 4rem);
	margin-inline: auto;
	padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
	.l-wrapper1100 {
		max-width: 100%;
		padding-inline: 3rem;
	}
}

.fdc--row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4.5rem;
}
@media screen and (min-width: 769px) {
	.fdc--row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.dib {
	display: inline-block;
}

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

.mt3 {
	margin-top: 0.3rem;
}

.mt7 {
	margin-top: 0.7rem;
}

.mt32 {
	margin-top: 3.2rem;
}

.mobile {
	display: block;
}
@media screen and (min-width: 769px) {
	.mobile {
		display: none;
	}
}

.desktop {
	display: none;
}
@media screen and (min-width: 769px) {
	.desktop {
		display: block;
	}
}

.c-sectitle {
	text-align: center;
	margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
	.c-sectitle {
		margin-bottom: 2.3rem;
	}
}
.c-sectitle .c-sectitle__subtitle {
	display: block;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: var(--pink);
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
	.c-sectitle .c-sectitle__subtitle {
		font-size: 1.6rem;
		line-height: 1.3125;
	}
}
.c-sectitle .c-sectitle__title {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: var(--white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.8rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.c-sectitle .c-sectitle__title {
		font-size: 2.8rem;
		line-height: 140%;
	}
}
.c-sectitle .c-sectitle__title span {
	display: block;
	color: var(--white);
	font-weight: 700;
}
.c-sectitle .c-sectitle__title::after {
	content: "";
	display: block;
	width: 6.4rem;
	height: 0.3rem;
	background-color: var(--pink);
	margin: 0.5rem auto 0;
}
.c-sectitle .c-sectitle__title--black {
	color: var(--text);
}

.fv {
	position: relative;
	z-index: 1;
	aspect-ratio: 1440/800;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.fv {
		aspect-ratio: 440/668;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.fv__img {
	position: absolute;
	top: 4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	aspect-ratio: 1351/760;
	width: 93.75vw;
	border-radius: 3rem;
	overflow: hidden;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.fv__img {
		aspect-ratio: 440/668;
		width: 100%;
		top: 0;
		border-radius: 0;
	}
}
.fv__inner {
	width: 114rem;
	margin-inline: auto;
	padding-inline: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
	.fv__inner {
		width: 100%;
		height: 100%;
		padding-inline: 2.8rem;
		padding-block: 5.3rem 4rem;
	}
}
.fv__copy {
	background: var(--pink);
	color: var(--white);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.04em;
	display: inline-block;
	padding: 0.8rem 1.2rem;
}
@media screen and (max-width: 768px) {
	.fv__copy {
		font-size: 1.7rem;
		line-height: 140%;
		letter-spacing: 0.04em;
		padding: 0.7rem 1.1rem;
	}
}
.fv__title {
	margin-top: 1.6rem;
	font-size: 5.2rem;
	font-weight: 800;
	line-height: 1.4423076923;
	letter-spacing: 0;
	padding-inline: 2rem;
	padding-block: 0.6rem;
	background: var(--white);
	color: var(--pink);
}
@media screen and (max-width: 768px) {
	.fv__title {
		font-size: 3.6rem;
		line-height: 1.4722222222;
		padding-inline: 1.6rem;
		padding-block: 0.6rem;
		margin-top: 1.8rem;
	}
}
.fv__disc {
	margin-top: 4rem;
	font-size: 2rem;
	font-weight: 700;
	color: var(--white);
	line-height: 160%;
	letter-spacing: 0.05em;
	max-width: 56.9rem;
}
@media screen and (max-width: 768px) {
	.fv__disc {
		margin-top: 3.2rem;
		font-size: 1.6rem;
		max-width: 34.2rem;
	}
}
.fv__btns {
	margin-top: 4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
}
@media screen and (max-width: 768px) {
	.fv__btns {
		margin-top: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 1.8rem;
		width: 100%;
	}
	.fv__btns .c-btn {
		width: 100%;
	}
}

.reason {
	padding-block: 6.2rem 10rem;
}
@media screen and (max-width: 768px) {
	.reason {
		padding-block: 3.7rem 8.6rem;
	}
}
.reason .reason-title .c-sectitle__title span {
	color: var(--black);
}
@media screen and (max-width: 768px) {
	.reason .reason-title .c-sectitle__title > span:first-child {
		font-size: 1.8rem;
	}
}
.reason .reason-title .c-sectitle__subtitle {
	color: var(--pink);
}
.reason .reason-title .c-sectitle__title::after {
	background-color: var(--pink);
}
.reason__container {
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	.reason__container {
		margin-top: 5.6rem;
	}
}
.reason__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10rem;
}
@media screen and (max-width: 768px) {
	.reason__list {
		gap: 4rem;
	}
}
.reason__item {
	padding: 1.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6rem;
}
.reason__item:nth-child(1) .reason__item-img {
	-webkit-transform: translateX(-4.4rem);
	transform: translateX(-4.4rem);
}
@media screen and (max-width: 768px) {
	.reason__item:nth-child(1) .reason__item-img {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.reason__item:nth-of-type(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
	.reason__item {
		padding: 0rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 3rem;
	}
	.reason__item:nth-of-type(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.reason__item-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50rem;
	min-width: 350px;
}
@media screen and (max-width: 768px) {
	.reason__item-content {
		width: 100%;
		min-width: unset;
	}
}
.reason__item-number {
	font-family: var(--roboto);
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 130%;
	color: var(--pink);
}
.reason__item-title {
	margin-top: 0.8rem;
	font-size: 3.2rem;
	text-align: center;
	font-weight: 700;
	color: var(--text);
	line-height: 150%;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.reason__item-title {
		font-size: 2.8rem;
		text-align: center;
		letter-spacing: 0.05em;
		white-space: nowrap;
	}
}
.reason__item-text {
	margin-top: 2.4rem;
	font-size: max(1.8rem, 13px);
	font-weight: 500;
	color: var(--text);
	line-height: 170%;
}
@media screen and (max-width: 768px) {
	.reason__item-text {
		font-size: 1.8rem;
		text-align: justify;
	}
}
.reason__item-img {
	width: 28.1rem;
	min-width: 170px;
	margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
	.reason__item-img {
		width: 20rem;
		min-width: unset;
		margin-top: 0;
	}
}

.problem {
	padding: 5.7rem 0 10.3rem;
}
@media screen and (max-width: 768px) {
	.problem {
		padding-block: 4rem;
	}
}
.problem .problem-inner {
	max-width: calc(888px + 3rem);
	width: 100%;
	margin-inline: auto;
}
.problem .problem-title .c-sectitle__title span {
	color: var(--black);
}
.problem .problem-title .c-sectitle__subtitle {
	color: var(--pink);
}
.problem .problem-title .c-sectitle__title::after {
	background-color: var(--pink);
}
.problem .problem-cases {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 2.4rem;
}
@media screen and (max-width: 768px) {
	.problem .problem-cases {
		gap: 2rem;
	}
}
.problem .problem-case {
	width: calc(50% - 1.2rem);
	background-color: #3c4358;
	border-radius: 1.2rem;
	padding: 2.4rem;
}
@media screen and (max-width: 768px) {
	.problem .problem-case {
		width: 100%;
	}
}
.problem .problem-case .case-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}
.problem .problem-case .case-header .case-icon {
	width: 2.4rem;
	height: 2.4rem;
}
.problem .problem-case .case-header .case-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.problem .problem-case .case-header .case-number {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3888888889;
	color: var(--white);
}
.problem .problem-case .case-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}
.problem .problem-case .case-content .case-title span {
	font-weight: 700;
	font-size: max(2rem, 15px);
	line-height: 1.4;
	letter-spacing: 0.04em;
	color: var(--white);
}
@media screen and (max-width: 768px) {
	.problem .problem-case .case-content .case-title span {
		font-size: 2rem;
		line-height: 140%;
	}
}
.problem .problem-case .case-content .case-description span {
	font-weight: 500;
	font-size: max(1.5rem, 12px);
	line-height: 1.9333333333;
	letter-spacing: 0.02em;
	color: var(--white);
}
@media screen and (max-width: 768px) {
	.problem .problem-case .case-content .case-description span {
		line-height: 1.8;
	}
}
.problem .problem-indicator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1.4rem;
	margin-inline: auto;
	margin-top: 4rem;
}

.solution {
	position: relative;
	width: 100%;
	height: 54rem;
	background-image: url("../assets/images/pc/solution-bg.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	-webkit-clip-path: url(#solution-clip);
	clip-path: url(#solution-clip);
	margin-top: -1px;
}
.solution::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.solution::after {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.solution {
		height: 31rem;
		background-image: url("../assets/images/sp/solution-bg.webp");
		-webkit-clip-path: none;
		clip-path: none;
	}
}
.solution-inner {
	position: relative;
	z-index: 3;
	padding-top: 17.2rem;
}
@media screen and (max-width: 768px) {
	.solution-inner {
		padding-top: 9.8rem;
	}
}
.solution__pop {
	position: relative;
	z-index: 3;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	padding-block: 1.6rem;
	padding-inline: 4rem 3.2rem;
	text-align: center;
	margin-inline: auto;
	border-radius: 4rem;
	border-bottom-left-radius: 0;
}
.solution__pop--bg-white {
	background: var(--white);
}
@media screen and (max-width: 768px) {
	.solution__pop {
		padding-block: 1rem;
		padding-inline: 2.3rem 1.9rem;
	}
}
.solution__pop-text {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: 0.04em;
	color: var(--white);
}
.solution__pop-text--pink {
	color: var(--pink);
}
@media screen and (max-width: 768px) {
	.solution__pop-text {
		font-size: 1.4rem;
	}
}
.solution__text {
	font-size: 5.6rem;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.1em;
	color: var(--white);
	text-align: center;
	padding: 2.8rem 4.8rem;
	background: var(--orange);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: var(--shippori);
	margin-inline: auto;
	margin-top: -1.4rem;
}
.solution__text--bg-pink {
	background: var(--pink);
}
@media screen and (max-width: 768px) {
	.solution__text {
		font-size: 3.2rem;
		padding: 1.6rem 2.8rem;
		margin-top: -1rem;
	}
}

.cta {
	background: url("../assets/images/pc/cta-bg.webp") no-repeat center center;
	background-size: 139.2rem;
	max-width: 139.2rem;
	width: 100%;
	padding-block: 5.4rem;
	margin-inline: auto;
	border-radius: 2rem;
}
.cta-wrapper {
	padding: 2.4rem;
}
@media screen and (max-width: 768px) {
	.cta-wrapper {
		padding: 0rem;
	}
}
@media screen and (max-width: 768px) {
	.cta {
		background-size: 144rem 104.4rem;
		padding-inline: 1rem;
		border-radius: 0rem;
	}
}
.cta .cta-inner {
	max-width: inherit;
}
.cta .cta__content {
	text-align: center;
	margin-bottom: 4.4rem;
}
.cta .cta__text {
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.cta .cta__text {
		margin-bottom: 3rem;
	}
}
.cta .cta__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
	.cta .cta__title {
		gap: 0.5rem;
	}
}
.cta .cta__title span {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: var(--white);
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.cta .cta__title span {
		font-size: 3rem;
	}
	.cta .cta__title span.cta__title--1 {
		letter-spacing: 0.04em;
	}
	.cta .cta__title span.cta__title--3 {
		font-size: 2.8rem;
	}
}
.cta .cta__subtitle {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: var(--white);
}
@media screen and (max-width: 768px) {
	.cta .cta__subtitle {
		font-size: 2.4rem;
	}
}
.cta .cta__description {
	max-width: 87.8rem;
	margin: 0 auto;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: var(--white);
}
@media screen and (max-width: 768px) {
	.cta .cta__description {
		font-size: 1.8rem;
	}
}
.cta .cta__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cta .cta__button-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 11.2rem;
}
@media screen and (max-width: 768px) {
	.cta .cta__button-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.6rem;
		width: 100%;
	}
}
.cta .cta__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
	padding: 1.2rem 0;
}
@media screen and (max-width: 768px) {
	.cta .cta__item {
		width: 100%;
	}
}
.cta .cta__item-image {
	width: 24rem;
	height: 16rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cta .cta__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.cta .cta__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.6rem;
	padding: 1.6rem 4rem;
	border-radius: 4rem;
	width: 29.6rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cta .cta__button:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
	.cta .cta__button {
		width: 100%;
	}
}
.cta .cta__button--download {
	background-color: var(--pink);
	color: var(--white);
}
.cta .cta__button--download .cta__button-text {
	color: var(--white);
}
.cta .cta__button--contact {
	background-color: var(--white);
	color: var(--orange);
}
.cta .cta__button--contact .cta__button-text {
	color: var(--pink);
}
.cta .cta__button--contact .cta__button-icon img {
	-webkit-filter: brightness(0) saturate(100%) invert(51%) sepia(40%) saturate(1088%) hue-rotate(294deg) brightness(101%) contrast(103%);
	filter: brightness(0) saturate(100%) invert(51%) sepia(40%) saturate(1088%) hue-rotate(294deg) brightness(101%) contrast(103%);
}
.cta .cta__button-icon {
	width: 2.8rem;
	height: 2.8rem;
}
.cta .cta__button-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.cta .cta__button-text {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.cta .cta__divider {
	width: 0.2rem;
	height: 28.1rem;
	background-color: var(--white);
}
@media screen and (max-width: 768px) {
	.cta .cta__divider {
		display: none;
	}
}

.price {
	padding: 8.4rem 0 0;
}
@media screen and (max-width: 768px) {
	.price {
		padding: 4rem 0 0;
	}
}
.price .price-title {
	margin-bottom: 3rem;
}
.price .price__subtitle {
	font-size: 6.4rem;
	font-weight: 700;
	font-style: italic;
	font-family: var(--roboto);
	line-height: 130%;
	letter-spacing: -0.02em;
	color: var(--pink);
	text-align: center;
}
.price .price__subtitle span {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: var(--pink);
	font-style: normal;
	margin-left: 0.8rem;
}
.price .price__text {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
	.price .price__text {
		font-size: 1.6rem;
		margin-top: 2.1rem;
	}
}
.price .price__text strong {
	font-weight: 700;
	color: var(--pink);
}
.price .price__box {
	margin-top: 7.9rem;
	max-width: 90.2rem;
	width: 100%;
	border: 0.3rem solid #3C4358;
	margin-inline: auto;
	position: relative;
	height: 26.7rem;
	padding-top: 4.8rem;
	padding-left: 3.8rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 768px) {
	.price .price__box {
		margin-top: 8.5rem;
		max-width: 40.5rem;
		height: 55.4rem;
		padding-top: 4.3rem;
		padding-inline: 0rem;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.price .price__box .price__box-head {
	padding-left: 0.2rem;
	background: var(--white);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
	top: -3.55rem;
	left: -0.35rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-head {
		top: -2.2rem;
		left: 2rem;
		padding-left: 0;
	}
}
.price .price__box .price__box-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.price .price__box .price__box-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: var(--text);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.price .price__box .price__box-title-01 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: var(--white);
	background: #3C4358;
	height: 4.5rem;
	padding-inline: 2.2rem 2.4rem;
	color: var(--white);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-title-01 {
		font-size: 2.2rem;
		padding-inline: 1.9rem;
		margin-top: 0rem;
	}
}
.price .price__box .price__box-title-01 span {
	font-size: 4.8rem;
	line-height: 1;
	font-weight: 500;
	font-style: italic;
	font-family: var(--roboto);
	line-height: 130%;
	letter-spacing: -0.02em;
	color: var(--white);
	padding-inline: 0rem 0.6rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-title-01 span {
		font-size: 4.3rem;
		padding-inline: 0rem 0.8rem;
	}
}
.price .price__box .price__box-title-02 {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.05em;
	color: #3C4358;
	padding-inline: 4.1rem 2.6rem;
	padding-block: 0.8rem 1.1rem;
	margin-left: -0.8rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-title-02 {
		font-size: 2.6rem;
		padding: 0;
		margin: 0;
		text-align: center;
	}
}
.price .price__box .price__box-graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	gap: 2rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph {
		gap: 2.5rem;
		margin-top: 1.7rem;
	}
}
.price .price__box .price__box-graph .price__box-graph-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 3rem;
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 2rem;
	width: 12.4rem;
	padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item {
		padding-top: 1.55rem;
		padding-bottom: 1.35rem;
		width: 9.55rem;
	}
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item.price__box-graph-item--blue::before {
	height: 11rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item.price__box-graph-item--blue::before {
		height: 8.4rem;
	}
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item.price__box-graph-item--blue::after {
	border-color: #275F8C;
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item.price__box-graph-item--blue .price__box-graph-item-title {
	color: #275F8C;
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item.price__box-graph-item--blue .price__box-graph-item-text {
	color: #275F8C;
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 9.2rem;
	height: 7.2rem;
	background-color: var(--white);
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item::before {
		left: -0.1rem;
		width: 4.8rem;
		height: 5.9rem;
	}
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12.4rem;
	height: 12.4rem;
	background-color: var(--white);
	border-radius: 50%;
	border: 0.85rem solid var(--pink);
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item::after {
		width: 9.55rem;
		height: 9.55rem;
		border: 0.65rem solid var(--pink);
	}
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item .price__box-graph-item-title {
	font-size: 4.8rem;
	font-style: italic;
	font-weight: 500;
	font-family: var(--roboto);
	line-height: 130%;
	letter-spacing: -0.02em;
	color: var(--pink);
	position: relative;
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item .price__box-graph-item-title {
		font-size: 3.7rem;
	}
}
.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item .price__box-graph-item-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4375;
	letter-spacing: 0.05em;
	color: var(--pink);
	position: relative;
	z-index: 3;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: 2.6rem;
	margin-top: -0.9rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph .price__box-graph-col .price__box-graph-item .price__box-graph-item-text {
		font-size: 1.3rem;
		margin-left: 2rem;
		margin-top: -0.6rem;
	}
}
.price .price__box .price__box-graph .price__box-graph-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1.2rem;
}
.price .price__box .price__box-graph .price__box-graph-text .price__box-graph-text-icon {
	width: 1.8rem;
	height: 2.1rem;
}
.price .price__box .price__box-graph .price__box-graph-text .price__box-graph-text-text {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #3C4358;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-graph .price__box-graph-text .price__box-graph-text-text {
		font-size: 1.6rem;
	}
}
.price .price__box .price__box-hr {
	width: 0.1rem;
	height: 18.5rem;
	background: #3C4358;
	margin-left: 3.7rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-hr {
		display: none;
	}
}
.price .price__box .price__box-numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 5.5rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers {
		padding-left: 0;
		margin-top: 3.3rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-wrap {
	display: contents;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-inline: auto;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 6.6rem;
	padding-left: 1.4rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text01 {
		gap: 5.2rem;
		padding-left: 1.1rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text01 .price__box-numbers-text01-text {
	padding: 0.5rem 2.3rem;
	border: 0.1rem solid #171717;
	border-radius: 6.25em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.05em;
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text01 .price__box-numbers-text01-text {
		font-size: 1.4rem;
		padding: 0.4rem 1.9rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 1.4rem;
	padding-left: 0.2rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text02 {
		padding-left: 0;
		padding-right: 0.2rem;
		gap: 0.7rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text02 .price__box-numbers-text02-text {
	font-family: var(--roboto);
	font-weight: 600;
	font-style: italic;
	font-size: 4rem;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #3C4358;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text02 .price__box-numbers-text02-text {
		font-size: 3.6rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 0.6rem;
	margin-top: 0.6rem;
}
.price .price__box .price__box-numbers .price__box-numbers-text03 .price__box-numbers-text03-text01 {
	font-size: 2.3rem;
	font-weight: 600;
	font-style: italic;
	font-family: var(--roboto);
	line-height: 2.2608695652;
	letter-spacing: -0.02em;
	color: var(--pink);
	margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text03 .price__box-numbers-text03-text01 {
		font-size: 4rem;
		line-height: 1.3;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text03 .price__box-numbers-text03-text02 {
	font-size: 6.4rem;
	font-weight: 700;
	font-style: italic;
	font-family: var(--roboto);
	line-height: 130%;
	letter-spacing: -0.02em;
	color: var(--pink);
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text03 .price__box-numbers-text03-text02 {
		font-size: 5.4rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text03 .price__box-numbers-text03-text03 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.05em;
	font-family: var(--roboto);
	color: var(--pink);
	margin-top: 3.2rem;
	margin-left: 0.6rem;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text03 .price__box-numbers-text03-text03 {
		margin-top: 2.2rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text04 {
	margin-top: -0.3rem;
	padding-right: 0.5rem;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.price .price__box .price__box-numbers .price__box-numbers-text04 {
		margin-top: 0.5rem;
	}
}
.price .price__box .price__box-numbers .price__box-numbers-text04 .price__box-numbers-text04-text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #7f7f7f;
}

.other {
	padding: 10.5rem 0 0;
}
@media screen and (max-width: 768px) {
	.other {
		padding: 6.2rem 0 0;
	}
}
.other .other-title {
	margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
	.other .other-title {
		margin-bottom: 4rem;
	}
}
.other .other__scroll {
	overflow: auto;
	max-width: 100%;
	padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
	.other .other__scroll {
		padding-inline: 3rem;
	}
}
.other .other__container {
	max-width: 88.2rem;
	width: 100%;
	margin-inline: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6rem;
}
@media screen and (max-width: 768px) {
	.other .other__container {
		max-width: none;
		width: 73.3rem;
		gap: 3.6rem;
	}
}
.other .other__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.other .other__item .other__item-title {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.04em;
	padding: 0.9rem 1.3rem;
	background: var(--pink);
	color: var(--white);
}
@media screen and (max-width: 768px) {
	.other .other__item .other__item-title {
		font-size: 1.35rem;
		padding: 0.7rem 1rem;
	}
}
.other .other__item .other__dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.other .other__item .other__dl-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 0.1rem solid var(--pink);
}
.other .other__item .other__dl-item-title,
.other .other__item .other__dl-item-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.04em;
	color: #6A6D78;
}
@media screen and (max-width: 768px) {
	.other .other__item .other__dl-item-title,
	.other .other__item .other__dl-item-text {
		font-size: 1.35rem;
	}
}
.other .other__item .other__dl-item-title {
	width: 32.5rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0.9rem 1.3rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.other .other__item .other__dl-item-title {
		width: 27rem;
		padding: 0.7rem 0.9rem;
	}
}
.other .other__item .other__dl-item-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0.9rem 1.3rem;
}
@media screen and (max-width: 768px) {
	.other .other__item .other__dl-item-text {
		padding: 0.7rem 0.9rem;
	}
}
.other .other__item .other__item-text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0.04em;
	color: #3C4358;
	background: #FFD3D4;
	padding: 0.9rem 1.3rem;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.other .other__item .other__item-text {
		font-size: 1.35rem;
		padding: 0.7rem 0.9rem;
	}
}

.contact {
	padding: 14.7rem 0 7.7rem;
}
@media screen and (max-width: 768px) {
	.contact {
		padding: 4.4rem 0 7.7rem;
	}
}
.contact .contact-title {
	margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
	.contact .contact-title {
		margin-bottom: 1.4rem;
	}
}
.contact .contact__container {
	width: 64rem;
	height: 88.4rem;
	margin-inline: auto;
	padding: 3.2rem;
}
.wpcf7-form-control-wrap,
.contact__container input,
.contact__container textarea {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.contact .contact__container {
		max-width: 42.7rem;
		height: 88.2rem;
		padding: 3.2rem 2.35rem;
	}
}

.curriculum {
	padding-block: 13rem 0rem;
}
@media screen and (max-width: 768px) {
	.curriculum {
		padding-block: 6rem 0;
	}
}

@media screen and (max-width: 768px) {
	.curriculum-slider__wrapper > div:nth-child(2) {
		display: none;
	}
}

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

.curriculum-section__img-sticky-wrap {
	max-width: calc(1020px + 10rem);
	padding-inline: 5rem;
	margin-inline: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 7.4rem;
	margin-top: 5rem;
}
@media screen and (max-width: 768px) {
	.curriculum-section__img-sticky-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5rem;
		margin-top: 3.3rem;
		padding-inline: 3rem;
	}
}

.curriculum-section__img-sticky {
	position: relative;
	width: 44.3rem;
	height: 37.5rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: -webkit-sticky;
	position: sticky;
	top: calc((100vh - 37.5rem) / 2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	pointer-events: none;
}
@media screen and (max-width: 768px) {
	.curriculum-section__img-sticky {
		width: 26.9rem;
		height: auto;
		position: static;
		margin-inline: auto;
	}
}

.curriculum-section__img-sticky .swiper-container {
	height: 37.5rem;
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.curriculum-section__img-sticky .swiper-container {
		height: auto;
	}
}

.curriculum-section__img-sticky .swiper-slide {
	opacity: 0 !important;
}
.curriculum-section__img-sticky .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
@media screen and (max-width: 768px) {
	.curriculum-section__img-sticky .swiper-slide {
		opacity: 1 !important;
	}
}

.curriculum-section__list {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 5.6rem;
}
@media screen and (max-width: 768px) {
	.curriculum-section__list {
		gap: 3.6rem;
	}
}

.curriculum-section__item-wrap {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5.6rem;
}
@media screen and (max-width: 768px) {
	.curriculum-section__item-wrap {
		gap: 3.6rem;
	}
}

.curriculum-section__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.curriculum-section__item {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.curriculum-section__item-number {
	font-size: 6.4rem;
	font-weight: 700;
	line-height: 130%;
	color: var(--pink);
	font-family: var(--roboto);
	letter-spacing: -0.02em;
	padding-right: 1.3rem;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-style: italic;
	width: 7.5rem;
}
@media screen and (max-width: 768px) {
	.curriculum-section__item-number {
		font-size: 4.8rem;
		letter-spacing: -0.02em;
		width: 5.3rem;
		padding-right: 0rem;
	}
}
.curriculum-section__item-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
	color: var(--text);
	letter-spacing: 0.05em;
	width: calc(100% - 7.5rem);
	padding-left: 1.8rem;
}
@media screen and (max-width: 768px) {
	.curriculum-section__item-title {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
		width: calc(100% - 5.3rem);
		padding-left: 1rem;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
.curriculum-section__item-text {
	margin-top: 1.4rem;
	font-size: max(1.8rem, 13px);
	font-weight: 500;
	line-height: 150%;
	color: var(--text);
	letter-spacing: 0.05625em;
}
@media screen and (max-width: 768px) {
	.curriculum-section__item-text {
		font-size: 1.5rem;
		margin-top: 2rem;
		letter-spacing: 0.05em;
	}
}

.contact-tel p {
	font-size: 1.6rem;
}