@charset "utf-8";
@import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese’);
body {
  margin: auto;
  /* width: 750px; */
  font-family: ‘Hiragino Kaku Gothic Pro’, ‘Noto Sans JP’, sans-serif;
  font-size: 4.2656vw;
  color: #333;
}

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
.section-company-top{
  background-image: url(../IMG/illustrator_jpg/company_bg.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
  
}

.section-asbestos {
  padding-top: 30px;
  background-image: url(../grande_img/jpeg/top_bg.jpg);
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.asbestos_box{
  padding-top: 20px;
}

.asbestos_box h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.asbestos_box p{
  font-size: 14px;
}

.acquired{
  padding-top: 20px;
}

.company-section-worries{
  padding-top: 50px;
  background-color: #fff9e8;
}

.overview-title{
  padding-top: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.overview{
  margin-bottom:30px
}

.overview-title p{
  font-size: 24px;
  font-weight: 600;
}

.overview-list-item{
  display: flex;
line-height: 28px;
margin-bottom: 5px;
border-bottom: #333 solid 1px;
}

.overview-list-item p{
  font-size: 14px;
  font-weight: 500;
}

.side{
  width: 100px;
  text-align: center;
}

.main{
  flex: 1;
}

/* -------------------------------
　▼スマホ横向きのデザイン 
　-------------------------------*/
@media screen and (orientation: landscape) and (max-width: 767px) {
  
}
/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 750px) {

  .section-company-top{
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .overview{
    margin-bottom:50px
  }

  .overview-title p{
    font-size: 42px;
  }

  .overview-list{
    width: 80%;
    margin: auto;
  }

  .overview-list-item{
    line-height: 52px;
  }

  .overview-list-item p{
    font-size: 18px;
    font-weight: 500;
  }

  .side{
    width: 200px;
    margin-right: 15%;
  }

  .company-section-worries {
    padding-top: 100px;
  }

  .asbestos_box h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .asbestos_box p {
    font-size: 18px;
  }
  .asbestos_box{
    padding-bottom: 50px;
  }
}
