@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.showroom.technical-center .mv {
  opacity: 0;
}
.showroom.technical-center .mv.mv-fadein {
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.showroom.technical-center .mv .mv-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap {
    flex-direction: column-reverse;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl {
  width: 480px;
  margin-left: calc((100% - 1200px) / 2);
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl {
    width: 100%;
    margin-left: 0;
    padding: 10px 5% 0;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .logo {
  width: 274px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .logo {
    width: 54%;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl {
  margin: 45px 0 40px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl {
    margin: 30px 0 45px;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl .copy {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl .copy:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl .copy {
    font-size: 0.9375rem;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl .copy span {
  padding: 5px 13px;
  background: rgb(0, 129, 204);
  background: linear-gradient(90deg, rgb(0, 129, 204) 0%, rgb(36, 174, 255) 100%);
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl h2 {
  font-size: 3.5rem;
  letter-spacing: -0.05em;
  line-height: 1.4;
  font-weight: normal;
  background: linear-gradient(90deg, rgb(36, 174, 255) 0%, rgb(0, 129, 204) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .showroom-ttl h2 {
    font-size: 2.375rem;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .info {
  width: 430px;
  border-top: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .info {
    width: 100%;
    padding: 20px 0;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .info dt {
  color: #0081CC;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .info dt {
    font-size: 1.125rem;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .info dt .date {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .info dt .date {
    font-size: 0.8125rem;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .info dt .date .num {
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-ttl .info dt .date .num {
    font-size: 1.1875rem;
  }
}
.showroom.technical-center .mv .mv-wrap .mv-ttl .info dd {
  margin-top: 10px;
}
.showroom.technical-center .mv .mv-wrap .mv-image {
  width: calc(100% - 480px - (100% - 1200px) / 2);
  min-width: 720px;
  height: 582px;
  background: url(/showroom/technical-center/img/mv_pc.jpg) no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .mv .mv-wrap .mv-image {
    width: 100%;
    min-width: auto;
    height: 322px;
    background: url(/showroom/technical-center/img/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.showroom.technical-center .concept {
  margin: 120px 0 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .concept {
    margin: 100px 0 145px;
  }
}
.showroom.technical-center .concept:after {
  content: "";
  display: block;
  width: calc(413px + (100% - 1200px) / 2);
  height: 395px;
  background: rgb(0, 129, 204);
  background: linear-gradient(270deg, rgb(0, 129, 204) 0%, rgb(177, 225, 253) 100%);
  position: absolute;
  right: 0;
  bottom: -300px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .concept:after {
    width: 85%;
    height: 332px;
    bottom: -145px;
  }
}
.showroom.technical-center .concept .concept-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.showroom.technical-center .concept .concept-wrap:after {
  content: "";
  display: block;
  width: calc(62px + (100% - 1200px) / 2);
  height: 162px;
  opacity: 0.2;
  background: rgb(0, 129, 204);
  background: linear-gradient(0deg, rgb(0, 129, 204) 0%, rgb(177, 225, 253) 100%);
  position: absolute;
  left: 0;
  top: 306px;
  z-index: -1;
}
.showroom.technical-center .concept .concept-wrap .concept-txt {
  width: 640px;
  padding-left: 40px;
  padding-right: 20px;
  margin-left: calc((100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .concept .concept-wrap .concept-txt {
    width: 100%;
    margin-left: 0;
    padding: 0 5%;
  }
}
.showroom.technical-center .concept .concept-wrap .concept-txt .section-ttl {
  color: #222222;
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .concept .concept-wrap .concept-txt .section-ttl {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.showroom.technical-center .concept .concept-wrap .concept-txt .section-ttl img {
  display: block;
  width: 490px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .concept .concept-wrap .concept-txt .section-ttl img {
    width: 100%;
  }
}
.showroom.technical-center .concept .concept-wrap .concept-txt .section-ttl .en02 {
  display: block;
  font-size: 4.5rem;
  font-family: "Roboto", sans-serif;
  color: #0066CC;
  font-weight: normal;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .concept .concept-wrap .concept-txt .section-ttl .en02 {
    font-size: 2.625rem;
  }
}
.showroom.technical-center .concept .concept-wrap .concept-txt .section-ttl .blue {
  color: #0066CC;
}
.showroom.technical-center .concept .concept-wrap .concept-txt p {
  margin-bottom: 1em;
  font-weight: 500;
}
.showroom.technical-center .concept .concept-wrap .concept-txt p span {
  color: #0081CC;
}
.showroom.technical-center .concept .concept-wrap .concept-slide {
  width: calc(560px + (100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .concept .concept-wrap .concept-slide {
    width: 100%;
    margin: 55px 2.5% 0 5%;
  }
}
.showroom.technical-center .map {
  background: rgb(198, 234, 255);
  background: linear-gradient(180deg, rgb(198, 234, 255) 0%, rgb(234, 247, 255) 15%, rgb(255, 255, 255) 28%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map {
    background: linear-gradient(180deg, rgb(198, 234, 255) 0%, rgb(234, 247, 255) 8%, rgb(255, 255, 255) 19%);
  }
}
.showroom.technical-center .map:before {
  content: "";
  display: block;
  width: calc(1220px + (100% - 1200px) / 2);
  height: 400px;
  background: url(/showroom/technical-center/img/img_showroom_pc.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map:before {
    width: 95%;
    height: 250px;
    background: url(/showroom/technical-center/img/img_showroom_sp.jpg) no-repeat;
    background-size: cover;
    top: -62px;
  }
}
.showroom.technical-center .map .head {
  padding: 390px 0 235px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .head {
    padding: 265px 0 120px;
  }
}
.showroom.technical-center .map .head .section-ttl {
  text-align: center;
  margin-bottom: 25px;
}
.showroom.technical-center .map .head .section-ttl .en {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .head .section-ttl .en {
    margin-bottom: 10px;
  }
}
.showroom.technical-center .map .head .section-ttl .en:before {
  display: inline-block;
  position: static;
  margin-right: 6px;
}
.showroom.technical-center .map .head .map-image {
  width: 500px;
  margin: 0 auto;
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .head .map-image {
    width: 90%;
  }
}
@media screen and (max-width: 390px) {
  .showroom.technical-center .map .head .map-image {
    bottom: -70px;
  }
}
.showroom.technical-center .map .floor-map {
  display: flex;
  flex-wrap: wrap;
  padding: 130px 80px 80px;
  background: rgb(211, 240, 255);
  background: linear-gradient(270deg, rgb(211, 240, 255) 0%, rgb(164, 220, 252) 100%);
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .floor-map {
    padding: 115px 5% 50px;
  }
}
.showroom.technical-center .map .floor-map li {
  width: 505px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .floor-map li {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px;
  }
}
.showroom.technical-center .map .floor-map li:nth-of-type(odd) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .floor-map li:nth-of-type(odd) {
    margin-right: 0;
  }
}
.showroom.technical-center .map .floor-map li .num {
  color: #0081CC;
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Roboto", serif;
  text-align: center;
  width: 29px;
  height: 29px;
  border: 1px solid #0081CC;
  position: absolute;
  top: 28px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .floor-map li .num {
    top: 18px;
    left: 20px;
  }
}
.showroom.technical-center .map .floor-map li .point {
  color: #0081CC;
  font-size: 1.0625rem;
  margin-bottom: 10px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .floor-map li .point {
    font-size: 0.9375rem;
    position: relative;
    padding-left: 35px;
  }
}
.showroom.technical-center .map .floor-map li .point .num {
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Roboto", serif;
  text-align: center;
  width: 29px;
  height: 29px;
  border: 1px solid #0081CC;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .map .floor-map li .point .num {
    position: absolute;
    left: 0;
    top: -3px;
  }
}
.showroom.technical-center .map .floor-map li .point .new {
  background: #0081CC;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0 5px;
  margin-left: 5px;
}
.showroom.technical-center .map .floor-map li .map-about-image {
  margin-bottom: 15px;
}
.showroom.technical-center .access .access-wrap {
  width: 1034px;
  margin: 100px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .access .access-wrap {
    width: 100%;
    padding: 0 5%;
    margin-top: 80px;
  }
}
.showroom.technical-center .access .access-wrap .access-info {
  width: 514px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .access .access-wrap .access-info {
    width: 100%;
    margin-bottom: 35px;
  }
}
.showroom.technical-center .access .access-wrap .access-info .section-ttl + p {
  margin-bottom: 15px;
}
.showroom.technical-center .access .access-wrap .access-info .section-block {
  margin-bottom: 35px;
}
.showroom.technical-center .access .access-wrap .access-info .middle-ttl {
  font-size: 1.125rem;
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .access .access-wrap .access-info .middle-ttl {
    font-size: 1.0625rem;
  }
}
.showroom.technical-center .access .access-wrap .access-info .middle-ttl:before {
  top: auto;
  bottom: 0;
  height: 2px;
}
.showroom.technical-center .access .access-wrap .access-info .middle-ttl:after {
  top: auto;
  bottom: 0;
  width: calc(100% - 40px);
  height: 2px;
}
.showroom.technical-center .access .access-wrap .access-info .access-list {
  margin-bottom: 15px;
}
.showroom.technical-center .access .access-wrap .access-info .access-list li {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}
.showroom.technical-center .access .access-wrap .access-info .access-list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0081CC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.showroom.technical-center .access .access-wrap .googlemap {
  width: 476px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .access .access-wrap .googlemap {
    width: 100%;
  }
}
.showroom.technical-center .access .access-wrap .googlemap iframe {
  margin-top: -130px;
  height: 610px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .access .access-wrap .googlemap iframe {
    height: 480px;
  }
}
.showroom.technical-center .section-ttl {
  color: #0081CC;
  font-size: 2.625rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .showroom.technical-center .section-ttl {
    font-size: 2.125rem;
  }
}
.showroom.technical-center .section-ttl .en {
  display: block;
  color: #222222;
  font-size: 1rem;
  font-family: "Roboto", serif;
  padding-left: 10px;
  position: relative;
}
.showroom.technical-center .section-ttl .en:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0081CC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.page .contents {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .page .contents {
    padding: 0 0 100px;
  }
}

/******ヘッダー / フッター ショールーム用********/
header {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    height: 70px;
  }
}
header .header-wrap .showroom-logo {
  margin-left: 20px;
  width: 323px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap .showroom-logo {
    margin-left: 4%;
    width: 51%;
    min-width: 200px;
    position: relative;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .showroom-logo.open {
    z-index: 0;
  }
}
header .header-wrap .showroom-logo h1 {
  line-height: 1;
}
header .header-wrap .showroom-logo img {
  vertical-align: middle;
}
header .header-wrap .showroom-logo .company-top {
  font-size: 0.75rem;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .showroom-logo .company-top {
    line-height: 1;
  }
}
header .header-wrap .showroom-logo .company-top:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  left: 3px;
}
header .header-wrap .showroom-logo .company-top:hover {
  color: #0081CC;
}
@media screen and (max-width: 767px) {
  header .header-wrap .showroom-logo .company-top:hover {
    color: #222222;
  }
}
header .header-wrap .header-menu-wrap {
  width: 815px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents {
  width: 615px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents {
    width: 100%;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap {
  margin-right: 120px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .search-header-btn {
  padding-top: 1px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product {
  display: none;
  width: 100%;
  min-width: 1240px;
  background: #e6f3fb;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 100000000000000000000000000000;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap {
  margin: 0 auto;
  padding: 75px 0;
  width: 1180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 {
  width: 540px;
  display: flex;
  flex-wrap: wrap;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02.n01 {
  position: relative;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02.n01:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background: #C6C6C6;
  position: absolute;
  top: 0;
  right: -49px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .middle-ttl {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .middle-ttl a .link-arrow {
  margin-left: 20px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .middle-ttl a .link-arrow:before {
  content: "";
  display: block;
  border-right: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  background: url(/assets/img/common/icon_blank_w.png) no-repeat;
  background-size: contain;
  transform: rotate(0);
  top: 5px;
  left: 6px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .middle-ttl a:hover {
  color: #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .middle-ttl a:hover .link-arrow {
  background: #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .middle-ttl a:hover .link-arrow:before {
  border-right: none;
  border-bottom: none;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dt {
  width: 125px;
  background: #0081CC;
  padding: 25px 18px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dt a {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dt a .link-arrow:before {
  top: 8px;
  left: 7px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dt a:hover {
  opacity: 0.8;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dt a:hover .link-arrow {
  background: #fff;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dt a:hover .link-arrow:before {
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd {
  width: 415px;
  background: #fff;
  padding: 30px 20px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul {
  display: flex;
  flex-wrap: wrap;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li {
  min-width: 100px;
  margin-bottom: 5px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 5px 0;
  border-bottom: 1px solid #C6C6C6;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li a .link-arrow {
  background: transparent;
  border: none;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li a .link-arrow:before {
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
  left: auto;
  right: 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li a:hover {
  color: #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li:nth-of-type(1), header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li:nth-of-type(2) {
  margin-right: 15px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-solution dd ul li:last-of-type {
  margin-bottom: 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box {
  width: 255px;
  margin-right: 30px;
  margin-bottom: 30px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box:nth-of-type(even) {
  margin-right: 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-cate {
  font-size: 0.9375rem;
  padding: 10px 0;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 20px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-cate a {
  font-size: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-cate a .link-arrow:before {
  top: 8px;
  left: 7px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-cate a:hover {
  color: #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-link li {
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 15px;
  text-indent: -15px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-link li a {
  padding-left: 15px;
  font-weight: normal;
  position: relative;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-link li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
  transform: rotate(-135deg);
  position: absolute;
  top: 6px;
  left: 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product .drop-down-menu-wrap .drop-down-menu-col02 .product-box-wrap .product-box .site-page-link li a:hover {
  color: #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product.height-active {
  height: 100vh;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site-wrap .drop-down-menu.product.height-active .drop-down-menu-wrap {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site {
  margin-top: 0;
  width: 410px;
  margin-right: 20px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1;
  margin-right: 15px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li:after {
  content: none;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li:last-of-type {
  margin-right: 5px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li a {
  font-size: 0.8125rem;
  display: block;
  line-height: 1;
  padding-right: 10px;
  position: relative;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(/assets/img/common/icon_blank.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: -4px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li a:hover {
  color: #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li .related-site-child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 2em;
  left: 0;
  width: 100px;
  background: #fff;
  box-shadow: 0px 0px 10px -5px #000000;
  padding: 0 12px;
  border-radius: 5px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li .related-site-child li {
  margin-right: 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li .related-site-child li a {
  font-size: 0.875rem;
  padding: 10px 10px 10px 0;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li .related-site-child li a:after {
  top: 12px;
  right: -5px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li .related-site-child li:first-of-type {
  padding-top: 12px;
  border-bottom: 1px solid #C6C6C6;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li .related-site-child li:last-of-type {
  padding-bottom: 12px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li .txt {
  /*&:hover{
    cursor: pointer;
    color: $blue;
  }

  &:hover + .related-site-child {
    opacity: 1;
    visibility: visible;
  }*/
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li.child-menu {
  padding-right: 10px;
  position: relative;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li.child-menu:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #0081CC;
  border-bottom: 1px solid #0081CC;
  transform: rotate(45deg);
  position: absolute;
  right: -2px;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li.child-menu:hover {
  cursor: pointer;
  color: #0081CC;
}
header .header-wrap .header-menu-wrap .header-menu-contents .related-site li.child-menu:hover .related-site-child {
  opacity: 1;
  visibility: visible;
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu {
    margin-left: auto;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu {
    display: block;
    width: 70px;
    height: 100%;
    background: #D8F1FF;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu span {
    display: block;
    width: 28px;
    height: 1px;
    background: #0081CC;
    position: absolute;
    left: 21px;
    transition: 0.6s all;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu span:nth-of-type(1) {
    top: 28px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu span:nth-of-type(2) {
    top: 36px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu span:nth-of-type(3) {
    top: 44px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu.open {
    background: #0081CC;
    position: absolute;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu.open span {
    background: #fff;
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu.open span:nth-of-type(1) {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu.open span:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .menu.open span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list {
    width: 100%;
    height: 100%;
    background: #0081CC;
    position: fixed;
    top: 0;
    margin-right: 0;
    padding: 130px 12% 50px;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li:first-of-type {
    border-top: 1px solid #fff;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li:nth-of-type(3):after {
  content: none;
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li:after {
  top: -30px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li:after {
    display: none;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li a {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li a {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 30px 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li a:hover {
    color: #fff;
    opacity: 1;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li a .arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li a .arrow {
    display: block;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    border-right: none;
    border-bottom: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li a .arrow:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #0081CC;
    border-bottom: 1px solid #0081CC;
    transform: rotate(45deg);
    position: absolute;
    left: 11px;
    top: 10px;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.sp-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.sp-btn {
    display: block;
    border-bottom: none;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.sp-btn a {
    text-align: center;
    color: #0081CC;
    font-size: 0.875rem;
    background: #fff;
    border-radius: 40px;
    padding: 15px;
  }
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.sp-btn a .icon-mail {
    padding-right: 5px;
    padding-top: 2px;
  }
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.sp-btn a .icon-mail:before {
    color: #0081CC;
  }
}
header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap {
    display: block;
    border: none;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap .heading-line {
    color: #fff;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap .search-form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap .search-form input[type=text] {
    width: calc(100% - 119px);
    background: #fff;
    padding: 10px;
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap .search-form input[type=submit] {
    width: 119px;
    color: #0081CC;
    font-weight: bold;
    background: #D8F1FF;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap .search-form .icon-search {
    position: absolute;
    right: 95px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-menu-wrap .header-menu-contents .header-menu .header-menu-list li.search-wrap .search-form .icon-search:before {
    color: #0081CC;
  }
}
header .header-wrap.adjust .header-menu-wrap {
  width: 880px;
}
header .header-wrap.adjust .header-menu-wrap .header-menu-contents {
  width: 660px;
}
header .header-wrap.adjust .header-menu-wrap .header-menu-contents .related-site-wrap {
  margin-right: 100px;
}
header .header-wrap.adjust .header-menu-wrap .header-menu-contents .related-site {
  width: auto;
  margin-right: 10px;
}
header .header-wrap.adjust .header-menu-wrap .header-menu-contents .related-site li a {
  font-size: 0.6875rem;
}
header .header-wrap.adjust .header-menu-wrap .header-menu-contents .related-site li .txt {
  font-size: 0.6875rem;
}
header .header-wrap.adjust02 .header-menu-wrap .header-menu-contents .related-site {
  margin-left: 0;
}
header .header-wrap.adjust02 .header-menu-wrap .header-menu-contents .related-site li a {
  font-size: 0.5625rem;
}
header .header-wrap.adjust02 .header-menu-wrap .header-menu-contents .related-site li .txt {
  font-size: 0.5625rem;
}
header .header-wrap.adjust02 .header-menu-wrap .header-menu-contents .search-header-btn {
  padding-top: 5px;
}
header .header-wrap.adjust02 .header-menu-wrap .header-menu-contents .search-header-btn a {
  font-size: 0.5625rem;
}
header .fixed-menu {
  width: 200px;
}
@media screen and (max-width: 767px) {
  header .fixed-menu {
    width: 75px;
    right: 70px;
  }
}
header .fixed-menu .contact-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: none;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu {
    height: 70px;
  }
}
header .fixed-menu .contact-menu:hover {
  background: none;
}
header .fixed-menu .contact-menu a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0081CC;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu a {
    flex-direction: column;
    padding-top: 5px;
  }
}
header .fixed-menu .contact-menu a .txt {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 5px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu a .txt {
    font-size: 0.6875rem;
    text-align: center;
    padding-left: 0;
    line-height: 1.2;
    margin-top: 4px;
  }
}

.lang {
  top: 12px;
  right: 230px;
}
@media screen and (max-width: 1239px) {
  .lang {
    right: auto;
    left: 928px;
  }
}
@media screen and (max-width: 767px) {
  .lang {
    left: auto;
    right: 5%;
    top: 80px;
  }
}

footer .footer-main .footer-main-contents .footer-link {
  width: 460px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link {
    width: 100%;
    margin-bottom: 35px;
  }
}
footer .footer-main .footer-main-contents .footer-link .footer-link-wrap {
  width: 210px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap {
    width: 100%;
  }
}
footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name {
  padding-bottom: 5px;
  border-bottom: 1px solid #222222;
  margin-bottom: 13px;
}
footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a:hover {
  color: #0081CC;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a:hover {
    color: #222222;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a .plus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a .plus:before, footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a .plus:after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #0081CC;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a .plus:after {
    transform: rotate(90deg);
    top: 0;
    transition: 0.6s all;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-name a .plus.open:after {
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-nav {
    display: none;
  }
}
footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-nav li a {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-nav li a:hover {
  color: #0081CC;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .footer-link .footer-link-wrap .showroom-nav li a:hover {
    color: #222222;
  }
}
footer .footer-main .footer-main-contents .site-link-footer-contents {
  width: 210px;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .site-link-footer-contents {
    width: 100%;
  }
}
footer .footer-main .footer-main-contents .site-link-footer-contents .footer-ttl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-left: 2px solid #0081CC;
  padding-left: 8px;
  margin-bottom: 1em;
}
footer .footer-main .footer-main-contents .site-link-footer-contents .footer-site-link {
  border-left: none;
  padding-left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-main .footer-main-contents .site-link-footer-contents .footer-site-link {
    margin-top: 0;
  }
}
footer .footer-main .footer-main-contents .site-link-footer-contents .footer-site-link li {
  width: 100%;
}
footer .footer-main .footer-main-contents .site-link-footer-contents .footer-site-link li .footer-link-showroom dt {
  margin-bottom: 8px;
}
footer .footer-main .footer-main-contents .site-link-footer-contents .footer-site-link li .footer-link-showroom dd {
  margin-bottom: 4px;
}/*# sourceMappingURL=technical-center.css.map */