@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  position: relative;
  min-width: 360px;
  margin: 0;
  padding: 60px 0 0;
  font-size: 1rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  color: #3A3D40;
  background: #F8FAFA url("../img/img_bg.svg") no-repeat top right fixed;
  background-size: 70vw auto;
  overflow-x: auto;
  line-break: strict;
}
@media screen and (min-width: 1025px) {
  body {
    padding: 0;
    background-size: 30vw auto;
  }
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*:focus {
  outline: none;
}

input[type=button],
input[type=text],
input[type=email],
input[type=search],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=button] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: auto;
  text-align: center;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
}

a {
  color: #4d6ef5;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
}

.sideClm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 1rem;
  background: rgba(248, 250, 250, 0.3);
}
@media screen and (min-width: 1025px) {
  .sideClm {
    flex-direction: column;
    width: 300px;
    height: 100%;
    padding: 0;
    background: none;
    overflow-y: auto;
    border-right: 1px solid #E0ECEE;
  }
}

.siteLogo {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .siteLogo {
    padding-top: 2rem;
    text-align: center;
  }
  .siteLogo img {
    width: 200px;
    height: auto;
  }
}

.sideNav {
  width: 100%;
  height: 100%;
  background: #F8FAFA;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
  visibility: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 2rem 3rem 2rem 2rem;
}
@media screen and (min-width: 1025px) {
  .sideNav {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 2rem;
    overflow-y: visible;
  }
}
.sideNav_meeting {
  margin-top: 2rem;
  text-align: center;
}
.sideNav_meeting .btn {
  min-width: 235px;
}

.gnav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1025px) {
  .gnav {
    width: 100%;
  }
}
.gnav a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: #3A3D40;
  text-decoration: none;
  transition: 0.2s;
}
.gnav a::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  font-weight: 900;
  color: #0273B4;
}
.gnav a:hover {
  background: #0273B4;
  color: #fcfdfe;
}
.gnav a:hover::before {
  color: #fcfdfe;
}

.nav_toggle {
  display: block;
  width: 2rem;
  height: 1.5rem;
  position: fixed;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .nav_toggle {
    display: none;
  }
}
.nav_toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background: #425267;
  position: absolute;
  left: 0;
  transition: 0.5s ease;
}
.nav_toggle span:nth-child(1) {
  top: 0.3rem;
}
.nav_toggle span:nth-child(2) {
  top: 0.8rem;
}
.nav_toggle span:nth-child(3) {
  top: 1.3rem;
}

.open .sideNav {
  opacity: 1;
  visibility: visible;
}
.open .nav_toggle span:nth-child(1) {
  top: 0.8rem;
  transform: rotate(135deg);
}
.open .nav_toggle span:nth-child(2) {
  opacity: 0;
}
.open .nav_toggle span:nth-child(3) {
  top: 0.8rem;
  transform: rotate(-135deg);
}

