@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
.fuwafuwa {
  animation-name: anim_sc;
  transform: scale(0.97, 0.97);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}

/*  メインイメージ  */
.main_img{
	width: 100%;
	height: 100vh;
	background-image: url("../images/main_img.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.main_img h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width: 500px;
	width: 80%;
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
.main_img{
	width: 100%;
	height: 100vh;
	background-image: url("../images/main_img_sp.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
}
@media screen and (max-width: 550px) {}


/*  about  */
#about{
	background: #005F94;
}
#about .about_box {
background-image: url("../images/bg_about.png");
	background-repeat: no-repeat;
	background-position: right center;
	display: flex;
	position: relative;
}
#about .about_box .about_img{
	width: 50%;
	background-image: url("../images/about_img.png");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;

}
#about .about_box .about_img img{
	display: none;

}
#about .about_box .about_txt{
	width: 45%;
	max-width: 525px;
	padding: 80px 20px 150px 50px;
	position: relative;


}
#about .about_box h2{
	position: absolute;
	bottom: -1px;
	right: 0;
	max-width: 700px;
	width: 70%;

}
#about .about_box .about_txt p{	
color: #FFFFFF;
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.8;
}
@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {
#about .about_box {
	flex-direction: column;
}
#about .about_box .about_img{
	width: 100%;
	background-image: none;
}
#about .about_box .about_img img{
	display: block;
	width: 100%;

}
#about .about_box .about_txt{
	width: 90%;
	max-width: 525px;
	padding: 80px 0;
	position: relative;
	margin: 0 auto;
}
#about .about_box h2{

}
#about .about_box .about_txt p{	
	font-size: 1.6rem;
}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {}

/*  number  */
#number {
background: #E1EDF6;
}
#number h2.ttl02 img{
	display: block;
	margin:  20px auto 0 auto;
	max-width: 475px;
	width: 80%;

}

@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {

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

}
@media screen and (max-width: 550px) {}

/*  staff  */
#staff {
	background-image: url("../images/bg.png");
}
#staff .ttl{
	text-align: center;
	width: 70%;
	margin: 0 auto 20px auto;
}
.interview_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.interview_box.rev{
	flex-direction: row-reverse;

}
.interview_box dt{
	width: 50%;
	position: relative;
	z-index: 1;
}
.interview_box:first-of-type dt::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #005F94;
	position: absolute;
	left: 20px;
	bottom: -20px;
		z-index: -1;
}
.interview_box:last-of-type dt::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #E1EDF6;
	position: absolute;
	right: 20px;
	bottom: -20px;
		z-index: -1;
}
.interview_box dt p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.5em 1em;
	text-align: right;
	width: 100%;
	font-size: 2.2rem;
	color: #FFFFFF;
	font-weight: 500;
	background-color: rgba(0,0,0,0.40);

}
.interview_box dd{
	width: 50%;
}
.interview_box dd .inner{
	max-width: 525px;
	width: 80%;
	margin:  0 auto;

}
.interview_box dd .inner h3{
	font-weight: 600;
	font-size: 4.2rem;
	line-height: 1.5;
	margin-bottom: 20px;

}
.interview_box dd .inner p{
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 2;

}
@media screen and (max-width: 1360px) {
.interview_box dt{
	width: 40%;
}
.interview_box dd{
	width: 60%;
}
.interview_box dt p{
	font-size: 1.8rem;
}	
.interview_box dd .inner h3{
	font-size: 3.0rem;
}
	
.interview_box dd .inner p{
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 991px) {
.interview_box,.interview_box.rev{
	flex-direction: column;
	margin-bottom: 60px;
}
.interview_box dt{
	max-width: 525px;
	width: 80%;
	margin: 0 auto;
}
.interview_box dd{
	width: 100%;
}
.interview_box dd .inner{
	max-width: 525px;
	width: 80%;
	margin:  0 auto  0 auto;
	padding: 80px 0 0 0;

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

}
@media screen and (max-width: 550px) {
	
.interview_box dt p{
	font-size: 1.6rem;
}	
.interview_box dd .inner h3{
	font-size: 2.4rem;
}
	
.interview_box dd .inner p{
	font-size: 1.6rem;
}	
}

/*  business  */
#business {
}
#business .ttl02{
	text-align: left;
	padding: 60px 0;
	margin-bottom: 0;
	line-height: 1;
	background: #005F94;
}
#business .ttl02 span{
	color: #FFFFFF;
	margin-left: 50px;
	border-bottom: 2px solid #FFFFFF;
}
#business .ttl02 img{
	display: inline-block;

}
#business dl{
	display: flex;
	justify-content: space-between;
}
#business dl.rev{
	flex-direction: row-reverse;
}
#business dl dt{
	width: 50%;
	background-size: cover;
	background-position: center center;
		min-height: 600px;
}
#business dl dt img{
	display: none;
}
#business dl.biz01 dt{
	background-image: url("../images/business_bk01.png");
}
#business dl.biz02 dt{
	background-image: url("../images/business_bk02.png");
}
#business dl.biz03 dt{
	background-image: url("../images/business_bk04.png");
}
#business dl.biz04 dt{
	background-image: url("../images/business_bk03.png");
}

