@charset "UTF-8";
/* ================================================

- Base

================================================ */
body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-orange: #FC8032;
  --cc-green: #159D3C;
  --cc-red: #FF0000;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.p-sc__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.p-sc__ttl {
  display: inline-block;
  padding-bottom: 9px;
  text-align: center;
  position: relative;
}
.p-sc__ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.p-sc__ttl span.-fz40 {
  font-size: 2.5rem;
}
.p-sc__ttl span.-fz32 {
  font-size: 2rem;
}
.p-sc__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(260deg, #99cb02 0%, #f1dd02 100%);
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc__ttl {
    padding-bottom: 7px;
  }
  .p-sc__ttl span.-fz40 {
    font-size: 6.1333333333vw;
  }
  .p-sc__ttl span.-fz32 {
    font-size: 5.6vw;
  }
  .p-sc__ttl::after {
    height: 4px;
  }
}
/* ================================================

- MV

================================================ */
.p-mv {
  padding: 12px;
  background-color: #FFFFFF;
}

.p-mv__inner {
  position: relative;
}

.p-mv__photo {
  clip-path: inset(0 0 round 12px 12px 12px 12px);
}

.p-mv__logo {
  position: absolute;
  top: -12px;
  left: -12px;
  padding: 1.484vw 5vw 1.563vw;
  background-color: #FFFFFF;
  clip-path: inset(0 0 round 0 0 0.938vw 0);
}
.p-mv__logo a {
  display: block;
  width: 13.203vw;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
  .p-mv__logo a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-mv__logo a:any-link:hover {
    opacity: 0.7;
  }
}
.p-mv__lead {
  position: absolute;
  left: 4.688vw;
  bottom: 4.688vw;
}

.p-mv__lead__main {
  font-size: 5vw;
  line-height: 1.3125;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.p-mv__lead__en {
  width: 33.672vw;
  margin-top: 2.031vw;
}

.p-mv__banner {
  position: absolute;
  right: 3.125vw;
  bottom: 3.125vw;
  width: 29.063vw;
}

.p-body__banner {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-mv {
    padding: 1.6vw;
  }
  .p-mv__photo {
    clip-path: inset(0 0 round 1.067vw 1.067vw 1.067vw 1.067vw);
  }
  .p-mv__logo {
    position: absolute;
    top: -1.6vw;
    left: -1.6vw;
    padding: 3.467vw 4.533vw 2.133vw 6.4vw;
    clip-path: inset(0 0 round 0 0 3.2vw 0);
  }
  .p-mv__logo a {
    width: 24.8vw;
  }
  .p-mv__lead {
    left: 4.667vw;
    bottom: 5.067vw;
  }
  .p-mv__lead__main {
    font-size: 6.4vw;
    line-height: 1.333;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }
  .p-mv__lead__en {
    width: 51.2vw;
    margin-top: 2.4vw;
  }
  .p-mv__banner {
    display: none;
  }
  .p-body {
    padding-top: 6.933vw;
  }
  .p-body__banner {
    display: block;
    width: 83.733vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ================================================

- こんなお悩み、ありませんか？

================================================ */
.p-sc.-showcase {
  padding-top: 77px;
}

.p-showcase {
  margin-top: 60px;
}

.p-showcase__main {
  max-width: 1152px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-showcase__summary {
  margin-top: 52px;
  text-align: center;
}
.p-showcase__summary p {
  font-size: 1.5rem;
  line-height: 2.167;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-showcase__summary p span.-green {
  color: var(--cc-green);
}

.p-showcase__btnArea {
  margin-top: 90px;
}

.p-showcase__separateImage {
  margin-top: 10px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-showcase {
    padding-top: 12vw;
  }
  .p-showcase {
    margin-top: 8vw;
  }
  .p-showcase__summary {
    margin-top: 8vw;
    text-align: center;
  }
  .p-showcase__summary p {
    font-size: 4.5333333333vw;
    line-height: 2.167;
  }
  .p-showcase__btnArea {
    margin-top: 13.333vw;
  }
  .p-showcase__separateImage {
    margin-top: 2.667vw;
  }
}
/* ================================================

- ご来店のメリット

================================================ */
.p-sc.-merit {
  padding-top: 157px;
}

.p-merit {
  margin-top: 80px;
}

.p-merit__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fafafa;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.16));
}

.p-merit__item:not(:first-of-type) {
  margin-top: 60px;
}

.p-merit__item.-revers .p-merit__item__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  clip-path: inset(0 0 round 0 10px 10px 0);
}
.p-merit__item.-revers .p-merit__item__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 50px 50px 0 40px;
}

