/**
 * Mixin
 */
:root {
  --ww: 100vw;
  --pw: 1920;
}
@media (min-width: 1921px) {
  :root {
    --ww: 1920px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --pw: 375;
  }
}

.modal_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_pass {
  display: block;
}

.service-1 .page_ttl {
  background-image: url(../img/service/01/header.jpg);
}
@media only screen and (max-width: 767px) {
  .service-1 .page_ttl {
    background-image: url(../img/service/01/sp_header.jpg);
  }
}

.service-2 .page_ttl {
  background-image: url(../img/service/02/header.jpg);
}
@media only screen and (max-width: 767px) {
  .service-2 .page_ttl {
    background-image: url(../img/service/02/sp_header.jpg);
  }
}

.page_subttl {
  color: #65C0FA;
}

.service-2 .page_subttl {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .service-2 .page_subttl {
    margin-bottom: 60px;
  }
}

.service_info {
  text-align: center;
  color: #fff;
  background-color: #222222;
  padding-bottom: 210px;
}
@media only screen and (max-width: 767px) {
  .service_info {
    padding-bottom: 80px;
  }
}

.service_info_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .service_info_sp {
    display: table;
    font-size: 1.2rem;
    padding: 0 14px;
    margin: 10px auto 0;
    border: 1px solid;
  }
}

.service_slide {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .service_slide {
    margin-top: 20px;
  }
}
.service_slide .service_slide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .service_slide .service_slide__arrow {
    width: 20px;
  }
}
.service_slide .service_slide__arrow--prev {
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .service_slide .service_slide__arrow--prev {
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
  }
}
.service_slide .service_slide__arrow--next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .service_slide .service_slide__arrow--next {
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    right: auto;
    top: auto;
  }
}

.service_bnr {
  max-width: 900px;
  margin: 150px auto 0;
}
@media only screen and (max-width: 767px) {
  .service_bnr {
    margin: 65px auto 0;
  }
}

.service_logind {
  text-align: center;
  margin: 0 0 20px;
}
.service_logind p + p {
  margin-top: 20px;
}

.service_move {
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  max-width: 900px;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .service_move {
    margin: 60px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.service_move video {
  width: 100%;
}

.service_bnr_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  max-width: 900px;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .service_bnr_flex {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .service_bnr_flex a {
    display: block;
  }
  .service_bnr_flex .service_bnr_flex_bnr_1 img {
    width: 217.5px;
  }
  .service_bnr_flex .service_bnr_flex_bnr_2 img {
    width: 335px;
  }
}
.service_bnr_flex a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .service_bnr_flex a + a {
    margin-top: 36px;
    margin-left: 0;
  }
}