.contactbox {
  background: #fff;
  padding: 40px;
}

.bg-contact-new {
  background: url(../img/contact_bg.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@keyframes oxxo5 {
  0% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.videobox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
.videobox iframe {
  position: absolute;
}

.imgbox_move {
  padding-bottom: 65%;
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.imgbox_move img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  animation-name: oxxo5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}

.sup-text {
  font-size: 1.75rem;
  font-weight: 600;
}

.pointbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pointbox .bg_y::after {
  background: #FFE250 !important;
}
.pointbox .leftbox {
  width: 30%;
  position: relative;
}
.pointbox .leftbox::after {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 4px);
  bottom: -8px;
  left: 10px;
  background: #FFBB00;
  z-index: -1;
}
.pointbox .leftbox img {
  width: 100%;
  padding-right: 100px;
}
.pointbox .rightbox {
  width: 70%;
}
.pointbox .rightbox h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 4px 0 20px 0;
  line-height: 1.8;
}
.pointbox .rightbox .text {
  font-size: 20px;
  line-height: 1.6;
  color: #646464;
}
.pointbox .rightbox a {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 300px;
  background: #ffc628;
  border: 2px solid #ff9606;
  border-radius: 10px;
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
  padding: 15px 20px;
}
.pointbox .rightbox a span {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #ff9606;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}
.pointbox .rightbox a:hover, .pointbox .rightbox a:focus {
  color: #fff;
}
.pointbox .rightbox a:hover span {
  transform: translateY(0) scale(2);
}
.pointbox .rightbox a:hover span:nth-child(1) {
  --n: 1;
}
.pointbox .rightbox a:hover span:nth-child(2) {
  --n: 2;
}
.pointbox .rightbox a:hover span:nth-child(3) {
  --n: 3;
}
.pointbox .rightbox a:hover span:nth-child(4) {
  --n: 4;
}

.pc_block {
  display: block;
}

@media screen and (max-width: 1440px) {
  .sup-text {
    font-size: 25px;
  }
  .pointbox .rightbox h3 {
    margin: 0px 0 10px 0;
    font-size: 23px;
  }
  .pointbox .rightbox .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .block1200 {
    display: block;
  }
  .sup-text {
    font-size: 21px;
  }
  .pointbox .leftbox {
    width: 35%;
  }
  .pointbox .leftbox::after {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 4px);
    bottom: -8px;
    left: 10px;
    background: #FFBB00;
    z-index: -1;
  }
  .pointbox .leftbox img {
    padding-right: 60px;
  }
  .pointbox .rightbox {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .index-about-swiper {
    padding: 0;
  }
  .block1200 {
    display: inline-block;
  }
  .sup-text {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .index-about-swiper .main_svg {
    display: none;
  }
  .videobox {
    padding-bottom: 70%;
  }
}
@media screen and (max-width: 667px) {
  .contactbox {
    background: #fff;
    padding: 30px 15px;
  }
  .videobox {
    padding-bottom: 100%;
  }
  .block1200 {
    display: block;
  }
  .sup-text {
    font-size: 20px;
  }
  .display_inline {
    display: inline !important;
  }
  .pointbox .leftbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .pointbox .leftbox img {
    padding-right: 0;
    width: 65%;
  }
  .pointbox .leftbox::after {
    width: 80%;
    height: 110%;
    bottom: calc(-5% + 2px);
    left: auto;
    right: 0;
  }
  .pointbox .rightbox {
    width: 100%;
    margin-bottom: 25px;
  }
  .pointbox .rightbox .text {
    font-size: 16px;
  }
  .pointbox .rightbox h3 {
    line-height: 1.5;
  }
}