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

header {
  background-color: transparent;
  border-bottom: solid 1px rgba(255, 255, 255, 1.0);
}



main {
  margin-top: 0;
}



section.top_wrap {
  background-image: url("/img/top_bg.webp");
  background-position: top -40px;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vw;
  height: 300px;
  margin-top: -40px;
}
.top_wrap .headline {
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding-top: 40px;
  width: 100vw;
  height: 270px;
}
.top_wrap .headline h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
  text-indent: 0.65em;
  margin-top: 60px;
}
.top_wrap .headline h1 {
  color: #ffffff;
  font-size: 1.0rem;
  font-weight: 300;
  text-align: center;
}
.top_wrap .headline h1 img {
  margin: 20px auto 3px;
  width: 20.0em;
  height: auto;
}
.top_wrap .headline h1 p {
  text-indent: 0.5em;
}

.top_wrap .swiper {
  width: 100%;
  height: 100px;
}
.top_wrap .swiper-wrapper {
  width: 100%;
  height: 100px;
}
.top_wrap .swiper-slide {
  width: 150px;
  height: 100px;
  overflow: hidden;
  /*
  width: 112.5px;
  height: 75px;
  */
}
.top_wrap .swiper-slide > a > img {
  width: 150px;
  height: 150px;
  /*
  width: 112.5px;
  height: 75px;
  */
}



.content_title {
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.29;
  text-align: center;
  width: 100%;
}



.features_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 135px;
  margin-bottom: 100px;
}
.features_wrap .features_content {
  margin-top: 50px;
  width: 100%;
}
.features_wrap .features_content:first-of-type {
  margin-top: 40px;
}
.features_wrap .features_content img {
  margin: 0 calc((100% - 275px) / 2);
  width: 275px;
  height: auto;
}
.features_wrap .features_content h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 10px calc((100% - 275px) / 2) 0;
  width: 275px;
}
.features_wrap .features_content p {
  font-size: 1.2rem;
  margin: 5px calc((100% - 275px) / 2) 0;
  width: 275px;
}



.team_wrap {
  margin: 100px auto;
}
.team_wrap .team_content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.team_wrap .team_content:first-of-type {
  margin-top: 40px;
}
.team_wrap .team_content img {
  margin-top: 1px;
  width: 100px;
  height: 100px;
}
.team_wrap .team_content div {
  width: calc(100% - 100px - 20px);
}
.team_wrap .team_content div h5 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
.team_wrap .team_content div h4 {
  font-size: 1.6rem;
  line-height: 1.0;
  margin-top: 5px;
}
.team_wrap .team_content div p {
  font-size: 1.2rem;
  margin-top: 8px;
}





@media print, screen and (min-width:1000px) {
  
  header h1 {
    display: none;
  }
  header nav {
    margin-left: auto;
    margin-right: auto;
  }
  header nav > ul {
    width: 540px; /* トップ用<li>間隔広め設定 */
  }
  header nav > ul > li::after {
    color: #ffffff;
    margin-left: 33px; /* トップ用<li>間隔広め設定 */
    /* margin-left: 20px; 下層ページ<li>間隔設定 */
  }
  header nav > ul > li > a {
    color: #ffffff;
  }
  header nav > ul > li > a::after {
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  
  
  section.top_wrap {
    background-position: top -70px;
    height: 600px;
    margin-top: -70px;
  }
  .top_wrap .headline {
    padding-top: 160px;
    height: 620px;
  }
  .top_wrap .headline h2 {
    font-size: 3.2rem;
    font-weight: 100;
  }
  .top_wrap .headline h1 {
    font-size: 1.6rem;
    font-weight: 100;
  }
  .top_wrap .headline h1 img {
    margin: 45px auto 6px;
    width: 340px;
  }
  .top_wrap .swiper {
    height: 160px;
  }
  .top_wrap .swiper-wrapper {
    height: 160px;

  }
  .top_wrap .swiper-slide {
    width: 200px;
    height: 160px;
  }
  .top_wrap .swiper-slide > a > img {
    width: 200px;
    height: 200px;
}
  
  
  
  .content_title {
    font-size: 4.5rem;
    line-height: 1.34;
  }
 
  
  
  .features_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 270px;
  }
  .features_wrap .content_title {
    margin-bottom: 30px;
    width: 100%;
  }
  .features_wrap .features_content {
    width: 300px;
  }
  .features_wrap .features_content:first-of-type {
    margin-top: 50px;
  }
  .features_wrap .features_content img {
    width: 100%;
    height: auto;
  }
  .features_wrap .features_content h4 {
    font-size: 2.0rem;
    margin-top: 30px;
  }
   .features_wrap .features_content p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 15px;
  }
  
  
  
  .team_wrap {
    margin: 120px auto;
  }
  .team_wrap .team_content {
    margin-top: 40px;
  }
  .team_wrap .team_content:first-of-type {
    margin-top: 80px;
  }
  .team_wrap .team_content img {
    margin-top: 0px;
    width: 150px;
    height: 150px;
  }
  .team_wrap .team_content div {
    width: calc(100% - 150px - 35px);
  }
  .team_wrap .team_content div h5 {
    font-size: 1.4rem;
    line-height: 1.0;
    margin-top: 10px;
  }
  .team_wrap .team_content div h4 {
    font-size: 2.0rem;
    margin-top: 9px;
  }
  .team_wrap .team_content div p {
    font-size: 1.6rem;
    margin-top: 12px;
  }

}





@media print {

}
