@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
	font-family: "Noto Sans JP", serif;
}

.u-desktop,
.pc-only {
	display: none;
}
@media screen and (min-width: 768px) {
	.u-desktop,
	.pc-only {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.u-mobile,
	.sp-only {
		display: none;
	}
}

html {
	font-size: 16px;
}
@media screen and (min-width: 768px) {
	html {
		font-size: 1.6vw;
	}
}
@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}
@media (min-width: 1000px) {
	html {
		font-size: 16px;
	}
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* ホバー */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: background-color .3s;
	        transition: background-color .3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        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 {
	min-height: 100vh;
	line-height: 1.5;

	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	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]) {
	-webkit-filter: blur(10px);
	        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	        filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
	outline: none;
	border: none;
	border-radius: 0;
	background: transparent;
	font: inherit;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: 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;
}

.arrow-btn {
	position: relative;
	display: block;
	padding: 14px;
	border-radius: 10px;
	background-color: #1857bc;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	-webkit-transition: background-color .3s;
	        transition: background-color .3s;
}
@media screen and (min-width: 768px) {
	.arrow-btn {
		padding: 20px;
		font-size: 1.25rem;
	}
}
.arrow-btn::after {
	position: absolute;
	top: 50%;
	right: 36px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
}

@media screen and (min-width: 768px) {
	.arrow-btn:hover {
		background-color: #5a86cd;
	}
}
.consultant-item {
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	        box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.consultant-item__img-box {
	padding: 0 20px;
	padding: 0 1.25rem;
}

.consultant-item__img {
	border-radius: 7px;
}

.consultant-item__info-box {
	margin-top: 20px;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.consultant-item__badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
	background-color: #df3943;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.consultant-item__name {
	margin-top: 5px;
	margin-top: .3125rem;
	color: #333;
	font-size: 27px;
	font-size: 1.6875rem;
}

.consultant-item__kana {
	color: #333;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 300;
}

.consultant-item__text-box {
	margin-top: 4px;
	padding: 0 20px;
	padding: 0 1.25rem;
	color: #333;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.consultant-item__text-box {
		padding: 0 1.125rem;
	}
}

.consultant {
	background-color: #f3f4f4;
}

.consultant__head-text {
	margin-top: 30px;
	margin-top: 1.875rem;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.consultant__head-text {
		margin-top: 1rem;
		text-align: center;
		font-size: 1rem;
	}
}

.consultant__list {
	margin-top: 52px;
	margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
	.consultant__list {
		/* --- 元のgrid指定を削除またはコメントアウト ---
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		*/
		
		/* --- flexboxで中央揃えに変更 --- */
		display: flex;
		justify-content: center;
		flex-wrap: wrap; /* アイテムが3つ以上でも折り返すよう指定 */
		
		margin-top: 3.75rem;
		gap: 2.625rem;
	}
}

.consultant__item {
	padding: 20px 0;
	padding: 1.25rem 0;
}
/* ↓↓↓ このメディアクエリブロックを「追加」します ↓↓↓ */
@media screen and (min-width: 768px) {
	.consultant__item {
		/*
		 * PC表示の際の「カードの幅」を固定で指定します。
		 * 元の3カラムレイアウト(1fr 1fr 1fr)の幅に合わせます。
		 * この幅と.consultant__listのgap(2.625rem)で
		 * 全体のレイアウトが構成されます。
		 */
		width: 320px; /* 330pxなど、お好みで調整してください */
	}
}


.consultant__item + .consultant__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.consultant__item + .consultant__item {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) {
	.consultant__sub-title.sec__title {
		letter-spacing: 0;
	}
}

.cta {
	position: relative;
	padding: 70px 0 92px;
	padding: 4.375rem 0 5.75rem;
}
@media screen and (min-width: 768px) {
	.cta {
		padding: 5rem 0;
	}
}

.cta__text {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.cta__text {
		font-size: 1.875rem;
	}
}

.cta__btn-box {
	margin-top: 32px;
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 334px;
	max-width: 20.875rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cta__btn-box {
		margin-top: 2rem;
		max-width: 31.5rem;
	}
}

