@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap);
@charset "UTF-8";
#msih-canvas {
  margin-top: 64px;
}
#msih-canvas * {
  font-family: "Noto Sans JP", sans-serif;
}

.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12.branded-landing-page-content {
  max-width: 100% !important;
  margin-top: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
}

.htmlfragment.aem-GridColumn.aem-GridColumn--default--12 {
  padding: 0 !important;
}

.standard-white-component *,
.standard-white-component *:before,
.standard-white-component *:after {
  box-sizing: border-box;
}

.cmp-preliminary-header {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 70px;
  position: absolute;
  z-index: 2;
  top: 0;
}
.cmp-preliminary-header .preliminary-header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
}
.cmp-preliminary-header .preliminary-header .cmp-header__logo img {
  width: 110px;
  position: relative;
  top: 5px;
}

.content a {
  text-decoration: none;
}

.end-column {
  margin-bottom: 0;
}

/*
@media screen and (min-width: 1100px) {
    .sp , nav {
        display: block !important;
    }
}
*/
.branded-landing-page-content {
  max-width: 100%;
  margin: 0;
}

.htmlfragment {
  padding: 0;
}

.hero-banner {
  position: relative;
}
.hero-banner img {
  display: block;
  width: 100%;
  height: 704px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-banner-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-banner-text p {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 600;
  margin-left: 32px;
}
.hero-banner-text h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-left: 32px;
}

.hero-banner-buttons {
  display: flex;
  justify-content: center; /* ボタンを中央揃えに変更 */
  gap: 10px;
  width: 100%;
  height: 124px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 0px;
}
.hero-banner-buttons a {
  flex: 1;
  height: 100%;
  background-size: cover;
  background-position: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: white;
  width: 400px;
  font-size: 14px;
}
.hero-banner-buttons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hero-button {
  width: 90%;
  /* 下划线宽度 */
  height: 100px;
  background-size: cover;
  background-position: center;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  /* 标题靠左 */
  padding-left: 25px;
  /* 左边距 */
  line-height: 88px;
  /* 调整行高，使下划线与文字间距为12px */
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.hero-button.nav-concept {
  background-image: url("/img/socialInnovationHub/maebashi/hero-button-01.png");
}
.hero-button.nav-facility {
  background-image: url("/img/socialInnovationHub/maebashi/hero-button-02.png");
}
.hero-button.nav-gallery {
  background-image: url("/img/socialInnovationHub/maebashi/hero-button-03.png");
}
.hero-button.nav-recruit {
  background-image: url("/img/socialInnovationHub/maebashi/hero-button-04.png");
}
.hero-button.nav-work {
  background-image: url("/img/socialInnovationHub/maebashi/hero-button-05.png");
}
.hero-button.nav-contact {
  background-image: url("/img/socialInnovationHub/maebashi/hero-button-06.png");
}
.hero-button.nav-access {
  background-image: url("/img/socialInnovationHub/maebashi/hero-button-07.png");
}
.hero-button::after {
  content: "";
  display: block;
  width: 200px;
  /* 下划线宽度 */
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 12px;
  /* 调整下划线位置，与文字间距为12px */
  left: 25px;
  /* 左边距与标题一致 */
}

.innovation-hub {
  background-color: #53565A;
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.innovation-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1127px;
  margin: 40px auto 20px auto;
}
@media screen and (max-width: 767px) {
  .innovation-title {
    width: 100dvw;
    margin: 20px auto;
  }
}

.innovation-title h2 {
  color: #FFFFFF;
  margin-bottom: 60px;
}

.innovation-content {
  display: flex;
  justify-content: center;
  gap: 39px;
  flex-wrap: wrap;
}
.innovation-content a {
  text-decoration: none;
}

.innovation-card {
  width: 544px;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .innovation-card {
    width: 90dvw;
  }
}
.innovation-card.dpark {
  background-image: url("/img/socialInnovationHub/maebashi/Deloitte Tohmatsu Innovation Park.png");
}
.innovation-card.sapporo {
  background-image: url("/img/socialInnovationHub/maebashi/SSIH.png");
}

.innovation-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#TopKv .kv_wrap {
  width: 100%;
  height: 567px;
  margin: 0 auto;
  /*background: url(/img/socialInnovationHub/maebashi/maebashi.png) no-repeat 0 0 / contain;*/
  background-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap {
    height: 530px;
    background: url(/img/socialInnovationHub/maebashi/maebashi.png) no-repeat 0 0/contain;
    background-position: center center;
    background-size: auto 90%;
  }
}
#TopKv .kv_wrap .title-position {
  display: none;
  width: 783px;
  height: 229px;
  margin: 0 auto;
  margin-top: 155px;
  text-align: center;
  position: relative;
  padding: 14px 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap .title-position {
    width: 100%;
    height: 200px;
    padding: 14px 0 0 41px;
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
  }
}
#TopKv .kv_wrap .title-position h1 {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 500;
  color: #065989;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap .title-position h1 {
    font-size: 33px;
    line-height: 1.5;
    padding-right: 60px;
  }
}
#TopKv .kv_wrap .title-position h1 span {
  display: block;
}
#TopKv .kv_wrap .title-position h2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #86BC25;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap .title-position h2 {
    font-size: 20px;
    line-height: 1.5;
    width: auto;
    width: 220px;
  }
}

