/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* interview_fv  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#interview_fv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 71.2rem;
  overflow: hidden;
  background: url("../../../common/img/gradation_bk.webp") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  #interview_fv {
    padding: 14.2rem 10rem 0 13rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv {
    height: auto;
    padding-top: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #interview_fv .wrapper .keyvisual {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
#interview_fv .wrapper .keyvisual .fv_pht {
  position: relative;
  width: 61.5rem;
  height: 48.8rem;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #interview_fv .wrapper .keyvisual .fv_pht {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .fv_pht {
    width: 100%;
    height: 28rem;
  }
}
#interview_fv .wrapper .keyvisual .fv_pht img {
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .fv_pht img {
    border-radius: 1.5rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box .marquee_box {
  position: relative;
}
#interview_fv .wrapper .keyvisual .text_box .marquee_box h1 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .marquee_box h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box .marquee_box .marquee {
  z-index: 1;
  overflow: inherit;
  top: -5.7rem;
  left: -10rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .marquee_box .marquee {
    top: -5.4rem;
  }
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .marquee_box .marquee .marquee__item {
    font-size: 7rem;
    line-height: 12rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box h2 {
  font-size: 4.4rem;
  line-height: 5.6rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 2.5rem;
  }
}
#interview_fv .wrapper .keyvisual .text_box .name {
  display: block;
  font-size: 3.4rem;
  margin: 3rem 0 1.3rem 0;
  padding: 0.6rem 0.8rem 0.8rem 0.8rem;
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--black);
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .name {
    font-size: 2.2rem;
    margin: 2rem 0 1rem 0;
  }
}
#interview_fv .wrapper .keyvisual .text_box .text .jp {
  display: block;
  font-size: 1.6rem;
  color: var(--black);
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--white);
  padding: 0.5rem 0.7rem 0.7rem 0.7rem;
}
@media screen and (max-width: 768px) {
  #interview_fv .wrapper .keyvisual .text_box .text .jp {
    font-size: 1.3rem;
  }
}
#interview_fv .breadcrumb ul li:not(:first-child)::after {
  color: var(--white);
}
#interview_fv .breadcrumb ul li:not(:first-child) a {
  color: var(--white);
}
#interview_fv .breadcrumb ul .breadcrumb__home a {
  color: var(--white);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* chapter  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#chapter {
  position: relative;
}
@media screen and (min-width: 769px) {
  #chapter {
    display: flex;
  }
  #chapter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 26.5rem;
    width: 1px;
    height: 100%;
    background-color: var(--gray);
  }
}
#chapter .left {
  position: sticky;
  align-self: flex-start;
  top: 0;
  width: 31.1rem;
  padding: 0 2rem 0 4.7rem;
}
@media screen and (max-width: 768px) {
  #chapter .left {
    display: none;
  }
}
#chapter .left ul {
  padding-top: 10rem;
}
#chapter .left ul li.active {
  color: #0068B7;
}
#chapter .left ul li.active .en {
  color: #0068B7;
}
#chapter .left ul li.active .en::after {
  opacity: 1;
}
#chapter .left ul li .en {
  position: relative;
  display: block;
  font-size: 1rem;
  color: var(--gray);
  margin-bottom: 0.7rem;
  transition: var(--hover_ani_time);
}
#chapter .left ul li .en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1rem;
  height: 1px;
  background-color: var(--blue);
  opacity: 0;
  transition: var(--hover_ani_time);
}
#chapter .left ul li .jp {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 2.8rem;
}
#chapter .right {
  width: 100%;
}
#chapter .right .common_inner {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .item:not(:last-child) {
    padding: 10rem 10rem 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .item:not(:last-child) {
    padding-top: 6rem;
    width: 90%;
    margin: 0 auto;
  }
}
#chapter .right .common_inner .item .text_box .title .en {
  font-size: 1.5rem;
  color: var(--blue);
}
#chapter .right .common_inner .item .text_box .title h3 {
  font-size: 3.1rem;
  line-height: 4.3rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .item .text_box .title h3 {
    margin-top: 1rem;
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
}
#chapter .right .common_inner .item .text_box p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .flex_item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .flex_item .text_box {
    width: 43.8rem;
  }
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .flex_item .text_box p {
    margin-bottom: 2rem;
  }
}
#chapter .right .common_inner .flex_item .item_ph {
  width: 45rem;
  height: 28rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .flex_item .item_ph {
    width: 100%;
    height: 21rem;
  }
}
#chapter .right .common_inner .flex_item .item_ph img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .flex_item .item_ph img {
    border-radius: 1.5rem;
  }
}
#chapter .right .common_inner .end_item {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .end_item {
    margin-top: 6rem;
    padding: 6rem 0;
    background: url("../../../common/img/gradation_bk.webp") no-repeat center/cover;
  }
}
@media screen and (min-width: 769px) {
  #chapter .right .common_inner .end_item .text_box {
    padding: 10rem;
    background: url("../../../common/img/gradation_bk.webp") no-repeat center/cover;
  }
}
@media screen and (max-width: 768px) {
  #chapter .right .common_inner .end_item .text_box {
    width: 90%;
    margin: 0 auto;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* other  */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#other {
  padding: 10rem 0;
  background: url("../../common/img/other_bk.webp") no-repeat center/cover;
  margin-bottom: -10rem;
}
@media screen and (max-width: 768px) {
  #other {
    padding: 6rem 0;
    margin-bottom: -6rem;
  }
}
#other .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}
#other .item li {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 57rem;
  height: 38rem;
  border-radius: 2rem;
  overflow: hidden;
}
#other .item li:hover::after {
  transform: scale(0.85);
}
@media screen and (max-width: 768px) {
  #other .item li {
    height: 20rem;
    border-radius: 1.5rem;
  }
}
#other .item li::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  bottom: 3rem;
  right: 3rem;
  background: url("../../../common/img/btn_bule.svg") no-repeat center/cover;
  transition: transform 0.6s ease;
}
#other .item li::after:hover::after {
  transform: scale(0.85);
}
@media screen and (max-width: 768px) {
  #other .item li::after {
    width: 4rem;
    height: 4rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
#other .item li:not(:last-child) {
  margin-bottom: 2rem;
}
#other .item li:hover .bk_img {
  transform: scale(1.1);
}
#other .item li a {
  width: 100%;
  height: 100%;
}
#other .item li a .bk_img {
  width: 100%;
  height: 100%;
  transition: var(--hover_ani_time);
}
#other .item li a .box {
  position: absolute;
  bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #other .item li a .box {
    bottom: 1.5rem;
  }
}
#other .item li a .box h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  color: var(--white);
  background-color: var(--black);
  padding: 0.8rem;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 768px) {
  #other .item li a .box h3 {
    font-size: 2.2rem;
    padding: 0.4rem;
  }
}
#other .item li a .box .text_box p {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  background-color: var(--white);
  padding: 0.8rem;
}
@media screen and (max-width: 768px) {
  #other .item li a .box .text_box p {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}/*# sourceMappingURL=compile.css.map */