.cta__btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 22px 16px;
	padding: 1.375rem 1rem;
	border-radius: 10px;
	background-color: #1857bc;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	-webkit-transition: background-color .3s;
	        transition: background-color .3s;

	gap: 20px;
	gap: 1.25rem;
}
@media screen and (min-width: 768px) {
	.cta__btn {
		padding: 1.5625rem 1rem;
		font-size: 1.375rem;
	}
}
.cta__btn::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	display: block;
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	font-size: 22px;
	font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
	.cta__btn::after {
		position: absolute;
		top: 50%;
		right: 34px;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		        transform: translateY(-50%) rotate(-45deg);
	}
}

@media screen and (min-width: 768px) {
	.cta__btn:hover {
		background-color: #5a86cd;
	}
}
.cta__bg-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.cta__bg {
	height: 100%;

	-o-object-fit: cover;
	   object-fit: cover;
}

.faq-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	margin-top: 60px;
	margin-top: 3.75rem;
	padding: 20px 16px;
	padding: 1.25rem 1rem;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	        box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
	.faq-bottom {
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		    flex-direction: row;
		padding: 10px 25px;

		gap: .625rem;
	}
}

.faq-bottom__text-box {
	display: contents;
}
@media screen and (min-width: 768px) {
	.faq-bottom__text-box {
		display: block;
	}
}

.faq-bottom__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #333;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.faq-bottom__title {
		text-align: left;
		font-size: 1.375rem;
		line-height: 1.29;
	}
}
@media screen and (min-width: 1024px) {
	.faq-bottom__title {
		font-size: 1.75rem;
	}
}

.faq-bottom__text {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 24px;
	margin-top: 1.5rem;
	color: #333;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: .1em;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.faq-bottom__text {
		margin-top: 1.25rem;
		line-height: 1.99;
	}
}

.faq-bottom__img-box {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 20px;
	margin-top: 1.25rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 320px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.faq-bottom__img-box {
		max-width: 19.625rem;
	}
}

@media screen and (min-width: 768px) {
	.faq__sub-title.sec__title {
		letter-spacing: 0;
	}
}

.faq__body {
	margin-top: 50px;
	margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
	.faq__body {
		margin-top: 5rem;
	}
}

.faq__data-row {
	padding-bottom: 14px;
	padding-bottom: .875rem;
	border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 768px) {
	.faq__data-row {
		padding: 0 4.375rem 22px 10px;
	}
}
.faq__data-row + .faq__data-row {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.faq__data-term {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	color: #df3943;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;

	gap: 15px;
}

.faq__icon-box {
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 35px;
	height: 35px;
}

.faq__data-description {
	margin-top: 10px;
	margin-left: 50px;
	color: #333;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.faq__data-description {
		font-size: max(15px, 1rem);
	}
}

.footer {
	padding: 30px 0 30px;
	padding: 1.875rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
	.footer {
		padding: 1.625rem 0 2.5rem;
	}
}

.footer__inner {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.footer__inner {
		padding-right: 25px;
		padding-left: 25px;
		max-width: 1050px;
	}
}

.footer__upper-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 768px) {
	.footer__upper-box {
		padding: 0 10px;
	}
}

.footer__logo-box {
	width: 109px;
	width: 6.8125rem;
}
@media screen and (min-width: 768px) {
	.footer__logo-box {
		width: 10.125rem;
	}
}

.footer__link-list {
	margin-top: -16px;
}
@media screen and (min-width: 768px) {
	.footer__link-list {
		margin-top: 0;
	}
}

.footer__link-item {
	display: inline-block;
}
.footer__link-item + .footer__link-item {
	margin-left: 1em;
}

.footer__link {
	display: inline-block;
	text-decoration: underline;
	font-size: 10px;
	font-size: .625rem;

	text-underline-offset: 2px;
}
@media screen and (min-width: 768px) {
	.footer__link {
		font-size: .75rem;
	}
}

.footer__copyright {
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
	font-size: 9px;
	font-size: .5625rem;
}
@media screen and (min-width: 768px) {
	.footer__copyright {
		margin-top: .625rem;
		font-size: max(10px, .75rem);
	}
}

.fv {
	overflow: hidden;
	margin-top: 55px;
	background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
	.fv {
		margin-top: 90px;
	}
}

.fv__bg-box {
	position: relative;
	z-index: 10;
}
.fv__img {
	width: 100%;
	height: auto;
}

.fv__bg-box--small {
	position: absolute;
	bottom: clamp(-120px, 114.496px - 30.53vw, 0px);
	bottom: clamp(-7.5rem, 7.156rem - 30.53vw, 0rem);
	left: 0;
	z-index: -1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.fv__bg-box--small {
		display: none;
	}
}

