body {
	color: #5d5d5d;
	font-family: "Hiragino Sans", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

.about {
	margin-top: 8.5333333333vw;
}

.about__title {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 6.4vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	text-align: center;
}

.about-media {
	display: flex;
	flex-direction: column;
	gap: 0rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.0666666667vw;
	width: 100%;
}

.about-company-wrap,
.about-overview-wrap {
	align-items: center;
	display: flex;
}

.about-company-wrap {
	padding: 0 4vw;
}

.about-overview-wrap {
	margin-top: 5.3333333333vw;
	padding: 0 4vw;
}

.about-company-wrap {
	border-bottom: 2px solid #e1e1e1;
}

.about-company-wrap {
	padding-bottom: 4vw;
}

.about-company-wrap:not(:first-child) {
	padding-top: 4vw;
}

.about-company-title,
.about-overview-title {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.8666666667vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1724137931;
	max-width: 26.6666666667vw;
	width: 100%;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.about-company-title,
.about-overview-title {
	max-width: 22.6666666667vw;
	width: 100%;
}

.about-company-description,
.about-overview-description {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.8666666667vw;
	font-weight: 400;
	letter-spacing: 0em;
}

.about-company-description {
	font-size: 3.8666666667vw;
	line-height: 1.5;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.about-company-description {
	font-size: 3.6vw;
}

.about-overview-description {
	font-size: 3.2vw;
	line-height: 1.5;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .about-overview-description {
	font-size: 3.0666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.about-overview-description {
	font-size: 2.9333333333vw;
}

.button1 {
	background-color: #f4b346;
	border-radius: 624.9375rem;
	box-shadow: 0.16rem 0.5rem 0.125rem rgba(0, 0, 0, 0.25);
	color: #245ac3;
	display: inline-block;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.5333333333vw;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	max-width: 86.6666666667vw;
	padding-bottom: 4.8vw;
	padding-left: 6.1333333333vw;
	padding-right: 11.4666666667vw;
	padding-top: 4.8vw;
	position: relative;
	width: 100%;
}

/*Microsoft Windows*/

.win .button1 {
	font-weight: 600;
	padding-bottom: 5.7333333333vw;
	padding-top: 6vw;
}

.iphone .button1 {
	font-weight: 700;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .button1 {
	font-size: 4.5333333333vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.button1 {
	font-size: 4.2666666667vw;
}

.iphone.button1 {
	font-weight: 600;
}

.android.button1 {
	font-weight: 600;
}

.button1::after {
	background: url(./../images/common/button-icon.png) center center/contain no-repeat;
	content: "";
	height: 6.8vw;
	position: absolute;
	right: 3.2vw;
	top: 50%;
	transform: translateY(-50%);
	width: 6.8vw;
}

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

.card a {
	background-color: #fff;
	box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card__img {
	width: 100%;
}

.card__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/186;
	object-fit: cover;
	width: 100%;
}

.card__content {
	padding: 0.9375rem 1.5625rem 0;
}

.card__title {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.card__text {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.card__meta {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding: 0.9375rem 1.5625rem 0.9375rem;
}

.card__category {
	background-color: #DE8430;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.3125rem 0.5rem;
}

.card__date {
	font-size: 0.875rem;
	line-height: 1;
}

.cta {
	background-color: #2d60c3;
	padding-bottom: 10vw;
	padding-top: 10vw;
}

.cta-top {
	text-align: center;
}

.cta__catch {
	color: #066ec3;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.cta-top-head {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.cta__top-text {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 5.0666666667vw;
	font-weight: 400;
	justify-content: center;
	letter-spacing: 0em;
	line-height: 1;
}

.cta-top__catch {
	background-color: #fff;
	border-radius: 2.1333333333vw;
	box-shadow: 0.16rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.11);
	color: #066ec3;
	display: inline-block;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.8vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-right: 1.6vw;
	padding-bottom: 1.8666666667vw;
	padding-left: 2.6666666667vw;
	padding-right: 2.6666666667vw;
	padding-top: 1.8666666667vw;
}

.win .cta-top__catch {
	padding: 0.6875rem 1.25rem 0.5625rem;
}

.iphone .cta-top__catch {
	padding-bottom: 1.8666666667vw;
	padding-top: 2.1333333333vw;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .cta-top__catch.cta-top__catch--nowrap {
	font-size: 4.6666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.cta-top__catch.cta-top__catch--nowrap {
	font-size: 4.4vw;
}

.cta-top__title {
	color: #fff;
	font-family: "nitalago-ruika", sans-serif;
	font-size: 12vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 4.2666666667vw;
	text-shadow: 0.16rem 0.1875rem 0.5625rem rgba(0, 0, 0, 0.25);
}

.iphone .cta-top__title {
	text-shadow: 0.16rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.1);
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .cta-top__title {
	font-family: "nitalago-ruika", sans-serif;
}

.cta-top__title.cta-top__title--big {
	margin-top: 2.6666666667vw;
}

.cta-top__title span {
	font-family: "Hiragino Sans", sans-serif;
	font-size: 6vw;
	font-weight: 400;
}

.cta-top__text {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 6vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 0rem;
	text-shadow: 0.16rem 0.1875rem 0.5625rem rgba(0, 0, 0, 0.25);
}

.cta__top-text2 {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 5.3333333333vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 2.6666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.cta__top-text2 {
	font-size: 5.0666666667vw;
}

.worries-box__bottom-text-yellow {
	color: #f2d82d;
	font-size: 8vw;
	line-height: 1;
}

.cta-bottom {
	background-color: #2d60c3;
	margin-top: 7.6vw;
}

.cta-bottom__text {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.6666666667vw;
	padding-right: 2.1333333333vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.cta-bottom__text::before,
.cta-bottom__text::after {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	top: 52%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.4vw;
}

.cta-bottom__text::before {
	left: 0;
	transform: translateY(-50%) rotate(-30deg);
}

.cta-bottom__text::after {
	right: 0;
	transform: translateY(-50%) rotate(30deg);
}

.cta-bottom__text span {
	color: #f2d82d;
}

.cta-bottom__button {
	margin-top: 2.1333333333vw;
	text-align: center;
}

.top-faq {
	padding-bottom: 12.6666666667vw;
	padding-top: 16vw;
}

.top-faq__title {
	color: #046ed1;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 9.6vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
	position: relative;
	text-align: center;
	text-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.android .top-faq__title {
	font-weight: 700;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .top-faq__title {
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.top-faq__title {
	padding-left: 5.3333333333vw;
	padding-right: 5.3333333333vw;
}

.top-faq__title span {
	color: #e1e5ec;
	content: "";
	font-family: "Hiragino Sans", sans-serif;
	font-size: 26.6666666667vw;
	font-weight: 300;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1;
	position: absolute;
	text-shadow: none;
	text-transform: uppercase;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.faq {
	margin-top: 12.8vw;
}

.faq-list__item {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.08);
}

.faq-list__item+.faq-list__item {
	margin-top: 1.25rem;
}

.faq-list__item-question {
	align-items: flex-start;
	color: #333;
	cursor: pointer;
	display: flex;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 400;
	gap: 5.8666666667vw;
	letter-spacing: 0.08em;
	line-height: 1.5833333333;
	padding: 6vw 17.0666666667vw 6vw 4vw;
	position: relative;
}

.faq-list__item-question::after {
	background: url(./../images/common/accordion-button.png) no-repeat center center/contain;
	content: "";
	height: 10.1333333333vw;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 10.1333333333vw;
}

.faq-list__item-question span {
	color: #0073d2;
	display: inline-block;
	font-family: "iroha-24matu-stdn", sans-serif;
	font-size: 5.3333333333vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 0.5333333333vw;
}

.faq-list__item-answer-box {
	display: none;
	padding: 0vw 4.6666666667vw 4vw;
}

.faq-list__item-answer {
	align-items: flex-start;
	color: #333;
	cursor: pointer;
	display: flex;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 400;
	gap: 5.8666666667vw;
	letter-spacing: 0.08em;
	line-height: 1.5833333333;
}

.faq-list__item-answer span {
	color: #0073d2;
	display: inline-block;
	font-family: "iroha-24matu-stdn", sans-serif;
	font-size: 5.3333333333vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-top: 0.8vw;
}

.features {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 23.4666666667vw;
	padding-top: 23.4666666667vw;
}

.features__title {
	color: #0073d2;
	font-family: "nitalago-ruika", sans-serif;
	font-size: 9.6vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.3333333333;
	margin-right: 1.0416666667vw;
	position: relative;
	position: relative;
	text-align: right;
	text-shadow: 0.16rem 0.1875rem 0.5625rem rgba(0, 0, 0, 0.14);
	z-index: 1;
	z-index: 2;
}

.features__title span {
	color: #0073d2;
	display: block;
	font-family: "nitalago-ruika", sans-serif;
	font-size: 8vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
}

.features__title span.features__title-bg {
	color: #dedbdb;
	content: "";
	font-family: "Hiragino Sans", sans-serif;
	font-size: 7.7333333333vw;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.5;
	position: absolute;
	right: 0;
	text-align: right;
	text-shadow: none;
	text-transform: uppercase;
	top: -14.9333333333vw;
	z-index: -1;
}

.features__items {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 8vw;
}

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

.features__item:nth-child(1)::after {
	background-color: #e5effa;
	bottom: 0;
	content: "";
	height: 133.3333333333vw;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: -17.3333333333vw;
	transform: skewY(-8deg);
	z-index: -1;
}

.features__item:nth-child(3)::after {
	background-color: #e5effa;
	bottom: 0;
	content: "";
	height: 110.6666666667vw;
	left: 0;
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	top: 5.7333333333vw;
	transform: skewY(-8deg);
	z-index: -1;
}

.features__item:nth-child(2) {
	margin-top: 12.6666666667vw;
}

.features__item:nth-child(3) {
	margin-top: 18.1333333333vw;
}

.features__media-info-top {
	align-items: flex-end;
	display: flex;
	gap: 11.7333333333vw;
}

.features__item:nth-child(2n-1)>.features__media>.features__media-info>.features__media-info-top {
	margin-right: calc(50% - 50vw);
}

.features__item:nth-child(2n)>.features__media>.features__media-info>.features__media-info-top {
	flex-direction: row-reverse;
	margin-left: calc(50% - 50vw);
}

.features__media-catch {
	margin-bottom: 0.25rem;
	width: 61.3333333333vw;
}

.features__media-catch img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.features__media-info-top-img {
	width: 165%;
}

.features__media-info-top-img img {
	-o-object-fit: cover;
	aspect-ratio: 432/283;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.features__media-title {
	color: #046ed1;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 6.6666666667vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.2;
	margin-top: 2vw;
	padding-left: 2.6666666667vw;
}

.iphone .features__media-title {
	font-weight: 700;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .features__media-title {
	font-size: 6.4vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.features__media-title {
	font-size: 6.1333333333vw;
}

.features__media-title span {
	background-color: #016fcb;
	border-radius: 0.875rem;
	color: #fff;
	display: block;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.2068965517;
	margin-bottom: 0.9375rem;
	padding: 2.2666666667vw 2.6666666667vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .features__media-title span {
	font-size: 3.8666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.features__media-title span {
	font-size: 3.7333333333vw;
}

.features__media-title span::before {
	background: url(./../images/common/triangle2.png) center center/contain no-repeat;
	bottom: -0.375rem;
	content: "";
	height: 0.4375rem;
	left: 67%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.9375rem;
}

.features__media-text {
	color: #000000;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5517241379;
	margin-top: 1.6vw;
	padding-left: 2.6666666667vw;
}

.flow {
	margin-top: -1.3333333333vw;
	padding-bottom: 7.0666666667vw;
	padding-top: 0;
	position: relative;
	z-index: 1;
}

.flow__items {
	grid-gap: 6.6666666667vw;
	display: grid;
	gap: 6.6666666667vw;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 8.4vw;
}

.flow__item {
	align-items: center;
	border-radius: 0.5rem;
	display: flex;
	gap: 10vw;
	padding: 2.9333333333vw 4vw;
	position: relative;
	z-index: 1;
}

/* .flow__item:nth-child(1) {
	background-color: #46a1dd;
}

.flow__item:nth-child(2) {
	background-color: #4194d6;
}

.flow__item:nth-child(3) {
	background-color: #3a83cb;
}

.flow__item:nth-child(4) {
	background-color: #3066bd;
}

.flow__item:nth-child(5) {
	background-color: #2545ac;
} */

.flow__item::after {
	background-color: #46a1dd;
	content: "";
	position: absolute;
	right: 4vw;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

/* .flow__item:nth-child(1)::after {
	background: url(./../images/common/flow-bg1.png) center center/contain no-repeat;
	height: 11.8666666667vw;
	width: 13.8666666667vw;
}

.flow__item:nth-child(2)::after {
	background: url(./../images/common/flow-bg2.png) center center/contain no-repeat;
	height: 19.8666666667vw;
	width: 22.2666666667vw;
}

.flow__item:nth-child(3)::after {
	background: url(./../images/common/flow-bg3.png) center center/contain no-repeat;
	height: 15.0666666667vw;
	width: 13.7333333333vw;
}

.flow__item:nth-child(4)::after {
	background: url(./../images/common/flow-bg4.png) center center/contain no-repeat;
	height: 15.6vw;
	width: 22.4vw;
}

.flow__item:nth-child(5)::after {
	background: url(./../images/common/flow-bg5.png) center center/contain no-repeat;
	height: 11.8666666667vw;
	width: 13.8666666667vw;
} */

.flow__item::before {
	content: "";
	height: 2.9333333333vw;
	left: 50%;
	position: absolute;
	top: -4.5333333333vw;
	transform: translateX(-50%);
	width: 8.5333333333vw;
}

/* .flow__item:nth-child(2)::before {
	background: url(./../images/common/flow-triangle1.png) center center/contain no-repeat;
}

.flow__item:nth-child(3)::before {
	background: url(./../images/common/flow-triangle2.png) center center/contain no-repeat;
}

.flow__item:nth-child(4)::before {
	background: url(./../images/common/flow-triangle3.png) center center/contain no-repeat;
}

.flow__item:nth-child(5)::before {
	background: url(./../images/common/flow-triangle4.png) center center/contain no-repeat;
} */

.flow__item-number {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #46a1dd;
	display: flex;
	flex-direction: column;
	font-family: "ab-hanamaki", sans-serif;
	font-size: 5.7333333333vw;
	font-weight: 400;
	height: 10.6666666667vw;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	max-width: 10.6666666667vw;
	width: 100%;
}

/* .flow__item:nth-child(1)>.flow__item-number {
	color: #46a1dd;
}

.flow__item:nth-child(2)>.flow__item-number {
	color: #4198d7;
}

.flow__item:nth-child(3)>.flow__item-number {
	color: #3b81cd;
}

.flow__item:nth-child(4)>.flow__item-number {
	color: #3066bd;
}

.flow__item:nth-child(5)>.flow__item-number {
	color: #2545ac;
} */

.flow__item-info-title {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.flow__item-info-text {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.2vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.375;
	margin-top: 0.9333333333vw;
}

.footer {
	margin-top: 18.6666666667vw;
	padding-bottom: 7.4666666667vw;
	text-align: center;
}

.footer__copyright {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.9333333333vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.1891891892;
}

.fv__img {
	position: relative;
}

.fv-info {
	content: "";
	left: min(3vw, 76.8px);
	position: absolute;
	text-align: center;
	top: 51%;
	transform: translateY(-50%);
	width: 56%;
}

.fv-info-top-text {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 1.6666666667vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
	text-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.56);
}

.fv-info-top-text span {
	color: #f2d82d;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 2.1333333333vw;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1;
	text-shadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.56);
}

.fv-info-top-title {
	color: #fff;
	font-family: "nitalago-ruika", sans-serif;
	font-size: 6.7708333333vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-top: 1.0416666667vw;
	text-shadow: 0 0.3125rem 0.5625rem rgba(0, 0, 0, 0.44);
}

.fv-info-top-title span {
	color: #fff;
	font-family: "nitalago-ruika", sans-serif;
	font-size: 8.4375vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
}

.fv-info-top-en {
	color: #fff;
	font-family: "fot-chiaro-std", sans-serif;
	font-size: 2.65625vw;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1.5625vw;
}

.fv-info-bottom {
	margin-top: 4.4791666667vw;
	padding-right: 2.9166666667vw;
}

.fv-bottom {
	background-color: #2d60c3;
	padding-bottom: 4.6666666667vw;
	padding-top: 4.6666666667vw;
}

.fv-bottom__text {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.2666666667vw;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.1333333333vw;
	padding-right: 2.1333333333vw;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.fv-bottom__text::before,
.fv-bottom__text::after {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	top: 52%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.4vw;
}

.fv-bottom__text::before {
	left: 0;
	transform: translateY(-50%) rotate(-30deg);
}

.fv-bottom__text::after {
	right: 0;
	transform: translateY(-50%) rotate(30deg);
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.fv-bottom__text {
	font-size: 4vw;
}

.fv-bottom__text span {
	color: #f2d82d;
}

.fv-bottom__button {
	margin-top: 1rem;
	text-align: center;
}

.header {
	background-color: #fff;
	height: 2.5rem;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
}

.header__logo {
	height: inherit;
	max-width: 4.625rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__nav {
	display: none;
	height: inherit;
}

.header__nav-list {
	display: flex;
	height: inherit;
}

.header__nav-item {
	height: inherit;
}

.header__nav-item.header__nav-item--contact {
	align-items: center;
	display: flex;
	margin-left: 0.9375rem;
}

.header__nav-item a {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 0.9375rem;
	text-transform: uppercase;
}

.header__nav-item.header__nav-item--contact a {
	background-color: #DE8430;
	color: #fff;
	height: auto;
	height: initial;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.header__nav-item.header__nav-item--contact a::after {
	background-image: url(./../images/common/contact-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-left: 0.625rem;
	width: 0.6875rem;
}

.header__hamburger {
	background-color: #DE8430;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 0.9375rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
	background-color: rgba(98, 58, 20, 0.95);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 14.25rem 0;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

.header__drawer::-webkit-scrollbar {
	display: none;
}

.header__drawer-item a {
	color: #fff;
	display: block;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: center;
	text-transform: uppercase;
}

.header__drawer-item.header__drawer-item--contact a::after {
	background-image: url(./../images/common/contact-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	margin-bottom: 0.3125rem;
	margin-left: 1.25rem;
	width: 0.9375rem;
}

.mission__img {
	width: 100%;
}

.mission__img img {
	-o-object-fit: cover;
	aspect-ratio: 750/310;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.plan-but-box {
	padding-top: 13.3333333333vw;
	position: relative;
	z-index: 1;
}

.plan-but-box__bg {
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 62%, 50% 100%, 0 62%);
	background: #E5EBF9;
	clip-path: polygon(0% 0%, 100% 0, 100% 62%, 50% 100%, 0 62%);
	content: "";
	height: 74.6666666667vw;
	position: absolute;
	right: 0;
	top: -0.0625rem;
	width: 100%;
	z-index: -1;
}

.plan-but {
	padding-bottom: 10vw;
}

.plan-but__top-image {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.6666666667vw;
	width: 100%;
}

.plan-but__top-image img {
	-o-object-fit: cover;
	aspect-ratio: 420/140;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.plan-but__top-texts {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.2vw;
	justify-content: center;
	margin-top: 3.2vw;
}

.plan-but__top-texts span {
	background-color: #555555;
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.0666666667vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1;
}

.plan-but__top-texts span:nth-child(1) {
	padding: 2.5333333333vw 1.0666666667vw;
}

.plan-but__top-texts span:nth-child(2) {
	padding: 2.5333333333vw 3.2vw;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .plan-but__top-texts span:nth-child(2) {
	padding: 2.5333333333vw 2.6666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.plan-but__top-texts span:nth-child(2) {
	padding: 2.5333333333vw 2.6666666667vw;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .plan-but__top-texts span {
	font-size: 3.0666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.plan-but__top-texts span {
	font-size: 2.9333333333vw;
}

.plan-but-cta {
	background: linear-gradient(90deg, #0073D2, #2E60C3);
	margin-top: 10.6666666667vw;
	padding-bottom: 10vw;
	padding-top: 10vw;
}

.plan-but-cta>.cta-bottom {
	background: linear-gradient(90deg, #0073D2, #2E60C3);
}

.plan-but-cta>.cta-top>.cta__top-text>.cta-top__catch {
	font-size: 5.8666666667vw;
}

.plan-but-cta>.cta-top>.cta-top__title {
	margin-top: 4.2666666667vw;
}

.cta__top-text3 {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 5.3333333333vw;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-top: 2.6666666667vw;
}

.cta__top-text3 span {
	color: #f2d82d;
}

.cta__top-text4 {
	color: #fff;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 5.3333333333vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 7.2vw;
}

.cta__top-text4-span1 {
	font-size: 7.2vw;
}

.cta__top-text4-span2 {
	font-size: 8vw;
	margin-left: 4vw;
}

.plan-price {
	margin-top: 6.1333333333vw;
	overflow-x: scroll;
	overflow-y: hidden;
}

table,
td,
th {
	border-collapse: collapse;
	width: 122.1333333333vw;
}

table td,
table th {
	border: 2px solid #a5a5a5;
}

td,
th {
	text-align: center;
	width: auto;
	/* 均等な列幅に */
}

.table-title {
	background-color: #efefef;
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 1.0666666667vw 0.125rem;
}

.table-text {
	background-color: #fff;
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 2.9333333333vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.5;
	padding: 3.2vw 0.125rem;
}

.table-text-content {
	background-color: #fff;
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1.5;
}

.table-text-content span {
	font-size: 5.8666666667vw;
}

.table-text-content p {
	display: block;
	font-size: 2.5333333333vw;
}

.table-text-content-none {
	opacity: 0;
}

.table-height {
	height: 18.6666666667vw;
}

.iphone .plan-price-table tr>td:first-child {
	display: table-cell;
	height: auto;
}

.iphone .plan-price-table tr {
	height: auto;
}

table .no-border {
	border-bottom: none;
	border-left: none;
	border-top: none;
}

table .no-border2 {
	border-left: none;
	border-top: none;
}

.plan-text {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 2.6666666667vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 2.1333333333vw;
	margin-bottom: 2vw;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .plan-text {
	font-size: 2.6666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.plan-text {
	font-size: 2.6666666667vw;
}

/* 1列目をホバーしたとき */

/* ホバーした列に適用されるスタイル */

.plan-price-table td,
.plan-price-table th {
	position: relative;
}

.plan-price-table td::before,
.plan-price-table th::before {
	border-left: 0.9333333333vw solid transparent;
	border-right: 0.9333333333vw solid transparent;
	bottom: 0;
	content: "";
	height: 110%;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -0.6666666667vw;
	z-index: 1;
}

.iphone .plan-price-table td::before,
.iphone .plan-price-table th::before {
	height: 120%;
}

.plan-price-table td.hover,
.plan-price-table th.hover {
	color: #0055cb;
}

.plan-price-table td.hover::before,
.plan-price-table th.hover::before {
	border-color: #0055cb;
}

.plan-price-table tr:nth-child(1) td::before,
.plan-price-table tr:nth-child(1) td::before {
	border-top: 0.9333333333vw solid transparent;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.plan-price-table tr:nth-child(1) td.hover::before,
.plan-price-table tr:nth-child(1) td.hover::before {
	border-color: #0055cb;
	color: #0055cb;
}

.plan-price-table tr:last-child td::before,
.plan-price-table tr:last-child td::before {
	border-bottom: 2.6666666667vw solid transparent;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.iphone .plan-price-table tr:last-child td::before,
.iphone .plan-price-table tr:last-child td::before {
	border-bottom: 3.2vw solid transparent;
}

.plan-price-table tr:last-child td.hover::before,
.plan-price-table tr:last-child td.hover::before {
	border-color: #0055cb;
}

/* 一番上の行のスタイル（デフォルト状態） */

.plan-price-table tr:first-child td {
	background: #efefef;
	color: #333;
}

/* 一番上の行のホバー時スタイル */

.plan-price-table tr:first-child td.hover {
	background: linear-gradient(180deg, #0035c9, #24a0cb);
	color: white;
}

/* 一番左上のセルはデフォルト状態で上書き */

.plan-price-table tr:first-child td:first-child {
	background: inherit;
	color: inherit;
}

/* 一番左上のセルはホバー時もスタイルを当てない */

.plan-price-table tr:first-child td:first-child.hover {
	background: inherit;
	color: inherit;
}

.plan {
	background-color: #e5ecfa;
	padding-bottom: 0;
	padding-top: 7.3333333333vw;
}

.plan-top {
	text-align: center;
}

.plan-top__text {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 2.6666666667vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .plan-top__text {
	font-size: 2.5333333333vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.plan-top__text {
	font-size: 2.4vw;
}

.plan__title {
	margin-top: 7.4666666667vw;
}

.section-title {
	color: #046ed1;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 9.6vw;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13.8666666667vw;
	padding-right: 13.8666666667vw;
	position: relative;
	text-align: center;
	text-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.25);
	width: -moz-fit-content;
	width: fit-content;
}

.iphone .section-title {
	font-weight: 700;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .section-title {
	font-size: 9.4666666667vw;
	padding-left: 12.8vw;
	padding-right: 12.8vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.section-title {
	font-size: 9.3333333333vw;
	padding-left: 12.2666666667vw;
	padding-right: 12.2666666667vw;
}

.section-title::before,
.section-title::after {
	content: "";
	height: 0.8vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 11.8666666667vw;
}

.section-title::before {
	background: url(./../images/common/title-left.png) center center/contain no-repeat;
	left: 0;
}

.section-title::after {
	background: url(./../images/common/title-right.png) center center/contain no-repeat;
	right: 0;
}

.plan-but-table2 {
	margin-top: 13.3333333333vw;
	overflow-x: scroll;
}

.table2 {
	table-layout: fixed;
}

.table2 td,
.table2 th {
	border: 2px solid #595959;
	border-collapse: collapse;
}

.table2 td,
.table2 th {
	padding: 0.5rem;
}

.table2 th {
	background: #f0e6cc;
}

.table2-title {
	background-color: #EFEFEF;
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 500;
	height: 20vw;
	letter-spacing: 0.02em;
	line-height: 1.5;
	width: 42.6666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.table2-title {
	font-weight: 600;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .table2-title {
	font-size: 3.2vw;
	font-weight: 600;
}

.table2 .table2-title-noBorder-top {
	border-top: 1px solid #595959;
}

.table2 .table2-title-noBorder-bottom {
	border-bottom: 1px solid #595959;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .table2-title {
	width: 41.3333333333vw;
}

.table2-title.table2-title-small {
	height: 26.6666666667vw;
}

.table2-title.table2-title-textBig {
	font-size: 4.8vw;
}

.table2-content {
	background-color: #fff;
}

.table2 td span1 {
	font-size: 1.8666666667vw;
}

.table2-text {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4.5333333333vw;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.iphone .table2-text {
	font-weight: 600;
}

.table2-text span {
	font-size: 5.6vw;
}

.table2-price {
	color: #2E60C3;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 4vw;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.iphone .table2-price {
	font-weight: 600;
}

.table2-price span {
	font-size: 7.4666666667vw;
}

.table-note {
	font-size: 2.1333333333vw;
}

.plan-but-table3 {
	margin-top: 16vw;
	overflow-x: scroll;
}

.plan-but-text-box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8vw;
	width: -moz-fit-content;
	width: fit-content;
}

.plan-but-text {
	color: #000000;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 2.2666666667vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-left: 1.4em;
	text-align: left;
	text-indent: -1.4em;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.plan-but-text {
	font-size: 2.1333333333vw;
}

.plan-but-text span {
	margin-right: 0.8vw;
}

.worries {
	background-color: #eaf0fd;
	padding-bottom: 13.3333333333vw;
	padding-top: 10.6666666667vw;
	position: relative;
	z-index: 1;
}

.worries-bg {
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -2;
}

.worries-bg img {
	-o-object-fit: cover;
	-o-object-position: top center;
	aspect-ratio: 750/1050;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.worries__title {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.worries__title span {
	background-color: #333333;
	color: #fff;
	display: block;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 6.1333333333vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 1.3333333333vw 1.8666666667vw;
	width: -moz-fit-content;
	width: fit-content;
}

.worries-box {
	background-color: #f2f2f2;
	margin-top: 20.2666666667vw;
	padding: 8vw 4vw;
	position: relative;
	z-index: 1;
}

.worries-box-check {
	color: #adadad;
	content: "";
	font-family: "Gill Sans", "Gill Sans MT", "Calibri", sans-serif;
	font-size: 10.4vw;
	font-weight: 100;
	left: 0;
	letter-spacing: 0.04em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	top: -4.1333333333vw;
	transform: translateY(-50%);
	z-index: -1;
}

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

.worries-box__item {
	color: #000000;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 3.3333333333vw;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-left: 6.6666666667vw;
	position: relative;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.worries-box__item {
	padding-left: 5.3333333333vw;
}

.worries-box__item::before {
	background: url(./../images/common/worries-box-icon.png) center center/contain no-repeat;
	content: "";
	height: 3.2vw;
	left: 0;
	position: absolute;
	top: 0.5333333333vw;
	width: 3.2vw;
}

.worries-box__item span {
	color: #4bc0e7;
}

.worries-box__bottom {
	background: linear-gradient(90deg, #229fcb, #003cc9);
	padding: 8vw 6.6666666667vw;
	position: relative;
}

.worries-box__bottom::after {
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: linear-gradient(90deg, #1270ca, #0E68C9);
	bottom: -2.5333333333vw;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	content: "";
	height: 2.6666666667vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 7.6vw;
}

.worries-box__bottom-text-question {
	display: inline-block;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 2.125rem;
	font-weight: 300;
	margin-left: -0.25rem;
	transform: rotate(8deg);
}

.worries__cards {
	grid-gap: 10.6666666667vw;
	display: grid;
	gap: 10.6666666667vw;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 8.8vw;
}

.worries__card {
	grid-gap: 0.125rem;
	background-color: #fff;
	border-radius: 0.9375rem;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.13);
	display: grid;
	gap: 0.125rem;
	grid-row: span 2;
	grid-template-rows: subgrid;
	padding: 0.375rem 1.8125rem 1.125rem;
}

.worries__card:nth-child(1)>.worries__card-img {
	max-width: 20.2666666667vw;
	width: 100%;
}

.worries__card:nth-child(2)>.worries__card-img {
	margin-top: 2.6666666667vw;
	max-width: 22.9333333333vw;
	width: 100%;
}

.worries__card:nth-child(3)>.worries__card-img {
	margin-top: 2.6666666667vw;
	max-width: 15.4666666667vw;
	width: 100%;
}

.worries__card-img {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.worries__card-text {
	color: #333;
	font-family: "Hiragino Sans", sans-serif;
	font-size: 5.3333333333vw;
	font-weight: 300;
	letter-spacing: 0em;
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

/* Safari */

_::-webkit-full-page-media,
_:future,
:root .worries__card-text {
	font-size: 5.0666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.worries__card-text {
	font-size: 4.6666666667vw;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.worries__card-text {
	font-size: 4.6666666667vw;
}

.worries__card-text span {
	background: linear-gradient(#2d60c3 0%, #2d60c3 100%);
	box-sizing: border-box;
	color: #fff;
	line-height: 2;
	padding: 0.25rem 0.125rem;
}

/* Firefox */

_:lang(en)::-moz-placeholder,
.worries__card-text span {
	padding: 0.25rem 0rem;
	white-space: nowrap;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 6.6666666667vw;
	padding-right: 6.6666666667vw;
	width: 100%;
}

.inner2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 6.6666666667vw;
	padding-right: 6.6666666667vw;
	width: 100%;
}

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

	.u-desktop {
		display: block;
	}

	.u-mobile {
		display: none;
	}

	html {
		font-size: 1.1428571429vw;
	}

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

	a:hover {
		opacity: 0.8;
	}

	.about {
		margin-top: 12.25rem;
	}

	.about__title {
		font-size: 3rem;
	}

	.about-media {
		flex-direction: row;
		gap: 2.5rem;
		margin-top: 4.125rem;
	}

	.about-media__left {
		max-width: 34.375rem;
		width: 100%;
	}

	.about-media__right {
		max-width: 40rem;
		width: 100%;
	}

	.about-company-wrap {
		padding: 0 min(1.5vw, 30px);
	}

	.about-overview-wrap {
		align-items: flex-start;
		margin-top: 0rem;
		padding: 0 0;
	}

	.about-company-wrap {
		padding-bottom: 2rem;
	}

	.about-company-wrap:not(:first-child) {
		padding-top: 2rem;
	}

	.about-company-title,
	.about-overview-title {
		font-size: 1.5rem;
		width: 9.375rem;
	}

	_:lang(en)::-moz-placeholder,
	.about-company-title,
	.about-overview-title {
		width: 9.375rem;
	}

	.about-overview-title {
		width: 10.625rem;
	}

	.about-company-description,
	.about-overview-description {
		font-size: clamp(0.75rem, 0.25rem + 1.042vw, 1.5rem);
	}

	.about-company-description {
		font-size: 1.5rem;
		line-height: 1.1724137931;
	}

	_:lang(en)::-moz-placeholder,
	.about-company-description {
		font-size: 1.5rem;
	}

	.about-overview-description {
		font-size: clamp(0.75rem, 0.25rem + 1.042vw, 1.5rem);
	}

	_::-webkit-full-page-media,
	_:future,
	:root .about-overview-description {
		font-size: clamp(0.75rem, 0.25rem + 1.042vw, 1.5rem);
	}

	_:lang(en)::-moz-placeholder,
	.about-overview-description {
		font-size: clamp(0.75rem, 0.25rem + 1.042vw, 1.5rem);
	}

	.button1 {
		font-size: 2.25rem;
		max-width: 41rem;
		padding: 2.8125rem 5.5rem 2.8125rem 3.3125rem;
	}

	.win .button1 {
		font-weight: 600;
		padding: 2.875rem 5.5rem 2.75rem 3.3125rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .button1 {
		font-size: 2.25rem;
	}

	_:lang(en)::-moz-placeholder,
	.button1 {
		font-size: 2.25rem;
	}

	.fv-bottom__button-link.button1 {
		font-size: 1.875vw;
		max-width: 34.1666666667vw;
		padding-bottom: 2.34375vw;
		padding-left: 2.7604166667vw;
		padding-right: 4.5833333333vw;
		padding-top: 2.34375vw;
	}

	.Windows .fv-bottom__button-link.button1 {
		padding-bottom: 2.1875vw;
		padding-top: 1.875vw;
	}

	.button1::after {
		height: 3.1875rem;
		right: 1.5rem;
		width: 3.1875rem;
	}

	.fv-bottom__button-link.button1::after {
		height: 6.8vw;
		width: 2.65625vw;
	}

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

	.card__content {
		padding: 1.25rem 1.875rem 0;
	}

	.card__title {
		font-size: 1rem;
	}

	.card__text {
		font-size: 0.875rem;
		margin-top: 0.9375rem;
	}

	.card__meta {
		padding: 1.25rem 1.875rem 1.25rem;
	}

	.card__category {
		font-size: 1rem;
	}

	.card__date {
		font-size: 1rem;
	}

	.cta {
		padding-bottom: 3.125rem;
		padding-top: 3.75rem;
	}

	.cta-top-head {
		flex-direction: row;
		gap: 1.25rem;
	}

	.cta__top-text {
		align-items: flex-end;
		display: flex;
		font-size: 2.375rem;
		justify-content: center;
	}

	.cta-top__catch {
		border-radius: 1rem;
		font-size: 2.1875rem;
		letter-spacing: 0.06em;
		line-height: 1.2;
		margin-right: 0.75rem;
		padding: 0.5625rem 1.25rem;
	}

	.cta-top__catch.cta-top__catch--nowrap {
		align-items: center;
		display: flex;
		flex-direction: column;
		font-size: clamp(1.125rem, 0.125rem + 2.083vw, 2.625rem);
		justify-content: center;
		letter-spacing: 0.1em;
		line-height: 1.2;
		padding: 0.625rem 6.875rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .cta-top__catch.cta-top__catch--nowrap {
		font-size: clamp(1.125rem, 0.125rem + 2.083vw, 2.625rem);
	}

	_:lang(en)::-moz-placeholder,
	.cta-top__catch.cta-top__catch--nowrap {
		font-size: clamp(1.125rem, 0.125rem + 2.083vw, 2.625rem);
	}

	.cta-top__title {
		font-size: 5.625rem;
		letter-spacing: 0.04em;
		margin-top: 1.25rem;
	}

	.cta-top__title.cta-top__title--big {
		font-size: clamp(3.125rem, 0rem + 6.51vw, 7.813rem);
		letter-spacing: 0.04em;
		margin-top: 0.875rem;
	}

	.cta-top__title span {
		font-size: 2.8125rem;
	}

	.cta-top__text {
		font-size: 3.5625rem;
		line-height: 1;
		margin-top: 0.875rem;
	}

	.cta__top-text2 {
		font-size: 2.5rem;
		margin-top: 1.875rem;
	}

	_:lang(en)::-moz-placeholder,
	.cta__top-text2 {
		font-size: 2.5rem;
	}

	.cta-top__text.cta-top__text--big {
		font-size: 3.5625rem;
	}

	.worries-box__bottom-text-yellow {
		font-size: 5.125rem;
	}

	.cta-bottom {
		margin-top: 3.75rem;
	}

	.cta-bottom__text {
		font-size: 2rem;
		padding-left: 1.5rem;
		padding-right: 1.125rem;
	}

	.cta-bottom__text::before,
	.cta-bottom__text::after {
		top: 54%;
		width: 0.1875rem;
	}

	.cta-bottom__button {
		margin-top: 1rem;
	}

	.top-faq {
		padding-bottom: 3.625rem;
		padding-top: 6.875rem;
	}

	.top-faq__title {
		font-size: 4.5rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .top-faq__title {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}

	_:lang(en)::-moz-placeholder,
	.top-faq__title {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}

	.top-faq__title span {
		font-size: 12.5rem;
	}

	.faq {
		margin-left: auto;
		margin-right: auto;
		margin-top: 6rem;
		max-width: 63.125rem;
		width: 100%;
	}

	.faq-list__item-question {
		align-items: center;
		font-size: 1.5rem;
		gap: 1rem;
		padding: 1.875rem 3.75rem 1.875rem 5rem;
	}

	.faq-list__item-question::after {
		height: 3.75rem;
		right: 2.5rem;
		width: 3.75rem;
	}

	.faq-list__item-question span {
		font-size: 1.875rem;
		margin-top: 0.25rem;
	}

	.faq-list__item-answer-box {
		padding: 1.25rem 2.5rem 0.9375rem 5rem;
	}

	.faq-list__item-answer {
		font-size: 1.5rem;
		gap: 1rem;
	}

	.faq-list__item-answer span {
		font-size: 1.875rem;
		margin-top: 0.25rem;
	}

	.features {
		padding-bottom: 18.75rem;
		padding-top: 16.25rem;
	}

	.features__title {
		font-size: 4.5rem;
		margin-right: 18.125rem;
	}

	.features__title span {
		display: inline-block;
		font-size: 3.75rem;
		margin-right: -1.875rem;
	}

	.features__title span.features__title-bg {
		display: block;
		font-size: 5.75rem;
		letter-spacing: 0.07em;
		line-height: 1.2;
		right: 1.25rem;
		top: -10.3125rem;
	}

	.features__items {
		gap: 0;
		margin-top: 5rem;
	}

	.features__item:nth-child(1)::after {
		height: 46.25rem;
		top: -8.125rem;
	}

	.features__item:nth-child(3)::after {
		height: min(54vw, 830px);
		top: -10rem;
	}

	.features__item:nth-child(2) {
		margin-top: 2.9375rem;
	}

	.features__item:nth-child(3) {
		margin-top: 21rem;
	}

	.features__media {
		display: flex;
		gap: min(4.6vw, 136px);
		padding: 0 3.75rem;
	}

	.features__item:nth-child(2n-1)>.features__media {
		justify-content: center;
	}

	.features__item:nth-child(2n)>.features__media {
		flex-direction: row-reverse;
		justify-content: center;
	}

	.features__media-info {
		max-width: 41.5rem;
		width: 100%;
	}

	.features__item:nth-child(2n-1)>.features__media>.features__media-info {
		margin-left: 2.5rem;
	}

	.features__media-info-top {
		gap: 2.375rem;
	}

	.features__item:nth-child(2n-1)>.features__media>.features__media-info>.features__media-info-top {
		margin-right: auto;
		width: auto;
	}

	.features__item:nth-child(2n)>.features__media>.features__media-info>.features__media-info-top {
		justify-content: flex-end;
		margin-left: auto;
		padding-right: 0;
		width: auto;
	}

	.features__media-catch {
		margin-bottom: 0;
		width: 10rem;
	}

	.features__item:nth-child(2n-1)>.features__media>.features__media-info>.features__media-info-top>.features__media-catch {
		margin-left: 0.75rem;
	}

	.features__item:nth-child(2n)>.features__media>.features__media-info>.features__media-info-top>.features__media-catch {
		margin-left: -1.25rem;
		width: 11.875rem;
	}

	.features__item:nth-child(3)>.features__media>.features__media-info>.features__media-info-top>.features__media-catch {
		width: 12.25rem;
	}

	.features__media-info-top-img {
		width: 100%;
	}

	.features__media-title {
		font-size: clamp(1.438rem, 0.229rem + 2.517vw, 3.25rem);
		margin-top: 0.4375rem;
		padding-left: 0;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .features__media-title {
		font-size: clamp(1.438rem, 0.229rem + 2.517vw, 3.25rem);
	}

	_:lang(en)::-moz-placeholder,
	.features__media-title {
		font-size: clamp(1.438rem, 0.229rem + 2.517vw, 3.25rem);
	}

	.features__item:nth-child(2n-1)>.features__media>.features__media-info>.features__media-title {
		margin-left: 2.625rem;
	}

	.features__item:nth-child(3)>.features__media>.features__media-info>.features__media-title {
		font-size: clamp(1.375rem, 0.167rem + 2.517vw, 3.188rem);
	}

	.features__media-title span {
		border-radius: 1.6875rem;
		font-size: clamp(0.813rem, 0.104rem + 1.476vw, 1.875rem);
		margin-bottom: 1.875rem;
		margin-top: 2.8125rem;
		padding: 1.125rem 1.625rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .features__media-title span {
		font-size: clamp(0.813rem, 0.104rem + 1.476vw, 1.875rem);
	}

	_:lang(en)::-moz-placeholder,
	.features__media-title span {
		font-size: clamp(0.813rem, 0.104rem + 1.476vw, 1.875rem);
	}

	.features__media-title span::before {
		bottom: -0.8125rem;
		height: 0.875rem;
		left: 68%;
		width: 2rem;
	}

	.features__media-text {
		font-size: clamp(0.813rem, 0.271rem + 1.128vw, 1.625rem);
		margin-top: 2.5rem;
		padding-left: 0;
	}

	.features__item:nth-child(2n-1)>.features__media>.features__media-info>.features__media-text {
		margin-left: 2.625rem;
	}

	.features__media-img {
		max-width: 43.75rem;
		width: 100%;
	}

	.features__item:nth-child(1)>.features__media>.features__media-img {
		margin-top: 1.25rem;
	}

	.features__item:nth-child(2)>.features__media>.features__media-img {
		margin-top: 11.25rem;
	}

	.flow {
		margin-top: -8.875rem;
		padding-bottom: 6.25rem;
		padding-top: 0;
	}

	.flow__items {
		gap: 2.5rem;
		margin-left: auto;
		margin-right: auto;
		margin-top: 4.8125rem;
		max-width: 63.125rem;
		width: 100%;
	}

	.flow__item {
		border-radius: 0.9375rem;
		gap: 5.5rem;
		padding: 1rem 1.875rem;
	}

	.flow__item::after {
		right: 2.3125rem;
	}

	/* .flow__item:nth-child(1)::after {
		height: 6.0625rem;
		width: 7.0625rem;
	}

	.flow__item:nth-child(2)::after {
		height: 6.4375rem;
		width: 7.1875rem;
	}

	.flow__item:nth-child(3)::after {
		height: 7.0625rem;
		width: 6.4375rem;
	}

	.flow__item:nth-child(4)::after {
		height: 6.125rem;
		width: 8.8125rem;
	}

	.flow__item:nth-child(5)::after {
		height: 6.5rem;
		width: 8.5rem;
	} */

	.flow__item::before {
		height: 1.375rem;
		top: -2rem;
		width: 4rem;
	}

	.flow__item-number {
		font-size: 3.125rem;
		height: 6.25rem;
		max-width: 6.25rem;
	}

	.flow__item-info-title {
		font-size: 1.5625rem;
		font-weight: 500;
	}

	.flow__item-info-text {
		font-size: 1.5rem;
		margin-top: 0.4375rem;
	}

	.footer {
		margin-top: 4.0625rem;
		padding-bottom: 3.5rem;
	}

	.footer__copyright {
		font-size: 2.875rem;
	}

	.fv-bottom__text {
		font-size: 1.7333333333vw;
		padding-left: 1.0666666667vw;
		padding-right: 1.0666666667vw;
	}

	.fv-bottom__text::before,
	.fv-bottom__text::after {
		top: 54%;
		width: 0.1875rem;
	}

	_:lang(en)::-moz-placeholder,
	.fv-bottom__text {
		font-size: 1.7333333333vw;
	}

	.header {
		height: 4.375rem;
	}

	.header__inner {
		padding: 0 3.125rem;
	}

	.header__logo {
		max-width: 6.25rem;
	}

	.header__nav {
		display: block;
	}

	.header__hamburger {
		display: none;
	}

	.mission__img img {
		aspect-ratio: 1920/523;
	}

	.plan-but-box {
		padding-top: 10.625rem;
	}

	.plan-but-box__bg {
		height: min(47vw, 736px);
	}

	.plan-but__top-image {
		max-width: 26.25rem;
	}

	.plan-but__top-texts {
		gap: 1.5rem;
		margin-top: 1.5rem;
	}

	.plan-but__top-texts span {
		font-size: 2.3125rem;
	}

	.plan-but__top-texts span:nth-child(1) {
		padding: 1.1875rem 0.5rem;
	}

	.plan-but__top-texts span:nth-child(2) {
		padding: 1.1875rem 1.875rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .plan-but__top-texts span:nth-child(2) {
		padding: 1.1875rem 1.875rem;
	}

	_:lang(en)::-moz-placeholder,
	.plan-but__top-texts span:nth-child(2) {
		padding: 1.1875rem 1.875rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .plan-but__top-texts span {
		font-size: 2.3125rem;
	}

	_:lang(en)::-moz-placeholder,
	.plan-but__top-texts span {
		font-size: 2.3125rem;
	}

	.plan-but-cta {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5rem;
		max-width: 77.8125rem;
		padding-bottom: 4.375rem;
		padding-top: 5.375rem;
		width: 100%;
	}

	.plan-but-cta>.cta-top>.cta__top-text>.cta-top__catch {
		border-radius: 1.625rem;
		font-size: 2.75rem;
		padding: 1.125rem 1.625rem;
	}

	.plan-but-cta>.cta-top>.cta-top__title {
		margin-top: 3rem;
	}

	.cta__top-text3 {
		font-size: 3.0625rem;
		margin-top: 1.25rem;
	}

	.cta__top-text4 {
		font-size: 3.0625rem;
		margin-top: 2.375rem;
	}

	.cta__top-text4-span1 {
		font-size: 3.375rem;
	}

	.cta__top-text4-span2 {
		font-size: 4.625rem;
		margin-left: 1.875rem;
	}

	.plan-price {
		margin-top: 7.125rem;
		overflow-x: auto;
	}

	table,
	td,
	th {
		table-layout: fixed;
		width: 100%;
	}

	.table-title {
		font-size: min(1.7vw, 33px);
		font-weight: 500;
		padding: 0.5rem 0.125rem;
	}

	.table-text {
		font-size: min(1.5vw, 27px);
		font-weight: 500;
		padding: 0.75rem 0.125rem;
	}

	.table-text-content {
		font-size: min(2.1vw, 36px);
		font-weight: 500;
	}

	.table-text-content span {
		font-size: min(4vw, 58px);
	}

	.table-text-content p {
		font-size: min(1.8vw, 24px);
	}

	.table-height {
		height: 12.5rem;
	}

	.plan-text {
		/* font-size: 2rem; */
		font-size: 1.2vw;
		letter-spacing: 0.02em;
		margin-top: 1rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .plan-text {
		font-size: clamp(1.5rem, 1.167rem + 0.694vw, 2rem);
	}

	_:lang(en)::-moz-placeholder,
	.plan-text {
		font-size: clamp(1.5rem, 1.167rem + 0.694vw, 2rem);
	}

	.plan-price-table td::before,
	.plan-price-table th::before {
		border-left: 0.4375rem solid transparent;
		border-right: 0.4375rem solid transparent;
		top: -0.625rem;
	}

	.plan-price-table tr:nth-child(1) td::before,
	.plan-price-table tr:nth-child(1) td::before {
		border-top: 0.4375rem solid transparent;
	}

	.plan-price-table tr:last-child td::before,
	.plan-price-table tr:last-child td::before {
		border-bottom: 1.25rem solid transparent;
		top: -0.3125rem;
	}

	.iphone .plan-price-table tr:last-child td::before,
	.iphone .plan-price-table tr:last-child td::before {
		border-bottom: 1.25rem solid transparent;
	}

	.plan {
		padding-bottom: 8.1875rem;
		padding-top: 7.1875rem;
	}

	.plan-top__text {
		font-size: 2rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .plan-top__text {
		font-size: 2rem;
	}

	_:lang(en)::-moz-placeholder,
	.plan-top__text {
		font-size: 2rem;
	}

	.plan__title {
		margin-top: 3.5rem;
	}

	.section-title {
		font-size: 4.5rem;
		padding-left: 6.875rem;
		padding-right: 6.875rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .section-title {
		font-size: 4.5rem;
		padding-left: 6.875rem;
		padding-right: 6.875rem;
	}

	_:lang(en)::-moz-placeholder,
	.section-title {
		font-size: 4.5rem;
		padding-left: 6.875rem;
		padding-right: 6.875rem;
	}

	.section-title::before,
	.section-title::after {
		height: 0.375rem;
		width: 5.5625rem;
	}

	.plan-but-table2 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 6.875rem;
		max-width: 77.8125rem;
		overflow-x: auto;
		width: 100%;
	}

	.table2-title {
		font-size: 2.125rem;
		height: 9.375rem;
		width: 26.875rem;
	}

	_:lang(en)::-moz-placeholder,
	.table2-title {
		font-weight: 500;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .table2-title {
		font-size: 2.125rem;
		font-weight: 500;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .table2-title {
		width: 26.875rem;
	}

	.table2-title.table2-title-small {
		height: 17.5rem;
	}

	.table2-title.table2-title-textBig {
		font-size: 3rem;
	}

	.table2 td span1 {
		font-size: 2.125rem;
	}

	.table2-text {
		font-size: 2.125rem;
	}

	.table2-text span {
		font-size: 2.625rem;
	}

	.table2-price {
		font-size: 1.875rem;
	}

	.table2-price span {
		font-size: 3.5rem;
	}

	.table-note {
		font-size: 1.375rem;
		margin-left: 0.5rem;
	}

	.plan-but-table3 {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10rem;
		max-width: 77.8125rem;
		overflow-x: auto;
		width: 100%;
	}

	.plan-but-text-box {
		margin-top: 0.375rem;
	}

	.plan-but-text {
		font-size: 1.25rem;
		max-width: 63.125rem;
		width: 100%;
	}

	_:lang(en)::-moz-placeholder,
	.plan-but-text {
		font-size: 1.25rem;
	}

	.plan-but-text span {
		margin-right: 0.375rem;
	}

	.worries {
		padding-bottom: 7.1875rem;
		padding-top: 7.1875rem;
	}

	.worries-bg {
		height: 100%;
		max-height: 66.6875rem;
		width: 100%;
	}

	.worries-bg img {
		aspect-ratio: 1920/1067;
	}

	.worries__title {
		gap: 0.625rem;
	}

	.worries__title span {
		font-size: 4.5625rem;
		padding: 0.875rem 0.375rem;
	}

	.worries-box {
		margin-top: 3.75rem;
		padding: 4rem 7.5rem 3rem;
	}

	.worries-box-check {
		font-size: 4.875rem;
		top: -1.625rem;
	}

	.worries-box__items {
		gap: 2.75rem;
		margin-left: auto;
		margin-right: auto;
		width: -moz-fit-content;
		width: fit-content;
	}

	.worries-box__item {
		font-size: clamp(1rem, 0.167rem + 1.736vw, 2.25rem);
		letter-spacing: 0.04em;
		line-height: 1.5142857143;
		padding-left: clamp(2.375rem, 0.917rem + 3.038vw, 4.563rem);
	}

	_:lang(en)::-moz-placeholder,
	.worries-box__item {
		padding-left: clamp(2.375rem, 0.917rem + 3.038vw, 4.563rem);
	}

	.worries-box__item::before {
		height: 2.1875rem;
		top: clamp(0.125rem, -0.208rem + 0.694vw, 0.625rem);
		width: 2.1875rem;
	}

	.worries-box__bottom {
		padding: 1.875rem 1.5625rem 1.25rem;
	}

	.worries-box__bottom::after {
		bottom: -1.5625rem;
		height: 1.625rem;
		width: 7.0625rem;
	}

	.worries-box__bottom-text-question {
		font-size: 5.8125rem;
		margin-left: 0;
		padding-bottom: 0.875rem;
		padding-left: 0.875rem;
	}

	.worries__cards {
		gap: 1.4375rem;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 7rem;
	}

	.worries__card {
		gap: 0.625rem;
		padding: 1.75rem 1.25rem 3.5rem;
	}

	.worries__card:nth-child(1)>.worries__card-img {
		max-width: min(9vw, 169px);
	}

	.worries__card:nth-child(2)>.worries__card-img {
		margin-top: 0;
		max-width: min(12vw, 221px);
	}

	.worries__card:nth-child(3)>.worries__card-img {
		margin-top: 0;
		max-width: min(7vw, 134px);
	}

	.worries__card-text {
		font-size: clamp(0.688rem, -0.063rem + 1.563vw, 1.813rem);
		margin-top: -0.375rem;
	}

	_::-webkit-full-page-media,
	_:future,
	:root .worries__card-text {
		font-size: clamp(0.688rem, -0.063rem + 1.563vw, 1.813rem);
	}

	_:lang(en)::-moz-placeholder,
	.worries__card-text {
		font-size: clamp(0.625rem, -0.208rem + 1.736vw, 1.875rem);
	}

	_:lang(en)::-moz-placeholder,
	.worries__card-text {
		font-size: clamp(0.688rem, -0.063rem + 1.563vw, 1.813rem);
	}

	.worries__card-text span {
		line-height: 2.5;
		padding: 0.625rem 0.125rem;
	}

	_:lang(en)::-moz-placeholder,
	.worries__card-text span {
		line-height: 2.3;
		padding: 0.625rem 0.125rem;
	}

	.inner {
		max-width: min(84vw, 1450px);
		padding-left: 25px;
		padding-right: 25px;
	}

	.inner2 {
		max-width: 1650px;
		padding-left: 25px;
		padding-right: 25px;
	}

}

@media (min-width: 1400px) {

	html {
		font-size: 16px;
	}

}

@media (max-width: 375px) {

	html {
		font-size: 4.2666666667vw;
	}

}


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


/*///////////////////////////////// */
/* 202506 修正 */
:root {
	--gradient-202506: linear-gradient(90deg, #2EBCF2 0%, #1F56BE 100%);
}

.twosection-wrap {
	position: relative;
	background: var(--gradient-202506);
	z-index: 0;
}

.twosection-wrap .title-en {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 1vw;
	width: 10vw;
}

.fv-202506 {
	width: 100%;
	position: relative;
	display: flex;
	padding-top: 4vw;
}

/* fv左側テキスト群 */
.fv-202506_textwrap {
	width: 45vw;
	padding-left: 4vw;
	padding-top: 5vw;
}

.fv-202506_catchcopy {
	display: inline-block;
	color: white;
	background-color: #00328A;
	box-shadow: 4px 4px 8px rgba(169, 191, 229, 0.6);
	font-size: 1.6667vw;
	padding: 10px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 1vw;
}

.fv-202506_catchcopy span {
	font-size: 2.5vw;
	font-weight: 700;
}

.fv-202506 .cta-bottom__button.pc {
	text-align: left;
	margin-top: 4vw;
}

.fv-202506 .cta-bottom__button.sp {
	display: none;
}

.fv-202506 .cta-bottom__button a {
	font-size: 2.2222vw;
	font-weight: 700;
	padding: 2.6vw 6vw 2.6vw 2.4vw;
	border-radius: 10px;
	text-align: left;
	letter-spacing: 0;
	width: fit-content;
	margin: 0;
	box-shadow: 6px 6px 16px rgba(27, 20, 100, 0.52);
}

.fv-202506 .cta-bottom__button a::after {
	width: 3.5vw;
}

/* fv右側画像 */
.fv-202506_image {
	width: 50vw;
}

/* 202506 事業ミッション */
.mission-202506 {
	position: relative;
	text-align: center;
	z-index: 1;
	margin-top: -15vw;
	width: 100%;
	border-radius: 40% 40% 0 0;
	background: url("../images/common/202506_mission-bg.webp") no-repeat center center;
	padding-top: 12vw;
	padding-bottom: 12vw;
	padding-bottom: 50vw;
	box-shadow: -6px -6px 50px rgba(27, 20, 100, 0.43);
}

.mission-202506 h2 {
	position: absolute;
	top: -5vw;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	text-align: center;
	line-height: 1;
	font-size: 3vw;
	color: white;
	background: var(--gradient-202506);
	padding: 1.5vw;
	border-radius: 2vw;
}

.mission-202506 h2 span {
	display: block;
	font-family: "nitalago-ruika", sans-serif;
	font-size: 5vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.fv-202506_catchcopy.shadow {
	box-shadow: 6px 6px 8px rgba(27, 20, 100, 0.43);
}

.fv-202506_catchcopy.sp {
	display: none;
}

/* .mission-202506_image {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 2vw;
} */

.mission-202506_imgwrap {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 2vw;
}

/* 特長 */
.features-202506 {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -50vw;
	padding-top: 20vw;
	background: url("../images/common/202506_features_bg.webp") no-repeat top/cover;
	padding-bottom: 15vw;
}

.features-202506 h2 {
	width: fit-content;
	text-align: center;
	line-height: 1;
	font-size: 3vw;
	color: white;
	background: var(--gradient-202506);
	padding: 1.5vw;
	border-radius: 2vw;
	margin: auto;
}

.features-202506 h2 span {
	display: block;
	font-family: "nitalago-ruika", sans-serif;
	font-size: 5vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4;
}

.features-202506_content {
	position: relative;
	top: 5vw;
	width: 60vw;
	border: 4px solid #4fc7fa;
	border-radius: 1vw;
	margin: auto;
	padding: 3vw;
	padding-top: 5vw;
}

.features-202506_content-title {
	position: absolute;
	top: -3vw;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: fit-content;
	background-color: #f4b346;
	padding: 1.2vw;
	color: #2b5dbe;
	font-size: 2.2222vw;
	font-weight: 600;
	border-radius: 1vw;
}

.features-202506_content ul li {
	font-size: clamp(0.688rem, -0.063rem + 1.563vw, 1.813rem);
	line-height: 1.75;
	margin-top: 1vw;
	padding-left: 3vw;
	background: url("../images/common/202506_check-icon.svg") no-repeat left top 0.2vw / 2.2vw;
}

.features-202506_content ul li span {
	text-wrap: nowrap;
}

/* cta */
.cta-top__catch.br-202506 {
	line-height: 1.7;
}

/* ご利用の流れ */
/* 背景色 */
.flow__item:nth-child(1) {
	background-color: #4bb0e6;
}

.flow__item:nth-child(2) {
	background-color: #46a1dd;
}

.flow__item:nth-child(3) {
	background-color: #3e93d4;
}

.flow__item:nth-child(4) {
	background-color: #3786cb;
}

.flow__item:nth-child(5) {
	background-color: #3263c2;
}

.flow__item:nth-child(6) {
	background-color: #2d54b9;
}

.flow__item:nth-child(7) {
	background-color: #2947b1;
}

.flow__item:nth-child(8) {
	background-color: #2545ac;
}

/* ナンバー */
.flow__item:nth-child(1)>.flow__item-number {
	color: #4bb0e6;
}

.flow__item:nth-child(2)>.flow__item-number {
	color: #46a1dd;
}

.flow__item:nth-child(3)>.flow__item-number {
	color: #3e93d4;
}

.flow__item:nth-child(4)>.flow__item-number {
	color: #3786cb;
}

.flow__item:nth-child(5)>.flow__item-number {
	color: #3263c2;
}

.flow__item:nth-child(6)>.flow__item-number {
	color: #2d54b9;
}

.flow__item:nth-child(7)>.flow__item-number {
	color: #2947b1;
}

.flow__item:nth-child(8)>.flow__item-number {
	color: #2545ac;
}

/* アイコン */
.flow__item:nth-child(1)::after {
	background: url(./../images/common/flow-bg1.png) center center/contain no-repeat;
	height: 6.0625rem;
	width: 7.0625rem;
}

.flow__item:nth-child(2)::after {
	background: url(./../images/common/flow-bg2.png) center center/contain no-repeat;
	height: 6.4375rem;
	width: 7.1875rem;
}

.flow__item:nth-child(3)::after {
	background: url(./../images/common/flow-bg3.png) center center/contain no-repeat;
	height: 7.0625rem;
	width: 6.4375rem;
}

.flow__item:nth-child(4)::after {
	background: url(./../images/common/flow-bg4.png) center center/contain no-repeat;

	height: 6.125rem;
	width: 8.8125rem;
}

.flow__item:nth-child(5)::after {
	background: url(./../images/common/flow-bg5.svg) center center/contain no-repeat;
	filter: invert(100%);
	opacity: 0.2;
	height: 6.5rem;
	width: 8.5rem;
}

.flow__item:nth-child(6)::after {
	background: url(./../images/common/flow-bg5.png) center center/contain no-repeat;
	height: 6.5rem;
	width: 8.5rem;
}

.flow__item:nth-child(7)::after {
	background: url(./../images/common/flow-bg7.svg) center center/contain no-repeat;
	filter: invert(100%);
	opacity: 0.2;
	height: 8rem;
	width: 8.5rem;
}

.flow__item:nth-child(8)::after {
	background: url(./../images/common/flow-bg8.svg) center center/contain no-repeat;
	filter: invert(100%);
	opacity: 0.2;
	height: 6.5rem;
	width: 8.5rem;
}


/* やじるし */
.flow__item:nth-child(2)::before {
	background: url(./../images/common/flow-triangle1.png) center center/contain no-repeat;
}

.flow__item:nth-child(3)::before {
	background: url(./../images/common/flow-triangle1.png) center center/contain no-repeat;
}

.flow__item:nth-child(4)::before {
	background: url(./../images/common/flow-triangle2.png) center center/contain no-repeat;
}

.flow__item:nth-child(5)::before {
	background: url(./../images/common/flow-triangle2.png) center center/contain no-repeat;
}

.flow__item:nth-child(6)::before {
	background: url(./../images/common/flow-triangle3.png) center center/contain no-repeat;
}

.flow__item:nth-child(7)::before {
	background: url(./../images/common/flow-triangle3.png) center center/contain no-repeat;
}

.flow__item:nth-child(8)::before {
	background: url(./../images/common/flow-triangle4.png) center center/contain no-repeat;
}

/* 奨励金（奨学金）制度創設サポートプラン（例） */
.support-plan-202506 table {
	width: 100%;
	margin-top: 7.125rem;
}

.support-plan-202506 .table-title {
	height: 5rem;
}

.support-plan-202506 .table-text {
	font-size: min(1.7vw, 33px);
	padding: 2rem;
}

.support-plan-202506 .table-text span {
	font-size: min(2.1vw, 36px);
}

.support-plan-202506 .table-text-content {
	padding: 2rem;
	background: #efefef;
}

.support-plan-202506 .plan-price-table td.hover,
.support-plan-202506 .plan-price-table th.hover,
.support-plan-202506 .plan-price-table tr:first-child td.hover,
.support-plan-202506 .plan-price-table tr:last-child td.hover {
	color: #333;
}

.support-plan-202506 .plan-price-table td.hover::before,
.support-plan-202506 .plan-price-table th.hover::before,
.support-plan-202506 .plan-price-table tr:first-child td.hover::before,
.support-plan-202506 .plan-price-table tr:last-child td.hover::before {
	border-color: transparent !important;
}

.support-plan-202506 .plan-price-table th.hover {
	background: #efefef;
}

.plan__title.section-title {
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.fv-202506 {
		flex-direction: column;
	}

	.twosection-wrap .title-en {
		width: 16vw;
	}

	.fv-info-top-title {
		font-size: 13vw;
	}

	.fv-info-top-title span {
		font-size: 16vw;
	}

	.fv-202506_textwrap {
		width: 100%;
	}

	.fv-202506_catchcopy {
		font-size: clamp(14px, 3.8vw, 20px);
	}

	.fv-202506_catchcopy span {
		font-size: clamp(18px, 5.6vw, 28px);
	}

	.fv-202506_imgwrap {
		width: 100%;
		padding: 5vw;
	}

	.fv-202506_image {
		width: 100%;
	}

	.fv-202506 .cta-bottom__button.pc {
		display: none;
	}

	.fv-202506 .cta-bottom__button.sp {
		display: inline-block;
	}

	.fv-202506 .cta-bottom__button.sp a {
		font-size: 5vw;
		padding-right: 10vw;
		padding: 5vw 10vw 5vw 5vw;
	}

	.fv-202506 .cta-bottom__button a::after {
		width: 8vw;
		right: 2vw;
	}

	.mission-202506 {
		margin-top: 10vw;
		border-radius: 40vw 40vw 0 0 / 15vw 15vw 0 0;
		padding-top: 24vw;
	}

	.mission-202506 h2 {
		margin: 0 auto 0 auto;
		font-size: 6vw;
		padding: 2vw 4vw 4vw 4vw;
	}

	.mission-202506 h2 span {
		font-size: 9vw;
	}

	.mission-202506 .fv-202506_catchcopy {
		font-size: 3.5vw;
		margin: 0 4vw 2vw;
	}

	.mission-202506 .fv-202506_catchcopy span {
		font-size: inherit;
	}

	.mission-202506_imgwrap {
		display: block;
		width: calc(100% - (6.6666666667vw * 2));
		height: auto;
		margin-top: 4vw;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-left: 6.6666666667vw;
		margin-bottom: 6.6666666667vw;
		padding-bottom: 4vw;
	}

	img.mission-202506_img {
		display: block;
		width: 800px;
		height: auto;
		max-width: none;
	}

	.fv-202506_catchcopy.sp {
		display: inline-block;
	}

	.fv-202506_catchcopy.pc {
		display: none;
	}

	.features-202506 {
		/* margin-top: -70vw; */
		padding-top: 36vw;
		background: url("../images/common/202506_features_bg_sp.webp") no-repeat top/cover;
	}

	.features-202506 h2 {
		margin: 0 auto 0 auto;
		font-size: 6vw;
		padding: 2vw 4vw 4vw 4vw;
	}

	.features-202506 h2 span {
		font-size: 9vw;
	}

	.features-202506_content {
		width: calc(100% - (6.6666666667vw + 6.6666666667vw));
		padding: 8vw 6.6666666667vw;
		margin-top: 10vw;
	}

	.features-202506_content-title {
		font-size: 4vw;
		text-align: center;
		width: 80vw;
		margin-top: -5vw;
	}

	.features-202506_content-title span {
		text-wrap: nowrap;
	}

	.features-202506_content ul li {
		font-size: 4vw;
		margin-top: 4vw;
		padding-left: 8vw;
		background: url(../images/common/202506_check-icon.svg) no-repeat left top 1vw / 5vw;
	}

	/* cta */
	.cta-top__catch.br-202506 {
		font-size: 4.1vw;
		font-weight: 700;
	}

	/* ご利用の流れ */
	.flow__item:nth-child(1)::after {
		height: 11.8666666667vw;
		width: 13.8666666667vw;
	}

	.flow__item:nth-child(2)::after {
		height: 19.8666666667vw;
		width: 22.2666666667vw;
	}

	.flow__item:nth-child(3)::after {
		height: 15.0666666667vw;
		width: 13.7333333333vw;
	}

	.flow__item:nth-child(4)::after {
		height: 15.6vw;
		width: 22.4vw;
	}

	.flow__item:nth-child(5)::after {
		height: 11.8666666667vw;
		width: 13.8666666667vw;
	}

	.flow__item:nth-child(6)::after {
		height: 11.8666666667vw;
		width: 13.8666666667vw;
	}

	.flow__item:nth-child(7)::after {
		height: 25vw;
		width: 25vw;
	}

	.flow__item:nth-child(8)::after {
		height: 20vw;
		width: 18vw;
	}

	/* 奨励金（奨学金）制度創設サポートプラン（例） */

	.plan__title.section-title {
		font-size: 5vw;
	}

	.support-plan-202506 table {
		margin-top: 6.1333333333vw;
	}

	.support-plan-202506 .table-title {
		height: 3rem;
		font-size: 4vw;
	}

	.support-plan-202506 .table-text {
		font-size: 3.3333333333vw;
		padding: 1rem;
	}

	.support-plan-202506 .table-text span {
		font-size: min(4vw, 36px);
	}

	.support-plan-202506 .table-text-content {
		text-wrap: nowrap;
	}
}


@media screen and (max-width: 400px) {
	.features-202506 {
		padding-top: 26vw;
	}
}