@charset "UTF-8";
html, body {
  font-family: "Zen Kaku Gothic New", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
  font-size: 12pt;
  scroll-padding-top: 80px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 11.2pt;
  }
}

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 4px;
  background: #12183a;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

#back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.header {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 80px;
  top: 0px;
  left: 0px;
  background: #12183a;
}
.header img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header {
    width: 96%;
    left: 2%;
  }
}

h2 {
  margin: 50px 10px 10px;
  padding: 0.5rem;
  font-size: 1.8rem;
  border-bottom: 3px double #13173a;
}

h3 {
  font-size: 1.2rem;
  margin: 20px 10px 10px;
  padding: 0.5rem;
}

.content {
  min-height: 50vh;
  padding: 100px 0 1rem;
}
.content h1 {
  font-weight: 200;
  border-left: 3px solid #13173a;
  padding-left: 1rem;
}
.content video {
  margin: 10px auto;
  max-width: 640px;
  max-height: 360px;
}

.body-top {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.content-top {
  position: relative;
}
.content-top div img {
  width: 100%;
  height: auto;
}
.content-top div.header-mov {
  position: absolute;
  width: 30%;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .content-top div.header-mov {
    width: 90%;
    left: 5%;
  }
}
.content-top div.catch-line {
  position: absolute;
  width: 50%;
  bottom: 30%;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .content-top div.catch-line {
    width: 90%;
    left: 5%;
  }
}
.content-top video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: absolute;
  top: 0;
  left: 0;
}
.content-top div.indicator-mov {
  position: absolute;
  top: 10px;
  left: 10%;
  width: 80%;
  color: #fff;
  text-align: center;
}
.content-top div.indicator-mov span {
  cursor: pointer;
}

.content img {
  width: 300px;
  height: auto;
  outline: 1px solid #e0e0e0;
  border-radius: 2px;
}
.content p {
  font-size: 1.1rem;
  line-height: 2rem;
}
.content .img-right {
  display: block;
  clear: right;
  float: right;
  margin-left: 1rem;
}
.content .img-left {
  display: block;
  clear: left;
  float: left;
  margin-right: 1rem;
}
.content .cl-r {
  clear: right;
}
.content dl dt {
  width: 7rem;
  float: left;
  clear: left;
  padding: 0.2rem;
}
.content dl dd {
  padding: 0.2rem;
  padding-left: 7.5rem;
  border-bottom: 1px dashed #eee;
}
.content table {
  min-width: 50vw;
  margin: 0px auto;
}
.content table th {
  border: 1px solid silver;
  background: #f0f0f0;
  padding: 0.2rem;
}
.content table td {
  border: 1px solid silver;
  padding: 0.2rem;
}
.content .box-sheetlink {
  border: 1px solid silver;
  border-radius: 0.2rem;
  background-color: #f0f0f0;
  text-align: center;
  padding: 1rem;
}
.content .link-box {
  text-align: center;
  padding-bottom: 2rem;
}
.content .link-box a {
  font-size: 1.6rem;
}

#facilities table {
  min-width: 50vw;
  margin: 0px auto;
  background-color: #fff;
}
#facilities table th {
  border: 0;
  border-bottom: 2px solid #333;
  background: #fff;
  padding: 0.5rem 1rem;
}
#facilities table td {
  border: 0;
  border-bottom: 1px solid silver;
  padding: 0.5rem 1rem;
}
#facilities h2 {
  margin-bottom: 2rem;
  position: relative;
}
#facilities h2 small {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  font-size: 1rem;
}
#facilities h4 {
  margin: 2rem 0rem 1rem;
}
#facilities .img-holder {
  padding: 2rem 0rem;
  text-align: center;
}
#facilities .img-holder img {
  max-height: 300px;
  width: auto;
  height: auto;
}

#information h3 {
  display: inline-block;
  width: auto;
  background: #a4aacd;
  border-radius: 1em;
  padding: 0.5rem 1rem;
}
#information dl {
  margin-top: 50px;
}
#information .img-right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #information .img-right {
    width: 90%;
    float: none;
  }
}

