@charset "UTF-8";
/* コロナ禍でも面会ができる施設特集 */
.theme-company-explain .company-feature {
  margin-bottom: 16px;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .theme-company-explain .company-feature {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 16px 12px;
    border-radius: 0;
  }
}
.theme-company-explain .company-feature__content {
  margin-bottom: 32px;
}
.theme-company-explain .company-feature__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .theme-company-explain .company-feature__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
  }
}
.theme-company-explain .company-feature__header .icon-point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 30px;
  background: #F66700;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.theme-company-explain .company-feature__header .icon-point:before {
  position: relative;
  display: inline-block;
  content: "";
  top: 2px;
  width: 12px;
  height: 12px;
  background: url(/new_ui/site/theme/detail/common/components/company_explain/imgs/icon-shine.svg) no-repeat center/contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.theme-company-explain .company-feature__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 750px) {
  .theme-company-explain .company-feature__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 751px) {
  .theme-company-explain .company-feature__info {
    width: 100%;
  }
}
.theme-company-explain .company-feature__description {
  color: #404040;
  font-size: 16px;
}
.theme-company-explain .company-feature__img {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .theme-company-explain .company-feature__img {
    margin-inline: auto;
  }
}
.theme-company-explain .company-feature__img img {
  border-radius: 4px;
}

.theme-company-search {
  position: relative;
  padding-top: 38px;
  padding-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .theme-company-search {
    padding-top: 16px;
    padding-bottom: 22px;
  }
}
.theme-company-search p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .theme-company-search p {
    font-size: 16px;
  }
}
.theme-company-search:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 15px solid #1c7e67;
  border-bottom: 0;
}
@media screen and (max-width: 750px) {
  .theme-company-search:after {
    bottom: 0;
  }
}

@media screen and (min-width: 751px) {
  .js-more-box {
    height: auto !important;
  }
  .js-more-box__btn {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .js-more-box {
    margin: 0 auto;
    overflow: hidden;
  }
  .js-more-box__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-top: -80px;
    padding-top: 16px;
    text-align: center;
    cursor: pointer;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
  .js-more-box__btn:after {
    position: relative;
    content: "";
    display: inline-block;
    top: 0;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    border-top: 1px solid #1C7E67;
    border-right: 1px solid #1C7E67;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .js-more-box__btn .more-btn-open,
  .js-more-box__btn .more-btn-close {
    position: relative;
  }
  .js-more-box__btn .more-btn-open {
    display: inline-block;
  }
  .js-more-box__btn .more-btn-close {
    display: none;
  }
  .js-more-box__btn.is-active {
    margin-top: 0;
    height: auto;
    line-height: 20px;
    padding-block: 4px 8px;
  }
  .js-more-box__btn.is-active:after {
    top: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .js-more-box__btn.is-active .more-btn-open {
    display: none;
  }
  .js-more-box__btn.is-active .more-btn-close {
    display: inline-block;
  }
}