@charset "UTF-8";
header {
  position: fixed;
  width: 100%;
  padding-top: 10px;
  z-index: 999;
}
header #div_header_desk {
  display: flex;
  justify-content: space-between;
  background-color: white;
  max-width: min(1920px, 100% - 20px);
  margin: 0px auto;
  height: 80px;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
  box-shadow: 0px 0px 5px #3d3d3d;
  transition: all 0.2s;
}
header #div_header_desk .left {
  display: flex;
  gap: 20px;
  margin-left: 30px;
  align-items: center;
  cursor: pointer;
}
header #div_header_desk .left img {
  display: block;
}
header #div_header_desk .left img.white {
  display: none;
}
header #div_header_desk .left div {
  border-left: 1px solid #b5b5b5;
  padding-left: 20px;
  height: 100%;
  font-weight: 500;
}
header #div_header_desk .right {
  height: 100%;
}
header #div_header_desk .right > div {
  font-weight: 500;
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}
header #div_header_desk .right > div a {
  color: inherit;
}
header #div_header_desk .right > div > .button {
  padding: 0px 30px;
  background-color: #ff9100;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3607843137);
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 22px;
}
@media screen and (max-width: 1569px) {
  header #div_header_desk .right > div .div_nav {
    display: none;
  }
}
header #div_header_desk .div_nav:not(.logo),
header #div_header_desk a:not(.button) {
  cursor: pointer;
  transition: all 0.2s;
}
header #div_header_desk .div_nav:not(.logo):hover,
header #div_header_desk a:not(.button):hover {
  color: #00b7ed !important;
}
header.at_top #div_header_desk {
  background-color: rgba(0, 0, 0, 0.3215686275);
  color: white;
}
header.at_top #div_header_desk .left img.normal {
  display: none;
}
header.at_top #div_header_desk .left img.white {
  display: block;
}
header.at_top #div_header_desk .right > div > .button {
  border-radius: 5px;
}
@media screen and (max-width: 1194px) {
  header {
    padding-top: 0px;
  }
  header #div_header_desk {
    max-width: unset;
    height: 40px;
    border-radius: 0px;
  }
  header #div_header_desk .left {
    gap: 10px;
    margin-left: 10px;
  }
  header #div_header_desk .left img {
    height: 20px;
  }
  header #div_header_desk .left div {
    font-size: 14px;
    padding-left: 10px;
  }
  header #div_header_desk .right {
    height: 100%;
  }
  header #div_header_desk .right > div a {
    display: none;
  }
  header #div_header_desk .right > div > .button {
    padding: 0px 10px;
    text-shadow: none;
    font-size: 12px;
    border-radius: 0px;
    display: flex;
  }
  header #div_header_desk .right > div > .button span {
    display: none;
  }
  header.at_top #div_header_desk .right > div > .button {
    border-radius: 0px;
  }
}

#main_front #section_hero {
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
}
#main_front #section_hero #div_hero_carpet {
  height: 100%;
  background-image: url("../image/hero/background.png");
  background-color: #003b49;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#main_front #section_hero #div_hero_carpet #div_hero_slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
