main{
    width: 100dvw;
    height: auto;
}
section{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 120px auto;
}
.card{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    border-radius: 30px;
    
    margin: 120px 0;
}
.background{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
  .background-img{
    position: absolute;
    width: 100%;
    height: 3100px;
    display: flex;
    flex-direction: column;
  }
    .background-img img{
      width: 100%;
      height: 100%;
      transform: scale(1.3);
      overflow: hidden;
    }
.interview-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 24px;
    color: var(--black); 
}
.section-interview-title-block {
    margin-bottom: 48px;
}
.section-interview-title-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section-interview-title-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}
.section-interview-title-img img{
  width: 35%;
  height: auto;
}
.section-interview-title-texts{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
}
.section-interview-title {
  font-size: var(--title-font-sise);
  font-weight: 550;
  letter-spacing: 0.5rem;
  text-align: center;
  font-family: var(--number-font-family);
}
.section-interview-title-info {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.8;
  color: var(--black);
  text-align: center;
}
.card.project{
    background-color: var(--white);
}
.flex-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flex-item{
    width: 100%;
}  


.timeline-container-hero {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4rem;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .timeline-container-hero-block {
      display: flex;
      gap: 4rem;
  }
  .timeline-container-hero-box {
    display: flex;
  }
  .timeline-container-hero-left-book-img {
    flex: 1;
    border-radius: 16px;
  }
  .timeline-container-hero-left-book-img img {
    width: 80%;
    height: auto;
    object-fit: cover;
    display: block;
    margin-top: -85px;
    margin-left: 5px;
  }
  .timeline-container-hero-right {
    flex: 1;
    margin-top: -100px;
  }
  /* 右側のインタビュー内容 */
  .timeline-container-hero-texts {
    padding: 1rem 0;
    margin-left: 15px;
    max-width: 800px;
  }
  /* Interview画像（右上） */
  .timeline-container-hero-text-img {
    display: grid;
    margin-bottom: 1rem;
  }
  .timeline-container-hero-text-img img {
    width: 350px;
    height: auto;
    display: block;
  }
  /* テキストブロック（右下） */
  .timeline-container-hero-texts {
    padding: 1rem 0;
  }
  .timeline-container-hero-title {
    font-size: 2.0rem;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    line-height: 1.6;
    color: var(--black);
    margin-bottom: 3rem;
    letter-spacing: 0.5rem;
  }
  .timeline-container-hero-title span {
    display: inline-block;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 4px;
  }
  .timeline-container-hero-info{
    width: 370px;
    font-size: var(--default-font-sise);
    line-height: 1.8;
    color: var(--black);
    margin-top: -15px;
    margin-bottom: -5px;
  }
  .timeline-container-hero-charge{
    font-size: var(--default-font-sise);
    font-weight: 300;
    line-height: 1.8;
    color: var(--black);
    margin-bottom: 0.5rem;
    margin-top: 3rem;
  }
  .timeline-container-hero-name {
    font-size: var(--default-font-sise);
    font-weight: 500;
    line-height: 1.8;
    color: var(--black);
    margin-bottom: 0.5rem;
  }


.timeline-container-video {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  margin-top: 50px;
  padding: 0;
}
.timeline-container-video-block {
  display: grid;
  place-items: center;
}
.timeline-container-video-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.timeline-container-video-img {
  max-width: 100%;
}
.timeline-container-video-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: translateY(-30px);
  margin: 0 auto;
}
.timeline-container-video-text {
  min-width: 200px;
  text-align: center;
  margin-bottom: -100px;
}
.timeline-container-video-title h4 {
  font-size: var(--subtitle-font-sise);
  color: var(--orange);
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  transform: translateY(-75px);
}
.timeline-container-video-samuneiru {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.timeline-container-video-samuneiru a {
  display: inline-block;
  max-width: 100%;
  transition: opacity 0.3s ease;
}
.timeline-container-video-samuneiru a:hover {
  opacity: 0.8;
}
.timeline-container-video-samuneiru img {
  width: 400px; 
  height: auto;
  object-fit: cover;
  display: block;
  cursor: pointer;
}


.timeline-container-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 300px 0;
  }
  .timeline-container-timeline-centerline {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }
  .timeline-container-timeline-background {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .timeline-container-timeline-background img {
    width: 10%;     
    object-fit: cover;      
    display: block;
  }
  .timeline-container-timeline-years {
    position: absolute;
    width: 10%;
    height: 100%;
    margin-left: 30px;
  }
  .timeline-container-timeline-years img{
    position: absolute;
    width: 70%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }
  .y1 { top: 10%; }
  .y2 { top: 27%; }
  .y3 { top: 43%; }
  .y4 { top: 61%; }
  .y5 { top: 78%; }

  
.timeline-container-timeline-block{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}
.timeline-container-timeline-box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin-top: -1780px; 
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
}
.timeline-container-timeline-box-1-left{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 100%;
}
.timeline-container-timeline-left-img{
  display: flex;
  max-width: 100%;
  height: auto;
}
.timeline-container-timeline-left-img img{
  width: 40%;
  height: auto;
  margin: 0 0 0 auto;
  margin-bottom: -50px;
}
.timeline-container-timeline-left-title{
  font-size: var(--subtitle-font-sise);
  font-weight: 100;
  letter-spacing: 0.1em;
  color: var(--orange);
  margin: 0 0 0 auto;
}
.timeline-container-timeline-box-1-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .timeline-container-timeline-icon {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .timeline-container-timeline-icon img {
    width: 75%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
.timeline-container-timeline-box-1-right{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.timeline-container-timeline-right-info {
  margin: 0 auto 0 0;

}
.timeline-container-timeline-right-info p {
  font-size: var(--default-font-sise);
  font-weight: 500;
  color: var(--black);
}


.timeline-container-timeline-block-2 {
  display: grid;
  align-items: center;
  margin-top: -10px;
  margin-left: 0px;
  max-width: 900px;
  width: 100%;
}
.timeline-container-timeline-box-2 {
  display: grid;
  max-width: 400px;
  width: 100%;
}
.timeline-container-timeline-box2-img {
  display: flex;
  justify-content: center;
}
.timeline-container-timeline-box2-img img{
  width: 85%;
  height: auto;
  object-fit: cover;
  margin: 0 0 0 auto;
}
.timeline-container-timeline-box2-texts {
  box-sizing: border-box;
  display: grid;
  align-items: center;
  justify-content: start;
  padding-left: 50px;
  max-width: 360px;
}
.timeline-container-timeline-box2-title {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  color: var(--black);
  font-weight: normal;
  margin-top: -30px;
  margin-bottom: -30px;
}
.timeline-container-timeline-box2-info {
  width: 100%;
  margin: 0 0 0 auto;
}
.timeline-container-timeline-box2-info p{
  line-height: 1.8;
  font-size: var(--default-font-sise);
  font-weight: 300;
  color: var(--black);
}

.timeline-container-timeline-block-3 {
    display: grid;
    align-items: center;
    margin-top: -310px;
    margin-left: 1030px;
    width: 100%;
    max-width: 900px;
    text-align: left;
  }
  .timeline-container-timeline-box-3 {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    max-width: 500px;
    width: 100%;
  }
  .timeline-container-timeline-box3-img {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .timeline-container-timeline-box3-img img{
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  .timeline-container-timeline-box3-texts {
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 360px;
  }
  .timeline-container-timeline-box3-title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    color: var(--black);
    font-weight: normal;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .timeline-container-timeline-box3-info {
    width: 270px;
  }
  .timeline-container-timeline-box3-info p{
    line-height: 1.8;
    font-size: var(--default-font-sise);
    font-weight: 300;
    color: var(--black);
  }
  
  .timeline-container-timeline-block-4 {
    display: grid;
    align-items: center;
    margin-top: -170px;
    margin-left: -90px;
    max-width: 900px;
    width: 100%;
  }
  .timeline-container-timeline-box-4 {
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
  }
  .timeline-container-timeline-box4-img {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .timeline-container-timeline-box4-img img{
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  .timeline-container-timeline-box4-texts {
    display: grid;
    align-items: center;
    justify-content: start;
    max-width: 360px;
    margin-left: 80px;
  }
  .timeline-container-timeline-box4-title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    color: var(--black);
    font-weight: nomal;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .timeline-container-timeline-box4-info {
    width: 270px;
  }
  .timeline-container-timeline-box4-info p{
    line-height: 1.8;
    font-size: var(--default-font-sise);
    font-weight: 300;
    color: var(--black);
  }
  
  .timeline-container-timeline-block-5 {
    display: grid;
    align-items: center;
    margin-top: -240px;
    margin-left: 200px;
    max-width: 900px;
    width: 100%;
    text-align: left;
  }
  .timeline-container-timeline-box-5 {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    max-width: 500px;
    width: 100%;
    margin-left: 400px;
  }
  .timeline-container-timeline-box5-img {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .timeline-container-timeline-box5-img img{
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  .timeline-container-timeline-box5-texts {
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 360px;
  }
  .timeline-container-timeline-box5-title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    color: var(--black);
    font-weight: nomal;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .timeline-container-timeline-box5-info {
    width: 270px;
  }
  .timeline-container-timeline-box5-info p {
    line-height: 1.8;
    font-size: var(--default-font-sise);
    font-weight: 300;
    color: var(--black);
  }

  .timeline-container-timeline-block-6 {
    display: grid;
    align-items: center;
    margin-top: -240px;
    max-width: 900px;
    width: 100%;
  }
  .timeline-container-timeline-box-6 {
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    width: 100%;
  }
  .timeline-container-timeline-box6-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .timeline-container-timeline-box6-img img{
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-left: auto;
  }
  .timeline-container-timeline-box6-texts {
    display: grid;
    align-items: center;
    justify-content: center;
    max-width: 360px;
  }
  .timeline-container-timeline-box6-title {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    color: var(--black);
    font-weight: nomal;
    margin-top: -30px;
    margin-bottom: -30px;
    margin-right: auto;
  }
  .timeline-container-timeline-box6-info {
    width: 270px;
  }
  .timeline-container-timeline-box6-info p{
    line-height: 1.8;
    font-size: var(--default-font-sise);
    font-weight: 300;
    color: var(--black);
  }


  .timeline-container-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -290px;
  }
  .timeline-container-message-block {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 800px;
    width: 100%;
  }
  .timeline-container-message-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .timeline-container-message-img img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .timeline-container-message-texts {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .timeline-container-message-comment {
    font-weight: bold;
    font-size: var(--accent-font-sise);
    color: var(--black);
  }
  .timeline-container-message-title {
    color: var(--orange);
    font-weight: bold;
    font-size: var(--subtitle-font-sise);
    line-height: 1.8;
    margin-top: -40px
  }
  .timeline-container-message-title span{
    font-size: var(--subtitle-font-sise);
    display: inline-block;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 4px;
  }
  .timeline-container-message-info {
    font-size: var(--desc-font-sise);
    color: var(--black);
    margin-top: -40px;
  }


  .section {
    width: 100%;
    height: auto;
    margin: 100px auto;
  }
  .interview-selecter {
    max-width: 900px;
    display: flex;
    /* margin-top: -5%; */
  }
  .interview-selecter-block {
    display: flex;
    margin-top: -100px;
  }
  .interview-selecter-box-1,
  .interview-selecter-box-2,
  .interview-selecter-box-3 {
    display: grid;
    width: 100%;
    flex: 1;
  }
  .interview-selecter1-inteerview1,
  .interview-selecter2-inteerview2,
  .interview-selecter3-inteerview3 {
    width: 100%;
    z-index: 10;
    display: block;
  }
  .interview-selecter1-inteerview1 img,
  .interview-selecter2-inteerview2 img,
  .interview-selecter3-inteerview3 img {
    height: auto;
    transform: translate(0px, 70px);
    position: relative;
  }
  .interview-selecter1-book,
  .interview-selecter2-book,
  .interview-selecter3-book {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 30px;
  }
  .interview-selecter1-book img,
  .interview-selecter2-book img,
  .interview-selecter3-book img {
    width: 80%;
    height: auto;
    object-fit: cover;
  }
  .interview-selecter1-texts,
  .interview-selecter2-texts,
  .interview-selecter3-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-top: 20px;
  }
  .interview-selecter1-charge,
  .interview-selecter2-charge,
  .interview-selecter3-charge,
  .interview-selecter1-name,
  .interview-selecter2-name,
  .interview-selecter3-name {
    font-family: var(--black);
  }
  .interview-selecter1-name,
  .interview-selecter2-name,
  .interview-selecter3-name {
    font-weight: bold;
  }
  .interview-selecter1-viewmore,
  .interview-selecter2-viewmore,
  .interview-selecter3-viewmore {
    font-size: var(--desc-font-sise);
    margin-top: 10px;
    letter-spacing: 0.1rem;
    padding-top: 5px ;
  }
  .hover-box {
    position: relative;
    width: 80%;
    overflow: hidden;
  }
  .hover-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    display: block;
  }
  .hover-box::before {
    content: "";
    position: absolute;
    background-color: rgba(150, 10, 20, 0.4);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
  }
  .hover-box:hover::before {
    width: 240px;
    height: 300px;
    transform: translate(10px,18px);
    opacity: 1;
  }
  .hover-text {
    position: absolute;
    right: 12%;
    bottom: 10%;
    font-family: var(--default-font-family);
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    line-height: 1.2rem;
    color: white;
    opacity: 0;
    white-space: pre-line;
    text-align: left;
    pointer-events: none;
    z-index: 3;
  }
  .hover-box:hover .hover-text {
    opacity: 1;
    transform: rotate(-15deg) scale(1);
  }
  /* View Moreボタン */
  .view-more-link {
    background-color: #fff;
    color: #cda281;
    border: 1px solid #cda281;
    border-radius: 24px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: bold;
    padding: 5px 20px 7px 20px ;
  }
  .view-more-link:hover {
    background-color: #cda281;
    color: #fff;
    cursor: pointer;
  }



  .recruit{
    max-width: 100dvw !important;
    height: auto;
    position: relative;
    margin: 0;
  }
    .recruit .section-contnt{
      background-color: var(--orange);
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 3rem 5rem;
    }
      .section-title-block{
        width: 100%;
        height: 350px;
      }
        .section-title-box{
          position: relative;
          width: 100%;
          height: 100%;
        }
          .section-title-texts{
            width: 100%;
            height: auto;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
          }
            .section-title-texts .section-title{
              font-size: 60px;
              font-weight: bold;
              letter-spacing: 1.5rem;
              text-align: center;
              color: var(--white);
            }
            .section-title-texts .section-info{
              font-size: var(--accent-font-sise);
              font-weight: normal;
              line-height: 2.5rem;
            color: var(--white);
              text-align: center;
              width: 100%;
            }
              .recruit .section-contnt .section-title-box img{
                position: absolute;
                top: 2rem;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
              }    .recruit .recruit-info-block{
      position: relative;
      z-index: 125;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 15%;
      margin: 5rem 0;
      display: flex;
      align-items: flex-start;
      gap: 30px;

      position: relative;
      transition: 1.5s ease-in-out;
    }
      .recruit .recruit-info-box{
        flex: 1;
        height: auto;
        background-color: var(--white);
        padding: 3rem;

        border-radius: 10px;

        display: flex;
        flex-direction: column;
        align-items: top;
        gap: 3rem;
        /* z-index: 100; */
        transition: 1.5s ease-in-out;
      }
        .recruit-info-box-title{
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 1rem;
        }
          .recruit-info-box-title h5{
            font-size: 2.5rem;
            color: var(--orange);
            margin: 0;
          }
          .recruit-info-box-title .under-line{
            height: 0;
            width: 60px;
            border: solid 2px var(--orange);
          }
        .recruit-info-toggle{
          width: 100%;
          height: auto;
          transition: 1.5s ease-in-out;
          display: flex;
          flex-direction: column;
        }
          .recruit-info-toggle-check{
            width: 100%;
            height: 60px;
            padding: 0;
            z-index: 120;

            background-color: var(--white);
            border-radius: 30px;
            border: solid 2px var(--orange);
          }
          .recruit-info-toggle-check.active{
            position: relative;
            z-index: 155;
          }
          .recruit-info-toggle-check-2{
            background-color: #FFF4B9;
          }
            .recruit-info-toggle-check a{
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              gap: 10px;
            }
              .recruit-info-toggle-check a img{
                width: 1rem;
              }
              .recruit-info-toggle-check a .opacity{
                opacity: 0;
              }
              .recruit-info-toggle-check a h6{
                text-align: center;
                font-size: var(--subtitle-font-sise);
                color: var(--orange);
                margin: 0;
              }
          .recruit-info-toggle-content{
            z-index: 100;
            /* width: 100%; */
            width: calc(200% + 30px + 6rem);
            height: auto;
            margin-top: -60px;
            padding: 30px;

            border-radius: 15px;

            overflow: hidden;
            max-height: 0;
            transition: max-height 1.5s ease-in-out;
          }
          .recruit-info-toggle-content.active{
            max-height: 3000px;
            transition: max-height 0.5s ease-in-out;
            background-color: var(--white);

            z-index: 150;
            position: relative;
          }
            .recruit-info-toggle-content.active .recruit-info-toggle-content-list{
              display: flex;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content.active .recruit-info-toggle-content-btn{
              display: flex;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content.active .recruit-info-toggle-content-header{
              display: flex;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content.active .recruit-info-toggle-content-timeline{
              display: flex;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content.active .recruit-info-toggle-content-image-list{
              display: flex;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content.active .recruit-info-toggle-4{
              display: flex;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content.active .recruit-info-toggle-content-header{
              display: flex;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content.active .recruit-info-toggle-content-flow{
              display: flex;
              flex-direction: column;
              gap: 30px;
              transition: 0.5s ease-in-out;
            }
            .recruit-info-toggle-content-list{
              display: none;
              flex-direction: column;
              gap: 15px;
              margin-top: 60px;
            }
              .recruit-info-toggle-content-list-flex{
                display: flex;
                gap: 30px;
              }
                .recruit-info-toggle-content-list-title{
                  flex: 1;
                  display: flex;
                  flex-direction: column;
                  justify-content: space-between;
                }
                  .recruit-info-toggle-content-list-title p{
                    font-weight: bolder;
                  }
                  .recruit-info-toggle-content-list-title .under-line{
                    height: 0;
                    border: solid 1px var(--orange);
                  }
                .recruit-info-toggle-content-list-desc{
                  flex: 4;
                }
                  .recruit-info-toggle-content-list-desc p{
                  }
                  .recruit-info-toggle-content-list-desc .under-line{
                    height: 0;
                    border: solid 0.5px #808080;
                  }
            .recruit-info-toggle-content-btn{
              display: none;
              width: 100%;
              height: auto;

              flex-direction: column;
              justify-content: center;
              align-items: center;
              gap: 30px;
              margin-top: 3rem;
            }
              .recruit-info-toggle-content-btn .intern-btn{
                width: 300px;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                border-radius: 30px;
                background-color: var(--orange);
              }
                .recruit-info-toggle-content-btn .intern-btn p{
                  color: var(--white);
                }
              .recruit-info-toggle-content-btn .entry-btn{
                width: 300px;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                border-radius: 30px;
                background-color: #FFDF31;
              }
                .recruit-info-toggle-content-btn .entry-btn p{
                  color: var(--black);
                }
        .recruit-info-toggle-2{}
            .recruit-info-toggle-2 .recruit-info-toggle-content-header{
              display: none;
              width: 100%;
              /* display: flex; */
              flex-direction: column;
              align-items: center;

              margin-top: 60px;
            }
              .recruit-info-toggle-content-header-title{
                text-align: center;
              }
              .recruit-info-toggle-content-header-btn{
                padding: 0 50px;
                width: auto;
                height: 50px;
                display: flex;
                align-items: center;
                color: var(--white);

                border-radius: 10px;
                background-color: var(--orange);
              }
            .recruit-info-toggle-content-timeline{
              display: none;
              width: 100%;
              height: auto;
              /* display: flex; */
              gap: 30px;
            }
              .recruit-info-toggle-content-timeline-img-box{
                flex: 3;
                height: auto;
              }
                .recruit-info-toggle-content-timeline-img-box img{
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                }
              .recruit-info-toggle-content-timeline-texts{
                flex: 4;
                width: 100%;
                height: auto;
              }
                .recruit-info-toggle-content-timeline-title{
                  color: #BEA17A;
                  margin-top: 0;
                }
                  .recruit-info-toggle-content-timeline-texts-flex{
                    width: 100%;
                    display: flex;
                    gap: 30px;
                  }
                    .recruit-info-toggle-content-timeline-texts-flex p{
                      margin: 5px 0;
                    }
                    .recruit-info-toggle-content-timeline-texts-flex .timeline-texts-time{
                      color: #BEA17A;
                    }
            .recruit-info-toggle-content-image-list{
              display: none;
              /* display: flex; */
              justify-content: space-between;
              align-items: center;
              gap: 30px;

              margin: 3rem 0;
            }
              .recruit-info-toggle-content-image-list .image-box{
                flex: 1;
                aspect-ratio: 3 / 2;
                height: auto;
              }
                .recruit-info-toggle-content-image-list .image-box img{
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                }
      .recruit-info-box-carrier {
      }
          .recruit-info-box-carrier .recruit-info-box-title h5{
            color: var(--green);
          }
          .recruit-info-box-carrier .recruit-info-box-title .under-line{
            border: solid 2px var(--green);
          }
          .recruit-info-box-carrier .recruit-info-toggle{
            align-items: end;
          }
          .recruit-info-box-carrier .recruit-info-toggle-check{
            border: solid 2px var(--green);
          }
              .recruit-info-box-carrier .recruit-info-toggle-check a h6{
                color: var(--green);
              }
                    .recruit-info-box-carrier .recruit-info-toggle-content .recruit-info-toggle-content-list-title .under-line{
                      border: solid 1px var(--green);
                    }
                      .recruit-info-box-carrier .recruit-info-toggle-content .recruit-info-toggle-content-list-desc p span{
                        color: var(--green);
                      }
              .recruit-info-box-carrier .recruit-info-toggle-content-btn .recruit-btn{
                width: 300px;
                height: 60px;
                display: flex;
                justify-content: center;
                align-items: center;

                color: var(--white);

                border-radius: 30px;
                background-color: var(--green);
              }
        .recruit-info-toggle-4 .recruit-info-toggle-content-header{
          display: none;
          width: 100%;
          /* display: flex; */
          flex-direction: column;
          align-items: center;

          margin-top: 60px;
        }
              .recruit-info-toggle-4 .recruit-info-toggle-content-header-btn{
                background-color: var(--green);
              }
        .recruit-info-toggle-4 .recruit-info-toggle-content-flow{
          display: none;
          width: 100%;

          margin: 3rem 0;
        }
          .recruit-info-toggle-4 .recruit-info-toggle-content-flow p{
            margin-top: 0;
          }
          .recruit-info-toggle-content-flow .flow-title{
            color: var(--green);
          }
            .recruit-info-toggle-content-flow-list{
              display: flex;
              flex-direction: column;
              gap: 1rem;
            }
              .recruit-info-toggle-content-flow-box{
                box-sizing: border-box;
                width: 100%;
                height: auto;
                padding: 2rem;

                display: flex;
                justify-content: left;
                gap: 30px;

                border-radius: 10px;
                border: solid 1px #BEA17A;
              }
              .recruit-info-toggle-content-flow-box{
                box-sizing: border-box;
                width: 100%;
                height: auto;
                padding: 2rem;

                display: flex;
                justify-content: left;
                gap: 30px;

                border-radius: 10px;
                border: solid 1px #BEA17A;
              }
                .recruit-info-toggle-content-flow-box .flow-box-title{
                  text-align: left;
                  max-width: 30%;
                  width: 100%;
                  color: var(--green);
                }
                .recruit-info-toggle-content-flow-box .flow-box-desc{
                  text-align: left;
                  max-width: 70%;
                  width: 100%;
                }
                .recruit-info-toggle-content-flow-box p{
                  margin: 0;
                  width: auto;
                }
    .recruit .bubbles-block{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100dvw;
      height: 100dvh;

      z-index: 120;
    }
      .recruit .bubbles-box{
        position: relative;
        width: 100dvw;
        height: 100dvh;
        z-index: 120;
      }
        .bubbles-box .bubble-item{
          position: absolute;
          z-index: 50;
        }
        .bubble-item-1 {
          width: 17%;
          aspect-ratio: 1 / 1;
          height: auto;

          top: 5%;
          left: 5%;

          object-fit: cover;
          border-radius: 50%;
          }
          .bubble-item-2 {
            width: 22%;
            aspect-ratio: 1 / 1;
            height: auto;

            top: -5%;
            right: 5%;

            object-fit: cover;
            border-radius: 50%;
          }
          .bubble-item-3 {
            width: 20%;
            aspect-ratio: 1 / 1;
            height: auto;

            bottom: -5%;
            left: -3%;

            object-fit: cover;
            border-radius: 50%;
          }
          .bubble-item-4 {
            width: 15%;
            aspect-ratio: 1 / 1;
            height: auto;

            bottom: 5%;
            right: -2%;

            object-fit: cover;
            border-radius: 50%;
          }
            .bubble-item-1 img { width: 100%; height: 100%; }
            .bubble-item-2 img { width: 100%; height: 100%; }
            .bubble-item-3 img { width: 100%; height: 100%; }
            .bubble-item-4 img { width: 100%; height: 100%; }







@media screen and (max-width: 440px) {

  .card{
    width: 340px;
    margin: 0 auto;
    border-radius: 15px;
  }
  .background{
    position: relative;
    width: 100%;
    height: 3250px;
    z-index: 1;
  }
  .background-img img{
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    overflow: hidden;
  }
  .interview-content{
    margin-top: -3280px;
  }
  .section-interview-title-img img {
    width: 55%;
    height: auto;
  }
  .section-interview-title-texts {
    margin-top: -20px;
}
  .section-interview-title {
    font-size: 1.4rem;
    font-weight: 550;
    letter-spacing: 0.3rem;
  }
  .section-interview-title-info {
    max-width: 300px;
    font-size: 1.0rem;
    font-weight: 400;
  }


  .timeline-container-hero-block{
    display: flex;
    justify-content: center;
    margin-top: -75px;
  }
  .timeline-container-hero-box{
    display: flex;
    flex-direction: column;
    align-items: center;    
    text-align: center;
  }
  .timeline-container-hero-left-book-img{
    width: 100%;
    margin-bottom: 2rem;
  }
  .timeline-container-hero-left-book-img img{
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }

  .timeline-container-hero-right{
    width: 100%;
    margin-top: 0;
    max-width: 300px;
  }
  .timeline-container-hero-text-img {
    margin-bottom: 1rem;
  }
  .timeline-container-hero-text-img img {
    width: 65%;
    display: block;
    margin: 0 auto;
    margin-top: -355px;
  }
  .timeline-container-hero-texts {
    max-width: 270px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: -30px;
  }
  .timeline-container-hero-title {
    font-size: 1.5rem;
    margin: 0 auto 0 0;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 0.3rem;
  }
  .timeline-container-hero-title span {
    border-bottom: 1.3px solid var(--orange);
  }
  .timeline-container-hero-info{
    width: 100%;
    font-size: 1.0rem;
    font-weight: 350;
    text-align: left;
  }
  .timeline-container-hero-charge{
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
    margin-bottom: -1rem;
    margin-top: 1rem;
  }
  .timeline-container-hero-name {
    width: 100%;
    text-align: left;
    margin-bottom: 0rem;
  }



  .timeline-container-video {
    margin-top: 10px;
  }
  .timeline-container-video-block {
  }
  .timeline-container-video-box {
  }
  .timeline-container-video-img {
  }
  .timeline-container-video-img img {
    width: 50%;
  }
  .timeline-container-video-text {
    margin-top: 10px;
  }
  .timeline-container-video-title h4 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .timeline-container-video-samuneiru {
    margin-top: 0;
  }
  .timeline-container-video-samuneiru a {
  }
  .timeline-container-video-samuneiru a:hover {
  }
  .timeline-container-video-samuneiru img {
    width: 250px;
  }

  

  .timeline-container-timeline {
    margin-top: 0px;
    /* padding: 0; */
  }
  .timeline-container-timeline-centerline {
    width: 100%;
  }
  .timeline-container-timeline-background {
  }
  .timeline-container-timeline-background img {
    width: 18%;
    height: 2000px;
    margin: 0 auto 0 0;
    margin-left: 55px;
  }
  .timeline-container-timeline-years {
    margin-left: -230px;
  }
  .timeline-container-timeline-years img{
    width: 130%;
  }
  .y1 { top: 130px; }
  .y2 { top: 450px; }
  .y3 { top: 800px; }
  .y4 { top: 1140px; }
  .y5 { top: 1460px; }

  
.timeline-container-timeline-block{
  margin-top: -1000px;
  margin-bottom: -720px;
}
.timeline-container-timeline-box-1 {
  display: grid;
	grid-template-rows: 100px 100px;
	grid-template-columns: 200px 200px;

  max-width: 400px;
  height: 100px;
  margin-top: -1200px;
  margin-bottom: 200px;
}
.timeline-container-timeline-box-1-left{
  width: 200px;
  display: grid;
  grid-row: 1 / 2;
	grid-column: 1 / 2;
  margin: 0 auto;
  margin-bottom: -40px;
}
.timeline-container-timeline-left-img{
  display: grid;
}
.timeline-container-timeline-left-img img{
  width: 100%;
  margin-right: -70px;
  margin-top: -40px;
}
.timeline-container-timeline-left-title {
  margin-right: -110px;
  margin-bottom: 30px;
  
}
.timeline-container-timeline-left-title h5{
  font-size: 1.2rem;
  white-space: nowrap;
}
.timeline-container-timeline-left-title br {
  display: none;
}
.timeline-container-timeline-box-1-center {
  display: grid;
  grid-row: 2 / 3;
	grid-column: 1 / 2;
  }
  .timeline-container-timeline-icon {
    width: 150px;
    height: 150px;
  }
  .timeline-container-timeline-icon img {
    width: 90%;
  }
.timeline-container-timeline-box-1-right {
  display: grid;
  grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.timeline-container-timeline-right-info {
  margin-left: -70px;
}
.timeline-container-timeline-right-info p {
  font-size: 1.0rem ;
  line-height: 1.8rem;
}


.timeline-container-timeline-block-2 {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-left: 200px;
  margin-top: -50px;
  margin-bottom: 100px;
}
.timeline-container-timeline-box-2 {
  width: 70%;
}
.timeline-container-timeline-box2-img {
  margin-left: -10px;
}
.timeline-container-timeline-box2-img img{
  width: 85%;
  margin: 0;
}
.timeline-container-timeline-box2-texts {
  max-width: 300px;
  margin: 0 auto 0 0;
}
.timeline-container-timeline-box2-title{
  width: 100%;
  padding-top: 10px;
  margin-bottom: -20px;
}
.timeline-container-timeline-box2-title h6{
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.timeline-container-timeline-box2-info{
  width: 100%;
  max-width: 220px;
}
.timeline-container-timeline-box2-info p {
  width: 100%; 
  font-size: 1.0em;
  font-weight: 300;
  line-height: 1.4rem;
  letter-spacing: normal;
}

.timeline-container-timeline-block-3 {
  max-width: 400px;
  width: 100%;
  height: 100%;
  margin-left: 165px;
  margin-top: -90px;
  }
  .timeline-container-timeline-box-3 {
    width: 70%;
  }
  .timeline-container-timeline-box3-img {
    margin-left: 40px;
  }
  .timeline-container-timeline-box3-img img{
    width: 70%;
  }
  .timeline-container-timeline-box3-texts {
    max-width: 220px;
    margin: 0 auto 0 0;
    margin-left: 15px;
  }
  .timeline-container-timeline-box3-title{
    width: 100%;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .timeline-container-timeline-box3-title h6{
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .timeline-container-timeline-box3-info{
    width: 100%;
  }
  .timeline-container-timeline-box3-info p {
    width: 100%; 
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4rem;
    letter-spacing: normal;

  }
  
  .timeline-container-timeline-block-4 {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
    margin-left: 195px;
  }
  .timeline-container-timeline-box-4 {
    width: 70%;
  }
  .timeline-container-timeline-box4-img {
    margin-left: 45px;
  }
  .timeline-container-timeline-box4-img img{
    width: 70%;
    margin-bottom: 10px;
  }
  .timeline-container-timeline-box4-texts {
    max-width: 300px;
    margin: 0 auto 0 0;
  }
  .timeline-container-timeline-box4-title {
    width: 100%;
    margin-bottom: -30px;
    margin-top: -40px;
  }
  .timeline-container-timeline-box4-title  h6{
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .timeline-container-timeline-box4-info{
    width: 100%;
    max-width: 210px;
  }
  .timeline-container-timeline-box4-info p {
    width: 100%; 
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4rem;
    letter-spacing: normal;
  }
  
  .timeline-container-timeline-block-5 {
    max-width: 400px;
    width: 100%;
    margin-left: -630px;
    margin-top: 30px;
  }
  .timeline-container-timeline-box-5 {
    width: 70%;
  }
  .timeline-container-timeline-box5-img {
    margin-left: 35px;
  }
  .timeline-container-timeline-box5-img img{
    width: 70%;
  }
  .timeline-container-timeline-box5-texts {
    max-width: 220px;
    margin: 0 auto 0 0;
    margin-left: 15px;
  }
  .timeline-container-timeline-box5-title {
    width: 100%;
  }
  .timeline-container-timeline-box5-title h6{
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .timeline-container-timeline-box5-info{
    width: 100%;
  }
  .timeline-container-timeline-box5-info p {
    width: 100%; 
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4rem;
    letter-spacing: normal;
  }

  .timeline-container-timeline-block-6 {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
    margin-left: 235px;
  }
  .timeline-container-timeline-box-6 {
    width: 70%;
  }
  .timeline-container-timeline-box6-img {
    margin-left: -50px;
  }
  .timeline-container-timeline-box6-img img{
    width: 80%;
    margin-bottom: 15px;
  }
  .timeline-container-timeline-box6-texts {
    max-width: 220px;
    margin-left: -20px;
  }
  .timeline-container-timeline-box6-title{
    width: 100%;
    margin-bottom: -20px;
  }
  .timeline-container-timeline-box6-title h6{
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .timeline-container-timeline-box6-info{
    width: 100%;
  }
  .timeline-container-timeline-box6-info p {
    width: 100%; 
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.4rem;
    letter-spacing: normal;
  }


  .timeline-container-message {
    position: relative;
    margin-top: 700px;
    z-index: 4;
  }
  .timeline-container-message-block {
    max-width: 400px;
  }
  .timeline-container-message-img {
    margin-top: 30px;
  }
  .timeline-container-message-img img {
    width: 100%;
    margin-right: -50px;
  }
  .timeline-container-message-texts {
    gap: 0;
    margin-left: -8px;
  }
  .timeline-container-message-comment {
    margin-top: -200px;
    margin-left: -85px;
  }
  .timeline-container-message-comment p {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .timeline-container-message-title{
    width: 270px;
    margin-top: -30px;
    margin-left: -85px;
    margin-bottom: 5px;
  }
  .timeline-container-message-title span {
    font-size: 1.4rem;
    line-height: 2.0rem;
    letter-spacing: 0.1rem;
    border-bottom: 1.2px solid var(--orange);
    padding-bottom: 2px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  .timeline-container-message-info {
    max-width: 170px;
    margin-top: -20px;
  }
  .timeline-container-message-info p {
    font-size: 1.0rem;
    line-height: 1.8rem;
  }


  .section {
    /* width: 100%; */
    /* margin: 100px auto; */
  }
  .interview-selecter {
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    padding-left: 10px;
    margin-top: -70px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .interview-selecter::-webkit-scrollbar {
    display: none;
  }
  .interview-selecter-block {
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
    align-items: flex-start;
  }
  .interview-selecter-box-1,
  .interview-selecter-box-2,
  .interview-selecter-box-3 {
    flex: 0 0 auto;
    min-width: 250px;
    max-width: 350px;
    width: 90%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
  }
  .interview-selecter-box-2,
  .interview-selecter-box-3 {
    margin-left: -50px;
  }
  .interview-selecter1-inteerview1,
  .interview-selecter2-inteerview2,
  .interview-selecter3-inteerview3 {
  }
  .interview-selecter1-inteerview1 img,
  .interview-selecter2-inteerview2 img,
  .interview-selecter3-inteerview3 img {
    width: 40%;
    margin: 100px 0px -50px 30px;
    display: block;
    transform: none;
  }
  .interview-selecter1-book,
  .interview-selecter2-book,
  .interview-selecter3-book {
    margin: 0 auto;
  }
  .interview-selecter1-book img,
  .interview-selecter2-book img,
  .interview-selecter3-book img {
    width: 70%;
  }
  .interview-selecter1-texts,
  .interview-selecter2-texts,
  .interview-selecter3-texts {
    margin: 0 auto;
  }
  .interview-selecter1-charge,
  .interview-selecter2-charge,
  .interview-selecter3-charge,
  .interview-selecter1-name,
  .interview-selecter2-name,
  .interview-selecter3-name {
    margin: 10px auto 0px auto;
  }
  .interview-selecter1-name,
  .interview-selecter2-name,
  .interview-selecter3-name {
    font-size: 1.2rem;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .interview-selecter1-viewmore,
  .interview-selecter2-viewmore,
  .interview-selecter3-viewmore {
    margin: 0 auto;
  }
  .hover-box {
    width: 100%;
    text-align: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .hover-box img {
    width: 70%;
    transition: transform 0.2s , box-shadow 0.4s;
  }
  .hover-box:hover img {
    /* transform: scale(0.80) translate(-40px, -35px); */
  }
  .hover-box::before {
  }
  .hover-box:hover::before {
    /* width: 187px;
    height: 230px;
    transform: translate(-27px,-20px); */
    width: 235px;
    height: 305px;
    transform: translate(5px,18px);
    opacity: 1;
  }
  .interview-selecter1-book .hover-text {
    /* top: 40%;
    right: 33%;
    font-size: 1.2rem;
    line-height: 1.0rem; */
    right: 20%;
    bottom: 10%;
  }
  .interview-selecter2-book .hover-text,
    .interview-selecter3-book .hover-text {
    /* top: 30%;
    right: 33%;
    font-size: 1.2rem;
    line-height: 1.0rem; */
    right: 20%;
    bottom: 10%;
  }

  .view-more-link {
    background-color: #cda281;
    color: #fff;
    border: 1px solid #cda281;
    padding: 4px 24px;
    border-radius: 24px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: bold;
  }
  .view-more-link:hover {
  }








  .recruit{
  }
    .recruit .section-contnt{
      padding: 2rem;
    }
      .recruit .section-contnt .section-title-block{
        height: 200px;
      }
      .recruit .recruit-info-block{
        padding: 0;
        flex-direction: column;
        align-items: center;
      }
      .section-title-texts .section-title{
        font-size: 2rem;
        letter-spacing: normal;
      }
      .section-title-texts .section-info{
        font-size: 0.9rem;
        letter-spacing: normal;
      }
      .recruit .section-contnt .section-title-box img{
        width: 70%;
      }
        .recruit .recruit-info-box{
          width: 100%;
          height: auto;
        }
            .recruit-info-box-title h5{
              /* font-weight: normal; */
            }
            .recruit-info-box-title .under-line{
              border: solid 1px var(--orange);
            }
            .recruit-info-toggle-check a h6{
              font-size: var(--default-font-sise);
              /* font-weight: normal; */
              }
            .recruit-info-toggle-content{
              width: 100%;
              padding: 30px 0;
            }
                .recruit-info-toggle-content-list-flex{
                  display: flex;
                  flex-direction: column;
                  gap: 10px;
                }
                  .recruit-info-toggle-content-list-desc{
                    width: 100%;
                  }
                    .recruit-info-toggle-content-list-desc p{
                      font-size: 0.7rem;
                      letter-spacing: 0;
                    }
                    .recruit-info-toggle-content-list-desc .under-line{
                      display: none;
                      margin-bottom: 1rem;
                    }
                .recruit-info-toggle-content-btn .intern-btn{
                  width: 220px;
                  height: 50px;
                }
                .recruit-info-toggle-content-btn .entry-btn{
                  width: 220px;
                  height: 50px;
                }
          .recruit-info-toggle-2 p{
            font-size: 0.7rem;
          }
                .recruit-info-toggle-content-header-btn{
                  padding: 0 30px;
                  height: 40px;
                }
              .recruit-info-toggle-content-timeline{
                /* display: flex; */
                flex-direction: column;
                gap: 30px;

                margin: 30px 0;
              }
                .recruit-info-toggle-content-timeline-img-box{
                  width: 100%;
                  aspect-ratio: 3 / 2;
                  height: auto;
                  object-fit: cover;
                }
                  .recruit-info-toggle-content-timeline-img-box img{
                    width: 100%;
                    aspect-ratio: 3 / 2;
                    height: auto;
                  }
              .recruit-info-toggle-content-image-list{
                gap: 10px;

                margin: 30px 0;
              }
        .recruit-info-box-carrier p{
          font-size: 0.8rem;
        }
                .recruit-info-box-carrier .recruit-info-toggle-content-btn .recruit-btn{
                  width: 220px;
                  height: 50px;
                }
          .recruit-info-toggle-4 .recruit-info-toggle-content-flow{
            flex-direction: column;
            margin: 30px 0;
          }
                  .recruit-info-toggle-content-flow-box{
                    flex-direction: column;
                    gap: 10px;

                    border-radius: 10px;
                    }
                    .recruit-info-toggle-content-flow-box .flow-box-title{
                      text-align: center;
                      max-width: 100%;
                      width: 100%;
                      white-space: nowrap;
                    }
                    .recruit-info-toggle-content-flow-box .flow-box-desc{
                      text-align: center;
                      max-width: 100%;
                    }
      .recruit .bubbles-block{
        height: 100%;
      }
        .recruit .bubbles-block .bubbles-box{
          height: 100%;
        }
            .bubble-item-1 {
              width: 24%;
              top: 20px;
              left: -5%;
            }
            .bubble-item-2 {
              width: 29%;
              top: -30px;
              right: -5%;
            }
            .bubble-item-3 {
              width: 25%;
              bottom: -20px;
              left: 11%;
            }
            .bubble-item-4 {
              width: 29%;
              bottom: -50px;
              right: -2%;
            }
              .bubble-item-1 img { width: 100%; height: 100%; }
              .bubble-item-2 img { width: 100%; height: 100%; }
              .bubble-item-3 img { width: 100%; height: 100%; }
              .bubble-item-4 img { width: 100%; height: 100%; }
}