@charset "UTF-8";
@font-face {
  font-family: CALIST;
  src: url("../font/CALIST.TTF");
}
body {
  background: white;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  cursor: default;
}

a,
a:active,
a:visited,
a:hover {
  color: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

::selection {
  color: white;
  background: #006837;
}

::-moz-selection {
  color: white;
  background: #006837;
}

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

body::-webkit-scrollbar-track {
  background: white;
}

body::-webkit-scrollbar-thumb {
  background-color: #006837;
  border: 1px solid #ffffff;
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}

.a_button {
  display: inline-block;
  padding: 10px 100px;
  transition: background 0.2s;
  cursor: pointer;
  border-radius: 50px;
  font-size: 1.6rem;
  background: #4d4d4d;
  color: white !important;
  text-decoration: none;
}
.a_button:hover {
  background: #006837;
}

.text-center {
  text-align: center;
}

.div_800 {
  width: 800px;
  margin: 0px auto;
}

.div_1000 {
  width: 1000px;
  margin: 0px auto;
}

.div_1080 {
  width: 1080px;
  margin: 0px auto;
}

.div_1280 {
  width: 1280px;
  margin: 0px auto;
}

.div_1366 {
  width: 1366px;
  margin: 0px auto;
}

.div_center {
  margin: 0px auto;
}

.bold {
  font-weight: 400;
}

.grecaptcha-badge {
  display: none;
}

.h1_section {
  font-size: 2.3rem;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  margin-bottom: 60px;
}
.h1_section::after {
  content: "";
  display: block;
  width: 32px;
  border-bottom: 3px solid #4d4d4d;
  margin: 18px auto;
}

#section_hero {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: black;
}
#section_hero #div_video_frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#section_hero #div_video_frame video {
  width: 100%;
  height: 100vh;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
#section_hero #div_video_frame #div_video_layer {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: 0.7;
}
#section_hero #div_menu_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  height: 100svh;
  animation: fade-in-0-100 5s;
}
#section_hero #div_menu_layer #div_menu_carpet {
  width: 400px;
  height: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#section_hero #div_menu_layer #div_menu_carpet #div_hero_logo {
  width: 300px;
  margin: 0px auto;
}
#section_hero #div_menu_layer #div_menu_carpet #div_hero_logo img {
  width: 100%;
  height: 100%;
}
#section_hero #div_menu_layer #div_menu_carpet #div_menu_desk {
  margin-top: calc(40px + 2vh);
}
#section_hero #div_menu_layer #div_menu_carpet #div_menu_desk ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
#section_hero #div_menu_layer #div_menu_carpet #div_menu_desk ul li {
  list-style: none;
  writing-mode: vertical-rl;
  color: white;
  font-size: 1.6rem;
  text-align: left;
  width: 40px;
  line-height: 40px;
  letter-spacing: 0.4rem;
}
#section_hero #div_menu_layer #div_menu_carpet #div_menu_desk ul li::before {
  display: inline-block;
  content: url("../image/01_front/front-icon-menu-arrow-down.svg");
  vertical-align: middle;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
