#page_title {
	margin-bottom: 0;
}

#contcatLink {
	display: none;
}

#section1 {
	margin: 0 auto 100px;
	position: relative;
}

#section1 .movie video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.movie {
	position: relative;
	width: 100%;
	height: calc(100dvh - 120px);
	overflow: hidden;
	z-index: 1;
}

.movie video {
	width: 100%;
	height: auto;
	display: block;
	filter: grayscale(100%);
	/* モノクロ化 */
}

/* ドットフィルターを上に重ねる */
.movie::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* 動画操作を邪魔しない */
	background-image: radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px);
	background-size: 4px 4px;
	/* ドットの大きさ（調整可能） */
}

#section1 article {
	position: absolute;
	font-size: clamp(40px, 5.2dvw, 150px);
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	left: 17.3%;
	line-height: 1.2em;
	font-weight: bold;
}

#section1 article strong {
	color: #ff0000;
}

#section0 {
	padding: 0 5dvw;
	margin: 0 auto 100px;
}

#section0 article {
	max-width: 1720px;
	margin: 0 auto;
}

#section0 article ul {
	gap: 5vw 10vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
}

#section0 article ul li {
	width: calc((100% - 20dvw) / 3);
	width: calc((100% - 20dvw) / 3);
	position: relative;
}

#section0 article ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}

#section0 article ul li a .nav_img {
	display: block;
	width: 100%;
	height: 100%;
	/* height:calc((90vw - 20dvw) / 3); */
	object-fit: cover;
	border-radius: 30px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
}

#section0 article ul li a .arrow_white {
	position: absolute;
	z-index: 2;
	display: block;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
}

#section0 article ul li a strong {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 20px;
}

#section0 article ul li a strong .eng {
	font-size: clamp(30px, 2.8125dvw, 54px);
	display: block;
	line-height: 1.2em;
}

#section3 {
	background: #000;
	border-radius: 50px;
	padding: 110px 5dvw 120px;
	margin-bottom: 100px;
}

#section3 h3 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 70px;
}

#section3 h3 .eng {
	font-size: 80px;
	display: block;
	margin-bottom: 30px;
}

#section3 article {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	gap: 6.25dvw;
}

#section3 article dl {
	width: calc((100% - 6.25dvw) / 2);
	flex: none;
	box-sizing: border-box;
	background: #fff;
	padding: 40px;
	border-radius: 40px;
	position: relative;
}

#section3 article dt {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

#section3 article dd {
	position: relative;
	z-index: 2;
}

#section3 article dd.bg_font {
	color: #cccccc;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 31.25dvw;
	line-height: 1em;
	font-weight: bold;
	z-index: 1;
}

#section3 article dd h5 {
	font-size: 24px;
}

#section3 article dd img {
	display: block;
	width: 70%;
	margin: 20px 0 20px 30%;
	border-radius: 20px;
	filter: grayscale(100%);
	position: relative;
	z-index: 2;
}

#section4 h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
}

#section4 h3 .eng {
	font-size: 80px;
	display: block;
	margin-bottom: 30px;
}

.voice_nav {
	max-width: 780px;
	margin: 0 auto 40px;
}

.voice_nav ul {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}

.voice_nav ul li {
	width: calc((100% - 20px) / 2);
}

.voice_nav ul li a {
	color: #7f7f7f;
	line-height: 52px;
	border: 2px solid #7f7f7f;
	text-decoration: none;
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 24px;
}

.voice_nav ul li:nth-child(1) a {
	border-radius: 28px 0 0 28px;
}

.voice_nav ul li:nth-child(2) a {
	border-radius: 0 28px 28px 0;
}

.voice_nav ul li a:hover {
	color: #000;
	border: 2px solid #000;
}

.voice_nav ul li a.active {
	color: #000;
	border: 2px solid #000;
}

#voice_sugawara {
	display: none;
}

#section4 {
	margin-bottom: 100px;
}

#section4 article {
	padding: 0 5%;
	display: flex;
	gap: 1%;
	margin-bottom: 40px;
}

.nakata,
.sugawara {
	width: 10.4%;
}

.nakata img,
.sugawara img {
	display: block;
	filter: grayscale(100%);
}

.voice_wrap {
	width: 77.2%;
	padding: 3dvw;
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}

.voice_wrap dl {
	display: flex;
	gap: 10px;
	margin-bottom: 40px;
}

.voice_wrap dt {
	font-weight: bold;
	width: 25.4375vw;
	flex: none;
	font-size: 24px;
}

.voice_wrap dt .line:before {
	content: "Q.";
}

.voice_wrap dt .line {
	display: block;
	border-bottom: 1px solid #000;
}

