/* CSS Document */

@charset "UTF-8";
.office .sec_bread {
  padding-bottom: 0;
}

.office .sec01 {
  position: relative;
}

.office .sec01 .bg {
  width: 573px;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.office .sec01 .maparea .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1049px) {
  .office .sec01 .maparea .wrap {
    padding: 0 15px 30px;
    box-sizing: border-box;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .office .sec01 .maparea .wrap {
    display: block;
  }
}
.office .sec01 .maparea .img {
  width: 60%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .office .sec01 .maparea .img {
    width: 100%;
  }
}

.office .sec01 .maparea .img img {
  height: auto;
}

.office .sec01 .maparea .area {
  width: 40%;
  max-width: 100%;
  position: relative;
  align-self: center;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .office .sec01 .maparea .area {
    width: 100%;
    margin-left: 0;
  }
}

.office .sec01 .maparea .area .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #14559E;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.office .sec01 .maparea .area .viewall {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 25px 4px 10px;
  color: #E6F2FF;
  background: #14559E;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}

.office .sec01 .maparea .area .viewall:hover {
  color: #FFF;
}

.office .sec01 .maparea .area .viewall::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/machidakiko-theme/assets/images/common/Icon_material_chevron_right_white.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%) rotate(90deg);
}

.office .sec01 .maparea .area .items {
  display: flex;
  flex-wrap: wrap;
}

.office .sec01 .maparea .area .items .item {
  width: 50%;
  border-bottom: 1px solid #DCE0E2;
  display: flex;
  position: relative;
  overflow: visible;
  transition: 0.5s;
  background: #FFF;
}

.office .sec01 .maparea .area .items .item:hover {
  background: #E6F2FF;
}

