html {
  font-size: 0.0732vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1366px) {
  html {
    font-size: 1px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.2666vw;
  }
}
html body {
  font-size: 10rem;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 99;
  }
  to {
    opacity: 0;
    z-index: 0;
    display: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 99;
  }
  to {
    opacity: 0;
    z-index: 0;
    display: none;
  }
}
@-webkit-keyframes scrollBottom {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 85rem;
    bottom: -93.5rem;
  }
  100% {
    height: 0;
    bottom: -178rem;
  }
}
@keyframes scrollBottom {
  0% {
    height: 0;
    bottom: 0;
  }
  50% {
    height: 85rem;
    bottom: -93.5rem;
  }
  100% {
    height: 0;
    bottom: -178rem;
  }
}
section .inner {
  padding-inline: 83rem;
}

#top header {
  background: none;
}
#top header .inner div.ham span {
  background-color: #fff;
}
#top header .inner > ul li a {
  color: #fff;
}
@media (max-width: 767px) {
  #top header .inner > ul li a {
    color: #000;
  }
}
#top header .inner > ul li div {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  #top header .inner > ul li div {
    color: #000;
  }
}
@media (max-width: 767px) {
  #top header .inner > ul li div > ul li a {
    color: #ED1D25;
  }
}

main .onload_animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-animation: fadeOut 1s ease 2s forwards;
          animation: fadeOut 1s ease 2s forwards;
  z-index: 99;
}
main .onload_animation.visited {
  display: none;
}
main .onload_animation img {
  display: block;
  width: 35%;
  height: auto;
  -webkit-animation: fadeOut 1s ease 1s forwards;
          animation: fadeOut 1s ease 1s forwards;
}
main #top_mv {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
main #top_mv div.gradation {
  height: 130rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
