.noticeAd {
  border: 1px solid #2d76a9;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .noticeAd {
    max-width: 80rem;
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .noticeAd {
    margin: 0 2.4rem;
    padding: 2rem;
  }
}
.noticeAd__inner {
  margin: 0 auto;
}
.noticeAd__head {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .noticeAd__head {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .noticeAd__head {
    font-size: 1.6rem;
  }
}
.noticeAd__txt {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .noticeAd__txt {
    font-size: 1.2rem;
  }
}
.noticeAd a {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.infoSect__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .infoSect__inner {
    max-width: 120rem;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .infoSect__inner {
    padding: 0 2.4rem;
  }
}
.infoSect__head .photo {
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .infoSect__head .photo {
    max-width: 60rem;
  }
}
.infoSect__cont {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .infoSect__bottom + .infoSect__cont {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .infoSect__bottom + .infoSect__cont {
    margin-top: 5rem;
  }
}
.infoSect__txt {
  line-height: 1.8;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .infoSect__txt {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .infoSect__txt {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}
.infoSect__bottom {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .infoSect__bottom {
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .infoSect__bottom {
    gap: 2rem;
  }
}
.infoSect__banner {
  align-items: center;
  background: #d9d9d9;
  display: flex;
  justify-content: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .infoSect__banner {
    height: 10.5rem;
    max-width: 44.7rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .infoSect__banner {
    height: 8rem;
  }
}
.infoSect__banner:hover {
  opacity: 0.8;
}
.infoSect__banner--request {
  background: #2d76a9;
}
.infoSect__banner--reserve {
  background: #7bbecc;
}
.infoSect__banner--request .infoSect__label, .infoSect__banner--reserve .infoSect__label {
  color: #fff;
}
.infoSect__label {
  color: #666;
  font-family: "Cormorant Garamond Variable", georgia, serif;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.conceptSect {
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.conceptSect__bg {
  background: linear-gradient(to top, #BDDAEA, rgba(255, 255, 255, 0));
  width: 100%;
}
@media screen and (min-width: 768px) {
  .conceptSect__bg {
    clip-path: url("#conceptCurveClipPc");
    min-height: 90rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptSect__bg {
    clip-path: url("#conceptCurveClipSp");
    min-height: 84.4rem;
  }
}
.conceptSect__inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .conceptSect__inner {
    box-sizing: border-box;
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptSect__inner {
    padding: 6rem 2.4rem;
    text-align: center;
    width: 100%;
  }
}
.conceptSect__ttl {
  color: #2d76a9;
  font-family: "Cormorant Garamond Variable", georgia, serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .conceptSect__ttl {
    font-size: 6.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .conceptSect__ttl {
    font-size: 4.8rem;
    line-height: 1.2;
  }
}
.conceptSect__content {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .conceptSect__content {
    align-items: center;
    display: flex;
    gap: 6rem;
    margin: 4rem auto 0;
    max-width: 91.3rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptSect__content {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .conceptSect__box {
    flex-shrink: 0;
    width: 35.7rem;
  }
}
@media screen and (max-width: 767px) {
  .conceptSect__box {
    margin: 0 auto;
    width: 24rem;
  }
}
.conceptSect__txt {
  color: #2d76a9;
}
@media screen and (min-width: 768px) {
  .conceptSect__txt {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 2.4;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .conceptSect__txt {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 3rem;
    text-align: center;
  }
}
.conceptSect__txt sup {
  font-size: 1rem;
}
.conceptSect__caption {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .conceptSect__brPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .conceptSect__brSp {
    display: none;
  }
}

.inductionSect__item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .inductionSect__item {
    align-items: flex-start;
    display: flex;
    gap: 8rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item + .inductionSect__item {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__item + .inductionSect__item {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item--even {
    justify-content: flex-end;
  }
}
.inductionSect__visual {
  position: relative;
}
@media screen and (min-width: 768px) {
  .inductionSect__visual {
    flex-shrink: 0;
    width: 47.9%;
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__visual {
    margin-right: 3.8rem;
  }
}
.inductionSect__visual::after {
  background: linear-gradient(to left, #DDEEF5, #F5F9FA);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .inductionSect__visual::after {
    top: 3.1rem;
    width: calc(100% + 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__visual::after {
    top: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item--odd .inductionSect__visual {
    order: 1;
  }
}
.inductionSect__item--odd .inductionSect__visual::after {
  border-radius: 0 1rem 1rem 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .inductionSect__item--odd .inductionSect__visual::after {
    -webkit-mask-image: linear-gradient(to right, transparent, #000 3rem);
            mask-image: linear-gradient(to right, transparent, #000 3rem);
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__item--odd .inductionSect__visual::after {
    left: 0;
    width: calc(100% + 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item--even .inductionSect__visual {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__item--even .inductionSect__visual {
    margin-left: 3.8rem;
    margin-right: 0;
  }
}
.inductionSect__item--even .inductionSect__visual::after {
  border-radius: 1rem 0 0 1rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .inductionSect__item--even .inductionSect__visual::after {
    -webkit-mask-image: linear-gradient(to left, transparent, #000 3rem);
            mask-image: linear-gradient(to left, transparent, #000 3rem);
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__item--even .inductionSect__visual::after {
    right: 0;
    width: calc(100% + 1.6rem);
  }
}
.inductionSect__item--even .inductionSect__visual .photo__capIn {
  text-align: right;
}
.inductionSect__visual .photo__image {
  display: block;
}
@media screen and (min-width: 768px) {
  .inductionSect__visual .photo__image {
    aspect-ratio: 662/400;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__visual .photo__image {
    aspect-ratio: 352/213;
    border-radius: 0.4rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item--odd .inductionSect__visual .photo__image {
    border-radius: 0 1rem 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item--even .inductionSect__visual .photo__image {
    border-radius: 1rem 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__inner {
    margin: 5.6rem 2.4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item--odd .inductionSect__inner {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect__item--even .inductionSect__inner {
    order: 1;
  }
}
.inductionSect__txt {
  color: #333;
}
@media screen and (min-width: 768px) {
  .inductionSect__txt {
    font-size: 2.4rem;
    line-height: 2;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .inductionSect__txt {
    font-size: 2rem;
    line-height: 2;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .inductionSect .generalBtn {
    margin-top: 6rem;
    width: 19.6rem;
  }
}
@media screen and (max-width: 767px) {
  .inductionSect .generalBtn {
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .top-notice {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-notice {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top-info {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .top-info {
    padding-top: 8rem;
  }
}

.top-concept {
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .top-induction {
    padding: 12rem 0 9rem;
  }
}
@media screen and (max-width: 767px) {
  .top-induction {
    padding: 8rem 0 6rem;
  }
}
/*# sourceMappingURL=style.css.map */
