@charset "utf-8";
/* ========COMMON======== */

#top-merit .under:hover, #top-price .under:hover, #top-company .under:hover {
	background-color: var(--black);
}
#top-merit .under:hover .common-button, #top-price .under:hover .common-button, #top-company .under:hover .common-button {
	background-color: #A0A0A0;
}
#top-merit .under:hover .submit-text, #top-price .under:hover .submit-text, #top-company .under:hover .submit-text {
	color: var(--black);
}
#top-merit .under:hover .arrow, #top-price .under:hover .arrow, #top-company .under:hover .arrow {
	background-color: var(--black);
}
#top-merit .under:hover .arrow::after, #top-price .under:hover .arrow::after, #top-company .under:hover .arrow::after {
	border-left-color: var(--black);
}
/* ========MAIN VISUAL======== */

#top-mv {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
#top-mv::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 95%;
	background: linear-gradient(to right, #fff 0%, #fff 80%, #4C5C71 100%);
	border-radius: 1rem;
}
.mv-img {
	width: 100%;
	z-index: -5;
}
.mv-img img {
	position: absolute;
	width: 82%;
	max-width: 86.5625rem;
	right: 0;
}
.sp-mv-overlay {
	display: none;
}
.gradation {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -3;
	background: url(../img/gradation_pc.svg) center center / 100% no-repeat;
}
.gradation::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(62, 102, 184, 0) 50%, rgba(62, 102, 184, 0.7) 100%);
	z-index: -2;
}
.mv-content {
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin: 3.75rem 0 3rem;
	z-index: 1;
}
.mv-content-text {
	padding-bottom: clamp(2rem, 0.7444rem + 2.406vw, 3rem);
	position: relative;
	border-bottom: 2px solid var(--white);
	text-wrap: nowrap;
}
.mv-content-text h1 {
	margin-left: clamp(1rem, -3.3947rem + 8.4211vw, 4.5rem);
	margin-bottom: 1.9375rem;
	padding-left: clamp(0rem, -2.5113rem + 4.812vw, 2rem);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: clamp(3rem, 0.4887rem + 4.812vw, 5rem);
	font-weight: 900;
	line-height: clamp(4rem, 1.4887rem + 4.812vw, 6rem);
	text-shadow: 3px 3px 12px #2F4872;
}
.mv-content-text .mv-indent-title-1 {
	padding-left: clamp(5rem, -0.0226rem + 9.6241vw, 9rem);
}
.mv-content-text .mv-indent-title-2 {
	padding-left: clamp(10rem, 1.2105rem + 16.8421vw, 17rem);
}
.mv-content-text p {
	display: flex;
	align-items: center;
	padding-right: clamp(0rem, -3.7669rem + 7.218vw, 3rem);
	font-size: clamp(1.75rem, 0.9652rem + 1.5038vw, 2.375rem);
	font-family: 'Gill Sans', 'Gill Sans MT', "Nunito Sans", 'Trebuchet MS', sans-serif;
	font-weight: 400;
	line-height: clamp(3rem, 1.2735rem + 3.3083vw, 4.375rem);
	letter-spacing: .3rem;
	text-shadow: 3px 3px 15px #2F4872;
}
.mv-content-text .mv-indent-text {
	padding-right: clamp(14rem, 10.2331rem + 7.218vw, 17rem);
}
.mv-content-text p::before {
	content: "";
	flex-grow: 1;
	height: 2px;
	background-color: var(--white);
	margin-right: 1rem;
}
.mv-content-result img {
	width: clamp(10rem, -3.3412rem + 25.5639vw, 20.625rem);
	margin: 0 clamp(2.5rem, -0.7176rem + 6.1654vw, 5.0625rem);
}
/* ========ACHIEVEMENTS======== */

