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

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;
}

.decoretain_text.left {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 3vw;
  top: 25%;
}
.decoretain_text.left p {
  font-family: "HelveticaLTPro-Roman";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  transform: rotate(90deg);
  transform-origin: 0 0;
  letter-spacing: 0.45em;
  color: transparent;
}

.decoretain_text.right {
  position: absolute;
  bottom: 0;
  left: auto;
  right: -25%;
  padding-right: 3vw;
  top: 25%;
}
.decoretain_text.right p {
  font-family: "HelveticaLTPro-Roman";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2d4d5b;
  transform: rotate(90deg);
  transform-origin: 0 0;
  letter-spacing: 0.45em;
  color: transparent;
}

.decoretain_text.left.black p {
  -webkit-text-stroke-color: #2d4d5b;
}

.more_btn {
  border: 1px solid white;
  display: inline-block;
  padding: 1.5vw;
  text-align: center;
}
.more_btn span {
  color: white;
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  font-weight: 600;
  font-family: "HelveticaLTPro-Bold";
  margin-bottom: -1vw;
  letter-spacing: 0.2rem;
}

.more_btn.black {
  border: 1px solid #2d4d5b;
  display: inline-block;
  padding: 1vw;
  text-align: center;
}
.more_btn.black span {
  color: #2d4d5b;
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  font-weight: 600;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c4d5b;
  padding: 4%;
}
.loader img {
  display: none;
}

.loader.delete {
  display: none;
}

.top {
  position: relative;
  height: 825px;
}
.top .img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -2;
}
.top .img img {
  display: none;
}
.top .img video {
  width: 100%;
  height: 825px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .menu.web {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 5vw;
  padding-top: 5vw;
  padding-bottom: 4.5vw;
  height: 825px;
}
.top .menu.web .logo {
  display: flex;
  margin: 0 auto;
  margin-bottom: 5vw;
  padding-left: 2vw;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.top .menu.web .logo .logo_img {
  width: 107px;
  padding: 0 1vw;
}
.top .menu.web .logo p {
  color: white;
}
.top .menu.web .menu_wrap {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding-left: 2vw;
}
.top .menu.web .menu_wrap a {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.top .catch_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  display: inline-block;
  width: 50%;
  margin-bottom: 10vw;
}
.top .catch_wrap p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
}
.top .catch_wrap .catch {
  border-bottom: 1px solid white;
  font-weight: 900;
  font-size: clamp(2rem, 1.346rem + 2.79vw, 4.8rem);
}
.top .catch_wrap div:nth-child(2) {
  width: 85%;
}

.menu.web::before {
  content: "";
  position: absolute;
  background-color: #2d4d5b;
  opacity: 0.65;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.catch_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  color: white;
  display: inline-block;
  width: 45%;
  margin-bottom: 10vw;
}
.catch_wrap p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
}
.catch_wrap .catch {
  border-bottom: 1px solid white;
  font-weight: 900;
  font-size: clamp(2rem, 1.346rem + 2.79vw, 4.8rem);
}

.scroll {
  position: absolute;
  bottom: 15vw;
  left: 0;
  margin-left: 3vw;
}
.scroll p {
  font-family: "HelveticaLTPro-Roman";
  transform: rotate(90deg);
  transform-origin: 0 0;
  letter-spacing: 0.45em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  font-weight: 900;
}

.scroll::after {
  content: " ";
  position: absolute;
  background: url(../public/images/scroll_bar.svg) no-repeat;
  width: 100%;
  height: 10vw;
  left: -1vw;
  top: 13vw;
  bottom: 0;
  right: 0px;
}

