@charset "UTF-8";
/**
 * @ under.css
 *
 *
 */

/* ==============================
  base
============================== */
body.under {
  overflow: hidden;
}
/* ==============================
  header
============================== */
.under header {
  padding-bottom: 0;
}
@media screen and (max-width: 990px) {
  .under header {
    padding: 24px 15px 21px;
  }
}
/* ==============================
  page_title
============================== */
.under .page_title {
  background: #f4f4f4;
  margin-top: -25px;
}
.under .page_title {
  padding: 40px 0 15px;
  border-radius: 0 0 50% 50%;
  margin-left: -100px;
  margin-right: -100px;
  min-height: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 103px;
}
.under .page_title .border {
  width: 100%;
  border-radius: 0 0 50% 50%;
  margin-left: -100px;
  margin-right: -100px;
  position: absolute;
  top: 0;
}
.under .page_title .border.white {
  min-height: calc(253px + 10px);
  background: #fff;
  z-index: -1;
}
.under .page_title .border.blue {
  min-height: calc(253px + 20px);
  background: #85b1df;
  z-index: -2;
}
.under .page_title h1 {
  font-size: 4.6rem;
  text-align: center;
  max-width: 93vw;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .under .page_title {
    margin-top: 0;
    min-height: 190px;
    padding: 10px 0;
  }
  .under .page_title h1 {
    font-size: 4rem;
  }
  .under .page_title .border.white {
    min-height: calc(190px + 10px);
  }
  .under .page_title .border.blue {
    min-height: calc(190px + 20px);
  }
}
/* ==============================
  pagination
============================== */
.pagination {
  margin-bottom: 120px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination ul * {
  font-size: 2rem;
}
.pagination ul li a {
  color: #2d75c1;
}
.pagination ul li a:hover {
  opacity: 0.7;
}
.pagination a:is(.next, .prev) {
  background: #a4cdf6;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .dots {
  color: transparent;
}

.pagination .dots::before {
  content: "...";
  color: #000;
  margin-right: -1em;
}
.pagination a.prev img {
  transform: rotate(-180deg);
}

/* ==============================
  breadcrumbs
============================== */
.under .breadcrumbs {
  padding: 24px 0;
}
.under .breadcrumbs .inner {
  width: 1160px !important;
}
.under .breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
  flex-wrap: wrap;
}
.under .breadcrumbs ul li {
  position: relative;
}
.under .breadcrumbs ul li:not(:last-of-type)::after {
  content: "";
  background: url(../img/arrow_gray.svg) no-repeat center;
  width: 6px;
  height: 11px;
  position: absolute;
  left: calc(100% + 12px);
  top: 5px;
}
.under .breadcrumbs ul li a {
  color: #2d75c1;
}
.under .breadcrumbs ul li a:hover {
  opacity: 0.8;
}
/* ==============================
  terms_list
============================== */
.under .terms_list {
  margin-bottom: 80px;
}
.under .terms_list .inner {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
}
.under .terms_list .inner p {
  font-size: 2rem;
  font-weight: 700;
  color: #767676;
}
.under .terms_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.under .terms_list a {
  width: fit-content;
  min-width: 116px;
  font-size: 1.5rem;
  color: #515151;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #cdcdce;
  padding: 2px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.under .terms_list a:hover {
  background: #e7e7e7;
  transition: 0.3s;
}
/* ==============================
  page
============================== */
.page:not(.news.archive.page) .link_list {
  padding: 80px 0 76px;
  background: #f2f2f2;
}
.page:not(.news.archive.page) .link_list .flex {
  gap: 20px 42px;
  flex-wrap: wrap;
}
.page:not(.news.archive.page) .child_list .flex {
  gap: 40px;
  margin: auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .page:not(.news.archive.page) .link_list .flex {
    flex-direction: column;
    align-items: center;
  }
  .page:not(.news.archive.page) .child_list .flex {
    justify-content: center;
  }
}
/* ==============================
  news archive
============================== */
/* 重要なお知らせ */
.news.archive .important {
  padding-bottom: 80px;
}
.news.archive .important .flex {
  background: #a4cdf6;
  padding: 7px 7px 7px 75px;
  border-radius: 15px;
  margin-bottom: 42px;
  justify-content: space-between;
  column-gap: 20px;
}
.news.archive .important h2 {
  font-size: 2.8rem;
  font-weight: 700;
  padding-top: 18px;
  position: relative;
  color: #231815;
}
.news.archive .important h2::before {
  content: "";
  background: url(../img/icon_exclamation-mark.svg) no-repeat center / auto;
  width: 24px;
  height: 85px;
  position: absolute;
  right: calc(100% + 14px);
  top: -20px;
}
.news.archive .important .flex_R {
  width: 845px;
  max-width: 75%;
  background: #fff;
  border-radius: 10px;
  padding: 28px;
}
.news.archive .important .list_item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  position: relative;
}
.news.archive .important .list_item > a {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.news.archive .important .list_item:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.news.archive .important .list_item .date {
  width: fit-content;
  min-width: 120px;
}
.news.archive .important .list_item .cate {
  width: fit-content;
  min-width: 116px;
}
.news.archive .important .list_item .cate a {
  font-size: 1.5rem;
  color: #515151;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #cdcdce;
  padding: 2px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 10;
  position: relative;
}
.news.archive .important .list_item .cate a:hover {
  background: #e7e7e7;
  transition: 0.3s;
}
.news.archive .important .list_item .title {
  width: calc(100% - 116px - 12px);
}
.news.archive .important .list_item .title {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  transition: 0.3s;
}
.news.archive .important .list_item > a:hover ~ .title {
  color: #2d75c1;
  transition: 0.3s;
}
.news.archive .important .button {
  margin: auto;
}
/* お知らせ一覧 */
.news.archive .info_list {
  padding-bottom: 76px;
}
.news.archive .info_list h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 39px;
}
.news.archive .info_list p.zenmaru {
  font-size: 2rem;
  color: #767676;
  font-weight: 700;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 60px;
}
.news.archive .info_list p.zenmaru span {
  font-size: 4rem;
  color: #393939;
}
.news.archive .info_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.news.archive .info_list ul li {
  width: calc((100% - 80px) / 3);
  min-width: 300px;
}
.news.archive .info_list ul li figure {
  border-radius: 15px 15px 15px 0;
  width: 360px;
  max-width: 100%;
  aspect-ratio: 360 / 225;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}
