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

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

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


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

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

.actors-card__item {
	border-bottom: solid 1px #E7F3F8;
	display: flex;
	flex-direction: column;
	gap: 0rem;
}

.actors-card__item + .actors-card__item {
	margin-top: 1.25rem;
}

.actors-card__container {
	padding: 0 1.25rem 1.25rem;
	width: 100%;
}

.actors-card__img {
	margin-left: auto;
	margin-right: auto;
	width: 49.185%;
}

.actors-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 150/150;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.actors-card__wrapper {
	margin-top: 0.625rem;
}

.actors-card__name {
	display: flex;
	flex-direction: column;
}

.actors-card__name-jp {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7;
}

.actors-card__name-en {
	color: #35B8CA;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.actors-card__dl {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.actors-card__work {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	width: 13.775%;
}

.actors-card__detail {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
	width: 83.6%;
}

.actors-card__sample {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.actors-card__box {
	align-items: center;
	background-color: #E7F3F8;
	border-radius: 0.3125rem;
	color: #333;
	display: inline-flex;
	gap: 0.5rem;
	padding: 0.25rem 0.5rem;
}

.actors-card__arrow {
	height: 0.9375rem;
	width: 0.84375rem;
}

.actors-card__voice {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.actors-card__list-second {
	margin-top: 1.25rem;
}

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

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

.actors__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.actors__icon {
	height: 1.375rem;
	margin-top: 0.625rem;
	width: 3.4375rem;
}

.actors__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.actors__heading {
	margin-top: 5rem;
	position: relative;
}

.actors__en-title {
	left: -4%;
	position: absolute;
	top: 6.3%;
}

.actors__list {
	margin-top: 1.25rem;
}

.actors__item {
	border-bottom: solid 1px #E7F3F8;
	padding: 0 1.25rem 1.25rem;
}

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

.actors__img {
	margin-left: auto;
	margin-right: auto;
	width: 75.41%;
}

.actors__img img {
	-o-object-fit: cover;
	aspect-ratio: 230/230;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.actors__content {
	margin-top: 0.625rem;
}

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

.actors__name-jp {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.7;
}

.actors__name-en {
	color: #35B8CA;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
}

.actors__dl {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.actors__work {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	width: 13.775%;
}

.actors__detail {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
	width: 83.6%;
}

.actors__sample {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.actors__box {
	align-items: center;
	background-color: #E7F3F8;
	border-radius: 0.3125rem;
	color: #333;
	display: inline-flex;
	gap: 0.5rem;
	padding: 0.25rem 0.5rem 0.25rem 0.6875rem;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.actors__box:hover {
	background-color: #d2e9f4;
	opacity: 0.85;
}

.actors__box.is-playing {
	background-color: #b6e2f9;
}

.actors__arrow {
	height: 0.9375rem;
	width: 0.84375rem;
}

.actors__voice {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.actors__list-second {
	margin-top: 1.25rem;
}

.breadcrumb {
	margin-top: 1.125rem;
	position: relative;
	z-index: 10;
}

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

.breadcrumb__content {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.7;
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.breadcrumb__item--color {
	color: #8B8B8B;
}

.breadcrumb__separator {
	display: inline-block;
	padding: 0 1rem;
}

.breadcrumb__item:last-child .breadcrumb__separator {
	display: none;
}

.breadcrumb__item a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.button__text {
	align-items: center;
	background-color: #757575;
	border-radius: 2.8125rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	color: white;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.7;
	padding: 1.03125rem 0rem;
	position: relative;
	transition: 0.4s;
	width: 20.9375rem;
}

.button__text--sub {
	width: 19.0625rem;
}

.button__text--white {
	background-color: #fff;
	color: #333;
}

.button__text::after {
	background-image: url(../img/button-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.625rem;
	position: absolute;
	right: 1.25rem;
	top: 51.5%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 1.625rem;
}

.button__text--white::after {
	background-image: url(../img/button-dark-arrow.webp);
}

.button__text:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.case {
	background-color: #01BBD5;
	color: #fff;
	padding: 0.875rem 0 5rem;
	position: relative;
	text-align: center;
}

.case::before {
	background-image: url("../img/effect-long-top-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.case::after {
	background-image: url("../img/effect-black-bottom-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.case__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.case__inner {
	margin: 0.3125rem auto 0;
	max-width: 500px;
	padding: 0 1.09375rem;
	position: relative;
	z-index: 2;
}

.case__subtitle {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.4375rem;
	text-align: left;
}

.case__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.4375rem;
}

.case__item {
	width: 100%;
}

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

.case__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.5rem;
	text-align: left;
}

.case__button {
	margin-top: 2.5rem;
}

.contact {
	background-color: #21393C;
	color: #fff;
	padding: 1.125rem 0 5rem;
	text-align: center;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.contact__inner::before {
	background-image: url("../img/effect-logo-black.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -5rem;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	width: 9.8125rem;
	z-index: 1;
}

.contact__heading {
	margin-top: 0.125rem;
}

.contact__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.contact__title-img {
	aspect-ratio: 70/28;
	height: 1.375rem;
	margin: 0.625rem auto 0;
	width: 3.4375rem;
}

.contact__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 2.5rem;
	position: relative;
	z-index: 2;
}

.contact__button {
	background-color: #fff;
	border: solid 1px #ACACAC;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	color: #333;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
	padding: 1.125rem 0;
	transition: 0.4s;
	width: 20.9375rem;
}

.contact__button--orange {
	background-color: #FD6824;
	border: solid 1px #FD6824;
	color: #fff;
}

.contact__button:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.contact__button-link {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.contact__button-icon {
	aspect-ratio: 1/1;
	height: 1.875rem;
	width: 1.875rem;
}

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

.demonstration__container {
	background-color: #01BBD5;
	margin-top: 3.875rem;
	padding: 1.25rem 0.9375rem 5rem;
	position: relative;
	text-align: center;
}

.demonstration__container::after {
	background-image: url("../img/effect-long-top-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.demonstration__container::before {
	background-image: url("../img/effect-long-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.demonstration__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.demonstration__bg::before {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3.75rem;
	content: "";
	height: 6.25rem;
	left: calc(50% - min(53%, 50rem));
	position: absolute;
	width: 9.8125rem;
	z-index: 1;
}

.demonstration__content {
	background-color: #E7F5F7;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 3.75rem 0.9375rem;
	position: relative;
	z-index: 10;
}

.demonstration__head {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin: 0rem auto auto -0.9375rem;
	width: calc(100% + 1.875rem);
}

.demonstration__tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.4375rem;
	margin-top: 1.5rem;
}

.demonstration__tab {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	max-width: calc(50% - 0.21875rem);
	outline: none;
	padding: 0.5rem 0rem;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	width: 100%;
}

.demonstration__tab:hover {
	background-color: #E7F3F8;
}

.demonstration__tab.is-active {
	background-color: #01BBD5;
	color: #fff;
}

.demonstration__panels {
	margin-top: 1.5rem;
}

.demonstration__images {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem;
	justify-content: center;
}

.demonstration__images--double {
	gap: 0.9375rem 1.25rem;
}

.demonstration__human {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	height: 5.9375rem;
	outline: none;
	overflow: hidden;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	width: 5.9375rem;
}

.demonstration__human:hover {
	background-color: #E7F3F8;
}

.demonstration__human.is-active {
	background-color: #01BBD5;
}

.demonstration__human a {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.demonstration__human img {
	height: 5rem;
	width: 3.125rem;
}

.demonstration__name {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.demonstration__remarks {
	margin-top: 0.625rem;
	text-align: left;
}

.demonstration__remarks-text {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
}

.demonstration__remarks-text a {
	-webkit-text-decoration: underline;
	color: #979797;
	display: inline-block;
	font-weight: 500;
	position: relative;
	text-decoration: underline; /* 常時下線 */
	text-underline-offset: 0.125rem; /* 下線と文字の間隔を調整（モダンブラウザ対応） */
}

.detail__breadcrumb {
	margin-top: 6.875rem;
}

.detail {
	margin-top: 3.75rem;
}

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

.detail__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.detail__icon {
	height: 1.375rem;
	margin: 0.625rem auto 0;
	width: 3.4375rem;
}

.detail__name {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
	text-align: center;
}

.detail__img {
	margin: 1.25rem auto 0;
	width: 92%;
}

.detail__img--frame {
	border: solid 3px #F5F5F5;
	border-radius: 0.625rem;
}

.detail__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/345;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.detail__container {
	background-color: #01BBD5;
	margin-top: 3.875rem;
	padding: 1.25rem 0.9375rem 5rem;
	position: relative;
}

.detail__container::after {
	background-image: url("../img/effect-long-top-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.detail__container::before {
	background-image: url("../img/effect-long-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.detail__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.detail__bg::before {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -3.75rem;
	content: "";
	height: 6.25rem;
	left: calc(50% - min(53%, 50rem));
	position: absolute;
	width: 9.8125rem;
	z-index: 1;
}

.detail__content {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-inline: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
	z-index: 10;
}

.detail__list {
	padding: 1.875rem 1.25rem;
}

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

.detail__head {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.detail__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 0.25rem;
	text-align: left;
}

.detail__remarks {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.detail__buttons {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.circle-button {
	align-items: center;
	display: flex;
	justify-content: center;
}

.circle-button__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.09375rem solid #01BBD5;
	border-radius: 50%;
	display: flex;
	height: 1.75rem;
	justify-content: center;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
	width: 1.75rem;
}

.circle-button__link:hover {
	background-color: #01BBD5;
	border-color: #01BBD5;
}

.circle-button__link:hover .circle-button__icon {
	border-right-color: #fff;
	border-top-color: #fff;
}

.circle-button__icon {
	border-right: 0.09375rem solid #01BBD5;
	border-top: 0.09375rem solid #01BBD5;
	display: block;
	height: 0.25rem;
	left: 55%;
	position: absolute;
	top: 50%;
	transform: rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
	transition: border-color 0.3s ease;
	width: 0.25rem;
}

.circle-button__icon--right {
	left: 47%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.detail__button-text {
	align-items: center;
	background-color: #fff;
	border: solid 1px #01BBD5;
	border-radius: 2.8125rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	color: #01BBD5;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1.7;
	padding: 0.40625rem 0rem;
	position: relative;
	transition: 0.4s;
	width: 12.5rem;
}

.detail__button-text::after {
	background-image: url(../img/button-arrow-blue.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.125rem;
	left: 1.25rem;
	position: absolute;
	top: 51.5%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 1.125rem;
}

.detail__button-text:hover {
	background-color: #01BBD5;
	border-color: #fff;
	color: #fff;
}

.en-title__text {
	color: #284347;
	font-family: "Montserrat", sans-serif;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1;
	margin-left: -0.75rem;
	text-align: left;
}

.en-title__text--blue {
	color: #17C1DA;
	margin-left: -1rem;
}

.en-title__text--white {
	color: #F1F9FA;
	margin-left: 0rem;
}

.en-title__text--tool {
	color: #17C1DA;
	margin-left: 0rem;
}

.en-title__text--case {
	color: #17C1DA;
	margin-left: 0rem;
}

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

.faq__item + .faq__item {
	margin-top: 4.375rem;
}

.faq__heading--position {
	position: relative;
}

.faq__en-title {
	left: -4%;
	position: absolute;
	top: -50%;
}

.faq__head {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	position: relative;
	z-index: 2;
}

.faq__cycle {
	height: 1.125rem;
	width: 1.125rem;
}

.faq__en {
	color: #787878;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
	text-transform: capitalize;
}

.faq__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1rem;
	position: relative;
	z-index: 2;
}

.faq__icon {
	height: 1.375rem;
	margin-top: 0.625rem;
	width: 3.4375rem;
}

.faq__container {
	background-color: #F7F7F7;
	margin-top: 0.625rem;
	padding: 1.875rem 1.25rem;
}

.faq__wrapper {
	background-color: #fff;
	border-radius: 0.625rem 0.625rem 0 0;
	padding: 1rem 1.25rem;
}

.faq__wrapper + .faq__wrapper {
	margin-top: 1rem;
}

.faq__question,
.faq__answer {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.faq__question dt,
.faq__answer dt {
	color: #01BBD5;
	font-family: "Montserrat", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}

.faq__question dd {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.faq__answer dd {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.faq__answer {
	border-top: solid 1px #CCCCCC;
	margin-top: 1rem;
	padding-top: 1rem;
}

.faq__answer dd a {
	-webkit-text-decoration: none;
	color: #01BBD5;
	display: inline-block;
	font-weight: 500;
	position: relative;
	text-decoration: none;
	transition: color 0.3s ease;
}

.faq__answer dd a::after {
	background-color: #01BBD5;
	bottom: 0.0625rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(1);
	transform-origin: center;
	transition: height 0.3s ease;
	width: 100%;
}

.faq__answer dd a:hover::after {
	height: 0.125rem;
}

.feature {
	background-color: #01BBD5;
	color: #fff;
	padding: 0.875rem 0 5rem;
	position: relative;
	text-align: center;
}

.feature::before {
	background-image: url("../img/effect-long-top-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.feature::after {
	background-image: url("../img/effect-long-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.feature__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.feature__bg::after {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 13rem;
	content: "";
	height: 6.25rem;
	left: calc(50% - min(50%, 50rem));
	position: absolute;
	width: 9.8125rem;
	z-index: 1;
}

.feature__inner {
	margin: 0.3125rem auto 0;
	max-width: 500px;
	padding: 0 0.9375rem;
	position: relative;
	z-index: 2;
}

.feature__subtitle {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
	text-align: left;
}

.feature__img {
	margin: 1.25rem auto 0;
	width: 79.714%;
}

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

.feature__button {
	margin-top: 1.875rem;
}

.footer {
	background-color: #F7F7F7;
	padding: 4.375rem 0 1rem;
	position: relative;
}

.footer__decoration {
	bottom: 0%;
	height: 3.125rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
	width: 9.8125rem;
}

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

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

.footer__title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
}

.footer__nav {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.footer__nav-left,
.footer__nav-right {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.footer__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	gap: 0.625rem;
	text-decoration: none;
}

.footer__text {
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	position: relative;
}

.footer__text::after {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
	will-change: transform;
}

.footer__link:hover .footer__text::after {
	transform: translateX(-50%) scaleX(1);
}

.footer__icon {
	display: block;
	height: 1.125rem;
	width: 1.125rem;
}

.footer__privacy {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 3.125rem;
	position: relative;
	text-transform: uppercase;
}

.footer__privacy::after {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
	will-change: transform;
}

.footer__privacy:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.footer__logo img {
	height: 2.4375rem;
	margin-left: auto;
	margin-right: auto;
	width: 13.125rem;
}

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

.footer__sns a {
	display: inline-block;
	transition: opacity 0.25s ease;
}

.footer__sns a:hover {
	opacity: 0.7;
}

.footer__sns img {
	display: block;
	height: 1.875rem;
	width: 1.875rem;
}

.footer__copyright {
	margin-top: 5rem;
	position: relative;
	text-align: center;
}

.footer__copyright small {
	font-family: "Montserrat", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.7;
}

.fv {
	background-color: #01BBD5;
	color: #fff;
	padding: 4.0625rem 0 2.5rem;
	position: relative;
	text-align: center;
}

.fv::after {
	background-image: url("../img/effect-long-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.fv__img {
	position: relative;
}

.fv__img img {
	-o-object-fit: cover;
	height: 63.875rem;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	width: 24.5625rem;
}

.fv__sentence {
	left: 0%;
	position: absolute;
	right: 0%;
	top: 19rem;
	width: 100%;
	z-index: 1;
}

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

.fv__title-top {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.7;
}

.fv__title-top span {
	letter-spacing: 0.1em;
}

.fv__title-bottom {
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.fv__subtitle {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 18.5625rem;
}

.fv__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2;
	margin: 1.875rem auto 0;
	max-width: 500px;
	padding: 0 0.9375rem;
	text-align: left;
}

.header__hamburger {
	padding: 0;
	z-index: 9999;
}

.header__hamburger span {
	background: #757575;
	display: block;
	height: 0.125rem;
	position: relative;
	transition: ease 0.3s;
	width: 2.125rem;
}

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

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

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

/*is-OPEN時の動き*/

.header__hamburger.is-open span:nth-child(1) {
	top: 0.625rem;
	transform: rotate(35deg);
}

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

.header__hamburger.is-open span:nth-child(3) {
	top: -0.5rem;
	transform: rotate(-35deg);
}

body.fixed {
	height: 100%;
	position: fixed;
	width: 100%;
}

.no-scroll {
	overflow: hidden;
}

.header {
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
}

.header__inner {
	align-items: center;
	background-color: white;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	display: flex;
	height: inherit;
	height: 5rem;
	justify-content: space-between;
	padding: 0 0.9375rem;
}

.header__logoLink {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.header__logo img {
	height: 2.8125rem;
	position: relative; /* z-indexをきかせるため */
	width: 6rem;
	z-index: 9999;
}

.header__text {
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.3;
}

.header--floating {
	background-color: white;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	display: none;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease;
	z-index: 9999;
}

.header--floating.is-visible {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

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

.lineup {
	padding: 0.875rem 0 5rem;
	text-align: center;
}

.lineup__inner {
	margin: 0.3125rem auto 0;
	max-width: 500px;
	padding: 0 1.09375rem;
}

.lineup__subtitle {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.4375rem;
	text-align: left;
}

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

.lineup__item {
	width: 100%;
}

.lineup__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/300;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.lineup__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.5rem;
	text-align: left;
}

.lineup__button {
	margin-top: 2.5rem;
}

.news-card__item {
	border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.news-card__item:last-of-type {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.news-card__link {
	background-color: #fff;
	display: block;
	padding: 1.5rem 0.9375rem;
}

.news-card__box {
	align-items: center;
	display: flex;
}

.news-card__time {
	color: #898989;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	width: 5.5rem;
}

.news-card__tab {
	background-color: #E7F5F7;
	border-radius: 0.3125rem;
	color: #333;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 0.125rem 0;
	text-align: center;
	width: 6.625rem;
}

.news-card__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.5rem;
	text-align: left;
}

.news {
	text-align: center;
}

.news__inner {
	margin: 0.3125rem auto 0;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.news__list {
	margin-top: 1.875rem;
}

.news__button {
	margin-top: 3.75rem;
	text-align: center;
}

.overview {
	padding: 0.875rem 0 5rem;
}

.overview__inner {
	margin: 0.3125rem auto 0;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.overview__content {
	margin-top: 1.25rem;
}

.overview__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.overview__img {
	margin: 1.25rem auto 0;
	width: 79.714%;
}

.overview__img img {
	-o-object-fit: cover;
	aspect-ratio: 275/275;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.overview__buttons {
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.overview__button {
	background-color: #757575;
	border: solid 1px #757575;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 1.125rem 0;
	transition: 0.4s;
	width: 20.9375rem;
}

.overview__button-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
}

.overview__button:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
	will-change: transform;
}

.overview__button-link {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
}

.overview__button-icon {
	height: 1.25rem;
	width: 1.25rem;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.pc-nav__item--marginLeft {
	margin-left: 0.8125rem;
}

.pc-nav__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: flex;
	justify-content: center;
	padding: 0 min(1.38vw, 13px);
	text-decoration: none;
}

.pc-nav__ja {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.7;
	position: relative;
}

.pc-nav__ja::after {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: -0.125rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
	width: 100%;
}

.pc-nav__link:hover .pc-nav__ja::after {
	transform: translateX(-50%) scaleX(1);
}

.pc-nav__button {
	align-items: center;
	background-color: #01BBD5;
	border-radius: 2.5rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.1875rem;
	height: 3.125rem;
	justify-content: center;
	line-height: 1.1;
	overflow: hidden;
	padding: 1.0625rem 1.125rem;
	position: relative;
	transition: background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.pc-nav__button:hover {
	background-color: #0be0fe;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	color: #fff;
}

.pc-nav__button img {
	height: 1.25rem;
	width: 1.25rem;
}

.pc-nav__button--info {
	background-color: #fff;
	border: 1px solid #ACACAC;
	color: #333;
}

.pc-nav__button--info:hover {
	background-color: #f0f0f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	color: #000;
}

.pc-nav__button--contact {
	background-color: #FD6824;
	color: #fff;
	margin-left: 0.25rem;
}

.pc-nav__button--contact:hover {
	background-color: #ec4b02;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.scroll-hint-icon {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0.3125rem;
	box-sizing: border-box;
	height: auto;
	left: calc(50% - 70px);
	opacity: 0;
	padding: 1.25rem 0.625rem 0.625rem;
	position: absolute;
	text-align: center;
	top: calc(50% - 40px);
	transition: opacity 0.3s;
	width: 8.75rem;
}

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

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

.section-heading__en img {
	aspect-ratio: 1/1;
	height: 1.125rem;
	width: 1.125rem;
}

.section-heading__en-text {
	color: #787878;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
	text-transform: capitalize;
}

.section-heading__en-text--white {
	color: #fff;
}

.section-heading__title {
	margin-top: 1rem;
	position: relative;
	z-index: 2;
}

.section-heading__title--margin {
	margin-top: 1rem;
}

.section-heading__jp {
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	white-space: nowrap;
}

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

.section-heading__img {
	aspect-ratio: 55/22;
	height: 1.375rem;
	margin: 0.625rem auto 0;
	width: 3.4375rem;
}

.sp-nav {
	background-color: #E7F5F7;
	height: 100dvh;
	left: 0;
	padding: 0rem 0rem 1.875rem;
	position: fixed;
	right: 0;
	top: 8rem;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	width: 100%;
	z-index: 8888;
}

.header--floating.is-visible .sp-nav {
    top: 5rem;
}

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

.sp-nav__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.sp-nav__list {
	box-sizing: border-box;
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 1.875rem 0 1.25rem;
	text-align: center;
}

.open .sp-nav__in-list {
	opacity: 1;
	visibility: visible;
}

.sp-nav__item--margin {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.sp-nav__item--marginbottom {
	margin-bottom: 1.25rem;
}

.sp-nav__ja {
	color: #333;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.7;
	padding: 1.25rem 0;
}

.sp-nav__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #01BBD5;
	border-radius: 2.5rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-flex;
	gap: 0.5125rem;
	justify-content: center;
	padding: 0.9375rem 0;
	text-decoration: none;
	width: 18.75rem;
}

.sp-nav__link + .sp-nav__link {
	margin-top: 0.625rem;
}

.sp-nav__link--info {
	background-color: #fff;
	border: solid 1px #ACACAC;
	color: #333;
}

.sp-nav__link--contact {
	background-color: #FD6824;
}

.sp-nav__link img {
	height: 1.25rem;
	width: 1.25rem;
}

.sp-nav__button-text {
	color: inherit;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
}

.sp-nav__button-text--black {
	color: #333;
}

.sp-nav__icon {
	height: 6.25rem;
	margin-left: auto;
	width: 9.8125rem;
}

.sp-nav__icon--left {
	margin-left: 0;
	margin-left: initial;
	margin-top: 4.375rem;
}

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

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

.sub-case__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.sub-case__icon {
	height: 1.375rem;
	margin: 0.625rem auto 0;
	width: 3.4375rem;
}

.sub-case__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.sub-case__container {
	background-color: #E7F5F7;
	margin-top: 5rem;
	padding: 0.875rem 0 5rem;
	position: relative;
}

.sub-case__container::before {
	background-image: url("../img/effect-skyblue-top-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.sub-case__container::after {
	background-image: url("../img/effect-skyblue-bottom-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.sub-case__bg {
	position: relative;
}

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

.sub-case__list {
	position: relative;
	z-index: 2;
}

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

.sub-case__img {
	width: 100%;
}

.sub-case__img img {
	-o-object-fit: cover;
	aspect-ratio: 349/349;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-case__content {
	background-color: #FBFBFB;
	border-radius: 0 0 0.625rem 0.625rem;
	padding: 1.25rem;
}

.sub-case__content--reverse {
	border-radius: 0 0 0.625rem 0.625rem;
}

.sub-case__name {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
}

.sub-case__box {
	align-items: center;
	display: flex;
	gap: 0.40625rem;
	margin-top: 0.25rem;
}

.sub-case__cycle {
	height: 1.125rem;
	width: 1.125rem;
}

.sub-case__companyName {
	color: #787878;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.sub-case__explanation {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.25rem;
}

.feature__button {
	margin-top: 1rem;
}

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

.sub-fv {
	background-color: #01BBD5;
	padding: 5rem 0;
	text-align: center;
}

.sub-fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.sub-fv__inner::before {
	background-image: url("../img/effect-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: -5rem;
	width: 9.8125rem;
	z-index: 1;
}

.sub-fv__inner::after {
	background-image: url("../img/effect-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -2rem;
	content: "";
	height: 6.25rem;
	left: calc(50% - min(50%, 50rem));
	position: absolute;
	width: 9.8125rem;
	z-index: 1;
}

.sub-fv__bg {
	position: relative;
}

.sub-fv__effect {
	bottom: -6.125rem;
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
}

.sub-fv__title {
	color: #fff;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.sub-fv__title-en {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

.sub-fv__title-jp {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.sub-lineup-system {
	margin-top: 0.875rem;
}

.sub-lineup-system__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-lineup-system__heading {
	text-align: center;
}

.sub-lineup-system__title {
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: capitalize;
}

.sub-lineup-system__logo {
	height: 1.375rem;
	margin: 0.625rem auto 0;
	width: 3.4375rem;
}

.sub-lineup-system__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: left;
}

.sub-lineup-system__list {
	margin-top: 0.625rem;
}

.sub-lineup-system__item {
	background-color: #E7F5F7;
	border-radius: 0.625rem;
	padding: 2.5rem 1.25rem;
}

.sub-lineup-system__item + .sub-lineup-system__item {
	margin-top: 0.625rem;
}

.sub-lineup-system__head {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.sub-lineup-system__head-icon {
	height: 1.875rem;
	width: 1.875rem;
}

.sub-lineup-system__head-title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-lineup-system__logo-left {
	height: 1.375rem;
	margin-top: 0.625rem;
	width: 3.4375rem;
}

.sub-lineup-system__remarks {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.sub-lineup-system__features {
	margin-top: 1.5rem;
}

.sub-lineup-system__common-head {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.sub-lineup-system__common-icon {
	height: 1.125rem;
	width: 1.125rem;
}

.sub-lineup-system__common-title {
	color: #333;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.sub-lineup-system__wrapper {
	margin-top: 0.3125rem;
}

.sub-lineup-system__box {
	display: flex;
	gap: 0 0.3125rem;
}

.sub-lineup-system__dot,
.sub-lineup-system__detail {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
}

.sub-lineup-system__spec {
	margin-top: 1rem;
}

.sub-lineup-system__images {
	margin: 0.3125rem auto auto 0;
	max-width: 46.875rem;
	overflow-x: auto;
	width: calc(100% + 2.1875rem);
}

.sub-lineup-system__table {
	border-collapse: collapse;
	margin-right: 2.1875rem;
	width: 46.875rem;
}

.sub-lineup-system__table img {
	-o-object-fit: cover;
	aspect-ratio: 750/246;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-lineup-system__images--server {
	max-width: 41.25rem;
}

.sub-lineup-system__table--server {
	width: 41.25rem;
}

.sub-lineup-system__table--server img {
	aspect-ratio: 660/442;
}

.sub-lineup-system__images--sdk {
	max-width: 42.5rem;
}

.sub-lineup-system__table--sdk {
	width: 42.5rem;
}

.sub-lineup-system__table--sdk img {
	aspect-ratio: 680/627;
}

.sub-lineup-system__sentence {
	margin-top: 0.375rem;
}

.sub-lineup-system__sentence-text {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.7;
}

.sub-lineup-tool {
	background-color: #01BBD5;
	margin-top: 3.875rem;
	padding: 0.875rem 0 5rem;
	position: relative;
}

.sub-lineup-tool::before {
	background-image: url("../img/effect-long-top-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.sub-lineup-tool::after {
	background-image: url("../img/effect-black-bottom-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.sub-lineup-tool__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.sub-lineup-tool__bg::before {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: -5.375rem;
	width: 9.8125rem;
	z-index: 1;
}

.sub-lineup-tool__inner {
	margin: 1.25rem auto 0;
	max-width: 500px;
	padding: 0 0.9375rem;
}

.sub-lineup-tool__heading {
	color: #fff;
	text-align: center;
}

.sub-lineup-tool__title {
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: capitalize;
}

.sub-lineup-tool__logo {
	margin-top: 0.625rem;
}

.sub-lineup-tool__logo img {
	height: 1.375rem;
	margin-left: auto;
	margin-right: auto;
	width: 3.4375rem;
}

.sub-lineup-tool__logo-left {
	margin-top: 0.625rem;
}

.sub-lineup-tool__logo-left img {
	height: 1.375rem;
	width: 3.4375rem;
}

.sub-lineup-tool__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: left;
}

.sub-lineup-tool__container {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 0.625rem;
	padding: 2.5rem 1.25rem;
	position: relative;
	z-index: 2;
}

.sub-lineup-tool__head {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-lineup-tool__explanation {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.sub-lineup-tool__content {
	margin-top: 1.875rem;
}

.sub-lineup-tool__wrapper + .sub-lineup-tool__wrapper {
	margin-top: 1rem;
}

.sub-lineup-tool__img img {
	-o-object-fit: cover;
	aspect-ratio: 305/174;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-lineup-tool__sentence {
	margin-top: 0.5rem;
}

.sub-lineup-tool__subtitle {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
}

.sub-lineup-tool__desc-text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.sub-lineup-tool__customization {
	margin-top: 2.5rem;
}

.sub-lineup-tool__customization-title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-lineup-tool__customization-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1rem;
}

.sub-lineup-tool__customization-item {
	width: 100%;
}

.sub-lineup-tool__customization-box {
	align-items: center;
	display: flex;
	gap: 0 0.625rem;
}

.sub-lineup-tool__customization-cycle {
	align-items: center;
	background-color: #01BBD5;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.875rem;
	justify-content: center;
	line-height: 1;
	text-align: center;
	width: 2.875rem;
}

.sub-lineup-tool__customization-cycle span {
	font-size: 1.25rem;
}

.sub-lineup-tool__customization-img {
	margin-top: 0.3125rem;
}

.sub-lineup-tool__customization-img img {
	-o-object-fit: cover;
	aspect-ratio: 305/171;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-lineup-tool__customization-text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.sub-lineup-voice {
	background-color: #01BBD5;
	margin-top: 3.9375rem;
	padding: 0.875rem 0 5rem;
	position: relative;
}

.sub-lineup-voice::before {
	background-image: url("../img/effect-long-top-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.sub-lineup-voice::after {
	background-image: url("../img/effect-long-sp.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.sub-lineup-voice__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

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

.sub-lineup-voice__heading {
	color: #fff;
	text-align: center;
}

.sub-lineup-voice__title {
	font-size: 2.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-transform: capitalize;
}

.sub-lineup-voice__logo {
	margin-top: 0.625rem;
}

.sub-lineup-voice__logo img {
	height: 1.375rem;
	margin-left: auto;
	margin-right: auto;
	width: 3.4375rem;
}

.sub-lineup-voice__logo-left {
	margin-top: 0.625rem;
}

.sub-lineup-voice__logo-left img {
	height: 1.375rem;
	width: 3.4375rem;
}

.sub-lineup-voice__text {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
	text-align: left;
}

.sub-lineup-voice__container {
	margin-top: 0.875rem;
	position: relative;
	z-index: 2;
}

.sub-lineup-voice__content {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 2.5rem 1.25rem;
}

.sub-lineup-voice__content--actors {
	padding: 0;
}

.sub-lineup-voice__content + .sub-lineup-voice__content {
	margin-top: 0.625rem;
}

.sub-lineup-voice__content--position {
	position: relative;
}

.sub-lineup-voice__human {
	height: 5.375rem;
	left: 14.0625rem;
	position: absolute;
	right: 0%;
	top: 2%;
	width: 6.1875rem;
}

.sub-lineup-voice__wrapper {
	padding: 2.5rem 1.25rem 0;
}

.sub-lineup-voice__head {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-lineup-voice__explanation {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.sub-lineup-voice__customImg {
	margin-top: 1rem;
}

.sub-lineup-voice__customImg img {
	-o-object-fit: cover;
	aspect-ratio: 305/463;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-lineup-voice__actorsImg {
	margin-top: 0.625rem;
	padding: 0 1.25rem;
}

.sub-lineup-voice__actorsImg img {
	-o-object-fit: cover;
	aspect-ratio: 305/561;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-lineup-voice__button {
	margin-top: 1.5rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

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

.sub-lineup__list {
	display: flex;
	flex-direction: column;
	gap: 2.625rem;
	margin-top: 2.0625rem;
	padding: 0 2.65625rem 0;
}

.sub-lineup__item {
	position: relative;
	text-align: center;
	width: 100%;
}

.sub-lineup__icon {
	aspect-ratio: 1/1;
	bottom: -13.5%;
	height: 1.375rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
	width: 1.375rem;
}

.sub-lineup__head {
	background-color: #01BBD5;
	border-radius: 0.375rem 0.375rem 0 0;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.7;
}

.sub-lineup__wrapper {
	margin-top: 0.25rem;
}

.sub-lineup__box {
	background-color: #F7F7F7;
	color: #333;
	padding: 0.25rem 0.625rem 0.3125rem;
}

.sub-lineup__en {
	color: #333;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7;
}

.sub-lineup__jp {
	color: #333;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.7;
}

.sub-lineup-voice__humanIcon {
	margin-top: 1rem;
}

.sub-lineup-voice__humanIcon img {
	-o-object-fit: cover;
	aspect-ratio: 307/177;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sub-main-content {
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.sub-news__inner {
	margin: 1.5625rem auto 0;
	max-width: 500px;
	padding: 0 0.9375rem 5rem;
}

.sub-news__icon {
	height: 1.375rem;
	margin: 1.875rem auto 0;
	width: 3.4375rem;
}

.sub-news__list {
	margin-top: 1.875rem;
}

.sub-news__tabs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.sub-news__tab {
	background-color: #E7F5F7;
	border-radius: 0.3125rem;
	color: #333;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	padding: 0.25rem 0.625rem;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.sub-news__tab:hover {
	background-color: #01BBD5;
	color: #fff;
}

.sub-news__tab.is-active {
	background-color: #01BBD5;
	color: #fff;
}

.sub-news__pagenavi {
	margin-top: 3.125rem;
}

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

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

.sub-overview__list {
	margin-top: 3.875rem;
}

.sub-overview__item {
	background-color: #E7F5F7;
	padding: 0.875rem 0 6.25rem;
}

.sub-overview__item--position {
	position: relative;
}

.sub-overview__item--position::before {
	background-image: url("../img/effect-skyblue-top-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	top: -1.125rem;
	width: 100%;
	z-index: 1;
}

.sub-overview__item--position::after {
	background-image: url("../img/effect-skyblue-bottom-white-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.125rem;
	content: "";
	height: 2.0625rem;
	left: 0%;
	position: absolute;
	right: 0%;
	width: 100%;
	z-index: 1;
}

.sub-overview__item--position-bottom::after {
	background-image: url("../img/effect-skyblue-bottom-sp.webp");
}

.sub-overview__bg {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	position: relative;
}

.sub-overview__bg::before {
	background-image: url("../img/effect-logo-white.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -4.6875rem;
	content: "";
	height: 6.25rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	width: 9.8125rem;
	z-index: 1;
}

.sub-overview__bg--left::before {
	background-image: none;
}

.sub-overview__item--white {
	background-color: #fff;
	padding: 5rem 0;
}

.sub-overview__inner {
	margin: 1.25rem auto 0;
	max-width: 500px;
	padding: 0 0.9375rem;
	position: relative;
	z-index: 2;
}

.sub-overview__features {
	color: #01BBD5;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-overview__features span {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 0.3125rem;
}

.sub-overview__voice {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.sub-overview__icon {
	height: 1.375rem;
	margin-top: 0.625rem;
	width: 3.4375rem;
}

.sub-overview__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.sub-overview__box {
	margin-top: 1.5rem;
}

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

.sub-overview__subtitle {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-overview__images {
	margin: 1.25rem auto auto 0;
	max-width: 41.75rem;
	overflow-x: auto;
	width: calc(100% + 0.9375rem);
}

.sub-overview__table {
	border-collapse: collapse;
	margin-right: 2.1875rem;
	width: 41.75rem;
}

.sub-overview__table img {
	-o-object-fit: cover;
	aspect-ratio: 668/145;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-overview__detail {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.sub-overview__img {
	margin-top: 0.5rem;
}

.sub-overview__img img {
	-o-object-fit: cover;
	aspect-ratio: 345/235;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-overview__img--variations {
	margin-top: 1.5rem;
}

.sub-overview__img--variations img {
	-o-object-fit: cover;
	aspect-ratio: 345/409;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-overview__img--multilingual {
	margin-top: 1.5rem;
}

.sub-overview__img--multilingual img {
	-o-object-fit: cover;
	aspect-ratio: 256/222;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-overview__img--simple {
	margin-top: 1.5rem;
}

.sub-overview__img--simple img {
	-o-object-fit: cover;
	aspect-ratio: 345/190;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.sub-section-heading__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.sub-section-heading__icon {
	height: 1.375rem;
	margin-top: 0.625rem;
	width: 3.4375rem;
}

.sub-section-heading__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.sub-section-heading__title--center {
	text-align: center;
}

.sub-section-heading__icon--margin {
	margin: 0.625rem auto 0;
}

.sub-section-heading__title--lineup {
	font-size: 1.25rem;
}

.sub-section-heading__title--actors {
	text-align: center;
}

.synth-params {
	margin-top: 1.25rem;
}

.synth-params__head {
	background-color: #EAEFF1;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	padding: 0.3125rem 0rem;
}

.synth-params__title {
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
}

.synth-params__body {
	background-color: #fff;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	padding: 1.25rem 0;
}

.synth-params__item {
	text-align: center;
}

.synth-params__badge {
	background-color: #979797;
	border-radius: 1.875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.7;
	width: 6.25rem;
}

.synth-params__range-wrapper {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.synth-params__scale-left,
.synth-params__scale-right {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.7;
}

.synth-params__range {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #D9D9D9;
	cursor: pointer;
	height: 0.25rem;
	outline: none;
}

.synth-params__range::-webkit-slider-runnable-track {
	background: #D9D9D9;
	height: 0.25rem;
}

.synth-params__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	-webkit-transition: transform 0.15s ease;
	appearance: none;
	background: #01BBD5;
	border-radius: 0.3125rem;
	height: 1.625rem;
	margin-top: -0.625rem;
	transition: transform 0.15s ease;
	width: 0.625rem;
}

.synth-params__range:active::-webkit-slider-thumb {
	transform: scale(1.06);
}

.synth-params__range::-moz-range-track {
	background: #D9D9D9;
	height: 0.25rem;
}

.synth-params__range::-moz-range-thumb {
	-moz-appearance: none;
	-moz-transition: transform 0.15s ease;
	appearance: none;
	background: #01BBD5;
	border-radius: 0.3125rem;
	height: 1.625rem;
	transition: transform 0.15s ease;
	width: 0.625rem;
}

.synth-params__range:active::-moz-range-thumb {
	transform: scale(1.06);
}

.synth-params__value {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.375rem;
}

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

.terms__heading {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.terms__list {
	margin-top: 3.75rem;
}

.terms__item + .terms__item {
	margin-top: 3.125rem;
}

.terms__title {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.terms__icon {
	height: 1.375rem;
	margin-top: 0.625rem;
	width: 3.4375rem;
}

.terms__subtitle {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.625rem;
}

.terms__text {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.terms__text--margin {
	margin-top: 0.625rem;
}

.tts {
	margin-top: 1.25rem;
}

.tts__box {
	background-color: transparent;
}

.tts__head {
	background-color: #E8ECEC;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	padding: 0.3125rem 0.9375rem;
	text-align: left;
}

.tts__title {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
}

.tts__body {
	background-color: #fff;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	padding: 0.9375rem;
}

.tts__textarea {
	background: transparent;
	border: none;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	min-height: 3rem;
	outline: none;
	resize: vertical;
	width: 100%;
}

.tts__textarea::-moz-placeholder {
	color: #979797;
	opacity: 1;
}

.tts__textarea::placeholder {
	color: #979797;
	opacity: 1;
}

.tts__btn {
	align-items: center;
	background-color: #FD6824;
	border: none;
	border-radius: 2.8125rem;
	box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-flex;
	gap: 1rem;
	justify-content: center;
	line-height: 1;
	margin-top: 1.25rem;
	padding: 1.6875rem 0rem;
	transition: transform 0.06s ease, box-shadow 0.2s ease, opacity 0.2s ease;
	width: 100%;
}

.tts__btn:hover {
	box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.5);
	opacity: 0.95;
}

.tts__btn:active {
	transform: translateY(0.0625rem);
}

.tts__btn:disabled {
	background-color: #ccc;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.7;
}

.tts__btn-icon {
	height: 1.5625rem;
	width: 1.5625rem;
}

.tts__btn-text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
}

.synth-params__reset {
	padding-bottom: 1.25rem;
}

.synth-params__reset-button {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ACACAC;
	border-radius: 2.5rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	color: #000;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.1875rem;
	height: 3.125rem;
	justify-content: center;
	line-height: 1.1;
	overflow: hidden;
	padding: 1.0625rem 1.125rem;
	position: relative;
	transition: background-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.wp-pagenavi {
	align-items: center;
	clear: both;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	text-align: center;
}

.wp-pagenavi a {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #01BBD5;
	border-radius: 50%;
	color: #01BBD5;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	padding: 0 0 0.125rem;
	text-align: center;
	text-decoration: none;
	transition: 0.3s ease;
	width: 2rem;
}

.wp-pagenavi a:hover {
	background-color: #01BBD5;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi a.is-active {
	background-color: #01BBD5;
	color: #fff;
}

.wp-pagenavi a.disabled {
	opacity: 0.3;
	pointer-events: none;
}

.wp-pagenavi .pagination-dots {
	all: unset;
	color: #01BBD5;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0.5rem;
	pointer-events: none;
}

.wp-pagenavi .previouspostslink {
	margin-left: 0;
	margin-right: max(1.875rem, min(2.291vw, 2.5rem));
	position: relative;
}

.wp-pagenavi .previouspostslink::after {
	border-left: 0.0625rem solid #01BBD5;
	border-top: 0.0625rem solid #01BBD5;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.wp-pagenavi .nextpostslink {
	margin-left: max(1.875rem, min(2.291vw, 2.5rem));
	margin-right: 0;
	position: relative;
}

.wp-pagenavi .nextpostslink::after {
	border-bottom: 0.0625rem solid #01BBD5;
	border-right: 0.0625rem solid #01BBD5;
	content: "";
	height: 0.625rem;
	left: 32%;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.625rem;
}

.pagenavi-arrow {
	font-size: 0.75rem;
	position: relative;
	top: -0.0625rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

#siteLogo img {
	width: 15.625rem;
}

.top-news {
	margin-top: 2rem;
	padding-bottom: 6.25rem;
}

.top-sub-lineup {
	margin-top: 3.875rem;
}

.actors-card__item {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.25rem;
	padding: 0 2.5rem 2.5rem;
}

.actors-card__item + .actors-card__item {
	margin-top: 2.5rem;
}

.actors-card__container {
	margin: 0;
	max-width: calc(50% - 1.625rem);
	padding: 0;
}

.actors-card__content {
	display: flex;
	gap: 1.25rem;
}

.actors-card__img {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
	width: 37.977%;
}

.actors-card__img img {
	aspect-ratio: 180/180;
}

.actors-card__wrapper {
	margin-top: 0rem;
	width: 57.81%;
}

.actors-card__name-jp {
	font-size: 1.25rem;
}

.actors-card__name-en {
	font-size: 1rem;
}

.actors-card__dl {
	gap: 0.625rem;
	margin-top: 0.625rem;
}

.actors-card__work {
	font-size: 0.8125rem;
	width: 14.235%;
}

.actors-card__detail {
	font-size: 0.8125rem;
	width: 82.13%;
}

.actors-card__sample {
	margin-top: 2rem;
}

.actors-card__box {
	padding: 0.25rem 0.875rem;
}

.actors-card__voice {
	font-size: 0.9375rem;
}

.actors-card__list-second {
	margin-top: 2.3125rem;
}

.actors {
	max-width: 120rem;
}

.actors__inner {
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.actors__sentence {
	margin-left: auto;
	margin-right: auto;
	max-width: 48.125rem;
}

.actors__title {
	font-size: 2rem;
}

.actors__icon {
	height: 1.75rem;
	width: 4.375rem;
}

.actors__text {
	font-size: 0.9375rem;
}

.actors__heading {
	margin-top: 5.125rem;
}

.actors__en-title {
	left: -16%;
	top: 11%;
}

.actors__list {
	margin-top: 1.875rem;
}

.actors__item {
	display: flex;
	gap: 3.125rem;
	padding: 0 2rem 2.5rem 2.5rem;
}

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

.actors__img {
	width: 22.84%;
}

.actors__content {
	margin-top: 1.6875rem;
	width: 72.19%;
}

.actors__name-jp {
	font-size: 1.625rem;
}

.actors__name-en {
	font-size: 1.125rem;
}

.actors__dl {
	gap: 1.5rem;
	margin-top: 1.25rem;
}

.actors__work {
	font-size: 0.9375rem;
	width: 6.5%;
}

.actors__detail {
	font-size: 0.9375rem;
	width: 89.92%;
}

.actors__sample {
	margin-top: 1.25rem;
}

.actors__box {
	padding: 0.25rem 0.875rem;
}

.actors__voice {
	font-size: 0.9375rem;
}

.actors__list-second {
	margin-top: 2.3125rem;
}

.breadcrumb {
	margin-top: 1rem;
}

.breadcrumb__inner {
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.breadcrumb__content {
	font-size: 0.8125rem;
}

.button__text {
	width: 20.9375rem;
}

.button__text--sub {
	width: 20.9375rem;
}

.case {
	padding: 0.875rem 0 6.25rem;
}

.case::before {
	background-image: url("../img/effect-long-top.png");
	height: 4.125rem;
	top: -2.25rem;
}

.case::after {
	background-image: url("../img/effect-black-bottom.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.case__bg {
	max-width: 90rem;
}

.case__bg::before {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 11rem;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	width: 19.625rem;
	z-index: 1;
}

.case__inner {
	margin: -1.25rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.case__sentence {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}

.case__subtitle {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.case__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-top: 1.5rem;
}

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

.case__text {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

.case__button {
	margin-top: 3rem;
}

.contact {
	padding: 0.75rem 0 6.875rem;
}

.contact__inner {
	max-width: 90rem;
}

.contact__inner::before {
	bottom: -6rem;
	height: 12.5rem;
	right: calc(50% - min(50%, 50rem));
	width: 19.625rem;
}

.contact__heading {
	margin-top: -0.875rem;
}

.contact__title {
	font-size: 2rem;
}

.contact__title-img {
	height: 1.75rem;
	width: 4.375rem;
}

.contact__buttons {
	flex-direction: initial;
	gap: 1.6875rem;
	margin-top: 1.5rem;
}

.demonstration__heading {
	max-width: 40rem;
	padding: 0;
}

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

.demonstration__container::after {
	background-image: url("../img/effect-long-top.webp");
	height: 4.125rem;
	top: -2.25rem;
}

.demonstration__container::before {
	background-image: url("../img/effect-long.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.demonstration__bg {
	max-width: 90rem;
}

.demonstration__bg::after {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: -1rem;
	width: 19.625rem;
	z-index: 1;
}

.demonstration__bg::before {
	bottom: 0rem;
	height: 12.5rem;
	left: calc(50% - min(50%, 50rem));
	width: 19.625rem;
}

.demonstration__content {
	border-radius: 0.625rem;
	margin: -1.25rem auto 0;
	max-width: 67.5rem;
	padding: 3.75rem 4.375rem;
}

.demonstration__head {
	font-size: 1.125rem;
	margin: 0;
	margin: initial;
	width: 100%;
}

.demonstration__tabs {
	gap: 1rem;
}

.demonstration__tab {
	margin: 0;
	max-width: calc(25% - 0.75rem);
}

.demonstration__panels {
	margin-top: 1.875rem;
}

.demonstration__images {
	gap: 0.9375rem;
}

.demonstration__images--double {
	gap: 0.9375rem;
}

.demonstration__images--double-down {
	margin-left: auto;
	margin-right: auto;
	max-width: 32.8125rem;
}

.demonstration__human {
	height: 7.5rem;
	width: 7.5rem;
}

.demonstration__human img {
	height: 6.25rem;
	width: 4.1875rem;
}

.demonstration__remarks {
	margin-top: 1rem;
}

.detail__breadcrumb {
	margin-top: 7.5rem;
}

.detail {
	margin-top: 5rem;
}

.detail__inner {
	max-width: 48.4375rem;
	padding: 0;
}

.detail__title {
	font-size: 2rem;
}

.detail__title--nowrap {
	white-space: nowrap;
}

.detail__icon {
	height: 1.75rem;
	width: 4.375rem;
}

.detail__name {
	font-size: 1.25rem;
	font-weight: 400;
}

.detail__img {
	margin: 2.5rem auto 0;
	width: 56.995%;
}

.detail__img img {
	aspect-ratio: 440/440;
}

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

.detail__container::after {
	background-image: url("../img/effect-long-top.webp");
	height: 4.125rem;
	top: -2.25rem;
}

.detail__container::before {
	background-image: url("../img/effect-long.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.detail__bg {
	max-width: 90rem;
}

.detail__bg::after {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: -1rem;
	width: 19.625rem;
	z-index: 1;
}

.detail__bg::before {
	bottom: 0rem;
	height: 12.5rem;
	left: calc(50% - min(50%, 50rem));
	width: 19.625rem;
}

.detail__content {
	border-radius: 0.625rem;
	margin: -1.25rem auto 0;
	max-width: 67.5rem;
}

.detail__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 43.75rem;
	padding: 3.125rem 0;
}

.detail__item + .detail__item {
	margin-top: 2rem;
}

.detail__head {
	font-size: 1.375rem;
}

.detail__text {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.detail__remarks {
	font-size: 0.9375rem;
	margin-top: 2rem;
}

.detail__buttons {
	gap: 8.6875rem;
	margin-top: 4.375rem;
	padding-bottom: 6.25rem;
}

.circle-button__link {
	height: 2.75rem;
	width: 2.75rem;
}

.circle-button__icon {
	height: 0.5rem;
	width: 0.5rem;
}

.detail__button-text {
	font-size: 1rem;
	padding: 1.03125rem 0rem;
	width: 20.9375rem;
}

.detail__button-text::after {
	height: 1.625rem;
	width: 1.625rem;
}

.en-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
}

.en-title__text {
	font-size: 6.875rem;
}

.en-title__text--blue {
	margin-left: 0.75rem;
}

.en-title__text--white {
	margin-left: -0.75rem;
}

.en-title__text--tool {
	margin-left: 0.75rem;
}

.en-title__text--case {
	margin-left: -0.75rem;
}

.faq__inner {
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.faq__heading {
	margin-left: 7.5rem;
}

.faq__en-title {
	left: -31%;
	top: -60%;
}

.faq__head {
	gap: 0.625rem;
}

.faq__en {
	font-size: 1.25rem;
}

.faq__title {
	font-size: 2rem;
	margin-top: 0.625rem;
}

.faq__icon {
	height: 1.5rem;
	margin-top: 0.75rem;
	width: 4.125rem;
}

.faq__container {
	padding: 3.75rem 7.5rem;
}

.faq__wrapper {
	padding: 1.5rem 3rem;
}

.faq__question,
.faq__answer {
	gap: 1.5rem;
}

.faq__question dd {
	font-size: 1rem;
}

.faq__answer dd {
	font-size: 0.9375rem;
}

.faq__answer {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.feature {
	padding: 0.875rem 0 5.625rem;
	text-align: left;
}

.feature::before {
	background-image: url("../img/effect-long-top.png");
	height: 4.125rem;
	top: -2.25rem;
}

.feature::after {
	background-image: url("../img/effect-long.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.feature__bg {
	max-width: 90rem;
}

.feature__bg::before {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: -1.5rem;
	width: 19.625rem;
	z-index: 1;
}

.feature__bg::after {
	bottom: -4rem;
	height: 12.5rem;
	left: calc(50% - min(50%, 50rem));
	width: 19.625rem;
}

.feature__inner {
	margin: -1.25rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.feature__container {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	gap: 2.5rem;
	justify-content: center;
}

.feature__sentence {
	width: 51.48%;
}

.feature__subtitle {
	font-size: 0.9375rem;
}

.feature__img {
	height: 30.25rem;
	margin-top: 0rem;
	width: 30.25rem;
}

.feature__img img {
	aspect-ratio: 484/484;
}

.footer__decoration {
	height: 7.625rem;
	width: 19.625rem;
}

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

.footer__list {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

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

.footer__title {
	text-align: left;
}

.footer__nav {
	gap: 3.5rem;
}

.footer__logo img {
	margin-left: auto;
	margin-right: 0;
	margin-right: initial;
}

.footer__sns {
	justify-content: flex-end;
}

.footer__copyright {
	margin-top: 11.75rem;
	text-align: right;
}

.fv {
	padding: 3.125rem 0 6.25rem;
}

.fv::after {
	background-image: url("../img/effect-long.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.fv__img img {
	height: 72.875rem;
	width: 93.125rem;
}

.fv__sentence {
	top: 22rem;
}

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

.fv__title-bottom {
	font-size: 6.875rem;
	margin-top: -0.625rem;
}

.fv__subtitle {
	font-size: 2rem;
	margin-top: 23.875rem;
}

.fv__text {
	font-size: 1rem;
	margin: 2.5rem auto 0;
	max-width: 100%;
	padding: 0;
	text-align: center;
}

.header__hamburger {
	display: none;
}

.header__inner {
	padding-left: 1.875rem;
	padding-right: 0.5rem;
}

.header__logoLink {
	gap: 0.625rem;
}

.header__logo img {
	height: 3.1875rem;
	width: 6.8125rem;
}

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

.lineup {
	padding: 0.875rem 0 6.25rem;
}

.lineup__inner {
	margin: -1.25rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.lineup__sentence {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
}

.lineup__subtitle {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.lineup__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-top: 1.5rem;
}

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

.lineup__text {
	font-size: 0.9375rem;
	margin-top: 1rem;
}

.lineup__button {
	margin-top: 3rem;
}

.news-card__link {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	padding: 2rem 1.65625rem;
	transition: background-color 0.3s ease;
	transition: letter-spacing 0.3s ease;
}

.news-card__link:hover {
	background-color: #f5f5f5;
	cursor: pointer;
	letter-spacing: 0.03125rem;
}

.news-card__text {
	font-size: 0.9375rem;
	margin-top: 0rem;
}

.news {
	text-align: left;
}

.news__inner {
	margin: 1.125rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.news__content {
	align-items: flex-start;
	display: flex;
	gap: 3.75rem;
}

.news__heading {
	width: 12.27%;
}

.news__list {
	margin-top: 0rem;
	width: 82.13%;
}

.news__button {
	margin-left: 11.875rem;
	margin-top: 3.5rem;
	text-align: left;
}

.overview {
	padding: 0.875rem 0 5.625rem;
}

.overview__inner {
	margin: -1.25rem auto 0;
	max-width: 58.125rem;
	padding: 0 1.5625rem;
}

.overview__content {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.overview__sentence {
	width: 56.81%;
}

.overview__text {
	font-size: 0.9375rem;
}

.overview__img {
	margin-top: 0rem;
	width: 36.36%;
}

.overview__img img {
	aspect-ratio: 320/320;
}

.overview__buttons {
	margin-top: 1.5rem;
}

.section-heading--left {
	text-align: left;
}

.section-heading__en {
	gap: 0.625rem;
}

.section-heading__en--left {
	justify-content: flex-start;
}

.section-heading__en-text {
	font-size: 1.25rem;
}

.section-heading__title {
	margin-top: 1.25rem;
}

.section-heading__title--margin {
	margin-top: 0.625rem;
}

.section-heading__jp {
	font-size: 2rem;
}

.section-heading__img {
	aspect-ratio: 70/28;
	height: 1.75rem;
	width: 4.375rem;
}

.section-heading__img--left {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.sp-nav {
	display: none;
}

.sub-case {
	margin-top: 3.875rem;
}

.sub-case__heading {
	max-width: 41.875rem;
	padding: 0;
}

.sub-case__title {
	font-size: 2rem;
}

.sub-case__icon {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-case__text {
	font-size: 0.9375rem;
}

.sub-case__container {
	margin-top: 7.5rem;
	padding: 0.875rem 0 6.25rem;
}

.sub-case__container::before {
	background-image: url("../img/effect-skyblue-top.png");
	height: 4.125rem;
	top: -2.25rem;
}

.sub-case__container::after {
	background-image: url("../img/effect-skyblue-bottom.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.sub-case__bg::before {
	background-image: url("../img/effect-logo-white.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: 31rem;
	width: 19.625rem;
	z-index: 1;
}

.sub-case__bg::after {
	background-image: url("../img/effect-logo-white.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	left: calc(50% - min(50%, 50rem));
	position: absolute;
	top: 81rem;
	width: 19.625rem;
	z-index: 1;
}

.sub-case__inner {
	margin: -1.25rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.sub-case__item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.sub-case__item--reverse {
	flex-direction: row-reverse;
}

.sub-case__item + .sub-case__item {
	margin-top: 3.125rem;
}

.sub-case__img {
	width: 40.74%;
}

.sub-case__img img {
	aspect-ratio: 440/440;
}

.sub-case__content {
	border-radius: 0 0.625rem 0.625rem 0;
	padding: 3.125rem 4.375rem;
	width: 59.25%;
}

.sub-case__content--reverse {
	border-radius: 0.625rem 0rem 0rem 0.625rem;
}

.sub-case__name {
	font-size: 1.625rem;
}

.sub-case__box {
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.sub-case__companyName {
	font-size: 1.25rem;
}

.sub-case__explanation {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.feature__button {
	margin-top: 2rem;
}

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

.sub-fv {
	padding: 6.875rem 0 7.0625rem;
}

.sub-fv__inner {
	max-width: 90rem;
}

.sub-fv__inner::before {
	height: 12.5rem;
	right: calc(50% - min(50%, 50rem));
	top: -5rem;
	width: 19.625rem;
}

.sub-fv__inner::after {
	bottom: -7rem;
	height: 12.5rem;
	left: calc(50% - min(50%, 39.5rem));
	width: 19.625rem;
}

.sub-fv__effect {
	bottom: -153.5%;
	height: 8.5rem;
}

.sub-fv__title-en {
	font-size: 4.375rem;
}

.sub-fv__title-jp {
	font-size: 1.375rem;
	margin-top: 0.875rem;
}

.sub-lineup-system {
	margin-top: 6.25rem;
}

.sub-lineup-system__inner {
	margin: -7.1875rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.sub-lineup-system__title {
	font-size: 2.625rem;
}

.sub-lineup-system__logo {
	height: 1.75rem;
	margin: 0rem auto 0;
	width: 4.375rem;
}

.sub-lineup-system__text {
	font-size: 1.375rem;
	text-align: center;
}

.sub-lineup-system__list {
	margin-top: 1.25rem;
}

.sub-lineup-system__item {
	padding: 3.75rem 6.25rem;
}

.sub-lineup-system__head {
	gap: 0.625rem;
}

.sub-lineup-system__head-icon {
	height: 3rem;
	width: 3rem;
}

.sub-lineup-system__head-title {
	font-size: 2rem;
}

.sub-lineup-system__logo-left {
	height: 1.75rem;
	margin-top: 0.75rem;
	width: 4.375rem;
}

.sub-lineup-system__remarks {
	font-size: 0.9375rem;
}

.sub-lineup-system__features {
	margin-top: 1.875rem;
}

.sub-lineup-system__common-head {
	gap: 0.625rem;
}

.sub-lineup-system__common-title {
	font-size: 1.25rem;
}

.sub-lineup-system__wrapper {
	margin-top: 0rem;
}

.sub-lineup-system__dot,
.sub-lineup-system__detail {
	font-size: 0.9375rem;
}

.sub-lineup-system__spec {
	margin-top: 1.25rem;
}

.sub-lineup-system__images {
	margin: 0.3125rem auto 0;
	max-width: 100%;
	width: 100%;
}

.sub-lineup-system__table {
	margin-right: 0;
	width: 100%;
}

.sub-lineup-system__table img {
	aspect-ratio: 880/255;
}

.sub-lineup-system__images--server {
	max-width: 100%;
}

.sub-lineup-system__table--server {
	width: 100%;
}

.sub-lineup-system__table--server img {
	aspect-ratio: 880/479;
}

.sub-lineup-system__images--sdk {
	max-width: 100%;
}

.sub-lineup-system__table--sdk {
	width: 100%;
}

.sub-lineup-system__table--sdk img {
	aspect-ratio: 880/716;
}

.sub-lineup-system__sentence {
	margin-top: 0.625rem;
}

.sub-lineup-tool {
	margin-top: 6.4375rem;
	padding: 0.875rem 0 6.25rem;
}

.sub-lineup-tool::before {
	background-image: url("../img/effect-long-top.png");
	height: 4.125rem;
	top: -2.25rem;
}

.sub-lineup-tool::after {
	background-image: url("../img/effect-black-bottom.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.sub-lineup-tool__bg {
	max-width: 90rem;
}

.sub-lineup-tool__bg::before {
	height: 12.5rem;
	right: calc(50% - min(50%, 50rem));
	top: -1rem;
	width: 19.625rem;
}

.sub-lineup-tool__bg::after {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.25rem;
	content: "";
	height: 12.5rem;
	left: calc(50% - min(50%, 50rem));
	position: absolute;
	width: 19.625rem;
	z-index: 1;
}

.sub-lineup-tool__inner {
	margin: -1.25rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.sub-lineup-tool__title {
	font-size: 2.625rem;
}

.sub-lineup-tool__logo {
	margin-top: 0rem;
}

.sub-lineup-tool__logo img {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-lineup-tool__logo-left {
	margin-top: 0rem;
}

.sub-lineup-tool__logo-left img {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-lineup-tool__text {
	font-size: 1.375rem;
	text-align: center;
}

.sub-lineup-tool__container {
	margin-top: 1.4375rem;
	padding: 3.75rem 6.25rem;
}

.sub-lineup-tool__head {
	font-size: 2rem;
}

.sub-lineup-tool__explanation {
	font-size: 0.9375rem;
}

.sub-lineup-tool__content {
	margin-top: 2.5rem;
}

.sub-lineup-tool__wrapper {
	align-items: center;
	display: flex;
	gap: 1.75rem;
	justify-content: center;
}

.sub-lineup-tool__img {
	width: 39.77%;
}

.sub-lineup-tool__img img {
	aspect-ratio: 350/200;
}

.sub-lineup-tool__sentence {
	margin-top: 0rem;
	width: 56.81%;
}

.sub-lineup-tool__desc-text {
	font-size: 0.9375rem;
	margin-top: 0.5rem;
}

.sub-lineup-tool__customization {
	margin-top: 3.3125rem;
}

.sub-lineup-tool__customization-title {
	font-size: 1.625rem;
}

.sub-lineup-tool__customization-list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem 3.75rem;
}

.sub-lineup-tool__customization-item {
	max-width: calc(50% - 1.875rem);
}

.sub-lineup-tool__customization-cycle {
	font-size: 0.9375rem;
	height: 3.375rem;
	width: 3.375rem;
}

.sub-lineup-tool__customization-cycle span {
	font-size: 1.375rem;
}

.sub-lineup-tool__customization-img {
	margin-top: 0.625rem;
}

.sub-lineup-tool__customization-img img {
	aspect-ratio: 410/230;
}

.sub-lineup-tool__customization-text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.sub-lineup-voice {
	margin-top: 6.4375rem;
	padding: 0.875rem 0 6.25rem;
}

.sub-lineup-voice::before {
	background-image: url("../img/effect-long-top.png");
	height: 4.125rem;
	top: -2.25rem;
}

.sub-lineup-voice::after {
	background-image: url("../img/effect-long.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.sub-lineup-voice__bg {
	max-width: 90rem;
}

.sub-lineup-voice__bg::before {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 12.5rem;
	position: absolute;
	right: calc(50% - min(50%, 50rem));
	top: -1rem;
	width: 19.625rem;
	z-index: 1;
}

.sub-lineup-voice__bg::after {
	background-image: url("../img/effect-logo.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0rem;
	content: "";
	height: 12.5rem;
	left: calc(50% - min(50%, 50rem));
	position: absolute;
	width: 19.625rem;
	z-index: 1;
}

.sub-lineup-voice__inner {
	margin: -1.25rem auto 0;
	max-width: 70.625rem;
	padding: 0 1.5625rem;
}

.sub-lineup-voice__title {
	font-size: 2.625rem;
}

.sub-lineup-voice__logo {
	margin-top: 0rem;
}

.sub-lineup-voice__logo img {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-lineup-voice__logo-left img {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-lineup-voice__text {
	font-size: 1.375rem;
	text-align: center;
}

.sub-lineup-voice__container {
	margin-top: 1.25rem;
}

.sub-lineup-voice__content {
	padding: 3.75rem 6.25rem;
}

.sub-lineup-voice__content--actors {
	padding: 3.75rem 6.25rem;
}

.sub-lineup-voice__human {
	left: 40%;
	right: auto;
	right: initial;
	top: 10%;
}

.sub-lineup-voice__wrapper {
	padding: 0;
}

.sub-lineup-voice__head {
	font-size: 2rem;
}

.sub-lineup-voice__explanation {
	font-size: 0.9375rem;
}

.sub-lineup-voice__customImg {
	margin-top: 1.5rem;
}

.sub-lineup-voice__customImg img {
	aspect-ratio: 880/300;
}

.sub-lineup-voice__actorsImg {
	margin-top: 1.25rem;
	padding: 0;
}

.sub-lineup-voice__actorsImg img {
	aspect-ratio: 880/184;
}

.sub-lineup-voice__button {
	padding-bottom: 0rem;
}

.sub-lineup__inner {
	max-width: 55rem;
	padding: 0;
}

.sub-lineup__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.125rem;
	margin-top: 1.5rem;
	padding: 0;
}

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

.sub-lineup__icon {
	bottom: auto;
	left: auto;
	right: -14%;
	top: 3%;
	transform: none;
}

.sub-lineup-voice__humanIcon {
	margin-top: 1.5rem;
}

.sub-lineup-voice__humanIcon img {
	aspect-ratio: 880/120;
}

.sub-main-content {
	margin-top: 3.875rem;
	padding-bottom: 6.25rem;
}

.sub-news__inner {
	margin: -2.1875rem auto 0;
	max-width: 58.5625rem;
	padding: 0 1.5625rem 6.25rem;
}

.sub-news__icon {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-news__tabs {
	gap: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 45.75rem;
}

.sub-news__tab {
	font-size: 0.9375rem;
	padding: 0.25rem 1rem;
}

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

.sub-overview {
	margin-top: 3.875rem;
}

.sub-overview__sentence {
	max-width: 50rem;
	padding: 0;
}

.sub-overview__list {
	margin-top: 4.625rem;
}

.sub-overview__item {
	padding: 0.875rem 0 6.25rem;
}

.sub-overview__item--position::before {
	background-image: url("../img/effect-skyblue-top.webp");
	height: 4.125rem;
	top: -2.25rem;
}

.sub-overview__item--position::after {
	background-image: url("../img/effect-skyblue-bottom-white.webp");
	bottom: -2.25rem;
	height: 4.125rem;
}

.sub-overview__item--position-bottom::after {
	background-image: url("../img/effect-skyblue-bottom.webp");
}

.sub-overview__bg {
	max-width: 90rem;
}

.sub-overview__bg::before {
	bottom: 0rem;
	height: 12.5rem;
	width: 19.625rem;
}

.sub-overview__bg--left::before {
	background-image: url("../img/effect-logo-white.webp");
	left: calc(50% - min(50%, 50rem));
}

.sub-overview__item--white {
	padding: 6.25rem 0;
}

.sub-overview__inner {
	margin: -1.25rem auto 0;
	max-width: 50rem;
	padding: 0;
}

.sub-overview__features span {
	font-size: 3.125rem;
}

.sub-overview__voice {
	font-size: 2rem;
}

.sub-overview__icon {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-overview__text {
	font-size: 0.9375rem;
}

.sub-overview__subtitle {
	font-size: 1.375rem;
}

.sub-overview__images {
	margin: 1.25rem auto 0;
	max-width: 100%;
	width: 100%;
}

.sub-overview__table {
	margin-right: 0;
	width: 100%;
}

.sub-overview__table img {
	aspect-ratio: 801/169;
}

.sub-overview__detail {
	font-size: 0.75rem;
}

.sub-overview__img {
	margin-top: 1.5rem;
}

.sub-overview__img img {
	aspect-ratio: 800/204;
}

.sub-overview__img--variations {
	margin-top: 1.5rem;
}

.sub-overview__img--variations img {
	aspect-ratio: 800/356;
}

.sub-overview__img--multilingual {
	margin-top: 1.5rem;
}

.sub-overview__img--multilingual img {
	aspect-ratio: 800/165;
}

.sub-overview__img--simple {
	margin-top: 1.5rem;
}

.sub-overview__img--simple img {
	aspect-ratio: 800/441;
}

.sub-section-heading__title {
	font-size: 2rem;
}

.sub-section-heading__icon {
	height: 1.75rem;
	width: 4.375rem;
}

.sub-section-heading__text {
	font-size: 0.9375rem;
}

.sub-section-heading__title--lineup {
	font-size: 1.625rem;
}

.sub-section-heading__title--actors {
	text-align: left;
}

.synth-params {
	margin-top: 2.125rem;
}

.synth-params__body {
	padding: 1.3125rem 0rem;
}

.synth-params__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.synth-params__range-wrapper {
	margin-top: 1rem;
}

.synth-params__range {
	width: 6.25rem;
}

.terms__inner {
	max-width: 53.125rem;
	padding: 0 1.5625rem;
}

.terms__heading {
	font-size: 0.9375rem;
}

.terms__list {
	margin-top: 6.25rem;
}

.terms__item + .terms__item {
	margin-top: 5.6875rem;
}

.terms__title {
	font-size: 2rem;
}

.terms__icon {
	height: 1.75rem;
	width: 4.375rem;
}

.terms__subtitle {
	font-size: 1.375rem;
}

.terms__text {
	font-size: 0.9375rem;
}

.tts__wrap {
	align-items: flex-end;
	display: flex;
	gap: 1.6875rem;
	justify-content: center;
}

.tts__box {
	width: 36.875rem;
}

.tts__head {
	padding: 0.3125rem 1.875rem;
}

.tts__title {
	font-size: 0.9375rem;
}

.tts__body {
	padding: 1.25rem 1.875rem;
}

.tts__btn {
	margin-top: 1.25rem;
	width: 20.1875rem;
}

.synth-params__reset {
	padding-bottom: 0rem;
}

.synth-params__reset-button:hover {
	background-color: #f0f0f0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	color: #000;
}

.wp-pagenavi a {
	font-size: 1rem;
	height: 2.75rem;
	width: 2.75rem;
}

.wp-pagenavi .pagination-dots {
	font-size: 1rem;
}

.pagenavi-arrow {
	font-size: 1rem;
	top: -0.125rem;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (min-width: 1260px) {

.header__text {
	font-size: 0.8125rem;
}

.pc-nav__ja {
	font-size: 0.9375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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