@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&family=Yuji+Syuku&display=swap");
.only__pc, .only__mobile, .only__sp {
  display: none !important;
}
@media screen and (min-width: 829px) {
  .only__pc {
    display: block !important;
  }
}
@media screen and (max-width: 828px) {
  .only__mobile {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .only__sp {
    display: block !important;
  }
} /* reset
*********************************************************/
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

p,
th,
td,
li,
dt,
dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

table {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}
table tbody,
table tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table th,
table td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  word-break: break-all;
  vertical-align: top;
}

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

ul,
ol {
  list-style: none;
}

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

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

@media screen and (max-width: 1200px) {
  br {
    display: none;
  }
}
figure {
  margin: 0;
}

/* common
*********************************************************/
html {
  font-size: 62.5%;
}

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

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  overflow: clip;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 828px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

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

.text-danger {
  color: #a94442;
}

.bg-danger {
  padding: 5px;
  background-color: #f2dede;
}

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;
  }
}
.lazy {
  opacity: 0;
  position: relative;
  transform: translate(0%, 50px);
  -webkit-transform: translate(0%, 50px);
}

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

.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: 1.4rem;
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track,
  .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
@media screen and (max-width: 828px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
@keyframes slidein {
  0% {
    right: -100vw;
  }
  100% {
    right: 0;
  }
}
/* Breadcrumbs
*********************************************************/
.bread {
  padding: 26px 0;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 60px;
}
.bread a,
.bread span {
  font-weight: 400;
}
.bread a {
  color: #000;
  font-size: inherit;
}
@media screen and (max-width: 828px) {
  .bread {
    height: auto;
    font-size: 1.5rem;
  }
}

/* WP default
*********************************************************/
.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;
}

.rtt {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #fff;
  border: 1px solid #707070;
}
.rtt img {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 828px) {
  .rtt {
    display: block;
  }
}

