@font-face {
  font-family: "akrobat";
  src: url('../fonts/Akrobat-ExtraBold.woff');
}
.english {
  font-family: "akrobat", sans-serif;
}
.hide {
  display: none;
}
@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 639px) {
  .pc-only {
    display: none;
  }
}
.clip-animate {
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate2 {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate3 {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-active {
  opacity: 1 !important;
  -webkit-clip-path: inset(0) !important;
  clip-path: inset(0) !important;
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}
@media (max-width: 639px) {
  body,
  html {
    width: 100vw;
    overflow-x: hidden;
  }
}
main {
  position: relative;
  top: 0;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.container {
  width: 120rem;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .container {
    width: 90vw;
  }
}
.white-header .menu ul li::after {
  background-color: #333 !important;
}
.white-header .menu ul li a {
  color: #333;
}
.font-bold {
  font-weight: bold;
}
.policy-content {
  padding: 12rem 5rem;
}
@media (max-width: 639px) {
  .policy-content {
    padding: 8rem 2rem;
  }
}
.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #111111;
  padding: 9rem 0 0 4rem;
  display: none;
}
.sp-menu ul li {
  padding: 1rem 0;
}
.sp-menu ul li a {
  font-family: "akrobat", sans-serif;
  font-size: 3rem;
  color: white;
  position: relative;
  top: 2rem;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.sp-menu ul .extra-sp-header {
  font-size: 2.2rem !important;
}
.sp-menu ul .menu-with-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-right: 35px;
}
.sp-menu ul .menu-with-sub svg {
  transition: all 0.3s ease-in-out;
}
.sp-menu ul .menu-with-sub.active svg {
  transform: rotate(180deg);
}
.sp-menu ul .sub-menu {
  display: none;
}
.sp-menu ul .sub-menu .sub {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 20px 20px;
}
.sp-menu ul .sub-menu .sub a {
  font-size: 1.8rem;
  color: #f2f2f2;
}
.sp-menu ul .menuFadeInUp {
  top: 0;
  opacity: 1;
}
.sp-menu .close-menu-btn-active .first {
  transform: rotate(45deg);
  position: relative;
  top: 0.9rem;
}
.sp-menu .close-menu-btn-active .second {
  opacity: 0;
}
.sp-menu .close-menu-btn-active .third {
  transform: rotate(-45deg);
  position: relative;
  top: -0.9rem;
}
.sp-menu .close-menu-btn {
  position: absolute;
  right: 3rem;
  top: 4rem;
  display: flex;
  z-index: 6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.sp-menu .close-menu-btn span {
  transition: all 0.3s ease-in-out;
  width: 3rem;
  height: 0.3rem;
  background-color: white;
}
.sp-menu-active .first {
  transform: rotate(45deg);
  position: relative;
  top: 0.9rem;
}
.sp-menu-active .second {
  opacity: 0;
}
.sp-menu-active .third {
  transform: rotate(-45deg);
  position: relative;
  top: -0.9rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9;
  opacity: 0;
}
header .container {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bolder;
}
header .menu-btn {
  position: absolute;
  right: 3rem;
  top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
header .menu-btn span {
  transition: all 0.3s ease-in-out;
  width: 3rem;
  height: 0.3rem;
  background-color: white;
}
header .menu {
  position: relative;
}
header .menu .out {
  display: none;
  position: absolute;
  top: 160%;
  left: 0;
  background-color: white;
  padding: 2rem 4rem;
  width: 100%;
  z-index: 5;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
header .menu .sub-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1rem;
}
header .menu .sub-menu a {
  font-family: "akrobat", sans-serif;
  font-size: 1.4rem;
}
header .menu .sub-menu-flex {
  display: flex;
  align-items: center;
  gap: 13rem;
}
header .menu .sub-menu-flex a {
  font-family: "akrobat", sans-serif;
  font-size: 1.4rem;
}
header .menu ul {
  list-style: none;
  display: flex;
  gap: 3rem;
}
header .menu ul li {
  position: relative;
}
header .menu ul li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
header .menu ul li a {
  font-size: 1.4rem;
  color: white;
  font-family: "akrobat", sans-serif;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
header .menu ul li:hover::after {
  width: 100%;
}
header .menu-btn-black span {
  background-color: #333;
}
footer {
  background-color: #111;
}
footer .container {
  padding: 5rem 0 2rem 0;
}
footer .container .top-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 639px) {
  footer .container .top-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .container .top-footer .logo {
  font-size: 4.2rem;
  line-height: 5rem;
  color: white;
  padding-right: 10rem;
  font-weight: bold;
}
@media (max-width: 639px) {
  footer .container .top-footer .logo {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
footer .container .top-footer .right {
  padding-left: 3rem;
}
@media (max-width: 639px) {
  footer .container .top-footer .right {
    padding-left: 0;
  }
}
footer .container .top-footer .right .eng-slogan {
  font-family: "akrobat", sans-serif;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #fff;
}
@media (max-width: 639px) {
  footer .container .top-footer .right .eng-slogan {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 1rem 0;
  }
}
footer .container .top-footer .right .tips {
  font-size: 1.8rem;
  color: #888;
}
footer .container .footer-service-list {
  padding: 3rem 0 5rem 5rem;
}
@media (max-width: 639px) {
  footer .container .footer-service-list {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .container .footer-service-list .line {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 1rem;
}
footer .container .footer-service-list .line .title {
  font-size: 1.4rem;
  color: white;
  width: 20rem;
}
@media (max-width: 639px) {
  footer .container .footer-service-list .line .title {
    width: 40vw;
  }
}
footer .container .footer-service-list .line span {
  font-size: 1.2rem;
  color: white;
}
footer .container .footer-service-list .line a {
  font-size: 1.2rem;
  color: white;
  cursor: pointer;
}
footer .container .footer-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 639px) {
  footer .container .footer-menu ul {
    flex-wrap: wrap;
    row-gap: 1rem;
    justify-content: flex-start;
  }
}
footer .container .footer-menu ul li a {
  font-size: 1.4rem;
  color: white;
  font-family: "akrobat", sans-serif;
}
footer .container .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding: 3rem 0;
}
@media (max-width: 639px) {
  footer .container .contact-info {
    flex-direction: column;
    row-gap: 2rem;
  }
}
footer .container .contact-info .item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  color: white;
}
footer .container .contact-info .item img {
  width: 2rem;
}
footer .container .copyright {
  text-align: center;
  font-size: 1.2rem;
  color: white;
}
.center-head-title {
  display: flex;
  justify-content: center;
  padding: 8rem 0 4rem 0;
}
.subpage-head {
  display: flex;
  justify-content: center;
  padding: 12rem 0;
}
@media (max-width: 639px) {
  .subpage-head {
    padding: 8rem 0 4rem 0;
  }
}
.head-title {
  position: relative;
}
@media (max-width: 639px) {
  .head-title {
    padding-left: 3rem;
  }
}
.head-title::before {
  content: "";
  position: absolute;
  left: -56px;
  top: -19px;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  background: url(/assets/images/common/border-yellow.webp) no-repeat;
  width: 32px;
  height: 88px;
  background-size: 100%;
}
@media (max-width: 639px) {
  .head-title::before {
    width: 24px;
    height: 64px;
    left: 0;
  }
}
.head-title .head-bg-img {
  position: absolute;
  top: 0;
  left: -15rem;
  height: 80rem;
  z-index: -1;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  transition: -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
@media (max-width: 639px) {
  .head-title .head-bg-img {
    height: 50rem;
    left: 0;
  }
}
.head-title h2 {
  font-size: 6rem;
  line-height: 7rem;
  font-family: "akrobat", sans-serif;
}
@media (max-width: 639px) {
  .head-title h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.head-title .sub-title {
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 639px) {
  .head-title .sub-title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 1.4rem;
  }
}
.head-title .sub-title::before {
  content: "";
  width: 3rem;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: -1rem;
  left: 0;
}
.sm-head-title h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: bold;
}
@media (max-width: 639px) {
  .sm-head-title h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.sm-head-title .sub-title {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media (max-width: 639px) {
  .sm-head-title .sub-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.show-title .head-bg-img {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.show-title::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.title-kv {
  padding: 18rem 0 5rem 0;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.title-kv::before {
  content: "";
  position: absolute;
  background-color: black;
  width: 105%;
  height: 300%;
  top: -130%;
  right: -44.5%;
  z-index: 1;
  transform: rotate(-15deg);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(0.18, 0.68, 0.52, 1.02) 0.8s, -webkit-clip-path 1s cubic-bezier(0.18, 0.68, 0.52, 1.02) 0.8s;
}
@media (max-width: 639px) {
  .title-kv::before {
    z-index: 2;
  }
}
.title-kv h1 {
  font-family: "akrobat", sans-serif;
  opacity: 1;
  color: #333;
}
@media (max-width: 639px) {
  .title-kv h1 {
    font-size: 2.8rem;
    line-height: 3rem;
    z-index: 6;
    position: relative;
    transition: all 0.3s ease;
  }
}
.title-kv h1:lang(en) {
  font-size: 5rem;
  line-height: 6rem;
}
@media (max-width: 639px) {
  .title-kv h1:lang(en) {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.title-kv h1:lang(ja) {
  font-size: 3.6rem;
  line-height: 4.6rem;
}
@media (max-width: 639px) {
  .title-kv h1:lang(ja) {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.title-kv .container {
  position: relative;
  height: 100%;
}
.title-kv::after {
  content: "";
  background-color: #f6de79;
  width: 1px;
  height: 120%;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  position: absolute;
  right: 18rem;
  top: -10%;
  z-index: 3;
  -webkit-transform: rotate(15deg) translateY(-100%);
  transform: rotate(15deg) translateY(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.04, 0.49, 0.24, 0.88) 1.3s;
  transition: transform 1s cubic-bezier(0.04, 0.49, 0.24, 0.88) 1.3s;
}
@media (max-width: 639px) {
  .title-kv::after {
    right: auto;
    left: 27rem;
    z-index: 4;
    top: -2vh;
  }
}
.kv-active::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.kv-active h1 {
  opacity: 1 !important;
}
.kv-active::after {
  -webkit-transform: rotate(15deg) translateY(0);
  transform: rotate(15deg) translateY(0);
}
.shooting-star {
  position: fixed;
  right: 10vw;
  top: 10rem;
  width: 90vw;
  z-index: -1;
}
.shooting-star .star {
  position: absolute;
  background-color: #f6de79;
  width: 1px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.shooting-star .star1 {
  top: 0;
  height: 77vh;
  right: 18rem;
  animation: shooting 10s linear infinite;
}
@keyframes shooting {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  92% {
    clip-path: inset(0 0 100% 0);
  }
  96% {
    clip-path: inset(0 0 50% 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.shooting-star .star2 {
  top: 0;
  height: 67vh;
  right: 28rem;
  animation: shooting2 10s linear infinite;
}
@keyframes shooting2 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  87% {
    clip-path: inset(0 0 100% 0);
  }
  91% {
    clip-path: inset(0 0 50% 0);
  }
  95% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.shooting-star .star3 {
  top: 5rem;
  height: 57vh;
  right: 4rem;
  animation: shooting3 10s linear infinite;
}
@keyframes shooting3 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  78% {
    clip-path: inset(0 0 100% 0);
  }
  81% {
    clip-path: inset(0 0 50% 0);
  }
  84% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.shooting-star .star4 {
  top: 0;
  height: 77vh;
  left: 58rem;
  animation: shooting4 20s linear infinite;
}
@keyframes shooting4 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  2% {
    clip-path: inset(0 0 50% 0);
  }
  4% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.shooting-star .star5 {
  top: 0;
  height: 67vh;
  left: 48rem;
  animation: shooting5 20s linear infinite;
}
@keyframes shooting5 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  8% {
    clip-path: inset(0 0 100% 0);
  }
  10% {
    clip-path: inset(0 0 50% 0);
  }
  12% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
.shooting-star .star6 {
  top: 5rem;
  height: 57vh;
  left: 54rem;
  animation: shooting6 20s linear infinite;
}
@keyframes shooting6 {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  4% {
    clip-path: inset(0 0 100% 0);
  }
  6% {
    clip-path: inset(0 0 50% 0);
  }
  8% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}
@media (max-width: 639px) {
  .sp-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.ani-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #333;
  color: white;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 1.4rem 2rem;
  letter-spacing: 0;
  margin-top: 1.5rem;
  cursor: pointer;
  gap: 1rem;
}
.ani-btn span {
  position: relative;
  z-index: 6;
}
.ani-btn:hover {
  color: #111111 !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.ani-btn:hover::after {
  width: 26rem;
  height: 26rem;
  opacity: 1;
}
.ani-btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  right: auto;
  left: -70px;
  bottom: -60px;
}
.ending-scene {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.ending-scene .win {
  background-color: #f5f5f5;
  position: absolute;
  width: 46%;
  height: 300%;
  top: -47%;
  z-index: -1;
  transform: rotate(15deg);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  border-right: 10px solid #f1f1f1;
}
@media (max-width: 639px) {
  
.ani-btn {
  padding: 1.4rem 1.2rem;
}
  .ending-scene .win {
    width: 60%;
  }
}
.ending-scene .win-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.ending-scene .logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  z-index: 6;
  opacity: 0;
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ending-scene .logo span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
.ending-scene .logo-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.6);
  z-index: 12;
}
.ending-scene .win1 {
  left: -23vw;
  transition-delay: 0.1s;
  z-index: 4;
}
@media (max-width: 639px) {
  .ending-scene .win1 {
    left: -67vw;
  }
}
.ending-scene .win2 {
  left: 14vw;
  transition-delay: 0.7s;
  z-index: 3;
}
@media (max-width: 639px) {
  .ending-scene .win2 {
    left: -12vw;
  }
}
.ending-scene .win3 {
  left: 52vw;
  transition-delay: 1.2s;
  z-index: 2;
}
@media (max-width: 639px) {
  .ending-scene .win3 {
    left: 48vw;
  }
}
.ending-scene .line {
  background-color: #f1c928;
  position: absolute;
  height: 1px;
  width: 50vw;
  z-index: 6;
  transition: all 1.2s cubic-bezier(0.15, 0.65, 0.84, 0.19);
}
.ending-scene .line1 {
  top: 43%;
  left: -50vw;
}
.ending-scene .line2 {
  top: 55%;
  right: -50vw;
}
.ending-scene .line1-active {
  left: -10vw;
}
.ending-scene .line2-active {
  right: -10vw;
}
.contact {
  position: relative;
  margin-top: 10rem;
}
@media (max-width: 639px) {
  .contact {
    width: 90vw;
    margin: 0 auto;
  }
}
.contact .line-show {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem 5rem 3rem 5rem;
  background-color: white;
  border-radius: 0.6rem;
  box-shadow: 0 0 0 30000px rgba(0, 0, 0, 0.6);
  z-index: 9;
  display: none;
}
.contact .line-show svg {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
}
.contact .line-show .qrcode {
  width: 60vw;
  height: 60vw;
  max-width: 160px;
  max-height: 160px;
}
.contact .contact-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 18rem 0;
}
@media (max-width: 639px) {
  .contact .contact-info {
    padding: 4rem 0;
    flex-direction: column;
    gap: 4rem;
  }
}
.contact .contact-info .contact-item {
  width: 30rem;
  height: 30rem;
  background-color: white;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5rem;
  border-radius: 1rem;
}
@media (max-width: 639px) {
  .contact .contact-info .contact-item {
    width: 90vw;
    height: auto;
    padding-bottom: 2rem;
  }
}
.contact .contact-info .contact-item .title {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
}
.contact .contact-info .contact-item .title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #333;
}
.contact .contact-info .contact-item .line {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06c755;
  color: white;
  width: 19rem;
  border-radius: 1rem;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  gap: 1rem;
}
.contact .contact-info .contact-item .line span,
.contact .contact-info .contact-item .line img {
  position: relative;
  z-index: 6;
}
.contact .contact-info .contact-item .line:hover {
  color: #06c755 !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.contact .contact-info .contact-item .line:hover::after {
  width: 26rem;
  height: 26rem;
  opacity: 1;
}
.contact .contact-info .contact-item .line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  right: auto;
  left: -70px;
  bottom: -60px;
}
.contact .contact-info .contact-item .phone {
  font-size: 2.8rem;
}
.contact .contact-info .contact-item .email {
  font-size: 1.4rem;
}
.contact .contact-info .contact-item .qrcode {
  margin-top: 1.4rem;
  width: 7.8rem;
  height: 7.8rem;
}
.contact .contact-info .contact-item .qrcode img {
  width: 100%;
}
.contact .contact-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 60vw;
  height: 67rem;
  object-fit: cover;
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
@media (max-width: 639px) {
  .contact .contact-bg {
    width: 50vw;
    height: auto;
    right: -5vw;
  }
}
/*# sourceMappingURL=./common.css.map */