@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade_in01 {
  -webkit-animation: fadein 1s 0.3s forwards;
          animation: fadein 1s 0.3s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 1.8s 1s forwards;
          animation: fadein 1.8s 1s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1s forwards;
          animation: fadein 0.6s 1s forwards;
}

@-webkit-keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeinD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes fadeinD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-600px);
            transform: translateY(-600px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@keyframes fadeinD2-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
}
@-webkit-keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes fadeinU {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@-webkit-keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes fadeinU-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@-webkit-keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
@-webkit-keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes fadeinL-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinTB {
  0% {
    opacity: 0;
    -webkit-filter: blur(8px) brightness(1.5);
            filter: blur(8px) brightness(1.5);
  }
  5% {
    opacity: 1;
  }
  15% {
    -webkit-filter: blur(0px) brightness(1);
            filter: blur(0px) brightness(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeinT {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeinT2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinTL {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.4) translateY(-100px);
            transform: scale(1.4) translateY(-100px);
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes fadeinLXS {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
            transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ext_lr {
  -webkit-animation: extendright 0.5s 0.3s forwards;
          animation: extendright 0.5s 0.3s forwards;
}

.ext_lr2 {
  -webkit-animation: extendright 0.5s 0.7s forwards;
          animation: extendright 0.5s 0.7s forwards;
}

.ext_lr3 {
  -webkit-animation: extendright 0.5s 1.1s forwards;
          animation: extendright 0.5s 1.1s forwards;
}

.ext_lr0 {
  -webkit-animation: extendright 0.5s 11s forwards;
          animation: extendright 0.5s 11s forwards;
}

/*左から右に伸びる*/
@-webkit-keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
@keyframes extendright {
  0% {
    clip-path: inset(100% 100% 0 0 round 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0 0 0 0 round 0);
    opacity: 1;
  }
}
body {
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
}

.bg-area {
  padding-top: 250px;
  padding-bottom: 220px;
  background-color: rgba(174, 164, 153, 0.7);
  margin-top: -50px;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.section-heading {
  font-size: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    font-size: 18px;
    text-align: center;
  }
}
.section-heading.-center {
  text-align: center;
}

.section-text {
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 3.18;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-text {
    font-size: 12px;
    line-height: 2;
    margin-top: 18px;
  }
}
.section-text.-mt_0 {
  margin-top: 0;
}

.station-front {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.station-front::before {
  content: "";
  height: 110%;
  width: 70vw;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(#988b80 0%, #74685c 100%);
  z-index: -1;
}
@media print, screen and (min-width: 1920px) {
  .station-front::before {
    width: 61vw;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .station-front::before {
    width: 100%;
    left: 0;
    height: 103%;
  }
}

.station-front__box {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0 0px 20px;
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .station-front__box {
    padding: 50px 20px 200px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .station-front__box.-n2 {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .station-front__box.-n2 .bnr {
    width: 32%;
    margin-top: -8px;
  }
  .station-front__box.-n2 .station-front__img {
    width: 60%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .station-front__box.-n2 {
    padding-top: 0;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.station-front__map {
  max-width: 751px;
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 1024px) {
  .station-front__map {
    margin-right: -80px;
    margin-top: -100px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .station-front__map {
    width: 100%;
    max-width: 100%;
  }
}
.station-front__map figcaption {
  color: #000;
  position: absolute;
  bottom: 5%;
  right: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .station-front__map figcaption {
    color: #fff;
  }
}

.station-front__text-box {
  max-width: 700px;
}

.station-front__img {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}
.station-front__img figcaption {
  color: #000;
}
@media print, screen and (max-width: 1023.9px) {
  .station-front__img figcaption {
    margin-right: 10px;
  }
}

.bnr {
  max-width: 680px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}
.bnr a {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.bnr a:hover {
  opacity: 0.6;
}
@media print, screen and (max-width: 1023.9px) {
  .bnr {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mvH4 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .mvH4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.renewal {
  position: relative;
  margin-top: 200px;
  padding-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}
@media print, screen and (min-width: 1024px) {
  .renewal .section-heading {
    font-size: 27px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .renewal {
    margin-top: 60px;
    padding-top: 50px;
    padding-right: 20px;
    display: block;
  }
}
.renewal .section-text {
  width: 90%;
}
@media print, screen and (max-width: 1023.9px) {
  .renewal .section-text {
    width: 100%;
  }
}
.renewal::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
  height: 81%;
  width: 70vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#988b80), to(#74685c));
  background: linear-gradient(#988b80 0%, #74685c 100%);
  opacity: 0.32;
}

.renewal__link {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  background-color: #9a7f55;
  padding: 10px;
  width: 80%;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.renewal__link:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 1023.9px) {
  .renewal__link {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 20px;
    padding: 5px;
  }
}
.renewal__link span {
  display: block;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .renewal__link span {
    font-size: 15px;
    padding: 7px 15px;
  }
}

.renewal__img {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media print, screen and (max-width: 1023.9px) {
  .renewal__img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 40px;
  }
}
.renewal__img span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  padding: 8px 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
@media print, screen and (max-width: 1023.9px) {
  .renewal__img span {
    font-size: 12px;
  }
}
.renewal__img figcaption {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
}
@media print, screen and (max-width: 1023.9px) {
  .renewal__img figcaption {
    top: 100%;
  }
}
.renewal__img figcaption.-tei {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .renewal__img figcaption.-tei {
    top: -5px;
    bottom: auto;
  }
}

.bg-area2 {
  padding-top: 100px;
  padding-bottom: 120px;
  padding-right: 20px;
  padding-left: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#433535), to(#2b2525));
  background: linear-gradient(#433535 0%, #2b2525 100%);
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area2 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0;
    padding-left: 0;
  }
}

.value__row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  gap: 60px;
  -ms-grid-columns: 1fr 60px 500px;
  grid-template-columns: 1fr 500px;
}
@media print, screen and (max-width: 1023.9px) {
  .value__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
  }
}

.value__copy {
  margin-top: 40px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background-color: #765656;
}
@media print, screen and (max-width: 1023.9px) {
  .value__copy {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px;
    letter-spacing: 0;
  }
}
.value__copy span {
  color: #f5c271;
}
@media print, screen and (max-width: 1023.9px) {
  .value__copy span {
    display: block;
  }
}

.value__cap {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 30px;
}
@media print, screen and (max-width: 1023.9px) {
  .value__cap {
    font-size: 10px;
    margin-top: 10px;
  }
}

.resale {
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .resale {
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .renewal__slider-wrap {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .renewal__slider-wrap {
    margin-top: 4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 52%;
    height: 500px;
  }
}

.slide-cap {
  font-size: 11px;
  text-align: right;
  margin-top: -55px;
}
@media print, screen and (max-width: 1023.9px) {
  .slide-cap {
    margin-top: -95px;
  }
}

.renewal__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  .renewal__slider {
    aspect-ratio: 16/9;
  }
}
.renewal__slider .slider-item {
  text-align: center;
  height: 100%;
  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;
  padding-bottom: 100px !important;
}
.renewal__slider .renewal__img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-transform: none !important;
          transform: none !important;
  margin-top: 0 !important;
}
.renewal__slider .renewal__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.renewal__slider .slick-prev,
.renewal__slider .slick-next {
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}
@media print, screen and (max-width: 1023.9px) {
  .renewal__slider .slick-prev,
  .renewal__slider .slick-next {
    top: 36%;
  }
}
.renewal__slider .slick-prev::before,
.renewal__slider .slick-next::before {
  content: none;
}
.renewal__slider .slick-prev:hover,
.renewal__slider .slick-next:hover {
  opacity: 0.8;
}
.renewal__slider .slick-prev {
  left: 0;
}
.renewal__slider .slick-next {
  right: 0;
}
.renewal__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.renewal__slider .slick-slide {
  height: auto;
}
.renewal__slider .slick-slide > div {
  height: 100%;
}
.renewal__slider .slick-dots {
  display: none !important;
}

.resale__img {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}
@media print, screen and (max-width: 1023.9px) {
  .resale__img {
    margin-top: 20px;
  }
}
.resale__img figcaption {
  margin-bottom: 15px;
  color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .resale__img figcaption {
    font-size: 12px;
  }
}

.resale__cap {
  margin-top: 60px;
  font-size: 12px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1023.9px) {
  .resale__cap {
    font-size: 10px;
    margin-top: 10px;
  }
}