@charset "utf-8";
/*== TOP ==*/
/*hero-main*/
.hero-main {
	background-image: url(../images/index/pc/hero_bk.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 850px;
	position: relative;
	z-index: 0;
	clip-path: inset(0);
}
.hero-main .container {
	padding-top: 300px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
h2.hero-heading .sub {
	display: inline-block;
	width: 100%;
	font-size: 36px;
	color: #fff;
	line-height: 1;
}
h2.hero-heading .ttl {
	display: inline-block;
	width: 100%;
	font-size: 60px;
	color: #fff;
	line-height: 1;
	margin-top: 20px;
}
.hero-item {
	position: absolute;
	top: 34%;
		right: -5%;
	background-image: url(../images/index/pc/hero_item01.png);
	background-repeat: no-repeat;
	background-size: 550px;
	width: 550px;
	height: 530px;
	z-index: 0;
	transition: .2s;
}
.hero-main .button-group {
	max-width: 300px;
	margin-top: 80px;
}
.hero-main .button-group a {
	display: inline-block;
	width: 100%;
	height: 65px;
	border: 1px solid #fff;
	border-radius: 65px;
	line-height: 61px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	position: relative;
	padding-right: 5px;
	box-sizing: border-box;
	transition: .2s;
	}
.hero-main .button-group a:before {
	content: "";
	position: absolute;
	top: 14px;
	right: 15px;
	background-image: url(../images/globals/pc/btn-gold.png);
	background-repeat: no-repeat;
	background-size: 35px;
	width: 35px;
	height: 35px;
	z-index: 0;
}
.hero-main .button-group a:hover {
	background: linear-gradient(90deg,rgba(59, 59, 59, 1) 0%, rgba(76, 76, 76, 1) 60%, rgba(14, 14, 14, 0.92) 100%);
	color: #fff;
	border: none;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, .3);
	transition: .2s;
}
.t-bk {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: -1;
}
.t-lines {
	position: absolute;
	top: 0;
	left: 12%;
	bottom: 0;
	margin-left: 0px;
	max-width: 1000px;
	width: 50%;
	transform: skewX(-31.5deg);
}
.t-lines:before, .t-lines:after {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: linear-gradient(to bottom, #f5db90 0%,  #a89150 100%);
	opacity: 1;
}
.t-lines:before {
	left: 0;
	bottom: 0;
	transform-origin: left bottom;
}
.t-lines:after {
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, #f5db90 0%,  #a89150 100%);
	transform-origin: right top;
}
.t-lines {
	position: absolute;
	top: 0;
	left: 12%;
	bottom: 0;
	margin-left: 0px;
	max-width: 1000px;
	width: 50%;
	transform: skewX(-31.5deg);
	overflow: hidden;
	pointer-events: none;
}
.t-lines::before,
.t-lines::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background: linear-gradient(to bottom, #f5db90 0%, #a89150 100%);
	opacity: 1;
	transform: scaleY(0);
	animation: lineGrow 1.2s ease-out forwards;
}
.t-lines::before {
	left: 0;
	bottom: 0;
	transform-origin: bottom;
	animation-delay: 0.1s;
}
.t-lines::after {
	right: 0;
	top: 0;
	transform-origin: top;
	animation-delay: 0.3s;
}
@keyframes lineGrow {
	0% {
		transform: scaleY(0);
	}
	100% {
		transform: scaleY(1);
	}
}


/*Features Section*/
.features {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.features-box {
	padding-top: 100px;
	padding-bottom: 350px;
	position: relative;
	clip-path: inset(0);
}
.features-box > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.features .container {
	max-width: 1080px;
	margin: 0 auto;
}
.features h3 {
	font-size: 72px;
}
.features .container h3 {
	font-size: 72px;
}
.feature-list li {
	margin-top: 100px;
	position: relative;
}
.feature-list li:nth-child(2) {
	margin-left: 130px;
}
.feature-list li:nth-child(3) {
	margin-left: 260px;
}
.feature-list li h4 {
	font-size: 48px;
}
.feature-list li p {
	padding-left: 5px;
}
.feature-image01 {
	position: absolute;
	top: -50px;
	right: -80px;
	max-width: 450px;
	width: 100%;
}
.feature-image02 {
	position: absolute;
	top: 165px;
	right: -80px;
	max-width: 450px;
	width: 100%;
}
.feature-image03 {
	position: absolute;
	top: 0;
	left: -500px;
	max-width: 430px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 7px 7px 5px rgba(0,0,0,.3);
}
.features .button-group {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 180px;
	position: relative;
	z-index: 0;
}
.features .button-group a {
	display: inline-block;
	width: 100%;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	position: relative;
	background: #3B3B3B;
	background: linear-gradient(90deg,rgba(59, 59, 59, 1) 0%, rgba(76, 76, 76, 1) 60%, rgba(14, 14, 14, 0.92) 100%);
	cursor: pointer;
	transition: .1s;
}
.features .button-group a:before {
	content: "";
	position: absolute;
	top: 33px;
	right: 15px;
	background-image: url(../images/globals/pc/btn-gold.png);
	background-repeat: no-repeat;
	background-size: 35px;
	width: 35px;
	height: 35px;
	z-index: 0;
}
.features .button-group a::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: -6px;
	bottom: -6px;
	background: linear-gradient(90deg,
	rgba(255, 252, 209, 1) 0%,
	rgba(243, 225, 139, 1) 37%,
	rgba(241, 197, 0, 1) 68%,
	rgba(203, 155, 12, 1) 100%);
	border-radius: 65px;
	z-index: -1;
	transition: .1s;
}
.features .button-group a:hover::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .1s;
}
.features .bk_02 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	clip-path: polygon(50% 0, 100% 0, 60% 100%, 0 100%);
	z-index: -2;
}
.features .bk_03 {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/index/pc/bk_03.webp);
	background-repeat: no-repeat;
	background-size: 60%;
	background-attachment: fixed;
	background-position-x: right;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 0, 55% 100%, 100% 100%);
	z-index: -1;
}