#KvSecondary {
  background: #F1F1F1;
}
#KvSecondary .topics__list {
  padding: 32px 100px;
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #KvSecondary .topics__list {
    display: block;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  #KvSecondary .topics__list__label {
    display: block;
  }
}
#KvSecondary .topics__list__label span {
  min-width: 95px;
  font-size: 16px;
  display: block;
  line-height: 1.5;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 3px 26px 5px 20px;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
#KvSecondary .topics__list ul {
  font-size: 16px;
  line-height: 2;
}
#KvSecondary .topics__list ul li {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #KvSecondary .topics__list ul li {
    display: block;
    margin-top: 10px;
  }
}
#KvSecondary .topics__list ul li:hover {
  text-decoration: underline;
}
#KvSecondary .topics__list ul li span {
  display: inline-block;
  color: #26890D;
  font-weight: bold;
  min-width: 155px;
}
@media screen and (max-width: 767px) {
  #KvSecondary .topics__list ul li span {
    display: block;
  }
}
#KvSecondary .topics__list ul li a {
  color: #1E2022;
}
#KvSecondary .kvs__list {
  width: 100%;
  background: #333333;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list {
    background: none;
  }
}
#KvSecondary .kvs__list ul {
  width: 100%;
  max-width: 1200px;
  height: 86px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -moz-column-gap: 0;
       column-gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 86px 86px 86px;
    -moz-column-gap: 1px;
         column-gap: 1px;
    row-gap: 1px;
  }
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li:nth-child(6) {
    display: none;
  }
}
#KvSecondary .kvs__list ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a {
    font-size: 14px;
    background: #333333;
    font-weight: 200;
  }
}
#KvSecondary .kvs__list ul li a:hover {
  background: #26890D;
}
#KvSecondary .kvs__list ul li a span {
  padding-left: 25px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span {
    padding: 0;
    display: block;
  }
}
#KvSecondary .kvs__list ul li a span.item01::before {
  position: absolute;
  left: -5px;
  background-image: url(/img/socialInnovationHub/maebashi/001.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  content: "";
  width: 17px;
  height: 20px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item01::before {
    position: static;
    margin: 0 auto 5px;
  }
}
#KvSecondary .kvs__list ul li a span.item02::before {
  position: absolute;
  left: -7px;
  background-image: url(/img/socialInnovationHub/maebashi/002.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  width: 20px;
  height: 22px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item02::before {
    position: static;
    margin: 0 auto 5px;
  }
}
#KvSecondary .kvs__list ul li a span.item03::before {
  position: absolute;
  left: -10px;
  background-image: url(/img/socialInnovationHub/maebashi/003.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  content: "";
  width: 23px;
  height: 20px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item03::before {
    position: static;
    margin: 0 auto 5px;
  }
}
#KvSecondary .kvs__list ul li a span.item04::before {
  position: absolute;
  left: -8px;
  background-image: url(/img/socialInnovationHub/maebashi/004.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  content: "";
  width: 22px;
  height: 19px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item04::before {
    position: static;
    margin: 0 auto 5px;
  }
}
#KvSecondary .kvs__list ul li a span.item05::before {
  position: absolute;
  left: -5px;
  background-image: url(/img/socialInnovationHub/maebashi/005.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  width: 20px;
  height: 19px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item05::before {
    position: static;
    margin: 0 auto 5px;
  }
}
#KvSecondary .kvs__list ul li a span.item06::before {
  position: absolute;
  left: -7px;
  background-image: url(/img/socialInnovationHub/maebashi/006.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
  width: 24px;
  height: 22px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item06::before {
    position: static;
    margin: 0 auto 5px;
  }
}
#KvSecondary .kvs__list ul li a span.item07::before {
  position: absolute;
  left: 1px;
  background-image: url(/img/socialInnovationHub/maebashi/007.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  content: "";
  width: 14px;
  height: 19px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item07::before {
    position: static;
    margin: 0 auto 5px;
  }
}
#KvSecondary .kvs__list ul li a span.item08::before {
  position: absolute;
  left: -8px;
  background-image: url(/img/socialInnovationHub/maebashi/008.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
  width: 24px;
  height: 22px;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 915px) {
  #KvSecondary .kvs__list ul li a span.item08::before {
    position: static;
    margin: 0 auto 5px;
  }
}

