@charset "UTF-8";
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "NotoSerif600";
  src: url("../font/NotoSerifJP-SemiBold.woff2");
}
@media screen and (min-width: 961px) {
  .office-overview {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview {
    padding: 50px 0 25px;
  }
}

.office-vision__inner,
.office-overview__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.office-vision__list {
  border-top: 1px solid #7AB026;
}
@media screen and (min-width: 961px) {
  .office-vision__list {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .office-vision__list {
    margin: 50px auto 0;
  }
}

.office-vision__title {
  margin: 0;
  font-weight: 500;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .office-vision__title {
    padding: 20px 0 25px;
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .office-vision__title {
    padding: 20px 0 25px;
    font-size: 25px;
  }
}
.office-vision__title.is-open {
  border-bottom: 1px solid #7AB026;
}
.office-vision__title.is-open + .office-vision__content {
  display: none;
  margin: 0 auto;
  border: 1px solid red;
}
.office-vision__title + .office-vision__content {
  display: block;
  border-bottom: 1px solid #7AB026;
}
.office-vision__title:hover {
  background-color: #F4FAEC;
}
.office-vision__title:before, .office-vision__title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #7AB026;
  position: absolute;
  right: 30px;
  top: calc(50% - 2px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.office-vision__title:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.office-vision__title.is-open:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.office-vision__content {
  padding-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .office-vision__content .inner {
    padding: 20px 0 0;
  }
}

.office-vision__contentList {
  margin: 0 auto 20px;
}

.office-vision__contentItem:nth-of-type(n + 2) {
  margin-top: 30px;
}

.office-vision__small {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #7AB026;
  font-size: 14px;
  font-weight: 500;
  width: 165px;
}
.office-vision__small:before, .office-vision__small:after {
  content: "";
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  width: 42px;
  height: 1px;
  background-color: #7AB026;
}
.office-vision__small:before {
  left: 0;
}
.office-vision__small:after {
  right: 0;
}

.office-vision__headWrap {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .office-vision__headWrap {
    padding: 10px 20px;
    vertical-align: bottom;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(122, 176, 38, 0.35)), color-stop(50%, rgba(122, 176, 38, 0.1)), color-stop(75%, rgba(122, 176, 38, 0.35)), to(white));
    background: linear-gradient(90deg, white 0%, rgba(122, 176, 38, 0.35) 25%, rgba(122, 176, 38, 0.1) 50%, rgba(122, 176, 38, 0.35) 75%, white 100%);
  }
}
.office-vision__headWrap:nth-child(n+2) {
  margin-top: 52px;
}

@media screen and (min-width: 961px) {
  .office-vision__heading {
    vertical-align: bottom;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(25%, rgba(122, 176, 38, 0.35)), color-stop(50%, rgba(122, 176, 38, 0.1)), color-stop(75%, rgba(122, 176, 38, 0.35)), to(white));
    background: linear-gradient(90deg, white 0%, rgba(122, 176, 38, 0.35) 25%, rgba(122, 176, 38, 0.1) 50%, rgba(122, 176, 38, 0.35) 75%, white 100%);
    line-height: 1;
    display: inline-block;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .office-vision__heading {
    font-size: 18px;
    line-height: 1.45;
  }
}

.office-vision__text {
  line-height: 1.66;
}
@media screen and (min-width: 961px) {
  .office-vision__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .office-vision__text {
    line-height: 1.8;
  }
}
.office-vision__text.--mainColor {
  position: relative;
  color: #7AB026;
  text-indent: 20px;
  padding-left: 40px;
}
.office-vision__text.--mainColor:before {
  content: "➡";
  position: absolute;
  left: 0;
  display: inline-block;
}

@media screen and (min-width: 961px) {
  .office-vision__head03 {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .office-vision__head03 {
    font-size: 20px;
  }
}

.office-overview__heading {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .office-overview__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__heading {
    font-size: 20px;
  }
}

.office-overview__list {
  position: relative;
  z-index: 0;
}
.office-overview__list:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #F4FAEC;
}
@media screen and (min-width: 961px) {
  .office-overview__list {
    margin-top: 40px;
  }
  .office-overview__list:before {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__list {
    margin-top: 30px;
  }
  .office-overview__list:before {
    width: 150px;
  }
}

.office-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  border-top: 1px solid #7AB026;
}
.office-overview__item:last-child {
  border-bottom: 1px solid #7AB026;
}

.office-overview__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .office-overview__itemTitle {
    width: 240px;
    padding: 35px 20px;
    font-family: notoSans500, sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__itemTitle {
    width: 150px;
    padding: 15px 10px;
    font-family: notoSans400, sans-serif;
    font-weight: 400;
  }
}

@media screen and (min-width: 961px) {
  .office-overview__itemData {
    width: calc(100% - 240px);
    padding: 35px 70px;
  }
}
@media screen and (max-width: 960px) {
  .office-overview__itemData {
    width: calc(100% - 150px);
    padding: 15px 10px;
  }
}

@media screen and (min-width: 961px) {
  .office-access {
    padding: 50px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .office-access {
    padding: 25px 0 100px;
  }
}

.office-access__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.office-access__heading {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .office-access__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__heading {
    font-size: 20px;
  }
}

.office-access__list {
  position: relative;
  z-index: 0;
}
.office-access__list:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #F4FAEC;
}
@media screen and (min-width: 961px) {
  .office-access__list {
    margin-top: 40px;
  }
  .office-access__list:before {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__list {
    margin-top: 30px;
  }
}

.office-access__item {
  line-height: 2;
  border-top: 1px solid #7AB026;
}
.office-access__item:last-child {
  border-bottom: 1px solid #7AB026;
}
@media screen and (min-width: 961px) {
  .office-access__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.office-access__itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 961px) {
  .office-access__itemTitle {
    width: 240px;
    padding: 35px 20px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__itemTitle {
    padding: 10px;
    font-family: notoSans400, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #7AB026;
    background-color: #F4FAEC;
  }
}

@media screen and (min-width: 961px) {
  .office-access__itemData {
    width: calc(100% - 240px);
    padding: 35px 70px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__itemData {
    padding: 15px 10px;
  }
}

.office-access__mapWrap {
  max-width: 492px;
  margin-bottom: 30px;
  padding-top: 54%;
  position: relative;
}
.office-access__mapWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 961px) {
  .office-access__buttonWrap {
    max-width: 410px;
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__buttonWrap {
    max-width: 260px;
    margin: 20px 0;
  }
}

.office-access__button {
  border-radius: 100px;
}
@media screen and (min-width: 961px) {
  .office-access__button {
    height: 50px;
  }
  .office-access__button.--arrow:after {
    right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .office-access__button {
    height: 40px;
    font-size: 14px;
  }
  .office-access__button.--arrow:after {
    right: 10px;
  }
}