@charset "UTF-8";
/*==========================================================================
section.scroll-section
========================================================================== */
.scroll-section {
  position: relative;
  padding-top: 5.2083333333vw;
  padding-bottom: 0;
}
.scroll-section .navber {
  position: -webkit-sticky;
  position: sticky;
  top: 5.2083333333vw;
  left: 17.7083333333%;
  z-index: 5;
  width: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-flow: column;
  gap: 1.5625vw;
  padding-top: 5.2083333333vw;
}
.scroll-section .navber.hidden {
  opacity: 0;
  pointer-events: none;
}
.scroll-section .navber a {
  color: #A5A5A5; /* デフォルトの色 */
  text-decoration: none;
  padding: 0;
  transition: color 0.3s ease;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.scroll-section .navber a.active {
  color: #253E54; /* アクティブ時の色(お好みで変更してください) */
  font-weight: bold;
}
.scroll-section .contens {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .scroll-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 0;
    display: block;
  }
  .scroll-section .navber {
    top: 85px;
    left: 5%;
    display: flex;
    flex-flow: row;
    width: 90%;
    gap: 20px;
    padding-top: 0;
  }
  .scroll-section .navber.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .scroll-section .navber a {
    color: #A5A5A5; /* デフォルトの色 */
    text-decoration: none;
    padding: 0;
    transition: color 0.3s ease;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 12px;
  }
  .scroll-section .navber a.active {
    color: #253E54; /* アクティブ時の色(お好みで変更してください) */
    font-weight: bold;
  }
  .scroll-section .contens {
    width: 100%;
    padding-top: 50px;
  }
}
/*==========================================================================
section#overview_area
========================================================================== */
section#overview_area {
  position: relative;
  padding-top: 8vw;
  margin-top: -8vw;
}
section#overview_area::before {
  content: "";
  background: url(../img/page_bg_icon01.svg) center no-repeat;
  background-size: cover;
  width: 15.1041666667vw;
  height: 15.625vw;
  position: absolute;
  left: -3.28125vw;
  bottom: 1vw;
}
section#overview_area .inner {
  padding-bottom: 5.2083333333vw;
}
section#overview_area .in {
  width: 77.74%;
  margin-left: auto;
}
section#overview_area .txt-h3 {
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: 0;
  margin-bottom: 2.6041666667vw;
}
section#overview_area .items {
  border-top: solid 1px rgba(37, 62, 84, 0.35);
  padding: 1.71875vw 0;
  padding-left: 0.5208333333vw;
  padding-right: 1.05vw;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