.over--left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1215px) / 2);
  padding: 0;
  overflow: clip;
}
.over--right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1215px) / 2);
  padding: 0;
  overflow: clip;
}
@media screen and (max-width: 1200px) {
  .over--left .image {
    margin-right: -20px;
  }
  .over--right .image {
    margin-left: -20px;
  }
  .over--left, .over--right {
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pagination {
  position: relative;
  clear: both;
  padding: 20px 0;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .pagination {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .pagination span,
  .pagination a,
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}
.pagination-box {
  display: inline-block;
}
.pagination span,
.pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  background: #d2d2d2;
  color: #000;
  text-decoration: none;
}
.pagination span:hover,
.pagination a:hover {
  background: #dc1d1e;
  color: #fff;
}
.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #dc1d1e;
  color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.columns__has2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -35px;
}
.columns__has2 .column {
  padding: 35px;
  -webkit-flex-basis: 500px;
      -ms-flex-preferred-size: 500px;
          flex-basis: 500px;
  max-width: 500px;
}
.columns__has2 .column + .column {
  -webkit-flex-basis: calc(100% - 500px);
      -ms-flex-preferred-size: calc(100% - 500px);
          flex-basis: calc(100% - 500px);
  max-width: calc(100% - 500px);
}
.columns__has3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -11px;
}
.columns__has3 .column {
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 11px;
}
.columns__has4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -7px;
}
.columns__has4 .column {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
  padding: 7px;
}
.columns__half {
  margin: -24px;
}
.columns__half .column {
  padding: 24px;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
.columns__default {
  gap: 120px;
}
.columns__default .column {
  -webkit-flex-basis: calc(100% - 600px);
      -ms-flex-preferred-size: calc(100% - 600px);
          flex-basis: calc(100% - 600px);
  max-width: calc(100% - 600px);
}
.columns__default .column + .column {
  -webkit-flex-basis: 480px;
      -ms-flex-preferred-size: 480px;
          flex-basis: 480px;
  max-width: 480px;
}
@media screen and (max-width: 828px) {
  .columns__has2, .columns__half, .columns__default {
    display: block;
    margin: -20px;
  }
  .columns__has2 .column,
  .columns__has2 .column + .column, .columns__half .column,
  .columns__half .column + .column, .columns__default .column,
  .columns__default .column + .column {
    max-width: 100%;
    padding: 20px;
  }
  .columns__has3, .columns__has4 {
    margin: -20px;
  }
  .columns__has3 .column, .columns__has4 .column {
    padding: 20px;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 450px) {
  .columns__has2, .columns__half, .columns__default, .columns__has3, .columns__has4 {
    margin: -16px;
  }
  .columns__has2 .column, .columns__half .column, .columns__default .column, .columns__has3 .column, .columns__has4 .column {
    padding: 16px;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (min-width: 829px) {
  .swap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.headline__default {
  font-size: 3.6rem;
  line-height: 1.8;
  margin-bottom: 47px;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
.headline__default--sub {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 828px) {
  .headline__default {
    font-size: 2rem;
  }
  .headline__default--sub {
    font-size: 1.8rem;
  }
}
.headline__sub, .headline__slug {
  display: block;
  color: #000;
  font-size: 2rem;
}
.headline__slug {
  font-size: 4.6rem;
}
@media screen and (max-width: 828px) {
  .headline__slug {
    font-size: 3.2rem;
  }
}
.headline__page {
  margin-bottom: 80px;
  font-size: 2.4rem;
  line-height: 1.8;
  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;
}
@media screen and (max-width: 828px) {
  .headline__page {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.headline__spell {
  display: block;
  color: #000;
  font-size: 4.6rem;
}
@media screen and (max-width: 828px) {
  .headline__spell {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 828px) {
  .headline__default {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

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

.link__out {
  margin-top: 24px;
  font-size: 1.6rem;
}

.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 70px;
  gap: 16px 24px;
}
.btn__front {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn__link {
  display: block;
  min-width: 270px;
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 1.6rem;
  padding: 10px 23px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
.btn__link:hover {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.space__top {
  margin-top: 47px;
}
.space__bottom {
  margin-bottom: 47px;
}
.space__over {
  margin-top: 90px;
}
.space__under {
  margin-bottom: 90px;
}

.data__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.data__label + .data__label {
  margin-top: 40px;
}
.data__default {
  color: #000;
}
.data__accent {
  color: #a80000;
}
.data__title, .data__description {
  color: inherit;
}
.data__title {
  max-width: 3em;
  -webkit-flex-basis: 3em;
      -ms-flex-preferred-size: 3em;
          flex-basis: 3em;
}
.data__description {
  max-width: calc(100% - (3em + 8px));
  -webkit-flex-basis: calc(100% - (3em + 8px));
      -ms-flex-preferred-size: calc(100% - (3em + 8px));
          flex-basis: calc(100% - (3em + 8px));
}
.data__field {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.menu__block {
  margin-bottom: 70px;
}
@media screen and (max-width: 828px) {
  .menu__block {
    margin-bottom: 40px;
  }
}
.menu__group {
  margin-top: 140px;
  margin-bottom: 190px;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .menu__group {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.menu__share {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 40px;
  -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-top: 1px solid #707070;
  border-left: 1px solid #707070;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.menu__sns {
  max-width: 325px;
  -webkit-flex-basis: 325px;
      -ms-flex-preferred-size: 325px;
          flex-basis: 325px;
  width: 325px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.menu__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: 18px;
  width: 100%;
  line-height: 58px;
}
.menu__twitter, .menu__facebook {
  display: block;
  width: 100%;
  height: auto;
}
.menu__twitter {
  max-width: 36px;
}
.menu__facebook {
  max-width: 34px;
}

.list__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  margin-bottom: 14px;
}
.list__tab {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list__link {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  text-align: center;
  line-height: 44px;
}
.list__link.current, .list__link:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
.list__counter {
  counter-reset: count;
}
.list__count {
  position: relative;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
}
.list__count::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: count;
  content: counter(count) ".";
}

@media screen and (max-width: 828px) {
  .wp-block-spacer {
    max-height: 50px;
  }
}
.anchorlink ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 80px;
  overflow: hidden;
}
.anchorlink 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;
  gap: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anchorlink #ico_circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anchorlink li {
  display: block;
}
.anchorlink li a:hover, .anchorlink li[class*=current] {
  opacity: 1;
}
.anchorlink li a:hover #ico_circle, .anchorlink li[class*=current] #ico_circle {
  fill: #000;
}
@media screen and (max-width: 828px) {
  .anchorlink {
    margin-top: 80px;
  }
  .anchorlink ul {
    display: block;
    text-align: left;
  }
  .anchorlink a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .anchorlink li + li {
    margin-top: 16px;
  }
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 44px;
  z-index: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .header__logo {
    padding: 10px;
  }
}
.header__logo a {
  width: 100%;
  max-width: 112px;
}
@media screen and (max-width: 828px) {
  .header__logo a {
    max-width: 80px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .header ul {
    gap: 16px;
  }
}
@media screen and (max-width: 828px) {
  .header ul {
    display: none;
  }
}
.header__menu {
  display: none;
  gap: 0;
  position: fixed;
  width: 360px;
  height: 100vh;
  right: -360px;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 5;
}
@media screen and (max-width: 450px) {
  .header__menu {
    width: 100vw;
    right: -100vw;
  }
}
.header__menu ul {
  padding: 110px 60px 150px;
  display: block;
}
.header__menu li {
  line-height: 1.7;
}
.header__menu li + li {
  margin-top: 30px;
}
.header__menu a {
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  color: #fff;
}
.header__menu.active {
  display: block;
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0s;
  transition: all 0s;
  overflow-y: scroll;
}
.header__btn {
  margin-left: 20px;
  padding: 0 !important;
}
@media screen and (max-width: 1200px) {
  .header__btn {
    margin-left: 10px;
  }
}
@media screen and (max-width: 828px) {
  .header__btn {
    margin-left: 0;
  }
}
.header__btn a {
  width: 136px;
  background: #000;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 136px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header__btn a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 828px) {
  .header__btn a {
    width: auto;
    line-height: 1.7;
  }
}
.header .menu-trigger {
  display: inline-block;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 600;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
}
@media screen and (max-width: 828px) {
  .header .menu-trigger {
    top: 10px;
    right: 10px;
  }
}
.header .menu-trigger:hover {
  opacity: 1;
}
.header .menu-trigger span {
  position: absolute;
  left: 12px;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
.header .menu-trigger span:nth-of-type(1) {
  top: 15px;
}
.header .menu-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header .menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}
.header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
          transform: translateY(8px) rotate(-315deg);
}
.header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
          transform: translateY(-8px) rotate(315deg);
}

.kv img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.kv__wrapper {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 828px) {
  .kv__wrapper {
    padding-bottom: 0;
  }
}
.kv__block {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .kv__block {
    padding: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.kv__headline {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 560px;
}
@media screen and (max-width: 828px) {
  .kv__headline {
    display: block;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: unset;
    width: 100%;
  }
}
.kv__caption {
  position: relative;
  display: block;
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media screen and (max-width: 828px) {
  .kv__caption {
    font-size: 2.4rem;
  }
}
.kv__sub {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 1.8rem;
}
@media screen and (max-width: 828px) {
  .kv__sub {
    display: block;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.kv__slug {
  display: block;
  font-size: 1.5rem;
  text-transform: capitalize;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.cta {
  position: relative;
  padding: 120px 0;
}
.cta::before, .cta::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.cta::before {
  background-image: url(../../../uploads/2023/05/img_cta.jpg);
}
.cta::after {
  background-color: #222;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 828px) {
  .cta {
    padding: 50px 0;
  }
}
.cta__txt {
  color: #fff;
  /* font-size: 2rem;
  @include font-yuji; */
  font-size: 1.5rem;
}
@media screen and (max-width: 828px) {
  .cta__txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
.cta .btn__wrap {
  margin-top: 40px;
}
.cta .btn__link {
  padding: 18px 40px;
}

footer {
  margin-top: 94px;
}
@media screen and (max-width: 828px) {
  footer {
    margin-top: 60px;
  }
}

.footer {
  padding: 30px 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 828px) {
  .footer {
    padding-top: 0;
  }
}
.footer__columns {
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 828px) {
  .footer__columns {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 828px) {
  .footer__column {
    padding: 0;
  }
}
.footer__logo {
  margin-bottom: 23px;
}
@media screen and (max-width: 828px) {
  .footer__logo {
    text-align: center;
    margin-bottom: 0;
  }
}
.footer__logo a {
  width: 315px;
}
@media screen and (max-width: 828px) {
  .footer__logo a {
    width: 300px;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 21px 36px;
}
@media screen and (max-width: 828px) {
  .footer__list ul {
    gap: 0;
  }
}
.footer__list a {
  font-size: 1.6rem;
}
.footer__list .sub-menu {
  display: block;
  margin: 0;
}
.footer__list .sub-menu li {
  padding: 0;
}
.footer__list .sub-menu a {
  font-weight: normal;
  position: relative;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__list .sub-menu a::before {
  position: absolute;
  content: "-";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .footer__list {
    max-width: 700px;
  }
}
@media screen and (max-width: 828px) {
  .footer__list ul {
    max-width: 100vw;
    width: 100vw;
    margin: 0 -20px 40px;
  }
  .footer__list li {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #4a4a4a;
  }
  .footer__list li:nth-child(odd) {
    border-right: 1px solid #4a4a4a;
  }
  .footer__list li:nth-child(odd):last-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    border-right: 0;
  }
  .footer__list a {
    display: block;
    padding: 16px 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .footer__list .sub-menu {
    display: none !important;
  }
}
.footer__copy {
  font-size: 1.5rem;
  color: #959595;
  font-weight: 500;
  margin-top: 85px;
}
@media screen and (max-width: 828px) {
  .footer__copy {
    margin-top: 40px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 1.2rem;
  }
}
.footer__home {
  margin-top: 0 !important;
}
.footer__btns {
  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: 10px 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 828px) {
  .footer__btns {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__sns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  gap: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__sns--ico {
  display: block;
  width: auto;
  height: 100%;
  max-height: 30px;
}

.mv {
  position: relative;
}
.mv__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 828px) {
  .mv__image {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv__block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1230px;
  width: 100%;
  height: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .mv__block {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: unset;
    left: unset;
    padding-top: 170px;
    padding-bottom: 60px;
  }
}
.mv__headline {
  display: block;
  max-width: 315px;
  width: 100%;
  height: auto;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .mv__headline {
    display: none;
    max-width: 230px;
  }
}
.mv__sp {
  display: none;
}
@media screen and (max-width: 828px) {
  .mv__sp {
    display: block;
  }
}

.top__headline {
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 828px) {
  .top__headline {
    font-size: 2.4rem;
  }
}
.top__caption {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 828px) {
  .top__caption {
    font-size: 1.3rem;
  }
}
.top__slug {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 828px) {
  .top__slug {
    font-size: 1rem;
  }
}
.top__news {
  padding: 80px 0;
}
.top__news--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top__news--column {
  -webkit-flex-basis: 210px;
      -ms-flex-preferred-size: 210px;
          flex-basis: 210px;
  max-width: 210px;
}
.top__news--column + .top__news--column {
  -webkit-flex-basis: calc(100% - 210px);
      -ms-flex-preferred-size: calc(100% - 210px);
          flex-basis: calc(100% - 210px);
  max-width: calc(100% - 210px);
}
.top__news--tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.top__news--tab + .top__news--tab {
  padding-top: 16px;
}
@media screen and (max-width: 828px) {
  .top__news--tab {
    display: block;
  }
}
.top__news--time {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  max-width: 100px;
  color: #a80000;
  font-weight: bold;
}
@media screen and (max-width: 828px) {
  .top__news--time {
    display: block;
    max-width: 100%;
  }
}
.top__news--link {
  -webkit-flex-basis: calc(100% - 100px);
      -ms-flex-preferred-size: calc(100% - 100px);
          flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 828px) {
  .top__news--link {
    max-width: 100%;
  }
}
.top__news .btn__wrap {
  margin-top: 0;
}
@media screen and (max-width: 828px) {
  .top__news .btn__wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .top__news {
    padding-top: 72px;
  }
}
@media screen and (max-width: 450px) {
  .top__news--tab {
    display: block;
  }
  .top__news--time, .top__news--link {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 828px) {
  .top__news--columns {
    display: block;
  }
  .top__news--column, .top__news--column + .top__news--column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .top__news--list {
    margin-top: 48px;
  }
}
.top__about {
  margin-bottom: 140px;
}
@media screen and (max-width: 828px) {
  .top__about {
    margin-bottom: 72px;
  }
}
.top__about--image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.top__about--headline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 828px) {
  .top__about--headline {
    font-size: 2.4rem;
  }
}
.top__about--sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 828px) {
  .top__about--sub {
    font-size: 1.4rem;
  }
}
.top__about--slug {
  font-size: 1.5rem;
  text-align: end;
}
@media screen and (max-width: 828px) {
  .top__about--slug {
    font-size: 1rem;
  }
}
.top__about--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1000px;
  margin: auto;
  gap: 60px;
  margin-top: -240px;
}
@media screen and (max-width: 828px) {
  .top__about--columns {
    display: block;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 828px) {
  .top__about--column + .top__about--column {
    margin-top: 60px;
  }
}
.top__tile {
  background: url(../../../uploads/2023/06/img_home2.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 30px;
}
.top__tile--wrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-align: right;
}
.top__tile--headline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4.9rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media screen and (max-width: 828px) {
  .top__tile--headline {
    font-size: 3.4rem;
  }
  .top__tile--headline br {
    display: block;
  }
}
.top__tile--sub {
  font-size: 2.4rem;
}
@media screen and (max-width: 828px) {
  .top__tile--sub {
    font-size: 1.7rem;
  }
}
.top__tile--slug {
  display: inline-block;
  margin-top: 70px;
  font-size: 2rem;
  text-align: start;
}
@media screen and (max-width: 828px) {
  .top__tile--slug {
    font-size: 1.4rem;
  }
}
.top__interview, .top__event {
  padding: 100px 0;
}
@media screen and (max-width: 828px) {
  .top__interview, .top__event {
    padding: 50px 0;
  }
}
.top__interview--text {
  font-size: 2rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media screen and (max-width: 828px) {
  .top__interview--text {
    font-size: 1.6rem;
  }
}
.top__interview--catch {
  display: block;
  font-size: 1.6rem;
}
.top__interview--catch br {
  display: block !important;
}
@media screen and (max-width: 828px) {
  .top__interview--catch {
    font-size: 1.4rem;
  }
}
.top__interview--figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 828px) {
  .top__interview .columns {
    display: block;
  }
  .top__interview .column {
    max-width: 100%;
    width: 100%;
  }
  .top__interview--print {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top__interview--figure, .top__interview--text {
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top__interview--figure {
    margin-bottom: 0;
    max-width: 160px;
    -webkit-flex-basis: 160px;
        -ms-flex-preferred-size: 160px;
            flex-basis: 160px;
  }
  .top__interview--text {
    max-width: calc(100% - 160px);
    -webkit-flex-basis: calc(100% - 160px);
        -ms-flex-preferred-size: calc(100% - 160px);
            flex-basis: calc(100% - 160px);
  }
}
.top__event {
  background: #f0f0f0;
}
.top__event--columns {
  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;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .top__event--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__event--column {
  max-width: 80px;
  -webkit-flex-basis: 80px;
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px;
}
.top__event--column + .top__event--column {
  max-width: calc(100% - 180px);
  -webkit-flex-basis: calc(100% - 180px);
      -ms-flex-preferred-size: calc(100% - 180px);
          flex-basis: calc(100% - 180px);
}
@media screen and (max-width: 828px) {
  .top__event--column, .top__event--column + .top__event--column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.top__event--headline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media screen and (max-width: 828px) {
  .top__event--headline {
    display: block;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.top__event--slug {
  font-size: 1.5rem;
  text-align: end;
}
@media screen and (max-width: 828px) {
  .top__event--slug {
    display: block;
    text-align: center;
  }
}

.lower__about + .lower__about {
  margin-top: 70px;
}
@media screen and (max-width: 828px) {
  .lower__about + .lower__about {
    margin-top: 50px;
  }
}
.lower__about:nth-child(even) {
  background-color: #f0f0f0;
  padding: 120px 0 100px;
}
@media screen and (max-width: 828px) {
  .lower__about:nth-child(even) {
    padding: 50px 0;
  }
}
.lower__about--wrapper {
  margin-top: 60px;
  padding: 40px 50px;
  background: #fff;
}
@media screen and (max-width: 828px) {
  .lower__about--wrapper {
    margin-top: 24px;
    padding: 16px;
  }
}
.lower__interview {
  padding-bottom: 100px;
}
.lower__interview + .lower__interview {
  padding-top: 100px;
}
@media screen and (max-width: 828px) {
  .lower__interview {
    padding-bottom: 50px;
  }
  .lower__interview + .lower__interview {
    padding-top: 50px;
  }
}
.lower__interview .headline__default {
  margin-bottom: 60px;
}
.lower__interview--small {
  display: inline-block;
  font-size: 2.1rem;
}
.lower__interview--bg {
  background: #f0f0f0;
}
.lower__interview--text {
  margin-bottom: 70px;
}
@media screen and (max-width: 828px) {
  .lower__interview--text {
    margin-bottom: 50px;
  }
}
.lower__interview--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -50px;
}
@media screen and (max-width: 828px) {
  .lower__interview--columns {
    display: block;
    margin: -24px;
  }
}
.lower__interview--column {
  display: block;
  padding: 0 50px;
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__interview--column + .lower__interview--column {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 828px) {
  .lower__interview--column {
    max-width: 100%;
    width: 100%;
    padding: 24px;
  }
  .lower__interview--column + .lower__interview--column {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
.lower__interview--image {
  display: block;
  max-width: 215px;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 25px;
}
.lower__interview--caption {
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.lower__interview--caption small {
  display: block;
  font-size: 1.6rem;
}
.lower__interview--caption span {
  display: block;
  font-size: 2rem;
}
.lower__interview--flexs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -35px;
}
@media screen and (max-width: 828px) {
  .lower__interview--flexs {
    display: block;
    margin: -24px;
  }
}
.lower__interview--flex {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px;
  max-width: calc(100% - 700px);
  -webkit-flex-basis: calc(100% - 700px);
      -ms-flex-preferred-size: calc(100% - 700px);
          flex-basis: calc(100% - 700px);
}
.lower__interview--flex + .lower__interview--flex {
  max-width: 700px;
  -webkit-flex-basis: 700px;
      -ms-flex-preferred-size: 700px;
          flex-basis: 700px;
}
@media screen and (max-width: 828px) {
  .lower__interview--flex {
    padding: 24px;
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .lower__interview--flex + .lower__interview--flex {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__event .menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}
.lower__event .menu__tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width: 828px) {
  .lower__event .menu__tab {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.lower__event .menu__link {
  display: block;
  width: 180px;
  line-height: 44px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  border: 1px solid #000;
}
.lower__event .menu__link.current, .lower__event .menu__link:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 828px) {
  .lower__event .menu__link {
    max-width: 100%;
    width: 100%;
  }
}
.lower__event--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -32px -30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 828px) {
  .lower__event--columns {
    margin: -16px;
  }
}
.lower__event--column {
  padding: 32px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
@media screen and (max-width: 828px) {
  .lower__event--column {
    padding: 16px;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 450px) {
  .lower__event--column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__event--link {
  display: block;
  font-size: 1.5rem;
  width: 100%;
  height: auto;
}
.lower__event--figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  overflow: clip;
  margin-bottom: 16px;
}
.lower__event--image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lower__event--caption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 127px;
  width: 100%;
  line-height: 32px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.lower__event--headline {
  display: block;
  font-size: 2rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  margin-bottom: 15px;
}
.lower__event--flex {
  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 11px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 12px;
}
.lower__event--time {
  font-size: 1.6rem;
}
.lower__event--tab {
  display: block;
  width: 70px;
  line-height: 22px;
  font-size: 1.4rem;
  text-align: center;
  color: #a80000;
  border: 1px solid #a80000;
  border-radius: 24px;
}
.lower__event--label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lower__event--title {
  padding-left: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: top 0.2em left;
  background-repeat: no-repeat;
  background-size: 18px;
}
.lower__event--date {
  background-image: url(../../../uploads/2023/05/ico_date.png);
}
.lower__event--area {
  background-image: url(../../../uploads/2023/05/ico_map.png);
}
.lower__event--catch {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 38px;
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  padding-bottom: 23px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 828px) {
  .lower__event--catch {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.lower__event--sub {
  display: block;
  max-width: 127px;
  width: 100%;
  line-height: 32px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 828px) {
  .lower__event--sub {
    max-width: 100px;
    font-size: 1.5rem;
  }
}
.lower__event--inner {
  margin-bottom: 40px;
}
.lower__event--inner dt,
.lower__event--inner dd {
  font-weight: bold;
}
.lower__search .menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}
.lower__search .menu__tab {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 14.2857142857%;
  -webkit-flex-basis: 14.2857142857%;
      -ms-flex-preferred-size: 14.2857142857%;
          flex-basis: 14.2857142857%;
  min-width: 170px;
}
@media screen and (max-width: 828px) {
  .lower__search .menu__tab {
    max-width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    min-width: 50%;
  }
}
.lower__search .menu__link {
  display: block;
  width: 100%;
  line-height: 44px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__search .menu__link.current, .lower__search .menu__link:hover {
  opacity: 1;
  color: #fff;
  background: #000;
}
.lower__search--block {
  position: relative;
  display: block;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a80000;
}
@media screen and (max-width: 828px) {
  .lower__search--block {
    padding: 24px;
  }
}
.lower__search--word {
  margin-bottom: 40px;
}
@media screen and (max-width: 828px) {
  .lower__search--word {
    margin-bottom: 20px;
  }
}
.lower__search--text {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.lower__search--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -32px -30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 828px) {
  .lower__search--columns {
    margin: -16px;
  }
}
.lower__search--column {
  padding: 32px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
      -ms-flex-preferred-size: 33.3%;
          flex-basis: 33.3%;
}
@media screen and (max-width: 828px) {
  .lower__search--column {
    padding: 16px;
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 450px) {
  .lower__search--column {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__search--link {
  display: block;
  font-size: 1.5rem;
  width: 100%;
  height: auto;
}
.lower__search--figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 70%;
  overflow: clip;
  margin-bottom: 16px;
}
.lower__search--image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lower__search--caption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 127px;
  width: 100%;
  line-height: 32px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.lower__search--headline {
  display: block;
  font-size: 2rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  margin-bottom: 15px;
}
.lower__search--flex {
  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 11px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 12px;
}
.lower__search--time {
  font-size: 1.6rem;
}
.lower__search--tab {
  display: block;
  width: 70px;
  line-height: 22px;
  font-size: 1.4rem;
  text-align: center;
  color: #a80000;
  border: 1px solid #a80000;
  border-radius: 24px;
}
.lower__search strong {
  display: block;
  font-size: 1.5rem;
  font-weight: inherit;
  color: #a80000;
  margin-bottom: 10px;
}
.lower__search--table tr:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.lower__search--head, .lower__search--data {
  width: auto;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  border: 3px solid #fff;
  vertical-align: middle;
}
.lower__search--head {
  font-weight: bold;
  color: #fff;
  background: #000;
  text-align: center;
}
.lower__search--data {
  background: #f0f0f0;
}
.lower__search--lightbox, .lower__search--camera {
  display: block;
  max-width: 24px;
  width: 100%;
  height: auto;
  margin: auto;
}
.lower__search--catch {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 38px;
  font-size: 3.6rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  padding-bottom: 23px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 828px) {
  .lower__search--catch {
    font-size: 2.4rem;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.lower__search--area {
  padding-left: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: top 0.2em left;
  background-repeat: no-repeat;
  font-size: 2rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  color: #a80000;
  background-size: 18px;
  background-image: url(../../../uploads/2023/05/ico_map.png);
}
.lower__search--label {
  width: 93px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  line-height: 24px;
  border-radius: 24px;
}
.lower__policy dt,
.lower__policy dd {
  margin-bottom: 45px;
  font-size: 1.6rem;
}
.lower__policy dt {
  margin-bottom: 15px;
  color: #000;
}
.lower__policy li {
  position: relative;
  padding-left: 15px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.lower__policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.lower__policy--image {
  display: block;
  margin: 0;
}
.lower__list--block {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
.lower__list--block:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.lower__list--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  gap: 0;
}
@media screen and (max-width: 828px) {
  .lower__list--columns {
    display: block;
  }
}
.lower__list--column {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lower__list--image {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  max-width: 40%;
}
@media screen and (max-width: 828px) {
  .lower__list--image {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__list--txt {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  max-width: 60%;
}
@media screen and (max-width: 828px) {
  .lower__list--txt {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.lower__list--date {
  font-size: 1.6rem;
  color: #a80000;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
.lower__list--title {
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
.lower__list--title a {
  text-decoration: none;
}
.lower__list--inner {
  font-size: 1.6rem;
  line-height: 2;
}
.lower__list--nav .wp-pagenavi {
  padding: 0;
  padding-top: 32px;
  border-top: 1px solid #d1cfca;
  background: none;
}
.lower__list--nav span,
.lower__list--nav a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  color: #444545;
  font-weight: bold;
  font-size: 2rem;
  line-height: 36;
}
.lower__list--nav span.current, .lower__list--nav span:hover,
.lower__list--nav a.current,
.lower__list--nav a:hover {
  opacity: 1;
  color: #fff;
}
.lower__list--nav .pages {
  display: none;
}
.lower__products--txt {
  margin-bottom: 80px;
}
@media screen and (max-width: 828px) {
  .lower__products--txt {
    margin-bottom: 40px;
  }
}
.lower__products--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 80px;
}
.lower__products--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;
  font-size: 1.6rem;
  gap: 16px;
}
.lower__products--link #path_circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lower__products--link:hover {
  opacity: 1;
}
.lower__products--link:hover #path_circle {
  fill: #000;
}
.lower__products--wrapper {
  margin-top: 120px;
}
@media screen and (max-width: 828px) {
  .lower__products--wrapper {
    margin-top: 60px;
  }
}
.lower__products--inner {
  padding-bottom: 80px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 828px) {
  .lower__products--inner {
    padding-bottom: 40px;
  }
}
.lower__products--inner + .lower__products--inner {
  padding-top: 80px;
}
@media screen and (max-width: 828px) {
  .lower__products--inner + .lower__products--inner {
    padding-top: 40px;
  }
}
.lower__products--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px -40px;
}
@media screen and (max-width: 828px) {
  .lower__products--columns {
    display: block;
    margin: -10px;
  }
}
.lower__products--column {
  display: block;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .lower__products--column {
    max-width: 100%;
    padding: 10px;
  }
}
.lower__products--change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.lower__products--stage {
  -webkit-flex-basis: calc(75% - 8px);
      -ms-flex-preferred-size: calc(75% - 8px);
          flex-basis: calc(75% - 8px);
  max-width: calc(75% - 8px);
}
.lower__products--thumbnail {
  -webkit-flex-basis: calc(25% - 8px);
      -ms-flex-preferred-size: calc(25% - 8px);
          flex-basis: calc(25% - 8px);
  max-width: calc(25% - 8px);
}
.lower__products--thumbnail ul {
  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;
  gap: 6px;
}
.lower__products--thumbnail li {
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
}
.lower__products--block {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
  overflow: clip;
}
.lower__products--block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower__products--caption {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media screen and (max-width: 828px) {
  .lower__products--caption {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.lower__products .btn__arrow {
  gap: 16px;
}
.lower__contact h2 {
  display: block;
  font-size: 2.4rem;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  margin-bottom: 15px;
}
.lower__found {
  padding-top: 110px;
}
.lower__found--ttl {
  margin-bottom: 17px;
  color: #000;
  font-weight: 400;
  font-size: 8rem;
  line-height: 1.1;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
.lower__found--catch {
  display: block;
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.7;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
.lower__found--menu {
  margin-top: 40px;
}
.lower__found--menu a {
  font-size: 1.6rem;
  text-align: center;
}
.lower__found--menu li {
  padding: 0 20px;
}
.lower__found--menu li + li {
  border-left: 1px solid #707070;
}
.lower__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;
}
@media screen and (max-width: 828px) {
  .lower__found {
    padding-top: 60px;
  }
  .lower__found--ttl {
    font-size: 3.2rem;
  }
  .lower__found--catch {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .lower__found--menu {
    margin-top: 32px;
  }
  .lower__found--menu li {
    padding: 10px;
  }
  .lower__found--menu li + li {
    border-top: 1px solid #707070;
    border-left: none;
  }
  .lower__found--menu ul {
    display: block;
  }
}

.mw_wp_form {
  margin-top: 50px;
  padding: 80px;
  background: #f5f5f5;
}
.mw_wp_form_input .form__only {
  display: block;
}
.mw_wp_form_confirm .form__only, .mw_wp_form_complete .form__only {
  display: none;
}
.mw_wp_form_complete {
  padding: 0;
}
.mw_wp_form li {
  display: inline-block;
}
.mw_wp_form th,
.mw_wp_form td {
  padding: 15px;
  border: none;
  background: none;
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: left;
}
.mw_wp_form th {
  position: relative;
  width: 250px;
  padding-top: 29px;
  padding-bottom: 0;
  color: #333;
  vertical-align: top;
}
.mw_wp_form th span {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 25px;
  padding: 0 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
.mw_wp_form th span.required {
  background: #c50000;
}
.mw_wp_form th span.any {
  background: #999;
}
.mw_wp_form label {
  font-weight: normal;
}
.mw_wp_form table {
  width: 100%;
  border: none;
  margin: 0;
}
.mw_wp_form table table th,
.mw_wp_form table table td {
  border: none;
  background: none;
}
.mw_wp_form table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}
.mw_wp_form table table td {
  padding: 15px 0;
}
.mw_wp_form table table tr:first-child th,
.mw_wp_form table table tr:first-child td {
  padding-top: 0;
}
.mw_wp_form table table tr:last-child th,
.mw_wp_form table table tr:last-child td {
  padding-bottom: 0;
}
.mw_wp_form_confirm table th {
  padding: 15px;
}
.mw_wp_form_confirm table th span.required, .mw_wp_form_confirm table th span.any {
  top: 12px;
}
.mw_wp_form_confirm table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}
.mw_wp_form .check-agree {
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.mw_wp_form .check-agree a {
  color: inherit;
  text-decoration: underline;
}
.mw_wp_form .check-agree .agree-wrap {
  margin: 20px 0 40px;
  padding: 10px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .mw_wp_form .check-agree {
    text-align: left;
  }
  .mw_wp_form .check-agree .agree-wrap {
    text-align: center;
  }
}
.mw_wp_form_confirm .check-agree {
  display: none;
}
.mw_wp_form input[type=text], .mw_wp_form input[type=number], .mw_wp_form input[type=email], .mw_wp_form input[type=tel] {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  background: #fff;
}
.mw_wp_form input[type=text].var01, .mw_wp_form input[type=number].var01, .mw_wp_form input[type=email].var01, .mw_wp_form input[type=tel].var01 {
  max-width: 10em;
}
.mw_wp_form input[type=text].var02, .mw_wp_form input[type=text].var03, .mw_wp_form input[type=number].var02, .mw_wp_form input[type=number].var03, .mw_wp_form input[type=email].var02, .mw_wp_form input[type=email].var03, .mw_wp_form input[type=tel].var02, .mw_wp_form input[type=tel].var03 {
  max-width: 5em;
}
.mw_wp_form input[type=text][type=checkbox], .mw_wp_form input[type=number][type=checkbox], .mw_wp_form input[type=email][type=checkbox], .mw_wp_form input[type=tel][type=checkbox] {
  display: inline-block;
  margin-right: 0.5em;
}
.mw_wp_form input[type=text][type=checkbox] + label, .mw_wp_form input[type=number][type=checkbox] + label, .mw_wp_form input[type=email][type=checkbox] + label, .mw_wp_form input[type=tel][type=checkbox] + label {
  display: inline-block;
  margin-bottom: 5px;
}
.mw_wp_form input[type=text][type=radio], .mw_wp_form input[type=number][type=radio], .mw_wp_form input[type=email][type=radio], .mw_wp_form input[type=tel][type=radio] {
  display: none;
}
.mw_wp_form input[type=text][type=radio] + .mwform-radio-field-text, .mw_wp_form input[type=number][type=radio] + .mwform-radio-field-text, .mw_wp_form input[type=email][type=radio] + .mwform-radio-field-text, .mw_wp_form input[type=tel][type=radio] + .mwform-radio-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}
.mw_wp_form input[type=text][type=radio] + .mwform-radio-field-text::before, .mw_wp_form input[type=number][type=radio] + .mwform-radio-field-text::before, .mw_wp_form input[type=email][type=radio] + .mwform-radio-field-text::before, .mw_wp_form input[type=tel][type=radio] + .mwform-radio-field-text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mw_wp_form input[type=text][type=radio]:checked + .mwform-radio-field-text::after, .mw_wp_form input[type=number][type=radio]:checked + .mwform-radio-field-text::after, .mw_wp_form input[type=email][type=radio]:checked + .mwform-radio-field-text::after, .mw_wp_form input[type=tel][type=radio]:checked + .mwform-radio-field-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #605834;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mw_wp_form input[type=button],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form input[type=email],
.mw_wp_form input[type=submit],
.mw_wp_form input[type=image],
.mw_wp_form textarea,
.mw_wp_form select {
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.mw_wp_form select {
  max-width: 20em;
  height: 48px;
  margin-right: 5px;
  padding: 0 45px 0 15px;
  background: url(../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}
.mw_wp_form select::-ms-expand {
  display: none;
}
.mw_wp_form textarea {
  max-width: 790px;
  width: 100%;
  height: 10em;
  padding: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mw_wp_form .bg-danger {
  margin-top: 5px;
  padding: 10px;
}
.mw_wp_form .check-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: -10px;
  margin-top: 40px;
}
.mw_wp_form .check-flex > * {
  margin: 10px;
}
.mw_wp_form input[type=submit],
.mw_wp_form .fm-modoru {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-family: "Yuji Syuku", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  max-width: 240px;
  min-width: 240px;
  width: 100%;
  line-height: 56px;
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.mw_wp_form input[type=submit]:hover,
.mw_wp_form .fm-modoru:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mw_wp_form .fm-modoru {
  background-color: #666 !important;
  color: #fff;
}
.mw_wp_form .error {
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  background-color: #f2dede;
  color: #c50000;
}
.mw_wp_form input[type=checkbox] {
  display: none;
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: url(../images/common/checkon.png) no-repeat 0 0;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/checkoff.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 828px) {
  .mw_wp_form {
    padding: 10px;
    padding-bottom: 40px;
  }
  .mw_wp_form table th,
  .mw_wp_form table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mw_wp_form table th {
    padding: 15px 15px 15px 60px;
    vertical-align: middle;
  }
  .mw_wp_form table th span.required, .mw_wp_form table th span.any {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 0;
    padding: 3px 10px;
  }
  .mw_wp_form table td {
    padding: 15px 0;
  }
  .mw_wp_form table td.var03 + br + input.var01 {
    margin-top: 20px;
  }
  .mw_wp_form input[type=file], .mw_wp_form input[type=text], .mw_wp_form input[type=email], .mw_wp_form input[type=tel] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mw_wp_form input[type=text].var01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .mw_wp_form .var02 {
    max-width: 6em;
    width: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 10px;
  }
  .mw_wp_form .btnWrap01 {
    text-align: center;
  }
  .mw_wp_form input[type=submit],
  .mw_wp_form .btnWrap01 a,
  .mw_wp_form .fm-modoru {
    width: 100%;
    min-width: 1px;
    margin-left: auto;
    margin-right: auto;
  }
  .mw_wp_form_confirm table th {
    padding: 0 15px 0 60px;
  }
}
@media screen and (max-width: 450px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

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

.mw-wp-form-placeholder {
  display: block;
}

@-webkit-keyframes slide__txt {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-47.65%, 0);
            transform: translate(-47.65%, 0);
  }
}

@keyframes slide__txt {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-47.65%, 0);
            transform: translate(-47.65%, 0);
  }
}/*# sourceMappingURL=customize.css.map */