body {
  overflow: initial;
}

.contents-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section {
  margin-bottom: 100px;
}
.section:last-of-type {
  margin-bottom: 0;
}

.section-wrap {
  width: 94%;
}

.fix-text-wrap {
  margin-top: 110px;
  width: 6%;
  padding: 0 10px;
  text-align: center;
  position: sticky;
  top: 56px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fix-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
}
.fix-text b {
  font-size: 3.6rem;
  color: #3EBC06;
  font-family: "GeneralSans-Semibold", sans-serif;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  left: 5px;
}
.fix-text span {
  letter-spacing: 0.3em;
}

.search__type {
  border-bottom: solid 3px #F0F0F0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.search__type:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.search__type-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.search__type-heading span {
  color: #3EBC06;
  font-size: 1.2rem;
  margin-left: 8px;
}
.search__type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search__type ul li {
  margin: 0 10px 10px 0;
}
.search__type ul a {
  display: inline-block;
  border: solid 1px #3EBC06;
  border-radius: 30px;
  padding: 0 10px;
  color: #3EBC06;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search__type ul a.is-active {
  background-color: #3EBC06;
  color: #fff;
}
.search__type ul a:hover {
  background-color: #3EBC06;
  color: #fff;
  opacity: 1;
}

.office-wrap {
  background-color: #3EBC06;
  border-radius: 16px 0 0 0;
  padding: 50px;
}

.office {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}
.office:last-of-type {
  margin-bottom: 0;
}
.office__summary {
  padding: 20px 50px;
  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;
  cursor: pointer;
}
.office__summary-icon {
  display: block;
  width: 48px;
  aspect-ratio: 1/1;
  background-color: #3EBC06;
  border-radius: 50%;
  position: relative;
}
.office__summary-icon::before, .office__summary-icon::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.office__summary-icon::after {
  rotate: 90deg;
}
.office__panel {
  padding: 20px 50px;
  display: none;
}
.office__panel-unit {
  width: 100%;
}
.office__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.office__type li {
  margin: 0 10px 10px 0;
  border: solid 1px #3EBC06;
  border-radius: 30px;
  padding: 0 10px;
  color: #3EBC06;
  font-size: 1.3rem;
}
.office__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.office__info dt {
  width: 10%;
}
.office__info dd {
  width: 90%;
}
.office iframe {
  border-radius: 8px;
  height: 100%;
  aspect-ratio: 1/0.5;
}
.office.is-open .office__summary-icon::after {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 56px;
  }
  .section-wrap {
    width: 92%;
  }
  .fix-text-wrap {
    top: 20%;
    width: 8%;
    margin-top: 60px;
  }
  .fix-text {
    font-size: 1.2rem;
    letter-spacing: -1.3px;
  }
  .fix-text b {
    font-size: 2rem;
    left: 2px;
    letter-spacing: 0.04em;
  }
  .office-wrap {
    border-radius: 8px 0 0 0;
    padding: 20px;
  }
  .office__summary {
    padding: 10px 20px;
  }
  .office__summary .m-heading-06 {
    font-size: 1.8rem;
  }
  .office__summary-icon {
    width: 32px;
  }
  .office__summary-icon::before, .office__summary-icon::after {
    width: 12px;
  }
  .office__panel {
    padding: 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .office__type li {
    margin: 0 8px 8px 0;
  }
  .office__info {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .office__info dt {
    width: 16%;
  }
  .office__info dd {
    width: 84%;
  }
  .office iframe {
    margin-bottom: 20px;
    aspect-ratio: 1/0.6;
  }
}
@media screen and (min-width: 768px) {
  .search__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search__type-heading {
    width: 30%;
  }
  .search__type ul {
    width: 70%;
  }
  .office__panel-unit {
    width: 40%;
  }
  .office__type {
    width: 70%;
  }
  .office iframe {
    width: 60%;
  }
}