#Tank-lorry {
  margin-top: 5vw;
  position: relative;
}
#Tank-lorry .background {
  position: relative;
  background-color: #2d4d5b;
  padding: 5vw;
  margin-right: 10vw;
}
#Tank-lorry .hed_title.white {
  display: flex;
  flex-direction: row;
  align-items: end;
  margin-bottom: 3vw;
}
#Tank-lorry .hed_title.white .hed_text {
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
}
#Tank-lorry .hed_title.white .hed_sub_text {
  color: white;
}
#Tank-lorry .wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 5vw;
}
#Tank-lorry .wrap .img_wrap {
  display: flex;
  gap: 2vw;
}
#Tank-lorry .wrap .img_wrap .big_img {
  width: auto;
}
#Tank-lorry .wrap .img_wrap .big_img img {
  height: 100%;
  width: 100%;
}
#Tank-lorry .wrap .img_wrap .small_set {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
#Tank-lorry .wrap .img_wrap .small_set img {
  height: 100%;
  width: 100%;
}
#Tank-lorry .wrap .text_wrap {
  width: 50%;
}
#Tank-lorry .wrap .text_wrap .list a {
  color: white;
  position: relative;
}
#Tank-lorry .wrap .text_wrap .list a p {
  margin-bottom: 3vw;
}
#Tank-lorry .wrap .text_wrap .list a::after {
  content: "";
  background: url(../public/images/border_white.svg);
  position: absolute;
  bottom: -75%;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#Tank-lorry .deco_photo {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: -24vw;
  box-shadow: -13px 3px 9px rgba(0, 0, 0, 0.25);
}
#Tank-lorry .deco_photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background: url(../public/images/tank_deco.png) no-repeat;
  left: 0;
  top: 0;
}
#Tank-lorry .background::after {
  content: "";
  background: url(../public/images/tank-gray.svg);
  position: absolute;
  bottom: -4vw;
  right: -50%;
  width: 60%;
  height: 60%;
  aspect-ratio: 1/1;
  background-size: auto;
  z-index: -1;
}

#works {
  margin-top: 5vw;
  padding: 0 5vw;
}
#works .text {
  width: 50%;
  margin-bottom: 5vw;
}
#works .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#works .wrap .card_wrap {
  display: flex;
  gap: 5vw;
  width: 65%;
}
#works .wrap .card_wrap .card_set p {
  font-family: "HelveticaLTPro-Bold";
  font-weight: 900;
  color: #2d4d5b;
}
#works .wrap .more_btn.black {
  margin: 0 5vw;
}

#interview {
  margin-top: 10vw;
  margin-bottom: 15vw;
}
#interview .wrapper {
  display: flex;
  padding-bottom: 5vw;
  gap: 5vw;
}
#interview .wrapper .photo {
  width: auto;
  height: auto;
  position: relative;
  box-shadow: 10px 3px 9px rgba(0, 0, 0, 0.25);
}
#interview .wrapper .photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .wrapper .photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  left: 0;
  top: 0;
  background: url(../public/images/interview_top.png) no-repeat;
  background-size: cover;
}
#interview .wrapper .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#interview .wrapper .text_wrap .image img {
  width: -moz-fit-content;
  width: fit-content;
}
#interview .wrapper .text_wrap .link {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5vw;
}
#interview .wrapper .text_wrap .link .list {
  width: 50%;
}
#interview .wrapper .text_wrap .link .list a {
  position: relative;
}
#interview .wrapper .text_wrap .link .list a p {
  margin-bottom: 3vw;
  color: black;
}
#interview .wrapper .text_wrap .link .list a::after {
  content: "";
  background: url(../public/images/border_black.svg);
  position: absolute;
  bottom: -75%;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#interview .wrapper .text_wrap .text_Set {
  width: 60%;
}
#interview .interview_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5vw;
  gap: 5vw;
  margin: 5vw 4vw;
  padding: 5vw 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#interview .interview_wrap .interview_card {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
#interview .interview_wrap .interview_card .img {
  width: 50%;
  aspect-ratio: 1/1;
}
#interview .interview_wrap .interview_card .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#interview .interview_wrap .interview_card .text_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1vw;
  padding: 5vw;
  padding-left: 10px;
  padding-bottom: 7px;
}
#interview .interview_wrap .interview_card .text_wrap p {
  padding-left: 2vw;
  color: black;
  font-size: clamp(1rem, 0.766rem + 1vw, 2rem);
}
#interview .interview_wrap .interview_card .text_wrap .name {
  margin-bottom: 5vw;
  font-family: "HelveticaLTPro-Roman";
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  padding-left: 5vw;
  position: relative;
  color: #2c4d5b;
}
#interview .interview_wrap .interview_card .text_wrap .name::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem) - 2px);
  width: auto;
  aspect-ratio: 1/1;
  background-color: #2d4d5b;
  left: 2vw;
  bottom: 0;
  top: 0;
  margin: auto;
}
#interview .interview_wrap .interview_card .text_wrap .border_dot {
  border-bottom: #2d4d5b 2px dotted;
}
#interview .interview_wrap .interview_card:first-child {
  border-right: 2px solid;
}

