@charset "utf-8";
/*------------------------------------------------------------
	ryunen
------------------------------------------------------------*/
#container {
	padding: 0;
}
#main {
	background-color: #FFF;
}
#footer {
	margin-top: 0;
}
#main .main-visual {
	margin-bottom: 24rem;
	padding: 0 0.1rem 11.8rem;
	background-color: #000;
}
#main .main-visual .main_ttl {
	margin: 0 0 10.4rem;
	padding: 3.5rem 1rem 0;
	text-align: center;
	background: url(../img/ryunen/main_img.jpg) no-repeat center center / cover;
}
#main .main-visual .main_ttl img {
	margin-bottom: -7.9rem;
	max-width: 184rem;
}
#main .main-visual .textBox {
	margin: 0 auto;
	max-width: 77rem;
}
#main .main-visual .textBox p {
	margin-bottom: 6.2rem;
	color: #FFF;
	font-size: 3.2rem;
	line-height: 1.95;
	font-weight: 600;
}
#main .main-visual .textBox p:last-child {
	margin-bottom: 0;
}
#main .com-table {
	border-top: 0.1rem solid #707070;
}
#main .content {
	max-width: 171rem;
}
#main .text-List {
	line-height: 1.9;
	font-weight: 600;
}
#main .text-List .thin {
	font-weight: 500;
}
#main .text {
	margin: -0.1rem auto 8rem;
	max-width: 91rem;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.38;
}
#main .passport {
	padding: 17.5rem 0 12.5rem;
}
#main .passport .com-table {
	margin-bottom: 16.5rem;
}
#main .passport .com-table th {
	width: 17%;
}
@media all and (max-width: 896px) {
	#main .main-visual {
		margin-bottom: 8.8rem;
		padding-bottom: 10rem;
	}
	#main .main-visual .main_ttl {
		margin-bottom: 0;
		padding: 17rem 0 0;
		height: 201.4vw;
		background-image: url(../img/ryunen/main_img_sp.jpg);
	}
	#main .main-visual .main_ttl img {
		width: 100%;
	}
	#main .main-visual .inner {
		position: relative;
	}
	#main .main-visual .scroll {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 19.5%;
		text-align: center;
		transition-delay: 0.8s;
	}
	#main .main-visual .scroll a {
		padding: 2.6rem 1rem;
		display: block;
		width: 10.2rem;
		aspect-ratio: 1;
		text-align: center;
		font-family: "Noto Sans";
		font-weight: bold;
		font-size: 1.8rem;
		letter-spacing: 0.01em;
		border-radius: 100%;
		background: #fff url(../img/ryunen/arrow.png) no-repeat center bottom 2.3rem / 4.8rem;
	}
	#main .main-visual .textBox {
		margin: 0;
		padding: 5.6rem 3.3rem 0;
  		max-width: inherit;
	}
	#main .main-visual .textBox p {
		margin-bottom: 2.9rem;
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#main .com-table th {
		padding: 0.6rem 0 0.4rem;
	}
	#main .com-table tr:first-child th {
		padding: 2rem 0 0.8rem;
	}
	#main .text-List {
		line-height: 1.5;
	}
	#main .text-List li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .content {
		margin: 0 2.5rem;
	}
	#main .passport {
		padding: 9.3rem 0 11.6rem;
	}
	#main .text {
		margin: 7.5rem 1.3rem 2.8rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#main .passport .text-List li:not(:last-child) {
		margin-bottom: 2.6rem;
	}
	#main .passport .com-table {
		margin-bottom: 10.1rem;
	}
}