#SecondView {
  padding: 0 30px;
}
#SecondView .view__container {
  width: 100%;
  display: block;
}
#SecondView .view__container .midashi {
  font-size: 24px;
  color: #1E2022;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.5;
}
#SecondView .view__container .explanation {
  font-size: 16px;
  color: #1E2022;
  font-weight: 400;
  line-height: 1.5;
}
#SecondView .view__top-wrap {
  display: flex;
  gap: 52px;
  justify-content: center;
  max-width: 1200px;
  margin: 125px auto 40px;
}
@media screen and (max-width: 915px) {
  #SecondView .view__top-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: auto;
  }
}
#SecondView .view__top-wrap__LeftContainer {
  width: 100%;
}
@media screen and (max-width: 915px) {
  #SecondView .view__top-wrap__LeftContainer {
    order: 2;
  }
}
#SecondView .view__top-wrap__RightContainer {
  width: 110%;
}
@media screen and (max-width: 915px) {
  #SecondView .view__top-wrap__RightContainer {
    order: 1;
    width: 100%;
  }
}
#SecondView .view__top-wrap__RightContainer p {
  width: 100%;
}
#SecondView .view__top-wrap__RightContainer p img {
  width: 100%;
}
#SecondView .view__top-wrap ul {
  margin-top: 20px;
}
@media screen and (max-width: 915px) {
  #SecondView .view__top-wrap ul {
    width: 100%;
    margin-top: 40px;
  }
}
#SecondView .view__top-wrap ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #1E2022;
  display: block;
  position: relative;
  /*width: 340px;*/
  padding: 12px 0 14px 17px;
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.0823529412);
  border-radius: 4px;
  border-left: 10px #86BC25 solid;
  margin-bottom: 16px;
  line-height: 1.5;
  transition: 0.3s;
}
@media screen and (max-width: 915px) {
  #SecondView .view__top-wrap ul li a {
    width: auto;
  }
}
#SecondView .view__top-wrap ul li a img {
  position: absolute;
  right: 24px;
  top: 18px;
  transition: 0.3s;
  width: auto;
}
#SecondView .view__top-wrap ul li a:hover {
  background: #F1F7E7;
}
#SecondView .view__top-wrap ul li a:hover img {
  right: 20px;
}
#SecondView .view__bottom-wrap {
  display: flex;
  gap: 52px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto 125px;
}
@media screen and (max-width: 915px) {
  #SecondView .view__bottom-wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    height: auto;
    margin: 0 auto 70px;
  }
}
#SecondView .view__bottom-wrap__RightContainer {
  width: 100%;
}
@media screen and (max-width: 915px) {
  #SecondView .view__bottom-wrap__RightContainer {
    order: 2;
  }
}
#SecondView .view__bottom-wrap__LeftContainer {
  width: 110%;
}
@media screen and (max-width: 915px) {
  #SecondView .view__bottom-wrap__LeftContainer {
    order: 1;
    width: 100%;
  }
}
#SecondView .view__bottom-wrap__LeftContainer p {
  width: 100%;
}
#SecondView .view__bottom-wrap__LeftContainer p img {
  width: 100%;
}
#SecondView .view__bottom-wrap__explanation {
  background-image: url(/img/socialInnovationHub/maebashi/secondary-img-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
}
@media screen and (max-width: 767px) {
  #SecondView .view__bottom-wrap__explanation {
    order: 2;
    height: 316px;
  }
}
#SecondView .view__bottom-wrap__explanation p {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.5;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #SecondView .view__bottom-wrap__explanation p {
    line-height: 1.6;
  }
}
#SecondView .view__bottom-wrap .view__midashi {
  order: 2;
}
@media screen and (max-width: 767px) {
  #SecondView .view__bottom-wrap .view__midashi {
    order: 1;
  }
}
#SecondView .view__midashi {
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#SecondView .view__midashi p {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #SecondView .view__midashi p {
    font-size: 22px;
    padding: 0 20px;
  }
}

