.image_link_group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  z-index: 10;
  width: 100%;
  a {
    width: calc(50% / 5);
    height: auto;
    display: flex;
    @media screen and (max-width: 1024px) {
    }
    @media screen and (max-width: 768px) {
    }
    img {
      &:hover {
        opacity: 0.8;
      }
    }
  }
}

.video_overlay_text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: block;
  img {
    width: 160px;
    height: auto;
  }
  p {
    margin: 0 auto;
    text-align: center;
  }
}
.recruit_menu_block {
  position: sticky;
  width: 100%;
  margin-top: -80px;
  background: #fff;
  padding: 50px 0;
  @media screen and (max-width: 1024px) {
    background: none;
    padding: 20px 0;
  }

  .recruit_menu_button {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    a {
      width: calc(15% - 15px);
      text-align: center;
      img {
        width: 100%;
        height: auto;
        opacity: 1;
        &:hover {
          opacity: 0.8;
          transform: scale(1.2, 1.2);
          transition-duration: 0.5s;
        }
      }
    }
    &.service_pc {
      @media screen and (max-width: 1024px) {
        display: none;
      }
    }
  }
}
.recruit_image_movie {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 40px;
  margin: 200px auto;
  @media screen and (max-width: 1024px) {
    margin: 60px auto 200px;
  }

  .recruitment_image {
    width: 450px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    @media screen and (max-width: 1024px) {
      width: 80%;
      margin: 0 auto;
    }
  }
}
.recruit-content-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* 求人TOPページCSS ここまで */

/* 募集要項CSS */
.application_guidelines_inner {
  width: 100%;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  .application_guidelines_table {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #efefef;
    border-spacing: 0 20px;
    .halfway_download{
      display: block;
      a{
        display: inline-block;
        color: blue;
      }
    }
    tr {
      border: solid 2px #ddd;
    }

    th,
    td {
      font-size: 20px;
      padding: 20px;
      vertical-align: top;

      @media screen and (max-width: 1024px) {
        font-size: 18px;
        display: block;
      }
    }

    th {
      width: 200px;
      white-space: nowrap;
      border-right: solid 2px #ddd;
      vertical-align: middle;
      background-color: #f1f1f1;
      font-weight: 500;
      @media screen and (max-width: 1024px) {
        display: block;
        text-align: left;
        width: 100%;
        border-right: none;
        border-bottom: solid 2px #ddd;
      }
    }

    td {
      width: 500px;
      border: none;
      text-align: left;
      font-size: 16px;
      vertical-align: middle;
      line-height: 1.5;
      @media screen and (max-width: 1024px) {
        display: block;
        width: 100%;
      }
      p {
        margin-bottom: 1em;
      }
      .text_red {
        color: #fc9968;
        display: block;
        margin-top: 10px;
      }
      .text_blue {
        display: inline-block;
        color: #518cab;
        border-bottom: solid 1px;
        margin-top: 5px;
      }
    }
  }
}

.career_entry_block {
  display: flex;
    @media screen and (max-width: 1024px) {
    display: block;
  }
}
/* 募集要項CSS ここまで */

/* インタビューCSS */
/* バナー部分 */
.top_banner {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 100px auto 0;
  width: 100%;
  border-left: 2px solid #918b8a;
  border-bottom: 2px solid #918b8a;
  border-top: 2px solid #918b8a;
  border-right: 2px solid #918b8a;
  position: relative;
  z-index: 99;
  justify-content: center;
  @media screen and (max-width: 1024px) {
    width: 100%;
    margin: 80px auto 0;
    padding: 5px;
  }
  &.no_border_banner {
    border: none;
  }

  .banner_text {
    display: flex;
    align-items: flex-end;
    color: #918b8a;
    padding: 10px;
    font-size: 32px;
    @media screen and (max-width: 1024px) {
      display: block;
      font-size: 18px;
    }
    &.sub_text {
      color: #000;
    }
  }
}

.bottom_banner_contents {
  margin: 0 auto;
}

.bottom_banner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10px;
  margin: 200px auto 0;
  /* width: 500px; */
  border-right: 2px solid #918b8a;
  border-bottom: 2px solid #918b8a;
  border-top: 2px solid #918b8a;
  @media screen and (max-width: 1024px) {
    margin: 50px auto 0;
  }

  .banner_text {
    display: flex;
    align-items: flex-end;
    color: #918b8a;
    padding: 10px;
    font-size: 35px;
    text-align: right;
    @media screen and (max-width: 1024px) {
      display: block;
      font-size: 18px;
      padding: 5px;
    }
  }
}

