@charset "UTF-8";
/* ===============================
  会社概要
=============================== */
.company__container {
  padding-bottom: 120px;
}

.company__section {
  background: #fff;
  padding: 60px 80px;
}
.company__section:nth-child(n+2) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .company__section {
    padding: 60px 24px;
  }
}

/*------------------------------
philosophy
------------------------------*/
.philosophy__content {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .philosophy__content {
    margin-top: 70px;
  }
}

.philosophy__section:nth-child(n+2) {
  margin-top: 40px;
}

.philosophy__title {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.philosophy__title strong {
  font-size: 2.4rem;
  margin-right: 10px;
}

.philosophy__copy {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #39677E;
}

.philosophy__list {
  margin-top: 16px;
}

.philosophy__item:nth-child(n+2) {
  margin-top: 16px;
}

.philosophy__label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #39677E;
}

.philosophy__text {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

/*------------------------------
message
------------------------------*/
.message__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .message__wrapper {
    display: block;
  }
}

.message__image {
  width: 31.7%;
}
@media (max-width: 767px) {
  .message__image {
    width: 100%;
  }
}

.message__text {
  width: 63.6%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .message__text {
    width: 100%;
    margin-top: 40px;
  }
}

/*------------------------------
information
------------------------------*/
.information__teble {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  width: 800px;
  max-width: 100%;
  margin: 80px auto 0;
}
.information__teble dt, .information__teble dd {
  padding: 16px;
  border: 1px solid #E0E0E0;
}
.information__teble dt:not(:last-of-type), .information__teble dd:not(:last-of-type) {
  border-bottom: none;
}
.information__teble dt {
  width: 30%;
  background: #FAFBFB;
  color: #39677E;
  display: flex;
  align-items: center;
  border-right: none;
}
.information__teble dd {
  width: 70%;
  color: #555;
}
@media (max-width: 767px) {
  .information__teble {
    margin-top: 60px;
    display: block;
  }
  .information__teble dt, .information__teble dd {
    width: 100%;
    padding: 12px 16px;
  }
  .information__teble dt {
    border-bottom: 1px solid #E0E0E0;
  }
}

.information__map {
  width: 800px;
  max-width: 100%;
  margin: 80px auto 0;
}
.information__map iframe {
  width: 100%;
  aspect-ratio: 800/400;
}
@media (max-width: 767px) {
  .information__map {
    margin-top: 60px;
  }
  .information__map iframe {
    aspect-ratio: 342/171;
  }
}

/*------------------------------
recruit
------------------------------*/
.recruit__button {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit__button {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=company.css.map */