@charset "utf-8";
/* ----------------------------------------
  header
---------------------------------------- */
.page_head{
	height: 383px;
	width: 100%;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	color:#fff;
	font-size: 30px;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
.single__ttl{
    height: auto;
    padding: 30px 0 0 0;
    text-align: left;
    display: block;
}
.single__head{
	 	background-image: url(../img/page/single-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.page_head-text{
	width: 100%;
	max-width: 1040px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
	font-weight: bold;
	text-align: left;
}
.all-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.text-center{
	text-align: center;
}

/* single */
.single__area{
	padding: 60px 0;
}
.customsingle{
	padding: 40px 0 60px;
}
.interviewe__area{
	padding: 20px 0 60px;
}
.single__area h2{
	font-size: 30px;
	font-weight: bold;
	padding: 5px 0;
}
.single__area h2.single__ttl02{
	font-size: 22px;
	font-weight: bold;
	padding: 5px 15px  ;
	margin: 5px 0 ;
	color:#3A526D;
	border-left: solid  7px #3A526D;
}
.single__area h3{
	font-size: 22px;
	font-weight: bold;
	padding: 5px 15px  ;
	margin: 5px 0 ;
	color:#3A526D;
	border-left: solid  7px #3A526D;
}
.single__area h4{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 10px ;
	color:#1E8EBF;
}
.single__textbox01{
	padding: 20px 30px;
	background: #fff;
	border: solid 1px #707070;
	margin: 10px auto 20px;
}
.single__textbox02{
	padding: 20px 30px;
	background: #DFF4FE;
	margin: 10px auto 20px;
}
.single__box01:nth-child(2n + 1){
	padding-right: 10px;
	width: calc(50% - 10px);
	box-sizing: border-box;
}
.single__box01:nth-child(2n + 2){
	padding-left: 10px;
	width: calc(50% - 10px);
	box-sizing: border-box;
}
.single__box02:nth-child(2n + 1){
	padding-right: 10px;
	width: 30%;
	box-sizing: border-box;
}
.single__box02:nth-child(2n + 2){
	padding-left: 10px;
	width: calc(70% - 20px);
	box-sizing: border-box;
}
.single__box03:first-child{
	width: 100%;
	box-sizing: border-box;
	padding:0;
}
.single__img {
	width: 100%;
}
.single__img img{
	width: 100%;
  aspect-ratio: 51 / 26;
	object-fit: cover;
}
.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;
}
.single__table{
	 width: calc(100% - 120px );
	 margin: 0 0 0 100px;
}

.subpage__slider-contet {
	overflow: hidden;
  padding-bottom: 40px;
}
#main .swiper-wrapper{
	height: auto;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 15px;
		background: #B9B9B9;
}
.swiper-pagination-bullet-active{
	background: #686868;
}
.subtitlecenter{
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.page_head{
		height: 105px;
	}
	.customsingle{
		padding: 30px 0 30px;
	}
	.single__ttl{
	    height: auto;
	    padding: 30px 0 0 0;
	    text-align: left;
	    display: block;
	}
	.page_head-text{
		font-size: 22px;
		padding: 0 20px;
	}
	.single__area h2{
		font-size: 22px;
	}
	.single__area h2.single__ttl02{
		font-size: 20px;
	}
	.single__area h3{
		font-size: 20px;
	}
	.single__area h4{
		font-size: 18px;
	}
	.single__box01:first-child,
	.single__box02:first-child{
			width: 100%;
	}
	.single__box01:last-child,
	.single__box02:last-child{
	    margin-bottom: 30px;
			width: 100%;
	}
	.single__box01:nth-child(n+2),
	.single__box01:nth-child(n+2),
	.single__box03{
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}
	.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%;
	}
}


/*slider */