main #top_mv .inner {
  max-width: 1366px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main #top_mv .inner {
    height: 100%;
    padding-inline: 20rem;
  }
}
main #top_mv .inner h1 {
  position: absolute;
  left: 83rem;
  bottom: 75rem;
  font-size: 46rem;
  font-weight: 900;
  line-height: 1.348;
  color: #FFFFFF;
  text-shadow: 2rem 2rem 30rem rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  main #top_mv .inner h1 {
    left: 20rem;
    bottom: 40rem;
    font-size: 28rem;
  }
}
main #top_mv .inner h1 span {
  margin-bottom: 10rem;
  font-size: 36rem;
  line-height: 1.25;
  display: block;
}
@media (max-width: 767px) {
  main #top_mv .inner h1 span {
    font-size: 20rem;
  }
}
main #top_mv .inner .side_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 32rem;
  bottom: 93.5rem;
  color: #fff;
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  main #top_mv .inner .side_txt {
    display: none;
  }
}
main #top_mv .inner .side_txt::after {
  content: "";
  width: 1rem;
  height: 85rem;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  bottom: -93.5rem;
  left: 50%;
}
main #top_mv .inner .side_txt::before {
  content: "";
  width: 1rem;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-animation: scrollBottom 1.4s ease-in-out infinite;
          animation: scrollBottom 1.4s ease-in-out infinite;
}
main #top_mv > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  main #top_mv > video {
    width: 100%;
    height: 100%;
  }
}
main #about_us {
  position: relative;
}
main #about_us::before {
  content: "";
  display: block;
  width: 55.6%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F5F2F2;
  z-index: -1;
}
@media (max-width: 767px) {
  main #about_us::before {
    width: 100%;
    height: 757rem;
  }
}
main #about_us .inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-block: 125rem 105rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 105rem;
  position: relative;
}
@media (max-width: 767px) {
  main #about_us .inner {
    padding-inline: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 40rem 75rem;
    gap: 38rem;
    overflow-x: hidden;
  }
}
main #about_us .inner::after {
  content: "";
  display: block;
  width: 297rem;
  height: 297rem;
  background-image: url(../../images/back_logo.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 226rem;
  left: 258rem;
  z-index: -1;
}
@media (max-width: 767px) {
  main #about_us .inner::after {
    display: none;
  }
}
main #about_us .inner > div {
  width: 380rem;
}
@media (max-width: 767px) {
  main #about_us .inner > div {
    width: 100%;
  }
}
main #about_us .inner > div h2 {
  font-family: "Roboto", sans-serif;
  color: #ED1D25;
  font-size: 62rem;
  font-weight: 900;
  margin-bottom: 50rem;
  line-height: 1.143;
}
@media (max-width: 767px) {
  main #about_us .inner > div h2 {
    font-size: 44rem;
    margin-bottom: 30rem;
  }
}
main #about_us .inner > div h2 span {
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21rem;
  line-height: 1.143;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  main #about_us .inner > div h2 span {
    font-size: 18rem;
    margin-top: 0;
  }
}
main #about_us .inner > div p {
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.875;
  margin-bottom: 41rem;
}
@media (max-width: 767px) {
  main #about_us .inner > div p {
    font-size: 15rem;
    width: calc(100% - 20rem);
  }
}
main #about_us .inner > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15rem;
}
main #about_us .inner > div ul li a {
  display: block;
  padding: 13rem 114rem 13rem 18rem;
  background-color: #fff;
  color: #ED1D25;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.625;
  position: relative;
  width: 260rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main #about_us .inner > div ul li a:hover {
  background-color: #ED1D25;
  color: #fff;
}
main #about_us .inner > div ul li a:hover::after {
  background-image: url(../../images/right_arrow03.png);
}
@media (max-width: 767px) {
  main #about_us .inner > div ul li a {
    width: 100%;
  }
}
main #about_us .inner > div ul li a::after {
  content: "";
  width: 26rem;
  height: 10rem;
  display: block;
  background-image: url(../../images/right_arrow01.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 25rem;
  top: calc(50% - 5rem);
}
main #about_us .inner > img {
  width: 590rem;
  display: block;
  height: auto;
  -webkit-box-shadow: 25rem 25rem 0 #ED1D25;
          box-shadow: 25rem 25rem 0 #ED1D25;
}
@media (max-width: 767px) {
  main #about_us .inner > img {
    width: 100vw;
    max-width: none;
    -webkit-box-shadow: 0 25rem 0 #ED1D25;
            box-shadow: 0 25rem 0 #ED1D25;
  }
}
main #about_us .inner .side_txt {
  color: #ED1D25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 220rem;
  left: 50rem;
  font-size: 10rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 767px) {
  main #about_us .inner .side_txt {
    display: none;
  }
}
main #about_us .inner .side_txt > div {
  display: block;
  width: 17rem;
  height: 1rem;
  background-color: #ed1d25;
  margin: 0 4rem;
}
main #about_us .inner .side_txt span {
  display: block;
}
main #business {
  position: relative;
}
main #business .inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-block: 118rem 90rem;
  height: 880rem;
  position: relative;
}
@media (max-width: 767px) {
  main #business .inner {
    padding-block: 40rem 50rem;
    padding-inline: 20rem;
    height: 888rem;
  }
}
main #business .inner::before {
  content: "";
  width: 100%;
  height: 640rem;
  background-image: url(../../images/top_business_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  main #business .inner::before {
    width: 100%;
    height: 798rem;
    background-size: auto 100%;
  }
}
main #business .inner > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 59rem;
  margin-bottom: 59rem;
}
@media (max-width: 767px) {
  main #business .inner > div:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
    margin-bottom: 40rem;
  }
}
main #business .inner > div:first-of-type h2 {
  color: #fff;
  font-size: 62rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  main #business .inner > div:first-of-type h2 {
    font-size: 44rem;
  }
}
main #business .inner > div:first-of-type h2 span {
  font-size: 21rem;
  line-height: 1.143;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  main #business .inner > div:first-of-type h2 span {
    font-size: 18rem;
    margin-top: 0;
  }
}
main #business .inner > div:first-of-type p {
  font-size: 16rem;
  color: #fff;
  line-height: 1.875;
}
@media (max-width: 767px) {
  main #business .inner > div:first-of-type p {
    font-size: 15rem;
  }
}
main #business .inner > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 86rem;
  width: calc(100% - 86rem);
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: auto;
    right: 0;
    width: 100vw;
  }
}
main #business .inner > div:nth-of-type(2) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 55rem;
  width: 20%;
  aspect-ratio: 213/450;
  counter-increment: mycounter;
  position: relative;
  font-size: 25rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 100%;
    height: 90rem;
    padding-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18rem;
  }
}
main #business .inner > div:nth-of-type(2) > a::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
  background-color: #000;
}
main #business .inner > div:nth-of-type(2) > a::after {
  content: counter(mycounter, decimal-leading-zero);
  display: block;
  padding-bottom: 2rem;
  border-bottom: solid #fff 1rem;
  position: absolute;
  top: 10rem;
  left: 16rem;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  z-index: 2;
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a::after {
    font-optical-sizing: 16rem;
    top: 5rem;
    left: 10rem;
  }
}
main #business .inner > div:nth-of-type(2) > a:first-of-type::before {
  background-image: url(../../images/top_business01.png);
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a:first-of-type::before {
    background-image: url(../../images/top_business_sp01.png);
  }
}
main #business .inner > div:nth-of-type(2) > a:nth-of-type(2)::before {
  background-image: url(../../images/top_business02.png);
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a:nth-of-type(2)::before {
    background-image: url(../../images/top_business_sp02.png);
  }
}
main #business .inner > div:nth-of-type(2) > a:nth-of-type(3)::before {
  background-image: url(../../images/top_business03.png);
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a:nth-of-type(3)::before {
    background-image: url(../../images/top_business_sp03.png);
  }
}
main #business .inner > div:nth-of-type(2) > a:nth-of-type(4)::before {
  background-image: url(../../images/top_business04.png);
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a:nth-of-type(4)::before {
    background-image: url(../../images/top_business_sp04.png);
  }
}
main #business .inner > div:nth-of-type(2) > a:nth-of-type(5)::before {
  background-image: url(../../images/top_business05.png);
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a:nth-of-type(5)::before {
    background-image: url(../../images/top_business_sp05.png);
  }
}
main #business .inner > div:nth-of-type(2) > a:nth-of-type(6)::before {
  background-image: url(../../images/top_business06.png);
}
@media (max-width: 767px) {
  main #business .inner > div:nth-of-type(2) > a:nth-of-type(6)::before {
    background-image: url(../../images/top_business_sp06.png);
  }
}
main #business .inner > div:nth-of-type(2) > a:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main #business .inner > div.side_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 32rem;
  top: 131rem;
  color: #fff;
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ED1D25;
  font-weight: 900;
}
@media (max-width: 767px) {
  main #business .inner > div.side_txt {
    display: none;
  }
}
main #business .inner > div.side_txt div {
  display: block;
  width: 1rem;
  height: 17rem;
  background-color: #ED1D25;
}
main #recruit {
  background-color: #ED1D25;
  position: relative;
}
main #recruit > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}
main #recruit > a:hover + .inner > p {
  right: 90rem;
  gap: 33rem;
}
main #recruit .inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-block: 149rem 148rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  main #recruit .inner {
    padding-block: 77rem 30rem;
    overflow-x: hidden;
  }
}
main #recruit .inner::before {
  content: "";
  height: 320rem;
  width: 1130rem;
  display: block;
  position: absolute;
  top: 45rem;
  left: -157rem;
  background-image: url(../../images/top_recruit.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  main #recruit .inner::before {
    height: 177.7rem;
    width: 627.5rem;
    top: 30rem;
    left: -223rem;
  }
}
main #recruit .inner h2 {
  font-family: "Roboto", sans-serif;
  font-size: 62rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  main #recruit .inner h2 {
    font-size: 44rem;
  }
}
main #recruit .inner h2 span {
  display: block;
  margin-top: 1rem;
  font-size: 21rem;
  line-height: 1.443;
}
@media (max-width: 767px) {
  main #recruit .inner h2 span {
    font-size: 18rem;
    margin-top: 10rem;
  }
}
main #recruit .inner > p {
  position: absolute;
  top: calc(50% - 30rem);
  right: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 19rem;
  line-height: 1.263;
  font-weight: 900;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  main #recruit .inner > p {
    position: static;
    top: auto;
    right: auto;
    gap: 12rem;
    font-size: 16rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 61rem;
  }
}
main #recruit .inner > p::after {
  content: "";
  display: block;
  width: 60rem;
  height: 60rem;
  background: url(../../images/right_arrow02.png) center/cover;
}
@media (max-width: 767px) {
  main #recruit .inner > p::after {
    width: 42rem;
    height: 42rem;
  }
}
main #recruit .inner div.side_txt {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 200rem;
  left: 50rem;
  font-size: 10rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 767px) {
  main #recruit .inner div.side_txt {
    display: none;
  }
}
main #recruit .inner div.side_txt > div {
  display: block;
  width: 17rem;
  height: 1rem;
  background-color: #fff;
  margin: 0 4rem;
}
main #recruit .inner div.side_txt span {
  display: block;
}
main #company .inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-block: 128rem 77rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 109rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  main #company .inner {
    gap: 30rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 40rem 20rem;
    overflow-x: hidden;
  }
}
main #company .inner::before {
  content: "";
  width: 940rem;
  height: 365rem;
  position: absolute;
  right: 0;
  top: 509rem;
  background-color: #F5F2F2;
  z-index: -1;
}
@media (max-width: 767px) {
  main #company .inner::before {
    width: 100%;
    height: 595rem;
    left: 0;
    right: auto;
    top: 345rem;
  }
}
main #company .inner > img:first-of-type {
  display: block;
  width: 400rem;
  -webkit-box-shadow: 25rem 24rem 0 #ED1D25;
          box-shadow: 25rem 24rem 0 #ED1D25;
}
@media (max-width: 767px) {
  main #company .inner > img:first-of-type {
    display: none;
  }
}
main #company .inner > img:last-of-type {
  display: none;
}
@media (max-width: 767px) {
  main #company .inner > img:last-of-type {
    display: block;
    max-width: none;
    width: 100vw;
    height: 180rem;
    -webkit-box-shadow: 0rem 20rem 0 #ED1D25;
            box-shadow: 0rem 20rem 0 #ED1D25;
  }
}
main #company .inner > div h2 {
  margin-top: 53rem;
  font-size: 62rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #ED1D25;
}
@media (max-width: 767px) {
  main #company .inner > div h2 {
    font-size: 44rem;
    margin-top: 0;
  }
}
main #company .inner > div h2 span {
  display: block;
  margin-top: 9rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21rem;
  color: #000;
  line-height: 1.143;
}
@media (max-width: 767px) {
  main #company .inner > div h2 span {
    font-size: 18rem;
    margin-top: 10rem;
  }
}
main #company .inner > div > p {
  font-size: 16rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
  margin-top: 45rem;
  width: 590rem;
}
@media (max-width: 767px) {
  main #company .inner > div > p {
    font-size: 15rem;
    margin-top: 30rem;
    width: 100%;
  }
}
main #company .inner > div > ul {
  display: grid;
  grid-template-columns: 260rem 260rem;
  gap: 15rem 30rem;
  margin-top: 116rem;
}
@media (max-width: 767px) {
  main #company .inner > div > ul {
    margin-top: 70rem;
    grid-template-columns: 100%;
    gap: 15rem;
  }
}
main #company .inner > div > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 13rem 18rem;
  color: #ED1D25;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.625;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main #company .inner > div > ul li a:hover {
  background-color: #ED1D25;
  color: #fff;
}
main #company .inner > div > ul li a:hover::after {
  background-image: url(../../images/right_arrow03.png);
}
main #company .inner > div > ul li a::after {
  content: "";
  width: 26rem;
  height: 10rem;
  display: block;
  background: url(../../images/right_arrow01.png) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 5rem);
  right: 25rem;
}
main #company .inner .side_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 32rem;
  top: 214rem;
  color: #fff;
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ED1D25;
  font-weight: 900;
}
@media (max-width: 767px) {
  main #company .inner .side_txt {
    display: none;
  }
}
main #company .inner .side_txt div {
  display: block;
  width: 1rem;
  height: 17rem;
  background-color: #ED1D25;
}
main #news .inner {
  max-width: 1366px;
  margin: 0 auto;
  padding-block: 104rem 105rem;
  position: relative;
}
@media (max-width: 767px) {
  main #news .inner {
    padding-block: 40rem;
  }
}
main #news .inner h2 {
  text-align: center;
  color: #ED1D25;
  font-size: 62rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  main #news .inner h2 {
    font-size: 44rem;
    text-align: left;
  }
}
main #news .inner h2 span {
  display: block;
  margin-top: 5rem;
  font-size: 21rem;
  color: #000;
  line-height: 1.143;
  margin-bottom: 55rem;
}
@media (max-width: 767px) {
  main #news .inner h2 span {
    font-size: 18rem;
    margin-top: 10rem;
    margin-bottom: 30rem;
  }
}
main #news .inner > div {
  padding-inline: 140rem;
}
@media (max-width: 767px) {
  main #news .inner > div {
    padding-inline: 0;
  }
}
main #news .inner > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41rem;
  width: 100%;
  font-size: 15rem;
  font-weight: bold;
  line-height: 1.733;
  padding-block: 30rem;
  border-top: solid 1rem #D9D9D9;
}
main #news .inner > div a:hover {
  color: #ED1D25;
}
main #news .inner > div a:hover span {
  color: #000;
}
@media (max-width: 767px) {
  main #news .inner > div a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14rem;
    gap: 5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-block: 20rem;
  }
}
main #news .inner > div a:last-of-type {
  border-bottom: solid 1rem #D9D9D9;
}
main #news .inner > div a span {
  display: block;
  font-weight: normal;
  color: #666666;
}
@media (max-width: 767px) {
  main #news .inner > div a span {
    font-size: 14rem;
  }
}
main #news .inner > a {
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.625;
  color: #fff;
  padding: 13rem 18rem;
  background-color: #ED1D25;
  position: relative;
  display: block;
  width: 260rem;
  margin: 50rem auto 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: solid 1rem #ED1D25;
}
main #news .inner > a:hover {
  background-color: #fff;
  color: #ED1D25;
  border: solid 1rem #ED1D25;
}
main #news .inner > a:hover::after {
  background-image: url(../../images/right_arrow01.png);
}
@media (max-width: 767px) {
  main #news .inner > a {
    margin-top: 30rem;
    width: 100%;
  }
}
main #news .inner > a::after {
  content: "";
  width: 26rem;
  height: 10rem;
  display: block;
  background: url(../../images/right_arrow03.png) center/cover no-repeat;
  position: absolute;
  right: 25rem;
  top: calc(50% - 5rem);
}
main #news .inner .side_txt {
  color: #ED1D25;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 370rem;
  left: 50rem;
  font-size: 10rem;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 767px) {
  main #news .inner .side_txt {
    display: none;
  }
}
main #news .inner .side_txt > div {
  display: block;
  width: 17rem;
  height: 1rem;
  background-color: #ed1d25;
  margin: 0 4rem;
}
main #news .inner .side_txt span {
  display: block;
}
main #oil_depot .inner {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  padding-block: 54.5rem 133.5rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner {
    padding-block: 40rem 47rem;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 785rem;
  }
}
main #oil_depot .inner::before {
  content: "";
  width: 1265rem;
  height: 700rem;
  display: block;
  background: url(../../images/top_oil_depot_bg.png) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  main #oil_depot .inner::before {
    width: 100%;
    height: 100%;
  }
}
main #oil_depot .inner > div:first-of-type {
  width: 430rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:first-of-type {
    width: 100%;
  }
}
main #oil_depot .inner > div:first-of-type h2 {
  margin-top: 25.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 62rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:first-of-type h2 {
    font-size: 44rem;
    margin-top: 0;
  }
}
main #oil_depot .inner > div:first-of-type h2 span {
  display: block;
  margin-top: 5rem;
  font-size: 21rem;
  line-height: 1.143;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:first-of-type h2 span {
    font-size: 18rem;
    margin-top: 10rem;
  }
}
main #oil_depot .inner > div:first-of-type p {
  margin-top: 50rem;
  font-size: 15rem;
  color: #fff;
  line-height: 2;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:first-of-type p {
    margin-top: 30rem;
  }
}
main #oil_depot .inner > div:first-of-type > a {
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.625;
  color: #fff;
  padding: 13rem 18rem;
  background-color: #ED1D25;
  position: relative;
  display: block;
  width: 260rem;
  margin: 50rem 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