.p-merit__item__photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 438px;
  clip-path: inset(0 0 round 10px 0 0 10px);
}

.p-merit__item__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 50px 30px 0 60px;
}

.p-merit__item__number {
  width: 125px;
}

.p-merit__item__ttl {
  margin-top: 22px;
  font-size: 2rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #067124;
}

.p-merit__summary {
  margin-top: 29px;
}
.p-merit__summary p {
  font-size: 1.125rem;
  line-height: 1.889;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-merit__btnArea {
  margin-top: 130px;
}

.p-merit__separateImage {
  margin-top: 10px;
}

/*--- media screen ---*/
@media screen and (max-width: 1160px) {
  .p-sc.-merit .p-sc__inner {
    padding: 0 20px;
  }
  .p-merit__item.-revers .p-merit__item__photo {
    clip-path: inset(0 0 round 0 10px 10px 0);
  }
  .p-merit__item.-revers .p-merit__item__content {
    padding: 40px 40px 40px 30px;
  }
  .p-merit__item__photo {
    width: 368px;
  }
  .p-merit__item__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .p-merit__item__content {
    padding: 40px 20px 40px 50px;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-merit {
    padding-top: 21.333vw;
  }
  .p-sc.-merit .p-sc__inner {
    padding: 0 5.333vw;
  }
  .p-merit {
    margin-top: 13.333vw;
  }
  .p-merit__item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2.667vw;
    -webkit-filter: drop-shadow(0px 1.6vw 2.667vw rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0px 1.6vw 2.667vw rgba(0, 0, 0, 0.16));
  }
  .p-merit__item:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .p-merit__item.-revers .p-merit__item__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    clip-path: inset(0 0 round 2.667vw 2.667vw 0 0);
  }
  .p-merit__item.-revers .p-merit__item__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5.333vw 5.333vw 6.667vw;
  }
  .p-merit__item__photo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    clip-path: inset(0 0 round 2.667vw 2.667vw 0 0);
  }
  .p-merit__item__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 5.333vw 5.333vw 6.667vw;
  }
  .p-merit__item__number {
    width: 24vw;
  }
  .p-merit__item__ttl {
    margin-top: 4vw;
    font-size: 5.3333333333vw;
    line-height: 1.425;
  }
  .p-merit__summary {
    margin-top: 4vw;
  }
  .p-merit__summary p {
    font-size: 4vw;
    line-height: 1.889;
  }
  .p-merit__btnArea {
    margin-top: 21.333vw;
  }
  .p-merit__separateImage {
    margin-top: 2.667vw;
  }
}
/* ================================================

- POLUS 大宮事業所のご案内

================================================ */
.p-sc.-office {
  padding: 115px 0 100px;
}

.p-office__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 140px;
  background: linear-gradient(260deg, rgb(153, 203, 2) 0%, rgb(0, 164, 93) 100%);
}

.p-office__ttl {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
}

.p-office {
  margin-top: 25px;
}

.p-office__summary {
  padding: 54px 40px 37px;
  background-color: #f4f2f2;
}

.p-office__summary__txt dt {
  font-size: 1.5rem;
  line-height: 1.333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #067124;
}
.p-office__summary__txt dd {
  margin-top: 17px;
  font-size: 1.125rem;
  line-height: 1.889;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.p-office__content {
  margin-top: 60px;
}

.p-office__layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(554px, 1fr));
  gap: 40px 44px;
}

.p-office__layout:not(:first-of-type) {
  margin-top: 100px;
}

.p-office__slide {
  max-width: 554px;
  width: 100%;
}

/* アロー */
.swiper-button-next.p-office__arrow,
.swiper-button-prev.p-office__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-top: 0;
  cursor: pointer;
  z-index: 2;
}
.swiper-button-next.p-office__arrow::after,
.swiper-button-prev.p-office__arrow::after {
  display: none;
}

