@charset "UTF-8";
/* ↓以下の階層に標準的なscssが格納されています。 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
/* インデント調整 */
/* センター寄せのインデント調整 */
/* 動作の時間（1001px以上の時,1000px以下の時） */
.c_pagenavi .previouspostslink:hover::after,
.c_pagenavi .nextpostslink:hover::after, .c_banner__ico, .c_mv__ico {
  -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%);
}

.p_main__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(6386%) hue-rotate(347deg) brightness(89%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(9%) sepia(87%) saturate(6386%) hue-rotate(347deg) brightness(89%) contrast(106%);
}

.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: 400;
}

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

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
@-webkit-keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes image_sldier {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@keyframes sldier_x {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: -50% 0;
  }
}
@-webkit-keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
@keyframes sldier_y {
  0% {
    translate: 0 0%;
  }
  100% {
    translate: 0 -50%;
  }
}
:root {
  font-size: 16px;
}

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

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  -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;
    font-weight: 500;
  }
}
@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;
  }
}

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

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

p,
a,
span,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: unset;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  a {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
a:hover {
  opacity: 0.7;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 1001px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

img,
figure,
picture {
  margin: unset;
  margin: 0;
  padding: 0;
  border: none;
}

figure,
picture {
  display: block;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

/* ▽▽▽▽ table ▽▽▽▽ */
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 {
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  th,
  td {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  th,
  td {
    display: block;
  }
}

@media screen and (min-width: 1001px) {
  th {
    width: 200px;
    border-bottom: 1px solid #ccc;
    background-color: #F3F4F4;
  }
}
@media screen and (max-width: 1000px) {
  th {
    padding-left: 1em;
    padding-right: 1em;
  }
  tr + tr th {
    padding-top: 1em;
  }
}

@media screen and (min-width: 1001px) {
  td {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 1000px) {
  td {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

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

.swipe {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .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-color: rgba(221, 221, 221, 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;
  }
}

/* ▽▽▽▽ container ▽▽▽▽ */
.container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-right {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-right {
    margin-left: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-right {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.over-left {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1221px) {
  .over-left {
    margin-right: calc((100vw - 1210px) / 2);
  }
}
@media screen and (max-width: 1220px) {
  .over-left {
    max-width: 1240px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .over-left {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* △△△△ container △△△△ */
/* ▽▽▽▽ lazy ▽▽▽▽ */
.lazy {
  opacity: 0;
  position: relative;
  translate: 0 50px;
}

.lazy_show {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ lazy △△△△ */
/* ▽▽▽▽ blur ▽▽▽▽ */
.blur {
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.blur_show {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* △△△△ blur △△△△ */
/* ▽▽▽▽追従▽▽▽▽ */
@media screen and (min-width: 1001px) {
  .c_following__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1025px) {
  .c_following__contents {
    gap: 86px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .c_following__contents {
    gap: 56px;
  }
}
@media screen and (min-width: 1001px) {
  .c_following__side {
    position: sticky;
    top: 100px;
    left: 0;
    width: 200px;
  }
  .c_following__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c_anchor__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  border-radius: 6px;
  overflow: clip;
  background-color: #F3F4F4;
}
@media screen and (max-width: 1000px) {
  .c_anchor__list {
    margin-bottom: 56px;
  }
}

.c_anchor__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.c_anchor__btn::before {
  content: "";
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
  background-color: #C1001B;
  border-radius: 10px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_anchor__btn {
    opacity: 0.3;
  }
  .c_anchor__btn.c_anchor__active, .c_anchor__btn:hover {
    opacity: 1;
  }
}

.c_anchor__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}

.c_anchor__block + .c_anchor__block {
  margin-top: clamp(40px, 4vw, 64px);
  padding-top: clamp(40px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #F3F4F4;
}

/* △△△△追従△△△△ */
.c_header__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-left: clamp(16px, 4vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__block {
    display: block;
  }
}

.c_header__logo {
  display: block;
  padding-top: clamp(16px, 2vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .c_header__logo br {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .c_header__logo br {
    display: block !important;
  }
}

@media screen and (min-width: 1001px) {
  .c_header__link {
    display: block;
    max-width: 217px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c_header__image {
  display: block;
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .c_header__image {
    max-width: 200px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_header__image {
    max-width: 115px;
  }
}

.c_header__caption {
  display: block;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 700;
  color: #0156AA;
  line-height: 1.2;
}
.c_header__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * (0.5em - 1px));
}
.c_header__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
@media screen and (min-width: 1001px) {
  .c_header__caption {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__caption {
    text-align: left;
  }
}

@media screen and (min-width: 1001px) {
  .c_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__menu {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: 100dvh;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: scroll;
    clip-path: inset(0 0% 0% 100%);
    -webkit-transition-property: all;
    transition-property: all;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .c_header__menu {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__menu.c_header__active {
    clip-path: inset(0 0% 0% 0%);
  }
}

@media screen and (min-width: 1001px) {
  .c_header__nav {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c_header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 32px;
  }
}
.c_header__nav a {
  font-weight: 700;
}
.c_header__nav .sub-menu,
.c_header__nav .children {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .c_header__nav li {
    border-bottom: 1px solid #fff;
  }
  .c_header__nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__active .c_header__line {
  opacity: 0;
}

.c_header__trigger {
  position: fixed;
  top: 21px;
  right: 20px;
  background-color: #0156AA;
  width: 44px;
  height: 40px;
  border-radius: 4px;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
  z-index: 10;
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__trigger {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (min-width: 1001px) {
  .c_header__trigger {
    display: none !important;
  }
}
.c_header__trigger::before, .c_header__trigger::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_header__trigger::before {
  translate: -50% calc(-50% - 7px);
}
.c_header__trigger::after {
  translate: -50% calc(-50% + 7px);
}
.c_header__trigger.c_header__active::before, .c_header__trigger.c_header__active::after {
  translate: -50% -50%;
}
.c_header__trigger.c_header__active::before {
  rotate: -30deg;
}
.c_header__trigger.c_header__active::after {
  rotate: 30deg;
}

.c_header__tel {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .c_header__tel {
    color: #0156AA !important;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__tel {
    color: #fff !important;
    padding: 0 !important;
  }
}

.c_header__unit {
  font-size: 0.6666666667em;
  line-height: inherit;
}

.c_header__num {
  font-size: inherit;
  line-height: inherit;
}

.c_header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
@media screen and (min-width: 1001px) {
  .c_header__item {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_header__time {
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
}

.c_header__btn {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0156AA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}
@media screen and (min-width: 1001px) {
  .c_header__btn {
    border-bottom-left-radius: 6px;
    overflow: clip;
    min-width: 215px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .c_header__btn {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.c_mv {
  position: relative;
  display: block;
  padding-top: clamp(100px, 12.5vw, 200px);
}
.c_mv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.c_mv__head {
  position: relative;
  z-index: 1;
}

.c_mv__label {
  font-size: clamp(1.75rem, 5.6vw, 3.5rem);
  font-weight: 700;
}
.c_mv__label br {
  display: block;
}

.c_mv__text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-top: clamp(20px, 1.5vw, 24px);
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .c_mv__image {
    position: absolute;
    z-index: 0;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .c_mv__image1 {
    top: 484px;
    right: 67.1875vw;
    max-width: 308px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .c_mv__image1 {
    top: 30.25vw;
    left: 21.6875vw;
    max-width: 19.25vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .c_mv__image2 {
    top: 172px;
    right: 73.8125vw;
    max-width: 199px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .c_mv__image2 {
    top: 10.75vw;
    left: 67.1875vw;
    max-width: 12.4375vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .c_mv__image3 {
    top: 466px;
    right: 18.8125vw;
    max-width: 224px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .c_mv__image3 {
    top: 29.125vw;
    right: 301px;
    max-width: 14vw;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .c_mv__image4 {
    top: 174px;
    left: 70.25vw;
    max-width: 173px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .c_mv__image4 {
    top: 10.875vw;
    right: 73.8125vw;
    max-width: 10.8125vw;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__image {
    mix-blend-mode: multiply;
  }
}
@media screen and (max-width: 1024px) {
  .c_mv__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3px;
    margin-top: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 501px) {
  .c_mv__images {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.c_mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 300px;
  width: 100%;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  padding-top: clamp(14px, 1.125vw, 18px);
  padding-bottom: clamp(14px, 1.1875vw, 19px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  overflow: clip;
  margin-top: clamp(44px, 4vw, 64px);
  margin-left: auto;
  margin-right: auto;
  background-color: #C1001B;
}

.c_mv__ico {
  display: block;
  max-width: 20px;
}

.c_mv__caption {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
}

.c_kv {
  display: block;
  padding-top: clamp(100px, 24.8vw, 248px);
}
.c_kv img {
  display: block;
  max-width: 100%;
}

.c_kv__caption {
  display: block;
  font-size: clamp(3rem, 8vw, 5rem);
  color: #0156AA;
}
@media screen and (min-width: 1001px) {
  .c_kv__caption {
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1000px) {
  .c_kv__caption {
    line-height: 1.2em;
  }
}

.c_kv__lead {
  position: relative;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
}
.c_kv__lead::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #C1001B;
  width: 10px;
  height: auto;
  border-radius: 10px;
  overflow: clip;
}

.c_bread {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-top: clamp(32px, 3vw, 48px);
  margin-bottom: clamp(60px, 5.5vw, 88px);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .c_bread {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .c_bread {
    -webkit-line-clamp: 2;
  }
}
.c_bread span,
.c_bread a {
  font-size: inherit;
  color: inherit;
}
.c_bread a {
  text-decoration: underline;
}
.c_bread a:hover {
  opacity: 1;
  color: #0156AA;
}
.error404 .c_bread {
  margin-top: clamp(100px, 15.5vw, 248px);
}

.c_cta {
  padding-top: clamp(40px, 4vw, 64px);
  padding-bottom: clamp(40px, 4vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F4F4;
}

.c_cta__head {
  margin-bottom: clamp(32px, 3.5vw, 56px);
}

.c_cta__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c_cta__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  line-height: 1;
}

.c_cta__unit {
  text-transform: capitalize;
  font-size: 0.8em;
  line-height: inherit;
}

.c_cta__num {
  font-size: inherit;
  line-height: inherit;
}

.c_cta__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_cta__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c_cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #fff;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  overflow: clip;
  width: 240px;
}

.c_cta__btn___label {
  display: inline-block;
  font-size: inherit;
}

.c_footer {
  position: relative;
  margin-top: clamp(120px, 10vw, 160px);
  padding-bottom: clamp(147px, 16.7vw, 167px);
  background-color: #F3F4F4;
}
@media screen and (min-width: 1001px) {
  .c_footer {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1001px) {
  .c_footer__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1001px) {
  .c_footer__menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__menu {
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 1000px) {
  .c_footer__nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 501px) {
  .c_footer__nav {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 500px) {
  .c_footer__nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c_footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .c_footer__nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 32px 24px;
  }
}
.c_footer__nav ul a {
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .c_footer__nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .c_footer__nav li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .c_footer__nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .c_footer__nav a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c_footer__nav .sub-menu,
.c_footer__nav .children {
  display: none !important;
}

.c_footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 34px;
}
@media screen and (min-width: 1001px) {
  .c_footer__links {
    margin-top: clamp(32px, 2.3125vw, 37px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1000px) {
  .c_footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.c_footer___btn {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #0156AA;
  padding-top: clamp(14px, 1.375vw, 22px);
  padding-bottom: clamp(14px, 1.375vw, 22px);
  width: 100%;
  min-width: 264px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 6px;
  overflow: clip;
  font-weight: 700;
}
@media screen and (min-width: 501px) {
  .c_footer___btn {
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .c_footer___btn {
    max-width: 264px;
  }
}

.c_footer__tel {
  color: #0156AA !important;
  font-weight: 700;
  font-size: 24px;
}

.c_footer__unit {
  font-size: 0.6666666667em;
}

.c_footer__num {
  font-size: inherit;
}

.c_footer__time {
  display: block;
  font-size: 15px;
  line-height: 1.8;
}
.c_footer__time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.8) * (0.5em - 1px));
}
.c_footer__time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (max-width: 1000px) {
  .c_footer__time {
    word-break: keep-all;
  }
}

@media screen and (max-width: 1000px) {
  .c_footer__content {
    text-align: center;
  }
}
.c_footer__link {
  display: block;
  max-width: 234px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .c_footer__link {
    margin-left: auto;
    margin-right: auto;
  }
}

.c_footer__image {
  display: block;
}

.c_footer__copy {
  display: block;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  padding-top: clamp(15px, 1vw, 16px);
  padding-bottom: clamp(15px, 1vw, 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(16px, 1.5vw, 24px);
}

.c_banner {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding-top: clamp(8px, 1vw, 16px);
  padding-left: clamp(13px, 1.5vw, 24px);
  padding-bottom: clamp(8px, 1vw, 16px);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px 0px 0px 0px;
  max-width: calc(100% - 10px);
  z-index: 5;
}
@media screen and (min-width: 1001px) {
  .c_banner {
    padding-right: 92px;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner {
    padding-right: 42px;
  }
}

.c_banner__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  padding-top: clamp(10px, 1.125vw, 18px);
  padding-left: clamp(21px, 3.125vw, 50px);
  padding-right: 65px;
  padding-bottom: clamp(11px, 1.1875vw, 19px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  overflow: clip;
  background-color: #C1001B;
}
@media screen and (min-width: 1001px) {
  .c_banner__btn {
    gap: 21px;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__btn {
    gap: 10px;
  }
}

@media screen and (min-width: 1001px) {
  .c_banner__ico {
    width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__ico {
    width: 12px;
  }
}

.c_banner__caption {
  font-size: clamp(0.9375rem, 2.4vw, 1.5rem);
}

.c_banner__close {
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
  width: 40px;
  height: auto;
  border-radius: 40px;
  overflow: clip;
  background-color: #333;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .c_banner__close {
    right: 25px;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__close {
    right: 8px;
    translate: 0 -24px;
  }
}
.c_banner__close::before, .c_banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 18px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  overflow: clip;
}
.c_banner__close::before {
  rotate: 45deg;
}
.c_banner__close::after {
  rotate: -45deg;
}

.c_banner__mascot {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 1001px) {
  .c_banner__mascot {
    right: 61px;
    bottom: 13px;
    max-width: 93px;
  }
}
@media screen and (max-width: 1000px) {
  .c_banner__mascot {
    right: 47px;
    bottom: 8px;
    max-width: 63px;
  }
}

.c_address__block {
  display: block;
}

.c_address__address {
  display: inline-block;
  word-break: keep-all;
}

.c_address__tel,
.c_address__fax {
  text-transform: uppercase;
}

.c_address__time {
  word-break: keep-all;
}

/* ↓以下の階層にボタンやフォームのscssが格納されています。 */
.c_block__top {
  margin-top: clamp(80px, 7.5vw, 120px);
}

@media screen and (max-width: 500px) {
  .c_block__break {
    display: block;
  }
  .c_block__unset {
    display: none;
  }
}
.c_block__narrow {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 801px) {
  .c_block__narrow {
    max-width: 800px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 800px) {
  .c_block__narrow {
    max-width: 800px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1024px) {
  .c_block__narrow {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c_main__head {
  display: block;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #0156AA;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}

.c_main__lead {
  font-size: inherit;
  color: inherit;
  line-height: 1.5;
}
.c_main__lead::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.c_main__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c_caption {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 700;
  margin-bottom: clamp(20px, 1.5vw, 24px);
}

.c_caption__label {
  line-height: 2;
}
.c_caption__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_caption__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.c_text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1001px) {
  .c_text {
    line-height: 1.5625;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5625) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5625) * 0.5em);
  }
}
@media screen and (max-width: 1000px) {
  .c_text {
    line-height: 1.25;
  }
  .c_text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.25) * (0.5em - 1px));
  }
  .c_text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.25) * 0.5em);
  }
}

.c_text__center {
  text-align: center;
}

.c_text__left {
  text-align: left;
}

.c_text__right {
  text-align: right;
}

@media screen and (max-width: 500px) {
  .c_text__reset {
    text-align: unset;
  }
}
.c_text__time {
  display: block;
  font-size: clamp(0.8125rem, 1.6vw, 1rem);
}

.c_list__dotted {
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_list__dotted::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
  color: inherit;
  font-size: inherit;
}

.c_link__text {
  display: inline;
  font-size: inherit;
  text-decoration: underline;
}

.c_top {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_top__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}
.c_top__link:hover {
  opacity: 1;
  color: #0156AA;
}

.c_top__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  width: 24px;
  height: auto;
  background-color: #ddd;
  border-radius: 50px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_top__link:hover .c_top__ico {
  background-color: #0156AA;
}

.c_top__arrow {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: -90deg;
}

.c_top__text {
  font-size: inherit;
}

.c_more {
  margin-top: clamp(24px, 2vw, 32px);
}

.c_more__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.c_image {
  overflow: clip;
}

.c_image__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_sldier linear 5000ms infinite;
          animation: image_sldier linear 5000ms infinite;
}

.c_image__slide {
  display: block;
  background-color: #ddd;
  width: 400px;
  height: 320px;
  margin-left: 8px;
  margin-right: 8px;
}

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

@media screen and (min-width: 1001px) {
  .c_btn__start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c_btn__end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c_btn__link {
  position: relative;
  display: block;
  max-width: 240px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
  background-color: #C1001B;
  border-radius: 6px;
  overflow: clip;
}
.c_btn__link:hover {
  opacity: 1;
}

.c_btn__label {
  display: block;
  padding-top: clamp(10px, 0.75vw, 12px);
  padding-bottom: clamp(10px, 0.75vw, 12px);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
  font-weight: 700;
}

.c_btn__ico {
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  -webkit-transition: inherit;
  transition: inherit;
}
.c_btn__link:hover .c_btn__ico {
  right: 10px;
}

.c_btn__large {
  max-width: 400px;
}

/* 以下Wordpress/plugin用scss */
.c_wp__head {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.c_wp__label {
  font-size: inherit;
  line-height: 2;
  font-weight: inherit;
}
.c_wp__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.c_wp__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.c_wp__block p {
  word-break: break-word;
}

.c_pagelist {
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 1001px) {
  .c_pagelist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagelist li + li {
    border-top: 1px solid #ccc;
  }
}
.c_pagelist a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c_pagelist a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c_pagelist__nav {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  background-color: #F3F4F4;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c_pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  margin-top: clamp(56px, 4vw, 64px);
  padding-top: clamp(40px, 2.625vw, 42px);
  border-top: 1px solid #F3F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_pagenavi span,
.c_pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
  line-height: 1;
  font-weight: 700;
  border-radius: 32px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .c_pagenavi span,
  .c_pagenavi a {
    width: 24px;
  }
}
.c_pagenavi span.current, .c_pagenavi span:hover,
.c_pagenavi a.current,
.c_pagenavi a:hover {
  opacity: 1;
  color: #fff;
  background-color: #C1001B;
}
.c_pagenavi .previouspostslink,
.c_pagenavi .nextpostslink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent !important;
}
.c_pagenavi .previouspostslink::after,
.c_pagenavi .nextpostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  aspect-ratio: 6/12;
  width: 8px;
  height: auto;
  background-image: url("../images/common/pages.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_pagenavi .previouspostslink::after {
  rotate: -180deg;
}
.c_pagenavi .first,
.c_pagenavi .last,
.c_pagenavi .pages {
  display: none !important;
}

.c_single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #ddd;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  padding-top: clamp(32px, 2.5vw, 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: clamp(40px, 5vw, 80px);
}
.c_single__nav a {
  font-weight: 700;
}

.c_single__nav___move {
  max-width: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c_single__nav___move a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.mw_wp_form {
  margin-top: clamp(32px, 3.125vw, 50px);
  background-color: #F3F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form {
    padding-top: clamp(56px, 5vw, 80px);
    padding-left: clamp(40px, 6.25vw, 100px);
    padding-right: clamp(40px, 6.25vw, 100px);
    padding-bottom: clamp(56px, 5vw, 80px);
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form {
    padding-top: 56px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input small {
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form.mw_wp_form_input tr {
    display: block;
  }
  .mw_wp_form.mw_wp_form_input tr + tr {
    padding-top: 20px;
  }
  .mw_wp_form.mw_wp_form_input table table tr + tr {
    padding-top: unset;
  }
}
.mw_wp_form.mw_wp_form_complete {
  display: none !important;
}
.mw_wp_form table,
.mw_wp_form tbody,
.mw_wp_form tr,
.mw_wp_form th,
.mw_wp_form td {
  border: none;
  padding: 0;
  background-color: unset !important;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form table,
  .mw_wp_form tbody,
  .mw_wp_form tr,
  .mw_wp_form th,
  .mw_wp_form td {
    display: block;
    width: 100%;
  }
}
.mw_wp_form th {
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form th {
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
  }
}
.mw_wp_form th > span {
  position: absolute;
  display: block;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 0.9375em;
}
@media screen and (max-width: 1000px) {
  .mw_wp_form th > span {
    top: 50%;
    left: 0;
    width: 40px;
    line-height: 30px;
    translate: 0 -50%;
  }
}
.mw_wp_form th > span.required {
  background-color: #C50000;
}
.mw_wp_form th > span.any {
  background-color: #999999;
}
.mw_wp_form th small {
  display: block;
}
.mw_wp_form td th {
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form td th {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .mw_wp_form td th {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4375em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form input,
  .mw_wp_form textarea,
  .mw_wp_form select {
    padding: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .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: 501px) {
  .mw_wp_form input.var02,
  .mw_wp_form textarea.var02,
  .mw_wp_form select.var02 {
    max-width: 5em;
  }
}
@media screen and (max-width: 500px) {
  .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(0.875rem, 1.6vw, 1rem);
  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 #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form input[type*=file]::file-selector-button {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
}
.mw_wp_form .error {
  display: block;
  font-size: 15px;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: pink;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .mw_wp_form.mw_wp_form_input th,
  .mw_wp_form.mw_wp_form_input td {
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_input th {
    line-height: 57px;
  }
  .mw_wp_form.mw_wp_form_input th > span {
    top: 9px;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th,
  .mw_wp_form.mw_wp_form_confirm td, .mw_wp_form.mw_wp_form_preview th,
  .mw_wp_form.mw_wp_form_preview td {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm th > span, .mw_wp_form.mw_wp_form_preview th > span {
    top: 0;
    right: 56px;
    width: 60px;
    line-height: 40px;
  }
  .mw_wp_form.mw_wp_form_confirm td th,
  .mw_wp_form.mw_wp_form_confirm td td, .mw_wp_form.mw_wp_form_preview td th,
  .mw_wp_form.mw_wp_form_preview td td {
    padding-bottom: 10px;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:first-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:first-child td, .mw_wp_form.mw_wp_form_preview td tr:first-child th,
  .mw_wp_form.mw_wp_form_preview td tr:first-child td {
    padding-top: 0;
  }
  .mw_wp_form.mw_wp_form_confirm td tr:last-child th,
  .mw_wp_form.mw_wp_form_confirm td tr:last-child td, .mw_wp_form.mw_wp_form_preview td tr:last-child th,
  .mw_wp_form.mw_wp_form_preview td tr:last-child td {
    padding-bottom: 0;
  }
}

.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  background-image: url("../images/common/check.svg");
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .mwform-checkbox-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-checkbox-field-text {
    line-height: 32px;
  }
}
.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 #ccc;
}

.horizontal-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

.mwform-radio-field-text {
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (min-width: 1001px) {
  .mwform-radio-field-text {
    line-height: 57px;
  }
}
@media screen and (max-width: 1000px) {
  .mwform-radio-field-text {
    line-height: 32px;
  }
}
.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 #ccc;
  border-radius: 50%;
}
.mwform-radio-field-text::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  translate: 0 -50%;
  aspect-ratio: 1/1;
  width: 16px;
  background-color: #C50000;
  border-radius: 50%;
  opacity: 0;
}

.file-text {
  display: block;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 1.6;
  word-break: break-all;
}
.file-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * (0.5em - 1px));
}
.file-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

@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);
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 2;
}
.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: unset;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .form-agree {
    text-align: center;
  }
}

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

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(24px, 2vw, 32px);
}
.form-btns a,
.form-btns [type=submit] {
  max-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  padding: 1.25em;
  color: #fff;
  background-image: url("../images/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: right 16px center;
  background-color: #C1001B;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  border-radius: 6px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .form-btns a,
  .form-btns [type=submit] {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.form-btns a:hover,
.form-btns [type=submit]:hover {
  opacity: 1;
  background-position: right 10px center;
}

.ui-datepicker {
  font-size: 13px !important;
}
.ui-datepicker span,
.ui-datepicker a,
.ui-datepicker th,
.ui-datepicker td {
  font-size: inherit !important;
}
.ui-datepicker th,
.ui-datepicker td {
  display: table-cell !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
}

/* ↓以下の階層に固定ページ等のscssが格納されています。 */
.p_main {
  position: relative;
  padding-bottom: clamp(80px, 9.375vw, 150px);
  overflow: clip;
}
.p_main::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0156AA;
  z-index: -2;
}
.p_main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-height: 685px;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 1025px) {
  .p_main::after {
    background-image: url("../images/page/mv_mask.webp");
  }
}
@media screen and (max-width: 1024px) {
  .p_main::after {
    height: 50%;
    background-image: url("../images/page/sv_mask.webp");
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) {
  .p_main::after {
    height: 600px;
  }
}
@media screen and (max-width: 500px) {
  .p_main::after {
    height: 460px;
  }
}

.p_main__contents {
  padding-top: clamp(120px, 26vw, 260px);
}

.p_main__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: 40px 56px;
}
@media screen and (min-width: 1001px) {
  .p_main__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .p_main__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.p_main__card {
  position: relative;
}
.p_main__card:hover {
  opacity: 1;
}

.p_main__pic {
  display: block;
}
@media screen and (max-width: 1000px) {
  .p_main__pic {
    position: relative;
  }
}

.p_main__image {
  position: relative;
  border-radius: 6px;
  overflow: clip;
}
@media screen and (min-width: 1001px) {
  .p_main__image {
    height: 268px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__image {
    height: 224px;
  }
}
.p_main__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_main__image img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__image img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_main__card:hover .p_main__image img {
  scale: 1.1;
}

.p_main__head {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_main__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
}
.p_main__label::before {
  content: "";
  aspect-ratio: 1/1;
  width: 10px;
  height: auto;
  background-color: #C1001B;
  border-radius: 10px;
  overflow: clip;
}

.p_main__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #0156AA;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 32px;
  border-top-right-radius: 6px;
  overflow: clip;
}

.p_main__ico {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 6px;
  overflow: clip;
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1001px) {
  .p_main__ico {
    width: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__ico {
    width: 50px;
  }
}

.p_main__arrow {
  display: block;
  height: auto;
}
@media screen and (min-width: 1001px) {
  .p_main__arrow {
    width: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__arrow {
    width: 18px;
  }
}

.p_main__text {
  display: block;
  color: #fff;
  margin-top: 23px;
}
@media screen and (min-width: 1001px) {
  .p_main__text {
    padding-right: 100px;
  }
}

.p_main__guide {
  display: block;
  padding-top: clamp(64px, 7.125vw, 114px);
  padding-bottom: clamp(96px, 6.3125vw, 101px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 501px) {
  .p_main__guide {
    background-image: url("../images/page/bg_home__pc.webp");
  }
}
@media screen and (max-width: 500px) {
  .p_main__guide {
    background-image: url("../images/page/bg_home__sp.webp");
  }
}
.p_main__guide .c_btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p_main__guide___block {
  max-width: 473px;
}

/* お知らせ */
.p_main__news {
  display: block;
  padding-top: clamp(80px, 6.5vw, 104px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 501px) {
  .p_main__news___card {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 32px 40px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_main__news___card {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_main__news___card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 501px) {
  .p_main__news___link {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .p_main__news___link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_main__news___link + .p_main__news___link {
    margin-top: 16px;
  }
}
@media (hover: hover) {
  .p_main__news___link:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .p_main__news___link {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .p_main__news___link:active {
    opacity: 1;
  }
}

.p_main__news___pic {
  display: block;
  aspect-ratio: 270/203;
  border-radius: 6px;
  overflow: clip;
  background-color: #C4C4C4;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 501px) {
  .p_main__news___pic {
    margin-bottom: clamp(10px, 1vw, 16px);
  }
}
@media screen and (max-width: 500px) {
  .p_main__news___pic {
    max-width: 160px;
  }
}
.p_main__news___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-property: all;
  transition-property: all;
  scale: 1;
}
@media screen and (min-width: 1001px) {
  .p_main__news___pic img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_main__news___pic img {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_main__news___link:hover .p_main__news___pic img {
  scale: 1.1;
}

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

.p_main__news___time {
  display: block;
  color: #999999;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p_main__news___time::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * (0.5em - 1px));
}
.p_main__news___time::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.p_main__news___caption {
  font-size: 15px;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_main__news___caption {
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 500px) {
  .p_main__news___caption {
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 1001px) {
  .p_about__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
.p_about__side + .p_about__side {
  margin-top: 56px;
}

.p_about__pic {
  display: block;
  border-radius: 6px;
  overflow: clip;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_about__pic {
    max-width: 344px;
    width: 38.2222222222%;
    min-width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .p_about__pic {
    max-width: 500px;
    width: 100%;
  }
}

.p_about__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  .p_about__inner {
    margin-top: 40px;
  }
}

.p_about__image {
  display: block;
  margin-top: clamp(24px, 2.5vw, 40px);
}

.p_faq__block + .p_faq__block {
  margin-top: 24px;
}

.p_faq__data {
  background-color: #F3F4F4;
  padding-top: clamp(32px, 2.5vw, 40px);
  padding-left: clamp(24px, 2.5vw, 40px);
  padding-right: clamp(24px, 2.5vw, 40px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
  border-radius: 6px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #0156AA;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 16px);
}
@media screen and (min-width: 501px) {
  .p_faq__title {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_faq__title {
    gap: 16px;
  }
}
.p_faq__title::before {
  content: "Q.";
}

.p_faq__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: inherit;
  color: inherit;
}

.p_faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 501px) {
  .p_faq__inner {
    gap: 26px;
  }
}
@media screen and (max-width: 500px) {
  .p_faq__inner {
    gap: 18px;
  }
}
.p_faq__inner::before {
  content: "A.";
  font-weight: 700;
  font-size: 16px;
  color: #C1001B;
}

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

.p_guide + .p_guide {
  margin-top: clamp(100px, 8.125vw, 130px);
}

@media screen and (min-width: 1001px) {
  .p_guide__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}
.p_guide__side + .p_guide__side {
  margin-top: clamp(56px, 4vw, 64px);
  padding-top: clamp(56px, 4vw, 64px);
  border-top: 1px solid #F3F4F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p_guide__pic {
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_guide__pic {
    width: 40%;
    min-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .p_guide__pic {
    width: 100%;
    margin-bottom: 40px;
  }
}

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

.p_guide__block {
  padding-top: clamp(32px, 3.5vw, 56px);
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
  padding-bottom: clamp(32px, 3.5vw, 56px);
  border-radius: 6px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F4F4;
}

.p_guide__head {
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_guide__label {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.p_guide__caption {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
}

.p_guide__tel {
  color: #0156AA !important;
  font-weight: 700;
  font-size: 24px !important;
}

.p_guide__unit {
  font-size: 0.6666666667em;
}

.p_guide__num {
  font-size: inherit;
}

.p_guide__time {
  display: block;
}

.p_contact__list {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 5vw, 80px);
  margin-bottom: clamp(40px, 5vw, 80px);
}
@media screen and (min-width: 501px) {
  .p_contact__list {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__list {
    gap: 8px;
  }
}

.p_contact__tab {
  position: relative;
  max-width: 296px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0156AA;
  border-radius: 6px;
  overflow: clip;
  font-weight: 700;
  padding-top: 0.625em;
  padding-bottom: 0.8125em;
}
.p_contact__tab::before {
  counter-increment: num;
  content: counter(num) ".";
  color: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 1001px) {
  .p_contact__tab::before {
    position: absolute;
    top: 50%;
    left: 16px;
    translate: 0 -50%;
  }
}

.p_contact__active {
  color: #fff;
  background-color: #0156AA;
}

.p_contact__line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #0156AA;
  outline: none;
  border: none;
}
@media screen and (min-width: 501px) {
  .p_contact__line {
    max-width: 72px;
  }
}
@media screen and (max-width: 500px) {
  .p_contact__line {
    max-width: 32px;
  }
}

.p_contact__lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.p_policy__block + .p_policy__block {
  margin-top: clamp(40px, 3.5vw, 56px);
}

.p_policy__label {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 2;
  font-weight: 700;
  margin-bottom: clamp(8px, 0.625vw, 10px);
}
.p_policy__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_policy__text {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  line-height: 2;
}
.p_policy__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_policy__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_terms-and-conditions .c_wp__block h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  margin-bottom: clamp(10px, 1vw, 16px);
}

.wp-block-group {
  counter-reset: count;
}
.wp-block-group ol li {
  position: relative;
  padding-left: 2em;
}
.wp-block-group ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: count;
  content: counter(count) ".";
}

/* list型 */
.p_archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 24px;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.p_archive__link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  scale: 0 1;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p_archive__link:hover {
  opacity: 1;
}
.p_archive__link:hover::before {
  scale: 1 1;
}
.p_archive__tab + .p_archive__tab .p_archive__link {
  padding-top: 1em;
}

.p_archive__lead {
  font-size: inherit;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 501px) {
  .p_archive__lead {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 500px) {
  .p_archive__lead {
    -webkit-line-clamp: 1;
  }
}

/* flex型 */
.p_archive__side {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1001px) {
  .p_archive__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px 72px;
  }
}
.p_archive__side + .p_archive__side {
  margin-top: clamp(56px, 4vw, 64px);
  padding-top: clamp(56px, 4vw, 64px);
  border-top: 1px solid #F3F4F4;
}

.p_archive__side___pic {
  display: block;
  max-width: 400px;
  width: 100%;
  overflow: clip;
  -webkit-transition-property: all;
  transition-property: all;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
  background-color: #D9D9D9;
  border-radius: 6px;
  overflow: clip;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_archive__side___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_archive__side___pic:hover {
  opacity: 1;
}
.p_archive__side___pic:hover img {
  scale: 1.1;
}
@media screen and (min-width: 1001px) {
  .p_archive__side___pic {
    min-width: 320px;
  }
}
@media screen and (max-width: 1000px) {
  .p_archive__side___pic {
    margin-bottom: 40px;
  }
}

.p_archive__side___inner {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_archive__side___headline {
  margin-bottom: clamp(18px, 1.5vw, 24px);
}

.p_archive__side___time {
  display: block;
  color: #999999;
  margin-bottom: clamp(18px, 1.5vw, 24px);
}

.p_archive__side___lead {
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
}

.p_archive__side___link {
  display: inline-block;
  font-size: inherit;
}

/* grid型 */
.p_post__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) {
  .p_post__card {
    gap: 40px;
  }
}
@media screen and (min-width: 501px) and (min-width: 1001px) {
  .p_post__card {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .p_post__card {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .p_post__card {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

.p_post__card___link {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 1001px) {
  .p_post__card___link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .p_post__card___link {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
.p_post__card___link:hover {
  opacity: 1;
}

.p_post__card___pic {
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 0px;
  overflow: clip;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
  background-color: #F3F4F4;
}
.p_post__card___pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_post__card___pic:hover {
  opacity: 1;
}
.p_post__card___pic:hover img {
  scale: 1.1;
}

.p_post__card___inner {
  margin-top: clamp(10px, 1vw, 16px);
}

.p_post__card___info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p_single__block___head {
  margin-bottom: clamp(18px, 1.5vw, 24px);
}

.p_single__block___time {
  display: block;
  color: #999999;
  margin-bottom: clamp(18px, 1.5vw, 24px);
}

.p_single__block___lead {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
}

.p_single__block___image {
  display: block;
  border-radius: 10px;
  overflow: clip;
  margin-bottom: clamp(40px, 3.5vw, 56px);
}
.p_single__block___image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.p_single__block___inner a {
  text-decoration: underline;
}

.p_found__head {
  font-size: clamp(0.9375rem, 1.6vw, 1rem);
  margin-bottom: clamp(24px, 2vw, 32px);
}

.p_found__caption {
  display: block;
  line-height: 1.6em;
  font-size: clamp(2rem, 6.4vw, 4rem);
  color: #A6A6A6;
}

.p_found__label {
  display: block;
  font-size: inherit;
  font-weight: 700;
  line-height: 2;
  margin-top: 8px;
}
.p_found__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * (0.5em - 1px));
}
.p_found__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.p_found__menu {
  margin-top: clamp(32px, 3.5vw, 56px);
}
@media screen and (min-width: 501px) {
  .p_found__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 32px;
  }
}
.p_found__menu ul .sub-menu,
.p_found__menu ul .children {
  display: none !important;
}
.p_found__menu a {
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 500px) {
  .p_found__menu li {
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p_found__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}