@charset "UTF-8";
/* 営業所 */
:root {
  --color-key: #EC8C1B;
}

.c-office-heading {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 60px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-office-heading:after {
  content: "";
  width: 100%;
  height: 20px;
  background: #FFD26E;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-office-heading {
    font-size: 28px;
    margin: 0 auto 40px;
  }
  .c-office-heading.-sp-left {
    margin-left: 0;
  }
}

.mainVisual01 {
  background: url("../images/bg_index01.png") center;
  overflow: hidden;
}
.mainVisual01 .c-office-mv {
  background: url(../images/bg_index02.jpg) no-repeat center center;
  background-size: cover;
  height: 442px;
  position: relative;
}
.mainVisual01 .c-office-mv .c-office-mv-heading {
  color: #fff;
  font-size: 56px;
  font-weight: 900;
  left: 50%;
  letter-spacing: 8px;
  margin-left: -480px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .mainVisual01 .c-office-mv .c-office-mv-heading {
    left: 3%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 .c-office-mv {
    background-image: url(../images/bg_index02_sp.jpg);
    height: 62.4vw;
  }
  .mainVisual01 .c-office-mv .c-office-mv-heading {
    left: 50%;
    font-size: 30px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.c-office-index-container {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-office-index-container {
    padding-top: 60px;
  }
}

.c-office-index-heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-office-index-heading {
    margin-bottom: 14px;
  }
}

.c-office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2.03%;
  margin-bottom: 40px;
}
.c-office-list .c-office-list-item {
  background-color: #FFF4E8;
  border: 1px solid var(--color-key);
  border-radius: 10px;
  display: block;
  overflow: hidden;
  width: 31.98%;
}
.c-office-list .c-office-list-item .c-office-list-header {
  background-color: var(--color-key);
  color: #fff;
  padding: 7px 40px 8px 14px;
  position: relative;
}
.c-office-list .c-office-list-item .c-office-list-header .c-office-list-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}
.c-office-list .c-office-list-item .c-office-list-header .c-office-list-icon-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}
.c-office-list .c-office-list-item .c-office-list-header .c-office-list-icon-arrow img {
  display: block;
}
.c-office-list .c-office-list-item .c-office-list-body {
  padding: 14px;
}
.c-office-list .c-office-list-item .c-office-list-body .c-office-list-info {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.c-office-list .c-office-list-item .c-office-list-body .c-office-list-info .c-office-list-info-icon {
  left: 0;
  position: absolute;
  top: -1px;
  width: 18px;
}
.c-office-list .c-office-list-item .c-office-list-body .c-office-list-info:not(:last-of-type) {
  margin-bottom: 8px;
}
.c-office-list .c-office-list-item.is-disabled {
  pointer-events: none;
}
.c-office-list .c-office-list-item.is-disabled .c-office-list-header .c-office-list-icon-arrow {
  display: none;
}
.c-office-list .c-office-list-item:hover {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.c-office-list .c-office-list-map-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-office-list {
    gap: 14px;
    margin-bottom: 40px;
  }
  .c-office-list .c-office-list-item {
    width: 100%;
  }
  .c-office-list .c-office-list-item .c-office-list-header {
    padding: 9px 40px 10px 14px;
  }
  .c-office-list .c-office-list-item .c-office-list-header .c-office-list-heading {
    font-size: 20px;
  }
  .c-office-list .c-office-list-item .c-office-list-body .c-office-list-info {
    font-size: 15px;
  }
  .c-office-list .c-office-list-item .c-office-list-body .c-office-list-info:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

.c-office-list-map {
  margin-top: 80px;
  position: relative;
}
.c-office-list-map img {
  height: auto;
  width: 100%;
}
.c-office-list-map .c-office-list-map-marker {
  position: absolute;
}
.c-office-list-map .c-office-list-map-marker .c-office-list-map-link.is-disabled {
  pointer-events: none;
}
.c-office-list-map .c-office-list-map-marker.-minoo {
  left: 47.2%;
  top: 5.68%;
  width: 14.13%;
}
.c-office-list-map .c-office-list-map-marker.-itakano {
  left: 53.31%;
  top: 27.5%;
  width: 16.04%;
}
.c-office-list-map .c-office-list-map-marker.-moriguchi {
  left: 55.69%;
  top: 35%;
  width: 14.38%;
}
.c-office-list-map .c-office-list-map-marker.-tsurumi {
  left: 53.93%;
  top: 45.22%;
  width: 14.49%;
}
.c-office-list-map .c-office-list-map-marker.-hanaten {
  left: 50.93%;
  top: 52.27%;
  width: 13.87%;
}
.c-office-list-map .c-office-list-map-marker.-nakatsu {
  left: 34.26%;
  top: 42.61%;
  width: 14.91%;
}
.c-office-list-map .c-office-list-map-marker.-yao {
  left: 58.48%;
  top: 66.7%;
  width: 14.49%;
}
.c-office-list-map .c-office-list-map-marker.-sakai {
  left: 35.9%;
  top: 79.2%;
  width: 12.44%;
}
.c-office-list-map .c-office-list-map-marker.-nakamozu {
  left: 46.89%;
  top: 84.2%;
  width: 17.8%;
}
@media screen and (max-width: 767px) {
  .c-office-list-map {
    margin-top: 60px;
  }
  .c-office-list-map .c-office-list-map-marker {
    position: absolute;
  }
  .c-office-list-map .c-office-list-map-marker.-minoo {
    left: 35.43%;
    top: 3.58%;
    width: 28.93%;
  }
  .c-office-list-map .c-office-list-map-marker.-itakano {
    left: 47.65%;
    top: 24.5%;
    width: 32.62%;
  }
  .c-office-list-map .c-office-list-map-marker.-moriguchi {
    left: 52.48%;
    top: 31.67%;
    width: 29.4%;
  }
  .c-office-list-map .c-office-list-map-marker.-tsurumi {
    left: 48.79%;
    top: 41.48%;
    width: 29.44%;
  }
  .c-office-list-map .c-office-list-map-marker.-hanaten {
    left: 42.83%;
    top: 48.11%;
    width: 28.86%;
  }
  .c-office-list-map .c-office-list-map-marker.-nakatsu {
    left: 9.29%;
    top: 39%;
    width: 30.33%;
  }
  .c-office-list-map .c-office-list-map-marker.-yao {
    left: 58.13%;
    top: 61.97%;
    width: 29.67%;
  }
  .c-office-list-map .c-office-list-map-marker.-sakai {
    left: 12.76%;
    top: 75.76%;
    width: 26.94%;
  }
  .c-office-list-map .c-office-list-map-marker.-nakamozu {
    left: 35.74%;
    top: 80.2%;
    width: 36.53%;
  }
}

.c-office-detail-mv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/bg_detail_header.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-office-detail-mv .c-office-mv-heading {
  color: #000;
  font-family: "M PLUS 1", sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-shadow: 4px 4px #000;
  -webkit-text-stroke: 5px #000;
}
.c-office-detail-mv .c-office-mv-heading span {
  color: #FFEF45;
  left: 50%;
  position: absolute;
  -webkit-text-stroke: 0 #000;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-office-detail-mv .c-office-mv-heading:before {
  background-color: #000;
  border-radius: 100px;
  content: '';
  display: block;
  height: .8em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: calc(100% + 50px);
}
@media screen and (max-width: 767px) {
  .c-office-detail-mv {
    background-image: url(../images/bg_detail_header_sp.png);
    background-size: 100% 160px;
    height: 160px;
  }
  .c-office-detail-mv .c-office-mv-heading {
    font-size: 32px;
  }
  .c-office-detail-mv .c-office-mv-heading:before {
    width: calc(100% + 30px);
  }
}

.c-office-detail-container {
  padding-top: 10px;
}

.c-office-detail-section {
  padding: 70px 0;
}
.c-office-detail-section:not(:first-child) {
  border-top: 1px dashed #000;
}
@media screen and (max-width: 767px) {
  .c-office-detail-section {
    padding: 50px 0;
  }
}

.c-office-feature .c-office-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-office-feature .c-office-feature-item:not(:last-of-type) {
  margin-bottom: 80px;
}
.c-office-feature .c-office-feature-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-office-feature .c-office-feature-item .c-office-feature-body {
  width: 46.37%;
}
.c-office-feature .c-office-feature-item .c-office-feature-body .c-office-feature-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
}
.c-office-feature .c-office-feature-item .c-office-feature-body .c-office-feature-heading i {
  color: var(--color-key);
  display: inline-block;
  margin-right: 10px;
}
.c-office-feature .c-office-feature-item .c-office-feature-body .c-office-feature-detail p {
  margin: 1em 0;
}
.c-office-feature .c-office-feature-item .c-office-feature-img {
  width: 48.55%;
}
.c-office-feature .c-office-feature-item .c-office-feature-img .c-office-feature-img-inner {
  padding-top: 63.96%;
  position: relative;
}
.c-office-feature .c-office-feature-item .c-office-feature-img .c-office-feature-img-inner img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-office-feature .c-office-feature-item {
    display: block;
  }
  .c-office-feature .c-office-feature-item:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .c-office-feature .c-office-feature-item .c-office-feature-body {
    width: 100%;
  }
  .c-office-feature .c-office-feature-item .c-office-feature-body .c-office-feature-heading {
    font-size: 22px;
  }
  .c-office-feature .c-office-feature-item .c-office-feature-img {
    width: 100%;
  }
  .c-office-feature .c-office-feature-item .c-office-feature-img .c-office-feature-img-inner {
    padding-top: 64.3%;
  }
}