#section_hero #div_menu_layer #div_menu_carpet #div_menu_desk ul li a {
  color: white;
  text-decoration: none;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-color: rgba(255, 255, 255, 0);
  transition: border-color 0.2s;
}
#section_hero #div_menu_layer #div_menu_carpet #div_menu_desk ul li a:hover {
  border-color: white;
}
#section_hero #div_menu_layer #div_playmovie_button {
  color: white;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: border 0.2s;
}
#section_hero #div_menu_layer #div_playmovie_button:hover {
  border-bottom-color: white;
}
#section_hero #div_menu_layer #div_playmovie_button img {
  vertical-align: middle;
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
#section_hero #div_menu_layer #div_playmovie_button span {
  font-size: 2.6rem;
  line-height: 26px;
  vertical-align: bottom;
  font-family: "CALIST";
  letter-spacing: 0.1rem;
}
#section_hero #div_menu_layer #div_annoucementbox {
  color: black;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  background-color: white;
  display: grid;
  grid-template-columns: 80px auto;
  width: 400px;
  height: 80px;
  overflow: hidden;
}
#section_hero #div_menu_layer #div_annoucementbox .left {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  aspect-ratio: 1/1;
}
#section_hero #div_menu_layer #div_annoucementbox .left .newlable {
  font-size: 0.65rem;
  font-weight: 500;
  color: white;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  background-color: #006837;
  letter-spacing: 0.8px;
}
#section_hero #div_menu_layer #div_annoucementbox .right {
  padding: 0px 10px;
  display: grid;
  align-content: center;
  gap: 7px;
}
#section_hero #div_menu_layer #div_annoucementbox .right .title {
  line-height: 16px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #006837;
  height: 16px;
  overflow: hidden;
}
#section_hero #div_menu_layer #div_annoucementbox .right .preview {
  font-size: 1.2rem;
  height: 34px;
  overflow: hidden;
}
#section_hero #div_menu_layer #div_scrollhint {
  position: absolute;
  bottom: 100px;
  right: 60px;
  color: white;
  writing-mode: tb;
  font-size: 1.6rem;
}
#section_hero #div_menu_layer #div_scrollhint::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  border-left: 1px solid white;
  position: absolute;
  left: 50%;
  bottom: -100px;
}
#section_hero #div_menu_layer #img_navi_toggle {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  transition: top 0.5s;
  cursor: pointer;
  z-index: 20;
}
#section_hero #div_menu_layer #img_navi_toggle.toggled {
  top: 110px;
  transform: translateX(-50%) rotate(180deg);
}
#section_hero #div_fullv_layer {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8784313725);
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.2s;
}
#section_hero #div_fullv_layer.show {
  display: unset;
  opacity: 1;
  z-index: 99;
}
#section_hero #div_fullv_layer video {
  max-width: 70vw;
  min-width: 900px;
  height: auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_hero #div_fullv_layer #div_close_fullv_button {
  color: white;
  font-size: 1.4rem;
  font-family: "CALIST";
  letter-spacing: 0.1rem;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

#section_message {
  width: 100%;
  height: 560px;
  position: relative;
}
#section_message #div_message_desk {
  writing-mode: vertical-rl;
  margin: auto;
  position: relative;
  padding: 80px 0px;
}
#section_message #div_message_desk h1 {
  margin-left: 60px;
  font-size: 2.3rem;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  font-weight: 400;
}
#section_message #div_message_desk p {
  font-size: 1.8rem;
  letter-spacing: 0.25rem;
  font-weight: 200;
}
#section_message #div_message_desk p:not(:last-child) {
  margin-left: 40px;
}

