@charset "UTF-8";
:root {
  --text: #000;
  --primary: #6b3f31;
  --primary90: rgba(107, 63, 49, 0.9);
  --primary10: rgba(107, 63, 49, 0.1);
  --accent: #ff9575;
  --accent30: rgba(124, 46, 32, 0.3);
  --accent2: #315e6b;
  --wh: #ffffff;
  --wh70: rgba(255, 255, 255, .7);
  --wh2: #f6f6f6;
  --bk: #000;
  --bk2: #333;
  --red: #f00;
  --red2: #e21b2b;
  --gray: #d3d3d3;
}

/*
  @mixin fix_alpha($bgSize:68%) {
    //  position: fixed;
    //  content: "";
    //  display: block;
    //  width: 100%;
    //  height: 100vh;
    background-image: url("../img/common/alpha_bg.png");
    background-position: right 10% top 130px;
    background-repeat: no-repeat;
    background-size: $bgSize;
    background-attachment: fixed;
    //  top: 10%;
    //  right: 2%;
    //  z-index: -1;
  }

  @mixin bg_alpha($bgSize:68%) {
    background-image: url("../img/common/alpha_bg.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: $bgSize;
  }
*/
/*
  @mixin f-style($size) {
    @if $size == small {
      font-size: 1.3rem;
      line-height: 1.8;
    } @else if $size == h1 {
    }
  }
*/
/* import */
/* -------------------------------------------------------- */
/* reset */
/* -------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b,
big, blockquote, body, canvas, caption, center, cite, code, dd,
del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

figure {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

/* base settings */
/* -------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

button {
  border: none;
}

body {
  position: relative;
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
}
@media only screen and (min-width: 1460px) {
  body {
    font-size: 1.8rem;
  }
}
body.modal {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

#header a,
.con_nav a,
.con_nav02 a {
  color: var(--text);
}

a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*reCAPTCHA v3 バッジ非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

/* common setting
-------------------------------------------------- */
/*
body.open #header .h_inner_wrap {
  height: 100px;
  @media only screen and (max-width: variable.$breakpoint_tablet) {
    height: 80px;
  }
}
@media only screen and (min-width: 1160px) {
  body.open #header .h_lang {
    transform: translateX(-15px);
  }
}
body.open #header .h_inner {
  height: 100px;
  transition-delay: 1s;
  @media only screen and (max-width: variable.$breakpoint_tablet) {
    height: 80px;
  }
}
body.open #header .h_inner .h_logo,
body.open #header .h_inner .gnav {
  opacity: 0;
}
*/
body img {
  width: 100%;
  height: auto;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.main_width {
  margin: 0 auto;
  width: calc(100% - 80px);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  .main_width {
    width: calc(100% - 30px);
  }
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media only screen and (max-width: 1280px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.cen {
  text-align: center;
}

.gmap {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
}
.gmap iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.btn a, .btn div {
  position: relative;
  padding: 26px 65px;
  width: 290px;
  height: 72px;
  line-height: 1;
  color: var(--bk) !important;
  font-size: 1.6rem;
  font-weight: 500;
  background: var(--wh) url(../img/common/btn_arrow.png) no-repeat right 20px center/16px 14px;
  border: 1px solid var(--bk);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*
      span {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        z-index: 2;
      }
      &::before {
        position: absolute;
        content: '';
        width: 100%;
        height: calc(100% + 2px);
        background: var(--primary);
        top: -1px;
        left: -100%;
        display: block;
        z-index: 1;
        transition: all .5s cubic-bezier(.22,1,.36,1) 0s;
      }
      &::after {
        position: absolute;
  //      content: '→';
  //      width: 27px;
  //      height: 28px;
        content: '';
        width: 16px;
        height: 14px;
        background: url(../img/common/btn_arrow.png) no-repeat 0 0 / contain;
        top: calc(50% - 7px);
        right: 20px;
        transition: 0.5s;
        z-index: 2;
        @media only screen and (max-width: variable.$breakpoint_tablet) {
          width: 8px;
          height: 7px;
          top: calc(50% - 3px);
          right: 10px;
        }
      }
      &:hover {
        color: var(--wh) !important;
        border: 1px solid var(--primary);
        &::before {
          left: 0;
        }
        &::after {
          background: url(../img/common/btn_arrow_w.png) no-repeat 0 0 / contain;
  //        right: 15px;
          @media only screen and (max-width: variable.$breakpoint_sp) {
  //          right: 8px;
          }
        }
      }
  */
}
@media only screen and (max-width: 1280px) {
  .btn a, .btn div {
    background: var(--wh) url(../img/common/btn_arrow.png) no-repeat right 15px center/16px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .btn a, .btn div {
    padding: 13px 25px;
    width: 270px;
    font-size: 1.6rem;
    background: var(--wh) url(../img/common/btn_arrow.png) no-repeat right 10px center/14px 12px;
  }
}
.btn a:hover, .btn div:hover {
  color: var(--wh) !important;
  opacity: 1;
  background: var(--primary) url(../img/common/btn_arrow_w.png) no-repeat right 20px center/16px 14px;
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 1280px) {
  .btn a:hover, .btn div:hover {
    background: var(--primary) url(../img/common/btn_arrow_w.png) no-repeat right 15px center/16px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .btn a:hover, .btn div:hover {
    background: var(--primary) url(../img/common/btn_arrow_w.png) no-repeat right 10px center/14px 12px;
  }
}

.external span {
  position: relative;
  padding-right: 26px;
}
.external span::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 11px;
  background: url(../img/common/icn_external.png) no-repeat 0 0;
  top: calc(50% - 5px);
  right: 0;
}

/* wp editor */
/* -------------------------------------------------- */
.post_content {
  overflow: hidden;
}
.post_content a {
  color: #006699;
  word-break: break-all;
}
.post_content a:hover {
  text-decoration: underline;
}

.wp-block-image {
  margin: 1em 0;
}
.wp-block-image img {
  width: initial;
  width: auto;
}

.post_content ul {
  margin-left: 1.5em;
  list-style-type: inherit;
}

.post_content ol {
  margin-left: 2em;
  list-style-type: decimal;
  line-height: 2;
  /*
    &.maru {
      counter-reset: my_counter;
      list-style: none;
      li {
        position: relative;
        margin-top: 1em;
        margin-bottom: 1em;
        &::before{
          position: absolute;
          top: calc(50% - 18px);
          content: counter(my_counter);
          counter-increment: my_counter;
          width: 24px;
          height: 24px;
          margin-left: -25px;
          text-align: center;
          line-height: 2;
          font-size: 18px;
          font-weight: bold;
          border: 1px solid black;
          border-radius: 50%;
        }
      }
    }
  */
}
.post_content ol li {
  padding-left: 0.5em;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .wp-block-image figcaption {
    font-size: 1.6rem;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-button.pdf a {
  position: relative;
  margin: 0 auto;
  padding: 20px 50px 20px 20px;
  width: 540px;
  color: var(--wh);
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .wp-block-button.pdf a {
    padding: 20px 40px 20px 20px;
    width: 100%;
    max-width: 540px;
  }
}
.wp-block-button.pdf a::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 42px;
  background: url(../img/common/icn_pdf.png) no-repeat 0 0/contain;
  top: calc(50% - 20px);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .wp-block-button.pdf a::after {
    width: 20px;
    height: 24px;
    top: calc(50% - 10px);
    right: 15px;
  }
}
.wp-block-button.pdf a:hover {
  text-decoration: none;
}

/* parts */
/* -------------------------------------------------------- */
#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 15px;
  }
}

@media only screen and (max-width: 1280px) and (any-hover: none) {
  .fancybox-nav span,
  .fancybox-nav:hover span {
    display: none !important;
  }
}

@media only screen and (max-width: 1280px) and (any-hover: none) {
  .fancybox-close {
    display: none !important;
  }
}

@-webkit-keyframes transformBottomTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes transformBottomTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
/*
@keyframes btnAnime {
  0% {
    opacity: 0;
    transform: translate(-50%, 200%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
*/
/* bread_crumb */
/* ------------------------------------ */
.crumb {
  margin: 20px auto 100px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1280px) {
  .crumb {
    margin: 20px auto 50px;
  }
}

.crumb span {
  margin: 0 5px;
}
.crumb span:first-of-type {
  margin: 0 5px 0 0;
}
.crumb span a {
  color: #666;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.crumb span a:hover {
  text-decoration: underline;
}

/* page-numbers */
/* ------------------------------------ */
.page-numbers_wrap {
  margin: 70px auto 0;
  line-height: 1;
  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;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap {
    margin: 50px auto 0;
  }
}
.page-numbers_wrap .prev_next {
  width: 18%;
  max-width: 170px;
}
@media only screen and (max-width: 1280px) {
  .page-numbers_wrap .prev_next {
    width: 18%;
    max-width: 25px;
  }
}
.page-numbers_wrap ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers_wrap ul.pagination li {
  margin: 5px 3px;
}

.pagination li a,
.pagination li .current {
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 1.5;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li a {
  color: #999;
  border: 1px solid #999;
}

.pagination li a:hover,
.pagination li .current {
  color: #000;
  border: 1px solid #000;
}

.page-numbers_wrap .prev a,
.page-numbers_wrap .next a {
  position: relative;
  font-size: 1em;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap .prev a,
  .page-numbers_wrap .next a {
    padding: inherit;
    width: 2.2em;
    height: 2.2em;
  }
}
.page-numbers_wrap .prev a::after,
.page-numbers_wrap .next a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/common/btn_arrow.png) no-repeat 0 0/contain;
  top: calc(50% - 6.5px);
}
@media only screen and (max-width: 767px) {
  .page-numbers_wrap .prev a::after,
  .page-numbers_wrap .next a::after {
    top: 5px;
  }
}
.page-numbers_wrap .prev a span,
.page-numbers_wrap .next a span {
  white-space: nowrap;
}
.page-numbers_wrap .prev a:hover,
.page-numbers_wrap .next a:hover {
  color: #000;
  border: 1px solid #000;
}
.page-numbers_wrap .prev.sp a, .page-numbers_wrap .prev.tb a,
.page-numbers_wrap .next.sp a,
.page-numbers_wrap .next.tb a {
  padding: 5px 6px 6px 5px;
  width: 25px;
  height: 25px;
  line-height: 1;
  background: url(../img/common/btn_arrow_s.png) no-repeat center center/contain;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-numbers_wrap .prev.sp a::after, .page-numbers_wrap .prev.tb a::after,
.page-numbers_wrap .next.sp a::after,
.page-numbers_wrap .next.tb a::after {
  content: none;
}
.page-numbers_wrap .prev.sp a span, .page-numbers_wrap .prev.tb a span,
.page-numbers_wrap .next.sp a span,
.page-numbers_wrap .next.tb a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-numbers_wrap .prev a {
  padding: 14px 40px 14px 50px;
}
.page-numbers_wrap .prev a::after {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-numbers_wrap .prev.sp a, .page-numbers_wrap .prev.tb a {
  background: url(../img/common/btn_arrow_s_left.png) no-repeat center center/contain;
}

.page-numbers_wrap .next a {
  padding: 14px 50px 14px 40px;
}
.page-numbers_wrap .next a::after {
  right: 20px;
}

/* youtube */
/* modal */
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_box {
  position: fixed;
  margin: 0;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 1460px;
  max-height: 80vh;
  background: var(--wh);
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 540px) {
  .modal_box {
    max-height: 70vh;
  }
}
.modal_box .modal_head {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
}
.modal_box .modal_head .modal_close {
  position: absolute;
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/common/modal_close.png) no-repeat 0 0/contain;
  top: 30px;
  right: 25px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .modal_box .modal_head .modal_close {
    width: 10px;
    height: 11px;
    top: 14px;
    right: 12px;
  }
}
.modal_box .modal_head .modal_ttl {
  padding: 18px 0;
  width: 101%;
  color: var(--wh);
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  background: var(--primary);
  top: 0;
}
@media only screen and (max-width: 767px) {
  .modal_box .modal_head .modal_ttl {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.modal_box .modal_cont {
  margin: 0 auto;
  padding: 80px 0 30px;
  width: 86%;
  max-width: 640px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal_box .modal_cont {
    padding: 40px 0 30px;
  }
}
.modal_box .modal_cont figure,
.modal_box .modal_cont .gmap {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .modal_box .modal_cont figure,
  .modal_box .modal_cont .gmap {
    margin-bottom: 30px;
  }
}
.modal_box .modal_cont figure.capimg,
.modal_box .modal_cont .gmap.capimg {
  margin-bottom: 10px;
}
.modal_box .modal_cont p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
.modal_box .modal_cont .cap {
  margin-bottom: 50px;
  letter-spacing: 0.025em;
}
.modal_box .modal_cont .cap a {
  cursor: pointer;
}

/* header */
/* -------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: var(--wh);
  z-index: 3;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1280px) {
  #header {
    height: 60px;
  }
}
#header .h_inner {
  height: 80px;
  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;
}
@media only screen and (max-width: 1280px) {
  #header .h_inner {
    height: 60px;
  }
}
#header .h_inner .h_logo a {
  position: relative;
  padding-left: 50px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 540px) {
  #header .h_inner .h_logo a {
    font-size: 2rem;
  }
}
#header .h_inner .h_logo a::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: url(../img/common/logo.png) no-repeat 0 0/contain;
  top: calc(50% - 20px);
  left: 0;
}
@media only screen and (max-width: 540px) {
  #header .h_inner .h_logo a::before {
    width: 22px;
    height: 22px;
    top: calc(50% - 10px);
    left: 15px;
  }
}
#header .h_inner .h_logo a:hover {
  opacity: 1;
}
#header .h_inner .h_right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1280px) {
  #header .h_inner .h_right {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}
#header .h_inner .h_right .nav_content .gnav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
#header .h_inner .h_right .nav_content .gnav ul {
  height: 100%;
  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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#header .h_inner .h_right .nav_content .gnav ul li {
  position: relative;
  margin-left: 1.5vw;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.26, 0.16, 0.1, 1), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
}
@media only screen and (max-width: 1460px) {
  #header .h_inner .h_right .nav_content .gnav ul li {
    margin-left: 2vw;
  }
}
#header .h_inner .h_right .nav_content .gnav ul li:first-of-type {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
#header .h_inner .h_right .nav_content .gnav ul li:nth-of-type(2) {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
#header .h_inner .h_right .nav_content .gnav ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#header .h_inner .h_right .nav_content .gnav ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#header .h_inner .h_right .nav_content .gnav ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#header .h_inner .h_right .nav_content .gnav ul li a {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .h_inner .h_right .nav_content .gnav ul li a span::after {
  position: relative;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--primary);
  display: block;
  top: 0.25em;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1), -webkit-transform 1s cubic-bezier(0.43, 0.05, 0.17, 1);
}
#header .h_inner .h_right .nav_content .gnav ul li a:hover span::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
#header .h_inner .h_right .nav_content .gnav ul li .child {
  position: absolute;
  padding-top: 44px;
  top: 29px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 210px;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  display: none;
  /*
                dl {
                  margin-bottom: 30px;
                  width: calc(100% / 3);
                  dt {
                    margin-bottom: 20px;
                    a {
                      color: var(--wh);
                      font-size: 1.4rem;
                      font-weight: 700;
                      &:hover {
                        opacity: .7;
                      }
                    }
                  }
                  dd {
                    margin-bottom: 10px;
                    a {
                      color: var(--wh);
                      font-size: 1.2rem;
                      font-weight: 700;
                      &:hover {
                        opacity: .7;
                      }
                    }
                  }
                }
                */
}
#header .h_inner .h_right .nav_content .gnav ul li .child.active {
  opacity: 1;
  display: block;
}
#header .h_inner .h_right .nav_content .gnav ul li .child ul {
  padding-top: 8px;
  padding-bottom: 8px;
  background: var(--primary);
  display: block;
}
#header .h_inner .h_right .nav_content .gnav ul li .child ul li {
  margin-left: 0;
  height: auto;
}
#header .h_inner .h_right .nav_content .gnav ul li .child ul li a {
  position: relative;
  padding: 12px 22px;
  width: 100%;
  color: var(--wh);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
}
#header .h_inner .h_right .nav_content .gnav ul li .child ul li a::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 9px;
  background: url(../img/common/icn_arrow_w.png) no-repeat 0 0/contain;
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .h_inner .h_right .nav_content .gnav ul li .child ul li a:hover::after {
  right: 17px;
}
@media only screen and (max-width: 1280px) {
  #header .h_inner .h_right .nav_content {
    position: fixed;
    top: 60px;
    right: -120%;
    padding-bottom: 200px;
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    background: var(--primary90);
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header .h_inner .h_right .nav_content.active {
    right: 0;
  }
  #header .h_inner .h_right .nav_content .gnav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 50px 15px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
  #header .h_inner .h_right .nav_content .gnav ul {
    width: 100%;
    display: block;
  }
  #header .h_inner .h_right .nav_content .gnav ul li {
    padding: 0;
    height: auto;
    line-height: 1;
    border-bottom: 1px solid #ccc;
  }
  #header .h_inner .h_right .nav_content .gnav ul li:first-of-type {
    border-top: 1px solid #ccc;
  }
  #header .h_inner .h_right .nav_content .gnav ul li:first-of-type::before {
    content: none;
  }
  #header .h_inner .h_right .nav_content .gnav ul li::after {
    content: none;
  }
  #header .h_inner .h_right .nav_content .gnav ul li a,
  #header .h_inner .h_right .nav_content .gnav ul li span {
    display: block;
    position: relative;
    padding: 14px 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #header .h_inner .h_right .nav_content .gnav ul li a::after,
  #header .h_inner .h_right .nav_content .gnav ul li span::after {
    content: none;
  }
  #header .h_inner .h_right .nav_content .gnav ul .child ul {
    margin-left: 60px;
  }
  #header .h_inner .h_right .nav_content .gnav ul .child ul li {
    border: none;
  }
  #header .h_inner .h_right .nav_content .gnav ul .child ul li a {
    position: relative;
    display: block;
    padding-left: 12px;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #header .h_inner .h_right .nav_content .gnav ul .child ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #FFFFFF;
    top: calc(50% - 4px);
    left: 0;
  }
}
#header .menu_button {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 13px;
  top: 20px;
  right: 40px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 99999;
}
@media only screen and (min-width: 1280px) {
  #header .menu_button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header .menu_button {
    right: 15px;
  }
}
@media only screen and (max-width: 540px) {
  #header .menu_button {
    top: 18px;
  }
}
#header .menu_button span {
  display: block;
  width: 30px;
  height: 1px;
  background: var(--bk);
}
#header .menu_button span + span {
  margin-top: 4px;
}
#header .menu_button.close {
  right: 52px;
}
@media only screen and (max-width: 1280px) {
  #header .menu_button.close {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header .menu_button.close {
    right: 15px;
  }
}
#header .menu_button.close span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
#header .menu_button.close span:nth-of-type(2) {
  display: none;
}
#header .menu_button.close span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .menu_button.close span + span {
  margin-top: -2px;
}
#header .menu_button::after {
  position: absolute;
  content: "メニュー";
  width: 50px;
  font-size: 1.2rem;
  bottom: -18px;
  left: -10px;
}

