.first_view {
  padding-top: 98px;
}

.first_view picture {
  display: block;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.first_view img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  padding: 80px 2%;
}

section h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 1.5;
  text-align: left;
}

section h2::before {
  content: "";
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background: url(../img/icon_color.svg) no-repeat center / contain;
}

section h2 small {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  font-size: 12px;
}

section dl dt {
  line-height: 1.8;
}

section dl dd {
  line-height: 1.8;
}

/* =========================
   purpose
========================= */

.purpose {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
  padding: 72px 24px 80px;
}

.purpose_box {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.purpose p {
  font-size: 20px;
  line-height: 1.8;
}

/* =========================
   overview
========================= */

.overview {
  position: relative;
  width: 100%;
  padding: 80px 0 88px;
  background: #E7F1F6;
  overflow: hidden;
}

.overview::before {
  content: "";
  position: absolute;
  left: -240px;
  bottom: -240px;
  width: 666px;
  height: 666px;
  background: url(../img/icon_white.svg) no-repeat center / contain;
  pointer-events: none;
}

.overview_box {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 920px);
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 50px 0 rgba(36, 57, 69, 0.10);
}

.overview_box dl {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D0D0D0;
}

.overview_box dl>div {
  display: flex;
  border-bottom: 1px solid #D0D0D0;
}

.overview_box dt {
  padding: 16px 12px;
  background: transparent;
  width: 130px;
  font-weight: 700;
}

.overview_box dd {
  padding: 16px 12px;
  background: transparent;
  width: calc(100% - 130px);
}

.overview_box dd .g_button {
  display: inline-flex;
  min-width: 240px;
  margin: 0 10px 0 0;
}

.overview_box dd .g_button:first-child {
  color: #fff;
  background: #103C6E;
  border: 1px solid #103C6E;
}

.overview_box dd .g_button:last-child {
  color: #103C6E;
  background: #fff;
  border: 1px solid #103C6E;
}

/* =========================
   board
========================= */

.board {
  width: 100%;
  padding: 80px 0 88px;
}

.board_box {
  width: min(100% - 40px, 920px);
  padding: 40px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 50px 0 rgba(36, 57, 69, 0.10);
}

.board_box dl {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D0D0D0;
}

.board_box dl>div {
  display: flex;
  border-bottom: 1px solid #D0D0D0;
}

.board_box dt {
  padding: 16px 12px;
  background: transparent;
  width: 130px;
  font-weight: 700;
}

section dl dt {
  line-height: 1.8;
}

.board_box dd {
  padding: 16px 12px 16px 18px;
  width: calc(100% - 130px);
}

.board_box dd p {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 0px;
}

.board_box dd p:last-child {
  margin-bottom: 0;
}

.board_box dd p .name {
  width: 9rem;
  color: #10448B;
}

.board_box dd p .company {
  width: 18rem;
}




/* =========================
   info
========================= */

.info {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #103C6E;
}

.info_box {
  width: min(100% - 40px, 920px);
  margin: 0 auto;
  padding: 72px 24px 80px;
  background: transparent;
  border-radius: 0;
}

.info_box h2 {
  color: #fff;
}

.info_box h2::before {
  background: url(../img/icon_color.svg) no-repeat center / contain;
}

.info_links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  justify-content: space-between;
}

.info_links .link-btn {
  width: calc(50% - 8px);
  text-align: center;
  border-radius: 999px;
}

/* 1行目 */
.info_links .link-btn:nth-child(1),
.info_links .link-btn:nth-child(2) {
  color: #103C6E;
  background: #fff;
  border: 1px solid #fff;
}

/* 2行目 */
.info_links .link-btn:nth-child(3),
.info_links .link-btn:nth-child(4) {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

/* =========================
   news
========================= */

.news {
  margin: 0 auto;
  padding: 80px 0 88px;
  position: relative;
  width: 100%;
  background: #FFF;
  overflow: hidden;
}

.news::before {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  width: 600px;
  height: 600px;
  background: url(../img/icon_color.svg) no-repeat center / contain;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  transform: translateY(-50%) translateX(-5%);
}

.news_box {
  width: min(100% - 40px, 920px);
  position: relative;
  padding: 40px;
  background: rgba(255, 255, 255, 0.90);
  border-radius: 16px;
  box-shadow: 0 10px 50px 0 rgba(36, 57, 69, 0.10);
  overflow: hidden;
  backdrop-filter: blur(10px);
  margin: 0 auto;
}

.news_box>* {
  position: relative;
  z-index: 1;
}

.news .section_title {
  padding-bottom: 32px;
  border-bottom: 1px solid #D0D0D0;
}

.news_pdf_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news_pdf_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #D0D0D0;
  padding: 0 12px 24px;
  margin-bottom: 24px;
}