.interview_content {
  display: flex;
  align-items: end;
  gap: 5%;
  @media screen and (max-width: 1024px) {
    display: block;
  }
}

.interview_block.left {
  padding: 120px 0 10px;
  background-color: #fff;
  color: #000;
  background-image: url("../images/recinterviwe_bgleft.webp");
  background-size: cover;
  background-position: center;
}

.interview_block.right {
  padding: 120px 0 10px;
  background-color: #000;
  color: #fff;
  background-image: url("../images/recinterviwe_bgright.webp");
  background-size: cover;
  background-position: center;
}

.interview_block.left .interview_content {
  flex-direction: row;
}

.interview_block.right .interview_content {
  flex-direction: row-reverse;
}

.interview_block.left .interview_content,
.interview_block.right .interview_content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 1024px;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
}

.interview_thumbnail {
  width: 40%;
  margin: 0 auto;
  @media screen and (max-width: 1024px) {
    width: 80%;
  }
  img {
    width: 230px;
    height: auto;
    cursor: pointer;
    border-radius: 10px;
    @media screen and (max-width: 1024px) {
      width: 100%;
    }
  }

  :hover {
    opacity: 0.8;
  }
}

.internship_img {
  img:hover {
    opacity: 1;
  }
}

.interview_text {
  width: 55%;
  text-align: center;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
}

.interview_text h2 {
  margin-bottom: 30px;
}

.interview_block.right .interview_text {
  margin-left: 0;
}

.fancybox__container {
  z-index: 10000;
}
/* インタビューCSS ここまで */

.blue_button {
  margin: 80px auto 50px;
  background-size: contain;
  color: #fff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  @media screen and (max-width: 1024px) {
    width: 250px;
    height: 100px;
    margin: 50px auto;
  }

  img {
    width: auto;
    height: 100px;
    @media screen and (max-width: 1024px) {
    width: auto;
    height: 100px;
  }
  }

  a {
    font-size: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    justify-content: center;
    @media screen and (max-width: 1024px) {
      font-size: 20px;
    }
    &:hover {
    opacity: 0.8;
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
    }
  }
}

/* パララックス */
.parallax-bg-recruit {
  background-image: url(../images/recruit_parallax.webp);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170%;
  background-size: cover;
  background-position: center;
  transform: translateY(0);
  z-index: 1;
  background-repeat: no-repeat;
  @media screen and (max-width: 1024px) {
    background-image: url(../images/recruit_parallax_sp.webp);
  }
}

.parallax-recruit-title {
  z-index: 2;
  position: relative;
  color: #000000;
  font-size: 40px;
  width: 100%;
  text-align: center;
  padding: 50px 0 0;
  @media screen and (max-width: 1024px) {
    top: 3%;
  }
  h2 {
    font-size: 40px;
    font-weight: bold;
    @media screen and (max-width: 1024px) {
      font-size: 30px;
    }

    span {
      display: block;
      font-size: 20px;
    }
  }
}

.fixed-content-recruit {
  position: sticky;
  top: 0;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 2;
  margin: auto;
  width: 90%;
  max-width: 1000px;
  @media screen and (max-width: 1024px) {
    position: relative;
    display: grid;
    padding: 50px 0px 80px;
    height: auto;
  }

  a {
    font-size: 14px;
    width: calc(20% - 15px);
    text-align: center;
    margin-bottom: 15px;
    @media screen and (max-width: 1024px) {
      width: calc(50% - 15px);
    }
    img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      opacity: 0.95;
      transition: transform 0.3s ease-in-out;
      &:hover {
        opacity: 0.8;
        transform: scale(1.025, 1.025);
        transition-duration: 0.5s;
      }
    }
  }

  .fixed-content-item-last img {
    @media screen and (max-width: 1024px) {
      width: 50%;
    }
  }
}

/* 一日の流れCSS */
.grid-bg {
  padding: 50px 0;
  --grid-size: 30px;
  --line-color: rgb(0 0 0 / 3%);
  --line-width: 1px;
  background-color: #fff;
  background-image: linear-gradient(
      to right,
      var(--line-color) var(--line-width),
      transparent 0
    ),
    linear-gradient(
      to bottom,
      var(--line-color) var(--line-width),
      transparent 0
    );
  background-size: var(--grid-size) var(--grid-size);
  background-position: 0 0;
}

