@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.es {
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
  overflow-x: hidden;
  background: #FBF7F2;
}

.esSection__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 48px;
}
@media screen and (max-width: 820px) {
  .esSection__inner {
    padding: 0 24px;
  }
}

.esTitle {
  font-family: "Jost", sans-serif;
  font-size: clamp(22px, 3.2vw, 36px);
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 48px;
}
@media screen and (max-width: 820px) {
  .esTitle {
    margin-bottom: 32px;
  }
}
.esTitle span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

.esHero {
  background: #FBF7F2;
  padding: 80px 0 72px;
}
@media screen and (max-width: 820px) {
  .esHero {
    padding: 24px 0 52px;
  }
}
.esHero__label {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}
@media screen and (min-width: 821px) {
  .esHero__label {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 820px) {
  .esHero__label {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.esHero__label span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c1c1c;
}
.esHero__label span + span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #666666;
  border-left: 1px solid #e8e2da;
  padding-left: 8px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .esHero__label span + span {
    border-left: 0;
    padding-left: 0;
    margin-top: 0.5em;
    padding-top: 0.5em;
  }
  .esHero__label span + span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #999999;
    width: 15px;
    height: 1px;
  }
}
.esHero__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .esHero__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (min-width: 821px) {
  .esHero__text {
    grid-column: 1;
    grid-row: 2;
  }
}
.esHero__heading {
  font-family: "Jost", sans-serif;
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #1a2b4a;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .esHero__heading {
    font-size: clamp(28.8px, 4.4vw, 51.2px);
  }
}
.esHero__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 500;
  color: #E35D54;
  letter-spacing: 0.06em;
}
.esHero__badge {
  background: #E35D54;
  color: #ffffff;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  box-sizing: border-box;
}
@media screen and (min-width: 821px) {
  .esHero__badge {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
@media screen and (max-width: 820px) {
  .esHero__badge {
    width: 220px;
    height: 220px;
    margin: 0 auto;
  }
}
.esHero__badge__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}
.esHero__badge__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.esHero__badge__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.esHero__badge__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
}

.esIntro {
  background: #ffffff;
  padding: 64px 0;
}
@media screen and (max-width: 820px) {
  .esIntro {
    padding: 32px 0 48px;
  }
}
.esIntro__box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .esIntro__box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.esIntro__icon {
  width: 64px;
  height: 64px;
  background: #E35D54;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .esIntro__icon {
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 120%);
  }
}
.esIntro__icon img {
  width: 32px;
  height: 32px;
  display: block;
}
@media screen and (max-width: 820px) {
  .esIntro__icon img {
    width: 26px;
    height: 26px;
  }
}
.esIntro__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  color: #1c1c1c;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .esIntro__ja {
    font-size: 15px;
    line-height: 1.85;
  }
  .esIntro__ja br {
    display: none;
  }
}

.esTeam {
  background: #FBF7F2;
  overflow: hidden;
  padding: 64px 0 0;
}
@media screen and (max-width: 820px) {
  .esTeam {
    padding: 32px 0 0;
  }
}
.esTeam img {
  display: block;
  width: 100%;
  height: auto;
  max-width: calc(985.5 / 1px);
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 820px) {
  .esTeam img {
    max-height: 300px;
  }
}

.esFeatures {
  background: #ffffff;
}
.esFeatures__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 820px) {
  .esFeatures__list {
    grid-template-columns: 1fr;
    padding: 16px 0;
  }
}
.esFeatures__item {
  padding: 56px 32px;
  border-right: 1px solid #e8e2da;
  display: flex;
  gap: 16px;
  align-items: center;
}
.esFeatures__item:last-child {
  border-right: none;
}
@media screen and (max-width: 820px) {
  .esFeatures__item {
    border-bottom: 1px solid #e8e2da;
    border-right: none;
    padding: 24px 0;
  }
  .esFeatures__item:last-child {
    border-bottom: none;
  }
}
.esFeatures__item__check {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.esFeatures__item__check img {
  width: 100%;
  height: 100%;
}
.esFeatures__item__text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #1c1c1c;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .esFeatures__item__text h3 {
    font-size: 15px;
  }
}

