.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 {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  body.is-fixed {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body {
    margin-bottom: 25vw;
  }
}

* {
  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;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  main {
    background: #E6F7FF;
  }
}
.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;
  }
}

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

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

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

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

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

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

.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: 7.0833333333vw;
    height: 7.0833333333vw;
    border: 0.625vw solid #38A1DB;
  }
  .u-tglicon:before, .u-tglicon:after {
    width: 3.3333333333vw;
    height: 0.625vw;
  }
}

*.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: -6.25vw;
  }
}/*# sourceMappingURL=style.css.map */