/*
.nav_overlay_container {
  position: absolute;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  background: var(--primary90);
  z-index: 20;
  opacity: 0;
  transition: all ease 1s;
  &.active {
    right: 0;
    opacity: 1;
  }
  a {
    &:hover {
      opacity: .7;
    }
  }
  .nav_overlay {
    height: 100vh;
  }
  .nav_container {
    position: relative;
    height: 100%;
  }
  .nav_content {
    margin: 0;
    padding-top: 4.2%;
    @media only screen and (max-width: variable.$breakpoint_sp){
      padding-top: 6%;
    }
    .nav_logo {
      margin-bottom: 78px;
      text-align: center;
      img {
        max-width: 395px;
      }
      @media only screen and (max-width: variable.$breakpoint_tablet){
        img {
          max-width: 356px;
        }
      }
      @media only screen and (max-width: variable.$breakpoint_sp){
        img {
          max-width: 316px;
        }
      }
      @media only screen and (max-width: variable.$breakpoint_sp2){
        margin-bottom: 30px;
        img {
          max-width: 198px;
        }
      }
    }
    .nav_block {
      margin: 0 auto;
      width: 44%;
      @media only screen and (max-width: variable.$breakpoint_cnts){
        width: 80%;
      }
      @media only screen and (max-width: variable.$breakpoint_sp){
        width: calc(80% + 30px);
      }
      @media only screen and (max-width: variable.$breakpoint_sp2){
        width: 80%;
      }
      a {
        color: var(--wh);
        display: inline-block;
        @media only screen and (max-width: variable.$breakpoint_tablet){
          font-size: 1.7rem;
        }
        @media only screen and (max-width: variable.$breakpoint_sp2){
          font-size: 1.4rem;
        }
      }
      .nav_block01 {
        margin-bottom: 40px;
        @media only screen and (max-width: variable.$breakpoint_tablet) {
          margin-bottom: 34px;
        }
        @media only screen and (max-width: variable.$breakpoint_sp){
          margin-bottom: 20px;
        }
        @media only screen and (max-width: variable.$breakpoint_sp2){
          margin-bottom: 18px;
        }
      }
      .nav_block02 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 60px 0;
        @media only screen and (max-width: variable.$breakpoint_tablet){
          gap: 40px 0;
        }
        @media only screen and (max-width: variable.$breakpoint_sp){
          gap: 40px 15px;
        }
        @media only screen and (max-width: variable.$breakpoint_sp2){
          gap: 20px 11%;
        }
        a {
          letter-spacing: 0.05em;
          display: block;
          transition: .3s;
          @media only screen and (max-width: variable.$breakpoint_tablet){
            font-size: 1.7rem;
          }
          @media only screen and (max-width: variable.$breakpoint_sp2){
            font-size: 1.4rem;
          }
        }
        li {
          margin-bottom: 35px;
          @media only screen and (max-width: variable.$breakpoint_sp){
            margin-bottom: 20px;
          }
        }
        dl {
          width: 30%;
          @media only screen and (max-width: variable.$breakpoint_sp2){
            width: 44%;
          }
          dt {
            @media only screen and (max-width: variable.$breakpoint_sp){
              margin-top: 10px;
            }
          }
          dd {
            margin-top: 12px;
            a {
              font-size: 1.4rem;
              @media only screen and (max-width: variable.$breakpoint_tablet){
                font-size: 1.5rem;
              }
              @media only screen and (max-width: variable.$breakpoint_sp2){
                font-size: 1.2rem;
              }
            }
          }
        }
      }
    }
  }
  .nav_content_footer {
    padding: 60px 0 100px;
    color: #fff;
    text-align: center;
    .external {
      color: #fff;
      display: block;
    }
    .sns {
      margin: 60px 0 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      li {
        margin: 0 7px;
        width: 26px;
        &:nth-of-type(2){
          width: 28px;
        }
        &:nth-of-type(3){
          width: 27px;
        }
      }
    }
    .copyright {
      font-size: 1.4rem;
      display: block;
      @media only screen and (max-width: variable.$breakpoint_sp){
        font-size: 1.5rem;
      }
      @media only screen and (max-width: variable.$breakpoint_sp2){
        font-size: 1.2rem;
      }
    }
  }
}
*/
/* sec_nav */
/* -------------------------------------------------------- */
.sec_nav {
  padding-top: 100px;
  padding-bottom: 0;
}
.sec_nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
}
.sec_nav nav ul li a {
  padding: 10px 20px;
  color: var(--wh);
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
  background: var(--primary);
  border: 2px solid var(--primary);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_nav nav ul li a:hover {
  color: var(--primary);
  background: var(--wh);
  opacity: 1;
}

/* footer */
/* -------------------------------------------------------- */
footer {
  padding: 50px 0;
  color: var(--wh);
  background: var(--primary);
}
footer a {
  color: var(--wh);
}
footer .ttl {
  margin-bottom: 20px;
  color: var(--wh);
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: 7;
}
footer .addr {
  margin-bottom: 40px;
  line-height: 1.6;
}
footer .copyright {
  font-size: 1.4rem;
  text-align: center;
}

/* news_list / members_list */
/* -------------------------------------------------------- */
.news_list,
.members_list {
  border-top: 1px solid #999;
}
.news_list .box,
.members_list .box {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #999;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .news_list .box,
  .members_list .box {
    gap: 0 10px;
    display: block;
  }
}
.news_list .box::after,
.members_list .box::after {
  position: absolute;
  content: "→";
  width: 27px;
  height: 28px;
  top: calc(50% - 14px);
  right: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .news_list .box::after,
  .members_list .box::after {
    width: 21px;
    top: calc(50% - 15px);
    right: 5px;
  }
}
.news_list .box .date,
.members_list .box .date {
  width: 128px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .news_list .box .date,
  .members_list .box .date {
    margin-bottom: 10px;
    width: 148px;
  }
}
.news_list .box .inbox,
.members_list .box .inbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .news_list .box .inbox,
  .members_list .box .inbox {
    padding-right: 30px;
  }
}
.news_list .box .inbox figure,
.members_list .box .inbox figure {
  width: 20%;
  max-width: 100px;
}
.news_list .box .inbox .ttl,
.members_list .box .inbox .ttl {
  width: 76%;
}
@media only screen and (max-width: 767px) {
  .news_list .box .inbox .ttl,
  .members_list .box .inbox .ttl {
    padding-right: 30px;
    width: 78%;
    line-height: 1.5;
  }
}
.news_list .box .inbox .ttl a,
.members_list .box .inbox .ttl a {
  color: var(--text);
}
.news_list .box .inbox .ttl a:hover,
.members_list .box .inbox .ttl a:hover {
  text-decoration: underline;
}