body {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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: optimizeLegibility;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* ホバー */

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

/* common-preview (共通パーツ確認用ページ) */

.common-preview {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.common-preview__section + .common-preview__section {
	margin-top: 3.75rem;
}

.common-preview__title {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

/* case-card */

.case-card {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 1.6875rem;
	padding-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0;
	position: relative;
	width: 100%;
}

.case-card::before {
	background-color: #e1e7f2;
	border-radius: 1.875rem;
	bottom: 0;
	box-shadow: 0 0.625rem 0.75rem 0 #dbe4f0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 7.8125rem;
	z-index: 0;
}

.case-card > * {
	position: relative;
	z-index: 1;
}

.case-card__intro {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.case-card__person {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: 100%;
}

.case-card__person-image {
	height: auto;
	width: 10.625rem;
}

.case-card__person-caption {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.case-card__balloon {
	align-items: center;
	background-color: #406bc1;
	border-radius: 0 2.5rem 0 2.5rem;
	display: flex;
	justify-content: center;
	padding-bottom: 1.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	width: 100%;
}

.case-card__balloon-text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.58;
	text-align: left;
}

.case-card__main {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.case-card__flow {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	width: 100%;
}

.case-card__box {
	background-color: #fff;
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.3125rem;
	padding-left: 1.3125rem;
	padding-right: 1.3125rem;
	padding-top: 1.5625rem;
	position: relative;
	width: 100%;
}

.case-card__box--consult {
	border: 0.1875rem solid #8c8d96;
}

.case-card__box--result {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(160deg, #8ac3db 0%, #2350bf 100%) border-box;
	border: 0.1875rem solid transparent;
}

.case-card__box-label {
	align-items: center;
	border-radius: 100vmax;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	justify-content: center;
	letter-spacing: 0.04em;
	position: absolute;
	text-align: center;
}

.case-card__box-label--consult {
	background-color: #fff;
	border: 0.0625rem solid #8c8d96;
	color: #242e3b;
	font-size: 1rem;
	font-weight: 700;
	left: 1.25rem;
	line-height: 1.5;
	padding-bottom: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.25rem;
	top: -1.125rem;
}

.case-card__box-label--result {
	background-color: #406bc1;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	left: 1.3125rem;
	line-height: 1.5;
	padding-bottom: 0.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.25rem;
	top: -1.1875rem;
}

.case-card__box-text {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.56;
	text-align: left;
}

.case-card__box--result .case-card__box-text {
	font-size: 0.875rem;
	line-height: 1.6;
}

.case-card__box-accent {
	color: #406bc1;
}

.case-card__arrow {
	align-self: center;
	flex-shrink: 0;
	height: 2.625rem;
	rotate: 90deg;
	width: 2.625rem;
}

.case-card__support {
	align-items: center;
	background-color: #fff;
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding-bottom: 1rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1rem;
	width: 100%;
}

.case-card__support-title {
	color: #242e3b;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.case-card__support-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 12.8125rem;
	width: 100%;
}

.case-card__support-item {
	align-items: center;
	color: #242e3b;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.375rem;
	line-height: 1.3;
}

.case-card__support-icon {
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
}

/* common-button */

.common-button {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 20rem;
	width: 100%;
}

.common-button__sub {
	align-items: center;
	background-color: #fff;
	border-color: #406bc1;
	border-radius: 1.875rem;
	border-style: solid;
	border-width: 0.125rem 0.125rem 0;
	color: #242e3b;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	height: 1.875rem;
	justify-content: center;
	line-height: 1;
	margin-bottom: -0.75rem;
	position: relative;
	text-align: center;
	width: 15.625rem;
	z-index: 1;
}

.common-button__sub::after {
	background-image: url("../image/common/cta-polygon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -0.3125rem;
	content: "";
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 0.75rem;
}

.common-button__sub-accent {
	color: #406bc1;
}

.common-button__main {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(195deg, #8ac3db -19.46%, #2350bf 88.46%);
	border-radius: 100vmax;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	isolation: isolate;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.3;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1.5rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.common-button__main::before {
	background: #163d91;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.common-button__icon {
	color: #fff;
	flex-shrink: 0;
	height: 1.5rem;
	width: 1.5rem;
}

.common-button__arrow {
	color: #fff;
	height: 1.5rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transition: translate 0.3s ease;
	translate: 0 -50%;
	width: 0.75rem;
}

/* common-faq */

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

.common-faq.is-open { /* state hook: 開状態の見た目切替に使用 */
}

.common-faq__question {
	margin: 0;
}

.common-faq__trigger {
	align-items: center;
	background-color: #eceef3;
	border: 0;
	border-radius: 0.625rem;
	color: #242e3b;
	cursor: pointer;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 1.5rem;
	line-height: 1.8;
	padding-bottom: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1rem;
	text-align: left;
	width: 100%;
}

.common-faq__mark {
	align-items: center;
	border-radius: 100%;
	color: #fff;
	display: flex;
	flex-shrink: 0;
	font-family: "Work Sans", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 2.25rem;
	justify-content: center;
	line-height: 1;
	width: 2.25rem;
}

.common-faq__mark--q {
	background-color: #242e3b;
}

.common-faq__mark--a {
	background-color: #406bc1;
}

.common-faq__question-text {
	flex: 1;
	min-width: 0;
}

.common-faq__toggle {
	flex-shrink: 0;
	height: 1rem;
	position: relative;
	width: 1rem;
}

.common-faq__toggle::before,
.common-faq__toggle::after {
	background-color: #242e3b;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
}

.common-faq__toggle::before {
	height: 0.125rem;
	width: 1rem;
}

.common-faq__toggle::after {
	height: 1rem;
	transition: scale 0.3s ease;
	width: 0.125rem;
}

.common-faq.is-open .common-faq__toggle::after {
	scale: 1 0;
}

.common-faq__answer {
	display: flex;
	gap: 1.5rem;
	max-height: 0;
	overflow: hidden;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	transition: max-height 0.35s ease;
	will-change: max-height;
}

.common-faq__answer-text {
	color: #242e3b;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.56;
	min-width: 0;
}

/* common-heading */

.common-heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.common-heading__en {
	color: #406bc1;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(3.75rem, 2.311rem + 5.9vw, 7.625rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.common-heading__ja {
	align-items: center;
	color: #242e3b;
	display: flex;
	flex-wrap: wrap;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.375rem, 1.096rem + 1.14vw, 2.125rem);
	font-weight: 700;
	gap: 0 0.125rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.common-heading__ja-text--accent {
	color: #406bc1;
}

/* comparison-table (比較表) */

.comparison-table {
	display: grid;
	grid-template-columns: 108fr 108fr 130fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.comparison-table__cell {
	align-items: center;
	background-color: #fff;
	color: #242e3b;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	height: 4.25rem;
	justify-content: center;
	line-height: 1.3em;
	text-align: center;
}

/* 左テーブル (項目列・一般コンサル列) 共通 罫線下 */

.comparison-table__cell--label,
.comparison-table__cell--other {
	border-bottom: 0.0625rem solid #8c8d96;
	border-right: 0.0625rem solid #8c8d96;
}

/* 項目列 (1列目) */

.comparison-table__cell--label {
	border-left: 0.0625rem solid #8c8d96;
}

/* 一般コンサル列 (2列目) ── 右端は強調列に覆われるが罫線は維持 */

.comparison-table__cell--other {
	border-right: 0.0625rem solid #8c8d96;
}

/* ヘッダ行 */

.comparison-table__cell--head {
	background-color: #eceef3;
	font-size: 1.125rem;
	font-weight: 700;
	height: 3.8125rem;
}

/* 左テーブルのヘッダ行 ── 上に1px罫線、左ブロックは20pxオフセット */

.comparison-table__cell--head.comparison-table__cell--label {
	border-top: 0.0625rem solid #8c8d96;
	border-top-left-radius: 0.625rem;
	margin-top: 1.25rem;
}

.comparison-table__cell--head.comparison-table__cell--other {
	border-top: 0.0625rem solid #8c8d96;
	margin-top: 1.25rem;
}

/* 最下行 ── 左テーブル側は68pxを保ち、強調列の74pxは下にはみ出させる */

.comparison-table__cell--last.comparison-table__cell--label,
.comparison-table__cell--last.comparison-table__cell--other {
	align-self: start;
	height: 4.25rem;
}

.comparison-table__cell--last.comparison-table__cell--label {
	border-bottom-left-radius: 0.625rem;
}

/* 強調列 (メディカルポート列) */

.comparison-table__cell--medi {
	background-color: #e1e7f2;
	border-bottom: 0.0625rem solid #8c8d96;
	border-left: 0.25rem solid #406bc1;
	border-right: 0.25rem solid #406bc1;
}

/* 強調列ヘッダ ── 上にはみ出す (20px) */

.comparison-table__cell--head.comparison-table__cell--medi {
	background-color: #406bc1;
	border-bottom: 0;
	border-top: 0.25rem solid #406bc1;
	border-top-left-radius: 0.625rem;
	border-top-right-radius: 0.625rem;
	color: #fff;
	height: 5.0625rem;
}

/* 強調列ボトム ── 下にはみ出す */

.comparison-table__cell--last.comparison-table__cell--medi {
	border-bottom: 0.25rem solid #406bc1;
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
	height: 5rem;
}

/* アイコン (一般コンサル列 △ / ×) */

.comparison-table__icon {
	height: auto;
	width: 2.165rem;
}

/* メディカルポート列 ◎ */

.comparison-table__icon.comparison-table__icon--check {
	width: 2.5rem;
}

/* CSS で再現する丸印 (一般コンサル列の○ : 30×30) */

.comparison-table__circle {
	border: 0.125rem solid #242e3b;
	border-radius: 100%;
	display: block;
	height: 1.875rem;
	width: 1.875rem;
}

/* 強調列ボトムの大きな○ (40×40 / Main / 2.667px) */

.comparison-table__circle--big {
	border-color: #406bc1;
	border-width: 0.1666875rem;
	height: 2.5rem;
	width: 2.5rem;
}

/* flow-card */

.flow-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	width: 100%;
}

.flow-card__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.flow-card__step {
	align-items: center;
	color: #406bc1;
	display: flex;
	font-family: "Work Sans", sans-serif;
	gap: 0.125rem;
	text-align: center;
	text-transform: uppercase;
}

.flow-card__step-label {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.flow-card__step-num {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
}

.flow-card__icon {
	background-color: #fff;
	border-radius: 100%;
	height: 6.25rem;
	height: var(--flow-icon-size, 6.25rem);
	width: 6.25rem;
	width: var(--flow-icon-size, 6.25rem);
	z-index: 1;
}

.flow-card__icon img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.flow-card__body {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	width: 100%;
}

.flow-card__title {
	color: #406bc1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.25rem);
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

.flow-card__text {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(0.813rem, 0.789rem + 0.1vw, 0.875rem);
	font-weight: 500;
	line-height: 1.56;
	text-align: left;
}

.flow-card--center .flow-card__text {
	text-align: center;
}

/* footer */

.footer {
	background-color: #242e3b;
	color: #fff;
	padding-bottom: 3.0625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 3.0625rem;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	width: 100%;
}

.footer__main {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.footer__brand {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 100%;
	width: 19rem;
}

.footer__logo {
	display: inline-block;
	max-width: 100%;
	transition: opacity 0.3s ease;
	width: 17.96875rem;
}

.footer__logo-img {
	-o-object-fit: contain;
	aspect-ratio: 575/112;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.footer__brand-text {
	display: flex;
	flex-direction: column;
}

.footer__tagline {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.56;
}

.footer__company {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.8;
}

.footer__nav-list {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 2rem;
}

.footer__nav-link {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__sub {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.footer__policy {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer__copyright {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1;
	text-align: right;
}

.footer__related {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 2rem;
}

.footer__related-heading {
	color: rgba(255, 255, 255, 0.6);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.6;
}

.footer__related-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.footer__related-link {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

/* header */

.header {
	background-color: transparent;
	display: flex;
	height: 3.75rem;
	left: 0;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
	z-index: 100;
}

.header.is-scrolled {
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.header__logo {
	display: block;
	max-width: 13.4375rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.header__logo img {
	-o-object-fit: cover;
	aspect-ratio: 287/56;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.header__cta {
	display: none;
}

.header__cta-icon {
	color: #fff;
	flex-shrink: 0;
}

.header__cta-icon--mail {
	height: 1.375rem;
	width: 1.375rem;
}

.header__cta-icon--arrow {
	height: 1.5rem;
	transition: translate 0.3s ease;
	width: 0.75rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* reason-card */

.reason-card {
	--reason-image-w: max(23.125rem, min(calc(14.72rem + 34.5vw), 31.25rem));
	--reason-image-h: calc(var(--reason-image-w) * 255 / 370);
	display: flex;
	flex-direction: column;
	max-width: 77.5rem;
	position: relative;
	width: 100%;
}

.reason-card--left {
	padding-right: 1.25rem;
}

.reason-card--right {
	padding-left: 1.25rem;
}

.reason-card__number {
	color: #f2f4f8;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(7.5rem, 3.321rem + 17.14vw, 18.75rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	top: var(--reason-image-h);
	z-index: 0;
}

.reason-card--left .reason-card__number {
	right: calc(100% - var(--reason-image-w));
	text-align: right;
}

.reason-card--right .reason-card__number {
	left: calc(100% - var(--reason-image-w));
	text-align: left;
}

.reason-card__image {
	max-width: var(--reason-image-w);
	width: 100%;
}

.reason-card--right .reason-card__image {
	margin-left: auto;
}

.reason-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 370/255;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.reason-card--left .reason-card__image img {
	border-radius: 0 2.3925rem 2.3925rem 0;
}

.reason-card--right .reason-card__image img {
	border-radius: 2.3925rem 0 0 2.3925rem;
}

.reason-card__body {
	display: flex;
	flex-direction: column;
	gap: max(0.75rem, min(3.08vw, 1.5rem));
	margin-top: 2rem;
	max-width: var(--reason-image-w);
	position: relative;
	width: 100%;
	z-index: 1;
}

.reason-card--left .reason-card__body {
	padding-left: 1.875rem;
}

.reason-card--right .reason-card__body {
	margin-left: auto;
	padding-right: 1.875rem;
}

.reason-card__title {
	align-items: baseline;
	color: #406bc1;
	display: flex;
	flex-wrap: wrap;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	gap: 0.25rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.reason-card__title-main {
	font-size: max(2.625rem, min(calc(2.108rem + 2.12vw), 3.125rem));
}

.reason-card__title-sub {
	font-size: max(1.5rem, min(calc(0.854rem + 2.65vw), 2.125rem));
}

.reason-card__text {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: max(0.875rem, min(calc(0.617rem + 1.06vw), 1.125rem));
	font-weight: 500;
	line-height: 1.5;
}

/* service-card */

.service-card {
	align-items: center;
	background-color: #fff;
	border-radius: 100vmax;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	height: 10.6875rem;
	justify-content: center;
	padding-bottom: 1.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
	width: 9.8125rem;
}

.service-card__icon {
	align-items: center;
	display: flex;
	height: 4.375rem;
	justify-content: center;
	width: 4.375rem;
}

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

.service-card__text {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

/* support-card */

.support-card {
	background-color: #fff;
	border: 0.0625rem solid #406bc1;
	border-radius: 0.375rem;
	display: flex;
	flex-direction: column;
	padding-bottom: 1.5rem;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	padding-top: 2.75rem;
	position: relative;
	width: 100%;
}

.support-card__corner {
	background-image: url("../image/top/section-support-card-corner.svg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 3.125rem;
	left: 0.0625rem;
	pointer-events: none;
	position: absolute;
	top: 0.0625rem;
	width: 4.1875rem;
}

.support-card__label {
	color: #406bc1;
	font-family: "Work Sans", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0;
	line-height: 1.4;
	position: absolute;
	text-transform: uppercase;
	top: 0.5rem;
	translate: -50% 0;
}

.support-card__image {
	width: 100%;
}

.support-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 282/102;
	border-radius: 0.1875rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.support-card__body {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	margin-top: 0.5625rem;
}

.support-card__title {
	color: #406bc1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.125rem, 1.079rem + 0.19vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: center;
}

.support-card__divider {
	background-image: linear-gradient(to right, #406bc1 50%, transparent 50%);
	background-repeat: repeat-x;
	background-size: 0.375rem 0.0625rem;
	display: block;
	height: 0.0625rem;
	width: 100%;
}

.support-card__text {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.56;
	text-align: left;
}

/* top-case */

.top-case {
	padding-bottom: 1.875rem;
	padding-top: 7.9375rem;
	position: relative;
	z-index: 1;
}

.top-case::before {
	aspect-ratio: 292/232;
	background: center center/contain no-repeat;
	background-image: url("../image/top/section-case-bg-top.png");
	content: "";
	left: 1%;
	position: absolute;
	top: 3.4%;
	width: 74.8717948718%;
}

.top-case__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	max-width: 37.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-case__inner.inner {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.top-case__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.6875rem;
	width: 100%;
}

.top-case__card {
	width: 100%;
}

/* top-cases (SUPPORT + FLOW セクション) */

.top-cases {
	background-color: #e1e7f2;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	position: relative;
}

.top-cases::before {
	background-image: url("../image/top/section-support-bg-wave-top-sp.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 4.375rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -4.3125rem;
	width: 100%;
}

.top-cases::after {
	background-image: url("../image/top/section-support-bg-wave-bottom-sp.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -4.3125rem;
	content: "";
	height: 4.375rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.top-cases__inner {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

/* top-comparison (比較セクション) */

.top-comparison {
	background: linear-gradient(179deg, rgba(225, 231, 242, 0) 3%, rgb(225, 231, 242) 58%, #b6cefe 100%);
	padding-bottom: 3.75rem;
	padding-top: 12.1875rem;
	position: relative;
}

.top-comparison::before {
	aspect-ratio: 300/199;
	background: url("../image/top/section-case-bg-bottom.png") center center/contain no-repeat;
	bottom: 77%;
	content: "";
	max-width: 32.5rem;
	position: absolute;
	right: 0;
	width: 76.9230769231%;
	z-index: -1;
}

.top-comparison__inner {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	width: 100%;
}

.top-comparison__title {
	align-items: center;
	color: #242e3b;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 0.25rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-top: 3.0625rem;
	position: relative;
	text-align: center;
}

.top-comparison__title-icon {
	height: auto;
}

.top-comparison__title-icon--left {
	position: absolute;
	right: calc(50% + 2.9375rem);
	top: 0;
	width: 3.29rem;
}

.top-comparison__title-icon--right {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 3.9375rem;
}

/* top-cta */

.top-cta {
	background-color: #0b3672;
	background-image: linear-gradient(rgba(11, 54, 114, 0.65), rgba(11, 54, 114, 0.65)), url("../image/top/section-cta-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.top-cta__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.6875rem;
	width: 100%;
}

.top-cta__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.top-cta__heading-en {
	color: #fff;
	font-family: "Work Sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

.top-cta__heading-ja {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.5rem, 1.268rem + 0.95vw, 2.125rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.top-cta__lead {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
	font-weight: 500;
	line-height: 1.56;
	text-align: center;
}

.top-cta__button.common-button {
	max-width: 20.625rem;
}

/* top-faq */

.top-faq {
	overflow: hidden;
	padding-bottom: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 3.75rem;
}

.top-faq__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.top-faq__decoration {
	height: auto;
	left: 76%;
	pointer-events: none;
	position: absolute;
	top: -0.1875rem;
	width: 8.375rem;
}

.top-faq__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

/* top-flow */

.top-flow {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 71.25rem;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.top-flow__steps {
	--flow-icon-size: max(6.25rem, min(26vw, 8.75rem));
	grid-gap: 1.25rem 1rem;
	display: grid;
	gap: 1.25rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	position: relative;
	width: 100%;
}

.top-flow__step {
	display: flex;
	justify-content: center;
	justify-self: center;
	max-width: 17.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-flow__step--full {
	grid-column: 1/-1;
}

/* SP: 行1(step1-2) / 行2(step3-4) の点線 — 奇数stepから次のstepへ */

.top-flow__step:nth-child(odd):not(:last-child)::after {
	background-image: radial-gradient(circle closest-side, #406bc1 100%, transparent 100%);
	background-position: left center;
	background-repeat: repeat-x;
	background-size: 0.625rem 0.3125rem;
	content: "";
	height: 0.3125rem;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: calc(2.09375rem + var(--flow-icon-size) / 2);
	width: calc(100% + 1rem);
	z-index: 0;
}

/* PC: 全stepを横断する点線 */

/* top-fv */

.top-fv {
	overflow: hidden;
	padding-bottom: 1.75rem;
	padding-top: 5.5625rem;
	position: relative;
	z-index: 80;
}

.top-fv__photo {
	background-image: url("../image/top/fv-bg-sp.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.top-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 85.625rem;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-fv__main {
	display: flex;
	flex-direction: column;
}

.top-fv__title {
	color: #242e3b;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	gap: 0.75rem;
	line-height: 1.5;
}

.top-fv__title-pc {
	display: none;
}

.top-fv__title-sp {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.top-fv__title-line {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.top-fv__title-tag {
	background-color: #406bc1;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-block;
	font-size: 1.875rem;
	padding: 0.125rem 0.25rem 0.1875rem;
}

.top-fv__title-tag--sm {
	font-size: 1.75rem;
}

.top-fv__title-end {
	font-size: 1.875rem;
}

.top-fv__lead {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	margin-top: 0.75rem;
}

.top-fv__check-list {
	display: none;
}

.top-fv__check-item {
	align-items: center;
	color: #242e3b;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
	letter-spacing: 0;
	line-height: 1.3;
}

.top-fv__check-icon {
	flex-shrink: 0;
	height: 1.5rem;
	width: 1.5rem;
}

.top-fv__footer {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 3rem;
	margin-top: 12rem;
}

.top-fv__cta-frame {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background-color: rgba(255, 255, 255, 0.5);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0.75rem; /* SP: 下部固定バー */
	position: fixed;
	right: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	width: 100%;
	z-index: 90;
}

/* [DOM移動対応] PC専用のFV内CTAボタン。SP固定バーの.top-fv__cta-frameを.top-fv外へ移動した代替。
   元に戻す場合: このブロックごと削除。 */

.top-fv__cta--pc-only {
	display: none;
}

.top-fv__cta-frame.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(100%);
}

.top-fv__cta {
	max-width: 20rem;
	width: 100%;
}

.top-fv__cta.common-button {
	margin-left: 0;
	margin-right: 0;
}

.top-fv__points {
	align-items: stretch;
	display: flex;
	gap: 0.4375rem;
	justify-content: center;
}

/* FV内ポイントカードの配置スロット（中身は top-point block 側で定義） */

.top-fv__point {
	flex: 0 0 7rem;
	height: 7rem;
	width: 7rem;
}

/* top-point (FV内ポイントカード) */

.top-point {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #f2f4f8;
	border: 0.0625rem solid #406bc1;
	border-radius: 1.4375rem;
	display: flex;
	flex-direction: column;
	gap: 0.1875rem;
	justify-content: center;
	padding: 0.5rem 0.375rem;
	text-align: center;
}

.top-point__icon {
	height: 2.5rem;
	width: 2.5rem;
}

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

.top-point__text {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
}

.top-point__text-strong {
	color: #242e3b;
	font-size: 0.875rem;
	font-weight: 700;
}

/* top-reasons (選ばれる5つの理由) */

.top-reasons {
	background-color: #fff;
	background-image: radial-gradient(circle, #d8e1ee 0.0875rem, transparent 0.1rem);
	background-position: 0 0;
	background-size: 1.25rem 1.25rem;
	padding-bottom: 8rem;
	padding-top: 3.75rem;
	position: relative;
}

.top-reasons__heading {
	align-items: stretch;
	color: #242e3b;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
	text-align: center;
	width: 100%;
}

.top-reasons__heading-row {
	align-items: center;
	display: flex;
	justify-content: center;
}

.top-reasons__heading-row--bottom {
	gap: 0.375rem;
}

.top-reasons__heading-logo {
	height: auto;
	width: 12.8125rem;
}

.top-reasons__heading-five {
	height: auto;
	width: 3.5625rem;
}

.top-reasons__heading-text {
	font-size: 1.375rem;
}

.top-reasons__heading-text--big {
	font-size: 4rem;
}

.top-reasons__illust {
	display: block;
	height: auto;
	margin: 1rem auto 0;
	width: 11.25rem;
}

.top-reasons__cards {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(11.25rem, 8.017rem + 13.26vw, 14.375rem);
	max-width: 90rem;
	position: relative;
	width: 100%;
}

.top-reasons__cards::before {
	--illust-w: max(12rem, min(49.2vw, 14.375rem));
	aspect-ratio: 192/160;
	background: url(../image/top/illust-reason.svg) center center/contain no-repeat;
	bottom: 100%;
	content: "";
	left: calc((100% - max(12rem, min(49.2vw, 14.375rem))) * 0.464);
	left: calc((100% - var(--illust-w)) * 0.464);
	position: absolute;
	width: max(12rem, min(49.2vw, 14.375rem));
	width: var(--illust-w);
}

/* top-selected (「こんな先生に選ばれています」) */

.top-selected {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.top-selected__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

.top-selected__title {
	color: #242e3b;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.top-selected__title::before {
	background: url(../image/top/line-left.svg) center center/contain no-repeat;
	content: "";
	height: 2.3125rem;
	left: -0.8125rem;
	position: absolute;
	top: -0.125rem;
	width: 0.4375rem;
}

.top-selected__title::after {
	background: url(../image/top/line-right.svg) center center/contain no-repeat;
	content: "";
	height: 2.3125rem;
	position: absolute;
	right: -0.8125rem;
	top: -0.125rem;
	width: 0.4375rem;
}

.top-selected__title-slash {
	display: inline-block;
	height: auto;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	width: 0.75rem;
}

.top-selected__title-accent {
	color: #406bc1;
}

.top-selected__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	margin-top: 1rem;
	position: relative;
	z-index: -1;
}

.top-selected__row {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.top-selected__item {
	align-items: center;
	border: 0.0625rem solid #406bc1;
	border-radius: 0.375rem;
	color: #242e3b;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.4;
	padding-bottom: 0.6875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.6875rem;
	text-align: center;
	width: 15rem;
}

/* top-service (サービス) */

.top-service {
	background-color: #e1e7f2;
	padding-bottom: 3.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 3.75rem;
}

.top-service__inner {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	width: 100%;
}

.top-service__heading-ja {
	flex-direction: column;
	gap: 0.125rem;
}

.top-service__body {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.top-service__lead {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.top-service__lead-line {
	background: linear-gradient(270deg, #8ac3db 0%, #2350bf 100%);
	display: block;
	flex: 1;
	height: 0.125rem;
}

.top-service__lead-text {
	color: #242e3b;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.top-service__lead-accent {
	color: #406bc1;
	font-weight: 700;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.top-service__cards {
	grid-gap: 0.625rem 1rem;
	display: grid;
	gap: 0.625rem 1rem;
	grid-template-columns: repeat(2, 9.8125rem);
	justify-content: center;
	margin-top: 1.5rem;
	width: 100%;
}

.top-service__closing {
	align-items: center;
	color: #242e3b;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	gap: 0.25rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 3.25rem;
	text-align: center;
}

.top-service__closing-line {
	font-size: 1.25rem;
}

.top-service__closing-line--accent {
	color: #406bc1;
	font-size: 1.625rem;
}

/* top-support */

.top-support {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-bottom: 3.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0rem;
	width: 100%;
}

.top-support__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	text-align: center;
	z-index: 10;
}

.top-support__heading-en {
	color: #406bc1;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(3.75rem, 2.311rem + 5.9vw, 7.625rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

.top-support__heading-ja {
	align-items: center;
	color: #242e3b;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(1.375rem, 1.096rem + 1.14vw, 2.125rem);
	font-weight: 700;
	gap: 0.125rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.top-support__heading-ja-text--accent {
	color: #406bc1;
}

.top-support__illust {
	display: block;
	height: auto;
	margin: 1rem auto 0;
	width: 10rem;
}

.top-support__cards {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.5625rem;
	max-width: 24.375rem;
	position: relative;
	width: 100%;
}

.top-support__cards::before {
	--illust-w: max(9.375rem, min(47.2vw, 11.5rem));
	aspect-ratio: 180/154;
	background: url("../image/top/illust-support-sp.svg") center center/contain no-repeat;
	bottom: 100%;
	content: "";
	left: calc((100% - max(9.375rem, min(47.2vw, 11.5rem))) * 0.554);
	left: calc((100% - var(--illust-w)) * 0.554);
	position: absolute;
	width: max(9.375rem, min(47.2vw, 11.5rem));
	width: var(--illust-w);
}

.top-support__card {
	display: flex;
	flex-direction: column;
}

.top-support__card .support-card {
	flex: 1;
}

/* top-worries (お悩み + ワンストップ支援 CTA) */

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

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

.top-worries__block {
	background-color: #e1e7f2;
	border-radius: 3.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	overflow: visible;
	padding-bottom: 3rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 3rem;
	position: relative;
	width: 100%;
}

.top-worries__block::before {
	aspect-ratio: 150/330;
	background-image: url("../image/top/section-worries-illustration-sp.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -0.5625rem;
	pointer-events: none;
	position: absolute;
	top: 94.4%;
	width: 5rem;
	z-index: 2;
}

.top-worries__block::after {
	aspect-ratio: 134/115;
	background-image: url("../image/top/section-selected-illustration.svg");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 94.5%;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 5%;
	width: 8.375rem;
	z-index: -1;
}

.top-worries__title {
	align-items: stretch;
	color: #242e3b;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	gap: 1.625rem;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
}

.top-worries__brackets {
	flex-shrink: 0;
	height: auto;
	width: 1.125rem;
}

.top-worries__brackets--left {
	align-self: flex-start;
}

.top-worries__brackets--right {
	align-self: flex-end;
	margin-top: 2.1875rem;
}

.top-worries__title-text {
	display: inline-block;
	font-size: 1.5rem;
}

.top-worries__title-pc {
	display: none;
}

.top-worries__title-sp {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.top-worries__title-line {
	display: block;
}

.top-worries__title-accent {
	color: #406bc1;
}

.top-worries__title-emphasis {
	background-image: radial-gradient(circle, #406bc1 18%, transparent 22%);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
}

.top-worries__cards {
	grid-gap: 0.375rem;
	display: grid;
	gap: 0.375rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 62.5rem;
	width: 100%;
}

.top-worries__solution {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 1.5rem;
}

.top-worries__banner {
	position: relative;
	width: 12.75rem;
}

.top-worries__banner-img img {
	display: block;
	height: auto;
	width: 100%;
}

.top-worries__banner-text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.4;
	position: absolute;
	top: 0.625rem;
	translate: -50% 0;
}

.top-worries__solution-text {
	align-items: center;
	color: #242e3b;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	gap: 0.25rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.top-worries__solution-strong {
	background-color: #406bc1;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	padding: 0.625rem;
}

/* util-fadeIn */

.js-fadeIn {
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), translate 0.8s cubic-bezier(0.22, 1, 0.36, 1);
	translate: 0 1.5rem;
}

.js-fadeIn.is-visible {
	opacity: 1;
	translate: 0 0;
}

/* worries-card */

.worries-card {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #406bc1;
	border-radius: 0.375rem;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 0.9375rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.9375rem;
	position: relative;
	width: 100%;
}

.worries-card::before {
	background-image: url("../image/common/worries-card-mask-sp.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.3125rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 2.8125rem;
}

.worries-card__case {
	color: #406bc1;
	font-family: "Work Sans", sans-serif;
	font-size: clamp(0.5rem, 0.337rem + 0.67vw, 0.938rem);
	font-weight: 500;
	left: 0.375rem;
	line-height: 1.4;
	position: absolute;
	text-transform: uppercase;
	top: 0.375rem;
	z-index: 1;
}

.worries-card__text {
	align-items: center;
	color: #242e3b;
	display: flex;
	flex-direction: column;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(0.875rem, 0.689rem + 0.76vw, 1.375rem);
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	text-align: center;
	word-break: keep-all;
	z-index: 1;
}

.worries-card__text-line {
	display: block;
	white-space: nowrap;
}

.worries-card__text-strong {
	font-weight: 700;
}

@media (hover: hover) {

.common-button__main:hover::before {
	opacity: 1;
}

.common-button__main:hover .common-button__arrow {
	translate: 0.1875rem -50%;
}

.footer__logo:hover {
	opacity: 0.8;
}

.footer__nav-link:hover {
	opacity: 0.8;
}

.footer__policy:hover {
	opacity: 0.8a;
}

.footer__related-link:hover {
	opacity: 0.8;
}

.header__logo:hover {
	opacity: 0.8;
}

.header__cta:hover::before {
	opacity: 1;
}

.header__cta:hover .header__cta-icon--arrow {
	translate: 0.1875rem 0;
}

}

@media (prefers-reduced-motion: reduce) {

.js-fadeIn {
	opacity: 1;
	transition: none;
	translate: 0 0;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.6vw;
}

.case-card {
	gap: 3.75rem;
	padding-bottom: 3rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.case-card__intro {
	align-items: flex-end;
	flex-direction: row;
	gap: 1.625rem;
}

.case-card--reverse .case-card__intro {
	flex-direction: row-reverse;
	padding-right: 1.3125rem;
}

.case-card__person {
	flex-shrink: 0;
	width: 12.375rem;
}

.case-card__person-caption {
	font-size: 1.125rem;
}

.case-card__balloon {
	border-radius: 0 3.75rem 0 3.75rem;
	flex: 1;
	min-width: 0;
	padding-bottom: 2rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 2rem;
}

.case-card__balloon-text {
	font-size: 1.375rem;
}

.case-card__main {
	gap: 1.5rem;
}

.case-card__flow {
	flex-direction: row;
	gap: 0.75rem;
}

.case-card__box {
	flex: 1;
	min-width: 0;
	padding-bottom: 1.5rem;
	padding-top: 1.75rem;
}

.case-card__box-label--consult {
	left: 0.8125rem;
	top: -1rem;
}

.case-card__box-label--result {
	left: 1.5rem;
	top: -1.375rem;
}

.case-card__box-text {
	font-size: 0.875rem;
}

.case-card__box--result .case-card__box-text {
	font-size: 1rem;
}

.case-card__arrow {
	rotate: 0deg;
}

.case-card__support {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: flex-end;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
}

.case-card--reverse .case-card__support {
	justify-content: flex-end;
}

.case-card__support-list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5rem;
	max-width: 36.4375rem;
}

.case-card__support-item {
	font-size: 1rem;
	gap: 0.5rem;
}

.case-card__support-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.common-faq {
	gap: 1.5rem;
}

.common-faq__trigger {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.common-faq__answer {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.comparison-table {
	grid-template-columns: 280fr 360fr 364fr;
	max-width: none;
}

.comparison-table__icon {
	width: 2.1875rem;
}

.flow-card {
	gap: 0.625rem;
	max-width: 11.75rem;
}

.flow-card__head {
	gap: 0.5rem;
}

.flow-card__step {
	flex-direction: column;
	gap: 0;
}

.flow-card__icon {
	height: 9.4375rem;
	width: 9.4375rem;
}

.footer {
	padding-bottom: 3.75rem;
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 3.75rem;
}

.footer__main {
	align-items: flex-start;
	flex-direction: row;
	gap: 2rem;
	justify-content: space-between;
}

.footer__brand {
	align-items: flex-start;
	gap: 1.5rem;
	justify-content: center;
	width: auto;
}

.footer__sub {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.footer__policy {
	font-weight: 500;
}

.footer__related {
	align-items: flex-start;
}

.footer__related-list {
	align-items: center;
	flex-direction: row;
	gap: 2rem;
}

.header {
	height: 5rem;
}

.header__inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.header__logo {
	max-width: 17.9375rem;
}

.header__cta {
	-webkit-text-decoration: none;
	align-items: center;
	background: linear-gradient(195deg, #8ac3db -19.46%, #2350bf 88.46%);
	border-radius: 100vmax;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.625rem;
	isolation: isolate;
	letter-spacing: 0;
	line-height: 1.3;
	padding-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	position: relative;
	text-decoration: none;
}

.header__cta::before {
	background: #163d91;
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

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

.reason-card {
	align-items: center;
	flex-direction: row;
	gap: max(1.5rem, min(5vw, 3.75rem));
	padding-left: 0;
	padding-right: 0;
}

.reason-card--left {
	align-self: flex-start;
	padding-right: 0;
}

.reason-card--right {
	align-self: flex-end;
	flex-direction: row-reverse;
	padding-left: 0;
}

.reason-card__number {
	top: 3.125rem;
}

.reason-card--left .reason-card__number {
	right: 0;
}

.reason-card--right .reason-card__number {
	left: 1.5%;
}

.reason-card__image {
	flex: 1 1 0;
	max-width: 36.25rem;
	width: auto;
}

.reason-card--right .reason-card__image {
	margin-left: 0;
}

.reason-card__image img {
	aspect-ratio: 580/400;
}

.reason-card--left .reason-card__image img {
	border-radius: 0 9.375rem 9.375rem 0;
}

.reason-card--right .reason-card__image img {
	border-radius: 9.375rem 0 0 9.375rem;
}

.reason-card--left .reason-card__image--small-radius img {
	border-radius: 0 3.75rem 3.75rem 0;
}

.reason-card--right .reason-card__image--small-radius img {
	border-radius: 3.75rem 0 0 3.75rem;
}

.reason-card__body {
	flex: 1 1 0;
	gap: 1.5rem;
	margin-top: 0;
	max-width: 36.25rem;
	width: auto;
}

.reason-card--left .reason-card__body {
	padding-left: 0;
}

.reason-card--right .reason-card__body {
	margin-left: 0;
	padding-left: max(1rem, min(4vw, 3rem));
	padding-right: 0;
}

.reason-card__title {
	gap: 0.5rem;
	justify-content: flex-start;
	letter-spacing: 0.08em;
}

.reason-card__title-main {
	font-size: 3.125rem;
}

.reason-card__title-sub {
	font-size: 2.125rem;
}

.reason-card__text {
	font-size: 1.125rem;
	line-height: 1.8;
}

.service-card {
	height: auto;
	min-height: 0;
	padding-bottom: 1.6875rem;
	padding-left: 3.3125rem;
	padding-right: 3.3125rem;
	padding-top: 1.6875rem;
	width: 14.875rem;
}

.service-card__text {
	font-size: 1.375rem;
}

.support-card__image img {
	aspect-ratio: 257/102;
}

.top-case {
	padding-bottom: 6.25rem;
	padding-top: 14.375rem;
}

.top-case::before {
	aspect-ratio: 580/456;
	left: -0.4%;
	top: 7.2%;
	width: 40.2777777778%;
}

.top-case__inner {
	gap: 0.1875rem;
}

.top-case__inner.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.top-case__cards {
	gap: 2.8125rem;
}

.top-cases::before {
	background-image: url("../image/top/section-support-bg-wave-top.svg");
	height: 8.125rem;
	top: -8.0625rem;
}

.top-cases::after {
	background-image: url("../image/top/section-support-bg-wave-bottom.svg");
	bottom: -8.0625rem;
	height: 8.125rem;
}

.top-comparison {
	padding-bottom: 5rem;
	padding-top: 6.25rem;
}

.top-comparison::before {
	aspect-ratio: 562/375;
	width: 39.0277777778%;
}

.top-comparison__inner {
	gap: 2.8125rem;
}

.top-comparison__title {
	font-size: 2.875rem;
	gap: 0.5rem;
	padding-top: 0;
}

.top-comparison__title-icon--left {
	position: static;
	right: auto;
	top: auto;
	width: 6.25rem;
}

.top-comparison__title-icon--right {
	left: auto;
	position: static;
	top: auto;
	transform: none;
	width: 7.25rem;
}

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

.top-cta__inner {
	gap: 2rem;
}

.top-cta__lead {
	line-height: 1.8;
}

.top-cta__button.common-button {
	max-width: 25rem;
}

.top-faq {
	padding-bottom: 5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 5rem;
}

.top-faq__inner {
	max-width: 62.5rem;
}

.top-faq__decoration {
	left: 43.4375rem;
	top: 0;
	width: 10.75rem;
}

.top-faq__list {
	gap: 2rem;
	max-width: 55rem;
}

.top-flow {
	gap: 0;
}

.top-flow__steps {
	--flow-icon-size: 9.4375rem;
	gap: 3.125rem;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 4rem;
}

.top-flow__step {
	max-width: none;
}

.top-flow__step--full {
	grid-column: auto;
}

.top-flow__step:nth-child(odd):not(:last-child)::after {
	display: none;
}

.top-flow__steps::before {
	background-image: url("../image/top/section-flow-dashed-line.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 0.3125rem;
	left: 8.3125rem;
	pointer-events: none;
	position: absolute;
	top: 8.5625rem;
	width: calc(100% - 16.625rem);
	z-index: 0;
}

.top-fv {
	min-height: 45rem;
	padding-bottom: 3.75rem;
	padding-top: 10rem;
}

.top-fv__photo {
	background-image: url("../image/top/fv-bg-pc.png");
	background-position: center;
}

.top-fv__inner {
	padding-left: 2.1875rem;
	padding-right: 1.5625rem;
}

.top-fv__main {
	max-width: 51.25rem;
}

.top-fv__title {
	gap: 1.25rem;
}

.top-fv__title-pc {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.top-fv__title-sp {
	display: none;
}

.top-fv__title-line {
	gap: 0.875rem;
}

.top-fv__title-tag {
	border-radius: 0.375rem;
	font-size: 3.0625rem;
	padding: 0.25rem 0.875rem 0.375rem;
}

.top-fv__title-end {
	font-size: 3.1875rem;
}

.top-fv__lead {
	font-size: 1.25rem;
	margin-top: 1rem;
}

.top-fv__check-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 1.5rem;
}

.top-fv__footer {
	align-items: flex-start;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.top-fv__cta-frame { /* [DOM移動対応] .top-fv 外へ移動したため、PC では非表示にして .top-fv__cta--pc-only を表示する。
       元に戻す場合: 下記を `display: contents;` に戻す。 */
	display: none;
}

.top-fv__cta--pc-only {
	display: flex;
}

.top-fv__cta-frame.is-hidden { /* PC: 固定バー化しないので非表示制御は不要 */
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.top-fv__cta {
	flex-shrink: 0;
	max-width: 100%;
	width: 20rem;
}

.top-fv__points {
	flex-shrink: 0;
	gap: 0.5rem;
	justify-content: flex-start;
	margin-top: 0.5rem;
	max-width: 28.375rem;
	width: 100%;
}

.top-fv__point {
	flex: 0 0 9.125rem;
	height: auto;
	max-width: 9.125rem;
	width: 9.125rem;
}

.top-point {
	gap: 0.25rem;
	padding: 0.625rem;
}

.top-point__icon {
	height: 2.875rem;
	width: 2.875rem;
}

.top-point__text {
	font-size: 1rem;
}

.top-point__text-strong--xl {
	font-size: 1.25rem;
}

.top-point__text-strong--md {
	font-size: 1.0625rem;
}

.top-point__text-strong--lg {
	font-size: 1.125rem;
}

.top-reasons {
	background-size: 1.5rem 1.5rem;
	padding-bottom: 14.375rem;
	padding-top: 6.25rem;
}

.top-reasons__heading {
	gap: 0.5rem;
	max-width: 62.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-reasons__heading-row {
	margin-left: -0.625rem;
}

.top-reasons__heading-row--bottom {
	gap: 0.625rem;
}

.top-reasons__heading-logo {
	width: 19.8125rem;
}

.top-reasons__heading-five {
	width: 4.75rem;
}

.top-reasons__heading-text {
	font-size: 2.125rem;
}

.top-reasons__heading-text--big {
	font-size: 6.25rem;
}

.top-reasons__illust {
	margin-top: 1.5rem;
	width: 17.5rem;
}

.top-reasons__cards {
	gap: 3.75rem;
	margin-top: 3rem;
}

.top-reasons__cards::before {
	aspect-ratio: 385/347;
	bottom: 95.3%;
	left: auto;
	right: 0;
	width: 26.7361111111%;
}

.top-selected {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-selected__inner {
	padding-left: 4.0625rem;
	padding-right: 4.0625rem;
}

.top-selected__title {
	font-size: 2.125rem;
}

.top-selected__title-slash {
	margin-left: 0.875rem;
	margin-right: 0.875rem;
	width: 1.125rem;
}

.top-selected__list {
	gap: 1.4375rem;
	margin-top: 2rem;
}

.top-selected__row {
	flex-direction: row;
	gap: 1rem;
	justify-content: center;
}

.top-selected__item {
	font-size: 1.125rem;
	padding-bottom: 0.9375rem;
	padding-left: 1.1875rem;
	padding-right: 1.25rem;
	padding-top: 0.9375rem;
	width: auto;
}

.top-service {
	padding-bottom: 6.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 6.25rem;
}

.top-service__inner {
	gap: 3rem;
}

.top-service__heading-ja {
	flex-direction: row;
	gap: 0 0.125rem;
}

.top-service__lead {
	gap: 1.5rem;
}

.top-service__lead-line {
	flex: 0 0 3.25rem;
}

.top-service__lead-text {
	font-size: 1.375rem;
	font-weight: 500;
}

.top-service__lead-accent {
	margin-left: 0;
	margin-right: 0;
}

.top-service__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 0.625rem;
	gap: 1rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.top-service__closing-line {
	font-size: 1.75rem;
}

.top-service__closing-line--accent {
	font-size: 2rem;
}

.top-support {
	gap: 0;
	padding-bottom: 6.25rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0rem;
}

.top-support__heading-ja {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0 0.125rem;
}

.top-support__illust {
	margin-top: 1.5rem;
	width: 15rem;
}

.top-support__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 4rem;
	max-width: none;
}

.top-support__cards::before {
	aspect-ratio: 327/348;
	background: url("../image/top/illust-support.svg") center center/contain no-repeat;
	left: auto;
	right: -0.8%;
	width: 25.546875%;
}

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

.top-worries__inner {
	padding-left: 25px;
	padding-right: 25px;
}

.top-worries__block {
	border-radius: 7.5rem;
	padding-bottom: 5rem;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 5.1875rem;
}

.top-worries__block::before {
	background-image: url("../image/top/section-worries-illustration.svg");
	left: 3.2%;
	top: 88%;
	width: 11.71875%;
}

.top-worries__block::after {
	aspect-ratio: 222/190;
	bottom: 100%;
	right: 8%;
	width: 17.34375%;
}

.top-worries__title {
	gap: 0.375rem;
}

.top-worries__brackets {
	width: 1.4375rem;
}

.top-worries__title-text {
	font-size: 2.125rem;
}

.top-worries__title-pc {
	display: block;
}

.top-worries__title-sp {
	display: none;
}

.top-worries__cards {
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	margin-top: 2.375rem;
}

.top-worries__solution {
	gap: 1.5rem;
	margin-top: 2.8125rem;
}

.top-worries__banner {
	width: 17.25rem;
}

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

.top-worries__solution-text {
	font-size: 1.25rem;
	gap: 0.5rem;
}

.top-worries__solution-line {
	font-size: 2.125rem;
}

.top-worries__solution-strong {
	font-size: 2.125rem;
}

.worries-card {
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
}

.worries-card::before {
	background-image: url("../image/common/worries-card-mask-pc.svg");
	height: 4.0625rem;
	width: 5.3125rem;
}

.worries-card__case {
	left: 0.5rem;
	top: 0.5rem;
}

}

@media (min-width: 1000px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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