body {
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;
}

.u-mb-1em {
	display: block;
	height: 1em;
}

.u-mb-1em-close {
	display: block;
	height: 1.5em;
}

.js-fade {
	opacity: 0;
	transform: translateY(20px);
	transition: 0.8s;
}

.js-fade.visible {
	opacity: 1;
	transform: translateY(0);
}

.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 */

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

/* ホバー */

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

.adviser {
	background-image: url(../images/common/bg_adviser.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0 2.625rem;
}

.adviser__title {
	margin-bottom: 1.25rem;
}

.adviser__cards {
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.adviser__card {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 6.25rem;
}

.adviser__role {
	font-size: 0.75rem;
	margin-bottom: 0.625rem;
}

.adviser__image {
	margin-bottom: 0.5rem;
}

.adviser__position {
	align-content: center;
	flex-grow: 1;
	font-size: min(10px, 0.625rem);
	text-align: center;
}

.adviser__name {
	font-size: 1.25rem;
	font-weight: 700;
}

.close {
	background-image: url(../images/common/bg_close.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.625rem 0 2.25rem;
	text-align: center;
}

.close__title {
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
	padding: 0 2.5rem;
	position: relative;
	text-align: center;
}

.close__title::before,
.close__title::after {
	background-color: #36332f;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.close__title::before {
	left: 0;
}

.close__title::after {
	right: 0;
}

.close__image {
	margin: 0 auto 1.25rem;
	width: 17.6875rem;
}

.close__image img {
	-o-object-fit: cover;
	aspect-ratio: 1.7;
	border-radius: 0.25rem;
	object-fit: cover;
}

.close__text {
	font-size: 0.875rem;
	text-align: center;
}

.content-wrapper {
	margin: 0 auto;
	max-width: 600px;
}

.cta {
	background-color: #2EA2CE;
	padding: 1.25rem 0;
}

.cta__inner {
	margin-bottom: 0.625rem;
}

.cta__link {
	transition: filter 0.3s;
}

.cta__link:hover {
	filter: brightness(1.1);
	opacity: 1;
}

.cta__image {
	animation: bound 1s ease infinite alternate;
}

.cta__bottom-text {
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	text-align: center;
}

.cta__bottom-text--last {
	font-size: 0.625rem;
}

.faq-card {
	border: 2px solid #3b9ecd;
	border-radius: 0.25rem;
}

.faq-card__question {
	background-color: #3b9ecd;
	cursor: pointer;
	padding: 0.625rem 1.125rem 0.625rem 3rem;
	position: relative;
}

.faq-card__answer {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease;
}

.faq-card__answer-inner {
	padding: 1.25rem 1.75rem 1.25rem 3rem;
}

.faq-card__icon {
	color: #ffffff;
	font-size: 1.25rem;
	left: 1.125rem;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: 0.625rem;
}

.faq-card__icon--answer {
	color: #3b9ecd;
	font-weight: 700;
	top: 1.25rem;
}

.faq-card__question-text {
	color: #fff;
	flex: 1;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.62;
}

.faq-card__toggle {
	background: #fff;
	border: none;
	border-radius: 50%;
	color: #3b9ecd;
	cursor: pointer;
	font-size: 0.75rem;
	height: 2em;
	line-height: 2;
	padding: 0;
	position: absolute;
	right: 1.125rem;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
}

.faq-card__answer-text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.faq {
	padding-top: 2.375rem;
}

.faq__title {
	margin-bottom: 1.25rem;
}

.faq__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin-bottom: 3.75rem;
}

.faq__bottom {
	background-image: url(../images/common/bg_faq.webp);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.faq__bottom-title {
	color: #3b9ecd;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.67;
	margin-bottom: 1.75rem;
	text-align: center;
}

.faq__content {
	margin: 0 auto;
	padding-bottom: 2.75rem;
	text-align: right;
}

.faq__bottom-text {
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	margin-right: 10vw;
	text-align: center;
}

.flow {
	background-image: url(../images/common/bg_flow.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0 2.25rem;
}

.flow__title {
	margin-bottom: 2.625rem;
}

.flow__items {
	margin: 0 auto;
	max-width: 25rem;
}

.flow__item {
	margin-bottom: 2.125rem;
}

.flow__item:last-of-type {
	margin-bottom: 0;
}

.flow__arrow {
	animation: updown 1.8s ease-in-out infinite;
	height: 1.875rem;
	margin: 0 auto 1.5rem;
	position: relative;
	width: 1.875rem;
}

.flow__arrow::before,
.flow__arrow::after {
	border-bottom: 2px solid #283353;
	border-left: 2px solid #283353;
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(-45deg);
	width: 1.25rem;
}

.flow__arrow::before {
	top: 0;
}

.flow__arrow::after {
	top: 0.75rem;
}

.footer {
	background-color: #3b9ecd;
	padding-bottom: 1.75rem;
	padding-top: 1.5625rem;
}

.footer__link {
	color: #fff;
	display: flex;
	font-size: 0.625rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	text-align: center;
}

.footer__link a {
	padding: 0 0.625rem;
}

.footer__link a:nth-of-type(2) {
	border: 1px solid #fff;
	border-bottom: none;
	border-top: none;
}

.footer__copy {
	color: #fff;
	display: block;
	font-size: 0.625rem;
	font-weight: 500;
	text-align: center;
}

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

.intro {
	background-image: url(../images/common/bg_intro.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.25rem 0 2.5rem;
}

.intro__head {
	background-color: #fff;
	border: 3px solid #81bad2;
	border-radius: 0.25rem;
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.33);
	margin-bottom: 1.75rem;
	padding: 0.75rem 0 0.625rem;
	position: relative;
}

.intro__label {
	background-color: #81bad2;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	padding: 0.375rem 0.625rem;
	position: absolute;
	top: -1em;
	transform: translateX(-50%);
}

.intro__title {
	color: #369dcd;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
	text-align: center;
}

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

.intro__body {
	text-align: center;
}

.intro__subtitle-wrapper {
	margin-bottom: 0.625rem;
}

.intro__subtitle {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.625rem;
	text-align: center;
}

.intro__subtitle-dots {
	position: relative;
}

.intro__subtitle-dots:before {
	color: #d16c19;
	content: "・・・";
	position: absolute;
	top: -1em;
}

.intro__badge {
	background-color: #d16c19;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0.375rem 0.625rem;
}

.intro__arrow {
	animation: updown-arrow 1.8s ease-in-out infinite;
	border-color: #81BAD2 transparent transparent transparent;
	border-style: solid;
	border-width: 0.875rem 1.5625rem 0 1.5625rem;
	display: block;
	height: 0;
	margin: 0 auto 0.625rem;
	width: 0;
}

.intro__arrow--pc {
	display: none;
}

.intro__list {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-bottom: 2rem;
}

.intro__item {
	width: 9.8125rem;
}

.intro__item-label {
	background-color: #d16c19;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.375rem 0;
}

.intro__item-value {
	background-color: #fff;
	color: #d16c19;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 0.625rem 0;
}

.intro__bottom-text {
	font-feature-settings: "palt";
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.73;
	text-align: center;
}

.intro__bottom-text--words {
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-bottom: 1.25rem;
}

.intro__bottom-text-highlight {
	background-color: #d16c19;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 0.8em;
}

.intro__swiper {
	cursor: pointer;
	padding-bottom: 2.5rem;
	position: relative;
}

.intro__swiper .swiper-slide {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
	margin-bottom: 2.5rem;
	padding-bottom: -2.5rem;
	user-select: none;
}

.intro__swiper .swiper-pagination {
	bottom: 2rem;
	display: flex;
	gap: 0;
	justify-content: center;
}

.intro__swiper .swiper-pagination-bullet {
	background-color: #bdd4c2;
	border-radius: 50%;
	height: 8px;
	opacity: 1;
	transition: background-color 0.3s;
	width: 8px;
}

.intro__swiper .swiper-pagination-bullet-active {
	background-color: #3b9ecd;
}

.message {
	background-image: url(../images/common/bg_message.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0 2.25rem;
}

.message__title {
	margin-bottom: 1.25rem;
}

.message__images {
	margin-bottom: 1.375rem;
}

.message__image {
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.33);
	margin: 0 auto;
	max-width: 25rem;
}

.message__text {
	font-size: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}

.message__image-support {
	margin: 0 auto 1.25rem;
	max-width: 25rem;
}

.message__bottom-images {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
}

.message__bottom-image {
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.33);
}

.movie {
	background-image: url(../images/common/bg_movie.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.5rem 0;
}

.movie__title-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.25rem;
}

.movie__title {
	margin-bottom: 0.75rem;
	width: 2.875rem;
}

.movie__icon {
	width: 2.375rem;
}

.movie__item {
	margin-bottom: 2.25rem;
	text-align: center;
}

.movie__item:last-of-type {
	margin-bottom: 0;
}

.movie__label {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.movie__label--mb {
	margin-bottom: 0.5rem;
}

.movie__label--small {
	font-size: 1.125rem;
}

.movie__label--orange {
	color: #d16c19;
}

.movie__label--orange:first-child {
	color: #222222;
}

.movie__label--big {
	font-size: 1.625rem;
	line-height: 1;
}

.movie__label--flex {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.movie__frame {
	margin-top: 0.75rem;
}

.movie__frame iframe {
	-o-object-fit: cover;
	aspect-ratio: 560/315;
	max-width: 25rem;
	object-fit: cover;
	width: 100%;
}

.movie__arrow {
	align-self: flex-end;
	border-color: transparent transparent transparent #d16c19;
	border-style: solid;
	border-width: 0.4375rem 0 0.4375rem 0.375rem;
	height: 0;
	margin-bottom: 0.3em;
	width: 0;
}

.points-card {
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.points-card__head {
	align-items: center;
	background-color: #3b9ecd;
	border-radius: 0.25rem;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	left: 50%;
	padding: 0.625rem 1.75rem;
	position: absolute;
	top: -1.5em;
	transform: translateX(-50%);
	z-index: 2;
}

.points-card__number {
	background-color: #fff;
	border-radius: 50%;
	color: #3b9ecd;
	font-size: 1.25rem;
	font-weight: 500;
	height: 1.875rem;
	text-align: center;
	width: 1.875rem;
}

.points-card__label {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	white-space: nowrap;
}

.points-card__title {
	align-items: center;
	background-color: #47b7ec;
	border-radius: 0.25rem 0.25rem 0 0;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.2;
	min-height: 6.25rem;
	padding-top: 1em;
	text-align: center;
	text-align: center;
}

.points-card__text {
	background-color: #f3fbff;
	letter-spacing: 0.05em;
	line-height: 1.7;
	padding: 0.5rem 0.75rem 0.875rem;
}

.points-card__description {
	margin-bottom: 1em;
}

.points-card__description:last-of-type {
	margin-bottom: 0;
}

.points {
	background-image: url(../images/common/bg_points.webp);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 2.5rem 0 1.25rem;
}

.points__title {
	margin-bottom: 3.125rem;
}

.points__cards {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	margin: 0 auto;
	max-width: 22.5rem;
}

.problem {
	background-image: url(../images/common/bg_problem.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.625rem 0 2.625rem;
}

.problem__title {
	margin-bottom: 1.25rem;
}

.problem__list {
	background-color: #5f5f5f;
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.33);
	margin: 0 auto 2.5rem;
	max-width: 22.5rem;
	padding: 0.75rem 0;
}

.problem__item {
	color: #fff;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	padding-left: 2.125rem;
	position: relative;
}

.problem__item:last-of-type {
	margin-bottom: 0;
}

.problem__item::before {
	background-image: url(../images/common/icon_check.webp);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1em;
	left: 0.5rem;
	position: absolute;
	top: 0.2em;
	width: 1.2em;
}

.problem__bottom-text {
	color: #f2f95c;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
}

.problem__item--bold {
	font-weight: 700;
}

.section-title {
	text-align: center;
}

.section-title__en {
	display: inline-block;
	margin-bottom: 1.25rem;
}

.section-title__en--problem {
	margin-bottom: 0;
	width: 5.625rem;
}

.section-title__en--strengths {
	margin-bottom: 0.5rem;
	width: 6.25rem;
}

.section-title__en--points {
	margin-bottom: 0;
	width: 3.125rem;
}

.section-title__en--voice {
	margin-bottom: 0.5rem;
	width: 2.75rem;
}

.section-title__en--adviser {
	width: 8.75rem;
}

.section-title__en--faq {
	margin-bottom: 0.625rem;
	width: 2rem;
}

.section-title__en--flow {
	margin-bottom: 0.625rem;
	width: 2.25rem;
}

.section-title__en--message {
	margin-bottom: 0;
	width: 4.375rem;
}

.section-title__ja {
	color: #373330;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.16;
	margin-bottom: 0.875rem;
}

.section-title__ja--problem {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}

.section-title__ja--bold {
	font-weight: 700;
}

.section-title__ja--yellow {
	color: #f2f95c;
	font-size: 1.125rem;
}

.section-title__ja--strengths {
	color: #fff;
	font-size: 1.6875rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.section-title__ja--points {
	color: #3b9ecd;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.625rem;
}

.section-title__ja--voice {
	font-feature-settings: "palt";
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.section-title__ja--adviser {
	font-weight: 700;
	margin-bottom: 0;
}

.section-title__ja--faq {
	font-weight: 700;
}

.section-title__ja--flow {
	color: #3b9ecd;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 1.25rem;
}

.section-title__ja--flow-top {
	color: #222222;
	display: block;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}

.section-title__ja--message {
	color: #3b9ecd;
	font-size: 1.625rem;
	font-weight: 700;
}

.section-title__text {
	font-size: 1rem;
}

.section-title__text--strengths {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.section-title__text--points {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.section-title__text--points:first-of-type {
	margin-bottom: 0.5rem;
}

.section-title__text--voice {
	font-size: 1rem;
}

.section-title__text--flow {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.solution__scene {
	background-color: #e7e7e7;
	padding: 2.5rem 0 3rem;
}

.solution__scene-text {
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 1.25rem;
	text-align: center;
}

.solution__scene-image-wrapper {
	margin: 0 auto 1.25rem;
	max-width: 22.5rem;
	position: relative;
}

.solution__scene-image-wrapper:last-of-type {
	margin-bottom: 0;
}

.solution__scene-image {
	box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.7);
}

.solution__scene-image-text-wrapper {
	bottom: 0.25rem;
	left: 0;
	position: absolute;
	text-align: center;
}

.solution__scene-image-text-wrapper--bottom-top {
	text-align: center;
	top: 0.375rem;
	width: 100%;
}

.solution__scene-image-text-wrapper--bottom-bottom {
	bottom: 0.75rem;
	text-align: center;
	width: 100%;
}

.solution__scene-image-text {
	background-color: #fff;
	display: inline-block;
	font-size: max(10px, min(3.73vw, 14px));
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-bottom: 0.5rem;
	padding: 0 0.125rem;
}

.solution__scene-image-text:last-of-type {
	margin-bottom: 0;
}

.solution__scene-image-text--medium {
	font-weight: 500;
}

.solution__scene-image-text--bold {
	font-weight: 700;
}

.solution__scene-image-text--last {
	padding: 0 1.125rem;
}

.solution__bottom-title {
	background-color: #3b9ecd;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 1.625rem 0;
	text-align: center;
}

.solution__bottom-text-wrapper {
	background-image: url(../images/common/bg_solution.webp);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 1.25rem 0;
	text-align: center;
}

.solution__bottom-text {
	display: inline-block;
	font-size: min(3.7vw, 1rem);
	margin-bottom: 1em;
	text-align: left;
}

.solution__bottom-text:last-of-type {
	margin-bottom: 0;
}

.solution__bottom-text-strong {
	background: linear-gradient(transparent 70%, #f2f95c 70%, #f2f95c 95%, transparent 95%);
	font-weight: 700;
}

.step--reverse {
	flex-flow: row-reverse;
}

.step__number {
	border-left: 0.1875rem solid #d16c19;
	margin-bottom: 0.625rem;
	padding: 0.375rem 0 0.375rem 0.625rem;
	width: 5.5rem;
}

.step__title {
	color: #3b9ecd;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 1.625rem;
}

.step__image-sp {
	display: block;
	margin-bottom: 0.625rem;
}

.step__image-pc {
	display: none;
}

.step__text {
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.step__text--bold {
	font-weight: 700;
}

.strengths-card {
	background-color: #fff;
	border-radius: 0.25rem;
	padding: 1rem 0.875rem;
}

.strengths-card__header {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	margin-bottom: 0.875rem;
}

.strengths-card__number {
	color: #3b9ecd;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

.strengths-card__title {
	color: #36332f;
	font-size: 1rem;
	font-weight: 700;
}

.strengths-card__image {
	margin-bottom: 1.25rem;
}

.strengths-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 631/412;
	object-fit: cover;
}

.strengths-card__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.strengths-card__text--strong {
	color: #d16c19;
	font-weight: 700;
}

.strengths {
	background-image: url(../images/common/bg_strengths.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2.625rem 0;
}

.strengths__title {
	margin-bottom: 1.25rem;
}

.strengths__cards {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	margin: 0 auto;
	max-width: 22.5rem;
}

.top-slider {
	padding: 1.875rem 0;
}

.top-slider .swiper-wrapper {
	transition-timing-function: linear;
}

.top-slider img {
	-o-object-fit: cover;
	aspect-ratio: 306/218;
	object-fit: cover;
}

.voice-card {
	border: 0.25rem solid #3b9ecd;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	position: relative;
}

.voice-card__head {
	align-items: center;
	background-color: #3b9ecd;
	display: flex;
	gap: 0.5rem;
	justify-content: flex-start;
	min-height: 9.625rem;
	padding: 1.5rem 0.5rem 1.625rem 0.5rem;
	position: relative;
}

.voice-card__label {
	background-color: #f2f95c;
	border-radius: 0.25rem;
	color: #36332f;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	padding: 0.3125rem 1rem;
	position: absolute;
	text-transform: capitalize;
	top: -1.5em;
	transform: translateX(-50%);
	z-index: 2;
}

.voice-card__label-number {
	font-size: 1.25rem;
}

.voice-card__profile {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.voice-card__profile-image {
	margin-bottom: 0.5rem;
	width: 3.75rem;
}

.voice-card__profile-name {
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
}

.voice-card__profile-name--small {
	display: block;
	font-size: 0.625rem;
}

.voice-card__comment {
	color: #fff;
	font-size: 0.875rem;
}

.voice-card__comment--pc {
	display: none;
}

.voice-card__attention {
	bottom: 0.25rem;
	color: #fff;
	font-size: 0.625rem;
	line-height: 1;
	position: absolute;
	right: 0.25rem;
}

.voice-card__result {
	background-image: url(../images/common/bg_voice-card.webp);
	background-repeat: no-repeat;
	background-size: cover;
	flex-grow: 1;
	padding: 1.25rem;
	text-align: center;
}

.voice-card__result-label {
	background-color: #3b9ecd;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0.5rem;
	padding: 0.375rem 0.75rem;
}

.voice-card__result-amount {
	color: #d16c19;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.67;
	margin-bottom: 1.25rem;
}

.voice-card__report {
	margin: 0 auto;
	width: 76%;
}

.voice {
	background-image: url(../images/common/bg_voice.webp);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 4.25rem;
	padding-top: 2.5rem;
}

.voice__swiper {
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	width: min(82.7%, 25rem);
}

.voice__swiper .swiper-wrapper {
	padding-top: 2.25rem;
	position: relative;
}

.voice__swiper .swiper-slide {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* 前後ボタン */

.swiper-button-prev:before,
.swiper-button-prev:after,
.swiper-button-next:before,
.swiper-button-next:after {
	display: none;
}

.voice__swiper .swiper-pagination {
	bottom: -1.75rem;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.voice__swiper .swiper-pagination-bullet {
	background-color: #bdd4c2;
	border-radius: 50%;
	height: 8px;
	opacity: 1;
	transition: background-color 0.3s;
	width: 8px;
}

.voice__swiper .swiper-pagination-bullet-active {
	background-color: #3b9ecd;
}

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

.faq__content {
	margin-right: 0;
	text-align: center;
}

.faq__bottom-text {
	margin-right: 0;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5209125475vw;
}

.adviser {
	background-image: url(../images/common/bg_adviser-pc.webp);
	padding: 5rem 0 6.25rem;
}

.adviser__title {
	margin-bottom: 1.875rem;
}

.adviser__cards {
	gap: 1.5rem;
}

.adviser__card {
	width: 12.5rem;
}

.adviser__role {
	font-size: 1.25rem;
}

.adviser__image {
	margin-bottom: 0.625rem;
}

.adviser__position {
	font-size: 0.875rem;
}

.adviser__name {
	font-size: 1.75rem;
}

.close {
	background-image: url(../images/common/bg_close-pc.webp);
	padding: 3.875rem 0 3.25rem;
}

.close__title {
	font-size: 3.125rem;
	margin-bottom: 1.625rem;
	padding: 0 5.5625rem;
}

.close__title::before,
.close__title::after {
	height: 3px;
	width: 3.5625rem;
}

.close__image {
	margin: 0 auto 1.5rem;
	width: 26.875rem;
}

.close__image img {
	aspect-ratio: 1.63;
	border-radius: 0;
}

.close__text {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.98;
	text-align: left;
}

.content-wrapper {
	max-width: 100%;
}

.cta {
	padding: 3rem 0 2.25rem;
}

.cta__image {
	margin: 0 auto;
	width: 43.75rem;
}

.cta__bottom-text {
	font-size: 1.375rem;
	margin: 0 auto;
	width: 38.125rem;
}

.cta__bottom-text--last {
	font-size: 1.25rem;
}

.faq-card {
	border: 0.25rem solid #3b9ecd;
}

.faq-card__question {
	padding: 1rem 2.5rem 1rem 6.25rem;
}

.faq-card__answer-inner {
	padding: 2.375rem 3.75rem 2.5rem 6rem;
}

.faq-card__icon {
	font-size: 2.8125rem;
	left: 2.5rem;
	top: 0.2em;
}

.faq-card__icon--answer {
	top: 2rem;
}

.faq-card__question-text {
	font-size: 1.5rem;
}

.faq-card__toggle {
	font-size: 1.5rem;
	height: 1.5em;
	line-height: 1.5;
	right: 1.875rem;
	width: 1.5em;
}

.faq-card__answer-text {
	font-size: 1.25rem;
}

.faq {
	padding-top: 5rem;
}

.faq__title {
	margin-bottom: 2.5rem;
}

.faq__items {
	gap: 2.5rem;
	margin: 0 auto 5rem;
	max-width: 46.25rem;
}

.faq__bottom {
	background-position: left bottom;
	max-width: 100%;
	padding: 5rem 0 4.375rem;
}

.faq__bottom-title {
	font-size: 2.8125rem;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}

.faq__content {
	padding-bottom: 0;
	text-align: center;
}

.faq__bottom-text {
	font-size: 1.5rem;
}

.flow {
	background-image: url(../images/common/bg_flow-pc.webp);
	overflow: hidden;
	padding: 6.5rem 0 0;
}

.flow__title {
	margin-bottom: 5.5rem;
}

.flow__items {
	max-width: 100%;
}

.flow__item {
	margin-bottom: 1rem;
}

.flow__item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 3.125rem;
}

.flow__arrow {
	height: 3.75rem;
	margin: 0 auto 3.375rem;
	width: 3.75rem;
}

.flow__arrow::before,
.flow__arrow::after {
	border-bottom: 0.25rem solid #283353;
	border-left: 0.25rem solid #283353;
	height: 2.5rem;
	width: 2.5rem;
}

.flow__arrow::after {
	top: 1.25rem;
}

.footer {
	padding-bottom: 2.9375rem;
	padding-top: 3.3125rem;
}

.footer__link {
	font-size: 1.125rem;
}

.footer__link a {
	padding: 0 1.25rem;
}

.footer__copy {
	font-size: 0.9375rem;
}

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

.intro {
	padding: 6.25rem 0 4.625rem;
}

.intro__head {
	border: 0.375rem solid #81bad2;
	margin: 0 auto 2.5rem;
	padding: 3.375rem 0 1.875rem;
	width: 56.25rem;
}

.intro__label {
	font-size: 2.5rem;
	padding: 1rem 1.75rem;
}

.intro__title {
	font-size: 2.5rem;
}

.intro__text {
	font-size: 1.75rem;
	line-height: 1.8;
}

.intro__subtitle-wrapper {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
	margin-bottom: 1.9375rem;
}

.intro__subtitle {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.intro__badge {
	font-size: 2.5rem;
	padding: 0.5625rem;
}

.intro__arrow {
	border-width: 2.1875rem 4.375rem 0 4.375rem;
	margin-bottom: 3.375rem;
}

.intro__arrow--sp {
	display: none;
}

.intro__arrow--pc {
	display: block;
}

.intro__list {
	gap: 1.5rem;
	margin-bottom: 3.375rem;
}

.intro__item {
	width: 16.5625rem;
}

.intro__item-label {
	font-size: 2.5rem;
	padding: 0.625rem 0;
}

.intro__item-value {
	font-size: 2.5rem;
	padding: 1rem 0;
}

.intro__bottom-text {
	font-size: 1.875rem;
	line-height: 1.7;
}

.intro__bottom-text--words {
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.intro__bottom-text-highlight {
	font-size: 2.5rem;
}

.intro__swiper {
	padding-bottom: 4.875rem;
}

.intro__swiper .swiper-slide {
	transform: translate(-50%, 0);
}

.intro__swiper .swiper-pagination {
	bottom: 4.375rem;
	gap: 10px;
}

.intro__swiper .swiper-pagination-bullet {
	height: 16px;
	width: 16px;
}

.message {
	background-image: url(../images/common/bg_message-pc.webp);
	padding: 5rem 0 3.75rem;
}

.message__title {
	margin-bottom: 4.6875rem;
}

.message__images {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-bottom: 4.625rem;
}

.message__image {
	max-width: 100%;
}

.message__text {
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.message__text:last-of-type {
	margin-bottom: 0;
}

.message__image-support {
	margin-bottom: 2.5rem;
	max-width: 41.25rem;
}

.movie {
	background-image: url(../images/common/bg_movie-pc.webp);
	padding: 5rem 0;
}

.movie__title-wrapper {
	margin-bottom: 1.875rem;
}

.movie__title {
	margin-bottom: 1.625rem;
	width: 5.75rem;
}

.movie__icon {
	width: 4.75rem;
}

.movie__item-wrapper {
	align-items: flex-end;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.movie__item {
	margin-bottom: 0;
	width: 35.7%;
}

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

.movie__label--mb {
	margin-bottom: 0;
}

.movie__label--small {
	font-size: 1.5rem;
}

.movie__label--big {
	font-size: 1.75rem;
	line-height: 1.2;
}

.movie__label--flex {
	flex-direction: column;
}

.movie__frame {
	margin-top: 0.875rem;
}

.movie__frame iframe {
	max-width: 100%;
}

.movie__arrow {
	align-self: center;
	border-color: #d16c19 transparent transparent transparent;
	border-style: solid;
	border-width: 0.75rem 1rem 0 1rem;
	height: 0;
	margin-bottom: 0;
	width: 0;
}

.points-card__head {
	gap: 1.25rem;
	padding: 1rem 1.375rem;
	top: -2.5em;
}

.points-card__number {
	font-size: 1.875rem;
	height: 2.8125rem;
	width: 2.8125rem;
}

.points-card__label {
	font-size: 2.5rem;
}

.points-card__body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.points-card__title {
	font-size: 2.1875rem;
	min-height: 9.5rem;
}

.points-card__text {
	flex-grow: 1;
	font-size: 1.5rem;
	padding: 0.875rem 1rem 0.875rem;
}

.points {
	background-image: url(../images/common/bg_points-pc.webp);
	background-position: center;
	background-size: cover;
	padding: 2.375rem 0 5rem;
}

.points__title {
	margin-bottom: 7.5rem;
}

.points__cards {
	grid-column-gap: 3rem;
	grid-row-gap: 5rem;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	max-width: 100%;
}

.problem {
	background-image: url(../images/common/bg_problem-pc.webp);
	padding: 2.5rem 0 5.125rem;
}

.problem__title {
	margin-bottom: 2.125rem;
}

.problem__list {
	margin: 0 auto 1.625rem;
	max-width: 51.875rem;
	padding: 2.5rem 0;
}

.problem__item {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.875rem;
	padding-left: 6.25rem;
}

.problem__item::before {
	left: 3rem;
}

.problem__bottom-text {
	font-size: 2.8125rem;
}

.section-title__en {
	margin-bottom: 2.5rem;
}

.section-title__en--problem {
	margin-bottom: 0.625rem;
	width: 11.25rem;
}

.section-title__en--strengths {
	margin-bottom: 2rem;
	width: 12.5rem;
}

.section-title__en--points {
	margin-bottom: 2rem;
	width: 6.25rem;
}

.section-title__en--voice {
	margin-bottom: 1.875rem;
	width: 5.625rem;
}

.section-title__en--adviser {
	width: 17.5rem;
}

.section-title__en--faq {
	margin-bottom: 2rem;
	width: 4rem;
}

.section-title__en--flow {
	margin-bottom: 1.125rem;
	width: 4.375rem;
}

.section-title__en--message {
	margin-bottom: 1rem;
	width: 8.75rem;
}

.section-title__ja {
	font-size: 3.125rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.section-title__ja--problem {
	font-size: 2.8125rem;
	line-height: 1.5;
}

.section-title__ja--yellow {
	font-size: 2.1875rem;
}

.section-title__ja--strengths {
	letter-spacing: 0.1em;
	margin-bottom: 3rem;
}

.section-title__ja--points {
	letter-spacing: 0.1em;
	margin-bottom: 2.5rem;
}

.section-title__ja--voice {
	font-size: 3.125rem;
	margin-bottom: 2.125rem;
}

.section-title__ja--adviser {
	margin-bottom: 0;
}

.section-title__ja--flow {
	font-size: 3.4375rem;
	margin-bottom: 2.5rem;
}

.section-title__ja--flow-top {
	font-size: 2.5rem;
	margin-bottom: 0.625rem;
}

.section-title__text {
	font-size: 1.875rem;
}

.section-title__text--strengths {
	font-size: 1.5rem;
}

.section-title__text--points {
	letter-spacing: 0.1em;
}

.section-title__text--points:first-of-type {
	margin-bottom: 0.625rem;
}

.section-title__text--voice {
	font-size: 1.5rem;
}

.section-title__text--flow {
	display: inline-block;
	font-size: 1.75rem;
	text-align: left;
}

.solution {
	background-image: url(../images/common/bg_solution-pc.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.solution__scene {
	padding: 5.125rem 0 6.625rem;
}

.solution__scene-text {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 1.875rem;
}

.solution__scene-image-wrapper {
	margin-bottom: 2.5rem;
	max-width: 46.25rem;
}

.solution__scene-image-text {
	font-size: 1.875rem;
	margin-bottom: 1rem;
	padding: 0 0.625rem;
}

.solution__scene-image-text--last {
	padding: 0 0.625rem;
}

.solution__bottom-title {
	font-size: 3.125rem;
	line-height: 1.4;
	padding: 2rem 0;
}

.solution__bottom-text-wrapper {
	background: none;
	padding: 2.75rem 0 5rem;
}

.solution__bottom-text {
	font-size: 1.5rem;
}

.step {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	position: relative;
}

.step__inner {
	flex-shrink: 0;
	width: 54%;
}

.step__number {
	border-left: 0.375rem solid #d16c19;
	margin-bottom: 1.625rem;
	width: 7.8125rem;
}

.step__title {
	font-size: 2.125rem;
	font-size: max(24px, min(2.36vw, 2.125rem));
	margin-bottom: 0.5rem;
}

.step__image-sp {
	display: none;
}

.step__image-pc {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.step__image-pc:first-of-type::before {
	background-repeat: no-repeat;
	background-size: cover;
	bottom: min(-3.47vw, -4.0625rem);
	content: "";
	height: 18.75rem;
	position: absolute;
	width: 37.5rem;
	z-index: -1;
}

.step__image-pc--01::before {
	background-image: url(../images/common/step_01-pc-bg.webp);
	left: calc(50% - min(39vw, 27.75rem));
}

.step__image-pc--02::before {
	background-image: url(../images/common/step_02-pc-bg.webp);
	right: calc(50% - min(39vw, 27.75rem));
}

.step__image-pc--03::before {
	background-image: url(../images/common/step_03-pc-bg.webp);
	left: calc(50% - min(39vw, 27.75rem));
}

.step__text {
	font-size: 1.5rem;
}

.strengths-card {
	display: flex;
	padding: 0;
}

.strengths-card--reverse {
	flex-flow: row-reverse;
}

.strengths-card__header {
	gap: 1rem;
	margin-bottom: 0.375rem;
}

.strengths-card__number {
	font-size: 5rem;
}

.strengths-card__title {
	font-size: 1.875rem;
}

.strengths-card__image {
	margin-bottom: 0;
	width: 41.6%;
}

.strengths-card__image img {
	aspect-ratio: 438/400;
	height: 100%;
}

.strengths-card__inner {
	padding: 0.625rem 1.25rem 1.25rem;
	width: 58.4%;
}

.strengths-card__text {
	font-size: 1.5rem;
	line-height: 1.5;
}

.strengths {
	background-image: url(../images/common/bg_strengths-pc.webp);
	padding: 2.625rem 0 5rem;
}

.strengths__title {
	margin-bottom: 3rem;
}

.strengths__cards {
	gap: 3.4375rem;
	max-width: 100%;
}

.voice-card {
	width: 30rem;
}

.voice-card__head {
	gap: 0.625rem;
	min-height: 11.25rem;
	padding: 1rem 0.5rem 1rem 1rem;
}

.voice-card__label {
	font-size: 1.5rem;
	padding: 0.625rem 2rem;
}

.voice-card__label-number {
	font-size: 2.25rem;
}

.voice-card__profile-image {
	margin-bottom: 0.5rem;
	width: 5.625rem;
}

.voice-card__profile-name {
	font-size: 1rem;
}

.voice-card__profile-name--small {
	font-size: 0.875rem;
}

.voice-card__comment {
	font-size: 1.375rem;
	line-height: 1.2;
}

.voice-card__comment--pc {
	display: inline-block;
}

.voice-card__attention {
	bottom: 0.625rem;
	font-size: 0.625rem;
	right: 0.625rem;
}

.voice-card__result {
	padding: 1.25rem 0;
}

.voice-card__result-label {
	font-size: 1.5rem;
	margin-bottom: 0;
	padding: 0.75rem 1.375rem;
}

.voice-card__result-amount {
	font-size: 2.125rem;
	margin-bottom: 1rem;
}

.voice-card__report {
	width: 65%;
}

.voice {
	background-image: url(../images/common/bg_voice-pc.webp);
	padding-bottom: 10.375rem;
	padding-top: 5rem;
}

.voice__swiper {
	margin: 0;
	width: 100%;
}

.voice__swiper .swiper-wrapper {
	padding-top: 4.25rem;
}

.voice__swiper .swiper-pagination {
	bottom: -4.375rem;
	gap: 10px;
}

.voice__swiper .swiper-pagination-bullet {
	height: 16px;
	width: 16px;
}

}

@media (min-width: 1052px) {

html {
	font-size: 16px;
}

}

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

.adviser__cards-wrapper {
	display: flex;
	gap: 1.5rem;
	margin: 0 auto;
	max-width: 80rem;
	padding: 0 25px;
	width: 100%;
}

.adviser__card {
	width: auto;
}

.adviser__role {
	font-size: min(16px, 1.25rem);
}

.faq__bottom {
	background-image: url(../images/common/bg_faq-pc.webp);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes bound {

0% {
	transform: scale(0.95);
}

100% {
	transform: scale(1);
}

}

@keyframes updown {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(0.5rem);
}

}

@keyframes updown-arrow {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(0.375rem);
}

}


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