@charset "utf-8";

main {
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  main {
    margin-bottom: 13.333vw;
  }
}

/*---------------------------------------------------------
   mv
---------------------------------------------------------*/
.mv-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
}

.mv-wrapper picture img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .mv-wrapper {
    width: 100%;
    height: 53.333vw;
  }

  .mv-wrapper picture img {
    width: 100%;
    height: 53.333vw;
    object-fit: cover;
  }
}

/*---------------------------------------------------------
   mv h1
---------------------------------------------------------*/
.mv-wrapper h1 {
  /* width: 850px;
  height: 180px; */
  width: 680px;
  height: 145px;
  position: absolute;
  top: 57%;
  left: 45%;
  transform : translate(-43%,-55%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-wrapper h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .mv-wrapper h1 {
    width: 73.333vw;
    height: 16vw;
    top: 50%;
    left: 50%;
    transform : translate(-50%,-50%);
  }
}

/*---------------------------------------------------------
   h2 ページタイトル
---------------------------------------------------------*/
.page_ttl_wrapper .page_ttl {
  width: 657px;
}
@media only screen and (max-width: 768px) {
  .page_ttl_wrapper .page_ttl {
    width: 90%;
    display: inline-block;
    font-size: 6vw;
    font-weight: bold;
    margin-top: 13.333vw;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.3;
  }
}

/*---------------------------------------------------------
   コンテンツ
---------------------------------------------------------*/
.company_info_wrapper * {
  font-size: 16px;
  font-weight: 500;
}

.company_info_wrapper {
  width: 657px;
  margin: 60px auto 0 auto;
}

.company_info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}

.company_info dt {
  width: 30%;
  margin-bottom: 25px;
}

.company_info dd {
  width: 70%;
}

.company-container {
  width: 657px;
  margin: 60px auto 0 auto;
  display: flex;
}

.company-container-2 {
  margin: 10px auto 0 auto;
}

.company-container .l-left {
  width: 157px;
}

.company-container-2 .l-left {
  width: 197px;
}

.company-container .l-right {
  width: 500px;
}

.company-container-2 .l-right {
  width: 460px;
}

@media only screen and (max-width: 768px) {
  .company_info_wrapper * {
    font-size: 5vw;
    font-weight: 500;
  }

  .company_info_wrapper {
    width: 90%;
    margin: 15vw auto 0 auto;
  }

  .company_info {
    width: 100%;
    display: block;
  }

  .company_info dt {
    width: 100%;
    margin-bottom: 0;
  }
  
  .company_info dd {
    width: 100%;
    margin-bottom: 5vw;
  }

  .company-container {
    width: 90%;
    margin: 12vw auto 0 auto;
    display: block;
  }

  .company-container .l-left {
    width: 100%;
  }

  .company-container .l-left p {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  
  .company-container .l-right {
    width: 100%;
  }
  
}



/*---------------------------------------------------------
   Google Map
---------------------------------------------------------*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  margin-top: 5%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#gmap1 {
  margin-bottom: 70px;
}

#gmap2 {
  margin-bottom: 50px;
}


@media only screen and (max-width: 768px) {
  #gmap1 {
    margin-bottom: 13.333vw;
  }

  #gmap2 {
    margin-bottom: 10.333vw;
  }
}

.mt-20 {
  margin-top: 20px;
}