#access .access-map img {
  max-width: 100%;
  width: 100%;
}
#access iframe {
  width: 100%;
}

#contact .desc-contact {
  margin: 1rem;
  font-size: 1.2rem;
}
#contact .desc-contact span {
  font-size: 1.4rem;
  font-weight: 700;
}
#contact dl dt {
  width: 12rem;
}
#contact dl dd {
  padding-left: 12.5rem;
}

#product h2 {
  font-size: 1.2rem;
  border-bottom: none;
}
#product h3 {
  font-size: 1.6rem;
  font-weight: 100;
  padding-left: 0;
  border-bottom: none;
}
#product img {
  width: 300px;
  height: auto;
  outline: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 1rem;
}
#product .img-product-top {
  width: 300px;
  outline: 0;
}
#product dl {
  margin-left: 10px;
}
#product dl dt, #product dl dd {
  margin: 0;
}
#product dl dt {
  width: 8em;
}
#product dl dd {
  padding-left: 8.5em;
}
#product .box-product {
  padding-bottom: 2rem;
  border-bottom: 3px solid #0e112c;
}

#specs table {
  background-color: #fff;
}
#specs table th {
  padding: 0.5rem 1rem;
}
#specs table td {
  padding: 0.5rem 1rem;
}

hr {
  margin: 2rem;
}

.container-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.container-badge img {
  width: 300px;
  height: auto;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .container-badge img {
    width: calc(33% - 10px);
  }
}
.container-badge .img-badge-calender {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .container-badge .img-badge-calender {
    width: calc(33% - 10px);
  }
}
.container-badge img:hover {
  opacity: 0.8;
}

.container-badges {
  position: absolute;
  bottom: 10vh;
  left: 10px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.container-badges img {
  width: 300px;
  height: auto;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .container-badges img {
    width: calc(33% - 10px);
  }
}
.container-badges .img-badge-calender {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .container-badges .img-badge-calender {
    width: calc(33% - 10px);
  }
}
.container-badges img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .container-badges img {
    width: calc(50% - 10px);
  }
}

.container-badges.is-visible, .container-badge.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.container-badges.is-visible a, .container-badge.is-visible a {
  text-decoration: none;
}

.container-banner {
  width: 100%;
  padding: 30px 0px 30px;
  background: #fefefe;
}
.container-banner .row {
  margin-left: 10%;
  width: 80%;
}
.container-banner div {
  transition: opacity 0.8s ease, box-shadow 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.container-banner div h2 {
  border-bottom: 0;
  background: #112f62;
  color: #fff;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.container-banner div h3 {
  margin-bottom: 40px;
}
.container-banner .pic {
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 4px;
  margin-right: 1rem;
}
.container-banner .pic img {
  width: 100%;
  height: auto;
}
.container-banner .banner-box-info {
  position: relative;
  overflow: hidden;
  background-image: url(../images/topBanner_info.jpg);
  background-size: cover;
  background-position: bottom left;
  margin-bottom: 50px;
  height: auto;
  aspect-ratio: 16/5;
}
.container-banner .banner-box-info h2 {
  font-size: 12rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5em;
  text-align: right;
  background: none;
  opacity: 0.1;
}
.container-banner .banner-box-info h3 {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
}
.container-banner .banner-box-products {
  position: relative;
  overflow: hidden;
  background-image: url(../images/topBanner_product.jpg);
  background-size: cover;
  background-position: bottom left;
  margin-bottom: 50px;
  height: auto;
  aspect-ratio: 16/5;
}
.container-banner .banner-box-products h2 {
  font-size: 12rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5em;
  text-align: right;
  background: none;
  opacity: 0.1;
}
.container-banner .banner-box-products h3 {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
}
.container-banner .banner-box-facilities {
  position: relative;
  overflow: hidden;
  background-image: url(../images/topBanner_facilities.jpg);
  background-size: cover;
  background-position: bottom left;
  margin-bottom: 50px;
  height: auto;
  aspect-ratio: 16/5;
}
.container-banner .banner-box-facilities h2 {
  font-size: 12rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5em;
  text-align: right;
  background: none;
  opacity: 0.1;
}
.container-banner .banner-box-facilities h3 {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
}
.container-banner .banner-box-quality {
  position: relative;
  overflow: hidden;
  background-image: url(../images/topBanner_quality.jpg);
  background-size: cover;
  background-position: bottom left;
  margin-bottom: 50px;
  height: auto;
  aspect-ratio: 16/5;
}
.container-banner .banner-box-quality h2 {
  font-size: 12rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5em;
  text-align: right;
  background: none;
  opacity: 0.1;
}
.container-banner .banner-box-quality h3 {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
}
.container-banner .banner-box-access {
  position: relative;
  overflow: hidden;
  background-image: url(../images/topBanner_access.jpg);
  background-size: cover;
  background-position: bottom left;
  height: auto;
  aspect-ratio: 16/5;
}
.container-banner .banner-box-access h2 {
  font-size: 12rem;
  position: absolute;
  right: -0.5rem;
  top: -0.5em;
  text-align: right;
  background: none;
  opacity: 0.1;
}
.container-banner .banner-box-access h3 {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
}

#banner-access {
  padding-top: 3rem;
}
#banner-access iframe {
  width: 100%;
}
#banner-access .btn-access-holder {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}
#banner-access .btn-access-holder a {
  font-weight: 700;
}

