@charset "UTF-8";
body {
  padding: 130px 0 0; }

/*min-width:1920px*/
@media (max-width: 1280px) {
  body {
    padding: 120px 0 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  body {
    padding: 100px 0 0; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  body {
    padding: 50px 0 0; } }
/*max-width:480px*/
/******************************************/
.circle_scroll {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  background-image: url("../images/common/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 380px;
  background-attachment: fixed;
  opacity: 0.5;
  z-index: -1; }
  .circle_scroll.active {
    opacity: 0.5; }

/*max-width:768px*/
@media (max-width: 480px) {
  .circle_scroll {
    background-position: center 285px; } }
/*max-width:480px*/
/******************************************/
.interview_list {
  padding: 0 0 50px; }
  .interview_list ul {
    width: calc(100% - 40px);
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    counter-reset: interview; }
  .interview_list li {
    background: rgba(255, 255, 255, 0.3);
    width: calc((100% - 20px)/3);
    margin: 0 10px 0 0;
    padding: 50px 40px;
    border-radius: 20px; }
    .interview_list li:nth-child(3n) {
      margin-right: 0; }
    .interview_list li a {
      color: #00275C;
      text-decoration: none;
      max-width: 380px;
      width: 100%;
      margin: 0 auto;
      display: block; }
    .interview_list li h3 {
      margin: 0 0 20px;
      padding: 0 60px 0 30px;
      font: 2rem/1em "Albert Sans", sans-serif;
      font-weight: 300;
      color: #8D99D5;
      width: fit-content;
      position: relative;
      background: url("../images/common/icon_purple.svg") center left no-repeat; }
      .interview_list li h3:before {
        position: absolute;
        counter-increment: interview;
        content: "0" counter(interview);
        font: 4rem/1em "Albert Sans", sans-serif;
        font-weight: 200;
        top: 45%;
        left: 140px;
        transform: translate(0%, -50%); }
    .interview_list li div {
      aspect-ratio: 38/50;
      width: 100%;
      height: auto;
      border-radius: 25px;
      overflow: hidden; }
      .interview_list li div img {
        transition: .3s;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .interview_list li p {
      font: 1.8rem/2 "Noto Sans", sans-serif;
      font-weight: 400;
      padding: 15px 0 10px;
      margin: 0 auto 10px;
      border-bottom: 1px solid #CCD2EE;
      letter-spacing: 0.05em; }
    .interview_list li small {
      display: block;
      width: calc(100% -20px);
      margin: 0 auto 10px;
      font: 1.6rem/2em "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em; }
    .interview_list li span {
      margin: 0 0 0 auto;
      color: #fff;
      text-decoration: none;
      position: relative;
      font: 1.4rem/50px "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-align: center;
      display: block;
      height: 50px;
      max-width: 170px;
      width: 100%;
      border-radius: 50px;
      background: linear-gradient(#98A7F4, #6E80DA);
      padding: 0 30px 0 0;
      z-index: 10;
      overflow: hidden; }
      .interview_list li span:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/recruit/link_arrow_white.svg") center center no-repeat;
        background-size: contain;
        width: 28px;
        height: 28px;
        top: 50%;
        right: 15px;
        left: auto;
        transform: translate(0%, -50%); }
      .interview_list li span:after {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        background: linear-gradient(#CBD3FD, #CBD3FD); }

@media (hover: hover) {
  .interview_list li a:hover div img {
    transform: scale(1.1);
    font-variant-position: center center; }
  .interview_list li a:hover span {
    color: #00275C; }
    .interview_list li a:hover span:after {
      opacity: 1; } }
/*min-width:1920px*/
@media (max-width: 1280px) {
  .interview_list ul {
    width: calc(100% - 40px);
    max-width: 620px;
    margin: 0 auto;
    display: block; }
  .interview_list li {
    width: 100%;
    margin: 0 auto 10px;
    padding: 40px;
    border-radius: 20px; }
    .interview_list li:nth-child(3n) {
      margin: 0 auto 10px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .interview_list li p {
    font: 1.5rem/2 "Noto Sans", sans-serif;
    font-weight: 400;
    padding: 10px 0;
    margin: 0 auto 10px; }
  .interview_list li small {
    font: 1.4rem/2em "Noto Sans", sans-serif;
    font-weight: 400; }
  .interview_list li span {
    font: 1.3rem/50px "Noto Sans", sans-serif;
    font-weight: 500;
    padding: 0 40px 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .interview_list ul {
    max-width: 355px;
    width: calc(100% - 30px);
    margin: 0 auto; }
  .interview_list li {
    padding: 40px 25px; }
    .interview_list li a {
      max-width: 275px; }
    .interview_list li p {
      font: 1.5rem/2em "Noto Sans", sans-serif;
      font-weight: 400; } }
/*max-width:480px*/
/******************************************/
.interview_head {
  width: 100%;
  margin: 0 auto 90px;
  max-width: 1920px;
  position: relative;
  padding: 70px 20px 80px; }
  .interview_head .ttl {
    max-width: 800px;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 35px;
    background: url("../images/common/rectuit_hedder_bg.png") center center no-repeat;
    background-size: cover;
    padding: 0 0 0 45px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    .interview_head .ttl small {
      display: block;
      width: fit-content;
      padding: 0 25px;
      margin: 0 0 15px;
      position: relative;
      font: 1.5rem/1em "Noto Sans", sans-serif;
      font-weight: 700;
      letter-spacing: 0.1em;
      color: #00275C;
      border-left: 1px solid #6D86A7;
      border-right: 1px solid #6D86A7; }
    .interview_head .ttl h1 {
      font: 3.6rem/1.1em "Albert Sans", sans-serif;
      font-weight: 300; }
      .interview_head .ttl h1 span {
        font-weight: 100; }
      .interview_head .ttl h1 br {
        display: none; }
  .interview_head .head_flex {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .interview_head .dat {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 640px;
    padding: 0 0 190px 5%;
    color: #00275C; }
    .interview_head .dat h2 {
      font: 4rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 500;
      letter-spacing: 0.02em;
      margin: 0 0 55px; }
    .interview_head .dat dl {
      width: calc(100% - 50px);
      padding: 0 0 0 25px;
      max-width: 520px;
      position: relative;
      z-index: 1; }
      .interview_head .dat dl:before {
        position: absolute;
        content: "";
        display: block;
        background-color: #C80F2F;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        top: 5px;
        left: 5px; }
    .interview_head .dat dt {
      font: 1.6rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em;
      margin: 0 0 15px;
      position: relative;
      z-index: 1; }
      .interview_head .dat dt:before {
        position: absolute;
        content: "";
        display: block;
        background-color: #C0C9D5;
        width: 100%;
        height: 1px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        z-index: -1; }
      .interview_head .dat dt span {
        background-color: #E7EBFE;
        padding: 0 10px 0 0; }
      .interview_head .dat dt small {
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 400; }
    .interview_head .dat dd {
      font: 1.8rem/1em "Noto Sans", sans-serif;
      font-weight: 500;
      letter-spacing: 0.1em; }
      .interview_head .dat dd span {
        font: 1.6rem/1em "Albert Sans", sans-serif;
        font-weight: 300;
        padding: 0 0 0 15px;
        letter-spacing: 0; }
  .interview_head .img {
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    width: calc(100% - 660px);
    height: 800px; }
    .interview_head .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media (max-width: 1280px) {
  .interview_head .ttl {
    max-width: 600px;
    width: 100%;
    height: 125px;
    left: -20px;
    top: 35px; }
    .interview_head .ttl h1 {
      font: 2.9rem/1.1em "Albert Sans", sans-serif;
      font-weight: 300; }
  .interview_head .dat {
    width: 510px;
    padding: 0 0 95px 5%; }
    .interview_head .dat h2 {
      font: 2.9rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 500;
      letter-spacing: 0.02em; }
    .interview_head .dat dt {
      font: 1.5rem/1em "Noto Sans", sans-serif;
      font-weight: 500; }
      .interview_head .dat dt span {
        padding: 0 10px 0 0; }
      .interview_head .dat dt small {
        font: 1.3rem/1em "Noto Sans", sans-serif;
        font-weight: 400; }
    .interview_head .dat dd {
      font: 1.5rem/1em "Noto Sans", sans-serif;
      font-weight: 500; }
      .interview_head .dat dd span {
        font: 1.4rem/1em "Albert Sans", sans-serif;
        font-weight: 300; }
  .interview_head .img {
    width: calc(100% - 510px);
    height: 500px;
    max-width: 760px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .interview_head {
    padding: 145px 0 40px;
    margin: 0 auto 50px; }
    .interview_head .ttl {
      max-width: 600px;
      margin: 0 auto;
      height: 125px;
      left: -20px;
      top: 35px; }
      .interview_head .ttl h1 {
        font: 2.9rem/1.1em "Albert Sans", sans-serif;
        font-weight: 300; }
    .interview_head .dat {
      width: calc(100% - 40px);
      max-width: 860px;
      order: 2;
      margin: 0 auto;
      padding: 0; }
      .interview_head .dat h2 {
        font: 2.9rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
        font-weight: 500;
        letter-spacing: 0.02em;
        margin: 0 0 30px; }
      .interview_head .dat dl {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
      .interview_head .dat dt {
        overflow: hidden;
        width: 360px;
        margin: 0 20px 0 0;
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
        .interview_head .dat dt:before {
          right: 0;
          left: auto;
          width: 210px;
          transform: translate(0%, -50%); }
        .interview_head .dat dt span {
          padding: 0 10px 0 0;
          background-color: inherit;
          position: relative; }
        .interview_head .dat dt small {
          font: 1.3rem/1em "Noto Sans", sans-serif;
          font-weight: 400; }
      .interview_head .dat dd {
        width: calc(100% - 380px);
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
        .interview_head .dat dd span {
          font: 1.4rem/1em "Albert Sans", sans-serif;
          font-weight: 300; }
    .interview_head .img {
      order: 1;
      width: 100%;
      aspect-ratio: 864/577;
      width: calc(100% - 40px);
      max-width: 860px;
      height: auto;
      margin: 0 auto 50px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .interview_head {
    padding: 145px 0 40px;
    margin: 0 auto 50px; }
    .interview_head .ttl {
      max-width: 600;
      width: calc(100% - 90px);
      margin: 0 auto;
      height: 125px;
      left: -20px;
      top: 35px; }
      .interview_head .ttl h1 {
        font: 2.7rem/1.1em "Albert Sans", sans-serif;
        font-weight: 300; }
      .interview_head .ttl small {
        padding: 0 20px;
        font: 1.4rem/1em "Noto Sans", sans-serif;
        font-weight: 700; }
    .interview_head .dat {
      width: calc(100% - 40px);
      max-width: 860px;
      order: 2;
      margin: 0 auto;
      padding: 0; }
      .interview_head .dat h2 {
        font: 2.9rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
        font-weight: 500;
        letter-spacing: 0.02em;
        margin: 0 0 30px; }
      .interview_head .dat dl {
        width: 100%;
        max-width: 100%;
        display: block; }
      .interview_head .dat dt {
        overflow: hidden;
        width: 100%;
        margin: 0 0 15px;
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
        .interview_head .dat dt:before {
          right: auto;
          left: 150px;
          width: 100%;
          transform: translate(0%, -50%); }
        .interview_head .dat dt span {
          padding: 0 10px 0 0;
          background-color: inherit;
          position: relative; }
        .interview_head .dat dt small {
          font: 1.3rem/1em "Noto Sans", sans-serif;
          font-weight: 400; }
      .interview_head .dat dd {
        width: 100%;
        font: 1.5rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
        .interview_head .dat dd span {
          font: 1.4rem/1em "Albert Sans", sans-serif;
          font-weight: 300; }
    .interview_head .img {
      order: 1;
      width: 100%;
      aspect-ratio: 864/577;
      width: calc(100% - 40px);
      max-width: 860px;
      height: auto;
      margin: 0 auto 50px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .interview_head {
    padding: 135px 0 30px;
    margin: 0 auto; }
    .interview_head .ttl {
      width: calc(100% - 55px);
      margin: 0 auto;
      height: 125px;
      padding: 0 0 15px 20px;
      left: 0;
      top: 35px; }
      .interview_head .ttl h1 {
        font: 2.2rem/1.1em "Albert Sans", sans-serif;
        font-weight: 300; }
      .interview_head .ttl small {
        padding: 0 15px;
        font: 1.3rem/1em "Noto Sans", sans-serif;
        font-weight: 700; }
    .interview_head .dat {
      width: calc(100% - 40px);
      max-width: 320px;
      order: 2;
      margin: 0 auto;
      padding: 0; }
      .interview_head .dat h2 {
        font: 2.4rem/2em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
        font-weight: 500;
        letter-spacing: 0.02em;
        margin: 0 0 30px; }
      .interview_head .dat dl {
        padding: 0 0 0 15px; }
        .interview_head .dat dl:before {
          width: 5px;
          height: 5px;
          top: 4px;
          left: 0; }
      .interview_head .dat dt {
        overflow: hidden;
        width: 100%;
        margin: 0 0 15px;
        font: 1.4rem/1em "Noto Sans", sans-serif;
        font-weight: 500; }
        .interview_head .dat dt:before {
          right: auto;
          left: 150px;
          width: 100%;
          transform: translate(0%, -50%); }
        .interview_head .dat dt span {
          padding: 0 10px 0 0;
          background-color: inherit;
          position: relative; }
    .interview_head .img {
      width: calc(100% - 30px);
      margin: 0 auto 25px; } }
/*max-width:480px*/
/******************************************/
.marquee {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box; }

.marquee__inner {
  display: inline-block;
  animation: marquee 80s linear infinite; }

.marquee__inner span {
  font: 19rem/1em "Albert Sans", sans-serif;
  font-weight: 200;
  color: #D7DEFF;
  display: inline-block;
  letter-spacing: -0.04em; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media (max-width: 1280px) {
  .marquee__inner span {
    font: 15rem/1em "Albert Sans", sans-serif;
    font-weight: 200; } }
@media (max-width: 768px) {
  .marquee__inner {
    animation: marquee 53s linear infinite; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .marquee {
    display: none; } }
/*max-width:480px*/
/******************************************/
.interview_content {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1920px;
  background-color: #EFF1FD;
  padding: 150px 50px 140px;
  border-radius: 20px;
  counter-reset: interview_num;
  position: relative; }
  .interview_content:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/interview/arrow.svg") center top no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 155px;
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: -1; }

.content_flex {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }
  .content_flex:last-of-type {
    margin: 0 auto 120px; }
  .content_flex .number {
    color: #6E80DA;
    writing-mode: vertical-rl;
    position: absolute;
    font: 2rem/1em "Albert Sans", sans-serif;
    font-weight: 300;
    background-size: 15px; }
    .content_flex .number:before {
      font: 2rem/1em "Albert Sans", sans-serif;
      font-weight: 600;
      writing-mode: vertical-rl;
      position: absolute;
      counter-increment: interview_num;
      content: "0" counter(interview_num);
      top: 150px; }
    .content_flex .number:after {
      position: absolute;
      content: "";
      width: 25px;
      height: 1px;
      display: block;
      background-color: #AEB8EC;
      top: 60px; }
  .content_flex .txt {
    color: #00275C;
    max-width: 540px; }
    .content_flex .txt h3 {
      font: 3.6rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 500;
      letter-spacing: 0.02erm;
      margin: 0 0 30px; }
    .content_flex .txt p {
      text-align: justify;
      text-justify: inter-ideograph;
      font: 1.7rem/2.4em "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.03erm; }
  .content_flex .img {
    overflow: hidden;
    border-radius: 20px;
    max-width: 470px; }
    .content_flex .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .content_flex.flex_left {
    padding: 0 0 0 85px; }
    .content_flex.flex_left .number {
      left: 0;
      background: url("../images/common/icon_purple.svg") left 3px top no-repeat;
      padding: 30px 10px 40px 0;
      border-right: 1px solid #AEB8EC; }
      .content_flex.flex_left .number:after {
        right: -25px;
        transform: rotate(-15deg); }
  .content_flex.flex_right {
    padding: 0 85px 0 0; }
    .content_flex.flex_right .txt {
      order: 2; }
    .content_flex.flex_right .img {
      order: 1; }
    .content_flex.flex_right .number {
      left: auto;
      right: 0;
      background: url("../images/common/icon_purple.svg") right 3px top no-repeat;
      padding: 30px 0 40px 10px;
      border-left: 1px solid #AEB8EC; }
      .content_flex.flex_right .number:after {
        left: -25px;
        transform: rotate(15deg); }

@media (max-width: 1280px) {
  .content_flex .number {
    font: 1.8rem/1em "Albert Sans", sans-serif;
    font-weight: 300; }
    .content_flex .number:before {
      font: 1.8rem/1em "Albert Sans", sans-serif;
      font-weight: 600;
      top: 140px; }
    .content_flex .number:after {
      top: 55px; }
  .content_flex .txt {
    max-width: 420px; }
    .content_flex .txt h3 {
      font: 2.9rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 500;
      letter-spacing: 0.02erm;
      margin: 0 0 30px; }
    .content_flex .txt p {
      font: 1.6rem/2.4em "Noto Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 0.03erm; }
  .content_flex .img {
    width: calc(100% - 450px); }
  .content_flex.flex_left {
    padding: 0 0 0 75px; }
  .content_flex.flex_right {
    padding: 0 75px 0 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .interview_content {
    width: calc(100% - 40px);
    padding: 100px 50px 120px;
    border-radius: 20px; }
    .interview_content:before {
      width: 100%;
      height: 130px;
      top: -63px;
      left: 50%; }

  .content_flex {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: block; }
    .content_flex:last-of-type {
      margin: 0 auto 120px; }
    .content_flex .number {
      margin: 0 0 15px;
      color: #6E80DA;
      writing-mode: horizontal-tb;
      position: relative;
      background-size: 15px;
      border-bottom: 1px solid #AEB8EC;
      padding: 0 35px 10px 30px !important;
      width: fit-content; }
      .content_flex .number:before {
        writing-mode: horizontal-tb;
        position: absolute;
        counter-increment: interview_num;
        content: "0" counter(interview_num);
        top: auto;
        right: 5px !important; }
      .content_flex .number:after {
        display: none; }
    .content_flex .txt {
      color: #00275C;
      max-width: 640px;
      margin: 0 auto 40px; }
      .content_flex .txt h3 {
        font: 2.9rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
        font-weight: 500;
        letter-spacing: 0.02erm;
        margin: 0 0 20px; }
      .content_flex .txt p {
        font: 1.6rem/2.4em "Noto Sans", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03erm; }
    .content_flex .img {
      width: 100%;
      max-width: 390px;
      margin: 0 auto; }
    .content_flex.flex_left, .content_flex.flex_right {
      padding: 0; }
      .content_flex.flex_left .number, .content_flex.flex_right .number {
        background: url("../images/common/icon_purple.svg") left 0 top 2px no-repeat;
        border-left: none;
        border-right: none; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .interview_content {
    width: calc(100% - 40px);
    padding: 70px 40px 100px; }
    .interview_content:before {
      width: 100%;
      height: 130px;
      top: -63px;
      left: 50%; }

  .content_flex {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: block; }
    .content_flex:last-of-type {
      margin: 0 auto 70px; }
    .content_flex .txt h3 {
      font: 2.6rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
      font-weight: 500; }
    .content_flex .img {
      width: 90%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .interview_content {
    width: calc(100% - 20px);
    padding: 70px 10px 70px; }
    .interview_content:before {
      display: none; }

  .content_flex {
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    display: block; }
    .content_flex .number {
      font: 1.6rem/1em "Albert Sans", sans-serif;
      font-weight: 300;
      padding: 0 30px 10px 25px !important;
      width: fit-content; }
      .content_flex .number:before {
        font: 1.6rem/1em "Albert Sans", sans-serif;
        font-weight: 600; }
    .content_flex.flex_left, .content_flex.flex_right {
      padding: 0; }
      .content_flex.flex_left .number, .content_flex.flex_right .number {
        background: url("../images/common/icon_purple.svg") left 0 top 2px no-repeat;
        background-size: 13px; }
    .content_flex:last-of-type {
      margin: 0 auto 40px; }
      .content_flex:last-of-type h3 br {
        display: none; }
    .content_flex .txt {
      margin: 0 0 20px; }
      .content_flex .txt h3 {
        font: 2.4rem/1.8em "Zen Old Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", sans-serif;
        font-weight: 500; }
      .content_flex .txt p {
        text-align: justify;
        text-justify: inter-ideograph;
        font: 1.5rem/2.2em "Noto Sans", sans-serif;
        font-weight: 400;
        letter-spacing: 0.03erm;
        margin: 0 auto 30px; }
    .content_flex .img {
      width: 100%; } }
/*max-width:480px*/
/******************************************/
hr {
  border: none;
  height: 1px;
  max-width: 1200px;
  width: 100%;
  margin: 140px auto 80px;
  transform: rotate(-5deg);
  /* 10度傾ける */
  transform-origin: left center;
  /* 左端を軸に傾ける */
  border: none;
  background-color: #CFD6FA; }

@media (max-width: 1280px) {
  hr {
    margin: 120px auto 70px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  hr {
    margin: 70px auto 50px; } }
/*max-width:768px*/
/*max-width:480px*/
/******************************************/
.back_btn {
  display: block;
  background: linear-gradient(#98A7F4, #6E80DA);
  margin: 0 auto;
  position: relative;
  max-width: 360px;
  height: 90px;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  font: 2rem/90px "Noto Sans", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 10; }
  .back_btn:after {
    transition: .3s;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #00275C;
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1; }
  .back_btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: auto;
    right: 20px;
    transform: translate(0%, -50%);
    background: url("../images/recruit/link_arrow_white.svg") center center no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    z-index: 5; }

@media (hover: hover) {
  .back_btn:hover:after {
    opacity: 1; } }
@media (max-width: 768px) {
  .back_btn {
    max-width: 320px;
    height: 80px;
    font: 1.7rem/80px "Noto Sans", sans-serif;
    letter-spacing: 0.1em;
    font-weight: 400; }
    .back_btn:before {
      width: 40px;
      height: 40px;
      z-index: 5; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .back_btn {
    max-width: 240px;
    height: 60px;
    font: 1.6rem/60px "Noto Sans", sans-serif;
    letter-spacing: 0.1em;
    font-weight: 400;
    padding: 0 10px 0 0; }
    .back_btn:before {
      width: 30px;
      height: 30px;
      z-index: 5; } }
/*max-width:480px*/
