.top {
  position: relative;
}

.mv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv__movie {
  position: relative;
  width: 100%;
  height: auto;
  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;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .mv__movie {
    aspect-ratio: 1388/780;
  }
}
@media screen and (max-width: 768px) {
  .mv__movie {
    aspect-ratio: 375/520;
  }
}
@media screen and (min-width: 769px) {
  .mv__movie:has(.mv__movie__img.active) {
    aspect-ratio: 1388/1050;
  }
}
@media screen and (max-width: 768px) {
  .mv__movie:has(.mv__movie__img.active) {
    aspect-ratio: 375/663;
  }
}
.mv__movie video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.mv__movie video:not(.active) {
  display: none;
}
.mv__movie video.active {
  display: block;
}
.mv__movie__skip {
  position: absolute;
  z-index: 4;
  right: min(1.441vw, 24px);
  bottom: min(1.441vw, 24px);
  display: block;
  padding: clamp(8px, 0.72vw, 12px) clamp(24px, 2.161vw, 36px);
  background-color: #968437;
  font-size: clamp(12px, 1.081vw, 18px);
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
  border-radius: 2px;
  font-family: "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .mv__movie__skip {
    right: min(2.667vw, 12px);
    bottom: min(2.667vw, 12px);
    padding: clamp(8px, 2.667vw, 12px) min(8vw, 36px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.mv__movie__skip.active {
  opacity: 1;
  visibility: visible;
}
.mv__movie__skip:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.mv__movie__img, .mv__movie__txt {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  height: auto;
  width: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media screen and (max-width: 768px) {
  .mv__movie__img {
    height: 100%;
  }
}
.mv__movie__img:not(.active) {
  opacity: 0;
}
.mv__movie__img.active {
  opacity: 1;
}
.mv__movie__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.mv__movie__txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  opacity: 0;
  -webkit-transition: opacity 2s 0.2s, translate 2s 0.2s;
  transition: opacity 2s 0.2s, translate 2s 0.2s;
}
@media screen and (min-width: 769px) {
  .mv__movie__txt {
    top: 11vw;
    translate: 0 3vw;
    width: 47.839vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__movie__txt {
    top: 26vw;
    translate: 0 3vw;
    width: 74.933vw;
  }
}
.mv__movie__img.active + .mv__movie__txt {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .mv__movie__img.active + .mv__movie__txt {
    translate: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mv__movie__img.active + .mv__movie__txt {
    translate: 0 0;
  }
}
.mv__movie__caption {
  position: absolute;
  z-index: 1;
  bottom: min(0.72vw, 12px);
  right: min(0.72vw, 12px);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .mv__movie__caption {
    bottom: min(2.667vw, 12px);
    right: min(2.667vw, 12px);
  }
}
.mv__movie__img.active ~ .mv__movie__caption {
  opacity: 1;
}

.meritBox {
  position: relative;
  background-color: #72909E;
  padding-block: min(0.72vw, 12px) min(0.865vw, 14.4px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .meritBox {
    padding-block: min(6.4vw, 28.8px) min(4.8vw, 21.6px);
  }
}
.meritBox p {
  width: clamp(862.4px, 77.666vw, 1293.6px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .meritBox p {
    width: 100%;
    padding-inline: min(6.933vw, 31.2px);
  }
}
.meritBox img {
  width: 100%;
}
.meritBox span {
  position: absolute;
  top: 100%;
  right: clamp(6.4px, 0.576vw, 9.6px);
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 2;
  -webkit-margin-before: min(0.144vw, 2.4px);
          margin-block-start: min(0.144vw, 2.4px);
}
@media screen and (max-width: 768px) {
  .meritBox span {
    right: clamp(4px, 1.333vw, 6px);
    font-size: clamp(8px, 2.667vw, 12px);
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.entry-info {
  width: 100%;
  background-color: #EFF0F0;
  padding-block: min(3.818vw, 63.6px) min(4.395vw, 73.2px);
}
@media screen and (max-width: 768px) {
  .entry-info {
    padding: min(25.6vw, 115.2px) min(5.333vw, 24px) min(20.267vw, 91.2px);
  }
}
.entry-info .content-box {
  width: min(85.591vw, 1425.6px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry-info .content-box {
    width: 100%;
  }
}
.entry-info .box01 {
  text-align: center;
}
.entry-info .box01 .ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 2.522vw, 42px);
  letter-spacing: 0.06em;
  line-height: 1.43;
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .ttl {
    font-size: clamp(22.4px, 7.467vw, 33.6px);
    letter-spacing: 0;
  }
}
.entry-info .box01 .txt {
  font-weight: 400;
  font-size: clamp(12px, 1.081vw, 18px);
  line-height: 2;
  -webkit-margin-before: min(0.72vw, 12px);
          margin-block-start: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .txt {
    -webkit-margin-before: min(2.667vw, 12px);
            margin-block-start: min(2.667vw, 12px);
    font-size: clamp(12px, 4vw, 18px);
  }
}
.entry-info .box01 .link {
  -webkit-margin-before: min(1.657vw, 27.6px);
          margin-block-start: min(1.657vw, 27.6px);
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .link {
    -webkit-margin-before: min(5.067vw, 22.8px);
            margin-block-start: min(5.067vw, 22.8px);
  }
}
.entry-info .box01 .link .c-button {
  width: clamp(432.8px, 38.977vw, 649.2px);
  height: clamp(44px, 3.963vw, 66px);
  margin-inline: auto;
  font-weight: 400;
  font-size: clamp(24px, 2.161vw, 36px);
  letter-spacing: 0.06em;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .entry-info .box01 .link .c-button {
    font-size: clamp(24px, 8vw, 36px);
    width: clamp(268px, 89.333vw, 402px);
    height: clamp(44px, 14.667vw, 66px);
  }
}
.entry-info .box02 {
  -webkit-margin-before: min(4.323vw, 72px);
          margin-block-start: min(4.323vw, 72px);
  width: clamp(432px, 38.905vw, 648px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .entry-info .box02 {
    width: 100%;
    -webkit-margin-before: min(15.733vw, 70.8px);
            margin-block-start: min(15.733vw, 70.8px);
  }
}
.entry-info .box02 .ttl {
  font-weight: 500;
  font-size: clamp(16px, 1.441vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  -webkit-border-after: 1px solid #707070;
          border-block-end: 1px solid #707070;
  -webkit-padding-after: min(0.72vw, 12px);
          padding-block-end: min(0.72vw, 12px);
}
@media screen and (max-width: 768px) {
  .entry-info .box02 .ttl {
    font-size: clamp(16px, 5.333vw, 24px);
    -webkit-padding-after: min(3.467vw, 15.6px);
            padding-block-end: min(3.467vw, 15.6px);
  }
}
.entry-info .box02 .ttknews {
  display: block;
  -webkit-margin-before: min(0.576vw, 9.6px);
          margin-block-start: min(0.576vw, 9.6px);
  font-weight: 400;
  font-size: clamp(12px, 1.081vw, 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .entry-info .box02 .ttknews {
    -webkit-margin-before: min(2.133vw, 9.6px);
            margin-block-start: min(2.133vw, 9.6px);
    font-size: clamp(12px, 4vw, 18px);
  }
}

.concept {
  padding-block: min(4.611vw, 76.8px) min(1.585vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .concept {
    padding-block: min(9.067vw, 40.8px) min(8.267vw, 37.2px);
  }
}
.concept h2 {
  display: -ms-grid;
  display: grid;
  gap: min(3.53vw, 58.8px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept h2 {
    gap: min(9.333vw, 42px);
  }
}
.concept h2 span {
  color: #aa9b6c;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-size: clamp(24px, 2.161vw, 36px);
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .concept h2 span {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    line-height: 1.39;
    letter-spacing: 0.06em;
  }
}
.concept h2 img {
  width: min(45.245vw, 753.6px);
}
@media screen and (max-width: 768px) {
  .concept h2 img {
    width: min(81.867vw, 368.4px);
  }
}
.concept p {
  position: relative;
  z-index: 2;
  margin-block: min(3.386vw, 56.4px) 0;
  text-align: center;
  font-weight: 400;
  font-size: clamp(12.8px, 1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .concept p {
    margin-block: min(12.533vw, 56.4px) 0;
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    line-height: 2.19;
  }
}
.concept .box01 {
  position: relative;
  z-index: 1;
  width: min(57.277vw, 954px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .concept .box01 {
    width: 100%;
  }
}
.concept .box01 figure {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .concept .box01 figure {
    -webkit-margin-before: max(-1.225vw, -20.4px);
            margin-block-start: max(-1.225vw, -20.4px);
    -webkit-transform: translateX(max(-3.098vw, -51.6px));
            transform: translateX(max(-3.098vw, -51.6px));
  }
}
@media screen and (max-width: 768px) {
  .concept .box01 figure {
    -webkit-margin-before: max(-2.667vw, -12px);
            margin-block-start: max(-2.667vw, -12px);
  }
}
.concept .box01 figcaption {
  position: absolute;
  right: min(3.602vw, 60px);
  bottom: min(8.141vw, 135.6px);
}
@media screen and (max-width: 768px) {
  .concept .box01 figcaption {
    right: min(5.867vw, 26.4px);
    bottom: min(11.2vw, 50.4px);
  }
}
.concept .box01 .c-list--notice {
  position: relative;
}
@media screen and (min-width: 769px) {
  .concept .box01 .c-list--notice {
    font-size: clamp(8px, 0.72vw, 12px);
    -webkit-transform: translateX(max(-3.098vw, -51.6px));
            transform: translateX(max(-3.098vw, -51.6px));
    width: min(43.876vw, 730.8px);
    -webkit-margin-before: max(-7.421vw, -123.6px);
            margin-block-start: max(-7.421vw, -123.6px);
    margin-inline: auto min(3.602vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .concept .box01 .c-list--notice {
    font-size: clamp(8px, 2.667vw, 12px);
    width: 100%;
    padding-inline: min(5.333vw, 24px);
    -webkit-margin-before: max(-8.8vw, -39.6px);
            margin-block-start: max(-8.8vw, -39.6px);
    margin-inline: auto;
  }
}
.concept .box01 .c-list--notice li {
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-indent: 0;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .concept .box01 .c-list--notice li {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.concept .box02 {
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .concept .box02 {
    width: min(89.193vw, 1485.6px);
    -webkit-margin-before: max(-7.709vw, -128.4px);
            margin-block-start: max(-7.709vw, -128.4px);
  }
}
@media screen and (max-width: 768px) {
  .concept .box02 {
    width: 100%;
    -webkit-margin-before: max(-5.333vw, -24px);
            margin-block-start: max(-5.333vw, -24px);
  }
}
.concept .box02 figure {
  position: relative;
  width: 100%;
  margin-block: min(4.899vw, 81.6px) 0;
}
@media screen and (max-width: 768px) {
  .concept .box02 figure {
    margin-block: min(6.933vw, 31.2px) 0;
  }
}
.concept .box02 figure figcaption {
  position: absolute;
  bottom: min(4.107vw, 68.4px);
  right: min(3.602vw, 60px);
}
@media screen and (max-width: 768px) {
  .concept .box02 figure figcaption {
    bottom: min(2.133vw, 9.6px);
    right: min(5.867vw, 26.4px);
  }
}

.contents {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  gap: min(10.591vw, 176.4px);
  padding-block: min(9.006vw, 150px) min(8.357vw, 139.2px);
}
@media screen and (max-width: 768px) {
  .contents {
    gap: min(19.733vw, 88.8px);
    padding-block: min(22.667vw, 102px) min(20vw, 90px);
    -webkit-margin-after: min(7.2vw, 32.4px);
            margin-block-end: min(7.2vw, 32.4px);
  }
}
.contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/asset/img/top/top-contents_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .contents::before {
    background-image: url(/asset/img/top/top-contents_bg-sp.webp);
  }
}
.contents section {
  max-width: min(100vw, 1665.6px);
  width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  .contents section {
    width: 100%;
  }
}
.contents figure {
  padding-block: min(2.522vw, 42px) 0;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
@media screen and (max-width: 768px) {
  .contents figure {
    padding-block: min(7.2vw, 32.4px) 0;
  }
}
.contents figure figcaption {
  position: absolute;
  bottom: min(0.216vw, 3.6px);
  right: min(0.937vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .contents figure figcaption {
    bottom: clamp(4px, 1.333vw, 6px);
    right: clamp(8px, 2.667vw, 12px);
  }
}
.contents .txt {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contents .txt {
    width: 100%;
    padding-inline: min(6.133vw, 27.6px);
  }
}
@media screen and (min-width: 769px) {
  .contents .txt {
    grid-column: 1/-1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.contents .txt h2 img {
  height: min(5.043vw, 84px);
}
@media screen and (max-width: 768px) {
  .contents .txt h2 img {
    height: clamp(24.8px, 8.267vw, 37.2px);
  }
}
.contents .txt > div {
  -webkit-margin-before: min(2.017vw, 33.6px);
          margin-block-start: min(2.017vw, 33.6px);
  padding-inline: min(1.441vw, 24px);
  width: calc(min(100vw, 1665.6px) - min(6.628vw, 110.4px) - min(66.643vw, 1110px));
  height: min(20.605vw, 343.2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .contents .txt > div {
    margin-block: min(6.933vw, 31.2px) 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
}
.contents .txt p:nth-of-type(1) {
  color: #fff;
  font-weight: 500;
  font-size: min(1.153vw, 19.2px);
  letter-spacing: 0.06em;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .contents .txt p:nth-of-type(1) {
    font-weight: 400;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    letter-spacing: 0.06em;
    line-height: 1.67;
  }
}
.contents .txt p:nth-of-type(2) {
  -webkit-margin-before: min(2.378vw, 39.6px);
          margin-block-start: min(2.378vw, 39.6px);
  background-color: rgba(221, 202, 140, 0.35);
  width: min(16.427vw, 273.6px);
  height: min(2.45vw, 40.8px);
}
@media screen and (max-width: 768px) {
  .contents .txt p:nth-of-type(2) {
    -webkit-margin-before: min(5.6vw, 25.2px);
            margin-block-start: min(5.6vw, 25.2px);
    width: clamp(153.6px, 51.2vw, 230.4px);
    height: clamp(23.2px, 7.733vw, 34.8px);
  }
}
.contents .txt p:nth-of-type(2) a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: min(1.297vw, 21.6px);
  letter-spacing: 0.06em;
  line-height: 1.88;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  padding-inline: min(0.72vw, 12px) min(1.081vw, 18px);
}
@media screen and (max-width: 768px) {
  .contents .txt p:nth-of-type(2) a {
    font-size: min(3.733vw, 16.8px);
    padding-inline: clamp(8px, 2.667vw, 12px);
  }
}
.contents .txt p:nth-of-type(2) a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: min(0.432vw, 7.2px) solid transparent;
  border-bottom: min(0.432vw, 7.2px) solid transparent;
  border-left: min(0.72vw, 12px) solid #fff;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .contents .txt p:nth-of-type(2) a::after {
    border-top-width: clamp(4.8px, 1.6vw, 7.2px);
    border-bottom-width: clamp(4.8px, 1.6vw, 7.2px);
    border-left-width: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .contents section:nth-of-type(odd) {
    -ms-grid-columns: 1fr min(66.643vw, 1110px);
    grid-template-columns: 1fr min(66.643vw, 1110px);
    padding-inline: min(6.628vw, 110.4px) 0;
  }
  .contents section:nth-of-type(odd) figure {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .contents section:nth-of-type(odd) .txt > div {
    -webkit-border-start: 1px solid #fff;
            border-inline-start: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .contents section:nth-of-type(odd) .txt > div {
    margin-inline: min(0.865vw, 14.4px) auto;
  }
}
@media screen and (min-width: 769px) {
  .contents section:nth-of-type(even) {
    -ms-grid-columns: min(66.643vw, 1110px) 1fr;
    grid-template-columns: min(66.643vw, 1110px) 1fr;
    padding-inline: 0 min(6.628vw, 110.4px);
  }
  .contents section:nth-of-type(even) figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .contents section:nth-of-type(even) .txt {
    margin-inline: auto 0;
  }
  .contents section:nth-of-type(even) .txt img {
    display: block;
    margin-inline: auto 0;
  }
  .contents section:nth-of-type(even) .txt > div {
    -webkit-border-end: 1px solid #fff;
            border-inline-end: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .contents section:nth-of-type(even) .txt > div {
    margin-inline: auto min(0.865vw, 14.4px);
  }
}
@media screen and (min-width: 769px) {
  .contents section:nth-of-type(even) .txt p:nth-of-type(1) {
    text-align: right;
  }
  .contents section:nth-of-type(even) .txt p:nth-of-type(2) {
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contents .s_location .txt h2 {
    -webkit-margin-start: max(-3.467vw, -15.6px);
            margin-inline-start: max(-3.467vw, -15.6px);
  }
}
@media screen and (min-width: 769px) {
  .contents .s_plan .txt h2 {
    padding-inline: 0 min(0.72vw, 12px);
  }
}
.contents .s_plan .txt > div {
  position: relative;
}
.contents .s_plan .txt p:nth-of-type(3) {
  margin-block: min(0.72vw, 12px) 0;
  position: absolute;
  top: 100%;
  right: min(1.081vw, 18px);
  color: #fff;
  font-weight: 400;
  font-size: clamp(8px, 0.72vw, 12px);
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contents .s_plan .txt p:nth-of-type(3) {
    margin-block: min(0.8vw, 3.6px) 0;
    left: 0;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .contents .s_leasehold {
    -webkit-padding-after: min(0.72vw, 12px);
            padding-block-end: min(0.72vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .contents .s_leasehold .txt {
    -webkit-margin-before: max(-0.8vw, -3.6px);
            margin-block-start: max(-0.8vw, -3.6px);
  }
}
@media screen and (max-width: 768px) {
  .contents .s_leasehold .txt h2 {
    -webkit-margin-start: max(-1.867vw, -8.4px);
            margin-inline-start: max(-1.867vw, -8.4px);
  }
}
.contents .s_leasehold .txt h2 img {
  -webkit-transform: translateY(max(-0.72vw, -12px));
          transform: translateY(max(-0.72vw, -12px));
  height: min(7.205vw, 120px);
}
@media screen and (max-width: 768px) {
  .contents .s_leasehold .txt h2 img {
    height: clamp(35.6px, 11.867vw, 53.4px);
  }
}
@media screen and (min-width: 769px) {
  .contents .s_leasehold .txt > div {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media screen and (max-width: 768px) {
  .contents .s_leasehold .txt > div {
    -webkit-margin-before: min(4vw, 18px);
            margin-block-start: min(4vw, 18px);
  }
}
@media screen and (min-width: 769px) {
  .contents .s_quality h2 img {
    padding-inline: 0 min(0.865vw, 14.4px);
    height: min(6.484vw, 108px);
  }
}
@media screen and (max-width: 768px) {
  .contents .s_quality h2 img {
    height: clamp(31.2px, 10.4vw, 46.8px);
  }
}
@media screen and (min-width: 769px) {
  .contents .s_quality .txt > div {
    -webkit-margin-before: min(0.576vw, 9.6px);
            margin-block-start: min(0.576vw, 9.6px);
  }
}
@media screen and (max-width: 768px) {
  .contents .s_quality .txt > div {
    -webkit-margin-before: min(4.267vw, 19.2px);
            margin-block-start: min(4.267vw, 19.2px);
  }
}
/*# sourceMappingURL=top.css.map */