@charset "UTF-8";
/* ----------------------------------------------
    経営方針
---------------------------------------------- */
#philosophy .philosophy__content {
  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) {
  #philosophy .philosophy__content {
    display: block;
  }
}
#philosophy .philosophy__img-box {
  width: 372px;
}
@media screen and (max-width: 767px) {
  #philosophy .philosophy__img-box {
    width: 43vw;
    margin: 0 auto 20px;
  }
}
#philosophy .philosophy__text-box {
  width: 706px;
}
@media screen and (max-width: 767px) {
  #philosophy .philosophy__text-box {
    width: 100%;
  }
}
#philosophy .philosophy__title {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #philosophy .philosophy__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
#philosophy .philosophy__text {
  line-height: 2;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #philosophy .philosophy__text {
    line-height: 1.7;
    margin-bottom: 16px;
  }
}
#philosophy .president-name {
  font-weight: 700;
  text-align: right;
}

/* ----------------------------------------------
    会社概要
---------------------------------------------- */
#overview .overview__content {
  background-color: #fff;
  width: 964px;
  padding: 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #overview .overview__content {
    width: 100%;
    padding: 40px 16px;
  }
}
#overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  #overview dl {
    display: block;
  }
}
#overview dl:not(:first-of-type) {
  border-top: 1px solid rgba(51, 51, 51, 0.7);
  padding: 32px 20px;
}
@media screen and (max-width: 767px) {
  #overview dl:not(:first-of-type) {
    padding: 32px 0;
  }
}
#overview dl:first-of-type {
  padding-top: 0;
}
#overview dl:last-of-type {
  padding-bottom: 0;
}
#overview dt {
  font-weight: 700;
  width: 140px;
}
@media screen and (max-width: 767px) {
  #overview dt {
    margin-bottom: 20px;
  }
}
#overview dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#overview dd a {
  text-decoration: underline;
}
#overview dd figure {
  width: 453px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #overview dd figure {
    width: 100%;
  }
}
#overview dd figcaption {
  font-weight: 700;
  text-align: center;
}

/* ----------------------------------------------
    アクセス
---------------------------------------------- */
#access .acsess__content-wrap .access__content:not(:last-of-type) {
  margin-bottom: 80px;
}
#access .access__content {
  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) {
  #access .access__content {
    display: block;
  }
}
#access .access__map-box {
  width: 570px;
  aspect-ratio: 570/380;
}
@media screen and (max-width: 767px) {
  #access .access__map-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
#access .access__map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #access .access__map {
    aspect-ratio: 357/238;
  }
}
#access .access__map iframe {
  width: 100%;
  height: 100%;
}
#access .access__adress-wrap {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
#access .access__adress-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  width: 540px;
  padding: 32px 20px;
}
@media screen and (max-width: 767px) {
  #access .access__adress-box dl {
    display: block;
    width: 100%;
    padding: 32px 0;
  }
}
#access .access__adress-box dl:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.7);
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
#access .access__adress-box dt {
  font-weight: 700;
  width: 160px;
}
@media screen and (max-width: 767px) {
  #access .access__adress-box dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
#access .access__adress-box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* ----------------------------------------------
    沿革
---------------------------------------------- */
#history .history__content::before {
  content: "";
  display: block;
  background: url(../img/company/line-history.svg) no-repeat center/contain;
  width: 2px;
  height: 2133px;
  position: absolute;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #history .history__content::before {
    content: none;
  }
}
#history .history__content {
  width: 964px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #history .history__content {
    width: 100%;
  }
}
#history dl {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 24px 48px;
}
@media screen and (max-width: 767px) {
  #history dl {
    padding: 24px 16px;
  }
}
#history dl:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #history dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#history dt::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#00bfff), to(#0327a6));
  background: linear-gradient(90deg, #00bfff, #0327a6);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#history dt {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
  margin-bottom: 16px;
}
#history dd {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #history dd {
    line-height: 1.7;
  }
}
#history dd div:not(.history__img-box) {
  height: 150px;
}
@media screen and (max-width: 767px) {
  #history dd div:not(.history__img-box) {
    height: auto;
  }
}
#history dd .history__img-box {
  width: 191px;
  position: absolute;
  top: 24px;
  right: 48px;
}
@media screen and (max-width: 767px) {
  #history dd .history__img-box {
    position: static;
    margin-top: 16px;
  }
}

/* ----------------------------------------------
    健康経営
---------------------------------------------- */
#health .health__declaration {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  #health .health__declaration {
    margin-bottom: 40px;
  }
}
#health .health__declaration-img {
  margin-bottom: 47px;
}
#health .health__declaration-title {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #health .health__declaration-title {
    font-size: 2.4rem;
  }
}
#health .health__declaration-text {
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #health .health__declaration-text {
    line-height: 1.7;
  }
}
#health .health__attempt {
  background-color: #fff;
  width: 964px;
  padding: 60px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #health .health__attempt {
    width: 100%;
    padding: 40px 16px;
  }
}
#health .health__attempt dl {
  padding: 40px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #health .health__attempt dl {
    padding: 40px 0;
  }
}
#health .health__attempt dl:not(:last-of-type) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
#health .health__attempt dl:first-of-type {
  padding-top: 0;
}
#health .health__attempt dl:last-of-type {
  padding-bottom: 0;
}
#health .health__attempt dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 20px;
}
#health .health__attempt dt .health__attempt-img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  #health .health__attempt dt .health__attempt-img {
    width: 27px;
    height: 27px;
  }
}
#health .health__attempt dt .health__attempt-img .img-wrap {
  aspect-ratio: 1/1;
}
#health .health__attempt dt .health__attempt-dttext {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #health .health__attempt dd {
    font-size: 1.6rem;
  }
}
#health .health__attempt-title {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #health .health__attempt-title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=company.css.map */