@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #5C5C5C;
	background: #fff;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

.inner {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

a {
	transition: all .6s;
}

a:hover {
	opacity: .8;
}

.fade-up {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

.roboto {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
}

header {
	background: #fff;
	padding: 20px 0;
}

.header-inner {
	width: calc(100% - 160px);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 545px;
	width: 100%;
}

.header-logo {
	width: 135px;
}

.header-share {
	width: 365px;
}

.header-right {
	width: 350px;
	position: fixed;
	right: 80px;
	top: 30px;
	z-index: 100;
}

.cmn-btn a {
	width: 100%;
	max-width: 350px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E24E00;
	border: 1px solid #E24E00;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	transition: all .5s;
}

.cmn-btn a:hover {
	background: #fff;
	box-shadow: none;
	transform: translateY(4px);
}

.cmn-btn a p {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding: 0 20px;
	transition: all .5s;
}

.cmn-btn a span {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	transition: all .5s;
}

.cmn-btn a:hover p,
.cmn-btn a:hover span {
	color: #E24E00;
}

.cmn-btn a svg {
	width: 25px;
	height: 23px;
	transition: all .5s;
}

.cmn-btn a:hover svg {
	stroke: #E24E00;
	stroke-width: 1px;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fv {
	padding: 0px;
	margin-bottom: 100px;
}

.fv-flex {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: calc(100% - 160px);
	margin: 0 auto;
}

.fv-left {
	width: 55%;
}

.fv-right {
	width: 40%;
	position: relative;
}

.fv-right-txt {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.fv-right-txt h1 {
	font-weight: 600;
	font-size: 2.8vw;
	letter-spacing: 0.05em;
	color: #5c5c5c;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.95);
	display: block;
	margin-bottom: 20px;
}

.fv-right-txt p {
	font-weight: normal;
	font-size: 2vw;
	padding: 12.5px 30px 13.5px;
	background: #00909F;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
}

.swiper-pagination {
	position: absolute;
	width: calc(100% - 100px);
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
}

.swiper-pagination-bullet {
	width: 33%;
	height: 2px;
	background-color: #C7C7C7;
	border-radius: 0;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #00909F !important;
}

.abs-scroll {
	width: 50px;
	position: absolute;
	right: -20px;
	bottom: 15%;
}

@keyframes fadeBlink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.abs-scroll svg {
	height: 115px;
}

.sp {
	display: none;
}

.fv-bottom {
	padding-bottom: 200px;
}

.fv-bottom .inner {
	width: 100%;
}

.fv-bottom-flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.fv-bottom-flex-left {
	width: 45%;
}

.fv-bottom-flex-right {
	width: 47.5%;
}

.fv-bottom-flex-right-title {
	margin-bottom: 25px;
}

.fv-bottom-flex-right-title h2 {
	font-weight: bold;
	font-size: 32px;
	color: #00909f;
	padding-bottom: 20px;
}

.fv-bottom-flex-right-title p {
	font-size: 24px;
	line-height: 1.7;
	color: #191924;
}

.fv-bottom-flex-right-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #EDF7F8;
	padding: 25px 15px;
	margin-bottom: 40px;
}

.fv-bottom-flex-right-box img {
	width: 22.5px;
}

.fv-bottom-flex-right-box p {
	width: calc(100% - 40px);
	font-weight: 500;
	font-size: 15px;
	color: #191924;
}

.concept {
	padding-bottom: 100px;
}

.cmn-title {
	text-align: center;
	margin-bottom: 70px;
}

.cmn-title h2 {
	font-weight: 600;
	font-size: 42px;
	letter-spacing: 0.05em;
	color: #191924;
	padding-bottom: 40px;
}

.cmn-title h2 span {
	color: #00909f;
}

.cmn-title p {
	font-size: 18px;
	line-height: 1.9;
	text-align: center;
	color: #191924;
}

.marquee-img {
	overflow: hidden;
	margin-bottom: 100px;
}

.marquee-img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 10px;
	object-fit: cover;
}

.slick-list {
	overflow: hidden;
}

.slick-track {
	will-change: transform;
}

.cmn-txt {
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.cmn-txt p {
	font-size: 20px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.cmn-txt p:last-child {
	padding-bottom: 0;
}

.function {
	padding-bottom: 250px;
	position: relative;
}

.function .inner {
	position: relative;
}

.function::before {
	content: "";
	height: 70%;
	width: calc(100% - 160px);
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: #EDF7F8;
	position: absolute;
}

.h2-title p {
	font-size: 100px;
	letter-spacing: 0.06em;
	color: #dbdbdb;
}

.h2-title h2 {
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.1em;
	color: #191924;
	position: relative;
	padding-left: 35px;
}

.h2-title h2::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #00909f;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
}

.function-flex {
	display: flex;
	justify-content: space-between;
}

.function-flex-left {
	width: 47.5%;
	margin-top: 50px;
}

.function-flex-left .h2-title {
	position: relative;
	left: -100px;
}

.function-flex-right {
	width: 45%;
}

.function-cont {
	display: flex;
	justify-content: space-between;
}

.function-flex-left .function-cont {
	margin-top: 90px;
}

.function-cont.sp {
	display: none;
}

.function-cont-left {
	width: calc(100% - 100px);
}

.function-cont-right {
	width: 45px;
}

.function-cont-right h3 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 30px;
	letter-spacing: .2rem;
	color: #191924;
	font-weight: 500;
	position: relative;
}

.fade-down span {
	opacity: 0;
	display: inline-block;
	transform: translateY(-20px);
	transition: all .6s ease;
	font-weight: 500;
}

.fade-down.show span {
	opacity: 1;
	transform: translateY(0);
}

.function-cont-right h3::before {
	content: "";
	height: 100%;
	width: 2px;
	background: #00909F;
	top: 0;
	right: -10px;
	position: absolute;
}

.function-cont-left video {
	border-radius: 10px;
	margin-bottom: 40px;
}

.function-cont-left p {
	font-size: 20px;
	line-height: 1.5;
	color: #191924;
}

.design {
	margin-bottom: 100px;
}

.design-flex {
	display: flex;
	justify-content: space-between;
}

.design-flex-left {
	width: 45%;
}

.design-flex-right {
	width: 50%;
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	contain: layout paint size;
}

.design-scroll {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.design-scroll::-webkit-scrollbar {
	display: none;
}

.h2-title h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	color: #191924;
}

.line-darrow {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	overflow: hidden;
}

.line-darrow::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #00909F;
	transition: width 1s ease;
}

.line-darrow.show::after {
	width: 100%;
}

.design-flex-right-cont {
	padding-bottom: 100px;
}

.design-flex-right-cont-title {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.design-flex-right-cont-title p {
	font-size: 90px;
	color: #00909f;
	margin-right: 30px;
}

.design-flex-right-cont-title h4 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.8;
	color: #191924;
}

.design-flex-right-cont-txt {
	margin-bottom: 40px;
}

.design-flex-right-cont-txt p {
	color: #191924;
	font-size: 20px;
	line-height: 1.7;
}

.design-flex-right-cont-txt p span {
	color: #00909f;
	font-weight: 600;
}

.ex {
	padding-bottom: 200px;
	position: relative;
}

.ex::before {
	bottom: 100px;
	content: "";
	width: 35%;
	height: 70%;
	background: rgb(237 247 248 / 50%);
	position: absolute;
	right: 0;
}

.ex-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}

