@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

#maxhub * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5% !important;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  color: #232222;
  background: #fff;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.03em !important;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

button:hover {
  opacity: 0.75;
}

a:hover {
  opacity: 0.75;
  cursor: pointer;
}

/*  base
-----------------------------------------------------------------------------*/
#maxhub {
  width: 100%;
}
/*
#maxhub img,
#maxhub_content img {
  max-width: 100%;
}
*/
@media screen and (min-width: 767px) {
  .is-sp,
  .is-tab {
    display: none !important;
  }
  .is-pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc,
  .is-sp {
    display: none !important;
  }
  .is-tab {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc,
  .is-tab {
    display: none !important;
  }
  .is-sp {
    display: inline-block !important;
  }
}

/*  maxhub
-----------------------------------------------------------------------------*/
#maxhub {
  padding-top: 118px;
}
.visible_topheader #maxhub {
  padding-top: 112px;
}

#maxhub #pagetop {
  position: fixed;
}

@media screen and (max-width: 767px) {
  #maxhub a:hover {
    text-decoration: none;
  }
  #maxhub #pagetop {
    visibility: hidden;
  }
}

@media screen and (min-width: 767px) {
  #maxhub {
    position: relative;
  }
  #maxhub #pagetop {
    display: none;
    margin: 0 0 0 425px;
    z-index: 10;
    right: 100px;
    bottom: 50px;
  }
}

/*  maxhub_header
-----------------------------------------------------------------------------*/
#maxhub_header {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  position: fixed;
  left: 0px;
  top: 0px;
}

#maxhub_header.fix {
  position: fixed;
  top: 0;
}

#maxhub_header.smooth {
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}

#maxhub_header img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

#maxhub_header .top {
  background: #fff;
  position: relative;
  padding: 14px 30px 12px;
}

#maxhub_header .top .logo a {
  height: 29px;
  max-width: 307px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#maxhub_header .top .logo img {
  width: 54.5%;
}
#maxhub_header .top .logo img:last-of-type {
  width: 40%;
  padding-left: 18px;
  border-left: 1px solid #232222;
}

#maxhub_header .top .menu {
  display: none;
  font-size: 11px;
  position: relative;
}

#maxhub_header .top .menu a {
  display: inline-block;
  padding: 0 70px 0 0;
}

#maxhub_header .top .menu a img {
  max-width: 36px;
}

#maxhub_header .top .menu *:before,
#maxhub_header .top .menu *:after {
  background: #333333;
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#maxhub_header .top .menu a:before,
#maxhub_header .top .menu a:after,
#maxhub_header .top .menu a span:before {
  content: "";
}

#maxhub_header .top .menu a span:before {
  top: -1px;
}

#maxhub_header .top .menu a:before {
  top: -11px;
}

#maxhub_header .top .menu a:after {
  top: 9px;
}

#maxhub_header .top .menu a.open:before,
#maxhub_header .top .menu a.open:after,
#maxhub_header .top .menu a.open span:before {
  width: 25px;
}

#maxhub_header .top .menu a.open:before {
  right: 35px;
  -webkit-transform: translateX(7px) translateY(8px) rotate(-45deg);
  -ms-transform: translateX(7px) translateY(8px) rotate(-45deg);
  transform: translateX(7px) translateY(8px) rotate(-45deg);
}

#maxhub_header .top .menu a.open:after {
  right: 35px;
  -webkit-transform: translateX(7px) translateY(-8px) rotate(45deg);
  -ms-transform: translateX(7px) translateY(-8px) rotate(45deg);
  transform: translateX(7px) translateY(-8px) rotate(45deg);
}

#maxhub_header .top .menu a.open span:before {
  opacity: 0;
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}



#maxhub_header .top .right {
  position: absolute;
  right: 30px;
  top: 17px;
}

#maxhub_header .top .right .btn-showroom {
  width: 284px;
}
#maxhub_header .top .right .btn-showroom a {
  position: relative;
  display: inline-block;
  background-color: #232222;
  width: 100%;
  padding: 8px 0;
  border: 1px solid #232222;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
#maxhub_header .top .right .btn-showroom a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow-right-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: 1rem;
  top: 1.3rem;
  z-index: 3;
}

#maxhub_header .top .right .btn-showroom a span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #ffffff;
}
#maxhub_header .top .right .btn-showroom a:hover span {
  color: #fff;
}
#maxhub_header .top .right .btn-showroom a:hover {
  background-color: #ffffff;
  opacity: 1;
  text-decoration: none;
}
#maxhub_header .top .right .btn-showroom a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #232222; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
#maxhub_header .top .right .btn-showroom a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#maxhub_header .top .menu_topheader {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

#maxhub_header .top .menu_topheader a {
  font-size: 1px;
  line-height: 0;
  background: #333333;
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1024px) {
  /* #maxhub_header {
    min-width: 950px;
  } */
}

@media screen and (max-width: 1024px) {
  .topheader {
    display: none !important;
  }
  #maxhub_header,
  #maxhub_header.fix {
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  #maxhub_header .top {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
  }

  #maxhub_header .top .logo a {
    width: 306px;
    max-width: none;
    height: auto;
    margin: 0 0 0 4vw;
  }

  #maxhub_header .top .logo a img:last-of-type {
    margin-left: 2vw;
    padding-left: 2vw;
  }

  #maxhub_header .top .right {
    position: relative;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  #maxhub_header .top .menu {
    display: block;
  }
  #maxhub_header .top .menu a {
    display: block;
    padding: 0 50px 0 0;
  }
  #maxhub_header .top .menu a.open:before {
    top: -10px;
    right: 20px;
  }
  #maxhub_header .top .menu a.open:after {
    top: 7px;
    right: 20px;
  }
  #maxhub_header .top .menu ::before,
  #maxhub_header .top .menu ::after {
    right: 10px;
  }
  #maxhub_header .top .menu_topheader {
    display: none !important;
  }

  #maxhub_header .top .right .btn-showroom {
    width: 140px;
    height: 100%;
  }
  #maxhub_header .top .right .btn-showroom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 2.5vw 0;
    border-radius: 0;
    font-size: 1.1rem;
  }
  #maxhub_header .top .right .btn-showroom a:after {
    display: none;
  }
  #maxhub_header .top .right .btn-showroom a:hover {
    background-color: #232222;
  }
  #maxhub_header .top .right .btn-showroom a:hover::before {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  #maxhub_header .top {
    height: 50px;
  }
  #maxhub_header .top .logo a {
    width: 49vw;
  }
  #maxhub_header .top .menu a:before {
    top: -9px;
  }
  #maxhub_header .top .menu a:after {
    top: 7px;
  }
  #maxhub_header .top .menu a.open:after {
    top: 6px;
  }
  #maxhub_header .top .right .btn-showroom {
    width: 31.7vw;
    height: 100%;
  }
}

