body {
	color: #2b2b2b;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック体", 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 */

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

.current-item{
	font-weight: 600;
}



.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border: none;
}

.wpcf7-spinner{
	display: none;
}

.plan__free-buttons {
	margin-top: 1.25rem;
	text-align: center;
}

.plan__free-button-comment {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5071428571;
	padding-bottom: 0.5rem;
}

.plan__free-button-text {
	align-items: center;
	background-color: #F6A000;
	border: solid 0.0625rem #fff;
	border-radius: 0.4375rem;
	box-shadow: 0 0rem 1.875rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 0.90625rem 0rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 21.25rem;
	will-change: transform;
}

.plan__free-button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.plan__margin{
	margin-top: 2.5rem;
}

.wp-block-embed__wrapper{
	text-align: center;
}












.top-knowledge {
	margin-top: 2.5rem;
}

.top-line {
	margin-top: 2.5rem;
}

.top-media {
	margin-top: 2.625rem;
	padding-bottom: 3.75rem;
}

.top-sub-contact {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.top-sub-plan {
	padding-top: 2.5rem;
}

.top-sub-price {
	margin-top: 2.5rem;
}

.top-sub-service-knowledge {
	margin-top: 7.75rem;
}

.top-sub-service-piece {
	margin-top: 2.5rem;
}

.top-sub-service-plan {
	margin-top: 2.5rem;
}

.top-sub-service-ranking {
	margin-top: 1.25rem;
}

.top-sub-service-voice {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.top-sub-service-worries {
	margin-top: 1.25rem;
}

.top-sub-support {
	margin-top: 2.5rem;
	padding-bottom: 5rem;
}

.top-thanks {
	padding: 2.5rem 0 5rem;
}

.top-voice {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.accordion {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	padding: 1.5rem;
	width: 100%;
}

.accordion__item {
	background-color: #fff;
	border: solid 1px #0CCA41;
	border-radius: 0.625rem;
	box-shadow: 0 0 4.625rem 0 rgba(12, 202, 65, 0.2);
	padding: 0.9375rem 0.9375rem 0.9375rem 0.75rem;
}

.accordion__item + .accordion__item {
	margin-top: 1.25rem;
}

.accordion__title {
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	padding: 0;
	position: relative;
	text-align: left;
	transition: color 0.3s ease;
	width: 100%;
}

.accordion__title::after {
	background-color: #0CCA41;
	bottom: -0.5rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.4s ease;
	width: 100%;
}

.accordion__title:hover {
	color: #0CCA41;
}

.accordion__title:hover::after {
	transform: scaleX(1);
}

.accordion__title:hover .accordion__bar {
	background-color: #0CCA41;
}

.accordion__box {
	display: flex;
	flex: 1;
	gap: 0.625rem;
}

.accordion__label {
	position: relative;
	top: -0.1875rem;
}

.accordion__label img {
	height: 1.71875rem;
	width: 1.71875rem;
}

.accordion__question {
	flex: 1;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: left;
}

.accordion__icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 0.76875rem;
	justify-content: center;
	position: relative;
	top: 0.1875rem;
	width: 0.76875rem;
}

.accordion__bar {
	background-color: #000;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center;
	transition: transform 0.3s ease, background-color 0.3s ease;
	width: 0.75rem;
}

.accordion__bar--vertical {
	transform: translate(-50%, -50%) rotate(0deg);
}

.accordion__bar--horizontal {
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__item.is-open .accordion__bar--vertical {
	transform: translate(-50%, -50%) rotate(45deg);
}

.accordion__item.is-open .accordion__bar--horizontal {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.accordion__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.accordion__answer {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
	margin-top: 0.625rem;
	padding: 0 0.9375rem 0.75rem;
}

.accordion__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.breadcrumb {
	position: relative;
	z-index: 5;
}

.breadcrumb__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.breadcrumb__list {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
}

.breadcrumb__item {
	align-items: center;
	color: #d3d3d3;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4285714286;
}

.breadcrumb__item:not(:first-child)::before {
	background-color: #D1D1D1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.375rem;
	margin: 0 0.625rem;
	width: 0.375rem;
}

.breadcrumb__link {
	-webkit-text-decoration: none;
	color: #000;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
}

.breadcrumb__link--color {
	color: #D1D1D1;
}

.button__text {
	align-items: center;
	background-color: #fff;
	border: solid 0.125rem #EBEBEB;
	color: #2b2b2b;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 1.0625rem 0 1rem;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 89.015%;
	z-index: 0;
}

.button__text::before {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: -100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	transition: left 0.6s ease;
	width: 50%;
	z-index: 1;
}

.button__text:hover::before {
	left: 130%;
}

.button__text:hover {
	box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.08);
	transform: translateY(-0.0625rem);
}

.button__text span,
.button__text .button__text {
	position: relative;
	z-index: 2;
}

.company {
	padding-bottom: 5rem;
	padding-top: 1.1875rem;
}

.company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.53125rem;
}

.company__content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.company__dl {
	border-bottom: solid 1px #AFAFAF;
	display: flex;
	padding-bottom: 1.1875rem;
}

.company__dl dt {
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4375;
	width: 6.25rem;
}

.company__dl dd {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4375;
	max-width: 15rem;
	width: 100%;
}

.company__job + .company__job {
	margin-top: 0.375rem;
}

.company__map {
	aspect-ratio: 341/301;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.company__map iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.sub-service-consultation {
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	color: #fff;
	padding: 1.875rem 0 1.5625rem;
	text-align: center;
}

.sub-service-consultation__star {
	height: 1.1875rem;
	margin-left: auto;
	margin-right: auto;
	width: 5.625rem;
}

.sub-service-consultation__satisfaction {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.sub-service-consultation__satisfaction span {
	color: #EAFF00;
	font-size: 3.5rem;
	margin-left: 0.5625rem;
}

.sub-service-consultation__title {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5333333333;
	margin-top: 1.6875rem;
}

.sub-service-consultation__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-consultation__content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
	text-align: left;
}

.sub-service-consultation__dl {
	align-items: flex-start;
	border-bottom: solid 1px #fff;
	display: flex;
	padding-bottom: 1.25rem;
}

.sub-service-consultation__dl dt {
	font-family: "Inter", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.35;
	max-width: 2.6875rem;
	width: 100%;
}

.sub-service-consultation__box-title {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.sub-service-consultation__box-text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.contact__list {
	display: flex;
	flex-direction: column;
}

.contact__item {
	width: 100%;
}

.contact__image-wrapper {
	position: relative;
	width: 100%;
}

.contact__title {
	color: #fff;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 1.1875rem rgba(0, 0, 0, 0.76);
	top: 50%;
	transform: translate(-50%, -50%);
}

.contact__title-en {
	display: block;
	font-family: "Inter", sans-serif;
	font-size: 0.5625rem;
	font-weight: 500;
	line-height: 1.2222222222;
	text-transform: uppercase;
}

.contact__title-jp {
	display: block;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
}

.contact__link {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.contact__img {
	overflow: hidden;
	position: relative;
}

.contact__img::after {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 0.4s ease;
	width: 100%;
}

.contact__img img {
	-o-object-fit: cover;
	aspect-ratio: 390/162;
	height: auto;
	object-fit: cover;
	transition: transform 0.5s ease;
	width: 100%;
}

.footer {
	background: linear-gradient(45deg, #4CA964 0%, #168388 100%);
	padding: 2.5rem 0 1rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.footer__nav {
	text-align: center;
}

.footer__item + .footer__item {
	margin-top: 2.5rem;
}

.footer__link {
	-webkit-text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.3333333333;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer__link::after {
	background-color: rgba(255, 255, 255, 0.6);
	bottom: -0.25rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.4s ease;
	width: 100%;
}

.footer__link:hover::after {
	transform: scaleX(1);
}

.footer__logo {
	height: 6.9375rem;
	margin: 2.8125rem auto 0;
	width: 12.625rem;
}

.footer__copyright {
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2142857143;
	margin-top: 1rem;
	text-align: center;
}

.form-confirm__list {
	width: 100%;
}

.form-confirm__item {
	display: flex;
	flex-direction: column;
}

.form-confirm__item + .form-confirm__item {
	margin-top: 1.25rem;
}

.form-confirm__label {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 2.6666666667;
}

.form-confirm__value {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 2;
	text-align: left;
}

.form__group {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.form__group + .form__group {
	margin-top: 0.6875rem;
}

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

.form__group--purpose{
	padding-bottom: 0.6875rem;
}

.form__label {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 2.6666666667;
}

.form__required {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	background-clip: text;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 3.3333333333;
	margin-left: 0.625rem;
}

.form__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.form-category__text {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #4BA965;
	border-radius: 2.25rem;
	color: #4BA965;
	cursor: pointer;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.5625rem 0 0.5rem;
	transition: all 0.3s ease;
	width: 7.4375rem;
}

.form-category__text--active {
    background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
    color: #fff;
}

.form-category__text:hover {
    opacity: 0.8;
}

.form__input-wrap {
	flex: 1;
}

.form__input {
	height: 2.625rem;
}

.form__input,
.form__textarea {
	background-color: #f4f4f4;
	border: none;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.6;
	padding: 0.5rem 1.25rem;
	width: 100%;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
	color: #A7A7A7;
}

.form__input::placeholder,
.form__textarea::placeholder {
	color: #A7A7A7;
}

.form__textarea {
	height: 19.25rem;
	resize: vertical;
}

.form__submit {
	margin-top: 2.5rem;
	text-align: center;
}

.form__button {
	align-items: center;
	background: linear-gradient(to right, #1C8784, #4BA965);
	border: none;
	border-radius: 3.75rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 5rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 1.15rem 0rem 1.35rem;
	position: relative;
	transition: background-color 0.3s ease;
	width: 18.75rem;
}

.form__button::after {
	color: inherit;
	content: "›";
	font-family: inherit;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1;
	margin-left: 0;
	position: relative;
	top: -0.225rem;
	transition: transform 0.3s ease;
}

.form__button:hover {
	opacity: 0.9;
}

.form__button:hover::after {
	transform: translateX(0.25rem);
}

.fv-pc {
	background-image: url("../images/common/fv-pc-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fv-pc__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 78.5rem;
	padding: 0 1.25rem;
	position: relative;
}

.fv-pc__human {
	height: 40.9375rem;
	position: absolute;
	right: -2%;
	top: -12%;
	width: 28.0625rem;
}

.fv-pc__human img {
	-o-object-fit: cover;
	aspect-ratio: 449/655;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-pc {
	padding: 4.4375rem 0 2.875rem;
}

.fv-pc__content {
	position: relative;
}

.fv-pc__comment {
	height: 3.375rem;
	left: 0%;
	position: absolute;
	top: -8%;
	width: 8.75rem;
}

.fv-pc__title {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #0CCA41 0%, #56B4D3 100%);
	background-clip: text;
	display: inline-block;
	display: inline-flex;
	flex-direction: column;
	font-family: "Inter", sans-serif;
	margin-left: 0.3125rem;
}

.fv-pc__title-top {
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1;
}

.fv-pc__title-top-font {
	font-size: 4.6875rem;
}

.dots-letter {
	margin-right: 0.6875rem;
}

.dots {
	background-image: radial-gradient(circle at center, #0CCA41 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 0.4em; /* 縦方向の位置調整 */
}

.fv-pc__title-bottom {
	font-size: 3.0625rem;
	font-weight: 700;
	line-height: 1;
}

.fv-pc__title-bottom span {
	font-size: 4.3125rem;
	margin-left: -1.625rem;
}

.fv-pc__flex {
	align-items: flex-end;
	display: flex;
	gap: 2.5rem;
	max-width: 47.9375rem;
}

.fv-pc__wrapper {
	max-width: 30.875rem;
}

.fv-pc__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625rem;
	margin-top: 2.5rem;
}

.fv-pc__item {
	margin: 0;
	max-width: calc(33.3333% - 1.0416666667rem);
	width: 100%;
}

.fv-pc__item img {
	-o-object-fit: cover;
	aspect-ratio: 147/147;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-pc__buttons {
	margin-top: 3.125rem;
	text-align: center;
}

.fv-pc__buttons-comment {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.4117647059;
	padding-bottom: 0.1875rem;
}

.fv-pc__buttons-human {
	height: 1rem;
	width: 1rem;
}

.fv-pc__button-text {
	align-items: center;
	background-color: #F6A000;
	border: solid 0.125rem #fff;
	border-radius: 5.125rem;
	box-shadow: 0 0 20px -4px #5A5A5A;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 1.3125rem;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 1.25rem 0;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 24.1875rem;
	will-change: transform;
}

.fv-pc__buttons-arrow {
	height: 1.5rem;
	width: 0.75rem;
}

.fv-pc__box {
	animation: fvBoxZoom 2s ease-in-out infinite;
	display: inline-block;
	text-align: center;
	transform-origin: center center; /* ←これが足りてなかった */
}

.fv-pc__book {
	height: 9.6875rem;
	margin: 0.5625rem auto 0;
	width: 14.5625rem;
}

.fv-pc__box-text {
	color: #15B144;
	font-family: "Inter", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.fv-pc__box-text-number {
	color: #F6A000;
	font-size: 2.34375rem;
}

.fv-pc__box-text-color {
	color: #F6A000;
	font-size: 1.65625rem;
}

.fv-sp {
	background-image: url("../images/common/fv-sp-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv-sp__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.5625rem;
	overflow: hidden;
	padding: 2.375rem 1.5625rem 10.375rem;
	position: relative;
}

.fv-sp__human {
	bottom: 0.2%;
	height: 35.5rem;
	position: absolute;
	right: -32%;
	width: 26.3125rem;
	z-index: 10;
}

.fv-sp__human img {
	-o-object-fit: cover;
	aspect-ratio: 421/568;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-sp__content {
	position: relative;
}

.fv-sp__comment {
	height: 2.75rem;
	left: -1%;
	position: absolute;
	top: -8%;
	width: 6.9375rem;
}

.fv-sp__title {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to right, #0CCA41 0%, #56B4D3 100%);
	background-clip: text;
	display: inline-block;
	display: inline-flex;
	flex-direction: column;
	font-family: "Inter", sans-serif;
	margin-top: 1.25rem;
}

.fv-sp__title-top {
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1;
}

.fv-sp__title-top-font {
	font-size: 3.25rem;
	letter-spacing: 0.07em;
}

.dots-letter-sp {
	margin-right: 0.5rem;
}

.dots {
	background-image: radial-gradient(circle at center, #0CCA41 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 0.4em; /* 縦方向の位置調整 */
}

.fv-sp__title-bottom {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0.375rem;
}

.fv-sp__title-bottom span {
	font-size: 3rem;
	margin-left: -1.5rem;
}

.fv-sp__list {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.fv-sp__item {
	margin: 0;
	max-width: calc(33.3333% - 0.4166666667rem);
	width: 100%;
}

.fv-sp__item img {
	-o-object-fit: cover;
	aspect-ratio: 103/103;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv-sp__box {
	animation: fvBoxZoom 2s ease-in-out infinite;
	display: inline-block;
	margin-top: 1.25rem;
	text-align: center;
	transform-origin: center center; /* ←これが足りてなかった */
}

.fv-sp__book {
	margin: 0.40625rem auto 0;
	width: 93.25%;
}

.fv-sp__box-text {
	color: #15B144;
	font-family: "Inter", sans-serif;
	font-size: 0.90625rem;
	font-weight: 700;
	line-height: 1.2;
}

.fv-sp__box-text-number {
	color: #F6A000;
	font-size: 1.675rem;
}

.fv-sp__box-text-color {
	color: #F6A000;
	font-size: 1.1875rem;
}

.fv-pc__buttons {
	margin-top: 6.3125rem;
	position: relative;
	text-align: center;
	z-index: 11;
}

.fv-pc__buttons-comment {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.4666666667;
	padding-bottom: 0.1875rem;
	text-shadow: 0 0rem 0.5rem rgb(0, 0, 0);
}

.fv-pc__buttons-human {
	height: 0.8875rem;
	width: 0.8875rem;
}

.fv-pc__button-text {
	align-items: center;
	background-color: #F6A000;
	border: solid 0.0625rem #fff;
	border-radius: 5.125rem;
	box-shadow: 0 0 20px -4px #5A5A5A;
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 1.15625rem;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding: 1.21875rem 0;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 21.4375rem;
	will-change: transform;
}

.fv-pc__buttons-arrow {
	height: 1.3125rem;
	width: 0.625rem;
}

.fv {
	margin-top: 3.75rem;
	overflow: hidden;
}


.header__hamburger {
	display: inline-block;
	padding: 0;
	text-align: right;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

.header__hamburger.is-open {
	background: none;
	background-color: #fff;
	height: 2.5rem;
	margin: 0;
	position: fixed;
	right: 1rem;
	top: 1rem;
	width: 2.5rem;
	z-index: 9999;
}

.header__hamburger span {
	background-color: #0CCA41;
	display: block;
	height: 0.125rem;
	position: relative;
	text-align: right;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.header__hamburger.is-open span {
	background-color: #0CCA41;
	height: 0.125rem;
}

.header__hamburger span:nth-child(1) {
	top: 0;
	width: 1.75rem;
}

.header__hamburger span:nth-child(2) {
	margin: 0.375rem 0;
	width: 1.75rem;
}

.header__hamburger span:nth-child(3) {
	top: 0;
	width: 1.75rem;
}

.header__hamburger.is-open span:nth-child(1) {
	top: 0.3rem;
	transform: rotate(42deg);
	width: 2rem;
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
	width: 2rem;
}

.header__hamburger.is-open span:nth-child(3) {
	top: -0.7rem;
	transform: rotate(-42deg);
	width: 2rem;
}

.header {
	background-color: #fff;
	left: 0;
	overflow: hidden;
	padding-left: 1.25rem;
	padding-right: 1.3125rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: top 0.1s ease;
	z-index: 9999;
}

.header.is-fixed-shadow {
	box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.06);
	will-change: box-shadow;
}

.header__container {
	align-items: center;
	display: flex;
	height: inherit;
	height: 3.75rem;
	justify-content: space-between;
	position: relative;
	transition: background-color 0.3s ease;
}

.header__inner.is-scrolled {
	background-color: #fff;
}

.header__logo {
	height: 2.8125rem;
	position: relative;
	width: 5.125rem;
	z-index: 8000;
}

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

.knowledge {
	background-image: url("../images/common/knowledge-border-sp.webp");
	background-position: center calc(50% + 16rem);
	background-repeat: no-repeat;
	background-size: 100% 71.125rem;
}

.knowledge__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.knowledge__list {
	margin-top: 1.25rem;
}

.knowledge__item + .knowledge__item {
	margin-top: 1.25rem;
}

.knowledge__head {
	align-items: center;
	background: linear-gradient(135deg, #1C8784 0%, #4BA965 100%);
	color: #fff;
	display: flex;
	gap: 0.5625rem;
	padding: 0.375rem 0 0.375rem 0.5rem;
	width: 21.25rem;
}

.knowledge__head--third {
	align-items: flex-start;
	padding: 0.3125rem 0 0.3125rem 0.5rem;
}

.knowledge__head-number {
	font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.knowledge__head-title {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
}

.knowledge__content {
	margin-top: 1.25rem;
}

.knowledge__img {
	margin-left: auto;
	margin-right: auto;
	width: 92.65%;
}

.knowledge__img img {
	-o-object-fit: cover;
	aspect-ratio: 315/176;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.company-info__wrapper {
	margin-top: 1.25rem;
}

.company-info__dl {
	color: #000;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 2;
	padding: 0 0.625rem;
}

.line {
	background: linear-gradient(135deg, #1C8784 0%, #4BA965 100%);
	overflow: hidden;
	padding-top: 1.9375rem;
	position: relative;
}

.line::before {
	animation: line-shine 3s ease-in-out infinite;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: -100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	width: 200%;
	z-index: 0;
}

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

.line__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.line__content {
	display: flex;
	flex-direction: column-reverse;
}

.line__img {
	margin-top: 1.25rem;
}

.line__img img {
	-o-object-fit: cover;
	aspect-ratio: 390/298;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.line__sentence {
	color: #fff;
	padding: 0 1.5625rem;
}

.line__head {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5454545455;
}

.line__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.125;
	margin-top: 0.625rem;
}

.line__buttons {
	margin-top: 0.53125rem;
	text-align: center;
}

.line__comment {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5071428571;
	padding-bottom: 0.46875rem;
}

.line__button-text {
	align-items: center;
	background-color: #F6A000;
	border: solid 0.0625rem #fff;
	border-radius: 0.4375rem;
	box-shadow: 0 0 1.921875rem 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.5;
	overflow: hidden;
	padding: 0.84375rem 0rem;
	position: relative;
	transition: box-shadow 0.4s ease, transform 0.3s ease, background-color 0.4s ease;
	width: 100%;
	will-change: transform;
}

.line__button-text::after {
	background: rgba(255, 255, 255, 0.1);
	border-radius: inherit;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
}

.media__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.625rem;
}

.media__content {
	margin-top: 2.625rem;
}

.media__img img {
	-o-object-fit: cover;
	aspect-ratio: 338/191;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.media__wrapper {
	margin-top: 2.5rem;
}

.media__logo {
	margin-left: auto;
	margin-right: auto;
	width: 78.995%;
}

.media__logo img {
	-o-object-fit: cover;
	aspect-ratio: 267/100;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.media__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.125;
	margin-top: 2.5rem;
}

.money {
	background-image: url("../images/common/money-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 4.0625rem 0 2.9375rem;
}

.money__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.3125rem;
}

.money__head {
	background: linear-gradient(to top right, #1C8784 0%, #4BA965 100%);
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 0 0.4375rem;
	position: relative;
	text-align: center;
	width: 20rem;
}

.money__comment {
	height: 2.9375rem;
	left: -6%;
	position: absolute;
	top: -84%;
	width: 7.0625rem;
}

.money__title {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.money__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 1.25rem;
	text-align: center;
}

.money__item {
	background-color: #fff;
	border-radius: 0.38125rem;
	box-shadow: 0 0 0.925rem 0 rgba(12, 202, 65, 0.3);
	margin: 0;
	max-width: calc(50% - 0.625rem);
	padding-top: 1.1875rem;
	width: 100%;
}

.money__detail {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.73125rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.7948717949;
}

.money__text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.4625rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.6621621622;
	margin-top: 0.5375rem;
}

.money__img {
	margin-top: 2.625rem;
}

.money__img img {
	-o-object-fit: cover;
	aspect-ratio: 148/140;
	border-radius: 0rem 0rem 0.38125rem 0.38125rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.money__buttons {
	margin-top: 2.5rem;
	text-align: center;
}

.pc-nav__content {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	position: relative;
	z-index: 1000;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	padding: 0 min(2.45vw, 1.25rem);
}

.pc-nav__ja {
	-webkit-text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.pc-nav__ja::after {
	background-color: #2b2b2b;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.pc-nav__item:hover .pc-nav__ja::after {
	width: 100%;
}

.pc-nav__buttons {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.pc-nav__banner-box {
	align-items: center;
	background-color: #f6a000;
	border: solid 1px #fff;
	border-radius: 0.3125rem;
	box-shadow: 0 0rem 0.25rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.5;
	overflow: hidden;
	padding: 0.5625rem 0;
	position: relative;
	transition: transform 0.4s ease;
	width: 9.1875rem;
	z-index: 0;
}

.pc-nav__banner-box:after {
	background: rgba(255, 255, 255, 0.2);
	bottom: -100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transition: bottom 0.4s ease;
	width: 100%;
	z-index: -1;
}

.pc-nav__banner-box:hover {
	transform: translateY(-0.0625rem);
}

.pc-nav__banner-box:hover:after {
	bottom: 0;
}

.pc-nav__banner-box--line {
	background-color: #fff;
	color: #2b2b2b;
}

.pc-nav__banner-box--line:after {
	background: rgba(0, 0, 0, 0.05);
}

.pc-nav__banner-text {
	color: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-align: center;
	z-index: 1;
}

.pc-nav__banner-text--line {
	color: inherit;
}

.plan-table {
	margin: 1.25rem auto 0;
	max-width: 67.5rem;
	overflow-x: scroll;
	padding-right: 0.8125rem;
	width: calc(100% + 0.8125rem);
}

.plan-table__img {
	border-collapse: collapse;
	width: 67.5rem;
}

.plan-table__img img {
	-o-object-fit: cover;
	aspect-ratio: 1080/617;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.plan {
	background-color: rgba(12, 202, 65, 0.1);
	padding: 2.5rem 0 2.8125rem;
}

.plan__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.8125rem;
}

.plan__table {
	margin-top: 1.25rem;
}

.plan__buttons {
	margin-top: 2.5rem;
	text-align: center;
}

.privacy {
	color: #292929;
	padding: 2.5rem 0 5rem;
}

.privacy__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.privacy_head {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 2.25;
}

.privacy__list {
	margin-top: 1.25rem;
}

.privacy__item + .privacy__item {
	margin-top: 1.25rem;
}

.privacy__title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 2.25;
}

.privacy__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.875;
}

.privacy__text + .privacy__text {
	margin-top: 1.875rem;
}

.scroll-hint-icon {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	box-sizing: border-box;
	height: auto;
	left: calc(50% - 70px);
	opacity: 0;
	padding: 20px 10px 10px 10px;
	position: absolute;
	text-align: center;
	top: calc(50% - 25px);
	transition: opacity 0.3s;
	width: 140px;
}

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

.section-head__title {
	display: flex;
	flex-direction: column;
}

.section-head__title-en {
	color: #0CCA41;
	font-family: "Inter", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2222222222;
	text-transform: uppercase;
}

.section-head__title-en--white {
	color: #fff;
}

.section-head__title--center{
	text-align: center;
	margin-top: 2.5rem;
}

.section-head__title-jp {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.section-head__title-jp span {
	font-size: 1rem;
}

.section-head__title-jp--white {
	color: #fff;
}

.section-head__text {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.8333333333;
	margin-top: 0.25rem;
}

.section-head__text--white {
	color: #fff;
}

.service {
	background: linear-gradient(135deg, #4BA965 0%, #1C8784 100%);
	overflow: hidden;
	padding: 2.5rem 0 6.3125rem;
}

.service__bg {
	position: relative;
}

.service__bg::before {
	background-image: url("../images/common/service-logo-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -23%;
	content: "";
	height: 8.875rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
	width: 17.9375rem;
	z-index: 0;
}

.service__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.65625rem;
}

.service__video {
	margin-top: 1.25rem;
	position: relative;
	z-index: 10;
}

.service__video iframe {
	-o-object-fit: cover;
	aspect-ratio: 337/183;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-voice {
	color: #292929;
	padding: 2.5rem 0 5rem;
}

.single-voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.single-voice__container {
	margin-top: 1.25rem;
}

.single-voice__container figure img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.single-voice__container p {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	line-height: 1.875;
	margin-top: 2.5rem;
}

.header__sp-nav {
	padding-top: 3.75rem;
	text-align: center;
}

.header__sp-nav.is-scrolled {
	padding-top: 5rem;
}

.sp-nav {
	background-color: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0rem;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 100%;
	z-index: 8888;
}

.sp-nav.is-open {
	transform: translateX(0);
}

.sp-nav__content {
	height: 100%;
	overflow-y: auto;
	padding: 1.25rem 0.8125rem 2.5rem 0.8125rem;
	width: 100%;
}

.sp-nav__content {
	box-sizing: border-box;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 2.4375rem;
}

.sp-nav__ja {
	color: #000;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.sp-nav__buttons {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.875rem;
	text-align: center;
}

.sp-nav__banner-box {
	align-items: center;
	background-color: #f6a000;
	border: solid 1px #fff;
	border-radius: 0.3125rem;
	box-shadow: 0 0rem 0.25rem rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 1.25rem 0rem;
	position: relative;
	transition: transform 0.4s ease;
	width: 19.25rem;
	z-index: 0;
}

.sp-nav__banner-box--line {
	background-color: #fff;
	color: #2b2b2b;
}

.sp-nav__banner-text {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.3636363636;
	position: relative;
	text-align: center;
	z-index: 1;
}

.sp-nav__banner-text--line {
	color: inherit;
}

.sub-common {
	margin-top: 4.375rem;
}

.sub-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-plan__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-plan__tabs {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	justify-content: center;
	text-align: center;
}

.sub-plan__tab {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: solid 0.0625rem #4BA965;
	border-radius: 0.25rem;
	color: #4BA965;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 2.4285714286;
	padding: 0.4375rem 0;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
	width: 74.5%;
}

.sub-plan__tab:hover {
	background-color: #4BA965;
	box-shadow: 0 0.25rem 0.875rem rgba(75, 169, 101, 0.25);
	color: #fff;
	transform: translateY(-0.125rem);
}

.sub-plan__list {
	margin-top: 2.5rem;
}

.sub-plan__item + .sub-plan__item {
	margin-top: 2.5rem;
}

.sub-plan__title {
	border-bottom: solid 2px #4BA965;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	padding-bottom: 0.125rem;
}

.sub-plan__table {
	margin: 2.1875rem auto 0;
	max-width: 33.75rem;
	overflow-x: scroll;
	padding-right: 1.5625rem;
	width: calc(100% + 1.5625rem);
}

.sub-plan__img {
	border-collapse: collapse;
	width: 33.75rem;
}

.sub-plan__img img {
	-o-object-fit: cover;
	aspect-ratio: 540/210;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-plan__remarks {
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.sub-plan__loan {
	margin-top: 1.25rem;
}

.sub-plan__wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.25rem;
}

.sub-plan__month {
	background-color: #4BA965;
	color: #fff;
	display: inline-block;
	font-size: 0.65625rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.3523809524;
	padding: 0.40625rem 1.15625rem;
}

.sub-plan__price {
	font-family: "Inter", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.1931818182;
}

.sub-plan__loan-table {
	margin: 1.25rem auto 0;
	max-width: 29.6875rem;
	overflow-x: scroll;
	padding-right: 1.5625rem;
	width: calc(100% + 1.5625rem);
}

.sub-plan__loan-img {
	border-collapse: collapse;
	width: 29.6875rem;
}

.sub-plan__loan-img img {
	-o-object-fit: cover;
	aspect-ratio: 475/213;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-plan__loan-remarks {
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.9375rem;
	text-align: right;
}

#three,
#six,
#nine {
	scroll-margin-top: 6.25rem;
}

.sub-price-card {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.sub-price-card__item {
	background-color: #fff;
	border: solid 3px #0CCA41;
	border-radius: 0.625rem;
	box-shadow: 0 0 88px 10px rgba(202, 202, 202, 0.2);
	width: 100%;
}

.sub-price-card__head {
	background-color: #0CCA41;
	padding: 0.6875rem 0 0.625rem;
	text-align: center;
}

.sub-price-card__head-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.sub-price-card__content {
	padding: 1.25rem 0 1.9375rem;
}

.sub-price-card__plan {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
}

.sub-price-card__price {
	margin-top: 0.625rem;
	padding: 0 1.875rem 0 1.4375rem;
}

.sub-price-card__remarks,
.sub-price-card__tax {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.8333333333;
}

.sub-price-card__tax {
	text-align: right;
}

.sub-price-card__en {
	font-family: "Inter", sans-serif;
	font-size: 2.75rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.2045454545;
	text-align: center;
}

.sub-price-card__en span {
	font-size: 2.125rem;
}

.sub-price-card__border {
	border-bottom: solid 2px #0CCA41;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.625rem;
	width: 15.0625rem;
}

.sub-price-card__bulk {
	margin-top: 0.625rem;
	padding-left: 1.4375rem;
}

.sub-price-card__bulk-remarks {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.8333333333;
}

.sub-price-card__bulk-box {
	align-items: center;
	display: flex;
	justify-content: center;
}

.sub-price-card__bulk-en {
	font-family: "Inter", sans-serif;
	font-size: 1.3875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.2162162162;
	width: 7.875rem;
}

.sub-price-card__bulk-en-mark {
	font-family: "Inter", sans-serif;
	font-size: 1.06875rem;
}

.sub-price-card__bulk-month {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック体", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	margin-left: 0.4375rem;
}

.sub-price-card__box {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
	margin-top: 1.9375rem;
	padding: 0 1.625rem;
}

.sub-price-card__box-text {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.sub-price-card__buttons {
	margin-top: 1.25rem;
	text-align: center;
}

.sub-price-card__button-text {
    align-items: center;
    background-color: #0CCA41;
    border: solid 0.0625rem #17F054;
    border-radius: 5rem;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.08em;
    line-height: 2.4285714286;
    margin-left: auto;
    margin-right: auto;
    padding: 0.375rem 0rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
    width: 82%;
    will-change: transform, box-shadow, background-color;
    text-align: center;

    &:hover {
        transform: translateY(-0.125rem) scale(1.02);
        box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.15);
        background-color: #0ab837;
    }
}


.sub-price__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.34375rem;
}

.sub-service-anxiety {
	background: linear-gradient(to bottom, #424242 0%, #626262 100%);
	padding-top: 2.0625rem;
}

.sub-service-anxiety__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.46875rem;
}

.sub-service-anxiety__text {
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.sub-service-anxiety__text-top {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.sub-service-anxiety__text-bottom {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.sub-service-anxiety__box {
	margin-top: 1.25rem;
	text-align: center;
}

.sub-service-anxiety__box-right {
	text-align: center;
}

.sub-service-anxiety__box + .sub-service-anxiety__box {
	margin-top: 1.25rem;
}

.sub-service-anxiety__box-text {
	background-color: #fff;
	color: #626262;
	font-size: 1.4375rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5217391304;
	padding: 0.39375rem 0;
}

.sub-service-anxiety__human img {
	height: 14.875rem;
	margin-left: auto;
	margin-right: auto;
	width: 15.3125rem;
}

.sub-service-faq {
	background: linear-gradient(45deg, #168388 0%, #4CA964 100%);
	padding: 2.5rem 0 1.75rem;
}

.sub-service-faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-faq__list {
	margin-top: 1.25rem;
}

.sub-service-head {
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	color: #fff;
	padding: 1.9375rem 0 2.625rem;
	text-align: center;
}

.sub-service-head__title {
	display: flex;
	flex-direction: column;
}

.sub-service-head__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.sub-service-head__title-top,
.sub-service-head__title-bottom {
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.sub-service-head__title-center {
	color: #FFEE00;
	font-size: 1.53125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.5102040816;
}

.sub-service-head__title-center span {
	font-family: "Inter", sans-serif;
	font-size: 2.5rem;
}

.sub-service-piece__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.3125rem;
	position: relative;
}

.sub-service-piece__human {
	bottom: -44%;
	height: 17.6875rem;
	position: absolute;
	right: 1%;
	width: 11.875rem;
}

.sub-service-piece__content {
	max-width: 10.9375rem;
	text-align: center;
}

.sub-service-piece__tab {
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 0.40625rem;
}

.sub-service-piece__sentence {
	margin-top: 0.625rem;
}

.sub-service-piece__top {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.484375;
}

.sub-service-piece__top span {
	color: #4BA965;
}

.sub-service-piece__center {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.sub-service-piece__center span {
	color: #F6A000;
}

.sub-service-piece__bottom {
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-top: 0.125rem;
}

.sub-service-piece__bottom span {
	font-size: 1.175rem;
}

.sub-service-plan {
	background-color: rgba(12, 202, 65, 0.1);
}

.sub-service-plan__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-plan__list {
	margin-top: 1.25rem;
	padding: 0 0.78125rem;
}

.sub-service-plan__remarks {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.8333333333;
	margin-top: 1.25rem;
}

.sub-service-plan__table {
	margin-top: 1.25rem;
}

.sub-service-plan__buttons {
	margin-top: 2.5rem;
	text-align: center;
}

.sub-service-ranking {
	text-align: center;
}

.sub-service-ranking__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-service-ranking__title {
	color: #208A82;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.sub-service-ranking__tab {
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	border-radius: 4.375rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 0.875rem 1.5rem;
	text-align: center;
}

.sub-service-ranking__content {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 2.5rem;
}

.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(2),
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(3),
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(5) {
	align-items: flex-start;
}

.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(2) dd,
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(3) dd,
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(5) dd {
	position: relative;
	top: 0.15625rem;
}

.sub-service-ranking__dl {
	align-items: center;
	border-bottom: solid 1px #CACACA;
	display: flex;
	gap: 0.54375rem;
	padding-bottom: 0.625rem;
}

.sub-service-ranking__dl dt {
	align-items: center;
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-family: "Inter", sans-serif;
	font-size: 0.70625rem;
	font-weight: 600;
	height: 1.5625rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1.2123893805;
	max-width: 1.5625rem;
	padding-top: 0.1125rem;
	text-align: center;
	width: 100%;
}

.sub-service-ranking__dl--color dt {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	background-color: #D9D9D9;
}

.sub-service-ranking__dl dd {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: left;
}

.sub-service-ranking__dl span {
	color: #F6A000;
}

.sub-service-voice {
	background-color: rgba(12, 202, 65, 0.1);
}

.sub-service-voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-left: 4.3125rem;
}

.sub-service-voice__content {
	box-shadow: 0 0 4.625rem 0 rgba(12, 202, 65, 0.2);
	margin-top: 2.5rem;
}

.sub-service-worries {
	background-color: #F2F2F2;
	padding: 1.25rem 0 2.25rem;
	text-align: center;
}

.sub-service-worries__top,
.sub-service-worries__center {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.sub-service-worries__center {
	margin-top: 1.8125rem;
}

.sub-service-worries__bottom {
	background-color: #FFE100;
	display: inline-block;
	font-size: 1.09375rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4857142857;
	margin-top: 1.25rem;
	padding: 0.1875rem 0.58125rem;
}

.sub-support {
	color: #fff;
	padding: 2.5rem 0 5rem;
	text-align: center;
}

.sub-support__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sub-support__container {
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	border-radius: 1.25rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.35);
	padding: 1.25rem 1.78125rem 1.5rem;
}

.sub-support__title {
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.sub-support__title-bottom {
	margin-top: 1.25rem;
}

.sub-support__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 1.25rem;
}

.sub-support__item {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 1.25rem 0 1.5rem;
	width: 100%;
}

.sub-support__head {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(45deg, #1C8784 0%, #4BA965 100%);
	background-clip: text;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.sub-support__img {
	margin: 2.25rem auto 0;
	width: 66.444%;
}

.sub-support__img img {
	-o-object-fit: cover;
	aspect-ratio: 194/110;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-support__img--map {
	margin: 1.25rem auto 0;
	width: 63.02%;
}

.sub-support__img--map img {
	-o-object-fit: cover;
	aspect-ratio: 184/126;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-support__img--test {
	margin: 0.8125rem auto 0;
	width: 27%;
}

.sub-support__img--test img {
	-o-object-fit: cover;
	aspect-ratio: 79/161;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-support__text {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.sub-title {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.sub-title__en {
	color: rgba(12, 202, 65, 0.1);
	font-family: "Inter", sans-serif;
	font-size: 4.5rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.2083333333;
	text-transform: uppercase;
}

.sub-title__jp {
	color: #0CCA41;
	font-size: 1.5rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.08em;
	line-height: 1.5;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: -moz-max-content;
	width: max-content;
}

.sub-user-voice {
	background-color: #fff;
	border: solid 1px #0CCA41;
	min-height: 28.75rem;
	padding: 0.875rem 1.0625rem 1.875rem;
}

.sub-user-voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 208/123;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-user-voice__name {
	color: #000;
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.4;
	margin-top: 0.5625rem;
}

.sub-user-voice__text {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 2;
	margin-top: 0.375rem;
}

.sub-voice {
	color: #292929;
	padding: 2.5rem 0 5rem;
}

.sub-voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 2.1875rem;
}

.sub-voice__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.sub-voice__item {
	background-color: #fff;
	border-radius: 1.875rem;
	box-shadow: 0 0 60px rgba(12, 202, 65, 0.17);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.sub-voice__item a {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow: hidden;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.sub-voice__item a:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(-0.375rem);
}

.sub-voice__item a .sub-voice__img img {
	transition: transform 0.5s ease;
}

.sub-voice__item a:hover .sub-voice__img img {
	transform: scale(1.05);
}

.sub-voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/180;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-voice__sentence {
	padding: 0.5rem 1.125rem 2.0625rem;
}

.sub-voice__title {
	color: #292929;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.sub-voice__text {
	color: #292929;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6666666667;
	margin-top: 0.625rem;
}

.sub-voice__pagenavi {
	margin-top: 2.5rem;
}

.thanks__text {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: center;
}

.thanks__buttons {
	margin-top: 2.5rem;
	text-align: center;
}

/* .voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
} */

.voice__content {
	margin-top: 2.5rem;
}

.voice-swiper__button-prev,
.voice-swiper__button-next {
	display: none;
}

.voice-swiper__pagination {
	display: none;
}

/* .voice-swiper__slide {
	border: solid 1px #0CCA41;
} */

.voice__img {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
}

.voice__img::before {
	background-color: rgba(0, 0, 0, 0);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background-color 0.35s ease;
	width: 100%;
	z-index: 1;
}

.voice__img::after {
	background-color: rgba(255, 0, 0, 0.88);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6.5 5v14l11-7z'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	border-radius: 0.375rem;
	bottom: 0;
	content: '';
	height: 2.625rem;
	left: 0;
	margin: auto;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1);
	transition: transform 0.3s ease;
	width: 4.25rem;
	z-index: 2;
}

.voice-swiper__slide a:hover .voice__img::before {
	background-color: rgba(0, 0, 0, 0.5);
}

.voice-swiper__slide a:hover .voice__img::after {
	transform: scale(1.18);
}

.voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 341/192;
	display: block;
	height: auto;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
	will-change: transform;
}

.voice-swiper__slide a:hover .voice__img img {
	transform: scale(1.05);
}

.voice__sentence {
	margin-top: 0.625rem;
}

.voice__subtitle {
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.6;
	min-height: 2rem;
}

.voice__text {
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.4;
	margin-top: 0.625rem;
}

.why {
	background-image: url("../images/common/why-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.875rem 0 15.8125rem;
}

.why__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.875rem;
	position: relative;
}

.why__inner::before {
	background-image: url("../images/common/why-human.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -588%;
	content: "";
	height: 15rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
	width: 14.375rem;
	z-index: 1;
}

.why__title {
	background-color: #fff;
	color: #626262;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.55;
	padding: 0.375rem 1.4375rem;
	text-align: center;
	width: 100%;
}

.works-swiper {
	position: relative;
}

.works-swiper__button-prev,
.works-swiper__button-next {
	border-radius: 50%;
	bottom: 8rem;
	cursor: pointer;
	height: 2.1875rem;
	position: absolute;
	transform: translateY(-50%);
	width: 2.1875rem;
	z-index: 10;
}

.works-swiper__button-prev {
	left: 13%;
}

.works-swiper__button-next {
	right: 13%;
}

.works-swiper__button-prev::after,
.works-swiper__button-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.works-swiper__button-prev::after {
	background-image: url("../images/common/works-slider-prev.svg");
}

.works-swiper__button-next::after {
	background-image: url("../images/common/works-slider-next.svg");
}

.works-swiper__pagination {
	display: none;
}

.work {
	background-image: url("../images/common/work-bg-sp.webp");
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: 100% 43.75rem;
	padding: 2.5rem 0;
}

.work__inner {
	margin-left: auto;
	margin-right: auto;
}

.work__container {
	margin-top: 1.875rem;
}

.work__content {
	box-shadow: 0 0 4.625rem 0 rgba(12, 202, 65, 0.2);
}

.work__item {
	background-color: #fff;
	border: solid 1px #0CCA41;
	box-shadow: 0 0 4.625rem 0 rgba(12, 202, 65, 0.2);
	padding: 0.9375rem 1.125rem 4.9375rem;
}

.work__img img {
	-o-object-fit: cover;
	aspect-ratio: 208/123;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.work__comment {
	color: #000;
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 2.4;
	margin-top: 0.5625rem;
	white-space: nowrap;
}

.work__text {
	color: #000;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 0.375rem;
}

.work__buttons {
	margin-top: 2.5rem;
	text-align: center;
}

.wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-pagenavi li {
	display: inline-block;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	border-radius: 0.5rem;
	display: inline-flex;
	font-family: "ud-shin-go-con80-pr6n", sans-serif;
	font-size: 1.375rem;
	font-weight: 300;
	height: 2.8125rem;
	justify-content: center;
	line-height: 1.3043478261;
	padding: 0.5rem 1rem;
	transition: 0.3s ease;
	width: 2.8125rem;
}

.wp-pagenavi span.current {
    background-color: #4BA965;
    color: #fff;
    border: none;
}

.wp-pagenavi span.current:hover {
    background-color: #4BA965;
    color: #fff;
}

.wp-pagenavi .is-active {
    background-color: #4BA965;
    color: #fff;
    border: none;
}


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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-knowledge {
	margin-top: 5rem;
}

.top-line {
	margin-top: 4.25rem;
}

.top-media {
	margin-top: 5rem;
	padding-bottom: 6.125rem;
}

.top-sub-contact {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
}

.top-sub-plan {
	padding-top: 5rem;
}

.top-sub-service-knowledge {
	margin-top: 6.4375rem;
}

.top-sub-service-piece {
	margin-top: 2.1875rem;
}

.top-sub-service-plan {
	margin-top: 5rem;
}

.top-sub-service-ranking {
	margin-top: 2.5rem;
}

.top-sub-service-voice {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.top-sub-service-worries {
	margin-top: 1.875rem;
}

.top-sub-support {
	margin-top: 5rem;
	padding-bottom: 6.25rem;
}

.top-voice {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.accordion {
	padding: 2.5rem;
}

.accordion__item {
	padding: 1.25rem 1.25rem 1.25rem 2rem;
}

.accordion__box {
	gap: 1.25rem;
}

.accordion__label img {
	height: 3.375rem;
	width: 3.375rem;
}

.accordion__question {
	font-size: 1.5rem;
	line-height: 2;
}

.accordion__icon {
	height: 1rem;
	top: 1rem;
	width: 1rem;
}

.accordion__bar {
	width: 1rem;
}

.accordion__answer {
	margin-top: 1.25rem;
	padding: 0;
}

.accordion__text {
	font-size: 1.25rem;
	line-height: 2.5;
}

.breadcrumb__inner {
	max-width: 76.875rem;
}

.breadcrumb__item:not(:first-child)::before {
	margin: 0 0.75rem;
}

.breadcrumb__link {
	font-size: 0.875rem;
	line-height: 1.5;
}

.button__text {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0.96875rem 0 0.90625rem;
	width: 25.125rem;
}

.company {
	padding-bottom: 6.25rem;
	padding-top: 5.625rem;
}

.company__inner {
	max-width: 51.875rem;
	padding: 0 1.5625rem;
}

.company__dl dd {
	max-width: 42.25rem;
}

.company__map {
	aspect-ratio: 676/301;
}

.sub-service-consultation {
	padding: 1.875rem 0 4.75rem;
}

.sub-service-consultation__satisfaction {
	font-size: 1.625rem;
	line-height: 1.5;
}

.sub-service-consultation__satisfaction span {
	font-size: 4.0625rem;
	margin-left: 0.875rem;
}

.sub-service-consultation__title {
	font-size: 2.125rem;
	line-height: 1.4166666667;
	margin-top: 2.25rem;
}

.sub-service-consultation__inner {
	max-width: 51.875rem;
}

.sub-service-consultation__dl {
	padding-bottom: 1.875rem;
}

.sub-service-consultation__dl dt {
	font-size: 2.75rem;
	line-height: 1;
	max-width: 5.9375rem;
}

.sub-service-consultation__box-title {
	font-size: 1.625rem;
	line-height: 1.5;
}

.sub-service-consultation__box-text {
	margin-top: 1.0625rem;
}

.contact__list {
	flex-direction: row;
	flex-wrap: wrap;
}

.contact__item {
	margin: 0;
	max-width: calc(50% - 0rem);
}

.contact__title-en {
	font-size: 1rem;
	line-height: 1.1875;
}

.contact__title-jp {
	font-size: 2.25rem;
	line-height: 1.5;
}

.contact__link:hover .contact__img::after {
	opacity: 0.4;
}

.contact__link:hover .contact__img img {
	transform: scale(1.05);
}

.contact__link:hover .contact__title {
	text-shadow: 0 0 1.375rem rgba(255, 255, 255, 0.8);
}

.contact__img img {
	aspect-ratio: 720/300;
}

.footer {
	padding: 2.375rem 0 1.8125rem;
}

.footer__inner {
	max-width: 75rem;
	padding: 0 1.5625rem;
}

.footer__content {
	align-items: center;
	display: flex;
}

.footer__wrapper {
	border-right: solid 1px #fff;
	padding-right: 3.6rem;
}

.footer__nav {
	padding-left: 4.8125rem;
}

.footer__list {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.footer__item + .footer__item {
	margin-top: 0rem;
}

.footer__link {
	font-size: 1rem;
	line-height: 1.5;
}

.footer__logo {
	margin: 0rem auto 0;
}

.footer__copyright {
	letter-spacing: 0.08em;
}

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

.form-confirm__item + .form-confirm__item {
	margin-top: 2.5rem;
}

.form-confirm__value {
	width: calc(100% - 14.375rem);
}

.form__group {
	align-items: center;
	flex-direction: row;
	gap: 1.5rem;
}

.form__group + .form__group {
	margin-top: 2.5rem;
}

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

.form__group--purpose{
	padding-bottom: 2.5rem;
}

.form__label {
	width: 12.4375rem;
}

.form__submit {
	margin-top: 5rem;
}

.fv-pc__title-bottom {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4;
}

.fv {
	margin-top: 4.375rem;
}

.fv__inner {
	max-width: 90.625rem;
	padding-left: 0.625rem;
}

.header__hamburger {
	display: none;
}

.header {
	padding-left: 4.5625rem;
	padding-right: 3.8125rem;
}

.header__container {
	height: 4.375rem;
}

.header__inner.is-scrolled {
	background-color: transparent;
}

.header__logo {
	height: 3.9375rem;
	width: 7.25rem;
}

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

.knowledge {
	background-image: url("../images/common/knowledge-border.webp");
	background-position: center calc(50% + 8.5rem);
	background-repeat: no-repeat;
	background-size: 100% 114.375rem;
}

.knowledge__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.knowledge__list {
	margin-top: 2.5rem;
}

.knowledge__item + .knowledge__item {
	margin-top: 2.5rem;
}

.knowledge__head {
	display: inline-block;
	padding: 0.46875rem 1.3125rem 0.46875rem 0.8125rem;
	width: auto;
	width: initial;
}

.knowledge__head--third {
	align-items: center;
}

.knowledge__head-number {
	font-size: 2.375rem;
	line-height: 1.3684210526;
}

.knowledge__head-title {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-left: 0.3125rem;
	position: relative;
	top: -0.21875rem;
}

.knowledge__content {
	align-items: center;
	display: flex;
	gap: 5.375rem;
	margin-top: 2.5rem;
}

.knowledge__img {
	margin-left: 1.3125rem;
	margin-right: 0;
	margin-right: initial;
	width: 43.39%;
}

.knowledge__img img {
	aspect-ratio: 512/288;
}

.company-info__wrapper {
	margin-top: 0rem;
	width: 45.424%;
}

.company-info__dl {
	line-height: 2.125;
	padding: 0;
}

.line {
	padding-top: 0rem;
}

.line__inner {
	max-width: 90rem;
}

.line__container {
	max-width: 81.625rem;
}

.line__content {
	align-items: center;
	flex-direction: row;
	gap: 1.4375rem;
}

.line__img {
	margin-top: 0rem;
	width: 48.46%;
}

.line__img img {
	aspect-ratio: 633/406;
}

.line__sentence {
	padding: 0;
	width: 49.77%;
}

.line__head {
	font-size: 1.625rem;
	line-height: 1.3076923077;
}

.line__text {
	margin-top: 1.25rem;
}

.line__buttons {
	margin-top: 2.5625rem;
}

.line__comment {
	font-size: 1.0625rem;
	line-height: 1.4117647059;
	padding-bottom: 0.625rem;
}

.line__button-text {
	border-radius: 3rem;
	font-size: 1.625rem;
	line-height: 1.4615384615;
	padding: 1.125rem 1.875rem;
	width: 24.1875rem;
}

.line__button-text:hover {
	background-color: #ffaa0b;
	box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.25);
	transform: translateY(-0.125rem) scale(1.02);
}

.line__button-text:hover::after {
	opacity: 1;
}

.line__button-text:active {
	box-shadow: inset 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
	transform: scale(0.98);
}

.media__inner {
	max-width: 74.875rem;
	padding: 0 1.5625rem;
}

.media__content {
	align-items: center;
	display: flex;
	gap: 5.4375rem;
	margin-top: 2.5rem;
}

.media__img {
	width: 44.86%;
}

.media__img img {
	aspect-ratio: 515/290;
}

.media__wrapper {
	margin-top: 0rem;
	width: 47.56%;
}

.media__logo {
	width: 48.905%;
}

.media__text {
	margin-top: 1.3125rem;
}

.money {
	background-image: url("../images/common/money-bg.webp");
	padding: 4.5625rem 0 4.1875rem;
}

.money__inner {
	max-width: 70.6875rem;
	padding: 0 1.5625rem;
}

.money__head {
	padding: 0.4375rem 2.5625rem 0.3125rem;
	width: 28.9375rem;
}

.money__comment {
	height: 3.6875rem;
	left: -13%;
	top: -65%;
	width: 8rem;
}

.money__title {
	font-size: 2rem;
	line-height: 1.5;
}

.money__list {
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.money__item {
	border-radius: 0.625rem;
	max-width: calc(25% - 1.875rem);
	padding-top: 1.9375rem;
}

.money__detail {
	font-size: 1.1875rem;
	line-height: 1.7894736842;
}

.money__text {
	font-size: 0.75rem;
	line-height: 1.6666666667;
	margin-top: 0.875rem;
}

.money__img {
	margin-top: 4.3125rem;
}

.money__img img {
	aspect-ratio: 240/192;
	border-radius: 0rem 0rem 0.625rem 0.625rem;
}

.money__buttons {
	margin-top: 5rem;
}

.plan-table {
	margin: 2.5rem auto 0;
	max-width: 100%;
	padding-right: 0rem;
	width: 100%;
}

.plan-table__img {
	height: 100%;
	width: 100%;
}

.plan-table__img img {
	aspect-ratio: 1080/617;
}

.plan {
	padding: 5rem 0;
}

.plan__inner {
	max-width: 73.375rem;
	padding: 0 1.5625rem;
}

.plan__table {
	margin-top: 2.5rem;
}


.privacy {
	padding: 5rem 0 6.25rem;
}

.privacy__inner {
	max-width: 64.375rem;
}

.privacy__title {
	font-size: 1.25rem;
	line-height: 1.8;
}

.privacy__text {
	margin-top: 0.625rem;
}

.section-head__title-jp {
	font-size: 2rem;
	line-height: 1.5;
}

.section-head__title-jp span {
	font-size: 1.25rem;
}

.section-head__text {
	font-size: 1rem;
	line-height: 2.125;
	margin-top: 0.5rem;
}

.service {
	padding: 2.5rem 0 4.5625rem;
}

.service__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
}

.service__bg::before {
	background-image: url("../images/common/service-logo.webp");
	height: 41.625rem;
	left: 50%;
	top: 53%;
	transform: translate(-50%, -50%);
	width: 89.75rem;
	z-index: 1;
}

.service__inner {
	max-width: 45.375rem;
	padding: 0;
}

.service__video {
	margin-top: 2.5rem;
}

.service__video iframe {
	aspect-ratio: 726/396;
}

.single-voice {
	padding: 5rem 0 6.25rem;
}

.single-voice__inner {
	max-width: 64.375rem;
}

.single-voice__container {
	margin-top: 2.5rem;
}


.single-voice__container p {
	line-height: 2.25;
}

.sp-nav {
	display: none;
}

.sub-common {
	margin-top: 6.875rem;
}

.sub-contact__inner {
	max-width: 46.875rem;
	padding: 0;
}

.sub-plan__inner {
	max-width: 64.375rem;
}

.sub-plan__tabs {
	flex-direction: row;
	gap: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 52.0625rem;
}

.sub-plan__tab {
	width: 100%;
}

.sub-plan__list {
	margin-top: 5rem;
}

.sub-plan__item + .sub-plan__item {
	margin-top: 5rem;
}

.sub-plan__title {
	border-bottom: solid 4px #4BA965;
	font-size: 1.5rem;
	line-height: 1.5;
	padding-bottom: 0.375rem;
}

.sub-plan__table {
	margin: 3.75rem auto 0;
	max-width: 100%;
	padding-right: 0rem;
	width: 100%;
}

.sub-plan__img {
	margin-left: auto;
	margin-right: auto;
	width: 89.796%;
}

.sub-plan__img img {
	aspect-ratio: 880/342;
}

.sub-plan__remarks {
	font-size: 0.75rem;
	left: 1.25rem;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0625rem;
	max-width: 57.5rem;
	position: relative;
}

.sub-plan__loan {
	margin-top: 5rem;
}

.sub-plan__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 55.4375rem;
}

.sub-plan__wrapper {
	margin-top: 3.75rem;
}

.sub-plan__month {
	font-size: 1rem;
	line-height: 1.3125;
	padding: 0.625rem 1.71875rem 0.59375rem;
}

.sub-plan__price {
	font-size: 1.625rem;
	line-height: 1.1923076923;
}

.sub-plan__loan-table {
	margin: 2rem auto 0;
	max-width: 100%;
	padding-right: 0rem;
	width: 100%;
}

.sub-plan__loan-img {
	margin-left: auto;
	margin-right: auto;
	width: 78.9%;
}

.sub-plan__loan-img img {
	aspect-ratio: 700/314;
}

.sub-plan__loan-remarks {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.4375rem;
}

.sub-price-card {
	flex-direction: row;
	flex-wrap: wrap;
}

.sub-price-card__item {
	margin: 0;
	max-width: calc(33.3333% - 1.6666666667rem);
}

.sub-price__inner {
	max-width: 67.1875rem;
	padding: 0 1.5625rem;
}

.sub-service-anxiety {
	padding-top: 1.75rem;
}

.sub-service-anxiety__inner {
	max-width: 66.625rem;
	padding: 0 1.5625rem;
}

.sub-service-anxiety__text-top {
	font-size: 1.25rem;
	line-height: 1.5;
}

.sub-service-anxiety__text-bottom {
	font-size: 2.125rem;
	line-height: 1.5;
	margin-top: 0.6875rem;
}

.sub-service-anxiety__box {
	margin-top: 2.5rem;
	text-align: left;
}

.sub-service-anxiety__box-right {
	text-align: right;
}

.sub-service-anxiety__box + .sub-service-anxiety__box {
	margin-top: 2.5rem;
}

.sub-service-anxiety__box-text {
	display: inline-block;
	font-size: 1.8125rem;
	line-height: 1.5172413793;
	padding: 0.5rem 1.6875rem;
}

.sub-service-anxiety__human img {
	left: 6.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.75rem;
	position: relative;
}

.sub-service-faq {
	padding: 2.5rem 0 5.1875rem;
}

.sub-service-faq__inner {
	max-width: 64.6875rem;
	padding: 0 1.5625rem;
}

.sub-service-faq__list {
	margin-top: 2.5rem;
}

.sub-service-head {
	padding: 2.5rem 0 3.3125rem;
}

.sub-service-head__text {
	margin-top: 1.875rem;
}

.sub-service-head__title-center {
	font-size: 2.875rem;
	line-height: 1.5;
}

.sub-service-head__title-center span {
	font-size: 4.75rem;
}

.sub-service-piece__inner {
	max-width: 55.75rem;
	padding: 0;
}

.sub-service-piece__human {
	bottom: -8%;
	height: 23.9375rem;
	right: 3%;
	width: 22.5rem;
}

.sub-service-piece__content {
	max-width: 30.125rem;
}

.sub-service-piece__tab {
	font-size: 2rem;
	line-height: 1.5;
	margin-left: auto;
	padding: 0.8125rem 0 0.75rem;
	width: 21.6875rem;
}

.sub-service-piece__sentence {
	margin-top: 3.375rem;
}

.sub-service-piece__top {
	font-size: 1.75rem;
	line-height: 1.5;
}

.sub-service-piece__center {
	font-size: 3rem;
	line-height: 1.5;
}

.sub-service-piece__bottom {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-top: 0.625rem;
	white-space: nowrap;
}

.sub-service-piece__bottom span {
	font-size: 1.75rem;
	margin-top: 0rem;
}

.sub-service-plan {
	padding-top: 4.1875rem;
}

.sub-service-plan__inner {
	max-width: 73.375rem;
}

.sub-service-plan__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.125rem;
	max-width: 67.1875rem;
	padding: 0 1.5625rem;
}

.sub-service-plan__remarks {
	margin-left: 4.375rem;
}

.sub-service-plan__buttons {
	margin-top: 5rem;
}

.sub-service-ranking__inner {
	max-width: 58.125rem;
}

.sub-service-ranking__title {
	font-size: 2.125rem;
	line-height: 1.5;
}

.sub-service-ranking__tab {
	border-radius: 8.75rem;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding: 0.9375rem 10.875rem 1rem;
}

.sub-service-ranking__content {
	gap: 1.25rem;
}

.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(2),
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(3),
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(5) {
	align-items: center;
}

.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(2) dd,
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(3) dd,
.sub-service-ranking__content .sub-service-ranking__dl:nth-of-type(5) dd {
	top: 0;
}

.sub-service-ranking__dl {
	border-bottom: solid 1px #CACACA;
	gap: 1.25rem;
	padding-bottom: 1.25rem;
}

.sub-service-ranking__dl dt {
	font-size: 1.5rem;
	height: 3.375rem;
	line-height: 1.2083333333;
	max-width: 3.375rem;
	padding-top: 0rem;
}

.sub-service-ranking__dl dd {
	font-size: 1.5rem;
	line-height: 1.5;
}

.sub-service-voice__inner {
	max-width: 71.625rem;
	padding: 0 1.5625rem;
}

.sub-service-voice__content {
	margin-top: 3.1875rem;
}

.sub-service-worries {
	padding: 1.875rem 0 2.5625rem;
}

.sub-service-worries__top,
.sub-service-worries__center {
	font-size: 1.75rem;
	line-height: 1.5;
}

.sub-service-worries__center {
	margin-top: 1.25rem;
}

.sub-service-worries__bottom {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-top: 2.1875rem;
	padding: 0.3125rem 0.9375rem 0.25rem 1rem;
}

.sub-support__inner {
	max-width: 65.1875rem;
}

.sub-support__container {
	padding: 2.5rem 3.75rem 2.6875rem;
}

.sub-support__title {
	font-size: 2rem;
	line-height: 1.5;
}

.sub-support__list {
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 51.9375rem;
}

.sub-support__item {
	margin: 0;
	max-width: calc(33.3333% - 1.25rem);
}

.sub-support__text {
	font-size: 1.1875rem;
	line-height: 1.5263157895;
	margin-top: 2.5rem;
}

.sub-title__en {
	font-size: 9.5rem;
	line-height: 1.2105263158;
}

.sub-title__jp {
	font-size: 2.75rem;
}

.sub-voice {
	padding: 5rem 0 6.25rem;
}

.sub-voice__inner {
	max-width: 72.25rem;
	padding: 0 1.5625rem;
}

.sub-voice__list {
	gap: 5rem 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.sub-voice__img img {
	aspect-ratio: 341/180;
}

.sub-voice__sentence {
	padding: 1.25rem 1.8125rem 2rem;
}

.sub-voice__pagenavi {
	margin-top: 5.625rem;
}

.thanks__text {
	font-size: 1.625rem;
}

.thanks__buttons {
	margin-top: 5rem;
}

/* .voice__inner {
	max-width: 84.375rem;
	padding: 0 1.5625rem;
} */

.voice__content {
	margin-top: 3.1875rem;
}

.why {
	background-image: url("../images/common/why-bg.webp");
	padding: 4.375rem 0;
}

.why__inner {
	max-width: 54.25rem;
	padding: 0;
}

.why__inner::before {
	bottom: auto;
	bottom: initial;
	height: 15rem;
	left: 76%;
	top: 18%;
	transform: translate(-50%, -50%);
	width: 14.375rem;
}

.why__title {
	font-size: 1.8125rem;
	line-height: 1.5172413793;
	padding: 0.5rem 0;
	width: 28.9375rem;
}

.work {
	background-image: url("../images/common/work-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 5rem 0 6.25rem;
}

.work__inner {
	max-width: 71.625rem;
	padding: 0 1.5625rem;
}

.work__container {
	margin-top: 2.5rem;
}

.work__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.work__item {
	margin: 0;
	max-width: calc(25% - 1.875rem);
	width: 100%;
}

.work__buttons {
	margin-top: 5rem;
}










.plan__free-buttons {
	margin-top: 2.5rem;
}


.sub-voice__text {
	color: #292929;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6666666667;
	margin-top: 1.5rem;
}







}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

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

.fv-pc__title-bottom {
	font-size: 2.65rem;
}

}

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

	.fv-pc__comment {
		left: -3%;
		top: -8%;
	}
	
	}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}



@keyframes fvBoxZoom {

	0%,100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.05);
	}
	
	}
	
	@keyframes fvBoxZoom {
	
	0%,100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.05);
	}
	
	}

@keyframes line-shine {

0% {
	left: -100%;
	opacity: 0;
}

10% {
	opacity: 1;
}

50% {
	left: 0%;
	opacity: 0.8;
}

90% {
	opacity: 0;
}

100% {
	left: 100%;
	opacity: 0;
}

}