#IH-Attempt {
  background: #F1F1F1;
  padding: 125px 0;
}
@media screen and (max-width: 767px) {
  #IH-Attempt {
    padding: 70px 0 23px;
  }
}
#IH-Attempt .attempt__wrap {
  color: #1E2022;
}
#IH-Attempt .attempt__wrap__title {
  font-size: 55px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #IH-Attempt .attempt__wrap__title {
    font-size: 41px;
  }
}
#IH-Attempt .attempt__wrap__title span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #IH-Attempt .attempt__wrap__title span {
    font-size: 16px;
    margin-top: 15px;
  }
}
#IH-Attempt .attempt__wrap__explanation {
  font-size: 18px;
  font-weight: 600;
  margin: 50px auto 80px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #IH-Attempt .attempt__wrap__explanation {
    font-size: 16px;
    font-weight: 500;
    padding: 0 50px;
    word-break: auto-phrase;
    margin: 50px auto 40px;
  }
}
#IH-Attempt .attempt__list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #IH-Attempt .attempt__list {
    display: block;
  }
}
#IH-Attempt .attempt__list__card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #IH-Attempt .attempt__list__card {
    margin-bottom: 40px;
  }
}
#IH-Attempt .attempt__list__card .card-img img {
  width: 100%;
}
#IH-Attempt .attempt__list__card .card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin: 20px auto 28px;
  text-align: center;
}
#IH-Attempt .attempt__list__card .card-explanation {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 36px 33px;
}

#Facility .facility__wrap {
  width: 100%;
  height: 458px;
  margin: 0 auto 124px;
  background: url(/img/socialInnovationHub/maebashi/facility-bg.jpg) no-repeat 0 0/cover;
  background-position: top right;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #Facility .facility__wrap {
    background-position: top center;
    margin: 0 auto 40px;
  }
}
#Facility .facility__wrap__head {
  width: 758px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 36px 0 48px;
  color: #1E2022;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #Facility .facility__wrap__head {
    width: 90%;
  }
}
#Facility .facility__wrap__head__title {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5;
}
#Facility .facility__wrap__head__title span {
  display: block;
  font-weight: bold;
}
#Facility .facility__wrap__head__title span::after {
  display: block;
  content: "";
  background: #25890D;
  width: 80px;
  height: 5px;
  margin: 16px auto 0;
}
#Facility .facility__wrap__head__explanation {
  font-size: 18px;
  margin-top: 38px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #Facility .facility__wrap__head__explanation {
    font-size: 16px;
    font-weight: 600;
    padding: 0 23px;
    line-height: 1.5;
  }
}
#Facility .facility__wrap__head__explanation span {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #Facility .facility__wrap__head__explanation span {
    display: none;
  }
}
#Facility .facility__wrap__head__explanation br {
  display: none;
}
@media screen and (max-width: 767px) {
  #Facility .facility__wrap__head__explanation br {
    display: block;
  }
}
#Facility .facility__list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 13px;
       column-gap: 13px;
  justify-content: center;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #Facility .facility__list__card {
    margin-bottom: 40px;
  }
}
#Facility .facility__list__card .card-img img {
  border-radius: 6px;
  width: 100%;
}
#Facility .facility__list .grid_position {
  margin-top: 30px;
}
#Facility .facility-explanation {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#Facility .facility-explanation p {
  font-size: 18px;
  font-weight: 600;
  color: #1E2022;
  text-align: center;
  line-height: 1.5;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #Facility .facility-explanation p {
    margin: 0;
  }
}
#Facility .facility-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
  max-width: 1200px;
  margin: 125px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #Facility .facility-area {
    display: flex;
    max-width: 100%;
    padding: 0 20px;
    flex-flow: column;
  }
}
#Facility .facility-area__img {
  width: 100%;
}
#Facility .facility-area__img img {
  width: 100%;
}
#Facility .facility-area__explanation .facility-title {
  font-size: 20px;
  font-weight: bold;
  color: #1E2022;
  margin-bottom: 30px;
}
#Facility .facility-area__explanation .text-list {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 55px;
  padding-left: 20px;
}
#Facility .facility-area__explanation .text-list li {
  margin-bottom: 20px;
  font-size: 16px;
}
#Facility .facility-area__explanation .img-list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  #Facility .facility-area__explanation .img-list {
    justify-content: center;
  }
}
#Facility .facility-area__explanation .img-list li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Facility .facility-area__explanation .img-list li:nth-child(n+3) {
    display: none;
  }
}
#Facility .gallery {
  margin: 125px auto 0;
  padding: 85px 0 118px;
  background: #F1F1F1;
}
#Facility .gallery__title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 47px;
}
#Facility .gallery__list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  row-gap: 22px;
  -moz-column-gap: 22px;
       column-gap: 22px;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #Facility .gallery__list {
    grid-template-columns: repeat(2, 2fr);
    row-gap: 13px;
    -moz-column-gap: 13px;
         column-gap: 13px;
    padding: 0 16px;
  }
}
#Facility .gallery__list li {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
#Facility .gallery__list li img {
  width: 100%;
  display: block;
}
#Facility .gallery__list li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding: 3px 19px 5px;
  border-radius: 6px 0px;
  font-weight: 100;
}
#Facility .gallery__list .img01::after {
  content: "受付";
}
#Facility .gallery__list .img02::after {
  content: "フロアA";
}
#Facility .gallery__list .img03::after {
  content: "フロアB";
}
#Facility .gallery__list .img04::after {
  content: "フロアC";
}
#Facility .gallery__list .img05::after {
  content: "セミナールーム";
}
#Facility .gallery__list .img06::after {
  content: "会議室";
}
#Facility .gallery__list .img07::after {
  content: "セミナールーム";
}
#Facility .gallery__list .img08::after {
  content: "ショールーム";
}
#Facility .gallery__list .img09::after {
  content: "フロアB";
}
#Facility .gallery__list .img10::after {
  content: "フォンブース";
}
#Facility .gallery__list .img11::after {
  content: "内観";
}
#Facility .gallery__list .img12::after {
  content: "ビル外観";
}

