@charset "utf-8";
/*------------------------------------------------------------
	introduction
------------------------------------------------------------*/
#container {
	min-height: 100svh;
}
#main {
	padding: 10rem 0;
	display: flex;
	align-items: center;
}
#main .content {
	padding: 0.1rem 2.8rem 5.8rem;
	color: #231815;
	background: #FFD900;
}
#main h2 {
	margin: -2.7rem 0 2.6rem;
	color: #231815;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
}
#main h2 .en {
	margin-bottom: 0.4rem;
	display: block;
	font-weight: 700;
	font-size: 4.8rem;
	font-style: italic;
	line-height: 1;
	letter-spacing: -0.02em;
}
#main .photoList {
	margin-bottom: 1.9rem;
	gap: 1.5rem;
}
#main .photoList li {
	width: 24.2rem;
}
#main .textBox .leftBox {
	width: 38rem;
}
#main .textBox .leftBox p {
	margin-bottom: 2.6rem;
	line-height: 1.857;
	text-align: justify;
	letter-spacing: 0.082em;
}
#main .textBox .leftBox p:last-child {
	margin-bottom: 0;
}
#main .textBox .btnList {
	margin: 0.6rem 0.4rem 0 0;
	width: 34.9rem;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
#main .textBox .btnList li {
	width: 100%;
}
#main .textBox .btnList li a {
	padding: 0.7rem 0.5rem 0.9rem;
	width: 100%;
	min-height: 6.4rem;
	gap: 1.9rem;
	display: flex;
	align-items: center;
	line-height: 1.571;
	background: rgba(255, 255, 255, 0.2);
	border: 0.3rem solid #231815;
}
#main .textBox .btnList li a:hover {
	opacity: 0.7;
}
#main .textBox .btnList li a .icon {
	width: 8.9rem;
	display: block;
	text-align: center;
}
#main .textBox .btnList li a .icon img {
	width: 4.2rem;
}
#main .textBox .btnList li a .txt {
	margin: 0.3rem 0 -0.3rem;
	flex: 1;
	letter-spacing: 0.1em;
}