@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");
}
@media screen and (min-width: 961px) {
  .office-philosophy {
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .office-philosophy {
    padding: 40px 0 0;
  }
}

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

.office-philosophy__list {
  display: block;
}

.office-philosophy__item {
  background-color: #F4F4F4;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .office-philosophy__item {
    padding: 40px;
  }
}
@media screen and (max-width: 960px) {
  .office-philosophy__item {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 961px) {
  .office-philosophy__item:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .office-philosophy__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.office-philosophy__heading {
  color: #08458C;
}
@media screen and (min-width: 961px) {
  .office-philosophy__heading {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .office-philosophy__heading {
    font-family: notoSans500, sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.office-philosophy__read {
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .office-philosophy__read {
    font-size: 25px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 960px) {
  .office-philosophy__read {
    font-size: 18px;
    line-height: 1.66;
  }
}

.office-philosophy__text {
  text-align: left;
  line-height: 1.66;
}
@media screen and (min-width: 961px) {
  .office-philosophy__text {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .office-philosophy__text {
    font-size: 16px;
  }
}

.office-philosophy__imageWrap {
  max-width: 840px;
  margin: 40px auto 0;
}

@media screen and (min-width: 961px) {
  .office-action__boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    line-height: 1.66;
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .office-action__boxWrap {
    display: block;
    font-size: 16px;
    margin-top: 20px;
  }
}

.office-action__box {
  text-align: left;
}
@media screen and (min-width: 961px) {
  .office-action__box {
    font-size: 18px;
    line-height: 1.66;
  }
}
@media screen and (max-width: 960px) {
  .office-action__box {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .office-action__box:nth-child(n+2) {
    margin-left: 80px;
  }
}
@media screen and (max-width: 960px) {
  .office-action__box:nth-child(n+2) {
    margin-top: 30px;
  }
}

.office-action__heading {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-family: notoSans500, sans-serif;
  font-weight: 500;
}
.office-action__heading:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #08458C;
}
@media screen and (min-width: 961px) {
  .office-action__heading:before {
    top: 7px;
  }
}
@media screen and (max-width: 960px) {
  .office-action__heading:before {
    top: 2px;
  }
}

.office-action__list {
  display: block;
}
@media screen and (min-width: 961px) {
  .office-action__list {
    margin-top: 30px;
    margin-left: 20px;
    max-width: 380px;
  }
}
@media screen and (max-width: 960px) {
  .office-action__list {
    margin-top: 20px;
  }
}

.office-action__item {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.66;
}
.office-action__item:nth-child(n+2) {
  margin-top: 10px;
}
.office-action__item:before {
  content: "・";
  margin-left: 16px;
  display: inline-block;
}

@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-overview__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.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: #E6E8EB;
}
@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 #08458C;
}
.office-overview__item:last-child {
  border-bottom: 1px solid #08458C;
}

.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: #E6E8EB;
}
@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 #08458C;
}
.office-access__item:last-child {
  border-bottom: 1px solid #08458C;
}
@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 #08458C;
    background-color: #E6E8EB;
  }
}

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

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

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

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

@media screen and (min-width: 961px) {
  .office-introduction__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .office-introduction__list {
    display: block;
  }
}

.office-introduction__item {
  display: block;
}
@media screen and (min-width: 961px) {
  .office-introduction__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 961px) {
  .office-introduction__item:nth-child(n+2) {
    margin-left: 36px;
  }
}
@media screen and (max-width: 960px) {
  .office-introduction__item:nth-child(n+2) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 961px) {
  .office-introduction__imageWrap {
    margin: 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .office-introduction__imageWrap {
    margin: 20px auto;
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 961px) {
  .office-introduction__image {
    height: 460px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media screen and (min-width: 961px) {
  .office-introduction__itemText {
    font-size: 20px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 960px) {
  .office-introduction__itemText {
    font-size: 16px;
    line-height: 1.4;
  }
}