@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;
}

#msih-canvas section {
  max-width: 1366px;
  margin: 0 auto;
}

#TopKv .kv_wrap {
  width: 100%;
  height: 379px;
  margin: 0 auto;
  background-position: top left;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap {
    height: 315px;
    display: grid;
    justify-content: start;
    align-items: center;
  }
}
#TopKv .kv_wrap .title-position {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  text-align: left;
  position: relative;
  padding: 0 0 25px 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap .title-position {
    margin-top: 0;
    padding: 0 16px;
    width: auto;
  }
}
#TopKv .kv_wrap .title-position h1 {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 657px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #fff solid;
  display: inline-block;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap .title-position h1 {
    font-size: 24px;
    line-height: 1.5;
    padding-right: 60px;
  }
}
#TopKv .kv_wrap .title-position h1 span {
  font-size: 20px;
  display: block;
  color: #ffffff;
}
#TopKv .kv_wrap .title-position h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 560px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #TopKv .kv_wrap .title-position h2 {
    font-size: 13px;
    line-height: 1.5;
    width: auto;
    font-weight: 300;
    letter-spacing: 0px;
  }
}
#TopKv .it-img {
  background: url(/img/socialInnovationHub/maebashi/it-kv.png) no-repeat 0 0/cover;
}
#TopKv .public-img {
  background: url(/img/socialInnovationHub/maebashi/public-kv.png) no-repeat 0 0/cover;
}
#TopKv .public-institution-img {
  background: url(/img/socialInnovationHub/maebashi/public-institution-kv.png) no-repeat 0 0/cover;
}

.view__container {
  display: block;
  padding: 100px;
}
@media screen and (max-width: 1024px) {
  .view__container {
    padding: 70px 16px 90px;
  }
}
.view__top-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 55px;
  height: 386px;
  order: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .view__top-wrap {
    grid-template-columns: 1fr;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .view__top-wrap p {
    text-align: center;
  }
}
.view__top-wrap p img {
  width: 100%;
  max-width: 628px;
}
@media screen and (max-width: 1024px) {
  .view__top-wrap p img {
    width: 100%;
  }
}
.view__top-wrap p iframe {
  width: 100%;
  max-width: 628px;
  height: -webkit-fill-available;
  max-height: 400px;
}
@media screen and (max-width: 1024px) {
  .view__top-wrap p iframe {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .view__top-wrap p.resizableIframe {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0;
  }
  .view__top-wrap p.resizableIframe iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.view__bottom-wrap {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 55px;
}
@media screen and (max-width: 1024px) {
  .view__bottom-wrap {
    grid-template-columns: 1fr;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .view__bottom-wrap .view__midashi {
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .view__bottom-wrap p {
    text-align: center;
  }
}
.view__bottom-wrap p img {
  width: 100%;
  max-width: 628px;
}
@media screen and (max-width: 1024px) {
  .view__bottom-wrap p img {
    width: 100%;
  }
}
.view__midashi {
  height: 386px;
  align-items: left;
}
@media screen and (max-width: 1024px) {
  .view__midashi {
    height: auto;
  }
}
.view__midashi .m-top {
  font-size: 26px;
  color: #1E2022;
  font-weight: 500;
  margin-bottom: 38px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .view__midashi .m-top {
    text-align: center;
  }
}
.view__midashi .m-bottom {
  font-size: 16px;
  color: #1E2022;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 28px;
  text-align: left;
}
.view__midashi .m-bottom span {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .view__midashi .m-bottom span {
    text-align: center;
  }
}
.view__midashi .m-bottom ul {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 55px;
  padding-left: 20px;
}
.view__midashi .m-bottom ul li {
  margin-bottom: 10px;
}
.view__midashi .content-btn a {
  display: inline-block;
  color: #ffffff;
  background: #0076A8;
  font-weight: bold;
  padding: 13px 45px;
  border-radius: 25px;
  transition: 0.3s;
}
.view__midashi .content-btn a:hover {
  background: #005587;
}

#Introduction {
  background: #F1F1F1;
  padding: 88px 0 91px;
}
@media screen and (max-width: 767px) {
  #Introduction {
    padding: 70px 0 23px;
  }
}
#Introduction .introduction__wrap {
  color: #1E2022;
}
#Introduction .introduction__wrap__title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #Introduction .introduction__wrap__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #Introduction .introduction__wrap__title span {
    display: inline-block;
  }
}
#Introduction .introduction__list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  padding: 0 16px;
}
@media screen and (max-width: 915px) {
  #Introduction .introduction__list {
    grid-template-columns: 1fr;
    height: auto;
  }
}
#Introduction .introduction__list li a {
  display: block;
  border-left: 12px #86BC25 solid;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.0823529412);
  border-radius: 6px;
  background: #fff;
  font-size: 18px;
  color: #1E2022;
  height: 131px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 915px) {
  #Introduction .introduction__list li a {
    font-size: 16px;
    height: 110px;
    justify-content: center;
    padding: 0 10px;
  }
}

