/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-image: url(../../images/tp0101.jpg);
  background-size: cover;
  background-position: top 0 center;
  padding-top: 165px;
  height: 1120px;
}
main section.s01 .wrapper {
  background-color: rgba(255, 255, 255, 0.78);
}
main section.s01 .wrapper .box01 {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
main section.s01 .wrapper .box01 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .box01 dl dt {
  width: 640px;
}
main section.s01 .wrapper .box01 dl dt h2 {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  line-height: 76px;
  letter-spacing: 0;
  padding-top: 40px;
}
main section.s01 .wrapper .box01 dl dd {
  width: 450px;
}
main section.s01 .wrapper .box01 dl dd img {
  width: 80%;
  display: block;
}
main section.s01 .wrapper .box01 .t01 {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 155%;
  margin-top: 10px;
}


main section.s01 .wrapper .box01 .box02 {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 50px 60px;
  margin-top: 40px;
}
main section.s01 .wrapper .box01 .box02 .t02 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #005ec4;
}
main section.s01 .wrapper .box01 .box02 .t03 {
  font-size: 20px;
  line-height: 180%;
  margin-top: 25px;
  letter-spacing: 0;
}
main section.s02 {
  margin-top: 100px;
}

main section.s02 .wrapper .ttl01 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #005ec4;
}

main section.s02 .wrapper ul li {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}
main section.s02 .wrapper ul li:nth-child(even)::before {
  right: 0;
  left: auto;
  background-color: #f9ddc7;
}
main section.s02 .wrapper ul li:nth-child(even) .t01 {
  padding-left: 250px;
  color: #ff851e;
}
main section.s02 .wrapper ul li:nth-child(even) dl dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s02 .wrapper ul li:nth-child(even) dl dd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 60px 0 40px;
}
main section.s02 .wrapper ul li::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 400px);
  height: 415px;
  background-color: #d2f4ff;
}
main section.s02 .wrapper ul li .t01 {
  padding-left: 60px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #0071ae;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
main section.s02 .wrapper ul li dl {
  width: 1200px;
  margin: 30px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
main section.s02 .wrapper ul li dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 600px;
}
main section.s02 .wrapper ul li dl dt img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper ul li dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 600px;
  padding: 0 40px 0 60px;
  font-size: 20px;
  line-height: 154%;
}
main section.s03 {
  background-color: #e4e4e4;
  padding: 60px 0 80px;
  margin-top: 80px;
}
main section.s03 .wrapper {
  width: 854px;
  margin: 0 auto;
}
main section.s03 .wrapper h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
}
main section.s03 .wrapper .mvbox {
  width: 100%;
  margin: 35px auto 0;
  padding-top: 56.25%;
  position: relative;
}
main section.s03 .wrapper .mvbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
main section.s04 {
  padding: 60px 0 120px;
}
main section.s04 .wrapper .btn {
  width: 732px;
  display: block;
  margin: 0 auto;
}
main section.s04 .wrapper .btn img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    background-image: url(../../images/tp0101.jpg);
    background-size: cover;
    background-position: top 0 center;
    padding-top: 74px;
    height: auto;
  }
  main section.s01 .wrapper {
    background-color: rgba(255, 255, 255, 0.78);
  }
  main section.s01 .wrapper .box01 {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }
  main section.s01 .wrapper .box01 dl {
    display: block;
  }
  main section.s01 .wrapper .box01 dl dt {
    width: 100%;
  }
  main section.s01 .wrapper .box01 dl dt h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    line-height: 38px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .box01 dl dd {
    width: 100%;
    margin-top: 2vw;
  }
  main section.s01 .wrapper .box01 dl dd img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .box01 .t01 {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 155%;
    margin-top: 2vw;
    letter-spacing: 0;
  }
  main section.s01 .wrapper .box01 .box02 {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 20px 15px;
    margin-top: 20px;
  }
  main section.s01 .wrapper .box01 .box02 .t02 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #005ec4;
  }
  main section.s01 .wrapper .box01 .box02 .t03 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 5px;
    letter-spacing: 0;
  }
  
  main section.s02 {
    margin-top: 30px;
    padding: 0 20px;
  }
  
  main section.s02 .wrapper .ttl01 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #005ec4;
}

  main section.s02 .wrapper ul li {
    background-color: #d2f4ff;
    position: relative;
    margin-top: 20px;
    padding: 20px;
  }
  main section.s02 .wrapper ul li:nth-child(even) {
    background-color: #f9ddc7;
  }
  main section.s02 .wrapper ul li:nth-child(even) .t01 {
    padding-left: 0;
    color: #ff851e;
  }
  main section.s02 .wrapper ul li::before {
    display: none;
  }
  main section.s02 .wrapper ul li .t01 {
    padding-left: 0px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #0071ae;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  main section.s02 .wrapper ul li dl {
    width: 100%;
    display: block;
    margin: 15px auto 0;
  }
  main section.s02 .wrapper ul li dl dt {
    width: 100%;
  }
  main section.s02 .wrapper ul li dl dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul li dl dd {
    width: 100%;
    padding: 0 !important;
    font-size: 14px;
    line-height: 170%;
    margin-top: 10px;
  }
  main section.s03 {
    background-color: #e4e4e4;
    padding: 30px 20px;
    margin-top: 30px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
  }
  main section.s03 .wrapper .mvbox {
    width: 100%;
    margin: 15px auto 0;
    padding-top: 56.25%;
    position: relative;
  }
  main section.s03 .wrapper .mvbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  main section.s04 {
    padding: 30px 20px 50px;
  }
  main section.s04 .wrapper .btn {
    width: 335px;
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .btn img {
    width: 100%;
    display: block;
  }
}