.fv__bg-box--large {
	display: none;
}
@media screen and (min-width: 768px) {
	.fv__bg-box--large {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 100;
		z-index: -1;
		display: block;
		width: 100%;
		height: 100%;
	}
}
.fv__bg-img {
	width: 100%;
	height: 70%;

	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (min-width: 768px) {
	.fv__bg-img {
		width: 100%;
		height: 100%;
	}
}
.fv__btn-box {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background: linear-gradient(to top, #fff 0 20px, transparent 20px 100%);
}
@media screen and (min-width: 768px) {
	.fv__btn-box {
		background: linear-gradient(to top, #fff 0 20px, #f5f5f5 20px 100%);
	}
}

.fv__btn-box02 {
	padding: 28px 18px;
	padding: 1.75rem 1.125rem;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	        box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
	.fv__btn-box02 {
		padding: 2.75rem 1.125rem;
	}
}

.fv__btn-text {
	display: block;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.fv__btn-text {
		font-size: 1.625rem;
	}
}

.fv__btn-wrapper {
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
	.fv__btn-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 1.875rem;

		gap: 5.3125rem;
	}
}

.fv__btn {
	margin-right: auto;
	margin-left: auto;
	max-width: 395px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.fv__btn {
		margin-right: 0;
		margin-right: initial;
		margin-left: 0;
		margin-left: initial;
	}
}
.fv__btn + .fv__btn {
	margin-top: 24px;
	margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
	.fv__btn + .fv__btn {
		margin-top: 0;
	}
}

.header {
	position: fixed;
	top: 0;
	z-index: 100;
	padding: 2px 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	        box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
	.header {
		padding: 0;
		height: auto;
	}
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (min-width: 768px) {
	.header__inner {
		padding: 20px 0 10px;
	}
}

.header__logo-box {
	margin-top: 6px;
	height: 44px;
}
@media screen and (min-width: 768px) {
	.header__logo-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 0;
		margin-left: 10px;
		height: 66px;
	}
}

.header__logo-link {
	display: block;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.header__logo-link {
		padding: 0;
	}
}

.header__logo {
	width: auto;
	height: 100%;
}

.header__text {
	display: none;
}
@media screen and (min-width: 768px) {
	.header__text {
		display: block;
		margin-top: 16px;
		margin-left: 20px;
		color: #333;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: .12em;
	}
}

.header__btn {
	display: block;
	padding: 10px 19px;
	border-radius: 5px;
	background-color: #1857bc;
	color: #fff;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1.45;
}
@media screen and (min-width: 768px) {
	.header__btn {
		padding: 15px 45px;
		border-radius: 10px;
		font-size: 1.25rem;
	}
	.header__btn:hover {
		background-color: #5a86cd;
	}
}

.inner {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.inner {
		padding-right: 25px;
		padding-left: 25px;
		max-width: 1050px;
	}
}

.logo {
	position: relative;
	z-index: 20;
	margin-top: -2px;
	padding: 14px 0;
	background-color: #fff;
}

.logo__img {
	width: auto;
}

.logo {
	opacity: 0;
}

.logo.loaded {
	opacity: 1;
}
.logo.loaded .text_scroll {
	-webkit-animation: scroll 90s linear infinite;
	        animation: scroll 90s linear infinite;
}
.logo.loaded .text_scroll_reverse {
	-webkit-animation: scroll 90s linear infinite;
	        animation: scroll 90s linear infinite;
	animation-direction: reverse !important;
}
.logo.loaded .slider_parent {
	position: relative;
	overflow: hidden;
}
.logo.loaded .slider_parent + .slider_parent {
	margin-top: 24px;
	margin-top: 1.5rem;
}
.logo.loaded .slider_parent .slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.logo.loaded .logos {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.logo.loaded .slider_parent ul li {
	margin-right: 24px;
	margin-right: 1.5rem;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.logo.loaded .slider_parent ul li {
	display: inline-block;
}
.logo.loaded .slider_parent ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
}
.logo.loaded .slider_parent ul li > a img {
	-webkit-transition: .4s;
	        transition: .4s;
}
.logo.loaded .slider_parent ul li > a img {
	max-width: 100% !important;
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}

@media screen and (min-width: 768px) {
	.logo .slider_parent ul li {
		margin-right: 32px;
		margin-left: 32px;
	}
	.logo .slider_parent ul li img {
		width: auto;
		height: 50px;
	}
	.logo .text_scroll {
		-webkit-animation: scroll 90s linear infinite;
		        animation: scroll 90s linear infinite;
	}
}
.sec {
	padding: 60px 0;
	padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
	.sec {
		padding: 5rem 0 6.25rem;
	}
}

.sec__sub-title {
	display: block;
	color: #df3943;
	text-align: center;
	font-family: "Onest", serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	line-height: 1.46;
}
@media screen and (min-width: 768px) {
	.sec__sub-title {
		font-size: 1.25rem;
	}
}

.sec__title {
	margin-top: 14px;
	margin-top: .875rem;
	color: #333;
	text-align: center;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.45;
}
@media screen and (min-width: 768px) {
	.sec__title {
		margin-top: 1rem;
		font-size: 2.5rem;
		font-weight: bold;
	}
}

.strength-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 20px 0;
	padding: 1.25rem 0;
	border-radius: 10px;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.strength-bottom {
		-webkit-box-align: center;
		align-items: center;
		-ms-flex-align: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		    flex-direction: row;
		padding: 1.5rem 2.5rem;

		gap: 1rem;
	}
}

.strength-bottom__text-box {
	display: contents;
}
@media screen and (min-width: 768px) {
	.strength-bottom__text-box {
		display: block;
	}
}

.strength-bottom__title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 0 20px;
	padding: 0 1.25rem;
	color: #333;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.29;
}
@media screen and (min-width: 768px) {
	.strength-bottom__title {
		padding: 0;
		text-align: left;
		font-size: 1.75rem;
	}
}
@media screen and (min-width: 1024px) {
	.strength-bottom__title {
		font-size: 1.875rem;
	}
}

.strength-bottom__text {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	color: #333;
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal;
	letter-spacing: .1em;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.strength-bottom__text {
		margin-top: 1.25rem;
		padding: 0;
		font-size: 1rem;
	}
}

.strength-bottom__img-box {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 14px;
	margin-top: .875rem;
	padding: 0 15px;
	padding: 0 .9375rem;
}
@media screen and (min-width: 768px) {
	.strength-bottom__img-box {
		margin-top: 0;
		padding: 0;
		min-width: 25rem;
	}
}

.strength-bottom__img {
	height: auto;
	border-radius: 10px;

	aspect-ratio: 305/194;
	-o-object-fit: cover;
	   object-fit: cover;
}

.strength-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 16px;
	padding: 1.25rem 1rem;
	border-radius: 10px;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.strength-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		    flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 1.875rem 1.25rem;

		gap: 0;
	}
}