.banner-box-access:hover, #banner-quality:hover, #banner-facilities:hover, #banner-products:hover, #banner-info:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  transform: translateY(-10px);
}

#about {
  width: 96vw;
  margin: 10rem 2vw 1rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #about {
    width: 93.5vw;
    margin: 1rem 2vw;
  }
}
#about .about-top {
  position: relative;
  height: 45vw;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  #about .about-top {
    height: 75vw;
  }
}
#about .about-top .description-box {
  bottom: 40px;
  left: 0px;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  #about .about-top .description-box {
    bottom: 0px;
  }
}
#about .about-top.show {
  opacity: 1;
}
#about .about-top.show .description-box.show {
  opacity: 1;
  transform: translateX(0);
}
#about .about-bottom {
  margin-top: 20px;
  position: relative;
  height: 45vw;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  #about .about-bottom {
    height: 75vw;
  }
}
#about .about-bottom .description-box {
  bottom: 40px;
  right: 0px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 767px) {
  #about .about-bottom .description-box {
    bottom: 0px;
  }
}
#about .about-bottom.show {
  opacity: 1;
}
#about .about-bottom.show .description-box.show {
  opacity: 1;
  transform: translateX(0);
}
#about .description-box {
  background: rgba(255, 255, 255, 0.86);
  padding: 2rem;
  position: absolute;
  width: 70%;
}
@media screen and (max-width: 767px) {
  #about .description-box {
    width: 100%;
    padding: 1rem;
  }
}
#about strong {
  font-size: 1.5rem;
  border-left: 3px solid #12183a;
  border-bottom: 0;
  color: #12183a;
  font-weight: 100;
  padding-left: 1rem;
}
#about .img-topline-1 {
  width: 70%;
  outline: 0;
}
@media screen and (max-width: 767px) {
  #about .img-topline-1 {
    width: 100%;
  }
}
#about .img-topline-2 {
  width: 70%;
  outline: 0;
}
@media screen and (max-width: 767px) {
  #about .img-topline-2 {
    width: 100%;
  }
}
#about .cl {
  clear: both;
  display: block;
  height: 300px;
}
#about p {
  color: #12183a;
  line-height: 1.8;
  font-size: 1.3157894737vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #about p {
    font-size: 1rem;
  }
}

#work-page {
  width: 80%;
  margin: 0px 10%;
}
#work-page h1 {
  margin-bottom: 40px;
}
#work-page h2 {
  border-bottom: 0;
  background: url(../images/work_mark.png) no-repeat;
  background-position: left center;
  background-size: contain;
  height: 100px;
  padding-top: calc((100px - 2rem) / 2);
  padding-left: 2rem;
  font-weight: 100;
  position: absolute;
  z-index: 100;
}
#work-page p {
  font-size: 1.2rem;
  line-height: 2;
  padding: 2rem 2rem;
  background: #fffbe9;
}

