@charset "UTF-8";
/*----------------------------------
  section-header
----------------------------------*/
.section-header {
  background-image: url(../images/common/section-header_01.webp);
}

/*----------------------------------
  profile
----------------------------------*/
.profile {
  margin-top: 80px;
}

.profile-items {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 82.719%;
}

.profile-item {
  align-items: center;
  border-top: 1px solid var(--color04);
  display: flex;
  padding-top: 27px;
  padding-bottom: 27px;
}

.profile-item:last-child {
  border-bottom: 1px solid var(--color04);
}

.profile-title {
  font-size: 17px;
  font-weight: 700;
  flex-shrink: 0;
  text-align: center;
  margin-right: 12.725%;
  width: 29.056%;
}

.profile-pic {
  margin-top: 120px;
}

/*----------------------------------
  history
----------------------------------*/
.history {
  background-color: var(--color09);
  padding-top: 80px;
  padding-bottom: 120px;
}

.history-items {
  margin-top: 60px;
  position: relative;
}

.history-items::before {
  background: var(--color06);
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
}

.history-item {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.history-year {
  color: var(--color01);
  font-size: 36px;
  font-weight: 700;
  text-align: right;
  padding-right: 7.895%;
  width: 50%;
}

.history-texts {
  width: 50%;
}

.history-text {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.76;
  padding-left: 15.789%;
  position: relative;
}

.history-text:not(:first-child) {
  margin-top: 20px;
}

.history-text::before {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: var(--color01);
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  transform: translateX(-50%);
  width: 0.588em;
}

.history-month {
  display: block;
  flex-shrink: 0;
  width: 4.47em;
}

/*----------------------------------
  message
----------------------------------*/
.message {
  background: var(--color12);
  padding-top: 80px;
  padding-bottom: 120px;
}

.message .contents-title .en {
  color: var(--color05);
}

.message .contents-title .color {
  background: var(--color07);
  -webkit-background-clip: text;
  background-clip: text;
}

.message-items {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 84.21%;
}

.message-cap {
  color: var(--color05);
  width: 57.291%;
}

.message-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 37px;
}

.message-text {
  margin-top: 1em;
}

.message-name {
  font-size: 24px;
  font-weight: 500;
  text-align: right;
  margin-top: 38px;
}

.message-name__post {
  padding-right: 1em;
}

.message-img {
  width: 34.375%;
}

/*----------------------------------
  office
----------------------------------*/
.office {
  margin-top: 80px;
  margin-bottom: 120px;
}

.office-item {
  margin-top: 60px;
}

.office-title {
  color: var(--color01);
  font-size: 24px;
  font-weight: 700;
  padding-left: 1.25em;
  position: relative;
}

.office-title::before {
  aspect-ratio: 1 / 1;
  background: var(--color06);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.41em;
}

.office-inner {
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  width: 83.07%;
}

.office-address {
  font-size: 17px;
  font-weight: 700;
}

.office-info__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.office-info__item {
  margin-top: 15px;
  width: 48.785%;
}

.office-info__item.office-info__item__wide {
  width: 100%;
}

.office-info__title {
  color: var(--color01);
  font-size: 17px;
  font-weight: 700;
  position: relative;
  z-index: 0;
}

.office-info__title::before {
  background: var(--color06);
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  z-index: -1;
}

.office-info__title span {
  background-color: var(--color05);
  padding-right: 1.17em;
}

.office-info__text {
  margin-top: 20px;
}

.office-info__detail {
  text-indent: -0.7em;
  padding-left: 0.7em;
}

.office-info__map {
  margin-top: 40px;
  padding-top: 31.678%;
  position: relative;
}

