@charset "UTF-8";
/* main colors */
/* ==========================================================================
   Breadcrumb (パンくずリスト)
   ========================================================================== */
.page_breadcrumb {
  position: relative;
  width: 100%;
}
@media (min-width: 920px) {
  .page_breadcrumb::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #24D53F;
    transform: translateY(-50%);
    z-index: 1;
  }
}
.page_breadcrumb.border_none::before {
  display: none;
}
.page_breadcrumb .container-large {
  position: relative;
  z-index: 2;
}
.page_breadcrumb_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page_breadcrumb_list {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
    row-gap: 8px;
  }
  .page_breadcrumb_list::-webkit-scrollbar {
    display: none;
  }
  .page_breadcrumb_list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.page_breadcrumb_list li {
  background-color: #fff;
  border: 1px solid #24D53F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  margin-right: 17px;
}
@media (min-width: 920px) {
  .page_breadcrumb_list li {
    font-size: 13px;
  }
}
.page_breadcrumb_list li::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #fff;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.page_breadcrumb_list li:last-child {
  margin-right: 0;
}
.page_breadcrumb_list li:last-child::before {
  display: none;
}
.page_breadcrumb_list li.current-item {
  padding: 2px 4px;
}
@media (min-width: 920px) {
  .page_breadcrumb_list li.current-item {
    padding: 2px 8px;
  }
}
.page_breadcrumb_list li a {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s ease;
  padding: 2px 4px;
}
@media (min-width: 920px) {
  .page_breadcrumb_list li a {
    padding: 2px 8px;
  }
}
.page_breadcrumb_list li a:hover {
  opacity: 0.7;
}
.page_breadcrumb_list li {
  /* ▼▼▼ 修正箇所：四角い白背景ブロックの中に矢印を置く ▼▼▼ */
}
.page_breadcrumb_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* margin-rightと同じ数値をマイナス指定して、はめ込む */
  right: -18px;
  width: 17px;
  height: 19px;
  /* 矢印画像をど真ん中に配置 */
  background-image: url("../img/page/breadcrumb_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  /* 矢印自体の大きさ（幅・高さ）を指定 */
  background-size: 17px auto;
}
.page_breadcrumb_list li {
  /* スマホ時のブロック調整 */
}
@media only screen and (max-width: 767px) {
  .page_breadcrumb_list li:not(:last-child)::after {
    right: -18px;
    width: 17px;
    background-size: 12px auto;
  }
}
.page_breadcrumb_black::before {
  display: none;
}
.page_breadcrumb_black .page_breadcrumb_list li {
  background-color: transparent;
  border: 1px solid #313234;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.page_breadcrumb_black .page_breadcrumb_list li::before {
  display: none;
}
.page_breadcrumb_black .page_breadcrumb_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 17px;
  height: 19px;
  background-image: url("../img/page/breadcrumb_arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;
}

.page_head {
  padding: 60px 0 0;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 920px) {
  .page_head {
    margin-bottom: 0;
    padding: min(200px, 14.2857142857vw) 0 0;
  }
}
@media (max-width: 919px) {
  .page_head {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
  }
}
.page_head::before {
  content: "";
  width: 77px;
  height: 94px;
  background-image: url("../img/page/page_head_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 60px;
  right: 7px;
}
@media (min-width: 920px) {
  .page_head::before {
    top: 60px;
    right: 44px;
    width: min(195px, 13.9285714286vw);
    height: min(241px, 17.2142857143vw);
  }
}
.page_head_inr {
  position: relative;
  max-width: 1980px;
}
@media (min-width: 920px) {
  .page_head_inr {
    margin: 0 auto;
  }
}
@media (min-width: 920px) {
  .page_ttl {
    margin-bottom: min(46px, 3.2857142857vw);
  }
}
.page_ttl_en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: min(70px, 17.9487179487vw);
  color: #24D53F;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  transform: translateX(-1px);
}
@media (min-width: 920px) {
  .page_ttl_en {
    font-size: min(105px, 7.5vw);
    margin-bottom: 18px;
    transform: translateX(-6px);
  }
}
.page_ttl_ja {
  font-size: min(18px, 4.6153846154vw);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 920px) {
  .page_ttl_ja {
    font-size: clamp(14px, 1.3125vw, 25.9875px);
  }
}