.voice_wrap dd:after {
	content: "";
	display: block;
	clear: both;
}

.voice_wrap dd img {
	display: block;
	width: 12.604vw;
	height: auto;
	filter: grayscale(100%);
	float: right;
	margin: 0 10px 0 10px;
}

#voice_nakata {}

#voice_nakata::before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #000000 transparent transparent;
	translate: -100% -50%;
}

#voice_nakata::after {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	border-style: solid;
	border-width: 7.8px 15.5px 7.8px 0;
	border-color: transparent #ffffff transparent transparent;
	translate: -100% -50%;
}

#voice_sugawara:before {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #000000;
	translate: 100% -50%;
}

#voice_sugawara::after {
	content: "";
	position: absolute;
	top: 10%;
	right: 0;
	border-style: solid;
	border-width: 7.8px 0 7.8px 15.5px;
	border-color: transparent transparent transparent #ffffff;
	translate: 100% -50%;
}

#section_flow {
	margin-bottom: 100px;
	padding: 110px 5% 120px;
	background: #000;
	border-radius: 50px;
	box-sizing: border-box;
}

#section_flow h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
	color: #fff;
}

#section_flow h3 .eng {
	font-size: 80px;
	display: block;
	margin-bottom: 30px;
}

.flow_nav {
	max-width: 780px;
	margin: 0 auto 40px;
}

.flow_nav ul {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}

.flow_nav ul li {
	width: calc((100% - 20px) / 2);
}

.flow_nav ul li a {
	color: #404040;
	line-height: 52px;
	border: 2px solid #404040;
	text-decoration: none;
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 24px;
	background: #808080;
}

.flow_nav ul li:nth-child(1) a {
	border-radius: 28px 0 0 28px;
}

.flow_nav ul li:nth-child(2) a {
	border-radius: 0 28px 28px 0;
}

.flow_nav ul li a:hover {
	color: #000;
	border: 2px solid #000;
	background: #fff;
}

.flow_nav ul li a.active {
	color: #000;
	border: 2px solid #000;
	background: #fff;
}

#section_flow article {
	max-width: 1360px;
	margin: 0 auto;
}

#section_flow article dl {
	display: flex;
	gap: 40px;
	margin-bottom: 20px;
}

#section_flow article dl dt {
	color: #fff;
	font-size: 100px;
	font-weight: bold;
	line-height: 1em;
	white-space: nowrap;
}

#section_flow article dl dd {
	width: calc(100% - 140px);
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#section_flow article dl dd img {
	position: relative;
	display: block;
	float: right;
	width: 210px;
	height: 130px;
	object-fit: cover;
	top: 0px;
	right: -20px;
	filter: grayscale(100%);
}

#flow2 {
	display: none;
}

#section6 {
	margin-bottom: 100px;
}

#section6 h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
}

#section6 h3 .eng {
	font-size: 80px;
	display: block;
	margin-bottom: 30px;
}

#nav_gaiyou {
	max-width: 1220px;
	margin: 0 auto 40px;
}

#nav_gaiyou ul {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
}

#nav_gaiyou ul li {
	width: calc((100% - 20px) / 2);
}

#nav_gaiyou ul li a {
	color: #000;
	line-height: 52px;
	border: 2px solid #000;
	text-decoration: none;
	width: 100%;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 24px;
	border-radius: 28px;
}

#nav_gaiyou ul li a:hover {
	background: #000;
	color: #fff;
}

#nav_gaiyou ul li a.active {
	background: #000;
	color: #fff;
}

#section6 article {
	max-width: 1220px;
	box-sizing: border-box;
	padding: 50px;
	border: 1px solid #000;
	border-radius: 30px;
	margin: 0 auto;
}

#section6 table {
	width: 100%;
	border-top: 1px solid #bfbfbf;
}

#section6 table th,
#section6 table td {
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
}

#section6 table th {
	white-space: nowrap;
	width: 180px;
}

#boshuYoko2,
#boshuYoko3 {
	display: none;
}

#section7 {
	margin-bottom: 100px;
	background: #000;
	padding: 110px 5% 120px;
	border-radius: 50px;
}

#section7 h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 70px;
	color: #fff;
}

#section7 h3 .eng {
	font-size: 80px;
	display: block;
	margin-bottom: 30px;
}

#section7 article {
	max-width: 1220px;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 30px;
	background: #fff;
	margin: 0 auto;
}

#section7 article table {
	width: 100%;
}

#section7 article th {
	padding: 10px;
	vertical-align: top;
}

#section7 article td {
	padding: 10px;
	vertical-align: top;
}