@charset "UTF-8";
/* mixin */
/* template color */
/* custom color */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
.main_facility .main_facility__ico .image, .mv_link .mv_link__ico .image {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(101%) contrast(102%);
}

/* font */
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
.single_nav a, .found .found_menu li, .policy .policy_description, .mwform-radio-field .mwform-radio-field-text, .mwform-checkbox-field .mwform-checkbox-field-text, .cm-btn .cm-btn_link, .form-btns .cm-btn_link {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}

.single_block .single_block__image, .single_block, .main_facility .main_facility__pic, .main_facility .main_facility__card, .main_block .main_block__info, .footer_insta .footer_insta__link, .footer_insta .footer_insta__caption, .main_banner__qr, .main_banner__ico {
  margin-left: auto;
  margin-right: auto;
}

.list-dotted li {
  position: relative;
  padding-left: 1em;
}
.list-dotted li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.list-count {
  counter-reset: count;
}
.list-count li {
  position: relative;
  padding-left: 1.5em;
}
.list-count li::before {
  counter-increment: count;
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
}

.list-num {
  counter-reset: num;
}
.list-num li {
  position: relative;
  padding-left: 1.5em;
}
.list-num li::before {
  counter-increment: num;
  content: counter(num);
  position: absolute;
  top: 0;
  left: 0;
}