#recruit {
  margin-top: 5vw;
  position: relative;
}
#recruit .decoretain_text.right {
  position: absolute;
  bottom: 0;
  left: auto;
  right: -33%;
  padding-right: 3vw;
  top: 40%;
}
#recruit .deco_photo {
  width: 25%;
  position: absolute;
  right: 0;
  top: -5vw;
  z-index: 1;
}
#recruit .deco_photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background: url(../public/images/tank_deco.png);
  left: 0;
  top: 0;
}
#recruit .background {
  width: 80%;
  position: relative;
  background-color: #2d4d5b;
  padding: 5vw 5vw 10vw 5vw;
}
#recruit .background .hed_text {
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  font-family: "HelveticaLTPro-Bold";
}
#recruit .background .hed_sub_text {
  color: white;
  line-height: 5rem;
}
#recruit .background .wrap {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  align-items: flex-end;
}
#recruit .background .wrap .text_wrap {
  display: flex;
  gap: 1vw;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
}
#recruit .background .wrap .text_wrap .img_wrap {
  width: 50%;
  aspect-ratio: 1.3/1;
}
#recruit .background .wrap .text_wrap .img_wrap img {
  height: 100%;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
#recruit .background .wrap .text_wrap .list {
  width: 50%;
}
#recruit .background .wrap .text_wrap .list a {
  color: white;
  position: relative;
}
#recruit .background .wrap .text_wrap .list a p {
  margin-bottom: 3vw;
}
#recruit .background .wrap .text_wrap .list a::after {
  content: "";
  background: url(../public/images/border_white.svg);
  position: absolute;
  bottom: -75%;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#recruit .background::before {
  position: absolute;
  content: "";
  background: url(../public/images/rec-gray-01.svg);
  top: -5vw;
  left: 0;
  width: 35%;
  height: 60%;
  aspect-ratio: 1/1;
  background-size: auto;
  z-index: -1;
}

#training {
  margin-top: -5vw;
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 5vw;
}
#training .deco_photo {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: -5vw;
}
#training .background {
  width: 80%;
  position: relative;
  background-color: rgb(83, 83, 83);
  padding: 5vw;
}
#training .background .hed_text {
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  line-height: 5rem;
  font-family: "HelveticaLTPro-Bold";
}
#training .background .hed_sub_text {
  color: white;
}
#training .background .wrap {
  display: flex;
  flex-direction: row;
  gap: 1vw;
}
#training .background .wrap .img_wrap {
  width: 50%;
}
#training .background .wrap .img_wrap img {
  height: 100%;
}
#training .background .wrap .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
#training .background .wrap .text_wrap .list a {
  color: white;
  position: relative;
}
#training .background .wrap .text_wrap .list a p {
  margin-bottom: 5vw;
}
#training .background .wrap .text_wrap .list a::after {
  content: "";
  background: url(../public/images/border_white.svg);
  position: absolute;
  bottom: -75%;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#training .background .wrap .text_wrap .more_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
#training .background::before {
  position: absolute;
  content: "";
  background: url(../public/images/rec-gray-02.svg);
  top: 0;
  left: -5vw;
  width: 35%;
  height: 60%;
  aspect-ratio: 1/1;
  background-size: auto;
  z-index: -1;
}

#corporate {
  padding-top: 5vw;
  margin-top: 5vw;
  text-align: center;
}
#corporate .hed_title {
  margin-bottom: 5vw;
  text-align: center;
}
#corporate .hed_title .hed_text {
  line-height: 5rem;
  font-family: "HelveticaLTPro-Bold";
}
#corporate .card_wrap {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
#corporate .card_wrap .card_set .card_text p {
  font-family: "HelveticaLTPro-Bold";
  font-weight: 900;
  color: #2d4d5b;
}
#corporate .more_btn {
  margin-top: 5vw;
}

