@media (max-width: 600px) {
  br {
    display: none;
  }
}

.back-cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(22, 217, 207) 0%, rgb(150, 230, 244) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -4;
}
.back-cont::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(4%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 4%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -3;
}
.back-cont .arch {
  width: 100%;
}
.back-cont .arch img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: -1;
}
.back-cont .arch::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/04/arch.png);
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -2;
}
.back-cont .arch::after {
  display: none;
}

.section01 {
  margin-bottom: 70px;
}
.section01 .scroll-txt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  top: 50%;
  left: 2.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  .section01 .scroll-txt {
    display: none;
  }
}
.section01 .scroll-txt .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.21em;
  font-weight: 900;
}
.section01 .scroll-txt .icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.section01 .scroll-txt .icons::before, .section01 .scroll-txt .icons::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section01 .scroll-txt .icons::before {
  background-image: url(/wp-content/uploads/2025/03/senimg13.png);
}
.section01 .scroll-txt .icons::after {
  background-image: url(/wp-content/uploads/2025/03/senimg11.png);
}
.section01 .scroll-txt .icons img {
  width: 8px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section01 .kv {
  width: 90%;
  height: 620px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .section01 .kv {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .section01 .kv {
    width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section01 .kv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 30px 0;
}
.section01 .catchphrase {
  width: 100%;
  font-size: 66px;
  line-height: 100px;
  letter-spacing: 0.11em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section01 .catchphrase span {
  font-size: 66px;
  line-height: 100px;
  letter-spacing: 0.11em;
  color: #fae314;
  font-weight: 900;
}
.section01 .catchphrase * {
  font-size: 66px;
  line-height: 100px;
  letter-spacing: 0.11em;
  color: #fff;
  font-weight: 900;
}
.section01 .catchphrase rt {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.55em;
}
@media (max-width: 700px) {
  .section01 .catchphrase {
    font-size: 30px;
    line-height: 45px;
  }
  .section01 .catchphrase * {
    font-size: 30px;
    line-height: 45px;
  }
  .section01 .catchphrase span {
    font-size: 30px;
    line-height: 45px;
  }
  .section01 .catchphrase rt {
    font-size: 10px;
    line-height: 14px;
  }
}
.section01 .certification {
  height: 230px;
  bottom: -40px;
  right: 20px;
}
@media (max-width: 1100px) {
  .section01 .certification {
    height: 90px;
  }
}
.section01 .certification img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section02 {
  max-width: 1100px;
  margin: 0 auto;
}
.section02 .border {
  width: 90%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 40px auto;
  border: 1px solid #fff;
  border-radius: 30px 30px 30px 0;
}
@media (max-width: 880px) {
  .section02 .border {
    display: none;
  }
}
.section02 .border .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px 30px 30px 0;
}
.section02 .border .container .left {
  width: 20%;
}
.section02 .border .container .left .headline {
  margin-bottom: 40px;
}
.section02 .border .container .left .headline span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.16em;
  font-weight: 900;
  margin-bottom: 15px;
}
.section02 .border .container .left .headline span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/wp-content/uploads/2025/03/senimg04.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section02 .border .container .left .headline h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0;
}
.section02 .border .container .left .morebtn a {
  display: block;
  color: #787d7f;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #787d7f;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (max-width: 800px) {
  .section02 .border .container .left .morebtn a {
    padding: 15px 0;
    font-size: 13px;
  }
}
.section02 .border .container .left .morebtn a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fae314;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section02 .border .container .right {
  width: calc(80% - 80px);
  margin-left: 80px;
  text-align: left;
}
.section02 .border .container .right .list .item {
  border-top: 3px dotted #e4e8ea;
}
.section02 .border .container .right .list .item:last-child {
  border-bottom: 3px dotted #e4e8ea;
}
.section02 .border .container .right .list .item a {
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section02 .border .container .right .list .item a .date {
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #1cc8dd;
  font-weight: bold;
  margin-right: 25px;
}
.section02 .border .container .right .list .item a .title {
  letter-spacing: 0.02em;
}
.section02 .sp-cont {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 880px) {
  .section02 .sp-cont {
    display: block;
  }
}
.section02 .sp-cont .headline {
  margin-bottom: 40px;
  text-align: center;
}
.section02 .sp-cont .headline::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/wp-content/uploads/2025/04/sp-logos.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.section02 .sp-cont .headline span {
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 900;
  color: #0bbcdb;
}
.section02 .sp-cont .headline h2 {
  font-size: 20px;
  letter-spacing: 0.11em;
  font-weight: bold;
  margin: 0;
  color: #0bbcdb;
}
.section02 .sp-cont .list {
  padding: 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
}
.section02 .sp-cont .list .item {
  border-top: 1px solid #fff;
}
.section02 .sp-cont .list .item:last-child {
  border-bottom: 1px solid #fff;
}
.section02 .sp-cont .list .item a {
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.section02 .sp-cont .list .item a .date {
  font-size: 14px;
  letter-spacing: 0.07em;
  color: #1cc8dd;
  font-weight: bold;
  margin-bottom: 10px;
}
.section02 .sp-cont .list .item a .title {
  letter-spacing: 0.02em;
}
.section02 .sp-cont .morebtn {
  width: 140px;
  margin: 0 auto;
}
.section02 .sp-cont .morebtn a {
  display: block;
  color: #15a6cc;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 0.06em;
  background-color: rgba(255, 255, 255, 0.3);
}
.section02 .sp-cont .morebtn a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section02 .banner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px auto;
}
@media (max-width: 800px) {
  .section02 .banner {
    width: 90%;
  }
}
.section02 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section03 {
  margin: -20% 0 60px 0;
}
@media (max-width: 800px) {
  .section03 {
    margin-bottom: 100px;
  }
}
.section03 .bh img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section03 .bh:nth-child(1) {
  width: 24px;
  height: 24px;
  left: 25%;
  top: -10%;
}
.section03 .bh:nth-child(2) {
  width: 24px;
  height: 24px;
  top: 20%;
  left: 80%;
}
.section03 .bh:nth-child(3) {
  width: 80px;
  height: 80px;
  left: 10%;
  top: 20%;
}
@media (max-width: 800px) {
  .section03 .bh:nth-child(3) {
    display: none;
  }
}
.section03 .bh:nth-child(4) {
  width: 124px;
  height: 124px;
  bottom: -15%;
  left: 75%;
  z-index: -1;
}
@media (max-width: 800px) {
  .section03 .bh:nth-child(4) {
    display: none;
  }
}
.section03 .bh:nth-child(5) {
  width: 24px;
  height: 24px;
  bottom: -10%;
  left: 35%;
}
@media (max-width: 800px) {
  .section03 .bh:nth-child(5) {
    left: 15%;
  }
}
.section03 .headline {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .section03 .headline {
    font-size: 16px;
  }
}
.section03 .headline ruby {
  font-size: 50px;
  letter-spacing: 0.07em;
  color: #1cc8dd;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 800px) {
  .section03 .headline ruby {
    font-size: 24px;
  }
}
.section03 .headline ruby rt {
  font-size: 12px;
  letter-spacing: 0.66em;
  color: #1cc8dd;
}
.section03 .headline span {
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #1cc8dd;
  display: block;
  font-weight: 900;
  margin-top: 15px;
}
@media (max-width: 800px) {
  .section03 .headline span {
    font-size: 10px;
    letter-spacing: 0.16em;
  }
}
.section03 .text {
  margin: 0 auto 40px auto;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 34px;
}
@media (max-width: 800px) {
  .section03 .text {
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 26px;
  }
}
.section03 .morebtn {
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .section03 .morebtn {
    width: 140px;
  }
}
.section03 .morebtn a {
  display: block;
  color: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(45deg, #42d3ff 0%, #4fe885 100%);
}
@media (max-width: 800px) {
  .section03 .morebtn a {
    padding: 15px 0;
    font-size: 13px;
  }
}
.section03 .morebtn a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fae314;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section04 {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}
.section04.sp {
  display: none;
}
@media (max-width: 800px) {
  .section04.pc {
    display: none;
  }
  .section04.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.section04.pc .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.section04.pc .image:nth-child(1) {
  width: 35%;
  height: 330px;
  margin-right: 3%;
}
.section04.pc .image:nth-child(1) img {
  border-radius: 0 30px 30px 0;
}
.section04.pc .image:nth-child(2) {
  width: 20%;
  height: 340px;
  margin-top: 100px;
}
.section04.pc .image:nth-child(3) {
  width: 35%;
  height: 300px;
  margin: 40px 3% 0 -50px;
  position: relative;
  z-index: -1;
}
.section04.pc .image:nth-child(4) {
  width: 20%;
  max-height: 370px;
  margin-top: -50px;
}
.section04.pc .image:nth-child(4) img {
  border-radius: 30px 0 0 30px;
}
.section04.sp {
  margin-bottom: 40px;
}
.section04.sp .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section04.sp .image:nth-child(1) {
  width: 50%;
  margin: 0 0 100px 0;
}
.section04.sp .image:nth-child(1) img {
  border-radius: 0 10px 10px 0;
}
.section04.sp .image:nth-child(2) {
  width: 35%;
  height: 45%;
  right: 5%;
  top: -30px;
}
.section04.sp .image:nth-child(3) {
  width: 60%;
  margin: 0 0 0 auto;
}
.section04.sp .image:nth-child(3) img {
  border-radius: 10px 0 0 10px;
}
.section04.sp .image:nth-child(4) {
  width: 25%;
  height: 130px;
  bottom: 80px;
  left: 30px;
}

.section05 {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .section05 {
    margin-bottom: 50px;
  }
}
.section05 .container {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .section05 .container {
    width: 100%;
  }
}
.section05 .container .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.section05 .container .box:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .section05 .container .box {
    margin-bottom: 50px;
  }
}
.section05 .container .box .image {
  width: 50%;
  position: relative;
}
@media (max-width: 800px) {
  .section05 .container .box .image {
    width: 90%;
    margin-bottom: 50px;
  }
}
.section05 .container .box .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f9fa;
  border-radius: 30px 30px 30px 0;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
@media (max-width: 800px) {
  .section05 .container .box .image::before {
    border-radius: 0 260px 260px 0;
    top: 10px;
    left: 10px;
  }
}
.section05 .container .box .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px 30px 30px 0;
}
@media (max-width: 800px) {
  .section05 .container .box .image img {
    border-radius: 0 260px 260px 0;
  }
}
.section05 .container .box .content {
  width: calc(50% - 100px);
  margin-left: 100px;
}
@media (max-width: 800px) {
  .section05 .container .box .content {
    width: 90%;
    margin: 0 auto;
  }
}
.section05 .container .box .content::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-image: url(/wp-content/uploads/2025/03/senimg03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -80px;
  left: -45px;
  z-index: -1;
}
@media (max-width: 800px) {
  .section05 .container .box .content::before {
    top: -110px;
    left: 3%;
    z-index: 1;
  }
}
.section05 .container .box .content .headline {
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 800px) {
  .section05 .container .box .content .headline {
    text-align: center;
    margin-bottom: 20px;
  }
}
.section05 .container .box .content .headline h2 {
  font-size: 50px;
  letter-spacing: 0.07em;
  font-weight: 900;
  margin: 0;
}
@media (max-width: 800px) {
  .section05 .container .box .content .headline h2 {
    width: 100%;
    font-size: 28px;
  }
}
.section05 .container .box .content .headline span {
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #ffb82b;
  font-weight: 900;
}
@media (max-width: 900px) {
  .section05 .container .box .content .headline span {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
}
.section05 .container .box .content .text {
  letter-spacing: 0.02em;
  line-height: 34px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .section05 .container .box .content .text {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.section05 .container .box .content .morebtn {
  width: 240px;
}
@media (max-width: 800px) {
  .section05 .container .box .content .morebtn {
    width: 140px;
    margin: 0 auto;
  }
}
.section05 .container .box .content .morebtn a {
  display: block;
  color: #fff;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(45deg, #ffb82b 0%, #ffd91d 100%);
  letter-spacing: 0.07em;
}
@media (max-width: 800px) {
  .section05 .container .box .content .morebtn a {
    padding: 15px 0;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}
.section05 .container .box .content .morebtn a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ffff72;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section05 .container .box:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 800px) {
  .section05 .container .box:nth-child(2) .image::before {
    border-radius: 260px 0 0 260px;
    left: -10px;
  }
}
@media (max-width: 800px) {
  .section05 .container .box:nth-child(2) .image img {
    border-radius: 260px 0 0 260px;
  }
}
.section05 .container .box:nth-child(2) .content {
  margin: 0 100px 0 10%;
  width: calc(50% - 100px - 10%);
}
@media (max-width: 800px) {
  .section05 .container .box:nth-child(2) .content {
    width: 90%;
    margin: 0 auto;
  }
}
.section05 .container .box:nth-child(2) .content::before {
  background-image: url(/wp-content/uploads/2025/03/senimg02.png);
}
@media (max-width: 800px) {
  .section05 .container .box:nth-child(2) .content::before {
    top: -110px;
    left: auto;
    right: 3%;
    z-index: 1;
  }
}
.section05 .container .box:nth-child(2) .content .headline span {
  color: #f44527;
}
@media (max-width: 800px) {
  .section05 .container .box:nth-child(2) .content .headline {
    text-align: center;
  }
}
.section05 .container .box:nth-child(2) .content .morebtn a {
  background: linear-gradient(45deg, #e6341f 0%, #ff6a36 100%);
}
.section05 .container .box:nth-child(3) .content::before {
  background-image: url(/wp-content/uploads/2025/03/senimg01.png);
}
.section05 .container .box:nth-child(3) .content .headline span {
  color: #be7ee0;
}
.section05 .container .box:nth-child(3) .content .morebtn a {
  background: linear-gradient(45deg, #b474d6 0%, #d88aec 100%);
}

.section06 {
  margin-bottom: 80px;
}
.section06::before {
  content: "";
  display: block;
  width: 175px;
  height: 195px;
  background-image: url(/wp-content/uploads/2026/01/bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -25%;
  right: 5%;
  z-index: -1;
}
@media (max-width: 900px) {
  .section06::before {
    width: 70px;
    height: 80px;
    top: -5%;
    right: 3%;
  }
}
.section06 .container .headline {
  text-align: center;
  margin-bottom: 40px;
}
.section06 .container .headline::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/uploads/2025/12/icon001.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 30px auto;
  z-index: -1;
}
@media (max-width: 900px) {
  .section06 .container .headline::before {
    width: 40px;
    height: 40px;
    position: relative;
    margin-bottom: 15px;
  }
}
.section06 .container .headline::after {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-image: url(/wp-content/uploads/2026/01/mov-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media (max-width: 900px) {
  .section06 .container .headline::after {
    height: 45px;
    margin: 0;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
  }
}
.section06 .container .headline h2 {
  font-size: 36px;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #18bfd6;
  margin: 0;
}
@media (max-width: 800px) {
  .section06 .container .headline h2 {
    font-size: 20px;
    letter-spacing: 0.11em;
  }
}
.section06 .container .video-list {
  gap: 0px 20px;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.section06 .container .video-list > * {
  width: calc((100% - 20px * (3 - 1)) / 3);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 600px) {
  .section06 .container .video-list {
    gap: 15px 15px;
  }
  .section06 .container .video-list > * {
    width: calc((100% - 15px * (2 - 1)) / 2);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.section06 .container .video-list .video_content .case_inner .video-list-thumbnail a {
  display: block;
}
.section06 .container .video-list .video_content .case_inner .video-list-thumbnail a::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background-image: url(/wp-content/uploads/2025/12/icon003.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section06 .container .video-list .video_content .case_inner .video-list-thumbnail a img {
  width: 100%;
  border-radius: 10px;
}

.modal-video .modal-video-inner {
  padding: 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1020px) {
  .modal-video .modal-video-inner .modal-video-close-btn {
    top: auto;
    bottom: -45px;
    right: 20px;
  }
}