.office .sec01 .maparea .area .items .item::before {
  content: "";
  width: 100%;
  height: 100%;
  ;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.office .sec01 .maparea .area .items .item::after {
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  border: 2px solid #14559E;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}

.office .sec01 .maparea .area .items .item:hover::after {
  opacity: 1;
  ;
}

.office .sec01 .maparea .area .items .num {
  width: 24px;
  display: flex;
  color: #FFF;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.office .sec01 .maparea .area .items .texts {
  width: calc(100% - 24px);
  position: relative;
  padding: 6px 10px 4px 40px;
}

.office .sec01 .maparea .area .items .tag {
  font-size: 12px;
  color: #14559E;
  padding: 2px;
  border: 1px solid #DCE0E2;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #FFF;
}

.office .sec01 .maparea .area .items .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.office .sec01 .maparea .area .items .tel {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.office .sec01 .maparea .area .items .tel span {
  font-size: 12px;
}

.office .sec01 .maparea .area .items .texts::after {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/machidakiko-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(50%, -50%) rotate(90deg);
}

.office .sec01 .maparea .area .items .item:nth-child(1) .num {
  background: #14559E;
}

.office .sec01 .maparea .area .items .item:nth-child(2) .num {
  background: #00C39F;
}

.office .sec01 .maparea .area .items .item:nth-child(3) .num {
  background: #00C39F;
}

.office .sec01 .maparea .area .items .item:nth-child(4) .num {
  background: #FF7A75;
}

.office .sec01 .maparea .area .items .item:nth-child(5) .num {
  background: #FF7A75;
}

.office .sec01 .maparea .area .items .item:nth-child(6) .num {
  background: #FF7A75;
}

.office .sec01 .maparea .area .items .item:nth-child(7) .num {
  background: #FF7A75;
}

.office .sec01 .maparea .area .items .item:nth-child(8) .num {
  background: #FF7A75;
}

.office .sec01 .maparea .area .items .item:nth-child(9) .num {
  background: #A3A0FC;
}

.office .sec01 .maparea .area .items .item:nth-child(10) .num {
  background: #A3A0FC;
}

.office .sec01 .maparea .area .items .item:nth-child(11) .num {
  background: #FFBE50;
}

.office .sec01 .maparea .area .items .item:nth-child(12) .num {
  background: #FFBE50;
}

.office .sec01 .maparea .area .items .item:nth-child(1) {
  order: 1;
}

.office .sec01 .maparea .area .items .item:nth-child(2) {
  order: 3;
}

.office .sec01 .maparea .area .items .item:nth-child(3) {
  order: 5;
}

.office .sec01 .maparea .area .items .item:nth-child(4) {
  order: 7;
}

.office .sec01 .maparea .area .items .item:nth-child(5) {
  order: 9;
}

.office .sec01 .maparea .area .items .item:nth-child(6) {
  order: 11;
}

.office .sec01 .maparea .area .items .item:nth-child(7) {
  order: 2;
}

.office .sec01 .maparea .area .items .item:nth-child(8) {
  order: 4;
}

.office .sec01 .maparea .area .items .item:nth-child(9) {
  order: 6;
}

.office .sec01 .maparea .area .items .item:nth-child(10) {
  order: 8;
}

.office .sec01 .maparea .area .items .item:nth-child(11) {
  order: 10;
}

.office .sec01 .maparea .area .items .item:nth-child(12) {
  order: 12;
}

.office .sec01 .profarea {
  background: #E6F2FF;
  padding: 40px 0 20px;
}

.office .sec01 .profarea .title {
  font-size: 20px;
  color: #14559E;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.office .sec01 .profarea .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.office .sec01 .profarea .items::after {
  content: "";
  width: 380px;
}

.office .sec01 .profarea .item {
  width: calc(33.333% - 10px);
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  margin-bottom: 40px;
}
@media (max-width: 1049px) {
  .office .sec01 .profarea .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .office .sec01 .profarea .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.office .sec01 .profarea .item .titles {
  display: flex;
  align-items: center;
  border-top: 5px solid #14559E;
}

.office .sec01 .profarea .item .titles .num {
  font-size: 40px;
  width: 55px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  background: #14559E;
}
@media (max-width: 767px) {
  .office .sec01 .profarea .item .titles .num {
    font-size: 30px;
    width: 50px;
    line-height: 40px;
  }
}

.office .sec01 .profarea .item .titles .tag {
  width: 40px;
  font-size: 16px;
  line-height: 22px;
  color: #14559E;
  border: 1px solid #DCE0E2;
  border-radius: 4px;
  text-align: center;
  margin: 0 15px;
}

.office .sec01 .profarea .item .titles .name {
  font-size: 20px;
}
@media (max-width: 767px) {
  .office .sec01 .profarea .item .titles .name {
    font-size: 18px;
  }
}

.office .sec01 .profarea .item .slider {
  width: 100%;
  height: 240px;
}

.office .slick-slider {
  opacity: 0;
  transition: .3s;
}

.office .slick-slider.slick-initialized {
  opacity: 1;
}

.office .sec01 .profarea .item .slider .img {
  width: 380px;
}

.office .sec01 .profarea .item .slick-slider .slick-prev {
  width: 25px;
  height: 35px;
  border-radius: 0 4px 4px 0;
  left: 0;
  z-index: 10;
  background: #FFF;
  opacity: .8;
}

.office .sec01 .profarea .item .slick-slider .slick-prev::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/machidakiko-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  opacity: 1;
}

.office .sec01 .profarea .item .slick-slider .slick-next {
  width: 25px;
  height: 35px;
  border-radius: 4px 0 0 4px;
  right: 0;
  z-index: 10;
  background: #FFF;
  opacity: .8;
}

.office .sec01 .profarea .item .slick-slider .slick-next::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("/wp-content/themes/machidakiko-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.office .sec01 .profarea .item .slick-slider .slick-list {
  height: 100%;
}

.office .sec01 .profarea .item .slick-slider .slick-dots {
  bottom: -30px;
}

.office .sec01 .profarea .item .slick-slider .slick-dots li {
  margin: 0;
}

.office .sec01 .profarea .item .slick-slider .slick-dots li button::before {
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #14559E;
  opacity: 0.3;
}

.office .sec01 .profarea .item .slick-slider .slick-dots li.slick-active button::before {
  opacity: 1;
}

.slick-dots > li:first-child:last-child {
  display: none;
}
.office .sec01 .profarea .item .prof {
  padding: 0 15px 20px;
}

.office .sec01 .profarea .item .prof dl {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.office .sec01 .profarea .item .prof dt {
  width: 75px;
  padding: 5px 0;
  font-weight: bold;
}

.office .sec01 .profarea .item .prof dd {
  width: calc(100% - 75px);
  padding: 5px 0;
}

.office .sec01 .profarea .item .prof dd .red {
  color: #FF4B59;
}

.office .sec01 .profarea .item .prof dd .address {
  margin-right: 5px;
}

.office .sec01 .profarea .item .prof dd .small {
  font-size: 12px;
  margin-left: 5px;
}

.office .sec01 .profarea .item .prof dd a {
  color: #14559E;
  padding: 0 3px;
}

.office .sec01 .profarea .item .prof dl>*:nth-child(n+3) {
  border-top: 1px solid #DCE0E2;
}

.office .sec01 .profarea #office02.item .titles {
  border-color: #00C39F;
}

.office .sec01 .profarea #office02.item .titles .num {
  background: #00C39F;
}

.office .sec01 .profarea #office03.item .titles {
  border-color: #00C39F;
}

.office .sec01 .profarea #office03.item .titles .num {
  background: #00C39F;
}

