@charset "UTF-8";
.fv {
  padding: 180px 40px 165px;
  background: url(../img/fv-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 44vw 5.3333333333vw 34.6666666667vw;
  }
}
.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.fv__title {
  font-size: 124px;
  line-height: 0.9;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 14.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.fv__text {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .fv__text {
    font-size: 4.2666666667vw;
  }
}

.concept {
  padding: 75px 40px;
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 8vw 9.3333333333vw 24vw;
  }
}
.concept__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.concept__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .concept__box {
    flex-direction: column-reverse;
  }
}
.concept__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .concept__title {
    margin-bottom: 8vw;
  }
}
.concept__title span {
  font-size: 18px;
  font-weight: 600;
  color: #B78E3B;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .concept__title span {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    display: block;
  }
}
.concept__title h2 {
  font-size: 29px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .concept__title h2 {
    font-size: 6.6666666667vw;
  }
}
.concept__text {
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concept__text {
    font-size: 4vw;
  }
}
.concept__contents {
  width: 46%;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .concept__contents {
    width: 100%;
    padding-top: 13.3333333333vw;
  }
}
.concept__img {
  display: flex;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .concept__img {
    width: 85%;
    justify-content: center;
    margin: 0 auto 30px;
  }
}
.concept__img .img01 {
  margin-bottom: -140px;
}
@media screen and (max-width: 768px) {
  .concept__img .img01 {
    margin-bottom: -60px;
  }
}
.concept__img .img02 {
  margin-top: -140px;
}
@media screen and (max-width: 768px) {
  .concept__img .img02 {
    margin-top: -60px;
  }
}