/*  maxhub_gmenu
-----------------------------------------------------------------------------*/
#maxhub_gmenu {
  overflow: auto;
  width: 100%;
}

#maxhub_gmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 1050px;
  margin: 30px auto 0;
  text-align: center;
}

#maxhub_gmenu ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #232222;
}

@media screen and (max-width: 1024px) {
  #maxhub_gmenu {
    display: none;
    background: #ffffff;
    width: 100vw;
    padding: 0;
    border-top: 1px solid #d6d6d6;
  }

  #maxhub_gmenu ul {
    display: block;
    width: 81.8%;
    max-width: none;
    margin: 18px auto 50px;
  }

  #maxhub_gmenu ul li {
    border-bottom: 1px solid #efefef;
  }
  #maxhub_gmenu ul li a {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.7rem;
  }
  #maxhub_gmenu .btn-inquiry {
    width: 100%;
  }
  #maxhub_gmenu .btn-inquiry.is-sp a {
    display: inline-block;
    background-color: #232222;
    width: 100%;
    padding: 16px 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #ffffff;
  }
  #maxhub_gmenu .btn-inquiry.is-sp img {
    width: auto;
    height: 1.6rem;
    margin-right: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #maxhub_gmenu ul {
    display: block;
    width: 81.8%;
    max-width: none;
    margin: 10vw auto 13vw;
  }

  #maxhub_gmenu ul li {
    border-bottom: 1px solid #efefef;
  }
  #maxhub_gmenu ul li a {
    display: inline-block;
    width: 100%;
    padding: 4vw 0;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.7rem;
  }
  #maxhub_gmenu .btn-inquiry {
    width: 100%;
  }
  #maxhub_gmenu .btn-inquiry.is-sp a {
    display: inline-block;
    background-color: #232222;
    width: 100%;
    padding: 4.5vw 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #ffffff;
  }
}

body.visible_topheader #maxhub_header {
  top: 96px;
}

#toppage .topheader,
#products .topheader,
#guide .topheader,
#biophilia .topheader {
  -webkit-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-top: -96px;
}

body.visible_topheader #toppage .topheader,
body.visible_topheader #products .topheader,
body.visible_topheader #guide .topheader,
body.visible_topheader #biophilia .topheader {
  margin-top: 0;
}

#maxhub-inquiry {
  position: fixed;
  right: 10px;
  bottom: 95px;
  width: 80px;
  z-index: 20;
}

.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* ==============================
  FV
============================== */
.mainVisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 112px);
  overflow: hidden;
}
.mainVisual .video-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  /* padding-top: 100%; */
  padding-top: calc(100vh - 112px);
  margin: 0 auto;
}
.mainVisual .video-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.mainVisual video {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mainVisual video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#maxhub .mainVisual .scroll {
  position: absolute;
  bottom: 0;
  left: 7%;
  width: 9px;
  height: 120px;
}
#maxhub .mainVisual .scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: auto;
  bottom: 0;
  left: 3.9px;
  /*線の形状*/
  width: 1px;
  height: 75px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 3s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 35px;
    opacity: 0;
  }
  30% {
    height: 75px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}

.mainVisual_inner {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.mainVisual_inner h1 {
  width: 24.8%;
  max-width: 340px;
  margin: 0 auto;
}
.mainVisual_inner h2 {
  margin: 24px 0 45px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 4.2rem;
}
.mainVisual_inner #btn-movie a {
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  width: 180px;
  padding: 13.5px 0;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 1.3rem;
  color: #fff;
  overflow: hidden;
  transition: ease 0.2s;
  z-index: 1;
}
.mainVisual_inner #btn-movie a:hover {
  text-decoration: none;
}
.mainVisual_inner #btn-movie span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
.mainVisual_inner #btn-movie a:hover span {
  color: #232222;
}
.mainVisual_inner #btn-movie a:hover {
  color: #232222;
}
.mainVisual_inner #btn-movie a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #ffffff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.mainVisual_inner #btn-movie a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 1024px) {
  #maxhub {
    padding-top: 55px;
  }

  .mainVisual {
    height: 51vw;
  }
  .mainVisual .video-box {
    height: 100%;
    padding-top: unset;
  }

  #maxhub .mainVisual .scroll,
  #maxhub-inquiry {
    display: none !important;
    opacity: 0 !important;
  }
}
@media screen and (max-width: 700px) {
  #maxhub {
    padding-top: 0;
  }

  .mainVisual {
    height: 100vw;
  }
  .mainVisual .video-box {
    height: 100vw;
  }

  .mainVisual_inner h1 {
    width: 61vw;
    margin: 0 auto;
  }
  .mainVisual_inner h2 {
    margin: 24px 0 45px;
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .mainVisual_inner #btn-movie a {
    width: 61vw;
    padding: 10px 0;
    border-radius: 24px;
    font-size: 1.5rem;
  }
}

/* ==============================
  FV 動画POPUP
============================== */
.mfp-container {
  right: 0;
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
}
.mfp-wrap.mfp-ready .mfp-container .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s, 0.2s;
  -o-transition-delay: 0.2s, 0.2s;
  transition-delay: 0.2s, 0.2s;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mfp-video .mfp-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mfp-content::before,