#Recruit .recruit__wrap {
  width: 100%;
  height: 458px;
  margin: 0 auto 124px;
  background: url(/img/socialInnovationHub/maebashi/recruit-bg.jpg) no-repeat 0 0/cover;
  background-position: top right;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #Recruit .recruit__wrap {
    background-position: top center;
    height: 546px;
    margin: 0 auto 60px;
  }
}
#Recruit .recruit__wrap__head {
  width: 758px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 36px 0 48px;
  color: #1E2022;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #Recruit .recruit__wrap__head {
    width: 90%;
  }
}
#Recruit .recruit__wrap__head__title {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5;
}
#Recruit .recruit__wrap__head__title span {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #Recruit .recruit__wrap__head__title span {
    margin-top: 14px;
  }
}
#Recruit .recruit__wrap__head__title span::after {
  display: block;
  content: "";
  background: #25890D;
  width: 80px;
  height: 5px;
  margin: 16px auto 0;
}
#Recruit .recruit__wrap__head__explanation {
  font-size: 18px;
  margin-top: 38px;
  line-height: 1.5;
  font-weight: 550;
}
@media screen and (max-width: 767px) {
  #Recruit .recruit__wrap__head__explanation {
    font-size: 16px;
    padding: 0 23px;
    line-height: 1.5;
    word-break: auto-phrase;
  }
}
@media screen and (max-width: 767px) {
  #Recruit .recruit__wrap__head__explanation br {
    display: none;
  }
}
#Recruit .entry {
  margin: 84px auto 120px;
}
@media screen and (max-width: 767px) {
  #Recruit .entry {
    margin: 84px auto 70px;
  }
}
#Recruit .entry__title {
  font-size: 32px;
  text-align: center;
  margin: 0 auto 47px;
}
@media screen and (max-width: 767px) {
  #Recruit .entry__title {
    display: none;
  }
}
#Recruit .entry__list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #Recruit .entry__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 70px;
  }
}
#Recruit .entry__list li {
  height: 244px;
}
#Recruit .entry__list li a {
  display: block;
  height: inherit;
  letter-spacing: 0.3px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: 0.3s;
}
#Recruit .entry__list li a:hover {
  background-color: rgba(38, 137, 13, 0.9);
  border-radius: 10px;
}
#Recruit .entry__list__img01 {
  background: url(/img/socialInnovationHub/maebashi/img-recruit-01.jpg) no-repeat 0 0/cover;
  background-position: top right;
  border-radius: 10px;
}
#Recruit .entry__list__img02 {
  background: url(/img/socialInnovationHub/maebashi/img-recruit-02.jpg) no-repeat 0 0/cover;
  background-position: top right;
  border-radius: 10px;
}
#Recruit .entry__list__img03 {
  background: url(/img/socialInnovationHub/maebashi/img-recruit-03.jpg) no-repeat 0 0/cover;
  background-position: top right;
  border-radius: 10px;
}