#top-achievements, #top-message, #top-merit, #top-price, #top-company {
	position: relative;
	font-weight: 500;
	line-height: 2.0625rem;
	z-index: 1;
}
.container h2 {
	margin-bottom: 3.75rem;
	font-family: 'Gill Sans', 'Gill Sans MT', "Nunito Sans", 'Trebuchet MS', sans-serif;
	font-size: 3.25rem;
	font-weight: 700;
}
body.windows .container h2, body.android .container h2 {
	font-weight: 900;
}
.ach-content {
	width: 100%;
	letter-spacing: .1rem;
}
.ach-row {
	width: 100%;
	position: relative;
	display: flex;
	gap: clamp(1rem, -0.8835rem + 3.609vw, 2.5rem);
}
.ach-row-1 {
	max-width: 48.3125rem;
}
.ach-row-2 {
	width: clamp(48.3125rem, 41.1711rem + 13.6842vw, 54rem);
}
.ach-row-3 {
	width: clamp(48.3125rem, 17.5719rem + 58.9041vw, 61.75rem);
}
.ach-row-4 {
	width: 100%;
}
.ach-row:first-child {
	padding-bottom: 1.875rem;
}
.ach-row:not(:first-child) {
	padding: 1.875rem 0;
}
.ach-row::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(to right, #fff 0%, #fff 80%, #4C5C71 100%);
	border-radius: 1rem;
}
.ach-row-list {
	display: flex;
	gap: 1.5rem;
}
.ach-list {
	position: relative;
	padding-left: 2.2rem;
}
.ach-row-2 .ach-list:first-child {
	margin-left: clamp(0rem, -18.3014rem + 35.0685vw, 8rem);
}
.ach-row-3 .ach-list:first-child {
	margin-left: clamp(0rem, -30.7406rem + 58.9041vw, 13.4375rem);
}
.ach-row-4 .ach-list:first-child {
	margin-left: clamp(0rem, -46.1824rem + 88.4932vw, 20.1875rem);
}
.ach-list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5em;
	height: 0.5em;
	background-color: var(--mark);
}
.ach-list .ach-highlight {
	font-size: 1.5625rem;
	font-weight: 700;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-bottom: 1.5rem solid var(--mark);
	-ms-grid-row-align: center;
	align-self: center;
}
.ach-text {
	margin-top: 2.5rem;
}
/* ========MERIT======== */

.merit-content {
	width: 100%;
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: space-between;
}
.merit-row {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.merit-row-border-inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.merit-row-border {
	content: '';
	height: 1px;
	width: clamp(15rem, -25.0342rem + 76.7123vw, 32.5rem);
	margin: auto 0;
	background: linear-gradient(to right, #fff 0%, #fff 80%, #4C5C71 100%);
	border-radius: 1rem;
}
.merit-row-list {
	position: relative;
	padding-left: 3.5rem;
	font-size: 1.25rem;
	font-weight: 700;
}
.merit-row-list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5em;
	height: 0.5em;
	background-color: var(--mark);
}
.merit-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2.5rem;
	gap: 2.5rem;
}
.merit-center h3 {
	font-size: clamp(1.25rem, 0.8576rem + 0.7519vw, 1.5625rem);
}
.merit-center .common-button {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 1.5625rem;
}
/* ========PRICE======== */

#top-price {
	padding: 0;
}
#top-price .title-space {
	padding-left: 2rem;
}
.price-wrapper {
	padding: 0 2rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.price-inner {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.comparison-table {
	width: 68.75rem;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
	font-weight: 700;
	background-color: var(--white);
	border: 1px solid var(--black);
	border-radius: 4px;
	overflow: hidden;
}
.comparison-table th, .comparison-table td {
	width: 275px;
	padding: 16px;
	border: 1px solid var(--black);
}
.comparison-table thead th {
	background-color: #313C4E;
}
.comparison-table tbody th {
	background-color: #313C4E;
	text-align: center;
}
.comparison-table .price-highlight {
	color: var(--white);
	background-color: #5B87C6;
}
.comparison-table td {
	color: var(--black);
}
#top-price .under {
	margin: 3.75rem auto 0;
}
#top-price .common-button, #top-company .common-button {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 1.5625rem;
}
/* ========COMPANY======== */

#top-company {
	margin-bottom: 6.25rem;
}
.company-inner {
	display: flex;
	justify-content: space-between;
	gap: clamp(0.5rem, -3.3454rem + 7.3684vw, 3.5625rem);
}
.company-details {
	line-height: clamp(2rem, 1.3722rem + 1.203vw, 2.5rem);
}
.company-details dt {
	float: left;
}
.company-details dd {
	-webkit-margin-start: 5.625rem;
	margin-inline-start: 5.625rem;
	padding-left: clamp(1rem, -2.453rem + 6.6165vw, 3.75rem);
}
.company-map-content {
	float: right;
}
.company-map-content iframe {
	width: clamp(23.75rem, 13.0771rem + 20.4511vw, 32.25rem);
	height: auto;
	aspect-ratio: 129 / 80;
}
.company-map-content .under {
	margin-top: 1.875rem;
	margin-left: auto;
}
/* 三角形の装飾 */