.news.archive .info_list ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news.archive .info_list ul li .date {
  padding: 12px 12px 0 0;
  width: 130px;
  border-radius: 0px 20px 0px 0px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news.archive .info_list ul li .cate {
  margin-bottom: 9px;
  display: inline-block;
}
.news.archive .info_list ul li .cate a,
.news.single .title_top .cate a {
  width: fit-content;
  min-width: 116px;
  font-size: 1.5rem;
  color: #515151;
  background: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #cdcdce;
  padding: 2px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.news.archive .info_list ul li .cate a:hover,
.news.single .title_top .cate a:hover {
  background: #e7e7e7;
  transition: 0.3s;
}
.news.archive .info_list ul li .title a {
  font-size: 2rem;
  font-weight: 500;
  transition: 0.3s;
  color: #393939;
}
.news.archive .info_list ul li:hover .title a {
  color: #2d75c1;
  transition: 0.3s;
}
.news.archive .info_list ul li figure img {
  transition: 0.3s;
}
.news.archive .info_list ul li:hover figure img {
  transform: scale(1.1);
  transition: 0.3s;
}
.news.archive .info_list .button {
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* 重要なお知らせ */
  .news.archive .important .list_item {
    flex-wrap: wrap;
  }
  .news.archive .important .list_item .title {
    width: 100%;
  }
  /* お知らせ一覧 */
  .news.archive .info_list ul {
    flex-wrap: wrap;
  }
  .news.archive .info_list ul li {
    width: calc((100% - 40px) / 2);
  }
  .news.archive .info_list ul li figure {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* 重要なお知らせ */
  .news.archive .important .flex {
    flex-direction: column;
    padding: 6px 6px 7px;
  }
  .news.archive .important .flex_L {
    width: 100%;
  }
  .news.archive .important .flex_R {
    padding: 24px;
    max-width: 100%;
  }
  .news.archive .important h2 {
    padding: 19px 19px 13px 63px;
  }
  .news.archive .important h2::before {
    left: 25px;
  }
  .news.archive .important .list_item {
    flex-wrap: wrap;
  }
  .news.archive .important .list_item .date {
    min-width: 105px;
  }
  .news.archive .important .list_item .title {
    width: 100%;
  }

  /* お知らせ一覧 */
  .news.archive .info_list ul {
    flex-direction: column;
  }
  .news.archive .info_list ul li {
    margin: auto;
    width: 100%;
  }
  .news.archive .info_list ul li figure {
    width: 100%;
  }
  /* お知らせカテゴリページ */
  .news.archive .info_list p.zenmaru span {
    font-size: 3.2rem;
  }
}
/* ==============================
  news taxonomy
============================== */
.news.archive h1 span {
  font-size: 2.5rem;
  display: block;
  color: #393939;
  font-weight: 400;
}

/* ==============================
  news single
============================== */
.news.single .page_title-single {
  padding: 48px 0 18px;
  background: #f4f4f4;
  margin: -25px 0 46px;
}
.news.single .page_title-single h1 {
  font-size: 2rem;
  color: #808080;
  font-weight: 700;
}
.news.single main .inner880 .inner {
  width: 880px;
}
.news.single .title_top .inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
}
.news.single .title h1 {
  color: #393939;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 68px;
}
.news.single .title h1::after {
  content: "";
  width: 100%;
  height: 8px;
  border-radius: 10px;
  background: #73adea;
  position: absolute;
  bottom: -20px;
  display: block;
}
.news.single .editor {
  padding-bottom: 120px;
}
/* お知らせ一覧へ戻る */
.news:is(.single, .archive) .archive_back {
  background: #f2f2f2;
  padding: 75px 0;
}
.news:is(.single, .archive) .archive_back .button {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .news.single .title h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
/* ==============================
  faq archive
============================== */
.faq .faq_list {
  padding-bottom: 120px;
}
.faq .faq_list h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #393939;
}
.faq .faq_list .faq_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 80px;
}
.faq .faq_list .question {
  position: relative;
}
.faq .faq_list .question::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #a4cdf6;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.faq .faq_list .question::after {
  content: "";
  background: url(../img/arrow_white.svg) no-repeat center;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
  cursor: pointer;
}
.faq .faq_list .question.open::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.faq .faq_list .question p {
  display: flex;
  gap: 20px;
  align-items: baseline;
  transition: 0.3s;
  padding: 5px 60px 5px 0;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  border-bottom: 2px solid #73adea;
}
.faq .faq_list .question p:hover {
  color: #2d75c1;
  transition: 0.3s;
}
.faq .faq_list .question p span {
  font-size: 4rem;
  font-weight: 700;
  color: #85b1df;
}
.faq .faq_list .answer_inner {
  padding: 10px 0 0 0;
  display: flex;
  gap: 20px;
  align-items: baseline;
  padding-bottom: 70px;
}
.faq .faq_list .answer_inner span {
  font-size: 4rem;
  font-weight: 700;
  color: #b4b4b5;
}
.faq .unresolved p {
  font-size: 2rem;
  margin-bottom: 30px;
}
.faq .unresolved {
  text-align: center;
  padding: 60px 0 0;
}
.faq .unresolved .button {
  margin: auto;
}
.under.faq .editor {
  padding-bottom: 0;
  width: 100%;
}
.under.faq .editor .inner {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq .faq_list .question p {
    font-size: 1.8rem;
  }
}

