body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  scrollbar-width: 18px;
  scrollbar-color: white white;
  overflow: overlay;
  min-width: 320px;
}

body::-webkit-scrollbar {
  width: 18px;
}

body::-webkit-scrollbar-track {
  background: #00000000;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
}

.tm_only {
  display: none;
}

.m-t-30 {
  margin-top: 30px;
}

.a_link.white {
  color: white;
}

.div_main {
  padding-left: 250px;
}

.asbutton {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  height: 40px;
  padding: 20px 100px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.4s, border-color 0.4s;
  transition: background-color 0.4s, border-color 0.4s;
}

.asbutton.fill_red {
  background-color: #e12741;
  border-color: #e12741;
  color: white;
}

.asbutton.fill_red:hover {
  background-color: #f13c55;
  border-color: #f13c55;
  color: white;
}

.asbutton.line_white {
  background-color: none;
  border-color: white;
  color: white;
}

.asbutton.line_white:hover {
  background-color: none;
  border-color: #e12741;
  color: white;
}

.div_section_scrollhint {
  position: absolute;
  left: 50%;
  bottom: 0px;
  font-size: 1.4rem;
  line-height: 13rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.div_section_scrollhint span {
  display: inline-block;
  -webkit-animation: floating 1s ease-in-out infinite;
          animation: floating 1s ease-in-out infinite;
}

.div_section_scrollhint.a-type {
  color: white;
}

.div_section_scrollhint.a-type::before {
  border-left: 1px solid white;
}

.div_section_scrollhint.b-type {
  color: black;
}

.div_section_scrollhint::before {
  content: "";
  display: block;
  border-left: 1px solid black;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media only screen and (max-width: 1366px) {
  .div_main {
    padding-left: 0px !important;
  }
  .tm_only {
    display: unset !important;
  }
}

main#main_aboutus {
  background: #2b2b2b;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#2b2b2b));
  background: linear-gradient(0deg, black 0%, #2b2b2b 100%);
  background-attachment: fixed;
}

main#main_aboutus section {
  min-height: calc(100vh - 100px);
  position: relative;
  padding: 50px 0px;
}

.img_section_heading {
  margin: 40px auto;
  display: block;
  border-bottom: 1px solid red;
  padding-bottom: 30px;
}

#section_biglogo {
  background: white;
}

#section_biglogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#section_geardivision ul {
  list-style: none;
}

#section_geardivision ul li {
  padding: 40px 0px;
  cursor: pointer;
  -webkit-transition: background 0.4s, height 0.4s;
  transition: background 0.4s, height 0.4s;
}

#section_geardivision ul li:not(.show) {
  height: 60px;
}

#section_geardivision ul li div {
  width: 900px;
  margin: 0px auto;
  position: relative;
  color: white;
}

#section_geardivision ul li h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 6rem;
  margin-bottom: 20px;
}

#section_geardivision ul li p {
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  line-height: 38px;
  display: none;
}

#section_geardivision ul li.show {
  background: #ffffff2b;
  padding: 30px 0px;
}

#section_geardivision ul li.show h2::before {
  content: "\2022";
  color: #e12741;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  position: absolute;
  left: -50px;
}

#section_geardivision ul li.show p {
  display: block;
}

#section_geardivision ul li:not(.show):hover {
  background: #ffffff15;
}

#section_companyprofile {
  min-height: unset !important;
  color: white;
  font-size: 2rem;
  padding-bottom: 100px !important;
}

#section_companyprofile #div_companyprofile {
  width: 1250px;
  margin: 120px auto;
  overflow: auto;
}

#section_companyprofile #div_companyprofile div:first-child {
  width: 50%;
  float: left;
}

#section_companyprofile #div_companyprofile div:nth-child(2) {
  width: 50%;
  float: right;
}

#section_companyprofile #div_companyprofile div:nth-child(2) ul {
  margin-left: 20px;
  border-top: 1px solid white;
}

#section_companyprofile #div_companyprofile div:nth-child(2) ul li {
  list-style: none;
  padding: 13px 0px;
  border-bottom: 1px solid white;
}

#section_companyprofile #div_companyprofile div:nth-child(2) ul li span:first-child {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  font-weight: 600;
}

#section_companyprofile #div_companyprofile div:nth-child(2) ul li span:nth-child(2) {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}

@media only screen and (max-width: 1366px) {
  #div_companyprofile {
    width: calc(100% - 40px) !important;
    padding: 0px 20px;
  }
  #div_companyprofile div {
    float: none !important;
    width: 100% !important;
  }
  #div_companyprofile div:first-child {
    text-align: center !important;
  }
  #div_companyprofile div:first-child img {
    width: 100%;
  }
  #div_companyprofile div:nth-child(2) {
    max-width: 700px !important;
    margin: 50px auto !important;
  }
  #div_companyprofile div:nth-child(2) li span {
    display: block !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1366px) {
  .img_section_heading {
    height: 20px;
  }
  #section_biglogo img {
    width: 70vw;
  }
  #section_geardivision ul li div {
    width: calc(100% - 80px) !important;
    padding: 0px 40px !important;
  }
}

@media only screen and (max-width: 499px) {
  .img_section_heading {
    height: 16px;
  }
  #section_biglogo img {
    width: 70vw;
  }
  #section_geardivision ul li div {
    width: calc(100% - 80px) !important;
    padding: 0px 40px !important;
  }
  #section_geardivision ul li div h2 {
    font-size: 2rem !important;
    line-height: 0.2rem !important;
  }
  #section_geardivision ul li div p {
    font-size: 1.6rem !important;
    line-height: 2.6rem;
  }
  #section_geardivision ul li:not(.show) {
    height: 0px !important;
  }
}
/*# sourceMappingURL=aboutus.css.map */