@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; */
  color: #606060;
}

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
.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);
  /* background-repeat: no-repeat;
  background-size: cover; */
}

.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;
}

.case-study-bg {
  margin: 0 auto 20px;
  background-image: url(../IMG/illustrator_png/study-logo-bg.png);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 50% 200px;
}

.case-study-bg-sink {
  background-position: 50% 0px;
}

.case-study-title {
  padding-top: 60px;
  text-align: center;
  margin-bottom: 70px;
}

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

.guidance span {
  font-size: 16px;
  font-weight: 600;
}

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

.case-study-h2 {
  line-height: 24px;
  border-bottom: #d0ccc0 solid 2px;
  margin-bottom: 10px;
}

.case-study-h2 h2 {
  font-size: 24px;
  font-weight: 600;
}

.case-study-h2 h2 span {
  font-size: 18px;
}

.case-study-list-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.section-case-study {
  margin-top: 50px;
}

/* -------------------------------
　▼スマホ横向きのデザイン 
　-------------------------------*/
@media screen and (orientation: landscape) and (min-width: 767px) {
  div.section-inner {
    width: 750px;
    max-width: 100%;
  }
}
/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 750px) {
  .section-case-study-top {
    padding-top: 150px;
  }

  .section-case-study {
    margin-top: 180px;
  }

  .case-study-bg {
    width: 750px;
    margin: 0 auto 50px;
    background-size: unset;
    background-position: 50% 300px;
  }

  .case-study-bg-sink {
    background-position: 50% 100px;
  }

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

  .guidance {
    padding-top: 20px;
  }

  .guidance span {
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
  }

  .guidance p {
    font-size: 24px;
    line-height: 48px;
  }

  .case-study-h2 {
    line-height: 38px;
    border-bottom: #d0ccc0 solid 5px;
  }

  .case-study-h2 h2 {
    font-size: 38px;
  }

  .case-study-h2 h2 span {
    font-size: 24px;
  }

  .case-study-list {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .case-study-list-item {
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
  }

  .case-study-photo {
    display: flex;
  }

  .case-study-photo-list {
    width: calc(100% / 3);
  }

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