@charset "UTF-8";
.cta_btn {
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  width: 90%;
}
.cta_btn img {
  width: 100%;
}

.btn1 {
  bottom: 3%;
}

.btn2 {
  bottom: 1.3%;
  width: 95%;
}

.btn3 {
  bottom: 3.5%;
}

.btn4 {
  bottom: 3%;
}

body {
  font-family: "Noto Sans JP", "Lato", sans-serif, sans-serif;
  color: #222222;
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  width: 750px;
  margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
  }
}

.main_container {
  position: relative;
}
.main_container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: calc((100vw - 750px) / 2);
  background-color: #fff; /* ページ背景と同じ色にする */
  z-index: 9999;
}
.main_container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 750px) / 2);
  background-color: #fff; /* ページ背景と同じ色にする */
  z-index: 9999;
}
.main_container.is-active::before, .main_container.is-active::after {
  background-color: #090909;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_hidden {
    display: none;
  }
}

.tb_and_sp_active {
  display: none;
}
@media screen and (max-width: 1199px) {
  .tb_and_sp_active {
    display: block;
  }
}

.sp_active {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_active {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.main_inner > p {
  position: relative;
}

.main_inner > p img {
  display: block;
}

.link_position {
  display: block;
  position: absolute;
  top: 0;
}
.link_position#CTA {
  top: 90%;
}

.footer_container {
  background-color: #0b0b0b;
  padding: 7% 4% 3%;
}
@media screen and (max-width: 768px) {
  .footer_container {
    padding-top: 10%;
    padding-bottom: 5%;
  }
}
.footer_container h2 {
  width: 50%;
  margin: 0 auto 7%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_container h2 {
    margin-bottom: 10%;
  }
}
.footer_container .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_container .flex:nth-of-type(n + 2) {
  margin-top: 5%;
}
.footer_container .flex .f-item {
  width: 45%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer_container .flex .f-item:nth-of-type(n + 2) {
  margin-left: 5%;
}
.footer_container .flex .f-item .item_1,
.footer_container .flex .f-item .item_2 {
  width: 48%;
}
.footer_container .flex .f-item img {
  width: 100%;
}
.footer_container .copyright {
  width: 40%;
  margin: 7% auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_container .copyright {
    margin-top: 10%;
  }
}/*# sourceMappingURL=style.css.map */