.mfp-content::after {
  content: "";
  background: #ffffff;
  display: block;
  width: 21px;
  height: 1px;
  position: absolute;
  right: 0;
  top: -21px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mfp-content::before {
  right: 0;
  top: -21px;
  -webkit-transform: translateX(3px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(3px) translateY(4px) rotate(-45deg);
  transform: translateX(3px) translateY(4px) rotate(-45deg);
}
.mfp-content::after {
  right: 0;
  top: -13px;
  -webkit-transform: translateX(3px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(3px) translateY(-4px) rotate(45deg);
  transform: translateX(3px) translateY(-4px) rotate(45deg);
}

.cnt-wrap h3 {
  text-align: center;
  font-size: 3.8rem;
  line-height: 5.4rem;
  font-weight: normal;
}
.cnt-wrap p {
  font-size: 2rem;
  line-height: 3.7rem;
}

.cnt-btn a,
.cnt-btn > span {
  position: relative;
  display: inline-block;
  background-color: #4c4c4c;
  width: 540px;
  padding: 18px 50px;
  border-radius: 37px;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  overflow: hidden;
  transition: ease 0.2s;
  z-index: 1;
}
.cnt-btn a:hover,
.cnt-btn > span:hover {
  text-decoration: none;
}

.cnt-btn a span,
.cnt-btn > span span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #ffffff;
}
.cnt-btn a:hover span,
.cnt-btn > span:hover span {
  color: #fff;
}

.cnt-btn a.btn-base-black,
.cnt-btn > span.btn-base-black {
  background-color: #4c4c4c;
  border: 1px solid #4c4c4c;
}
.cnt-btn a.btn-base-black:hover,
.cnt-btn > span.btn-base-black:hover {
  background-color: #ffffff;
  opacity: 1;
}
.cnt-btn a.btn-base-black::before,
.cnt-btn > span.btn-base-black::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #4c4c4c; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.cnt-btn a.btn-base-black:hover::before,
.cnt-btn > span.btn-base-black:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.cnt-btn a.btn-base-white span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #232222;
}
.cnt-btn a.btn-base-white:hover span {
  color: #232222;
}

.cnt-btn a.btn-base-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cnt-btn a.btn-base-white:hover {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.cnt-btn a.btn-base-white::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #ffffff; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.cnt-btn a.btn-base-white:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#maxhub .cnt-caption {
  margin: 1.2rem 0 0;
  padding: 0 1.6rem;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: right;
}

.btn-pdf a {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  color: #232222;
}

.btn-pdf a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .cnt-btn a,
  .cnt-btn > span {
    width: 52.7%;
  }
}
@media screen and (max-width: 767px) {
  .cnt-wrap h3 {
    font-size: 2.4rem;
    line-height: 3.25rem;
  }
  .cnt-wrap p {
    font-size: 1.7rem;
    line-height: 2.8rem;
  }

  .cnt-btn a,
  .cnt-btn > span {
    max-width: none;
    width: 82vw;
    min-width: 304px;
    padding: 2rem;
    border-radius: 37px;
    font-size: 1.5rem;
  }
  #maxhub .cnt-caption {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 424px) {
  .cnt-btn a,
  .cnt-btn > span {
    font-size: 1.3rem;
  }
}

#top-concept {
  position: relative;
  text-align: center;
}
#top-concept .concept-img {
  position: relative;
  width: 100%;
}
#top-concept .concept-img .is-tab-mini{
  display: none;
}
#top-concept .cnt-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 120px auto 0;
}
#top-concept p {
  margin: 35px 0 60px;
}
#top-concept .cnt-btn .btn-base-black {
  position: relative;
}
#top-concept .cnt-btn .btn-base-black:after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow-bottom-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  vertical-align: middle;
  position: absolute;
  right: 3.5rem;
  top: 3.5rem;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  #top-concept .concept-img .is-tab-mini{
    display: none;
  }
  #top-concept .cnt-inner {
    margin: 80px auto 0;
  }
  #top-concept p {
    margin: 30px 0 40px;
  }
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
  #top-concept .concept-img .is-tab{
    display: none !important;
  }
  #top-concept .concept-img .is-tab-mini{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #top-concept .concept-img .is-tab{
    display: none !important;
  }
  #top-concept .concept-img .is-tab-mini{
    display: block;
  }

}
@media screen and (max-width: 767px) {
  #top-concept .concept-img .is-tab-mini{
    display: none;
  }
  #top-concept .cnt-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 81.7%;
    margin: 16vw auto 0;
  }
  #top-concept .concept-img .is-tab-mini{
  display: none;
}
  #top-concept p {
    margin: 8vw 0 10vw;
  }

  #top-concept .cnt-btn .btn-base-black:after {
    right: 2rem;
    top: 3.3rem;
  }
}

/* ==============================
  リアルでも、リモートでも。会議の質はもっと高まる
============================== */
#top-scene {
  padding: 120px 0;
}
#top-scene h3 + p {
  margin: 35px 0 67px;
  text-align: center;
}

/* 3つの機能 */
#top-scene .function-box {
  background-color: #dddddd;
  width: 780px;
  margin: 0 auto 100px;
  padding: 45px 50px 50px;
  text-align: center;
}
#top-scene .function-box h5 {
  margin-bottom: 23px;
  font-size: 2.2rem;
  font-weight: normal;
}
#top-scene .function-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#top-scene .function-box li {
  background-color: #ffffff;
  width: 31.7%;
  padding: 19px 0 16px;
  border-radius: 6px;
  font-size: 1.8rem;
}

/* シーン別 */
#top-scene .cnt-box-scene {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  /* width: 87.8%; */
  margin: 0 auto;
}
#top-scene .cnt-box-text {
  /* width: 50.8%; */
  width: 605px;
}
#top-scene .cnt-box-text h4 {
  margin: 0 0 50px auto;
  text-align: right;
}

#top-scene .cnt-box-text h5 {
  width: 495px;
  margin: 0 0 13px auto;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 4.4rem;
}
#top-scene .cnt-box-text p {
  width: 495px;
  margin: 0 0 0 auto;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#top-scene .cnt-box-text p.attention {
  font-size: 1.2rem;
}
#top-scene .cnt-box-img {
  width: 46.4%;
}