.entry_set {
  text-align: center;
  padding: 5vw 30vw;
}
.entry_set .entry {
  display: inline-block;
  padding: 5px;
  border: 2px solid #2d4d5b;
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
}
.entry_set .entry p {
  color: #fff;
  background-color: #2d4d5b;
  padding: 2vw 3vw;
  font-family: "HelveticaLTPro-Roman";
}
.entry_set p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
}

.page_top {
  padding-bottom: 10vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page_top .img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page_top .text {
  margin-bottom: 10vw;
  margin-right: -1rem;
}
.page_top .text p {
  font-size: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
  font-weight: 900;
  text-align: center;
  font-family: "HelveticaLTPro-Bold";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2d4d5b;
  transform-origin: 0 0;
  letter-spacing: 0.3em;
  color: transparent;
  margin-right: -0.3em;
}

.deco_line {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10vw;
  margin: 10vw 0;
}
.deco_line img {
  -o-object-fit: cover;
     object-fit: cover;
}

#news {
  display: flex;
  align-items: center;
  margin: 15vw 5vw;
  margin-top: 20vw;
}
#news #wordpress_blog {
  display: flex;
  gap: 2vw;
  width: 50%;
  overflow-x: scroll;
  scrollbar-color: #2d4d5b transparent;
}
#news #wordpress_blog .wp-article .eyecatch {
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
}
#news #wordpress_blog .wp-article .eyecatch img {
  width: 100%;
  height: 100%;
}
#news #wordpress_blog .wp-article p {
  color: black;
  font-size: clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem);
}
#news #wordpress_blog .wp-article p a:-webkit-any-link {
  color: #2c4d5b;
  font-size: clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem);
}
#news .text {
  width: 50%;
  text-align: center;
}
#news .text .hed_title .hed_text {
  letter-spacing: 0.2em;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #2d4d5b;
  font-family: "HelveticaLTPro-Bold";
}
#news .text .hed_title .hed_sub_text {
  color: #2d4d5b;
}

.more_btn:hover {
  border: 1px solid white;
  background-color: white;
}
.more_btn:hover span {
  color: #2d4d5b;
}

.more_btn.black:hover {
  background-color: #2d4d5b;
}
.more_btn.black:hover a span {
  color: white;
  font-family: "HelveticaLTPro-Bold";
}

