#page_title {
	background: #000 url('../images/pagetitle_saru.svg') no-repeat right 30px center;
	background-size: 46.7% auto;
}

#section1 {
	padding: 150px 0;
}

#section1 article {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	gap: clamp(110px, 11.458dvw, 220px);
}

#section1 article h5,
#section2 article h5{
	font-size: 36px;
	margin: 80px 0 40px;
	line-height: 1.6;
	font-weight: normal;
	border-bottom: 4px solid #eee;
	border-image: linear-gradient(to right, #FF0000 0%, #eeeeee 10%) 1;
}

#section1 article p,
#section2 article p{
	font-size: 24px;
	line-height: 1.8;
}

#section1 article p strong{
	font-weight: bold;
}

#section1 article h3 {
	padding: 0 0 0 40px;
	flex: none;
	font-size: 48px;
	font-weight: normal;
	width: 210px;
	white-space: none;
}

#section1 article h4 {
	font-size: clamp(50px, 5.2dvw, 100px);
	white-space: nowrap;
	margin-bottom: 60px;
}

#section2 {
	padding: 150px 0;
}

#section2 article {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	gap: clamp(110px, 11.458dvw, 220px);
}

#section2 article h3 {
	padding: 0 0 0 40px;
	font-size: 48px;
	font-weight: normal;
	width: 210px;
	white-space: none;
	flex: none;
}

#section2 article h4 {
	font-size: 48px;
	line-height: 1.5em;
	margin-bottom: 60px;
}

#section3 {
	background: #000;
	padding: 110px 0 175px;
}

#section3 article {
	max-width: 980px;
	margin: 0 auto;
	color: #fff;
	font-size: 60px;
	line-height: 1.5em;
}

#section3 article img {
	display: block;
	margin: 0 auto 30px;
}

#section4 {
	background: #000;
	padding-left: 26dvw;
}

#section4 article {
	background: #fff;
	padding: 180px 0 80px;
	position: relative;
}

#section4 .photo_comment {
	gap: 4.7vw;
	width: max(660px, 58.33vw);
	margin: 0 0 100px;
	position: relative;
	left: -100px;
	/* align-items: center; */
}

#section4 figure {
	width: 25vw;
	flex: none;
}

#section4 .comment {
	width: 32vw;
	flex: none;
}

#section4 .comment h4 {
	font-size: clamp(32px,2.5vw,48px);
	line-height: 1.5em;
	margin: 0 0 6.25vw;
}

#section5 {
	background: #000;
	padding: 145px 7.29dvw;
}

#section5 article ul {
	display: flex;
	gap: 40px;
	justify-content: center;
}

#section5 article ul li {
	width: calc((100% - 40px) / 2);
}

#section5 article ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: clamp(250px, 46.29dvh, 500px);
	background: #ffffff url('../images/arrow_black.svg') no-repeat right 40px center;
	border-radius: 10px;
	box-sizing: border-box;
	padding-left: 4.166dvw;
	font-size: clamp(21px, 2.1875dvw, 42px);
	color: #000;
	text-decoration: none;
	line-height: 0.8;
}

#section5 article ul li a strong {
	font-size: clamp(50px, 5.2dvw, 100px);
	display: block;
	margin-bottom: 20px;
}

#section5 article ul li a:hover {
	background: #111 url('../images/arrow_white.svg') no-repeat right 40px center;
	color: #fff;
}