@charset "utf-8";
/* TOPページ */
#visualPC {
  display: block;
}
#visualSP {
  display: none;
}
main h2 {
  font-size: 240%;
  letter-spacing: 0px;
}
#S01 .contentsDetail {
  max-width: inherit;
  padding: 0;
}
#S01 .contents:nth-child(1) {
  background: #595757;
}
#S01 .contents:nth-child(2) {
  background: #8D8D8E;
  background: linear-gradient(0deg, rgba(141, 141, 142, 1) 0%, rgba(179, 179, 180, 1) 100%);
}
#S01 .contents:nth-child(3) {
  padding: 2%;
  border-bottom: 1px dashed #222;
}
#S01 #mainCopy {
  padding: 20px 0;
}
#S01 #mainCopy h2 {
  color: #fff;
  font-size: 170%;
  letter-spacing: 4px;
}
#S01 #mainCopy h2 strong {
  color: #fff;
}
#S01 #mainCopy h2 span {
  color: #fff;
}
#S01 .flexBox3 {
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
}
#S01 .flexBox3 h3 {
  color: #fff;
  font-size: 130%;
  letter-spacing: 2px;
}
#S01 .flexBox3 ul li {
  border-left: 1px solid #fff;
}
#S01 .flexBox3 ul li:last-child {
  border-right: 1px solid #fff;
}
#S02 .contents:nth-child(2) {
  padding: 5% 0;
  background: #e6e6e6;
}
#S02 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
  padding: 0;
}
#S03 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
  padding: 0;
}
#S03 .contents:nth-child(2) {
  padding: 5% 0;
}
#S04 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
  padding: 0;
}
#S04 .contents:nth-child(2) {
  padding: 5% 0;
  background: #e6e6e6;
}
#S05 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
  padding: 0;
}
#S05 .contents:nth-child(2) {
  padding: 5% 0;
}
#S05 .contents:nth-child(2) .contentsDetail {
  max-width: 1600px;
}
#S05 .leftBox {
  max-width: 840px;
}
#S05 .rightBox {
  width: 600px;
  padding: 20px;
}
#S05 .rightBox h2 {
  text-align: left;
  font-size: 220%;
  line-height: 1.2em;
}
#S05 .rightBox h3 {
  text-align: left;
  font-size: 150%;
}
#S05 .rightBox p {
  text-align: left;
}
#S05 .detailBox:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#S05 .btnMoreBox {
  margin: 4% 0;
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1200px) {
  #S05 .detailBox, #S05 .detailBox:nth-of-type(odd) {
    flex-flow: column;
  }
  #S05 .leftBox {
    max-width: initial;
  }
  #S05 .rightBox {
    width: auto;
  }
  #S05 .rightBox br.pc {
    display: none;
  }
}
/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
  main h2 {
    font-size: 180%;
  }
  main h3 {
    font-size: 140%;
  }
  #S01 #mainCopy h2 span {
    display: block;
    padding: 10px 0 15px;
  }
  #S01 .flexBox3 ul {
    flex-flow: column;
  }
  #S01 .flexBox3 ul li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #fff;
  }
  #S01 .flexBox3 ul li:last-child {
    border-right: none;
    border-bottom: none;
  }
  #S05 .rightBox h2 {
    font-size: 180%;
  }
  #S05 .rightBox h3 {
    font-size: 140%;
  }
}
/*----------------------------------------------------------- 900px */
@media screen and (max-width: 900px) {
  #visualPC {
    display: none;
  }
  #visualSP {
    display: block;
  }
  #S01 .contents:nth-child(3) p {
    text-align: left;
  }
}
/*----------------------------------------------------------- 768px */
@media screen and (max-width: 768px) {
  main h2 {
    font-size: 140%;
  }
  main h3 {
    font-size: 110%;
    letter-spacing: 1px;
  }
  #S01 #mainCopy h2 {
    font-size: 160%;
  }
  #S01 .flexBox3 h3 {
    font-size: 120%;
  }
  #S05 .rightBox h2 {
    font-size: 140%;
  }
  #S05 .rightBox h3 {
    font-size: 130%;
  }
}
/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
  #S01 #mainCopy h2 {
    font-size: 120%;
  }
  #S01 .flexBox3 {
    padding: 0;
  }
  #S01 .flexBox3 h3 {
    font-size: 100%;
  }
  #S05 .rightBox {
    padding: 10px 0;
  }
  #S05 .rightBox h3 {
    font-size: 110%;
  }
}