@charset "utf-8";

/*--------------------------------------------
dod list
--------------------------------------------*/
.o-dod_list li,
.o-dod_list dd {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  padding-left: 0.8em;
  position: relative;
  margin-top: 0.1em;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-dod_list li,
  .o-dod_list dd {
    font-size: 4vw;
  }
}

.o-dod_list li::before,
.o-dod_list dd::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #005944;
  border-radius: 50%;
  position: absolute;
  top: 0.85em;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-dod_list li::before,
  .o-dod_list dd::before {
    width: 1.066vw;
    height: 1.066vw;
    top: 0.85em;
  }
}

/* dod list（見出しあり） */
.o-dod_list dt {
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-dod_list dt {
    font-size: 4vw;
  }
}


/*--------------------------------------------
movie
--------------------------------------------*/
.o-movie_bg {
  background: rgba(0,0,0,0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  display: none;
  align-items: center;
  justify-content: center;
}

.o-movie {
  width: 56vw;
  height: 31.5vw;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 1);
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-movie {
    width: 80vw;
    height: 45vw;
  }
}

.o-movie__close {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: -40px;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-movie__close {
    top: -8vw;
    right: -8vw;
    width: 6.933vw;
    height: 6.933vw;
  }
}

.o-movie__close::before {
  content: "";
  background: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
} 
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-movie__close::before {
    width: 6.933vw;
    height: 0.533vw;
  } 
}

.o-movie__close::after {
  content: "";
  background: #fff;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .o-movie__close::after {
    width: 6.933vw;
    height: 0.533vw;
  } 
}

#o-movie__iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.l-global__flex__nav__ttl.--ttl-movie {
  margin-left: 25px;
  display: inline-block;
  position: relative;
}

.l-global__flex__nav__ttl.--ttl-movie::before,
.l-global__flex__nav__ttl.--ttl-movie::after {
  content: "";
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(/recruit/assets/images/lineb_l.svg) no-repeat center / contain;
}

.l-global__flex__nav__ttl.--ttl-movie::before {
  left: -25px;
}

.l-global__flex__nav__ttl.--ttl-movie::after {
  right: -25px;
  background: url(/recruit/assets/images/lineb_r.svg) no-repeat center / contain;
}