@charset "UTF-8";


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

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

.rn__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;
}

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

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

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

.rn-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) {
  .rn-ttl__jp {
    font-size: 8.89vw;
    margin: 4vw 0 0 0;
  }
}

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

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

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

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

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

.rn-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) {
  .rn-content__bg h3 {
    padding: 15.28vw 0 1.67vw 3.89vw;
  }
}

.rn-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) {
  .rn-ttl-h3__en {
    font-size: 3.89vw;
  }
}

.rn-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) {
  .rn-ttl-h3__jp {
    margin-top: 1.39vw;
    font-size: 5.56vw;
  }
}

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

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

.rn-content__inner__txt__title {
  margin-top: 1em;
  display: inline-block;
}

.rn-content__inner__txt__text {
  text-indent: 0;
  padding-left: 1.6em;
  line-height: 1.5;
}

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

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

.rn-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) {
  .rn-content__inner__list li {
    flex-direction: column;
    padding: 4.17vw 0;
    margin-top: 0;
  }
}

.rn-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) {
  .rn-content__inner__list li::before {
    content: none;
  }
}

.rn-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) {
  .rn-content__inner__list__ttl {
    width: 100%;
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

.rn-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) {
  .rn-content__inner__list__txt {
    font-size: 4.44vw;
    line-height: 1.625;
  }
}

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

/*
FLOW
*/
.rn-content__inner__list__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  width: 100%;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__flow {
    margin-top: 3.33vw;
    gap: 7.22vw;
    margin-top: 1.333vw;
  }
}

.rn-content__inner__list__flow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 96px;
  background: linear-gradient(to right, #E1E7F5, #fff);
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__flow li {
    padding: 8.89vw 6vw 8.89vw 5vw;
  }
}

.rn-content__inner__list__flow li:not(:nth-last-of-type(1))::after {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  background-color: #296FC6;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 auto;
  position: absolute;
  bottom: -36px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__flow li:not(:nth-last-of-type(1))::after {
    width: 4.44vw;
    height: 2.78vw;
    bottom: -5.28vw;
  }
}

.rn-content__inner__list__flow__ttl {
  color: #296FC6;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__flow__ttl {
    font-size: 5.56vw;
    line-height: 1.4;
    text-align: center;
  }
}

.rn-content__inner__list__flow__ttl a {
  color: #296FC6;
  text-decoration: underline;
}

.rn-content__inner__list__flow__txt {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__flow__txt {
    margin-top: 2.22vw;
    font-size: 4.44vw;
    line-height: 1.625;
    text-align: left;
  }
}

/*
FAQ
*/
.rn-content__inner__list__faq {
  margin-top: 90px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq {
    margin-top: 0;
  }
}

.rn-content__inner__list__faq dt {
  width: 100%;
  background: linear-gradient(to right, #113D70, #227AE0);
  padding: 17px 80px 19px 0;
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq dt {
    padding: 3vw 21.8vw 4vw 0;
    margin-top: 3.33vw;
    align-items: baseline;
  }
}

.plus-icon {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .plus-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15.56vw;
    height: 75%;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.plus-icon::before,
.plus-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 18px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .plus-icon::before,
  .plus-icon::after {
    width: 3.61vw;
  }
}

.plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rn-content__inner__list__faq dt.-current .plus-icon::after {
  display: none;
}

.rn-content__inner__list__faq dt .rn-content__inner__list__faq__ic {
  width: 75px;
  padding-left: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq dt .rn-content__inner__list__faq__ic {
    width: 11.5vw;
    padding-left: 3.33vw;
  }
}

.rn-content__inner__list__faq dt .rn-content__inner__list__faq__txt {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.02em;
  width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq dt .rn-content__inner__list__faq__txt {
    font-size: 4.27vw;
    line-height: 1.625;
  }
}

.rn-content__inner__list__faq dd {
  margin-top: 8px;
  display: none;
  background: linear-gradient(to right, #E1E7F5, #fff);
  width: 100%;
  padding: 17px 30px 19px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq dd {
    margin-top: 3.33vw;
    padding: 2.78vw 1.39vw 5.56vw 0;
  }
}

.rn-content__inner__list__faq__inner {
  display: flex;
  width: 100%;
  height: 100%;
}

.rn-content__inner__list__faq dd .rn-content__inner__list__faq__ic {
  width: 75px;
  padding-left: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq dd .rn-content__inner__list__faq__ic {
    width: 12vw;
    padding-left: 3.89vw;
  }
}

.rn-content__inner__list__faq dd .rn-content__inner__list__faq__txt {
  margin-top: 0.15em;
  color: #296FC6;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq dd .rn-content__inner__list__faq__txt {
    margin-top: 2.78vw;
    font-size: 3.89vw;
    line-height: 1.571;
  }
}

.rn-content__inner__list__faq__ic__q {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq__ic__q {
    font-size: 8vw;
  }
}

.rn-content__inner__list__faq__ic__a {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0;
  color: #296FC6;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .rn-content__inner__list__faq__ic__a {
    font-size: 8vw;
  }
}

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

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

.rn-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) {
  .rn-content__inner__btn {
    font-size: 4vw;
    line-height: 1;
    padding: 7.47vw;
    border-radius: 1.07vw;
  }
}