@charset "UTF-8";
/* =====================
  会社概要
 ======================= */
/** -------------------- 代表挨拶 -------------------- **/
.message .message-catchcopy {
  font-size: 225%;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 6.667%;
}
.message .message-catchcopy mark {
  background: none;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 10px;
  text-decoration-color: #E3F4FA;
  color: currentColor;
}
.message .message-txtbox {
  font-size: 125%;
  line-height: 1.8;
}
.message .message-txtbox p + p {
  margin-top: 1.8em;
}
.message .message-signature {
  width: 21em;
  margin: 8.333% 0 0 auto;
}

/** -------------------- 経営理念 -------------------- **/
.philosophy .philosophy-container {
  background: #E3F4FA;
  border-radius: 1.5em;
  padding: 5% 12.5% 9.375%;
}
.philosophy .philosophy-list {
  font-size: 175%;
  font-weight: 700;
}
.philosophy .philosophy-list > li {
  counter-increment: cnt;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.philosophy .philosophy-list > li:before {
  content: counter(cnt);
  color: var(--c_blue);
  margin-right: 1em;
}
.philosophy .philosophy-list > li + li {
  margin-top: 0.571em;
}

/** -------------------- スローガン -------------------- **/
.slogan {
  margin-bottom: 10.417%;
}
.slogan .slogan-txt {
  text-align: center;
  font-size: 225%;
  font-weight: 700;
}
.slogan .slogan-txt mark {
  background: none;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 10px;
  text-decoration-color: #E3F4FA;
  color: currentColor;
}

/** -------------------- 会社概要 -------------------- **/
.overview .overview-dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 400px) 1fr;
  grid-template-columns: minmax(auto, 400px) 1fr;
  border-top: 1px solid var(--c_border);
  font-size: 125%;
  line-height: 1.8;
}
.overview .overview-dl dt {
  border-bottom: 1px solid var(--c_border);
  padding: 0.8em 0;
  font-weight: 700;
}
.overview .overview-dl dd {
  border-bottom: 1px solid var(--c_border);
  padding: 0.8em 0;
}

/** -------------------- 沿革 -------------------- **/
.history .history-list {
  width: 66.667%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 0 1fr;
  grid-template-columns: 20% 1fr;
  gap: 2.5em 0;
  position: relative;
}
.history .history-list:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #9B9B9B;
  position: absolute;
  left: 20%;
  top: 0;
}
.history .history-list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.history .history-list-item-year {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 160%;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.history .history-list-item-year span {
  font-size: 78.125%;
}
.history .history-list-item-year:before {
  content: "";
  width: 0.438em;
  height: 0.438em;
  border-radius: 50%;
  background: #50AA32;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.history .history-list-item-txt {
  padding-left: 2em;
  font-size: 125%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/** -------------------- 事業所・グループ一覧 -------------------- **/
.office .office-block {
  margin-bottom: 12.5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5em 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0 auto 0 auto 0 auto;
      grid-template-areas: "name img" "address img" "access img" "map map";
  gap: 0 1.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.office .office-block:last-child {
  margin-bottom: 0;
}
.office .office-name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
  font-size: 175%;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.857em;
}
.office .office-address {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: address;
  font-size: 125%;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
.office .office-access {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: access;
  font-size: 125%;
  line-height: 1.8;
}
.office .office-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: img;
}
.office .office-img img {
  border-radius: 1.5em;
}
.office .office-map {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: map;
  margin-top: 4.167%;
  height: 16em;
}
.office .office-map iframe {
  width: 100% !important;
  height: 100% !important;
}

/* タブレット
  ------------------------ */
@media (max-width: 1079px) {
  .philosophy .philosophy-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .history .history-list {
    width: 90%;
  }
}
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** -------------------- 代表挨拶 -------------------- **/
  .message .message-catchcopy {
    font-size: 18px;
    margin-bottom: 28px;
  }
  .message .message-catchcopy mark {
    text-decoration-thickness: 4px;
  }
  .message .message-txtbox {
    font-size: 14px;
  }
  .message .message-signature {
    width: 210px;
    margin-top: 28px;
  }
  /** -------------------- 経営理念 -------------------- **/
  .philosophy {
    margin-top: 60px;
    background: #E3F4FA;
  }
  .philosophy .inner.inner--wide {
    width: 90%;
  }
  .philosophy .philosophy-container {
    padding: 60px 0 40px;
    border-radius: 0;
  }
  .philosophy .philosophy-list {
    font-size: 18px;
  }
  /** -------------------- スローガン -------------------- **/
  .slogan {
    margin-bottom: 80px;
  }
  .slogan .slogan-txt {
    font-size: 22px;
    line-height: 1.8;
  }
  .slogan .slogan-txt mark {
    text-decoration-thickness: 4px;
  }
  /** -------------------- 会社概要 -------------------- **/
  .overview .overview-dl {
    font-size: 100%;
    display: block;
  }
  .overview .overview-dl dt {
    border-bottom: 0;
    padding: 8px 0 0;
  }
  .overview .overview-dl dd {
    padding: 0 0 8px;
  }
  /** -------------------- 沿革 -------------------- **/
  .history .history-list {
    width: 100%;
    -ms-grid-columns: 80px 0 1fr;
    grid-template-columns: 80px 1fr;
    gap: 32px 0;
  }
  .history .history-list:before {
    left: 80px;
  }
  .history .history-list-item-year {
    font-size: 20px;
  }
  .history .history-list-item-year span {
    font-size: 12px;
  }
  .history .history-list-item-year:before {
    width: 10px;
    height: 10px;
  }
  .history .history-list-item-txt {
    font-size: 14px;
    padding-left: 20px;
  }
  /** -------------------- 事業所・グループ一覧 -------------------- **/
  .office .office-block {
    margin-bottom: 60px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
        grid-template-areas: "name" "img" "address" "access" "map";
    gap: 0;
  }
  .office .office-name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .office .office-address {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .office .office-access {
    font-size: 14px;
  }
  .office .office-img {
    margin: 12px 0 16px;
  }
  .office .office-img img {
    border-radius: 12px;
  }
  .office .office-map {
    margin-top: 20px;
    height: 200px;
  }
  .office .office-name {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .office .office-address {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .office .office-access {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .office .office-img {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .office .office-map {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}