@charset "UTF-8";


/*--------------------------------------------
wrapper
--------------------------------------------*/
body {
  background: #000;
}

.rd__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rd__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, var(--bg-opacity, 0));
  transition: background 0.1s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.rd__bg img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: top;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd__bg img {
    height: 177.6vw;
  }
}

.rd-wrapper {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------
ttl
--------------------------------------------*/
.rd-ttl {
  min-height: 640px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-ttl {
    min-height: 177.6vw;
    justify-content: center;
  }
}

.rd-ttl__jp {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin: 65px 0 0 10.9375%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-ttl__jp {
    font-size: 8.89vw;
    margin: 4vw 0 0 0;
  }
}

/*--------------------------------------------
content
--------------------------------------------*/
.rd-content {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 184px;

}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content {
    padding-top: 35.47vw;
  }
}

.rd-content.--new,
.rd-content.--flow,
.rd-content.--faq {
  padding-top: 164px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content.--new,
  .rd-content.--flow,
  .rd-content.--faq {
    padding-top: 29.33vw;
  }
}
.rd-content.--entry {
  padding: 66px 0 160px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content.--entry {
    padding: 12.8vw 0 28.8vw 0;
  }
}

.rd-content__bg {
  position: relative;
  width: 100%;
  background: #fff;
}

.rd-content__bg .u-ani_slide {
  width: 90%;
  margin: -64px 0 0 auto;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__bg .u-ani_slide {
    width: 94.444vw;
    margin-top: -18.055vw;
  }
}

.rd-content__bg h3 {
  width: 100%;
  padding: 64px 0 10px 14px;
  background: linear-gradient(to right, #144781, #2176d9);
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__bg h3 {
    padding: 15.28vw 0 1.67vw 3.89vw;
  }
}

.rd-ttl-h3__en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-ttl-h3__en {
    font-size: 3.89vw;
  }
}

.rd-ttl-h3__jp {
  margin-top: 14px;
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-ttl-h3__jp {
    margin-top: 1.39vw;
    font-size: 5.56vw;
  }
}

.rd-content__inner {
  width: 100%;
  padding: 42px 10% 80px 10%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__inner {
    padding: 7.222vw 5.56% 17.78vw 5.56%;
  }
}

.rd-content__inner__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__inner__txt {
    font-size: 4.44vw;
  }
}

/*
FOR NEW GRADUATE
*/
.rd-content__inner__list li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
  padding: 22px 0;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__inner__list li {
    flex-direction: column;
    padding: 4.17vw 0;
    margin-top: 0;
  }
}

.rd-content__inner__list li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 232px;
  height: 4px;
  background: #000;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__inner__list li::before {
    content: none;
  }
}

.rd-content__inner__list__ttl {
  width: 256px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__inner__list__ttl {
    width: 100%;
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

.rd-content__inner__list__txt {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__inner__list__txt {
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

.rd-content__inner__list__txt a {
  text-decoration: underline;
}

/*
ENTRY
*/
.rd-content.--entry .rd-content__bg {
  background: transparent;
}

.rd-content.--entry .rd-content__inner {
  padding: 0 10%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content.--entry .rd-content__inner {
    padding: 0 5.56vw;
  }
}

.rd-content__inner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.778;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 36px;
  border-radius: 4px;
  background: linear-gradient(to right, #144781, #2176d9);
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rd-content__inner__btn {
    font-size: 4vw;
    line-height: 1;
    padding: 7.47vw;
    border-radius: 1.07vw;
  }
}