@media screen and (max-width: 721px) {
  .loader {
    background: #325865;
  }
  .loader video {
    width: calc(100% + 375px);
    display: none;
  }
  .loader img {
    display: block;
  }
  .decoretain_text.left,
  .decoretain_text.right {
    display: none;
  }
  .top {
    margin-top: 0;
    height: auto;
  }
  .top .img {
    height: 480px;
  }
  .top .img img {
    display: block;
    height: 100%;
    -o-object-position: 35% 100%;
       object-position: 35% 100%;
  }
  .top .img video {
    display: none;
  }
  .top .menu.web {
    display: none;
  }
  .top .catch_wrap {
    width: 85%;
  }
  .top .scroll {
    bottom: 40vw;
    margin-left: 10vw;
  }
  .top .scroll::after {
    height: 15vw;
    left: -2vw;
    top: 33vw;
  }
  #Tank-lorry .background {
    width: 100%;
  }
  #Tank-lorry .hed_title.white {
    padding-bottom: 1vw;
  }
  #Tank-lorry .hed_title.white .hed_text {
    width: -moz-min-content;
    width: min-content;
  }
  #Tank-lorry .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #works {
    margin-top: 30vw;
  }
  #works .text {
    width: 100%;
  }
  #works .wrap {
    flex-direction: column;
  }
  #works .wrap .card_wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
  }
  #works .wrap .card_wrap .card_set {
    width: 50%;
    padding: 5px;
  }
  #interview .interview_wrap {
    flex-direction: column;
  }
  #interview .interview_wrap .interview_card .img {
    height: auto;
  }
  #interview .interview_wrap .interview_card:first-child {
    border-right: none;
  }
  #interview .wrapper .photo {
    width: auto;
    height: 80px;
  }
  #interview .wrapper .text_wrap .image img {
    width: 100%;
  }
  #interview .interview_wrap .interview_card .text_wrap .name {
    padding-left: 10vw;
  }
  #recruit .deco_photo {
    width: 100%;
    height: 80px;
    position: relative;
    top: 0;
  }
  #recruit .deco_photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #recruit .background {
    width: 100%;
  }
  #recruit .background .wrap .text_wrap {
    flex-direction: column;
  }
  #recruit .background .wrap .text_wrap .img_wrap {
    width: 100%;
  }
  #recruit .background .wrap .text_wrap .list {
    width: 100%;
  }
  #trainin .background {
    width: 100%;
  }
  #trainin .background .wrap {
    flex-direction: column;
  }
  #trainin .background .wrap .img_wrap {
    width: 100%;
  }
  #trainin .background .wrap .text_wrap {
    width: 100%;
  }
  #interview .wrapper {
    flex-direction: column;
  }
  #interview .wrapper .text_wrap {
    padding: 0 10vw;
  }
  #interview .wrapper .text_wrap .text_Set {
    width: 100%;
  }
  #interview .wrapper .text_wrap .link {
    flex-direction: column;
    align-items: center;
  }
  #interview .wrapper .text_wrap .link .list {
    width: 100%;
  }
  #interview .wrapper .text_wrap .link .list a p {
    margin-left: 1vw;
    margin-right: 5vw;
  }
  #corporate .hed_title .hed_text {
    font-family: "HelveticaLTPro-Bold";
  }
  #corporate .card_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0vw;
  }
  #corporate .card_wrap .card_set {
    width: 50%;
    padding: 5px;
  }
  #corporate .card_wrap .card_set .card_text p {
    font-family: "HelveticaLTPro-Bold";
    font-weight: 900;
    color: #2d4d5b;
  }
  #corporate .more_btn {
    margin-top: 5vw;
  }
  .entry_set {
    padding: 15vw 10vw;
  }
  .entry_set p {
    font-size: 1.5rem;
  }
  #Tank-lorry .wrap {
    margin-left: -5vw;
    align-items: flex-start;
  }
  #Tank-lorry .wrap .img_wrap {
    flex-direction: column;
  }
  #Tank-lorry .wrap .img_wrap .big_img {
    width: auto;
  }
  #Tank-lorry .wrap .img_wrap .big_img img {
    height: 100%;
    width: 100%;
  }
  #Tank-lorry .wrap .img_wrap .small_set {
    flex-direction: row;
    gap: 2vw;
    padding: 0 1vw;
    justify-content: center;
  }
  #Tank-lorry .wrap .img_wrap .small_set img {
    height: 100%;
    width: 50%;
  }
  #Tank-lorry .wrap .text_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
    width: 100%;
  }
  #Tank-lorry .wrap .text_wrap .list a p {
    margin-right: 5vw;
    margin-left: 1vw;
  }
  #news {
    flex-direction: column-reverse;
    margin-top: 10vw;
  }
  #news #wordpress_blog {
    width: 100%;
  }
  #training .background .wrap {
    flex-direction: column;
  }
  #training .background .wrap .img_wrap {
    width: 100%;
  }
  #training .background .wrap .text_wrap {
    width: 100%;
  }
  #Tank-lorry .deco_photo {
    width: 100%;
    height: 80px;
    bottom: 0;
  }
  #Tank-lorry .deco_photo img {
    height: 100%;
  }
}
::-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: auto;
  padding: 0 5vw;
  padding-top: 5vw;
  padding-bottom: 4.5vw;
}

@media screen and (max-width: 721px) {
  ::-webkit-full-page-media,
  :future,
  :root #Tank-lorry .wrap .text_wrap .list a::after {
    width: 75vw;
    height: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
    bottom: 1vw;
  }
  ::-webkit-full-page-media,
  :future,
  :root #interview .wrapper .text_wrap .link .list a::after {
    width: 75vw;
    height: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
    bottom: 1vw;
  }
  ::-webkit-full-page-media,
  :future,
  :root #recruit .background .wrap .text_wrap .list a::after {
    width: 75vw;
    height: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
    bottom: 1vw;
  }
  ::-webkit-full-page-media,
  :future,
  :root #training .background .wrap .text_wrap .list a::after {
    width: 75vw;
    height: clamp(1.6rem, 1.413rem + 0.8vw, 2.4rem);
    bottom: 1vw;
  }
}/*# sourceMappingURL=index.css.map */