/****************************************************************************************************************************/
/*
/*
/* = Company Style
/*
/*
/****************************************************************************************************************************/
.greetings-cnt--txt {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .greetings-cnt--txt {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .greetings-cnt--txt {
    width: 100%;
  }
}
.greetings-cnt--txt p + p {
  margin-top: 2em;
}
.greetings-cnt--name {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .greetings-cnt--name {
    order: 3;
  }
}
.greetings-cnt--name span {
  display: inline-block;
  margin-left: 1em;
  font-size: clamp(22.4px, 2.593vw, 28px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.philosophy {
  background-image: url(../images/company/philosophy-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.philosophy-ttl {
  color: #ffffff;
}
.philosophy-cnt--list {
  gap: clamp(5px, 0.926vw, 10px) clamp(5px, 0.926vw, 10px) !important;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .philosophy-cnt--list {
    flex-direction: column;
  }
}
.philosophy-cnt--list li {
  position: relative;
  width: calc((100% - clamp(5px, 0.926vw, 10px) * 2) / 3) !important;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .philosophy-cnt--list li {
    width: 100% !important;
  }
}
.philosophy-cnt--list li::before {
  display: block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  color: #0991bd;
  font-size: clamp(32px, 3.704vw, 40px);
  font-weight: 600;
}
.philosophy-cnt--list li p {
  font-size: clamp(19.2px, 2.222vw, 24px);
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .philosophy-cnt--list li p br {
    display: none;
  }
}

.officer {
  background-color: #E5F4F8;
}
.officer-cnt--list {
  gap: clamp(5px, 0.926vw, 10px) clamp(5px, 0.926vw, 10px) !important;
}
@media screen and (max-width: 767px) {
  .officer-cnt--list {
    flex-direction: column;
  }
}
.officer-cnt--list div {
  background-color: #ffffff;
}
.officer-cnt--list div:nth-of-type(-n+2) {
  width: calc((100% - clamp(5px, 0.926vw, 10px) * 1) / 2) !important;
}
@media screen and (max-width: 767px) {
  .officer-cnt--list div:nth-of-type(-n+2) {
    width: 100% !important;
  }
}
.officer-cnt--list div:not(:nth-of-type(-n+2)) {
  width: calc((100% - clamp(5px, 0.926vw, 10px) * 2) / 3) !important;
}
@media screen and (max-width: 767px) {
  .officer-cnt--list div:not(:nth-of-type(-n+2)) {
    width: 100% !important;
  }
}
.officer-cnt--list div dd .name {
  font-size: clamp(19.2px, 2.222vw, 24px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.history-cnt--list {
  position: relative;
}
.history-cnt--list::after {
  position: absolute;
  left: 9em;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
.history-cnt--list > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 4em;
}
.history-cnt--list > div > dt {
  position: relative;
  width: 7em;
  padding: 1em;
  font-weight: 600;
  color: #0991bd;
}
.history-cnt--list > div > dd {
  position: relative;
  width: calc(100% - 11em);
  padding: 1em;
}
.history-cnt--list > div > dd::after {
  position: absolute;
  right: 100%;
  top: 1.75em;
  display: block;
  content: "";
  width: 2em;
  height: 1px;
  background-color: #0991bd;
}
.history-cnt--list > div > dd::before {
  position: absolute;
  z-index: 2;
  right: calc(100% + 2em);
  top: 1.75em;
  transform: translate(50%, -50%);
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #0991bd;
  border-radius: 50%;
}
.history-cnt--list > div > dd > dl > dt {
  font-weight: 600;
}

.access-cnt--map iframe {
  width: 100%;
  aspect-ratio: 4/3;
}/*# sourceMappingURL=page-company.css.map */