#top-scene .cnt-box-scene-01 h4 img {
  width: 545px;
}
#top-scene .cnt-box-scene-01 .cnt-box-img {
  padding-bottom: 3.8rem;
}
#top-scene .cnt-box-scene-02 {
  margin: 91px auto 131px;
}
#top-scene .cnt-box-scene-02 .cnt-box-text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#top-scene .cnt-box-scene-02 .cnt-box-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#top-scene .cnt-box-scene-02 .cnt-box-text h4 {
  margin-left: 0;
  text-align: left;
}
#top-scene .cnt-box-scene-02 h4 img {
  width: 541px;
}
#top-scene .cnt-box-scene-02 .cnt-box-text h5,
#top-scene .cnt-box-scene-02 .cnt-box-text p {
  margin-left: 0;
}
#top-scene .cnt-box-scene-03 h4 {
  padding-right: 50px;
}
#top-scene .cnt-box-scene-03 h4 img {
  width: 478px;
}
@media screen and (max-width: 1024px) {
  #top-scene .cnt-inner {
    overflow: hidden;
  }

  #top-scene .function-box {
    width: 90%;
    max-width: 780px;
  }

  /* シーン別 */
  #top-scene .cnt-box-scene {
    position: relative;
    width: 107.4%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #top-scene .cnt-box-img {
    width: 50%;
    max-width: 550px;
  }
  #top-scene .cnt-box-scene-01 .cnt-box-img {
    padding-top: 3rem;
  }
  #top-scene .cnt-box-text {
    width: 47.2%;
    max-width: 520px;
    /* margin-right: 2.7%; */
    padding-left: 3.36%;
  }
  #top-scene .cnt-box-text h4 {
    margin: 0 0 30px auto;
    text-align: left;
  }
  #top-scene .cnt-box-text h5 {
    width: 97.9%;
    max-width: 470px;
    margin: 0 0 30px;
    font-size: 2.8rem;
    line-height: 4.4rem;
  }
  #top-scene .cnt-box-text p {
    width: 97.9%;
    max-width: 470px;
  }

  #top-scene .cnt-box-scene-01 {
    align-items: center;
  }
  #top-scene .cnt-box-scene-01 h4 img {
    width: 99.5%;
    max-width: 478px;
  }

  #top-scene .cnt-box-scene-02 {
    margin: 70px auto 110px;
    left: -68px;
  }
  /* #top-scene .cnt-box-scene-02 .cnt-box-img {
    right: 0;
    left: -6%;
  } */
  #top-scene .cnt-box-scene-02 .cnt-box-text {
    padding: 0 40px 0 0;
  }
  #top-scene .cnt-box-scene-02 .cnt-box-text p,
  #top-scene .cnt-box-scene-03 .cnt-box-text p {
    width: 94.7%;
    max-width: 455px;
  }
  #top-scene .cnt-box-scene-02 h4 img {
    width: 98.75%;
    max-width: 474px;
  }
  #top-scene .cnt-box-scene-02 .cnt-box-text h4 {
    margin-left: 0;
    margin-bottom: 45px;
  }
  #top-scene .cnt-box-scene-03 h4 {
    padding-right: 0;
    padding-left: 10px;
  }
  #top-scene .cnt-box-scene-03 h4 img {
    width: 86.875%;
    max-width: 417px;
  }
  #top-scene .cnt-box-scene-03 .cnt-box-text p {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #top-scene {
    padding: 13vw 0;
  }
  #top-scene h3 + p {
    width: 88%;
    margin: 7vw auto 13vw;
    /* letter-spacing: -0.08rem; */
  }

  /* 3つの機能 */
  #top-scene .function-box {
    width: 69.3%;
    margin: 0 auto 13vw;
    padding: 6vw 0 4vw;
    box-sizing: border-box;
  }
  #top-scene .function-box h5 {
    margin-bottom: 3vw;
    font-size: 1.7rem;
  }
  #top-scene .function-box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80.7%;
    margin: 0 auto;
  }
  #top-scene .function-box li {
    width: 100%;
    margin-bottom: 3vw;
    padding: 3vw 0;
    font-size: 1.5rem;
  }

  /* シーン別 */
  #top-scene .cnt-box-scene {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
    width: 100%;
  }
  #top-scene .cnt-box-text,
  #top-scene .cnt-box-scene-02 .cnt-box-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: none;
    padding: 0;
  }
  #top-scene .cnt-box-text h4,
  #top-scene .cnt-box-scene-02 .cnt-box-text h4 {
    margin: 9vw auto 8vw;
    text-align: center;
  }

  #top-scene .cnt-box-text h5,
  #top-scene .cnt-box-scene-02 .cnt-box-text h5 {
    width: 81.8%;
    margin: 0 auto 6vw;
    font-size: 2.1rem;
    line-height: 3.1rem;
    text-align: center;
  }
  #top-scene .cnt-box-text p,
  #top-scene .cnt-box-scene-02 .cnt-box-text p,
  #top-scene .cnt-box-scene-03 .cnt-box-text p {
    width: 81.8%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  #top-scene .cnt-box-text p.attention {
    margin-top: 4vw;
    font-size: 1.1rem;
  }
  #top-scene .cnt-box-img,
  #top-scene .cnt-box-scene-01 .cnt-box-img,
  #top-scene .cnt-box-scene-02 .cnt-box-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }

  #top-scene .cnt-box-scene-01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #top-scene .cnt-box-scene-01 h4 img {
    width: 84%;
  }
  #top-scene .cnt-box-scene-02 {
    left: 0;
    margin: 10vw auto;
  }
  #top-scene .cnt-box-scene-02 h4 img {
    width: 88%;
  }
  #top-scene .cnt-box-scene-03 h4 {
    padding: 0;
  }
  #top-scene .cnt-box-scene-03 h4 img {
    width: 82.8%;
  }
}
@media screen and (min-width: 768px) {
  #top-scene .cnt-box-img .cnt-caption {
    padding-right: 0;
  }
}

/* ==============================
  Web会議のよくあるお悩みもMAXHUBがすべて解決
============================== */
#top-solution {
  background-color: #dddddd;
  padding: 114px 0 100px;
}
#top-solution .cnt-inner {
  width: 980px;
  margin: 0 auto;
}
#top-solution h3 {
  margin-bottom: 54px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.4rem;
}
#top-solution .cnt-box-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#top-solution .cnt-box-solution li {
  background-color: #ffffff;
  width: 31.9%;
  max-width: 313px;
  margin-bottom: 20px;
  padding: 3rem 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#top-solution .cnt-box-solution li h5 {
  margin-bottom: 21px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
}
#top-solution .cnt-box-solution li .solution-sp_box {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
}
#top-solution .cnt-box-solution li .solution-sp_box .sol_p p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}



@media screen and (min-width: 767px) {
  #top-solution .cnt-box-solution li .solution-sp_box .sol-img {
    vertical-align: bottom;
  }
  #top-solution .cnt-box-solution li .solution-sp_box .sol_p {
    flex-grow: 1; 
  }
}

@media screen and (max-width: 1024px) {
  #top-solution .cnt-inner {
    width: 76%;
  }
  #top-solution .cnt-box-solution li {
    width: 48.7%;
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  #top-solution {
    padding: 13vw 0;
  }
  #top-solution .cnt-inner {
    width: 89%;
    max-width: none;
  }
  #top-solution h3 {
    margin-bottom: 7.6vw;
    font-size: 1.9rem;
    line-height: 3rem;
  }
  #top-solution .cnt-box-solution {
    display: block;
  }
  #top-solution .cnt-box-solution li {
    width: 100%;
    max-width: none;
    margin-bottom: 4vw;
    padding: 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #top-solution .cnt-box-solution li h5 {
    margin-bottom: 3vw;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  #top-solution .cnt-box-solution li > img {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  #top-solution .cnt-box-solution li .solution-sp_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4vw;
  }
  #top-solution .cnt-box-solution li .solution-sp_box .sol_p p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 2.1rem;
  }
  #top-solution .cnt-box-solution li .solution-sp_box .sol_p {
    width: 55%;
  }
  #top-solution .cnt-box-solution li .solution-sp_box .sol-img {
    width: 42%;
  }
  #top-solution .cnt-box-solution li .solution-sp_box .sol-img img {
    width: 100%;
  }
}