#Requirements {
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  #Requirements {
    padding: 0;
  }
}
#Requirements .requirements__wrap {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #Requirements .requirements__wrap {
    background-position: top center;
  }
}
#Requirements .requirements__wrap__title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  #Requirements .requirements__wrap__title {
    margin: 0 auto 40px;
  }
}
#Requirements .requirements__wrap__explanation {
  font-size: 18px;
  margin-top: 38px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #Requirements .requirements__wrap__explanation {
    font-size: 16px;
    padding: 0 23px;
    line-height: 1.5;
    word-break: auto-phrase;
  }
}
@media screen and (max-width: 767px) {
  #Requirements .requirements__wrap__explanation br {
    display: none;
  }
}
#Requirements .requirements__wrap .tab_menu {
  z-index: 2;
  position: relative;
  margin: 0 20px 65px 20px;
  font-size: 20px;
  color: #75787B;
  line-height: 36px;
  float: left;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #Requirements .requirements__wrap .tab_menu {
    font-size: 16px;
    margin: 0 5px 10px 20px;
    height: 40px;
  }
}
#Requirements .requirements__wrap .tab_menu:hover {
  color: #838383;
  border-bottom: solid 4px #86BC25;
  color: #1E2022;
  font-weight: bold;
}
#Requirements .requirements__wrap input:checked + .tab_menu {
  border-bottom: solid 4px #86BC25;
  color: #1E2022;
  font-weight: bold;
}
#Requirements .requirements__wrap input[name=tab_menu] {
  display: none;
}
#Requirements .requirements__wrap .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0 30px 0;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 915px) {
  #Requirements .requirements__wrap .tab_content {
    padding: 20px 0 0;
    margin: 0;
  }
}
#Requirements .requirements__wrap .tab_content_btn {
  margin: 50px auto 100px;
  text-align: center;
}
#Requirements .requirements__wrap .tab_content_btn a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #0076A8;
  padding: 13px 85px;
  border-radius: 25px;
  transition: 0.3s;
}
#Requirements .requirements__wrap .tab_content_btn a:hover {
  background: #005587;
}
#Requirements .requirements__wrap .tab_content .table-head {
  background: #DDEFE8;
  padding: 32px 48px;
  color: #1E2022;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 35px;
}
#Requirements .requirements__wrap .tab_content .table-head .table-detail {
  font-size: 16px;
}
#Requirements .requirements__wrap .tab_content .table-head .table-title {
  font-size: 26px;
}
#Requirements .requirements__wrap .tab_content th, #Requirements .requirements__wrap .tab_content td {
  padding: 50px 0;
  border-bottom: 1px #BBBCBC solid;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 915px) {
  #Requirements .requirements__wrap .tab_content th, #Requirements .requirements__wrap .tab_content td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
#Requirements .requirements__wrap .tab_content .table-list {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px #BBBCBC solid;
  border-bottom: 1px #BBBCBC solid;
}
@media screen and (max-width: 767px) {
  #Requirements .requirements__wrap .tab_content .table-list {
    width: 93%;
    margin: 0 auto;
  }
}
#Requirements .requirements__wrap .tab_content th {
  background: #F1F1F1;
  font-size: 16px;
  font-weight: 500;
  min-width: 247px;
}
@media screen and (max-width: 1024px) {
  #Requirements .requirements__wrap .tab_content th {
    padding: 10px 0;
    border-top: 1px #BBBCBC solid;
  }
}
#Requirements .requirements__wrap .tab_content th span {
  position: relative;
  left: 50px;
}
@media screen and (max-width: 767px) {
  #Requirements .requirements__wrap .tab_content th span {
    left: 20px;
  }
}
#Requirements .requirements__wrap .tab_content td {
  padding-left: 50px;
  background-color: #fff;
}
@media screen and (max-width: 915px) {
  #Requirements .requirements__wrap .tab_content td {
    padding-left: 0;
  }
}
#Requirements .requirements__wrap .tab_content td div {
  font-size: 16px;
  font-weight: 400;
  color: #1E2022;
}
#Requirements .requirements__wrap .tab_content td div span {
  font-weight: bold;
}
#Requirements .requirements__wrap .tab_content td div ul {
  margin-left: 24px;
}
#Requirements .requirements__wrap .tab_content td div ul li {
  list-style-type: disc;
}
#Requirements .requirements__wrap #tab-01:checked ~ #tab-01_content,
#Requirements .requirements__wrap #tab-02:checked ~ #tab-02_content,
#Requirements .requirements__wrap #tab-03:checked ~ #tab-03_content, #Requirements .requirements__wrap .public-table {
  display: block;
}

#Others {
  background: #DDEFE8;
  padding: 80px 100px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #Others {
    padding: 80px 20px;
  }
}
#Others .entry {
  margin: 0 auto;
}
#Others .entry__title {
  font-size: 32px;
  text-align: center;
  margin: 0 auto 47px;
  line-height: 1.5;
}
#Others .entry__list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 78px;
       column-gap: 78px;
  row-gap: 10px;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #Others .entry__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 70px;
  }
}
#Others .entry__list li {
  height: 200px;
}
#Others .entry__list li a {
  height: inherit;
  letter-spacing: 0.3px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  text-decoration: none;
  padding: 0 28px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #Others .entry__list li a {
    font-size: 16px;
  }
}
#Others .entry__list li a:hover {
  background-color: rgba(38, 137, 13, 0.9);
  border-radius: 10px;
}
#Others .entry__list__img01 {
  background: url(/img/socialInnovationHub/maebashi/img-recruit-01.jpg) no-repeat 0 0/cover;
  background-position: top right;
  border-radius: 10px;
}
#Others .entry__list__img02 {
  background: url(/img/socialInnovationHub/maebashi/img-recruit-02.jpg) no-repeat 0 0/cover;
  background-position: top right;
  border-radius: 10px;
}
#Others .entry__list__img03 {
  background: url(/img/socialInnovationHub/maebashi/img-recruit-03.jpg) no-repeat 0 0/cover;
  background-position: top right;
  border-radius: 10px;
}

/*
#tab-03_content {
    .table-head {
        position: relative;
        background-color: #D0D0CE !important;
        user-select: none;
        &::before {
            content: "現在この職種は募集しておりません";
            color: #DA291C;
            font-size: 20px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            height: 100%;

        p {
            opacity: .2;
        }
    }
    table , .tab_content_btn {
        display: none;
    }
}
*/

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