.news_pdf_item:last-child {
  margin-bottom: 0;
}

.news_pdf_text {
  flex: 1;
  min-width: 0;
}

.news_pdf_day {
  margin-bottom: 10px;
  font-size: 14px;
  color: #103C6E;
}

.news_pdf_title {
  font-size: 20px;
  line-height: 1.6;
}

.news_pdf_btn {
  flex-shrink: 0;
  display: inline-flex;
  min-width: 20px;
  border: 1px solid #103C6E;
  color: #103C6E;
  background: #fff;
}

/* =========================
   access
========================= */

.access {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.access div {
  flex: 1;
}

.access_data {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
}

.access_data p {
  margin-bottom: 20px;
  line-height: 1.9;
}

.access_data p:last-child {
  margin-bottom: 0;
}

.map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 0;
}

/* =========================
   related links
========================= */

.related {
  padding: 48px 16px;
  background: #103C6E;
}

.related_box {
  width: min(100% - 32px, 1240px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}

.related a {
  width: auto;
  min-width: 240px;
  max-width: none;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 999px;
  flex: 1;
}

.related a::after {
  content: "→";
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}

/* =========================
   SP
========================= */

@media screen and (max-width: 767px) {
  .first_view {
    padding-top: 72px;
  }

  section {
    padding: 40px 16px;
  }

  section h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  section h2::before {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  section h2 small {
    display: block;
    font-size: 12px;
  }

  .purpose {
    width: calc(100% - 48px);
    padding: 40px 0;
  }

  .purpose_box {
    padding: 0;
  }

  .purpose p {
    font-size: 18px;
    line-height: 1.7;
  }

  .purpose p br {
    display: none;
  }

  .overview {
    padding: 40px 16px 48px;
  }

  .overview::before {
    left: -160px;
    bottom: -180px;
    width: 500px;
    height: 500px;
  }

  .overview_box {
    width: 100%;
    padding: 24px;
    box-shadow: 0 10px 50px 0 rgba(36, 57, 69, 0.24);
  }

  .overview_box dl>div,
  .board_box dl>div {
    display: block;
    font-size: 15px;
  }

  .overview_box dt,
  .board_box dt {
    padding: 14px 0 6px;
    width: 100%;
  }

  .overview_box dd,
  .board_box dd {
    padding: 0 0 14px;
    width: 100%;
    line-height: 1.6;
  }

  .overview_box dd .g_button {
    width: 100%;
    margin: 8px 0 0;
  }

  .board {
    padding: 40px 16px 48px;
  }

  .board_box {
    width: 100%;
    padding: 24px;
    box-shadow: 0 10px 50px 0 rgba(36, 57, 69, 0.24);
  }

  .board_box dd p {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 14px;
  }

  .board_box .name {
    min-width: 0;
  }

  .info {}

  .info_box {
    width: 100%;
    padding: 40px 24px 48px;
  }

  .info_links {
    gap: 16px;
  }

  .info_links .link-btn {
    width: 100%;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .news {
    padding: 40px 16px 48px;
  }

  .news_box {
    width: 100%;
    padding: 24px;
    box-shadow: 0 10px 50px 0 rgba(36, 57, 69, 0.24);
  }

  .news::before {
    right: -30%;
    top: 50%;
    width: 500px;
    height: 500px;
    transform: translateY(-50%) translateX(-5%);
  }


  .news .section_title {
    padding-bottom: 24px;
  }

  .news_pdf_item {
    display: block;
    padding: 0 0 24px;
  }

  .news_pdf_day {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .news_pdf_title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .news_pdf_btn {
    width: 100%;
    min-width: 0;
    padding: 12px 16px;
    font-size: 15px;
  }

  .access {
    padding: 0;
    flex-direction: column;
  }

  .access_data {
    padding: 40px 24px;
    font-size: 15px;
  }

  .access_data p {
    line-height: 1.5;
  }

  .map {
    width: 100%;

  }

  .map iframe {
    height: 280px;
  }

  .related {
    padding: 40px 24px 48px;
  }

  .related_box {
    gap: 16px;
    width: 100%;
    flex-direction: column;
  }

  .related a {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
}

/*# sourceMappingURL=top.min.css.map */