.mainClm {
  overflow: clip;
  width: 100%;
  container: mainClm/inline-size;
}
@media screen and (min-width: 1025px) {
  .mainClm {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
}
.mainClm main {
  padding-bottom: clamp(2.5rem, -0.299rem + 11.94vw, 5rem);
}

.ftr {
  padding: 2.5rem 1rem;
  background: #3A3D40;
  color: #fcfdfe;
}
@container mainClm (min-width: 710px) {
  .ftr {
    padding: 5rem;
  }
}
@container mainClm (min-width: 710px) {
  .ftr_contents {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
  }
}
.ftr_ttl {
  margin: 0;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: 1px solid #4D5053;
}
.ftr_organization {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.ftr_address {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.ftr_contact {
  font-size: 0.875rem;
}
.ftr_qr {
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
}
.ftr_qr p {
  margin: 0;
  font-size: 0.875rem;
}
.ftr_qr p + p {
  margin-top: 0.5rem;
}
.ftr .fzs {
  font-size: 0.75rem;
}

.fixed_btn {
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 500;
  margin: 0;
  writing-mode: vertical-rl;
}
.fixed_btn a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 2.75rem 0.5rem 1.5rem;
  text-decoration: none;
  transition: 0.2s;
  background: linear-gradient(135deg, #0273B4, #71B9CB);
  color: #fcfdfe;
  letter-spacing: 0.2rem;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 6px rgba(2, 115, 180, 0.2);
}
.fixed_btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(315deg, #0273B4, #71B9CB);
  transition: 0.4s;
}
.fixed_btn a::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 53%;
  transform: translateX(-49%);
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f234";
  font-weight: 900;
  color: #fcfdfe;
}
.fixed_btn a:hover::before {
  opacity: 1;
}

.headline01 {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-block: 0 2.5rem;
  margin-right: clamp(-1.5rem, -0.44rem - 2.388vw, -1rem);
  color: #425267;
  font-size: clamp(1.5rem, 0.94rem + 2.388vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
}
.headline01::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: rgba(66, 82, 103, 0.5);
}
.headline01::after {
  content: "";
  min-width: 1rem;
  height: 1px;
  flex-grow: 1;
  background: rgba(66, 82, 103, 0.5);
}

.headline02 {
  margin-top: 2.5rem;
  padding: 0.25rem 1rem;
  color: #425267;
  font-size: clamp(1.25rem, 0.97rem + 1.194vw, 1.5rem);
  font-weight: 600;
  border-block: 1px solid #E0ECEE;
  line-height: 1.5;
  background: #fff;
}
.headline02:first-of-type {
  margin-top: 0;
}

.headline03 {
  padding: 0.25rem 1rem;
  color: #425267;
  font-size: clamp(1.25rem, 0.97rem + 1.194vw, 1.5rem);
  font-weight: 600;
  border-bottom: 1px solid #0273B4;
  line-height: 1.5;
}

.headline04 {
  margin-bottom: 1rem;
  padding-block: 0.25rem;
  color: #425267;
  font-size: 1rem;
  font-weight: 600;
  border-block: 1px solid #939FA7;
  line-height: 1.5;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 280px;
  padding: 1rem 2.5rem 1rem 1.5rem;
  text-decoration: none;
  transition: 0.2s;
  background: linear-gradient(135deg, #0273B4, #71B9CB);
  color: #fcfdfe;
  text-align: center;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, #71B9CB, #0273B4);
  transition: 0.3s;
}
.btn:hover::before {
  opacity: 1;
}
.btn.col02 {
  background: linear-gradient(135deg, #00509D, #7C8DD2);
}
.btn.col02::before {
  background: linear-gradient(135deg, #7C8DD2, #00509D);
}
.btn.col03 {
  background: linear-gradient(135deg, #b38249, #c89f63);
}
.btn.col03::before {
  background: linear-gradient(135deg, #c89f63, #b38249);
}
.btn.col04 {
  background: #dcdcdc;
  color: #424950;
  border: none;
}
.btn.col04::before {
  display: none;
}
.btn.col04:hover {
  background: #ccc;
}
.btn .fa-solid {
  margin-right: 0.3rem;
}

.btn_r {
  position: relative;
  text-align: left;
}
.btn_r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  font-weight: 900;
  color: #fcfdfe;
}

.btn_l {
  position: relative;
  text-align: right;
}
.btn_l::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f053";
  font-weight: 900;
  color: #fcfdfe;
}

.btn_modal {
  position: relative;
  padding: 2px 4px 4px 1.5rem;
  color: #3A3D40;
  text-decoration: none;
  border: none;
  background: none;
}
.btn_modal::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #3A3D40;
  transform: scaleX(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out;
}
.btn_modal::after {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f2d2";
  font-weight: 900;
  color: #b38249;
}
.btn_modal:hover::before {
  transform: scaleX(0);
  transform-origin: right top;
}

.abreast_btns {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  padding-left: 0;
}
@container mainClm (min-width: 710px) {
  .abreast_btns {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.dt_list01 {
  margin-bottom: 0;
}
@container mainClm (min-width: 710px) {
  .dt_list01 {
    display: flex;
    flex-wrap: wrap;
  }
}
.dt_list01 dt {
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  background: #425267;
  font-size: 1.125rem;
  color: #fcfdfe;
}
@container mainClm (min-width: 710px) {
  .dt_list01 dt {
    width: 160px;
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #E0ECEE;
  }
}
.dt_list01 dd {
  margin-left: 0;
  padding: 1rem;
}
@container mainClm (min-width: 710px) {
  .dt_list01 dd {
    width: calc(100% - 160px);
    padding: 1rem;
    border-bottom: 1px solid #E0ECEE;
  }
}
.dt_list01 dd + dd {
  padding-top: 0;
}

.table01 thead th {
  padding: 0.5rem 1rem;
  background: #425267;
  color: #fcfdfe;
  font-weight: 600;
  border: 1px solid #fff;
}
.table01 tbody th {
  padding: 0.5rem 1rem;
  background: #cde3ee;
  font-weight: 600;
  border: 1px solid #fff;
}
.table01 tbody td {
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #E0ECEE;
}

.table_program01 {
  width: 100%;
}
.table_program01 th {
  white-space: nowrap;
}
.table_program01 thead th:first-of-type {
  width: 25%;
  min-width: 5rem;
}
@media screen and (min-width: 1025px) {
  .table_program01 thead th:first-of-type {
    width: 10rem;
  }
}

.table_program02 {
  width: 100%;
}
.table_program02 th {
  white-space: nowrap;
}
.table_program02 thead th:first-of-type {
  width: 35%;
}
@media screen and (min-width: 1025px) {
  .table_program02 thead th:first-of-type {
    width: 10rem;
  }
}

.table_program01 .break,
.table_program02 .break {
  color: #939FA7;
}

.topics_post-item {
  border-bottom: 1px solid #E0ECEE;
}
.topics_post-item a {
  position: relative;
  display: block;
  padding: 1rem 2.25rem 1rem 0.5rem;
  text-decoration: none;
  color: #3A3D40;
}
.topics_post-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  font-size: 12px;
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  font-variant: normal;
  text-rendering: auto;
  letter-spacing: 0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  font-weight: 900;
  color: #0273B4;
  transition: 0.2s;
}
.topics_post-item a:hover {
  color: #0273B4;
}
.topics_post-item a:hover::after {
  right: 0.3rem;
}
@container mainClm (min-width: 710px) {
  .topics_post-item a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.topics_post-item a time {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #939FA7;
}
@container mainClm (min-width: 710px) {
  .topics_post-item a time {
    min-width: 7rem;
  }
}
.topics_post-ttl {
  margin: 0.25rem 0 0;
}

.flow-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flow-modal[aria-hidden=false] {
  display: flex;
}
.flow-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.flow-modal__content {
  position: relative;
  background: #ffffff;
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.flow-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  font-size: 2rem;
  color: #425267;
  font-weight: bold;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.flow-modal__close:hover {
  opacity: 0.7;
}
.flow-modal .swiper {
  max-height: 85vh;
}
.flow-modal .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2rem 1rem;
  width: 100% !important;
}
.flow-modal .swiper-slide.flow-step__final {
  margin: 0 auto;
  padding: 3rem 1rem;
  min-height: 300px;
  font-family: "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
.flow-modal .swiper-slide.flow-step__final .flow-step__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.flow-modal .swiper-button-next, .flow-modal .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  color: #425267 !important;
}
.flow-modal .swiper-button-prev {
  left: 0;
}
.flow-modal .swiper-button-next {
  right: 0;
}
.flow-modal .swiper-pagination {
  width: 100%;
  position: absolute;
  z-index: 5;
}
.flow-modal .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
}
.flow-modal .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #0273B4;
}
.flow-modal .swiper .swiper-button-next.swiper-button-disabled,
.flow-modal .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.flow-step__title {
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  color: #425267;
  font-weight: 500;
  font-size: 1.125rem;
  border-bottom: 1px solid #425267;
}
.flow-step__image {
  position: relative;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 0.5rem;
  border: 1px solid #dcdcdc;
  cursor: zoom-in;
  overflow: hidden;
}
.flow-step__image img {
  display: block;
  width: 100%;
  max-width: 700px;
  max-height: 60vh;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.flow-step__image::after {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.3);
  padding: 0.1rem 0.5rem;
  border-radius: 0.3em;
  pointer-events: none;
}
.flow-step__text {
  font-size: 0.875rem;
  margin: 1rem 0;
}
.flow-step__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.flow-step__actions .btn {
  min-width: 240px;
}

.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  cursor: zoom-out;
}
.image-popup-overlay img {
  max-width: 95%;
  max-height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: fadeInScale 0.3s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.breadcrumbs {
  margin-bottom: 1rem;
  padding: clamp(1rem, 0.44rem + 2.388vw, 1.5rem) clamp(1rem, 0.44rem + 2.388vw, 1.5rem) 0;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs span + span {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #939FA7;
}
.breadcrumbs span a {
  color: #939FA7;
  text-decoration: none;
}
.breadcrumbs span.current {
  color: #3A3D40;
}

.page_ttl {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: flex-end;
  margin-inline: auto;
  min-height: clamp(6rem, 1.522rem + 19.104vw, 10rem);
  padding: clamp(1rem, 0.44rem + 2.388vw, 1.5rem) clamp(1rem, 0.44rem + 2.388vw, 1.5rem) calc(clamp(1rem, 0.44rem + 2.388vw, 1.5rem) / 2);
  transition: 0.1s;
}
.page_ttl h1 {
  margin: 2.5rem 0 0;
  font-size: clamp(1.5rem, 0.94rem + 2.388cqi, 2rem);
  color: #424950;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.sup {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-size: 0.75rem;
}
.sup::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@container mainClm (max-width: 709px) {
  .anchor_target {
    scroll-margin-top: 70px;
  }
}

.bnr_set {
  max-width: 1000px;
  margin-top: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  margin-inline: auto;
  padding: clamp(1rem, 0.44rem + 2.388vw, 1.5rem);
  background: linear-gradient(90deg, rgba(2, 115, 180, 0.1), rgba(113, 185, 203, 0.1));
  text-align: center;
}
.bnr_set > *:last-of-type {
  margin-bottom: 0;
}
.bnr_set .abreast_btns {
  margin-top: 1rem;
}