@charset "UTF-8";
/* CSS Document */
* {
  font-family: kinuta-mincho-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header-top {
  height: 7vw;
  width: auto;
  background-color: black;
  position: relative;
}
.ustance-top-rogo {
  position: absolute;
  top: 2.5vw;
  left: 3vw;
  width: 15%;
  height: auto;
}
/* ハンバーガーのマーク */
.nav_toggle {
  display: block;
  position: relative;
  width: 3vw;
  height: 3vw;
  margin-right: 3vw;
  z-index: 2;
  margin-left: auto;
  top: 1.8vw;
  z-index: 9000;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
/* クリックされた後のハンバーガーのマーク */
.nav_toggle.show i:nth-child(1) {
  transform: translateY(1vw) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-1.7vw) rotate(45deg);
}
/* クリックで表示されるメニュー：クリックされる前 */
.nav {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 20vw;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #000000;
  z-index: 4000;
}
.nav_menu_ul {
  margin-top: 10vw;
  margin-left: 10vw;
  line-height: 10vw;
}
.nav_menu_ul a {
  color: white;
  text-decoration: none;
  text-decoration-color: none;
}
/* クリックで表示されるメニュー：クリックされた後 */
.nav.show {
  opacity: .8;
  visibility: visible;
}
/*top-catergory*/
.top-category {
  position: relative;
}
.top-category-video img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top-category-text {
  position: absolute;
  top: 50%;
  left: 3vw;
}
.top-introduction1 {
  font-size: 4vw;
  font-weight: 400;
  color: white;
}
.top-introduction2 {
  font-size: 2vw;
  line-height: 5vw;
  color: white;
}
.top-introduction3 {
  font-size: 1.5vw;
  color: white;
}
.top-introduction-line {
  color: white;
}
.header-top2 {
  height: 7vw;
  width: auto;
  background-color: black;
}
/*main*/
.aboutus {
  font-size: 3vw;
  margin-left: 3vw;
  margin-top: 5vw;
}
.aboutus-line {
  margin-left: 3vw;
  margin-right: 3vw;
}
.aboutus-main-wrapper {
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 1vw;
}
.aboutus-jpapanese, .aboutus-english {
  margin: 9vw 3vw;
  font-size: 1vw;
  text-align: center;
  line-height: 5vw;
}
.companyphilsophy {
  margin-left: 3vw;
  width: 95%;
  height: auto;
  text-align: center;
}
/*代表挨拶*/
.aboutus-main2-wrapper {
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 3vw;
  overflow: hidden;
}
.aboutus-ceo {
  text-align: center;
  font-size: 3vw;
  margin: 4vw;
}
.daihyouaisatsu {
  display: inline-block;
  font-size: 4vw;
  margin-bottom: 2vw;
}
.daihyouaisatsu-english {
  font-size: 1.5vw;
}
.aboutus-ceo-namephoto {
  font-size: 2vw;
  display: inline-block;
  text-align: center;
  float: left;
}
.aboutus-ceo-photo {
  margin: 3vw;
  width: 45vw;
  height: auto;
}
.aboutus-ceo-name {
  margin-left: 3vw;
  margin-bottom:1vw;
}
.aboutus-ceo-jpapanese, .aboutus-ceo-english {
  font-size: 1vw;
  text-align: center;
  margin: 9vw 3vw;
  line-height: 5vw;
 
}
.aboutus-ceo-jpapanese {
 display: inline;
}
/*フッターの内容*/
.footer {
  padding: 3vw;
  width: auto;
  background-color: #333333;
  margin-top: 100px;
}
.footer-mail {
  text-align: right;
  font-size: 2vw;
  color: white;
  margin: 5vw;
}
.footer-mail-link {
  text-decoration-line: none;
}
.footer-link {
  color: white;
  margin-right: 5vw;
  margin-left: 5vw;
}
.footer-link nav ul li a {
  text-decoration-line: none;
}
.footer-link1 {
  text-align: left;
  left: 3vw;
  font-size: 2vw;
  line-height: 5vw;
}
.footer-link1 a {
  text-decoration-color: none;
  color: white;
}
.footer-link2 {
  text-align: right;
  font-size: 1.5vw;
  line-height: 5vw;
  text-decoration: underline;
  position: relative;
  top: -20vw;
}
.footer-link2 a {
  text-decoration-color: none;
  color: white;
}
.footer-rogo {
  width: 0.5%;
  height: auto;
  margin-right: 10px;
}
.adress-all {
  font-size: 1vw;
  color: white;
  margin-bottom: 0;
  margin: 2vw;
}

/*
.test01 {
  height: 100vh;
  overflow-y:  hidden;
}
*/
.test02 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}