main #oil_depot .inner > div:first-of-type > a:hover {
  background-color: #fff;
  color: #ED1D25;
}
main #oil_depot .inner > div:first-of-type > a:hover::after {
  background-image: url(../../images/right_arrow01.png);
}
main #oil_depot .inner > div:first-of-type > a:last-of-type {
  margin-top: 20rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:first-of-type > a:last-of-type {
    bottom: 20rem;
  }
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:first-of-type > a {
    width: calc(100vw - 40rem);
    position: absolute;
    bottom: 90rem;
    z-index: 2;
  }
}
main #oil_depot .inner > div:first-of-type > a::after {
  content: "";
  width: 26rem;
  height: 10rem;
  display: block;
  background: url(../../images/right_arrow03.png) center/cover no-repeat;
  position: absolute;
  right: 25rem;
  top: calc(50% - 5rem);
}
main #oil_depot .inner > div:nth-of-type(2) {
  width: 634.1rem;
  height: 591.97rem;
  position: relative;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) {
    width: 280rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
main #oil_depot .inner > div:nth-of-type(2) img {
  display: block;
  width: 538.56rem;
  position: absolute;
  top: 0;
  left: 12.1rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) img {
    width: 100%;
    left: 0;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a {
  font-size: 13rem;
  line-height: 1.5;
  color: #fff;
  border: solid 1rem #fff;
  border-radius: 100rem;
  padding-inline: 10rem;
  display: block;
  position: absolute;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a {
    font-size: 7rem;
    white-space: nowrap;
    padding-inline: 5rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:hover {
  color: #ED1D25;
  border-color: #ED1D25;
  background-color: #fff;
}
main #oil_depot .inner > div:nth-of-type(2) > a.main_office {
  font-size: 16rem;
  line-height: 1.625;
  padding-inline: 20rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a.main_office {
    font-size: 9rem;
    padding-inline: 10rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:first-of-type {
  top: 116rem;
  left: 550rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:first-of-type {
    top: 60rem;
    left: 279rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(2) {
  top: 160rem;
  left: 466rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(2) {
    top: 83rem;
    left: 236rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(3) {
  top: 208rem;
  left: 456rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(3) {
    top: 107rem;
    left: 231rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(4) {
  top: 309rem;
  left: 428rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(4) {
    top: 161rem;
    left: 216rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(5) {
  top: 354rem;
  left: 428rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(5) {
    top: 184rem;
    left: 216rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(6) {
  top: 418rem;
  left: 408rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(6) {
    top: 217rem;
    left: 206rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(7) {
  top: 459rem;
  left: 368rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(7) {
    top: 238rem;
    left: 185rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(8) {
  top: 481rem;
  left: 241rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(8) {
    top: 249rem;
    left: 119rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(9) {
  top: 521rem;
  left: 134rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(9) {
    top: 270rem;
    left: 64rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(10) {
  top: 571rem;
  left: -28rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(10) {
    top: 298rem;
    left: -21rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(11) {
  top: 545rem;
  left: -35rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(11) {
    top: 283rem;
    left: -25rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(12) {
  top: 518rem;
  left: -35rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(12) {
    top: 268rem;
    left: -25rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(13) {
  top: 484rem;
  left: -41rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(13) {
    top: 252rem;
    left: -28rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(14) {
  top: 456rem;
  left: -27rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(14) {
    top: 236rem;
    left: -21rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(15) {
  top: 431rem;
  left: -20rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(15) {
    top: 222rem;
    left: -17rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(16) {
  top: 408rem;
  left: 44rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(16) {
    top: 211rem;
    left: 16rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(17) {
  top: 380rem;
  left: 77rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(17) {
    top: 196rem;
    left: 34rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(18) {
  top: 367rem;
  left: 138rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(18) {
    top: 189rem;
    left: 65rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(19) {
  top: 341rem;
  left: 156rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(19) {
    top: 174rem;
    left: 75rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(20) {
  top: 313rem;
  left: 177rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(20) {
    top: 159rem;
    left: 87rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(21) {
  top: 287rem;
  left: 242rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(21) {
    top: 149rem;
    left: 119rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(22) {
  top: 249rem;
  left: 269rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(22) {
    top: 129rem;
    left: 133rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(23) {
  top: 214rem;
  left: 280rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(23) {
    top: 111rem;
    left: 139rem;
  }
}
main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(24) {
  top: 173.5rem;
  left: 298rem;
}
@media (max-width: 767px) {
  main #oil_depot .inner > div:nth-of-type(2) > a:nth-of-type(24) {
    top: 89.5rem;
    left: 148rem;
  }
}
main #oil_depot .inner .side_txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 32rem;
  top: 93rem;
  color: #fff;
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ED1D25;
  font-weight: 900;
}
@media (max-width: 767px) {
  main #oil_depot .inner .side_txt {
    display: none;
  }
}
main #oil_depot .inner .side_txt div {
  display: block;
  width: 1rem;
  height: 17rem;
  background-color: #ED1D25;
}

.video-sp {
  display: none;
}

.video-pc {
  display: block;
}

@media (max-width: 767px) {
  .video-pc {
    display: none;
  }
  .video-sp {
    display: block;
  }
}/*# sourceMappingURL=top.css.map */