@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
html {
  scroll-behavior: smooth;
  font-size: 62.5% !important;
}

body {
  letter-spacing: 0.06em;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", serif !important;
  color: #251E1C;
  background-color: #fff;
  letter-spacing: 0.075em;
}

img {
  width: -webkit-fill-available;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  /* Safari, Chrome */
  image-rendering: optimizeQuality;
  width: -moz-available;
  pointer-events: none;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.fade {
  opacity: 0;
  transform: translateY(50px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}

.wide--position {
  width: 69.625%;
  padding: 0 2%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .wide--position {
    width: 100%;
    padding: 0;
  }
}

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

.ttl {
  font-size: 2.9166667vw;
}
@media (max-width: 767px) {
  .ttl {
    font-size: 4.69361147vw;
  }
}

.ttl--l {
  font-size: 3.75vw;
}
@media (max-width: 767px) {
  .ttl--l {
    font-size: 4.95436767vw;
  }
}

.ttl--m {
  font-size: 1.97916667vw;
}
@media (max-width: 767px) {
  .ttl--m {
    font-size: 4.95436767vw;
  }
}

.ttl--s {
  font-size: 7.179487vw;
  line-height: 1.5;
  font-weight: bold;
}

.txt {
  line-height: 2;
  font-size: 1.5625vw;
}
@media (max-width: 767px) {
  .txt {
    font-size: 2.34680574vw;
    font-size: 2.868vw;
  }
}

.txt--s {
  line-height: 1.6;
  font-size: 1.458333vw;
}
@media (max-width: 767px) {
  .txt--s {
    font-size: 4.26667vw;
  }
}

.txt--ss {
  font-size: 1.1458333vw;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .txt--ss {
    font-size: 3.7333vw;
  }
}

.fv {
  position: relative;
}
.fv__btn {
  width: 28%;
}
@media (max-width: 767px) {
  .fv__btn {
    width: 73.3%;
    margin: 0 auto;
  }
}
.fv__btnWrapper {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  width: 100%;
}
@media (max-width: 767px) {
  .fv__btnWrapper {
    display: block;
    bottom: 3%;
  }
}
.fv__btnWrapper p {
  color: #fff;
  font-size: 1.04166667vw;
}
@media (max-width: 767px) {
  .fv__btnWrapper p {
    font-size: 2.60756193vw;
    text-align: center;
    margin-top: 3.4%;
  }
}

.supervision__head {
  position: relative;
}
.supervision__head .ttl {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.supervision__body {
  position: relative;
  padding: 4.54% 0 6%;
}
@media (max-width: 767px) {
  .supervision__body {
    padding: 10% 3%;
  }
}
.supervision__body .ttl {
  padding-bottom: 2%;
  border-bottom: 1px solid;
}
.supervision__body .txt {
  margin-top: 5%;
}
.supervision__body .txt span {
  font-size: 1.9791667vw;
}
@media (max-width: 767px) {
  .supervision__body .txt span {
    font-size: 3.3898vw;
  }
}
.supervision__img {
  margin-top: 7%;
}
@media (max-width: 767px) {
  .supervision__img {
    margin-top: 5%;
  }
}
.supervision__human {
  position: absolute;
  width: 29.2%;
  top: 5%;
  right: 0%;
}
@media (max-width: 767px) {
  .supervision__human {
    top: 1%;
  }
}

.experienced {
  padding-top: 5%;
  background-color: #000000;
}
.experienced .ttl {
  text-align: center;
  color: #fff;
}
.experienced__img {
  margin-top: 5%;
}

.reason {
  padding: 7% 0 5%;
  background-color: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .reason {
    margin-top: -0.05%;
    padding: 11% 0 8%;
  }
}
.reason .ttl {
  letter-spacing: -0.03em;
  text-align: center;
  line-height: 1.5;
}
.reason .txt--s {
  text-align: center;
  margin-top: 3%;
}
@media (max-width: 767px) {
  .reason .txt--s {
    margin-top: 6%;
  }
}
@media (max-width: 767px) {
  .reason__inner {
    padding: 0 3%;
  }
}
.reason__contents {
  margin-top: 5%;
  padding: 5% 2% 4%;
  border: 1px solid;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .reason__contents {
    width: 100%;
    padding: 7% 6% 1%;
    margin: 6% auto 0;
  }
}
.reason__contents .txt--s {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  padding: 0 20px;
  white-space: nowrap;
}
.reason__contents ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reason__contents ul {
    display: block;
  }
}
.reason__contents ul li {
  display: flex;
  border-right: 1px solid;
  width: 30%;
  gap: 6%;
}
@media (max-width: 767px) {
  .reason__contents ul li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid;
    padding-bottom: 3%;
    align-items: center;
  }
}
.reason__contents ul li h4 {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 3.64583333vw;
  color: #C29647;
}
@media (max-width: 767px) {
  .reason__contents ul li h4 {
    font-size: 10.179487vw;
  }
}
.reason__contents ul li:nth-child(n+2) {
  width: 33%;
}
@media (max-width: 767px) {
  .reason__contents ul li:nth-child(n+2) {
    width: 100%;
    margin-top: 3%;
  }
}
.reason__contents ul li:last-child {
  border: none;
}

.clear {
  position: relative;
}
.clear__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.clear__txt h3 {
  font-size: 2.708333vw;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .clear__txt h3 {
    font-size: 2.868vw;
  }
}
.clear__txt h2 {
  font-size: 3.75vw;
  color: #C29647;
  margin-top: 1.2%;
}
@media (max-width: 767px) {
  .clear__txt h2 {
    font-size: 4.3936vw;
    margin-top: 2.2%;
  }
}
.clear__txt p {
  margin-top: 2.1%;
}
@media (max-width: 767px) {
  .clear__txt p {
    font-size: 3.2vw;
  }
}

.era {
  background-image: url(../images/era-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 5% 0 11%;
}
@media (max-width: 767px) {
  .era {
    padding: 10% 0 16%;
    background-image: url(../images/era-bg-sp.jpg);
  }
}
.era ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2%;
}
@media (max-width: 767px) {
  .era ul {
    justify-content: center;
    gap: 4%;
    margin-top: 6%;
    padding: 0 3%;
  }
}
.era ul li {
  width: 32%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
  border-radius: 21px;
  padding: 3% 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .era ul li {
    width: 48%;
    padding: 3% 4%;
  }
}
.era ul li .txt--s {
  letter-spacing: 0;
  margin-bottom: 7%;
}
@media (max-width: 767px) {
  .era ul li .txt--s {
    letter-spacing: unset;
  }
}
.era ul li p + p {
  font-size: 0.9375vw;
  margin-top: 4%;
  margin-bottom: 3%;
}
@media (max-width: 767px) {
  .era ul li p + p {
    font-size: 2.66667vw;
    line-height: 1.5;
    margin-top: 1%;
    margin-bottom: 14%;
  }
}
.era ul li .era__itemImg {
  width: 52.58%;
  margin: auto auto 0;
}
@media (max-width: 767px) {
  .era ul li .era__itemImg {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .era ul li:nth-child(n+3) {
    margin-top: 4%;
  }
}
.era ul li:nth-child(n+4) {
  margin-top: 2%;
}
@media (max-width: 767px) {
  .era ul li:nth-child(n+4) {
    margin-top: 4%;
  }
}
.era ul li:nth-child(4) .txt--s {
  margin-bottom: 2%;
}

.feature {
  text-align: center;
  margin-top: -5%;
  padding-bottom: 10%;
}
@media (max-width: 767px) {
  .feature {
    padding: 0 3% 13%;
  }
}
.feature .ttl--l {
  color: #C29647;
}
.feature .txt--s {
  margin-top: 3%;
}
@media (max-width: 767px) {
  .feature .txt--s {
    margin-top: 5%;
  }
}
.feature__contents {
  position: relative;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .feature__contents {
    margin-top: 7%;
  }
}
.feature__box {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.feature__box ul {
  margin: 4% auto 0;
  width: 60%;
}
@media (max-width: 767px) {
  .feature__box ul {
    width: 78%;
    margin-top: 5%;
  }
}
.feature__box ul li {
  padding-bottom: 1.8%;
  border-bottom: 1px solid #C29647;
}
@media (max-width: 767px) {
  .feature__box ul li {
    padding-bottom: 3%;
  }
}
@media (max-width: 767px) {
  .feature__box ul li .ttl--m {
    font-size: 3.7333vw;
    font-weight: bold;
    line-height: 1.5;
  }
}
.feature__box ul li .txt--ss {
  margin-top: 1.5%;
}
.feature__box ul li + li {
  margin-top: 2.8%;
}
@media (max-width: 767px) {
  .feature__box ul li + li {
    margin-top: 4%;
  }
}
.feature__box ul li:last-child {
  border: none;
}
.feature__img {
  width: 40.919%;
  margin: 3% auto 0;
}
@media (max-width: 767px) {
  .feature__img {
    width: 55%;
    margin-top: 4%;
  }
}

.return {
  background-color: #FFFEEF;
  text-align: center;
  padding: 5% 0 7%;
}
@media (max-width: 767px) {
  .return {
    padding: 10% 0;
  }
}
.return .ttl--l {
  color: #C29647;
}
.return ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3%;
}
@media (max-width: 767px) {
  .return ul {
    justify-content: center;
    gap: 4%;
    padding: 0 3%;
    margin-top: 7%;
  }
}
.return ul li {
  width: 31.9%;
  border: 1px solid #D78113;
  background-color: #fff;
}
@media (max-width: 767px) {
  .return ul li {
    width: 45%;
  }
}
.return ul li .txt--ss {
  background-color: #D78113;
  color: #fff;
  padding: 2% 0;
}
.return ul li .return__itemContent {
  padding: 10% 2% 5%;
}
@media (max-width: 767px) {
  .return ul li .return__itemContent {
    padding: 12% 2% 9%;
  }
}
.return ul li .return__itemContent h4 {
  color: #D78113;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .return ul li .return__itemContent h4 {
    font-size: 3.5vw;
  }
}
.return ul li .return__itemContent h4 span {
  display: block;
}
.return ul li .return__itemContent .return__itemTxt {
  margin-top: 8%;
}
.return ul li .return__itemContent .return__itemTxt p {
  position: relative;
  text-align: left;
  font-size: 1.666667vw;
  line-height: 1.2;
  padding-left: 12%;
}
@media (max-width: 767px) {
  .return ul li .return__itemContent .return__itemTxt p {
    font-size: 3.2vw;
  }
}
.return ul li .return__itemContent .return__itemTxt p::before {
  position: absolute;
  content: "";
  width: 1.198vw;
  max-width: 23px;
  height: 1.198vw;
  max-height: 23px;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: 1px solid #000000;
  background-color: #fff;
}
@media (max-width: 767px) {
  .return ul li .return__itemContent .return__itemTxt p::before {
    left: 4%;
  }
}
.return ul li .return__itemContent .return__itemTxt p + p {
  margin-top: 3%;
}
@media (max-width: 767px) {
  .return ul li:nth-child(n+3) {
    margin-top: 4%;
  }
}
.return ul li:nth-child(n+4) {
  margin-top: 3%;
}
@media (max-width: 767px) {
  .return ul li:nth-child(n+4) {
    margin-top: 4%;
  }
}
.return ul li:nth-child(2) .txt--ss,
.return ul li:nth-child(3) .txt--ss {
  background-color: #CB5480;
}
.return ul li:nth-child(2) h4,
.return ul li:nth-child(3) h4 {
  color: #CB5480;
}
.return ul li:nth-child(4) .txt--ss {
  background-color: #AC8C59;
}
.return ul li:nth-child(4) h4 {
  color: #AC8C59;
}
.return ul li:nth-child(4) .return__itemContent .return__itemTxt p:last-of-type::before {
  top: 24%;
}
.return ul li:nth-child(5) .txt--ss,
.return ul li:nth-child(6) .txt--ss {
  background-color: #9560A0;
}
.return ul li:nth-child(5) h4,
.return ul li:nth-child(6) h4 {
  color: #9560A0;
}
.return__btn {
  width: 28.6%;
  margin: 5% auto 0;
}
@media (max-width: 767px) {
  .return__btn {
    width: 73.3%;
    margin-top: 7%;
  }
}
.return__txt {
  margin-top: 3%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .return__txt {
    white-space: unset;
    margin-top: 5%;
    font-size: 3.2vw;
  }
}

.use {
  padding-top: 5%;
  text-align: center;
}
@media (max-width: 767px) {
  .use {
    padding-top: 10%;
  }
}
.use .ttl--l {
  color: #C29647;
}
.use .txt--s {
  margin-top: 2%;
}
.use ul {
  width: 58%;
  margin: 2% auto 0;
}
@media (max-width: 767px) {
  .use ul {
    width: 90%;
    margin-top: 5%;
  }
}
.use ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #C29647;
  border-radius: 19px;
  padding: 2% 3%;
}
.use ul li .use__itemImg {
  width: 37.5%;
}
.use ul li p {
  width: 62%;
  font-size: 1.666667vw;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .use ul li p {
    font-size: 3.2vw;
  }
}
.use ul li + li {
  margin-top: 4%;
}

