@charset "utf-8";



.main__visual{
	position: relative;
	margin: 0 auto;
}


@media screen and (max-width: 750px) {
	.main__visual-img {
	    margin: 55px auto 0;
	}

}

/* ----------------------------------------
  header
---------------------------------------- */
.main__visual{
	background: #fff;
	background-repeat: no-repeat, no-repeat;
	max-height: 800px;
	position: relative;
	padding-top: 83px;
	display: flex;
	justify-content: center;
  align-items: center;
	width: 100%;
	height:100vh;
	box-sizing: border-box;
}
.main__visual img{
	height: 100%;;
	max-width: calc(100% - 20px);
	object-fit: contain;
}
.sub__nav{
	position: absolute;
	top:100px;
	display: flex;
	width: 980px;
	justify-content: space-between;
	right: 50%;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	font-size: 15px;
}
	#header .nav-sp__contactbtn {
		display: none;
	}
	.nav-sp__notice{
		display: none;
	}
@media screen and (max-width: 1170px) {
	.sub__nav{
		right: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		left: 0;
    margin: 0 85px;
	}

}
@media screen and (max-width: 750px) {
	.main__visual{
		background: linear-gradient(90deg, #F2FAF3 0%, #F2FAF3 70%, #fff 30%, #fff 100%);
		background-repeat: no-repeat, no-repeat;
		max-height: 800px;
		position: relative;
		padding-top: 60px;
		display: flex;
		justify-content: center;
	  align-items: center;
		width: 100%;
		height: 100vh;
	}
	.main__visual img{
		height: 90%;
		max-width: calc(100% - 20px);
		object-fit: contain;
	}
	#header .nav-sp__contactbtn {
		display: block;
		background: #3A526D;
	}
	#header .nav-sp__contactbtn a {
	    display: block;
	    margin: 15px auto 0;
	    width: 280px;
	    padding: 8px 0;
	    text-align: center;
	    font-size: 16px;
	    background: #fff;
	    border: solid 1px #fff;
	    border-radius: 30px;
	    color: #3A526D;
	    transition: all .5s;
		}
		#header .nav-sp__notice{
			display: block;
			text-align: center;
	    margin: 10px auto 30px;
		}
	#header	.nav-sp__notice:hover{
			background: #3A526D;
		}
}


/* ----------------------------------------
	pagetop
---------------------------------------- */
		#page_top{
			position: fixed;
			right:0;
			bottom: 0;
			transition: 1.0s ;
			z-index: 20;
			height: 70px;
		}
		#page_top a{
			position: relative;
			display: block;
			text-decoration: none;
			transition: 1.0s ;
			width: 70px;
		}
		#page_top a:hover{
			transition: 1.0s ;
		}
		#page_top a img{
			width: 70px;
		}
		@media (max-width: 750px){
			#page_top{
				height: 50px;
			}
			#page_top a{
				width: 50px;
			}
		}


/* footer */
.footer__copy{
	background: #3A526D;
	color:#fff;
	margin: 0;
	padding: 0;
}
.footer__copy-text{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
  height: 70px;
}
@media screen and (max-width: 750px) {
.footer__copy-text{
	font-size: 12px;
	padding: 10px;
    height: 50px;
  }
}