.ex-flex-right {
	width: 49%;
}

.ex-flex-right .h2-title h3 {
	margin-left: 20%;
}

.ex-flex-right .h2-title p {
	margin-top: 60px;
}

.ex-flex-left {
	width: 49%;
}

.image-map-wrap {
	position: relative;
	display: inline-block;
}

.image-map-wrap img {
	display: block;
	max-width: 100%;
}

.hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
	/* ← ふわっと切替 */
	pointer-events: none;
	/* mapクリックに影響しない */
}

.modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.modal-bg {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
}

.modal-content {
	position: absolute;
	background: #fff;
	max-width: 1000px;
	padding: 50px;
	z-index: 10000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-content-img {
	width: 40%;
}

.modal-content-txt {
	width: 55%;
}

.modal-content-txt h3 {
	font-weight: bold;
	font-size: 24px;
	color: #00909f;
	padding-bottom: 20px;
}

.modal-content-txt p {
	font-size: 20px;
	color: #191924;
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: none;
	border: none;
}

.modal-close::before,
.modal-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #A2A2A2;
	transform-origin: center;
}

.modal-close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.lineup {
	padding-bottom: 160px;
}

.lineup .inner {
	max-width: 1200px;
}

.lineup .h2-title,
.faq .h2-title {
	margin-bottom: 40px;
	display: flex;
	align-items: flex-end;
}