#section_news {
  width: 100%;
  padding: 70px 0px;
  position: relative;
}
#section_news .div_background {
  width: calc(1100px + (100vw - 1100px) / 2);
  height: 100%;
  background: #efefe7;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -10;
}
#section_news #div_news_desk {
  width: 1000px;
  height: 100%;
  margin: 0px auto;
}
#section_news #div_news_desk #div_category {
  line-height: 40px;
  color: #4d4d4d;
  display: table;
  table-layout: fixed;
  width: 900px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0px auto 30px auto;
  font-weight: 600;
  font-size: 1.6rem;
}
#section_news #div_news_desk #div_category div {
  display: table-cell;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s;
}
#section_news #div_news_desk #div_category div:not(.selected):hover {
  color: #006837;
}
#section_news #div_news_desk #div_category div.selected {
  color: #ffffff;
  background: #006837;
}
#section_news #div_news_desk .div_list {
  width: 900px;
  margin: 0px auto 30px auto;
}
#section_news #div_news_desk .div_list:not(.display) {
  display: none;
}
#section_news #div_news_desk .div_list .div_newsfeed {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 50px;
  font-weight: 300;
  line-height: 3rem;
  position: relative;
}
#section_news #div_news_desk .div_list .div_newsfeed:hover .newsfeed_text, #section_news #div_news_desk .div_list .div_newsfeed:hover .newsfeed_date {
  color: #006837;
}
#section_news #div_news_desk .div_list .div_newsfeed div {
  display: table-cell;
  font-size: 1.6rem;
}
#section_news #div_news_desk .div_list .div_newsfeed div.newsfeed_date {
  width: 120px;
  text-align: center;
  position: relative;
  transition: color 0.2s;
}
#section_news #div_news_desk .div_list .div_newsfeed div.newsfeed_category {
  width: 120px;
  padding: 0px 10px;
  text-align: center;
  position: relative;
}
#section_news #div_news_desk .div_list .div_newsfeed div.newsfeed_category span {
  padding: 3px 20px;
  border: 1px solid #006837;
  color: #006837;
  font-size: 1.4rem;
  font-weight: 600;
}
#section_news #div_news_desk .div_list .div_newsfeed div.newsfeed_category:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}
#section_news #div_news_desk .div_list .div_newsfeed div.newsfeed_text {
  padding-left: 10px;
  position: relative;
  transition: color 0.2s;
}
#section_news #div_news_desk .div_list .div_newsfeed div.newsfeed_text p.newsfeed_heading {
  font-size: 1.6rem;
}
#section_news #div_news_desk .div_list .div_newsfeed a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#section_billboard {
  margin-bottom: 100px;
}
#section_billboard .div_billboard {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0px auto;
}
#section_billboard .div_billboard.small {
  width: 800px;
}
#section_billboard .div_billboard.small > div img {
  aspect-ratio: 517/154;
}
#section_billboard .div_billboard > div {
  width: calc(50% - 5px);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
  margin-bottom: 10px;
  background-position: center;
  position: relative;
}
#section_billboard .div_billboard > div:hover {
  background-size: 103%;
}
#section_billboard .div_billboard > div:hover::before {
  opacity: 0.1;
}
#section_billboard .div_billboard > div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 0.3s;
}
#section_billboard .div_billboard > div img {
  width: 100%;
  aspect-ratio: 745/266;
  visibility: hidden;
}
#section_billboard .div_billboard > div#div_billboard_1 {
  background-image: url("../image/01_front/front-billboard-1-company.jpg");
}
#section_billboard .div_billboard > div#div_billboard_2 {
  background-image: url("../image/01_front/front-billboard-2-history.jpg");
}
#section_billboard .div_billboard > div#div_billboard_3 {
  background-image: url("../image/01_front/front-billboard-3-product.jpg");
}
#section_billboard .div_billboard > div#div_billboard_4 {
  background-image: url("../image/01_front/front-billboard-4-oem.jpg");
}
#section_billboard .div_billboard > div#div_billboard_5 {
  background-image: url("../image/01_front/front-billboard-5-procedure.jpg");
}
#section_billboard .div_billboard > div#div_billboard_6 {
  background-image: url("../image/01_front/front-billboard-6-csr.jpg");
}
#section_billboard .div_billboard > div#div_billboard_7 {
  background-image: url("../image/01_front/front-billboard-7-store.jpg");
}
#section_billboard .div_billboard > div#div_billboard_8 {
  background-image: url("../image/01_front/front-billboard-8-recruit.jpg");
}
#section_billboard .div_billboard > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-decoration: none;
  color: white;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-align: center;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体";
  font-weight: 500;
}
#section_billboard .div_billboard > div a::before {
  content: url("../image/01_front/front-icon-menu-arrow-right.svg");
  vertical-align: middle;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
#section_billboard .div_billboard > div a:hover {
  font-weight: 600;
}

#section_googlemap {
  margin-bottom: 100px;
}
#section_googlemap p {
  text-align: center;
  font-size: 1.6rem;
}
#section_googlemap #div_googlemap {
  max-width: 1000px;
  height: 400px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
#section_googlemap #div_googlemap iframe {
  width: 100%;
  height: 100%;
}

#section_contact p {
  text-align: center;
}
#section_contact .p1 {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体";
  font-size: 2.4rem;
  font-weight: 500;
  color: #006837;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
#section_contact .p2 {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
#section_contact #div_contact {
  width: 720px;
  margin: 40px auto 0px auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}
#section_contact #div_contact img {
  margin-bottom: 10px;
}