.office-info__map__inner {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.office-info__map iframe {
  height: 100%;
  width: 100%;
}

/*----------------------------------
  business
----------------------------------*/
.business {
  border-top: 1px solid var(--color04);
  padding-top: 80px;
  margin-bottom: 80px;
}

.business-items {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.business-images {
  display: flex;
  justify-content: space-between;
  width: 50.175%;
}

.business-img:nth-child(1) {
  aspect-ratio: 1 / 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 29.72%;
}

.business-img:nth-child(1) img {
  -o-object-position: 70% center;
  object-position: 70% center;
}

.business-img:nth-child(2) {
  aspect-ratio: 181 / 135;
  margin-top: 14.335%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 63.286%;
}

.business-cap {
  margin-left: 30px;
  width: 460px;
}

.business .contents-title {
  color: var(--color01);
  font-size: 20px;
}

.business .contents-title .en {
  font-size: 36px;
}

.business-text {
  margin-top: 20px;
}

.business-btn {
  margin-top: 20px;
}

/*----------------------------------
  Media Query
----------------------------------*/
/* sp */
@media not all and (min-width: 768px) {
  /* profile */
  .profile-items {
    margin-top: 40px;
    width: 100%;
  }

  .profile-item {
    display: block;
    padding-top: 16px;
    padding-left: 20px;
    padding-bottom: 16px;
  }

  .profile-title {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }

  .profile-pic {
    margin-top: 40px;
  }

  /* history */
  .history {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .history-items {
    margin-top: 40px;
  }

  .history-items::before {
    top: 18px;
    left: 80px;
    transform: translateX(0);
  }

  .history-item {
    margin-top: 40px;
  }

  .history-year {
    font-size: 24px;
    padding-right: 0;
    text-align: left;
    width: 80px;
  }

  .history-texts {
    width: calc(100% - 80px);
  }

  .history-text {
    display: block;
    font-size: 15px;
    line-height: 1.66;
    padding-left: 27px;
  }

  .history-month {
    width: 100%;
  }

  /* message */
  .message {
    background: var(--color16);
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .message-items {
    display: block;
    margin-top: 40px;
    position: relative;
    width: 100%;
  }

  .message-cap {
    width: 100%;
  }

  .message-title {
    font-size: 17px;
    line-height: 1.76;
    margin-bottom: 20px;
  }

  .message-name {
    font-size: 17px;
    margin-top: calc(90.149% + 60px);
  }

  .message-name__post {
    padding-right: 0.66em;
  }

  .message-img {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 67.462%;
  }

  /* office */
  .office {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .office-item {
    margin-top: 40px;
  }

  .office-title {
    font-size: 17px;
    font-weight: 700;
    padding-left: 1.76em;
  }

  .office-title::before {
    width: 0.58em;
  }

  .office-inner {
    margin-top: 20px;
    width: 100%;
  }

  .office-address {
    font-size: 15px;
  }

  .office-info__item {
    margin-top: 20px;
  }

  .office-info__item:nth-child(1),
  .office-info__item:nth-child(2) {
    margin-top: 10px;
  }

  .office-info__title {
    font-size: 15px;
  }

  .office-info__title span {
    padding-right: 0.66em;
  }

  .office-info__text {
    margin-top: 5px;
  }

  .office-info__map {
    margin-top: 20px;
    padding-top: 41.791%;
  }

  /* business */
  .business {
    padding-top: 20px;
    margin-bottom: 40px;
  }

  .business-images {
    display: block;
    width: 39.402%;
  }

  .business-img:nth-child(1) {
    margin-top: 20px;
    width: 37.878%;
  }

  .business-img:nth-child(2) {
    margin-top: 20px;
    margin-left: auto;
    width: 81.06%;
  }

  .business-cap {
    margin-left: 0;
    width: 47.164%;
  }

  .business .contents-title {
    font-size: 17px;
  }

  .business .contents-title .en {
    font-size: 17px;
  }

  .business-text {
    margin-top: 10px;
  }

  .business-btn {
    margin-top: 10px;
  }

  .business-btn .contents-btn__link {
    font-size: 14px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    height: 2.42em;
    width: 154px;
  }
}