.lineup .h2-title p,
.faq .h2-title p {
	line-height: 1;
}

.lineup .h2-title h2,
.faq .h2-title h2 {
	position: relative;
	margin-left: 40px;
	top: -10px;
}

.lineup-img-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.lineup-img-flex img {
	width: 48%;
}

.lineup-table-flex {
	max-width: 1000px;
	margin: 0 auto 10px;
	display: flex;
	justify-content: space-between;
}

.lineup-table-flex-box {
	width: 49.5%;
}

.lineup-table-flex-box-th {
	text-align: center;
	margin-bottom: 5px;
	background: #f0f0f0;
	padding: 5px 0;
}

.lineup-table-flex-box-th p {
	font-size: 20px;
	line-height: 1;
	color: #191924;
}

.lineup-table-flex-box-td {
	text-align: center;
	background: #fff;
	border: 1px solid #dbdbdb;
	padding: 17.5px 0;
}

.lineup-table-flex-box:nth-child(2) .lineup-table-flex-box-td {
	padding: 33.5px 0;
}

.lineup-table-flex-box-td p {
	font-size: 20px;
	color: #191924;
}

.lineup-table-txt {
	text-align: right;
	max-width: 1000px;
	margin: 0 auto;
}

.lineup-table-txt p {
	font-size: 15px;
}

.faq {
	background: #EDF7F8;
	padding: 20px 0 100px;
}

.faq .inner {
	max-width: 1200px;
}

.faq .h2-title {
	margin-bottom: 0px;
	position: relative;
	top: -60px;
}

.acc-cont {
	display: none;
}

.acc-header {
	position: relative;
	align-items: center;
	cursor: pointer;
	padding: 20px 25px;
	display: flex;
	border-bottom: 1px solid #00909F;
}

.acc-header p {
	font-size: 32px;
	letter-spacing: 0.06em;
	text-align: left;
	color: #00909f;
	line-height: 1;
	margin-right: 15px;
}

.acc-header h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	width: calc(100% - 45px);
	color: #191924;
}

.acc-header::before,
.acc-header::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #00909F;
	transition: all 0.3s ease;
	transform: translateY(-50%);
}

/* 縦棒（＋の縦） */
.acc-header::after {
	transform: translateY(-50%) rotate(90deg);
}

/* アクティブ時は横棒（ー）に */
.active .acc-header::after {
	transform: translateY(-50%) rotate(0deg);
	/* 消える */
	opacity: 0;
}

.active .acc-header::before {
	transform: translateY(-50%) rotate(0deg);
	/* 横棒だけ残す */
}

.acc-cont {
	padding: 15px 30px 0 65px;
}

.acc-cont p {
	font-size: 18px;
	line-height: 1.7;
	transition: all .7s;
	padding-bottom: 15px;
	color: #191924;
}

.acc-cont a.btn {
	width: 100%;
	max-width: 375px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #00909F;
	padding: 5px 20px 7.5px;
	transition: all .5s;
	display: block;
	background: #fff;
	display: flex;
	justify-content: space-between;
}

.acc-cont a.btn p,
.acc-cont a.btn span {
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	color: #00909f;
	padding: 0;
}

.acc-cont a.btn span {
	font-size: 12px;
	position: relative;
	right: -10px;
}

.active .acc-cont {
	padding-bottom: 45px;
}

.acc-cont-flex {
	display: flex;
	justify-content: space-between;
	margin-block: 30px 20px;
}

.acc-cont-flex-img {
	width: 45%;
}

.acc-cont-flex-txt {
	width: 50%;
}

.acc-cont-flex-txt p {
	font-size: 16px;
	color: #191924;
}

.acc-cont-flex-txt p a {
	color: #00909F;
	text-decoration: underline;
}