/*Gallery*/
.gallery-wrap {
	display: flex;
	overflow: hidden;
	margin-top: -180px;
}
.gallery-list {
	display: flex;
	list-style: none;
	animation :infinity-scroll-left 60s infinite linear 0.5s both;
}
.gallery-list li {
	width: calc(100vw / 4);
	font-size: 0;
	height: 340px;
	margin-left: 20px;
}
.gallery-list li a:hover {
	opacity: .8;
}
.gallery-list li img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

@keyframes infinity-scroll-left {
	from {
	transform: translateX(0);
	}
	to {
	transform: translateX(-100%);
	}
}

/*cta*/
.cta-top {
	padding-top: 80px;
	padding-bottom: 140px;
	position: relative;
}
.cta-top > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.cta-top .btn-wrap {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
}
.cta-top .btn-wrap a {
	display: inline-block;
	width: 100%;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 100px;
	line-height: 98px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	position: relative;
	transition: .2s;
}
.cta-top .btn-wrap a:before {
	content: '';
	position: absolute;
	top: 37px;
	right: 30px;
	transform: rotate(45deg);
	border-right: solid 4px #fff;
	border-top: solid 4px #fff;
	width: 18px;
	height: 18px;
	transition: .2s;
}
.cta-top .btn-wrap a:hover {
	background: linear-gradient(90deg,rgba(59, 59, 59, 1) 0%, rgba(76, 76, 76, 1) 60%, rgba(14, 14, 14, 0.92) 100%);
	color: #fff;
	border: none;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, .3);
	transition: .2s;
}

@media screen and (max-width:1600px) {
	
}

@media screen and (max-width:1440px) {
	/*hero-main*/
	.hero-main {
		height: 100vh;
	}
	.hero-main .container {
		max-width: 1080px;
	}
	h2.hero-heading .sub {
			font-size: 28px;
	}
	h2.hero-heading .ttl {
			font-size: 48px;
	}

	/*Features Section*/
	.features .container {
		max-width: 980px;
	}
	.features .container h3 {
		font-size: 48px;
	}
	.feature-list li h4 {
		font-size: 36px;
	}
	.feature-image01 {
		max-width: 400px;
	}
	.feature-image02 {
		max-width: 400px;
	}
	.feature-image03 {
		max-width: 300px;
		left: -350px;
	}
	.features .button-group {
		max-width: 450px;
	}
	.features .button-group a {
			height: 90px;
			line-height: 88px;
			font-size: 24px;
	}
	.features .button-group a:before {
			top: 30px;
			right: 20px;
			background-size: 30px;
			width: 30px;
			height: 30px;
	}

	/*Gallery*/
	.gallery-list li {
		height: 250px;
	}

	/*cta*/
	.cta-top .btn-wrap {
		max-width: 400px;
	}
	.cta-top .btn-wrap a {
			height: 90px;
			line-height: 88px;
			font-size: 24px;
	}
	.cta-top .btn-wrap a:before {
		border-right: solid 3px #fff;
		border-top: solid 3px #fff;
		width: 13px;
		height: 13px;
	}
	.cta-top {
		padding-top: 50px;
		padding-bottom: 100px;
	}
}