.list-unit {
  counter-reset: unit;
}
.list-unit li {
  position: relative;
  padding-left: 1.5em;
}
.list-unit li::before {
  counter-increment: unit;
  content: counter(unit) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.cm-btn, .form-btns {
  margin-top: clamp(56px, 5vw, 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cm-btn.--start, .--start.form-btns {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cm-btn.--end, .--end.form-btns {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cm-btn .cm-btn_link, .form-btns .cm-btn_link {
  display: block;
  max-width: 240px;
  width: 100%;
  text-align: center;
  color: #222;
  background-color: #fff;
  padding-top: 1.0625em;
  padding-bottom: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #0c1c89;
  border-radius: 60px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 829px) {
  .cm-btn .cm-btn_link, .form-btns .cm-btn_link {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (max-width: 828px) {
  .cm-btn .cm-btn_link, .form-btns .cm-btn_link {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.cm-btn .cm-btn_link:hover, .form-btns .cm-btn_link:hover {
  opacity: 1;
  color: #fff;
  background-color: #0c1c89;
}

.option .option_address {
  word-break: keep-all;
}

.cm_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.4rem !important;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 41px;
  border-radius: 40px;
  overflow: clip;
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .cm_btn {
    width: 209px;
  }
}
@media screen and (max-width: 828px) {
  .cm_btn {
    width: 180px;
  }
}
.cm_btn:hover {
  opacity: 1;
  color: #fff !important;
  background-color: #222 !important;
}

.more_btn {
  margin-top: clamp(32px, 3.5vw, 56px);
  text-align: right;
}
.more_btn .more_btn__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.more_btn .more_btn__txt {
  font-size: 1.2rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.more_btn .more_btn__ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
}

.btn_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  margin-top: clamp(32px, 3.5vw, 56px);
  text-align: center;
}

.dl1 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}

.dl2 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}

.dl3 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important;
}

.dl4 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important;
}

.fade {
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.fade.view {
  opacity: 1;
}

.char_area span {
  opacity: 0;
  scale: 0;
}
.char_area.action span {
  opacity: 1;
  scale: 1;
}

.main_banner {
  border-radius: 15px;
  overflow: clip;
  background-image: url("../images/common/bg_blue.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-top: clamp(36px, 3.5vw, 56px);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
  padding-bottom: clamp(36px, 3.5vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: clamp(40px, 3.5vw, 56px);
}
@media screen and (min-width: 1001px) {
  .main_banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .main_banner {
    display: block;
  }
}

.main_banner__ico {
  display: block;
  aspect-ratio: 70/61;
  max-width: 70px;
  margin-bottom: 13px;
}

.main_banner__head {
  color: #fff;
  text-transform: uppercase;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1001px) {
  .main_banner__head {
    padding-right: clamp(32px, 3.5vw, 56px);
    margin-right: clamp(32px, 3.5vw, 56px);
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.main_banner__links {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 48px;
}
@media screen and (max-width: 1000px) {
  .main_banner__links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: clamp(20px, 2.5vw, 40px);
  }
}
@media screen and (max-width: 700px) {
  .main_banner__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main_banner__btns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_banner__btn {
  display: block;
  text-align: center;
  font-size: clamp(1.3rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  background-color: #fff;
  padding-top: clamp(20px, 1.6875vw, 27px);
  padding-bottom: clamp(20px, 1.6875vw, 27px);
  padding-left: clamp(24px, 3.5vw, 56px);
  padding-right: clamp(24px, 3.5vw, 56px);
  border-radius: 50px;
  overflow: clip;
}
.main_banner__btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #222;
}

.main_banner__link {
  margin-top: 29px;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  text-decoration: underline;
}

.main_banner__qr {
  display: block;
  max-width: 152px;
  margin-bottom: 11px;
}

.main_banner__caption {
  font-size: 1.4rem;
  font-weight: 700;
}

* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  color: #222;
  background: #fff;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  font-style: normal;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-size: unset;
}
@media screen and (max-width: 828px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  display: inline;
  color: #0c1c89;
  text-decoration: underline;
}
a:hover {
  opacity: 0.6;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  a[href^=tel] {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

@media screen and (min-width: 829px) {
  .text-center {
    text-align: center;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    display: table-cell !important;
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@media screen and (min-width: 829px) {
  .l-following_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-following_contents .--side {
    top: 0;
    width: 200px;
  }
  .l-following_contents .--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 828px) {
  .l-following_contents .--side {
    bottom: 0;
  }
}
.l-following_contents .--side {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.flickWrap {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.l-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .l-container {
    max-width: 1040px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-container {
    max-width: 1040px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  .l-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .over-right {
    margin-left: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .over-right {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .over-left {
    margin-right: calc((100vw - 1215px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .over-left {
    max-width: 1260px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

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

.image {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  th,
  td {
    display: block;
  }
}

th {
  background-color: #69BA4F;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 829px) {
  th {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    width: 264px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 828px) {
  th {
    padding: 1em;
  }
}

td {
  background-color: #fff;
}
@media screen and (min-width: 829px) {
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 828px) {
  td {
    padding: 1em;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-top: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(60px, 6.5625vw, 105px);
  padding-top: clamp(32px, 3vw, 48px);
  /* .previouspostslink,
  .nextpostslink{
      position: relative;
      color: transparent !important;
      text-indent: -9999px;
      overflow: clip;
      aspect-ratio: 1/1;

      &::after{
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: imageurl('ico-arrow.svg','common');
          background-repeat: no-repeat;
          background-size: 9px 16px;
          background-position: center center;
          transform: translateX(1px);
          transition: inherit;
          @extend %k-filter;
      }

      &:hover{
          // background-colorあり
          // color: $w-color;
          // background-color: $cm-color;

          // 下線パターン
          // &::after{
          //     @extend %w-filter;
          // }
      }
  }
  .previouspostslink{
      rotate: 180deg;
  } */
}
.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  border: none;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 500;
  padding: unset;
  margin: unset;
  border: none;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #969A95;
  padding: 8px 6px !important;
  margin: 0 !important;
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #222;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.wp-pagenavi a:hover, .wp-pagenavi a.current,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
  opacity: 1;
  color: #222;
}
.wp-pagenavi a:hover::before, .wp-pagenavi a.current::before,
.wp-pagenavi span:hover::before,
.wp-pagenavi span.current::before {
  width: 100%;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none;
}

@media screen and (min-width: 451px) {
  .--pc {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .--pc {
    display: none !important;
  }
}

@media screen and (min-width: 451px) {
  .--sp {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  .--sp {
    display: block !important;
  }
}

.link-under {
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  color: #0c1c89;
  text-decoration: underline;
}

.cm-block + .cm-block {
  margin-top: clamp(60px, 5vw, 80px);
}

@media screen and (min-width: 829px) {
  .cm-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .cm-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-pic {
  width: 33.3333333333%;
  aspect-ratio: 4/3;
  background-color: #ddd;
}

.cm-fit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 828px) {
  .cm-pic + .cm-fit {
    margin-top: 64px;
  }
}

.cm-cards {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 451px) {
  .cm-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .cm-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .cm-cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

/* module */
.cm-bread {
  padding: 8px 0;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  line-height: 1.6;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}

.header_contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  padding-top: clamp(24px, 2.125vw, 34px);
  padding-left: clamp(30px, 3.75vw, 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 829px) {
  .header_contents {
    padding-right: clamp(144px, 11.5625vw, 185px);
  }
}

.header_logo .header_logo__link {
  display: inline-block;
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.04em;
}

.header_trigger {
  position: fixed;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  height: auto;
  background: #222;
  z-index: 10;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.header_trigger.active {
  -webkit-box-shadow: 0 0px 0px 0 transparent;
          box-shadow: 0 0px 0px 0 transparent;
  -webkit-transition: all 0ms;
  transition: all 0ms;
}
.header_trigger::after {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  content: "menu";
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 829px) {
  .header_trigger {
    width: 110px;
    border-radius: 0 0 0 30px;
  }
  .header_trigger::after {
    font-size: 1.1rem;
    bottom: 30px;
  }
}
@media screen and (max-width: 828px) {
  .header_trigger {
    width: 70px;
    border-radius: 0 0 0 20px;
  }
  .header_trigger::after {
    font-size: 0.8rem;
    bottom: 20px;
  }
}
.header_trigger.--active {
  width: 70px;
  border-radius: 0 0 0 20px;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
}
.header_trigger.--active::after {
  font-size: 0.8rem;
  bottom: 20px;
}
.header_trigger.--active small {
  top: 26px;
  width: 25px !important;
}
.header_trigger:hover {
  opacity: 1;
}
.header_trigger small {
  position: absolute;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (min-width: 829px) {
  .header_trigger small {
    top: 50px;
    width: 35px;
  }
}
@media screen and (max-width: 828px) {
  .header_trigger small {
    top: 26px;
    width: 25px;
  }
}
@media screen and (min-width: 829px) {
  .header_trigger small:first-child {
    -webkit-transform: translateY(-7px) translateX(-50%) rotate(0deg);
            transform: translateY(-7px) translateX(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 828px) {
  .header_trigger small:first-child {
    -webkit-transform: translateY(-6px) translateX(-50%) rotate(0deg);
            transform: translateY(-6px) translateX(-50%) rotate(0deg);
  }
}
@media screen and (min-width: 829px) {
  .header_trigger small:last-child {
    -webkit-transform: translateY(7px) translateX(-50%) rotate(0deg);
            transform: translateY(7px) translateX(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 828px) {
  .header_trigger small:last-child {
    -webkit-transform: translateY(6px) translateX(-50%) rotate(0deg);
            transform: translateY(6px) translateX(-50%) rotate(0deg);
  }
}
.header_trigger.active small {
  opacity: 0;
}
.header_trigger.active small:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.header_trigger.active small:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}

.header_menu li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_menu li::before {
  position: absolute;
  top: 54%;
  left: 0;
  translate: 0 -50%;
  content: "";
  opacity: 0;
  border-radius: 10px;
  overflow: clip;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #69BA4F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_menu li[current]::before {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  .header_menu li[current] a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-image: -webkit-linear-gradient(left, #222, #222 1px, transparent 1px, transparent 4px);
    background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    width: 100%;
    height: 1px;
  }
}
.header_menu a {
  position: relative;
  display: inline-block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 829px) {
  .header_menu a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-image: -webkit-linear-gradient(left, #222, #222 1px, transparent 1px, transparent 4px);
    background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    width: 0%;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 829px) {
  .header_menu li:hover::before {
    opacity: 1;
  }
  .header_menu li:hover a {
    opacity: 1;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) {
  .header_menu li:hover a::after {
    width: 100%;
  }
}
.header_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .header_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px 24px;
  }
}
.header_menu .sub-menu {
  display: none;
}
@media screen and (max-width: 828px) {
  .header_menu {
    display: none;
  }
}

.header_nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  translate: 100% -100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10;
  overflow-y: scroll;
  border-radius: 0 0 0 30px;
}
@media screen and (min-width: 829px) {
  .header_nav {
    background-color: #222222;
    width: 370px;
    height: 400px;
  }
  .header_nav::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  .header_nav {
    background-color: rgba(34, 34, 34, 0.9);
    width: 100vw;
  }
}
.header_nav.active {
  opacity: 1;
  translate: 0 0;
}
.header_nav ul {
  padding-bottom: 150px;
}
@media screen and (min-width: 829px) {
  .header_nav ul {
    padding-top: 80px;
    padding-left: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 828px) {
  .header_nav ul {
    padding-top: 110px;
    padding-bottom: 230px;
  }
}
.header_nav li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 828px) {
  .header_nav li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.header_nav li::before {
  position: absolute;
  top: 54%;
  left: 0;
  translate: 0 -50%;
  content: "";
  opacity: 0;
  border-radius: 10px;
  overflow: clip;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #69BA4F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header_nav li[current]::before {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  .header_nav li[current] a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-image: -webkit-linear-gradient(left, #fff, #fff 1px, transparent 1px, transparent 4px);
    background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    width: 100%;
    height: 1px;
  }
}
.header_nav li + li {
  margin-top: 14px;
}
@media screen and (max-width: 828px) {
  .header_nav li + li {
    margin-top: 8px;
  }
}
.header_nav a {
  display: block;
  position: relative;
  display: inline-block;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (min-width: 829px) {
  .header_nav a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-image: -webkit-linear-gradient(left, #fff, #fff 1px, transparent 1px, transparent 4px);
    background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    width: 0%;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 829px) {
  .header_nav li:hover::before {
    opacity: 1;
  }
  .header_nav li:hover a {
    opacity: 1;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) {
  .header_nav li:hover a::after {
    width: 100%;
  }
}

.header_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #fff;
  background-color: #0c1c89;
}
@media screen and (min-width: 829px) {
  .header_btn a {
    width: 240px;
    line-height: 80px;
  }
}

.kv {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .kv {
    padding-top: 217px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 828px) {
  .kv {
    padding-top: 60px;
  }
}
.kv::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  display: block;
  aspect-ratio: 1600/140;
  width: 100%;
  height: auto;
  background-image: url("../images/common/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.kv_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px) {
  .kv_block {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .kv_block {
    max-width: 1200px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  .kv_block {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media screen and (min-width: 829px) {
  .kv_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 828px) {
  .kv_block {
    display: block;
  }
}
.kv_block .breadcrumbs {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  font-weight: 400;
  color: #969A95;
  margin-bottom: clamp(24px, 5.4375vw, 87px);
}
.kv_block .breadcrumbs span,
.kv_block .breadcrumbs a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.kv_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .kv_inner {
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 450px) {
  .kv_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.kv_pic {
  display: block;
  max-width: 958px;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .kv_pic {
    border-radius: 60px 0 0 0;
    width: 71.4925373134%;
  }
}
@media screen and (max-width: 828px) {
  .kv_pic {
    border-radius: 30px 0 0 0;
  }
}

.kv_head .kv_head__caption {
  display: block;
  font-size: clamp(2.4rem, 3.2258064516vw, 4rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: clamp(8px, 1vw, 16px);
}
.kv_head .kv_head__lead {
  position: relative;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  padding-left: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kv_head .kv_head__lead::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #69BA4F;
}

.kv_txt {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.2rem;
  font-weight: 700;
  right: 24px;
  bottom: 117px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 828px) {
  .kv_txt {
    display: none;
  }
}

.cta_block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .cta_block {
    padding-top: 124px;
  }
  .cta_block .container {
    position: static;
  }
}
@media screen and (max-width: 828px) {
  .cta_block {
    padding-top: 60px;
  }
}
.cta_block .more_btn {
  position: absolute;
  margin-top: 0;
}
@media screen and (min-width: 829px) {
  .cta_block .more_btn {
    top: 137px;
    right: 12.5%;
  }
}
@media screen and (max-width: 828px) {
  .cta_block .more_btn {
    bottom: 50px;
    right: 20px;
  }
}
@media screen and (min-width: 451px) and (max-width: 1024px) {
  .cta_block .more_btn {
    right: 40px;
  }
}

.cta_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}
@media screen and (max-width: 828px) {
  .cta_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
.cta_head .cta_head__caption {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.cta_head .cta_head__lead {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 829px) {
  .cta_head .cta_head__lead {
    padding-left: clamp(20px, 2.5vw, 40px);
    margin-left: clamp(20px, 2.5vw, 40px);
    border-left: 2px solid #222;
    line-height: 32px;
  }
}

.cta_map {
  display: block;
  width: 100%;
  border-radius: 0 0 60px 0;
  overflow: clip;
  margin-bottom: clamp(40px, 4vw, 64px);
}
@media screen and (min-width: 829px) {
  .cta_map {
    max-width: calc(100% - 60px);
    height: 620px;
  }
}
@media screen and (max-width: 828px) {
  .cta_map {
    max-width: calc(100% - 30px);
    height: 310px;
  }
}
.cta_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.cta_column {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 21px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-linear-gradient(left, #222, #222 1px, transparent 1px, transparent 4px);
  background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 829px) {
  .cta_column {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: clamp(32px, 3.5vw, 56px);
  }
}
@media screen and (max-width: 828px) {
  .cta_column {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 105px;
  }
}

.cta_data + .cta_data {
  margin-top: clamp(20px, 1.5vw, 24px);
}
.cta_data .cta_data__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.cta_data .cta_data___ico {
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
}
.cta_data .cta_data__text {
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  letter-spacing: 0.02em;
}
.cta_data .cta_data__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.cta_data .cta_data__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.cta_data .cta_data__caption {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.cta_data .cta_data__tel {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer_block {
  position: relative;
  padding-bottom: clamp(120px, 37.5vw, 600px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: url("../images/common/footer.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  overflow: clip;
}
@media screen and (max-width: 1600px) {
  .footer_block {
    background-size: contain;
    background-position: bottom center;
  }
}

.footer_text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: clamp(4.2rem, 7.9032258065vw, 9.8rem);
  color: #fff;
  z-index: 1;
  white-space: nowrap;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  opacity: 0.9;
  line-height: 0.75;
  letter-spacing: 0.09em;
  -webkit-animation: footer_text 30000ms linear infinite;
          animation: footer_text 30000ms linear infinite;
}

@-webkit-keyframes footer_text {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes footer_text {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}
.footer_insta .footer_insta__caption {
  display: block;
  width: 150px;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.footer_insta .footer_insta__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 187px;
  overflow: clip;
  color: #fff;
  background-image: url("../images/common/insta_bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  scale: 1;
}
@media screen and (min-width: 829px) {
  .footer_insta .footer_insta__link {
    width: 187px;
  }
}
@media screen and (max-width: 828px) {
  .footer_insta .footer_insta__link {
    width: 168px;
  }
}
.footer_insta .footer_insta__link:hover {
  opacity: 1;
  scale: 1.1;
}
.footer_insta .footer_insta__ico {
  display: block;
}
@media screen and (max-width: 828px) {
  .footer_insta .footer_insta__ico {
    width: 30px;
  }
}
.footer_insta .footer_insta__txt {
  display: block;
  text-align: center;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  letter-spacing: 0.08em;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
}

.footer_logo {
  display: block;
  text-align: center;
  margin-top: clamp(32px, 4.5vw, 72px);
  text-align: center;
  margin-bottom: clamp(24px, 3.4375vw, 55px);
}
.footer_logo .footer_logo__link {
  display: inline-block;
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.04em;
}

.footer_menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 450px) {
  .footer_menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer_menu li {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_menu li::before {
  position: absolute;
  top: 54%;
  left: 0;
  translate: 0 -50%;
  content: "";
  opacity: 0;
  border-radius: 10px;
  overflow: clip;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #69BA4F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_menu li[current]::before {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  .footer_menu li[current] a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-image: -webkit-linear-gradient(left, #222, #222 1px, transparent 1px, transparent 4px);
    background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    width: 100%;
    height: 1px;
  }
}
.footer_menu a {
  position: relative;
  display: inline-block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 829px) {
  .footer_menu a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    background-image: -webkit-linear-gradient(left, #222, #222 1px, transparent 1px, transparent 4px);
    background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    width: 0%;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 829px) {
  .footer_menu li:hover::before {
    opacity: 1;
  }
  .footer_menu li:hover a {
    opacity: 1;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) {
  .footer_menu li:hover a::after {
    width: 100%;
  }
}
.footer_menu ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 451px) {
  .footer_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 450px) {
  .footer_menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
  }
}

.footer_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: clamp(24px, 3.125vw, 50px);
}
.footer_btn .footer_btn__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 209px;
  line-height: 41px;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 50px;
  overflow: clip;
  letter-spacing: 0.05em;
}
.footer_btn .footer_btn__link:hover {
  opacity: 1;
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.footer_item {
  text-align: center;
  margin-top: clamp(20px, 1.625vw, 26px);
}
.footer_item .footer_item__link {
  display: inline-block;
  text-decoration: underline;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #707070;
}

.footer_copy {
  position: absolute;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 829px) {
  .footer_copy {
    bottom: 143px;
    right: 25px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 828px) {
  .footer_copy {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: clamp(46px, 10.8695652174vw, 90px);
  }
}

.footer_contents {
  position: relative;
}

.footer_rtt {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  color: #fff;
  background-color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 60px;
  height: 60px;
  padding-left: 18px;
  padding-right: 10px;
  border-radius: 60px 0 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .footer_rtt {
    bottom: 50%;
    translate: 0 -100%;
  }
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  .footer_rtt {
    translate: 0 0;
  }
}
@media screen and (max-width: 828px) {
  .footer_rtt {
    bottom: 10%;
    translate: 0 -50%;
  }
}
.footer_rtt .footer_rtt__ico {
  display: block;
  width: 15px;
  height: auto;
}
.footer_rtt .footer_rtt__txt {
  display: block;
  font-size: 1.1rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
}
.mw_wp_form.mw_wp_form_complete {
  display: none;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  display: block;
  border: none;
  padding: 0;
  background-color: unset;
}
@media screen and (max-width: 828px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 700;
  padding-bottom: clamp(10px, 1vw, 16px);
  color: #222;
}
.mw_wp_form th > span {
  display: inline-block;
  height: auto;
  text-align: center;
  color: #f00;
}
.mw_wp_form td {
  padding-bottom: clamp(32px, 2.5vw, 40px);
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  outline: none;
  border-radius: 15px 5px 5px 5px;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 828px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 10px;
  }
}
.mw_wp_form input.var01,
.mw_wp_form textarea.var01,
.mw_wp_form select.var01 {
  max-width: 500px;
}
@media screen and (min-width: 451px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 450px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 4em;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
}
.mw_wp_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 48px;
  background-image: url("../images/common/svg-select.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right 16px;
}
.mw_wp_form input[type*=file] {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  margin-top: clamp(10px, 1vw, 16px);
}
.mw_wp_form input[type*=file]::-webkit-file-upload-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 1.5rem;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field .mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (min-width: 829px) {
  .mwform-checkbox-field .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 828px) {
  .mwform-checkbox-field .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.mwform-checkbox-field .mwform-checkbox-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field .mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
}
@media screen and (min-width: 829px) {
  .mwform-radio-field .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 828px) {
  .mwform-radio-field .mwform-radio-field-text {
    line-height: 32px;
  }
}
.mwform-radio-field .mwform-radio-field-text::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.mwform-radio-field .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #f00;
  border-radius: 50%;
  opacity: 0;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.file-text {
  display: inline-block;
  font-size: clamp(1.1rem, 1.2903225806vw, 1.6rem);
  word-break: auto-phrase;
}
@media screen and (min-width: 829px) {
  .file-text {
    padding-top: 13px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 828px) {
  .file-text {
    line-height: 1.3;
  }
}

@media screen and (min-width: 501px) {
  .sp-break {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .sp-break {
    display: block !important;
  }
}

.form-agree {
  margin-top: clamp(20px, 2.5vw, 40px);
  margin-bottom: clamp(38px, 3vw, 48px);
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.form-agree::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.form-agree::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.mw_wp_form_confirm .form-agree {
  display: none !important;
}
.form-agree a {
  color: #0c1c89;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  .form-agree {
    text-align: center;
  }
}
@media screen and (max-width: 828px) {
  .form-agree {
    display: none;
  }
}

.form-policy {
  background-color: #fff;
  padding-top: clamp(24px, 1.875vw, 30px);
  padding-left: clamp(24px, 4.375vw, 70px);
  padding-right: clamp(24px, 4.375vw, 70px);
  padding-bottom: clamp(24px, 1.875vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px 5px 5px 5px;
  overflow-y: scroll;
  max-height: 210px;
}
.mw_wp_form_confirm .form-policy {
  display: none;
}
.form-policy .form-policy__data + .form-policy__data {
  margin-top: clamp(20px, 2vw, 32px);
}
.form-policy .form-policy__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.125;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.form-policy .form-policy__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.125) * (0.5em - 1px));
}
.form-policy .form-policy__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.125) * 0.5em);
}
.form-policy .form-policy__txt,
.form-policy .form-policy__text {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7142857143;
}
.form-policy .form-policy__txt::before,
.form-policy .form-policy__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7142857143) * (0.5em - 1px));
}
.form-policy .form-policy__txt::after,
.form-policy .form-policy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7142857143) * 0.5em);
}
.form-policy .form-policy__text {
  text-align: right;
  margin-top: 23px;
}

.form-wrap {
  margin-top: clamp(20px, 1.6875vw, 27px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 24px;
}
.mw_wp_form_confirm .form-wrap {
  display: none;
}
.form-wrap input[type=checkbox] + .mwform-checkbox-field-text {
  margin-right: 0;
}

.form-btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  background-color: #fff;
  padding: 0;
  width: 209px;
  line-height: 41px;
  text-align: center;
  border: 1px solid #222;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 50px;
  overflow: clip;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-size: 1.4rem;
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  color: #fff;
  background-color: #222;
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
  font-size: 1.3rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  font-size: 1.2rem;
}

/* page */
.mv {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .mv {
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 828px) {
  .mv {
    padding-top: 100px;
    padding-left: 30px;
  }
}

.mv_link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: clamp(20px, 1.5vw, 24px);
}
.mv_link .mv_link__ico {
  aspect-ratio: 1/1;
  width: 21px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 21px;
  overflow: clip;
  background-color: #222;
  -webkit-animation: scroll 4s infinite;
          animation: scroll 4s infinite;
}
.mv_link .mv_link__ico .image {
  display: block;
  width: 6px;
  height: auto;
  rotate: 90deg;
}
.mv_link .mv_link__txt {
  font-size: 1.2rem;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.08em;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  25% {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.mv_block {
  position: relative;
}
@media screen and (min-width: 829px) {
  .mv_block::after {
    position: absolute;
    top: 50%;
    right: -25px;
    translate: 100% -50%;
    content: "KURASHIKI  FUREAINOOKA  PARK";
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    font-size: 1.2rem;
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "YOPQ" 300;
    font-weight: 700;
    letter-spacing: 1.2px;
    white-space: nowrap;
  }
}

.mv_ico {
  position: absolute;
  max-width: 227px;
  width: 14.1875%;
  min-width: 132px;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media screen and (min-width: 829px) {
  .mv_ico {
    bottom: -40px;
    right: 6.0810810811%;
  }
}
@media screen and (max-width: 828px) {
  .mv_ico {
    right: 35px;
    bottom: -107px;
  }
}

.mv_pic {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .mv_pic {
    border-radius: 60px 0 0 0;
  }
  .mv_pic .mv_pic__pc {
    display: block;
  }
  .mv_pic .mv_pic__sp {
    display: none;
  }
}
@media screen and (max-width: 828px) {
  .mv_pic {
    border-radius: 30px 0 0 0;
  }
  .mv_pic .mv_pic__pc {
    display: none;
  }
  .mv_pic .mv_pic__sp {
    display: block;
  }
}

.mv_circle {
  position: absolute;
  z-index: 1;
  top: 0;
  aspect-ratio: 1/1;
  pointer-events: none;
}

.mv_circle__1 {
  max-width: 63px;
  width: 4.2567567568%;
  min-width: 40px;
  left: 2.7027027027%;
  -webkit-animation: shower 8000ms linear infinite;
          animation: shower 8000ms linear infinite;
}
.mv_circle__1.dl {
  -webkit-animation-delay: calc(-4000 + ms);
          animation-delay: calc(-4000 + ms);
}

.mv_circle__2 {
  max-width: 140px;
  width: 9.4594594595%;
  min-width: 50px;
  left: 5.4054054054%;
  -webkit-animation: shower 5000ms linear infinite;
          animation: shower 5000ms linear infinite;
}
.mv_circle__2.dl {
  -webkit-animation-delay: calc(-2500 + ms);
          animation-delay: calc(-2500 + ms);
}

.mv_circle__3 {
  max-width: 78px;
  width: 5.2702702703%;
  min-width: 48px;
  left: 13.5135135135%;
  -webkit-animation: shower 10000ms linear infinite;
          animation: shower 10000ms linear infinite;
}
.mv_circle__3.dl {
  -webkit-animation-delay: calc(-5000 + ms);
          animation-delay: calc(-5000 + ms);
}

.mv_circle__4 {
  max-width: 26px;
  width: 1.7567567568%;
  min-width: 18px;
  left: 8.7837837838%;
  -webkit-animation: shower 5000ms ease-in infinite;
          animation: shower 5000ms ease-in infinite;
}
.mv_circle__4.dl {
  -webkit-animation-delay: calc(-2500 + ms);
          animation-delay: calc(-2500 + ms);
}

.mv_circle__5 {
  max-width: 90px;
  width: 6.0810810811%;
  min-width: 70px;
  left: 20.2702702703%;
  -webkit-animation: shower 6000ms linear infinite;
          animation: shower 6000ms linear infinite;
}
.mv_circle__5.dl {
  -webkit-animation-delay: calc(-3000 + ms);
          animation-delay: calc(-3000 + ms);
}

@-webkit-keyframes shower {
  0% {
    top: 0%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes shower {
  0% {
    top: 0%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.mv_head {
  position: absolute;
  color: #fff;
}
.mv_head br {
  display: block !important;
}
@media screen and (min-width: 829px) {
  .mv_head {
    right: 5.8783783784%;
    bottom: 30.8333333333%;
  }
}
@media screen and (max-width: 828px) {
  .mv_head {
    left: 32px;
    bottom: 47px;
  }
}
.mv_head .mv_head__lead {
  font-size: clamp(2.7rem, 3.7096774194vw, 4.6rem);
  line-height: 1.4565217391;
  letter-spacing: 0.04em;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: clamp(10px, 1vw, 16px);
}
.mv_head .mv_head__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4565217391) * (0.5em - 1px));
}
.mv_head .mv_head__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4565217391) * 0.5em);
}
.mv_head .mv_head__caption {
  display: block;
  font-size: clamp(1rem, 1.2096774194vw, 1.5rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 2;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.mv_head .mv_head__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.mv_head .mv_head__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.main_head {
  display: block;
  margin-bottom: clamp(32px, 3.5vw, 56px);
}
.main_news .main_head {
  text-align: center;
}
.main_head .main_head__caption {
  display: block;
  text-transform: capitalize;
  font-size: clamp(3.2rem, 3.2258064516vw, 4rem);
  margin-bottom: clamp(12px, 1.5vw, 24px);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.main_head .main_head__lead {
  display: block;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}

.head_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}
@media screen and (max-width: 828px) {
  .head_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
.head_side .head_side__caption {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2.8rem, 3.2258064516vw, 4rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.head_side .head_side__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.05em;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (min-width: 829px) {
  .head_side .head_side__lead {
    padding-left: clamp(20px, 2.5vw, 40px);
    margin-left: clamp(20px, 2.5vw, 40px);
    border-left: 2px solid #222;
    line-height: 32px;
  }
}

.main_please {
  padding-top: 96px;
}
@media screen and (max-width: 828px) {
  .main_please {
    padding-top: 160px;
  }
}

.main_please__headline {
  display: block;
  margin: auto;
  max-width: 236px;
}
@media screen and (max-width: 828px) {
  .main_please__headline {
    max-width: 180px;
  }
}
@media screen and (max-width: 500px) {
  .main_please__headline {
    max-width: 136px;
  }
}

.main_please__readline {
  display: block;
  margin: 24px 0 40px;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
  color: #222222;
}
@media screen and (max-width: 828px) {
  .main_please__readline {
    text-align: left;
    margin: 24px 0;
  }
}

.main_please__img {
  display: block;
  max-width: 826px;
  margin: auto;
}

.main_please__content {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 100px;
}
@media screen and (max-width: 828px) {
  .main_please__content {
    padding-bottom: 166px;
  }
}

.main_please__pos1 {
  position: absolute;
  top: 230px;
  left: -10px;
  width: 119px;
}
@media screen and (max-width: 828px) {
  .main_please__pos1 {
    left: 0px;
    width: 90px;
    top: -96px;
  }
}
@media screen and (max-width: 450px) {
  .main_please__pos1 {
    width: 71px;
  }
}

.main_please__pos2 {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 168px;
}
@media screen and (max-width: 828px) {
  .main_please__pos2 {
    width: 130px;
    bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .main_please__pos2 {
    width: 100px;
  }
}

.main_news .main_news__link {
  display: block;
  max-height: 370px;
}
.main_news .main_news__link:hover {
  opacity: 1;
}
.main_news .main_news__link:hover .main_news__pic img {
  scale: 1.1;
}
.main_news .main_news__block {
  overflow-x: clip;
}
.main_news .main_news__slider {
  margin: 0 -22px;
}
.main_news .main_news__slide {
  margin: 0 22px;
}
.main_news .main_news__images {
  position: relative;
  padding-top: clamp(8px, 0.625vw, 10px);
  overflow: clip;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.main_news .main_news__time {
  position: absolute;
  top: 0;
  left: 4.0540540541%;
  background-color: #000;
  color: #fff;
  border-radius: 0 0 15px 0;
  overflow: clip;
  z-index: 1;
  width: 70px;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.main_news .main_news__month,
.main_news .main_news__year {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 2px;
}
.main_news .main_news__month {
  font-size: clamp(1.1rem, 1.0483870968vw, 1.3rem);
  text-transform: uppercase;
}
.main_news .main_news__date {
  font-size: clamp(2.7rem, 2.5806451613vw, 3.2rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 0;
}
.main_news .main_news__year {
  font-size: clamp(1.1rem, 1.0483870968vw, 1.3rem);
}
.main_news .main_news__pic {
  aspect-ratio: 370/258;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: clip;
  background-color: #ddd;
}
.main_news .main_news__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
}
@media screen and (min-width: 829px) {
  .main_news .main_news__pic img {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (max-width: 828px) {
  .main_news .main_news__pic img {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.main_news .main_news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.main_news .main_news__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
  border-radius: 50px;
  overflow: clip;
  box-sizing: border-box;
  height: 23px;
  line-height: 1;
}
.main_news .main_news__new {
  background-color: #FBA0A5;
  border: 1px solid #FBA0A5;
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 600;
}
.main_news .main_news__cat {
  border: 1px solid #D9D9D9;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.main_news .main_news__lead {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
.main_news .main_news__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7142857143) * (0.5em - 1px));
}
.main_news .main_news__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7142857143) * 0.5em);
}
.main_news .slick-arrow {
  position: absolute;
  top: unset !important;
  left: 22px;
  right: unset !important;
  bottom: -86px;
  translate: unset;
  z-index: 1;
  aspect-ratio: 1/1;
  width: 30px;
  height: auto;
  border-radius: 30px;
  overflow: clip;
  border: 1px solid #69BA4F;
  background-image: url("../images/common/ico_arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 6px auto !important;
  background-position: center center !important;
  opacity: 0.5;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.main_news .slick-arrow::before {
  display: none !important;
}
.main_news .slick-arrow:hover {
  opacity: 1;
}
.main_news .slick-prev {
  rotate: 180deg;
}
.main_news .slick-next {
  left: 60px;
}

.main_block {
  position: relative;
  padding-top: clamp(80px, 11.25vw, 180px);
}
.main_block .main_block__bg {
  display: block;
  position: absolute;
  max-width: 108px;
  width: 6.75%;
  min-width: 72px;
  z-index: -1;
}
@media screen and (min-width: 829px) {
  .main_block .main_block__bg {
    top: 87px;
    left: 34.6875%;
  }
}
@media screen and (max-width: 828px) {
  .main_block .main_block__bg {
    top: 64px;
    right: 120px;
  }
}
@media screen and (max-width: 450px) {
  .main_block .main_block__bg {
    right: 2.6666666667%;
  }
}
.main_block .main_block__icon {
  display: block;
  position: absolute;
  top: 265px;
  max-width: 170px;
  width: 10.625%;
  min-width: 113px;
  z-index: -1;
}
@media screen and (min-width: 829px) {
  .main_block .main_block__icon {
    left: 3%;
  }
}
@media screen and (max-width: 828px) {
  .main_block .main_block__icon {
    left: 120px;
  }
}
@media screen and (max-width: 450px) {
  .main_block .main_block__icon {
    left: 1.6%;
  }
}
@media screen and (min-width: 829px) {
  .main_block .main_block__side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 89px;
  }
}
.main_block .main_block__info {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .main_block .main_block__info {
    max-width: 362px;
  }
}
@media screen and (max-width: 828px) {
  .main_block .main_block__info {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
.main_block .main_block__image {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_block .main_block__lead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(72px, 5.5vw, 88px);
  gap: 12px;
}
.main_block .main_block__txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: clamp(2.3rem, 1.935483871vw, 2.4rem);
  border-right: 1px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.2em;
  line-height: 2.25;
}
.main_block .main_block__text {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  letter-spacing: 0.02em;
}
.main_block .main_block__ico {
  display: block;
  width: 100%;
  height: auto;
  margin-top: clamp(17px, 1.6875vw, 27px);
  margin-left: auto;
}
@media screen and (min-width: 829px) {
  .main_block .main_block__ico {
    margin-right: -60px;
    max-width: 191px;
  }
}
@media screen and (max-width: 828px) {
  .main_block .main_block__ico {
    margin-right: 24px;
    max-width: 128px;
  }
}

.main_company {
  margin-top: clamp(60px, 4.25vw, 68px);
}
.main_company .main_company__image {
  display: block;
  width: 100%;
  height: auto;
  translate: 0 1px;
}

.main_facility {
  position: relative;
  background-color: #F4F3E1;
  padding-top: clamp(60px, 5.9375vw, 95px);
  padding-bottom: clamp(60px, 7.5vw, 120px);
}
.main_facility .main_facility__icon {
  position: absolute;
  top: 0;
  left: 8.75%;
  max-width: 180px;
  width: 11.25%;
  min-width: 116px;
}
.main_facility .main_facility__card {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-rows: repeat(1, 1fr);
  gap: 64px 42px;
}
@media screen and (min-width: 829px) {
  .main_facility .main_facility__card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 828px) {
  .main_facility .main_facility__card {
    max-width: 500px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 829px) {
  .main_facility .main_facility__link:nth-child(odd) {
    margin-top: 78px;
  }
}
.main_facility .main_facility__link img {
  pointer-events: none;
}
.main_facility .main_facility__pic {
  display: block;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.main_facility .main_facility__inner {
  text-align: center;
}
.main_facility .main_facility__catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.main_facility .main_facility__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 30px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: clip;
  background-color: #69BA4F;
}
.main_facility .main_facility__ico .image {
  display: block;
  width: 6px;
  height: auto;
}
.main_facility .main_facility__txt {
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  line-height: 3;
  -webkit-text-decoration: underline dashed #222;
          text-decoration: underline dashed #222;
  text-underline-offset: 10px;
}
.main_facility .main_facility__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3) * (0.5em - 1px));
}
.main_facility .main_facility__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3) * 0.5em);
}
.main_facility .main_facility__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.main_facility .main_facility__caption {
  display: block;
  font-size: clamp(1.3rem, 1.1290322581vw, 1.4rem);
  line-height: 2;
  background-image: -webkit-linear-gradient(left, #222, #222 1px, transparent 1px, transparent 4px);
  background-image: linear-gradient(to right, #222, #222 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding-bottom: 4px;
}
.main_facility .main_facility__map {
  display: block;
  margin-top: clamp(35px, 4.75vw, 76px);
}
@media screen and (min-width: 829px) {
  .main_facility .more_btn {
    margin-top: 0;
    position: absolute;
    top: 16px;
    right: 20px;
  }
}

.main_facility__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(48px, 3.5vw, 56px);
}
@media screen and (max-width: 828px) {
  .main_facility__headline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main_facility__headline .head_side {
  margin-bottom: 0;
}
.main_facility__headline .more_btn {
  margin-top: 0;
}

.main_map {
  margin-top: clamp(48px, 7.5vw, 120px);
  padding: 56px;
  background: #FBFBFB;
  border-radius: 20px;
}
@media screen and (max-width: 828px) {
  .main_map {
    margin: 48px -40px 0;
    padding: 40px 30px 48px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 500px) {
  .main_map {
    margin: 48px -20px 0;
  }
}

.main_map__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
@media screen and (max-width: 828px) {
  .main_map__columns {
    display: block;
  }
}

.main_map__content {
  -webkit-flex-basis: 280px;
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
}
@media screen and (max-width: 828px) {
  .main_map__content {
    display: block;
    max-width: 280px;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .main_map__content {
    max-width: 260px;
  }
}

.main_map__map {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_map__map img {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 828px) {
  .main_map__map {
    margin-top: 32px;
  }
}

.main_map__headline {
  display: block;
  margin-bottom: 24px;
}

.main_guide {
  padding-bottom: clamp(64px, 7.5vw, 120px);
  background: #F4F3E1;
}

.main_guide__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 828px) {
  .main_guide__headline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main_guide__headline .head_side {
  margin-bottom: 0;
}
.main_guide__headline .more_btn {
  margin-top: 0;
}
@media screen and (max-width: 828px) {
  .main_guide__headline .more_btn {
    display: none;
  }
}

.main_guide__readline {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #222222;
  margin-bottom: clamp(32px, 3vw, 48px);
}

.main_guide__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  margin-top: clamp(32px, 3.5vw, 56px);
}
@media screen and (max-width: 828px) {
  .main_guide__columns {
    display: block;
  }
  .main_guide__columns .cm_banner + .cm_banner {
    margin-top: 26px;
  }
}
@media screen and (max-width: 500px) {
  .main_guide__columns .cm_banner__head br {
    display: block;
  }
}

.main_equipment {
  position: relative;
  background-color: #F4F3E1;
  padding-bottom: clamp(60px, 6.625vw, 106px);
}
.main_equipment .main_equipment__icon {
  display: block;
  position: absolute;
  top: 0;
  max-width: 194px;
  width: 12.125%;
  min-width: 100px;
  translate: 0 -50%;
}
@media screen and (min-width: 829px) {
  .main_equipment .main_equipment__icon {
    right: 22.25%;
  }
}
@media screen and (max-width: 828px) {
  .main_equipment .main_equipment__icon {
    right: 40px;
  }
}
.main_equipment .main_equipment__list {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  gap: 30px 54px;
}
@media screen and (min-width: 829px) {
  .main_equipment .main_equipment__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 828px) {
  .main_equipment .main_equipment__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main_equipment .main_equipment__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 829px) {
  .main_equipment .main_equipment__tab {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (max-width: 828px) {
  .main_equipment .main_equipment__tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.main_equipment .main_equipment__data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main_equipment .main_equipment__ico {
  display: block;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (min-width: 829px) {
  .main_equipment .main_equipment__ico {
    width: 84px;
  }
}
@media screen and (max-width: 828px) {
  .main_equipment .main_equipment__ico {
    width: 72px;
  }
}
.main_equipment .main_equipment__lead {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: clamp(4px, 0.5vw, 8px);
}
.main_equipment .main_equipment__txt {
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.main_equipment .main_equipment__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * (0.5em - 1px));
}
.main_equipment .main_equipment__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.main_equipment .main_equipment__slider {
  margin-top: clamp(60px, 7.5vw, 120px);
}
.main_equipment .main_equipment__slide {
  margin: 0 3px;
}
.main_equipment .main_equipment__block {
  position: relative;
}
.main_equipment .main_equipment__img {
  display: block;
  position: absolute;
  top: 0;
  right: 7.0625%;
  max-width: 125px;
  width: 7.8125%;
  min-width: 60px;
  z-index: 1;
  translate: 0 -82.4817518248%;
}

.action_read .char {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: pre;
}

.action_read.action .char {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lower_block {
  padding-top: clamp(80px, 10vw, 160px);
  padding-bottom: clamp(80px, 9.5vw, 152px);
  background-color: #F4F3E1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guide_block__headline {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.guide_block__data {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
}
.guide_block__data + .guide_block__data {
  margin-top: 1em;
}

.guide_block__label,
.guide_block__caption {
  font-size: inherit;
  font-weight: inherit;
}

.txt_accent {
  color: #f00;
}

.block_empty {
  position: relative;
  overflow: clip;
  background-image: url("../images/common/line.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.contact .contact_block {
  text-align: center;
}
.contact .contact_block h2 {
  display: inline-block;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 3;
  border-bottom: 1px dotted #222;
  padding-left: clamp(10px, 0.75vw, 12px);
  padding-right: clamp(10px, 0.75vw, 12px);
  padding-bottom: clamp(10px, 1vw, 16px);
  margin-bottom: clamp(24px, 3vw, 48px);
  background-origin: border-box;
}
.contact .contact_block h2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3) * (0.5em - 1px));
}
.contact .contact_block h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3) * 0.5em);
}
.contact .contact_block p {
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.contact .contact_block p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.contact .contact_block p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.contact_label {
  display: block;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: clamp(16px, 1.125vw, 18px);
}

.contact_tel {
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(24px, 7.5vw, 120px);
  padding-right: clamp(24px, 7.5vw, 120px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  background-color: #fff;
  border-radius: 20px 0px 0px 0px;
  overflow: clip;
  margin-bottom: clamp(60px, 8vw, 128px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  text-align: center;
}
.contact_tel .contact_tel__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px 24px;
}
.contact_tel .contact_tel__txt {
  display: inline-block;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  line-height: 3;
}
.contact_tel .contact_tel__txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 3) * (0.5em - 1px));
}
.contact_tel .contact_tel__txt::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 3) * 0.5em);
}
.contact_tel .contact_tel__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: clamp(2.4rem, 2.9032258065vw, 3.6rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  line-height: 1;
}
.contact_tel .contact_tel__num::before {
  content: "";
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  display: block;
  background-image: url("../images/common/ico_tel.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.contact_tel .contact_tel__time {
  display: block;
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 2;
}

.policy .policy_wrap + .policy_wrap {
  margin-top: clamp(32px, 3.375vw, 54px);
}
.policy .policy_lead {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 5px;
}
.found {
  padding-top: clamp(60px, 11.25vw, 180px);
}
.found .found_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.found .found_caption {
  display: block;
  font-size: clamp(3.6rem, 5.8064516129vw, 7.2rem);
  line-height: 1.1111111111;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  color: #69BA4F;
}
.found .found_caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1111111111) * (0.5em - 1px));
}
.found .found_caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1111111111) * 0.5em);
}
.found .found_lead {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}
.found .found_menu {
  margin-top: clamp(40px, 3.75vw, 60px);
}
.found .found_menu ul ul {
  display: none !important;
}
.found .found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .found .found_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px 0;
    margin: auto;
  }
  .found .found_menu li {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .found .found_menu li + li {
    border-left: 1px solid #222;
  }
}
@media screen and (max-width: 828px) {
  .found .found_menu li {
    border-bottom: 1px solid #222;
  }
  .found .found_menu a {
    padding: 1em 0;
  }
}

.post_card {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 451px) and (min-width: 829px) {
  .post_card {
    grid-template-columns: repeat(3, 1fr);
    gap: 82px 44px;
  }
}
@media screen and (min-width: 451px) and (max-width: 828px) {
  .post_card {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media screen and (max-width: 450px) {
  .post_card {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.post_card .post_card__link {
  display: block;
}
.post_card .post_card__link:hover {
  opacity: 1;
}
.post_card .post_card__link:hover .post_card__pic img {
  scale: 1.1;
}
.post_card .post_card__images {
  position: relative;
  padding-top: clamp(8px, 0.625vw, 10px);
  overflow: clip;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.post_card .post_card__time {
  position: absolute;
  top: 0;
  left: 4.0540540541%;
  background-color: #000;
  color: #fff;
  border-radius: 0 0 15px 0;
  overflow: clip;
  z-index: 1;
  width: 70px;
  height: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.post_card .post_card__month,
.post_card .post_card__year {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 700;
  letter-spacing: 2px;
}
.post_card .post_card__month {
  font-size: clamp(1.1rem, 1.0483870968vw, 1.3rem);
  text-transform: uppercase;
}
.post_card .post_card__date {
  font-size: clamp(2.7rem, 2.5806451613vw, 3.2rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 0;
}
.post_card .post_card__year {
  font-size: clamp(1.1rem, 1.0483870968vw, 1.3rem);
}
.post_card .post_card__pic {
  aspect-ratio: 370/258;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: clip;
  background-color: #ddd;
}
.post_card .post_card__pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
}
@media screen and (min-width: 829px) {
  .post_card .post_card__pic img {
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }
}
@media screen and (max-width: 828px) {
  .post_card .post_card__pic img {
    -webkit-transition: all 0ms;
    transition: all 0ms;
  }
}
.post_card .post_card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.post_card .post_card__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1rem;
  border-radius: 50px;
  overflow: clip;
  box-sizing: border-box;
  height: 23px;
  line-height: 1;
}
.post_card .post_card__new {
  background-color: #FBA0A5;
  border: 1px solid #FBA0A5;
  color: #fff;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 600;
}
.post_card .post_card__cat {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.post_card .post_card__lead {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
.post_card .post_card__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7142857143) * (0.5em - 1px));
}
.post_card .post_card__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7142857143) * 0.5em);
}

.single_block {
  max-width: 1000px;
}
.single_block .single_block__head {
  margin-bottom: clamp(24px, 2.5vw, 40px);
}
.single_block .single_block__time {
  display: block;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 600;
  color: #69BA4F;
  letter-spacing: 0.02em;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}
.single_block .single_block__lead {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
  line-height: 1.5;
}
.single_block .single_block__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.single_block .single_block__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.single_block .single_block__inner a {
  display: inline;
  text-decoration: underline;
  color: #69BA4F;
}
.single_block .single_block__image {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin-top: clamp(32px, 7vw, 112px);
  border-radius: 10px;
  overflow: clip;
}
.single_block .single_block__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.single_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  margin-top: clamp(40px, 6.5vw, 104px);
  padding-top: clamp(24px, 3vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .single_nav {
    padding-left: clamp(24px, 2vw, 32px);
    padding-right: clamp(24px, 2vw, 32px);
  }
}
.single_nav a {
  font-weight: 500;
}
.single_nav a:hover {
  opacity: 1;
  color: #69BA4F;
}
.single_nav .single_nav__move {
  min-width: 56px;
}
.single_nav .single_nav__move a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  min-width: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single_nav .single_nav__move a:hover path {
  fill: #0c1c89;
}
.single_nav .single_nav__text {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
  font-weight: 500;
}
.single_nav .single_nav__arrow {
  font-size: clamp(1.2rem, 1.0483870968vw, 1.3rem);
  font-family: "Zen Kaku Gothic Antique", "Kumbh Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}/*# sourceMappingURL=customize.css.map */