/*************************************************

co-profile

*************************************************/
.co-profile-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
  border-bottom: #C3C3C3 solid 1px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .co-profile-list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0 3rem;
  }
}

.co-profile-list__title {
  width: 27rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .co-profile-list__title {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.co-profile-list__body {
  width: calc(100% - 27rem);
}
@media screen and (max-width: 767px) {
  .co-profile-list__body {
    width: 100%;
  }
}
.co-profile-list__body .in-fleximg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .co-profile-list__body .in-fleximg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.co-profile-list__body .in-fleximg__box {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 767px) {
  .co-profile-list__body .in-fleximg__box {
    width: min(26rem, 100%);
    margin: 0 auto;
  }
}
.co-profile-list__body .in-fleximg__box figcaption {
  margin-top: 2rem;
  font-size: 1.4rem;
}

/*************************************************

co-business

*************************************************/
.co-business-lead {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .co-business-lead {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.co-business__img01 {
  max-width: 54.8rem;
  margin: 8rem auto 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .co-business__img01 {
    margin-top: 4rem;
  }
}

/*************************************************

co-business

*************************************************/
.co-office-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .co-office-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.co-office-group__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .co-office-group__box {
    width: 100%;
  }
}
.co-office-group__box .in-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.co-office-group__box th {
  white-space: nowrap;
}

.co-office-group__title {
  margin-bottom: 4rem;
  padding-left: 1.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-left: #507AB9 solid 4px;
}
@media screen and (max-width: 767px) {
  .co-office-group__title {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}

.co-office-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.co-office-btn__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 0.7rem 1.4rem 1rem 1.2rem;
  background-color: #fff;
  border: #05124A solid 1px;
  text-decoration: none;
  border-radius: 0.6rem;
  line-height: 1.3;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .co-office-btn__anchor:hover {
    background-color: #F3F3F3;
  }
}
.co-office-btn__anchor .in-text {
  color: #05124A;
  font-weight: 700;
}
.co-office-btn__anchor .in-icon {
  width: 1.6rem;
  line-height: 0;
}
.co-office-btn__anchor .in-icon img {
  display: block;
}

.co-office-map {
  position: relative;
  max-width: 45rem;
  margin-top: 4rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .co-office-map {
    margin-top: 3rem;
  }
}
.co-office-map iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 10/8;
}