/* アロー（前へ） */
.swiper-button-prev.p-office__arrow {
  left: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_26%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2026%22%20width%3D%225%22%20height%3D%229%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%205%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_59%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2059%22%20transform%3D%22translate(13%2012)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_61%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2061%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_82%22%20data-name%3D%22%E3%83%91%E3%82%B9%2082%22%20d%3D%22M4.185.139.139%2C4.165a.473.473%2C0%2C0%2C0%2C0%2C.671.479.479%2C0%2C0%2C0%2C.674%2C0L4.859.81a.471.471%2C0%2C0%2C0%2C0-.671.479.479%2C0%2C0%2C0-.674%2C0%22%20transform%3D%22translate(0.001)%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_83%22%20data-name%3D%22%E3%83%91%E3%82%B9%2083%22%20d%3D%22M.139%2C4.165h0a.473.473%2C0%2C0%2C0%2C0%2C.671L4.185%2C8.862a.48.48%2C0%2C0%2C0%2C.675%2C0%2C.473.473%2C0%2C0%2C0%2C0-.671L.813%2C4.165a.479.479%2C0%2C0%2C0-.674%2C0%22%20transform%3D%22translate(0.001)%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

/* アロー（次へ） */
.swiper-button-next.p-office__arrow {
  right: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_26%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2026%22%20width%3D%225%22%20height%3D%229%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_62%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2062%22%20transform%3D%22translate(-571%20-4771)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_5%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%205%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20transform%3D%22translate(571%204771)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_59%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2059%22%20transform%3D%22translate(585%204783)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_61%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2061%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_82%22%20data-name%3D%22%E3%83%91%E3%82%B9%2082%22%20d%3D%22M.814.139%2C4.86%2C4.165a.473.473%2C0%2C0%2C1%2C0%2C.671.479.479%2C0%2C0%2C1-.674%2C0L.14.81a.471.471%2C0%2C0%2C1%2C0-.671.479.479%2C0%2C0%2C1%2C.674%2C0%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_83%22%20data-name%3D%22%E3%83%91%E3%82%B9%2083%22%20d%3D%22M4.86%2C4.165h0a.473.473%2C0%2C0%2C1%2C0%2C.671L.814%2C8.862a.48.48%2C0%2C0%2C1-.675%2C0%2C.473.473%2C0%2C0%2C1%2C0-.671L4.186%2C4.165a.479.479%2C0%2C0%2C1%2C.674%2C0%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.p-office__profile {
  padding-top: 23px;
  padding-left: 30px;
}

.p-office__profile__content:not(:first-of-type) {
  margin-top: 40px;
}

.p-office__profile__ttl {
  padding-left: 25px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.p-office__profile__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 0.888em;
  height: 0.888em;
  border-radius: 100%;
  border: 0.2777em solid #9ccc00;
}

.p-office__profile__link {
  margin-top: 18px;
  padding-left: 24px;
}

.p-office__profile__link__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 17px;
}

.p-office__profile__link__item a {
  font-size: 1rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--cc-orange);
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-office__profile__link__item:not(:last-of-type) a::after {
  content: "/";
  margin-left: 1em;
}

.p-office__profile__data {
  margin-top: 20px;
  padding-left: 24px;
}

.p-office__profile__data__lsit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1rem;
  line-height: 1.625;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-office__profile__data__lsit dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 100px;
}
.p-office__profile__data__lsit dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.p-office__profile__data__lsit:not(:first-of-type) {
  margin-top: 9px;
}

.p-office__profile__data__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25em;
}
.p-office__profile__data__layout p {
  padding-left: 30px;
  position: relative;
}
.p-office__profile__data__layout p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 21px;
  height: 20px;
}
.p-office__profile__data__layout p.-parking::before {
  background-image: url("../images/office_icon_parking.png");
}
.p-office__profile__data__layout p.-kidsroom::before {
  background-image: url("../images/office_icon_kidsroom.png");
}

.p-office__root__summary {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 1.25em;
  margin-top: 18px;
}
.p-office__root__summary p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.9375rem;
  line-height: 1.733;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.p-office__root__summary p span.-car {
  color: #5B81D6;
}
.p-office__root__summary p span.-walk {
  color: #E59B5A;
}