#Interview {
  background: #F1F1F1;
  padding: 125px 30px;
}
@media screen and (max-width: 915px) {
  #Interview {
    padding: 70px 20px;
  }
}
#Interview .interview__wrap {
  color: #1E2022;
  text-align: center;
}
#Interview .interview__wrap__title {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5;
}
#Interview .interview__wrap__title span {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 915px) {
  #Interview .interview__wrap__title span {
    margin-top: 14px;
  }
}
#Interview .interview__wrap__title span::after {
  display: block;
  content: "";
  background: #25890D;
  width: 80px;
  height: 5px;
  margin: 16px auto 0;
}
#Interview .interview__wrap__container {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 60px auto 0;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 915px) {
  #Interview .interview__wrap__container {
    flex-flow: column;
    max-width: 100%;
    gap: 70px;
  }
}
#Interview .interview__wrap__container__card img {
  border-radius: 10px;
  width: 100%;
}
#Interview .interview__wrap__container__card .midashi {
  max-width: 564px;
  margin: 60px 0 16px;
}
#Interview .interview__wrap__container__card .midashi a {
  font-size: 24px;
  color: #26890D;
  font-weight: 600;
  line-height: 1.5;
}
#Interview .interview__wrap__container__card .midashi a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 915px) {
  #Interview .interview__wrap__container__card .midashi {
    max-width: 100%;
  }
}
#Interview .interview__wrap__container__card .affiliation {
  line-height: 1.5;
  font-size: 14px;
}
#Interview .interview__explanation {
  font-size: 18px;
  margin-top: 38px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