.business {
  padding: 100px 0 0;
  background: #001B11;
}
@media screen and (max-width: 768px) {
  .business {
    padding: 13.3333333333vw 0 0;
  }
}
.business__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.business__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .business__title {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 0 10.6666666667vw;
    margin-bottom: -20px;
  }
}
.business__title h2 {
  text-align: left;
  font-size: 120px;
  font-weight: 300;
  line-height: 0.9;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .business__title h2 {
    font-size: 14.1333333333vw;
  }
  .business__title h2 span {
    font-size: 14.1333333333vw;
    color: #fff;
    font-weight: 300;
    padding-left: 20px;
  }
}
.business__contents {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .business__contents {
    text-align: left;
  }
}
.business__contents span {
  font-size: 18px;
  font-weight: 600;
  color: #B78E3B;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .business__contents span {
    font-size: 4.2666666667vw;
    display: block;
    margin-bottom: 4vw;
  }
}
.business__contents h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .business__contents h3 {
    font-size: 5.3333333333vw;
  }
}
.business__lists {
  display: flex;
}
@media screen and (max-width: 768px) {
  .business__lists {
    display: block;
  }
}
.business__list {
  width: 33.3333333333%;
  padding: 185px 5% 155px;
}
@media screen and (max-width: 768px) {
  .business__list {
    width: 100%;
    padding: 22.6666666667vw 9.3333333333vw;
  }
}
.business__list--title {
  text-align: center;
  margin-bottom: 30px;
}
.business__list--title h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .business__list--title h3 {
    font-size: 8.5333333333vw;
  }
}
.business__list--title span {
  font-size: 18px;
  font-weight: 700;
  color: #B78E3B;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .business__list--title span {
    font-size: 4.8vw;
    display: block;
    margin-top: 15px;
  }
}
.business__list--text {
  line-height: 2;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .business__list--text {
    font-size: 4vw;
  }
}
.business__list:nth-child(1) {
  background: url(../img/value-img.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.business__list:nth-child(2) {
  background: url(../img/menu-img.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.business__list:nth-child(3) {
  background: url(../img/future-img.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.store {
  padding: 220px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .store {
    padding: 20vw 0 0;
  }
}
.store__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.store__contents {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .store__contents {
    padding: 0 6.6666666667vw;
    width: 100%;
  }
}
.store .section__title {
  margin-bottom: 50px;
}
.store__text {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .store__text {
    font-size: 4vw;
  }
}
.store__open {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 15px;
  background: #B78E3B;
  width: -moz-max-content;
  width: max-content;
  margin: 25px 0 50px;
}
@media screen and (max-width: 768px) {
  .store__open {
    font-size: 4.8vw;
  }
}
.store__map {
  position: absolute;
  top: 50%;
  right: 0;
  width: 57%;
  max-width: 950px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .store__map {
    margin-top: 18.6666666667vw;
    width: 100%;
    position: unset;
    transform: translateY(0);
  }
}
.store__map iframe {
  aspect-ratio: 45/28;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.company {
  padding: 0 40px 45px;
  margin-top: -50px;
  background: #001B11;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 0 9.3333333333vw 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .company__img img {
    aspect-ratio: 1.5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company__inner {
  max-width: 900px;
  margin: 0 auto;
}
.company .section__title {
  text-align: center;
}
.company__table {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .company__table tr {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #3B413E;
  }
}
.company__table th {
  text-align: left;
  font-weight: normal;
  padding: 30px 0;
  padding-left: 30px;
  font-size: 16px;
  box-sizing: border-box;
  border-top: 1px solid #B78E3B;
}
@media screen and (max-width: 768px) {
  .company__table th {
    padding-left: 0;
    padding: 20px 0 0;
    position: relative;
    border: none;
  }
  .company__table th::before {
    content: "";
    width: 30%;
    height: 1px;
    background: #B78E3B;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.company__table td {
  border-top: 1px solid #3B413E;
  font-size: 16px;
  box-sizing: border-box;
  padding: 30px 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .company__table td {
    border: none;
    padding: 0;
    padding: 15px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .company__table tr:last-of-type {
    border-top: 1px solid #3B413E;
  }
}
.company__table tr:last-of-type th {
  border-bottom: 1px solid #B78E3B;
}
@media screen and (max-width: 768px) {
  .company__table tr:last-of-type th {
    border: none;
  }
}
.company__table tr:last-of-type td {
  border-bottom: 1px solid #3B413E;
}
@media screen and (max-width: 768px) {
  .company__table tr:last-of-type td {
    border: none;
  }
}

.contact {
  padding: 45px 40px 90px;
  background: #002014;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 5.3333333333vw 9.3333333333vw 26.6666666667vw;
  }
}
.contact__inner {
  max-width: 900px;
  margin: 0 auto;
}
.contact .section__title {
  text-align: center;
}
.contact__form {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin-top: 13.3333333333vw;
  }
}
.contact__form--item {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #3B413E;
}
@media screen and (max-width: 768px) {
  .contact__form--item {
    display: block;
  }
}
.contact__form--title {
  width: 26%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__form--title.top {
  vertical-align: top;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .contact__form--title {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
    gap: 20px;
  }
}
.contact__form--title span {
  background: #B78E3B;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 12px;
}
.contact__form--text {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .contact__form--text {
    width: 100%;
  }
}
.contact__form--text input {
  background: #26362E;
  border-radius: 10px;
  width: 100%;
  height: 56px;
  color: #fff;
  padding: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
}
.contact__form--text input.tel {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact__form--text input.tel {
    width: 100%;
  }
}
.contact__form--text textarea {
  background: #26362E;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  padding: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
}
.contact__form--privacy {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 20px;
}
.contact__form--privacy input {
  margin: 0;
}
.contact__form--privacy p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.contact__form--btn {
  margin-top: 50px;
  text-align: center;
}
.contact__form--btn button, .contact__form--btn input {
  border: 1px solid #fff;
  background: transparent;
  padding: 20px 55px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contact__form--btn button:hover, .contact__form--btn input:hover {
  opacity: 1;
  background: #fff;
  color: #002014;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
}/*# sourceMappingURL=top.css.map */