#main_front #section_hero #div_hero_carpet #div_hero_slider .div_hero_slide {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 5%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  transition: all 1s;
}
#main_front #section_hero #div_hero_carpet #div_hero_slider .div_hero_slide.show {
  opacity: 1;
  left: 0%;
}
#main_front #section_hero #div_hero_carpet #div_hero_catch_desk {
  max-width: 1880px;
  padding: 0px 60px;
  height: 100%;
  margin: 0px auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-top: 0.5%;
  pointer-events: none;
}
#main_front #section_hero #div_hero_carpet #div_hero_catch_desk p {
  color: white;
  line-height: 1.8;
  font-size: 18px;
}
#main_front #section_hero #div_hero_carpet #div_hero_catch_desk #div_videothumb_desk {
  pointer-events: all;
  color: white;
  background-color: rgba(0, 0, 0, 0.2901960784);
  padding: 10px 20px;
  cursor: pointer;
}
#main_front #section_hero #div_hero_carpet #div_hero_catch_desk #div_videothumb_desk .title {
  font-size: 18px;
  margin-bottom: 10px;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  color: white;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  display: none;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info.show {
  display: flex;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info .title_eng {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info .title_jpn {
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info .title_jpn br.m {
  display: none;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos #div_hero_slide_dotter {
  display: flex;
  gap: 10px;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos #div_hero_slide_dotter > div {
  width: 80px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.187);
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos #div_hero_slide_dotter > div.show::after {
  display: block;
  width: 100%;
}
#main_front #section_hero #div_hero_carpet #div_hero_slide_infos #div_hero_slide_dotter > div::after {
  display: none;
  content: "";
  width: 0%;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0px;
  top: 0px;
  animation: dot_load 4s linear;
}
@keyframes dot_load {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 1569px) {
  #main_front #section_hero #div_hero_carpet #div_hero_slider .div_hero_slide {
    background-size: 70% auto;
    background-position: right bottom;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk {
    justify-content: flex-start;
    padding-top: 100px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk #img_catch {
    max-width: 500px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk #div_videothumb_desk {
    padding: 5px 10px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk #div_videothumb_desk .title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 799px) and (orientation: portrait) {
  #main_front #section_hero {
    height: unset;
  }
  #main_front #section_hero #div_hero_carpet {
    height: 100svh;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slider .div_hero_slide {
    background-size: auto 50%;
    background-position: right bottom;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk {
    display: flex;
    justify-content: flex-start;
    padding: 90px 20px 0px 20px;
    gap: 10px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk #img_catch {
    width: 100%;
    max-width: 780px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk p {
    line-height: 1.4;
    font-size: 14px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk p br {
    display: none;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk #div_videothumb_desk .title {
    font-size: 14px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_catch_desk #div_videothumb_desk img {
    width: 140px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slide_infos {
    bottom: 20px;
    left: 20px;
    align-items: flex-start;
    gap: 10px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info {
    gap: 0px;
    align-items: flex-start;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info .title_eng {
    font-size: 14px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info .title_jpn {
    font-size: 16px;
    line-height: unset;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slide_infos .div_hero_slide_info .title_jpn br.m {
    display: unset;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slide_infos #div_hero_slide_dotter > div {
    width: 20px;
  }
  #main_front #section_hero #div_hero_carpet #div_hero_slide_infos #div_hero_slide_dotter > div::after {
    animation: none;
  }
}
#main_front #section_billboard {
  border-top: 5px solid white;
}
#main_front #section_billboard #div_billboard_gridder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: 400px;
  background-color: white;
  gap: 5px;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard {
  text-align: center;
  position: relative;
  color: white;
  overflow: hidden;
  cursor: pointer;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .back::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  transition: all 0.2s;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .front {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 0 black;
  transition: all 0.2s;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_tech_number {
  font-size: 40px;
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  gap: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  text-shadow: none !important;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_tech_number::before {
  content: "工法";
  display: block;
  writing-mode: tb;
  color: #3e3a39;
  background-color: white;
  font-size: 16px;
  height: 100%;
  text-align: center;
  letter-spacing: 2px;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_title_eng {
  font-size: 22px;
  font-weight: 600;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_title_jpn {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_title_jpn span {
  letter-spacing: -40px;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard:hover .back {
  transform: scale(1.05);
}
#main_front #section_billboard #div_billboard_gridder .div_billboard:hover .back::after {
  opacity: 0.1;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard:hover .front {
  text-shadow: 1px 1px 2px black;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard:hover .front .div_tech_number {
  color: #3e3a39;
}
#main_front #section_billboard #div_billboard_gridder .div_billboard:hover .front .div_tech_number::before {
  color: white;
  background-color: #00b7ed;
}
@media screen and (max-width: 1194px) {
  #main_front #section_billboard #div_billboard_gridder {
    height: 200px;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_tech_number {
    font-size: 20px;
    height: 32px;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_tech_number::before {
    font-size: 10px;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_title_eng {
    font-size: 14px;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_title_jpn {
    font-size: 20px;
  }
}
@media screen and (max-width: 799px) {
  #main_front #section_billboard #div_billboard_gridder {
    grid-template-columns: 1fr;
    height: unset;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard {
    height: 33.3333333333svh;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_tech_number {
    font-size: 20px;
    height: 32px;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_tech_number::before {
    font-size: 10px;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_title_eng {
    font-size: 14px;
  }
  #main_front #section_billboard #div_billboard_gridder .div_billboard .front .div_title_jpn {
    font-size: 20px;
  }
}
#main_front #section_ecocycle {
  border-top: 5px solid white;
  background-image: url("../image/ecocycle/texture_concrete.png");
  background-color: #003b49;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  padding: 100px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}
#main_front #section_ecocycle #div_ecocycle_wheel_plate {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  opacity: 0.05;
  pointer-events: none;
}
#main_front #section_ecocycle #div_ecocycle_wheel_plate img {
  pointer-events: none;
  width: 80vw;
  position: absolute;
  top: 10%;
  right: -10%;
  animation: rotate 50s linear infinite;
}
@keyframes rotate {
  to {
    transform: rotate(-360deg);
  }
}
#main_front #section_ecocycle #div_ecocycle_intro_desk {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  max-width: 1400px;
  margin: 0px auto;
}
#main_front #section_ecocycle #div_ecocycle_intro_desk .left h1 {
  font-size: 50px;
  font-weight: 800;
}
#main_front #section_ecocycle #div_ecocycle_intro_desk .left h1 span {
  font-size: 40px;
  font-weight: 500;
}
#main_front #section_ecocycle #div_ecocycle_intro_desk .right #div_ecocycle_intro {
  border-left: 2px solid white;
  padding-left: 30px;
}
#main_front #section_ecocycle #div_ecocycle_intro_desk .right #div_ecocycle_intro h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
}
#main_front #section_ecocycle #div_ecocycle_intro_desk .right #div_ecocycle_intro p {
  margin-bottom: 20px;
}
#main_front #section_ecocycle #div_ecocycle_stepper_desk {
  max-width: 1400px;
  margin: 50px auto 0px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
#main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
}
#main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .num {
  font-size: 40px;
  font-weight: 800;
}
#main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .left img {
  display: block;
  width: 120px;
}
#main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .right {
  color: white;
}
#main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .right .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
#main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .right .caption {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1194px) {
  #main_front #section_ecocycle {
    overflow: unset;
    padding: 50px 20px;
    background-image: none;
  }
  #main_front #section_ecocycle #div_ecocycle_wheel_plate img {
    width: 150vw;
    right: -60vw;
  }
  #main_front #section_ecocycle #div_ecocycle_intro_desk {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 640px;
    margin: 0px auto;
  }
  #main_front #section_ecocycle #div_ecocycle_intro_desk .left h1 {
    font-size: 26px;
  }
  #main_front #section_ecocycle #div_ecocycle_intro_desk .left h1 span {
    font-size: 18px;
  }
  #main_front #section_ecocycle #div_ecocycle_intro_desk .right #div_ecocycle_intro {
    border-left: none;
    padding-left: 0;
  }
  #main_front #section_ecocycle #div_ecocycle_intro_desk .right #div_ecocycle_intro h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #main_front #section_ecocycle #div_ecocycle_intro_desk .right #div_ecocycle_intro p {
    margin-bottom: 10px;
  }
  #main_front #section_ecocycle #div_ecocycle_intro_desk .right #div_ecocycle_intro p br {
    display: none;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk {
    margin: 30px auto 0px auto;
    grid-template-columns: 1fr;
    gap: 35px;
    max-width: 640px;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: left;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .num {
    font-size: 20px;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .left img {
    width: 80px;
    padding-right: 10px;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .right .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .right .caption {
    font-size: 14px;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step .right .caption br {
    display: none;
  }
  #main_front #section_ecocycle #div_ecocycle_stepper_desk .div_ecocycle_step:not(:last-child) {
    border-bottom: 1px solid white;
    padding-bottom: 35px;
  }
}
#main_front .section_tech {
  padding: 100px 0px;
}
#main_front .section_tech .div_tech_desk {
  max-width: 1400px;
  margin: 0px auto;
}
#main_front .section_tech .div_tech_desk .div_tech_number {
  font-size: 40px;
  color: #00b7ed;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  gap: 10px;
}
#main_front .section_tech .div_tech_desk .div_tech_number::before {
  content: "工法";
  display: block;
  writing-mode: tb;
  color: white;
  background-color: #00b7ed;
  font-size: 16px;
  height: 100%;
  text-align: center;
  letter-spacing: 2px;
}
#main_front .section_tech .div_tech_desk .div_tech_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: flex-start;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title h1 {
  font-size: 40px;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title h1 br.m {
  display: none;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .eng {
  font-size: 19px;
  font-weight: 600;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .div_coder {
  display: flex;
  gap: 30px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .div_coder .div_code {
  border: 1px solid #3e3a39;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .div_coder .div_code .title {
  background-color: #3e3a39;
  color: white;
  padding: 2px 10px 5px 10px;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .div_coder .div_code .code {
  padding: 2px 10px 5px 10px;
  font-weight: 500;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type {
  display: flex;
  align-items: center;
  gap: 20px;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .left {
  font-size: 13px;
  writing-mode: tb;
  border-right: 1px solid #b5b5b5;
  padding-right: 10px;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .right {
  display: flex;
  gap: 20px;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .right .div_icon {
  text-align: center;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .right .div_icon > img {
  width: 56px;
}
#main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .right .div_icon > div {
  font-size: 14px;
  font-weight: 600;
}
#main_front .section_tech .div_tech_desk .div_tech_content {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .div_attr {
  color: #595959;
  margin: 20px 0px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 30px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .div_attr::after {
  content: "";
  display: block;
  border-top: 1px solid #b5b5b5;
  width: 100%;
  flex: 1 1;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk {
  display: grid;
  gap: 5px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen {
  position: relative;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel {
  height: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel .rotate_left,
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel .rotate_right {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  transition: all 0.2s;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel .rotate_left:hover img,
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel .rotate_right:hover img {
  transform: scale(1.1);
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel .rotate_left {
  padding-right: 50px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel .rotate_right {
  padding-left: 50px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen .div_rotate_panel img {
  transition: all 0.2s;
  transform-origin: top;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_screen:not(.rotate) .div_rotate_panel {
  display: none;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_caption {
  font-size: 15px;
  padding: 5px 0px;
  height: 25px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_caption.no_caption {
  opacity: 0;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_table > div {
  position: relative;
  cursor: pointer;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_table > div.selected {
  outline: 1px auto #00b7ed;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_table > div.rotate::after {
  content: url("../image/tech/icon_rotate.svg");
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}
#main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk img {
  display: block;
  max-width: 100%;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right .div_tech_intro h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right .div_tech_intro h2 span {
  color: #00b7ed;
  margin: 0px 4px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right .div_tech_intro p {
  font-size: 18px;
  line-height: 31.5px;
  font-weight: 500;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder {
  display: grid;
  gap: 20px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder .div_merit {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 30px;
  align-items: center;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder .div_merit .left .div_merit_title {
  display: flex;
  align-items: center;
  gap: 30px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder .div_merit .left .div_merit_title .div_merit_number {
  font-size: 30px;
  font-weight: 500;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder .div_merit .left .div_merit_title h3 {
  font-size: 22px;
  font-weight: 700;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right .div_detail_gridder {
  display: grid;
  gap: 20px;
}
#main_front .section_tech .div_tech_desk .div_tech_content .right .div_detail_gridder .div_detail_row {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
}
@media screen and (max-width: 1194px) {
  #main_front .section_tech {
    padding: 50px 20px;
  }
  #main_front .section_tech .div_tech_desk {
    max-width: 640px;
    margin: 0px auto;
  }
  #main_front .section_tech .div_tech_desk .div_tech_number {
    font-size: 20px;
    height: 32px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_number::before {
    font-size: 10px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title h1 {
    font-size: 26px;
    margin: 0px;
    text-shadow: none;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title h1 br.m {
    display: unset;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .eng {
    font-size: 16px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .div_coder {
    gap: 10px;
    font-size: 11px;
    flex-direction: column;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .div_coder .div_code .title {
    padding: 2px 10px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_title .div_coder .div_code .code {
    padding: 2px 10px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .left {
    font-size: 12px;
    writing-mode: horizontal-tb;
    border-right: none;
    border-bottom: 1px solid #b5b5b5;
    padding-right: 0px;
    padding-bottom: 5px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .right {
    gap: 10px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .right .div_icon > img {
    width: 25px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head .div_tech_type .right .div_icon > div {
    font-size: 12px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head.long {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  #main_front .section_tech .div_tech_desk .div_tech_head.long .div_tech_type {
    gap: 20px;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_caption {
    height: unset;
    font-size: 14px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk .div_gallery_table > div.rotate::after {
    bottom: 2px;
    right: 2px;
    transform-origin: right bottom;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .left .div_gallery_desk img {
    width: 100%;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right {
    gap: 20px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right .div_tech_intro h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right .div_tech_intro h2 span {
    display: inline-block;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right .div_tech_intro p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right .div_tech_intro p br {
    display: none;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder .div_merit {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder .div_merit .left .div_merit_title .div_merit_number {
    font-size: 18px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right #div_merit_gridder .div_merit .left .div_merit_title h3 {
    font-size: 18px;
    margin: 0px;
  }
  #main_front .section_tech .div_tech_desk .div_tech_content .right .div_detail_gridder .div_detail_row {
    grid-template-columns: 10vw auto;
    gap: 10px;
  }
}
#main_front #section_clients {
  padding: 100px 0px;
}
#main_front #section_clients .div_desk {
  max-width: 1400px;
  padding: 0px;
  margin: 0px auto;
}
#main_front #section_clients .div_desk h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
#main_front #section_clients .div_desk h1 br.m {
  display: none;
}
#main_front #section_clients .div_desk #div_clients_desk {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px 30px;
  justify-items: center;
  margin: 20px 0px;
  align-items: center;
}
#main_front #section_clients .div_desk #div_clients_desk div {
  width: -moz-fit-content;
  width: fit-content;
}
#main_front #section_clients .div_desk #div_clients_desk div img {
  width: 100%;
}
@media screen and (max-width: 1194px) {
  #main_front #section_clients {
    padding: 50px 20px;
  }
  #main_front #section_clients .div_desk {
    max-width: 640px;
    margin: 0px auto;
  }
  #main_front #section_clients .div_desk h1 {
    font-size: 22px;
  }
  #main_front #section_clients .div_desk h1 br.m {
    display: unset;
  }
  #main_front #section_clients .div_desk #div_clients_desk {
    margin: 50px 0px;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 10px;
  }
}
#main_front .section_inquiry {
  background-color: #003b49;
  color: white;
  padding: 100px 0px;
}
#main_front .section_inquiry .div_inquiry_desk {
  max-width: 1400px;
  margin: 0px auto;
}
#main_front .section_inquiry .div_inquiry_flexer {
  display: flex;
  justify-content: space-between;
}
#main_front .section_inquiry h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
#main_front .section_inquiry p {
  font-size: 22px;
  line-height: 38.5px;
}
#main_front .section_inquiry p br.m {
  display: none;
}
#main_front .section_inquiry a.div_button_inquiry {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 50px 25px 50px;
  background-color: #ff9100;
  font-size: 22px;
  font-weight: 700;
  border-radius: 5px;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3607843137);
  display: flex;
  gap: 30px;
  align-items: center;
  box-shadow: 2px 2px 5px black;
}
@media screen and (max-width: 1194px) {
  #main_front .section_inquiry {
    padding: 50px 20px;
    text-align: center;
  }
  #main_front .section_inquiry .div_inquiry_flexer {
    flex-direction: column;
  }
  #main_front .section_inquiry h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  #main_front .section_inquiry p {
    font-size: 14px;
    line-height: 1.5;
  }
  #main_front .section_inquiry p br.m {
    display: unset;
  }
  #main_front .section_inquiry a.div_button_inquiry {
    font-size: 16px;
    padding: 10px 30px;
    margin: 20px auto 0px auto;
  }
}
@media screen and (max-width: 1194px) {
  #main_front section:not(.dev) {
    display: none;
  }
}

footer {
  background-color: #003b49;
}
footer #div_footer_desk {
  padding: 100px 0px 0px 0px;
}
footer #div_footer_desk a {
  color: white;
}
footer #div_footer_desk #div_footer_nav {
  max-width: 1400px;
  margin: 0px auto 100px auto;
  color: white;
}
footer #div_footer_desk #div_footer_nav #div_footer_logo {
  display: flex;
  max-width: 1400px;
  margin: 0px auto;
  justify-content: space-between;
}
footer #div_footer_desk #div_footer_nav #div_footer_logo .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
footer #div_footer_desk #div_footer_nav #div_footer_logo .right #a_coopsite_button {
  display: block;
  width: 100%;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 0px 8px 0px;
  text-align: center;
}
footer #div_footer_desk #div_footer_nav #div_footer_logo .right > div {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
footer #div_footer_desk #div_footer_info {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
}
footer #div_footer_desk #div_footer_info #div_footer_location_flexy {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  justify-content: space-between;
}
footer #div_footer_desk #div_footer_info #div_footer_location_flexy .div_footer_location {
  font-size: 12px;
}
footer #div_footer_desk #div_footer_info #div_footer_location_flexy .div_footer_location .name {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
footer #div_copyright {
  text-align: center;
  background-color: #001e23;
  color: white;
  padding: 10px 0px;
  font-size: 12px;
}
@media screen and (max-width: 1194px) {
  footer #div_footer_desk {
    padding: 50px;
  }
}
@media screen and (max-width: 799px) {
  footer #div_footer_desk {
    padding: 50px 20px 0px 20px;
  }
  footer #div_footer_desk #div_footer_nav {
    margin: 0px auto 90px auto;
  }
  footer #div_footer_desk #div_footer_nav #div_footer_logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  footer #div_footer_desk #div_footer_nav #div_footer_logo .right {
    width: 100%;
  }
  footer #div_footer_desk #div_footer_nav #div_footer_logo .right > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0px;
  }
  footer #div_footer_desk #div_footer_info {
    display: none;
  }
}

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

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

body::-webkit-scrollbar-thumb {
  background-color: #003b49;
  border: 4px solid #ffffff;
}/*# sourceMappingURL=master.css.map */