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

.u-mobile {
	display: none;
}

.u-mobile-1210 {
	display: none;
}

/* 小型スマホ (iPhone SE, Pixel 4) */

/* 一般的なスマホ (iPhone 14, Pixel 7) */

/* タブレット (iPad, Galaxy Tab) */

/* タブレット (iPad, Galaxy Tab) */

/* ノートPC (MacBook, Surface) */

/* 大型モニター・4Kディスプレイ */

html {
	font-size: 16px;
}

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

img {
	display: block;
	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;
}

.accordion__container {
	margin: 0 auto;
	max-width: 46.25rem;
	width: 100%;
}

.accordion__content {
	border-radius: 1.25rem;
}

.accordion__item {
	background-color: #000;
	border-radius: 0.625rem;
	color: #fff;
	margin-bottom: 1.25rem;
	overflow: hidden;
	transition: 0.3s;
}

.accordion__title-object,
.accordion__title-text {
	color: #333;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
}

.accordion__title-text {
	margin-right: auto;
	padding-left: 1em;
}

.accordion__title {
	align-items: baseline;
	background-color: #FDEA74;
	border-radius: 6px 6px 0 0;
	color: #000;
	cursor: pointer;
	display: flex;
	font-weight: bold;
	padding: 1.3125rem 3.125rem 1.25rem 1.25rem;
	position: relative;
}

.accordion__title::before,
.accordion__title::after {
	background-color: #000;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 1.3125rem;
	top: 50%;
	width: 1.125rem;
}

.accordion__title::before {
	transform: rotate(90deg);
	transition: 0.2s;
}

.accordion__title.is-open::before {
	transform: rotate(180deg);
}

.accordion__text-object,
.accordion__title-text {
	color: #000;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.75;
}

.accordion__content {
	display: none;
	padding: 1.3125rem;
}

.accordion__text {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.75;
	padding-left: 2em;
	text-indent: -2em;
}

.blog-article__wrap {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 auto;
	max-width: 960px;
	padding: 3rem 1.5rem;
}

.blog-article__header {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}

