@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.en {
  font-family: "Gabarito", sans-serif;
  font-weight: 100;
}

.jp {
  font-family: "Zen Old Mincho", serif;
}

video {
  width: 100%;
}

.fv__video--sp {
  display: block;
}

.fv__video--pc {
  display: none;
}

@media (min-width: 768px) {
  .fv__video--sp {
    display: none;
  }
  .fv__video--pc {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-child {
  background-repeat: no-repeat;
  background-image: url(../images/page-child-bg.png);
}
.page-child .fv {
  position: relative;
}
.page-child .main {
  padding-top: 12%;
}
.page-child .access {
  margin-top: 12%;
}
.page-child .access__content {
  width: 81.4%;
  margin: 6% auto 0;
}
.page-child .access__content + .page-child .access__content {
  margin-top: 10%;
}
.page-child .access__map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
.page-child .access__box {
  margin: 5% auto 0;
  width: 100%;
  border-radius: 16px;
}
.page-child .access__box h3 {
  font-size: 3.73vw;
  background: linear-gradient(to right, #17BBEF, #103380);
  border-radius: 16px 16px 0 0;
  padding: 4%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.page-child .access__boxInner {
  background-color: #e6eff5;
  padding: 5% 6%;
  border-radius: 0 0 16px 16px;
}
.page-child .access__boxInner > p {
  font-size: 3.2vw;
  line-height: 1.8;
  color: #103380;
}
.page-child .access__boxInner ul {
  margin-top: 6%;
}
.page-child .access__boxInner ul li h4 {
  position: relative;
  font-size: 3.73vw;
  font-weight: bold;
  border-bottom: 1px solid #103380;
  padding-bottom: 3%;
  padding-left: 7vw;
  color: #103380;
}
.page-child .access__boxInner ul li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32%;
  transform: translateY(-50%);
  width: 5vw;
  height: 5vw;
  background-image: url(../images/company-page-access-icon-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-child .access__boxInner ul li p {
  font-size: 3.2vw;
  line-height: 1.8;
  margin-top: 3%;
  color: #333;
}
.page-child .access__boxInner ul li:nth-child(2) h4::before {
  background-image: url(../images/company-page-access-icon-02.png);
}
.page-child .access__boxInner ul li:nth-child(3) h4::before {
  background-image: url(../images/company-page-access-icon-03.png);
}
.page-child .access__boxInner ul li + li {
  margin-top: 6%;
}
.page-child .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
  /* 白いリング */
  border: 4px solid #fff;
  /* ▶ 三角 */
}
.page-child .play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 28px;
  height: 34px;
  transform: translate(-50%, -50%);
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.page-child .recruit {
  position: relative;
  margin-top: -12%;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #cce8f8 98%, #cce8f8 100%);
}
.page-child .recruit__img img {
  margin-top: -9%;
}
.page-child .okamura {
  padding-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .page-child .fv {
    padding-top: 5.7098%;
  }
  .page-child .main {
    padding-top: 5%;
  }
  .page-child .access .page-ttl span::before, .page-child .access .page-ttl span::after {
    width: 60%;
    left: -71%;
  }
  .page-child .access .page-ttl span::after {
    left: auto;
    right: -71%;
  }
  .page-child .access__content {
    width: 68.59375%;
    margin: 3.5% auto;
  }
  .page-child .access__content + .page-child .access__content {
    margin-top: 8%;
  }
  .page-child .access__map iframe {
    width: 100%;
    aspect-ratio: 1317/600;
  }
  .page-child .access__box {
    margin: 6% auto 0;
    width: 75.247%;
    border-radius: 20px;
  }
  .page-child .access__box h3 {
    font-size: 1.3541667vw;
    background: linear-gradient(to right, #17BBEF, #103380);
    border-radius: 20px 20px 0 0;
    padding: 2%;
    text-align: center;
    color: #fff;
    border-radius: 20px 20px 0 0;
    font-weight: bold;
  }
  .page-child .access__boxInner {
    background-color: #e6eff5;
    padding: 3% 8% 5%;
    border-radius: 0 0 20px 20px;
  }
  .page-child .access__boxInner p {
    font-size: 0.83333vw;
    line-height: 1.5;
    display: flex;
    justify-content: center;
  }
  .page-child .access__boxInner ul {
    margin-top: 4%;
  }
  .page-child .access__boxInner ul li h4 {
    position: relative;
    text-align: center;
    font-size: 1.0416666vw;
    border-bottom: 1px solid;
    padding-bottom: 2%;
    padding-left: 0;
  }
  .page-child .access__boxInner ul li h4::before {
    content: "";
    position: absolute;
    top: 28%;
    transform: translateY(-50%);
    width: 5%;
    height: 87%;
    background-image: url(../images/company-page-access-icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 33%;
  }
  .page-child .access__boxInner ul li p {
    margin-top: 2%;
    font-size: 0.83333vw;
  }
  .page-child .access__boxInner ul li:nth-child(2) h4::before {
    width: 7%;
    height: 109%;
    left: 32%;
    background-image: url(../images/company-page-access-icon-02.png);
  }
  .page-child .access__boxInner ul li:nth-child(3) h4::before {
    width: 7%;
    height: 109%;
    left: 32.6%;
    background-image: url(../images/company-page-access-icon-03.png);
  }
  .page-child .access__boxInner ul li + li {
    margin-top: 8%;
  }
  .page-child .okamura {
    background: linear-gradient(to bottom, #cce8f8 0%, #cce8f8 10%, #ffffff 30%, #ffffff 75%, #cce8f8 98%, #cce8f8 100%);
  }
}/*# sourceMappingURL=common.css.map */