.strength-item01 {
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.strength-item01 {
		gap: 0;
	}
}

.strength-item02 {
	gap: 16px;
}
@media screen and (min-width: 768px) {
	.strength-item02 {
		gap: 0;
	}
}

.strength-item__text {
	display: block;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.71;
}
@media screen and (min-width: 768px) {
	.strength-item__text {
		font-size: 1.125rem;
		line-height: 1.29;
	}
}
@media screen and (min-width: 1024px) {
	.strength-item__text {
		font-size: 1.25rem;
	}
}
.strength-item__text .strong {
	display: inline-block;
	color: #df3943;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.strength-item__text .strong {
		font-size: 1.875rem;
	}
}

.strength-item__text2 {
	display: block;
	padding: 0 20px;
	padding: 0 1.25rem;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.31;
}
@media screen and (min-width: 768px) {
	.strength-item__text2 {
		padding: 0;
		font-size: 1.25rem;
		line-height: 1.29;
	}
}
.strength-item__text2 .strong {
	display: inline-block;
	color: #df3943;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.strength-item__text2 .strong {
		font-size: 2.0625rem;
		letter-spacing: -.01em;
		line-height: 1.2em;
	}
}

.strength-item__text3 {
	display: block;
	padding: 0 20px;
	padding: 0 1.25rem;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.71;
}
@media screen and (min-width: 768px) {
	.strength-item__text3 {
		padding: 0;
		font-size: 1.25rem;
		line-height: 1.29;
	}
}
.strength-item__text3 .strong {
	display: inline-block;
	color: #df3943;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.strength-item__text3 .strong {
		font-size: 1.875rem;
	}
}

.strength-item__img-box {
	max-width: 21.3333333333vw;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.strength-item__img-box {
		max-width: 170px;
	}
}