.acc-cont-center-img {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.acc-cont-center-img p {
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	color: #00909f;
}

.acc-cont-center-img p small {
	font-size: 13px;
	display: block;
	text-align: center;
	line-height: 1;
}

.acc-cont-flex-half-cont {
	width: 49%;
}

.acc-cont .acc-cont-flex-half-cont p {
	padding-bottom: 30px;
	font-size: 18px;
}

.compare {
	background: #00909F;
	padding: 60px 0;
	position: relative;
}

.compare .abs-txt p {
	position: absolute;
	font-size: 100px;
	letter-spacing: 0.06em;
	color: #dbdbdb;
	opacity: 0.2;
	top: -1%;
	right: 5%;
	line-height: 1;
	letter-spacing: .05em;
}

.compare .inner {
	max-width: 1000px;
}

.compare-txt {
	text-align: center;
	margin-bottom: 25px;
}

.compare-txt p {
	font-weight: 500;
	font-size: 22px;
	color: #fff;
	padding: 7.5px 20px 10px;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	border: 1px solid #fff;
	text-align: center;
	margin-bottom: 15px;
}

.compare-txt h2 {
	font-weight: 500;
	font-size: 40px;
	color: #fff;
}

.compare-table {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 25px;
}

.compare-table img {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

.compare-lsat-txt {
	text-align: center;
}

.compare-lsat-txt p {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.howto {
	padding: 60px 0 120px;
}

.howto .h2-title {
	text-align: center;
	margin-bottom: 10px;
}

.howto .h2-title p {
	line-height: 1;
}

.howto-txt {
	text-align: center;
	margin-bottom: 35px;
}

.howto-txt p {
	font-weight: 500;
	font-size: 20px;
	color: #191924;
}

.howto .cmn-btn a {
	margin: 0 auto;
}

.history {
	background: #F7F7F7;
}

.history-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	top: -40px;
}

.history-flex-left {
	width: 52.5%;
}

.history-flex-right {
	width: 40%;
	padding-right: 20px;
}

.history-flex-right p {
	max-width: 580px;
	font-size: 20px;
	padding-bottom: 30px;
}

footer p {
	text-align: center;
	padding: 25px 0;
	line-height: 1;
	font-size: 12px;
	font-weight: 500;
}

#scroll-cont #circle .dot {
	transform-box: fill-box;
	transform-origin: center;
	animation: scrollDot 2s ease-in-out infinite alternate;
}

@keyframes scrollDot {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-70.55px);
	}
}

#fluid-scale {
	transform-origin: top left;
	will-change: transform;
}