.schedule {
  margin-top: 4%;
}
@media (max-width: 767px) {
  .schedule {
    margin-top: 13%;
  }
}
.schedule .ttl--l {
  text-align: center;
  color: #C29647;
}
.schedule__contents {
  width: 58%;
  margin: 4% auto 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.666667vw;
  position: relative;
}
@media (max-width: 767px) {
  .schedule__contents {
    width: 90%;
    font-size: 3.2vw;
    margin-top: 6%;
    display: block;
  }
}
.schedule__contents::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 30%;
  left: 0;
}
@media (max-width: 767px) {
  .schedule__contents::before {
    content: none;
  }
}
.schedule__contents span {
  width: 5%;
  margin-top: 9%;
}
@media (max-width: 767px) {
  .schedule__contents span {
    margin: 6% auto 2%;
    display: block;
    width: 12%;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .schedule__box h3 {
    border-bottom: 1px solid;
    padding-bottom: 3%;
  }
}
.schedule__box p {
  margin-top: 8%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .schedule__box p {
    margin-top: 3%;
  }
}
.schedule__annotation {
  margin-top: 4%;
  font-size: 0.9375vw;
  text-align: right;
}
@media (max-width: 767px) {
  .schedule__annotation {
    font-size: 2.60756193vw;
    margin-top: 7%;
  }
}

.bonus {
  position: relative;
  margin-top: 3%;
}
@media (max-width: 767px) {
  .bonus {
    margin-top: 10%;
  }
}
.bonus__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 767px) {
  .bonus__contents {
    top: 47%;
  }
}
@media (max-width: 767px) {
  .bonus__contents h2 {
    text-align: center;
  }
}
.bonus__contents ul {
  display: flex;
  margin-top: 3%;
  text-align: center;
}
.bonus__contents ul li {
  width: 20%;
  position: relative;
}
@media (max-width: 767px) {
  .bonus__contents ul li {
    width: 24%;
  }
}
.bonus__contents ul li span {
  width: 17.637%;
  margin: 0 auto;
  display: block;
}
.bonus__contents ul li .txt--s {
  margin-top: 10%;
  font-size: 1.3vw;
}
@media (max-width: 767px) {
  .bonus__contents ul li .txt--s {
    font-size: 2.34680574vw;
  }
}
.bonus__contents ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  right: 0;
  bottom: -15%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .bonus__contents ul li::after {
    height: 100%;
    right: 0;
    bottom: 0;
  }
}
.bonus__btn {
  width: 43%;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .bonus__btn {
    width: 64%;
    margin-top: 8%;
    padding-left: 2%;
  }
}
.bonus__txt {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 3%;
  width: 70%;
}
@media (max-width: 767px) {
  .bonus__txt {
    margin-top: 5%;
    padding-left: 5%;
  }
}
.bonus__txt p {
  font-size: 1.666667vw;
}
@media (max-width: 767px) {
  .bonus__txt p {
    font-size: 2.34680574vw;
  }
}
.bonus__txt p:nth-of-type(n + 3) {
  margin-top: 3%;
}

.footer {
  color: #C29647;
  text-align: center;
  line-height: 1.5;
  margin-top: 5%;
  padding-bottom: 10%;
}/*# sourceMappingURL=local.css.map */