.esPerfect {
  background: #FBF7F2;
  padding: 80px 0 88px;
}
@media screen and (max-width: 820px) {
  .esPerfect {
    padding: 56px 0 64px;
  }
}
.esPerfect__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.esPerfect__grid .slick-list {
  overflow: visible !important;
  margin: 0 -8px;
}
.esPerfect__grid.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 820px) {
  .esPerfect__grid .slick-slide {
    height: auto !important;
    margin: 0 8px;
    box-sizing: border-box;
  }
  .esPerfect__grid .slick-slide > div .esPerfect__item {
    width: 100%;
    height: 100%;
  }
}
.esPerfect__pagination {
  display: none;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 820px) {
  .esPerfect__pagination {
    display: block;
  }
}
.esPerfect__pagination .slick-dots {
  position: static;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.esPerfect__pagination .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.esPerfect__pagination .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8e2da;
  padding: 0;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.esPerfect__pagination .slick-dots li button::before {
  display: none;
}
.esPerfect__pagination .slick-dots li.slick-active button {
  background: #E35D54;
}
.esPerfect__item {
  background: #ffffff;
  border-radius: 28px;
  padding: 52px 28px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .esPerfect__item {
    padding: 36px 20px calc(32px - 1em);
  }
}
.esPerfect__item__icon {
  width: 68px;
  height: 68px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .esPerfect__item__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
}
.esPerfect__item__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.esPerfect__item__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: #1c1c1c;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .esPerfect__item__en {
    font-size: 14px;
  }
}

.esRoomTypes {
  background: #ffffff;
  padding: 80px 0 88px;
}
@media screen and (max-width: 820px) {
  .esRoomTypes {
    padding: 56px 0 64px;
  }
}
.esRoomTypes__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 820px) {
  .esRoomTypes__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.esRoomTypes__item {
  background: #1a2b4a;
  overflow: hidden;
  border-radius: 24px;
}
.esRoomTypes__item__inner {
  padding: 36px 28px 37px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .esRoomTypes__item__inner {
    padding: 28px 24px 24px;
  }
}
.esRoomTypes__item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
  text-align: center;
}
.esRoomTypes__item h3 em {
  display: block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.esRoomTypes__item__icon {
  width: 80px;
  height: 60px;
  margin-bottom: 25px;
}
.esRoomTypes__item__icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.esRoomTypes__item__en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.esCompare {
  background: #FBF7F2;
  padding: 80px 0;
}
@media screen and (max-width: 820px) {
  .esCompare {
    padding: 56px 0 64px;
  }
}
.esCompare__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #1a2b4a;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .esCompare__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .esCompare__tableWrap {
    margin-top: 2em;
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
  }
}
.esCompare__table {
  margin-top: 3em;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  table-layout: fixed;
}
@media screen and (min-width: 821px) {
  .esCompare__table {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .esCompare__table {
    min-width: 560px;
    margin-top: 0;
  }
}
.esCompare__table tr:nth-child(even) {
  background: rgba(251, 247, 242, 0.7);
}
.esCompare__table tr:nth-child(1) th, .esCompare__table tr:nth-child(1) td {
  color: #1a2b4a;
  font-weight: 600;
  padding: 1em;
}
.esCompare__table tr th {
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 600;
  color: #1a2b4a;
}
.esCompare__table tr th:nth-child(2), .esCompare__table tr td:nth-child(2) {
  background: rgba(227, 93, 84, 0.1);
}
.esCompare__table tr th:nth-child(3), .esCompare__table tr td:nth-child(3) {
  background: rgba(228, 154, 70, 0.1);
}
.esCompare__table tr th:nth-child(4), .esCompare__table tr td:nth-child(4) {
  background: rgba(83, 169, 109, 0.1);
}
.esCompare__table th,
.esCompare__table td {
  padding: 1em 1.5em;
  border-right: 1px solid rgba(232, 226, 218, 0.5);
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.esCompare__table th:last-child,
.esCompare__table td:last-child {
  border-right: none;
}
@media screen and (max-width: 820px) {
  .esCompare__table th,
  .esCompare__table td {
    padding: 0.8em 0.9em;
    font-size: 13px;
  }
}
.esCompare__table td {
  color: #666666;
}

.esCta {
  background: #ffffff;
  padding: 52px 0;
}
@media screen and (max-width: 820px) {
  .esCta {
    padding: 40px 0;
  }
}
.esCta__list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 820px) {
  .esCta__list {
    flex-direction: column;
  }
}
.esCta__list .c-caset {
  width: 32%;
  margin-top: 0;
}
.esCta__list .c-caset + .c-caset {
  margin-left: 1%;
}
@media screen and (max-width: 820px) {
  .esCta__list .c-caset {
    width: 100%;
  }
  .esCta__list .c-caset + .c-caset {
    margin-top: 15px;
    margin-left: 0;
  }
}
.esCta__button {
  margin-top: 3em;
  background: #E35D54;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .esCta__button {
    padding: 30px 24px;
  }
}
.esCta__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 22px 64px;
  border: 2px solid #ffffff;
  border-radius: 1000vmax;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}
.esCta__button a img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: filter 0.2s ease;
}
@media screen and (max-width: 820px) {
  .esCta__button a {
    padding: 16px 32px;
    gap: 10px;
    width: 100%;
    max-width: 360px;
  }
  .esCta__button a img {
    width: 26px;
    height: 26px;
  }
}
.esCta__button a:hover {
  background: #ffffff;
  color: #E35D54;
}
.esCta__button a:hover img {
  filter: invert(36%) sepia(68%) saturate(700%) hue-rotate(330deg) brightness(95%);
}