body {
  color: #2d4d5b;
}

.hed_sub_text {
  line-height: 2.5em;
}

p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
}

.sub_text {
  font-size: clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem);
}

.small_text {
  font-size: 1.5rem;
}

.title {
  font-size: clamp(1.2rem, 0.733rem + 1.99vw, 3.2rem);
}

.buttom_text {
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
}

.menu_wrap {
  font-size: clamp(1rem, 0.766rem + 1vw, 2rem);
}

.catch {
  font-size: clamp(2rem, 1.346rem + 2.79vw, 4.8rem);
}

.hed_text {
  font-size: clamp(3.6rem, 2.198rem + 5.98vw, 9.6rem);
  font-weight: 600;
  font-family: "HelveticaLTPro-Bold";
  letter-spacing: 0.2em;
}

.hed_sub_text {
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#interview .text_wrap {
  text-align: center;
  padding: 5vw 0;
}
#interview .profile-wrapper {
  display: flex;
  gap: 5vw;
  margin-top: 10vw;
}
#interview .profile-wrapper .buttom_text {
  margin-bottom: 2.5vw;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#interview .profile-wrapper .photo-wrap .text {
  text-align: right;
  width: -moz-max-content;
  width: max-content;
  margin-right: 0;
  margin-left: auto;
}
#interview .profile-wrapper .photo-wrap .text .file {
  margin-bottom: 0;
  font-family: "HelveticaLTPro-Bold";
}
#interview .profile-wrapper .photo-wrap .image {
  width: clamp(20rem, 14.393rem + 23.93vw, 44rem);
}
#interview .profile-wrapper .photo-wrap .image img {
  width: 100%;
  height: auto;
}
#interview .profile-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-top: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  padding-right: 10vw;
}
#interview .profile-wrapper .text-wrapper .wrapper {
  display: flex;
  flex-direction: row;
  gap: 10vw;
}
#interview .profile-wrapper .text-wrapper .wrapper .profile p {
  width: auto;
  font-family: "HelveticaLTPro-Bold";
}
#interview .profile-wrapper .text-wrapper .wrapper .profile div p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  width: -moz-max-content;
  width: max-content;
}
#interview .profile-wrapper .text-wrapper .wrapper .message {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#interview .profile-wrapper .text-wrapper .wrapper .message p {
  width: auto;
  font-family: "HelveticaLTPro-Bold";
}
#interview .profile-wrapper .text-wrapper .wrapper .message .name {
  margin-bottom: 1vw;
}
#interview .profile-wrapper .text-wrapper .wrapper .message .menu_wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
#interview .profile-wrapper .text-wrapper .square {
  position: relative;
  font-family: "HelveticaLTPro";
}
#interview .profile-wrapper .text-wrapper .square::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem) - 30%);
  width: auto;
  aspect-ratio: 1/1;
  background-color: #2d4d5b;
  left: calc(clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem) * -1);
  bottom: 0;
  top: 0;
  margin-bottom: 6%;
}
#interview .profile-wrapper .qa-wrapper {
  margin-top: 3vw;
  width: auto;
}
#interview .profile-wrapper .qa-wrapper .square::before {
  margin: auto;
}
#interview .profile-wrapper .qa-wrapper .buttom_text {
  line-height: 1;
}
#interview .profile-wrapper .qa-wrapper .qa {
  display: flex;
  gap: 3vw;
  flex-direction: column;
}
#interview .profile-wrapper .qa-wrapper .qa .qa-wrap {
  display: flex;
  gap: 1vw;
  flex-direction: column;
}
#interview .profile-wrapper .qa-wrapper .qa .qa-wrap .q {
  border-bottom: 2px solid black;
}
#interview .profile-wrapper .qa-wrapper .qa .qa-wrap .q .buttom_text {
  font-family: "HelveticaLTPro";
}
#interview .profile-wrapper .qa-wrapper .qa .qa-wrap .a {
  border-bottom: 2px solid black;
  font-family: "HelveticaLTPro-Bold";
  position: relative;
  margin-left: 4vw;
}
#interview .profile-wrapper .qa-wrapper .qa .qa-wrap .buttom_text {
  width: 400;
  padding-right: 1vw;
}
#interview .profile-wrapper.two {
  display: flex;
  flex-direction: row-reverse;
}
#interview .profile-wrapper.two .text-wrapper {
  padding-left: 10vw;
  padding-right: 0vw;
}

#schedule {
  padding-top: 10vw;
}
#schedule .text_wrap {
  text-align: center;
  margin: 5vw;
}
#schedule .wrapper {
  display: flex;
  gap: 10vw;
  justify-content: center;
}
#schedule .wrapper .photo {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}
#schedule .wrapper .photo .image {
  height: auto;
  width: 265px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#schedule .wrapper .photo .image img {
  width: 100%;
  height: auto;
}
#schedule .wrapper .schedule_wrap {
  position: relative;
}
#schedule .wrapper .schedule_wrap .item {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin-bottom: 2vw;
}
#schedule .wrapper .schedule_wrap .item p:first-child {
  padding-right: calc(clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem) + 20px);
  position: relative;
}
#schedule .wrapper .schedule_wrap .item p:first-child::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(clamp(0.6rem, 0.413rem + 0.8vw, 2rem) - 5%);
  width: auto;
  aspect-ratio: 1/1;
  background-color: #2d4d5b;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  margin-top: 1.1rem;
}
#schedule .wrapper .schedule_wrap .item p.over {
  padding-right: calc(clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem) + 14px);
}
#schedule .wrapper .schedule_wrap .item p.micro {
  padding-right: calc(clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem) + 21px);
}
#schedule .wrapper .schedule_wrap .item.lunch {
  margin-bottom: 0;
}
#schedule .wrapper .schedule_wrap .item:last-child {
  margin-bottom: 0;
}
#schedule .wrapper .schedule_wrap::before {
  content: "";
  position: absolute;
  background: url(../public/images/schedule_border.svg) no-repeat;
  height: -webkit-fill-available;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 9vw;
  right: 0;
}