@keyframes fade-in-0-100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes roll-out {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
.devhide {
  display: none !important;
}

@media only screen and (max-width: 960px) {
  #section_hero #div_menu_layer #div_menu_carpet {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #section_hero #div_menu_layer #div_menu_carpet #div_hero_logo {
    width: 50vw;
    max-width: 300px;
    margin: 0px auto;
  }
  #section_hero #div_menu_layer #div_menu_carpet #div_hero_logo img {
    width: 100%;
  }
  #section_hero #div_menu_layer #div_menu_carpet #div_menu_desk {
    height: 50vw;
  }
  #section_hero #div_menu_layer #div_menu_carpet #div_menu_desk ul li {
    font-size: calc(1rem + 1vw);
    letter-spacing: calc(0.1rem + 1vw);
  }
  #section_hero #div_menu_layer #div_playmovie_button {
    bottom: 9vw;
  }
  #section_hero #div_menu_layer #div_playmovie_button span {
    font-size: calc(1.2rem + 1vw);
  }
  #section_hero #div_menu_layer #div_annoucementbox {
    width: 300px;
    grid-template-columns: 60px auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
  }
  #section_hero #div_menu_layer #div_annoucementbox .left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: unset;
    aspect-ratio: 1/1;
  }
  #section_hero #div_menu_layer #div_annoucementbox .left .newlable {
    display: none;
    transform-origin: left top;
    transform: scale(0.7);
  }
  #section_hero #div_menu_layer #div_annoucementbox .right {
    padding: 0px 10px;
    display: grid;
    align-content: center;
    gap: 2px;
  }
  #section_hero #div_menu_layer #div_annoucementbox .right .title {
    font-size: 1.21rem;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
    line-height: 25px;
    height: 20px;
  }
  #section_hero #div_menu_layer #div_annoucementbox .right .preview {
    font-size: 1.1rem;
    line-height: 1.3;
    min-height: unset;
    letter-spacing: 0.2px;
  }
  #section_hero #div_menu_layer #div_annoucementbox .right .preview p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #section_hero #div_menu_layer #div_annoucementbox .right .end {
    display: none;
  }
  #section_hero #div_menu_layer #div_scrollhint {
    display: none;
    right: 10px;
    font-size: calc(1.4rem + 0.2vw);
  }
  #section_hero #div_menu_layer #img_navi_toggle {
    display: none;
  }
  #section_hero #div_fullv_layer video {
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
  }
  #section_hero #div_fullv_layer #div_close_fullv_button {
    bottom: 13vw;
  }
  #section_message {
    height: unset;
    overflow: auto;
  }
  #section_message #div_message_desk {
    width: calc(100% - 70px);
    max-width: 600px;
    writing-mode: inherit;
    padding: calc(50px + 2vw) 50px calc(50px + 2vw) 20px;
    overflow: hidden;
  }
  #section_message #div_message_desk h1 {
    margin-left: unset;
    margin-bottom: calc(10px + 2vw);
    font-size: calc(1.4rem + 2vw);
  }
  #section_message #div_message_desk p {
    margin-left: unset;
    font-size: calc(1.2rem + 1vw);
  }
  #section_message #div_message_desk p:not(:last-child) {
    margin-left: unset;
    margin-bottom: calc(20px + 2vw);
  }
  #section_news {
    width: calc(100% - 40px);
    padding: 70px 40px 70px 0px;
  }
  #section_news #div_news_desk {
    width: calc(100% - 20px);
  }
  #section_news #div_news_desk #div_category {
    display: none;
  }
  #section_news #div_news_desk .div_list {
    width: 100%;
    max-width: 700px;
  }
  #section_news #div_news_desk .div_list .div_newsfeed {
    display: flex;
    flex-direction: column;
  }
  #section_news #div_news_desk .div_list .div_newsfeed div.newsfeed_category {
    width: unset;
    text-align: left;
  }
  #section_billboard .div_billboard {
    width: 100%;
    margin: calc(20px + 2vw) auto 0px auto;
  }
  #section_billboard .div_billboard > div a {
    font-size: calc(1.2rem + 1vw);
  }
  #section_billboard .div_billboard.small {
    width: 100%;
    margin: 0px;
  }
  #section_contact {
    width: 100%;
    text-align: center;
  }
  #section_contact .p1 {
    font-size: calc(1.2rem + 1vw);
  }
  #section_contact .p2 {
    font-size: calc(1rem + 1vw);
  }
  #section_contact #div_contact {
    width: 100%;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  #section_contact #div_contact > div {
    margin-bottom: calc(10px + 2vw);
  }
  #section_contact #div_contact > div img {
    width: 100%;
  }
  #section_googlemap #div_googlemap {
    height: 250px;
    padding: 0px 20px 0px 20px;
  }
}
@media only screen and (max-height: 719px) {
  #section_hero #div_menu_layer #div_menu_carpet #div_hero_logo {
    width: unset;
    height: 40vh;
    margin-bottom: 8vh;
  }
  #section_hero #div_menu_layer #div_menu_carpet #div_menu_desk {
    display: none;
  }
}
@media only screen and (min-width: 1211px) and (max-width: 1660px) {
  #section_billboard .div_billboard {
    width: 800px;
  }
}/*# sourceMappingURL=front-page.css.map */