.office .sec01 .profarea #office04.item .titles {
  border-color: #FF7A75;
}

.office .sec01 .profarea #office04.item .titles .num {
  background: #FF7A75;
}

.office .sec01 .profarea #office05.item .titles {
  border-color: #FF7A75;
}

.office .sec01 .profarea #office05.item .titles .num {
  background: #FF7A75;
}

.office .sec01 .profarea #office06.item .titles {
  border-color: #FF7A75;
}

.office .sec01 .profarea #office06.item .titles .num {
  background: #FF7A75;
}

.office .sec01 .profarea #office07.item .titles {
  border-color: #FF7A75;
}

.office .sec01 .profarea #office07.item .titles .num {
  background: #FF7A75;
}

.office .sec01 .profarea #office08.item .titles {
  border-color: #FF7A75;
}

.office .sec01 .profarea #office08.item .titles .num {
  background: #FF7A75;
}

.office .sec01 .profarea #office09.item .titles {
  border-color: #A3A0FC;
}

.office .sec01 .profarea #office09.item .titles .num {
  background: #A3A0FC;
}

.office .sec01 .profarea #office10.item .titles {
  border-color: #A3A0FC;
}

.office .sec01 .profarea #office10.item .titles .num {
  background: #A3A0FC;
}

.office .sec01 .profarea #office11.item .titles {
  border-color: #FFBE50;
}

.office .sec01 .profarea #office11.item .titles .num {
  background: #FFBE50;
}

.office .sec01 .profarea #office12.item .titles {
  border-color: #FFBE50;
}

.office .sec01 .profarea #office12.item .titles .num {
  background: #FFBE50;
}

@media(max-width:1049px) {
  .office .sec01 .bg {
    display: none;
  }
  .office .sec01 .maparea .area {
    margin-right: 0;
  }
}

@media(max-width:767px) {
  .office .sec01 .maparea .area .items .item {
    height: 48px;
    position: relative;
    box-sizing: border-box;
  }

  .office .sec01 .maparea .area .items .item:nth-child(7),
  .office .sec01 .maparea .area .items .item:nth-child(8),
  .office .sec01 .maparea .area .items .item:nth-child(9),
  .office .sec01 .maparea .area .items .item:nth-child(10),
  .office .sec01 .maparea .area .items .item:nth-child(11),
  .office .sec01 .maparea .area .items .item:nth-child(12) {
    border-left: 1px solid #DCE0E2;
  }

  .office .sec01 .maparea .area .items .num {
    width: 28px;
    height: 24px;
    position: absolute;
    top: 0;
  }
  .office .sec01 .maparea .area .items .texts {
    width: 100%;
    position: static;
    padding: 4px 0 0 35px;
  }
  .office .sec01 .maparea .area .items .tag {
    font-size: 10px;
    line-height: 100%;
    top: 28px;
    background-color: #E7EBED;
    border: none;
    color: #111;
  }
  .office .sec01 .maparea .area .items .name {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
  }
  .office .sec01 .maparea .area .items .tel {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .office .sec01 .maparea .area .items .tel span {
    font-size: 10px;
  }
  .office .sec01 .maparea .area .items .texts::after {
    display: none;
  }
  .office .sec01 .profarea {
    padding: 30px 0 20px;
  }
  .office .sec01 .profarea .title {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .office .sec01 .profarea .item .slider {
    height: calc(((100vw - 30px) * 12) / 19);
    max-height: 240px;
  }
  .office .sec01 .profarea .item .slider .img {
    width: calc(100vw - 30px);
  }
  .office .sec01 .profarea .item .titles .tag {
    color: #111;
    border: 1px solid #E7EBED;
    background: #E7EBED;
    font-size: 14px;
  }
  .office .sec01 .profarea .item .prof dt {
    font-size: 12px;
    width: 60px;
  }
  .office .sec01 .profarea .item .prof dd {
    width: calc(100% - 60px);
  }
  .office .sec01 .profarea .item .prof dd br {
    display: none;
  }
  .office .sec01 .profarea .item .prof dd .small {
    display: inline-block;
  }
}

/* 2024/06/01 */
.office .sec01 .maparea .area {
  width: 100%;
}
.office .sec01 .maparea .area .items .num {
  font-size: 20px;
  min-width: 30px;
}
.office .sec01 .maparea .img {
  width: 100%;
  max-width: 678px;
}
.p-maparea__img {
  aspect-ratio: 345 / 300;
}
.p-maparea__img svg {
  width: 100%;
  object-fit: cover;
  height: auto;
}