@charset "UTF-8";
/* =====================
	会社案内ページ
 ======================= */

/** ------------------------ company ------------------------ **/
.company {
  margin-bottom: 7.81%;
}

.company .sec-wrapper {
  background-color: var(--c_white);
  border-radius: 20px;
  padding: 5.21% 7.81%;
}

.company .profile .profile-ttl,
.company .history .history-ttl,
.company .address .address-ttl {
  font-size: 200%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 4.22%;
}

.company .definition-list {
  /* font-family: var(--font_Noto_Sans_JP); */
  display: grid;
  grid-template-columns: 36.67% 1fr;
  border-top: 1px solid #eae0c6;
}

.company .definition-list dt {
  border-bottom: 1px solid #eae0c6;
  padding: 1.15em 1em 0.85em 2.5em;
}

.company .definition-list dd {
  border-bottom: 1px solid #eae0c6;
  padding: 1.15em 0 0.85em;
}

/** ------------------------ ceo-message ------------------------ **/
.company .ceo-message {
  margin-bottom: 8.23%;
}

.company .ceo-message .ceo-message-ttl {
  font-size: 250%;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.83%;
}

.company .ceo-message .ceo-message-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.company .ceo-message .ceo-info {
  width: 30%;
}

.company .ceo-message .ceo-img {
  width: 100%;
  margin-bottom: 8.33%;
}

.company .ceo-message .position {
  line-height: 1.75;
  margin-bottom: 4.17%;
}

.company .ceo-message .ceo-name {
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
}

.company .ceo-message .ceo-message-txt {
  width: 65.83%;
  /* font-family: var(--font_Noto_Sans_JP); */
}

.company .ceo-message .ceo-message-txt p + p {
  margin-top: 1.5em;
}

/** ------------------------ profile ------------------------ **/
.company .profile {
  margin-bottom: 16.67%;
}

/** ------------------------ history ------------------------ **/
.company .history {
  margin-bottom: 16.67%;
}

/** ------------------------ address ------------------------ **/
.company .address .map {
  aspect-ratio: 900 / 450;
  margin-bottom: 3.33%;
}

.company .address .map iframe {
  width: 100%;
  height: 100%;
}

.company .address address {
  /* font-family: var(--font_Noto_Sans_JP); */
  font-style: normal;
  text-align: center;
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
  .company .definition-list {
    grid-template-columns: 15em 1fr;
  }
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  .company {
    margin-bottom: 50px;
  }

  .company .sec-wrapper {
    padding: 25px 10px;
  }

  .company .profile .profile-ttl,
  .company .history .history-ttl,
  .company .address .address-ttl {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .company .definition-list {
    grid-template-columns: 1fr;
  }

  .company .definition-list dt {
    border-bottom: none;
        padding: 25px 0 25px;
  }

  .company .definition-list dd {
    padding: 0 0 25px;
  }

  /** ------------------------ ceo-message ------------------------ **/
  .company .ceo-message {
    margin-bottom: 100px;
  }

  .company .ceo-message .ceo-message-ttl {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .company .ceo-message .ceo-message-container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px;
  }

  .company .ceo-message .ceo-info {
    width: 100%;
  }

  .company .ceo-message .ceo-img {
    width: 200px;
    margin: 0 auto 25px;
  }

  .company .ceo-message .ceo-info figcaption {
    width: fit-content;
    margin: 0 auto;
  }

  .company .ceo-message .position {
    margin-bottom: 10px;
  }

  .company .ceo-message .ceo-name {
    font-size: 25px;
  }

  .company .ceo-message .ceo-message-txt {
    width: 100%;
  }

  /** ------------------------ profile ------------------------ **/
  .company .profile {
    margin-bottom: 100px;
  }

  /** ------------------------ history ------------------------ **/
  .company .history {
    margin-bottom: 100px;
  }
}