.p-office__map__iframe iframe {
  width: 100%;
  aspect-ratio: 554/370;
}

.p-office__map__txt {
  margin-top: 6px;
  text-align: right;
}
.p-office__map__txt a {
  font-size: 0.75rem;
  line-height: 1.733;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #999999;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
  .p-office__profile__link__item a:-moz-any-link:hover, .p-office__map__txt a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .p-office__profile__link__item a:any-link:hover,
  .p-office__map__txt a:any-link:hover {
    opacity: 0.7;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 1160px) {
  .p-office {
    padding: 0 20px;
  }
  .p-office__layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .p-office__slide {
    width: 47.07vw;
  }
  .p-office__profile {
    padding-left: 0;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-sc.-office {
    padding: 21.333vw 0 26.667vw;
  }
  .p-office__head {
    min-height: 30.667vw;
  }
  .p-office__ttl {
    font-size: 6.6666666667vw;
  }
  .p-office {
    margin-top: 6.4vw;
    padding: 0 5.333vw;
  }
  .p-office__summary {
    padding: 7.2vw 5.333vw 6.667vw;
  }
  .p-office__summary__txt dt {
    font-size: 4.8vw;
    text-align: center;
  }
  .p-office__summary__txt dd {
    margin-top: 4.267vw;
    font-size: 3.4666666667vw;
    line-height: 2.154;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .p-office__content {
    margin-top: 8vw;
  }
  .p-office__layout {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 8vw;
  }
  .p-office__layout.-layout1 {
    gap: 8vw;
  }
  .p-office__layout.-layout2 {
    gap: 8vw;
  }
  .p-office__layout:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .p-office__slide {
    width: 100%;
  }
  /* アロー */
  .swiper-button-next.p-office__arrow,
  .swiper-button-prev.p-office__arrow {
    width: 6.933vw;
    height: 6.933vw;
  }
  /* アロー（前へ） */
  .swiper-button-prev.p-office__arrow {
    left: 4vw;
  }
  /* アロー（次へ） */
  .swiper-button-next.p-office__arrow {
    right: 4vw;
  }
  .p-office__profile {
    padding-top: 0;
  }
  .p-office__profile__content:not(:first-of-type) {
    margin-top: 6.667vw;
  }
  .p-office__profile__ttl {
    padding-left: 6.667vw;
    font-size: 4.5333333333vw;
  }
  .p-office__profile__link {
    margin-top: 2.667vw;
    padding-left: 0;
  }
  .p-office__profile__link__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 3.733vw;
  }
  .p-office__profile__link__item a {
    font-size: 3.7333333333vw;
    line-height: 1.825;
  }
  .p-office__profile__data {
    margin-top: 5.333vw;
    padding-left: 0;
  }
  .p-office__profile__data__lsit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 2.667vw;
    font-size: 3.7333333333vw;
    line-height: 1.625;
  }
  .p-office__profile__data__lsit dt {
    min-width: 24vw;
  }
  .p-office__profile__data__lsit:not(:first-of-type) {
    margin-top: 1.867vw;
  }
  .p-office__profile__data__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1em;
  }
  .p-office__profile__data__layout p {
    padding-left: 6.667vw;
    position: relative;
  }
  .p-office__profile__data__layout p::before {
    width: 5.04vw;
    height: 4.8vw;
  }
  .p-office__root__summary {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1em;
    margin-top: 2.667vw;
  }
  .p-office__root__summary p {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 3.7333333333vw;
    line-height: 1.625;
  }
  .p-office__map__iframe iframe {
    aspect-ratio: 1/1;
  }
  .p-office__map__txt {
    margin-top: 1.067vw;
    text-align: right;
  }
  .p-office__map__txt a {
    font-size: 3.2vw;
  }
}
/* ================================================

- 大宮事業所　おすすめ物件

================================================ */
.p-office__recommend {
  margin-top: 137px;
}

/*--- media screen ---*/
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .p-office__recommend {
    margin-top: 21.333vw;
  }
}
/* ================================================

- 大宮事業所　おすすめ物件

================================================ */
/* ------------------------------------------------------------------------------
.area_switch_wrap
------------------------------------------------------------------------------ */
.area_switch_wrap {
  display: inline-block;
  background-color: #ffffff;
  line-height: 1;
}