.page_section_ttl_wrap {
  margin-bottom: 40px;
}
.page_section_ttl_wrap_center {
  text-align: center;
}
.page_section_ttl_wrap_center .page_section_ttl {
  margin: 0 auto;
}
.page_section_ttl_wrap .page_section_ttl {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 920px) {
  .page_section_ttl_wrap .page_section_ttl {
    gap: 33px;
    font-size: min(30px, 2.7272727273vw);
  }
}
.page_section_ttl_wrap .page_section_ttl::before, .page_section_ttl_wrap .page_section_ttl::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 56px;
}
@media (min-width: 920px) {
  .page_section_ttl_wrap .page_section_ttl::before, .page_section_ttl_wrap .page_section_ttl::after {
    width: 11px;
    height: 77px;
  }
}
.page_section_ttl_wrap .page_section_ttl::before, .page_section_ttl_wrap .page_section_ttl::after {
  -webkit-mask-image: url("../img/page/bracket_mask.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../img/page/bracket_mask.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* デフォルトのかっこの色（マスクの下地の色） */
  background-color: #fff;
}
.page_section_ttl_wrap .page_section_ttl {
  /* 右側のかっこは左右反転 */
}
.page_section_ttl_wrap .page_section_ttl::after {
  transform: scaleX(-1);
}
.page_section_ttl_wrap {
  /* ============================================
     1. サイズのバリエーション
  ============================================ */
}
.page_section_ttl_wrap .page_section_ttl_middle {
  font-size: 18px;
  line-height: 1.66;
}
@media (min-width: 920px) {
  .page_section_ttl_wrap .page_section_ttl_middle {
    font-size: 24px;
    gap: 23px;
  }
}
.page_section_ttl_wrap .page_section_ttl_middle::before, .page_section_ttl_wrap .page_section_ttl_middle::after {
  width: 8px;
  height: 56px;
}
@media (min-width: 920px) {
  .page_section_ttl_wrap .page_section_ttl_middle::before, .page_section_ttl_wrap .page_section_ttl_middle::after {
    width: 11px;
    height: 77px;
  }
}
.page_section_ttl_wrap .page_section_ttl_small {
  font-size: 18px;
  line-height: 2.22;
}
@media (min-width: 920px) {
  .page_section_ttl_wrap .page_section_ttl_small {
    gap: 23px;
  }
}
.page_section_ttl_wrap .page_section_ttl_small::before, .page_section_ttl_wrap .page_section_ttl_small::after {
  width: 6px;
  height: 37px;
}
@media (min-width: 920px) {
  .page_section_ttl_wrap .page_section_ttl_small::before, .page_section_ttl_wrap .page_section_ttl_small::after {
    width: 8px;
    height: 49px;
  }
}
.page_section_ttl_wrap {
  /* ============================================
     2. かっこの色バリエーション
  ============================================ */
}
.page_section_ttl_wrap .page_section_ttl_green::before, .page_section_ttl_wrap .page_section_ttl_green::after {
  background-color: #24D53F; /* 背景色を変えるだけでかっこの色が変わる！ */
}
.page_section_ttl_wrap {
  /* ============================================
     3. テキストの色バリエーション（汎用ユーティリティ）
  ============================================ */
}
.page_section_ttl_wrap .txt_green {
  color: #24D53F !important;
}
.page_section_ttl_wrap .txt_white {
  color: #fff !important;
}

.foot_btn_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 80px 0;
}
@media (min-width: 920px) {
  .foot_btn_wrap {
    flex-direction: row;
    gap: 72px;
    padding: 178px 0 206px;
  }
}
.foot_btn_wrap .btn {
  padding: 12px 20px 12px 30px;
  gap: 24px;
  width: 100%;
  justify-content: space-between;
  max-width: 200px;
}
@media (min-width: 920px) {
  .foot_btn_wrap .btn {
    padding: 29px 30px 29px 87px;
    gap: 60px;
    width: auto;
    max-width: none;
  }
}
.foot_btn_wrap .btn_txt {
  font-size: 16px;
}
@media (min-width: 920px) {
  .foot_btn_wrap .btn_txt {
    font-size: 24px;
  }
}

.pagination {
  margin-top: 72px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
}
@media (min-width: 920px) {
  .pagination .page-numbers {
    gap: 12px;
  }
}
.pagination .page-numbers li {
  display: flex;
}
.pagination .page-numbers a,
.pagination .page-numbers span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid #313234;
  font-size: 16px;
  transition: all 0.3s ease;
  line-height: 1;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media (min-width: 920px) {
  .pagination .page-numbers a,
  .pagination .page-numbers span.current {
    font-size: 20px;
  }
}
.pagination .page-numbers a.page-numbers:not(.prev):not(.next),
.pagination .page-numbers span.current {
  width: 26px;
  height: 26px;
}
@media (min-width: 920px) {
  .pagination .page-numbers a.page-numbers:not(.prev):not(.next),
  .pagination .page-numbers span.current {
    width: 32px;
    height: 32px;
  }
}
.pagination .page-numbers a.page-numbers:not(.prev):not(.next) {
  background: linear-gradient(rgba(36, 213, 63, 0.4), rgba(36, 213, 63, 0.4)), #fff;
}
.pagination .page-numbers a.page-numbers:not(.prev):not(.next):hover {
  background-color: #24D53F;
}
.pagination .page-numbers span.current {
  background-color: #24D53F;
}
.pagination .page-numbers a.prev,
.pagination .page-numbers a.next {
  width: 32px;
  height: 32px;
  border: 1px solid #313234;
  background-color: #fff;
}
@media (min-width: 920px) {
  .pagination .page-numbers a.prev,
  .pagination .page-numbers a.next {
    width: 42px;
    height: 42px;
  }
}
.pagination .page-numbers a.prev:hover,
.pagination .page-numbers a.next:hover {
  background-color: #f5f5f5;
}
.pagination .page-numbers span.arrow {
  display: inline-block;
  width: 9px;
  height: 23px;
  background-image: url("../img/page/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 920px) {
  .pagination .page-numbers span.arrow {
    width: 11px;
    height: 25px;
  }
}
.pagination .page-numbers span.arrow.next {
  transform: scaleX(-1);
}
.error404_body {
    padding: 140px 0 60px;
}
@media (min-width: 920px) {
    .error404_body {
        padding: 240px 0 120px;
    }
}
.error404_body_top {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
@media (min-width: 920px) {
    .error404_body_top {
        font-size: 48px;
    }
}
.error404_body_txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}
@media (min-width: 920px) {
    .error404_body_txt {
        font-size: 20px;
        margin-bottom: 80px;
    }
}
.error404_body_back {
    text-align: center;
}

.error404_body_back .btn {
  margin: 0 auto;
}


/*# sourceMappingURL=page.css.map */