@charset "UTF-8";
/* =====================
	法人概要
 ======================= */
/** -------------------- ページ内共通 -------------------- **/
.about-h2 {
  color: var(--c_orange);
  font-size: 170%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5%;
}

section.about {
  margin-top: 10%;
}

/** -------------------- 設立のきっかけ -------------------- **/
section.trigger {
  margin-top: 5%;
}

section.trigger .trigger-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.trigger .trigger-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 62.3%;
          flex: 0 1 62.3%;
}

section.trigger .trigger-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.8%;
          flex: 0 1 33.8%;
}

section.trigger .trigger-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  color: var(--c_blue);
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 0.5em;
}

section.trigger .trigger-lead:before, section.trigger .trigger-lead:after {
  content: "―";
}

section.trigger .trigger-txt {
  font-size: 110%;
  line-height: 2.36;
}

section.trigger .trigger-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5em;
}

section.trigger .trigger-img img {
  border-radius: 1em;
}

/** -------------------- 理念・基本方針 -------------------- **/
section.philosophy .philosophy-ttl {
  font-size: 150%;
  font-weight: 700;
  color: var(--c_blue);
  text-align: center;
  margin-bottom: 0.5em;
}

section.philosophy .philosophy-main {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  color: var(--c_blue);
}

section.philosophy .philosophy-policy {
  margin-top: 3.5%;
}

section.philosophy .philosophy-policy-list {
  width: 75%;
  margin: 0 auto;
}

section.philosophy .philosophy-policy-list > li {
  font-size: 110%;
  border: 2px solid var(--c_blue);
  border-radius: 100px;
  position: relative;
  padding: 0.2em 13%;
  white-space: nowrap;
}

section.philosophy .philosophy-policy-list > li:before, section.philosophy .philosophy-policy-list > li:after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  background: var(--c_blue);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.philosophy .philosophy-policy-list > li:before {
  left: 0.7em;
}

section.philosophy .philosophy-policy-list > li:after {
  right: 0.7em;
}

section.philosophy .philosophy-policy-list > li + li {
  margin-top: 0.8em;
}

/** -------------------- 理事長あいさつ -------------------- **/
section.message .message-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.message .message-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.8%;
          flex: 0 1 53.8%;
}

section.message .message-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.8%;
          flex: 0 1 41.8%;
}

section.message .message-lead {
  color: var(--c_blue);
  font-size: 150%;
  font-weight: 700;
}

section.message .message-txt {
  font-size: 110%;
  line-height: 1.77;
}

section.message .message-img img {
  border-radius: 1.25em;
}

section.message .message-name {
  margin-top: 0.5em;
  text-align: center;
  font-size: 110%;
}

section.message .message-name span {
  font-size: 68.1818181818%;
  margin-right: 1em;
}

/** -------------------- 事業概要 -------------------- **/
section.business .business-lead {
  text-align: center;
  font-size: 110%;
  margin-bottom: 7%;
}

/** -------------------- 沿革 -------------------- **/
section.history {
  background: #FFFFA1;
  position: relative;
  z-index: 1;
  padding: 7% 0 8%;
}

section.history:before, section.history:after {
  content: "";
  width: 100%;
  height: 0.5em;
  background: url(../img/about/history_bg.png) no-repeat center/auto 100%;
  position: absolute;
  left: 0;
}

section.history:before {
  bottom: 100%;
}

section.history:after {
  top: 100%;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

section.history .history-cloud {
  position: absolute;
  top: 0;
  margin-top: 5.3%;
  left: 0;
  z-index: -1;
}

section.history .history-cloud img {
  width: 100%;
}

section.history .history-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 9% auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5em 1fr;
  grid-template-columns: auto 1fr;
  gap: 1em 1.5em;
  font-size: 110%;
}

/** -------------------- SDGsへの取り組み -------------------- **/
section.sdgs .sdgs-lead {
  font-size: 110%;
  line-height: 1.77;
  margin-bottom: 5.5%;
}