/* ==============================
  MAXHUBを実際に体験できる、ショールーム・ライブオフィスのご案内
============================== */
#top-experience {
  background-image: url(../img/experience-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 145px;
  color: #ffffff;
  text-align: center;
}
#top-experience h3 {
  font-weight: normal;
}
#top-experience p {
  margin: 10px 0 50px;
  font-size: 1.8rem;
}
#top-experience .btn-base-white {
  position: relative;
  padding: 23.5px 50px;
}
#top-experience .btn-base-white:after {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow-right-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  right: 3.5rem;
  top: 0rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #top-experience {
    background-image: url(../img/experience-img_sp.jpg);
    padding: 16vw 4%;
  }
  #top-experience h3 {
    font-size: 2.1rem;
    line-height: 2.7rem;
  }
  #top-experience p {
    margin: 3vw 0 10vw;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  #top-experience .btn-base-white:after {
    right: 2rem;
  }
}

/* ==============================
  ラインナップ
============================== */
#top-lineup {
  text-align: center;
  padding: 114px 0 120px;
}
#top-lineup h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.1rem;
}
#top-lineup .lineup-intro {
  margin-bottom: 64px;
}
#top-lineup .lineup-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px 0;
}
#top-lineup .lineup-name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 32px;
}
#top-lineup .lineup-figure img {
  width: 100%;
  display: block;
  height: auto;
}
#top-lineup .cnt-btn {
  cursor: pointer;
}
#top-lineup .cnt-btn:hover {
  cursor: pointer;
}
#top-lineup .cnt-btn .btn-base-black {
  position: relative;
  padding: 22.5px 50px;
}
#top-lineup .cnt-btn .btn-base-black:after {
  content: "＋";
  display: flex;
  align-items: center;
  width: 2rem;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  right: 2.5rem;
  top: 0rem;
  line-height: 100%;
  z-index: 3;
}
#top-lineup .btn-pdf a {
  display: inline-block;
  width: 26rem;
  max-width: 260px;
  margin-top: 40px;
  padding: 17px 0;
  border: 1px solid #4c4c4c;
  font-size: 1.4rem;
}
#top-lineup .btn-pdf a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../img/btn-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#top-lineup .btn-pdf a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #top-lineup .cnt-inner {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }
  #top-lineup .lineup-img {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  #top-lineup {
    text-align: center;
    padding: 13vw 0 16.4vw;
  }
  #top-lineup h3 {
    font-size: 1.9rem;
    line-height: 3.5rem;
  }
  #top-lineup .lineup-name {
    font-size: 1.6rem;
    margin-bottom: 6vw;
  }
  #top-lineup .lineup-img {
    width: 88.4%;
    max-width: none;
    margin: 5vw auto 4vw;
  }
  #top-lineup .cnt-btn .btn-base-black:after {
    right: 1.5rem;
  }
  #top-lineup .btn-pdf a {
    width: 81.8%;
    max-width: none;
    margin-top: 5vw;
    padding: 4vw 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #top-lineup .lineup-intro {
    margin-bottom: 64px;
  }
  #top-lineup .lineup-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
    padding: 0 40px;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==============================
  使い方動画
============================== */
#top-movie {
  background-color: #dddddd;
  padding: 114px 0 35px;
  text-align: center;
}
#top-movie .cnt-inner {
  /* width: 57%; */
  max-width: 1218px;
  margin: 0 auto;
}
#top-movie .cnt-video-wrap{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  justify-content: space-between;
  padding-bottom: 41px;
}
#top-movie .cnt-top-movie-header {
  width: 100%;
  margin-bottom: 76px;
}
#top-movie h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.1rem;
}
#top-movie .cnt-top-movie-sub {
  font-size: 2rem;
  margin-top: 12px;
}
#top-movie .cnt-top-movie-notice {
  font-size: 1.4rem;
  margin-top: 16px;
  line-height: 1.8;
}
#top-movie .cnt-video {
  /* width: 31.9%; */
  width: 48.7%;
  margin-bottom: 36px;
  padding: 0 9px;
}
#top-movie .cnt-video p {
  margin-top: 36px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #top-movie .cnt-inner {
    width: 76%;
  }
  #top-movie .cnt-video-wrap{
    justify-content: space-between;
  }
  #top-movie .cnt-video {
    width: 48.7%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #top-movie {
    padding: 13vw 0;
  }
  #top-movie .cnt-inner {
    width: 81.8%;
    max-width: none;
    margin: 0 auto;
  }
  #top-movie .cnt-video-wrap{
    display: block;
  }
  #top-movie .cnt-top-movie-header {
    margin-bottom: 8vw;
  }
  #top-movie h3 {
    font-size: 1.9rem;
    line-height: 3rem;
  }
  #top-movie .cnt-top-movie-sub {
    font-size: 1.3rem;
    margin-top: 1vw;
  }
  #top-movie .cnt-top-movie-notice {
    font-size: 1rem;
    margin-top: 2vw;
  }
  #top-movie .cnt-video {
    width: 100%;
    margin-bottom: 5vw;
  }
  #top-movie .cnt-video p {
    margin-top: 5vw;
    font-size: 1.3rem;
  }
}

/* ==============================
  よくある質問
============================== */
#top-faq {
  background-color: #f2f2f2;
  padding: 114px 0 120px;
}
#top-faq h3 {
  margin-bottom: 71px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.1rem;
}
#top-faq .cnt-inner {
  width: 71.7%;
  max-width: 980px;
  margin: 0 auto;
}
#top-faq h5 {
  margin: 0 0 25px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 3.1rem;
}
#top-faq .top-faq-box + .top-faq-box  {
  margin-top: 75px;
}

#top-faq .open_tab {
  padding: 2.3rem 0;
  border-bottom: 1px solid #dddddd;
}
#top-faq h5 + .open_tab {
  border-top: 1px solid #dddddd;
}

#top-faq .open_tab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#top-faq .open_tab label {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 3rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.2rem;
  cursor: pointer;
}
#top-faq .open_tab label:before {
  content: "Q.";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