.subpage__slider-contet{
		position: relative;
		}
		.slide__img {
			aspect-ratio: 2/1;
		}
		.slide__img img{
			width: 100%;
	    object-fit: cover;
	    height: 100%;
		}
		.slide__caption{
			font-size: 15px;
			padding: 10px 0 15px 20px;
		}
		.subpage__slider-contet {
			overflow: hidden;
			padding-bottom: 40px;
		}
		 #main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
		#main .swiper-pagination-horizontal.swiper-pagination-bullets
		#main .swiper-pagination-bullet {
				margin: 0 15px;
				background: #B9B9B9;
				opacity: 1;
		}
		#main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active,
		#main .swiper-pagination-bullet-active{
			background: #686868;
			opacity: 1;
		}
		#main .swiper-button-next{
		background: none;
			top: auto;
			bottom: 10px;
			bottom: 5px;
			top: auto;
			right: calc(50% - 250px);
		}
		#main .swiper-button-next:after  {
				content: '>';
				color:#686868;
				font-size: 25px;
		}
		#main .swiper-button-prev{
			background: none;
			top: auto;
			bottom: 10px;
			bottom: 5px;
			top: auto;
			left: calc(50% - 250px);
		}
		#main .swiper-button-prev:after  {
				content: '<';
				color:#686868;
				font-size: 25px;
		}
		@media only screen and (max-width: 768px) {
			.subpage__slider-contet {
						overflow: hidden;
						padding-bottom: 20px;
				}
			#main .swiper-button-next{
				bottom: auto;
				top: calc((100% - 20px) / 2);
				width: 23px;
				height: 23px;
				right: 10px;
			}
			#main .swiper-button-next:after  {
					content: '>';
					color:#BBAF0D;
					width: 23px;
					height: 23px;
					border-radius: 23px;
					background: rgba(255, 255, 255, 0.8);
					font-size: 11px;
					display: flex;
					justify-content: center;
					align-items: center;
			}
			#main .swiper-button-prev{
			bottom: auto;
			top: calc((100% - 20px) / 2);
				width: 23px;
				height: 23px;
				left: 10px;
			}
			#main .swiper-button-prev:after  {
					content: '<';
					color:#BBAF0D;
					font-size: 11px;
					width: 23px;
					height: 23px;
					border-radius: 23px;
					background: rgba(255, 255, 255, 0.8);
					font-size: 11px;
					display: flex;
					justify-content: center;
					align-items: center;
			}
			.slide__caption{
				font-size: 10px;
				padding: 8px 0 0
			}
			.swiper-pagination{
				display: none;
			}
		}


