@charset "UTF-8";
.headernav {
  background: #fff;
}
.headernav__container {
  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;
  width: 100%;
}
.headernav__container .c {
  padding: 1.5% 0;
  float: none;
}
.headernav__container .n-left {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5% 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 640px) {
  .headernav__container .n-left {
    width: auto;
  }
}
.headernav__item {
  padding-top: 0;
  width: auto;
  font-size: 0.8vw;
}
@media screen and (min-width: 1921px) {
  .headernav__item {
    font-size: 16px;
  }
}
.headernav__item:not(:last-child) {
  margin-right: 16px;
}

.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 980px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    height: 480px;
  }
}
.mainvisual__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mainvisual__splide {
  width: 100%;
  height: 100% !important;
}
.mainvisual__splide .splide__track {
  height: 100%;
}
.mainvisual__splide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainvisual__note {
  position: absolute;
  top: 40px;
  right: 0;
  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;
  width: 100%;
  max-width: 395px;
  min-height: 140px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .mainvisual__note {
    top: 70px;
    width: 40%;
    min-height: 70px;
  }
}
.mainvisual__note-img {
  width: 100%;
  max-width: 239px;
}
@media screen and (max-width: 767px) {
  .mainvisual__note-img {
    width: 60%;
  }
}
.mainvisual__note-text {
  padding: 0 6%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7083333333em;
  color: #9e7146;
}
@media screen and (max-width: 767px) {
  .mainvisual__note-text {
    font-size: 12px;
  }
}
.mainvisual__nav {
  position: absolute;
  bottom: 23.47%;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .mainvisual__nav {
    bottom: 10%;
    left: 20px;
    gap: 12px;
  }
}
.mainvisual__nav-item {
  position: relative;
  width: 50px;
  height: 10px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainvisual__nav-item {
    width: 25px;
    height: 5px;
  }
}
.mainvisual__nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #a03460;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.mainvisual__nav-item.active::before {
  width: 100%;
}

.content__logo {
  display: block;
  margin: 25px auto 50px;
  width: 100%;
  max-width: 239px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.content__logo.nonactive {
  opacity: 0;
  visibility: visible;
  height: 0;
}
.content__header {
  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;
  gap: 26px;
  color: #a03460;
}
@media screen and (max-width: 900px) {
  .content__header {
    gap: 2.6vw;
  }
}
.content__header-small {
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .content__header-small {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .content__header-small {
    font-size: 15px;
  }
}
.content__header-large {
  font-size: 48px;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 900px) {
  .content__header-large {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .content__header-large {
    font-size: 24px;
  }
}
.content__motto {
  position: relative;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 45% 45%;
  gap: 157px 10.02%;
  margin: 75px auto 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content__motto {
    margin: 0 auto 50px;
    display: block;
  }
}
.content__motto-mark {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .content__motto-mark {
    position: static;
    margin: 50px auto;
    width: 30px;
    height: 30px;
    -webkit-transform: none;
            transform: none;
  }
}
.content__motto-mark img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.content__motto-item {
  border: 1px solid #a03460;
  padding: 35px 8% 0 8%;
  max-width: 404px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .content__motto-item {
    margin: 0 auto;
  }
}
.content__motto-item:not(:first-child) {
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .content__motto-item:not(:first-child) {
    margin-top: 50px;
  }
}
.content__motto-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #9e7146;
  line-height: 1.7083333333em;
  text-align: center;
}
.content__motto-text {
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.875em;
  letter-spacing: 0.01em;
  color: #4d4d4d !important;
}
.content__motto-dots {
  display: block;
  margin: 15px 0;
  width: 100%;
}
.content__text-small {
  margin: 10px 0;
  font-size: 12px !important;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 2.5em;
}
.content__motto-number {
  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;
  width: 100%;
  margin: 15px 0 20px;
}
@media screen and (max-width: 1000px) {
  .content__motto-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content__motto-image {
  width: 54.45%;
}
@media screen and (max-width: 767px) {
  .content__motto-image {
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
  }
}
.content__motto-number-details, .content__motto-subitem {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 700;
}
.content__motto-number-text {
  font-size: 18px;
  line-height: 1.6666666667em;
}
.content__motto-number-item {
  display: block;
  margin-top: 12px;
  font-size: 36px;
  line-height: 0.8333333333em;
}
.content__motto-subitem {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 2em;
}
.content__motto-subitem::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 12px;
  background: url("../img/icon-material-star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.content__motto-subitem:not(:last-child) {
  margin-bottom: 10px;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.none {
  display: none;
}

#key {
  background: none;
}
@media screen and (max-width: 767px) {
  #key {
    margin-top: 0;
    padding-top: 0;
  }
}

.box01 {
  margin-top: 50px;
}
/*# sourceMappingURL=main.css.map */