#work .work-holder {
  position: relative;
  margin-top: 20px;
  height: 40vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #work .work-holder {
    margin: 100px 0px;
  }
}
#work .img-right {
  float: none;
  display: inline-block;
}
#work .img-left {
  float: none;
  display: inline-block;
}
#work img {
  width: 40vw;
  border-radius: 49%;
  outline: 0;
  opacity: 0;
}
#work img.show {
  opacity: 1;
  transition: opacity 1s ease;
}
#work .work-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 200;
  color: #fff;
  background-image: linear-gradient(to right, rgb(17, 47, 98) 0%, rgb(17, 47, 98) 50%, rgba(17, 47, 98, 0.8));
  padding: 1rem 2rem;
  font-size: 1.3513513514vw;
  width: 30em;
  font-weight: 300;
  margin: 10px 60% 0px 0px;
  border-radius: 0.2rem;
  text-align: left;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  #work .work-left {
    width: 80%;
    font-size: 11pt;
    padding: 1rem 0.5rem;
    bottom: -50px;
  }
}
#work .work-left.show {
  opacity: 1;
  transform: translateX(0);
}
#work .work-right {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 200;
  color: #fff;
  background-image: linear-gradient(to left, rgb(17, 47, 98) 0%, rgb(17, 47, 98) 50%, rgba(17, 47, 98, 0.8));
  padding: 1rem 2rem;
  font-size: 1.3513513514vw;
  width: 30em;
  font-weight: 300;
  margin: 10px 0px 0px 60%;
  border-radius: 0.2rem;
  text-align: left;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  #work .work-right {
    width: 80%;
    font-size: 11pt;
    padding: 1rem 0.5rem;
    top: -50px;
  }
}
#work .work-right-a {
  text-align: left;
}
#work .work-right.show {
  opacity: 1;
  transform: translateX(0);
}
#work .btn-batch {
  border-radius: 0;
  width: 350px;
  height: auto;
  position: relative;
}

#recruit h2 {
  margin: 5rem 1rem 2rem;
}
#recruit dl dt {
  width: 10em;
}
#recruit dl dd {
  margin-left: 10.5em;
}

.container-mov video {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: 56.25%;
}

.mt-rem8 {
  margin-top: 8rem;
}

#tech {
  width: 80%;
  margin: 0px 10%;
  overflow: hidden;
}
#tech img {
  width: 30vw;
  position: absolute;
}
#tech .img-right {
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 1s ease, transform 1s ease;
}
#tech .img-left {
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 1s ease, transform 1s ease;
}
#tech .img-right.show {
  opacity: 1;
  transform: translateY(0);
}
#tech .img-left.show {
  opacity: 1;
  transform: translateY(0);
}
#tech .tech-holder {
  margin-top: 100px;
  position: relative;
  height: 30vw;
}
#tech .tech-left {
  position: absolute;
  left: 0vw;
  bottom: 30px;
  z-index: 100;
  border-radius: 0.2rem;
  width: 70%;
  padding: 1rem 3rem;
  font-size: 1.25vw;
  font-weight: 200;
  color: #fff;
  background-image: linear-gradient(to right, rgb(17, 47, 98) 0%, rgb(17, 47, 98) 50%, rgba(17, 47, 98, 0.8));
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 0.8s ease;
  transition-delay: 0.6s;
}
#tech .tech-left.show {
  transform: translateX(0);
  opacity: 1;
}
#tech .tech-left-a {
  position: absolute;
  left: 0vw;
  bottom: 30px;
  z-index: 100;
  border-radius: 0.2rem;
  width: 70%;
  padding: 1rem 3rem;
  font-size: 1.25vw;
  font-weight: 200;
  color: #fff;
  background-image: linear-gradient(to right, rgb(17, 47, 98) 0%, rgb(17, 47, 98) 50%, rgba(17, 47, 98, 0.8));
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 0.8s ease;
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  #tech .tech-left-a {
    padding: 1rem;
    font-size: 11pt;
    bottom: 0px;
  }
}
#tech .tech-left-a.show {
  transform: translateX(0);
  opacity: 1;
}
#tech .tech-right {
  position: absolute;
  right: 0vw;
  bottom: 30px;
  border-radius: 0.2rem;
  z-index: 100;
  width: 70%;
  padding: 1rem 3rem;
  text-align: right;
  font-size: 1.25vw;
  font-weight: 200;
  color: #fff;
  background-image: linear-gradient(to left, rgb(17, 47, 98) 0%, rgb(17, 47, 98) 50%, rgba(17, 47, 98, 0.8));
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 0.8s ease;
  transition-delay: 0.6s;
}
#tech .tech-right.show {
  transform: translateX(0);
  opacity: 1;
}
#tech .tech-right-a {
  position: absolute;
  right: 0vw;
  bottom: 30px;
  border-radius: 0.2rem;
  z-index: 100;
  width: 70%;
  padding: 1rem 3rem 1rem 12rem;
  text-align: left;
  font-size: 1.25vw;
  font-weight: 200;
  color: #fff;
  background-image: linear-gradient(to left, rgb(17, 47, 98) 0%, rgb(17, 47, 98) 50%, rgba(17, 47, 98, 0.8));
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 0.8s ease;
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  #tech .tech-right-a {
    padding: 1rem;
    font-size: 11pt;
    bottom: 0px;
  }
}
#tech .tech-right-a.show {
  transform: translateX(0);
  opacity: 1;
}
#tech .btn-batch {
  width: 350px;
  height: auto;
  position: relative;
}