#top-faq .open_tab .open_tab-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  font-size: 1.6rem;
}
#top-faq .open_tab .open_tab-content p {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 3rem;
  font-size: 1.6rem;
  line-height: 3.2rem;
  box-sizing: border-box;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, padding-top 0.4s ease-out, padding-bottom 0.4s ease-out;
}
#top-faq .open_tab input:checked ~ .open_tab-content p {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  transition: visibility 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s, padding-top ease-out 0.4s, padding-bottom ease-out 0.4s;
}
#top-faq .open_tab .open_tab-content p:before {
  content: "A.";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#top-faq .open_tab input:checked ~ .open_tab-content p:before {
  visibility: visible;
  height: auto;
  opacity: 1;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  transition: visibility 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s, padding-top ease-out 0.4s, padding-bottom ease-out 0.4s;
}
#top-faq .open_tab input:checked ~ .open_tab-content {
  visibility: visible;
  opacity: 1;
}
#top-faq .open_tab label:after {
  content: "＋";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  position: absolute;
  right: 1.5rem;
  top: 0;
}
#top-faq .open_tab input:checked ~ label::after {
  content: "－";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  position: absolute;
  right: 1.5rem;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #top-faq .cnt-inner {
    width: 92%;
    max-width: 944px;
  }
}
@media screen and (max-width: 767px) {
  #top-faq {
    padding: 13vw 0;
  }
  #top-faq h3 {
    margin-bottom: 8vw;
    font-size: 1.9rem;
    line-height: 3.5rem;
  }
  #top-faq .cnt-inner {
    width: 81.8%;
    max-width: none;
  }
  #top-faq h5 {
    margin: 0 0 3vw;
    font-size: 1.7rem;
    line-height: 3.5rem;
  }
  #top-faq .top-faq-box + .top-faq-box {
    margin-top: 13vw;
  }

  #top-faq .open_tab label {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  #top-faq .open_tab .open_tab-content {
    font-size: 1.6rem;
  }
  #top-faq .open_tab .open_tab-content p {
    font-size: 1.3rem;
    line-height: 2.1rem;
  }

  #top-faq .open_tab label:after {
    width: 1.4rem;
    right: 0;
  }
  #top-faq .open_tab input:checked ~ label::after {
    width: 1.4rem;
    right: 0;
  }
}

/* ==============================
  利用者向けサポート
============================== */
#top-support {
  background-color: #333333;
  padding: 110px 0 113px;
  color: #ffffff;
  text-align: center;
}
#top-support .cnt-inner{
  width: 71.7%;
  max-width: 980px;
  margin: 0 auto;
}
#top-support h3 {
  margin-bottom: 75px;
  font-size: 3rem;
  font-weight: bold;
}
#top-support .news{
  margin-bottom: 80px;
}
#top-support .news-post{
  border-top: 1px solid #444444;
}
#top-support .news-post-link{
  display: flex;
  position: relative;
  text-align: left;
  padding: 32px 40px 32px 0;
  color: #fff;
}
#top-support .news-post-link.is-pdf:after,
#top-support .news-post-link[href$=".pdf"]:after{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
#top-support .news-post-link.is-pdf:after,
#top-support .news-post-link[href$=".html"]:after{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_window.gif);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
#top-support .news-post-link:hover {
  text-decoration: none;
  opacity: 1;
}
#top-support .news-post-link:hover  .news-post-title{
  text-decoration: underline;
}
#top-support .news-post:first-of-type{margin-top: 36px;}
#top-support .news-post:last-of-type{border-bottom: 1px solid #444444;}
#top-support .news-post-date{
  flex: 0 0 auto;
  width: 130px;
  font-size: 1.6rem;
}
#top-support .news-post-title{font-size: 1.6rem;}
#top-support .news .btn-pdf a::after {
  display: none;
}
#top-support h5 {
  margin-bottom: 13px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.1rem;
}
#top-support p {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
#top-support .support-action-list {
  display: grid;
  row-gap: 20px;
  margin: 37px 0 85px;
}
#top-support .support-action-item .btn-pdf a {
  display: inline-block;
  padding: 16px;
  font-size: 1.4rem;
}
#top-support .btn-pdf a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../img/btn-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#top-support .btn-pdf a:hover {
  text-decoration: none;
}
#top-support .tel,
#top-support .mail {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2.3rem;
}
#top-support .tel {
  margin-top: 31px;
}
#top-support .tel img {
  width: 2rem;
  max-width: 20px;
  margin-right: 6px;
}
#top-support .mail {
  margin-top: 21px;
}
#top-support .mail img {
  width: 2.8rem;
  max-width: 28px;
  margin-right: 14px;
}
#top-support .tel span {
  display: block;
  margin-top: 6px;
  font-size: 1.3rem;
  font-weight: normal;
}
#top-support .maxhub-copyright {
  margin-top: 36px;
  font-size: 1.2rem;
  line-height: 1.92rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top-support {
    padding: 12vw 0;
  }
  #top-support .cnt-inner {
    width: 81.8%;
    margin: 0 auto;
  }
  #top-support .news{
    margin-bottom: 40px;
  }
  #top-support .news-post{
    display: block;
  }
  #top-support .news-post-link{
    display: block;
    padding: 22px 40px 25px 0;
  }
  #top-support .support-action-item .btn-pdf a {
    width: 100%;
  }
  #top-support .news-post:first-of-type{margin-top: 21px;}
  #top-support .news-post-date{
    /* flex: 0 0 auto;
    width: 130px; */
    font-size: 1.2rem;
  }
  #top-support .news-post-title{
    margin-top: 12px;
    font-size: 1.3rem;
  }
  #top-support h3 {
    margin-bottom: 8vw;
    font-size: 1.9rem;
    line-height: 3.5rem;
  }
  #top-support h5 {
    margin-bottom: 5vw;
    font-size: 1.9rem;
    line-height: 2.85rem;
  }
  #top-support p {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  #top-support .support-action-list {
    display: grid;
    row-gap: 4vw;
    margin: 8vw 0 10vw;
  }
  #top-support .support-action-item .btn-pdf a {
    width: 100%;
    padding: 4vw 1vw;
    font-size: 1.3rem;
  }
  #top-support .tel,
  #top-support .mail {
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9rem;
  }

  #top-support .tel {
    margin-top: 6vw;
  }
  #top-support .tel img {
    width: 1.5rem;
    max-width: none;
    margin-right: 1.5rem;
    vertical-align: bottom;
  }
  #top-support .mail {
    margin-top: 5vw;
  }
  #top-support .mail img {
    width: 2rem;
    max-width: none;
    margin-right: 1rem;
    vertical-align: bottom;
  }
  #top-support .tel span {
    margin-top: 5vw;
    font-size: 1.3rem;
    line-height: 1.9rem;
  }
  #top-support .maxhub-copyright {
    margin-top: 9.6vw;
    line-height: 1.8rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #top-support .support-action-item .btn-pdf a {
    min-width: 360px;
  }
}

/* ==============================
  moadl
============================== */
body.fixed {
  position: fixed;
  left: 0;
}
.modal-window-lineup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 99999;
}

.modal-wrap-lineup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 880px;
  height: 100%;
  max-height: 830px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #444444;
}

.modal-wrap-lineup-inner {
  position: relative;
  width: 680px;
  margin: 88px auto 54px;
}

.modal-wrap-lineup h3 {
  margin: 0 0 55px;
  font-size: 3.85rem;
  font-weight: normal;
  line-height: 4.6rem;
}