section#overview_area .items::before {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
section#overview_area .items dt, section#overview_area .items dd {
  margin: 0;
  padding: 0;
}
section#overview_area .items dt {
  color: #1A6271;
  width: 10.4166666667vw;
  line-height: 1.8em;
}
section#overview_area .items dd {
  color: #000000;
  width: calc(100% - 10.4166666667vw);
  line-height: 1.8em;
}
section#overview_area .items table {
  border-collapse: collapse;
  width: 100%;
  margin: 2vw 0;
}
section#overview_area .items table th, section#overview_area .items table td {
  border: solid 1px rgba(37, 62, 84, 0.35);
  text-align: center;
  padding: 0.9375vw;
  box-sizing: border-box;
  line-height: 1.5em;
  height: 5.21vw;
}
section#overview_area .items table th {
  background: rgba(26, 98, 113, 0.35);
}
section#overview_area .items table th:first-child {
  width: 9.1666666667vw;
}
section#overview_area .items table td {
  background: #ffffff;
}
section#overview_area .items:last-child {
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
}
section#overview_area .items:last-child::after {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 767px) {
  section#overview_area {
    padding-top: 140px;
    margin-top: -140px;
  }
  section#overview_area::before {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -30px;
    bottom: -30px;
  }
  section#overview_area .in {
    padding-bottom: 60px;
    margin: 0;
    margin-left: auto;
    width: 100%;
  }
  section#overview_area .txt-h3 {
    font-size: 22px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#overview_area .items {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  section#overview_area .items dt, section#overview_area .items dd {
    margin: 0;
    padding: 0;
  }
  section#overview_area .items dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }
  section#overview_area .items dd {
    width: 100%;
    font-size: 14px;
  }
  section#overview_area .items dd .note {
    display: block;
  }
  section#overview_area .items table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
  }
  section#overview_area .items table th, section#overview_area .items table td {
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
  section#overview_area .items table th {
    font-size: 12px;
  }
  section#overview_area .items table th:first-child {
    width: 80px;
  }
}
/*==========================================================================
section#public_area
========================================================================== */
section#public_area {
  position: relative;
  padding-top: 4vw;
  margin-top: -4vw;
}
section#public_area::after {
  content: "";
  background: url(../img/page_bg_icon02.svg) center no-repeat;
  background-size: cover;
  width: 9.96875vw;
  height: 11.9052083333vw;
  position: absolute;
  right: -2.015625vw;
  bottom: 1vw;
}
section#public_area::before {
  content: "";
  background: #F5F5F5;
  width: 100%;
  height: calc(100% - 4vw);
  position: absolute;
  z-index: -1;
  top: 5.2083333333vw;
}
section#public_area .inner {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
section#public_area .in {
  width: 77.74%;
  margin-left: auto;
}
section#public_area .txt-h3 {
  color: #1A6271;
  text-decoration: underline;
  -webkit-text-decoration-color: #F2EF33;
          text-decoration-color: #F2EF33;
  text-decoration-thickness: 0.2604166667vw;
  text-underline-offset: 0;
  margin-bottom: 2.6041666667vw;
}
section#public_area .items {
  border-top: solid 1px rgba(37, 62, 84, 0.35);
  padding: 1.71875vw 0;
  padding-left: 0.5208333333vw;
  padding-right: 1.05vw;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
section#public_area .items::before {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}
section#public_area .items dt, section#public_area .items dd {
  margin: 0;
  padding: 0;
}
section#public_area .items dt {
  color: #1A6271;
  width: 10.4166666667vw;
  line-height: 1.8em;
}
section#public_area .items dt a {
  display: block;
  color: #1A6271;
  margin-top: 0.78125vw;
  font-weight: 600;
  transition: 1s;
}
section#public_area .items dt a:hover {
  color: #253E54;
  font-weight: 700;
}
section#public_area .items dd {
  color: #000000;
  width: calc(100% - 10.4166666667vw);
  line-height: 1.8em;
}
section#public_area .items dd .txt-a {
  width: 11.9791666667vw;
  height: 2.8645833333vw;
  max-width: 230px;
  max-height: 55px;
  border-radius: 55px;
  margin-top: 0.5208333333vw;
  transition: 1s;
}
section#public_area .items:last-child {
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
}
section#public_area .items:last-child::after {
  content: "";
  background: #253E54;
  width: 10.4166666667vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  section#public_area {
    padding-top: 80px;
    margin-top: -80px;
  }
  section#public_area::before {
    height: calc(100% - 80px);
    top: 80px;
  }
  section#public_area::after {
    width: 92px;
    height: 110px;
    right: -30px;
    bottom: -50px;
    z-index: 1;
  }
  section#public_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#public_area .in {
    width: 100%;
    margin-left: auto;
  }
  section#public_area .txt-h3 {
    font-size: 22px;
    text-decoration-thickness: 3px;
    text-underline-offset: 0;
    margin-bottom: 20px;
  }
  section#public_area .items {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  section#public_area .items dt, section#public_area .items dd {
    margin: 0;
    padding: 0;
  }
  section#public_area .items dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }
  section#public_area .items dt a {
    margin-top: 10px;
    font-size: 12px;
  }
  section#public_area .items dt a br {
    display: none;
  }
  section#public_area .items dd {
    width: 100%;
    font-size: 14px;
  }
  section#public_area .items dd .note {
    display: block;
  }
  section#public_area .items dd .txt-a {
    width: 240px;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    margin: 0;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 20px;
  }
  section#public_area .items table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0;
  }
  section#public_area .items table th, section#public_area .items table td {
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
  section#public_area .items table th {
    font-size: 12px;
  }
  section#public_area .items table th:first-child {
    width: 80px;
  }
}
/*# sourceMappingURL=about-us.css.map */