#tech-content {
  width: 100%;
  overflow: hidden;
}
#tech-content img {
  width: 80%;
  outline: 0;
}
#tech-content p {
  width: 50%;
  position: absolute;
  bottom: 40px;
  font-size: 0.96rem;
  line-height: 1.6;
  color: #444;
  background: rgba(224, 224, 224, 0.8);
  border-radius: 0.2rem;
  padding: 1rem 0.5rem;
  opacity: 0;
}
#tech-content p strong {
  font-size: 1.2rem;
  color: #12183a;
}
@media screen and (max-width: 767px) {
  #tech-content p {
    display: none;
  }
}
#tech-content p.video-caption {
  position: relative;
  bottom: auto;
  width: 100%;
  font-size: 1rem;
  background: none;
  text-align: center;
  opacity: 1;
}
#tech-content .img-line {
  margin-top: 4rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #tech-content .img-line {
    width: 90%;
  }
}
#tech-content .tech-top {
  padding: 2rem;
  margin: 2rem 0px;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 2;
}
#tech-content .tech-top strong {
  font-weight: 800;
}
#tech-content .tech-l {
  display: block;
  margin: 0 auto 0 0;
  width: 75%;
  opacity: 0;
  transform: scale(1.2) translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #tech-content .tech-l {
    width: 90%;
  }
}
#tech-content .tech-l img {
  float: right;
}
#tech-content .tech-l p {
  font-size: 1.2rem;
  left: 0;
  transform: scale(1.2) translateX(-100px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tech-content .tech-l.show {
  opacity: 1;
  transform: scale(1) translateX(0);
}
#tech-content .tech-l.show p {
  opacity: 1;
  transform: scale(1) translateX(0);
  transition-delay: 0.5s; /* 1秒後にトランジション開始 */
}
#tech-content .tech-r {
  display: block;
  margin: 0 0 0 auto;
  width: 75%;
  opacity: 0;
  transform: scale(1.2) translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #tech-content .tech-r {
    width: 90%;
  }
}
#tech-content .tech-r img {
  float: left;
}
#tech-content .tech-r p {
  font-size: 1.2rem;
  right: 0;
  transform: scale(1.2) translateX(100px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tech-content .tech-r.show {
  opacity: 1;
  transform: scale(1) translateX(0);
}
#tech-content .tech-r.show p {
  opacity: 1;
  transform: scale(1) translateX(0);
  transition-delay: 0.5s; /* 1秒後にトランジション開始 */
}
#tech-content .video-container {
  margin: 0px auto;
  border-radius: 1rem;
  position: relative;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#tech-content .video-container video {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* これがcover効果を生む */
  z-index: 1;
}