@media screen and (max-width:1200px) {
	.hero-main {
		height: 540px;
	}
	.hero-main .container {
			padding-top: 127px;
			padding-left: 5%;
			padding-right: 5%;
	}
	h2.hero-heading .sub {
		font-size: 21px;
	}
	h2.hero-heading .ttl {
			font-size: 36px;
	}
	.hero-item {
		top: 130px;
		right: 5%;
		background-size: 380px;
		width: 380px;
		height: 355px;
		z-index: 0;
	}
	.hero-main .button-group {
			max-width: 280px;
			margin-top: 50px;
	}
	.hero-main .button-group a {
			height: 55px;
			line-height: 49px;
			font-size: 18px;
	}
	.hero-main .button-group a:before {
		top: 13px;
		right: 20px;
		background-size: 28px;
		width: 28px;
		height: 28px;
	}

	/*Features Section*/
	.features-box {
		padding-top: 50px;
		padding-bottom: 250px;
	}
	.features .container {
			padding-left: 5%;
			padding-right: 5%;
	}
	.features .container h3 {
		font-size: 36px;
	}
	.feature-list li {
		margin-top: 50px;
	}
	.feature-list li h4 {
		font-size: 28px;
	}
	.feature-list li:nth-child(2) {
		margin-left: 50px;
	}
	.feature-list li:nth-child(3) {
		margin-left: 100px;
	}
	.feature-image01 {
		max-width: 280px;
		top: -30px;
		right: 0px;
		z-index: -1;
		opacity: .3;
	}
	.feature-image02 {
		max-width: 250px;
		top: 100px;
		right: -20px;
		z-index: -1;
		opacity: .3;
	}
	.features .button-group {
		max-width: 380px;
		margin-top: 50px;
	}
	.features .button-group a {
		height: 70px;
		line-height: 68px;
		font-size: 21px;
	}
	.features .button-group a:before {
		top: 20px;
		right: 18px;
		background-size: 28px;
		width: 28px;
		height: 28px;
	}
	.feature-image03 {
		display: none;
	}
	.features .bk_03 {
		background-size: 100%;

	}

	/*Gallery*/
	.gallery-list li {
		width: calc(100vw / 3);
		height: 200px;
	}

	/*cta*/
	.cta-top .btn-wrap a {
		height: 70px;
		line-height: 68px;
		font-size: 21px;
	}
	.cta-top .btn-wrap {
		max-width: 350px;
	}
	.cta-top .btn-wrap a:before {
		top: 28px;
		right: 20px;
		width: 10px;
		height: 10px;
	}
	.cta-top {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.cta-top .btn-wrap {
			margin-top: 30px;
	}
	.cta-top > img {
		position: absolute;
	}
}

@media screen and (max-width:599px) {
	h2.hero-heading .sub {
		font-size: 18px;
	}
	h2.hero-heading .ttl {
		font-size: 28px;
		margin-top: 10px;
	}
	.hero-item {
		position: sticky;
		background-size: 280px;
		width: 280px;
		height: 270px;
		margin: 0 auto;
		margin-top: -50px;
		transform: translateX(20px);
		z-index: -1;
	}
	.hero-main .button-group {
		margin: 0 auto;
	}
	.hero-main .button-group a:before {
		top: 13px;
		right: 15px;
		background-size: 25px;
		width: 25px;
		height: 25px;
	}
	.t-lines {
		width: 85%;
	}

	/*Features Section*/
	.features {
		padding-bottom: 30px;
		overflow: initial;
	}
	.features-box {
		padding-bottom: 50px;
	}
	.features .container h3 {
		font-size: 28px;
	}
	.feature-list li {
		margin-top: 30px;
	}
	.feature-list li h4 {
			font-size: 24px;
	}
	.feature-list li:nth-child(2) {
			margin-left: 15px;
	}
	.feature-list li:nth-child(3) {
			margin-left: 30px;
	}
	.features .button-group {
			max-width: 280px;
			margin-top: 130px;
	}
	.features .button-group a {
		height: 55px;
		line-height: 49px;
		font-size: 18px;
	}
	.features .button-group a:before {
			top: 15px;
			right: 15px;
			background-size: 25px;
			width: 25px;
			height: 25px;
	}
	.features .bk_02 {
		clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
	}
	.features .bk_03 {
		display: none;
		background-attachment: initial;
	}
	.features .sp_card {
		position: relative;
	}
	.feature-image01 {
		max-width: 230px;
		top: -100px;
		right: -30px;
	}
	.feature-image02 {
		max-width: 230px;
		top: 0;
	}

	/*Gallery*/
	.gallery-wrap {
		margin-top: 0;
		margin-bottom: -100px;
	}
	.gallery-list li {
		width: calc(100vw / 2);
		height: 150px;
	}

	/*cta*/
	.cta-top {
		padding-top: 90px;
	}
	.cta-top .btn-wrap {
		max-width: 280px;
	}
	.cta-top .btn-wrap a {
		height: 55px;
		line-height: 49px;
		font-size: 18px;
	}
	.cta-top .btn-wrap a:before {
		top: 22px;
		right: 12px;
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		width: 8px;
		height: 8px;
	}
}


/*== Details ==*/
.card-details {
	padding-top: 100px;
	padding-bottom: 500px;
	position: relative;
	clip-path: inset(0);
	margin-bottom: -500px;
}
.card-details > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.card-details .container {
	max-width: 1080px;
	margin: 0 auto;
}
.card-details .section-title {
	font-size: 48px;
	text-align: center;
}
.card-details ul {
	margin-top: 60px;
}
.card-details ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.card-details ul li + li {
	margin-top: 50px;
}
.card-details ul li .left {
	max-width: 520px;
	width: 48.1482%;
}
.card-details ul li .left h3 {
	font-size: 36px;
	white-space: nowrap;
	margin-bottom: 20px;
}
.card-details ul li .left figure {

}
.card-details ul li .right {
	max-width: 560px;
	width: 51.8519%;
	padding-left: 7.4075%;
	box-sizing: border-box;
}
.card-details ul li .right p {
	line-height: 2.7223;
}
.card-details01 {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 7px 7px 5px rgba(0,0,0,.3);
}
.card-details02 {
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.card-details03 {
	width: 430px;
	margin: 0 auto;
	margin-top: 50px;
}
.card-details04 {
	width: 400px;
	margin: 0 auto;
	margin-top: 50px;
}
.card-details05 {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 7px 7px 5px rgba(0,0,0,.3);
}

.card-details .bk_w {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	clip-path: polygon(100% 25%, 100% 50%, 0 70%, 0 40%);
	z-index: -1;
}


/*cta*/
.details-cta {
	padding-top: 500px;
		padding-bottom: 350px;
	position: relative;
	clip-path: inset(0);
	clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 50%);
}
.details-cta > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.details-cta .container {
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
	justify-content: center;
}
.details-cta .btn-wrap {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.details-cta .btn-wrap + .btn-wrap {
	margin-top: 
}
.details-cta .btn-wrap a {
	display: inline-block;
	width: 100%;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	position: relative;
	transition: .2s;
}
.details-cta .btn-wrap a:hover {
	background: linear-gradient(90deg,rgba(59, 59, 59, 1) 0%, rgba(76, 76, 76, 1) 60%, rgba(14, 14, 14, 0.92) 100%);
	border: none;
	box-shadow: 7px 7px 5px rgba(0, 0, 0, .3);
	transition: .2s;
}
.details-cta .btn-wrap a.btn--apply {

}
.details-cta .btn-wrap a.btn--apply:before {
	content: "";
	position: absolute;
	top: 33px;
	right: 20px;
	background-image: url(../images/globals/pc/btn-gold.png);
	background-repeat: no-repeat;
	background-size: 35px;
	width: 35px;
	height: 35px;
	z-index: 0;
}
.details-cta .btn-wrap a.btn--guide:before {
	content: '';
	width: 18px;
	height: 18px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	position: absolute;
	right: 30px;
	top: 37px;
	transform: rotate(45deg);
}
.details-cta .btn-wrap a.btn--guide:hover:before {
}

/*Fees and Limits*/
.fees-limits {
	padding-bottom: 100px;
	position: relative;
}
.fees-limits > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.fees-limits .container {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	margin-top: -170px;
	position: relative;
	padding: 50px 100px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #989898;
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.fees-limits h3 {
	text-align: center;
	font-size: 60px;
	margin-bottom: 30px;
	line-height: 1;
}
.fees-limits dl {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: 1px solid #989898;
}
.fees-limits dl dt {
	font-size: 24px;
	max-width: 440px;
	width: 100%;
	padding-left: 20px;
}
.fees-limits dl dd {
	font-size: 24px;
}


@media screen and (max-width:1440px) {
	.card-details {
		padding-bottom: 400px;
	}
	.card-details .container {
		max-width: 980px;
	}

	/*cta*/
	.details-cta {
		padding-top: 400px;
		padding-bottom: 300px;
	}
	.details-cta .container {
		max-width: 980px;
	}
	.details-cta .btn-wrap {
			max-width: 400px;
	}
	.details-cta .btn-wrap a {
			height: 90px;
			line-height: 88px;
			font-size: 24px;
	}
	.details-cta .btn-wrap a.btn--apply:before {
		top: 30px;
		right: 20px;
		background-size: 30px;
		width: 30px;
		height: 30px;
	}
	.details-cta .btn-wrap a.btn--guide:before {
			border-right: solid 3px #fff;
			border-top: solid 3px #fff;
			width: 13px;
			height: 13px;
	}

	/*Fees and Limits*/
	.fees-limits h3 {
		font-size: 48px;
	}
	.fees-limits .container {
		max-width: 980px;
		padding: 50px;
	}
	.fees-limits dl dt {
			font-size: 21px;
	}
	.fees-limits dl dd {
			font-size: 21px;
	}
}

@media screen and (max-width:1200px) {
	.card-details {
		padding-top: 50px;
		padding-bottom: 500px;
	}
	.card-details .container {
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.card-details .section-title {
		font-size: 36px;
		line-height: 1;
	}
	.card-details ul {
		margin-top: 30px;
	}
	.card-details ul li {
		display: block;
	}
	.card-details ul li .left {
			max-width: 800px;
			width: 100%;
	}
	.card-details ul li .left h3 {
		font-size: 28px;
	}
	.card-details ul li .right {
		max-width: 800px;
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	.card-details ul li .right p {
		line-height: 1.777;
	}
	.card-details02 {
		margin-left: 20%;
	}
	.card-details03 {
		margin-left: 25%;
	}

	/*cta*/
	.details-cta {
		padding-top: 150px;
		padding-bottom: 200px;
		clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 30%);
	}
	.details-cta .container {
		display: block;
		padding-left: 5%;
		padding-right: 5%;
	}
	.details-cta .btn-wrap {
		max-width: 350px;
	}
	.details-cta .btn-wrap + .btn-wrap {
		margin-top: 30px;
	}
	.details-cta .btn-wrap a {
		height: 70px;
		line-height: 68px;
		font-size: 21px;
	}
	.details-cta .btn-wrap a.btn--apply:before {
		top: 22px;
		right: 18px;
		background-size: 28px;
		width: 28px;
		height: 28px;
	}
	.details-cta .btn-wrap a.btn--guide:before {
		top: 27px;
		right: 20px;
		width: 10px;
		height: 10px;
	}
	.details-cta > img {
		position: absolute;
	}

	/*Fees and Limits*/
	.fees-limits {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.fees-limits h3 {
		line-height: 1;
		font-size: 36px;
	}
	.fees-limits .container {
		padding: 30px;
	}
	.fees-limits dl {
		display: block;
		padding-left: 5px;
		padding-right: 5px;
	}
	.fees-limits dl dt {
			padding-left: 0;
			font-size: 24px;
	}
}

@media screen and (max-width:599px) {
	.card-details .section-title {
		font-size: 28px;
	}
	.card-details ul {
		margin-top: 30px;
	}
	.card-details ul li + li {
		margin-top: 50px;
	}
	.card-details ul li .left h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.card-details ul li .right {
		margin-top: 20px;
	}
	.card-details ul li .right p {
		line-height: 1.733;
	}
	.card-details02 {
		max-width: 280px;
		margin-left: 15%;
		margin-top: 20px;
	}
	.card-details03 {
		max-width: 280px;
		margin-left: 20%;
		margin-top: 20px;
	}
	.card-details04 {
		max-width: 250px;
		margin-top: 20px;
	}
	.card-details .bk_w {
		display: none;
	}

	/*cta*/
	.details-cta {
		padding-top: 130px;
		padding-bottom: 180px;
		clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 20%);
	}
	.details-cta .btn-wrap {
		max-width: 280px;
	}
	.details-cta .btn-wrap a {
		height: 55px;
		line-height: 52px;
		font-size: 18px;
	}
	.details-cta .btn-wrap a.btn--apply:before {
		top: 15px;
		right: 15px;
		background-size: 25px;
		width: 25px;
		height: 25px;
	}
	.details-cta .btn-wrap a.btn--guide:before {
		top: 22px;
		right: 12px;
		border-right: solid 2px #fff;
		border-top: solid 2px #fff;
		width: 8px;
		height: 8px;
	}

	/*Fees and Limits*/
	.fees-limits .container {
		padding: 30px 15px;
	}
	.fees-limits h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.fees-limits dl dt {
		font-size: 21px;
	}
	.fees-limits dl dd {
			font-size: 18px;
	}
}


/*== How to Use ==*/
/*page-rink*/
.page-rink {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	clip-path: inset(0);
}
.page-rink > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.page-rink .container {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-rink .btn-group {
	background-color: #fff;
	width: 100%;
	padding: 35px;
	box-sizing: border-box;
}
.page-rink .new-btn-group {
	max-width: 560px;
}
.page-rink .existing-btn-group {
	max-width: 480px;
}
.page-rink .btn-group h3 {}
.page-rink .btn-group h3 a {
		background-color: #a89150;
		color: #fff;
		font-size: 24px;
		padding: 5px 20px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		z-index: 0;
}
.page-rink .btn-group h3 a:before {
	content: '';
	position: absolute;
	top: 23px;
	right: 29px;
	transform: rotate(135deg);
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	width: 8px;
	height: 8px;
	z-index: 2;
}
.page-rink .btn-group h3 a:after {
	content: "";
	position: absolute;
	top: 11px;
	right: 17px;
	background-color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	z-index: 1;
}
.page-rink .btn-group ul {
	margin-top: 20px;
}
.page-rink .btn-group ul li {
	padding: 0 10px;
	border-bottom: 1px solid #989898;
}
.page-rink .btn-group ul li + li {
	margin-top: 30px;
}
.page-rink .btn-group ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 0;
}
.page-rink .btn-group ul li a:before {
	content: '';
	position: absolute;
	top: 5px;
	right: 20px;
	transform: rotate(135deg);
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	width: 8px;
	height: 8px;
	z-index: 2;
}

/*userflow*/
.userflow {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	clip-path: inset(0);
}
.userflow > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.userflow section {
	max-width: 1080px;
	margin: 0 auto;
}
.userflow section.existing-rink {
	margin-top: 100px;
}
.userflow h2 {
	font-size: 48px;
	text-align: center;
}
.userflow iframe {
	width: 100%;
		min-height: 600px;
	margin-top: 50px;
}

.userflow .contents-card {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 50px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #989898;
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.userflow .contents-card h3 {
	cursor: pointer;
	position: relative;
}
.userflow .contents-card h3:before {
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	transform: rotate(0deg);
	background-image: url(../images/index/pc/triangle.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 26px;
}
.userflow .contents-card.open h3:before {
	transform: rotate(180deg);
}

.userflow .contents-card h3 .step,
.userflow .contents-card h4 .step {
	background-color: #a89150;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}
.userflow .contents-card h3 .contents-ttl,
.userflow .contents-card h4 .contents-ttl {
	font-size: 36px;
	margin-left: 5px;
}
.userflow .contents-card h3:hover .contents-ttl {
	text-decoration: underline;
	transition: .2s;
}

.userflow .contents-card .box.box-01,
.userflow .contents-card .box.box-02,
.userflow .contents-card .box.box-03,
.userflow .contents-card .box.box-04 {
	padding: 10px 0;
}

.userflow .contents-card .box-02 .flex-box {
	display: flex;
	flex-wrap: wrap;
}

.userflow .contents-card .box-02 .flex-box > .flow-img,
.userflow .contents-card .box-02 .flex-box > p,
.userflow .contents-card .box-02 .flex-box > ul {
	width: 48%;
}
.userflow .contents-card .box-02 .flex-box > .flow-img {
}
.userflow .contents-card .box-03 .flex-box,
.userflow .contents-card .box-04 .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.userflow .contents-card .box-03 .flex-box .flow-img {
	width: 33%;
}
.userflow .contents-card .box-04 .flex-box > .flow-img {
	width: 48%;
		margin-left: 0;
}
.userflow .contents-card .box-04 .flex-box > p,
.userflow .contents-card .box-04 .flex-box > ul {
	width: 60%;
}

.userflow .contents-card p,
.userflow .contents-card ul {
	padding: 10px 0;
}
.userflow .contents-card h5 {
	font-size: 24px;
	line-height: 1.3;
}

.userflow .contents-card .box .img-small {
	max-width: 360px;
	width: 30%;
}
.userflow .contents-card .box .img-large {
	max-width: 590px;
	width: 65%;
}
.userflow .contents-card .box .img-left {
	margin-left: 4%;
}
.userflow .contents-card .box-02 .flex-box div + div {
	margin-left: 4%;
}


.userflow .contents-card .important-box {
	border: 5px dotted #e73817;
	margin: 0 auto;
	padding: 30px;
	border-radius: 10px;
}
.userflow .contents-card .important-box h4 {
	font-size: 28px;
	font-weight: bold;
	color: #a89150;
}

.userflow .contents-card ol.flex-box {
	display: flex;
}
.userflow .contents-card ol.flex-box li + li {
	margin-left: 5px;
}
.userflow .contents-card .txt-red {
	color: #e73817;
	font-size: 20px;
}
.userflow .contents-card .txt-blue {
	color: #17489c;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 15px;
}
.userflow .contents-card .accordion {
	overflow: hidden;
	max-height: 0;
	transition: 1s;
	padding: 0 0;
}
.userflow .contents-card.open .accordion {
	max-height: 9999px;
}
.bk {
	position: relative;
	clip-path: inset(0);
	clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 50%);
	margin-top: -600px;
	z-index: -1;
	font-size: 0;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1440px) {
	.page-rink .container {
		max-width: 980px;
	}
	.page-rink .btn-group {
		padding: 15px;
	}
	.page-rink .new-btn-group {
			max-width: 480px;
	}
	.page-rink .existing-btn-group {
			max-width: 450px;
	}
	.page-rink .btn-group h3 a {
		font-size: 21px;
	}
	.page-rink .btn-group h3 a:before {
		top: 21px;
		right: 21px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		width: 6px;
		height: 6px;
	}
	.page-rink .btn-group h3 a:after {
			width: 30px;
			height: 30px;
			right: 10px;
	}
	.page-rink .btn-group ul li + li {
		margin-top: 20px;
	}
	.page-rink .btn-group ul li a:before {
		top: 5px;
		right: 11px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		width: 6px;
		height: 6px;
	}

	.userflow section {
		max-width: 980px;
	}
	.userflow h2 {
		font-size: 42px;
		text-align: center;
	}
	.userflow iframe {
		min-height: 550px;
	}
	
	.userflow .contents-card .box-04 .flex-box > p,
	.userflow .contents-card .box-04 .flex-box > ul {
		width: 55%;
	}
}

@media screen and (max-width:1200px) {
	.page-rink {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page-rink .container {
		display: block;
		padding-left: 5%;
		padding-right: 5%;
	}
	.page-rink .btn-group {
		padding: 20px;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	.page-rink .btn-group h3 a {
		font-size: 24px;
		padding: 5px 15px;
	}
	.page-rink .btn-group h3 a:after {
		top: 15px;
		right: 19px;
		width: 28px;
		height: 28px;
		border-radius: 28px;
	}
	.page-rink .btn-group h3 a:before {
		top: 24px;
		right: 29px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		width: 6px;
		height: 6px;
	}
	.page-rink .btn-group ul li a:before {
		top: 5px;
		right: 19px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		width: 6px;
		height: 6px;
	}
	.page-rink .existing-btn-group {
		margin-top: 30px;
	}
	.page-rink > img {
		position: absolute;
	}

	.userflow {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.userflow section.existing-rink {
		margin-top: 50px;
	}
	.userflow h2 {
		font-size: 36px;
		line-height: 1.3;
	}
	.userflow video {
		margin-top: 30px;
	}
	.userflow .container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.userflow h3 {
	}

	.userflow iframe {
			min-height: 400px;
	}
	.userflow .contents-card {
		margin-top: 30px;
		padding: 30px;
	}
	.userflow .contents-card h3 .step,
	.userflow .contents-card h4 .step {
		font-size: 24px;
		padding: 5px 10px;
		border-radius: 3px;
	}
	.userflow .contents-card h3 .contents-ttl,
	.userflow .contents-card h4 .contents-ttl {
		font-size: 24px;
		margin-left: 0;
	}
	.userflow .contents-card .box.box-01,
	.userflow .contents-card .box.box-02,
	.userflow .contents-card .box.box-03 {
		padding: 20px 0;
	}
	.userflow .contents-card .box-04 .flex-box > p,
	.userflow .contents-card .box-04 .flex-box > ul {
			width: 48%;
	}
	.userflow .contents-card ol.flex-box {
		display: block;
	}
	.userflow .contents-card ol.flex-box li + li {
		margin-left: 0;
	}
	.userflow .contents-card .box .img-small {
		max-width: 360px;
		width: 30%;
	}
	.userflow .contents-card .box .img-large {
		max-width: 590px;
		width: 65%;
	}
	.userflow .contents-card .box-02 .flex-box div + div {
		margin-left: 4%;
	}
	.bk {
		margin-top: 0;
	}
}

@media screen and (max-width:599px) {
	.page-rink .btn-group {
		padding: 15px;
	}
	.page-rink .btn-group h3 a {
		font-size: 18px;
		padding: 5px 45px 5px 15px;
	}
	.page-rink .btn-group h3 a:after {
		top: 9px;
		right: 10px;
	}
	.page-rink .btn-group h3 a:before {
		top: 18px;
		right: 20px;
	}
	.page-rink .btn-group ul {
		margin-top: 10px;
	}
	.page-rink .btn-group ul li {
		padding-left: 5px;
	}
	.page-rink .btn-group ul li + li {
		margin-top: 10px;
	}
	.page-rink .btn-group ul li a {
		padding: 5px 27px 5px 0;
		box-sizing: border-box;
	}
	.page-rink .btn-group ul li a:before {
		right: 10px;
		top: 15px;
	}
	.userflow h2 {
		font-size: 28px;
		text-align: left;
	}
	.userflow h2 span {
		font-size: 21px;
	}
	.userflow h2 span.space {
			font-size: 28px;
			margin-left: -15px;
	}
	.userflow h3 {
		font-size: 24px;
	}

	.userflow iframe {
		min-height: 215px;
		margin-top: 30px;
	}
	.userflow .contents-card {
		padding: 15px;
	}
	.userflow .contents-card h3 {
		margin-top: 0;
	}
	.userflow .contents-card h3 .step,
	.userflow .contents-card h4 .step {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		padding: 5px 10px;
		border-radius: 3px;
	}
	.userflow .contents-card h3 .contents-ttl,
	.userflow .contents-card h4 .contents-ttl {
		font-size: 21px;
		line-height: 1.2;
		display: block;
		padding-right: 40px;
	}
	.userflow .contents-card h3:before {
		top: 5px;
		background-size: 20px;
		width: 20px;
		height: 18px;
	}

	.userflow .contents-card .box.box-01,
	.userflow .contents-card .box.box-02,
	.userflow .contents-card .box.box-03 {
		padding: 10px 0;
	}
	.userflow .contents-card .box-02 .flex-box,
	.userflow .contents-card .box-03 .flex-box,
	.userflow .contents-card .box-04 .flex-box {
		display: block;
	}
	.userflow .contents-card p,
	.userflow .contents-card ul {
		/*padding: 5px 0;*/
	}
	.userflow .contents-card .box-02 .flex-box > .flow-img,
	.userflow .contents-card .box-02 .flex-box > p,
	.userflow .contents-card .box-02 .flex-box > ul {
		width: 100%;
	}
	.userflow .contents-card .box-03 .flex-box .flow-img,
	.userflow .contents-card .box-03 .flex-box p {
		width: 100%;
	}
	.userflow .contents-card .box-04 .flex-box > .flow-img,
	.userflow .contents-card .box-04 .flex-box > p,
	.userflow .contents-card .box-04 .flex-box > ul {
		width: 100%;
	}
	.userflow .contents-card .important-box {
		padding: 15px;
		border-radius: 5px;
	}
	.userflow .contents-card .important-box h4 {
		font-size: 24px;
		line-height: 1.3;
	}
	.userflow .contents-card .box .img-left,
	.userflow .contents-card .box-02 .flex-box div + div {
		margin-left: 0;
	}
	.userflow .contents-card .txt-red {
		font-size: 18px;
	}
}


/*== request ==*/
.request {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	clip-path: inset(0);
}
.request > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.request h2 {
	font-size: 48px;
	text-align: center;
}
.request .container {
	text-align: center;
}

.request .notice-box {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 50px 100px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #989898;
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.request .notice-box h3 {
	font-size: 36px;
}
.request .notice-box p {
	margin-top: 20px;
	font-size: 21px;
	line-height: 2.2857;
	text-align: center;
}
.request .notice-box span {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	margin-top: 30px;
}
.agreement-box {
	margin-top: 50px;
}
.application-btn {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 500px;
	height: 100px;
	position: relative;
}
.application-btn::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: -6px;
	bottom: -6px;
	background: linear-gradient(90deg,
	rgba(255, 252, 209, 1) 0%,
	rgba(243, 225, 139, 1) 37%,
	rgba(241, 197, 0, 1) 68%,
	rgba(203, 155, 12, 1) 100%);
	border-radius: 65px;
	z-index: 0;
	transition: .1s;
}
.application-btn:hover::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .1s;
}
.application-btn.disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: brightness(0.6);
}
.application-btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	background: linear-gradient(90deg,rgba(59, 59, 59, 1) 0%, rgba(76, 76, 76, 1) 60%, rgba(14, 14, 14, 0.92) 100%);
	z-index: 1;
}
.application-btn.disabled a {
	color: #999;
}
.application-btn a:before {
	content: "";
	position: absolute;
	top: 32px;
	right: 15px;
	background-image: url(../images/globals/pc/btn-gold.png);
	background-repeat: no-repeat;
	background-size: 35px;
	width: 35px;
	height: 35px;
	z-index: 0;
}

@media screen and (max-width:1440px) {
	.request .notice-box {
			max-width: 980px;
	}
}

@media screen and (max-width:1200px) {
	.request {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.request h2 {
		font-size: 36px;
	}
	.request .container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.request .notice-box {
		margin-top: 30px;
		padding: 30px;
	}
	.request .notice-box h3 {
		font-size: 28px;
	}
	.request .notice-box p {
		font-size: 18px;
	}
	.request .notice-box span {
		font-size: 24px;
		margin-top: 10px;
	}
	.agreement-box {
		margin-top: 30px;
	}
	.application-btn {
		margin-top: 30px;
		height: 70px;
		max-width: 380px;
	}
	.application-btn a {
		height: 70px;
		font-size: 21px;
		line-height: 65px;
	}
	.application-btn a:before {
		top: 20px;
		right: 18px;
		background-size: 28px;
		width: 28px;
		height: 28px;
	}
	
}

@media screen and (max-width:599px) {
	.request h2 {
		font-size: 28px;
	}
	.request .notice-box {
		padding: 15px;
	}
	.request .notice-box h3 {
		font-size: 24px;
		line-height: 1.5;
	}
	.request .notice-box p {
		margin-top: 10px;
		line-height: 1.777;
	}
	.request .notice-box span {
		font-size: 18px;
		line-height: 1.777;
	}
	.application-btn a {
		font-size: 18px;
	}
}


/*== FAQ ==*/
.faq {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	clip-path: inset(0);
}
.faq > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}
.faq .container {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.faq .faq-box {
	position: relative;
	padding: 50px 100px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #989898;
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.faq .faq-box + .faq-box {
	margin-top: 80px;
}
.faq .faq-box h2 {
	font-size: 28px;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: .2s;
}
.faq .faq-box h2:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	transform: rotate(0deg);
	background-image: url(../images/index/pc/triangle.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 26px;
}
.faq .faq-box.open h2:before {
	transform: rotate(180deg);
}

.faq .faq-box h2:hover {
	text-decoration: underline;
	transition: .2s;
}

.faq-box > div {
	max-height: 0;
	overflow: hidden;
	transition: 1s;
}

.faq-box.open > div {
	max-height: 9999px;
}
.faq .faq-box dl {
	padding-top: 50px;
	padding-bottom: 50px;
		border-bottom: 1px solid #555;
}
.faq .faq-box dl dt {
	position: relative;
	padding-left: 50px;
	padding-right: 10px;
}
.faq .faq-box dl dt:before {
	content: "Q";
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 48px;
	color: #a89150;
	line-height: 1;
}
.faq .faq-box dl dd {
	position: relative;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 20px;
}
.faq .faq-box dl dd:before {
	content: "A";
	position: absolute;
	top: -10px;
	left: 3px;
	font-size: 48px;
	color: #a89150;
	line-height: 1;
}
.faq .faq-box dl dd a {
	text-decoration: underline;
}
.faq .faq-box dl dd a:hover {
	color: #a89150;
}


@media screen and (max-width:1440px) {
	.faq .container {
		max-width: 980px;
	}
	.faq .faq-box {
		padding: 50px;
	}
}

@media screen and (max-width:1200px) {
	.faq {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.faq .container {
		padding-left: 5%;
		padding-right: 5%;
		box-sizing: border-box;
	}
	.faq .faq-box {
		padding: 30px;
	}
	.faq .faq-box h2 {
		font-size: 24px;
		align-items: baseline;
		padding-left: 30px;
	}
	.faq .faq-box h2:before {
		top: 12px;
		left: 0;
		background-size: 20px;
		width: 20px;
		height: 18px;
	}
	.faq .faq-box + .faq-box {
		margin-top: 30px;
	}
	.faq .faq-box dl {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.faq .faq-box dl dt {
		padding-left: 40px;
	}
	.faq .faq-box dl dt:before {
		font-size: 36px;
		top: -8px;
	}
	.faq .faq-box dl dd {
		margin-top: 10px;
		padding-left: 40px;
	}
	.faq .faq-box dl dd:before {
		font-size: 36px;
		top: -6px;
	}
	.faq .faq-box dl dd a {
		word-break: break-all;
		overflow-wrap: anywhere;
	}
}

@media screen and (max-width:599px) {
	.faq .faq-box {
		padding: 20px;
	}
	.faq .faq-box dl dt {
		padding-left: 35px;
		padding-right: 0;
	}
	.faq .faq-box dl dd {
		padding-left: 35px;
		padding-right: 0;
	}
}


/*== Company ==*/
.company-box dl {
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
	margin: 0 auto;
	border-bottom: 1px solid #555;
	padding: 30px 0;
}
.company-box dl dt {
	font-size: 24px;
	width: 328px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.company-box dl dd {
	font-size: 21px;
	width: 550px;
	text-align: left;
}

@media screen and (max-width:1200px) {
	.company {
		padding-top: 50px;
		padding-bottom: 50px;
		height: 70vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.company-box dl {
		display: block;
		padding: 25px 0;
	}
	.company-box dl dt {
		width: 100%;
		padding-left: 0;
		font-size: 21px;
	}
	.company-box dl dd {
		font-size: 18px;
		width: 100%;
	}	
}

@media screen and (max-width:599px) {
	.company {
		display: block;
		height: auto;
	}
}


/*== Terms of Use ==*/
/*== Privacy Policy ==*/
.terms-box dl,
.privacy-box dl {
	max-width: 980px;
	margin: 0 auto;
}
.terms-box dl + dl,
.privacy-box dl + dl {
	margin-top: 50px;
}

.terms-box dl dt,
.privacy-box dl dt {
	font-size: 28px;
	text-align: left;
	border-bottom: 1px solid #555;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.terms-box dl dd,
.privacy-box dl dd {
	text-align: left;
	padding: 0 5px;
}

.terms-box dl dd ul li ul {
	padding-left: 15px;
}

.privacy-box dl dd .table-contents {
	margin-bottom: 10px;
}
.privacy-box dl dd .table-contents table th {
	padding: 5px;
	font-size: 16px;
}
.privacy-box dl dd .table-contents table td {
	padding: 5px;
	font-size: 16px;
}

@media screen and (max-width:1200px) {
	.terms-box,
	.privacy-box {
		padding: 30px 0;
	}
	.terms-box dl dt,
	.privacy-box dl dt {
		font-size: 21px;
		line-height: 1.5;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.terms-box dl + dl,
	.privacy-box dl + dl {
		margin-top: 30px;
	}
}

@media screen and (max-width:599px) {
	.privacy-box .table-contents {
		position: relative;
		overflow-x: auto;
		white-space: nowrap;
	}
	/*.privacy-box .table {
		border-collapse: collapse;
	}*/
	.privacy-box .scroll-hint {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 10px;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		font-weight: 700;
		line-height: 1.4;
		display: none;
		animation: scroll-hint-animation 2s infinite ease;
		width: 65px;
		height: 70px;
		text-align: center;
		border-radius: 10px;
	}
	.privacy-box .scroll-hint:before {
		content: "";
		position: absolute;
		top: 14px;
		left: 16px;
		background-image: url(../images/globals/pc/icon_scroll.svg);
		background-repeat: no-repeat;
		background-size: 50px;
		width: 55px;
		height: 70px;
	}

	@keyframes scroll-hint-animation {
		0% {
		transform: translate(-50%, -50%);
		}
		50% {
		transform: translate(-40%, -50%);
		}
		100% {
		transform: translate(-50%, -50%);
		}
	}

	.privacy-box .scroll-hint--show {
		display: block;
	}
}


/*== Contact Us ==*/
.contact {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	clip-path: inset(0);
}
.contact > img {
	object-fit: cover;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -99;
}

.formWrap {
	max-width: 1080px;
	margin:0 auto;
	box-sizing: border-box;
}
.formTable {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 50px 100px 80px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #989898;
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.formTable dl + dl {
	margin-top: 30px;
}
.formTable dl dd {
	width: 100%;
	padding-top: 0;
}
.formTable dl dt {
	font-weight:normal;
	text-align: left;
	border: none;
	box-sizing: border-box;
	color: #000;
}
.formTable dl dt span {
	margin-left: 5px;
	font-size: 16px;
	color: #ff0000;
}
.formTable dl dd .record_area {
	padding: 10px 13px;
	border: 1px solid #ddd;
	color: #555;
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	font-size: 18px;
	background-color: #fff;
}
.formTable dl.textarea dd .record_area {
	height: 230px;
}
.formTable dl dd .record_area:focus {
	outline: none;
}
.form_btn {
	text-align: center;
}
.form_btn input[type="submit"] {
	text-align: center;
	margin-top: 50px;
	padding: 0;
	transition: .3s;
	cursor: pointer;
	background: #3B3B3B;
	background: linear-gradient(90deg, rgba(59, 59, 59, 1) 0%, rgba(76, 76, 76, 1) 60%, rgba(14, 14, 14, 0.92) 100%);
	color: #fff;
	width: 280px;
	height: 65px;
	font-size: 18px;
	-webkit-appearance: none;
	border: none;
	border-radius: 65px;
	box-shadow: 7px 7px 5px rgba(0,0,0,.3);
}
.form_btn input[type="submit"]:hover {
	transition: .3s;
	opacity: .8;
	color: #fff;
}
.form_btn input[type="button"] {
	padding: 0;
	border: 1px solid #999;
	transition: .3s;
	cursor: pointer;
	 background-color: #999; 
	color: #fff;
	width: 255px;
	height: 65px;
	font-size: 18px;
	-webkit-appearance: none;
}
.form_btn input[type="button"]:hover {
	background-color: #444;
}
.form_btn input[type="reset"] {
	padding: 10px 25px;
	margin-left: 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-left: 20px;
	border-radius: 0;
	-webkit-appearance: none;
}
.form_btn input[type="reset"]:hover {
	background-color: #dfdfdf;	
	transition: .5s;
}
@keyframes onAutoFillStart { from {} to {}}
.form_btn input:-webkit-autofill {
	animation-name: onAutoFillStart;
	transition: background-color 50000s ease-in-out 0s;
}


@media screen and (max-width:1440px) {
	.formWrap {
			max-width: 980px;
	}
	.formTable {
			padding: 50px;
	}
}

@media screen and (max-width:1200px) {
	.contact {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contact .container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.formTable {
		padding: 30px;
	}
	.formTable dl + dl {
		margin-top: 20px;
	}
	.form_btn input[type="submit"] {
		margin-top: 30px;
		width: 250px;
		height: 55px;
	}
}

@media screen and (max-width:599px) {
	.formTable {
		padding: 30px 20px;
	}
	.formTable dl dt {
		line-height: 1;
		padding-bottom: 3px;
	}
	.formTable dl dd .record_area {
		padding: 7px;
	}
}


/*== thank-you ==*/
.thank-you-box {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 100px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #989898;
	border-radius: 5px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.thank-you-box h3 {
	font-size: 36px;
	text-align: center;
}
.thank-you-box p {
	font-size: 28px;
	text-align: center;
}
.thank-you .top-btn {
	max-width: 280px;
	margin: 0 auto;
	margin-top: 80px;
}
.thank-you .top-btn a {
	display: inline-block;
	width: 100%;
	height: 65px;
	border: 1px solid #000;
	border-radius: 65px;
	line-height: 65px;
	text-align: center;
	color: #000;
	font-size: 18px;
	position: relative;
}
.thank-you .top-btn a:before {
	content: '';
	position: absolute;
	top: 25px;
	right: 25px;
	transform: rotate(45deg);
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	width: 10px;
	height: 10px;
}


@media screen and (max-width:1200px) {
	.thank-you-box {
			max-width: 980px;
			padding: 50px;
	}
}

@media screen and (max-width:1200px) {
	.thank-you {
		padding-top: 50px;
		padding-bottom: 50px;
		height: 70vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.thank-you-box {
		padding: 56px;
	}
	.thank-you .top-btn {
		max-width: 250px;
		margin-top: 50px;
	}
	.thank-you .top-btn a {
		height: 50px;
		line-height: 50px;
	}
	.thank-you .top-btn a:before {
		top: 20px;
		right: 25px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		width: 8px;
		height: 8px;
	}
}

@media screen and (max-width:599px) {
	.thank-you {
		display: block;
		height: auto;
	}
	.thank-you-box {
		padding: 25px;
	}
	.thank-you .top-btn {
		margin-top: 30px;
	}
	.thank-you-box h3 {
		font-size: 24px;
	}
	.thank-you-box p {
		font-size: 21px;
	}
}