/* ==============================
  お問い合わせフォーム
============================== */
.under.contact .snow-monkey-form .smf-item__label {
  font-weight: bold;
}
.under.contact .snow-monkey-form .any .smf-item__label::before {
  content: "任意";
  background: #767676;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 5px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}
.under.contact .snow-monkey-form .required .smf-item__label::before {
  content: "必須";
  background: #e60012;
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 5px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}

.under.contact .snow-monkey-form .smf-error-messages {
  color: #cc3033 !important;
}

.under.contact .snow-monkey-form[data-screen="confirm"] .confirm_none {
  display: none;
}

/* ボタン */
.under.contact .smf-action {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.under.contact .smf-action .smf-button-control__control[data-action="confirm"],
.under.contact .smf-action .smf-button-control__control[data-action="complete"],
.under.contact .smf-action .smf-button-control__control[data-action="back"] {
  width: fit-content;
  display: block;
  width: 220px;
  max-width: 100%;
  background: url(../img/arrow_white.svg) #a4cdf6 no-repeat center right 19px / 11px 18px;
  border-radius: 40px;
  font-size: 1.9rem;
  font-weight: 500;
  padding: 15px 40px;
  text-align: center;
  box-shadow: 0 2px 2px 0px rgb(0 0 0 / 35%);
  border: none;
  transition: 0.3s;
}
.under.contact .smf-action .smf-button-control__control[data-action="back"] {
  background: url(../img/arrow_white_back.svg) #ccc no-repeat center left 19px / 11px 18px;
}
.under.contact .smf-action .smf-button-control__control[data-action="confirm"]:hover,
.under.contact .smf-action .smf-button-control__control[data-action="complete"]:hover,
.under.contact .smf-action .smf-button-control__control[data-action="back"]:hover {
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
  transition: 0.3s;
}
.under.contact span.smf-button-control {
  margin-left: 0 !important;
}

/* お問い合わせ以外は右下のマークを非表示にする */
body:not(.under.contact) .grecaptcha-badge {
  visibility: hidden;
}
.under.contact .grecaptcha-badge {
  bottom: 100px !important;
}