.area_switch_wrap .area_switch {
  display: block;
  font-size: 11px;
  color: #ffffff;
  background-color: #333333;
  padding: 6px;
}

/* ------------------------------------------------------------------------------
.house_grid_list_wrap
------------------------------------------------------------------------------ */
.house_grid_list_wrap {
  margin-top: 25px;
}

.house_grid_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  gap: 32px;
}

.house_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.house_grid_content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.house_grid_img {
  position: relative;
}

.house_grid_img_obj {
  position: relative;
}

.house_grid_list_wrap .house_grid_img_obj .img_cover img {
  height: 162.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.house_grid_text {
  padding: 20px;
}

.house_grid_text_date {
  font-size: 11px;
  line-height: 1;
  color: #808080;
  margin: 0 0 7px 0;
}

.house_grid_text_title {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 5px 0;
}
.house_grid_text_title a {
  color: #000000;
}

.house_grid_text_content {
  font-size: 12px;
  line-height: 1.58;
  color: #999999;
}
.house_grid_text_content a {
  color: #999999;
}

.house_grid_text_cat {
  margin: 14px 0;
}

.house_grid_link_wrap {
  margin: 14px 0 0 0;
}

.house_grid_link_wrap .house_grid_link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 0 0;
  color: #666666;
  line-height: 1;
  font-size: 11px;
}

.house_grid_link_wrap .house_grid_link_block {
  padding: 0 15px 0 0;
}

.house_grid_link_wrap .house_grid_link {
  display: block;
  color: inherit;
}

.house_grid_link_obj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.house_grid_link_icon {
  margin: 0 5px 0 0;
}

.house_grid_img:before {
  content: "NEW";
  position: absolute;
  bottom: -42px;
  right: 2px;
  font-size: 10px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  background-color: #ff9f40;
  pointer-events: none;
  z-index: 5;
}

.house_grid_list_wrap .house_grid_text_btn {
  width: 150px;
  margin: 20px auto 0 auto;
}

.house_grid_list_wrap .house_grid_text_btn .btn {
  padding: 0;
  font-size: 12px;
  letter-spacing: 0;
}

.house_grid_list_wrap .house_grid_text_btn .btn_wrap.type_normal .btn_block,
.house_grid_list_wrap .house_grid_text_btn .btn_wrap.type_normal .btn {
  min-height: 27px;
}

.house_grid_list_wrap .house_grid_text_btn .input_label input {
  top: 0.16em;
  left: 0;
  width: 1.33em;
  height: 1.33em;
}

.row_content.btn_row {
  margin-top: 50px;
}

.col_content.btn_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.btn_wrap.type01 .btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 300px;
  min-height: 56px;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 20px;
  -webkit-transition: background-color 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease 0s;
  transition: background-color 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease 0s;
  background: -webkit-gradient(linear, left top, right top, from(#f2de00), to(#9acc00));
  background: linear-gradient(to right, #f2de00 0%, #9acc00 100%);
  border-radius: calc(infinity * 1px);
}

.btn_wrap .btn_text {
  display: inline-block;
  line-height: 1.5;
  position: relative;
}

.btn_wrap.type01 a.btn,
a.imghover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (hover: hover) {
  .btn_wrap.type01 a.btn:-moz-any-link:hover, a.imghover:-moz-any-link:hover {
    opacity: 0.7;
  }
  .btn_wrap.type01 a.btn:any-link:hover,
  a.imghover:any-link:hover {
    opacity: 0.7;
  }
  a.house_grid_link:-moz-any-link:hover .house_grid_link_title, .house_grid_text_content a:-moz-any-link:hover, .house_grid_text_title a:-moz-any-link:hover {
    text-decoration: underline;
  }
  a.house_grid_link:any-link:hover .house_grid_link_title,
  .house_grid_text_content a:any-link:hover,
  .house_grid_text_title a:any-link:hover {
    text-decoration: underline;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .house_grid_list_wrap {
    max-width: 74.667vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.333vw;
  }
  .house_grid_list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 8.533vw;
  }
  .row_content.btn_row {
    margin-top: 8.533vw;
  }
}