@media screen and (min-width:768px) and (max-width:991px) {
  #company .container {
    width: 90%;
  }
}

.office-area__contents {
  display: grid;
}
.office-area__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: solid 1px #C2D1D5;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.office-area__title .icon {
  width: 0.7lh;
  aspect-ratio: 11/15;
}
.office-area__title .icon img {
  width: 100%;
}
.office-area__title .title {
  color: #0B4773;
  font-size: clamp(24px, 22.645px + 0.387vw, 30px);
  font-weight: bold;
  line-height: 1;
}
.office-area__sub-title {
  font-size: clamp(20px, 18.645px + 0.387vw, 26px);
  color: #0490B3;
  font-weight: bold;
  line-height: 1;
  margin-block: clamp(60px, 53.226px + 1.935vw, 90px) clamp(30px, 26.613px + 0.968vw, 45px);
}
.office-area__sub-title:nth-of-type(1) {
  margin-block: 0 clamp(30px, 26.613px + 0.968vw, 45px);
}
.office-area__grid {
  display: grid;
  margin-bottom: clamp(20px, 17.742px + 0.645vw, 30px);
}
.office-area__grid:last-of-type {
  margin-bottom: 0;
}
.office-area__grid.column-two {
  grid-template-columns: 1fr;
  gap: 30px clamp(30px, 23.226px + 1.935vw, 60px);
}
@media screen and (min-width:768px) {
  .office-area__grid.column-two {
    grid-template-columns: repeat(2, 1fr);
  }
}
.office-area__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width:767px) {
  .office-area__group {
    gap: 15px;
  }
}
.office-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.office-area__item .btn, .office-area__item-child .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 6px;
  border-bottom: dotted 1px #0B4773;
  padding-block: 5px;
}
.office-area__item .btn .text, .office-area__item-child .btn .text {
  font-size: 12px;
  color: #0A2747;
  font-weight: 500;
}
.office-area__item .btn .newtab, .office-area__item-child .btn .newtab {
  width: 0.6lh;
  background: url(../img/common/ic-newtab_black.svg) no-repeat center/contain;
}
.office-area__item .btn .newtab::before, .office-area__item-child .btn .newtab::before {
  background: url(../img/common/ic-newtab_black.svg) no-repeat center/contain;
}
.office-area__item-child, .office-area__item-child-child {
  padding-block: 15px;
  border-bottom: solid 1px #C2D1D5;
}
.office-area__item-child .ttl, .office-area__item-child-child .ttl {
  font-size: clamp(16px, 15.548px + 0.129vw, 18px);
}
.office-area__item-contents {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.office-area__item-title {
  font-size: clamp(18px, 17.097px + 0.258vw, 22px);
  color: #0B4773;
  font-weight: bold;
}
.office-area__item-des {
  display: inline-block;
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  color: #0A2747;
}
.office-area__accordion-summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  padding: 10px 0;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-bottom: solid 1px #C2D1D5;
}
.office-area__accordion-summary:hover {
  opacity: 0.7;
}
.office-area__accordion-summary .office-area__item-title {
  margin: 0;
}
.office-area__accordion-icon {
  width: 20px;
  aspect-ratio: 1;
  border: solid 1px #0B4773;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}
.office-area__accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background-color: #0B4773;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.office-area__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 60%;
  background-color: #0B4773;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.office-area__accordion-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.office-area__accordion-content-inner {
  padding-top: 15px;
  padding-bottom: 20px;
}
.office-area__accordion-content-inner .office-area__item-child:first-child {
  border-top: none;
  padding-top: 0;
}

.js-details.is-opened .office-area__accordion-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.search-section__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(30px, 16.452px + 3.871vw, 90px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .search-section__inner {
    grid-template-columns: 1fr;
  }
}
.search-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
}
.search-section__des {
  font-size: clamp(14px, 13.548px + 0.129vw, 16px);
  color: #0A2747;
}
.search-section__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
  margin-top: 30px;
}
@media screen and (max-width:767px) {
  .search-section__btns {
    gap: 0 15px;
    margin-top: 20px;
  }
}
.search-section__btns .btn {
  border-bottom: 1px dotted #0B4773;
}
.search-section__btns .btn .text {
  color: #0A2747;
  font-weight: 400;
}
@media screen and (max-width:991px) {
  .search-section__btns .btn .text {
    font-size: 13px;
  }
}
.search-section__btns .btn .arrow {
  border: 1px solid #0A2747;
}
@media screen and (max-width:991px) {
  .search-section__btns .btn .arrow {
    width: 0.8lh;
  }
}
.search-section__btns .btn .arrow::before {
  border: 1px solid #0A2747;
}
.search-section__btns .btn .arrow::after {
  border-top: 1px solid #0A2747;
  border-right: 1px solid #0A2747;
}

#office-area-block-1 .office-area__grid.column-two {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  #office-area-block-1 .office-area__grid.column-two {
    gap: 0;
  }
}/*# sourceMappingURL=style-office.css.map */