section.sdgs .sdgs-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 2em 1fr 2em 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 2em 0;
  margin-bottom: 1.5%;
}

section.sdgs .sdgs-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9.9em 2.5em 1fr;
  grid-template-columns: 9.9em 1fr;
  gap: 0 2.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.sdgs .sdgs-item dd {
  font-size: 110%;
  line-height: 1.77;
}

section.sdgs .sdgs-item03 {
  color: #00973B;
}

section.sdgs .sdgs-item05 {
  color: #E83819;
}

section.sdgs .sdgs-item08 {
  color: #970B31;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

section.sdgs .sdgs-item13 {
  color: #427935;
}

section.sdgs .sdgs-item17 {
  color: #003067;
}

section.sdgs .sdgs-btn {
  width: 16.8em;
}

/** -------------------- アクセス -------------------- **/
section.access {
  margin-bottom: 12.5%;
}

section.access .access-ttl {
  text-align: left;
}

section.access .access-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.access .access-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

section.access .access-mapbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56.25%;
          flex: 0 1 56.25%;
}

section.access .access-txt {
  font-size: 110%;
  line-height: 1.75;
}

section.access .access-img {
  margin-top: 2.5em;
}

section.access .access-map {
  height: 100%;
}

section.access .access-map iframe {
  width: 100% !important;
  height: 100% !important;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  /** -------------------- ページ内共通 -------------------- **/
  .about-h2 {
    font-size: 18px;
  }
  /** -------------------- 設立のきっかけ -------------------- **/
  section.trigger .trigger-container {
    display: block;
  }
  section.trigger .trigger-imgbox {
    margin-top: 20px;
  }
  section.trigger .trigger-lead {
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.trigger .trigger-txt {
    font-size: 14px;
    line-height: 1.7;
  }
  section.trigger .trigger-img {
    row-gap: 8px;
  }
  section.trigger .trigger-img img {
    border-radius: 8px;
  }
  /** -------------------- 理念・基本方針 -------------------- **/
  section.philosophy .philosophy-ttl {
    font-size: 16px;
  }
  section.philosophy .philosophy-main {
    font-size: 16px;
  }
  section.philosophy .philosophy-policy {
    margin-top: 30px;
  }
  section.philosophy .philosophy-policy-list {
    width: 100%;
  }
  section.philosophy .philosophy-policy-list > li {
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
    padding: 0.2em 8%;
  }
  /** -------------------- 理事長あいさつ -------------------- **/
  section.message .message-container {
    display: block;
  }
  section.message .message-imgbox {
    margin-top: 20px;
  }
  section.message .message-lead {
    font-size: 16px;
  }
  section.message .message-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  section.message .message-img img {
    border-radius: 12px;
  }
  section.message .message-name {
    font-size: 14px;
  }
  /** -------------------- 事業概要 -------------------- **/
  section.business .business-lead {
    font-size: 14px;
  }
  /** -------------------- 沿革 -------------------- **/
  section.history:before, section.history:after {
    height: 5px;
  }
  section.history .history-cloud img {
    height: 42px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.history .history-list {
    font-size: 14px;
    line-height: 1.5;
    gap: 0.5em 1em;
  }
  /** -------------------- SDGsへの取り組み -------------------- **/
  section.sdgs .sdgs-lead {
    font-size: 14px;
  }
  section.sdgs .sdgs-wrap {
    display: block;
  }
  section.sdgs .sdgs-item {
    -ms-grid-columns: 80px 12px 1fr;
    grid-template-columns: 80px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 12px;
    margin-bottom: 20px;
  }
  section.sdgs .sdgs-item dd {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 14px;
    line-height: 1.5;
  }
  /** -------------------- アクセス -------------------- **/
  section.access .access-container {
    display: block;
  }
  section.access .access-mapbox {
    margin-top: 20px;
  }
  section.access .access-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  section.access .access-img {
    margin-top: 16px;
  }
  section.access .access-map {
    height: 250px;
  }
}