#Merit .merit__wrap {
  width: 100%;
  height: 458px;
  margin: 0 auto 124px;
  background: url(/img/socialInnovationHub/maebashi/merit-bg.jpg) no-repeat 0 0/cover;
  background-position: top right;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #Merit .merit__wrap {
    background-position: top left 43%;
  }
}
#Merit .merit__wrap__head {
  width: 758px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 44px 0 44px;
  color: #1E2022;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #Merit .merit__wrap__head {
    width: 90%;
    padding: 71px 0 44px;
  }
}
#Merit .merit__wrap__head__title {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5;
}
#Merit .merit__wrap__head__title span {
  display: block;
  font-weight: bold;
  margin: 8px 0;
}
#Merit .merit__wrap__head__title span::after {
  display: block;
  content: "";
  background: #25890D;
  width: 80px;
  height: 5px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #Merit .merit__wrap__head__title span::after {
    margin: 30px auto 0;
  }
}
#Merit .case {
  margin: 84px auto 120px;
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  #Merit .case {
    padding: 0 25px;
  }
}
#Merit .case__title {
  font-size: 32px;
  text-align: center;
  margin: 0 auto 47px;
}
#Merit .case__list {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
#Merit .case__list li {
  position: relative;
  height: 390px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #Merit .case__list li {
    height: 238px;
    margin-bottom: 326px;
    border-radius: 8px;
  }
}
#Merit .case__list li .case__card {
  background: #ffffff;
  padding: 60px 63px;
  border-radius: 8px;
  color: #1E2022;
  max-width: 700px;
  bottom: 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #Merit .case__list li .case__card {
    display: block;
    padding: 40px 0;
    max-width: auto;
    width: 80%;
    margin: 0 auto;
    top: 200px;
    padding: 60px 20px;
  }
}
#Merit .case__list li .case__card::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 10px;
  height: 133px;
  background: #26890D;
}
@media screen and (max-width: 1024px) {
  #Merit .case__list li .case__card::before {
    top: 0;
    width: 133px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#Merit .case__list li .case__midashi {
  font-size: 24px;
  padding-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #Merit .case__list li .case__midashi {
    justify-content: center;
  }
}
#Merit .case__list li .case__midashi span {
  font-size: 36px;
  font-weight: 500;
  margin-right: 22px;
  position: relative;
}
#Merit .case__list li .case__midashi span::before {
  font-size: 14px;
  display: block;
  content: "MERIT";
  position: absolute;
  top: -30px;
  padding-bottom: 7px;
  border-bottom: 1px #1E2022 solid;
}
#Merit .case__list li .case__explanation {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.5;
}
#Merit .case__list__img01 {
  background: url(/img/socialInnovationHub/maebashi/img-merit-01.jpeg) no-repeat 0 0/cover;
  background-position: top left;
  background-size: 580px;
  width: 100%;
}
#Merit .case__list__img01 .case__card {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  #Merit .case__list__img01 .case__card {
    position: relative;
  }
}
#Merit .case__list__img02 {
  background: url(/img/socialInnovationHub/maebashi/img-merit-04.jpg) no-repeat 0 0/cover;
  background-position: top right;
  background-size: 580px;
  width: 100%;
}
#Merit .case__list__img02 .case__card {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  #Merit .case__list__img02 .case__card {
    position: relative;
  }
}
#Merit .case__list__img03 {
  background: url(/img/socialInnovationHub/maebashi/img-merit-03.jpeg) no-repeat 0 0/cover;
  background-position: top left;
  background-size: 580px;
  width: 100%;
}
#Merit .case__list__img03 .case__card {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  #Merit .case__list__img03 .case__card {
    position: relative;
  }
}
#Merit .case__list__img04 {
  background: url(/img/socialInnovationHub/maebashi/img-merit-02.jpeg) no-repeat 0 0/cover;
  background-position: top right;
  background-size: 580px;
  width: 100%;
}
#Merit .case__list__img04 .case__card {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  #Merit .case__list__img04 .case__card {
    position: relative;
  }
}

#Inquiry {
  margin: 72px auto 0;
  width: 100%;
  height: 282px;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #Inquiry .inquiry__wrap {
    padding: 0 16px;
  }
}
#Inquiry .inquiry__midashi {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
#Inquiry .inquiry__midashi span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #Inquiry .inquiry__midashi {
    word-break: auto-phrase;
    text-align: center;
  }
}
#Inquiry .inquiry__btn {
  text-align: center;
}
#Inquiry .inquiry__btn a {
  font-size: 16px;
  font-weight: bold;
  background: #0076A8;
  display: inline-block;
  color: #fff;
  border-radius: 25px;
  padding: 13px 63px 14px;
}
#Inquiry .inquiry__btn a span {
  position: relative;
  padding-left: 20px;
}
#Inquiry .inquiry__btn a span::before {
  position: absolute;
  left: -8px;
  top: 2px;
  background-image: url(/img/socialInnovationHub/maebashi/mail-icon.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  content: "";
  width: 27px;
  height: 27px;
  z-index: 1;
  display: block;
}

#Access {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #Access {
    padding-top: 70px;
  }
}
#Access .access__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #Access .access__wrap {
    display: block;
    padding: 0 30px;
  }
}
#Access .access__logo p img {
  max-width: 493px;
  padding: 30px 60px 60px;
}
@media screen and (max-width: 767px) {
  #Access .access__logo p img {
    max-width: 100%;
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #Access .access__logo p {
    text-align: center;
  }
}
#Access .access__table .corp_table {
  font-size: 16px;
  color: #1E2022;
}
@media screen and (max-width: 767px) {
  #Access .access__table .corp_table {
    width: 100%;
  }
}
#Access .access__table .corp_table tr {
  border-bottom: 1px solid #86BC25;
}
#Access .access__table .corp_table tr.table_end {
  border-bottom: none;
}
#Access .access__table .corp_table td ul {
  line-height: 1.5;
}
#Access .access__table .corp_table th {
  width: 100px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #Access .access__table .corp_table th {
    width: 100%;
  }
}
#Access .access__table .corp_table th,
#Access .access__table .corp_table td {
  padding: 24px 0;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #Access .access__table .corp_table th,
  #Access .access__table .corp_table td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #Access .access__table .corp_table td {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map*/