@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

body {font-family: "Noto Sans JP", serif; letter-spacing: 0.01em; font-size: 20px; font-weight: 500; overflow-x: hidden;}
@media screen and (max-width:768px) {
	body {font-family: "Noto Sans JP", serif; overflow-x: hidden; letter-spacing: 0.01em; font-size: 13px; font-weight: 500;}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
}

@media screen and (min-width:768px) {
	.sp {display:none !important;}
	.pc {}
}

@media screen and (max-width:768px) {
	.sp {}
	.pc {display:none !important;}
}

.Mg70Bottom {
	margin-bottom: 70px;
}

img {vertical-align: middle;}

/*--- header ---*/

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	filter: drop-shadow(0px 4px 4px #00000040);
}

.header_left {
	width: 35%;
	height: 77px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.header_z {
	position: relative;
	z-index: 2;
}

.header_logo {
	width: 501px;
	background: #fff;
	border-radius: 0 0 20px 0;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media screen and (max-width:768px) {
	.header_logo {
		width: auto;
		background: #fff;
		border-radius: 0 0 20px 0;
		padding: 15px 10px 15px 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}

.header_logo h1 {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #000;
}

@media screen and (max-width:768px) {
	.header_logo h1 {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
}

.header_logo h1 img {
	width: 100%;
	max-width: 250px;
}

@media screen and (max-width:768px) {
	.header_logo h1 img {
		width: 100%;
		max-width: 280px;
	}
}

.header_logo p img {
	width: 100%;
	max-width: 200px;
}

/*--- slider ---*/

.slider-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2.0s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:768px) {
	.slide video.no1 {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 80% center;
	}
	
	.slide video.no2 {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 60% center;
	}
	
	.slide video.no3 {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 70% center;
	}
}

.slide_bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: rgba(255,255,255,0.25);
	position: absolute;
	left: 0;
	top: 0;
}

.slide_img {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.slide_img img {
	width: 100%;
	max-width: 1200px;
}

.slide_img2 {
	width: auto;
	position: absolute;
	top: 0;
	left: 40%;
}

.dots-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #D0121B;
}

/*--- temp ---*/

.main {
	width: 100%;
	position: relative;
	z-index: 2;
}

.main2 {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

.main3 {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	background: #F5F5F5;
}

.main4 {
	width: 100%;
	background: #D0121B;
	padding: 0 0 150px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.main5 {
	width: 100%;
	background: url("../image/bg.png") center center no-repeat;
	background-size: cover;
	padding: 0 0 600px 0;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.main5 {
		width: 100%;
		background: url("../image/bg_sp.png") right bottom no-repeat;
		background-size: cover;
		padding: 0 0 600px 0;
		box-sizing: border-box;
		position: relative;
	}
}

.main6 {
	width: 100%;
	background: url("../image/bg2.png") top center no-repeat;
	background-size: cover;
	height: 800px;
}

@media screen and (max-width:768px) {
	.main6 {
		width: 100%;
		background: url("../image/bg2.png") top center no-repeat;
		background-size: cover;
		height: 400px;
	}
}

.main7 {
	width: 100%;
	background: url("../image/booki_bg.jpg") center center no-repeat;
	background-size: cover;
	height: 550px;
}

@media screen and (max-width:768px) {
	.main7 {
		width: 100%;
		background: url("../image/sp_booki_bg3.jpg") top center no-repeat;
		background-size: cover;
		height: 250px;
	}
}

.main8 {
	width: 100%;
	background: url("../image/booki_bg2.jpg") center center no-repeat;
	background-size: cover;
	height: 550px;
}

@media screen and (max-width:768px) {
	.main8 {
		width: 100%;
		background: url("../image/sp_booki_bg4.jpg") top center no-repeat;
		background-size: cover;
		height: 250px;
	}
}

.main_area {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	height: auto;
	min-height: 10px;
}

.main_box {
	width: 100%;
	padding: 50px 0;
}

.main_box2 {
	width: 100%;
}

.main_box3 {
	width: 100%;
	padding: 100px 0;
}

@media screen and (max-width:768px) {
	.main_box3 {
		width: 100%;
		padding: 60px 0 0 0;
	}
}

.main_box4 {
	width: 100%;
	height: 550px;
	position: relative;
}

.main_box5 {
	width: 100%;
	padding: 50px 0;
}

@media screen and (max-width:768px) {
	.main_box5 {
		width: 100%;
		padding: 50px 30px;
		box-sizing: border-box;
	}
}

.temp_title {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 42px;
	color: #D0121B;
	line-height: 1.2em;
}

.temp_subtitle {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
	.temp_title {
		width: 100%;
		text-align: center;
		font-weight: 900;
		font-size: 24px;
		color: #D0121B;
		line-height: 1.2em;
	}

	.temp_subtitle {
		width: 100%;
		text-align: center;
		font-weight: 500;
		font-size: 14px;
		margin-bottom: 10px;
	}
}

/*--- news ---*/

.news_links {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 500;
}

@media screen and (max-width:768px) {
	.news_links {
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
		font-size: 13px;
		font-weight: 500;
	}
}

.news_links span {
	color: #D0121B;
}

.news_box {
	width: 100%;
}

.news_box ul {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	background: #F5F5F5;
	margin-bottom: 10px;
}

.news_box ul .time {
	width: 20%;
	background: #D0121B;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.news_box ul .text {
	width: 80%;
	text-align: left;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 18px;
}

@media screen and (max-width:768px) {
	.news_box ul .time {
		width: 200px;
		background: #D0121B;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
		font-weight: 900;
		font-size: 15px;
	}
	.news_box ul .text {
		width: 100%;
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
		font-size: 14px;
	}
}

/*--- entry ---*/

.entry_title {
	width: 100%;
	text-align: center;
	color: #D0121B;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.4em;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	.entry_title {
		width: 100%;
		text-align: center;
		color: #D0121B;
		font-size: 22px;
		font-weight: 900;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
}

.entry_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.entry_box .in_box {
	width: 100%;
	max-width: 500px;
	padding: 20px 40px;
	background: #fff;
	margin: 0 20px;
}

@media screen and (max-width:768px) {
	.entry_box .in_box {
		width: 100%;
		max-width: 500px;
		padding: 20px 40px;
		background: #fff;
		margin: 0 0 30px 0;
	}
}

.entry_box .in_box .text1 {
	width: 100%;
	text-align: center;
	color: #008BD5;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 10px;
}

.entry_box .in_box .text2 {
	width: 100%;
	text-align: center;
	color: #D51225;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
	.entry_box .in_box .text1 {
		width: 100%;
		text-align: center;
		color: #008BD5;
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.4em;
	}

	.entry_box .in_box .text2 {
		width: 100%;
		text-align: center;
		color: #D51225;
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 1.4em;
	}
}

.entry_box .in_box img {
	width: 100%;
	max-width: 300px;
}

@media screen and (max-width:768px) {
	.entry_box .in_box img {
		width: 100%;
		max-width: 200px;
	}
}

.greeting_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.greeting_box .in_box {
	width: 48%;
	margin-right: 4%;
}

@media screen and (max-width:768px) {
	.greeting_box .in_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}
}

.greeting_box .in_title {
	width: 100%;
	text-align: left;
	font-size: 36px;
	color: #D0121B;
	font-weight: 900;
	margin-bottom: 20px;
}

@media screen and (max-width:768px) {
	.greeting_box .in_title {
		width: 100%;
		text-align: left;
		font-size: 22px;
		color: #D0121B;
		font-weight: 900;
		margin-bottom: 20px;
	}
}

.greeting_box .in_text {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	line-height: 2.2em;
}

.greeting_box .in_text2 {
	width: 100%;
	text-align: right;
	font-weight: 500;
	font-size: 28px;
}

.greeting_box .in_text2 span {
	font-weight: 700;
	font-size: 36px;
}

@media screen and (max-width:768px) {
	.greeting_box .in_text2 {
		width: 100%;
		text-align: right;
		font-weight: 500;
		font-size: 18px;
	}

	.greeting_box .in_text2 span {
		font-weight: 700;
		font-size: 24px;
	}
}

.greeting_box .in_box2 {
	width: 48%;
}

@media screen and (max-width:768px) {
	.greeting_box .in_box2 {
		width: 100%;
		margin-bottom: 30px;
	}
}

.greeting_box .img_box {
	width: 100%;
}

.greeting_box .img_box img {
	width: 100%;
}

.boki30 {
	width: 100%;
}

.boki30 img {
	width: 100%;
	margin-top: -30px;
}

@media screen and (max-width:768px) {
	.boki30 {
		width: 100%;
		padding: 50px 30px 30px 30px;
		box-sizing: border-box;
	}

	.boki30 img {
		width: 100%;
		margin-top: 0;
	}
}

.energie_box {
	width: 100%;
	position: relative;
}

.energie_box .bgimg {
	width: 100%;
	margin-top: -150px;
}

.energie_box .left_img {
	width: auto;
	position: absolute;
	left: -100px;
	top: 30px;
}

.energie_box .right_img {
	width: auto;
	position: absolute;
	right: -100px;
	top: 30px;
}

@media screen and (max-width:768px) {
	.energie_box .bgimg {
		width: 100%;
		margin-top: -150px;
		padding: 0 30px;
		box-sizing: border-box;
	}
	
	.energie_box .bgimg img {
		width: 100%;
	}

	.energie_box .left_img {
		width: auto;
		position: absolute;
		left: -20px;
		top: 30px;
	}
	
	.energie_box .left_img img {
		height: 190px;
	}

	.energie_box .right_img {
		width: auto;
		position: absolute;
		right: 0;
		top: 30px;
	}
	
	.energie_box .right_img img {
		height: 190px;
	}
}

.energie_box .title {
	width: 100%;
	text-align: center;
	color: #D0121B;
	font-weight: 900;
	font-size: 50px;
	line-height: 1em;
	margin-top: 30px;
}

.energie_box .subtitle {
	width: 100%;
	text-align: center;
	color: #D0121B;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 60px;
}


@media screen and (max-width:768px) {
	.energie_box .title {
		width: 100%;
		text-align: center;
		color: #D0121B;
		font-weight: 900;
		font-size: 22px;
		line-height: 1.3em;
		margin-top: 15px;
	}

	.energie_box .subtitle {
		width: 100%;
		text-align: center;
		color: #D0121B;
		font-weight: 700;
		font-size: 9px;
		margin-bottom: 40px;
	}
}

.energie_box .text1 {
	width: 100%;
	text-align: center;
	color: #D0121B;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.energie_box .text2 {
	width: 100%;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width:768px) {
	.energie_box .text1 {
		width: 100%;
		text-align: center;
		color: #D0121B;
		font-weight: 700;
		font-size: 22px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.energie_box .text2 {
		width: 100%;
		text-align: center;
		font-weight: 500;
		font-size: 14px;
	}
}

.energie_truck {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}

.energie_truck2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.energie_truck {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 50px;
		padding: 0 30px;
		box-sizing: border-box;
	}

	.energie_truck2 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		margin-bottom: 50px;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.energie_truck_box {
	width: 100%;
	max-width: 600px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.energie_truck_box_left {
	width: 56%;
	text-align: left;
	margin-right: 2%;
}

.energie_truck_box_left .sub {
	width: auto;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 3px 20px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 8px;
	margin-left: 30px;
	margin-top: 30px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_left .sub {
		width: auto;
		background: #000;
		color: #fff;
		font-size: 11px;
		text-align: center;
		padding: 3px 10px;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 8px;
		margin-left: 30px;
		margin-top: 20px;
	}
}

.energie_truck_box_left .img {
	width: 100%;
	padding: 30px 30px 30px 30px;
	box-sizing: border-box;
}

.energie_truck_box_left .img img {
	width: 280px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_left .img {
		width: 100%;
		padding: 30px 20px 30px 20px;
		box-sizing: border-box;
	}
	
	.energie_truck_box_left .img img {
		width: 100%;
		max-width: 280px;
	}
}

.energie_truck_box_left .img2 {
	width: 100%;
	padding: 30px 30px 30px 30px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.energie_truck_box_left .img2 {
		width: 100%;
		padding: 30px 0 30px 20px;
		box-sizing: border-box;
	}
}

.energie_truck_box_left .img2 img {
	width: 200px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_left .img2 img {
		width: 100%;
		max-width: 200px;
	}
}

.energie_truck_box_right {
	width: 42%;
	text-align: center;
}

@media screen and (max-width:768px) {
	.energie_truck_box_right {
		width: 42%;
		text-align: center;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

.energie_truck_box_right .img {
	width: 100%;
	margin-bottom: 10px;
}

.energie_truck_box_right .img img {
	width: 120px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_right .img img {
		width: 100%;
		max-width: 100px;
	}
}

.energie_truck_box_right .img2 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 30px;
}

.energie_truck_box_right .img2 img {
	width: 200px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_right .img2 img {
		width: 100%;
		max-width: 100px;
	}
}

.energie_truck_box_right .img3 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.energie_truck_box_right .img3 img {
	width: 180px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_right .img3 img {
		width: 100%;
		max-width: 100px;
	}
}

.energie_truck_box_right .img4 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 30px;
}

.energie_truck_box_right .img4 img {
	width: 130px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_right .img4 img {
		width: 100%;
		max-width: 100px;
	}
}

.energie_truck_box_right .text {
	width: 100%;
	line-height: 1.4em;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.energie_truck_box_right .text {
		width: 100%;
		line-height: 1.4em;
		margin-bottom: 30px;
		font-size: 11px;
	}
}

.energie_truck_img {
	width: auto;
	margin-left: 50px;
	margin-right: 50px;
}

.energie_youtube {
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

.energie_youtube a {
	width: auto;
	display: inline-block;
	background: #fff;
	padding: 20px 50px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.energie_youtube {
		width: 100%;
		text-align: center;
		margin-top: 80px;
		padding: 0 30px;
		box-sizing: border-box;
		position: absolute;
		bottom: 30px;
		left: 0;
	}

	.energie_youtube a {
		width: 100%;
		display: inline-block;
		background: #fff;
		padding: 20px 50px;
		box-sizing: border-box;
	}
	
	.energie_youtube a img {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.sp_e_img1 {
		width: 100%;
	}
}


/* -------------------------------------------
 * 追加：スライド完了後に「一部だけ消す」設定
 * ------------------------------------------- */

/* 初期状態（最初は見えている状態にします） */
.js-fade-out-target {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.8s ease-in, transform 0.8s ease-in;
	transition-delay: 1.5s;
}

.slide-left.is-active .js-fade-out-target {
  opacity: 0;
  transform: translateX(1000px); 
  pointer-events: none;
}

.slide-right.is-active .js-fade-out-target {
  opacity: 0;
  transform: translateX(-1000px); 
  pointer-events: none;
}






.future_area {
	width: 100%;
	position: relative;
}

@media screen and (max-width:768px) {
	.future_area {
		width: 100%;
		position: relative;
		padding: 0 30px;
		box-sizing: border-box;
	}
}

.future_area .title {
	width: 100%;
	text-align: center;
	color: #D0121B;
	font-weight: 900;
	font-size: 50px;
	line-height: 1em;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.future_area .title {
		width: 100%;
		text-align: center;
		color: #D0121B;
		font-weight: 900;
		font-size: 32px;
		line-height: 1em;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.future_area .text {
	width: 100%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}

.future_box {
	width: 100%;
	border: 2px solid #D0121B;
	background: #D0121B;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.future_box .subtitle {
	width: 25%;
	font-weight: 700;
	font-size: 34px;
	color: #fff;
}

.future_box .subtext {
	width: 75%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
}

@media screen and (max-width:768px) {
	.future_box .subtitle {
		width: 100%;
		font-weight: 700;
		font-size: 20px;
		color: #fff;
	}

	.future_box .subtext {
		width: 100%;
		padding: 15px 10px;
		box-sizing: border-box;
		text-align: left;
		background: #fff;
	}
}

.split-layout {
	overflow: hidden;
	margin-bottom: 50px;
}

.split-layout__inner {
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
	align-items: stretch;
}

.split-layout__content {
	flex: 0 0 50%;
	padding: 30px 50px;
	text-align: left;
	box-sizing: border-box;
	background: #F5F5F5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.split-layout__content h2 {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	color: #D0121B;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width:768px) {
	.split-layout__content h2 {
		width: 100%;
		font-size: 18px;
		font-weight: 700;
		color: #D0121B;
		margin-bottom: 10px;
		position: relative;
		z-index: 2;
	}
}

.split-layout__content ul {
	width: 100%;
	position: relative;
	z-index: 2;
}

.split-layout__content ul li {
	width: 100%;
	position: relative;
	padding: 0 0 0 1.3em;
	box-sizing: border-box;
}

.split-layout__content ul li::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	color: #D0121B;
}

.split-layout__content .bg_img {
	width: auto;
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 1;
}

.split-layout__image {
  flex: 0 0 50%;
  position: relative;
  min-height: 400px;
}

.split-layout__image img {
  position: absolute;
  top: 0;
  width: calc(50vw + 50%);
  height: 100%;
  object-fit: cover;
}

.split-layout:nth-child(odd) .split-layout__image img {
  left: 0;
}

.split-layout:nth-child(even) .split-layout__inner {
  flex-direction: row-reverse;
}

.split-layout:nth-child(even) .split-layout__image img {
  right: 0;
}

@media screen and (max-width: 768px) {
	/* 1. 全体を通常の縦並び（テキストが上、画像が下）にする */
	.split-layout__inner {
		flex-direction: column;
		padding: 0 30px;
		box-sizing: border-box;
	}

	/* 2. 偶数番目の左右反転を上書きし、同じく「テキストが上、画像が下」に統一 */
	.split-layout:nth-child(even) .split-layout__inner {
		flex-direction: column;
	}

	/* 3. 横幅を100%にして、PC用の特殊な位置調整をリセット */
	.split-layout__content,
	.split-layout__image {
		flex: 0 0 100%;
		width: 100%;
	}

	/* 4. 画像の絶対配置を解除し、テキストの下に正しく収まるように調整 */
	.split-layout__image {
		min-height: auto; /* PC用の固定高さを解除 */
	}

	.split-layout__image img {
		position: static; /* absoluteを解除 */
		width: 100%;
		height: auto; /* 画像の比率を維持 */
		max-height: 300px; /* 必要に応じてスマホでの画像の最大高さを指定 */
		object-fit: cover;
		display: block;
	}

	/* 5. テキスト周りの余白をスマホ向けに微調整（任意） */
	.split-layout__content {
		padding: 30px 20px;
	}
	
	.split-layout__content ul {
		width: 100%;
		position: relative;
		z-index: 2;
		margin-bottom: 30px;
	}
	
	.split-layout__content .bg_img {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	
	.split-layout__content .bg_img img {
		height: 45px;
	}
}

.benefits_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.benefits_area .in_box {
	width: 32%;
	margin-right: 2%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.benefits_area .in_box2 {
	width: 32%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.benefits_area .in_box3 {
	width: 66%;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}

.benefits_area .in_box4 {
	width: 66%;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.benefits_area .in_box {
		width: 100%;
		margin-right: 0;
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.benefits_area .in_box2 {
		width: 100%;
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.benefits_area .in_box3 {
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 30px;
	}

	.benefits_area .in_box4 {
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		background: #fff;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 30px;
	}
}

.benefits_area h3 {
	width: 100%;
	background: #767272;
	color: #fff;
	font-weight: 700;
	padding: 3px 20px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 30px;
}

.benefits_area h3.non_m {
	margin-bottom: 5px;
}

.benefits_area .in__box {
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
}

.benefits_area .in__box2 {
	width: 61%;
	padding: 35px 0 0 0;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	.benefits_area .in__box {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
	}

	.benefits_area .in__box2 {
		width: 100%;
		padding: 0 0 0 0;
		box-sizing: border-box;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
}

.benefits_area .in__box2 .text {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 0 0 12%;
	box-sizing: border-box;
	font-size: 18px;
	text-align: left;
	line-height: 1.4em;
}

@media screen and (max-width: 768px) {
	.benefits_area .in__box2 .text {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		padding: 0 20px;
		box-sizing: border-box;
		font-size: 12px;
		text-align: center;
		line-height: 1.4em;
	}
}

.benefits_area .in__box2 .l_box1 {
	width: 48%;
	margin-right: 4%;
}

.benefits_area .in__box2 .r_box1 {
	width: 48%;
}

@media screen and (max-width: 768px) {
	.benefits_area .in__box2 .l_box1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.benefits_area .in__box2 .r_box1 {
		width: 100%;
		margin-bottom: 40px;
	}
}

.benefits_area .in__box2 .sub_title {
	width: 100%;
	margin-bottom: 20px;
	font-weight: 500;
}

.benefits_area .in__box3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 0 0;
	align-items: center;
	justify-content: center;
}

.benefits_area .in__box3 .img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.benefits_area .in__box3 .img2 {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.benefits_area .in__box3 .img {
		margin-right: 10px;
		margin-bottom: 20px;
	}
	
	.benefits_area .in__box3 .img img {
		height: 70px;
	}

	.benefits_area .in__box3 .img2 {
		margin-bottom: 20px;
	}
	
	.benefits_area .in__box3 .img2 img {
		height: 80px;
	}
}

.benefits_area .in_box4 .in__box4 {
	width: 48%;
	margin-right: 4%;
	padding: 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.benefits_area .in_box4 .in__box4 {
		width: 100%;
		margin-right: 0;
		padding: 30px;
		box-sizing: border-box;
	}
}

.benefits_area .in_box4 .in__box4 .text {
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.benefits_area .in_box4 .in__box4 .text {
		width: 100%;
		margin-bottom: 20px;
		font-size: 12px;
	}
}

.inner_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.inner_box .in___box {
	width: 35%;
}

.inner_box .in___box:nth-child(2n) {
	width: 65%;
}

@media screen and (max-width: 768px) {
	.inner_box .in___box {
		width: 100%;
		margin-bottom: 15px;
	}

	.inner_box .in___box:nth-child(2n) {
		width: 100%;
	}
}

.benefits_area .in_box4 .in__box5 {
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.benefits_area .in_box4 .in__box5 {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
	}
}

.benefits_area .in_box4 .in__box5 .in__box6 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.benefits_area .in_box4 .in__box5 .in__box6 .in___box {
	width: auto;
	margin-right: 30px;
	margin-top: 10px;
}

.benefits_area .in_box4 .in__box5 .in__box6 .in___box2 {
	width: auto;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	.benefits_area .in_box4 .in__box5 .in__box6 .in___box {
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.benefits_area .in_box4 .in__box5 .in__box6 .in___box2 {
		width: 100%;
		margin-top: 10px;
	}
}

.benefits_area .in_box4 .in__box5 .in__box6 .subtitle {
	width: auto;
	border: 1px solid #D0121B;
	color: #D0121B;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.benefits_area .in_box4 .sub__text {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
	font-size: 18px;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.benefits_area .in_box4 .sub__text {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		margin-bottom: 30px;
		font-size: 12px;
		text-align: center;
	}
}

.benefits_area .in_box2 .sub__text {
	width: 100%;
	font-size: 16px;
	text-align: left;
	line-height: 1.4em;
}

@media screen and (max-width: 768px) {
	.benefits_area .in_box2 .sub__text {
		width: 100%;
		font-size: 12px;
		text-align: center;
		line-height: 1.4em;
	}
}

/*---数字---*/

.suuji_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:end;
}

.suuji_box .suji_a {
	font-size: 100px;
	line-height: 0.7em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #D0121B;
}

.suuji_box .suji_b {
	font-size: 30px;
	font-weight: 600;
	line-height: 0.6em;
	margin-left: 5px;
	color: #D0121B;
	margin-bottom: -5px;
}

.suji_c {
	font-size: 16px;
}

.suuji_box .suji_d {
	font-size: 30px;
	font-weight: 600;
	line-height: 1em;
	margin-left: 5px;
	color: #D0121B;
	margin-bottom: -10px;
}

.suuji_box .suji_e {
	font-size: 155px;
	line-height: 0.7em;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #D0121B;
}

.suuji_box .suji_f {
	font-size: 40px;
	font-weight: 600;
	line-height: 0.6em;
	margin-left: 5px;
	color: #D0121B;
	margin-bottom: -5px;
}

.suuji_box .suji_g {
	font-size: 100px;
	font-weight: 600;
	line-height: 0.6em;
	margin-right: 5px;
	color: #D0121B;
	margin-bottom: -5px;
}

@media screen and (max-width: 768px) {
	.suuji_box .suji_e {
		font-size: 70px;
		line-height: 0.7em;
		font-family: "Oswald", sans-serif;
		font-weight: 400;
		color: #D0121B;
	}

	.suuji_box .suji_f {
		font-size: 16px;
		font-weight: 600;
		line-height: 0.6em;
		margin-left: 5px;
		color: #D0121B;
		margin-bottom: -5px;
	}

	.suuji_box .suji_g {
		font-size: 50px;
		font-weight: 600;
		line-height: 0.6em;
		margin-right: 5px;
		color: #D0121B;
		margin-bottom: 0;
	}
}



/*---画像サイズ---*/

.img_size1 {
	width: 100%;
	max-width: 100px;
}

.img_size2 {
	width: 100%;
	max-width: 200px;
}

@media screen and (max-width: 768px) {
	.img_size1 {
		width: auto;
		height: 70px !important;
	}

	.img_size2 {
		width: auto;
		height: 70px !important;
	}

	.sp_img_size1 {
		height: 70px !important;
	}

	.sp_img_size2 {
		height: 80px !important;
	}
}



/*------*/

.club_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.club_left {
	width: 55%;
	margin-right: 4%;
}

.club_left img {
	width: 100%;
}

.club_right {
	width: 41%;
}

@media screen and (max-width: 768px) {
	.club_left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.club_right {
		width: 100%;
	}
}

.club_right h3 {
	width: 100%;
	font-weight: 900;
	font-size: 36px;
	margin-bottom: 30px;
	line-height: 1.4em;
	text-align: left;
	color: #D0121B;
}

@media screen and (max-width: 768px) {
	.club_right h3 {
		width: 100%;
		font-weight: 900;
		font-size: 22px;
		margin-bottom: 30px;
		line-height: 1.4em;
		text-align: center;
		color: #D0121B;
	}
}

.club_right p {
	width: 100%;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.club_right p {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
}

.booki_logo {
	width: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.booki_logo {
		width: 100%;
		padding: 0 220px 0 30px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 23%;
		transform: translateY(-50%);
	}
	
	.booki_logo img {
		width: 100%;
	}
}

.booki_logo2 {
	width: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.booki_logo2 {
		width: 100%;
		padding: 0 220px 0 30px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 23%;
		transform: translateY(-50%);
	}
	
	.booki_logo2 img {
		width: 100%;
	}
}

.qa_img {
	width: 100%;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.qa_img {
		width: 100%;
		margin-bottom: 40px;
	}
}

.qa_img img {
	width: 100%;
}

.qa_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
	position: relative;
}

.qa_sticky_target {
  width: 100%;
  will-change: transform; /* アニメーションを滑らかにするための設定 */
}

.qa_trigger_start {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.qa_trigger_end {
	position: absolute;
	bottom: 300px; 
	left: 0;
	width: 100%;
	height: 1px;
}

/* ────────────────────────────────────────────────────────
   PCサイズ（769px以上）のみJSの固定エフェクトを適用する
──────────────────────────────────────────────────────── */
@media screen and (min-width: 769px) {

  /* ─── 【状態1】画面上部に固定（is-fixed） ─── */
  
  /* 1・3人目の左側画像を固定 */
  .qa_box.is-fixed .qa_left1 {
    position: fixed;
    top: 40px;
    /* 元のCSSの width: 20%; を画面固定時も維持するため、
       親要素（.qa_box）の幅を基準に計算させます */
    width: calc(100% * 0.20); 
  }

  /* 2・4人目の右側画像を固定 */
  .qa_box.is-fixed .qa_right2 {
    position: fixed;
    top: 40px;
    width: calc(100% * 0.20);
	  right: auto;
    /* 右側固定の場合は、HTML全体の親要素の右端に合わせる必要があるため、
       もしズレる場合はここを right: 10%; などの％や、固定pxで微調整してください */
  }


  /* ─── 【状態2】ボックスの底で固定解除（is-bottom） ─── */
  
  .qa_box.is-bottom .qa_left1 {
    position: absolute;
    top: auto;
    bottom: 0; /* 質問エリアの最下部ぴったりで止まる */
    left: 0;
	  width: 20%;
  }

  .qa_box.is-bottom .qa_right2 {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
	  left: auto;
    width: 20%;
  }

}

.qa_left1 {
	width: 20%;
	margin-right: 5%;
}

.qa_left2 {
	width: 75%;
}

@media screen and (max-width: 768px) {
	.qa_left1 {
		width: 15%;
		margin-right: 10%;
	}

	.qa_left2 {
		width: 75%;
	}
}

.qa_img2 {
	width: 100%;
	margin-bottom: 10px;
}

.qa_img2 img {
	width: auto;
}

@media screen and (max-width: 768px) {
	.qa_img2 img {
		width: 100%;
	}
}

.qa_img_text {
	width: 100%;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.3em;
}

@media screen and (max-width: 768px) {
	.qa_img_text {
		width: 100%;
		margin-bottom: 30px;
		font-weight: 500;
		line-height: 1.3em;
		font-size: 12px;
	}
}

.qa_right1 {
	width: 75%;
}

.qa_right2 {
	width: 20%;
	margin-left: 5%;
}

@media screen and (max-width: 768px) {
	.qa_right1 {
		width: 75%;
	}

	.qa_right2 {
		width: 15%;
		margin-left: 10%;
	}
}

.qa_inbox {
	width: 100%;
	text-align: left;
	padding: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

@media screen and (max-width: 768px) {
	.qa_inbox {
		width: 100%;
		text-align: left;
		padding: 30px;
		box-sizing: border-box;
		margin-bottom: 20px;
		position: relative;
	}
}

.qa_inbox1 {
	background: #FBE4E7;
	border-radius: 8px;
}

.qa_inbox2 {
	background: #E9EFF8;
	border-radius: 8px;
}

.qa_inbox h3 {
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	padding: 10px 0 10px 80px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}

.qa_inbox1 h3 span {
	position: absolute;
	left: 0;
	top: 0;
}

.qa_inbox2 h3 span {
	position: absolute;
	left: 0;
	top: 0;
}

.qa_inbox .yajirushi {
	width: auto;
	position: absolute;
	left: -45px;
	top: 20px;
}

.qa_inbox .yajirushi2 {
	width: auto;
	position: absolute;
	right: -45px;
	top: 20px;
}

@media screen and (max-width: 768px) {
	.qa_inbox h3 {
		width: 100%;
		font-size: 16px;
		line-height: 1.4em;
		font-weight: 700;
		padding: 40px 0 0 0;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 10px;
	}

	.qa_inbox1 h3 span {
		position: absolute;
		left: 0;
		top: 0;
	}

	.qa_inbox2 h3 span {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.qa_inbox1 h3 span img {
		width: 30px;
	}
	
	.qa_inbox2 h3 span img {
		width: 30px;
	}

	.qa_inbox .yajirushi {
		width: auto;
		position: absolute;
		left: -25px;
		top: 40px;
	}
	
	.qa_inbox .yajirushi img {
		width: 30px;
	}

	.qa_inbox .yajirushi2 {
		width: auto;
		position: absolute;
		right: -25px;
		top: 40px;
	}
	
	.qa_inbox .yajirushi2 img {
		width: 30px;
	}
}

.fa_imgbox {
	width: 100%;
	margin-bottom: 50px;
}

.fa_imgbox img {
	width: 100%;
}

.fa_textbox {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.fa_textbox {
		width: 100%;
		text-align: center;
		font-weight: 700;
		font-size: 14px;
		margin-bottom: 50px;
	}
}

.fa_box {
	width: 100%;
	text-align: left;
}

.fa_title {
	width: 100%;
	background: #808583;
	border-left: 14px solid #000000;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
}

@media screen and (max-width: 768px) {
	.fa_title {
		width: 100%;
		background: #808583;
		border-left: 14px solid #000000;
		padding: 15px 20px;
		box-sizing: border-box;
		margin-bottom: 30px;
		color: #fff;
		font-weight: 700;
		font-size: 16px;
	}
}

.fa_icon_text {
	width: 100%;
	min-height: 58px;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 0 0 0 90px;
	position: relative;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.fa_icon_text {
		width: 100%;
		min-height: 58px;
		margin-bottom: 40px;
		box-sizing: border-box;
		padding: 0 0 0 80px;
		position: relative;
		display: flex;
		align-items: center;
	}
}

.fa_icon1 {
	width: 58px;
	height: 58px;
	background: url("../image/icon_fa.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.fa_icon2 {
	width: 58px;
	height: 58px;
	background: url("../image/icon_f.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.fa_icon3 {
	width: 58px;
	height: 58px;
	background: url("../image/icon_a.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.fa_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.fa_inbox_left {
	width: 65%;
	margin-right: 5%;
}

.fa_inbox_right {
	width: 30%;
}

.fa_inbox_right2 {
	width: 65%;
	margin-left: 5%;
}

.fa_inbox_left2 {
	width: 30%;
}

@media screen and (max-width: 768px) {
	.fa_inbox_left {
		width: 100%;
		margin-right: 0;
	}

	.fa_inbox_right {
		width: 100%;
	}

	.fa_inbox_right2 {
		width: 100%;
		margin-left: 0;
	}

	.fa_inbox_left2 {
		width: 100%;
	}
}

.fa_textbox2 {
	width: 100%;
	text-align: center;
	background: #808583;
	font-weight: 700;
	color: #fff;
	font-size: 22px;
	padding: 20px 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.fa_textbox2 {
		width: 100%;
		text-align: center;
		background: #808583;
		font-weight: 700;
		color: #fff;
		font-size: 22px;
		padding: 20px 20px;
		box-sizing: border-box;
		margin-bottom: 100px;
	}
}

.social_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.social_box {
	width: 48%;
	margin-right: 4%;
}

.social_box:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.social_box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.social_box:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.social_box .img {
	width: 100%;
	margin-bottom: 20px;
}

.social_box .img img {
	width: 100%;
}

.social_box h3 {
	width: 100%;
	text-align: left;
	font-weight: 900;
	font-size: 28px;
	color: #D0121B;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.social_box h3 {
		width: 100%;
		text-align: left;
		font-weight: 900;
		font-size: 22px;
		color: #D0121B;
		margin-bottom: 20px;
	}
}

.social_box .text {
	width: 100%;
	text-align: left;
}

footer {
	width: 100%;
	background: #000;
	padding: 50px 0 120px 0;
	margin-top: 100px;
	position: relative;
}

@media screen and (max-width: 768px) {
	footer {
		width: 100%;
		background: #000;
		padding: 60px 30px 220px 30px;
		box-sizing: border-box;
		position: relative;
	}
}

.footer_area {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	height: auto;
	min-height: 10px;
}

.footer_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer_box .inbox1 {
	width: 48%;
	margin-right: 4%;
}

@media screen and (max-width: 768px) {
	.footer_box .inbox1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.footer_logo {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.footer_text1 {
	width: 100%;
	padding: 0 0 0 100px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
}

.footer_text2 {
	width: 100%;
	padding: 0 0 0 100px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
}

@media screen and (max-width: 768px) {
	.footer_logo {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.footer_logo img {
		width: 330px;
	}

	.footer_text1 {
		width: 100%;
		padding: 0 0 0 0;
		box-sizing: border-box;
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-size: 12px;
	}

	.footer_text2 {
		width: 100%;
		padding: 0 0 0 0;
		box-sizing: border-box;
		text-align: center;
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.2em;
	}
}

.footer_box .inbox2 {
	width: 48%;
}

@media screen and (max-width: 768px) {
	.footer_box .inbox2 {
		width: 100%;
		margin-bottom: 30px;
	}
}

.footer_box .inbox2 ul {
	width: 100%;
	text-align: left;
}

.footer_box .inbox2 ul li {
	width: 100%;
	color: #fff;
	margin-bottom: 15px;
}

.footer_box .inbox2 ul li a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.footer_box .inbox2 ul {
		width: 100%;
		text-align: center;
		font-size: 17px;
	}
	.footer_box .inbox2 ul li {
		width: 100%;
		color: #fff;
		margin-bottom: 5px;
	}

	.footer_box .inbox2 ul li a {
		color: #fff;
		text-decoration: underline;
		font-weight: 500;
	}
	
	.footer_box .inbox2 ul li span {
		display: none;
	}
}

.footer_box_end {
	width: 100%;
	text-align: right;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.footer_box_end {
		width: 100%;
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-size: 12px;
	}
}

.js-scroll-trigger {
	transition: opacity 1.8s ease, transform 1.8s ease;
}

/* -------------------------------------------
 * 1. ふわっとフェードイン（初期状態：透明）
 * ------------------------------------------- */
.fade-in {
  opacity: 0;
}
.fade-in.is-active {
  opacity: 1;
}

/* -------------------------------------------
 * 2. 左からスライド（初期状態：透明 ＋ 左に50pxずらす）
 * ------------------------------------------- */
.slide-left {
  opacity: 0;
  transform: translateX(-200px); /* 最初は左に100px寄せておく */
}
.slide-left.is-active {
  opacity: 1;
  transform: translateX(0); /* 画面に入ったら元の位置（0）に戻る */
}

/* -------------------------------------------
 * 3. 右からスライド（初期状態：透明 ＋ 右に50pxずらす）
 * ------------------------------------------- */
.slide-right {
  opacity: 0;
  transform: translateX(200px); /* 最初は右に100px寄せておく */
}
.slide-right.is-active {
  opacity: 1;
  transform: translateX(0); /* 画面に入ったら元の位置（0）に戻る */
}

.top_link {
	width: auto;
	position: absolute;
	right: 30px;
	top: -50px;
}

.top_link img {
	width: 100px;
}

@media screen and (max-width: 768px) {
	.top_link {
		width: auto;
		position: absolute;
		left: 50%;
		top: -35px;
		transform: translateX(-50%);
	}

	.top_link img {
		width: 70px;
	}
}

nav {
	width:43%;
	height:auto;
	min-height:120px;
	box-sizing:border-box;
	padding:0;
	position:fixed;
	display:none;
	top:0;
	right: 0;
	z-index:14000;
	background:#D0121B;
}

@media screen and (max-width: 768px) {
	nav {
		width:100%;
		height:auto;
		min-height:120px;
		box-sizing:border-box;
		padding:0;
		position:fixed;
		display:none;
		top:0;
		right: 0;
		z-index:14000;
		background:#D0121B;
	}
}

.nav_BOX {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}

.nav_logo {
	width: 100%;
	text-align: center;
}

.nav_logo img {
	width: 100%;
	max-width: 300px;
}

.nav_list {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

.nav_list li {
	width: 100%;
	text-align: left;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #fff;
}

.nav_list li:last-child {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.nav_list li::before {
	content: "◎ ";
	color: #fff;
}

.nav_list li a {
	color: #fff;
}

#navToggle {
	position:fixed; /*bodyに対しての絶対位置指定です*/
	right:0;
	top:0;
	width:55px;
	height:55px;
	cursor:pointer;
	z-index:15000;
	padding: 30px 20px 24px 36px;
	background: #D0121B;
	border-radius: 0 0 0 100px;
	}

@media screen and (max-width: 768px) {
	#navToggle {
			position:fixed; /*bodyに対しての絶対位置指定です*/
			right:0;
			top:0;
			width:30px;
			height:30px;
			cursor:pointer;
			z-index:15000;
			padding: 12px 10px 24px 26px;
			background: #D0121B;
			border-radius: 0 0 0 100px;
		}
}

#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
	display:block;
	position:absolute; /*#navToggle div に対して*/
	width:100%;
	border-bottom:solid 5px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:12px}
#navToggle span:nth-child(3) {top:24px}

.openNav #navToggle span:nth-child(1) {
	top: 10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-bottom:solid 5px #fff;
	}
.openNav #navToggle span:nth-child(2){
	top: 10px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	border-bottom:solid 5px #fff;
	}

.openNav #navToggle span:nth-child(3) {
	top: 10px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	border-bottom:solid 5px #fff;
	}

.openNav nav {
	display:block !important;
}

/* -----------------------------------------
       1. ローディング画面のスタイル
    ----------------------------------------- */
    #loading {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff; /* 背景色 */
      z-index: 99999999;             /* 一番手前に表示 */
      display: flex;
      justify-content: center;
      align-items: center;
      transition: opacity 0.5s ease, visibility 0.5s ease; /* 消える時のアニメーション */
    }

    /* くるくる回るアニメーション（スピナー） */
    .spinner {
      width: 50px;
      height: 50px;
      border: 5px solid #f3f3f3;
      border-top: 5px solid #3498db; /* スピナーの色 */
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    /* 読み込み完了後にJSでこのクラスを付与して消す */
    #loading.loaded {
      opacity: 0;
      visibility: hidden;
    }


/*---内部ページ用---*/

.temp_header {
	width: 100%;
	height: 330px;
	background: #F5F5F5;
}

.temp_header_area {
	width: 100%;
	height: 330px;
	position: relative;
}

.temp_header_area h2 {
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 900;
	font-size: 60px;
	color: #D0121B;
}

@media screen and (max-width: 768px) {
	.temp_header {
		width: 100%;
		height: 180px;
		background: #F5F5F5;
	}

	.temp_header_area {
		width: 100%;
		height: 180px;
		position: relative;
	}

	.temp_header_area h2 {
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		text-align: left;
		position: absolute;
		bottom: 0;
		left: 0;
		font-weight: 900;
		font-size: 32px;
		color: #D0121B;
	}
}

.pankuzu {
	width: 100%;
	text-align: left;
	padding: 15px 0 0 0;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.pankuzu {
		width: 100%;
		text-align: left;
		padding: 15px 30px 0 30px;
		margin-bottom: 0;
		box-sizing: border-box;
	}
}

.temp_bosyu_title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #000;
}

.temp_bosyu_title .no {
	width: 7%;
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	font-weight: 900;
	font-size: 30px;
}

.temp_bosyu_title .intitle {
	width: 93%;
	color: #fff;
	background: #D0121B;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 700;
	font-size: 30px;
}

@media screen and (max-width:768px) {
	.temp_bosyu_title {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		background: #000;
	}

	.temp_bosyu_title .no {
		width: 15%;
		color: #fff;
		padding: 10px 0;
		box-sizing: border-box;
		font-weight: 900;
		font-size: 20px;
	}

	.temp_bosyu_title .intitle {
		width: 85%;
		color: #fff;
		background: #D0121B;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: left;
		font-weight: 700;
		font-size: 20px;
	}
}


.accordion-container {
	width: 100%;
	margin-bottom: 50px;
}

.accordion-item {
}

.accordion-title {
	background-color: #EBECEC;
	padding: 5px 30px 5px 100px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	user-select: none;
}

@media screen and (max-width:768px) {
	.accordion-title {
		background-color: #EBECEC;
		padding: 5px 30px 5px 30px;
		box-sizing: border-box;
		cursor: pointer;
		font-weight: bold;
		font-size: 16px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		user-select: none;
		text-align: left;
	}
}

.accordion-title::after {
	content: '+';
	font-size: 30px;
	color: #D0121B;
}

.accordion-item.is-open .accordion-title::after {
	content: '−';
	color: #D0121B;
}

.accordion-content {
	display: none;
	padding: 5px 100px 30px 100px;
	box-sizing: border-box;
	background-color: #EBECEC;
	line-height: 1.6em;
	text-align: left;
}

@media screen and (max-width:768px) {
	.accordion-content {
		display: none;
		padding: 5px 30px 30px 30px;
		box-sizing: border-box;
		background-color: #EBECEC;
		line-height: 1.6em;
		text-align: left;
	}
}

.accordion-item.is-open .accordion-content {
	display: block;
}

.bosyu_img {
	width: 100%;
	margin-bottom: 50px;
}

.bosyu_img img {
	width: 100%;
}

.accordion-content h3 {
	width: 100%;
	color: #D0121B;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.accordion-content p {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}

@media screen and (max-width:768px) {
	.accordion-content h3 {
		width: 100%;
		color: #D0121B;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.accordion-content p {
		width: 100%;
		font-weight: 500;
		margin-bottom: 40px;
		font-size: 14px;
	}
}

.link_form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
	padding: 20px 0 0 0;
}

.link_form a {
	width: 420px;
	display: inline-block;
	background: #D0121B;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	position: relative;
	padding: 10px 0;
	box-sizing: border-box;
}

.link_form a span {
	width: auto;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width:768px) {
	.link_form {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content:center;
		padding: 20px 0 0 0;
	}

	.link_form a {
		width: 100%;
		display: inline-block;
		background: #D0121B;
		color: #fff;
		font-weight: 700;
		font-size: 20px;
		position: relative;
		padding: 10px 0;
		box-sizing: border-box;
	}

	.link_form a span {
		width: auto;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

.oubo_form {
	width: 100%;
}

.oubo_form_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	background: #D0121B;
	align-items: center;
}

.oubo_form_box .in_title {
	width: 20%;
	background: #D0121B;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
}

.oubo_form_box .in_title2 {
	width: 20%;
	background: #D0121B;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	padding: 7px 20px;
	box-sizing: border-box;
	line-height: 1.4em;
}

@media screen and (max-width:768px) {
	.oubo_form_box .in_title {
		width: 100%;
		background: #D0121B;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		padding: 10px 20px;
		box-sizing: border-box;
	}

	.oubo_form_box .in_title2 {
		width: 100%;
		background: #D0121B;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		padding: 10px 20px;
		box-sizing: border-box;
		line-height: 1.4em;
	}
}

.oubo_form_box .in_text {
	width: 80%;
	background: #EBECEC;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
}

.oubo_form_box .in_text2 {
	width: 80%;
	background: #EBECEC;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	padding: 20px 20px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.oubo_form_box .in_text {
		width: 100%;
		background: #EBECEC;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		padding: 10px;
		box-sizing: border-box;
	}

	.oubo_form_box .in_text2 {
		width: 100%;
		background: #EBECEC;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		padding: 20px 10px;
		box-sizing: border-box;
	}
}

.oubo_form_box .in_text2 label {
	padding: 0 30px;
}

@media screen and (max-width:768px) {
	.oubo_form_box .in_text2 label {
		padding: 0 15px;
	}
}

.form_inbox {
	width: 100%;
	margin-bottom: 10px;
}

.form1 {
	width: 100%;
	padding: 13px;
	box-sizing: border-box;
	border: none;
}

.form2 {
	width: 120px;
	padding: 2px 10px;
	box-sizing: border-box;
	border: none;
}

@media screen and (max-width:768px) {
	.form2 {
		width: 55px;
		padding: 2px 10px;
		box-sizing: border-box;
		border: none;
	}
}

.form3 {
	width: 240px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: none;
}

@media screen and (max-width:768px) {
	.form3 {
		width: 180px;
		padding: 5px 10px;
		box-sizing: border-box;
		border: none;
	}
}

.form4 {
	width: auto;
	background: #5D5E5D;
	padding: 5px 20px;
	color: #fff;
	border: none;
}

@media screen and (max-width:768px) {
	.form4 {
		width: auto;
		background: #5D5E5D;
		padding: 5px 20px;
		color: #fff;
		border: none;
		margin-top: 10px;
	}
}

.form5 {
	width: auto;
	min-width: 400px;
	padding: 5px 10px;
	box-sizing: border-box;
	border: none;
	margin-left: 10px;
}

@media screen and (max-width:768px) {
	.form5 {
		width: auto;
		min-width: 100%;
		padding: 5px 10px;
		box-sizing: border-box;
		border: none;
		margin-left: 0;
	}
}

.form_text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.form_text {
		width: 100%;
		text-align: left;
		margin-bottom: 50px;
	}
}

.form_sub_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 100px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.form_sub_box {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 0 0;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
}

.form_sub_box .in_box1 {
	width: 100%;
	background: #EBECEC;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.form_sub_box .in_box1 a {
	text-decoration: underline;
}

.form_sub_box .in_box1 .in__text {
	width: 100%;
	margin-bottom: 20px;
}

.form_sub_box .in_box1 .in__text2 {
	width: 100%;
	background: #fff;
	display: inline;
	padding: 10px 20px;
	box-sizing: border-box;
}

.form_sub_box .in_box1 .in__text3 {
	width: 100%;
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	box-sizing: border-box;
}

.form_sub_buttan {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content:center;
}

.form_sub_buttan1 {
	width: 360px;
	padding: 10px 20px;
	border: none;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	background: #D0121B;
}

@media screen and (max-width:768px) {
	.form_sub_buttan1 {
		width: 100%;
		padding: 10px 20px;
		border: none;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		background: #D0121B;
	}
}


.fixed-footer-bar {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.fixed-footer-bar.is-show {
  transform: translateY(0);
}

/* 中身のレイアウト（デザインに合わせて適宜調整してください） */
.fixed-footer-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.fixed-title {
  font-size: 20px;
  margin: 0;
	color: #D0121B;
	font-weight: 600;
}
.fixed-btn-wrap {
  display: flex;
  gap: 15px;
}
.fixed-btn-wrap a {
	color: #fff;
}

.fixed-btn-wrap a:hover {
	color: #fff;
	opacity: 0.5;
}
.fixed-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.btn-new { background-color: #008BD5; }
.btn-mid { background-color: #D0121B; }

@media (max-width: 768px) {
  .fixed-footer-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .fixed-title { font-size: 13px; }
  .fixed-btn { padding: 8px 20px; font-size: 12px; }
}

.pagenation_box {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.pagenation_box a {
	display: inline-block;
	padding: 0 10px;
}

.info_single {
	width: 100%;
}

.info_single h2 {
	width: 100%;
	text-align: left;
	font-weight: 900;
	font-size: 42px;
	color: rgb(208, 18, 27);
	line-height: 1.2em;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.info_single h2 {
		width: 100%;
		text-align: left;
		font-weight: 900;
		font-size: 24px;
		color: rgb(208, 18, 27);
		line-height: 1.2em;
		margin-bottom: 10px;
	}
}


.info_single .time {
	width: 100%;
	text-align: left;
	font-weight: 600;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.info_single .time {
		width: 100%;
		text-align: left;
		font-weight: 600;
		margin-bottom: 30px;
	}
}

.info_single .inbox {
	width: 100%;
	text-align: left;
}

/* 生年月日のCF7ラッパーを横並びに強制する */
.oubo_form_box .in_text2 .wpcf7-form-control-wrap {
    display: inline-block;
}