#box-calendar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20vh;
  background: #fff;
  border-top: 1px solid #ccc;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
}
#box-calendar a {
  color: #333;
  text-decoration: none;
}
#box-calendar p {
  margin: 1rem 0px 0px;
  font-size: 1rem;
}
#box-calendar div {
  height: 100%;
  display: inline-block;
}
#box-calendar img {
  width: auto;
  height: calc(100% - 3rem);
}
#box-calendar img:hover {
  opacity: 0.8;
}
#box-calendar .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

#box-calendar.show {
  transform: translateY(0);
}

footer {
  background-color: #13173a;
  min-height: 20vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
footer .container {
  margin: 10px auto 50px;
}
footer p {
  margin-top: 1rem;
  margin-left: 2rem;
}
footer {
  color: #fff;
}
footer img {
  max-width: 400px;
  height: auto;
  width: auto;
}
footer ul {
  width: 300px;
  margin: 1rem;
  list-style-position: inside;
}
footer ul a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}
footer ul .btn-calendar {
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}
footer ul .active {
  background-color: #fff;
  color: #333;
  border-radius: 0.2rem;
}
footer ul li {
  list-style-type: none;
}
footer ul li ul {
  margin: 1rem 0rem;
  width: calc(300px - 1rem);
}
footer ul li ul li {
  margin-left: 0rem;
}
footer copyright {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 0rem;
  width: 100%;
}

.model {
  margin: 20px 0px 10px;
  width: 600px;
  height: 400px;
  border-radius: 3px;
  border: 1px solid silver;
}

.container-3d p {
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin: 20px auto 0px;
}
.container-3d ul {
  font-size: 0.8rem;
  width: 80%;
  margin: 10px auto 100px;
}

#quality .panel {
  border-radius: 0.2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
#quality .panel h2 {
  border-bottom: none;
  font-size: 1.1rem;
}
#quality .panel dl {
  margin: 0px 2rem 1rem;
}
#quality .panel dl dt, #quality .panel dl dd {
  padding: 0rem;
}
#quality .panel dl dd {
  margin-left: 0;
  padding-left: 7rem;
}
#quality .panel hr {
  clear: left;
}
#quality .panel p {
  margin: 0.2rem 1rem;
}
#quality .img-right {
  width: 400px;
}
#quality .link-box a {
  font-size: 1.6rem;
}
#quality .link-box {
  padding: 2rem 0rem;
}

#navigation-contact {
  position: absolute;
  top: 0;
  right: 80px;
  width: 240px;
}
#navigation-contact img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #navigation-contact {
    display: none;
  }
}

#navigation-btn {
  position: fixed;
  top: 100px;
  right: 10px;
  width: 80px;
  height: 80px;
  z-index: 1200;
  cursor: pointer;
}
#navigation-btn img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #navigation-btn {
    top: 140px;
  }
}

#navigation-btn:hover {
  opacity: 0.8;
}

#navigation.navigation-icon ul li {
  border: none;
  padding-left: 0.2rem;
  padding-right: 1rem;
}
#navigation.navigation-icon ul li::first-letter {
  font-size: 1.4rem;
}

#navigation {
  position: fixed;
  z-index: 1100;
  right: 80px;
  top: 120px;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
@media screen and (max-width: 767px) {
  #navigation {
    width: 96%;
    top: 200px;
    right: 2%;
  }
}
#navigation ul {
  margin: 1rem;
  padding-left: 0.5rem;
  font-size: 1.6rem;
  list-style-position: outside;
}
#navigation ul li {
  margin: 1.2rem 0.1rem;
  padding-left: 1rem;
  list-style-type: none;
  border-left: 6px solid #13173a;
  opacity: 0;
  transform: translateY(10px);
}
#navigation ul li a {
  color: #12183a;
  text-decoration: none;
}
#navigation ul li a:hover {
  border-bottom: 1px dashed #12183a;
}
#navigation ul li li {
  border-left: none;
  margin: 0.5rem 0.1rem;
  padding-left: 0rem;
  font-size: 1.4rem;
}

@keyframes slideUpFadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
