@charset "utf-8";

/*================================
home
================================*/
.mv{
	background: url(../img/home/bg.jpg) no-repeat center top;
	background-size:cover;
}
.mv .ttl {
  position: relative;
  z-index: 100;
}

.video-container {
margin: 0 auto 0px;
  /*max-width: 800px;*/
  position: relative;
}
.video-container video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}


.homeinfo{
 text-align: center; 
}
main .homeinfo .infoWrapper{
    /*width:500px;*/
  background: #fffa;
  margin: auto;
  z-index: 10;
  position: relative;
}
main .homeinfo h4{
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 40px;
}
main .homeinfo .infoWrapper .txt {
line-height: 2.8;
margin: auto;
letter-spacing: 1px;
}

.bg_concept{
  margin-top: -200px;
  margin-bottom: 10%;
}
.ttl_img{
  text-align: center;
  margin-bottom: 20px;
}

.place{
	background: url(../img/common/foot_wall.jpg) repeat center top;
	background-size:cover;
  padding: 40px 0 20px;
  margin-top: -40px;
}
.charm{
  padding: 0 20px 0px;
  text-align: center;
}
.charm a{
  display: block;
  margin-bottom: 80px;
}
.report_flex{
  display: flex;
  gap:2%;
  justify-content: flex-start;
}
.report_flex .flex_box{
  width: 31.3%;
}

.about{
  margin: 0 auto 10%;
}
.about_flex{
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  gap:2%;
}
.about_flex .box{
  width: 50%;
}


/*--------------------------------------
	 sp 	
--------------------------------------*/
@media screen and (max-width: 960px) {

  main .homeinfo h4{
  font-size: 24px;
  }
  main .homeinfo .infoWrapper{
    width: 100%;
    max-width: 500px;
  }
  .bg_concept{
  margin-top: -100px;
  margin-bottom: 10%;
}
  .report_flex{
  display: block;
  }
.report_flex .flex_box{
  margin: 0 auto 20px;
  width: 90%;
  max-width: 600px;
}

.about_flex{
  display: block;
}
.about_flex .box{
  width: 100%;
  margin: auto;
}
}

