@charset "UTF-8";
/* ---------- 経営理念 ---------- */
.policy_index {
  text-align: center;
  display: flex;
  justify-content: center;
}
.policy_index li {
  width: 25%;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.policy_index li::before {
  content: "";
  display: block;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #187fc4;
  transform: scaleX(1.155);
  z-index: -1;
  mix-blend-mode: multiply;
}
.policy_index .policy_index_num {
  color: #187fc4;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
  line-height: 1em;
  position: absolute;
  opacity: 0.3;
  left: 5%;
  top: 0;
  mix-blend-mode: screen;
}
.policy_index .policy_index_txt {
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

.policy_head {
  text-align: center;
}

.policy_head_num {
  color: #187fc4;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  position: relative;
}
.policy_head_num::before {
  content: "";
  display: block;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 1/1;
  background-color: #e8f2f9;
  transform: translateX(-50%) translateY(-50%) scaleX(1.155);
  z-index: -1;
  mix-blend-mode: multiply;
}

.policy_head_txt {
  font-weight: 700;
  letter-spacing: 0.333em;
  margin-right: -0.333em;
}

.policy_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.policy_inner .largeTxt {
  position: relative;
  margin-left: 0.1em;
  margin-right: 0.1em;
}

.policy_list .policy_list_ttl {
  text-align: center;
  color: #187fc4;
  font-weight: 500;
}

.policy_index li:nth-child(1)::before {
  background-color: #187fc4;
}

.policy_index li:nth-child(2)::before {
  background-color: #106ab5;
}

.policy_index li:nth-child(3)::before {
  background-color: #0855a7;
}

.policy_index li:nth-child(4)::before {
  background-color: #004098;
}

.greeting_txt p {
  text-indent: 1em;
}

.greeting_sign_wrapper {
  display: flex;
  justify-content: flex-end;
}

.greeting_sign {
  display: flex;
  flex-direction: column;
}

/* ---------- 拠点情報 ---------- */
.telTable th {
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 1em;
  vertical-align: top;
}

.how_to_access {
  display: flex;
  text-align: center;
  align-items: center;
}
.how_to_access .spot {
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-weight: bold;
}
.how_to_access .spot:not(.goal) {
  background-color: #e8f2f9;
}
.how_to_access .spot.goal {
  border: #eee 2px solid;
}
.how_to_access .way {
  background: center left repeat-x;
}
.how_to_access .way.train {
  background-image: linear-gradient(to right, #187fc4 0%, #187fc4 100%);
}
.how_to_access .way.other {
  background-image: linear-gradient(to right, #999 50%, transparent 50%);
}

/* ---------- 企業の取り組み ---------- */
.sdgs_catch {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sdgs_catch .sdgs_catch_txt {
  color: #009edb;
  text-align: center;
  font-weight: bold;
}

.sdgs_sign {
  text-align: right;
}
.sdgs_sign .sdgs_sign_txt02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.sdgs_sign .sdgs_sign_position {
  padding-right: 1.5em;
  line-height: 1.25em;
}
.sdgs_sign .sdgs_sign_name {
  display: inline-block;
}

.sdgs_effort .sdgs_effort_item {
  border: #e6e6e6 1px solid;
}

/* ---------- 沿革 ---------- */
.history_timeline {
  background: linear-gradient(to bottom, #eee 0%, #eee 100%) repeat-y;
}
.history_timeline .history_timeline_item .history_timeline_ttl {
  color: #187fc4;
  position: relative;
  font-weight: 600;
}
.history_timeline .history_timeline_item .history_timeline_ttl::before {
  content: "";
  display: block;
  background-color: #187fc4;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.history_timeline .history_timeline_item .history_timeline_ttl .year {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1em;
}

/* ---------- パートナーシップ ---------- */
.bland_more {
  display: none;
}

.bland_toggle {
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
}
.bland_toggle .more {
  display: block;
}
.bland_toggle .close {
  display: none;
}
.bland_toggle.open .more {
  display: none;
}
.bland_toggle.open .close {
  display: block;
}

@media screen and (min-width: 768px), print {
  /* ---------- 経営理念 ---------- */
  .policy_index_wrapper {
    width: min(1296px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .policy_index {
    padding-top: 2rem;
  }
  .policy_index .policy_index_num {
    font-size: min(8vw, 104px);
  }
  .policy_index .policy_index_txt {
    font-size: 36px;
    font-size: min(3.6vw, 40px);
  }

  .policy_item {
    margin-top: 4rem;
  }

  .policy_head_num {
    font-size: 32px;
    line-height: 44px;
  }
  .policy_head_num::before {
    width: 64px;
  }

  .policy_head_txt {
    font-size: 40px;
    line-height: 52px;
    margin-top: 24px;
  }

  .policy_inner {
    margin-top: 2rem;
  }
  .policy_inner .largeTxt {
    font-size: 32px;
    line-height: 28px;
    top: 4px;
  }

  .policy_list {
    display: flex;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .policy_list li {
    width: calc(100%/3);
    position: relative;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .policy_list li::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    z-index: -1;
    box-shadow: rgba(24, 127, 196, 0.15) 0px 0px 20px;
  }
  .policy_list .policy_list_ttl {
    font-size: 28px;
    line-height: 38px;
  }
  .policy_list .policy_list_txt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }

  .greeting_txt p {
    line-height: 32px;
  }
  .greeting_txt p + p {
    margin-top: 12px;
  }

  .greeting_sign_wrapper {
    margin-top: 24px;
  }

  .greeting_sign .greeting_sign_position {
    font-size: 18px;
    line-height: 34px;
  }
  .greeting_sign .greeting_sign_name {
    margin-left: 40px;
    margin-top: 6px;
    width: 192px;
  }

  /* ---------- 拠点情報 ---------- */
  .telTable th, .telTable td {
    padding-top: 0.25em;
  }

  .how_to_access {
    margin-top: 12px;
  }
  .how_to_access + .how_to_access {
    margin-top: 20px;
  }
  .how_to_access .spot {
    font-size: 16px;
    width: 60px;
    height: 144px;
  }
  .how_to_access .way {
    background-size: 16px 4px;
    width: calc((100% - 240px)/3);
    font-size: 14px;
    line-height: 22px;
    height: 144px;
    padding-top: 84px;
  }

  /* ---------- 企業の取り組み ---------- */
  .sdgs_catch {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sdgs_catch .sdgs_catch_txt {
    font-size: 26px;
    line-height: 38px;
  }
  .sdgs_catch .sdgs_catch_logo {
    width: 320px;
    margin-left: 1.5rem;
  }

  .sdgs_sign .sdgs_sign_txt02 {
    line-height: 30px;
    margin-top: 6px;
  }
  .sdgs_sign .sdgs_sign_position {
    font-size: 18px;
  }
  .sdgs_sign .sdgs_sign_name {
    width: 192px;
    line-height: 0.1;
  }

  .sdgs_effort {
    display: flex;
    flex-wrap: wrap;
  }
  .sdgs_effort .sdgs_effort_item {
    width: calc(50% - 0.5rem);
    padding: 21px 27px;
  }
  .sdgs_effort .sdgs_effort_item:nth-child(even) {
    margin-left: 1rem;
  }
  .sdgs_effort .sdgs_effort_item:nth-child(n+3) {
    margin-top: 1rem;
  }

  /* ---------- 沿革 ---------- */
  .history_timeline {
    width: min(1296px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    background-size: 4px 4px;
    background-position: center top;
  }
  .history_timeline::after {
    clear: both;
    content: "";
    display: table;
  }
  .history_timeline .history_timeline_item {
    width: 50%;
    margin-top: 2rem;
  }
  .history_timeline .history_timeline_item .history_timeline_ttl {
    font-size: 20px;
  }
  .history_timeline .history_timeline_item .history_timeline_ttl .year {
    font-size: 48px;
  }
  .history_timeline .history_timeline_item .history_timeline_ttl::before {
    width: 12px;
    height: 12px;
  }
  .history_timeline .history_timeline_item .history_timeline_inner {
    margin-top: 8px;
  }
  .history_timeline .history_timeline_item .history_timeline_img {
    margin-top: 16px;
  }
  .history_timeline .history_timeline_item.history_timeline_item_left + .history_timeline_item_right, .history_timeline .history_timeline_item.history_timeline_item_right + .history_timeline_item_left {
    margin-top: 4rem;
  }
  .history_timeline .history_timeline_item.history_timeline_item_left {
    float: left;
    clear: left;
    text-align: right;
    padding-right: 40px;
  }
  .history_timeline .history_timeline_item.history_timeline_item_left .history_timeline_ttl::before {
    right: -46px;
  }
  .history_timeline .history_timeline_item.history_timeline_item_right {
    float: right;
    clear: right;
    text-align: left;
    padding-left: 40px;
  }
  .history_timeline .history_timeline_item.history_timeline_item_right .history_timeline_ttl::before {
    left: -46px;
  }

  /* ---------- パートナーシップ ---------- */
  .bland_toggle {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 26px;
    padding: 4px 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* ---------- 経営理念 ---------- */
  .policy_list li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .policy_list .policy_list_ttl {
    font-size: 24px;
    line-height: 32px;
  }
  .policy_list .policy_list_txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  /* ---------- 経営理念 ---------- */
  .policy_index .policy_index_num {
    font-size: 10vw;
  }
  .policy_index .policy_index_txt {
    font-size: 6vw;
  }

  .policy_item {
    margin-top: 2rem;
  }

  .policy_head_num {
    font-size: 20px;
    line-height: 28px;
  }
  .policy_head_num::before {
    width: 40px;
  }

  .policy_head_txt {
    font-size: 28px;
    line-height: 36px;
    margin-top: 12px;
  }

  .policy_inner {
    margin-top: 1rem;
  }
  .policy_inner .largeTxt {
    font-size: 22px;
    line-height: 22px;
    top: 2px;
  }

  .policy_list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .policy_list li + li {
    margin-top: 1rem;
  }
  .policy_list .policy_list_ttl {
    font-size: 20px;
    line-height: 28px;
  }
  .policy_list .policy_list_txt {
    margin-top: 6px;
  }

  .greeting_txt p {
    line-height: 26px;
  }
  .greeting_txt p + p {
    margin-top: 8px;
  }

  .greeting_sign_wrapper {
    margin-top: 16px;
  }

  .greeting_sign .greeting_sign_position {
    font-size: 16px;
    line-height: 28px;
  }
  .greeting_sign .greeting_sign_name {
    margin-left: 32px;
    margin-top: 4px;
    width: 144px;
  }

  /* ---------- 拠点情報 ---------- */
  .telTable th, .telTable td {
    display: block;
  }
  .telTable th {
    padding-top: 0.25em;
  }

  .how_to_access {
    margin-top: 12px;
  }
  .how_to_access .spot {
    font-size: 12px;
    width: 32px;
    height: 98px;
  }
  .how_to_access .way {
    font-feature-settings: 'palt';
    background-size: 8px 2px;
    width: calc((100% - 128px)/3);
    font-size: 10px;
    line-height: 14px;
    flex-grow: 1;
    flex-shrink: 1;
    height: 98px;
    padding-top: 57px;
  }

  /* ---------- 企業の取り組み ---------- */
  .sdgs_catch {
    margin-top: 1rem;
    margin-bottom: calc(1rem + 4px);
    flex-direction: column;
  }
  .sdgs_catch .sdgs_catch_txt {
    font-size: 20px;
    line-height: 28px;
  }
  .sdgs_catch .sdgs_catch_logo {
    width: 180px;
    margin-top: 8px;
  }

  .sdgs_sign {
    margin-top: 1rem;
  }
  .sdgs_sign .sdgs_sign_txt02 {
    line-height: 24px;
    margin-top: 4px;
  }
  .sdgs_sign .sdgs_sign_position {
    font-size: 16px;
  }
  .sdgs_sign .sdgs_sign_name {
    width: 144px;
  }

  .sdgs_effort .sdgs_effort_item {
    padding: 9px 13px;
  }
  .sdgs_effort .sdgs_effort_item:nth-child(n+2) {
    margin-top: 1rem;
  }

  /* ---------- 沿革 ---------- */
  .history_timeline {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem;
    background-size: 2px 2px;
    background-position: 12px top;
  }
  .history_timeline .history_timeline_item {
    padding-top: 1rem;
    padding-left: 28px;
  }
  .history_timeline .history_timeline_ttl {
    font-size: 16px;
  }
  .history_timeline .history_timeline_ttl .year {
    font-size: 28px;
  }
  .history_timeline .history_timeline_ttl::before {
    width: 8px;
    height: 8px;
    left: -19px;
  }
  .history_timeline .history_timeline_inner {
    margin-top: 4px;
  }
  .history_timeline .history_timeline_img {
    margin-top: 10px;
  }

  /* ---------- パートナーシップ ---------- */
  .bland_toggle {
    margin-top: 0.5rem;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 1rem;
  }
}
