@charset "utf-8";
/* TOP */
.btnBox {
  margin: 0;
}
#top h2.large {
  justify-content: flex-start;
  font-size: 500%;
  padding: 0 2%;
  margin: 0;
  line-height: 0.75em;
}
#S02 h2, #S03 h2, #S04 h2, #S05 h2, #S06 h2 {
  font-family: 'Noto Sans JP';
  font-size: 220%;
  text-align: left;
  padding: 0;
  margin: 0;
}
#top p {
  text-align: left;
  line-height: 1.6em;
  padding: 2%;
}
#top .detailBox {}
#top .leftBox {
  width: 50%;
}
#top .rightBox {
  width: 50%;
}
#top .detail {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 2% 5% 5% 11%;
}
#top .btnBox {
  padding: 10% 0 0;
}
#S01 {}
#S01 h2 {
  font-family: 'Noto Sans JP';
  font-weight: 500;
}
#S01 .contents:nth-child(2) .contentsDetail {
  max-width: inherit;
}
#S01 #meritBox {}
#S01 .merit {
  border-bottom: 1px solid #fff;
  background: #b5b6b6;
}
#S01 #meritBox h3 {
  color: #fff;
  border: none;
  text-align: center;
}
#S01 #meritBox ul {
  padding: 2% 0;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#S01 #meritBox .melt:nth-child(1) {}
#S01 #meritBox ul li {
  border-left: 1px solid #fff;
  width: calc(100% / 3);
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#S01 #meritBox ul li:last-child {
  border-right: 1px solid #fff;
}
#S02 {}
#S02 .flexBox2 {
  padding: 5%;
}
#S02 .flexBox2 h3 {
  font-size: 110%;
}
#S03 {}
#S04 {}
#S04 .detailBox {
  flex-direction: row-reverse;
}
#S05 {}
#S06 {}
#S06 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
}
#S06 .contents:nth-child(1) .contentsDetail img {
  width: 100%;
}
#S06 .detailBox {
  align-items: center;
}
#S06 .leftBox {
  width: 70%;
}
#S06 .rightBox {
  width: 30%;
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
  #S02 .flexBox2 h3 {
    font-size: 90%;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  #top .detailBox {
    flex-flow: column;
  }
  #S04 .detailBox {
    flex-flow: column;
  }
  #top .leftBox {
    width: auto;
  }
  #top .rightBox {
    width: auto;
  }
  #top .btnBox {
    padding: 2% 0 0;
    margin: auto;
  }
  #S01 #meritBox ul {
    flex-flow: column;
    padding: 0;
  }
  #S01 #meritBox ul li {
    border-left: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    box-sizing: border-box;
  }
  #S01 #meritBox ul li:last-child {
    border-right: none;
  }
  #S01 .merit {
    border-bottom: none;
  }
}

/*----------------------------------------------------------- 820px */
@media screen and (max-width: 820px) {
#top h2.large {
    font-size: 400%;
}
#top .detail {
    padding: 5% 2%;
}
#S02 h2, #S03 h2, #S04 h2, #S05 h2, #S06 h2 {
    font-size: 170%;
}
}


/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
#top h2.large {
    font-size: 240%;
}
#S02 h2, #S03 h2, #S04 h2, #S05 h2, #S06 h2 {
    font-size: 120%;
    letter-spacing: 1px;
}
}