.body-triangle-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}
.body-triangle {
	position: absolute;
	width: auto;
	height: auto;
	mix-blend-mode: color-dodge;
}
.body-triangle--sp {
	display: none;
}
.body-triangle1 {
	top: 12%;
	right: 0;
	width: 38vw;
}
.body-triangle2 {
	top: 5%;
	left: 0;
	width: 42vw;
}
.body-triangle3 {
	top: 1%;
	left: 0;
	width: 100vw;
}
.body-triangle4 {
	top: .2%;
	left: 3%;
	width: 32vw;
}
.body-triangle5 {
	top: 2.6%;
	right: 0;
	width: 10vw;
}
.body-triangle6 {
	top: 38%;
	right: 0;
	width: 92.5vw;
}
.body-triangle7 {
	top: .5%;
	left: 37%;
	width: 44vw;
}
@media (max-width: 834px) {
	#top-mv::after {
		height: 2px;
		background: linear-gradient(to right, #fff 0%, #fff 80%, #4C5C71 100%);
		border-radius: 1rem;
	}
	.mv-img img {
		width: 100%;
		top: 14vw;
	}
	.sp-mv-overlay {
		display: block;
		position: absolute;
		top: 14vw;
		width: 100%;
		pointer-events: none;
		z-index: -4;
	}
	.gradation {
		background: url("../img/gradation_sp.svg") center center / 100% no-repeat;
		height: 110%;
	}
	.gradation::after {
		background: none;
	}
	.mv-content {
		flex-direction: column;
		align-items: center;
		margin: 1.5625rem 0 3rem;
		padding-right: 2rem;
	}
	.mv-content-text {
		width: 100%;
		padding-bottom: 1.625rem;
		margin-bottom: clamp(2.1875rem, 0.7067rem + 6.3181vw, 4rem);
		border-bottom: 2px solid var(--white);
		text-wrap: wrap;
	}
	.mv-text-wrapper {
		display: flex;
		justify-content: center;
	}
	.mv-content-text h1 {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
		margin-left: 0;
		margin-bottom: (1.5625rem, 0.3881rem + 5.0109vw, 3rem);
		transform: translateX(1rem);
		font-size: clamp(2.25rem, 1.6373rem + 2.6144vw, 3rem);
		line-height: clamp(3rem, 2.183rem + 3.4858vw, 4rem);
		text-shadow: 3px 3px 7px #2F4872;
	}
	.mv-content-text .mv-indent-title-1 {
		padding-top: clamp(1.5rem, -1.0362rem + 9.6618vw, 4rem);
	}
	.mv-content-text .mv-indent-title-2 {
		padding-top: clamp(3rem, -1.058rem + 15.4589vw, 7rem);
	}
	.mv-content-text p {
		padding-right: clamp(0rem, -1.7974rem + 7.6688vw, 2.2rem);
		font-size: clamp(1.0625rem, -0.0098rem + 4.5752vw, 2.375rem);
		line-height: clamp(1.5625rem, 0.3881rem + 5.0109vw, 3rem);
		;
		letter-spacing: .1rem;
		text-shadow: 3px 3px 9px #2F4872;
	}
	.mv-content-text .mv-indent-text {
		padding-right: clamp(5.8rem, -3.3503rem + 39.0414vw, 17rem);
	}
	.mv-content-text p::before {
		height: 1px;
		background: linear-gradient(to right, #fff 0%, #fff 80%, #4C5C71 100%);
		margin-right: 1.3125rem;
	}
	.mv-content-result img {
		width: 90%;
		margin: 0 auto;
		transform: translateX(1.5rem);
	}
	/* ========ACHIEVEMENTS======== */
	#top-achievements, #top-message, #top-merit, #top-price, #top-company {
		line-height: 1.875rem;
	}
	#top-achievements {
		padding-left: 0;
	}
	.container h2 {
		margin-bottom: clamp(1.5rem, -0.3382rem + 7.8431vw, 3.75rem);
		font-size: clamp(2rem, 0.9788rem + 4.3573vw, 3.25rem);
	}
	.container .title-space {
		padding-left: 1.5rem;
	}
	.ach-row {
		max-width: 43.75rem;
		gap: 0;
	}
	.ach-row-2 {
		width: 100%;
	}
	.ach-row-3 {
		width: 100%;
	}
	.ach-row-4 {
		width: 100%;
	}
	.ach-row:first-child {
		padding-bottom: 5px;
	}
	.ach-row:not(:first-child) {
		padding: 20px 0 5px;
	}
	.ach-row-list {
		flex-direction: column;
		gap: 0;
	}
	.ach-list {
		position: relative;
		padding-left: 2.5rem;
		font-size: clamp(0.8125rem, 0.6083rem + 0.8715vw, 1.0625rem);
	}
	.ach-row-2 .ach-list:first-child {
		margin-left: 0;
	}
	.ach-row-3 .ach-list:first-child {
		margin-left: 0;
	}
	.ach-row-4 .ach-list:first-child {
		margin-left: 0;
	}
	.ach-row-list .ach-list:nth-child(2) {
		margin-left: clamp(0rem, -8.1522rem + 34.7826vw, 10rem);
	}
	.ach-list::before {
		left: 1.5rem;
		width: 0.3em;
		height: 0.3em;
	}
	.ach-list .ach-highlight {
		font-size: clamp(1rem, 0.5404rem + 1.9608vw, 1.5625rem);
	}
	.triangle {
		margin: 0 0 0.53125rem auto;
		border-left: 0.4rem solid transparent;
		border-right: 0.4rem solid transparent;
		border-bottom: 1.2rem solid var(--mark);
		align-self: flex-end;
	}
	.ach-text {
		margin-top: 1.25rem;
		padding-left: 1.5rem;
	}
	/* ========MERIT======== */
	.merit-content {
		margin-bottom: 1.2675rem;
		justify-content: flex-start;
	}
	.merit-row {
		gap: 0.9375rem;
	}
	.merit-row-border {
		display: none;
	}
	.merit-row-list {
		padding-left: 1rem;
		font-size: clamp(0.9375rem, 0.6822rem + 1.0893vw, 1.25rem);
	}
	.merit-row-list::before {
		left: 0;
		width: 0.3em;
		height: 0.3em;
	}
	.merit-center {
		margin-top: 1.25rem;
		gap: 1.625rem;
	}
	.merit-center h3 {
		font-size: clamp(0.9375rem, 0.6822rem + 1.0893vw, 1.25rem);
		text-align: center;
	}
	.merit-center .common-button {
		gap: 0.5125rem;
	}
	/* ========PRICE======== */
	#top-price .title-space {
		padding-left: 1.5rem;
	}
	.price-wrapper {
		padding: 0 1.5rem;
	}
	.comparison-table {
		width: 100%;
		min-width: 50rem;
		font-size: .875rem;
	}
	.comparison-table th, .comparison-table td {
		width: 12.5rem;
		padding: 15px;
	}
	#top-price .under {
		margin: 1.25rem auto 0;
	}
	#top-price .common-button {
		gap: 0.625rem;
	}
	#top-price .common-button, #top-company .common-button {
		gap: 0.625rem;
	}
	/* ========COMPANY======== */
	#top-company {
		margin-bottom: 2.5rem;
	}
	.company-inner {
		flex-direction: column;
		align-items: center;
		gap: clamp(1.25rem, 0.6373rem + 2.6144vw, 2rem);
	}
	.company-details {
		width: 100%;
		order: 1;
	}
	.company-details dd {
		-webkit-margin-start: 5.625rem;
		margin-inline-start: 5.625rem;
		padding-left: clamp(1rem, -2.453rem + 6.6165vw, 3.75rem);
		font-weight: 500;
	}
	.company-map-content {
		width: 100%;
		order: 0;
	}
	.company-map-content iframe {
		width: 100%;
		aspect-ratio: 34 / 21;
	}
	.company-map-content .under {
		margin-top: 1.875rem;
		margin-left: auto;
	}
	.company-inner .PC-none {
		order: 2;
	}
	/* 三角形の装飾 */
	.body-triangle--pc {
		display: none;
	}
	.body-triangle--sp {
		display: block;
	}
	.body-triangle1 {
		top: 8%;
		right: 0;
		width: 100vw;
	}
	.body-triangle2 {
		top: 2.2%;
		left: 0;
		width: 100vw;
	}
	.body-triangle3 {
		top: 0%;
		left: 0;
		width: 100vw;
		z-index: -5;
	}
}