.deily_menu_block {
  display: flex;
  width: 800px;
  margin: -40px auto 50px;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  @media screen and (max-width: 1024px) {
    width: 100%;
    margin-top: 40px;
  }
  .menu_item {
    display: block;
    line-height: 0;
    text-align: center;
    background-color: #035884;
    color: #fff;
    height: 40px;
    padding: 25px 40px;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
    &:hover {
      opacity: 0.8;
      transform: scale(1.1, 1.1);
      transition-duration: 0.5s;
    }
    &.color_p1 {
      background-color: #67ba69;
      @media screen and (max-width: 1024px) {
        width: 90%;
      }
    }
    &.color_p2 {
      background-color: #ef8899;
      @media screen and (max-width: 1024px) {
        width: 90%;
      }
    }
    &.color_p3 {
      background-color: #3da8e0;
      @media screen and (max-width: 1024px) {
        width: 90%;
      }
    }
    &.color_p4 {
      background-color: #ef8545;
      @media screen and (max-width: 1024px) {
        width: 90%;
      }
    }
    &.color_p5 {
      background-color: #ec6d45;
      @media screen and (max-width: 1024px) {
        width: 90%;
      }
    }
    &.color_p6 {
      background-color: #3da8e0;
      @media screen and (max-width: 1024px) {
        width: 90%;
      }
    }
  }
}