.blog-article__title {
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.blog-article__date {
	color: #999;
	font-size: 0.875rem;
}

.blog-article__content {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem; /* 18px */
	line-height: 1.8;
}

.blog-article__content img {
	-o-object-fit: contain;
	aspect-ratio: auto;
	display: block;
	height: auto;
	margin: 2rem auto;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.blog-article__content p {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

.blog-article__content p + p {
	margin-top: 1.5em;
}

.blog-article__content h2 {
	background-color: #f8e167;
	border-left: 5px solid #f8e167; /* メインイエロー */
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 3rem 0 1.5rem;
	padding: 1em;
}

.blog-article__content h3 {
	border-left: 5px solid #f8e167;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	font-weight: 700;
	margin: 3rem 0 1.5rem;
	padding-left: 0.6em;
}

.blog-article__content h4 {
	border-bottom: 1px dashed #ccc;
	color: #444;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 2rem 0 0.75rem;
	padding-bottom: 0.4rem;
}

.blog-article__content ul,
.blog-article__content ol {
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 1.5rem;
	margin-left: 1.5em;
}

.blog-article__nav {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}

.blog-article__prev,
.blog-article__next {
	color: #007acc;
	font-size: 0.95rem;
}

.blog-article__prev a,
.blog-article__next a {
	text-decoration: none;
}

.blog-article__prev a:hover,
.blog-article__next a:hover {
	text-decoration: underline;
}

.blog-article__wrap .blog-article__content p {
	font-size: 1.125rem;
}

.blog-article__content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.blog-article__content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.blog-article__content li {
	margin-bottom: 0.5em;
}

.blog-article__content a {
	text-decoration: underline;
}

.blog-article__content a {
	color: #007acc;
	text-decoration: underline;
}

.blog-article__content a:hover {
	opacity: 0.8;
}

.blog-list__inner {
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 1.5rem;
}

.blog-list__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-list__item {
	gap: 2rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
}

.blog-list__link {
	gap: 2rem;
	color: inherit;
	display: flex;
	flex-direction: row;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.blog-list__media {
	flex: 0 0 200px;
}

.blog-list__img {
	height: auto;
	width: 100%;
}

.blog-list__img-el {
	-o-object-fit: cover;
	aspect-ratio: 280/180;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.blog-list__body {
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	min-width: 0;
}

.blog-list__time {
	color: #666;
	font-size: 0.875rem;
}

.blog-list__title-text {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.blog-list__text {
	color: #333;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.blog-mv__header--yellow {
	-o-object-fit: cover;
	background-color: #FFEB86;
	height: 100%;
	max-height: 26.25rem;
	object-fit: cover;
	padding: 60px 0;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
	text-align: center;
}

.blog-mv__lead-text {
	color: #444;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 2rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	text-align: center;
}

body.home main {
	margin-top: 50px !important;
}

.breadcrumb {
	max-width: 40rem;
}

.breadcrumb__wrapper {
	margin-top: 0.75rem;
}

.breadcrumb__list {
	display: inline;
}

.breadcrumb__list:after {
	color: #6B6B6B;
	content: "/";
	margin-left: 2px;
	margin-right: 2px;
	top: 0;
}

.breadcrumb__list:last-child:after {
	color: #333;
	content: "";
}

.breadcrumb__list a {
	color: #028CD7;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.0625em;
}

.btn-pageTop {
	align-items: center;
	background: #333;
	border-radius: 50%; /* 丸い背景 */
	bottom: 2.5rem;
	display: flex;
	height: 3.75rem;
	justify-content: center;
	position: fixed;
	right: 1.875rem;
	transition: background-color 0.3s ease-in-out;
	width: 3.75rem; /* ボタンのサイズを大きめに */
	z-index: 999;
}

.btn-pageTop:hover {
	background-color: #222; /* ホバー時の色変更 */
}

.btn-pageTop.is-hidden {
	opacity: 0;
	pointer-events: none; /* クリック無効 */
}

/* 🌟 ボタンの中の矢印 */

.btn-pageTop::before {
	border-right: 3px solid #fff; /* 矢印の右ライン */
	border-top: 3px solid #fff; /* 矢印の上ライン */
	content: "";
	height: 0.875rem; /* 矢印の高さ */
	position: absolute;
	transform: rotate(-45deg); /* 上向きの矢印 */
	width: 0.875rem; /* 矢印の横幅 */
}

/* 🌟 モバイル対応 */

.btn-pageTop {
	transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* 🌟 ゆっくりフェードイン */
}

.btn-pageTop.is-hidden {
	opacity: 0;
	pointer-events: none; /* クリック無効 */
}

.btn {
	background: transparent;
	border: 2px solid #333;
	color: #333;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 18.75rem;
	padding-bottom: 1.4375rem;
	padding-left: 5.125rem;
	padding-right: 6.875rem;
	padding-top: 1.4375rem;
	position: relative;
	text-align: center;
	transition: 0.4s;
	white-space: nowrap;
	width: 100%;
}

.btn--thanks {
	padding-bottom: 1.4375rem;
	padding-left: 3.625rem;
	padding-right: 4.875rem;
	padding-top: 1.4375rem;
	position: relative;
	z-index: 3;
}

.btn:hover {
	background: #000;
	color: #fff;
	transition: 0.4s;
}

.arrow_s {
	display: inline-block;
	position: relative;
}

.arrow_s:before {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	bottom: 0;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: 3.375rem;
	top: 0;
	width: 0;
}

.arrow_s::before:hover {
	background: #000;
	color: #fff;
	transition: 0.4s;
}

.arrow_s:hover::before {
	border-color: transparent transparent transparent #fff;
	transition: 0.4s;
}

.arrow_s--thanks {
	display: inline-block;
	position: relative;
}

.arrow_s--thanks:before {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	bottom: 0;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: 2.75rem;
	top: 0;
	width: 0;
}

.arrow_s--thanks::before:hover {
	background: #000;
	color: #fff;
	transition: 0.4s;
}

.arrow_s--thanks:hover::before {
	border-color: transparent transparent transparent #fff;
	transition: 0.4s;
}

.career {
	padding-bottom: 90px;
	position: relative;
}

.career__bg {
	display: flex;
	padding-bottom: 120px;
	padding-top: 164px;
	position: relative;
}

.career__bg::before {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; /* 必要に応じて調整 */ /* 必要に応じて調整 */ /* 背景色を変更 */ /* 文字色を変更 */ /* 他の要素に隠れないようにするため */
	background: #E3EFF1;
	background-clip: text;
	color: transparent;
	content: "profile";
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 274px;
	font-size: clamp(9.375rem, -5.263rem + 22.87vw, 14.75rem);
	font-size: clamp(8.125rem, -9.918rem + 28.19vw, 14.75rem);
	font-size: clamp(13.75rem, 3.083rem + 13.33vw, 14.75rem);
	font-weight: bold;
	letter-spacing: 0;
	line-height: -1;
	margin-left: auto;
	text-align: right;
	text-orientation: sideways;
	text-transform: uppercase;
	transform: rotate(180deg);
	writing-mode: vertical-lr;
}

.career__bg::after {
	background: #f1f3f4;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	width: 81.7708333333%;
	z-index: -2;
}

.career__items {
	left: 34%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.career__item {
	display: flex;
	margin-left: 10%;
	margin-right: 20%;
	max-width: 68.75rem;
	width: 100%;
}

.career__item + .career__item {
	margin-top: 58px;
}

.career__img {
	box-shadow: 13px 20px 30px #9BB3CD;
	flex-shrink: 0;
	height: auto;
	max-width: 432px;
	width: 100%;
}

.career__img img {
	aspect-ratio: 432/334;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.career__text-body {
	margin-left: 87px;
	max-width: 45rem;
	padding-top: 35px;
	width: 100%;
}

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

.career__title--en {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(172deg, rgb(21, 184, 246) 0%, rgb(0, 140, 214) 100%);
	background-clip: text;
	color: transparent;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}

.career__title--ja {
	color: #0E5176;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin-top: 13px;
}

.career__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 12px;
	min-width: 700px;
}

.common-parts {
	margin-top: 200px;
}

.concept-yujuwa {
	background-color: #FDEB86;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	padding: 4rem 1.5rem;
}

.concept-yujuwa__inner {
	line-height: 1.9;
	margin: 0 auto;
	max-width: 690px;
}

.concept-yujuwa__title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
	text-align: center;
}

.concept-yujuwa__subtitle {
	font-size: 1.2rem;
	font-style: italic;
	margin-bottom: 2.5rem;
	text-align: center;
}

.concept-yujuwa__body p {
	font-size: 1rem;
	margin-bottom: 1.8rem;
}

.concept-yujuwa__body em {
	font-style: italic;
}

.concept-yujuwa__body strong {
	font-weight: bold;
}

.concept-yujuwa__cta {
	margin-top: 3rem;
	text-align: center;
}

.concept-yujuwa__cta-text {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.concept-yujuwa__cta-button {
	background-color: #000;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0.8rem 2rem;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.concept-yujuwa__cta-button:hover {
	background-color: #333;
}

.contact-form {
	background-color: #ffed90;
	margin-top: -1.25rem;
	padding: 4.8125rem 1.25rem 7.5rem;
}

.contact-form__inner {
	background-color: #ffed90;
	border-radius: 0.625rem;
	margin: 0 auto;
	max-width: 50rem;
}

.contact-form__title--en,
.contact-form__title--ja {
	color: #000;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
}

.contact-form__title--en {
	font-family: Arial, inter, sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.contact-form__title--ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.25rem;
	margin-top: 0.5rem;
}

.contact-form__description {
	background: #fff;
	border-radius: 1.25rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: 2.25rem;
	padding: 4.0625rem 1.25rem;
	text-align: center;
}

.contact-form__form {
	margin-top: 5rem;
}

.contact-form__item,
.contact-form__item--checkbox {
	gap: 1.25rem;
	align-items: baseline;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 2.5rem;
}

.contact-form__item {
	align-items: flex-start;
}

.contact-form__item--privacy-policy {
	margin-bottom: 5rem;
	margin-left: 30%;
	margin-right: auto;
	margin-top: 3.375rem;
	max-width: 31.875rem;
	width: 100%;
}

.contact-form__label {
	flex: 0 0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 600;
	margin-right: 0.625rem;
	margin-top: 0.625rem;
	min-width: 11.25rem;
	white-space: nowrap;
}

.contact-form__required {
	background: #ff0000;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.08;
	margin-left: 0.875rem;
	padding: 0.125rem 0.625rem;
}

.contact-form__optional {
	background: #B28888;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.08;
	margin-left: 0.875rem;
	padding: 0.125rem 0.625rem;
}

.contact-form__input,
.contact-form__textarea {
	background: #fff;
	border: none;
	border-radius: clamp(0.25rem, 1vw, 0.3125rem);
	border-radius: 1.25rem;
	box-sizing: border-box;
	font-size: clamp(0.875rem, 3vw, 1rem);
	font-size: 1.0625rem;
	padding: clamp(0.5rem, 2vw, 0.625rem);
	width: 100%;
}

.contact-form__input {
	height: 3.25rem;
}

.contact-form__textarea {
	height: 9.375rem;
	line-height: 1.5;
	padding: 0.9375rem;
}

input::-moz-placeholder {
	font-family: "Noto Sans JP", sans-serif;
}

input::placeholder {
	font-family: "Noto Sans JP", sans-serif;
}

textarea::-moz-placeholder {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	white-space: pre-line;
}

textarea::placeholder {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	white-space: pre-line;
}

.contact-form__checkbox-group {
	gap: 0.3125rem;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.contact-form__checkbox {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.0625rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-left: 0rem;
	margin-top: 0rem;
	margin-top: 10px;
}

.contact-form__checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #000;
	border-radius: 0.125rem;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	height: 1.25rem;
	margin-right: 0.625rem;
	margin-top: 0.125rem;
	position: relative;
	width: 1.25rem;
}

.contact-form__checkbox input[type=checkbox]:checked {
	background-color: transparent;
}

.contact-form__checkbox input[type=checkbox]:checked::after {
	border-bottom: 0.125rem solid #000;
	border-left: 0.125rem solid #000;
	content: "";
	height: 0.375rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(-45deg);
	width: 0.625rem;
}

.contact-form__checkbox-text {
	color: #333;
	display: inline;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 0rem;
	margin-top: 0rem;
}

.contact-form__checkbox-text a {
	text-decoration: underline;
}

.contact-form__submit {
	background-color: #000;
	border: none;
	border-radius: 2.5rem;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0 auto;
	min-width: 17.5rem;
	padding: 0.8125rem 2.5rem;
	text-align: center;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: fit-content;
}

.contact-form__submit:hover {
	opacity: 0.8;
}

.contact-form__phone {
	margin-left: auto;
	margin-right: auto;
	margin-top: 11.25rem;
	max-width: 43.75rem;
	text-align: center;
	width: 100%;
}

.contact-form__phone-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.contact-form__phone-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 5rem;
	text-align: center;
}

.contact-form__phone-container {
	align-items: center;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 5rem;
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 1.25rem;
	max-width: 37.5rem;
	padding: 1.25rem;
	position: relative; /* 削除: cursor: pointer; */ /* 削除: pointer-events: auto; */
}

.contact-form__phone-link {
	color: inherit;
	cursor: pointer;
	display: block; /* リンクにカーソルポインタを設定 */
	pointer-events: auto !important;
	text-align: center;
	text-decoration: none;
	width: 100%; /* スマホでのタップを確実に有効化 */
}

/* タップ時の視覚的フィードバックをリンクに移動 */

.contact-form__phone-link:active {
	opacity: 0.8;
}

/* 電話番号自体のスタイル */

.contact-form__phone-number {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	justify-content: center;
	margin-bottom: 0.3125rem;
}

.contact-form__phone-icon {
	height: 34px;
	margin-right: 8px;
	width: 34px;
}

/* 受付時間のスタイル - リンク内に移動 */

.contact-form__phone-hours {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0.625rem;
	margin-top: 0.3125rem;
}

/* メモ書きのスタイル - リンクの外側に配置 */

.contact-form__phone-note {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0.3125rem;
	text-align: center;
}

/* クリック可能な要素であることを示す視覚的フィードバック */

.contact-form__phone-note-description {
	color: #666;
	display: none;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.625rem;
	text-align: center;
}

.contact-form__error {
	color: #ff0000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.3125rem;
}

.contact-form__input--error,
.contact-form__textarea--error {
	background-color: rgba(255, 0, 0, 0.05);
	border-color: #ff0000;
}

.contact-form__item--checkbox .contact-form__error {
	margin-left: 1.25rem;
	margin-top: 0.3125rem;
}

.contact-form__input,
.contact-form__textarea {
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	padding-left: 2em;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
	font-family: "Noto Sans JP", sans-serif;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

input::placeholder,
textarea::placeholder {
	color: #999999;
	opacity: 1;
}

::-webkit-input-placeholder { /* Chrome, Safari, Edge */
	color: #999999;
}

:-ms-input-placeholder { /* Internet Explorer */
	color: #999999;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
	opacity: 1;
}

/* Contact Form 7 チェックボックスの表示崩れ対策 */

.wpcf7-form-control.wpcf7-checkbox {
	gap: 0.5rem;
	display: flex;
	flex-direction: column;
}

.wpcf7-list-item {
	align-items: flex-start;
	display: flex;
}

.wpcf7-list-item-label {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 0.5rem;
	margin-top: 0.625rem;
}

.wpcf7-list-item {
	align-items: center;
	display: flex;
}

.wpcf7-list-item input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #000;
	border-radius: 0.125rem;
	cursor: pointer;
	display: inline-block;
	flex-shrink: 0;
	height: 1.25rem;
	margin-right: 0.625rem;
	margin-top: 0;
	position: relative;
	width: 1.25rem;
}

.wpcf7-list-item input[type=checkbox]:checked::after {
	border-bottom: 0.125rem solid #000;
	border-left: 0.125rem solid #000;
	content: "";
	height: 0.375rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(-45deg);
	width: 0.625rem;
}

.wpcf7-form-control.wpcf7-checkbox {
	gap: 1.25rem;
	display: flex;
	flex-direction: column;
}

.wpcf7-list-item {
	align-items: center;
	display: flex;
	margin-top: 0;
}

.wpcf7-list-item input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #000;
	border-radius: 0.125rem;
	cursor: pointer;
	flex-shrink: 0;
	height: 1.25rem;
	margin: 0 0.625rem 0 0;
	position: relative;
	width: 1.25rem;
}

.wpcf7-list-item label > input[type=checkbox] + .wpcf7-list-item-label {
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin-left: 0.5rem;
	margin-top: -3px;
}

.wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.wpcf7-list-item input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #000;
	border-radius: 0.125rem;
	cursor: pointer;
	flex-shrink: 0;
	height: 1.25rem;
	margin: 0 0.5rem 0 0;
	position: relative;
	width: 1.25rem;
}

.wpcf7-list-item input[type=checkbox]:checked::after {
	border-bottom: 0.125rem solid #000;
	border-left: 0.125rem solid #000;
	content: "";
	height: 0.375rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(-45deg);
	width: 0.625rem;
}

.wpcf7-list-item label {
	align-items: center;
	cursor: pointer;
	display: flex;
}

.contact-form__checkbox--privacy {
	gap: 0.625rem;
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.privacy-policy-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #000;
	border-radius: 0.125rem;
	cursor: pointer;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.privacy-policy-checkbox:checked::after {
	border-bottom: 0.125rem solid #000;
	border-left: 0.125rem solid #000;
	content: "";
	height: 0.375rem;
	left: 0.1875rem;
	position: absolute;
	top: 0.125rem;
	transform: rotate(-45deg);
	width: 0.625rem;
}

.contact-form__checkbox-text {
	color: #555;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.75rem;
	width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.contact-form__recaptcha-note p {
	color: #888;
	font-size: 10px;
	margin-top: 16px;
	text-align: center;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1630px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.contact__items {
	-moz-column-gap: 3.375rem;
	row-gap: 3.125rem;
	column-gap: 3.375rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(26.25rem, 1fr));
	margin-top: 3.125rem;
}

.contact__item-info__img {
	position: relative;
}

.info-img-title--ja {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	left: 5%;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.info-img-title--ja::before {
	border: 5px solid transparent;
	border-left: 8px solid #fff;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: -13%;
	top: 2px;
	width: 0; /* 好みで色を変えてください */
	z-index: 2;
}

.info-img-title--ja::after {
	background: rgb(21, 219, 246);
	background: linear-gradient(142deg, rgb(21, 219, 246) 0%, rgb(21, 111, 246) 100%); /* 好みで色を変えてください */
	border-radius: 16px;
	bottom: 0;
	content: "";
	height: 30px;
	left: 104%;
	margin: auto;
	position: absolute;
	top: 2px;
	width: 30px;
	z-index: 1;
}

.info-img-title--en {
	bottom: -8px;
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 62px;
	font-size: 96px;
	font-size: clamp(3.875rem, -0.527rem + 7.83vw, 6.125rem);
	font-size: clamp(3.875rem, 1.423rem + 4.36vw, 6rem);
	font-size: clamp(3.25rem, -0.286rem + 6.29vw, 6rem);
	font-size: clamp(3.125rem, -0.411rem + 6.29vw, 5.875rem);
	font-weight: 700;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
}

.contact__item-info__img img {
	-o-object-fit: cover;
	aspect-ratio: 790/384;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact__item-form__img {
	position: relative;
}

.form-img-title--ja {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	left: 5%;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.form-img-title--ja::before {
	border: 5px solid transparent;
	border-left: 8px solid #fff;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	height: 0;
	margin: auto;
	position: absolute;
	right: -14.5%;
	top: 2px;
	width: 0; /* 好みで色を変えてください */
	z-index: 2;
}

.form-img-title--ja::after {
	background: rgb(21, 219, 246);
	background: linear-gradient(142deg, rgb(21, 219, 246) 0%, rgb(21, 111, 246) 100%); /* 好みで色を変えてください */
	border-radius: 16px;
	bottom: 0;
	content: "";
	height: 30px;
	left: 104%;
	margin: auto;
	position: absolute;
	top: 2px;
	width: 30px;
	z-index: 1;
}

.form-img-title--en {
	bottom: -8px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 44px;
	font-size: 82px;
	font-size: clamp(2.75rem, -0.304rem + 5.43vw, 5.125rem);
	font-weight: 700;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
}

.contact__item-form__img img {
	-o-object-fit: cover;
	aspect-ratio: 790/384;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.drawer-menu {
	background: #000;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 8888;
}

.drawer-menu__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 2.5rem 1.25rem;
	width: 100%;
}

.drawer-menu__items {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.drawer-menu__item {
	display: inline-block;
	margin-top: 0;
}

.drawer-menu__item:not(:first-child) {
	margin-top: 1.875rem;
}

.drawer-menu__link {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 2.5rem;
	text-align: center;
}

.drawer-menu__contact {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.drawer-menu__contact-button {
	background: #FDEA74;
	border-radius: 1.875rem;
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1.125rem 2.625rem;
	text-align: center;
	transition: background-color 0.3s, transform 0.2s ease-in-out;
	white-space: nowrap;
}

.drawer-menu__contact-button:hover {
	background: #fff;
	transform: scale(1.05);
}

.faq__contact {
	background-color: #ffec80;
	color: #000;
	padding: 5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.faq__contact::before {
	color: #000;
	content: "LET'S TALK";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 15vw;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	top: clamp(57%, 5vh, 50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.faq__contact__inner {
	margin: 0 auto;
	max-width: 50rem;
}

.faq__contact__lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 5vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1, 5;
	margin-top: clamp(40px, 10vh, 60px);
}

.faq__contact__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.faq__contact__info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.faq__contact__info {
	text-align: center;
}

.faq__contact__info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.faq__contact__info-text::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem;
}

.faq__contact__info-text::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem;
}

.faq__contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 5.375rem;
	justify-content: center;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	padding: 1.875rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	width: 18.75rem;
	width: 22.1875rem;
}

.faq__contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
}

.faq__contact__button--mail:hover {
	background-color: #f5f5f5;
}

.faq__contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
}

.faq__contact__button--phone:hover {
	background-color: #333;
}

.faq__contact__button-icon-animation {
	height: 2.125rem;
	width: 2.125rem;
}

.faq__contact__button {
	position: relative;
	transition: border-color 0.3s ease-in-out;
}

.faq__contact__button:hover {
	background-color: transparent;
	border-color: #000;
}

.faq__contact__button:hover .faq__contact__button-text-tel {
	color: #000;
}

.faq__contact__button:hover .faq__contact__button-subtext {
	color: #000;
}

.faq__contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.faq__contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.faq__contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 0.75rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	line-height: 1;
	margin-top: 0.3125rem;
}

.faq__contact__button-subtext:hover {
	color: #000;
}

.hero {
	padding: 50px 20px;
	text-align: center;
}

.hero__subtitle {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.hero__title {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0;
}

.hero__highlight {
	display: inline-block;
	margin: 20px 0;
	position: relative;
}

.hero__highlight-text {
	color: rgba(255, 204, 0, 0.5);
	font-size: 48px;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.hero__description {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 800px;
}

.faq__fv {
	background: #fff;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.faq__fv-title {
	font-size: clamp(34px, 4vw, 40px);
	z-index: 0;
}

.faq__fv-description {
	color: #000;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(40px, 10vh, 100px);
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.faq__fv-description span {
	font-weight: 700;
}

.faq__fv-description:nth-of-type(2) {
	margin-top: 1.25rem;
}

.faq__fv-description::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "Answers to Your Questions";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 6vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: -5%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.faq__fv-description-sub {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.faq__fv.scrolled {
	background: #000;
}

.faq__fv-description-sub,
.faq__fv-description,
.faq__fv-title,
.faq__fv-subtitle {
	color: #000;
	transition: color 0.5s ease-in-out;
}

.faq__fv.scrolled .faq__fv-description-sub,
.faq__fv.scrolled .faq__fv-description,
.faq__fv.scrolled .faq__fv-title,
.faq__fv.scrolled .faq__fv-subtitle {
	color: #fff;
}

.faq__container {
	background: #FFFBE3;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 51.25rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.faq__content:nth-of-type(n+2) {
	margin-top: 5.625rem;
}

.faq__section-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.3;
	padding-left: 2.5rem;
	position: relative; /* ラインとの間隔調整用 */
}

.faq__section-title::before { /* ラインの高さ */
	background-color: #E2C64A; /* ラインの色（お好みで変更可能） */
	border-radius: 2px;
	content: ""; /* ラインの幅 */
	height: 42px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px; /* 角丸にする場合 */
}

.faq__section-title--service::after {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "Service";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 5rem;
	font-weight: 900;
	left: 65%;
	letter-spacing: 0.02em;
	line-height: 1; /* 0.5の部分を調整 */
	opacity: 0.7;
	position: absolute;
	top: 90%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.faq__section-title--process::after {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "Process";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 5rem;
	font-weight: 900;
	left: 65%;
	letter-spacing: 0.02em;
	line-height: 1; /* 0.5の部分を調整 */
	opacity: 0.7;
	position: absolute;
	top: 90%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.faq__section-title--price::after {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "Price";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 5rem;
	font-weight: 900;
	left: 65%;
	letter-spacing: 0.02em;
	line-height: 1; /* 0.5の部分を調整 */
	opacity: 0.7;
	position: absolute;
	top: 90%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.faq__section-title--support::after {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "Support";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 5rem;
	font-weight: 900;
	left: 65%;
	letter-spacing: 0.02em;
	line-height: 1; /* 0.5の部分を調整 */
	opacity: 0.7;
	position: absolute;
	top: 90%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.faq__section-title--marketing::after {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "Marketing";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 5rem;
	font-weight: 900;
	left: 65%;
	letter-spacing: 0.02em;
	line-height: 1; /* 0.5の部分を調整 */
	opacity: 0.7;
	position: absolute;
	top: 90%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.faq__service__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 3.75rem;
}

.faq__content__accordion {
	margin-top: 2.5rem;
}

.accordion__item .faq__accordion-title {
	background-color: #fff;
}

.features__contact {
	background-color: #ffec80;
	color: #000;
	padding: 5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.features__contact::before {
	color: #000;
	content: "LET'S TALK";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 15vw;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	top: clamp(57%, 5vh, 50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.features__contact-inner {
	margin: 0 auto;
	max-width: 62.5rem;
}

.features__contact-lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 10vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(40px, 10vh, 60px);
}

.features__contact-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.features__contact-info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.features__contact-info {
	text-align: center;
}

.features__contact-info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.features__contact-info-text::before {
	content: "＼";
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
}

.features__contact-info-text::after {
	content: "／";
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
}

/* ボタン共通スタイル */

.top-contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 5.375rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	padding: 1.875rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	width: 18.75rem;
	width: 22.1875rem;
}

.top-contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
}

.top-contact__button--mail:hover {
	background-color: #f5f5f5;
}

.top-contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
}

.top-contact__button--phone:hover {
	background-color: #333;
}

.top-contact__button-icon-animation {
	height: 2.125rem;
	width: 2.125rem;
}

.top-contact__button {
	position: relative;
	transition: border-color 0.3s ease-in-out;
}

.top-contact__button:hover {
	background-color: transparent;
	border-color: #000;
}

.top-contact__button:hover .top-contact__button-text-tel {
	color: #000;
}

.top-contact__button:hover .top-contact__button-subtext {
	color: #000;
}

.top-contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.top-contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.top-contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-size: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-top: 0.3125rem;
}

.top-contact__button-subtext:hover {
	color: #000;
}

.features__design {
	background: #000;
	height: 100vh;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: clamp(100px, 10vh, 140px);
	padding-top: clamp(80px, 10vh, 100px);
	position: relative;
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	text-align: center;
}

.features__design-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(28px, 6vw, 40px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(60px, 8vh, 80px);
	position: relative;
	z-index: 0;
}

.features__design-title::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "UNIQUE DESIGN";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(14%, 5vh, -5%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.features__design-contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(100vh - 80px - 100px);
	justify-content: center;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.features__design-content {
	scroll-snap-align: center;
	scroll-snap-stop: always;
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 80vh;
	justify-content: center;
	max-width: 1200px;
	padding: 0 20px;
	position: relative;
	width: 90%;
}

.features__section-heading {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(21px, 5vw, 30px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.75;
	margin-bottom: clamp(40px, 5vh, 60px);
}

.features__section-heading span {
	color: #FDEA74;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 5vw, 36px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: clamp(40px, 5vh, 60px);
}

.features__section-heading-sub {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 5vw, 24px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: clamp(40px, 5vh, 60px);
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	width: 100%;
}

.features__design-navigation {
	gap: 20px;
	align-items: center;
	bottom: 40px;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 100;
}

.features__design-prev,
.features__design-next {
	align-items: center;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	color: white;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	transition: all 0.3s ease;
	width: 40px;
}

.features__design-prev:hover,
.features__design-prev:focus,
.features__design-next:hover,
.features__design-next:focus {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.05);
}

.features__design-prev:disabled,
.features__design-next:disabled {
	cursor: not-allowed;
	opacity: 0.3;
	transform: scale(1);
}

.features__design-dots {
	gap: 10px;
	display: flex;
}

.features__design-dot {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	height: 10px;
	transition: all 0.3s ease;
	width: 10px;
}

.features__design-dot:hover {
	background: rgba(255, 255, 255, 0.5);
}

.features__design-dot.active {
	background: white;
	transform: scale(1.2);
}

.features__fv {
	background: #fff;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.features__fv-title {
	font-size: clamp(27px, 4vw, 40px);
}

.features__fv-description {
	color: #000;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(40px, 10vh, 100px);
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.features__fv-description:nth-of-type(2) {
	margin-top: 1.25rem;
}

.features__fv-description::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "Driven By Results";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(-5%, 5vh, -5%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.features__fv-description-sub {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.features__fv.scrolled {
	background: #000;
}

.features__fv-description-sub,
.features__fv-description,
.features__fv-title,
.features__fv-subtitle {
	color: #000;
	transition: color 0.5s ease-in-out;
}

.features__fv.scrolled .features__fv-description-sub,
.features__fv.scrolled .features__fv-description,
.features__fv.scrolled .features__fv-title,
.features__fv.scrolled .features__fv-subtitle {
	color: #fff;
}

.features__research {
	padding-bottom: clamp(100px, 14vh, 140px);
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(100px, 15vh, 150px);
}

.features__research-header {
	margin-top: clamp(16px, 5vh, 32px);
	text-align: center;
}

.features__research-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(28px, 4vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(60px, 8vh, 80px);
	position: relative;
	z-index: 0;
}

.features__research-title::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	content: "Strategic Research";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 6vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(-30px, 5vw, -40px);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.features__research-description {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(32px, 7vh, 70px);
	max-width: 67.5rem;
	width: 100%;
}

.features__research-description__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: clamp(16px, 5vh, 32px);
	width: 70%;
}

.features__research-description__text p:nth-of-type(1) {
	text-decoration-thickness: 5px;
	background: linear-gradient(transparent 60%, #FDEA74 60%);
	display: inline;
	font-size: clamp(20px, 2.4vw, 22px);
	font-weight: 700;
	position: relative;
}

.features__research-description__text p:nth-of-type(2) {
	margin-top: clamp(26px, 2.6vh, 26px);
}

.features__research-description__text p:nth-of-type(3) {
	margin-top: clamp(16px, 2vh, 22px);
}

.features__research-description-image {
	max-width: 10rem;
	text-align: center;
	width: 30%;
}

.features__research-examples {
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(66px, 8vh, 80px);
	max-width: 62.5rem;
	text-align: center;
	width: 100%;
}

.features__research-examples-title {
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(26px, 3vw, 30px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	text-align: center;
}

.features__research-examples__content {
	align-items: end;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	margin-top: 2.5rem;
}

.features__research-examples-image {
	max-width: 7.5rem;
	width: 30%;
}

.features__research-list {
	margin-top: clamp(16px, 3vh, 32px);
}

.features__research-item {
	background-color: #fff;
	border: 0.125rem solid #000;
	border-radius: 0.5rem;
	margin-top: clamp(16px, 5vh, 32px);
	padding: 1rem 1rem;
	text-align: left;
}

.features__research-item-text { /* 👈 行ごとに適用するため inline にする */
	background: linear-gradient(transparent 60%, #FDEA74 60%);
	color: #000;
	display: inline;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: 0;
	text-align: start;
}

.features__research-conclusion {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(66px, 8vh, 80px);
	max-width: 67.5rem;
	width: 100%;
}

.features__research-conclusion__text {
	width: 65%;
}

.features__research-conclusion p {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: clamp(16px, 3vh, 32px);
}

.features__research-conclusion__text span {
	background: linear-gradient(transparent 60%, #FDEA74 60%);
}

.features__research-conclusion-image {
	margin-top: clamp(16px, 5vh, 32px);
	max-width: 10rem;
	text-align: center;
	width: 35%;
}

.features__research-image img {
	border-radius: 0.5rem;
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.features__support {
	background: #FFFBE3;
	padding-bottom: clamp(100px, 14vh, 140px);
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(80px, 10vh, 100px);
	position: relative;
	z-index: 0;
}

.features__support-header {
	text-align: center;
}

.features__support-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(28px, 4vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(60px, 8vh, 80px);
	position: relative;
	z-index: 0;
}

.features__support-title::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	content: "Support & Evolve";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 6vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(-30px, 5vw, -40px);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.features__support__lead-content {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(36px, 5vh, 50px);
	max-width: 62.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.features__support__lead-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(16px, 5vh, 32px);
	max-width: 43.75rem;
	width: 100%;
}

.features__support__lead-img {
	max-width: 10rem;
	width: 30%;
}

.features__support-section-title {
	color: #a89e79;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(28px, 3.8vw, 38px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: clamp(80px, 11vh, 106px);
	text-align: center;
}

.features__support-items {
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(16px, 5vh, 32px);
	max-width: 62.5rem;
	width: 100%;
}

.features__support-item {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-evenly;
	margin-top: 5rem;
}

.features__support-item-re {
	align-items: end;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 5rem;
}

.features__support-item-re-second {
	align-items: start;
}

.features__support-item-icon {
	height: auto;
	max-width: 11.25rem;
	width: auto;
}

/* 1つ目の .features__support-item 内のアイコンだけサイズ変更 */

.features__support-item:nth-of-type(1) .features__support-item-icon {
	max-width: 8.75rem;
	width: auto;
}

.features__support-item-text-wrap {
	align-items: start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
}

.features__support-item-text-wrap:nth-of-type(5) {
	align-items: center;
	width: 100%;
}

.features__support-item-title { /* アイコンとテキストを中央揃え */
	gap: 2px;
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 3vw, 30px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(16px, 5vh, 32px); /* アイコンとテキストの間隔 */
}

.features__support-item-title::before {
	background-image: url("/assets/images/common/features__support-item-before.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block; /* アイコンのサイズ */
	height: 34px;
	line-height: 1.5;
	margin-top: 0.25rem;
	width: 34px;
}

.features__support-item-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: clamp(8px, 2vh, 16px);
	max-width: 46.25rem;
	width: 100%;
}

.features__support-item--last {
	gap: 2.5rem;
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	margin-top: 5rem;
}

.features__support-item-icon-last {
	height: auto;
	max-width: 15.625rem;
	width: 100%;
}

.features__support-item--last-text-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.features__vision {
	padding-bottom: clamp(100px, 14vh, 140px);
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(100px, 15vh, 150px);
	text-align: center;
}

.features__vision-header {
	margin-top: clamp(16px, 5vh, 32px);
}

.features__vision-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(32px, 6vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 6.25rem;
	margin-top: clamp(60px, 8vh, 80px);
	position: relative;
	text-align: center;
	z-index: 2;
}

.features__vision-title::before {
	animation: fadeSlideInStrong 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.4);
	content: "From Thoughts to Words";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 6vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	mix-blend-mode: overlay;
	opacity: 0.6; /* 50% 透明 */
	position: absolute;
	top: clamp(-30px, 5vw, -40px);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

.features__vision-heading {
	background: linear-gradient(transparent 60%, #FDEA74 60%);
	color: #000;
	display: inline;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin: 0 auto;
	margin-top: clamp(80px, 10vh, 100px);
	position: relative;
	text-align: center;
	z-index: 0;
}

.features__vision-items {
	gap: 1.5rem;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(16px, 3.2vh, 32px);
	max-width: 58.75rem;
	width: 100%;
}

.features__vision-item {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin-top: clamp(56px, 7vh, 70px);
	text-align: left;
}

.features__vision-item-reverse {
	flex-direction: row-reverse;
}

.features__vision-text-wrap {
	max-width: 35rem;
	padding: 15px;
	width: 70%;
}

.features__vision-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: clamp(16px, 5vh, 32px);
}

.features__vision-images {
	margin-top: clamp(16px, 5vh, 32px);
	width: 30%;
}

.features__vision-image {
	height: auto;
	max-width: 15rem;
	width: 100%;
}

.features__writing {
	background: #FDEA74;
	padding-bottom: clamp(100px, 14vh, 140px);
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(100px, 15vh, 150px);
	position: relative;
	z-index: 0;
}

.features__writing-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(32px, 6vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(60px, 8vh, 80px);
	position: relative;
	text-align: center;
	z-index: 2;
}

.features__writing-title::before {
	animation: fadeSlideInStrong 1.5s ease-out forwards;
	color: rgb(255, 255, 255);
	content: "From Thoughts to Words";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 6vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	mix-blend-mode: overlay;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	top: clamp(-30px, 5vw, -40px);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

.features__writing__lead {
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(120px, 15vh, 150px);
	max-width: 37.5rem;
	width: 100%;
}

.features__writing__lead-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(19px, 3vw, 30px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
}

.features__writing__lead-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.features__writing-questions {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: clamp(16px, 5vh, 32px);
}

.features__writing-question {
	gap: 1.5rem;
	align-items: center;
	display: flex;
}

/* 左側・右側のテキストボックスを配置 */

.features__writing-question-side {
	gap: 3.75rem;
	display: flex;
	flex-direction: column;
}

/* 中央のSVG画像 */

.features__writing-question-img {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: center;
	width: 11.25rem;
}

/* テキストボックス */

.features__writing-question-text {
	background-color: #fff;
	border: 0.125rem solid #000;
	border-radius: 0.75rem;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	max-width: 20rem;
	padding: 1rem;
}

.features__writing-question-text--large {
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 700;
}

.features__writing-section-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 3.4vw, 34px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(60px, 8vh, 80px);
	text-align: center;
}

.features__writing-section-title::before {
	content: "＼"; /* 左側のスラッシュ（右下がり） */
	display: inline-block;
	font-size: 2.125rem;
	font-weight: 900;
	margin-right: 0.375rem; /* 文字との間隔 */
	transform: rotate(5deg); /* 左に傾ける */
}

.features__writing-section-title::after {
	content: "／"; /* 右側のスラッシュ（左下がり） */
	display: inline-block;
	font-size: 2.125rem;
	font-weight: 900;
	margin-left: 0.375rem; /* 文字との間隔 */
	transform: rotate(-5deg); /* 右に傾ける */
}

.features__writing-feature {
	margin-top: clamp(60px, 10vh, 100px);
}

.features__writing-feature-group {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 60rem;
	width: 100%;
}

.features__writing-feature-group:nth-of-type(1) {
	margin-top: 0;
}

.features__writing-feature-group-reverse {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 58.75rem;
	width: 100%;
}

.features__writing-feature-text-group {
	width: 65%;
}

.features__writing-feature-title {
	background: linear-gradient(transparent 60%, #fff 60%);
	color: #000;
	display: inline;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 3vw, 30px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	padding-bottom: 4px; /* 👆 `inline-block` ではなく `inline` を使う */
	position: relative; /* 👆 これがアンダーライン */
	z-index: 0;
}

.features__writing-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: clamp(16px, 5vh, 32px);
}

.features__writing-text span {
	font-weight: 700;
}

.features__writing-feature-img {
	height: auto;
	margin-top: clamp(16px, 5vh, 32px);
	max-width: 7.5rem;
	width: 35%;
}

/* 2番目の画像だけ大きくする */

.features__writing-feature-img-02 {
	max-width: 12.25rem;
}

.features__writing-illustration {
	display: flex;
	justify-content: center;
	margin-top: clamp(16px, 5vh, 32px);
}

.features__writing-illustration-image {
	height: auto;
	width: 7.5rem;
}

.flow__contact {
	background-color: #ffec80;
	color: #000;
	padding: 5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.flow__contact::before {
	color: #000;
	content: "LET'S TALK";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 15vw;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	top: clamp(57%, 5vh, 50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.flow__contact-inner {
	margin: 0 auto;
	max-width: 62.5rem;
}

.flow__contact-lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 4vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(40px, 10vh, 60px);
}

.flow__contact-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.flow__contact-description:nth-of-type(3) {
	margin-top: 1.5rem;
}

.flow__contact-info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.flow__contact-info {
	text-align: center;
}

.flow__contact-info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.flow__contact-info-text::before {
	content: "＼";
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
}

.flow__contact-info-text::after {
	content: "／";
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
}

/* ボタン共通スタイル */

.top-contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 5.375rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	padding: 1.875rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	width: 18.75rem;
	width: 22.1875rem;
}

.top-contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
}

.top-contact__button--mail:hover {
	background-color: #f5f5f5;
}

.top-contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
}

.top-contact__button--phone:hover {
	background-color: #333;
}

.top-contact__button-icon-animation {
	height: 2.125rem;
	width: 2.125rem;
}

.top-contact__button {
	position: relative;
	transition: border-color 0.3s ease-in-out;
}

.top-contact__button:hover {
	background-color: transparent;
	border-color: #000;
}

.top-contact__button:hover .top-contact__button-text-tel {
	color: #000;
}

.top-contact__button:hover .top-contact__button-subtext {
	color: #000;
}

.top-contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.top-contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.top-contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-size: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-top: 0.3125rem;
}

.top-contact__button-subtext:hover {
	color: #000;
}

.flow__fv {
	background: #fff;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.flow__fv-title {
	font-size: clamp(27px, 4vw, 40px);
	z-index: 0;
}

.flow__fv-description {
	color: #000;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(40px, 10vh, 100px);
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.flow__fv-description span {
	font-weight: 700;
}

.flow__fv-description:nth-of-type(2) {
	margin-top: 1.25rem;
}

.flow__fv-description::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "Step by Step Creation";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: -5%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.flow__fv-description-sub {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.flow__fv.scrolled {
	background: #000;
}

.flow__fv-description-sub,
.flow__fv-description,
.flow__fv-title,
.flow__fv-subtitle {
	color: #000;
	transition: color 0.5s ease-in-out;
}

.flow__fv.scrolled .flow__fv-description-sub,
.flow__fv.scrolled .flow__fv-description,
.flow__fv.scrolled .flow__fv-title,
.flow__fv.scrolled .flow__fv-subtitle {
	color: #fff;
}

.flow__step {
	background-color: #000;
	padding-bottom: clamp(80px, 10vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(80px, 10vh, 100px);
}

.flow__step__item {
	align-items: center;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(24px, 8vh, 48px);
	max-width: 55rem;
	padding: 1.5rem;
	width: 100%;
}

.flow__step__icon-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flow__step__circle {
	align-items: center;
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 5rem;
	min-width: 5rem;
	position: relative;
}

.flow__step__label {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.flow__step__number {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 3.1vw, 31px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.25rem;
}

.flow__step__icon-animation {
	height: auto;
	margin-top: 0.75rem;
	width: 6.25rem;
}

.flow__step__icon {
	height: auto;
	margin-top: 0.75rem;
	width: 4.375rem;
}

.flow__step__content {
	flex: 1;
	margin-left: 1.5rem;
}

.flow__step__title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.flow__step__title span {
	font-size: 1.25rem;
}

.flow__step__description {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: clamp(16px, 5vh, 26px);
	max-width: 45rem;
}

.flow__step__description span {
	color: #000;
	font-weight: 600;
}

.flow__step__description:nth-child(3),
.flow__step__description:nth-child(4) {
	margin-top: 1rem;
}

.flow__step__arrow {
	display: flex;
	justify-content: center;
	margin-top: clamp(16px, 5vh, 32px);
}

.flow__step__triangle {
	border-left: 0.9375rem solid transparent;
	border-right: 0.9375rem solid transparent;
	border-top: 0.9375rem solid #fff;
	height: 0;
	width: 0;
}

.flow__step__highlight {
	align-items: center;
	background: #FDEA74;
	display: flex;
	justify-content: center;
	padding: 1.25rem;
}

.flow__step__highlight-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(24px, 3vw, 28px);
	font-weight: 700;
	line-height: 1;
}

/* 1番目: 白背景・黒文字 */

.flow__step__item:nth-child(1) .flow__step__circle {
	background: #fff;
	border: 0.125rem solid #000;
	color: #000;
}

/* 2番目: 黒背景・白文字 */

.flow__step__item:nth-child(2) .flow__step__circle {
	background: #000;
	color: #fff;
}

/* 3番目: 黄色背景・黒文字 */

.flow__step__item:nth-child(3) .flow__step__circle {
	background: #FDEA74;
	color: #000;
}

/* 4,5,6番以降の繰り返しを適用 */

.flow__step__item:nth-child(3n+1):not(:nth-child(1)) .flow__step__circle {
	background: #fff;
	border: 0.125rem solid #000;
	color: #000;
}

.flow__step__item:nth-child(3n+2):not(:nth-child(2)) .flow__step__circle {
	background: #000;
	color: #fff;
}

.flow__step__item:nth-child(3n+3):not(:nth-child(3)) .flow__step__circle {
	background: #FDEA74;
	color: #000;
}

/* 1番目（白背景）→ 黒文字に変更 */

.flow__step__item:nth-child(1) .flow__step__label,
.flow__step__item:nth-child(1) .flow__step__number {
	color: #000;
}

/* 2番目（黒背景）→ すでに白文字なので変更不要 */

/* 3番目（黄色背景）→ 黒文字に変更 */

.flow__step__item:nth-child(3) .flow__step__label,
.flow__step__item:nth-child(3) .flow__step__number {
	color: #000;
}

/* 4,5,6番以降の繰り返しも適用 */

.flow__step__item:nth-child(3n+1):not(:nth-child(1)) .flow__step__label,
.flow__step__item:nth-child(3n+1):not(:nth-child(1)) .flow__step__number {
	color: #000;
}

.flow__step__item:nth-child(3n+3):not(:nth-child(3)) .flow__step__label,
.flow__step__item:nth-child(3n+3):not(:nth-child(3)) .flow__step__number {
	color: #000;
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 2.5rem 1.25rem;
	text-align: center;
}

.footer__inner {
	margin: 0 auto;
	max-width: 68.75rem;
}

.footer__content {
	gap: 2.5rem;
	align-items: unset;
	display: flex;
	justify-content: space-around;
	margin-top: clamp(80px, 15vh, 100px);
}

.footer__logo-text {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
}

.footer__nav {
	gap: 5rem;
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	margin-bottom: 1.875rem;
}

.footer__nav-list {
	list-style: none;
	padding: 0;
	text-align: left;
}

.footer__nav-item {
	margin-bottom: 1.5rem;
}

.footer__nav-link {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	text-decoration: none;
	transition: color 0.3s;
}

.footer__nav-link:hover {
	color: #ffec80;
}

.footer__copyright {
	font-size: 0.75rem;
	opacity: 0.6;
}

.form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	max-width: 1200px;
	width: 100%;
}

.form__item:not(:first-child) {
	margin-top: 1.375rem;
}

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

.form__label-category {
	border: 1px solid #D70202;
	color: #D70202;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 5px 14px;
}

.form__label-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-left: 14px;
}

.form__input {
	margin-top: 0.1875rem;
}

.form__input-text,
.form__textarea {
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 16px;
	max-width: 1160px;
	padding: 1.375rem;
	width: 100%;
}

.form__input-text::-moz-placeholder,
.form__textarea::-moz-placeholder {
	color: #abb7bf;
	opacity: 0.5;
}

.form__input-text::placeholder,
.form__textarea::placeholder {
	color: #abb7bf;
	opacity: 0.5;
}

.form__textarea {
	height: 10.6875rem;
	resize: none;
}

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

.form__btn {
	margin-top: 68px;
	text-align: center;
}

.btn--form {
	background: rgb(21, 184, 246);
	background: linear-gradient(157deg, rgb(21, 184, 246) 0%, rgb(2, 140, 215) 100%);
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	letter-spacing: 0.1em;
	line-height: 1;
	max-width: 18.75rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	position: relative;
	text-align: center;
	transition: 0.4s;
	transition: 0.4s;
	white-space: nowrap;
	width: 100%;
}

.error-message {
	color: red; /* エラーメッセージを赤に */
	display: block;
	font-size: 90%; /* 少し小さめのフォントサイズに */
	margin-top: 0.5em; /* 入力フィールドとの余白を調整 */
}

/* 全体のスタイル */

.fv {
	align-items: center;
	background-color: #ffeb86;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 3.75rem;
	padding-left: calc(12.5% + 10px);
	padding-left: calc(15% + 20px);
	padding-top: 9.75rem;
	position: relative; /* 12.5% → 15% に調整 */
	z-index: 0;
}

.fv__inner {
	max-width: 120rem;
}

.fv__text-content { /* コンテンツ幅を制限して中央寄せ */
	margin-left: auto;
	max-width: 47.75rem;
	z-index: 2; /* 必要に応じて中央寄せ */
}

.fv__subtitle {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: clamp(14px, 2vw, 16px);
	font-weight: 500;
	line-height: normal;
}

.fv__title {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: clamp(40px, 9vw, 96px);
	font-weight: 700;
	line-height: 1;
	margin-top: 1.25rem;
}

.fv__title span {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(30px, 6vw, 75px);
	font-weight: 700;
	line-height: 1;
}

.fv__list {
	list-style: none;
	margin-top: 2rem;
	padding: 0;
}

.fv__item {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(18px, 3vw, 24px);
	font-weight: 500;
	line-height: 1.8;
	margin-top: 0.625rem;
	padding-left: 1em;
	text-indent: -1em;
}

.fv__note {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: clamp(15px, 2vw, 17px);
	font-weight: 500;
	line-height: 1;
	margin-top: 1.25rem;
	padding-bottom: 0.75rem;
	text-align: center;
}

.fv__note::before {
	content: "＼"; /* 左側のスラッシュ（右下がり） */
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-right: 0.375rem; /* 文字との間隔 */
	transform: rotate(5deg); /* 左に傾ける */
}

.fv__note::after {
	content: "／"; /* 右側のスラッシュ（左下がり） */
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 0.375rem; /* 文字との間隔 */
	transform: rotate(-5deg); /* 右に傾ける */
}

/* ボタン */

.fv__buttons {
	gap: 0.9375rem;
	align-items: center;
	display: flex;
}

.fv__button {
	border-radius: 2.0625rem; /* 🌟 立体的なシャドウ */
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
	display: inline-grid;
	font-family: "Noto Sans JP";
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 700;
	height: 4rem;
	line-height: 1;
	padding: 0.875rem 6.5625rem;
	place-items: center;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	width: 23.125rem;
}

/* 🌟 メインボタン（黒背景） */

.fv__button--primary {
	background-color: #000;
	border: 0.125rem solid #000;
	color: #fff;
}

.fv__button--primary:hover {
	background-color: #fff;
	border-color: #000; /* 🌟 ホバー時に影を強調して浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.4);
	color: #000;
	transform: scale(1.05);
}

/* 🌟 サブボタン（白背景） */

.fv__button--secondary {
	background-color: #fff;
	border: 0.125rem solid #000;
	color: #000;
	margin-top: auto;
}

.fv__button--secondary:hover {
	background-color: #000;
	border-color: #000; /* 🌟 ホバー時に影を強調して浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.4);
	color: #fff;
	transform: scale(1.05);
}

/* 画像部分 */

.fv__images {
	gap: 0.9375rem;
	display: flex;
	flex-direction: column;
	left: 50%;
	left: 60%;
	position: absolute; /* 画像をやや左寄りに戻す */
	top: 1%;
	transform: translateX(50%) rotate(15deg); /* 50% → 55% に調整 */
	transform: translateX(50%) rotate(15deg);
	z-index: -1;
}

/* 画像ラッパー */

.fv__image-wrapper {
	border-radius: 0.375rem;
	display: inline-block;
	overflow: hidden;
	position: relative; /* マスクが画像の範囲を超えないように */
}

/* 各画像にマスクを適用（画像と一緒に動く） */

.fv__image-wrapper::before {
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0.375rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1 !important;
	position: absolute;
	top: 0; /* 常に表示 */
	transition: opacity 0.5s ease-in-out;
	width: 100%;
	z-index: 2;
}

/* 画像 */

.fv__image {
	border-radius: 0.375rem;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.2);
	display: block;
	position: relative;
	width: clamp(260px, 5vw, 480px);
	z-index: 1;
}

.hamburger {
	cursor: pointer;
	height: 1rem;
	position: fixed;
	right: 0.9375rem;
	top: 1.875rem;
	width: 1.5625rem;
	z-index: 9999;
}

.hamburger span {
	background-color: #000;
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: ease 0.3s;
	width: 100%;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 8px;
}

.hamburger span:nth-child(3) {
	top: 16px;
}

.hamburger.is-active {
	right: 15px;
}

/*is-active時の動き*/

.hamburger.is-active span:nth-child(1) {
	background-color: #fff;
	top: 10px;
	transform: rotate(-45deg);
}

.hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
	background-color: #fff;
	top: 10px;
	transform: rotate(45deg);
}

.header {
	background-color: #ffeb86;
	bottom: 0;
	height: 6rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0; /* fvと同じ背景色 */
	transition: background-color 0.3s ease;
	z-index: 1000;
}

.header.scrolled {
	background-color: rgb(255, 255, 255); /* スクロール後に白に */
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-bottom: 3.125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 3.125rem;
}

.header__nav {
	height: inherit;
}

.header__items {
	display: flex;
	height: inherit;
}

.header__item {
	height: inherit;
}

.header__link {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 25px;
	padding: 1.125rem 0.9375rem;
}

.header__link--contact {
	background: #020202;
	border-radius: 30px;
	color: #fff;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-left: auto;
	padding-bottom: 12px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 11px;
	transition: all 0.3s ease-in-out; /* スムーズなアニメーション */
}

.header__link--contact {
	background: #020202;
	border: 2px solid transparent;
	border-radius: 30px;
	color: white;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

/* ホバー時 */

.header__link--contact:hover {
	background: #fff;
	border-color: #000;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	color: #020202;
}

/* ホバー時のテキスト変化 */

.header__link--contact::after {
	align-items: center;
	background: #fff;
	bottom: 0;
	color: #020202;
	content: "無料で相談する";
	display: flex;
	font-weight: bold;
	justify-content: center;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	width: 100%;
}

/* ホバー時のテキストスライド */

.header__link--contact:hover::after {
	transform: translateY(0);
}

/* クリック時 */

.header__link--contact:active {
	background: #f5f5f5;
	border-color: #000;
	box-shadow: none;
}

.header-subPage {
	background-color: transparent;
}

.header--transparent {
	background: transparent;
	transition: background 0.3s;
}

.header--white {
	background: white;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 70.625rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

/* ロゴリンクのスタイル */

.logo-link {
	display: inline-block;
	height: auto; /* 高さを自動調整 */
	width: 180px; /* ロゴの幅 */
}

/* 画像としてのロゴ */

.logo-img {
	display: block; /* 余白をなくす */
	height: auto; /* 高さを自動調整 */
	transition: opacity 0.3s ease-in-out; /* ホバー時のエフェクト */
	width: 100%; /* 親要素に対して100% */
}

/* ホバー時に透明度を下げて拡大 */

.logo-link:hover .logo-img {
	opacity: 0.5; /* 透明度を下げる */
}

.logo-img--footer {
	fill: white;
}

.message {
	margin-top: 20px;
	padding-top: 90px;
}

.message__bg-line {
	background: linear-gradient(-34deg, transparent 0%, transparent 25%, #156FF6 25%, #15DBF6 40%, transparent 40%, transparent 100%);
	height: 110%;
	width: 100%;
}

.message__inner {
	display: flex;
	margin: 0 auto;
	max-width: 1700px;
	padding-left: 76px;
	padding-right: 76px;
	width: 100%;
}

.message__textArea {
	margin-left: 128px;
	max-width: 820px;
	width: 50%;
}

.message__title {
	display: flex;
	flex-direction: column;
	margin-top: 60px;
}

.message__title--en {
	color: #028CD7;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: capitalize;
}

.message__title--ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(2rem, 0.75rem + 2.08vw, 2.625rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-top: 42px;
}

.message__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: medium;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 76px;
}

.message__text-bottom {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: medium;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 42px;
}

.message__imageArea {
	margin-left: auto;
	position: relative;
	width: 50%;
}

.message__image img {
	-o-object-fit: cover;
	height: 100%;
	margin-left: auto;
	max-width: 426px;
	object-fit: cover;
	width: 100%;
}

.message__image--sub {
	max-width: 426px;
	position: absolute;
	right: 28%;
	top: 70%;
	width: 100%;
	z-index: 100;
}

.message__image--sub img {
	-o-object-fit: cover;
	object-fit: cover;
}

.news-article {
	flex: 1;
	margin-left: 300px;
	margin-right: auto;
	max-width: 990px;
	padding-bottom: 200px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.news-article__info {
	gap: 14px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.news-article__date {
	color: #0080CC;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.news-article__category { /* グラデーション背景 */
	-webkit-background-clip: text; /* テキストにグラデーションを適用 */
	background-clip: text; /* テキストを透明に */
	background-image: linear-gradient(172deg, rgb(21, 184, 246) 0%, rgb(0, 140, 214) 100%);
	border: 1px solid #15B8F6; /* 優先するボーダー色を指定 */
	border-radius: 20px;
	color: transparent;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.25rem 1.25rem;
}

.news-article__title {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
	margin-top: 12px;
}

.news-article__img {
	max-width: 940px;
	position: relative; /* 任意の横幅 */
	width: 100%;
}

.news-article__img:before {
	content: "";
	display: block;
	padding-top: 50%; /* 縦÷横×100% */
}

.news-article__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.news-article__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.news-article__section01 {
	margin-top: 68px;
}

.news-article__section01__heading {
	background: rgb(21, 184, 246);
	background: linear-gradient(172deg, rgb(21, 184, 246) 0%, rgb(0, 140, 214) 100%);
	color: #333;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
	padding: 12px 32px;
}

.news-article__section01__text {
	margin-top: 28px;
}

.news-article__section02 {
	margin-top: 52px;
}

.news-article__subheading {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
	margin-left: 20px;
	position: relative;
}

.news-article__subheading::before {
	background-color: #0080CC;
	content: "";
	display: inline-block;
	height: 24px;
	left: -18px;
	position: absolute;
	top: 4px;
	width: 4px;
}

.news-article__section02__text {
	margin-top: 28px;
}

.news-article__section03 {
	margin-top: 52px;
}

.news-article__section03__text {
	margin-top: 28px;
}

.news-article__section04 {
	margin-top: 32px;
}

.news-article__subheading--04 {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.news-article__section04__text {
	margin-top: 28px;
}

.news-contents { /* 中央揃えにする */
	align-items: flex-start;
	display: flex;
	justify-content: center; /* コンテンツ全体の最大幅を設定 */
	margin: 0 auto; /* 垂直方向の整列を上部に */
	max-width: 1330px; /* 中央揃えのための左右の自動余白 */
	padding: 20px; /* 上下の余白を追加（オプション） */
}

.news-list__item {
	gap: 1.5rem;
	border-bottom: 1px solid #ddd;
	display: flex;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	transition: transform 0.3s ease;
}

.news-list__item:hover {
	transform: translateY(-4px);
}

.news-list__img {
	flex-shrink: 0;
	height: 120px;
	overflow: hidden;
	width: 180px;
}

.news-list__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news-list__body {
	flex: 1;
}

.news-list__time {
	color: #666;
	font-size: 0.875rem;
}

.news-list__title-text {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.news-list__text {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.news-article__title {
	font-size: 1.75rem;
	font-weight: bold;
	margin: 2rem 0 1rem;
}

.news-article__date {
	color: #666;
	font-size: 0.875rem;
}

.news-article__img {
	margin-bottom: 2rem;
}

.news-article__img img {
	height: auto;
	max-width: 100%;
}

.news-article__content {
	color: #333;
	font-size: 1rem;
	line-height: 1.8;
}

.detail__prev,
.detail__next {
	color: #007acc;
	display: inline-block;
	font-size: 0.95rem;
	margin-top: 3rem;
}

.detail__prev:hover,
.detail__next:hover {
	text-decoration: underline;
}

.news {
	padding-top: 128px;
}

.news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1530px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.news__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.news__title--en {
	color: #028CD7;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: capitalize;
}

.news__title--ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 26px;
}

.news__cards {
	-moz-column-gap: 30px;
	row-gap: 3.125rem;
	column-gap: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
	margin-top: 64px;
}

.card {
	max-width: 490px;
	width: 100%;
}

.card__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 490px;
	width: 100%;
}

.card__img img {
	aspect-ratio: 490/276; /* 画像のサイズを親要素の高さに合わせたいならwidth: auto; height: 100%; にする。 */
	-o-object-fit: cover; /* 画像のサイズを親要素の横幅に合わせたい場合。 */
	height: auto;
	object-fit: cover;
	width: 100%; /* もし表示させたい比率と画像の比率が異なると画像が歪むので、object-fitによって制御する。 */
}

.card__body {
	max-width: 490px;
	padding: 24.5px;
	width: 100%;
}

.card__info {
	gap: 14px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.card__time {
	color: #837F7F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.card__category { /* グラデーション背景 */
	-webkit-background-clip: text; /* テキストにグラデーションを適用 */
	background-clip: text; /* テキストを透明に */
	background-image: linear-gradient(172deg, rgb(21, 184, 246) 0%, rgb(0, 140, 214) 100%);
	border: 1px solid #15B8F6; /* 優先するボーダー色を指定 */
	border-radius: 20px;
	color: transparent;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.05em;
	padding: 0.25rem 1.25rem;
}

.card__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.75rem;
	overflow: hidden;
}

.news__btn {
	margin-top: 68px;
	text-align: center;
}

.notfound {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: 60px 20px;
	text-align: center;
}

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

.notfound__title {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.notfound__text {
	font-size: 17px;
	margin-bottom: 40px;
}

.notfound__btn {
	background-color: #000;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 14px 28px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.notfound__btn:hover {
	background-color: #333;
}

.pagination {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
	margin-top: 90px;
}

.pagination__button {
	background: none;
	border: none;
	cursor: pointer;
}

.pagination__button--prev::before {
	color: #007bff;
	color: linear-gradient(172deg, #15B8F6 0%, #008CD6 100%);
	content: "◀";
	font-size: 1.2em;
}

.pagination__button--next::after {
	color: #007bff;
	color: linear-gradient(172deg, #15B8F6 0%, #008CD6 100%);
	content: "▶";
	font-size: 1.2em;
}

.pagination__list {
	display: flex;
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

.pagination__item {
	margin: 0 5px;
}

.pagination__item--ellipsis {
	color: #333;
	padding-top: 3px;
	pointer-events: none;
}

.pagination__link {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination__item--active .pagination__link {
	background: linear-gradient(172deg, rgb(21, 184, 246) 0%, rgb(0, 140, 214) 100%);
	background: linear-gradient(172deg, #15B8F6 0%, #008CD6 100%);
	color: #fff;
}

.pagination__link:hover {
	background-color: #f1f1f1;
}

.parts {
	margin-top: 12.5rem;
}

.pc__450 {
	display: block;
}

.post-contact {
	background-color: #F8E167;
	border-radius: 50px;
	color: #000;
	margin-top: 7.5rem;
	padding: 0.625rem 1.25rem 3.75rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.post-contact__inner {
	margin: 0 auto;
	max-width: 50rem;
}

.post-contact__title {
	margin-bottom: 1.5rem;
}

.post-contact__title-en {
	display: block;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.post-contact__title-ja {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0.25em;
}

.post-contact__lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 5vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.post-contact__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.post-contact__info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.post-contact__info {
	position: relative;
	text-align: center;
	z-index: 5;
}

.post-contact__info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.post-contact__info-text::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem;
}

.post-contact__info-text::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem;
}

.post-contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	width: 22.1875rem;
	z-index: 10;
}

.post-contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
	padding: 1.875rem 1.875rem;
}

.post-contact__button--mail:hover {
	background-color: #f5f5f5;
}

.post-contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	padding: 1.125rem 1.875rem;
}

.post-contact__button--phone:hover {
	background-color: #333;
}

.tel-wrap {
	display: flex;
	flex-direction: column;
	z-index: 5;
}

.post-contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
	z-index: 5;
}

.post-contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
	transition: color 0.3s ease-in-out;
	z-index: 5;
}

.post-contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.3125rem;
	position: relative;
	transition: color 0.3s ease-in-out;
	z-index: 5;
}

.pricing__contact {
	background-color: #ffec80;
	color: #000;
	padding: 5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.pricing__contact::before {
	color: #000;
	content: "LET'S TALK";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 15vw;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	top: clamp(57%, 5vh, 50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.pricing__contact__inner {
	margin: 0 auto;
	max-width: 50rem;
}

.pricing__contact__lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 5vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1, 5;
	margin-top: clamp(40px, 10vh, 60px);
}

.pricing__contact__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.pricing__contact__info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.pricing__contact__info {
	text-align: center;
}

.pricing__contact__info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.pricing__contact__info-text::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem;
}

.pricing__contact__info-text::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem;
}

.pricing__contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 5.375rem;
	justify-content: center;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	padding: 1.875rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	width: 18.75rem;
	width: 22.1875rem;
}

.pricing__contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
}

.pricing__contact__button--mail:hover {
	background-color: #f5f5f5;
}

.pricing__contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
}

.pricing__contact__button--phone:hover {
	background-color: #333;
}

.pricing__contact__button-icon-animation {
	height: 2.125rem;
	width: 2.125rem;
}

.pricing__contact__button {
	position: relative;
	transition: border-color 0.3s ease-in-out;
}

.pricing__contact__button:hover {
	background-color: transparent;
	border-color: #000;
}

.pricing__contact__button:hover .pricing__contact__button-text-tel {
	color: #000;
}

.pricing__contact__button:hover .pricing__contact__button-subtext {
	color: #000;
}

.pricing__contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pricing__contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pricing__contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 0.75rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	line-height: 1;
	margin-top: 0.3125rem;
}

.pricing__contact__button-subtext:hover {
	color: #000;
}

.hero {
	padding: 50px 20px;
	text-align: center;
}

.hero__subtitle {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.hero__title {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0;
}

.hero__highlight {
	display: inline-block;
	margin: 20px 0;
	position: relative;
}

.hero__highlight-text {
	color: rgba(255, 204, 0, 0.5);
	font-size: 48px;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.hero__description {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 800px;
}

.pricing__custom-service {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.pricing__custom-service__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	text-align: center;
}

.pricing__custom-service__container {
	border: 0.0625rem solid #fff;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 58.75rem;
	padding-bottom: 1.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.875rem;
	width: 100%;
}

.pricing__custom-service-header {
	border-radius: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 1rem;
	text-align: center;
}

.pricing__custom-service__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.2s ease-out, transform 1.2s ease-out;
	will-change: opacity, transform; /* 最適化 */
}

/* 表示時のスタイル */

.pricing__custom-service__title.show {
	opacity: 1;
	transform: translateY(0);
}

.pricing__item__divider {
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
	height: 1px; /* 薄い白 */
	margin: 20px 0;
}

.pricing__custom-service-subtitle {
	color: #ccc;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.5rem;
	text-transform: uppercase;
}

.pricing__custom-service-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 47.5rem;
	width: 100%;
}

.pricing__custom-service-item {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.25rem 0;
}

.pricing__custom-service-name {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: left;
}

.pricing__custom-service-price {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	min-width: 7.5rem;
	text-align: right;
}

.pricing__custom-service-description {
	color: #ccc;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 0.75rem;
	width: 100%;
}

.pricing__custom-service-note {
	color: #ccc;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 1.5rem;
	text-align: center;
}

.pricing__custom {
	background: #000;
	margin-top: clamp(16px, 5vh, 32px);
	padding-bottom: 6.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 6.25rem;
}

.pricing__custom__title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: center;
}

.pricing__custom-note {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 3.125rem;
	text-align: center;
}

.pricing__custom-note::after {
	background-color: #ccc;
	content: "";
	display: block;
	height: 0.09375rem;
	margin: 0.625rem auto 0;
	width: 4rem;
}

.pricing__custom-container {
	gap: 1.5rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: clamp(16px, 5vh, 32px);
	position: relative;
}

.pricing__custom-plan {
	border: 0.8px solid #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	height: auto;
	height: 100%;
	max-width: 28.125rem;
	min-height: 20.9375rem;
	padding: 2rem;
	padding-bottom: 3.375rem;
	text-align: center;
	width: 100%;
}

.pricing__custom-plan-header {
	background: #333;
	border: 0.8px solid #fff;
	border-radius: 0.25rem;
	padding: 0.75rem;
}

.pricing__custom-plan-title {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: capitalize;
}

.pricing__custom-plan-price {
	gap: 1rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: clamp(16px, 5vh, 32px);
}

.pricing__custom-plan-badge {
	align-items: center;
	background: #FDEA74;
	border-radius: 50%;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 5.625rem;
	justify-content: center;
	letter-spacing: 0.02em;
	padding: 0.5rem;
	text-align: center;
	width: 5.625rem;
}

.pricing__custom-plan-price-before {
	color: #ccc;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-family: "Noto Serif Malayalam";
	font-optical-sizing: auto;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
}

.pricing__custom-plan-price-before::before,
.pricing__custom-plan-price-before::after { /* 線の太さ */
	background: white;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%; /* 線の色 */
}

.pricing__custom-plan-price-before::before {
	top: 38%; /* 一本目の線の位置 */
}

.pricing__custom-plan-price-before::after {
	top: 64%; /* 二本目の線の位置 */
}

.pricing__custom-plan-price-after {
	color: #FDEA74;
	flex-grow: 1;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-family: "Noto Serif Malayalam";
	font-optical-sizing: auto;
	font-size: 4.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pricing__custom-plus {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: center;
	position: relative;
	width: 48px;
}

.pricing__custom-plus::before,
.pricing__custom-plus::after {
	background-color: #fff;
	content: "";
	position: absolute;
}

.pricing__custom-plus::before {
	height: var(--plus-thickness, 0.375rem);
	width: 100%;
}

.pricing__custom-plus::after {
	height: 100%;
	width: var(--plus-thickness, 0.375rem);
}

.pricing__custom-option {
	border: 1px solid #fff;
	border-radius: 0.5rem;
	height: 100%;
	max-width: 28.125rem;
	min-height: 20.9375rem;
	padding: 0.875rem;
	padding-top: 2rem;
	text-align: center;
	width: 100%;
}

.pricing__custom-option-header {
	background: #333;
	border: 0.8px solid #fff;
	border-radius: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 23.75rem;
	padding: 0.75rem;
	width: 100%;
}

.pricing__custom-option-title {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: capitalize;
}

.pricing__custom-option-example {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1.375rem;
}

.pricing__custom-option-item {
	margin-top: 0.5rem;
}

.pricing__custom-option-item--top {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.pricing__custom-option-name {
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
}

.pricing__custom-option-price {
	color: #ffcc00;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pricing__custom-option-description {
	color: #ccc;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 0.25rem;
}

.pricing__custom-total {
	color: #ffcc00;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.875rem;
	text-align: center;
}

/* 🌟 フッターエリア（CTAに統合） */

.pricing__custom-cta {
	margin-top: clamp(60px, 14vh, 80px);
	text-align: center;
}

.pricing__custom-cta-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 5rem;
}

/* 🌟 マイクロコピー（テキスト） */

.pricing__custom__microcopy {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 5vw, 19px);
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.pricing__custom__microcopy::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.pricing__custom__microcopy::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.pricing__custom__microcopy::before,
.pricing__custom__microcopy::after {
	position: relative;
	top: 2px; /* 数値を調整して下げる */
}

/* 🌟 ボタン（flow__footer-button から変更） */

.pricing__custom-button {
	align-items: center; /* 元の border-radius を適用 */
	background-color: #fff;
	border: 0.125rem solid #fff; /* 元の border を適用 */
	border-radius: 3.125rem; /* 🌟 立体感のあるシャドウ */
	box-shadow: 0 0.375rem 0.75rem rgba(255, 255, 255, 0.3);
	color: #000;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em; /* 既存の `.flow__footer-button` のサイズ */
	line-height: 1;
	margin-top: 0.875rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* 🌟 ホバー時のエフェクト */

.pricing__custom-button:hover {
	background-color: #000;
	border-color: #fff; /* 🌟 ホバー時に影を強調して浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(255, 255, 255, 0.4);
	color: #fff;
}

/* 🌟 SVGアイコンの調整（必要なら） */

.pricing__custom-button .pricing__custom-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.pricing__custom-button .pricing__custom-arrow svg {
	stroke: #000;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* 🌟 ホバー時のエフェクト */

.pricing__custom-button:hover .pricing__custom-arrow svg {
	stroke: #fff;
	transform: translateX(0.625rem);
}

.pricing__detail {
	background: #000;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	position: relative;
}

.pricing__detail-title {
	color: #FFD700;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(22px, 3vw, 32px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.45;
	margin-top: clamp(16px, 5vh, 32px);
	text-align: center;
}

.pricing__detail-title span {
	color: #FFF;
	font-size: clamp(26px, 4vw, 36px);
}

.pricing__detail-box {
	border: 0.125rem solid #FFD700;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(16px, 5vh, 32px);
	max-width: 22.125rem;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.pricing__detail-box-title {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(22px, 4vw, 28px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pricing__detail-box-subtitle {
	color: #FFD700;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: clamp(8px, 2vh, 16px);
}

.pricing__detail-list {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 50rem;
	width: 100%;
}

.pricing__detail-list-item {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.75;
	position: relative;
}

.pricing__detail-list-item::after {
	color: #FFF;
	content: "+";
	display: block;
	font-size: 1.25rem;
	text-align: center;
}

.pricing__detail-list-item:last-child::after {
	content: ""; /* 最後の項目は「+」を表示しない */
}

.pricing__detail-list-item span {
	color: #FDEA74;
	font-weight: 400;
}

.pricing__detail-note {
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 2vw, 18px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: clamp(16px, 5vh, 32px);
	text-align: center;
}

.pricing__features {
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	position: relative;
}

.pricing__features-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
}

.pricing__features-title span {
	font-size: 3.375rem;
}

.pricing__features-box {
	border: 0.5rem solid #CCC;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 45rem;
	padding: 1.5rem;
	width: 100%;
}

.pricing__features-list {
	gap: 2rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
	justify-content: center;
	list-style: none;
	margin-top: clamp(16px, 5vh, 32px);
	padding: 0;
}

.pricing__features-item {
	gap: 0.5rem;
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.pricing__features-item:nth-of-type(10) {
	gap: 1.5rem;
}

.pricing__features-item img {
	height: 6.625rem;
	padding: 1.625rem;
	width: auto;
}

.pricing__features__icon-animation {
	height: auto;
	width: 5.375rem;
}

.pricing__features-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	white-space: nowrap;
}

.pricing__fv {
	background: #fff;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.pricing__fv-title {
	font-size: clamp(34px, 4vw, 40px);
	z-index: 0;
}

.pricing__fv-description {
	color: #000;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(40px, 10vh, 100px);
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.pricing__fv-description span {
	font-weight: 700;
}

.pricing__fv-description:nth-of-type(2) {
	margin-top: 1.25rem;
}

.pricing__fv-description::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "Step by Step Creation";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: -5%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.pricing__fv-description-sub {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.pricing__fv.scrolled {
	background: #000;
}

.pricing__fv-description-sub,
.pricing__fv-description,
.pricing__fv-title,
.pricing__fv-subtitle {
	color: #000;
	transition: color 0.5s ease-in-out;
}

.pricing__fv.scrolled .pricing__fv-description-sub,
.pricing__fv.scrolled .pricing__fv-description,
.pricing__fv.scrolled .pricing__fv-title,
.pricing__fv.scrolled .pricing__fv-subtitle {
	color: #fff;
}

.pricing__plan {
	background: #000;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	position: relative;
}

.pricing__plan-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	width: 100%;
}

.pricing__plan-label {
	color: #FDEA74;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(30px, 4vw, 38px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
}

.pricing__plan-description {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 1.5rem;
	text-align: center;
}

.pricing__plan-description span {
	color: #FDEA74;
}

.pricing__plan-box {
	background: #000;
	border: 0.0625rem solid #fff;
	border-radius: 0.625rem;
	margin-top: 5rem;
	padding: 2rem 2.5rem;
	position: relative;
	text-align: center;
}

.pricing__plan-header {
	background: #222;
	border: 0.0625rem solid #fff;
	border-radius: 0.375rem;
	left: 1.5rem;
	min-width: 15.875rem;
	padding: 0.875rem 1rem;
	position: absolute;
	top: -2rem;
}

.pricing__plan-name {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pricing__plan-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.45;
	margin-top: 1.25rem;
	text-align: left;
}

.pricing__plan-subtext {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 1.125rem;
	text-align: left;
}

.pricing__plan-container {
	display: flex;
}

.pricing__plan-price {
	gap: 1rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: clamp(16px, 5vh, 32px);
}

.pricing__plan-badge {
	align-items: center;
	background: #FDEA74;
	border-radius: 50%;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 5.625rem;
	justify-content: center;
	letter-spacing: 0.02em;
	padding: 0.5rem;
	text-align: center;
	width: 5.625rem;
}

.pricing__plan-price-before {
	color: #fff;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-family: "Noto Serif Malayalam";
	font-optical-sizing: auto;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
}

.pricing__plan-price-before::before,
.pricing__plan-price-before::after { /* 線の太さ */
	background: white;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%; /* 線の色 */
}

.pricing__plan-price-before::before {
	top: 38%; /* 一本目の線の位置 */
}

.pricing__plan-price-before::after {
	top: 64%; /* 二本目の線の位置 */
}

.pricing__plan-price-after {
	color: #FDEA74;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-family: "Noto Serif Malayalam";
	font-optical-sizing: auto;
	font-size: 4.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pricing__plan-features {
	gap: 1rem;
	display: flex;
	justify-content: center;
	margin-left: 1.25rem;
	margin-top: clamp(16px, 5vh, 32px);
}

.pricing__plan-features-list {
	list-style: none;
	padding: 0;
}

.pricing__plan-features-item {
	background: #fff;
	border-radius: 0.25rem;
	color: #000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 0.5rem;
	min-width: 14.875rem;
	padding: 0.5rem 1rem;
}

.pricing__plan-features-item--highlight {
	background: #fff;
	color: #000;
	font-weight: 700;
}

/* 背景テキスト */

.pricing__plan__background {
	bottom: clamp(-6px, 5vw, -14px);
	bottom: -5.5rem;
	left: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.pricing__plan__bg-text {
	animation: scrollText 80s linear infinite;
	color: #F6F6F6;
	display: inline-block;
	font-family: "Arial Black";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: clamp(90px, 20vw, 180px);
	font-style: normal;
	font-weight: 900; /* 324px */
	letter-spacing: 0.08em;
	line-height: 1;
	opacity: 0.2;
	text-align: center;
	text-transform: uppercase; /* 右から左へスクロール */
}

/* 背景テキストを2つ並べる */

.pricing__plan__bg-text:nth-child(2) {
	animation-delay: 2s; /* ずらして滑らかに */
}

/* スクロールアニメーション */

.pricing__process {
	background-color: #FBFBEA;
	color: #000;
	padding-bottom: 6.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 8.75rem;
	text-align: center;
}

.pricing__process__section-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

.pricing__process__section-title::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "Pricing Process";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 5vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1; /* 0.5の部分を調整 */
	opacity: 0;
	position: absolute;
	top: 175%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.pricing__process__step__list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 7.5rem;
	max-width: 53.75rem;
	padding-left: 5%;
	width: 100%;
}

.pricing__process__step__item {
	align-items: start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.pricing__process__step-number {
	align-items: center;
	background-color: #fff;
	border: 0.1875rem solid #fff;
	border: 0.125rem solid #000;
	border-radius: 50%;
	color: #000;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	width: 3.75rem;
	z-index: 1;
}

/* 🌟 各数字の下にラインを追加 */

.pricing__process__step-number::after { /* 数字の下に伸びる */
	background-color: #333;
	content: "";
	height: 22.125rem; /* 数字の下 */
	left: 50%;
	position: absolute;
	top: 100%; /* 中央揃え */
	transform: translateX(-50%);
	width: 0.125rem;
}

/* 🌟 最後の数字（5など）のラインを消す */

.pricing__process__step__item:last-child .pricing__process__step-number::after {
	display: none;
}

.pricing__process__step-content {
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 8.75rem;
	max-width: 40.625rem;
	text-align: left;
	width: 100%;
}

.pricing__process__step-title {
	color: #000;
	font-optical-sizing: auto;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.pricing__process__step-title-sub {
	color: #333;
	font-optical-sizing: auto;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1.25rem;
}

.pricing__process-item__step-text {
	color: #222;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 1.5rem;
}

.pricing__process-item__step-text--indent {
	color: #222;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.45;
	margin-top: 0.5rem;
	padding-left: 1em;
	text-indent: -1em;
}

.pricing__process__step-button {
	background-color: #000;
	border: 3px solid #FFF;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1.25rem;
	padding: 1.25rem 3.625rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.pricing__process__step-button:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
	opacity: 1;
}

.pricing__process__message {
	background-color: #1a1818;
	border-radius: 6px;
	color: #ffffff;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 1.125rem 6.25rem;
	text-align: center;
}

/* 🌟 フッターエリア（CTAに統合） */

.pricing__process-cta {
	margin-top: clamp(60px, 14vh, 80px);
	text-align: center;
}

.pricing__process-cta-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 5rem;
}

/* 🌟 マイクロコピー（テキスト） */

.pricing__process__microcopy {
	align-items: center;
	color: #444;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 5vw, 19px);
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.pricing__process__microcopy::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.pricing__process__microcopy::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.pricing__process__microcopy::before,
.pricing__process__microcopy::after {
	position: relative;
	top: 2px; /* 数値を調整して下げる */
}

/* 🌟 ボタン（flow__footer-button から変更） */

.pricing__process-button {
	align-items: center; /* 元の border-radius を適用 */
	background-color: #fff;
	border: 0.125rem solid #000; /* 元の border を適用 */
	border-radius: 3.125rem; /* 🌟 立体感のあるシャドウ */
	box-shadow: 0 0.375rem 0.75rem rgba(255, 255, 255, 0.3);
	color: #000;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em; /* 既存の `.flow__footer-button` のサイズ */
	line-height: 1;
	margin-top: 0.875rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* 🌟 ホバー時のエフェクト */

.pricing__process-button:hover {
	background-color: #000;
	border-color: #fff; /* 🌟 ホバー時に影を強調して浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(255, 255, 255, 0.4);
	color: #fff;
}

/* 🌟 SVGアイコンの調整（必要なら） */

.pricing__process-button .pricing__process-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.pricing__process-button .pricing__process-arrow svg {
	stroke: #000;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* 🌟 ホバー時のエフェクト */

.pricing__process-button:hover .pricing__process-arrow svg {
	stroke: #fff;
	transform: translateX(0.625rem);
}

.pricing-faq {
	background-color: #fff;
	color: #000;
	max-width: 100vw; /* 画面サイズを超えないようにする */
	overflow-x: hidden; /* 横スクロール防止 */
	padding: 5rem 1.25rem;
	text-align: center;
}

.pricing-faq__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(40px, 5vh, 60px);
}

.pricing-faq__accordion {
	margin: 0 auto;
	margin-top: clamp(60px, 11vh, 80px);
	max-width: 50rem;
	position: relative;
	text-align: left;
	z-index: 0;
}

.pricing-faq__accordion::before {
	color: #000;
	content: "Questions";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(54px, 13vw, 120px);
	font-style: normal;
	font-weight: 900;
	left: -2%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.05;
	position: absolute;
	top: -14%;
	z-index: -1;
}

.pricing-faq__accordion::after {
	bottom: -10%;
	color: #000;
	content: "Answers";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(60px, 13vw, 120px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.05;
	position: absolute;
	right: -2%;
	z-index: -1;
}

/* 🌟 FAQ セクション CTA */

.pricing-faq__cta {
	margin-top: clamp(80px, 5vh, 100px);
	text-align: center;
}

/* 🌟 マイクロコピー（テキスト） */

.pricing-faq__microcopy {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 2vw, 19px);
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.pricing-faq__microcopy::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem;
}

.pricing-faq__microcopy::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem;
}

.pricing-faq__microcopy::before,
.pricing-faq__microcopy::after {
	position: relative;
	top: 2px;
}

/* 🌟 ボタン */

.pricing-faq__button {
	align-items: center;
	background-color: #000;
	border: 0.125rem solid #000;
	border-radius: 3.125rem;
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.625rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* 🌟 ホバー時のエフェクト */

.pricing-faq__button:hover {
	background-color: #fff;
	border-color: #000;
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.4);
	color: #000;
}

/* 🌟 SVGアイコンの調整 */

.pricing-faq__button-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.pricing-faq__button-arrow svg {
	stroke: white;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* 🌟 ホバー時のエフェクト */

.pricing-faq__button:hover .pricing-faq__button-arrow svg {
	stroke: black;
	transform: translateX(0.625rem);
}

.privacy-policy {
	background: #fff5b7;
	padding: 120px 0;
}

.privacy-policy__inner {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	margin: 0 auto;
	max-width: 960px;
	padding: 60px 40px;
	width: 90%;
}

.privacy-policy__title {
	color: #333;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
	text-align: center;
}

.privacy-policy__content {
	color: #333;
	font-size: 16px;
	line-height: 2;
}

.privacy-policy__content p {
	margin-bottom: 1.8em;
}

.privacy-policy__content h2 {
	border-left: 6px solid #f6d743;
	color: #333;
	font-size: 28px;
	margin-bottom: 1em;
	margin-top: 2.5em;
	padding-left: 15px;
}

.privacy-policy__content h3 {
	color: #333;
	font-size: 22px;
	margin-bottom: 1em;
	margin-top: 2em;
}

.privacy-policy__content ul {
	margin: 1em 0;
	padding-left: 1.5em;
}

.privacy-policy__content li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}

.privacy-policy__inner {
	animation: fadeUp 1s ease 0.3s forwards;
	opacity: 0;
	transform: translateY(30px);
}

.privacy-policy__content h2 {
	overflow: hidden;
	position: relative;
}

.privacy-policy__content h2::after {
	background: #f6d743;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transition: width 0.6s ease;
	width: 0;
}

.privacy-policy__content h2:hover::after {
	width: 100%;
}

.request {
	background: #E5ECF1;
	margin-top: 140px;
	padding-bottom: 180px;
	padding-top: 142px;
}

.request__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.request__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.request__title--en {
	color: #028CD7;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: capitalize;
}

.request__title--ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 26px;
}

.request__lead {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.45;
	margin-top: 4.3125rem;
}

/* ulタグ */

.scroll-text {
	padding-inline: 0;
	margin-inline: 0;
	gap: 0;
	display: flex;
	left: calc(50% - 50vw);
	list-style: none;
	overflow: hidden; /* 幅を全画面に広げる */
	position: relative;
	width: 100vw;
}

/* liタグ */

.scroll-text li {
	animation: marquee-left 16s linear infinite;
	color: #F2F2F2;
	font-family: "Noto Sans", sans-serif;
	font-size: 3em;
	font-weight: bold;
	margin: 0;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

/* PCの時のフォントサイズ */

/* アニメーション */

.section__header-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(28px, 6vw, 40px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(60px, 8vh, 80px);
	position: relative;
	z-index: 0;
}

.section__header-title::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(14%, 5vh, -5%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.section-title--fv {
	display: flex;
	flex-direction: column;
	text-align: center;
	z-index: 0;
}

.section-title--fv--ja {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(30px, 4vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.section-title--fv--en {
	color: #000;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.section-title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.section-title--ja {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(32px, 5vw, 42px);
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-top: 0.25rem;
}

.section-title--en {
	color: #000;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
}

.service__contact {
	background-color: #ffec80;
	color: #000;
	padding: 5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.service__contact::before {
	color: #000;
	content: "LET'S TALK";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 15vw;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	top: clamp(57%, 5vh, 50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.service__contact-inner {
	margin: 0 auto;
	max-width: 62.5rem;
}

.service__contact-lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 5vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(40px, 10vh, 60px);
}

.service__contact-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.service__contact-info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.service__contact-info {
	text-align: center;
}

.service__contact-info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.service__contact-info-text::before {
	content: "＼";
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
}

.service__contact-info-text::after {
	content: "／";
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
}

/* ボタン共通スタイル */

.top-contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 5.375rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	padding: 1.875rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	width: 18.75rem;
	width: 22.1875rem;
}

.top-contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
}

.top-contact__button--mail:hover {
	background-color: #f5f5f5;
}

.top-contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
}

.top-contact__button--phone:hover {
	background-color: #333;
}

.top-contact__button-icon-animation {
	height: 2.125rem;
	width: 2.125rem;
}

.top-contact__button {
	position: relative;
	transition: border-color 0.3s ease-in-out;
}

.top-contact__button:hover {
	background-color: transparent;
	border-color: #000;
}

.top-contact__button:hover .top-contact__button-text-tel {
	color: #000;
}

.top-contact__button:hover .top-contact__button-subtext {
	color: #000;
}

.top-contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.top-contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.top-contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-size: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-top: 0.3125rem;
}

.top-contact__button-subtext:hover {
	color: #000;
}

.service__content {
	background-color: #FDF8E9;
	padding: 50px 20px;
	text-align: center;
	z-index: 0;
}

.service__content-line {
	background-color: #000;
	height: 50px;
	margin: 0 auto clamp(16px, 5vw, 32px);
	width: 1.5px;
}

.service__content-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(32px, 5vw, 42px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: clamp(16px, 5vw, 32px);
	position: relative;
	z-index: 2;
}

.service__content-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin: 0 auto;
	margin-top: clamp(60px, 8vh, 80px);
	max-width: 720px;
	position: relative;
	text-align: left;
	z-index: 1;
}

.service__content-description::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.4);
	content: "FUNCTIONAL DESIGN & CONTENT";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 8vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	opacity: 1;
	position: absolute;
	top: 160%;
	transform: translate(-50%, -50%);
	white-space: normal;
	z-index: -1;
}

.service__content-list {
	gap: 1.625rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(60px, 9vh, 90px);
	max-width: 900px;
	position: relative;
	z-index: 3;
}

.service__content-item {
	align-items: center;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	max-width: 420px;
	padding: 20px;
	text-align: left;
}

.service__content__icon-animation {
	flex: 2;
	height: 70px;
	width: 70px;
}

.service__content-item__body {
	flex: 8;
}

.service__content-item-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(22px, 2vw, 22px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 10px;
}

.service__content-item-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 2vw, 17px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.service__design {
	background: #000;
	padding-bottom: clamp(100px, 10vh, 140px);
	padding-top: clamp(80px, 10vh, 100px);
	position: relative;
	text-align: center;
}

.service__design-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(32px, 6vw, 40px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(60px, 8vh, 80px);
	position: relative;
	z-index: 0;
}

.service__design-title::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "UNIQUE DESIGN";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(14%, 5vh, -5%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.service__design-content {
	background-color: #FFEB66;
	border-radius: 8px;
	margin: 0 auto;
	margin-top: clamp(100px, 18vh, 140px);
	max-width: 38.75rem;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.service__design-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 5vw, 20px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: left;
}

.service__design-list {
	margin: 0 auto;
	margin-top: 11.25rem;
	max-width: 600px;
	position: relative;
	z-index: 1;
}

.service__images {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
	left: 50%;
	max-width: 56.25rem;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 0;
}

.service__image-wrapper {
	animation: fadeInOutRandom 5s infinite alternate;
	height: auto;
	opacity: 0;
	position: absolute;
	width: 8.75rem;
}

/* `service__design-content` と `service__design-list` の間にランダム配置 */

.service__image-wrapper:nth-child(1) {
	animation-delay: 0.5s;
	left: 100px;
	top: -51px;
	transform: translate(-50%, -50%) rotate(-8deg);
}

.service__image-wrapper:nth-child(2) {
	animation-delay: 1s;
	right: 140px;
	top: -40px;
	transform: translate(-50%, -50%) rotate(5deg);
}

.service__image-wrapper:nth-child(3) {
	animation-delay: 1.5s;
	bottom: 200px;
	left: 200px;
	transform: translate(-50%, -50%) rotate(-6deg);
}

.service__image-wrapper:nth-child(4) {
	animation-delay: 2s;
	bottom: 211px;
	right: 340px;
	transform: translate(-50%, -50%) rotate(7deg);
}

.service__image-wrapper:nth-child(5) {
	animation-delay: 2.5s;
	left: 290px;
	top: -38px;
	transform: translate(-50%, -50%) rotate(-5deg);
}

.service__image-wrapper:nth-child(6) {
	animation-delay: 3s;
	right: 156px;
	top: -36px;
	transform: translate(-50%, -50%) rotate(4deg);
}

.service__image-wrapper:nth-child(7) {
	animation-delay: 3s;
	right: 340px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(4deg);
}

/* フェードイン・アウトのアニメーション */

.service__design-list {
	margin: 0 auto;
	margin-top: 11.25rem;
	max-width: 56.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: left;
	width: 100%;
}

.service__design-item {
	margin-top: clamp(28px, 7vh, 44px);
	max-width: 38.75rem;
	width: 100%;
}

.service__design-item:nth-child(1) {
	margin-right: auto;
}

.service__design-item:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
}

.service__design-item:nth-child(3) {
	margin-left: auto;
}

.service__design-item-title {
	color: #FFEB66;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 5vw, 28px);
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-indent: -1.3em;
}

.service__design-item-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: 0.75rem;
	position: relative;
	z-index: 0;
}

/* 各 .service__design-item-text に異なる背景文字を設定 */

.service__design-item:nth-child(1) .service__design-item-text::before {
	content: "INDUSTRY-TAILORED DESIGN";
}

.service__design-item:nth-child(2) .service__design-item-text::before {
	content: "FAST & INTUITIVE ACCESS";
}

.service__design-item:nth-child(3) .service__design-item-text::before {
	content: "EXCELLENCE IN EVERY DETAIL";
}

/* 背景文字のスタイル */

.service__design-item-text::before {
	color: #FDEA74;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 3vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.2;
	position: absolute;
	top: 70%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.service__faq {
	background-color: #fff;
	color: #000;
	max-width: 100vw; /* 画面サイズを超えないようにする */
	overflow-x: hidden;
	padding: 5rem 1.25rem;
	text-align: center; /* 横スクロール防止 */
}

.service__faq__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(40px, 5vh, 60px);
}

/* 🌟 アコーディオン全体 */

.service__faq__accordion {
	margin: 0 auto;
	margin-top: clamp(60px, 11vh, 80px);
	max-width: 50rem;
	position: relative;
	text-align: left;
	z-index: 0;
}

/* 🌟 アコーディオンタイトル */

.service__faq__accordion-title,
.accordion__title {
	align-items: center;
	background-color: #FDEA74;
	border: 0.125rem solid #000;
	border-radius: 0.5rem;
	color: #000;
	cursor: pointer;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 1.25rem;
	padding-right: 2.5rem;
	transition: background-color 0.3s ease;
}

/* 🌟 アコーディオンアイテム */

.service__faq__accordion-item,
.accordion__item {
	border-bottom: 0.0625rem solid #ddd;
	margin-bottom: 0.625rem;
}

/* 🌟 アコーディオンコンテンツ */

.service__faq__accordion-content,
.accordion__content {
	color: #333;
	display: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.9375rem;
}

/* 🌟 アコーディオン開閉時 */

.service__faq__accordion-item.is-active .service__faq__accordion-content,
.accordion__item.is-active .accordion__content {
	display: block;
}

.service__faq__accordion::before {
	color: #000;
	content: "Questions";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(54px, 13vw, 120px);
	font-style: normal;
	font-weight: 900;
	left: -2%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.05;
	position: absolute;
	top: -14%;
	z-index: -1;
}

.service__faq__accordion::after {
	bottom: -10%;
	color: #000;
	content: "Answers";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(60px, 13vw, 120px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.05;
	position: absolute;
	right: -2%;
	z-index: -1;
}

/* 🌟 FAQ CTA */

.service__faq__cta {
	margin-top: clamp(80px, 5vh, 100px);
	text-align: center;
}

/* 🌟 マイクロコピー */

.service__faq__microcopy {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 2vw, 19px);
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.service__faq__microcopy::before {
	content: "＼";
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
}

.service__faq__microcopy::after {
	content: "／";
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
}

/* 🌟 ボタン */

.service__faq__button {
	align-items: center;
	background-color: #000;
	border: 0.125rem solid #000;
	border-radius: 3.125rem;
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.625rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* 🌟 ホバー時 */

.service__faq__button:hover {
	background-color: #fff;
	border-color: #000;
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.4);
	color: #000;
}

/* 🌟 SVGアイコン */

.service__faq__button-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.service__faq__button-arrow svg {
	stroke: white;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* 🌟 ホバー時 */

.service__faq__button:hover .service__faq__button-arrow svg {
	stroke: black;
	transform: translateX(0.625rem);
}

.service__features {
	background-color: #FFEB66;
	padding-bottom: clamp(80px, 10vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(80px, 10vh, 100px);
	text-align: center;
}

.service__features-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(28px, 4vw, 38px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.service__features-list { /* PCでは4列 */
	gap: 40px;
	align-items: start;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(30px, 6vh, 40px);
	max-width: 70rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.service__feature {
	margin: 0 auto;
	max-width: 14.0625rem;
	text-align: center; /* 🔹 センター配置を確実にする */
}

.service__feature-heading {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(20px, 5vw, 22px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-bottom: 10px;
}

.service__feature__icon-animation {
	height: 5rem;
	margin: 40px auto;
	position: relative;
	width: 5rem;
	z-index: 0;
}

.service__feature__icon-animation::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 7.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 7.5rem;
	z-index: -1;
}

.service__feature-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 5vw, 17px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: left;
}

.service__fv {
	background: #fff;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.service__fv-description {
	color: #000;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(40px, 10vh, 100px);
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.service__fv-description::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "Empowering Websites";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(-5%, 5vh, -5%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.service__fv.scrolled {
	background: #000;
}

.service__fv-description,
.service__fv-title,
.service__fv-subtitle {
	color: #000;
	transition: color 0.5s ease-in-out;
}

.service__fv.scrolled .service__fv-description,
.service__fv.scrolled .service__fv-title,
.service__fv.scrolled .service__fv-subtitle {
	color: #fff;
}

.service__process {
	background-color: #000;
	color: #fff;
	padding: 6.25rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.service__process-title {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.service__process__title--en {
	color: #fff;
}

.service__process__title--ja {
	color: #fff;
}

.service__process-description {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(36px, 5vh, 50px);
	max-width: 45rem;
	width: 100%;
}

.service__process-steps {
	gap: 1.875rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
	margin: 0 auto;
	margin-top: clamp(42px, 8vh, 60px);
	max-width: 57.5rem;
}

.service__process-step {
	background-color: #fff;
	border: 0.125rem solid #000;
	border-radius: 0.625rem;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(16px, 5vh, 32px);
	max-width: 15.3125rem;
	padding: 1.125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.service__process-step-number {
	align-items: center;
	background-color: #eee;
	border-radius: 50%;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(14px, 2vw, 16px);
	font-style: normal;
	font-weight: 700;
	height: 5rem;
	justify-content: center;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	top: -2.5rem;
	transform: translateX(-50%);
	width: 5rem;
}

.service__process-step-label {
	color: #666;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.service__process-step-value {
	color: #000;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.service__process-step-icon-animation {
	height: 6.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: 6.25rem;
}

.service__process-step-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.625rem;
}

.service__process-step-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.service__process-step::after {
	color: #e5e2e2;
	content: "▶";
	font-size: 1.625rem;
	position: absolute;
	right: -20%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

/* 背景テキストのコンテナ */

.service__process__background--top {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: clamp(100px, 55vh, 350px);
	white-space: nowrap;
	width: 100%;
	z-index: -1;
}

/* 背景テキストのコンテナ */

.service__process__background--bottom {
	bottom: clamp(100px, 66vh, 400px);
	left: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 100%;
	z-index: -1;
}

/* 背景テキスト */

.service__process__bg-text {
	animation: scrollText 50s linear infinite;
	color: rgba(246, 246, 246, 0.2);
	display: inline-block;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: clamp(80px, 20vw, 180px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

/* 2つの背景テキストを並べる */

.service__process__bg-text:nth-child(2) {
	animation-delay: 3s;
}

/* 背景テキストのスクロールアニメーション */

.service__process-footer {
	margin: clamp(16px, 5vw, 32px) auto;
	max-width: 80%;
	padding: clamp(50px, 10vh, 70px) 1.25rem;
	position: relative;
	text-align: center;
	text-align: center;
	z-index: 0;
}

.service__process-footer-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
}

.service__process-footer-button {
	align-items: center;
	background: #fff;
	border: 0.125rem solid #fff;
	border-radius: 3.125rem;
	color: #000;
	display: block;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.3;
	margin: 0 auto;
	margin-bottom: 2rem;
	margin-top: 1.75rem;
	max-width: 32.5rem;
	padding: 1.5rem 2rem;
	padding: 1.25rem 2.5rem;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	width: -moz-fit-content;
	width: fit-content;
}

/* SVGアイコンの調整 */

.service__process-footer-button-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 1em;
}

.service__process-footer-button-arrow svg {
	stroke: black;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* ホバー時のボタンエフェクト */

.service__process-footer-button:hover {
	background-color: black;
	border-color: #fff;
	color: white;
}

.service__process-footer-button:hover .service__process-footer-button-arrow svg {
	stroke: white;
	transform: translateX(0.625rem);
}

.service__process-footer-note {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
}

.service__writing {
	padding-bottom: clamp(80px, 10vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(80px, 10vh, 100px);
	text-align: center;
}

.service__writing-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(32px, 5vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(16px, 5vw, 32px);
}

.service__writing-subtitle {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(18px, 2vw, 20px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(18px, 2vh, 21px);
	position: relative;
	z-index: -1;
}

.service__writing-subtitle::before {
	animation: fadeBlink 6s infinite ease-in-out;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "CRAFTING YOUR MESSAGE";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 8vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: 10rem;
	transform: translate(-50%, -50%);
	white-space: normal;
	z-index: -2;
}

/* 定期的に表示・非表示を繰り返すアニメーション */

.service__writing-content {
	gap: 20px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: clamp(100px, 13vh, 132px) auto;
	max-width: 900px;
	text-align: left;
}

.service__writing-text {
	flex: 8;
}

.service__writing-text p {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-bottom: clamp(24px, 4vh, 32px);
}

.service__writing-highlight {
	color: #E67328;
	font-weight: 700;
}

.service__writing__icon-animation {
	flex: 1;
	height: 15.625rem;
	width: 15.625rem;
}

.service__writing-image img {
	height: auto;
	max-width: 100%;
}

.service__writing-cta {
	background-color: #FDEA74;
	border-radius: 12px;
	margin: clamp(16px, 5vw, 32px) auto;
	max-width: 56.25rem;
	padding-bottom: clamp(50px, 10vh, 70px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(50px, 10vh, 70px);
	position: relative;
	text-align: center;
	width: 80%;
	z-index: 0;
}

.service__writing-cta::before {
	animation: fadeBlink 6s infinite ease-in-out;
	color: #DDC848;
	color: rgba(221, 200, 72, 0.5);
	content: "WORDS THAT INSPIRE";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 8vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: -15.625rem;
	transform: translate(-50%, -50%);
	white-space: normal;
	z-index: -3;
}

.service__writing-cta-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.6;
}

.service__writing-note {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
}

.service__writing-button {
	align-items: center;
	background: #fff;
	border: 0.125rem solid #000;
	border-radius: 3.125rem;
	color: #000;
	display: block;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	margin: 0 auto;
	margin-bottom: 2rem;
	margin-top: 1.75rem;
	max-width: 32.5rem;
	padding: 1.5rem 2rem;
	padding: 1.25rem 2.5rem;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	width: -moz-fit-content;
	width: fit-content;
}

/* SVGアイコンの調整 */

.service__writing-button-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 1em; /* テキストとSVGの間に余白 */
}

.service__writing-button-arrow svg { /* アスペクト比を維持 */
	stroke: black; /* SVGの幅を調整 */
	height: auto; /* 矢印の色 */
	transition: transform 0.3s ease-in-out;
	width: 1.75rem; /* ホバー時の動きを追加 */
}

/* ホバー時のボタンエフェクト */

.service__writing-button:hover {
	background-color: #000;
	color: #fff;
}

.service__writing-button:hover .service__writing-button-arrow svg {
	stroke: white; /* 矢印の色を白に変更 */
	transform: translateX(0.625rem); /* 矢印を右にスライド */
}

.service-line {
	background-color: transparent;
	height: 50px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	width: 1.5px;
}

.service-line::after {
	animation: scroll-indicator 3s infinite linear;
	background-color: #000;
	content: "";
	height: 100px; /* 上から開始 */
	left: 0;
	position: absolute;
	top: -100px;
	width: 1.8px;
}

.service-line--white {
	background-color: transparent;
	height: 50px;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
	width: 1.5px;
}

.service-line--white::after {
	animation: scroll-indicator 3s infinite linear;
	background-color: #fff;
	content: "";
	height: 100px; /* 上から開始 */
	left: 0;
	position: absolute;
	top: -100px;
	width: 1.8px;
}

.sp__1200 {
	display: none;
}

.sp__980 {
	display: none;
}

.sp__974 {
	display: none;
}

.sp__960 {
	display: none;
}

.sp__954-425 {
	display: none;
}

.sp__768 {
	display: none;
}

.sp__684 {
	display: none;
}

.sp__680 {
	display: none;
}

.sp__610 {
	display: none;
}

.sp__610-430 {
	display: none;
}

.sp__570 {
	display: none;
}

.sp__552 {
	display: none;
}

.sp__550 {
	display: none;
}

.sp__512 {
	display: none;
}

.sp__470 {
	display: none;
}

.sp__465 {
	display: none;
}

.sp__450 {
	display: none;
}

.sp__440 {
	display: none;
}

.sp__430 {
	display: none;
}

.sp__420 {
	display: none;
}

.sp__405 {
	display: none;
}

.sp__375 {
	display: none;
}

.sp__374 {
	display: none;
}

.subPage-mv__header {
	-o-object-fit: cover;
	background-image: url(../../assets/images/common/news-fv.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	max-height: 26.25rem;
	object-fit: cover;
	padding-bottom: 11.8125rem;
	padding-top: 12.0625rem;
	position: relative;
}

.subPage-mv__header-title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.subPage-mv__header-title--en {
	color: #028CD7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: regular;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: capitalize;
}

.subPage-mv__header-title--ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 24px;
}

.subPage-mv__header-title--en-blog {
	color: #666;
}

.support__blog-writing {
	background-color: #fef9e7;
	color: #000;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
}

.support__blog-writing-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

.support__blog-writing-title::before {
	color: #DDC848;
	content: "SEO WRITING";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: clamp(60px, 8vw, 80px);
	font-weight: 700;
	left: 236px;
	line-height: 1;
	opacity: 0.6;
	position: absolute;
	top: 3.75rem;
	z-index: -1;
}

.support__blog-writing-intro {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: clamp(100px, 12vh, 120px);
}

.support__blog-writing-intro-icon {
	height: auto;
	max-width: 11.25rem;
	text-align: center;
	width: 40%;
}

.support__blog-writing-intro-text {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-left: 2.5rem;
	width: 60%;
}

.support__blog-writing-intro-title {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(24px, 3vw, 28px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
}

.support__blog-writing-intro-description {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 2vw, 20px);
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 0.75rem;
	text-align: left;
}

.support__blog-writing-highlight {
	margin-top: clamp(40px, 6vh, 60px);
	text-align: center;
}

.support__blog-writing-highlight-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(26px, 3.4vw, 34px);
	font-style: normal;
	font-weight: 700;
}

.support__blog-writing-highlight-text::before {
	content: "＼";
	display: inline-block;
	margin-right: 0.375rem;
	transform: rotate(5deg);
}

.support__blog-writing-highlight-text::after {
	content: "／";
	display: inline-block;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
}

.support__blog-writing-highlight-title {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(26px, 3.6vw, 38px);
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.support__blog-writing-items {
	gap: 3.125rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: clamp(40px, 6vh, 60px);
}

.support__blog-writing-item {
	max-width: 18.75rem;
	text-align: center;
	width: 100%;
}

.support__blog-writing-item-icon {
	margin: 0 auto 1rem;
	max-width: 7.5rem;
}

.support__blog-writing-item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: auto;
	white-space: nowrap;
}

.support__blog-writing-item-description {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	padding: 1.25rem;
	text-align: left;
}

.support__contact {
	background-color: #ffec80;
	color: #000;
	padding: 5rem 0.9375rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.support__contact::before {
	color: #000;
	content: "LET'S TALK";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 15vw;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	top: clamp(57%, 5vh, 50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.support__contact-inner {
	margin: 0 auto;
	max-width: 62.5rem;
}

.support__contact-lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 5vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(40px, 10vh, 60px);
}

.support__contact-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.support__contact-info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.support__contact-info {
	text-align: center;
}

.support__contact-info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.support__contact-info-text::before {
	content: "＼";
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
}

.support__contact-info-text::after {
	content: "／";
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
}

/* ボタン共通スタイル */

.top-contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 5.375rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	padding: 1.875rem 1.875rem;
	text-decoration: none;
	transition: 0.3s;
	width: 18.75rem;
	width: 22.1875rem;
}

.top-contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
}

.top-contact__button--mail:hover {
	background-color: #f5f5f5;
}

.top-contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
}

.top-contact__button--phone:hover {
	background-color: #333;
}

.top-contact__button-icon-animation {
	height: 2.125rem;
	width: 2.125rem;
}

.top-contact__button {
	position: relative;
	transition: border-color 0.3s ease-in-out;
}

.top-contact__button:hover {
	background-color: transparent;
	border-color: #000;
}

.top-contact__button:hover .top-contact__button-text-tel {
	color: #000;
}

.top-contact__button:hover .top-contact__button-subtext {
	color: #000;
}

.top-contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.top-contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}

.top-contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-size: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-top: 0.3125rem;
}

.top-contact__button-subtext:hover {
	color: #000;
}

.support__fv {
	background: #fff;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.support__fv-title {
	font-size: clamp(27px, 4vw, 40px);
}

.support__fv-description {
	color: #000;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(40px, 10vh, 100px);
	max-width: 45rem;
	position: relative;
	width: 100%;
	z-index: 0;
}

.support__fv-description::before {
	animation: fadeSlideIn 1.5s ease-out forwards;
	color: #FDEA74;
	content: "Reliable Support";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: 7vw;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0;
	position: absolute;
	top: clamp(-5%, 5vh, -5%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.support__fv.scrolled {
	background: #000;
}

.support__fv-description,
.support__fv-title,
.support__fv-subtitle {
	color: #000;
	transition: color 0.5s ease-in-out;
}

.support__fv.scrolled .support__fv-description,
.support__fv.scrolled .support__fv-title,
.support__fv.scrolled .support__fv-subtitle {
	color: #fff;
}

.support__operation {
	color: #000;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
}

.support__operation__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 72.5rem;
	width: 100%;
}

.support__operation-title {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(30px, 4vw, 40px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

.support__operation-title::before {
	color: #fdea74;
	content: "INSIGHTS & IMPROVEMENT";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(50px, 5vw, 70px);
	font-style: normal;
	font-weight: 700;
	left: 0px;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.8;
	position: absolute;
	top: 3.75rem;
	white-space: nowrap;
	z-index: -1;
}

.support__operation-intro {
	align-items: center;
	display: flex;
	justify-content: space-evenly;
	margin-top: clamp(66px, 12vh, 120px);
}

.support__operation-intro-icon {
	height: auto;
	max-width: 12.125rem;
	text-align: center;
	width: 40%;
}

.support__operation-intro-text {
	margin-left: 3.75rem;
	width: 60%;
}

.support__operation-intro-title {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(26px, 3vw, 30px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.support__operation-intro-description {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: clamp(16px, 5vh, 22px);
}

.support__operation__container {
	border-radius: 2.5rem;
	margin: auto;
	max-width: 80rem;
	padding-bottom: clamp(60px, 8vh, 82px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(40px, 6vh, 60px);
	width: 100%;
}

.support__operation-highlight {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(23px, 3vw, 38px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin: auto;
	margin-top: clamp(14px, 2vh, 14px);
	max-width: 50rem;
	text-align: center;
	width: 100%;
}

.support__operation-highlight span {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(23px, 3vw, 34px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.support__operation-highlight span::before {
	content: "＼";
	display: inline-block;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
}

.support__operation-highlight span::after {
	content: "／";
	display: inline-block;
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
}

.support__operation-items {
	gap: 1.875rem;
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: auto;
	margin-top: clamp(46px, 5vh, 56px);
	max-width: 62.5rem;
	width: 100%;
}

.support__operation-item {
	align-items: center;
	border: 4px solid #000;
	border-radius: 1.875rem;
	color: #000;
	display: flex;
	flex-direction: column;
	max-width: 18.75rem;
	padding: 1.25rem;
	width: 100%;
}

/* 1番目の要素 */

.support__operation-item:nth-child(1) {
	background-color: #fff; /* お好みの色に変更 */
}

/* 2番目の要素 */

.support__operation-item:nth-child(2) {
	background-color: #FFFBE3;
}

/* 3番目の要素 */

.support__operation-item:nth-child(3) {
	background-color: #FDEA74;
}

.support__operation-item-icon-animation {
	height: auto;
	max-width: 7.8125rem;
}

.support__operation-item-title {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1.25rem;
}

.support__operation-item-description {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 1.8vw, 18px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-bottom: auto;
	margin-top: clamp(17px, 2.4vh, 24px);
}

.support__security {
	background: #FDEA74;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.support__security-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(30px, 4vw, 40px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

.support__security-title::before {
	color: #fff;
	content: "Secure Operations";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: clamp(50px, 5vw, 80px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.8;
	position: absolute;
	right: clamp(-100px, 5vw, 70px);
	right: -100px;
	top: 7.8125rem;
	z-index: -1;
}

.support__security-intro {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 6.125rem;
}

.support__security-intro-icon {
	height: auto;
	max-width: 12.125rem;
	width: 40%;
}

.support__security-intro-text {
	margin-left: 3.75rem;
	width: 60%;
}

.support__security-intro-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(26px, 3vw, 30px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.support__security-intro-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: clamp(16px, 5vh, 22px);
}

.support__security-highlight {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(23px, 3vw, 36px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(16px, 5vh, 65px);
	text-align: center;
}

.support__security-highlight span {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(23px, 3vw, 36px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: clamp(16px, 5vh, 32px);
	text-align: center;
}

.support__security-highlight span::before {
	content: "＼"; /* 左側のスラッシュ（右下がり） */
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-right: 0.375rem; /* 文字との間隔 */
	transform: rotate(5deg); /* 左に傾ける */
}

.support__security-highlight span::after {
	content: "／"; /* 右側のスラッシュ（左下がり） */
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 0.375rem; /* 文字との間隔 */
	transform: rotate(-5deg); /* 右に傾ける */
}

.support__security-items {
	gap: clamp(16px, 5vh, 32px);
	display: flex;
	flex-direction: column;
	margin-top: clamp(46px, 5vh, 56px);
}

.support__security-item {
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	max-width: 46.25rem;
	padding: 1.25rem;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	width: 100%;
}

.support__security-item-icon {
	flex-shrink: 0;
	height: auto;
	margin-left: 1.25rem;
	max-width: 7.8125rem;
}

.support__security-item-content {
	align-items: center;
	display: flex;
	justify-content: start;
	margin-left: 1.25rem;
}

.support__security-item-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(19px, 3vw, 28px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.support__security-item-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 1.8vw, 18px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: clamp(16px, 3vh, 22px);
}

.support__update {
	color: #fff;
	padding-bottom: clamp(80px, 15vh, 100px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(100px, 10vh, 120px);
	transition: background-color 0.5s ease-in-out;
}

.support__update-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

.support__update-title::before {
	color: #FDEA74;
	content: "Effortless Updates";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: clamp(50px, 5vw, 80px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.8;
	position: absolute;
	right: clamp(-100px, 5vw, 70px);
	right: -100px;
	top: 3.75rem;
	z-index: -1;
}

.support__update-intro {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: clamp(66px, 8vh, 84px);
}

.support__update-intro-icon {
	height: auto;
	max-width: 8.125rem;
	text-align: center;
	width: 40%;
}

.support__update-intro-text {
	flex: 6;
	margin-left: 3.75rem;
	padding: 2.5rem 0;
}

.support__update-intro-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(26px, 3vw, 30px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.support__update-intro-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: clamp(16px, 5vh, 22px);
}

.support__update__container {
	background: #000;
	border-radius: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-bottom: clamp(60px, 8vh, 82px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: clamp(40px, 6vh, 60px);
	width: 100%;
}

.support__update-highlight {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(23px, 3vw, 36px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(14px, 2vh, 14px);
	max-width: 50rem;
	text-align: center;
	width: 100%;
}

.support__update-highlight span {
	color: #FDEA74;
	font-size: clamp(23px, 3vw, 36px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2.5;
}

.support__update-highlight span::before {
	content: "＼";
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
}

.support__update-highlight span::after {
	content: "／";
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
}

.support__update-items {
	gap: clamp(16px, 5vh, 32px);
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(46px, 5vh, 56px);
	max-width: 56.25rem;
	width: 100%;
}

.support__update-item {
	background: #fff;
	border-radius: 1.875rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	color: #000;
	margin-left: auto;
	margin-right: auto;
	max-width: 46.25rem;
	padding: 1.25rem;
	width: 100%;
}

.support__update-item-content {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	justify-content: start;
}

.support__update-item-icon-animation {
	flex-shrink: 0;
	height: auto;
	max-width: 7.8125rem;
}

.support__update-item-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.support__update-item-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(16px, 1.8vw, 18px);
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: clamp(16px, 3vh, 22px);
}

.tab {
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	max-width: 980px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.tab__link {
	border: 1px solid #15B8F6; /* 優先するボーダー色を指定 */
	border-radius: 20px;
	color: #15B8F6;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-left: 12px;
	padding: 0.25rem 1.25rem;
}

.tab__link + .tab__link {
	margin-top: 12px;
}

.tab__link.is-active {
	background: #15B8F6;
	color: #fff;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 1.25rem;
}

.text {
	color: #444;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8666;
}

.text.text--large {
	color: #444;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.text.text--white {
	color: #fff;
}

.thanks {
	background: #ffeb86;
}

.thanks__bg-line {
	background: linear-gradient(-34deg, transparent 0%, transparent 25%, #ffffff 25%, #ffffff 40%, transparent 40%, transparent 100%);
	background: linear-gradient(-26deg, transparent 0%, transparent 44%, #ffffff 18%, #ffffff 80%, transparent 80%, transparent 100%);
	height: 100%;
	max-width: 98.9583333333%;
	padding-bottom: 96px;
	padding-top: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.thanks__bg-line::after {
	bottom: -15%;
	color: #444;
	content: "THANK YOU";
	font-family: "Noto Sans", sans-serif;
	font-size: 310px;
	font-size: 205px;
	font-size: clamp(12.813rem, -0.313rem + 16.41vw, 19.375rem);
	font-size: clamp(12.813rem, 1.582rem + 14.04vw, 17.375rem);
	font-size: clamp(12.813rem, 3.688rem + 11.41vw, 17.375rem);
	font-size: clamp(12.813rem, 0.529rem + 14.04vw, 17.375rem);
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}

.thanks-message {
	background: #ffeb86;
	box-shadow: 5px 0 15px rgba(155, 179, 205, 0.25), -5px 0 15px rgba(155, 179, 205, 0.25), 0 5px 15px rgba(155, 179, 205, 0.25), 0 -5px 15px rgba(155, 179, 205, 0.25);
	margin-left: auto;
	margin-right: auto;
	max-width: 1517px;
	max-width: 79.0104166667%;
	padding-bottom: 98px;
	padding-left: 398px;
	padding-left: 25px;
	padding-right: 398px;
	padding-right: 25px;
	padding-top: 110px; /* 上側の影 */
	position: relative;
	width: 100%;
}

.thanks__title {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-size: 30px;
	font-size: clamp(2.25rem, 1rem + 2vw, 2.5rem);
	font-size: clamp(1.875rem, -0.258rem + 4.44vw, 2.5rem);
	font-size: clamp(1.875rem, 0.761rem + 2.17vw, 2.5rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-align: center;
}

.thanks__title--sp {
	display: none;
}

.thanks__text-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
	max-width: 700px;
	width: 100%;
}

.thanks__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-size: clamp(1rem, -0.875rem + 3.13vw, 1.125rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.thanks__button {
	color: #000;
	margin-top: 82px;
	position: relative;
	text-align: center;
}

.btn--thanks {
	color: #000;
}

.arrow_s--thanks {
	color: #000;
}

.thanks__footer {
	position: relative;
	z-index: 10;
}

.content-wrapper {
	align-items: flex-start;
	display: flex; /* 垂直方向の整列を上部に */
	justify-content: space-between; /* 水平方向の間隔を調整 */
}

#toc { /* 目次の高さを内容に応じて自動調整 */
	background-color: #f9f9f9;
	border: 1px solid #ddd; /* ページ上部からの距離 */
	height: auto;
	margin-right: 20px;
	padding: 10px; /* 本文との間のスペース */
	position: sticky; /* ページをスクロールしても目次を固定する */
	top: 20px;
	width: 288px;
}

.news-article {
	flex: 1;
}

#toc ul {
	list-style: none; /* リストスタイルを削除 */
	padding: 0;
}

#toc li {
	margin-bottom: 10px; /* 各目次項目の間にスペース */
}

#toc a { /* リンクの下線を削除 */
	color: #0073e6;
	text-decoration: none; /* リンクの色を設定 */
}

#toc a:hover {
	text-decoration: underline; /* ホバー時のリンクに下線を追加 */
}

.toc-link {
	display: block; /* テキストを画面外に移動 */
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}

.top-contact {
	background-color: #ffec80;
	color: #000;
	padding: 5rem 1.25rem;
	position: relative;
	text-align: center;
	z-index: 0;
}

.top-contact::before {
	color: #000;
	content: "LET'S TALK";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 15vw;
	font-style: normal;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.03;
	position: absolute;
	top: clamp(57%, 5vh, 50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
}

.top-contact__inner {
	margin: 0 auto;
	max-width: 50rem;
}

.top-contact__lead {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(29px, 5vw, 40px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1, 5;
	margin-top: clamp(40px, 10vh, 60px);
}

.top-contact__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.56;
	margin-top: clamp(38px, 15vw, 58px);
}

.top-contact__info-wrap {
	gap: 1.25rem;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(56px, 15vh, 76px);
	max-width: 50rem;
	width: 100%;
}

.top-contact__info {
	position: relative;
	text-align: center;
	z-index: 5;
}

.top-contact__info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.top-contact__info-text::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.375rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem;
}

.top-contact__info-text::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.375rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem;
}

.top-contact__button {
	gap: 0.625rem;
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 2.5rem;
	cursor: pointer;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 5.375rem;
	justify-content: center;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	padding: 1.875rem 1.875rem;
	position: relative;
	text-decoration: none;
	transition: 0.3s;
	width: 18.75rem;
	width: 22.1875rem;
	z-index: 10;
}

.top-contact__button--mail {
	background-color: #fff;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #000;
}

.top-contact__button--mail:hover {
	background-color: #f5f5f5;
}

.top-contact__button--phone {
	background-color: #000;
	box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
}

.top-contact__button--phone:hover {
	background-color: #333;
}

.top-contact__button-icon-animation {
	height: 2.125rem;
	position: relative;
	width: 2.125rem;
	z-index: 5;
}

.tel-wrap {
	display: flex;
	flex-direction: column;
	z-index: 5;
}

.top-contact__button-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
	z-index: 5;
}

.top-contact__button-text-tel {
	color: #fff;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	position: relative;
	transition: color 0.3s ease-in-out;
	z-index: 5;
}

.top-contact__button-subtext {
	color: #fff;
	display: block;
	font-family: Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	line-height: 1;
	margin-top: 0.3125rem;
	position: relative;
	transition: color 0.3s ease-in-out;
	z-index: 5;
}

.hero {
	padding: 50px 20px;
	text-align: center;
}

.hero__subtitle {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.hero__title {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0;
}

.hero__highlight {
	display: inline-block;
	margin: 20px 0;
	position: relative;
}

.hero__highlight-text {
	color: rgba(255, 204, 0, 0.5);
	font-size: 48px;
	font-weight: bold;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.hero__description {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 800px;
}

.top-faq {
	background-color: #fff;
	color: #000;
	max-width: 100vw; /* 画面サイズを超えないようにする */
	overflow-x: hidden; /* 横スクロール防止 */
	padding: 5rem 1.25rem;
	text-align: center;
}

.top-faq__description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: clamp(40px, 5vh, 60px);
}

.top-faq__accordion {
	margin: 0 auto;
	margin-top: clamp(60px, 11vh, 80px);
	max-width: 50rem;
	position: relative;
	text-align: left;
	z-index: 0;
}

.top-faq__accordion::before {
	color: #000;
	content: "Questions";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(54px, 13vw, 120px);
	font-style: normal;
	font-weight: 900;
	left: -2%;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.05;
	position: absolute;
	top: -14%;
	z-index: -1;
}

.top-faq__accordion::after {
	bottom: -10%;
	color: #000;
	content: "Answers";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(60px, 13vw, 120px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.05;
	position: absolute;
	right: -2%;
	z-index: -1;
}

/* 🌟 FAQ セクション CTA */

.top-faq__cta {
	margin-top: clamp(80px, 5vh, 100px);
	text-align: center;
}

/* 🌟 マイクロコピー（テキスト） */

.top-faq__microcopy {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 2vw, 19px);
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.top-faq__microcopy::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem;
}

.top-faq__microcopy::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem;
}

.top-faq__microcopy::before,
.top-faq__microcopy::after {
	position: relative;
	top: 2px;
}

/* 🌟 ボタン */

.top-faq__button {
	align-items: center;
	background-color: #000;
	border: 0.125rem solid #000;
	border-radius: 3.125rem;
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.625rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* 🌟 ホバー時のエフェクト */

.top-faq__button:hover {
	background-color: #fff;
	border-color: #000;
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.4);
	color: #000;
}

/* 🌟 SVGアイコンの調整 */

.top-faq__button-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.top-faq__button-arrow svg {
	stroke: white;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* 🌟 ホバー時のエフェクト */

.top-faq__button:hover .top-faq__button-arrow svg {
	stroke: black;
	transform: translateX(0.625rem);
}

/* トップ特徴エリア */

.top-feature {
	background-color: #f1eeee;
	overflow: hidden;
	padding: 5rem 1.25rem;
	padding-bottom: clamp(20px, 17vh, 128px);
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 5rem;
	position: relative;
	text-align: center;
}

.top-feature__inner {
	margin: 0 auto;
	max-width: 50rem;
	z-index: 2; /* 背景文字より上に配置 */
}

/* 強調テキスト */

.top-feature__highlight {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(21px, 5vw, 36px);
	font-style: normal;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
}

.top-feature__highlight--yellow {
	color: #d4b500;
	font-size: clamp(32px, 5vw, 36px);
}

/* メインタイトル */

.top-feature__title {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: clamp(33px, 5vw, 36px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.625rem;
}

/* 説明文 */

.top-feature__text {
	color: #000;
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 2vw, 18px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 3rem;
	padding-bottom: 3.125rem;
	text-align: center;
}

.top-feature__text span {
	color: #d4b500;
	font-size: clamp(20px, 3vw, 30px);
	line-height: 2;
}

/* 背景テキスト */

.top-feature__background {
	bottom: clamp(-6px, 5vw, -14px);
	left: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.top-feature__bg-text {
	animation: scrollText 50s linear infinite;
	color: #F6F6F6;
	display: inline-block;
	font-family: "Arial Black";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: clamp(90px, 20vw, 180px);
	font-style: normal;
	font-weight: 900; /* 324px */
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase; /* 右から左へスクロール */
}

/* 背景テキストを2つ並べる */

.top-feature__bg-text:nth-child(2) {
	animation-delay: 2s; /* ずらして滑らかに */
}

/* スクロールアニメーション */

.top-flow {
	background-color: #000;
	color: #fff;
	padding-bottom: 6.875rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 8.75rem;
	text-align: center;
}

.top-flow__section-title span {
	color: #fff;
}

.top-flow__description {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 4rem;
}

.top-flow__step__list {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-top: 7.5rem;
	max-width: 50rem;
	padding-left: 5%;
	width: 100%;
}

.top-flow__step__item {
	align-items: start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.75rem;
}

.top-flow__step-number {
	align-items: center;
	background-color: #000;
	border: 0.1875rem solid #fff;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	color: #000;
	color: #fff;
	color: #ccc;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	position: absolute;
	width: 3.75rem;
	z-index: 1;
}

/* 🌟 各数字の下にラインを追加 */

.top-flow__step-number::after { /* 数字の下に伸びる */
	background-color: #fff;
	content: "";
	height: 11.125rem; /* 数字の下 */
	left: 50%;
	position: absolute;
	top: 100%; /* 中央揃え */
	transform: translateX(-50%);
	width: 0.125rem;
}

/* 🌟 最後の数字（5など）のラインを消す */

.top-flow__step__item:last-child .top-flow__step-number::after {
	display: none;
}

.top-flow__step-content {
	font-family: "Noto Sans JP", sans-serif;
	margin-left: 8.75rem;
	max-width: 31.25rem;
	text-align: left;
	width: 100%;
}

.top-flow__step-title {
	color: #fff;
	font-optical-sizing: auto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: bold;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.625rem;
}

.top-flow__step-description {
	color: #fff;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.4375rem;
}

.top-flow__step-button {
	background-color: #000;
	border: 3px solid #FFF;
	border-radius: 2.5rem;
	color: #fff;
	display: inline-block;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 1.25rem;
	padding: 1.25rem 3.625rem;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
}

.top-flow__step-button:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
	opacity: 1;
}

/* 🌟 フッターエリア（CTAに統合） */

.top-flow__cta {
	margin-top: clamp(60px, 14vh, 80px);
	text-align: center;
}

/* 🌟 マイクロコピー（テキスト） */

.top-flow__microcopy {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 5vw, 19px);
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.top-flow__microcopy::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.top-flow__microcopy::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.top-flow__microcopy::before,
.top-flow__microcopy::after {
	position: relative;
	top: 2px; /* 数値を調整して下げる */
}

/* 🌟 ボタン（flow__footer-button から変更） */

.top-flow-button {
	align-items: center; /* 元の border-radius を適用 */
	background-color: #fff;
	border: 0.125rem solid #fff; /* 元の border を適用 */
	border-radius: 3.125rem; /* 🌟 立体感のあるシャドウ */
	box-shadow: 0 0.375rem 0.75rem rgba(255, 255, 255, 0.3);
	color: #000;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em; /* 既存の `.flow__footer-button` のサイズ */
	line-height: 1;
	margin-top: 0.875rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* 🌟 ホバー時のエフェクト */

.top-flow-button:hover {
	background-color: #000;
	border-color: #fff; /* 🌟 ホバー時に影を強調して浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(255, 255, 255, 0.4);
	color: #fff;
}

/* 🌟 SVGアイコンの調整（必要なら） */

.top-flow-button .top-flow-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.top-flow-button .top-flow-arrow svg {
	stroke: #000;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* 🌟 ホバー時のエフェクト */

.top-flow-button:hover .top-flow-arrow svg {
	stroke: #fff;
	transform: translateX(0.625rem);
}

/* 初期状態は非表示 */

.top-flow__step-number {
	opacity: 0;
	transform: translateY(1.25rem);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* スクロールで表示されたときにアニメーション */

.top-flow__step-number.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* 順番にアニメーションするための遅延 */

.top-flow__step__item:nth-child(1) .top-flow__step-number {
	transition-delay: 0.2s;
}

.top-flow__step__item:nth-child(2) .top-flow__step-number {
	transition-delay: 0.4s;
}

.top-flow__step__item:nth-child(3) .top-flow__step-number {
	transition-delay: 0.6s;
}

.top-price {
	background-color: #000;
	color: #fff;
	padding-bottom: 5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 5rem;
	position: relative;
	z-index: 0;
}

.top-price__title-en {
	color: #fff;
}

.top-price__title-ja {
	color: #fff;
}

.top-price__header {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-top: clamp(60px, 10vh, 82px);
	text-align: center;
}

.top-price__highlight {
	color: #f8e71c;
	font-size: 1.75rem;
	font-size: clamp(28px, 8vw, 48px);
	font-weight: bold;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.top-price__description {
	color: #fff;
	font-size: clamp(18px, 4vw, 24px);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 2.5rem;
	position: relative;
}

/* 背景テキスト */

.top-price__background {
	left: 0;
	opacity: 0.3;
	overflow: hidden;
	position: absolute;
	top: clamp(-6px, 5vw, -14px);
	top: 30%;
	white-space: nowrap;
	width: 100%;
	z-index: -1;
}

.top-price__background-text {
	animation: scrollText 80s linear infinite; /* 🌟 スタート位置を調整 */
	color: #F6F6F6;
	display: inline-block;
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-size: clamp(100px, 20vw, 180px);
	font-style: normal;
	font-weight: 900; /* 324px */
	letter-spacing: 0.08em;
	line-height: 1;
	opacity: 0.4;
	text-transform: uppercase;
	transform: translateX(-50%); /* 右から左へスクロール */
}

.top-price__plan {
	background-color: #111;
	border: 0.03125rem solid #fff;
	margin: 0 auto;
	margin-top: 6.25rem;
	max-width: 80rem;
	padding-bottom: 1.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: clamp(24px, 8vw, 60px);
	position: relative;
}

.top-price__plan-header {
	background-color: #333;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-size: clamp(20px, 5vw, 32px);
	font-weight: bold;
	font-weight: 400;
	left: 1.25rem;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 1rem 1.25rem;
	position: absolute;
	top: -1.25rem;
}

.top-price__plan-content {
	margin-top: 1.875rem;
}

.top-price__plan-description {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(19px, 3vw, 24px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	width: 100%;
}

.top-price__plan-description-sub {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(17px, 2vw, 20px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	width: 100%;
}

.top-price__plan-wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 67.5rem;
	width: 100%;
}

.top-price__plan-badges {
	align-items: baseline;
	display: flex;
	flex: 4;
}

.top-price__plan-badge { /* 縦並び */
	align-items: center;
	background-color: #f8e71c;
	border-radius: 50%; /* 黄色の背景 */
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: bold; /* 100px の円形 */
	height: clamp(100px, 14vh, 120px);
	justify-content: center;
	line-height: 1.3; /* 行間を調整 */
	padding: 0.625rem; /* 丸くする */
	text-align: center;
	width: clamp(100px, 12vw, 120px); /* 余白を適度に */
}

.top-price__plan-price {
	display: flex;
	flex-direction: column;
	font-family: "Arial Black", Arial, inter, sans-serif;
	margin: 0.625rem 0;
}

.top-price__plan-price--old {
	color: #999;
	font-size: clamp(24px, 11vw, 60px);
	font-weight: 700;
	line-height: 1;
	margin-right: 0.625rem;
	text-decoration: line-through;
}

.top-price__plan-price--new {
	color: #f8e71c;
	font-size: clamp(32px, 12vw, 68px);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.top-price__plan-features {
	gap: clamp(10px, 2vw, 16px);
	display: grid;
	flex: 6;
	grid-template-columns: repeat(2, 1fr);
	margin: 1.25rem 0;
}

.top-price__plan-feature {
	background-color: #fff;
	border-radius: 0.3125rem;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 0.625rem;
	text-align: center;
}

/* 🌟 フッターエリア（CTAに統合） */

.top-price__cta {
	margin-top: clamp(60px, 14vh, 80px);
	text-align: center;
}

/* 🌟 マイクロコピー（テキスト） */

.top-price__microcopy {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 5vw, 19px);
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.top-price__microcopy::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.top-price__microcopy::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.top-price__microcopy::before,
.top-price__microcopy::after {
	position: relative;
	top: 2px; /* 数値を調整して下げる */
}

/* 🌟 ボタン（flow__footer-button から変更） */

.top-price-button {
	align-items: center; /* 元の border-radius を適用 */
	background-color: #fff;
	border: 0.125rem solid #fff; /* 元の border を適用 */
	border-radius: 3.125rem; /* 🌟 立体感のあるシャドウ */
	box-shadow: 0 0.375rem 0.75rem rgba(255, 255, 255, 0.3);
	color: #000;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em; /* 既存の `.flow__footer-button` のサイズ */
	line-height: 1;
	margin-top: 0.875rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* 🌟 ホバー時のエフェクト */

.top-price-button:hover {
	background-color: #000;
	border-color: #fff; /* 🌟 ホバー時に影を強調して浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(255, 255, 255, 0.4);
	color: #fff;
}

/* 🌟 SVGアイコンの調整（必要なら） */

.top-price-button .top-price-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.top-price-button .top-price-arrow svg {
	stroke: #000;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

/* 🌟 ホバー時のエフェクト */

.top-plice-button:hover .top-price-arrow svg {
	stroke: #fff;
	transform: translateX(0.625rem);
}

/* トップサービスエリア */

.top-service {
	background-color: #fff;
	padding: 8.75rem 1.25rem;
}

.top-service__inner {
	margin: 0 auto;
	max-width: 62.5rem;
}

/* サービスリスト */

.top-service__list {
	gap: 1.875rem;
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

/* サービスボックス */

.top-service__item {
	background-color: #fff;
	border: 0.25rem solid #000;
	border-radius: 0.625rem;
	box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	max-width: 28.125rem;
	padding-bottom: clamp(16px, 5vh, 38px);
	padding-left: clamp(16px, 5vw, 30px);
	padding-right: clamp(16px, 5vw, 30px);
	padding-top: 0;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* ホバー時のエフェクト */

.top-service__item:hover {
	box-shadow: 0.375rem 0.375rem 0.75rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.3125rem);
}

/* アイコン */

.top-service__icon-animation {
	align-items: center;
	display: flex; /* アイコンの幅 */
	height: auto;
	justify-content: center; /* アイコンの高さ */
	margin: 0 auto 15px;
	width: 12.5rem; /* 上下の余白 */
}

.top-service__icon-animation img {
	height: auto;
	width: 6.25rem;
}

/* サービスタイトル */

.top-service__item-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(20px, 8vw, 28px);
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	margin-bottom: 0.625rem;
	text-align: center; /* 42px */
}

/* サービス説明 */

.top-service__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: auto;
	padding-bottom: 1.25rem;
}

/* ボタン */

.top-service__button {
	align-items: center;
	border: 0.125rem solid #000;
	border-radius: 3.125rem;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 1.25rem 1.25rem;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* SVGアイコンの調整 */

.top-service__button-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 1em; /* テキストとSVGの間に余白 */
}

.top-service__button-arrow svg { /* アスペクト比を維持 */
	stroke: black; /* SVGの幅を調整 */
	height: auto; /* 矢印の色 */
	transition: transform 0.3s ease-in-out;
	width: 1.75rem; /* ホバー時の動きを追加 */
}

/* 黒ボタン */

.top-service__button--black {
	background-color: #000;
	color: #fff;
}

/* ホバー時のボタンエフェクト */

.top-service__button:hover {
	background-color: #000;
	color: #fff;
}

/* ボタンのホバー時に矢印の色を白に変更 */

.top-service__button:hover {
	background-color: black;
	border-color: black;
	color: white;
}

.top-service__button:hover .top-service__button-arrow svg {
	stroke: white; /* 矢印の色を白に変更 */
	transform: translateX(0.625rem); /* 矢印を右にスライド */
}

.top-service__button--black:hover {
	background-color: #fff;
	color: #000;
}

/* レスポンシブ対応 */

/* 🌟 セクション全体 */

.top-values {
	background-color: #ffeb86;
	padding: 8.75rem 1.25rem;
	position: relative;
	text-align: center;
}

.top-values__section-title {
	font-size: clamp(32px, 5vw, 42px);
}

/* 🌟 グリッドレイアウト */

.top-values__list {
	gap: 2.5rem;
	gap: 2.5rem;
	display: grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(40px, 8vh, 80px);
	max-width: 65rem;
	padding: 0 1.25rem;
	width: 100%;
}

/* 🌟 各アイテムの配置 */

.div1 {
	grid-column: span 2;
}

/* 01を横長にする */

.div2 {
	grid-column: 1;
	grid-row: 2;
}

/* 02 */

.div3 {
	grid-column: 2;
	grid-row: 2;
}

/* 03 */

.div4 {
	grid-column: 1;
	grid-row: 3;
}

/* 04 */

.div5 {
	grid-column: 2;
	grid-row: 3;
}

/* 05 */

/* 🌟 レスポンシブ対応（768px以下で1列） */

/* 🌟 各アイテム（カードスタイル） */

.top-values__item {
	align-items: center;
	background: #fff;
	border-radius: 0.9375rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
	position: relative;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.top-values__item:hover {
	box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
}

.top-values__item--o1 {
	display: flex;
	flex-direction: column;
	padding-bottom: 0.25rem;
	padding-left: 2.625rem;
	padding-right: 4.625rem;
	padding-top: 0.625rem;
}

.top-values__content--top {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.top-values__number {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-right: auto;
}

/* 🌟 Lottieアイコン配置 */

.top-values__icon-animation {
	flex-shrink: 0;
	height: 5rem;
	margin-left: auto;
	width: 5rem;
}

.top-values__content--bottom {
	display: flex;
}

.top-values__content {
	flex: 6;
	text-align: left;
}

.top-values__title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.top-values__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 1.5625rem;
}

.top-values__image {
	flex: 3;
}

/* 🌟 CTAエリア */

.top-values__cta {
	margin-top: clamp(80px, 5vh, 100px);
	text-align: center;
}

.top-values__microcopy {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(16px, 5vw, 19px);
	font-style: normal;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.top-values__microcopy::before {
	content: "＼";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: 0.5rem;
	transform: rotate(5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.top-values__microcopy::after {
	content: "／";
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.5rem;
	transform: rotate(-5deg);
	vertical-align: -0.125rem; /* 少しだけ下げる */
}

.top-values__microcopy::before,
.top-values__microcopy::after {
	position: relative;
	top: 2px; /* 数値を調整して下げる */
}

/* 🌟 ボタン */

.top-values__button {
	align-items: center;
	background-color: #000;
	border: 0.125rem solid #000;
	border-radius: 3.125rem; /* 🌟 立体感のあるシャドウ */
	box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-flex;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 0.625rem;
	min-width: 18.75rem;
	padding: 1.25rem 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; /* 立体的な影 */
}

/* 🌟 ホバー時のエフェクト */

.top-values__button:hover {
	background-color: #fff;
	border-color: #000; /* 🌟 ホバー時に影を強調して浮かせる */
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.4);
	color: #000;
}

/* 🌟 SVGアイコンの調整 */

.top-service__button-arrow {
	align-items: baseline;
	display: flex;
	margin-left: 0.625rem;
}

.top-service__button-arrow svg {
	stroke: white;
	height: auto;
	transition: transform 0.3s ease-in-out;
	width: 1.75rem;
}

.top-values__button:hover .top-service__button-arrow svg {
	stroke: black;
	transform: translateX(0.625rem);
}

.vision-second__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	width: 100%;
}

.vision-second__container {
	display: flex;
	margin-left: 97px;
	margin-right: 183px;
}

.vision__second__img {
	max-width: 678px;
	width: 35.3125%;
	width: 100%;
}

.vision__second__img img {
	aspect-ratio: 678/892; /* 画像のサイズを親要素の高さに合わせたいならwidth: auto; height: 100%; にする。 */
	-o-object-fit: cover; /* 画像のサイズを親要素の横幅に合わせたい場合。 */
	height: auto;
	object-fit: cover;
	width: 100%; /* もし表示させたい比率と画像の比率が異なると画像が歪むので、object-fitによって制御する。 */
}

.vision-second__text-body {
	margin-left: 100px;
	margin-right: auto;
	max-width: 860px;
	padding: 10px;
	width: 100%;
}

.vision-second__title {
	margin-top: 96px;
}

.vision-second__title--ja {
	color: #028CD7;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.vision-second__text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.75;
	margin-top: 42px;
}

.vision-second__name {
	margin-top: 64px;
	text-align: right;
}

.vision-second__name--text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1;
}

.vision {
	position: relative;
}

.vision__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	width: 100%;
}

.vision__bg {
	overflow: hidden;
	padding-bottom: 170px;
	padding-bottom: 10%;
	padding-left: 200px;
	padding-left: clamp(7.5rem, -2.823rem + 12.9vw, 12.5rem);
	padding-right: -200px;
	padding-top: 120px;
	position: relative;
}

.vision__bg::before {
	background: linear-gradient(142deg, rgb(21, 219, 246) 0%, rgb(21, 111, 246) 100%);
	background: linear-gradient(172deg, rgb(21, 184, 246) 0%, rgb(0, 140, 214) 100%);
	background: rgb(21, 219, 246);
	background: linear-gradient(142deg, rgb(21, 219, 246) 0%, rgb(21, 111, 246) 100%);
	content: "";
	content: "";
	height: 236%;
	height: 76%;
	left: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	position: absolute;
	top: 0;
	top: 0;
	width: 100%;
	width: 88.5416666667%;
	z-index: -1;
}

.vision__bg::after {
	background: linear-gradient(to right, transparent 7%, rgba(21, 219, 246, 0.4) 7%, rgba(21, 111, 246, 0.4) 29%, transparent 24%);
	content: "";
	height: 188%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: rotate(52deg) translate(-25%, -25%);
	width: 118%;
	z-index: 1;
}

.vision__top {
	display: flex;
	position: relative;
	z-index: 3;
}

.vision__text-body {
	margin-left: auto;
	margin-right: 3.75rem;
	max-width: 55rem;
	width: 100%;
}

.vision__title {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.vision__title--en {
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.vision__title--ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6.875rem;
	font-size: clamp(5rem, -2.5rem + 9.38vw, 6.875rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: 2.875rem;
}

.vision__title--ja--small {
	font-size: 78px;
	font-size: clamp(3.125rem, -3.875rem + 8.75vw, 4.875rem);
	margin-left: -40px;
	margin-right: -40px;
}

.vision__title--h3 {
	margin-top: 50px;
}

.vision__title--sub--ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-size: clamp(1.625rem, 0.851rem + 0.97vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.75;
}

.vision__title__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.75;
	margin-top: 20px;
}

.vision__title--h4 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 3.75rem;
}

.vision__title--h4__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.75;
	margin-top: 20px;
}

.vision__img {
	margin-left: auto;
	margin-top: 570px;
	max-width: 774px;
	width: 40.3125%;
	width: 100%;
	z-index: 0;
}

.vision__img img {
	aspect-ratio: 774/668; /* 画像のサイズを親要素の高さに合わせたいならwidth: auto; height: 100%; にする。 */
	-o-object-fit: cover; /* 画像のサイズを親要素の横幅に合わせたい場合。 */
	height: auto;
	object-fit: cover;
	width: 100%; /* もし表示させたい比率と画像の比率が異なると画像が歪むので、object-fitによって制御する。 */
}

.voice {
	background-color: #f8f6ec;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	padding-bottom: clamp(80px, 13vh, 140px);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 7.5rem;
	position: relative;
	z-index: 0;
}

.voice__header {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
	width: 100%;
}

.voice__highlight {
	color: #000;
	color: #907e15;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(21px, 5vw, 32px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: clamp(40px, 8vh, 80px);
	text-align: center;
}

.voice__author {
	color: #000;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	margin-top: clamp(16px, 3vh, 12px);
	text-align: left;
}

.voice__content {
	align-items: center;
	display: flex;
	margin: 0 auto;
	margin-top: 3.125rem;
	max-width: 62.5rem;
	position: relative;
}

.voice__content:before {
	color: #DDC848;
	content: "Revolution";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(60px, 13vw, 128px);
	font-style: normal;
	font-weight: 900;
	left: 40%;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.4;
	position: absolute;
	top: -10%;
	z-index: -1;
}

.voice__content__text {
	color: #000;
	flex: 6;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.voice__content__text p {
	margin-top: 0.625rem;
}

.voice__image {
	flex: 4;
	height: auto;
	margin-left: 1.5rem;
	max-width: 25rem;
	text-align: left;
	width: 100%;
}

.voice__image img {
	border-radius: 0.625rem;
}

.voice__link {
	color: #007bff;
	font-size: 0.875rem;
	text-decoration: none;
}

.voice__link:hover {
	text-decoration: underline;
}

.voice__note {
	color: #666;
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.voice__points {
	background-color: #f8f6ec;
	padding-bottom: clamp(80px, 14vh, 120px);
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0;
	position: relative;
}

.voice__points-header {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(26px, 5vw, 32px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 0;
}

.voice__points-header::before {
	color: #DDC848;
	content: "Value";
	font-family: "Arial Black", Arial, inter, sans-serif;
	font-optical-sizing: auto;
	font-size: clamp(60px, 13vw, 128px);
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	opacity: 0.4;
	position: absolute;
	right: 10%;
	top: -40%;
	z-index: -1;
}

.voice__points-list {
	gap: 2.5rem;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-top: clamp(60px, 10vh, 90px);
	max-width: 62.5rem; /* モバイル対応 */
}

.voice__points-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 15.625rem;
}

.voice__icon-animation {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 6.25rem;
	justify-content: center;
	width: 6.25rem;
}

.voice__points-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-size: 1.5rem;
	font-weight: bold;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.5;
	margin-bottom: 0.625rem;
}

.voice__points-description {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
}

.wp-block-table {
	padding: 2em;
}

.wp-pageNav {
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
	margin-top: 90px;
}

.wp-pageNav__item {
	border: 1px solid #034495;
	letter-spacing: 0.03125em;
	line-height: 0.9875;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding: 0.1875rem 0.375rem;
	transition: all 0.3s;
}

.wp-pageNav__item:hover {
	background-color: #034495;
	color: #fff;
	transition: all 0.3s;
}

.wp-pageNav__item-first {
	letter-spacing: 0.125em;
	margin-left: 0.5rem;
	margin-right: 0.9375rem;
	padding: 0.1875rem 0.75rem;
	text-transform: uppercase;
}

.wp-pageNav__item-last {
	letter-spacing: 0.125em;
	margin-left: 0.9375rem;
	margin-right: 0.5rem;
	padding: 0.1875rem 0.75rem;
	text-transform: uppercase;
}

.wp-pageNav__item-current {
	background: #034495;
	border: none;
	color: #fff;
}

.wp-pageNav__item-current__w-white {
	color: #034495;
}

.Preview__list__item_whiteColor {
	background: #034495;
	border: none;
	color: #fff;
}

.wp-pageNav__item--list {
	border: 1px solid #034495;
	letter-spacing: 0.03125em;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	padding: 0.1875rem 1.125rem;
	transition: all 0.3s;
}

.wp-pageNav__item--list:hover {
	color: #034495;
	transition: all 0.3s;
}

.wpcf7-not-valid-tip {
	color: red;
	font-size: 14px;
	margin-top: 4px;
}

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

.sp__374 {
	display: block;
}

}

@media (min-width: 600px) {

.scroll-text li {
	font-size: 8vw;
}

}

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

.vision__title--ja--small--700 {
	display: none;
}

}

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

.features__design-navigation {
	display: flex;
}

}

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

.service__process-step:nth-child(3n)::after {
	display: none;
}

}

@media screen and (max-width: 2000px) {

.fv__images {
	left: 60%;
	transform: translateX(50%) rotate(15deg); /* 画像をやや左寄りに戻す */
}

}

@media screen and (max-width: 1800px) {

.message__image--sub {
	top: 70%;
}

}

@media screen and (max-width: 1700px) {

.vision__img {
	max-width: 620px;
}

}

@media screen and (max-width: 1600px) {

.vision-second__title {
	margin-top: 58px;
}

.vision-second__title--ja {
	font-size: 34px;
}

.vision__bg {
	padding-bottom: 15%;
}

.vision__img img {
	aspect-ratio: 620/540;
}

}

@media screen and (max-width: 1560px) {

.support__security-title::before {
	right: -90px;
}

.support__update-title::before {
	right: -90px;
}

.thanks__bg-line {
	background: linear-gradient(-26deg, transparent 0%, transparent 35%, #ffffff 18%, #ffffff 80%, transparent 80%, transparent 100%);
}

}

@media screen and (max-width: 1550px) {

.career__img {
	max-width: 20.75rem;
}

.career__img img {
	aspect-ratio: 332/234;
}

}

@media screen and (max-width: 1540px) {

.vision__bg::after {
	height: 170%;
}

}

@media screen and (max-width: 1530px) {

.vision__bg {
	padding-bottom: 20%;
}

}

@media screen and (max-width: 1500px) {

.message__image--sub {
	top: 60%;
}

.vision-second__title--ja {
	font-size: 30px;
}

.vision__title--ja--small {
	margin-left: -20px;
	margin-right: -20px;
}

.vision__title--ja--small {
	margin-left: -32px;
	margin-right: -20px;
}

.vision__img {
	max-width: 520px;
}

}

@media screen and (max-width: 1460px) {

.support__security-title::before {
	right: -50px;
}

.support__update-title::before {
	right: -50px;
}

.thanks__bg-line::after {
	font-size: 205px;
}

}

@media screen and (max-width: 1450px) {

.message__textArea {
	margin-left: 0;
}

.message__text {
	margin-top: 60px;
}

.message__text-bottom {
	margin-top: 32px;
}

}

@media screen and (max-width: 1440px) {

.vision__bg::after {
	height: 158%;
}

}

@media screen and (max-width: 1400px) {

.message__image img {
	height: 80%;
	width: 80%;
}

.message__image--sub img {
	height: 80%;
	width: 80%;
}

.vision-second__title--ja {
	font-size: 30px;
	line-height: 1.25;
}

.vision-second__text {
	line-height: 1.25;
	margin-top: 26px;
}

}

@media screen and (max-width: 1399px) {

.thanks__bg-line::after {
	bottom: -10%;
	font-size: 205px;
	font-size: 120px;
	font-size: clamp(7.5rem, -0.458rem + 16.6vw, 12.813rem);
	font-size: clamp(3.875rem, 0.168rem + 15.82vw, 12.813rem);
}

}

@media screen and (max-width: 1380px) {

.contact__items {
	-moz-column-gap: 1.875rem;
	column-gap: 1.875rem;
}

}

@media screen and (max-width: 1370px) {

.vision__bg {
	padding-bottom: 25%;
}

}

@media screen and (max-width: 1360px) {

.career__text {
	line-height: 1.75;
	min-width: 600px;
}

.form__input-text,
.form__textarea {
	font-size: 20px;
	padding: 0.875rem;
}

.support__operation-title::before {
	right: 0px;
}

.support__security-title::before {
	right: 0px;
}

.support__update-title::before {
	right: 0px;
}

.vision-second__text-body {
	margin-left: 68px;
}

.vision__title--h3 {
	margin-top: 36px;
}

.vision__title--sub--ja {
	line-height: 1.4;
}

}

@media screen and (max-width: 1300px) {

.career__bg {
	padding-bottom: 160px;
	padding-top: 160px;
}

.message__image--sub {
	right: 20%;
}

.vision-second__title--ja {
	font-size: 26px;
}

.vision-second__text {
	font-size: 16px;
	line-height: 1.45;
	margin-top: 26px;
}

.vision-second__name {
	margin-top: 34px;
}

.vision-second__name--text {
	font-size: 16px;
}

.vision__title--h4 {
	margin-top: 32px;
}

}

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

.thanks__bg-line::after {
	font-size: clamp(10.313rem, 0.825rem + 13.81vw, 11.875rem);
}

}

@media screen and (max-width: 1270px) {

.vision__bg::after {
	height: 140%;
}

}

@media screen and (max-width: 1265px) {

.vision__bg {
	padding-bottom: 27%;
}

}

@media screen and (max-width: 1260px) {

.support__operation-title::before {
	right: 50px;
}

.support__security-title::before {
	right: 50px;
}

.support__update-title::before {
	right: 50px;
}

}

@media screen and (max-width: 1238px) {

.u-desktop-1210 {
	display: none;
}

.u-mobile-1210 {
	display: block;
}

}

@media screen and (max-width: 1210px) {

.header {
	height: 5rem;
}

.header__inner {
	height: 5rem;
	padding-bottom: 1.5625rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 1.5625rem;
}

}

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

.career__text {
	min-width: 520px;
}

.info-img-title--ja {
	font-size: 28px;
	left: 2%;
}

.info-img-title--ja::before {
	right: -16.5%;
}

.form-img-title--ja {
	font-size: 28px;
	left: 2%;
}

.form-img-title--ja::before {
	right: -18.5%;
}

.message__image--sub {
	right: 10%;
}

.sp__1200 {
	display: block;
}

.vision-second__title {
	margin-top: 28px;
}

}

@media screen and (max-width: 1170px) {

.vision__img {
	margin-top: 640px;
	max-width: 420px;
}

}

@media screen and (max-width: 1160px) {

.vision-second__container {
	margin-left: 68px;
	margin-right: 100px;
}

}

@media screen and (max-width: 1100px) {

.message__image--sub {
	right: 1%;
	top: 58%;
}

.thanks__bg-line::after {
	bottom: -5%;
	font-size: clamp(6.875rem, -1.043rem + 16.52vw, 10.313rem);
}

.vision__bg::after {
	height: 114%;
}

}

@media screen and (max-width: 1080px) {

.vision__img {
	margin-top: 770px;
	max-width: 420px;
}

}

@media screen and (max-width: 1040px) {

.career__bg {
	padding-bottom: 160px;
	padding-top: 230px;
}

.career__text {
	min-width: 460px;
}

}

@media screen and (max-width: 1027px) {

.pricing__custom-container {
	flex-direction: column;
}

}

@media screen and (max-width: 1024px) {

.header__logo {
	max-width: 8.25rem;
	width: 100%;
}

.header__link {
	padding: 1.125rem 0.9375rem;
}

.header__link--contact {
	padding-bottom: 18px;
	padding-left: 32px;
	padding-right: 42px;
	padding-top: 18px;
}

.service__features-list {
	grid-template-columns: repeat(2, 1fr); /* タブレット以下は2列 */
}

}

@media screen and (max-width: 1012px) {

.support__operation-title::before {
	white-space: normal;
}

.support__operation-intro {
	margin-top: clamp(66px, 14vh, 140px);
}

}

@media screen and (max-width: 1000px) {

.career__text-body {
	margin-left: 65px;
}

.pricing__plan-container {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pricing__plan-features {
	margin-left: 0;
}

.pricing__plan-features-item {
	min-width: unset;
}

.vision__bg {
	padding-bottom: 30%;
}

}

@media screen and (max-width: 980px) {

.sp__980 {
	display: block;
}

}

@media screen and (max-width: 974px) {

.pricing__plan-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.pricing__plan-header {
	left: 50%;
	transform: translateX(-50%);
}

.pricing__plan-text {
	font-weight: 400;
	text-align: center;
}

.pricing__plan-subtext {
	text-align: center;
}

.pricing__plan-features-item {
	min-width: 14.875rem;
}

.sp__974 {
	display: block;
}

}

@media screen and (max-width: 960px) {

.contact__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.faq__inner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.message__title {
	margin-top: 20px;
}

.news-article {
	margin-left: auto;
	padding-bottom: 120px;
	padding-left: 15px;
	padding-right: 15px;
}

.news-contents {
	padding-left: 15px;
	padding-right: 15px;
}

.news__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.request__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.service__design-item-text::before {
	font-size: 4vw;
}

.service__features-list {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.sp__960 {
	display: block;
}

.support__blog-writing-title::before {
	left: 132px;
}

.tab {
	padding-left: 15px;
	padding-right: 15px;
}

.vision-second__container {
	margin-left: 25px;
	margin-right: 25px;
}

.vision-second__text-body {
	margin-left: 28px;
}

.vision__bg::after {
	height: 100%;
}

.vision__top {
	flex-direction: column;
}

.vision__text-body {
	margin-right: 160px;
	max-width: 620px;
	max-width: clamp(27.5rem, -2.788rem + 69.23vw, 38.75rem);
}

.vision__img {
	margin-top: 52px;
	max-width: 420px;
}

}

@media screen and (max-width: 959px) {

.career__bg {
	padding-bottom: 520px;
	padding-top: 680px;
}

.career__item {
	flex-direction: column-reverse;
}

.career__img {
	margin-top: 32px;
}

.career__text-body {
	margin-left: 148px;
}

.fv__buttons {
	gap: 1.5rem;
	display: grid;
	margin-top: clamp(20px, 5vw, 40px);
	place-items: center;
}

.message__title--en {
	font-size: clamp(1.375rem, 0.872rem + 1.05vw, 1.5rem);
}

.message__title--ja {
	font-size: clamp(1.75rem, 0.743rem + 2.09vw, 2rem);
}

.message__text {
	font-size: clamp(1.125rem, 0.622rem + 1.05vw, 1.25rem);
	margin-top: 36px;
}

.message__text-bottom {
	font-size: clamp(1.125rem, 0.622rem + 1.05vw, 1.25rem);
	margin-top: 16px;
}

#toc {
	display: none;
}

}

@media screen and (max-width: 959) {

.news__title--ja {
	font-size: 36px;
	margin-top: 20px;
}

.request__title--ja {
	font-size: 36px;
	margin-top: 20px;
}

}

@media screen and (max-width: 958px) {

.top-price__plan-description {
	text-align: center;
}

.top-price__plan-description-sub {
	text-align: center;
}

.top-price__plan-wrap {
	flex-direction: column;
}

}

@media screen and (max-width: 954px) {

.sp__954-425 {
	display: block;
}

}

@media screen and (max-width: 939px) {

.service__process-steps {
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 43.75rem;
}

.service__process-step::after {
	right: -33%;
}

.service__process-step:nth-child(2n)::after {
	display: none;
}

.service__process-step:last-child::after {
	display: none;
}

}

@media screen and (max-width: 930px) {

.vision__bg::after {
	height: 86%;
}

}

@media screen and (max-width: 900px) {

.info-img-title--ja {
	font-size: 40px;
	left: 5%;
}

.info-img-title--ja::before {
	right: -13%;
}

.form-img-title--ja {
	font-size: 40px;
	left: 5%;
}

.form-img-title--ja::before {
	right: -14.5%;
}

.thanks__bg-line {
	background: linear-gradient(-26deg, transparent 0%, transparent 25%, #ffffff 18%, #ffffff 80%, transparent 80%, transparent 100%);
}

}

@media (max-width: 900px) {

.top-service__list {
	align-items: center;
	flex-direction: column;
}

}

@media screen and (max-width: 899px) {

.info-img-title--en {
	bottom: -5px;
	font-size: 96px;
	font-size: clamp(2.375rem, 0.302rem + 10.36vw, 6.125rem);
}

.form-img-title--en {
	bottom: -5px;
	font-size: 34px;
	font-size: 82px;
	font-size: clamp(2.75rem, 1.05rem + 7.25vw, 5.125rem);
}

}

@media screen and (max-width: 815px) {

.vision__bg::after {
	height: 75%;
}

}

@media screen and (max-width: 800px) {

.faq__section-title--service::after {
	font-size: 4.375rem;
}

.faq__section-title--process::after {
	font-size: 4.375rem;
}

.faq__section-title--price::after {
	font-size: 4.375rem;
}

.faq__section-title--support::after {
	font-size: 4.375rem;
}

.faq__section-title--marketing::after {
	font-size: 4.375rem;
}

}

@media screen and (max-width: 783px) {

.thanks__title--sp {
	display: block;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

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

.blog-article__wrap {
	padding: 30px 15px;
}

.blog-list__link {
	flex-direction: column;
}

.breadcrumb__wrapper {
	margin-top: 1.4375rem;
}

.btn-pageTop {
	bottom: 2rem;
	height: 3.125rem;
	right: 1.25rem;
	width: 3.125rem;
}

.contact-form__item,
.contact-form__item--checkbox {
	gap: 0.625rem;
	flex-direction: column;
	margin-top: 2.5rem;
}

.contact-form__item--privacy-policy {
	margin-left: auto;
}

.contact-form__input {
	height: 3.25rem;
}

.contact-form__phone-note-description {
	display: block;
}

.drawer-menu {
	display: none;
}

.faq__fv-description::before {
	font-size: 14vw;
	top: 155%;
	white-space: normal;
}

.features__design-title::before {
	font-size: 12vw;
	top: 32px;
	white-space: normal;
}

.features__design-content {
	height: 70vh;
	width: 85%;
}

.features__design-navigation {
	bottom: 30px;
}

.features__fv-description::before {
	font-size: 14vw;
	white-space: normal;
}

.features__research-title::before {
	font-size: 12vw;
	top: 32px;
	white-space: normal;
}

.features__research-description {
	flex-direction: column-reverse;
}

.features__research-description__text {
	max-width: 37.5rem;
	width: 100%;
}

.features__research-description-image {
	max-width: 11.25rem;
	width: 100%;
}

.features__research-examples__content {
	align-items: center;
	flex-direction: column-reverse;
}

.features__research-examples-image {
	max-width: 7.5rem;
	width: 100%;
}

.features__research-list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 37.5rem;
	width: 100%;
}

.features__research-conclusion {
	border: 2px solid #000;
	border-radius: 30px;
	flex-direction: column-reverse;
	margin-top: clamp(40px, 6vh, 55px);
	max-width: 37.5rem;
	padding: 1.25rem;
	width: 100%;
}

.features__research-conclusion__text {
	width: 100%;
}

.features__research-conclusion p {
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	max-width: 37.5rem;
	width: 100%;
}

.features__research-conclusion-image {
	max-width: 11.25rem;
	width: 100%;
}

.features__support-title::before {
	font-size: 12vw;
	top: 32px;
	white-space: normal;
}

.features__support__lead-content {
	align-items: center;
	flex-direction: column-reverse;
	justify-content: space-evenly;
}

.features__support__lead-img {
	max-width: 5rem;
	width: 100%;
}

.features__support-item {
	flex-direction: column;
}

.features__support-item-re {
	align-items: center;
	flex-direction: column;
}

.features__support-item-re-second {
	margin-top: 3.125rem;
}

.features__support-item-icon {
	max-width: 10rem;
}

.features__support-item:nth-of-type(1) .features__support-item-icon {
	max-width: 7.5rem;
}

.features__support-item-text-wrap {
	width: 100%;
}

.features__support-item-title {
	align-items: unset;
}

.features__support-item--last-text-wrap {
	max-width: 37.5rem;
}

.features__vision-title {
	margin-bottom: 10rem;
}

.features__vision-title::before {
	font-size: 12vw;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	top: 32px;
	white-space: normal;
}

.features__vision-heading {
	font-weight: 700;
	letter-spacing: 0.06em;
}

.features__vision-item {
	flex-direction: column-reverse;
	max-width: 37.5rem;
}

.features__vision-item-reverse {
	flex-direction: column-reverse;
}

.features__vision-text-wrap {
	max-width: 37.5rem;
	width: 100%;
}

.features__vision-images {
	max-width: 37.5rem;
	width: 100%;
}

.features__writing-title::before {
	font-size: 12vw;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	top: 32px;
	white-space: normal;
}

.features__writing-feature {
	margin-top: 0.875rem;
}

.features__writing-feature-group {
	flex-direction: column-reverse;
}

.features__writing-feature-group-reverse {
	flex-direction: column;
}

.features__writing-feature-text-group {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 37.5rem;
	text-align: center;
	width: 100%;
	width: 100%;
}

.features__writing-feature-title {
	text-align: center;
}

.features__writing-text {
	text-align: left;
}

.features__writing-feature-img {
	width: 100%;
}

.flow__fv-description::before {
	font-size: 14vw;
	top: 155%;
	white-space: normal;
}

.flow__step__item {
	flex-direction: column;
	max-width: 37.5rem;
	text-align: center;
}

.flow__step__icon-wrapper {
	flex-direction: row;
	justify-content: space-evenly;
}

.flow__step__circle {
	margin-right: 1em;
}

.flow__step__content {
	margin-left: 0;
}

.flow__step__title {
	font-size: 2rem;
}

.flow__step__description {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.75;
	max-width: 37.5rem;
	text-align: left;
}

.form__item:not(:first-child) {
	margin-top: 1.625rem;
}

.form__input {
	margin-top: 0.25rem;
}

.form__button {
	margin-top: 3rem;
}

.fv {
	padding: 1.875rem;
	padding-top: 6.25rem;
}

.fv__image {
	width: clamp(260px, 5vw, 480px);
}

.header__inner {
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
}

.news__cards {
	row-gap: 1.875rem;
	margin-top: 72px;
}

.post-contact {
	margin-top: 5rem;
}

.pricing__custom-service-name {
	font-size: 1.25rem;
}

.pricing__custom-service-description {
	font-size: 1.0625rem;
}

.pricing__custom {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.pricing__custom-plan-price-after {
	margin-top: 0.875rem;
}

.pricing__detail {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.pricing__features {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.pricing__fv-description::before {
	font-size: 14vw;
	top: 155%;
	white-space: normal;
}

.pricing__plan {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.pricing__plan-box {
	padding: 1.25rem;
}

.pricing__plan-price-after {
	margin-top: 0.875rem;
}

.pricing__process__section-title::before {
	font-size: 9vw;
	top: 205%;
	white-space: normal;
}

.pricing__process__message {
	font-size: 1.375rem;
	padding: 1.125rem 3.75rem;
}

.pricing-faq {
	padding: 3.75rem 2.5rem;
}

.section__header-title::before {
	font-size: 12vw;
	top: 32px;
	white-space: normal;
}

.service__content-description {
	max-width: 37.5rem;
}

.service__content-description::before {
	font-size: 12vw;
}

.service__design-title::before {
	font-size: 12vw;
	top: 32px;
	white-space: normal;
}

.service__design-item-text::before {
	font-size: 7vw;
	white-space: normal;
}

.service__faq {
	padding: 3.75rem 2.5rem;
}

.service__fv-description {
	max-width: 37.5rem;
}

.service__fv-description::before {
	font-size: 14vw;
	white-space: normal;
}

.service__process-footer {
	max-width: 37.5rem;
}

.service__writing-subtitle::before {
	font-size: 12vw;
}

.service__writing-cta {
	max-width: 37.5rem;
	width: 100%;
}

.service__writing-cta::before {
	font-size: 12vw;
}

.sp__768 {
	display: block;
}

.support__blog-writing-intro {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	text-align: center;
	width: 100%;
}

.support__blog-writing-intro-icon {
	margin-top: 1.25rem;
	max-width: 11.25rem;
	width: 100%;
}

.support__blog-writing-intro-text {
	margin-left: 0;
	width: 90%;
}

.support__blog-writing-items {
	align-items: center;
	flex-direction: column;
}

.support__fv-description {
	max-width: 37.5rem;
}

.support__fv-description::before {
	font-size: 14vw;
	white-space: normal;
}

.support__operation-intro {
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	text-align: center;
	width: 100%;
}

.support__operation-intro-icon {
	margin-top: 1.25rem;
	max-width: 11.25rem;
	width: 100%;
}

.support__operation-intro-text {
	-moz-text-align-last: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(16px, 5vh, 32px);
	text-align-last: left;
	width: 90%;
}

.support__operation__container {
	margin-top: 2.5rem;
	max-width: 90%;
}

.support__operation-items {
	gap: 3.75rem;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.support__security-intro {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.support__security-intro-icon {
	margin-top: 1.25rem;
	width: 11.25rem;
}

.support__security-intro-text {
	margin-left: 0;
	margin-top: clamp(16px, 5vh, 32px);
	width: 100%;
}

.support__security-item {
	flex-direction: column;
	padding: 0rem;
	padding-bottom: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.support__security-item-content {
	justify-content: center;
	margin-left: 0;
	margin-top: 0;
}

.support__security-item-description {
	margin-top: 0;
}

.support__update-intro {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	text-align: center;
	width: 100%;
}

.support__update-intro-icon {
	margin-top: 1.25rem;
	max-width: 11.25rem;
}

.support__update-intro-text {
	-moz-text-align-last: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(16px, 5vh, 32px);
	max-width: 37.5rem;
	text-align-last: left;
	width: 100%;
}

.support__update__container {
	margin-top: 2.5rem;
	max-width: 90%;
}

.support__update-items {
	flex-direction: column;
}

.support__update-item {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.support__update-item-content {
	flex-direction: row;
	justify-content: center;
	margin-left: 0;
}

.support__update-item-description {
	margin-top: 0;
}

.text {
	font-size: 0.875rem;
	line-height: 2.1482;
}

.text.text--large {
	font-size: 1.25rem;
	line-height: 1.9;
}

.top-faq {
	padding: 3.75rem 2.5rem;
}

.top-price {
	padding: 3.75rem 0.3125rem;
}

.top-values__item {
	align-items: flex-start;
	flex-direction: column;
}

.top-values__item--o1 {
	padding: 1.5rem;
}

.top-values__image {
	display: none;
}

.voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	width: 100%;
}

.voice__content {
	gap: 2.5rem;
	flex-direction: column;
}

.voice__content:before {
	top: -2%;
}

.voice__image {
	margin-left: 0;
}

.wp-pageNav__item-current {
	background: #034495;
	color: #fff;
}

.Preview__list__item_whiteColor {
	color: #034495;
}

}

@media (max-width: 768px) {

.blog-article__content img {
	height: auto;
	margin: 1em auto;
	width: 100%;
}

.blog-article__content table {
	-webkit-overflow-scrolling: touch;
	display: block;
	font-size: 0.9rem;
	overflow-x: auto;
}

.blog-list__item {
	flex-direction: column;
}

.blog-list__media {
	width: 100%;
}

.top-values__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.div1,
.div2,
.div3,
.div4,
.div5 {
	grid-column: auto;
	grid-row: auto;
}

.voice__points-list {
	gap: 2.5rem;
	align-items: center;
	flex-direction: column;
}

.voice__points-item {
	max-width: 18.75rem;
}

}

@media screen and (max-width: 767px) {

.btn-pageTop {
	height: 3.125rem;
	width: 3.125rem;
}

.btn-pageTop::before {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 0.75rem;
	width: 0.75rem;
}

.career__item + .career__item {
	margin-top: 12px;
}

.career__text {
	min-width: 320px;
}

.faq__contact__info-wrap {
	flex-direction: column;
}

.features__contact-info-wrap {
	flex-direction: column;
}

.flow__contact-info-wrap {
	flex-direction: column;
}

.fv__images {
	top: 8%;
	transform: translateX(10%) rotate(15deg);
}

.message__bg-line {
	z-index: 100;
}

.message__inner {
	flex-direction: column;
	padding-left: 15px;
	padding-right: 15px;
}

.message__textArea {
	max-width: clamp(22.5rem, 8.187rem + 61.07vw, 37.5rem);
	width: 100%;
}

.message__imageArea {
	margin-top: 20px;
	width: 100%;
}

.message__image img {
	width: 100%;
}

.message__image--sub {
	right: 30%;
}

.post-contact__info-wrap {
	flex-direction: column;
}

.post-contact__button--phone {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	cursor: pointer !important;
	pointer-events: auto !important;
	position: relative;
	z-index: 100;
}

.post-contact__button--phone::before {
	bottom: -15px;
	content: "";
	left: -15px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: -1;
}

.post-contact__info:last-child {
	padding-bottom: 30px;
}

a[href^="tel:"] {
	cursor: pointer !important;
	pointer-events: auto !important;
}

.pricing__contact__info-wrap {
	flex-direction: column;
}

.service__contact-info-wrap {
	flex-direction: column;
}

.support__contact-info-wrap {
	flex-direction: column;
}

.thanks__bg-line {
	background: linear-gradient(-26deg, transparent 0%, transparent 20%, #ffffff 18%, #ffffff 80%, transparent 80%, transparent 100%);
	padding-bottom: 60px;
	padding-top: 40px;
}

.thanks__bg-line::after {
	font-size: clamp(3rem, 0.226rem + 13.87vw, 6.875rem);
}

.thanks-message {
	max-width: 740px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 60px;
}

.thanks__title {
	font-size: 30px;
	font-size: 24px;
	font-size: clamp(1.5rem, 1.141rem + 1.53vw, 1.875rem);
}

.thanks__text-wrap {
	margin-top: 30px;
}

.thanks__text {
	line-height: 1.6;
}

.thanks__button {
	margin-top: 60px;
}

.top-contact__info-wrap {
	flex-direction: column;
}

.top-contact__button--phone {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	cursor: pointer !important;
	pointer-events: auto !important;
	position: relative;
	z-index: 100;
}

.top-contact__button--phone::before {
	bottom: -15px;
	content: "";
	left: -15px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: -1;
}

.top-contact__info:last-child {
	padding-bottom: 30px;
}

a[href^="tel:"] {
	cursor: pointer !important;
	pointer-events: auto !important;
}

.top-feature__text {
	padding-bottom: clamp(10px, 2vh, 50px);
}

}

@media screen and (max-width: 767) {

.news__title--ja {
	font-size: 36px;
	margin-top: 18px;
}

.request__title--ja {
	font-size: 36px;
	margin-top: 18px;
}

}

@media screen and (max-width: 750px) {

.career__bg {
	padding-bottom: 520px;
	padding-top: 770px;
}

}

@media screen and (max-width: 749px) {

.service__process-step::after {
	right: -32%;
}

}

@media screen and (max-width: 730px) {

.vision__bg::after {
	height: 60%;
}

}

@media screen and (max-width: 720px) {

.service__process-step::after {
	right: -30%;
}

}

@media screen and (max-width: 702px) {

.pricing__process__step-number::after {
	height: 23.625rem;
}

}

@media screen and (max-width: 700px) {

.faq__section-title--service::after {
	top: 150%;
}

.faq__section-title--process::after {
	top: 150%;
}

.faq__section-title--price::after {
	top: 150%;
}

.faq__section-title--support::after {
	top: 150%;
}

.faq__section-title--marketing::after {
	top: 150%;
}

.service__process-step::after {
	right: -28%;
}

.vision__title--ja {
	line-height: 1.1;
}

}

@media screen and (max-width: 684px) {

.sp__684 {
	display: block;
}

}

@media screen and (max-width: 680px) {

.career__bg {
	padding-bottom: 520px;
	padding-top: 1000px;
}

.career__text-body {
	margin-left: 110px;
}

.career__text {
	min-width: 260px;
}

.pricing__detail-list {
	text-align: center;
}

.service__process-step::after {
	right: -26%;
}

.sp__680 {
	display: block;
}

}

@media screen and (max-width: 660px) {

.faq__contact::before {
	font-size: 27vw;
	white-space: break-spaces;
}

.features__contact::before {
	font-size: 27vw;
	white-space: break-spaces;
}

.flow__contact::before {
	font-size: 27vw;
	white-space: break-spaces;
}

.footer__content {
	align-items: center;
	flex-direction: column;
}

.pricing__contact::before {
	font-size: 27vw;
	white-space: break-spaces;
}

.pricing__detail-list-item span {
	font-size: 1.125rem;
}

.service__contact::before {
	font-size: 27vw;
	white-space: break-spaces;
}

.service__process-step::after {
	right: -24%;
}

.support__contact::before {
	font-size: 27vw;
	white-space: break-spaces;
}

.top-contact::before {
	font-size: 27vw;
	white-space: break-spaces;
}

.vision__bg {
	padding-left: 60px;
}

}

@media screen and (max-width: 659px) {

.news__cards {
	margin-left: auto;
	margin-right: auto;
	margin-top: 64px;
	padding-left: 15px;
	padding-right: 15px;
}

.card {
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
	width: 100%;
}

.card__body {
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
	padding: 24.5px;
}

}

@media screen and (max-width: 640px) {

.message__image--sub {
	right: 20%;
}

.service__process-step::after {
	right: -22%;
}

.vision-second__container {
	margin-left: 15px;
	margin-right: 15px;
}

}

@media screen and (max-width: 630px) {

.features__design-title::before {
	font-size: 14vw;
	top: 32px;
	white-space: normal;
}

.features__research-title::before {
	font-size: 14vw;
	top: 32px;
	white-space: normal;
}

.features__support-title::before {
	font-size: 14vw;
	top: 32px;
	white-space: normal;
}

.features__vision-title::before {
	font-size: 14vw;
	top: 32px;
}

.features__writing-title::before {
	font-size: 14vw;
	top: 32px;
}

.section__header-title::before {
	font-size: 14vw;
	top: 32px;
	white-space: normal;
}

.service__design-title::before {
	font-size: 14vw;
	top: 32px;
	white-space: normal;
}

.service__design-content {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

}

@media screen and (max-width: 625px) {

.vision__bg::after {
	height: 55%;
}

}

@media screen and (max-width: 620px) {

.service__process-step::after {
	right: -20%;
}

.support__update-title::before {
	top: 5.5rem;
}

}

@media screen and (max-width: 618px) {

.pricing__process__message {
	font-size: 1.1875rem;
	padding: 1.125rem 2.5rem;
}

}

@media screen and (max-width: 610px) {

.pricing__plan-description {
	font-size: 1.5rem;
}

.service__process-step::after {
	right: -19%;
}

.service__writing-content {
	flex-direction: column;
	margin-bottom: 2.5rem;
}

.service__writing-text {
	flex: 9;
}

.service__writing__icon-animation {
	height: 6.25rem;
	width: 6.25rem;
}

.sp__610 {
	display: block;
}

.sp__610-430 {
	display: block;
}

.support__blog-writing-title::before {
	left: 0px;
}

}

@media screen and (max-width: 606px) {

.support__blog-writing-intro-icon {
	margin-top: 3.75rem;
}

.support__security-intro-icon {
	margin-top: 3.75rem;
}

.support__update-intro-icon {
	margin-top: 3.75rem;
}

}

@media screen and (max-width: 600px) {

.career__bg {
	padding-bottom: 520px;
	padding-top: 620px;
}

.career__title--ja {
	font-size: 20px;
}

.career__text {
	font-size: 15px;
	min-width: 100px;
}

.contact-form__phone-description {
	font-size: 1.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.info-img-title--ja {
	font-size: 28px;
	left: 2%;
}

.info-img-title--ja::before {
	right: -16.5%;
}

.form-img-title--ja {
	font-size: 28px;
	left: 2%;
}

.form-img-title--ja::before {
	right: -18.5%;
}

.features__writing-question {
	flex-direction: column;
}

.pricing__custom-service {
	padding-bottom: 3.75rem;
}

.pricing__custom-service-name {
	font-weight: 500;
}

.pricing__custom-service-price {
	font-size: 1.1875rem;
}

.pricing__custom-cta-title {
	font-size: 1.625rem;
}

.pricing__detail-title {
	font-size: clamp(19px, 2vw, 22px);
}

.pricing__plan {
	padding-bottom: 3.75rem;
	padding-top: 2.5rem;
}

.pricing__process__step__list {
	padding-left: 2%;
}

.pricing__process__step__item {
	margin-bottom: 2.5rem;
}

.pricing__process__step-content {
	margin-left: 5.625rem;
}

.pricing__process-cta-title {
	font-size: 1.625rem;
}

.pricing-faq__accordion::before {
	left: -2%;
	top: -7%;
}

.pricing-faq__accordion::after {
	bottom: -5%;
	right: -2%;
}

.request__lead {
	font-size: 16px;
}

.service__faq__accordion::before {
	left: -2%;
	top: -7%;
}

.service__faq__accordion::after {
	bottom: -5%;
	right: -2%;
}

.service__features-list {
	grid-template-columns: 1fr; /* スマホでは1列 */
}

.service__process-steps {
	gap: 2.5rem;
	grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
}

.service__process-step {
	max-width: 21.875rem;
}

.service__process-step-number {
	height: 5.625rem;
	top: -3.125rem;
	width: 5.625rem;
}

.service__process-step-label {
	font-size: 1.0625rem;
}

.service__process-step-value {
	font-size: 1.5rem;
	margin-top: 0.375rem;
}

.service__process-step-icon-animation {
	margin-top: 2rem;
}

.service__process-step-title {
	font-size: 1.375rem;
}

.service__process-step::after {
	bottom: -1.875rem;
	content: "▼";
	top: auto;
	transform: translateX(-50%);
}

.service__process-step::after {
	display: none;
	right: auto;
}

.service__process-step:last-child::after {
	display: none;
}

.support__operation__container {
	padding-left: 0;
	padding-right: 0;
}

.top-faq__accordion::before {
	left: -2%;
	top: -7%;
}

.top-faq__accordion::after {
	bottom: -5%;
	right: -2%;
}

.top-flow__step__list {
	padding-left: 2%;
}

.top-flow__step__item {
	margin-bottom: 2.5rem;
}

.top-flow__step-number::after {
	height: 9.875rem;
}

.top-flow__step-content {
	margin-left: 5.625rem;
}

.vision-second__container {
	flex-direction: column-reverse;
}

.vision__second__img {
	margin-top: 36px;
}

.vision-second__text-body {
	margin-left: 5px;
	margin-right: 20px;
}

.vision-second__title {
	margin-top: 0px;
}

.vision-second__text {
	margin-top: 36px;
}

.vision__bg {
	padding-left: 60px;
	padding-left: clamp(0.938rem, -2.277rem + 16.07vw, 3.75rem);
	padding-top: 60px;
}

.vision__bg::before {
	width: 92.5416666667%;
}

.vision__text-body {
	max-width: 620px;
	max-width: clamp(27.5rem, -2.788rem + 69.23vw, 38.75rem);
}

}

@media screen and (max-width: 599px) {

.vision__text-body {
	max-width: 420px;
	max-width: clamp(12.5rem, -3.214rem + 78.57vw, 26.25rem);
}

}

@media screen and (max-width: 580px) {

.form-img-title--en {
	font-size: clamp(2.625rem, 0.649rem + 7.87vw, 3.5rem);
	font-size: clamp(2.25rem, -0.037rem + 9.76vw, 3.5rem);
}

}

@media screen and (max-width: 570px) {

.sp__570 {
	display: block;
}

}

@media screen and (max-width: 565px) {

.vision__bg::after {
	height: 50%;
}

}

@media screen and (max-width: 560px) {

.pricing__plan-features {
	gap: 0;
	flex-direction: column;
}

.pricing__plan-features-item {
	font-size: 1.125rem;
	margin-top: 0.75rem;
	min-width: 17.1875rem;
}

.subPage-mv__header-title--ja {
	font-size: 42px;
}

.thanks__bg-line::after {
	bottom: -4%;
}

.top-price__plan-features {
	grid-template-columns: 1fr;
}

}

@media screen and (max-width: 558px) {

.support__blog-writing-title::before {
	top: 5.5rem;
}

}

@media screen and (max-width: 552px) {

.sp__552 {
	display: block;
}

}

@media screen and (max-width: 550px) {

.pricing__process__section-title {
	font-size: clamp(28px, 8vw, 40px);
}

.sp__550 {
	display: block;
}

}

@media screen and (max-width: 540px) {

.blog-article__content h2 {
	font-size: 1.5rem;
	padding: 0.5em;
}

.message__image--sub {
	right: 10%;
}

.pricing__process__section-title::before {
	font-size: 15vw;
}

.pricing__process__step-button {
	display: none;
}

.support__update__container {
	max-width: 95%;
	padding-left: 10px;
	padding-right: 10px;
}

.top-flow__step-number::after {
	height: 8.625rem;
}

.top-flow__step-title {
	font-size: clamp(24px, 5vw, 24px);
}

.top-flow__step-description {
	font-size: 1rem;
}

.top-flow__step-button {
	display: none;
}

}

@media screen and (max-width: 530px) {

.career__bg {
	padding-bottom: 520px;
	padding-top: 780px;
}

}

@media screen and (max-width: 525px) {

.features__writing-section-title {
	font-size: clamp(17px, 4vw, 22px);
}

.features__writing-section-title::before {
	font-size: 1.125rem;
}

.features__writing-section-title::after {
	font-size: 1.125rem;
}

}

@media screen and (max-width: 512px) {

.sp__512 {
	display: block;
}

}

@media screen and (max-width: 510px) {

.vision__bg::after {
	height: 45%;
}

}

@media screen and (max-width: 500px) {

.contact__items {
	grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
}

.faq__content:nth-of-type(n+2) {
	margin-top: 3.75rem;
}

.faq__service__description {
	font-size: 1.125rem;
	margin-top: 3.75rem;
}

.features__design-title::before {
	font-size: 17vw;
	top: 22px;
	white-space: normal;
}

.features__research-title::before {
	font-size: 17vw;
	top: 22px;
	white-space: normal;
}

.features__support-title::before {
	font-size: 17vw;
	top: 22px;
	white-space: normal;
}

.features__vision-title::before {
	font-size: 17vw;
	top: 22px;
}

.features__writing-title::before {
	font-size: 17vw;
	top: 22px;
}

.pricing__plan {
	padding-top: 1.25rem;
}

.section__header-title::before {
	font-size: 17vw;
	top: 22px;
	white-space: normal;
}

.service__content-description::before {
	font-size: 12vw;
	top: 100%;
}

.service__design-title::before {
	font-size: 17vw;
	top: 22px;
	white-space: normal;
}

.service__image-wrapper:nth-child(3) {
	bottom: 20px;
}

.service__image-wrapper:nth-child(4) {
	bottom: 15px;
	right: 250px;
}

.service__image-wrapper:nth-child(7) {
	right: 200px;
	top: -40px;
}

.service__design-item-text::before {
	font-size: 12vw;
}

.service__writing-subtitle::before {
	font-size: 12vw;
	top: 100%;
}

.service__writing-cta::before {
	font-size: 12vw;
}

.top-values__section-title {
	font-size: clamp(25px, 5vw, 42px);
}

}

@media screen and (max-width: 489px) {

.support__security-title {
	font-size: 28px;
}

.support__security-title::before {
	font-size: 44px;
}

}

@media screen and (max-width: 488px) {

.vision__bg::after {
	height: 42%;
}

}

@media screen and (max-width: 483px) {

.pricing__process__step-number::after {
	height: 28.125rem;
}

}

@media screen and (max-width: 480px) {

.message__image--sub {
	right: 1%;
}

.support__operation-title::before {
	font-size: clamp(40px, 5vw, 70px);
}

}

@media screen and (max-width: 470px) {

.blog-mv__lead-text {
	font-size: 1rem;
	margin-top: 1rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.sp__470 {
	display: block;
}

}

@media screen and (max-width: 469px) {

.pricing__process__message {
	font-size: 1.125rem;
	padding: 1.125rem 1.875rem;
}

}

@media screen and (max-width: 465px) {

.sp__465 {
	display: block;
}

}

@media screen and (max-width: 460px) {

.career__bg {
	padding-bottom: 520px;
	padding-top: 920px;
}

.info-img-title--en {
	font-size: 52px;
	font-size: 40px;
	font-size: clamp(2.5rem, -0.809rem + 14.12vw, 3.25rem);
}

.pricing__custom-plan-price-before {
	font-size: clamp(32px, 4.5vw, 45px);
}

.pricing__custom-plan-price-after {
	color: #FDEA74;
	font-size: clamp(48px, 14vw, 66px);
}

.pricing__plan-label {
	font-size: clamp(27px, 7vw, 30px);
}

.pricing__plan-description {
	font-size: clamp(18px, 6vw, 24px);
}

.pricing__plan-price-before {
	font-size: clamp(32px, 4.5vw, 45px);
}

.pricing__plan-price-after {
	font-size: clamp(48px, 14vw, 66px);
}

.vision__title__text {
	font-size: 16px;
}

.vision__title--h4__text {
	font-size: 16px;
}

}

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

.contact-form {
	padding: 3.75rem 0.9375rem 5rem;
}

.contact-form__title--ja {
	font-size: 2rem;
}

.contact-form__description {
	font-size: 1.1875rem;
	font-weight: 500;
	padding: 2.5rem 0.625rem;
}

.pc__450 {
	display: none;
}

.pricing__custom-option-description {
	-moz-text-align-last: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
	text-align-last: left;
	width: 100%;
}

.pricing__custom-cta-title {
	font-size: 1.25rem;
	font-weight: 500;
}

.pricing__process-cta-title {
	font-size: 1.25rem;
	font-weight: 500;
}

.sp__450 {
	display: block;
}

}

@media screen and (max-width: 440px) {

.pricing__process__step-title {
	font-size: clamp(19px, 5.5vw, 26px);
}

.pricing__process-item__step-text {
	line-height: 1.5;
}

.sp__440 {
	display: block;
}

.support__operation {
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.vision__bg::after {
	height: 40%;
}

}

@media screen and (max-width: 434px) {

.pricing__process__message {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 1.125rem 1.25rem;
}

}

@media screen and (max-width: 430px) {

.faq__fv {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.faq__fv-title {
	font-size: clamp(27px, 3.2vw, 32px);
	margin-top: 0.875rem;
}

.features__design-title::before {
	font-size: 20vw;
}

.features__design-navigation {
	gap: 15px;
	bottom: 20px;
}

.features__design-prev,
.features__design-next {
	height: 36px;
	width: 36px;
}

.features__design-dots {
	gap: 8px;
}

.features__design-dot {
	height: 8px;
	width: 8px;
}

.features__fv {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.features__fv-title {
	margin-top: 0.875rem;
}

.features__research-title::before {
	font-size: 18vw;
}

.features__research-description-image {
	max-width: 7.5rem;
}

.features__research-examples-image {
	max-width: 7.5rem;
}

.features__research-conclusion-image {
	max-width: 7.5rem;
}

.features__support-title::before {
	font-size: 18vw;
}

.features__vision-title::before {
	font-size: 19vw;
}

.features__writing-title::before {
	font-size: 19vw;
}

.features__writing-question-img {
	width: 7.5rem;
}

.features__writing-feature-title {
	line-height: 1.5;
}

.features__writing-feature-img {
	max-width: 5rem;
}

.features__writing-feature-img,
.features__writing-feature-img:nth-of-type(3) {
	max-width: 6.25rem;
}

.flow__fv {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.flow__fv-title {
	margin-top: 0.875rem;
}

.flow__step__description {
	font-size: 1.0625rem;
	max-width: 100%;
}

.footer__nav {
	gap: 0;
	grid-template-columns: 1fr;
	text-align: center;
}

.footer__nav-list {
	text-align: center;
}

.footer__nav-item {
	margin-bottom: 1.875rem;
}

.fv {
	padding: 1.5rem;
	padding-top: 6.25rem;
}

.fv__title {
	line-height: 1.25;
}

.fv__button {
	height: 4rem;
	width: 20.625rem;
}

.fv__images {
	top: 24%;
	transform: translateX(80%) rotate(15deg);
}

.fv__image {
	width: clamp(100px, 5vw, 480px);
}

.pricing__custom-service__container {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.pricing__custom-service__title {
	font-size: 1.625rem;
}

.pricing__custom__title {
	font-size: clamp(32px, 4vw, 38px);
	line-height: 1.4;
}

.pricing__custom-note {
	color: #ccc;
	font-size: 1.0625rem;
	line-height: 1.4;
}

.pricing__fv {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.pricing__fv-title {
	font-size: clamp(27px, 3.2vw, 32px);
	margin-top: 0.875rem;
}

.pricing__plan-text {
	color: #FDEA74;
	font-size: clamp(17px, 2vw, 20px);
}

.pricing-faq {
	padding: 3.75rem 0.9375rem;
}

.pricing-faq__accordion::before {
	left: -2%;
	top: -5%;
}

.section__header-title::before {
	font-size: 20vw;
}

.service__content-title {
	font-weight: 900;
}

.service__design-title::before {
	font-size: 20vw;
}

.service__image-wrapper:nth-child(2) {
	right: 78px;
	top: -140px;
}

.service__image-wrapper:nth-child(5) {
	left: 200px;
}

.service__image-wrapper:nth-child(6) {
	top: -120px;
}

.service__design-list {
	margin-top: 12.5rem;
}

.service__faq {
	padding: 3.75rem 0.9375rem;
}

.service__faq__accordion::before {
	left: -2%;
	top: -5%;
}

.service__fv {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.service__fv-description {
	font-size: 1.0625rem;
	max-width: 37.5rem;
}

.service__process {
	padding-bottom: 1.875rem;
}

.service__process__background--top {
	top: clamp(100px, 55vh, 400px);
}

.service__process__background--bottom {
	bottom: clamp(100px, 70vh, 530px);
}

.service__writing {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: clamp(80px, 6vh, 60px);
}

.service__writing-title {
	font-weight: 900;
}

.service__writing-subtitle {
	font-weight: 700;
}

.service__writing-content {
	margin-top: 2.5rem;
}

.service__writing-text p {
	font-weight: 500;
}

.sp__610-430 {
	display: none;
}

.sp__430 {
	display: block;
}

.support__blog-writing {
	padding-left: 0rem;
	padding-right: 0rem;
}

.support__fv {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.support__fv-title {
	margin-top: 0.875rem;
}

.support__fv-description {
	font-size: 1.0625rem;
	max-width: 37.5rem;
}

.support__operation-item-icon-animation {
	max-width: 6.25rem;
}

.support__operation-item-title {
	font-size: 1.375rem;
}

.support__security {
	padding-top: clamp(40px, 3vh, 100px);
}

.support__security-title::before {
	left: 0px;
}

.support__security-item-icon {
	max-width: 5rem;
}

.support__update {
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: clamp(40px, 3vh, 100px);
}

.support__update-title::before {
	left: 0;
}

.support__update-item-icon-animation {
	max-width: 6.25rem;
}

.top-faq {
	padding: 3.75rem 0.9375rem;
}

.top-faq__accordion::before {
	left: -2%;
	top: -5%;
}

.top-price__background {
	top: 27%;
}

}

@media screen and (max-width: 430x) {

.support__update-item-title {
	font-size: 1.375rem;
}

}

@media screen and (max-width: 425px) {

.pricing__features-list {
	grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
}

.sp__954-425 {
	display: none;
}

}

@media screen and (max-width: 420px) {

.blog-article__content p {
	font-size: 14px;
}

.sp__420 {
	display: block;
}

.vision__bg::after {
	height: 30%;
}

}

@media screen and (max-width: 417px) {

.pricing__process__step-number::after {
	height: 32.125rem;
}

}

@media screen and (max-width: 410px) {

.thanks__bg-line {
	background: linear-gradient(-26deg, transparent 0%, transparent 16%, #ffffff 16%, #ffffff 80%, transparent 80%, transparent 100%);
}

}

@media screen and (max-width: 405px) {

.sp__405 {
	display: block;
}

}

@media screen and (max-width: 400px) {

.career {
	margin-top: 80px;
}

.career__bg {
	padding-bottom: 920px;
	padding-top: 620px;
}

.career__text-body {
	margin-left: 66px;
}

.pricing__features-text {
	font-size: 1rem;
}

.thanks__title {
	font-size: 24px;
}

.thanks__text-wrap {
	margin-top: 48px;
}

.vision__bg {
	padding-left: 20px;
}

.vision__title--ja {
	font-size: 68px;
	line-height: 1.1;
	margin-top: 28px;
}

.vision__title--ja--small {
	margin-left: -26px;
	margin-right: -20px;
}

}

@media screen and (max-width: 390px) {

.pricing__custom-plan-badge {
	font-size: clamp(14px, 2vw, 18px);
}

.pricing__custom-button {
	font-size: 1.125rem;
}

.pricing__process-button {
	font-size: 1.125rem;
}

}

@media screen and (max-width: 378px) {

.support__security-title::before {
	top: 125px;
}

}

@media screen and (max-width: 376px) {

.voice__content:before {
	font-size: clamp(40px, 13vw, 58px);
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@media screen and (max-width: 375px) {

.features__support-title {
	margin-top: clamp(20px, 4vh, 40px);
}

.features__support-item {
	margin-top: 2.5rem;
}

.features__support-item-re {
	margin-top: 2.5rem;
}

.features__support-item-text {
	font-size: 1.0625rem;
}

.features__vision-heading {
	font-size: 1.5rem;
}

.features__vision-text {
	font-size: 1.0625rem;
	letter-spacing: 0.06em;
	line-height: 1.75;
}

.features__writing-question-side {
	gap: 2.5rem;
}

.features__writing-text {
	font-size: 1.0625rem;
	line-height: 1.75;
}

.flow__step {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.flow__step__item {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.pricing__custom-plan {
	padding: 0.5rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.sp__375 {
	display: block;
}

}

@media screen and (max-width: 372px) {

.support__operation-title {
	font-size: clamp(26px, 4vw, 40px);
}

}

@media screen and (max-width: 370px) {

.pricing-faq__accordion::before {
	font-size: 3.125rem;
}

.pricing-faq__accordion::after {
	font-size: 3.125rem;
}

.service__faq__accordion::before {
	font-size: 3.125rem;
}

.service__faq__accordion::after {
	font-size: 3.125rem;
}

.top-faq__accordion::before {
	font-size: 3.125rem;
}

.top-faq__accordion::after {
	font-size: 3.125rem;
}

}

@media screen and (max-width: 369px) {

.features__writing-section-title::before {
	display: none;
}

.features__writing-section-title::after {
	display: none;
}

}

@media screen and (max-width: 360px) {

.fv__title {
	font-size: clamp(34px, 3.8vw, 38px);
	font-size: 2.375rem;
}

.fv__title span {
	font-size: 1.75rem;
}

}

@media screen and (max-width: 350px) {

.career {
	margin-top: 0px;
}

.career__bg {
	padding-bottom: 920px;
	padding-top: 820px;
}

}

@media screen and (max-width: 348px) {

.support__operation-title::before {
	font-size: clamp(32px, 5vw, 70px);
}

}

@media screen and (max-width: 345px) {

.vision__text-body {
	max-width: 280px;
}

}

@media screen and (max-width: 43px) {

.service__content-item-title {
	font-weight: 900;
}

}

@keyframes fadeSlideInStrong {

from {
	opacity: 0;
	transform: translate(-50%, -50%) translateX(-50px);
}

to {
	opacity: 0.8;
	transform: translate(-50%, -50%);
}

}

@keyframes fadeSlideInStrong {

from {
	opacity: 0;
	transform: translate(-50%, -50%) translateX(-50px);
}

to {
	opacity: 0.8;
	transform: translate(-50%, -50%);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(1.25rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes scrollText {

from {
	transform: translateX(-30%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(1.25rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeUp {

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes marquee-left {

100% {
	transform: translateX(-100%);
}

}

@keyframes fadeInOutRandom {

0% {
	opacity: 0;
	transform: scale(0.8);
}

50% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: 0;
	transform: scale(0.8);
}

}

@keyframes fadeSlideIn {

from {
	opacity: 0;
	transform: translate(-50%, -50%) translateX(-50px);
}

to {
	opacity: 0.4;
	transform: translate(-50%, -50%);
}

}

@keyframes scrollText {

from {
	transform: translateX(0%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes fadeBlink {

0% {
	opacity: 0;
}

30% {
	opacity: 0.2;
}

50% {
	opacity: 0.4;
}

80% {
	opacity: 0.2;
}

100% {
	opacity: 0;
}

}

@keyframes scroll-indicator {

0% { /* スタート位置（画面外の上） */
	opacity: 0;
	top: -100px;
}

30% {
	opacity: 1;
}

100% { /* 画面の下に消える */
	opacity: 0;
	top: 100%;
}

}

@keyframes fadeSlideIn {

from {
	opacity: 0;
	transform: translate(-50%, -50%) translateX(-50px);
}

to {
	opacity: 0.4;
	transform: translate(-50%, -50%);
}

}

@keyframes scrollText {

from {
	transform: translateX(-30%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(1.25rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeInUp {

0% {
	opacity: 0;
	transform: translateY(1.25rem);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


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