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

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

.decoretain_text.right.black {
  position: absolute;
  bottom: 0;
  left: auto;
  right: -15vw;
  padding-right: 0;
  top: 25%;
}

.more_btn {
  border: 1px solid white;
  display: inline-block;
  padding: 1vw;
  text-align: center;
}

.more_btn p {
  color: white;
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  font-weight: 600;
}

.more_btn.black {
  border: 1px solid #2d4d5b;
  display: inline-block;
  padding: 1vw;
  text-align: center;
}

.more_btn.black p {
  color: #2d4d5b;
  font-size: clamp(1.6rem, 1.133rem + 1.99vw, 3.6rem);
  font-weight: 600;
}

#CeoMessage {
  margin: 5vw 20vw;
  margin-top: 10vw;
}

#CeoMessage .text_wrap {
  text-align: center;
  margin: 5vw 0;
}

#CeoMessage .text_wrap .buttom_text {
  font-weight: 500;
}

#CeoMessage .wrapper {
  display: flex;
  flex-direction: row;
  gap: 4vw;
  align-items: center;
  justify-content: center;
}

#CeoMessage .wrapper .image {
  width: 45%;
}

#CeoMessage .wrapper .text {
  width: 50%;
  letter-spacing: 0.4em;
}

#CeoMessage .wrapper .text p {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: normal;
}

#CeoMessage .wrapper .text p.sine {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  padding-top: 5vw;
  width: -moz-max-content;
  width: max-content;
}

#CeoMessage .wrapper .text p.sine span {
  margin-left: 2vw;
}

#corporate {
  background-color: #2d4d5b;
  margin: 10vw 0;
  position: relative;
}

#corporate .text_wrap {
  text-align: center;
  color: white;
  padding: 5vw 0;
}

#corporate .text_wrap .buttom_text {
  font-weight: 500;
}

#corporate .list_wrap {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding: 0 15vw;
  padding-top: 5vw;
  padding-bottom: 20vw;
  position: relative;
}

#corporate .list_wrap .list-content {
  display: flex;
  flex-direction: row;
  gap: 5vw;
  color: white;
  justify-content: center;
}

#corporate .list_wrap .list-content .border {
  border-bottom: 1px solid white;
  width: 60%;
}

#corporate .list_wrap .list-content .border.bold {
  border-width: 5px;
  text-align: right;
  width: 20%;
}

#corporate .list_wrap .deco-img {
  position: absolute;
  left: 0;
  bottom: -12vw;
  box-shadow: 3px 3px 8px 5px rgba(0, 0, 0, 0.25);
  width: 17vw;
}

#corporate .list_wrap .deco-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.51;
  mix-blend-mode: overlay;
  background: url(../public/images/corprate-deco.png) no-repeat;
  left: 0;
  top: 0;
  background-size: contain;
}

#history {
  position: relative;
  margin-bottom: 15vw;
}

#history .decoretain_text.right {
  right: -33%;
}

#history .text_wrap {
  text-align: center;
  padding: 5vw 0;
}

#history .text_wrap .buttom_text {
  font-weight: 500;
}

#history .list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#history .list-wrap .his_content {
  display: flex;
  flex-direction: row;
  padding-bottom: 3.1rem;
}

#history .list-wrap .his_content p:first-child {
  margin-right: calc(clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem) + 15px);
  position: relative;
  width: 12vw;
}

#history .list-wrap .his_content p:first-child::before {
  content: "";
  display: block;
  position: absolute;
  height: calc(clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem) - 2px);
  width: auto;
  aspect-ratio: 1/1;
  background-color: #2d4d5b;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

#history .list-wrap .his_content p:nth-child(2) {
  padding-left: 3vw;
}

#history .list-wrap .his_content.wide {
  padding-bottom: 5vw;
}

#history .list-wrap .his_content:last-child {
  padding-bottom: 0;
}

#history .list-wrap {
  position: relative;
}

#history .list-wrap::before {
  content: "";
  position: absolute;
  background: url(../public/images/history-border.svg) no-repeat;
  height: -webkit-fill-available;
  width: 4px;
  top: 0;
  bottom: 0;
  left: calc(clamp(1.1rem, 0.983rem + 0.5vw, 1.6rem) + 13vw);
  right: 0;
}

#history .deco-img {
  position: absolute;
  right: 0;
  bottom: -10vw;
  box-shadow: -13px 3px 9px rgba(0, 0, 0, 0.25);
  width: 20vw;
}

#history .deco-img img {
  margin-bottom: -1rem;
}

#history .deco-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.51;
  mix-blend-mode: overlay;
  background: url(../public/images/corprate-deco.png) no-repeat;
  left: 0;
  top: 0;
}

#access {
  padding: 10vw 10vw;
  position: relative;
}

#access .text_wrap {
  text-align: center;
  padding: 5vw 0;
}

#access .text_wrap .buttom_text {
  font-weight: 500;
}

#access .wrapper {
  display: flex;
  justify-content: center;
  gap: 3vw;
}

#access .wrapper .text_wrap {
  padding: 0;
  text-align: left;
}

#access .wrapper .text_wrap .title {
  margin-bottom: 2vw;
  font-weight: bold;
}

#access .wrapper .text_wrap .menu_wrap {
  padding-top: 2vw;
}

#access .wrapper .map-img {
  width: 50%;
}

#access .wrapper .map-img iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

  .decoretain_text.left,
  .decoretain_text.right,
  #corporate .list_wrap .deco-img,
  #history .deco-img {
    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;
  }

  #CeoMessage {
    margin: 5vw 2vw;
  }

  #CeoMessage .wrapper {
    flex-direction: column;
  }

  #CeoMessage .wrapper .text {
    width: 90%;
  }

  #CeoMessage .wrapper .text p {
    font-size: 16px;
  }

  #corporate .list_wrap .list-content {
    flex-direction: column;
    margin-bottom: 5vw;
    gap: 1vw;
  }

  #corporate .list_wrap .list-content .border {
    width: 100%;
  }

  #corporate .list_wrap .list-content .border.bold {
    text-align: left;
    width: 100%;
  }

  #history .list-wrap {
    flex-direction: column;
    width: 90%;
  }

  #history .list-wrap .his_content {
    flex-direction: column;
  }

  #history .list-wrap .his_content p {
    font-size: 1.5rem;
  }

  #history .list-wrap .his_content p:first-child {
    font-weight: 600;
    width: auto;
  }

  #history .list-wrap .his_content p:first-child::before {
    display: none;
  }

  #history .list-wrap::before {
    display: none;
  }

  #access .wrapper {
    flex-direction: column-reverse;
  }

  #access .wrapper .map-img {
    height: 150px;
  }

  #access .wrapper .map-img iframe {
    height: 100%;
  }

  #access .wrapper .map-img {
    width: 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: -webkit-fill-available;
  padding: 0 5vw;
  padding-top: 5vw;
  height: auto;
  padding-bottom: 4.5vw;
}

.deco_line.center {
  margin: 10vw auto;
}

.deco-img img {
  margin-bottom: -1rem;
}

/*# sourceMappingURL=corporate.css.map */