@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Font sizes
==================== */
/**
 * Font Families
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.reform__snippet-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__snippet-title {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .reform__snippet-title {
    gap: 2.1333333333vw;
  }
}
.reform__snippet-title span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .reform__snippet-title span {
    font-size: 0.9722222222vw;
    letter-spacing: 0.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__snippet-title span {
    font-size: 3.2vw;
    letter-spacing: 1.0666666667vw;
  }
}
.reform__snippet-title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 121.875%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .reform__snippet-title h3 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__snippet-title h3 {
    font-size: 4.8vw;
    line-height: 162.5%;
  }
}
.reform__first-block-title {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first-block-title {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block-title {
    gap: 2.1333333333vw;
  }
}
.reform__first-block-title.-demerit {
  min-height: 62px;
}
@media (max-width: 1400px) {
  .reform__first-block-title.-demerit {
    min-height: 4.3055555556vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block-title.-demerit {
    min-height: 16.5333333333vw;
  }
}
.reform__first-block-title span {
  position: relative;
  min-width: 76.5px;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1.28px;
}
@media (max-width: 1400px) {
  .reform__first-block-title span {
    min-width: 5.3125vw;
    font-size: 2.2222222222vw;
    letter-spacing: 0.0888888889vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block-title span {
    min-width: 13.3333333333vw;
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
.reform__first-block-title span:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 16px;
  right: -7px;
  background-color: var(--clr-second-black);
  transform: rotate(-45deg);
}
@media (max-width: 1400px) {
  .reform__first-block-title span:after {
    width: 3.4722222222vw;
    bottom: 1.1111111111vw;
    right: -0.4861111111vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block-title span:after {
    width: 10.6666666667vw;
    bottom: 2.6666666667vw;
    right: -2.6666666667vw;
    transform: rotate(-50deg);
  }
}
.reform__first-block-title h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 146.25%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .reform__first-block-title h4 {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block-title h4 {
    font-size: 4.2666666667vw;
    line-height: 182.813%;
  }
}
.reform__first-block-title h4 strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 121.875%;
}
@media (max-width: 1400px) {
  .reform__first-block-title h4 strong {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block-title h4 strong {
    font-size: 5.3333333333vw;
    line-height: 146.25%;
  }
}
.reform__first {
  display: flex;
  padding: 80px 0 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first {
    padding: 5.5555555556vw 0 2.7777777778vw;
    gap: 5.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .reform__first {
    padding: 10.6666666667vw 5.3333333333vw;
    gap: 10.6666666667vw;
  }
}
.reform__first-title {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first-title {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-title {
    gap: 10.6666666667vw;
    flex-direction: column;
  }
}
.reform__first-title-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
@media (max-width: 1400px) {
  .reform__first-title-left {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-title-left {
    gap: 6.4vw;
  }
}
.reform__first-title-left h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.764px;
}
@media (max-width: 1400px) {
  .reform__first-title-left h2 {
    font-size: 2.2222222222vw;
    letter-spacing: 0.1225vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-title-left h2 {
    font-size: 6.4vw;
    letter-spacing: 0.4704vw;
  }
}
.reform__first-title-left p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.reform__first-title-left p strong {
  font-weight: 700;
}
@media (max-width: 1400px) {
  .reform__first-title-left p {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-title-left p {
    font-size: 3.7333333333vw;
  }
}
.reform__first-title-img {
  max-width: 586px;
}
@media (max-width: 1400px) {
  .reform__first-title-img {
    max-width: 40.6944444444vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-title-img {
    max-width: 100%;
  }
}
.reform__first-merit {
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
  border: 1px solid var(--clr-border-darkgray);
}
@media (max-width: 1400px) {
  .reform__first-merit {
    padding: 5.5555555556vw;
    gap: 5.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-merit {
    padding: 10.6666666667vw 5.3333333333vw;
    gap: 10.6666666667vw;
  }
}
.reform__first-merit-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first-merit-main {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-merit-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
}
.reform__first-block {
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first-block {
    gap: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block {
    gap: 6.4vw;
  }
}
.reform__first-block.-bottom {
  gap: 16px;
  justify-content: unset;
}
@media (max-width: 1400px) {
  .reform__first-block.-bottom {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block.-bottom {
    gap: 2.1333333333vw;
  }
}
.reform__first-block.-no-between {
  justify-content: unset;
}
.reform__first-merit-block-middle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first-merit-block-middle {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-merit-block-middle {
    gap: 4.2666666667vw;
  }
}
.reform__first-merit-block-middle img.-demerit {
  max-width: 130px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .reform__first-merit-block-middle img.-demerit {
    max-width: 9.0277777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-merit-block-middle img.-demerit {
    max-width: 34.6666666667vw;
  }
}
.reform__first-merit-block-middle span {
  color: var(--clr-text-gray);
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .reform__first-merit-block-middle span {
    font-size: 0.7638888889vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-merit-block-middle span {
    font-size: 2.9333333333vw;
  }
}
.reform__first-block-description {
  padding: 16px;
  align-self: stretch;
  color: var(--clr-text-black-2);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  background: var(--clr-bg-gray);
}
.reform__first-block-description strong {
  font-weight: 700;
}
@media (max-width: 1400px) {
  .reform__first-block-description {
    padding: 1.1111111111vw;
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-block-description {
    padding: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.reform__first-block-description.-bottom, .reform__first-block-description.-no-bg {
  padding: unset;
  background: unset;
}
.reform__first-merit-bottom, .reform__first-demerit-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first-merit-bottom, .reform__first-demerit-main {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-merit-bottom, .reform__first-demerit-main {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
}
.reform__first-demerit {
  background: var(--clr-bg-gray, );
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__first-demerit {
    padding: 5.5555555556vw;
    gap: 5.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-demerit {
    padding: 10.6666666667vw 5.3333333333vw;
    gap: 10.6666666667vw;
  }
}
.reform__first-demerit-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--clr-text-white);
}
@media (max-width: 1400px) {
  .reform__first-demerit-bottom {
    padding: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-demerit-bottom {
    padding: 5.3333333333vw;
  }
}
.reform__first-demerit-bottom p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 146.25%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .reform__first-demerit-bottom p {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-demerit-bottom p {
    text-align: left;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: unset;
  }
}
.reform__first-demerit-bottom p strong {
  color: var(--clr-text-green, #3F8574);
  font-size: 24px;
  font-weight: 700;
  line-height: 121.875%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .reform__first-demerit-bottom p strong {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-demerit-bottom p strong {
    font-size: 4.2666666667vw;
    line-height: 160%;
    letter-spacing: unset;
  }
}
.reform__first-catch {
  width: 100%;
  min-height: 13.8888888889vw;
  position: relative;
  background: var(--clr-bg-gray);
  background-image: url(/wp-content/themes/nekokura-wp/assets/img/reform/reform-relief-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 6.25vw;
}
@media (max-width: 1020px) {
  .reform__first-catch {
    padding-bottom: 13.3333333333vw;
  }
}
.reform__first-catch-main {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .reform__first-catch-main {
    gap: 0.5555555556vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-catch-main {
    gap: 2.1333333333vw;
  }
}
.reform__first-catch-main img {
  max-width: 148px;
}
@media (max-width: 1400px) {
  .reform__first-catch-main img {
    max-width: 10.2777777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-catch-main img {
    max-width: 39.4666666667vw;
  }
}
.reform__first-catch-main p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 146.25%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .reform__first-catch-main p {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-catch-main p {
    font-size: 4.2666666667vw;
  }
}
.reform__first-catch-main p strong {
  color: var(--clr-text-green);
  font-size: 24px;
  font-weight: 700;
  line-height: 121.875%;
}
@media (max-width: 1400px) {
  .reform__first-catch-main p strong {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__first-catch-main p strong {
    font-size: 4.8vw;
    line-height: 162.5%;
  }
}
.reform__introduction {
  background: var(--clr-bg-gray);
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .reform__introduction {
    padding: 5.5555555556vw 0;
  }
}
@media (max-width: 1020px) {
  .reform__introduction {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.reform__introduction-footprint {
  position: absolute;
  max-width: 100px;
  top: 24px;
  left: 43px;
  left: 2.9861111111vw;
}
@media (max-width: 1400px) {
  .reform__introduction-footprint {
    max-width: 6.9444444444vw;
    top: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__introduction-footprint {
    display: none;
  }
}
.reform__introduction-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__introduction-main {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__introduction-main {
    gap: 6.4vw;
  }
}
.reform__introduction-main h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .reform__introduction-main h2 {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__introduction-main h2 {
    font-size: 4.8vw;
    line-height: 162.5%;
  }
}
.reform__introduction-main p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .reform__introduction-main p {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .reform__introduction-main p {
    font-size: 3.7333333333vw;
  }
}
.reform__amenity {
  background: var(--clr-bg-gray);
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .reform__amenity {
    padding: 5.5555555556vw 0;
  }
}
@media (max-width: 1020px) {
  .reform__amenity {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.reform__amenity-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 1400px) {
  .reform__amenity-inner {
    gap: 2.7777777778vw;
  }
}
@media (max-width: 1020px) {
  .reform__amenity-inner {
    gap: 6.4vw;
  }
}
.reform__amenity-main {
  display: grid;
  gap: 80px 24px;
  align-self: stretch;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1400px) {
  .reform__amenity-main {
    gap: 5.5555555556vw 1.6666666667vw;
  }
}
@media (max-width: 1020px) {
  .reform__amenity-main {
    gap: 10.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.reform__amenity-supplement {
  color: var(--clr-text-gray);
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
@media (max-width: 1400px) {
  .reform__amenity-supplement {
    font-size: 0.7638888889vw;
  }
}
@media (max-width: 1020px) {
  .reform__amenity-supplement {
    font-size: 2.9333333333vw;
  }
}
.reform__amenity-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  justify-self: stretch;
}
@media (max-width: 1400px) {
  .reform__amenity-block {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .reform__amenity-block {
    gap: 2.1333333333vw;
  }
}
.reform__amenity-block-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
@media (max-width: 1400px) {
  .reform__amenity-block-header {
    gap: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .reform__amenity-block-header {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.reform__amenity-block-header h4 {
  flex: 1 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1400px) {
  .reform__amenity-block-header h4 {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 1020px) {
  .reform__amenity-block-header h4 {
    flex: none;
    font-size: 4.8vw;
    width: 100%;
  }
}
.reform__amenity-block-img-wrap {
  position: relative;
  flex: 0 0 calc((100% - 16px) / 2);
  aspect-ratio: 184/141.267;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .reform__amenity-block-img-wrap {
    flex: none;
    width: 100%;
    aspect-ratio: 335/251;
  }
}
.reform__amenity-block-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.reform__amenity-block:nth-child(1) .reform__amenity-block-img {
  object-fit: contain;
  background: #fff;
}
.reform__amenity-block:nth-child(9) .reform__amenity-block-img, .reform__amenity-block:nth-child(13) .reform__amenity-block-img {
  object-position: bottom;
}
.reform__amenity-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .reform__amenity-block p {
    font-size: 0.9722222222vw;
  }
}
@media (max-width: 1020px) {
  .reform__amenity-block p {
    font-size: 3.7333333333vw;
  }
}

/*# sourceMappingURL=reform.css.map */