#our-works {
  padding-top: 10vw;
}
#our-works .text_wrap {
  text-align: center;
}
#our-works .wrap {
  padding: 5vw 15vw;
}
#our-works .wrap .imgtext-set {
  display: flex;
  flex-direction: row-reverse;
  gap: 2vw;
  align-items: center;
  padding-bottom: 2vw;
}
#our-works .wrap .imgtext-set .image {
  aspect-ratio: 1/1;
  height: auto;
}
#our-works .wrap .imgtext-set .image img {
  width: auto;
  height: auto;
}
#our-works .wrap .imgtext-set .text {
  display: flex;
  gap: 2vw;
  align-items: center;
}
#our-works .wrap .imgtext-set .text div {
  width: 65%;
}
#our-works .wrap .imgtext-set .text .buttom_text {
  width: 25%;
  padding-left: calc(clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem) + 20px);
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 400;
}
#our-works .wrap .imgtext-set .text .buttom_text::before {
  content: "";
  display: block;
  position: absolute;
  height: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  width: auto;
  aspect-ratio: 1/1;
  background-color: #2d4d5b;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 721px) {
  .decoretain_text.left,
  .decoretain_text.right {
    display: none;
  }
  .top {
    margin-top: 0;
  }
  .top .img {
    height: 480px;
  }
  .top .img img {
    height: 100%;
    -o-object-position: 35% 100%;
       object-position: 35% 100%;
  }
  .top .menu.web {
    display: none;
  }
  .top .scroll {
    bottom: 40vw;
    margin-left: 10vw;
  }
  .top .scroll::after {
    height: 15vw;
    left: -2vw;
    top: 33vw;
  }
  #interview .profile-wrapper {
    flex-direction: column;
  }
  #interview .profile-wrapper .photo-wrap .image {
    width: 100%;
    height: 250px;
    aspect-ratio: 1/1;
  }
  #interview .profile-wrapper .photo-wrap .image img {
    height: 100%;
    width: 100%;
    -o-object-position: 100% 25%;
       object-position: 100% 25%;
  }
  #interview .profile-wrapper .text-wrapper {
    padding: 0 10vw;
  }
  #interview .profile-wrapper .text-wrapper .wrapper {
    flex-direction: column;
  }
  #interview .profile-wrapper .text-wrapper .wrapper .message .menu_wrap {
    font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
  }
  #interview .profile-wrapper .text-wrapper .wrapper .message .menu_wrap p {
    font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
  }
  #interview .profile-wrapper.two {
    flex-direction: column;
  }
  #interview .profile-wrapper.two .photo-wrap .image {
    width: 100%;
    height: 250px;
    aspect-ratio: 1/1;
  }
  #interview .profile-wrapper.two .photo-wrap .image img {
    height: 100%;
  }
  #interview .profile-wrapper.two .text-wrapper {
    padding: 0 10vw;
  }
  #interview .profile-wrapper.two .text-wrapper .wrapper {
    flex-direction: column;
  }
  #schedule .wrapper .photo {
    display: none;
  }
  #schedule .wrapper .schedule_wrap {
    padding: 0 5vw;
  }
  #schedule .wrapper .schedule_wrap::before {
    display: none;
  }
  #our-works .wrap .imgtext-set {
    flex-direction: column;
  }
  #our-works .wrap .imgtext-set .text {
    flex-direction: column;
  }
  #our-works .wrap .imgtext-set .text .buttom_text {
    width: 100%;
  }
  #our-works .wrap .imgtext-set .text div {
    width: 100%;
  }
  #our-works .wrap .imgtext-set .image {
    width: 100%;
    height: 130px;
    aspect-ratio: unset;
  }
  #our-works .wrap .imgtext-set .image img {
    height: 100%;
    width: 100%;
    -o-object-position: 35% 15%;
       object-position: 35% 15%;
  }
  .entry_set {
    padding: 15vw 10vw;
  }
  .entry_set p {
    font-size: 1.5rem;
  }
}
::-webkit-full-page-media,
:future,
:root #Tank-lorry .wrap .text_wrap .list a::after {
  width: 25vw;
  height: 50px;
}

::-webkit-full-page-media,
:future,
:root #interview .wrapper .text_wrap .link .list a::after {
  width: 25vw;
  height: 50px;
}

::-webkit-full-page-media,
:future,
:root #recruit .background .wrap .text_wrap .list a::after {
  width: 25vw;
  height: 50px;
}

::-webkit-full-page-media,
:future,
:root #training .background .wrap .text_wrap .list a::after {
  width: 25vw;
  height: 50px;
}

::-webkit-full-page-media,
:future,
:root .top .menu.web {
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  padding: 0 5vw;
  padding-top: 5vw;
  height: auto;
  padding-bottom: 5vw;
}/*# sourceMappingURL=interview.css.map */