/*  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%;
	color:#fff;
	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;
	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;
}
.individual__top-flex{
	display: flex;
	margin: 35px 0;
	}
 .individual__top-news{
	 width: calc(65% - 16px);
	 border: solid 1px #3A526D;
	 border-radius: 20px;
	 margin: 0 8px;
	 overflow: hidden;
	 box-sizing: border-box;
 }
 .individual__top-news .single__btn{
	 display: none;
 }
 .individual__top-newsttl{
	 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;
 }
 .individual__top-newsttl-jp{
	 display: none;
 }
 .individual__top-newslink{
	 font-size: 14px;
	 text-decoration: underline;
	 color:#fff;
 }
 .individual__top-news-item{
	 padding: 0 30px 20px 30px;
 }
 .individual__top-news-item a{
	 width: 100%;
	 display: flex;
	 position: relative;
	 padding-left:10px;
	 align-items: center;
	 transition: 0.5s;
 }
 .individual__top-news-item a:hover{
 	padding-left:15px;
 }
 .individual__top-news-item a::after{
	 position: absolute;
	 content: ">";
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 top: 0;
	 right: 0;
 }
 .individual__top-news-item:first-child{
	 padding: 20px 30px 20px 30px;
 }

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

		width: 50%;
	}
	.individual__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;
	}
	.individual__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;
	}
	.individual__top-sec01-contet{
		width: 50%;
		padding: 200px calc(50% - 480px) 200px 80px;
	}
	.individual__top-sec01-subttl{
		font-size: 35px;
		font-weight: bold;
		color:#3A526D;
		font-family: 'Noto Serif JP', serif;
	}
	.individual__top-sec01-img img{
		height: 100%;
		object-fit: cover;
	}

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

.individual__top-sec02-box:nth-child(2n + 2){
	justify-content: flex-start;
}
.individual__top-sec02-box-img{
	position: absolute;
	width: calc(50% + 200px);
	top: 0;
	left:0;
	height: 100%;
}
.individual__top-sec02-box .individual__top-sec02-box-img{
	position: absolute;
	width: calc(50% + 200px);
	top: 0;
	left: auto;
	right:0;
	height: 100%;
}
.individual__top-sec02-box-img img{
	width: 100%;
	object-fit: cover;
}
.individual__top-sec02-box:nth-child(2n + 2) .individual__top-sec02-box-img{
	position: absolute;
	width: calc(50% + 200px);
	top: 0;
	right: auto;
	left:0;
	height: 100%;
}
.individual__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;
}
.individual__top-sec02-box:nth-child(2n + 2) .individual__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;

}
.individual__top-sec03{
	padding-bottom: 60px;
}
.individual__top-sec03-flexbox{
	display: flex;
	padding: 0 0 0 0;
	box-sizing: border-box;
	color: #636464;
}
.individual__top-sec03-box:first-child{
		margin: 10px 10px 10px 0;
}

.individual__top-sec03-box:last-child{
		margin: 10px 0 10px 10px;
}
.individual__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;
}
.individual__top-sec03-box a{
	display: block;
	height: 100%;
}
.individual__top-sec03-box:hover,
.individual__top-sec03-box:first-child:hover,
.individual__top-sec03-box:last-child:hover{
		margin-top: 0;
		margin-bottom: 20px;
}

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

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

.individual__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;
}

.individual__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%);
}
.individual__top-sec03-box-img-icon img{
	max-width: 100%;
  max-height: 100%;
	object-fit: contain;
}
.individual__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;
}

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


.individual__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;
}

.individual__top-sec03-more{
  text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.individual__top-sec03-more{
	display: flex;
	justify-content: center;
}
.individual__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;
}
.individual__top-sec03-box:hover .individual__top-sec03-more span{
	background: #707070;
	color:#fff;
	transition: 0.5s;
}
.individual__top-sec04{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: solid 1px #707070;
}
.individual__top-sec04-flexbox{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 0;
}
.individual__top-sec04-box{
	width: 33.33%;
	padding: 10px;
	box-sizing: border-box;
}
.individual__top-sec04-box-img02{
	padding: 10px 0;
	box-sizing: border-box;
}

.individual__top-sec04-box-img a,
.individual__top-sec04-box-img02 a{
	overflow: hidden;
	display: block;
	opacity: 1;
}
.individual__top-sec04-box-img img,
.individual__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);
}
.individual__top-sec04-box-img img:hover,
.individual__top-sec04-box-img02 img:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06)
}
.individual__top-sec04-box-img a:hover,
.individual__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: fixed;
	right:-1px;
	transition: all 0.2s ease-out;
	 font-family: 'Noto Sans JP';
	 top: 50%;
 	transform: translatey(-50%);
 	-webkit-transform: translatey(-50%);
 	-ms-transform: translatey(-50%);
	z-index: 999;
}

@media screen and (min-width: 770px) {
	.vacancy-box.close {
		right: -250px;
	}

	.vacancy-box .vacancy-ttl{
		animation: move 5s ease-in-out infinite;
		border-right: solid 40px #fff ;
	}

	.vacancy-box:not(.close) .vacancy-ttl{
		animation: unset;
		animation: none;
		border-right: solid 0px;
	}
	.vacancy-close {
		width: 20px;
		height: 20px;
		background: #fff;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		
	}

	.vacancy-close:before,
	.vacancy-close:after {
		content: "";
		width: calc(100% - 4px);
		height: 1px;
		background: #25678A;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
		pointer-events: none;
	}
	.vacancy-close:after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	@keyframes move {
		0% {
			left: -40px;
		}
		88% {
			left: -40px;
		}
		94% {
			left: -50px;
		}
		100% {
			left: -40px;
		}
	}
}

.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;
	 cursor: pointer;

}
.vacancy-ttl img{
    visibility: visible;
    width: 25px;
    padding: 5px 0 5px 5px;
}
.vacancy-content{
	width: 250px;
	color:#000;
}
.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;
}
.individual__top-sec02-box02 h3{
	font-size: 27px;
	color: #3A526D;
	font-family: 'Noto Serif JP', serif;
}
.footnavi{
	display: none;
}
@media screen and (min-width: 770px) {
	.individual__top-subttl{
		color:#161616 !important;
	}
}
@media screen and (max-width: 769px) {
	.individual__top-news{
		width: 100%;
		border: none;
	}
	.main__v{
		height: 100vh;
	}
	.main__v img{
		height: 100%;
		object-fit: cover;
	}
  .individual__top-news .single__btn{
 	 display: flex;
	 margin: 30px auto;
	 max-width: 380px;
	 width: 100%;
  }
	.individual__top-newsttl{
		background: #fff;
		font-size: 26px;
		font-weight: bold;
		color:#161616;
		width: 100%;
		text-align: center;
		display: block;
		padding: 5px 0;
	}

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

  .individual__top-sec03-box{
    width: 100%;
    margin:20px 0 20px 0;
  }

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

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

	}
	.individual__top-subttl{
		display: block;
		font-size: 12px;
		width: 100%;
		text-align: center;
	}
	.individual__top-sec02-box{
		padding: 120px 0 0;
	}
	.individual__top-sec02-box .individual__top-sec02-box-img,
	.individual__top-sec02-box:nth-child(2n + 2) .individual__top-sec02-box-img{
		width: 100%;
	}
	.individual__top-sec02-box:nth-child(2n + 2) .individual__top-sec02-box02,
	.individual__top-sec02-box .individual__top-sec02-box02{
		width: 100%;
    margin: 5px 10px;
	}
	.individual__top-sec03-box02{
		padding:90px 5px 20px 5px;
	}
	.individual__top-sec03-more{
		display: none;

	}
	.individual__top-sec04-box{
		width: 50%;
	}
	.vacancy-ttl{
    position: absolute;
    display: flex;
    height: 30px;
    width: 250px;
    border-radius: 10px 10px 0 0;
    top: -25px;
    right: 0;
    left: auto;
    writing-mode: horizontal-tb;
    justify-content: center;
	}
	.vacancy-ttl img {
    visibility: visible;
    width: 25px;
    padding: 5px 0 5px 5px;
    box-sizing: border-box;
}
	.vacancy_btn{
		cursor: pointer;
	}
	.vacancy-box{
		left:0;
    right: -1px;
    bottom: -180px;
    top: auto;
		transform: translatey(0);
	-webkit-transform: translatey(0);
	-ms-transform: translatey(0);
	 -webkit-transform: translatey(0);
	 z-index: 98;
	}
	.vacancy-box.vacancy-open{
		left:0;
    right: -1px;
    bottom: 60px;
    top: auto;
 	  animation: none;
 	  animation: unset;
	}
	.individual__top-sec01-subttl{
		font-size: 24px;
	}
	.individual__top-sec02-box02{
		padding: 20px;
	}
	.individual__top-sec02-box02 h3{
		font-size: 18px;
	}
	.footnavi{
		display: flex;
		position: fixed;
		bottom:0;
		width: 100%;
		z-index: 99999;
	}
	.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;
	}
}


.singlearchive__box{
	display: flex;
	flex-wrap: wrap;
}
.singlearchive__contentbox{
	width: 33.33%;
	padding: 0 5px 40px 5px;
	box-sizing: border-box;
}
.singlearchive__contentbox:nth-child(3n + 3){
	padding: 0 0 40px 10px;
}
.singlearchive__contentbox:nth-child(3n + 1){
	padding: 0 10px 40px 0;
}
.singlearchive__contentimg{
	aspect-ratio: 35/21;
	overflow: hidden;
	border-radius: 10px;
}
.singlearchive__contentimg img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 10px;
			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);
	}
.singlearchive__contentbox a:hover .singlearchive__contentimg img{
  -webkit-transform: scale(1.06);
  transform: scale(1.06)
}
.singlearchive__contentimg: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;
    }

.singlearchive__contentttl{
	display: flex;
	align-items: center;
	font-size: 18px;
}
.singlearchive__contentbox a:hover .singlearchive__contentttl{
	text-decoration: underline;
}
.singlearchive__contentttl img{
	padding: 0 10px;
}
@media screen and (max-width: 769px) {
	.singlearchive__contentbox,
	.singlearchive__contentbox:nth-child(3n + 3),
	.singlearchive__contentbox:nth-child(3n + 1){
		padding: 0 0 30px 0 ;
		width: 100%
	}
}

/* ----------------------------------------
  20241028資料請求・求人追加
---------------------------------------- */

.recruitment_tb1{
    padding: 0 0 30px 0;
}
.recruitment_tb1 table{
    border-collapse: collapse;
    width: 100%;
}
.recruitment_tb1 th,
.recruitment_tb1 td{
    padding: 10px;
    border: solid 1px #ccc;
    text-align:center;
    box-sizing:border-box;
}
.recruitment_tb1 th {
    background: linear-gradient(#6DCDFF, #25678A);
    color: #fff;
    line-height: 1.2;
}
.recruitment_tb1 th span{
    font-size: 10px;
}
.recruitment_box02{
    padding: 0 0 30px 0;
}


.m-download_box01{
    padding: 0 20px 30px 20px;
}
