.footer {
  position: relative;
  z-index: 2;
}

.coming {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.coming::before {
  height: 1px;
}
.coming_decor {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.coming_decor01 {
  position: absolute;
  width: 35.2459016393%;
  left: 0;
  top: 0;
}
.coming_decor01.sp {
  width: 70%;
}
.coming_decor02 {
  position: absolute;
  width: 28.3159463487%;
  bottom: 116px;
  right: -40px;
  display: none;
}
@media screen and (min-width: 768px) {
  .coming_decor02 {
    display: block;
  }
}
.coming_main {
  padding: 33px 0 0;
}
@media screen and (min-width: 768px) {
  .coming_main {
    padding: 47px 0 14px;
  }
}
@media screen and (min-width: 768px) {
  .coming_main .c_ttl {
    padding-left: clamp(0rem, 4.1666666667vw + -2rem, 1.75rem);
  }
}
.coming_btn {
  width: 100%;
  margin-top: 25px;
  padding: 20px 21px 26px;
  background-color: #0075c9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .coming_btn {
    padding: 26px 27px 26px 20px;
    margin-top: 91px;
  }
}
.coming_btn .c_arrow {
  aspect-ratio: 49/33;
  border-radius: 50%;
  background-color: #0075c9;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .coming_btn .c_arrow {
    width: 32px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .coming_btn .c_arrow {
    width: clamp(2.5rem, 2.0833333333vw + 1.5rem, 3.375rem);
    right: 22px;
  }
}
.coming_btn .c_arrow::before, .coming_btn .c_arrow::after {
  aspect-ratio: 17/16;
  background-color: #373737;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .coming_btn .c_arrow::before, .coming_btn .c_arrow::after {
    width: clamp(0.625rem, 1.4880952381vw + -0.0892857143rem, 1.25rem);
    background-color: #0075c9;
  }
}
.coming_btn .c_arrow.arrow01::after, .coming_btn .c_arrow.arrow01::before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  background-color: #fff;
}
.coming_btn .c_arrow.arrow01::after {
  transform: translateX(-100%);
  opacity: 0;
}
.coming_btn .btn {
  width: 100%;
  max-width: 403px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  background-color: #fff;
  border-radius: 4px;
  color: #0075c9;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 3px 10px 5px;
}
@media screen and (min-width: 768px) {
  .coming_btn .btn {
    border-radius: 8px;
    padding: 3px 23px 5px 10px;
    min-height: 69px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .coming_btn .btn:hover .arrow01::after, .coming_btn .btn:hover .arrow01::before {
    transition: 0.3s;
    transition-property: transform, opacity;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .coming_btn .btn:hover .arrow01::after {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .coming_btn .btn:hover .arrow01::before {
    transform: translateX(100%);
    opacity: 0;
  }
}

.p_about .about {
  position: relative;
}
.p_about .about_decor {
  position: absolute;
  top: -55px;
  right: -60px;
  width: 106.301587%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p_about .about_decor {
    right: 0;
    top: -80px;
    width: 49.5529061103%;
  }
}
.p_about .about_main {
  width: 100%;
  padding: 33px 0 39px;
  display: flex;
  flex-direction: column-reverse;
  gap: 61px;
}
@media screen and (min-width: 768px) {
  .p_about .about_main {
    padding: 59px 0 85px;
    gap: clamp(2.5rem, 4.4642857143vw + 0.3571428571rem, 4.375rem);
    flex-direction: row;
  }
}
.p_about .about_content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_about .about_content {
    width: 51.9809825674%;
  }
}
.p_about .about_content::after, .p_about .about_content::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 25px;
  background: url("../images/about/img_line.svg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p_about .about_content::after, .p_about .about_content::before {
    width: 149px;
    height: 109px;
  }
}
.p_about .about_content::after {
  top: -33px;
  right: -9px;
}
@media screen and (min-width: 768px) {
  .p_about .about_content::after {
    display: none;
  }
}
.p_about .about_content::before {
  bottom: -42px;
  left: -9px;
  scale: -1 1;
}
@media screen and (min-width: 768px) {
  .p_about .about_content::before {
    bottom: calc(100% - 24px);
    left: clamp(-8.5rem, -2.380952381vw + -6.3571428571rem, -7.5rem);
    scale: 1;
  }
}
.p_about .about_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .p_about .about_ttl {
    padding-bottom: 40px;
    font-size: 1.5rem;
  }
}
.p_about .about_desc {
  font-size: 1.0rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: calc(100% + 15px);
}
@media screen and (min-width: 768px) {
  .p_about .about_desc {
    width: 100%;
    font-size: 1rem;
    padding-left: 2px;
  }
}
.p_about .about_img video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_about .about_img {
    width: 39.2234548336%;
  }
}