.modal-wrap-lineup input[type="radio"] {
  display: none;
}
.modal-wrap-lineup label {
  position: relative;
  display: block;
  width: 500px;
  margin-bottom: 10px;
  padding: 10px 10px 8px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.2rem;
  color: #232222;
  cursor: pointer;
}

.modal-wrap-lineup label:hover {
  opacity: 0.5;
}

.modal-wrap-lineup input:checked + label {
  background-color: #4c4c4c;
  border: 1px solid #4c4c4c;
}
.modal-wrap-lineup input:checked + label span.btn-text {
  color: #fff;
}
.modal-wrap-lineup label:last-of-type {
  margin-bottom: 37px;
}

.modal-inner {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

#spec-01:checked ~ #spec-content_01,
#spec-02:checked ~ #spec-content_02,
#spec-03:checked ~ #spec-content_03,
#spec-04:checked ~ #spec-content_04,
#spec-05:checked ~ #spec-content_05  {
  height: auto;
  overflow: auto;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
  -ms-overflow-style: none;
}

.modal-inner .lineup_img {
  position: absolute;
  top: 130px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 166px;
  height: 166px;
  opacity: 0;
}
#spec-01:checked ~ #spec-content_01 .lineup_img,
#spec-02:checked ~ #spec-content_02 .lineup_img,
#spec-03:checked ~ #spec-content_03 .lineup_img,
#spec-04:checked ~ #spec-content_04 .lineup_img,
#spec-05:checked ~ #spec-content_05 .lineup_img {
  opacity: 1;
}
.modal-inner .lineup_img img {
  width: 100%;
}
/* #spec-content_03.modal-inner .lineup_img img {
  width: 148px;
}*/
#spec-content_05.modal-inner .lineup_img img {
  width: 148px;
} 
.modal-close-btn {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  background-color: #dddddd;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.modal-close-btn::before,
.modal-close-btn::after {
  content: "";
  background: #232222;
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  right: 21px;
  top: 21px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-close-btn::before {
  right: 21px;
  top: 21px;
  -webkit-transform: translateX(3px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(3px) translateY(4px) rotate(-45deg);
  transform: translateX(3px) translateY(4px) rotate(-45deg);
}
.modal-close-btn::after {
  right: 21px;
  top: 29px;
  -webkit-transform: translateX(3px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(3px) translateY(-4px) rotate(45deg);
  transform: translateX(3px) translateY(-4px) rotate(45deg);
}

.modal-close-btn:hover {
  opacity: 0.5;
}

.modal-close-btn.footer {
  position: relative;
  top: 0;
  right: 0;
  background-color: #4c4c4c;
  width: 180px;
  height: auto;
  margin: 50px auto 0;
  padding: 14px 0 13px;
  border-radius: 24px;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}
.modal-close-btn.footer::before,
.modal-close-btn.footer::after {
  display: none;
}

.modal-btn-wrap {
  width: 158px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.modal-inner h6 {
  margin: 0 0 5px 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.modal-inner table + h6 {
  margin-top: 17px;
}
.modal-inner table {
  width: 100%;
  border-top: 3px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 1.4rem;
}
.modal-inner table th,
.modal-inner table td {
  padding: 3px 10px 2px;
}
.modal-inner table th {
  width: 250px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
  font-weight: normal;
}
.modal-inner table td {
  border-bottom: 1px solid #dddddd;
}
.modal-inner h6 + p {
  padding: 3px 10px 2px;
  border-top: 3px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 1.4rem;
}

.modal-inner ul {
  margin-top: 10px;
}
.modal-inner li {
  display: block;
  padding-left: 1.6rem;
  font-size: 1.4rem;
}
.modal-inner li::before {
  content: "●";
  display: block;
  float: left;
  margin-left: -1.6rem;
  width: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-window-lineup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 99999;
  }

  .modal-wrap-lineup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 84%;
    max-width: auto;
    height: 84%;
    max-height: auto;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #444444;
  }

  .modal-wrap-lineup-inner {
    position: relative;
    width: 88%;
    margin: 17vw auto 22vw;
  }

  .modal-wrap-lineup h3 {
    margin: 0 0 8vw;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .modal-wrap-lineup input[type="radio"] {
    display: none;
  }
  .modal-wrap-lineup label {
    width: 100%;
    padding: 10px 23px 8px;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .modal-wrap-lineup label:last-of-type {
    margin-bottom: 5vw;
  }

  /* .modal-inner {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }

  #spec-01:checked ~ #spec-content_01,
  #spec-02:checked ~ #spec-content_02,
  #spec-03:checked ~ #spec-content_03 {
    height: auto;
    overflow: auto;
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    -o-transition: 0.5s opacity;
    transition: 0.5s opacity;
  } */

  .modal-inner .lineup_img {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 8vw;
  }
  .modal-inner .lineup_img img {
    width: 70%;
  }
  #spec-content_03.modal-inner .lineup_img img {
    width: 42%;
  }

  .modal-close-btn {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    background-color: #dddddd;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
  }
  .modal-close-btn::before,
  .modal-close-btn::after {
    width: 13px;
    height: 1px;
    position: absolute;
    right: 13px;
    top: 13px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .modal-close-btn::before {
    right: 13px;
    top: 13px;
    -webkit-transform: translateX(3px) translateY(4px) rotate(-45deg);
    -ms-transform: translateX(3px) translateY(4px) rotate(-45deg);
    transform: translateX(3px) translateY(4px) rotate(-45deg);
  }

  .modal-close-btn::after {
    right: 13px;
    top: 21px;
    -webkit-transform: translateX(3px) translateY(-4px) rotate(45deg);
    -ms-transform: translateX(3px) translateY(-4px) rotate(45deg);
    transform: translateX(3px) translateY(-4px) rotate(45deg);
  }

  .modal-close-btn.footer {
    width: 100%;
    margin: 13vw auto 0;
    padding: 14px 0 13px;
    font-size: 1.5rem;
  }
  .modal-close-btn.footer::before,
  .modal-close-btn.footer::after {
    display: none;
  }

  .modal-btn-wrap {
    width: 158px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .modal-inner h6 {
    margin: 0 0 5px 10px;
    font-size: 1.4rem;
  }
  .modal-inner table + h6 {
    margin-top: 17px;
  }
  .modal-inner table {
    width: 100%;
    border-top: 3px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .modal-inner table th,
  .modal-inner table td {
    padding: 6px 10px 4px;
    vertical-align: middle;
  }
  .modal-inner table th {
    width: 35%;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: left;
  }
  .modal-inner table td {
    border-bottom: 1px solid #dddddd;
  }
  .modal-inner h6 + p {
    padding: 3px 10px 2px;
    border-top: 3px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
  }

  .modal-inner ul {
    margin-top: 10px;
  }
  .modal-inner li {
    display: block;
    padding-left: 1.6rem;
    font-size: 1.4rem;
  }
  .modal-inner li::before {
    content: "●";
    display: block;
    float: left;
    margin-left: -1.6rem;
    width: 1.6rem;
    text-align: center;
  }
}


/*---------------------------------------------------------------------------------------------------------------------
240130 lineup area remake
---------------------------------------------------------------------------------------------------------------------*/

.maxhubList_ul {
  width: 100%;
  max-width: 1360px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;  
}
    .maxhubList_ul .maxhubList_li {
    width: 30%!important;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 40px 1% 0;
}
        .maxhubList_ul .maxhubList_li p {
      display: block;
      width: 100%;
      font-size: 2rem;
      margin-bottom: 32px;
      flex-grow: 1;
}
        .maxhubList_ul .maxhubList_li img {
      display: block;
      width: 100%;
}



.btn-pdf2 a {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  color: #232222;
}

.btn-pdf2 a:hover {
  opacity: 0.5;
}

#top-lineup .btn-pdf2 a {
  display: inline-block;
  width: 80%;
  max-width: 260px;
  margin-top: 40px;
  padding: 17px 0;
  border: 1px solid #4c4c4c;
  font-size: 1.4rem;
}
#top-lineup .btn-pdf2 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../img/btn-pdf.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#top-lineup .btn-pdf2 a:hover {
  text-decoration: none;
}



@media screen and (max-width: 767px) {
  
.maxhubList_ul {
  flex-direction: column;
}
    .maxhubList_ul .maxhubList_li {
    width: 100%!important;
}
#top-lineup .btn-pdf2 a {
  max-width: 80%;
  
}

}


/*---------------------------------------------------------------------------------------------------------------------
241211 solution area remake
---------------------------------------------------------------------------------------------------------------------*/

#top-solution .cnt-box-solution2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-content: space-between;}
  #top-solution .cnt-box-solution2 li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ffffff;
    align-items: flex-start;
    width: 31.9%;
    max-width: 313px;
    margin-bottom: 20px;
    padding: 3rem 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
      #top-solution .cnt-box-solution2 li .new_icon {
      position: absolute;
      top: 3px;
      left: 6px;
      font-size: 1.5em;
      color: red;
      font-weight: bold;}
      #top-solution .cnt-box-solution2 li .sol_top {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      box-sizing: border-box;
      margin-bottom: 20px;
      width: 100%;}
          #top-solution .cnt-box-solution2 li .sol_top h5 {
        display: block;
        width: 100%;
        max-height: 60px;
        text-align: center;
        font-size: 2rem;
        font-weight: bold;
        line-height: 3rem;}
          #top-solution .cnt-box-solution2 li .sol_top img {
        width: 100%;
        bottom: 0;}
      #top-solution .cnt-box-solution2 li .sol_txt {
      display: inline-block;
      position: relative;
      left: 0;
      right: 0;
      margin: 0 auto 20px;
      flex-grow: 1;}
          #top-solution .cnt-box-solution2 li .sol_txt p {
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.8rem;}
    #top-solution .cnt-box-solution2 li .sol_img {
      display: inline-block;
      width: 100%;}
        #top-solution .cnt-box-solution2 li .sol_img img {
        width: 100%;}

