@charset "UTF-8";

/*==========================================*/
/* mainvisual */
/*==========================================*/
.mainvisual .mainvisual-bg {
  position: relative;
  width: 100%;
  height: 764px;
  padding: 0 20px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainvisual .mainvisual-header .mainvisual-subtitle {
  line-height: 1.8em;
  letter-spacing: 0.01em;
  font-size: 16px;
}
.mainvisual .mainvisual-header .mainvisual-title {
  height: auto;
  margin-top: 20px;
  z-index: 1000;
  font-size: 64px;
  font-weight: 500;
  font-family: 'NHaasGroteskMd','NotoSansCJKjpMd', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  color: #fff;
  line-height: 1.1em;
  letter-spacing: 0.01em;
}
.mainvisual .mainvisual-header .mainvisual-title-jp {
  font-family: 'NHaasGroteskMd','NotoSansCJKjpMd', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  font-size: 27px;
  color: #fff;
  line-height: 1.1em;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin-top: 15px;
}
/*==========================================*/
/* content */
/*==========================================*/
section[id^="section"] {
  position: relative;
  z-index: 1;
  padding: 0 2% 120px;
  background-color: #fff;
}
section[id^="section"] .content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
#section_project {
  padding-top: 70px;
}
#section_project .project__article {
  margin-top: 100px;
}
#section_project .project__article:first-of-type {
  margin-top: 0;
}
#section_project h2 {
  line-height: 1.6em;
  font-family: 'NHaasGroteskMd','NotoSansCJKjpMd', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
  font-size: 26px;
  font-weight: normal;
}
#section_project .vision-content h3 {
  position: relative;
  line-height: 1.0em;
  letter-spacing: 0.01em;
  font-size: 48px;
  font-weight: bold;
}
#section_project p {
  position: relative;
  margin-top: 20px;
  padding-left: 54px;
}
#section_project p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #6cd1ef;
}
#section_project a {
  padding-left: 54px;
  color: #6cd1ef;
  font-size: 16px;
}
#section_project .project__img {
  display: block;
  width: 100%;
  margin-top: 30px;
}
#section_project .project__img:first-of-type {
  margin-top: 0;
}
/* ---------------------------------
タブレット
--------------------------------- */
@media only screen and (max-width: 949px) and (min-width: 725px) {
  /*==========================================*/
  /* mainvisual */
  /*==========================================*/
  .mainvisual {
    height: 580px;
  }
  .mainvisual .mainvisual-bg {
    height: 580px;
    padding: 0 18px;
  }
  .mainvisual .mainvisual-header {
    position: relative;
    width: 100%;
    max-width: 949px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }
  .mainvisual .mainvisual-arrow {
    position: absolute;
    bottom: 60px;
  }

  section[id^="section"] {
    position: relative;
    z-index: 1;
    padding: 0 4% 60px;
    background-color: #fff;
  }
  section[id^="section"] .content {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  /* project */
  #section_project {
    padding-top: 60px;
  }
  #section_project .project__article {
    margin-top: 50px;
  }
  #section_project .project__article:first-of-type {
    margin-top: 0;
  }
  #section_project h2 {
    font-family: 'NHaasGroteskMd','NotoSansCJKjpMd', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.0em;
    letter-spacing: 0.01em;
  }
  #section_project p {
    position: relative;
    padding-left: 3.6em;
    line-height: 1.8em;
    letter-spacing: 0.01em;
    font-size: 14px;
    margin-top: 10px;
  }
  #section_project p::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #6cd1ef;
  }
  #section_project a {
    padding-left: 54px;
    color: #6cd1ef;
    font-size: 16px;
  }
}


/* ---------------------------------
スマホ
--------------------------------- */
@media only screen and (max-width: 724px) {
  /*==========================================*/
  /* mainvisual */
  /*==========================================*/
  .mainvisual {
    height: 460px;
  }
  .mainvisual .mainvisual-header {
    position: relative;
    width: 100%;
    height: 460px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vh;
  }
  .mainvisual .mainvisual-bg {
    height: 460px;
    padding: 0 10px;
  }
  .mainvisual .mainvisual-header .mainvisual-subtitle {
    font-size: 14px;
  }
  .mainvisual .mainvisual-header .mainvisual-title {
    margin-top: 20px;
    font-size: 40px;
  }
  .mainvisual .mainvisual-header .mainvisual-title-jp {
    font-size: 20px;
  }
  .mainvisual .mainvisual-arrow {
    position: absolute;
    bottom: 60px;
  }

  section[id^="section"] {
    position: relative;
    z-index: 1;
    padding: 0 10px 60px;
    background-color: #fff;
  }
  section[id^="section"] .content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* project */
  #section_project {
    padding-top: 60px;
  }
  #section_project .project__article {
    margin-top: 30px;
  }
  #section_project .project__article:first-of-type {
    margin-top: 0;
  }
  #section_project p {
    position: relative;
    padding-left: 3.6em;
    margin-top: 10px;
  }
  #section_project p::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #6cd1ef;
  }
  #section_project a {
    padding-left: 54px;
    color: #6cd1ef;
    font-size: 14px;
  }
}
