@charset "UTF-8";
/* CSS Document */

/* header */

.header{
  height: 30vw;
  position: relative;
  background-image: url(../img/about_mv.png);
  background-size: cover;

}
.mv_logo{
  width: 4.3vw;
  top: 2vw;
  left: 9vw;

}

.header_title{
  font-size: 2.6vw;
  text-align: center;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  color:#fff
  ;

}

.header_line{
  position: absolute;
  top:65%;
  left: 50%;
  transform: translateX(-50%);
  width: 1vw;
}

.about_title{
  font-size: 1.8vw;
  margin-top: 8vw;
  text-align: center;
}

.about_sub_title{
  font-size: 1.4vw;
  text-align: center;
}

.about_text{
  font-size: 1.2vw;
  line-height: 2;
}
.text_area{
  width: 35vw;
  margin: 0 auto;
}
.about_text1{
  padding-top: 6vw;
  
}
.about_text2{
  padding-top: 6vw;
 
}

.about_text3{
  padding-top: 6vw;
 
  padding-bottom: 8vw;
}

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

  /*	nav*/
nav.globalMenuSp ul li a {
	font-size: 4vw;
}

	.navToggle {
		right: 4%;
		top: 9%;
		width: 65px;

		}

  .br_pc{
    display: none;
  }

  .header{
    height: 69.6vw;
    background-image: url(../img/about_mv_sp.png);
  }
  .mv_logo{
    width: 12vw;
    top: 12vw;
    left: 14vw;
  }

  .header_title{
    font-size: 6vw;
  }

  .header_line{
    top:74%
  }

  .about_title{
    font-size: 5.3vw;
    padding-top: 33vw;
  }
  .about_sub_title {
    font-size: 4.5vw;
  
}

.about_text{
  font-size: 3.6vw;
}
.text_area{
  width: 71.5vw;
}

.about_text1{
 padding-top: 17vw;
}

.about_text2{
 padding-top: 17vw;
}

.about_text3{
  padding: 17vw 0 20vw;
  height: 3;
}








}