.c-office-number-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
.c-office-number-info .c-office-number-info-item {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 0 #333;
          box-shadow: 4px 4px 0 #333;
  padding: 30px 20px 16px;
  width: 23.5%;
}
.c-office-number-info .c-office-number-info-item .c-office-number-info-heading {
  color: var(--color-key);
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
  text-align: center;
}
.c-office-number-info .c-office-number-info-item i {
  display: block;
  height: 80px;
  margin-inline: auto;
  max-width: 120px;
}
.c-office-number-info .c-office-number-info-item i img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.c-office-number-info .c-office-number-info-item .c-office-number-info-number {
  color: var(--color-key);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin: 5px 0 15px;
  text-align: center;
}
.c-office-number-info .c-office-number-info-item .c-office-number-info-number em {
  font-size: 50px;
  font-weight: 700;
}
.c-office-number-info .c-office-number-info-item .c-office-number-info-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-office-number-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2.4%;
  }
  .c-office-number-info .c-office-number-info-item {
    border-radius: 10px;
    padding: 24px 10px 14px;
    width: 47.6%;
  }
  .c-office-number-info .c-office-number-info-item .c-office-number-info-heading {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .c-office-number-info .c-office-number-info-item i {
    height: 48px;
    max-width: 72px;
  }
  .c-office-number-info .c-office-number-info-item .c-office-number-info-number {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .c-office-number-info .c-office-number-info-item .c-office-number-info-number em {
    font-size: 42px;
  }
  .c-office-number-info .c-office-number-info-item .c-office-number-info-text {
    font-size: 13px;
  }
}

.c-office-recommend .c-office-recommend-container {
  position: relative;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow {
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow .swiper-button-prev,
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow .swiper-button-next {
  background-color: #fff;
  border: 2px solid var(--color-key);
  border-radius: 20px;
  color: var(--color-key);
  height: 40px;
  position: static;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  width: 40px;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow .swiper-button-prev:after,
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow .swiper-button-next:after {
  font-size: 15px;
  text-shadow: 0 1px var(--color-key);
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow .swiper-button-prev.swiper-button-disabled,
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow .swiper-button-next.swiper-button-disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .5;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header .c-office-recommend-icon {
  height: 84px;
  width: 84px;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header .c-office-recommend-comment {
  border: 1px solid #333;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 0 #333;
          box-shadow: 4px 4px 0 #333;
  padding: 15px 20px;
  position: relative;
  width: calc(100% - 108px);
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header .c-office-recommend-comment:before {
  background: url(../images/arrow_comment.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  right: 100%;
  top: 38px;
  width: 13px;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header .c-office-recommend-comment p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-body p {
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-office-recommend {
    padding-bottom: 60px;
  }
  .c-office-recommend .c-office-recommend-container {
    left: -3%;
    width: 100vw;
  }
  .c-office-recommend .c-office-recommend-container .c-office-recommend-slide-arrow {
    bottom: auto;
    margin: 40px 0 0;
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .c-office-recommend .c-office-recommend-container .c-office-recommend-slide {
    padding: 0 24px;
  }
  .c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item {
    width: calc(100% - 32px);
  }
  .c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header .c-office-recommend-icon {
    height: 64px;
    width: 64px;
  }
  .c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header .c-office-recommend-comment {
    border-radius: 10px;
    padding: 10px 12px;
    width: calc(100% - 88px);
  }
  .c-office-recommend .c-office-recommend-container .c-office-recommend-slide .c-office-recommend-slide-item .c-office-recommend-header .c-office-recommend-comment p {
    font-size: 15px;
  }
}

.c-office-recruit {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-collapse: collapse;
  width: 100%;
}
.c-office-recruit tr th,
.c-office-recruit tr td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 18px 25px;
  text-align: left;
}
.c-office-recruit tr th {
  background-color: #E8E8E8;
  min-width: 158px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-office-recruit {
    border: none;
  }
  .c-office-recruit tr th,
  .c-office-recruit tr td {
    display: block;
    padding: 15px 20px;
    width: 100%;
  }
  .c-office-recruit tr th {
    border-bottom: none;
    font-size: 16px;
    min-width: 100%;
  }
  .c-office-recruit tr td {
    font-size: 14px;
  }
  .c-office-recruit tr:not(:last-of-type) td {
    border-bottom: none;
  }
}

.c-office-chief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-office-chief .c-office-chief-img {
  width: 34.16%;
}
.c-office-chief .c-office-chief-img .c-office-chief-img-inner {
  padding-top: 100%;
  position: relative;
}
.c-office-chief .c-office-chief-img .c-office-chief-img-inner img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-office-chief .c-office-chief-body {
  width: 60.86%;
}
.c-office-chief .c-office-chief-body .c-office-chief-heading {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 30px;
}
.c-office-chief .c-office-chief-body .c-office-chief-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-office-chief {
    display: block;
  }
  .c-office-chief .c-office-chief-img {
    margin-inline: auto;
    width: 200px;
  }
  .c-office-chief .c-office-chief-body {
    margin-top: 24px;
    width: 100%;
  }
  .c-office-chief .c-office-chief-body .c-office-chief-heading {
    font-size: 22px;
    margin: 0 0 24px;
  }
}

.c-office-pic .c-office-pic-container {
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 20px 20px;
}
.c-office-pic .c-office-pic-container .c-office-pic-slide {
  width: 65.01%;
}
.c-office-pic .c-office-pic-container .c-office-pic-slide .c-office-pic-slide-item {
  padding-top: 66.66%;
  position: relative;
}
.c-office-pic .c-office-pic-container .c-office-pic-slide .c-office-pic-slide-item img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb {
  padding: 0 32px;
  position: relative;
  width: 34.99%;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-list .c-office-pic-thumb-item {
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: calc(50% - 5px);
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-list .c-office-pic-thumb-item:before {
  border: 2px solid var(--color-key);
  content: '';
  height: calc(100% - 4px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  width: calc(100% - 4px);
  z-index: 1;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-list .c-office-pic-thumb-item .c-office-pic-thumb-item-inner {
  padding-top: 73.07%;
  position: relative;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-list .c-office-pic-thumb-item .c-office-pic-thumb-item-inner img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-list .c-office-pic-thumb-item.is-current:before {
  opacity: 1;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-sp {
  display: none;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-prev,
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-next {
  color: var(--color-key);
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-prev:after,
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-next:after {
  font-size: 15px;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-prev.swiper-button-disabled,
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-next.swiper-button-disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .5;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-prev {
  left: 4px;
}
.c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-next {
  right: 4px;
}
@media screen and (max-width: 767px) {
  .c-office-pic .c-office-pic-container {
    display: block;
    padding: 10px 10px 0;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-slide {
    width: 100%;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-slide .c-office-pic-slide-item {
    padding-top: 66.86%;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb {
    padding: 10px 20px;
    width: 100%;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-list {
    display: none;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-sp {
    display: block;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-sp .c-office-pic-thumb-sp-item {
    position: relative;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-sp .c-office-pic-thumb-sp-item:before {
    border: 2px solid var(--color-key);
    content: '';
    height: calc(100% - 4px);
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    width: calc(100% - 4px);
    z-index: 1;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-sp .c-office-pic-thumb-sp-item .c-office-pic-thumb-sp-item-inner {
    padding-top: 73.52%;
    position: relative;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-sp .c-office-pic-thumb-sp-item .c-office-pic-thumb-sp-item-inner img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-thumb-sp .c-office-pic-thumb-sp-item.swiper-slide-thumb-active:before {
    opacity: 1;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-prev,
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-next {
    margin: 0;
    width: 16px;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-prev {
    left: 0;
  }
  .c-office-pic .c-office-pic-container .c-office-pic-thumb .c-office-pic-slide-arrow .swiper-button-next {
    right: 0;
  }
}

.c-office-area-info {
  border: 1px solid #C8C8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 30px;
}
.c-office-area-info .c-office-area-info-detail {
  padding-right: 30px;
  width: 51.33%;
}
.c-office-area-info .c-office-area-info-detail .c-office-area-info-heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px;
}
.c-office-area-info .c-office-area-info-detail .c-office-area-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-office-area-info .c-office-area-info-detail .c-office-area-info-list li {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.c-office-area-info .c-office-area-info-detail .c-office-area-info-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.c-office-area-info .c-office-area-info-detail .c-office-area-info-list li i {
  left: 0;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 24px;
}
.c-office-area-info .c-office-area-info-map {
  width: 48.67%;
}
.c-office-area-info .c-office-area-info-map .c-office-area-info-map-inner {
  padding-top: 54.87%;
  position: relative;
}
.c-office-area-info .c-office-area-info-map .c-office-area-info-map-inner iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-office-area-info {
    display: block;
    padding: 24px 20px;
  }
  .c-office-area-info .c-office-area-info-detail {
    margin-bottom: 14px;
    padding-right: 0;
    width: 100%;
  }
  .c-office-area-info .c-office-area-info-detail .c-office-area-info-heading {
    font-size: 22px;
    margin: 0 0 20px;
    text-align: center;
  }
  .c-office-area-info .c-office-area-info-map {
    width: 100%;
  }
  .c-office-area-info .c-office-area-info-map .c-office-area-info-map-inner {
    padding-top: 54.92%;
  }
}

.c-office-voice .c-office-voice-item {
  border: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
}
.c-office-voice .c-office-voice-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.c-office-voice .c-office-voice-item .c-office-voice-img {
  width: 20.37%;
}
.c-office-voice .c-office-voice-item .c-office-voice-img .c-office-voice-img-inner {
  height: 100%;
  position: relative;
}
.c-office-voice .c-office-voice-item .c-office-voice-img .c-office-voice-img-inner img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-office-voice .c-office-voice-item .c-office-voice-body {
  padding: 4px 30px 20px 30px;
  position: relative;
  width: 79.63%;
}
.c-office-voice .c-office-voice-item .c-office-voice-body:after {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  content: '';
  display: block;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 13px;
}
.c-office-voice .c-office-voice-item .c-office-voice-body time {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.c-office-voice .c-office-voice-item .c-office-voice-body .c-office-voice-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 5px 0 15px;
}
.c-office-voice .c-office-voice-item .c-office-voice-body p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-office-voice .c-office-voice-item {
    padding: 10px 18px 17px 10px;
  }
  .c-office-voice .c-office-voice-item:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .c-office-voice .c-office-voice-item .c-office-voice-img {
    width: 26.86%;
  }
  .c-office-voice .c-office-voice-item .c-office-voice-img .c-office-voice-img-inner {
    height: auto;
    padding-top: 66.66%;
  }
  .c-office-voice .c-office-voice-item .c-office-voice-body {
    padding: 0 0 0 15px;
    width: 73.14%;
  }
  .c-office-voice .c-office-voice-item .c-office-voice-body:after {
    display: none;
  }
  .c-office-voice .c-office-voice-item .c-office-voice-body time {
    color: #969696;
    font-size: 12px;
  }
  .c-office-voice .c-office-voice-item .c-office-voice-body .c-office-voice-heading {
    font-size: 16px;
    margin: 3px 0 10px;
  }
  .c-office-voice .c-office-voice-item .c-office-voice-body p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */