@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
.flex_contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .flex_contents {
    display: block;
  }
}

.flex_list {
  flex-basis: 392px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .flex_list {
    flex-basis: 320px;
  }
}

.flex_contents__main {
  flex-basis: 63.64%;
}
@media screen and (max-width: 1000px) {
  .flex_contents__main {
    margin-top: 104px;
  }
}

@media screen and (min-width: 1000px) {
  .flex_list__main {
    position: sticky;
    top: 130px;
  }
}
.flex_list__item + .flex_list__item {
  margin-top: 8px;
}
@media screen and (max-width: 500px) {
  .flex_list__item + .flex_list__item {
    margin-top: 4px;
  }
}

.flex_list__main {
  max-width: 100%;
}

.flex_list__link {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px 32px;
  padding-left: 120px;
  background: #ECF6FB;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  border-radius: 0px 40px 40px 0px;
  opacity: 40%;
  transition: all 0.3s;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .flex_list__link {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .flex_list__link {
    padding: 14px 24px;
    padding-left: 40px;
    width: calc(100% - 40px);
    opacity: 1;
  }
}
@media screen and (max-width: 500px) {
  .flex_list__link {
    font-size: 15px;
    padding-left: 20px;
    width: calc(100% - 20px);
  }
}

.flex_list__link__name {
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #0281C0;
}

.flex_list__link__main {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.flex_list__link::before {
  content: "";
  background: #9881CC;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.flex_list__link.c_anchor__active,
.flex_list__link:hover {
  opacity: 1;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
汎用クラス----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.lower_bigline {
  font-weight: 500;
  font-size: 32px;
  line-height: 180%;
  color: #333333;
}
@media screen and (max-width: 500px) {
  .lower_bigline {
    font-size: 24px;
  }
}

.img_rad {
  border-radius: 20px;
  overflow: hidden;
}

.l_releated {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .l_releated {
    margin-top: 167px;
  }
  .about_related .l_releated {
    margin-top: 72px;
  }
}
.lower_top_link {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #0281C0;
}
.lower_top_link svg {
  max-width: 20px;
}
@media screen and (min-width: 1001px) {
  .lower_top_link {
    display: none;
  }
}

/*================================================
汎用クラス----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
お知らせ----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_post__card___link {
  display: block;
}

.p_post__card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px 20px;
}
@media screen and (max-width: 1000px) {
  .p_post__card {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 16px;
  }
}
@media screen and (max-width: 500px) {
  .p_post__card {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.p_post__card___pic {
  border-radius: 20px;
  background: #ECF6FB;
  overflow: hidden;
}
.p_post__card___pic img {
  aspect-ratio: 285/214;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
}

.p_post__card___lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin: 20px 0 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1000px) {
  .p_post__card___lead {
    margin: 14px 0 6px;
  }
}
@media screen and (max-width: 500px) {
  .p_post__card___lead {
    font-size: 15px;
  }
}

.p_post__card___time {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #B1B1B1;
}

.p_post__card___link:hover {
  opacity: 1;
}
.p_post__card___link:hover .p_post__card___pic img {
  transform: scale(1.1, 1.1);
}

.c_pagenavi {
  margin-top: 104px;
}
@media screen and (max-width: 1000px) {
  .c_pagenavi {
    margin-top: 64px;
  }
}
.c_pagenavi .wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .c_pagenavi .wp-pagenavi {
    gap: 12px;
  }
}
.c_pagenavi .current,
.c_pagenavi .page {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .c_pagenavi .current,
  .c_pagenavi .page {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.c_pagenavi .current,
.c_pagenavi .page:hover {
  opacity: 1;
  background: #0281C0 !important;
  color: #fff !important;
}
.c_pagenavi .previouspostslink img {
  max-width: 6px;
}
.c_pagenavi .nextpostslink img {
  max-width: 6px;
  transform: rotate(180deg);
}

/*================================================
お知らせ----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
お知らせ詳細----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_single__block {
  max-width: 840px;
  margin: auto;
}

.p_single__block___image {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .p_single__block___image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .p_single__block___image {
    display: block;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p_single__block___image img {
  border-radius: 20px;
}

.p_single__block___time {
  display: block;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #B1B1B1;
  margin: 0 0 16px;
}
@media screen and (max-width: 1000px) {
  .p_single__block___time {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 500px) {
  .p_single__block___time {
    font-size: 15px;
  }
}

.p_single__block___lead {
  margin-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .p_single__block___lead {
    margin-bottom: 24px;
  }
}

.p_single__block___inner a {
  color: #0281C0;
  text-decoration: underline;
}

.c_single__nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-top: solid 1px #B1B1B1;
  margin-top: 86px;
  padding-top: 38px;
}
@media screen and (max-width: 1000px) {
  .c_single__nav {
    margin-top: 56px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 500px) {
  .c_single__nav {
    gap: 14px;
    font-size: 15px;
  }
}
.c_single__nav a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  text-decoration-line: underline;
  color: #0281C0;
}
@media screen and (max-width: 500px) {
  .c_single__nav a {
    gap: 14px;
    font-size: 15px;
  }
}
.c_single__nav svg {
  max-width: 8px;
  width: 100%;
  height: auto;
}

.c_single__nav___move {
  max-width: 60px;
  flex: 1;
}

/*================================================
お知らせ詳細----END
==================================================*/
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
404----
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
.p_found__caption {
  display: block;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 78px;
  line-height: 100%;
  color: #0281C0;
}
@media screen and (max-width: 500px) {
  .p_found__caption {
    font-size: 42px;
  }
}

.p_found__label {
  display: block;
  font-weight: 500;
  font-size: 32px;
  line-height: 180%;
  color: #333333;
  text-align: center;
  margin: 24px 0 56px;
}
@media screen and (max-width: 1000px) {
  .p_found__label {
    margin: 24px 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .p_found__label {
    font-size: 20px;
  }
}

.c_text__center {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .c_text__center {
    text-align: left;
  }
}

.p_found__list {
  margin: 48px 0 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p_found__list {
    display: block;
    max-width: 360px;
    margin: 32px auto 56px;
  }
}
@media screen and (min-width: 1000px) {
  .p_found__list li + li {
    border-left: solid 1px #E2E2E2;
  }
}
@media screen and (max-width: 1000px) {
  .p_found__list li + li {
    border-top: solid 1px #E2E2E2;
  }
}
.p_found__list a {
  display: block;
  padding: 0 32px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  transition: all 0.3s;
}
.p_found__list a:hover {
  opacity: 1;
  color: #0281C0;
}
@media screen and (max-width: 1200px) {
  .p_found__list a {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1000px) {
  .p_found__list a {
    width: 100%;
    padding: 10px 8px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p_found__list a {
    font-size: 15px;
  }
}
.p_found__list .p_found__link_blank {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .p_found__list .p_found__link_blank {
    justify-content: center;
  }
}
.p_found__list .p_found__link_blank svg {
  width: 24px;
  height: auto;
}

.lower_prev_btn {
  text-align: center;
}

/*================================================
404----END
==================================================*//*# sourceMappingURL=lower.css.map */