@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;600&display=swap");
#global_header {
  display: none !important;
}

.p-office {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.p-office img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.p-office a.c-lightbox:hover {
  opacity: 1;
}
.p-office a.c-lightbox:hover img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.lb-image {
  max-width: 1000px !important;
  /* 任意の幅 */
  height: auto !important;
  max-height: calc(100vh - 100px) !important;
  width: auto !important;
}

.p-office__header {
  position: relative;
  min-height: 460px;
  margin-bottom: 100px;
}
.p-office__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 440px;
  background: url(../img/office/bg_01.svg) no-repeat center right;
  background-size: 66%;
  z-index: -1;
}
.p-office__header:after {
  content: "";
  position: absolute;
  top: 0;
  height: 440px;
  z-index: -1;
  right: calc((100vw - 955px) / -2);
  width: calc((100vw - 955px + 2px) / 2);
  background: #f08455;
}

.p-office__header__menu {
  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;
  padding-top: 30px;
}
.p-office__header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-office__header__menu a {
  color: #fff;
}
.p-office__header__menu .kana {
  font-size: 12px;
}
.p-office__header__menu .title {
  font-size: 20px;
  margin-bottom: 0.2em;
}

.p-office__logo {
  width: 26%;
}

.p-office__header__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-office__header__content h2 {
  width: 35%;
  position: relative;
}
.p-office__header__content h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((100vw - 955px) / -2);
  width: calc((100vw - 955px + 2px) / 2);
  height: 85%;
  background-color: #26a261;
}
.p-office__header__content > div {
  width: 56%;
}

.p-office__access {
  position: relative;
  padding-top: 60px;
  margin-bottom: 100px;
}
.p-office__access:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
  background: url(../img/office/bg_access.svg) no-repeat center left;
  background-size: contain;
  z-index: -1;
}
.p-office__access:after {
  content: "";
  position: absolute;
  top: 0;
  height: 320px;
  z-index: -1;
  left: calc((100vw - 955px) / -2);
  width: calc((100vw - 955px + 2px) / 2);
  background: #f08455;
}

.p-office__access__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-office__access__content .map {
  width: 33%;
}
.p-office__access__content .content {
  width: 60%;
  color: #f08455;
}
.p-office__access__content h3 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.p-office__access__content p {
  font-size: 18px;
  margin-bottom: 18px;
}

.p-office__coworking {
  position: relative;
  margin-bottom: 100px;
}
.p-office__coworking:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 330px;
  background: url(../img/office/bg_coworking.svg) no-repeat center left;
  background-size: contain;
  z-index: -1;
}
.p-office__coworking:after {
  content: "";
  position: absolute;
  top: 45px;
  height: 199px;
  z-index: -1;
  left: calc((100vw - 955px) / -2);
  width: calc((100vw - 955px + 2px) / 2);
  background: #26a261;
}

.p-office__coworking__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.p-office__coworking__content p {
  margin-top: 0.5em;
}
.p-office__coworking__content .item__1 {
  padding-left: 42%;
}
.p-office__coworking__content .item__2 {
  width: 27%;
}
.p-office__coworking__content .item__3 {
  width: 29%;
}
.p-office__coworking__content .item__4 {
  padding-top: 80px;
  width: 18%;
}
.p-office__coworking__content .item__5 {
  padding-top: 80px;
  width: 18%;
}
.p-office__coworking__content .item__6 {
  width: 40%;
}
.p-office__coworking__content .text {
  margin-top: 18px;
  margin-right: 20px;
  border: 1px solid;
  padding: 20px;
  font-size: 18px;
  line-height: 1.4;
}
.p-office__coworking__content .text p {
  margin-bottom: 0.5em;
}
.p-office__coworking__content .text small {
  font-size: 13px;
}

.p-office__floorplan {
  position: relative;
  padding-top: 86px;
  margin-bottom: 100px;
}
.p-office__floorplan:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: url(../img/office/bg_floorplan.svg) no-repeat center left;
  background-size: contain;
  z-index: -1;
}
.p-office__floorplan:after {
  content: "";
  position: absolute;
  top: 0;
  height: 220px;
  z-index: -1;
  left: calc((100vw - 955px) / -2);
  width: calc((100vw - 955px + 2px) / 2);
  background: #f08455;
}

.p-office__floorplan__1f {
  margin-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.p-office__floorplan__1f > div {
  width: 35%;
}
.p-office__floorplan__1f > a {
  width: 20%;
}

.p-office__floorplan__345f {
  margin-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-bottom: 30px;
}
.p-office__floorplan__345f:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -110px;
  right: 0;
  /* width: 151px; */
  height: 200px;
  background: url(../img/office/bg_floorplan_2.svg) no-repeat top left;
  background-size: 90px;
  z-index: -1;
}
.p-office__floorplan__345f > div {
  width: 35%;
}
.p-office__floorplan__345f > a {
  width: 20%;
}

.p-office__floorplan__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}
.p-office__floorplan__pic h4 {
  font-weight: 300;
  font-size: 18px;
  border: 1px solid #f08455;
  display: inline-block;
  padding: 0.2em 0.4em;
  border-radius: 200px;
  margin-bottom: 0.5em;
}
.p-office__floorplan__pic > div {
  width: 33%;
}

.p-office__floorplan__desc h4 {
  font-weight: 300;
  font-size: 24px;
  border: 1px solid #f08455;
  display: inline-block;
  padding: 0.2em 0.4em;
  border-radius: 200px;
  margin-bottom: 0.5em;
}
.p-office__floorplan__desc .box {
  background-color: #e6e6e6;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 1.4;
}
.p-office__floorplan__desc .box th,
.p-office__floorplan__desc .box td {
  border: 0 !important;
  padding: 0.4em 0;
}
.p-office__floorplan__desc .box td {
  padding-left: 1em !important;
}
.p-office__floorplan__desc .box small {
  font-size: 14px;
}

.p-office__localinfo {
  position: relative;
  margin-bottom: 100px;
}
.p-office__localinfo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 340px;
  background: url(../img/office/bg_localinfo.svg) no-repeat center left;
  background-size: contain;
  z-index: -1;
}
.p-office__localinfo:after {
  content: "";
  position: absolute;
  top: 0;
  height: 340px;
  z-index: -1;
  left: calc((100vw - 955px) / -2);
  width: calc((100vw - 955px + 2px) / 2);
  background: #26a261;
}
.p-office__localinfo svg {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -20px;
}

#myoko_top,
#joetsu_top,
#myoko_text,
#joetsu_text {
  cursor: pointer;
}

.p-office__localinfo__content {
  margin-left: 180px;
}

.p-office__contact {
  position: relative;
  margin-bottom: 100px;
}
.p-office__contact:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 261px;
  background: url(../img/office/bg_contact.svg?v=2) no-repeat center left;
  background-size: contain;
  z-index: -1;
}
.p-office__contact:after {
  content: "";
  position: absolute;
  top: 0;
  height: 261px;
  z-index: -1;
  left: calc((100vw - 955px) / -2);
  width: calc((100vw - 955px + 2px) / 2);
  background: #f08455;
}

.p-office__contact__content {
  margin-left: 38%;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
}
.p-office__contact__content h3 {
  margin-bottom: 0.8em;
}
.p-office__contact__content small {
  font-size: 18px;
}
.p-office__contact__content img {
  max-width: 80px;
}

.p-office__bottom {
  width: 420px;
  margin: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-office__header__menu {
    display: block;
  }
}