.video-wrap {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.video-wrap iframe {
	width: 100%;
	height: 100%;
}

@media (max-width: 1700px) and (min-width: 1201px) {}

@media screen and (max-width: 1700px) {
	.function-flex-left .h2-title {
		left: -60px;
	}
}

@media screen and (max-width: 1500px) {
	.function-flex-left .h2-title {
		left: 0;
	}

	.fv-flex,
	.header-inner {
		width: calc(100% - 120px);
	}
}

@media screen and (max-width: 1400px) {
	.fv-right {
		width: 42.5%;
	}

	.header-right {
		right: 20px;
	}

	.swiper-pagination {
		width: 100%;
	}

	.abs-scroll {
		right: -10px;
		bottom: 10%;
	}

	.fv-bottom-flex-right {
		width: 52.5%;
	}

	.design-flex-left {
		width: 49%;
	}

	.history-flex-right {
		width: 45%;
	}
}

@media screen and (max-width: 1200px) {

	.fv-flex,
	.header-inner,
	.inner,
	.fv-bottom .inner {
		width: calc(100% - 40px);
	}

	.wrapper {
		min-width: 1200px;
	}

	.function::before {
		width: calc(100% - 30px);
		height: 100%;
	}

	.fv-right-txt h1 {
		font-size: 36px;
	}

	.fv-right-txt p {
		font-size: 26px;
		padding: 5px 12.5px;
	}

	.header-left {
		max-width: 450px;
	}

	.header-share {
		width: 300px;
	}

	.header-right {
		top: 20px;
		width: 300px;
	}

	.cmn-btn a {
		max-width: 300px;
	}
}

@media screen and (max-width: 834px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.wrapper {
		min-width: 100%;
		overflow: hidden;
		width: 100%;
	}

	header {
		padding: 10px 0;
	}

	.header-inner,
	.inner,
	.fv-bottom .inner {
		width: calc(100% - 30px);
	}

	.fv-flex {
		width: 100%;
	}

	.header-left {
		max-width: 100%;
	}

	.header-logo {
		width: 85px;
	}

	.header-share {
		width: 225px;
	}

	.fv-left {
		width: 100%;
	}

	.fv-flex {
		display: block;
		position: relative;
	}

	.fv-right {
		width: auto;
		position: initial;
	}

	.swiper-pagination {
		position: relative;
		margin-top: 7.5px;
	}

	.fv-right-txt {
		left: initial;
		top: 15%;
		z-index: 1;
		right: 0;
		text-align: right;
	}

	.fv-right-txt h1 {
		font-size: 6.4vw;
	}

	.fv-right-txt p {
		font-size: 4.25vw;
	}

	.abs-scroll {
		right: initial;
		bottom: 20%;
		z-index: 1;
		left: 20px;
		width: 30px;
	}

	.abs-scroll svg {
		height: 80px;
	}

	.swiper-pagination-bullet {
		width: 32.5%;
	}

	.fv {
		padding: 0px;
		margin-bottom: 50px;
	}

	.fv-bottom .inner {
		width: 100%;
	}

	.fv-bottom-flex {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.fv-bottom-flex-left {
		width: 100%;
		margin: 0 auto 30px;
	}

	.fv-bottom-flex-right {
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.fv-bottom-flex-right-title p {
		font-size: 15px;
	}

	.fv-bottom {
		padding-bottom: 50px;
	}

	.cmn-btn a {
		max-width: 280px;
		margin: 0 auto;
		padding: 12.5px 0;
	}

	.cmn-btn a svg {
		width: 20px;
		height: 20px;
	}

	.cmn-btn a p {
		font-size: 17px;
		padding: 0 15px;
	}

	.cmn-btn a span {
		font-size: 12px;
	}

	.concept {
		padding-bottom: 70px;
	}

	.cmn-title {
		text-align: left;
		margin: 0 auto 30px;
		width: calc(100% - 30px);
	}

	.cmn-title h2 {
		font-size: 24px;
		padding-bottom: 20px;
		line-height: 1.5;
	}

	.cmn-title h2 span {
		display: block;
	}

	.cmn-title p {
		font-size: 15px;
		text-align: left;
	}

	.marquee-img img {
		margin: 0px 6px;
	}

	.marquee-img {
		margin-bottom: 30px;
	}

	.cmn-txt p {
		font-size: 15px;
	}

	.function-cont.sp {
		display: flex;
	}

	.h2-title p {
		font-size: 46px;
	}

	.h2-title h2 {
		font-size: 16px;
		padding-left: 22.5px;
	}

	.h2-title h2::before {
		width: 9px;
		height: 9px;
	}

	.function {
		padding-bottom: 70px;
	}

	.function .inner {
		width: 100%;
	}

	.function-flex {
		display: block;
	}

	.function-flex-left {
		width: 100%;
		margin: 0px auto;
		max-width: 500px;
	}

	.function-flex-left .h2-title {
		width: calc(100% - 40px);
		margin-left: 30px;
	}

	.function-flex-left .h2-title p {
		text-align: right;
		position: relative;
		right: -10px;
	}

	.function-flex-left .function-cont {
		margin-top: 0px;
		padding-right: 15px;
		flex-wrap: wrap;
	}

	.function-cont-right h3 {
		font-size: 20px;
	}

	.function-cont-right {
		width: 32.5px;
		right: 10px;
		position: relative;
	}

	.function-cont-left {
		width: calc(100% - 60px);
		margin-top: 30px;
	}

	.function-cont-left video {
		border-radius: 0 10px 10px 0;
		margin-bottom: 25px;
	}

	.function-flex-left .function-cont:last-child {
		flex-direction: row-reverse;
		margin-top: 40px;
		padding: 0px 0 0 15px;
	}

	.function-flex-left .function-cont:last-child video {
		border-radius: 10px 0px 0px 10px;
	}

	.function-flex-left .function-cont:last-child .function-cont-right {
		right: initial;
		left: 10px;
	}

	.function-cont-left p {
		font-size: 15px;
	}

	.design-flex {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.design-flex-left {
		width: 100%;
		margin-bottom: 60px;
	}

	.design-flex-right {
		width: 100%;
		position: relative;
		top: initial;
		height: auto;
		overflow: initial;
		contain: initial;
	}

	.function::before {
		width: calc(100% - 30px);
		height: 92.5%;
		max-width: 500px;
	}

	.function-txt {
		margin: 25px 0 0 auto;
		width: calc(100% - 30px);
	}

	.function-flex-left .function-cont:last-child .function-txt {
		margin: 25px auto 0;
	}

	.function-txt p {
		font-size: 15px;
		color: #191924;
	}

	.design {
		margin-bottom: 0;
	}

	.design .h2-title p {
		position: relative;
		left: -10px;
	}

	.h2-title h3 {
		font-size: 22px;
		margin: 0 auto 0 10px;
	}

	.design-flex-right-cont-title {
		margin-bottom: 30px;
	}

	.design-flex-right-cont-title p {
		font-size: 54px;
		line-height: 1;
		margin-right: 15px;
	}

	.design-flex-right-cont-title h4 {
		font-size: 19px;
		line-height: 1.6;
	}

	.design-flex-right-cont-txt {
		margin-bottom: 20px;
	}

	.design-flex-right-cont-txt p {
		font-size: 15px;
		line-height: 1.7;
	}

	.design-flex-right-cont {
		padding-bottom: 40px;
	}

	.ex {
		padding-bottom: 50px;
	}

	.ex-flex-right .h2-title p {
		margin-top: 0px;
		position: relative;
		left: -10px;
		line-height: 1;
	}

	.ex::before {
		display: none;
	}

	.ex .inner {
		width: 100%;
	}

	.ex-flex {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}

	.ex-flex-right {
		width: 100%;
		margin-bottom: 25px;
		position: relative;
	}

	.ex-flex-left {
		width: 100%;
	}

	.click-title {
		display: flex;
		align-items: center;
		position: absolute;
		right: 10px;
		bottom: 0;
	}

	.click-title img {
		width: 15px;
		margin-right: 5px;
	}

	.click-title p {
		font-weight: 500;
		font-size: 12px;
		color: #00909f;
	}

	.modal-content {
		max-width: 500px;
		padding: 20px 17.5px;
		display: block;
		width: calc(100% - 30px);
	}

	.modal-close {
		top: 5px;
		right: 5px;
		width: 20px;
		height: 20px;
	}

	.modal-close::before,
	.modal-close::after {
		width: 20px;
	}

	.modal-content-img {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 20px;
	}

	.modal-content-img h3 {
		font-weight: bold;
		font-size: 19px;
		text-align: center;
		color: #00909f;
		padding-bottom: 15px;
	}

	.modal-content-txt {
		width: 100%;
	}

	.modal-content-txt p {
		font-size: 15px;
	}

	.lineup {
		padding-bottom: 90px;
	}

	.lineup .inner {
		max-width: 500px;
	}

	.lineup .h2-title {
		margin-bottom: 10px;
		display: block;
	}

	.lineup .h2-title h2 {
		margin-left: 0px;
		top: 0px;
		margin-top: 10px;
	}

	.lineup-img-flex,
	.lineup-swiper {
		margin-bottom: 25px;
	}

	.lineup-swiper img {
		display: block;
		width: 100%;
		height: auto;
	}

	.lineup-main {
		width: 100%;
		margin-bottom: 10px;
	}

	.lineup-thumbs {
		width: 100%;
	}

	.lineup-thumbs .swiper-wrapper {
		justify-content: end;
	}

	.lineup-thumbs .swiper-slide {
		width: 50px;
		height: 50px;
		border: 1px solid #C7C7C7;
		cursor: pointer;
		opacity: .4;
		position: relative;
		background: #000;
	}

	.lineup-thumbs .swiper-slide:last-child {
		margin-right: 0 !important;
	}

	.lineup-thumbs .swiper-slide img {
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.lineup-thumbs .swiper-slide-thumb-active {
		opacity: 1;
		background: initial;
	}

	.lineup-table-flex-box-th p {
		font-size: 14px;
	}

	.lineup-table-flex-box-td p {
		font-size: 12px;
	}

	.lineup-table-flex-box:nth-child(2) .lineup-table-flex-box-td {
		padding: 27.5px 0;
	}

	.lineup-table-txt p {
		font-size: 13px;
	}

	.swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-next1:after {
		content: '◀︎';
		font-size: 10px;
		line-height: 1;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.swiper-button-next:after,
	.swiper-container-rtl .swiper-button-prev1:after {
		content: '▶︎';
		font-size: 10px;
		color: #fff;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		width: 24px;
		height: 24px;
		background: #CCCCCC;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		z-index: 1;
		cursor: pointer;
	}

	.swiper-button-next {
		right: 0;
	}

	.swiper-button-prev {
		left: 0;
	}

	.faq {
		padding: 0px 0 75px;
	}

	.faq .inner {
		max-width: 500px;
	}

	.faq .h2-title {
		top: -25px;
	}

	.acc-header {
		padding: 15px 20px 15px 15px;
	}

	.acc-header p {
		font-size: 24px;
		margin-right: 7.5px;
	}

	.acc-header h3 {
		font-size: 16px;
		width: calc(100% - 30px);
	}

	.acc-cont {
		padding: 12.5px 5px 0px;
	}

	.acc-cont p {
		font-size: 15px;
	}

	.acc-cont a.btn p,
	.acc-cont a.btn span {
		font-size: 13px;
	}

	.acc-cont a.btn {
		max-width: 320px;
	}

	.acc-cont a.btn span {
		font-size: 12px;
		right: 0px;
	}

	.active .acc-cont {
		padding-bottom: 20px;
	}

	.acc-cont-flex {
		display: block;
		margin-block: 10px 20px;
	}

	.acc-cont-flex-txt {
		width: 100%;
		margin-bottom: 5px;
	}

	.acc-cont-flex-txt p {
		font-size: 15px;
	}

	.acc-cont-flex-img {
		width: 100%;
	}

	.acc-cont-flex-half-cont {
		width: 100%;
	}

	.faq-swiper {
		position: relative;
	}

	.compare .abs-txt p {
		font-size: 46px;
		right: -1%;
	}

	.compare {
		background: #00909F;
		padding: 40px 0;
	}

	.compare-txt p {
		font-size: 18px;
		padding: 7.5px 15px 10px;
		margin-bottom: 10px;
	}

	.faq-swiper {
		width: calc(100% - 80px);
		max-width: 500px;
		margin: 0 auto;
	}

	.faq-swiper img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.compare-txt h2 {
		font-size: 22px;
	}

	.compare-table {
		padding: 15px 20px;
		margin: 0 auto 15px;
		max-width: 500px;
	}

	.compare-lsat-txt p {
		font-size: 16px;
	}

	.howto {
		padding: 50px 0;
	}

	.howto-txt {
		margin-bottom: 20px;
	}

	.howto-txt p {
		font-size: 16px;
	}

	.history-flex {
		display: block;
		top: 0;
	}

	.history-flex-left {
		width: 100%;
		max-width: 500px;
		margin-bottom: 30px;
	}

	.history-flex-right {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 0 0 20px 0;
	}

	.history-flex-right p {
		max-width: 100%;
		font-size: 15px;
		padding-bottom: 20px;
	}

	footer p {
		padding: 12.5px 0;
		letter-spacing: 0;
	}

	.cta-cont.fixed-cont a {
		max-width: 500px;
		border-radius: 0;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}

	.cta-cont.fixed-cont.active a {
		opacity: 1;
		visibility: visible;
	}

	.swiper-button-next02 {
		right: -35px;
	}

	.swiper-button-prev02 {
		left: -35px;
	}

	.acc-cont .acc-cont-flex-half-cont p {
		padding-bottom: 20px;
		font-size: 15px;
	}

	.fv-bottom-flex-right-title {
		margin-bottom: 15px;
	}

	.fv-bottom-flex-right-title h2 {
		font-size: 20px;
		padding-bottom: 0px;
		padding-left: 10px;
		border-left: 2px solid #00909f;
		line-height: 1;
		margin-bottom: 10px;
	}

	.fv-bottom-flex-right-box {
		padding: 5px 10px;
		margin-bottom: 25px;
	}

	.fv-bottom-flex-right-box img {
		width: 17.5px;
	}

	.fv-bottom-flex-right-box p {
		width: calc(100% - 27.5px);
		font-size: 12px;
	}

	.acc-header::before,
	.acc-header::after {
		width: 15px;
	}
}

@media screen and (max-width: 500px) {
	.h2-title h3 {
		font-size: 20px;
	}

	.design-flex-right-cont-title p {
		font-size: 48px;
		margin-right: 10px;
	}

	.design-flex-right-cont-title h4 {
		font-size: 18px;
	}

	.ex-flex-right .h2-title p {
		left: 5px;
	}

	.howto-txt p {
		font-size: 15px;
		letter-spacing: 0;
	}

	.function-cont-left video {
		height: 270px;
		margin-bottom: 0;
	}

	.fv-right-txt p {
		padding-inline: 7.5px;
	}
}