/*  top  */
.main__v{
	position: relative;
	overflow: hidden;
}
.main__v img{
	width: 100%;
  transition: all 1s 1.5s ease-in-out;
	opacity: 0;
}
.main__v.open img{
	opacity: 1;
}
.catchcopy {
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: calc(50%);
	right: 50%;
	transform: translate(50% , -50%);
	-webkit-transform: translate(50% , -50%);
	-ms-transform: translate(50% , -50%);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'Noto Serif JP';
	letter-spacing: 3.2px;
	height: max-content;
	color:#fff;
	display: block;
	opacity:0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.catchcopy span {
	opacity: 0;
	padding: 4px;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}

.top-newsbox{
	display: block;
	margin: 40px 0;
	}
 .top-news{
	 width: 100%;
	 background: #BCBCBB;
	 overflow: hidden;
	 box-sizing: border-box;
	 color:#3A526D;
 }
 .top-news-link{
    text-align: right;
    width: fit-content;
    margin: 0 0 0 auto;
}
 .top-news .single__btn{
	 display: none;
 }
 .top-newsttl{
	 width: 100%;
	 color:#fff;
	 font-size: 16px;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding: 10px 20px;
	 box-sizing: border-box;
 }
 .top-newsttl-jp{
	 display: none;
 }
 .top-newslink{
	 font-size: 14px;
	 text-decoration: underline;
	 color:#fff;
 }
 .top-news-item{
	 padding: 0 30px 20px 30px;
 }
 .top-news-item a{
	 width: 100%;
	 display: flex;
	 position: relative;
	 padding-left:10px;
	 align-items: center;
	 	transition: 0.2s;
 }
 .top-news-item a .top-news-img{
	transition: 0.2s;
 }
 .top-news-item a:hover .top-news-img{
 	padding-left: 5px;
 }
 .top-news-item a::after{
	 position: absolute;
	 content: ">";
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 top: 0;
	 right: 0;
 }
 .top-news-item:first-child{
	 padding: 20px 30px 20px 30px;
 }

 .top-news-content{
	 font-size: 16px;
	 color:#3A526D;
 }
 .top-news-img {
	 padding-right: 10px;
	 height: 18px;
 }
 .top-news-img img{
	 width: 18px;
 }
 .top-news-date{
	 	font-size: 15px;
	 	color:#3A526D;
		padding-right: 10px;
	 	font-weight: bold;
 }
 .top-blog-item{
	 padding: 20px 15px;
	 display: flex;
 }
 .top-blog-item a{
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
 }
 .top-blog-item a::after{
	position: absolute;
	content: ">";
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
 }
 .top-blog-img{
	 width: 50%;
	 padding-right: 15px;
	 aspect-ratio: 8/6;
 }
 .top-blog-img img{
	 object-fit: cover;
	 height: 100%;
 }
 .top-blog-date{
	 padding-bottom: 25px;
	 	font-size: 15px;
	 	color:#3A526D;
	 	font-weight: bold;
 }
	.top-blog-content{
		 font-size: 16px;
	 	 color:#3A526D;
	}
.top-blog{
	width: calc(35% - 16px);
	border: solid 1px #3A526D;
	border-radius: 20px;
	margin: 0 8px;
	overflow: hidden;
	box-sizing: border-box;
}
.top-blog-info{
	height: 100%;
}
 .top-blogttl{
		 width: 100%;
		 background: #3A526D;
		 color:#fff;
		 font-size: 16px;
		 display: flex;
		 justify-content: space-between;
		 align-items: center;
		 padding: 10px 20px;
		 box-sizing: border-box;
	 }
	 .top-bloglink{
		 font-size: 14px;
		 text-decoration: underline;
		 color:#fff;
	 }
	 .top-sec01{
		 position: relative;
	 }
	.top-sec01-ttl,
	.top-sec01-ttl-en{
		display: none;
	}
	.top-sec01{
		padding: 0;
		position: relative;
		display:flex;
		background: #F8F8F8;
		margin: 60px 0;
	}
	.top-sec01-ttl,
	.top-sec01-ttl-en{
		display: none;
	}
	.top-sec01-img{

		width: 50%;
	}
	.top-sec01:before{
		content: "";
		background: url("http://xsakaeda2211.xsrv.jp/wp/wp-content/themes/base/img/common/wave-top.svg");
		background-size: 2000px;
		background-position: bottom 0 right calc(50% + 450px);
		position: absolute;
		background-repeat:repeat no-repeat;
		top: -1px;
		width: 100%;
		height: 80px;
	}
	.top-sec01:after{
		content: "";
		background: url("http://xsakaeda2211.xsrv.jp/wp/wp-content/themes/base/img/common/wave-bottom.svg");
		background-size: 2000px;
		background-position: bottom 0 right calc(50% + 450px);
		position: absolute;
		background-repeat:repeat no-repeat;
		bottom: -1px;
		width: 100%;
		height: 80px;
	}
	.top-sec01-contet{
		width: 50%;
		padding: 200px calc(50% - 480px) 200px 80px;
	}
	.top-sec01-subttl{
		font-size: 35px;
		font-weight: bold;
		color:#3A526D;
		font-family: 'Noto Serif JP', serif;
	}
	.top-sec01-img img{
		height: 100%;
		object-fit: cover;
	}

.top-ttl{
	width: 100%;
	font-size: 32px;
	border-bottom: solid 1px #707070;
	margin-bottom: 30px;
}
.top-ttlbox{
	display: flex;
	align-items: center;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-subttl{
	font-size: 14px;
	padding: 0 30px;
}
.top-sec02{
	padding-top: 60px;
	margin-top: -60px;
	padding-bottom: 60px;
}
.top-sec02-box{
	display: flex;
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	margin: 30px 0;
 justify-content: flex-end;
}

.top-sec02-box:nth-child(2n + 2){
	justify-content: flex-start;
}
.top-sec02-box-img{
	position: absolute;
	width: calc(50% + 200px);
	top: 0;
	left:0;
	height: 100%;
}
.top-sec02-box .top-sec02-box-img{
	position: absolute;
	width: calc(50% + 200px);
	top: 0;
	left: auto;
	right:0;
	height: 100%;
}
.top-sec02-box-img img{
	width: 100%;
	object-fit: cover;
}
.top-sec02-box:nth-child(2n + 2) .top-sec02-box-img{
	position: absolute;
	width: calc(50% + 200px);
	top: 0;
	right: auto;
	left:0;
	height: 100%;
}
.top-sec02-box02{
	width: 520px;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 2px gray;
	display: block;
	z-index: 9;
	margin-left: 0;
	margin-right:calc(50% - 20px);
	line-height: 2.2;
}
.top-sec02-box:nth-child(2n + 2) .top-sec02-box02{
	width: 520px;
	padding: 40px;
	background-color: #fff;
	box-shadow: 0 0 2px gray;
	display: block;
	z-index: 9;
	margin-left:calc(50% - 20px);
	margin-right: 0;

}
.top-sec03{
	padding-bottom: 60px;
	background: url("http://xsakaeda2211.xsrv.jp/wp/wp-content/themes/base/img/common/service_bg.svg");
	background-position: center center;
  padding: 150px 0 250px;
	background-size:  auto 800px ;
	background-repeat: no-repeat;
}
.top-sec03-flexbox{
	display: flex;
	padding: 0 0 0 0;
	box-sizing: border-box;
	color: #636464;
}
.top-sec03-box{
	width: 25%;
	margin: 10px 8px 10px 8px;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	border-radius: 20px 20px 20px 20px;
	position: relative;
	transition: 0.5s;
}
.top-sec03-box a {
	display: block;
	height: 100%;
}
.top-sec03-box:first-child{
		margin: 10px 10px 10px 0;
}
.top-sec03-box:last-child{
		margin: 10px 0 10px 10px;
}
.top-sec03-box:hover,
.top-sec03-box:first-child:hover,
.top-sec03-box:last-child:hover{
		margin-top: 0;
		margin-bottom: 20px;
}
.top-sec03-box a {
	display: block;
	height: 100%;
}
.top-sec03-more{
	display: flex;
	justify-content: center;
	transform-origin: center;
	transition: 0.5s;
}
.top-sec03-more span{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border:solid 1px #707070;
	border-radius: 30px;
	box-sizing: border-box;
	color:#707070;
	transition: 0.5s;
}
.top-sec03-box:hover .top-sec03-more span{
	background: #707070;
	color:#fff;
}

.top-sec03-box-img{
	position: relative;
	width: 100%;
	padding:0 0 0 0;
	aspect-ratio: 13/10;
}

.top-sec03-box-img img{
	border-radius: 20px 20px 0 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-sec03-box-img-box{
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 162px;
	height: 162px;
	border-radius: 81px;
	background-color: #ffffff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding:0 0 0 0;
}

.top-sec03-box-img-icon{
	position: absolute;
	bottom: -80px;
	left: 50%;
	width: 50%;
	height:35%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.top-sec03-box-img-icon img{
	max-width: 100%;
  max-height: 100%;
	object-fit: contain;
}
.top-sec03-box-ttl{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 90px 0 0 0;
}

.top-sec03-box-en{
	font-family: 'Futura PT', sans-serif;
	text-align: center;
	font-size: 15px;
	padding: 0 0 0 0;
}


.top-sec03-box02{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height:2.0;
  text-align: center;
  padding: 90px 3px 50px 3px;
}

.top-sec03-more{
  text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.top-sec04{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 1px #707070;
}
.top-sec04-flexbox{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.top-sec04-box{
	width: 33.33%;
	padding: 10px;
	box-sizing: border-box;
}
.top-sec04-box-img02{
	padding: 10px 0;
	box-sizing: border-box;
}

.top-sec04-box-img a,
.top-sec04-box-img02 a{
	overflow: hidden;
	display: block;
	  opacity: 1;

}
.top-sec04-box-img img,
.top-sec04-box-img02 img {
		transform-origin: center;
		-webkit-transition: -webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
		transition: -webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
		transition: transform 5s cubic-bezier(0.19,1,0.22,1);
		transition: transform 5s cubic-bezier(0.19,1,0.22,1),-webkit-transform 5s cubic-bezier(0.19,1,0.22,1);
}
.top-sec04-box-img img:hover,
.top-sec04-box-img02 img:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06)
}
.top-sec04-box-img a:hover,
.top-sec04-box-img02 a:hover {
		-webkit-animation: 0.6s cubic-bezier(0.47,0,0.745,0.715) forwards imgflash;
		animation: 0.6s cubic-bezier(0.47,0,0.745,0.715) forwards imgflash
}

@keyframes imgflash {
					0% {
							opacity: 0.6
					}

					to {
							opacity: 1
					}
				}

.vacancy-box{
	width: 250px;
	height: 215px;
	background: #fff;
	position: absolute;
	right: -250px;
	transition: all 0.2s ease-out;
	 font-family: 'Noto Sans JP';
	 top: 50%;
 	transform: translatey(-50%);
 	-webkit-transform: translatey(-50%);
 	-ms-transform: translatey(-50%);
}
.vacancy-ttl{
	 background: linear-gradient(#6DCDFF, #25678A);
	 height: 215px;
	 border-radius: 10px 0 0 10px;
	 color:#fff;
	 width: 40px;
	 position: absolute;
	 top:0;
	 left: -40px;
	 font-size: 13px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 writing-mode: vertical-rl;
}
.vacancy-ttl img{
    visibility: visible;
    width: 25px;
    padding: 5px 0 5px 5px;
}
.vacancy-content{
	width: 250px;
	color:#000;
}
.vacancy-box:hover {
	right:-1px;
}
.vacancy-date{
	text-align: center;
	padding: 15px 0;
}
.vacancy-date .year{
	font-size: 20px;
	display: block;
}
.vacancy-date .date{
	font-size: 14px;
	display: block;
}
.vacancy-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
.vacancy-iteme{
	width: 50%;
	padding-bottom: 5px;
}
.vacancy-link{
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.top-sec02-box02 h3{
	font-size: 27px;
	color: #3A526D;
	font-family: 'Noto Serif JP', serif;
}
.footnavi{
	display: none;
}
.single__btn{
	width: 375px;
	height: 61px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	font-size: 17px;
	box-sizing: border-box;
	box-shadow: 0 5px 5px rgb(0 0 0 / 16%);
}
.single__btn.square{
	width: 320px;
	height: 73px;
	border-radius: 0px;
	font-size: 18px;
}
.single__btn a{
	color: inherit;
}
.single__btn.circle span{
	position: relative;
	padding-right: 50px;
	display: block;
}
.single__btn.circle span::after{
	content:"→";
	position: absolute;
	top:2px;
	right: 0;
}
@media screen and (min-width: 770px) {
	.top-subttl{
		color:#161616 !important;
	}
}
@media screen and (max-width: 769px) {
	.top-news{
		width: 100%;
		background: none;
	}
	.main__v{
		height: 100vh;
	}
	.main__v img{
		height: 100%;
		object-fit: cover;
	}
  .top-news .single__btn{
 	 display: flex;
	 margin: 30px auto;
	 max-width: 380px;
	 width: 100%;
  }
	.top-newsttl{
		background: #fff;
		font-size: 26px;
		font-weight: bold;
		color:#161616;
		width: 100%;
		text-align: center;
		display: block;
		padding: 5px 0;
	}

  .top-news-date{
 	 	color:#7D7D7D;
  }
	.top-newslink{
		display: none;
	}
	.top-newsttl-jp{
		display: block;
		font-size: 12px;
		width: 100%;
		text-align: center;
		color:#BBAF0D;
	}
	.top-news-item:first-child{
		padding: 20px 0;
	}
	.top-news-item{
		padding: 0 0 20px;
	}
	.top-news-item a {
		display: block;
		padding: 20px 0 0 ;
		border-top: solid 1px #B9B9B9;
	}
	.top-news-item a::after {
		display: none;
	}
	.top-news-img{
		display: none;
	}
	.top-blog{
		display: none;
	}
  .top-sec03-flexbox{
    display: block;
    padding: 0 0 0 0;
  }
  .top-sec03-box{
    width: 100%;
    margin:20px 0 20px 0;
  }

	.top-sec03-box:first-child{
	margin:20px 0 20px 0;
	}

	.top-sec03-box:last-child{
	margin:20px 0 20px 0;
	}
	.top-sec03-box-img{
		aspect-ratio: 17/5;
	}
	.top-sec01{
		display: block;
		padding: 50px 10px 100px;
		position: relative;
	}
	.top-sec01::before,
	.top-sec01::after{
		display: none;
	}
	.top-sec01-img{
		width: 117vw;
		height: calc(117vw * 0.46);
		position: absolute;
		top:140px;
    left: calc(-117vw * 0.25);
	}
	.top-sec01-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 358px;
	}
	.top-sec01-ttl-en{
    font-size: 26px;
    font-weight: bold;
    color: #161616;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0;
	}
	.top-sec01-ttl{
		display: block;
    font-size: 12px;
    width: 100%;
    text-align: center;
	}
	.top-sec01-contet{
		width: 100%;
		padding: calc(117vw * 0.46 + 40px) 0 0;
	}
	.top-ttl{
		display: block;
	}
	.top-ttl{
		border: none;
	}
	.top-ttlbox span:first-child{
		color: #161616 !important;
	}
	.top-ttlbox{
    font-size: 26px;
    font-weight: bold;
    color: #161616;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0 0;

	}
	.top-subttl{
		display: block;
		font-size: 12px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	.top-sec02-box{
		padding: 120px 0 0;
	}
	.top-sec02-box .top-sec02-box-img,
	.top-sec02-box:nth-child(2n + 2) .top-sec02-box-img{
		width: 100%;
	}
	.top-sec02-box:nth-child(2n + 2) .top-sec02-box02,
	.top-sec02-box .top-sec02-box02{
		width: 100%;
    margin: 5px 10px;
	}
	.top-sec03{
		background: #F8F8F8;
		padding: 30px 0;
		margin: 30px 0;

	}
	.top-sec03-box02{
		padding:90px 5px 20px 5px;
	}
	.top-sec03-more{
		display: none;

	}
	.top-sec04-box{
		width: 50%;
	}
	.vacancy-box{
		display: none;
	}
	.top-sec01-subttl{
		font-size: 24px;
	}
	.top-sec02-box02{
		padding: 20px;
	}
	.top-sec02-box02 h3{
		font-size: 18px;
	}
	.footnavi{
		display: flex;
		position: fixed;
		bottom:0;
		width: 100%;
		z-index: 9;
	}
	.footnavi__item{
		width: 25%;
		box-sizing: border-box;
		border-right: solid 1px #fff;
		border-left: solid 1px #fff;
		text-align: center;
		background: #F8F8F8;
		padding: 10px 0;
		color:##3A526D;
	}
	.footnavi__item:first-child{
		background: linear-gradient(#6DCDFF, #25678A);
		color:#fff;
	}
	.footnavi__item img{
		width: 20px;
	}
	.single__btn{
		width: 100%;
		height: 45px;
		font-size: 15px;
		text-decoration: none;
	}
	.single__btn.square{
		width: 100%;
		height: 50px;
		font-size: 13px;
	}
	.single__btn.half{
		width: 48%;
	}
}

/* ----------------------------------------
  sec02 slider
---------------------------------------- */
.top-sec02__slider-wrap {
	overflow: hidden;
}

.top-sec02__slider-nav {
	display: flex;
	flex-wrap: wrap;
}

.top-sec02__slider-nav li {
	margin: 0 10px 15px 0;
}

.top-sec02__slider-nav li a {
	display: block;
	padding: .3em 2em;
	color: #3A526D;
	border: 1px solid #3A526D;
	border-radius: 30px;
	transition: all .2s ease-in-out;
}

.top-sec02__slider-nav li a:hover,
.top-sec02__slider-nav li a.active {
	color: #fff;
	background: #3A526D;
	opacity: 1;
}

.top-sec02__slider--container {
	max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.top-sec02__slider {
	aspect-ratio: 1000 / 582;
	position: relative;
}

.top-sec02__slider__item-inner {
	position: relative;
	height: 100%;
}

.top-sec02__slider__item-inner a {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.top-sec02__slider__item__thumb {
	aspect-ratio: 393/335;
	position: relative;
}

.top-sec02__slider__item__thumb div {
	height: 100%;
	background: no-repeat center / cover;
}

.top-sec02__slider__item__detail {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	position: relative;
}

.top-sec02__slider__item__detail__text {
	padding: 0 20px;
}

.top-sec02__slider__item__detail__btn {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
}

.top-sec02__slider__item__detail__btn span {
	display: block;
	color: #fff;
	padding: 10px 0 10px 40px;
	background: #2B4B70;
	border-radius: 30px;
	position: relative;
}

.top-sec02__slider__item__detail__btn span:after {
	content: "→";
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

.top-sec02__slider__item-inner a:hover .top-sec02__slider__item__detail__btn span:hover{
	color: #2B4B70;
	border:solid 1px  #2B4B70;
	background: #fff;
	border-radius: 30px;
}
.top-sec02__slider__item__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 60%;
	aspect-ratio: 241/141;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.top-sec02__slider__item__title-h1 {
	margin: 0;
	font-family: 'Noto Serif JP';
}

.top-sec02__slider__item__title-h2 {
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0 10px;
	font-family: 'Noto Serif JP';
}

.top-sec02__slider__item__title-text {
	font-size: 15px;
}

.top-sec02__slider-prev,
.top-sec02__slider-next {
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 22px);
	z-index: 1;
	transition: opacity .2s linear;
}

.top-sec02__slider-prev {
	left: -22px;
}

.top-sec02__slider-next {
	right: -222px;
}

.top-sec02__slider-prev:after,
.top-sec02__slider-next:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #B9B9B9;
	border-right: 2px solid #B9B9B9;
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 8px);
	transform: rotate(45deg);
}

.top-sec02__slider-prev:after {
	left: calc(50% - 3px);
	transform: rotate(-135deg);
}

.swiper-button-disabled {
	display: none!important;
}

@media all and (min-width: 769px) {
	.top-sec02__slider-prev:hover,
	.top-sec02__slider-next:hover {
		opacity: .7;
	}

	.top-sec02__slider-nav li:nth-child(2) {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.top-sec02__slider-nav {
		justify-content: space-between;
	}

	.top-sec02__slider-nav li {
		width: calc(50% - 8px);
		margin: 0 0 15px;
		text-align: center;
	}

	.top-sec02__slider-nav li a {
		padding: .3em 1em;
	}

	.top-sec02__slider--container {
		width: calc(100% - 60px);
		margin: 0;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.top-sec02__slider {
		aspect-ratio: 292/432;
	}

	.top-sec02__slider__item__thumb {
		aspect-ratio: 292/249;
	}

	.top-sec02__slider__item__detail {
		padding: 30px 0;
	}

	.top-sec02__slider__item__detail__btn {
		width: calc(100% - 60px);
	}

	.top-sec02__slider__item__detail__btn span {
		padding: 6px 0 6px 40px;
	}

	.top-sec02__slider__item__title {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #fff;
		width: 60%;
		aspect-ratio: 241/141;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.top-sec02__slider__item__title-h1 {
		font-size: 12px;
	}

	.top-sec02__slider__item__title-h2 {
		font-size: 26px;
	}

	.top-sec02__slider__item__title-text {
		font-size: 12px;
		margin: 0;
	}

	.top-sec02__slider-next {
		right: -22px;
	}
}
