/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .ttl_en {
  width: 300px;
}
main section.ttl_section .wrapper h2 {
  width: 280px;
}
main section.s01 {
  padding-top: 15px;
}
main section.s01 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  font-size: 20px;
  font-weight: bold;
}
main section.s01 .wrapper .t02 {
  font-size: 16px;
  line-height: 175%;
  margin-top: 10px;
}
main section.s01 .wrapper .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 60px;
  margin-top: 70px;
}
main section.s01 .wrapper .list01 li {
  width: 360px;
  /* aspect-ratio: 16/9; */
}
main section.s01 .wrapper .list01 li a {
  text-decoration: none;
  color: #000;
}
main section.s01 .wrapper .list01 li .mvbox {
  width: 100% !important;
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  overflow:hidden;
}
main section.s01 .wrapper .list01 li .mvbox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
main section.s01 .wrapper .list01 li .mvbox img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
main section.s01 .wrapper .list01 li .mvbox img:hover {
  transform:scale(1.3);
	transition:0.3s;
}
main section.s01 .wrapper .list01 li p {
  font-size: 16px;
  line-height: 150%;
  margin-top: 8px;
}
main section.s01 .wrapper .list01 li .ajtxt {
  font-weight: 700;
}
main section.s01 .wrapper .list01 li .ajtxt2 {
  font-size: 14px;
}
main section.s01 .wrapper .btn01 {
  width: 360px;
  padding: 38px 50px;
  border-radius: 20px;
  background-color: #ed6504;
  margin: 150px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(../../../../images/icon_arrow01.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center right 50px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main section.s01 .wrapper .btn02 {
  width: 360px;
  padding: 34px 70px;
  border-radius: 20px;
  text-align: right;
  border: 4px solid #ed6504;
  margin: 50px auto 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  color: #ed6504;
  display: block;
  text-decoration: none;
  background-image: url(../../../../images/icon_question01.svg);
  background-size: 36px auto;
  background-repeat: no-repeat;
  background-position: top 33px left 70px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .ttl_en {
    width: 141px;
  }
  main section.ttl_section .wrapper h2 {
    width: 141px;
  }
  main section.s01 {
    padding: 30px 20px 0;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .t01 {
    font-size: 18px;
    font-weight: bold;
  }
  main section.s01 .wrapper .t02 {
    font-size: 14px;
    line-height: 175%;
    margin-top: 7px;
  }
  main section.s01 .wrapper .list01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .list01 li {
    width: calc(50% - 10px);
  }
  main section.s01 .wrapper .list01 li .mvbox {
    width: 100% !important;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
  }
  main section.s01 .wrapper .list01 li .mvbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  main section.s01 .wrapper .list01 li p {
    font-size: 13px;
    line-height: 150%;
    margin-top: 5px;
  }
  main section.s01 .wrapper .list01 li .ajtxt {
  font-weight: 700;
  }
  main section.s01 .wrapper .list01 li .ajtxt2 {
    font-size: 11px;
  }
  main section.s01 .wrapper .btn01 {
    width: 240px;
    padding: 18px 20px 18px 35px;
    border-radius: 10px;
    background-color: #ed6504;
    margin: 50px auto 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    display: block;
    text-decoration: none;
    background-image: url(../../../../images/icon_arrow01.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
  main section.s01 .wrapper .btn02 {
    width: 240px;
    padding: 16px 40px;
    border-radius: 10px;
    margin: 20px auto 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    display: block;
    border: 2px solid #ed6504;
    text-decoration: none;
    background-image: url(../../../../images/icon_question01.svg);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: top 16px left 30px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }
}