.strength {
	padding: 60px 0;
	background-color: #df3943;
}
@media screen and (min-width: 768px) {
	.strength {
		padding: 80px 0 100px;
	}
}

.strength__sub-title {
	display: block;
	color: #fff;
	text-align: center;
	font-family: "Onest", serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.strength__sub-title {
		font-size: 1.25rem;
	}
}

.strength__title {
	display: block;
	margin-top: 14px;
	margin-top: .875rem;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.45;
}
@media screen and (min-width: 768px) {
	.strength__title {
		margin-top: .625rem;
		font-size: 2.5rem;
		font-weight: bold;
	}
}

.strength__3-point {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
	.strength__3-point {
		margin-top: 4.375rem;
	}
}

@media screen and (min-width: 768px) {
	.strength__list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;

		gap: 3.125rem;
	}
}

.strength__item + .strength__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.strength__item + .strength__item {
		margin-top: 0;
	}
}

.strength__bottom {
	margin-top: 30px;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.strength__bottom {
		margin-top: 3.75rem;
	}
}

.test {
	background-color: #111;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.voice-item {
	border-radius: 10px;
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .17);
	        box-shadow: 0 0 14px rgba(0, 0, 0, .17);
}

.voice-item__header {
	padding: 13px;
	padding: .8125rem;
	border-radius: 10px 10px 0 0;
	background-color: #df3943;
	color: #fff;
	text-align: center;
}

.voice-item__body {
	padding: 18px 20px 20px;
	padding: 1.125rem 1.25rem 1.25rem;
}

.voice-item__img {
	border-radius: 10px;
}

.voice-item__history {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.voice-item__history-item {
	display: inline-block;
	padding: 8px 32px;
	padding: .5rem 2rem;
	min-width: 115px;
	border-radius: 4px;
	background-color: #e9e9e9;
	text-align: center;
	font-size: max(10px, 12px);
	font-size: max(10px, .75rem);
}
@media screen and (min-width: 768px) {
	.voice-item__history-item {
		padding: .5rem 1.5rem;
		min-width: 80px;
	}
}
@media screen and (min-width: 1024px) {
	.voice-item__history-item {
		padding: .5rem 1.875rem;
		min-width: 115px;
	}
}

.voice-item__icon-box {
	display: inline-block;
	width: 24px;
	width: 1.5rem;
}

.voice-item__text {
	margin-top: 18px;
	margin-top: 1.125rem;
	color: #333;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.voice-item__text {
		color: #000;
		font-size: max(11px, .75rem);
		line-height: 1.7;
	}
}

.voice__review-item + .voice__review-item {
	margin-top: 30px;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.voice__review-item + .voice__review-item {
		margin-top: 0;
	}
}

.voice-review-item {
	padding: 15px;
	padding: .9375rem;
	border: 1.5px solid #d1d1d1;
	border-radius: 5px;
}

.voice-review-item__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	gap: 4px;
}

.voice-review-item__icon-box {
	width: 40px;
	width: 2.5rem;
}

.voice-review-item__title {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
}

.voice-review-item__star-box {
	width: 86px;
	width: 5.375rem;
}

.voice-review-item__body {
	margin-top: 10px;
	margin-top: .625rem;
}

.voice-review-item__text {
	font-size: max(10px, 12px);
	font-size: max(10px, .75rem);
	line-height: 1.75;
}
@media screen and (min-width: 768px) {
	.voice-review-item__text {
		line-height: 1.7;
	}
}

.voice__list01 {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
	.voice__list01 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		margin-top: 4.125rem;

		gap: 2rem;
	}
}

.voice__item + .voice__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.voice__item + .voice__item {
		margin-top: 0;
	}
}

.voice__text {
	margin-top: 60px;
	margin-top: 3.75rem;
	color: #333;
	text-align: center;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.45;
}
@media screen and (min-width: 768px) {
	.voice__text {
		font-size: 1.875rem;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1.5;
	}
}

.voice__text--strong {
	font-size: 28px;
	font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
	.voice__text--strong {
		font-size: 1.875rem;
	}
}

.voice__review-list {
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	        box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
	.voice__review-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 3.5rem 4.375rem;

		gap: 2.75rem;
	}
}

.inline-block {
	display: inline-block;
}

.bg-red {
	background-color: #df3943;
}

.text-white {
	color: #fff;
}

.text-bold {
	font-weight: bold;
}

.lh170 {
	line-height: 1.7;
}

.lh130 {
	line-height: 1.3;
}