.typical_daily_routine_contents {
  display: flex;
  align-items: start;
  margin: 100px auto;
  flex-direction: row-reverse;
  @media screen and (max-width: 1024px) {
    display: block;
    margin: 30px auto 0;
  }
  .oneday_heading_sp {
    display: none;
    @media screen and (max-width: 1024px) {
      display: block;
    }
  }
  img {
    width: 100%;
    height: auto;
  }

  .routine_contents {
    width: 40%;
    @media screen and (max-width: 1024px) {
      width: 100%;
      margin: 0 0 30px;
    }
    .routine_column {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 10px;
      &.border_blue {
        border: #3da8e0 solid 5px;
        @media screen and (max-width: 1024px) {
          margin: 0 0 20px;
          position: relative;
          z-index: 99;
        }
      }
      &.border_green {
        border: #67ba69 solid 5px;
        @media screen and (max-width: 1024px) {
          margin: 0 0 20px;
          position: relative;
          z-index: 99;
        }
      }
      &.border_yellow {
        border: #ef8545 solid 5px;
        @media screen and (max-width: 1024px) {
          margin: 0 0 20px;
          position: relative;
          z-index: 99;
        }
      }
      &.border_orange {
        border: #ec6d45 solid 5px;
        @media screen and (max-width: 1024px) {
          margin: 0 0 20px;
          position: relative;
          z-index: 99;
        }
      }
      &.border_pink {
        border: #ef8899 solid 5px;
        @media screen and (max-width: 1024px) {
          margin: 0 0 20px;
          position: relative;
          z-index: 99;
        }
      }
      .routine_cell {
        width: 100%;
        position: relative;
        padding: 5%;
        text-align: center;

        &:not(:last-child):not(:first-child):not(:nth-last-child(2))::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          translate: -50% -50%;
          width: 90%;
          height: 2px;
          z-index: 10;
        }
        &.border_blue:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #e1effa;
        }
        &.border_green:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #e9f2d7;
        }
        &.border_yellow:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #fce9ce;
        }
        &.border_orange:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #fbe5d9;
        }
        &.border_pink:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #fbe0e8;
        }

        .cell_contents {
          position: relative;
          padding: 15px;
          text-align: left;

          h2 {
            text-align: center;
            line-height: 1;
            padding-bottom: 30px;
          }

          &.background_blue {
            background-color: #e1effa;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }
          &.background_green {
            background-color: #e9f2d7;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }
          &.background_yellow {
            background-color: #fce9ce;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }
          &.background_orange {
            background-color: #fbe5d9;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }
          &.background_pink {
            background-color: #fbe0e8;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }

          .time {
            text-align: left;
            font-size: 28px;
            font-weight: bold;

            &.blue_text {
              color: #1fb6c4;
            }
            &.green_text {
              color: #67ba69;
            }
            &.yellow_text {
              color: #ef8545;
            }
            &.orange_text {
              color: #ec6d45;
            }
            &.black_text {
              color: #333;
            }
            &.pink_text {
              color: #ef8899;
            }
          }

          .bubble {
            position: absolute;
            width: 150px;
            height: auto;
            top: 0%;
            left: 100%;
            translate: -50% -50%;
            @media screen and (max-width: 1024px) {
              translate: -75% -70%;
              z-index: 1;
            }
          }

          .schedule_list {
            list-style: none;
            padding-left: 1.5em;

            li {
              position: relative;
              padding-left: 1em;
              margin-bottom: 10px;

              &::before {
                content: "";
                position: absolute;
                translate: -50% -50%;
                left: 0;
                top: 0.5em;
                width: 1em;
                height: 1em;
                border-radius: 50%;
              }
              &.blue_dots::before {
                background-color: #d8edf0;
              }
              &.green_dots::before {
                background-color: #e9f2d7;
              }
              &.yellow_dots::before {
                background-color: #fce9ce;
              }
              &.orange_dots::before {
                background-color: #fbe5d9;
              }
              &.pink_dots::before {
                background-color: #ef8899;
              }
            }
          }
        }
      }
    }
  }
  .image_and_dayoff {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: start;
    gap: 20px;
    &.second_layout {
      align-items: start;
      justify-content: end;
      @media screen and (max-width: 1024px) {
        text-align: center;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
      @media screen and (max-width: 1024px) {
        margin: 15px auto;
      }
    }

    .text_des_tag2 {
      width: 70%;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
    }

    @media screen and (max-width: 1024px) {
      width: 100%;
      flex-direction: column;
    }

    .oneday_heading_pc {
      display: block;
      @media screen and (max-width: 1024px) {
        display: none;
      }
    }

    img {
      width: 70%;
      height: auto;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .work_image {
      order: 0;

      @media screen and (max-width: 1024px) {
        order: 1;
      }
    }

    .day_off_contents {
      width: 80%;
      margin-right: 0;
      border-radius: 10px;
      padding: 50px;
      order: 1;
      @media screen and (max-width: 1024px) {
        display: none;
      }
      @media screen and (max-width: 1024px) {
        width: 100%;
        order: 0;
        border: none;
      }
      &.border_blue {
        border: #3da8e0 solid 5px;
      }
      &.border_green {
        border: #67ba69 solid 5px;
      }
      &.border_yellow {
        border: #ef8545 solid 5px;
      }
      &.border_orange {
        border: #ec6d45 solid 5px;
      }
      &.border_pink {
        border: #ef8899 solid 5px;
        @media screen and (max-width: 1024px) {
          order: 3;
        }
      }

      .day_off_heading {
        position: relative;

        .heading {
          width: 80%;

          @media screen and (max-width: 1024px) {
            width: 100%;
          }
        }

        .heading_img1 {
          position: absolute;
          width: auto;
          height: 60px;
          translate: -25% -25%;
          left: 0;
          top: 0;

          @media screen and (max-width: 1024px) {
            width: 15%;
          }
        }

        .heading_img2 {
          position: absolute;
          width: 60px;
          height: auto;
          translate: -100% -100%;
          left: 100%;
          top: 100%;

          @media screen and (max-width: 1024px) {
            width: 20%;
          }
        }
      }

      .day_off_text {
        width: 100%;
        margin: 30px auto 0;

        img {
          width: 80%;
          height: auto;
        }

        p {
          margin: 20px auto 0;
          text-align: left;
        }
      }
    }
  }
  /* SP用（休日の過ごし方） */
  .image_to_dayoff-sp {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: start;
    gap: 20px;
    display: none;
    @media screen and (max-width: 1024px) {
      display: block;
    }
    &.second_layout {
      align-items: start;
      justify-content: end;
      @media screen and (max-width: 1024px) {
        text-align: center;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
      @media screen and (max-width: 1024px) {
        margin: 15px auto;
      }
    }

    .text_des_tag2 {
      width: 70%;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
    }

    @media screen and (max-width: 1024px) {
      width: 100%;
      flex-direction: column;
    }

    .oneday_heading_pc {
      display: block;
      @media screen and (max-width: 1024px) {
        display: none;
      }
    }

    img {
      width: 70%;
      height: auto;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .work_image {
      order: 0;

      @media screen and (max-width: 1024px) {
        order: 1;
      }
    }

    .dayoff_contents-sp {
      width: 80%;
      margin-right: 0;
      border-radius: 10px;
      padding: 40px;
      order: 1;
      @media screen and (max-width: 1024px) {
        width: 100%;
        order: 0;
        border: none;
      }
      &.border_blue {
        border: #3da8e0 solid 5px;
      }
      &.border_green {
        border: #67ba69 solid 5px;
      }
      &.border_yellow {
        border: #ef8545 solid 5px;
      }
      &.border_orange {
        border: #ec6d45 solid 5px;
      }
      &.border_pink {
        border: #ef8899 solid 5px;
        @media screen and (max-width: 1024px) {
          order: 3;
        }
      }

      .day_off_heading {
        position: relative;

        .heading {
          width: 80%;

          @media screen and (max-width: 1024px) {
            width: 100%;
          }
        }

        .heading_img1 {
          position: absolute;
          width: auto;
          height: 60px;
          translate: -25% -25%;
          left: 0;
          top: 0;

          @media screen and (max-width: 1024px) {
            width: 15%;
          }
        }

        .heading_img2 {
          position: absolute;
          width: 60px;
          height: auto;
          translate: -100% -100%;
          left: 100%;
          top: 100%;

          @media screen and (max-width: 1024px) {
            width: 20%;
          }
        }
      }

      .day_off_text {
        width: 100%;
        margin: 30px auto 0;

        img {
          width: 80%;
          height: auto;
        }

        p {
          margin: 20px auto 0;
          text-align: left;
        }
      }
    }
  }
}

.typical_daily_routine_contents_second {
  display: flex;
  align-items: start;
  margin: 100px auto;
  flex-direction: inherit;
  @media screen and (max-width: 1024px) {
    display: block;
    margin: 30px auto 0;
  }
  .oneday_heading_sp {
    display: none;
    @media screen and (max-width: 1024px) {
      display: block;
      .text_des_tag2 {
        margin-bottom: 20px;
      }
    }
  }
  img {
    width: 100%;
    height: auto;
  }

  .routine_contents {
    width: 40%;
    @media screen and (max-width: 1024px) {
      width: 100%;
      margin: 0 0 30px;
    }
    .routine_column {
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 10px;
      &.border_blue {
        border: #3da8e0 solid 5px;
      }
      &.border_green {
        border: #67ba69 solid 5px;
        @media screen and (max-width: 1024px) {
          position: relative;
          z-index: 99;
        }
      }
      &.border_yellow {
        border: #ef8545 solid 5px;
        @media screen and (max-width: 1024px) {
          position: relative;
          z-index: 99;
        }
      }
      &.border_orange {
        border: #ec6d45 solid 5px;
        @media screen and (max-width: 1024px) {
          position: relative;
          z-index: 99;
        }
      }
      &.border_pink {
        border: #ef8899 solid 5px;
        @media screen and (max-width: 1024px) {
          margin: 0 0 20px;
          position: relative;
          z-index: 99;
        }
      }
      .routine_cell {
        width: 100%;
        position: relative;
        padding: 5%;
        text-align: center;

        &:not(:last-child):not(:first-child):not(:nth-last-child(2))::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          translate: -50% -50%;
          width: 90%;
          height: 2px;
          z-index: 10;
        }
        &.border_blue:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #e1effa;
        }
        &.border_green:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #e9f2d7;
        }
        &.border_yellow:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #fce9ce;
        }
        &.border_orange:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #fbe5d9;
        }
        &.border_pink:not(:last-child):not(:first-child):not(
            :nth-last-child(2)
          )::after {
          background-color: #fbe0e8;
        }

        .cell_contents {
          position: relative;
          padding: 15px;
          text-align: left;
            span {
              font-size: 18px;
              padding-left: 10px;
              margin-bottom: 10px;
              display: inline-block;
            }
          h2 {
            text-align: center;
            line-height: 1;
            padding-bottom: 30px;
          }

          &.background_blue {
            background-color: #e1effa;
            @media screen and (max-width: 1024px) {
              margin-top: 45px;
            }
          }
          &.background_green {
            background-color: #e9f2d7;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }
          &.background_yellow {
            background-color: #fce9ce;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }
          &.background_orange {
            background-color: #fbe5d9;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }
          &.background_pink {
            background-color: #fbe0e8;
            @media screen and (max-width: 1024px) {
              z-index: -1;
              margin-top: 15px;
            }
          }

          .time {
            text-align: left;
            font-size: 28px;
            font-weight: bold;

            &.blue_text {
              color: #1fb6c4;
            }
            &.green_text {
              color: #67ba69;
            }
            &.yellow_text {
              color: #ef8545;
            }
            &.orange_text {
              color: #ec6d45;
            }
            &.black_text {
              color: #333;
            }
            &.pink_text {
              color: #ef8899;
            }
          }

          .bubble {
            position: absolute;
            width: 150px;
            height: auto;
            top: 0%;
            left: 100%;
            translate: -50% -50%;
            @media screen and (max-width: 1024px) {
              translate: -75% -70%;
              z-index: 1;
            }
          }

          .schedule_list {
            list-style: none;
            padding-left: 1.5em;

            li {
              position: relative;
              padding-left: 1em;
              margin-bottom: 10px;

              &::before {
                content: "";
                position: absolute;
                translate: -50% -50%;
                left: 0;
                top: 0.5em;
                width: 1em;
                height: 1em;
                border-radius: 50%;
              }
              &.blue_dots::before {
                background-color: #d8edf0;
              }
              &.green_dots::before {
                background-color: #e9f2d7;
              }
              &.yellow_dots::before {
                background-color: #fce9ce;
              }
              &.orange_dots::before {
                background-color: #fbe5d9;
              }
              &.pink_dots::before {
                background-color: #ef8899;
              }
            }
          }
        }
      }
    }
  }
  .image_and_dayoff {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: start;
    gap: 20px;
    &.second_layout {
      align-items: start;
      justify-content: end;
      @media screen and (max-width: 1024px) {
        text-align: center;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
      @media screen and (max-width: 1024px) {
        margin: 15px auto;
      }
    }

    .text_des_tag2 {
      width: 70%;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
    }

    @media screen and (max-width: 1024px) {
      width: 100%;
      flex-direction: column;
    }

    .oneday_heading_pc {
      display: block;
      @media screen and (max-width: 1024px) {
        display: none;
      }
    }

    img {
      width: 70%;
      height: auto;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .work_image {
      order: 0;

      @media screen and (max-width: 1024px) {
        order: 1;
      }
    }

    .day_off_contents {
      width: 80%;
      margin-right: 0;
      border-radius: 10px;
      padding: 50px;
      order: 1;
      @media screen and (max-width: 1024px) {
        display: none;
      }
      @media screen and (max-width: 1024px) {
        width: 100%;
        order: 0;
        border: none;
      }
      &.border_blue {
        border: #3da8e0 solid 5px;
      }
      &.border_green {
        border: #67ba69 solid 5px;
      }
      &.border_yellow {
        border: #ef8545 solid 5px;
      }
      &.border_orange {
        border: #ec6d45 solid 5px;
      }
      &.border_pink {
        border: #ef8899 solid 5px;
        @media screen and (max-width: 1024px) {
          order: 3;
        }
      }

      .day_off_heading {
        position: relative;

        .heading {
          width: 80%;

          @media screen and (max-width: 1024px) {
            width: 100%;
          }
        }

        .heading_img1 {
          position: absolute;
          width: auto;
          height: 60px;
          translate: -25% -25%;
          left: 0;
          top: 0;

          @media screen and (max-width: 1024px) {
            width: 15%;
          }
        }

        .heading_img2 {
          position: absolute;
          width: 60px;
          height: auto;
          translate: -100% -100%;
          left: 100%;
          top: 100%;

          @media screen and (max-width: 1024px) {
            width: 20%;
          }
        }
      }

      .day_off_text {
        width: 100%;
        margin: 30px auto 0;

        img {
          width: 80%;
          height: auto;
        }

        p {
          margin: 20px auto 0;
          text-align: left;
        }
      }
    }
  }
  /* SP用（休日の過ごし方） */
  .image_to_dayoff-sp {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: start;
    gap: 20px;
    display: none;
    @media screen and (max-width: 1024px) {
      display: block;
    }
    &.second_layout {
      align-items: start;
      justify-content: end;
      @media screen and (max-width: 1024px) {
        text-align: center;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
      @media screen and (max-width: 1024px) {
        margin: 15px auto;
      }
    }

    .text_des_tag2 {
      width: 70%;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .text_des_tag {
      margin-left: auto;
      width: 70%;
    }

    @media screen and (max-width: 1024px) {
      width: 100%;
      flex-direction: column;
    }

    .oneday_heading_pc {
      display: block;
      @media screen and (max-width: 1024px) {
        display: none;
      }
    }

    img {
      width: 70%;
      height: auto;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .work_image {
      order: 0;

      @media screen and (max-width: 1024px) {
        order: 1;
      }
    }

    .dayoff_contents-sp {
      width: 80%;
      margin-right: 0;
      border-radius: 10px;
      padding: 40px;
      order: 1;
      @media screen and (max-width: 1024px) {
        width: 100%;
        order: 0;
        border: none;
      }
      &.border_blue {
        border: #3da8e0 solid 5px;
      }
      &.border_green {
        border: #67ba69 solid 5px;
      }
      &.border_yellow {
        border: #ef8545 solid 5px;
      }
      &.border_orange {
        border: #ec6d45 solid 5px;
      }
      &.border_pink {
        border: #ef8899 solid 5px;
        @media screen and (max-width: 1024px) {
          order: 3;
        }
      }

      .day_off_heading {
        position: relative;

        .heading {
          width: 80%;

          @media screen and (max-width: 1024px) {
            width: 100%;
          }
        }

        .heading_img1 {
          position: absolute;
          width: auto;
          height: 60px;
          translate: -25% -25%;
          left: 0;
          top: 0;

          @media screen and (max-width: 1024px) {
            width: 15%;
          }
        }

        .heading_img2 {
          position: absolute;
          width: 60px;
          height: auto;
          translate: -80% -60%;
          left: 100%;
          top: 100%;

          @media screen and (max-width: 1024px) {
            width: 20%;
          }
        }
      }

      .day_off_text {
        width: 100%;
        margin: 30px auto 0;

        img {
          width: 80%;
          height: auto;
        }

        p {
          margin: 20px auto 0;
          text-align: left;
        }
      }
    }
  }
}
/* 一日の流れCSS ここまで */

/* データで見る鈴木東建CSS */
.grid-bg2 {
  padding: 50px 0;
  --from: #f4e52b;
  --mid: #f1cf27;
  --to: #e9e841;
  --highlight: rgb(255 255 255 / 0.55);
  --grain-opacity: 0.18;
  --grain-size: 260px;

  position: relative;
  background-color: var(--from);
  /* 右上が少し明るい滑らかなグラデーション */
  background-image: radial-gradient(
      at 85% 15%,
      var(--highlight) 0 35%,
      transparent 40%
    ),
    linear-gradient(110deg, var(--from) 0%, var(--mid) 55%, var(--to) 100%);
  background-blend-mode: screen, normal;
  overflow: hidden;
}

.data_contents {
  display: flex;
  justify-content: center;
  margin: 20px auto 50px;
  @media screen and (max-width: 1024px) {
    flex-direction: column;
  }

  .data_sp,
  .data_left,
  .data_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    @media screen and (max-width: 1024px) {
      width: 100%;
    }
  }

  .detail_contents {
    margin: 0 25px;
    box-sizing: border-box;
    position: relative;
    @media screen and (max-width: 1024px) {
      margin: 0 auto;
    }

    &::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #71b92b;
      margin: 50px auto;
      order: 9999;
    }

    &:last-child::after {
      content: none;
    }

    img {
      width: 60%;
      margin: 10px auto;
      @media screen and (max-width: 1024px) {
        width: 100%;
      }
    }

    .small_image {
      width: 35%;
      @media screen and (max-width: 1024px) {
        width: 60%;
      }
    }

    p {
      margin: 10px auto;
      text-align: left;
      &.data_sub_text2 {
        width: 280px;
      }
    }

    .overtime_image {
      width: 15%;
      margin-right: 20%;
      position: absolute;
      translate: 0 0;
      top: 0;
      right: 0;
    }

    .flex_row {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      @media screen and (max-width: 1024px) {
        display: block;
      }
      img:first-child {
        width: 35%;
        height: auto;
        margin-right: 5%;
        @media screen and (max-width: 1024px) {
          margin-right: 0;
        }
      }
      .flex_row img:last-child {
        width: 60%;
        height: auto;
      }
    }
  }

  .data_left {
    border-right: 2px solid #71b92b;
    @media screen and (max-width: 1024px) {
      border-right: none;
    }
  }
}

/* データで見る鈴木東建CSS ここまで */

/* Q＆A・各種制度ページ用 */
.qa_title {
  width: 100%;
  display: block;
  @media screen and (max-width: 1024px) {
    margin: 60px auto 60px auto;
  }

  img {
    width: 80%;
    margin: -40px 0 0 0;
  }
}

.qa_bg_color {
  background-image: linear-gradient(#fef7fa);
  padding: 0 0 10px;
  h2 {
    color: #e78e7d;
  }
}
.qa2_bg_color {
  background-image: linear-gradient(#cee0ad);
  padding: 0 0 10px;
  h2 {
    color: #e78e7d;
  }
}

.accordion {
  border-radius: 12px;
  margin: 40px auto;
  max-width: 1024px;
  background: #fff;
  width: 90%;
  text-align: left;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  .accordion_header {
    padding: 30px 55px 30px 70px;
    @media screen and (max-width: 1024px) {
      padding: 35px 20px;
    }

    .accordion_image {
      width: 250px;
      margin-bottom: 20px;
    }

    .various_systems_image {
      width: 250px;
      height: 150px;
      object-fit: contain;
      @media screen and (max-width: 1024px) {
        margin: 30px auto auto;
        display: block;
      }
    }

    .accordion_toggle {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      background: none;
      border: none;
      font: inherit;
      padding: 0;
      gap: 5%;
      user-select: text;
      cursor: default;

      @media screen and (max-width: 1024px) {
        gap: 0%;
      }

      .q_title {
        font-size: 20px;
        font-weight: bold;
        color: #000;

        u {
          color: #e1701a;
          text-decoration: none;
        }
      }
    }

    .q_text {
      line-height: 1.6;
      width: 90%;
      @media screen and (max-width: 1024px) {
        width: 80%;
        margin: auto;
        padding-right: 10px;
      }
    }

    .arrow {
      width: 65px;
      height: 65px;
      position: relative;
      background-color: #ed783e;
      border-radius: 40px;
      cursor: pointer;

      &:hover {
        background-color: #d96d37;
      }

      &::before,
      &::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background: #ffffff;
        border-radius: 1px;
        top: 50%;
        left: 50%;
        transition: transform 0.3s ease;
        transform-origin: center center;
      }

      &::before {
        transform: translate(-40%, -230%) rotate(40deg);
      }

      &::after {
        transform: translate(-40%, 180%) rotate(-40deg);
      }
    }
    .arrow1 {
      width: 65px;
      height: 65px;
      position: relative;
      background-color: #1fb6c4;
      border-radius: 40px;
      cursor: pointer;
      &:hover {
        background-color: #1fb6c4;
      }

      &::before,
      &::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background: #ffffff;
        border-radius: 1px;
        top: 50%;
        left: 50%;
        transition: transform 0.3s ease;
        transform-origin: center center;
      }
      &::before {
        transform: translate(-40%, -230%) rotate(40deg);
      }

      &::after {
        transform: translate(-40%, 180%) rotate(-40deg);
      }
    }

    .arrow2 {
      width: 65px;
      height: 65px;
      position: relative;
      background-color: #67ba69;
      border-radius: 40px;
      cursor: pointer;
      &:hover {
        background-color: #67ba69;
      }

      &::before,
      &::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background: #ffffff;
        border-radius: 1px;
        top: 50%;
        left: 50%;
        transition: transform 0.3s ease;
        transform-origin: center center;
      }
      &::before {
        transform: translate(-40%, -230%) rotate(40deg);
      }

      &::after {
        transform: translate(-40%, 180%) rotate(-40deg);
      }
    }
  }

  .accordion_content {
    max-height: 0;
    overflow: hidden;
    border-radius: 12px;
    transition: max-height 0.4s ease, padding 0.3s ease;
    .answer_box {
      margin-top: 15px;
      padding: 30px 50px 40px;
      border-radius: 12px;
      background: #d6e9f8;
      @media screen and (max-width: 1024px) {
        padding: 35px 20px;
      }
      &.color_box_p1 {
      }
      &.color_box_p2 {
        background-color: #fce9ce;
      }
      &.color_box_p3 {
        background-color: #e9f2d7;
      }
      img {
        width: 200px;
        @media screen and (max-width: 1024px) {
          margin: auto;
          display: block;
        }
      }

      .a_title {
        font-size: 18px;
        font-weight: bold;
        color: #004080;

        u {
          color: #3a7bd5;
          text-decoration: none;
        }
      }
      .a_text {
        line-height: 1.6;
      }
    }
  }

  &.open {
    .accordion_content {
      max-height: 500px;
      padding: 0px 50px 50px 50px;
      @media screen and (max-width: 1024px) {
        padding: 0px 20px 20px 20px;
        margin-bottom: 20px;
      }
    }

    .accordion_toggle {
      .arrow {
        &::before {
          transform: translate(-20%, 0%) rotate(125deg);
        }

        &::after {
          transform: translate(-70%, 0%) rotate(60deg);
        }
      }
    }
  }
}

.qa_title_two {
  width: 80%;
  margin: 100px auto 20px auto;
  display: block;

  img {
    width: 100%;
  }
}

.various_systems_text {
  font-size: 24px;
  font-weight: bold;
}

.various_systems_registration {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 80px 0px;
  flex-wrap: wrap;

  .various_systems_registration_item {
    position: relative;

    .various_systems_registration_image img {
      width: 300px;
      @media screen and (max-width: 370px) {
        width: 100%;
      }
    }

    .various_systems_registration_fourrows {
      position: absolute;
      top: 48%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      font-weight: bold;

      .various_systems_one {
        font-size: 24px;
        width: 100%;
      }
    }

    .various_systems_registration_main {
      position: absolute;
      top: 44%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      font-weight: bold;

      .various_systems_one {
        font-size: 24px;
        width: 100%;
      }
    }

    .various_systems_registration_sub {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      font-weight: bold;
      bottom: 20%;

      .various_systems_two {
        font-size: 20px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }
  }
}
