@charset "UTF-8";
.m-kv img {
  width: 100%;
}

.js-tgl + * {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

body.lower {
  background: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  body.is-fixed {
    margin-top: 80px;
  }
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  font-weight: 500;
  line-height: 1.9;
}

main {
  display: block;
  overflow: hidden;
}

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.is-disabled {
  opacity: 0.4;
}

.js-fade {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.js-fade.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media (min-width: 768px) {
  [data-device=sp] {
    display: none !important;
  }
  a, button, .js-tgl {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  a:hover, button:hover, .js-tgl:hover {
    opacity: 0.65;
  }
  .--anchor {
    scroll-margin-top: 100px;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  .--anchor {
    scroll-margin-top: 14.6666666667vw;
  }
}
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.g-header__logo {
  position: absolute;
}
@media (min-width: 768px) {
  .g-header {
    height: 80px;
    border-bottom: 1px solid #C79F62;
  }
  .g-header__logo {
    width: 344px;
    left: 220px;
  }
}
@media (max-width: 767px) {
  .g-header {
    height: 13.8666666667vw;
    border-bottom: 1px solid #C79F62;
  }
  .g-header__logo {
    width: 62vw;
    left: 4.2666666667vw;
  }
  .g-header__btn {
    position: absolute;
    right: 0;
    height: 100%;
    width: 13.8666666667vw;
  }
  .g-header__btn img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
  }
  .g-header__btn img.--open {
    opacity: 0;
  }
  .g-header__btn.is-open .--open {
    opacity: 1 !important;
  }
  .g-header__btn.is-open .--close {
    opacity: 0 !important;
  }
}

.g-inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .g-inner {
    width: 1000px;
  }
}

.g-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D6B87A;
  border-radius: 9999px;
  color: #000;
  font-weight: 500;
}
.g-btn:before {
  content: "";
  background-image: url("../img/arw_bk.png");
  background-size: cover;
  position: absolute;
}
@media (min-width: 768px) {
  .g-btn {
    width: 250px;
    height: 47px;
    font-size: 16px;
  }
  .g-btn:before {
    width: 7.4px;
    height: 12px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .g-btn {
    width: 80vw;
    height: 13.0666666667vw;
    font-size: 4.1333333333vw;
    margin: 0 auto;
  }
  .g-btn:before {
    width: 2vw;
    height: 3.3333333333vw;
    right: 4vw;
  }
}

.g-footer {
  background: #000;
}
.g-footer__copy {
  background: #0D0D0D;
  color: #C79F62;
  border-top: 1px solid #C79F62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald", sans-serif;
}
.g-footer__top {
  position: absolute;
}
@media (min-width: 768px) {
  .g-footer {
    padding-top: 118px;
  }
  .g-footer__copy {
    font-size: 12px;
    height: 80px;
  }
  .g-footer__top {
    bottom: 80px;
    right: 220px;
    width: 48px;
  }
}
@media (max-width: 767px) {
  .g-footer {
    padding-top: 22vw;
  }
  .g-footer__copy {
    font-size: 2.9333333333vw;
    height: 18.6666666667vw;
  }
  .g-footer__top {
    bottom: 18.6666666667vw;
    right: 4.2666666667vw;
    width: 12.4vw;
  }
}

.g-lowerttl {
  border-bottom: 1px solid #C79F62;
}
.g-lowerttl h2 {
  color: #C79F62;
  font-family: "Noto Serif JP", serif;
}
.g-lowerttl p {
  color: #fff;
}
@media (min-width: 768px) {
  .g-lowerttl {
    padding: 0 15px 25px;
    margin-bottom: 25px;
  }
  .g-lowerttl h2 {
    font-size: 24px;
  }
  .g-lowerttl p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .g-lowerttl {
    padding: 0 2vw 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .g-lowerttl h2 {
    font-size: 5.3333333333vw;
  }
  .g-lowerttl p {
    font-size: 3.2vw;
  }
}

.m-nav {
  background: #000;
}
.m-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-nav__items {
  border-left: 1px solid #C79F62;
}
.m-nav__items:last-child {
  border-right: 1px solid #C79F62;
}
.m-nav__link {
  font-family: "Noto Serif JP", serif;
  color: #C79F62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-nav__link span {
  font-family: "Oswald", sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .m-nav {
    padding: 30px 0 40px;
  }
  .m-nav__link {
    min-width: 180px;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
  }
  .m-nav__link span {
    font-size: 11px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .m-nav {
    position: fixed;
    top: 13.8666666667vw;
    right: 0;
    width: 70vw;
    height: calc(100vh - 13.8666666667vw);
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-nav.is-open {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .m-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 13.3333333333vw;
  }
  .m-nav__items {
    border: none;
    width: 100%;
  }
  .m-nav__items:nth-child(n+2) {
    padding-top: 4vw;
    margin-top: 4vw;
    border-top: 1px solid #C79F62;
  }
  .m-nav__items:last-child {
    border-right: none;
  }
  .m-nav__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-left: 6.6666666667vw;
  }
}

.m-news {
  background: #0D0D0D;
}
.m-news__ttl {
  font-family: "Noto Serif JP", serif;
  color: #C79F62;
}
.m-news__inner {
  margin: 0 auto;
}
.m-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-news__items {
  background: #fff;
  overflow: hidden;
}
.m-news__items a {
  color: #000;
}
.m-news__contttl {
  font-family: "Noto Serif JP", serif;
}
.m-news__more {
  position: absolute;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.m-news__more:before {
  content: "";
  background-image: url("../img/arw_gold_03.png");
  background-size: cover;
  position: absolute;
}
@media (min-width: 768px) {
  .m-news {
    padding: 30px 0 70px;
  }
  .m-news__inner {
    width: 910px;
  }
  .m-news__ttl {
    font-size: 30px;
    margin-bottom: 23px;
    margin-left: 32px;
  }
  .m-news__items {
    width: 240px;
    height: 300px;
    border-radius: 12px;
    margin: 0 32px;
  }
  .m-news__contttl {
    font-size: 17px;
    padding: 15px 27px 0;
  }
  .m-news__desc {
    font-size: 12px;
    padding: 13px 27px 0;
  }
  .m-news__more {
    font-size: 16px;
    right: 20px;
    bottom: -35px;
  }
  .m-news__more:before {
    width: 91px;
    height: 18px;
    bottom: -3px;
    right: -37px;
  }
}
@media (max-width: 767px) {
  .m-news {
    padding: 4vw 0 9.3333333333vw;
  }
  .m-news__ttl {
    font-size: 7.3333333333vw;
    margin-bottom: 6.6666666667vw;
    margin-left: 4.2666666667vw;
  }
  .m-news .js-news-swiper {
    width: 60.1333333333vw !important;
    overflow: visible;
  }
  .m-news__items {
    height: 80.5333333333vw;
    border-radius: 3.2vw;
  }
  .m-news__contttl {
    font-size: 4.2666666667vw;
    padding: 6vw 6.6666666667vw 0;
  }
  .m-news__desc {
    font-size: 3.4666666667vw;
    padding: 3.3333333333vw 6.6666666667vw 0;
  }
  .m-news__more {
    font-size: 2.1333333333vw;
    right: 2.6666666667vw;
    bottom: -4.6666666667vw;
  }
  .m-news__more:before {
    width: 12.1333333333vw;
    height: 2.4vw;
    bottom: -0.4vw;
    right: -4.9333333333vw;
  }
}

.m-about__box, .m-about__policy, .m-about__join, .m-about__member {
  background: #000;
}
.m-about__msg {
  background: #0D0D0D;
}
.m-about__ttl, .m-about__subttl {
  border-bottom: 1px solid #C79F62;
}
.m-about__ttl h2, .m-about__ttl span, .m-about__subttl h2, .m-about__subttl span {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.m-about__ttl p, .m-about__subttl p {
  color: #C79F62;
  font-family: "Oswald", sans-serif;
}
.m-about__txt {
  color: #fff;
  line-height: 1.7;
}
.m-about__pct img {
  width: 100%;
}
.m-about__effect h3 {
  background: rgba(199, 159, 98, 0.5);
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.m-about__effect p {
  background: #8D7C64;
  color: #fff;
}
.m-about__effect span {
  background: #fff;
  display: block;
  color: #8D7C64;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.m-about__effect span:before {
  content: "";
  background-image: url("../img/arw_gold_01.png");
  background-size: cover;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-about__mission li {
  background: #8D7C64;
}
.m-about__mission h4 {
  background: #634e2e;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.m-about__mission p {
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
.m-about__mission span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-about__cate li {
  border: 1px solid #C79F62;
  color: #C79F62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-about__membercont ul {
  color: #fff;
}
.m-about__membercont ul a {
  color: #fff;
}
.m-about__membercont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about__memberpct {
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-about > * {
    padding: 50px 0;
  }
  .m-about__ttl {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .m-about__ttl h2 {
    font-size: 28px;
  }
  .m-about__ttl p {
    font-size: 14px;
  }
  .m-about__txt {
    font-size: 14px;
  }
  .m-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-bottom: 50px;
    min-height: 300px;
  }
  .m-about__row .m-about__txt {
    width: 500px;
    margin-left: auto;
  }
  .m-about__row .m-about__pct {
    right: 528px;
  }
  .m-about__row.--rr .m-about__txt {
    margin-left: 0;
    margin-right: auto;
  }
  .m-about__row.--rr .m-about__pct {
    left: 528px;
  }
  .m-about__row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-about__pct {
    position: absolute;
    width: 48.0555555556vw;
    height: 300px;
  }
  .m-about__pct img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .m-about__subttl {
    padding-bottom: 15px;
  }
  .m-about__subttl h2 {
    font-size: 18px;
  }
  .m-about__subttl p {
    font-size: 14px;
  }
  .m-about__subttl span {
    font-size: 12px;
    margin-top: 15px;
  }
  .m-about__msg {
    padding-bottom: 0;
  }
  .m-about__msgcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-about__msgcont .m-about__txt {
    padding-top: 38px;
    padding-bottom: 50px;
    width: 655px;
  }
  .m-about__msgpct {
    width: 270px;
    background: rgba(199, 159, 98, 0.2);
    padding-top: 100px;
  }
  .m-about__effectwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .m-about__effect {
    width: 472px;
  }
  .m-about__effect h3 {
    padding: 5px 0;
    font-size: 18px;
  }
  .m-about__effect p {
    font-size: 14px;
    padding: 9px 36px;
  }
  .m-about__effect span {
    margin-top: 47px;
    padding: 6px 0;
  }
  .m-about__effect span:before {
    width: 76px;
    height: 26px;
    top: -36px;
  }
  .m-about__mission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .m-about__mission li {
    width: 325px;
  }
  .m-about__mission li h4 {
    font-size: 18px;
    padding: 7px 0;
  }
  .m-about__mission li span {
    width: 30px;
    height: 29px;
    margin: 13px auto;
  }
  .m-about__mission li p {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .m-about__join .g-btn {
    margin-top: 15px;
  }
  .m-about__cate li {
    font-size: 14px;
    width: 145px;
    height: 46px;
  }
  .m-about__cate li + li {
    margin-top: 15px;
  }
  .m-about__joincont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-about__membercont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 55px;
  }
  .m-about__membercont li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .m-about__membercont li p:nth-child(1) {
    margin-right: 5px;
  }
  .m-about__memberpct {
    width: 500px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .m-about > * {
    padding: 9.3333333333vw 0;
  }
  .m-about__ttl {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 8vw;
    padding-left: 7.2vw;
  }
  .m-about__ttl h2 {
    font-size: 5.0666666667vw;
  }
  .m-about__ttl p {
    font-size: 2.5333333333vw;
  }
  .m-about__txt {
    font-size: 3.7333333333vw;
    padding: 0 10.1333333333vw;
  }
  .m-about__txt em {
    display: block;
    font-size: 4vw;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 5.8666666667vw;
    margin-top: 6vw;
  }
  .m-about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-about__row.--rr .m-about__pct {
    margin-left: auto;
    margin-right: 0;
  }
  .m-about__pct {
    width: 92.2666666667vw;
    margin-bottom: 8vw;
    margin-right: auto;
    margin-left: 0;
  }
  .m-about__subttl {
    padding-bottom: 2vw;
    padding-left: 7.2vw;
  }
  .m-about__subttl h2 {
    font-size: 5.0666666667vw;
  }
  .m-about__subttl p {
    font-size: 2.5333333333vw;
  }
  .m-about__subttl span {
    font-size: 3.0666666667vw;
    margin-top: 2vw;
  }
  .m-about__msg {
    padding-bottom: 0;
  }
  .m-about__msgpct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(199, 159, 98, 0.2);
    margin-top: 8vw;
  }
  .m-about__msgpct img {
    width: 60.2666666667vw;
  }
  .m-about__effectwrap {
    margin-top: 6vw;
    padding: 0 4.6666666667vw;
  }
  .m-about__effect {
    width: 100%;
  }
  .m-about__effect:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
  .m-about__effect h3 {
    padding: 1.3333333333vw 0;
    font-size: 3.6vw;
  }
  .m-about__effect p {
    font-size: 3.6vw;
    padding: 1.2vw 4.8vw;
  }
  .m-about__effect span {
    margin-top: 14vw;
    font-size: 3.4666666667vw;
    padding: 1.2vw 0;
  }
  .m-about__effect span:before {
    width: 14.6666666667vw;
    height: 4.8vw;
    top: -9.3333333333vw;
  }
  .m-about__mission {
    margin-top: 6.6666666667vw;
    padding: 0 10vw;
  }
  .m-about__mission li {
    width: 100%;
  }
  .m-about__mission li:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
  .m-about__mission li h4 {
    font-size: 4.4vw;
    padding: 0.9333333333vw 0;
  }
  .m-about__mission li span {
    width: 7.6vw;
    height: 7.0666666667vw;
    margin: 1.7333333333vw auto;
  }
  .m-about__mission li p {
    font-size: 3.4666666667vw;
    padding-bottom: 3.3333333333vw;
  }
  .m-about__join .g-btn {
    margin-top: 7.3333333333vw;
  }
  .m-about__cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6.6666666667vw;
  }
  .m-about__cate li {
    font-size: 3.4666666667vw;
    width: 27.3333333333vw;
    height: 11.3333333333vw;
    margin: 0 1.8666666667vw;
  }
  .m-about__membercont ul {
    padding: 0 10vw;
  }
  .m-about__membercont li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.4666666667vw;
  }
  .m-about__membercont li p:nth-child(1) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 0.6666666667vw;
  }
  .m-about__memberpct {
    margin: 6vw auto 0;
    width: 90.6666666667vw;
    border-radius: 3.6vw;
  }
}

.m-list__box {
  padding: 0 7.2vw;
}
.m-list__box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #C79F62;
  color: #C79F62;
}
.m-list__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-list__ttl {
  border-bottom: 1px solid #C79F62;
  padding-left: 7.2vw;
}
.m-list__ttl h2, .m-list__ttl span {
  font-family: "Noto Serif JP", serif;
}
.m-list__ttl p {
  color: #C79F62;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .m-list {
    padding: 20px 0 50px;
  }
  .m-list__box {
    margin-top: 30px;
  }
  .m-list__box p {
    width: 145px;
    height: 46px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .m-list li + li {
    margin-left: 40px;
  }
  .m-list__ttl {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .m-list__ttl h2 {
    font-size: 28px;
  }
  .m-list__ttl p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .m-list {
    padding: 6.6666666667vw 0 12.6666666667vw;
  }
  .m-list__box {
    margin-top: 7.3333333333vw;
  }
  .m-list__box p {
    width: 27.3333333333vw;
    height: 8.6666666667vw;
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .m-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-list li {
    width: 42.1333333333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-list li:nth-child(n+3) {
    margin-top: 9.3333333333vw;
  }
  .m-list__ttl {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
  .m-list__ttl h2 {
    font-size: 5.0666666667vw;
  }
  .m-list__ttl p {
    font-size: 2.5333333333vw;
  }
}

.m-form {
  background: #000;
}
.m-form__ttl {
  color: #C79F62;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.m-form__bloc {
  background: #fff;
  margin: 0 auto;
}
.m-form__box input, .m-form__box select {
  background: #F2EFE9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.m-form__box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-form__box input::-webkit-input-placeholder {
  color: #D3CDBD;
}
.m-form__box input::-moz-placeholder {
  color: #D3CDBD;
}
.m-form__box input:-ms-input-placeholder {
  color: #D3CDBD;
}
.m-form__box input::-ms-input-placeholder {
  color: #D3CDBD;
}
.m-form__box input::placeholder {
  color: #D3CDBD;
}
.m-form__box.--req p:after {
  content: "必須";
  background: #C30000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
}
.m-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #C79F62;
  margin: 0 auto;
  border-radius: 9999px;
  font-family: 500;
}
.m-form__btn:after {
  content: "";
  background-image: url("../img/arw_bk.png");
  background-size: cover;
  position: absolute;
}
.m-form__txt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  .m-form {
    padding-top: 130px;
  }
  .m-form__ttl {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .m-form__bloc {
    width: 700px;
    border-radius: 20px;
    padding: 42px 94px 76px;
  }
  .m-form__bloc.--fin {
    padding-bottom: 42px;
  }
  .m-form__txt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .m-form__box:nth-child(n+2) {
    margin-top: 29px;
  }
  .m-form__box input, .m-form__box select {
    height: 38px;
    font-size: 16px;
    padding: 0 10px;
    margin-top: 15px;
    border-radius: 8px;
  }
  .m-form__box input.--address, .m-form__box select.--address {
    width: 140px;
  }
  .m-form__box p {
    font-size: 16px;
  }
  .m-form__box.--req p:after {
    width: 42px;
    height: 20px;
    font-size: 12px;
    margin-left: 10px;
  }
  .m-form__btn {
    width: 272px;
    height: 47px;
    margin-top: 50px;
    font-size: 16px;
  }
  .m-form__btn:after {
    width: 7.4px;
    height: 12px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .m-form {
    padding-top: 24vw;
  }
  .m-form__ttl {
    font-size: 4.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
  .m-form__bloc {
    width: 93.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 5.6vw 2.6666666667vw 10.1333333333vw;
  }
  .m-form__bloc.--fin {
    padding-bottom: 5.6vw;
  }
  .m-form__txt {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-form__box:nth-child(n+2) {
    margin-top: 3.8666666667vw;
  }
  .m-form__box input, .m-form__box select {
    height: 8vw;
    font-size: 4vw;
    padding: 0 1.3333333333vw;
    margin-top: 2vw;
    border-radius: 1.0666666667vw;
  }
  .m-form__box input.--address, .m-form__box select.--address {
    width: 37.3333333333vw;
  }
  .m-form__box p {
    font-size: 4vw;
  }
  .m-form__box.--req p:after {
    width: 10.6666666667vw;
    height: 4.5333333333vw;
    font-size: 3.4666666667vw;
    margin-left: 1.3333333333vw;
  }
  .m-form__btn {
    width: 72vw;
    height: 12vw;
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .m-form__btn:after {
    width: 1.8666666667vw;
    height: 3.2vw;
    right: 4.2666666667vw;
  }
}

.m-post {
  background: #000;
}
.m-post__inner {
  margin: 0 auto;
}
.m-post__ttl {
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.m-post__thumb {
  border: 1px solid #C79F62;
}
.m-post__txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  .m-post {
    padding-top: 105px;
  }
  .m-post__inner {
    width: 780px;
  }
  .m-post__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .m-post__thumb {
    margin-bottom: 30px;
  }
  .m-post__txt {
    font-size: 16px;
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .m-post {
    padding-top: 23.3333333333vw;
  }
  .m-post__inner {
    padding: 0 2.6666666667vw;
  }
  .m-post__ttl {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .m-post__thumb {
    margin-bottom: 5.3333333333vw;
  }
  .m-post__txt {
    font-size: 3.4666666667vw;
    padding: 0 6vw;
  }
}

.u-tglicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-tglicon:before, .u-tglicon:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #38A1DB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-tglicon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .u-tglicon {
    width: 34px;
    height: 34px;
    border: 3px solid #38A1DB;
  }
  .u-tglicon:before, .u-tglicon:after {
    width: 18px;
    height: 4px;
  }
  .u-tglicon.--m {
    width: 29px;
    height: 29px;
  }
  .u-tglicon.--m:before, .u-tglicon.--m:after {
    width: 14px;
    height: 3px;
  }
  .u-tglicon.--s {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .u-tglicon.--s:before, .u-tglicon.--s:after {
    width: 10px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .u-tglicon {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border: 0.4vw solid #38A1DB;
  }
  .u-tglicon:before, .u-tglicon:after {
    width: 2.1333333333vw;
    height: 0.4vw;
  }
}

*.is-open .u-tglicon {
  background: #38A1DB;
}
*.is-open .u-tglicon:before, *.is-open .u-tglicon:after {
  background: #fff;
}
*.is-open .u-tglicon:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.u-dots .swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
}
.u-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #38A1DB;
}
@media (max-width: 767px) {
  .u-dots {
    bottom: -4vw;
  }
}/*# sourceMappingURL=style.css.map */