#business dl dd{
	width: 50%;
	background: #E1EDF6;
	display: flex;
	align-items: center;
}
#business dl.rev dd{
	background-color: #005F94;
}
#business dl dd .inner{
	width: 80%;
	max-width: 630px;
	margin: 0 auto;
	padding: 40px 0;
}
#business dl dd .inner h3{
	font-size: 4.2rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}
#business dl dd .inner p{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2;
}
#business dl.rev dd .inner h3,#business dl.rev dd .inner p {
	color: #FFFFFF;
	
}
@media screen and (max-width: 1360px) {
#business .ttl02 img{
	display: block;
	margin: 0 auto 20px auto;

}
#business .ttl02 span{
	margin-left: 0;
}	
#business .ttl02{
	text-align: center;
	padding: 0 0 40px 0;
}
#business dl dd .inner h3{
	font-size: 3.6rem;
}
#business dl dd .inner p{
	font-size: 1.8rem;
}	
}
@media screen and (max-width: 991px) {
#business dl,#business dl.rev{
	flex-direction: column;
}
#business dl dt{
	width: 100%;
	min-height: 400px;
}
#business dl dt img{
	display: none;
}
#business dl dd{
	width: 100%;
}
#business dl.rev dd{
	background-color: #005F94;
}
#business dl dd .inner{
	width: 80%;
	max-width: 630px;
	margin: 0 auto;
	padding: 60px 0;
}
#business dl dd .inner h3{
	margin-bottom: 20px;
}	
}
@media screen and (max-width: 768px) {
#business dl dt{
	min-height: 200px;
}	
#business dl dd .inner{
	padding: 40px 0;
}
}
@media screen and (max-width: 550px) {
	#business dl dd .inner h3{
	font-size: 2.4rem;
}
#business dl dd .inner p{
	font-size: 1.6rem;
}	
}

/*  recruit  */
#recruit {
background: #001E55;
	position: relative;
	background-image: url("../images/bg_recruit.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#recruit  .ttl02 span{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#recruit .ttl{
	text-align: center;
	width: 70%;
	margin: 0 auto 20px auto;
}
#recruit .inner{
	background: #FFFFFF;
	padding: 50px 60px;
}
.midashi{
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 4.0rem;
	font-weight: 600;
	padding-left: 20px;
	border-left: 4px solid #001E55;
}
#recruit table{
	width: 100%;
	font-size: 1.8rem;
	border-top: 1px solid #707070;
}
#recruit table th{
	width: 20%;
	padding: 1em 0;
		border-bottom: 1px solid #707070;
	font-weight: 600;
}
#recruit table td{
padding: 1em 0 1em 20px;
	border-bottom: 1px solid #707070;
		line-height: 1.5;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity{
	position: relative;
	margin-top: 100px;
	padding-bottom: 200px;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1);
}
.scroll-infinity__item > img {
  width: 100%;
}
.recruit_copy{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 60px;
	font-size: 4.0rem;
	font-weight: 600;
}
@media screen and (max-width: 1360px) {

}
@media screen and (max-width: 991px) {
#recruit .inner{
	background: #FFFFFF;
	padding: 40px 40px;
}
.midashi{
	font-size: 3.4rem;
}
}
@media screen and (max-width: 768px) {
#recruit table{
	font-size: 1.6rem;
}
#recruit table th{
	width: 100%;
	padding: 1em;
	display: block;
	background: #E1EDF6;
	border-bottom: none;
	text-align: center;
}
#recruit table td{
	display: block;
padding: 1em 0 1em 0;
	border-bottom: 1px solid #707070;
		line-height: 1.5;
}	
.scroll-infinity{
	margin-top: 100px;
	padding-bottom: 100px;
}	
  .scroll-infinity__wrap {
    top: -2%;
  }
  .scroll-infinity__item {
    width: 150vw;
  }	
}
.recruit_copy{
	font-size: 3.6rem;
}
@media screen and (max-width: 550px) {
	#recruit .inner{
	padding: 30px 20px;
}
	.midashi{
	font-size: 2.4rem;
}
.recruit_copy{
	font-size: 2.2rem;
}	
}





/*----------------------------------------
	共通
-----------------------------------------*/
.bt_entry{
	
}

.ttl02 {
  font-size: 7rem;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
	
}
.ttl02 span{
	border-bottom: 2px solid #005F94;
	position: relative;
	color: #005F94;
	  font-weight: 500;

	
}
.subttl {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.8rem;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
.about_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_list li {
  width: calc(100% / 3);
  padding: 15px;
}
.point_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_list li {
  width: calc(100% / 4);
  padding: 15px;
}
.about_list li img, .point_list li img {
  width: 100%;
}
@media(max-width: 768px) {
  .subttl {
    font-size: 2.8rem;
  }
.ttl02 {
    font-size: 4rem;
  }

  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
  .about_list li {
    width: calc(100% / 3);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 4);
    padding: 10px;
  }
}
@media(max-width: 550px) {
	.bt_entry img{
		width: 80%;
		max-width: 400px;
	
}
.ttl02 {
    font-size: 2.8rem;
  }
  .about_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
}