@media screen and (min-width: 767px) {
  #top-solution .cnt-box-solution2 li {
    flex-direction: column;}
          #top-solution .cnt-box-solution2 li .sol_top h5 {
        margin-bottom: 20px;}
      #top-solution .cnt-box-solution2 li .sol_txt {
      width: 100%;}
    #top-solution .cnt-box-solution2 li .sol_img {
      width: 100%;
      vertical-align: bottom;}
}
@media screen and (max-width: 1024px) {
  #top-solution .cnt-box-solution2 li {
    width: 48.7%;
    max-width: 380px;}
}
@media screen and (max-width: 767px) {
  #top-solution .cnt-box-solution2 li {
    width: 100%;
    flex-direction: row;
    max-width: none;
    margin-bottom: 4vw;
    padding: 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;}
          #top-solution .cnt-box-solution2 li .sol_top h5 {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 2.3rem;}
          #top-solution .cnt-box-solution2 li .sol_top > img {
        display: block;
        width: 86%;
        margin: 0 auto;}
      #top-solution .cnt-box-solution2 li .sol_txt {
      width: 55%;
      padding-right: 20px;
      margin-bottom: 0;}
      #top-solution .cnt-box-solution2 li .sol_txt p {
      font-size: 1.3rem;
      line-height: 2.1rem;}
    #top-solution .cnt-box-solution2 li .sol_img {
      width: 42%;
      vertical-align: bottom;}
}


/* ---- Hamburger tap target & bars: center-based positioning ---- */
#maxhub_header .top .menu a{
  display:block;
  position:relative;
  width:50px;             /* クリック範囲 */
  height:50px;
  padding:0;
}

/* 3本線の共通スタイルを中央基準で配置 */
#maxhub_header .top .menu a::before,
#maxhub_header .top .menu a::after,
#maxhub_header .top .menu a span::before{
  content:"";
  position:absolute;
  right:10px;
  width:30px;
  height:2px;
  background:#333;
  top:50% !important;                    /* ← 固定値topを無効化 */
  transform:translateY(-50%);            /* 真ん中の線 */
}

/* 上下の線は中央からオフセット */
#maxhub_header .top .menu a::before{
  transform:translateY(calc(-50% - 8px));
}
#maxhub_header .top .menu a::after{
  transform:translateY(calc(-50% + 8px));
}

/* 開閉（×）時の見た目調整 */
#maxhub_header .top .menu a.open::before,
#maxhub_header .top .menu a.open::after,
#maxhub_header .top .menu a.open span::before{
  width:25px;
}
#maxhub_header .top .menu a.open::before{
  right:16px;
  transform:translateY(-50%) rotate(-45deg);
}
#maxhub_header .top .menu a.open::after{
  right:16px;
  transform:translateY(-50%) rotate(45deg);
}
#maxhub_header .top .menu a.open span::before{
  opacity:0;
  transform:none;
}

/*CMS用レイアウト調整*/

.maxhubLogo {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	max-width: 307px;
	height: 29px;}
    .maxhubLogo img {
		width: 70%;
		height: auto;}
#maxhub {
	padding-top: 7!important;}
/*
.uCommonspread {
	padding-bottom: 0!important;}
*/
#top-support {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow-x: hidden;}
.uCommonspread:where(._edgecolor)::before {
	z-index: 9;}
#kkyfootArea,
#footBreadcrumb {
	z-index: 10;}

