/* ------------------------------
 width: all
------------------------------ */
main section.s01 .wrapper .swiper-container {
  width: 100%;
  margin: 0 auto;
}
main section.s01 .wrapper .swiper-container .swiper-slide {
  width: 100% !important;
  margin: 0 auto;
}
main section.s01 .wrapper .swiper-container .swiper-slide .li {
  background-size: cover;
  background-position: center center;
}
main section.s01 .wrapper .swiper-container .swiper-slide .box {
  /* width: 1040px;
  margin: 0 auto;
  height: 720px; */
  width: 100%;
  height: 100%;
  position: relative;
}
main section.s01 .wrapper .swiper-container .swiper-slide .box .logobox {
  width: 40%;
  min-width: 500px;
  position: absolute;
  left: 5%;
  top: 35%;
}
main section.s01 .wrapper .swiper-container .swiper-slide .box .logobox img {
  width: 456px;
  display: block;
}
main section.s01 .wrapper .swiper-container .swiper-slide .box .btn {
  display: inline-block;
  position: absolute;
  bottom: 8%;
  right: 5%;
}
main section.s01 .wrapper .swiper-container .swiper-slide .box .btn img {
  height: 135px;
  display: block;
}
main section.media {
  padding: 120px 20px 0;
}
main section.media .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
main section.media .wrapper .t01 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #1461cc;
}
main section.media .wrapper h2 {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
main section.media .wrapper .movie_inner{
  text-align: center;
  margin-top: 75px;
}
main section.s02 {
  padding: 120px 20px 0;
}
main section.s02 .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
main section.s02 .wrapper .t01 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: #1461cc;
}
main section.s02 .wrapper h2 {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
main section.s02 .wrapper ul {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main section.s02 .wrapper ul li {
  width: calc(90% / 3);
}
main section.s02 .wrapper ul li a {
  display: block;
  text-decoration: none;
}
main section.s02 .wrapper ul li dl {
  margin-top: 20px;
}
main section.s02 .wrapper ul li dl dt {
  font-size: 24px;
  line-height: 160%;
  font-weight: bold;
  color: #1461cc;
}
main section.s02 .wrapper ul li dl dd {
  font-size: 18px;
  line-height: 160%;
  color: #111;
}
main section.s02 .wrapper ul li img{
  width: 100%;
}
main section.s03 {
  margin-top: 120px;
}
main section.s03 .wrapper 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.s03 .wrapper dl dt {
  width: 50%;
}
main section.s03 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper dl dd {
  width: 50%;
  background-image: url(../images/tp0303.png);
  background-size: cover;
  background-color: #e4ecf7;
  padding-top: calc(19vw - 160px);
}
main section.s03 .wrapper dl dd .t01 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
main section.s03 .wrapper dl dd .t01::first-letter {
  color: #1461cc;
}
main section.s03 .wrapper dl dd h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
main section.s03 .wrapper dl dd .t02 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 60px;
}
main section.s03 .wrapper dl dd .btnlist {
  text-align: center;
  font-size: 0;
  margin-top: 20px;
}
main section.s03 .wrapper dl dd .btnlist li {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
}
main section.s03 .wrapper dl dd .btnlist li a {
  background-color: #fff;
  width: 200px;
  font-size: 15px;
  color: #111;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  padding: 15px 0;
  border-radius: 30px;
  border: 1px solid #111;
  font-weight: bold;
  display: block;
  margin: 30px auto 0;
  background-image: url(../images/icon_arrow01.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  cursor: pointer;
}
main section.s04 .wrapper 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.s04 .wrapper dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
}
main section.s04 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  background-image: url(../images/tp0303.png);
  background-size: cover;
  background-color: #e4ecf7;
  padding-top: calc(19vw - 160px);
}
main section.s04 .wrapper dl dd .t01 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
main section.s04 .wrapper dl dd .t01::first-letter {
  color: #1461cc;
}
main section.s04 .wrapper dl dd h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
main section.s04 .wrapper dl dd .t02 {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 60px;
}
main section.s04 .wrapper dl dd .btnlist {
  text-align: center;
  font-size: 0;
  margin-top: 20px;
}
main section.s04 .wrapper dl dd .btnlist li {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  position: relative;
}
main section.s04 .wrapper dl dd .btnlist li::after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-top: solid 1px #111; 
  border-right: solid 1px #111; 
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8%;
}
main section.s04 .wrapper dl dd .btnlist li a.instaBk {
  background-image: url("../images/footer-insta.png");
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-position: 10px -10px;
  background-size: 50px 50px;
}
main section.s04 .wrapper dl dd .btnlist li a {
  background-color: #fff;
  width: 200px;
  font-size: 15px;
  color: #111;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  padding: 15px 0;
  border-radius: 30px;
  border: 1px solid #111;
  font-weight: bold;
  display: block;
  margin: 5px auto 0;
  cursor: pointer;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main section.s01 .wrapper .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .swiper-container .swiper-slide {
    width: 100% !important;
    margin: 0 auto;
  }
  main section.s01 .wrapper .swiper-container .swiper-slide .box {
    max-width: 1040px;
    margin: 0 auto;
    height: 500px;
    position: relative;
  }
  main section.s01 .wrapper .swiper-container .swiper-slide .box .logobox {
    width: 340px;
    min-width: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 30%;
  }
  main section.s01 .wrapper .swiper-container .swiper-slide .box .logobox img {
    width: 340px;
    display: block;
  }
  main section.s01 .wrapper .swiper-container .swiper-slide .box .btn {
    display: inline-block;
    position: absolute;
    bottom: 50px;
    right: 20px;
  }
  main section.s01 .wrapper .swiper-container .swiper-slide .box .btn img {
    height: 67.5px;
    display: block;
  }
  main section.media {
    padding: 80px 15px 0;
  }
  main section.media .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.media .wrapper .t01 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #1461cc;
  }
  main section.media .wrapper .movie_inner {
    margin-top: 35px;
    display: inherit;
  }
  main section.media .wrapper .movie_inner iframe {
    width: 100%;
  }
  main section.s02 {
    padding: 80px 15px 0;
  }
  main section.s02 .wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .t01 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #1461cc;
  }
  main section.s02 .wrapper h2 {
    text-align: center;
    font-size: 12px;
    margin-top: 1px;
  }
  main section.s02 .wrapper ul {
    margin-top: 35px;
    display: inherit;
  }
  main section.s02 .wrapper ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  main section.s02 .wrapper ul li:last-child {
    margin-bottom: 0px;
  }
  main section.s02 .wrapper ul li a {
    display: block;
    text-decoration: none;
  }
  main section.s02 .wrapper ul li dl {
    margin-top: 0;
    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.s02 .wrapper ul li dl dt {
    width: 120px;
    font-size: 14px;
    line-height: 160%;
    font-weight: bold;
    color: #1461cc;
    padding: 15px 0 15px 15px;
  }
  main section.s02 .wrapper ul li dl dd {
    width: calc(100% - 120px);
    font-size: 14px;
    line-height: 160%;
    color: #111;
    padding: 15px 15px 15px 0;
  }
  main section.s03 {
    margin-top: 80px;
  }
  main section.s03 .wrapper dl {
    display: block;
  }
  main section.s03 .wrapper dl dt {
    width: 100%;
  }
  main section.s03 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper dl dd {
    width: 100%;
    background-image: url(../images/tp0303.png);
    background-size: cover;
    background-color: #e4ecf7;
    padding: 30px 15px;
  }
  main section.s03 .wrapper dl dd .t01 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  main section.s03 .wrapper dl dd .t01::first-letter {
    color: #1461cc;
  }
  main section.s03 .wrapper dl dd h3 {
    text-align: center;
    font-size: 12px;
    margin-top: 1px;
  }
  main section.s03 .wrapper dl dd .t02 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  main section.s03 .wrapper dl dd .btnlist {
    text-align: center;
    font-size: 0;
    margin-top: 0px;
  }
  main section.s03 .wrapper dl dd .btnlist li {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  main section.s03 .wrapper dl dd .btnlist li:first-child {
    /* margin-right: 20px; */
  }
  main section.s03 .wrapper dl dd .btnlist li a {
    background-color: #fff;
    width: 150px;
    font-size: 13px;
    color: #111;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    padding: 12px 0;
    border-radius: 30px;
    border: 1px solid #111;
    font-weight: bold;
    display: block;
    margin-top: 35px;
    background-position: center right 15px;
  }
  main section.s04 .wrapper dl {
    display: block;
  }
  main section.s04 .wrapper dl dt {
    width: 100%;
  }
  main section.s04 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper dl dd {
    width: 100%;
    background-image: url(../images/tp0303.png);
    background-size: cover;
    background-color: #e4ecf7;
    padding: 30px 15px;
  }
  main section.s04 .wrapper dl dd .t01 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
  }
  main section.s04 .wrapper dl dd .t01::first-letter {
    color: #1461cc;
  }
  main section.s04 .wrapper dl dd h3 {
    text-align: center;
    font-size: 12px;
    margin-top: 1px;
  }
  main section.s04 .wrapper dl dd .t02 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  main section.s04 .wrapper dl dd .btnlist {
    text-align: center;
    font-size: 0;
    margin-top: 0px;
  }
  main section.s04 .wrapper dl dd .btnlist li {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
  }
  main section.s04 .wrapper dl dd .btnlist li::after {
    top: unset;
    bottom: 23%;
  }
  main section.s04 .wrapper dl dd .btnlist li:first-child {
    margin-right: 20px;
  }
  main section.s04 .wrapper dl dd .btnlist li a {
    background-color: #fff;
    width: 150px;
    font-size: 13px;
    color: #111;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    padding: 12px 0;
    border-radius: 30px;
    border: 1px solid #111;
    font-weight: bold;
    display: block;
    margin-top: 35px;
    background-position: center right 15px;
  }
  main section.evidence .wrapper .evidence_link{
    display: inline-block;
  }
  main section.evidence .wrapper .evidence_img{
    width: 100%;
  }
}