@charset "UTF-8";
.c-svg-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.c-svg-text img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ======================================
      【PC】 Util / Components 
========================================= */
.c-btn-more a {
  position: relative;
  display: inline-block;
  padding-block: 20px;
  padding-inline: clamp(115px, 108.33px + 0.868vw, 125px); /* 768px〜1920pxの間で可変 */
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #4B4035;
}
.c-btn-more a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  width: 11px;
  aspect-ratio: 11/10;
  background: url("../images/front-page/concept-btn-arrow.svg") no-repeat center center;
  background-size: contain;
}

/* ======================================
      【SP】 Util / Components 
========================================= */
@media (max-width: 767px) {
  .c-btn-more a {
    position: relative;
    display: inline-block;
    width: min(100%, 77.29vw);
    margin-inline: auto;
    padding-block: 4.83vw;
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #4B4035;
  }
  .c-btn-more a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7.25vw;
    translate: 0 -50%;
    width: 2.66vw;
    aspect-ratio: 11/10;
    background: url("../images/front-page/concept-btn-arrow.svg") no-repeat center center;
    background-size: contain;
  }
}
/* ==========================================================================
  レスポンス設計の注釈
  ・SP：デザインカンプの幅（414px）を基準にvw計算しています。
  ・PC：基本として768px〜1920pxの間で可変（clamp）するように設定しています。
  ・各セクションの記述順は「PC（sp-over）→SP（sp）」で統一しています。
========================================================================== */
/* ===== Base / Reset (universal) ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* Links */
a {
  color: inherit;
  text-decoration: none;
}

/* Media elements */
img,
picture,
video,
canvas {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-inline {
  display: inline-block;
  vertical-align: middle;
}

/* form */
button,
input,
textarea,
select {
  font: inherit;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #0091ff;
  outline-offset: 2px;
}

/* buttonタグの打消 */
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: middle;
}

/* フォーム等で無効化した時の見た目 */
button:disabled {
  cursor: default;
}

/* ======================================
      【PC】  fv
========================================= */
@media (min-width: 768px) {
  #index .fv {
    /* swiper */
  }
  #index .fv .fv-swiper {
    position: relative;
    overflow: visible;
  }
  #index .fv .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, calc(100% + 20px));
    width: 1160px;
    max-width: calc(100vw - 40px);
    text-align: left !important;
    z-index: 1;
  }
  #index .fv .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  #index .fv .swiper-pagination-bullet-active {
    background-color: #C8A160;
  }
  #index .fv .fv__badge {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: clamp(490px, 56.67px + 56.424vw, 1140px); /* 768px〜1920pxの間で可変 */
    pointer-events: none;
    z-index: 2;
  }
  #index .fv .fv__badge picture {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  #index .fv .fv__badge img {
    position: static;
    width: clamp(90px, 30px + 7.813vw, 180px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    transform: translate(-30px, 40px);
  }
  #index .fv .fv__content {
    margin-top: clamp(-126px, -21px - 5.469vw, -63px);
    padding-top: 176px;
    padding-bottom: 110px;
    padding-top: clamp(110px, 66px + 5.729vw, 176px); /* 768px〜1920pxの間で可変 */
    padding-bottom: clamp(60px, 26.67px + 4.34vw, 110px); /* 768px〜1920pxの間で可変 */
    background-color: #EAEACA;
  }
  #index .fv .fv__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #index .fv .fv__item {
    font-size: 24px;
    font-weight: 500;
    color: #222;
  }
  #index .fv .fv__link {
    padding-inline: clamp(14px, 7.33px + 0.868vw, 24px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(14px, 12.67px + 0.174vw, 16px); /* 768px〜1920pxの間で可変 */
    border-left: 1px solid #222;
  }
  #index .fv .fv__link:last-child {
    border-right: 1px solid #222;
  }
  #index .fv .fv__news {
    display: flex;
    align-items: center;
    width: min(95%, 1100px);
    margin-inline: auto;
    margin-top: clamp(35px, 11.67px + 3.038vw, 70px); /* 768px〜1920pxの間で可変 */
    padding-block: 20px;
    padding-inline: clamp(20px, 6.67px + 1.736vw, 40px); /* 768px〜1920pxの間で可変 */
    background-color: #fff;
    border-radius: 999px;
  }
  #index .fv .fv__news-header {
    display: flex;
    align-items: center;
    gap: clamp(8px, 4px + 0.521vw, 14px); /* 768px〜1920pxの間で可変 */
    padding-right: clamp(12px, 4px + 1.042vw, 24px); /* 768px〜1920pxの間で可変 */
  }
  #index .fv .fv__news-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #222;
    white-space: nowrap;
  }
  #index .fv .fv__news-body {
    flex: 1 1 auto;
    min-width: 0;
    padding-inline: clamp(12px, 4px + 1.042vw, 24px); /* 768px〜1920pxの間で可変 */
    border-left: 1px solid #D4D7D0;
  }
  #index .fv .fv__news-link {
    display: block;
    color: #111;
    text-decoration: none;
  }
  #index .fv .fv__news-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index .fv .fv__news-more {
    translate: 0 4px;
  }
  #index .fv .fv__link-list {
    width: min(95%, 1100px);
    margin-inline: auto;
    margin-top: clamp(35px, 11.67px + 3.038vw, 70px); /* 768px〜1920pxの間で可変 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #index .fv .fv__link-item {
    width: calc(50% - 20px);
    max-width: 540px;
    background-color: #fff;
    border: 4px solid #F66F2D;
    border-radius: 20px;
    box-shadow: 0 10px 0 #F66F2D;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  #index .fv .fv__link-item:last-child {
    border: 4px solid #6C7972;
    box-shadow: 0 10px 0 #6C7972;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  #index .fv .fv__link-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-block: 46px;
    padding-block: clamp(24px, 9.33px + 1.91vw, 46px); /* 768px〜1920pxの間で可変 */
    padding-inline: 12px;
  }
  #index .fv .fv__link-text {
    font-size: clamp(12px, 9.33px + 0.347vw, 16px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .fv .fv__link-title {
    margin-top: 8px;
    font-size: clamp(21px, 12.33px + 1.128vw, 34px); /* 768px〜1920pxの間で可変 */
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .fv .fv__link-item:hover,
  #index .fv .fv__link-item:active {
    transform: translateY(6px);
    box-shadow: none;
  }
}
/* ======================================
      【SP】  fv
========================================= */
@media (max-width: 767px) {
  #index .fv {
    /* swiper */
  }
  #index .fv .fv-swiper {
    position: relative;
    overflow: visible;
  }
  #index .fv .swiper-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, calc(100% + 7.25vw));
    width: 100%;
    z-index: 1;
  }
  #index .fv .swiper-pagination-bullet {
    width: 2.42vw;
    height: 2.42vw;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
  }
  #index .fv .swiper-pagination-bullet-active {
    background-color: #C8A160;
  }
  #index .fv .fv__badge {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 2;
  }
  #index .fv .fv__badge picture {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  #index .fv .fv__badge img {
    position: static;
    width: 24.64vw;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    transform: translate(-7.25vw, 4.83vw);
  }
  #index .fv .fv__content {
    padding-top: 19.32vw;
    padding-bottom: 33.33vw;
    background-color: #EAEACA;
  }
  #index .fv .fv__nav {
    display: none;
  }
  #index .fv .fv__news {
    display: grid;
    grid-template-areas: "header btn" "body body";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    width: 89.37vw;
    margin-inline: auto;
    padding-block: 3.62vw;
    padding-inline: 5.8vw;
    background-color: #fff;
    border-radius: 2.42vw;
  }
  #index .fv .fv__news-header {
    grid-area: header;
    display: flex;
    align-items: center;
    gap: 3.38vw;
  }
  #index .fv .fv__news-title-en-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .fv .fv__news-title-en-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .fv .fv__news-title-en-img {
    width: 12.08vw;
  }
  #index .fv .fv__news-label {
    margin-top: 0.97vw;
    font-size: 3.38vw;
    font-weight: 700;
    line-height: 1;
    color: #222;
    white-space: nowrap;
  }
  #index .fv .fv__news-body {
    grid-area: body;
    margin-top: 2.9vw;
    padding-top: 3.86vw;
    border-top: 1px solid #D4D7D0;
  }
  #index .fv .fv__news-link {
    display: block;
    color: #111;
    text-decoration: none;
  }
  #index .fv .fv__news-text {
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #index .fv .fv__news-more {
    grid-area: btn;
    justify-self: end;
    translate: 0 0.72vw;
  }
  #index .fv .fv__news-more-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .fv .fv__news-more-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .fv .fv__news-more-img {
    width: 14.49vw;
  }
  #index .fv .fv__link-list {
    width: 100%;
    margin-top: 9.66vw;
    padding-inline: 5.31vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.83vw;
  }
  #index .fv .fv__link-item {
    width: 100%;
    background-color: #fff;
    border: 4px solid #F66F2D;
    border-radius: 4.83vw;
    box-shadow: 0 2.42vw 0 #F66F2D;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  #index .fv .fv__link-item:last-child {
    border: 4px solid #6C7972;
    box-shadow: 0 2.42vw 0 #6C7972;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  #index .fv .fv__link-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4.83vw;
    padding-top: 7.49vw;
    padding-bottom: 7vw;
    padding-left: 7.49vw;
    padding-right: 2.9vw;
  }
  #index .fv .fv__link-text {
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .fv .fv__link-title {
    margin-top: 2.9vw;
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .fv .fv__link-item:hover,
  #index .fv .fv__link-item:active {
    transform: translateY(1.45vw);
    box-shadow: none;
  }
}
/* ======================================
      【PC】  concept
========================================= */
@media (min-width: 768px) {
  #index .concept {
    position: relative;
    z-index: 1;
  }
  #index .concept::before {
    content: "";
    position: absolute;
    top: clamp(-82px, -8.667px - 3.819vw, -38px);
    left: clamp(24px, -82.67px + 13.889vw, 184px); /* 768px〜1920pxの間で可変 */
    width: clamp(50px, 9.33px + 5.295vw, 111px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 111.16/631.92;
    background: url("../images/front-page/concept-en.svg") no-repeat center center;
    background-size: contain;
    z-index: 2;
  }
  #index .concept::after {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 90%;
    background-color: #EAEACA;
  }
  #index .concept .concept__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    width: min(95%, 1760px);
    margin-right: auto;
  }
  #index .concept .concept__text-area {
    flex: 1 0 50%;
    padding-block: clamp(40px, -26.67px + 8.681vw, 140px); /* 768px〜1920pxの間で可変 */
    padding-left: clamp(100px, -73.33px + 22.569vw, 360px); /* 768px〜1920pxの間で可変 */
    padding-right: clamp(12px, -60px + 9.375vw, 120px); /* 768px〜1920pxの間で可変 */
    background-color: #fff;
  }
  #index .concept .concept__title {
    font-size: clamp(30px, 16.67px + 1.736vw, 50px); /* 768px〜1920pxの間で可変 */
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .concept .concept__lead-wrap {
    margin-top: clamp(26px, 6px + 2.604vw, 56px); /* 768px〜1920pxの間で可変 */
  }
  #index .concept .concept__lead {
    font-size: clamp(14px, 11.33px + 0.347vw, 18px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .concept .concept__lead + .concept__lead {
    margin-top: 1.5em;
  }
  #index .concept .concept__btn {
    margin-top: clamp(40px, 13.33px + 3.472vw, 80px); /* 768px〜1920pxの間で可変 */
  }
  #index .concept .concept__image-area {
    flex: 0 0 41.2%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  #index .concept .concept__image-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    animation: loop-image-y 30s linear infinite;
  }
  #index .concept .concept__image-track picture {
    flex: 0 0 auto;
    width: 100%;
  }
  #index .concept .concept__image-track img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@keyframes loop-image-y {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* ======================================
      【SP】  concept
========================================= */
@media (max-width: 767px) {
  #index .concept {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  #index .concept::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -32%);
    width: 83.57vw;
    height: auto;
    aspect-ratio: 346.15/60.89;
    background: url("../images/front-page/concept-en_sp.svg") no-repeat center center;
    background-size: contain;
    z-index: 2;
  }
  #index .concept::after {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 90%;
    background-color: #EAEACA;
  }
  #index .concept .concept__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 24.15vw;
    padding-bottom: 21.74vw;
    background-color: #fff;
  }
  #index .concept {
    /* 配置決め */
  }
  #index .concept .concept__text-area {
    display: contents;
  }
  #index .concept .concept__title {
    order: 1;
  }
  #index .concept .concept__image-area {
    order: 2;
  }
  #index .concept .concept__lead-wrap {
    order: 3;
  }
  #index .concept .concept__btn {
    order: 4;
  }
  #index .concept .concept__title {
    padding-left: 8.94vw;
    font-size: 7.73vw;
    font-weight: 700;
    line-height: 1.44;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .concept .concept__lead-wrap {
    margin-top: 7.25vw;
  }
  #index .concept .concept__lead {
    padding-inline: 8.94vw;
    font-size: 3.86vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .concept .concept__lead + .concept__lead {
    margin-top: 1.5em;
  }
  #index .concept .concept__btn {
    margin-top: 12.08vw;
    text-align: center;
  }
  #index .concept .concept__image-area {
    overflow: hidden;
    background-color: #fff;
  }
  #index .concept .concept__image-track {
    display: flex;
    width: max-content;
    animation: loop-image-x 30s linear infinite;
    will-change: transform;
  }
  #index .concept .concept__image-track picture {
    margin-top: 7.25vw;
    flex: 0 0 auto;
    width: 262.8vw;
  }
  #index .concept .concept__image-track img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@keyframes loop-image-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-262.8vw);
  }
}
/* ======================================
      【PC】  event
========================================= */
@media (min-width: 768px) {
  #index .event {
    position: relative;
    background-color: #fff;
  }
  #index .event::before {
    content: "";
    position: absolute;
    top: -20%;
    right: 0;
    width: 91.666%;
    height: 120%;
    background: url("../images/front-page/event-bg.jpg") repeat center center;
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #index .event::before {
    width: 95%;
  }
}
@media (min-width: 768px) {
  #index .event .event__inner {
    position: relative;
    z-index: 1;
    padding-top: 96px;
    padding-bottom: 80px;
  }
  #index .event .event__title-en {
    text-align: center;
  }
  #index .event .event__title-en-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .event .event__title-en-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .event .event__title-en-img {
    width: 138px;
  }
  #index .event .event__title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    text-align: center;
  }
  #index .event .event__swiper {
    width: min(80%, 1200px);
    margin-inline: auto;
    margin-top: 60px;
    overflow: visible;
  }
  #index .event .event__list {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    overflow: visible;
  }
  #index .event .event-list-image {
    aspect-ratio: 360/240;
  }
  #index .event .event-list-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .event .event__swiper-button {
    display: none;
  }
  #index .event .event__item {
    display: flex;
    flex-direction: column;
  }
  #index .event .event__link {
    position: relative;
    display: block;
  }
  #index .event .event__status {
    position: absolute;
    top: -14px;
    right: clamp(-14px, 2.667px - 0.868vw, -4px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(50px, 43.33px + 0.868vw, 60px); /* 768px〜1920pxの間で可変 */
    padding-block: clamp(6px, 4.67px + 0.174vw, 8px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(10px, 8.67px + 0.174vw, 12px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    z-index: 1;
  }
  #index .event .event__status.icon01 {
    background: #C8A160;
  }
  #index .event .event__status.icon02 {
    background: #222222;
  }
  #index .event .event__list-title {
    margin-top: 18px;
    font-size: clamp(13px, 11px + 0.26vw, 16px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .event .event__time,
  #index .event .event__place {
    margin-top: 8px;
    font-size: clamp(10px, 7.33px + 0.347vw, 14px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .event .event__meta {
    margin: 0;
  }
  #index .event .event__meta dt,
  #index .event .event__meta dd {
    display: inline;
    margin: 0;
  }
  #index .event .event__meta dt {
    margin-right: 0.5em;
  }
  #index .event .event__btn {
    margin-top: 60px;
    text-align: center;
  }
}
/* ======================================
      【SP】  event
========================================= */
@media (max-width: 767px) {
  #index .event {
    position: relative;
    background: url("../images/front-page/event-bg_sp.jpg") repeat center center;
  }
  #index .event .event__inner {
    position: relative;
    z-index: 1;
    padding-top: 14.01vw;
    padding-bottom: 19.32vw;
  }
  #index .event .event__title-en {
    text-align: center;
  }
  #index .event .event__title-en-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .event .event__title-en-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .event .event__title-en-img {
    width: 26.57vw;
  }
  #index .event .event__title {
    margin-top: 5.8vw;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    text-align: center;
  }
  #index .event .event__swiper {
    position: relative;
    width: 100%;
    margin-top: 13.04vw;
    padding-inline: 6.52vw;
    overflow: visible;
  }
  #index .event .event__list {
    width: 100%;
    margin-top: 0;
    padding-inline: 0;
    gap: 0;
    overflow: visible;
  }
  #index .event .event__item {
    display: flex;
    flex-direction: column;
  }
  #index .event .event__link {
    position: relative;
    display: block;
  }
  #index .event .event__status {
    position: absolute;
    top: -3.38vw;
    right: -3.38vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 14.49vw;
    padding-block: 1.93vw;
    font-size: 2.9vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
  }
  #index .event .event__status.icon01 {
    background: #C8A160;
  }
  #index .event .event__status.icon02 {
    background: #222222;
  }
  #index .event .event-list-image {
    aspect-ratio: 360/240;
  }
  #index .event .event-list-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .event .event__list-title {
    margin-top: 5.8vw;
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .event .event__time,
  #index .event .event__place {
    margin-top: 1.93vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .event .event__meta {
    margin: 0;
  }
  #index .event .event__meta dt,
  #index .event .event__meta dd {
    display: inline;
    margin: 0;
  }
  #index .event .event__meta dt {
    margin-right: 0.5em;
  }
  #index .event .event__swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 11.11vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #222;
    z-index: 2;
    cursor: pointer;
  }
  #index .event .event__swiper-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.69vw;
    aspect-ratio: 7/12;
    background: url("../images/front-page/event-list-arrow_sp.svg") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  #index .event .event__swiper-button--prev {
    left: 1.93vw;
  }
  #index .event .event__swiper-button--next {
    right: 1.93vw;
  }
  #index .event .event__swiper-button--next::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  #index .event .event__btn {
    margin-top: 12.08vw;
    text-align: center;
  }
}
/* ======================================
      【PC】  estate
========================================= */
@media (min-width: 768px) {
  #index .estate {
    position: relative;
    background: url("../images/front-page/event-bg.jpg") repeat center center;
  }
  #index .estate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 91.666%;
    height: 100%;
    background: #D4D7D0;
    z-index: 0;
  }
  #index .estate {
    /* FOE SALE ラベル */
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  #index .estate::before {
    width: 95%;
  }
}
@media (min-width: 768px) {
  #index .estate .estate__inner {
    position: relative;
    margin-inline: auto;
    padding-top: 96px;
    padding-bottom: 80px;
    z-index: 1;
  }
  #index .estate .estate__inner::before, #index .estate .estate__inner::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
  }
  #index .estate .estate__inner::before {
    top: -66px;
    left: clamp(37px, -211.67px + 32.378vw, 410px); /* 768px〜1920pxの間で可変 */
    width: clamp(124px, 97.33px + 3.472vw, 164px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 163.59/164.88;
    background: url("../images/front-page/estate-deco01.png") no-repeat center center;
    background-size: contain;
  }
  #index .estate .estate__inner::after {
    bottom: -57px;
    right: clamp(60px, -173.33px + 30.382vw, 410px); /* 768px〜1920pxの間で可変 */
    width: clamp(117px, 91px + 3.385vw, 156px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 156.08/157.5;
    background: url("../images/front-page/estate-deco02.png") no-repeat center center;
    background-size: contain;
  }
  #index .estate .estate__title-en {
    text-align: center;
  }
  #index .estate .estate__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .estate .estate__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .estate .estate__title-img {
    width: 155px;
  }
  #index .estate .estate__title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    text-align: center;
  }
  #index .estate .estate__swiper {
    width: min(80%, 1200px);
    margin-inline: auto;
    margin-top: 60px;
  }
  #index .estate .estate__list {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
  }
  #index .estate .estate-list-image {
    aspect-ratio: 360/240;
  }
  #index .estate .estate-list-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .estate .estate__item {
    position: relative;
    height: auto;
  }
  #index .estate .estate__link {
    position: relative;
    display: block;
  }
  #index .estate .estate__status {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: clamp(4px, 3.33px + 0.087vw, 5px); /* 768px〜1920pxの間で可変 */
    padding-bottom: clamp(4px, 2.67px + 0.174vw, 6px); /* 768px〜1920pxの間で可変 */
    padding-inline: clamp(14px, 12.67px + 0.174vw, 16px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(8px, 5.33px + 0.347vw, 12px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
    background: #1A1007;
    z-index: 2;
  }
  #index .estate .estate__swiper-button {
    display: none;
  }
  #index .estate .estate__body {
    position: relative;
    padding-top: clamp(12px, 4px + 1.042vw, 24px); /* 768px〜1920pxの間で可変 */
    padding-bottom: clamp(15px, 5px + 1.302vw, 30px); /* 768px〜1920pxの間で可変 */
    padding-inline: clamp(8px, 0px + 1.042vw, 20px); /* 768px〜1920pxの間で可変 */
    background-color: #fff;
  }
  #index .estate .estate__body::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
    background: url("../images/front-page/estate-card-arrow.svg") no-repeat center center;
    background-size: contain;
    z-index: 1;
  }
  #index .estate .estate__list-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .estate .estate__meta {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 8px;
    row-gap: 8px;
    margin-top: 12px;
  }
  #index .estate .estate__meta-row {
    display: contents;
  }
  #index .estate .estate__meta-row dt {
    font-size: clamp(10px, 7.33px + 0.347vw, 14px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .estate .estate__meta-row dd {
    font-size: clamp(10px, 7.33px + 0.347vw, 14px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .estate .estate__point {
    margin-top: clamp(8px, 2.67px + 0.694vw, 16px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(10px, 7.33px + 0.347vw, 14px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1.7142;
    letter-spacing: 0.05em;
    color: #6C7972;
  }
  #index .estate .estate__btn {
    margin-top: 60px;
    text-align: center;
  }
}
/* ======================================
      【SP】  estate
========================================= */
@media (max-width: 767px) {
  #index .estate {
    position: relative;
    background: #D4D7D0;
  }
  #index .estate .estate__inner {
    position: relative;
    padding-top: 16.91vw;
    padding-bottom: 19.32vw;
    z-index: 1;
  }
  #index .estate .estate__inner::before, #index .estate .estate__inner::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 2;
  }
  #index .estate .estate__inner::before {
    top: -4.83vw;
    left: 8.94vw;
    width: 19.57vw;
    height: auto;
    aspect-ratio: 81/81.64;
    background: url("../images/front-page/estate-deco01_sp.png") no-repeat center center;
    background-size: contain;
  }
  #index .estate .estate__inner::after {
    bottom: -12.56vw;
    right: 4.83vw;
    width: 18.36vw;
    height: auto;
    aspect-ratio: 76/77;
    background: url("../images/front-page/estate-deco02.png") no-repeat center center;
    background-size: contain;
  }
  #index .estate .estate__title-en {
    text-align: center;
  }
  #index .estate .estate__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .estate .estate__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .estate .estate__title-img {
    width: 29.95vw;
  }
  #index .estate .estate__title {
    margin-top: 5.8vw;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    text-align: center;
  }
  #index .estate .estate__swiper {
    position: relative;
    width: 100%;
    margin-top: 12.08vw;
    padding-inline: 6.52vw;
  }
  #index .estate .estate__list {
    width: 100%;
    margin-top: 0;
    padding-inline: 0;
    gap: 0;
  }
  #index .estate .estate__item {
    position: relative;
    height: auto;
  }
  #index .estate .estate__link {
    position: relative;
    display: block;
  }
  #index .estate .estate__status {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.21vw;
    padding-bottom: 1.45vw;
    padding-inline: 3.86vw;
    font-size: 2.9vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
    background: #1A1007;
    z-index: 2;
  }
  #index .estate .estate-list-image {
    aspect-ratio: 360/240;
  }
  #index .estate .estate-list-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .estate .estate__body {
    position: relative;
    padding-top: 5.8vw;
    padding-bottom: 7.25vw;
    padding-inline: 4.83vw;
    background-color: #fff;
  }
  #index .estate .estate__body::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5.8vw;
    height: auto;
    aspect-ratio: 1/1;
    background: url("../images/front-page/estate-card-arrow.svg") no-repeat center center;
    background-size: contain;
    z-index: 1;
  }
  #index .estate .estate__list-title {
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .estate .estate__meta {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.93vw;
    row-gap: 1.93vw;
    margin-top: 2.9vw;
  }
  #index .estate .estate__meta-row {
    display: contents;
  }
  #index .estate .estate__meta-row dt {
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .estate .estate__meta-row dd {
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .estate .estate__point {
    margin-top: 3.86vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1.7142;
    letter-spacing: 0.05em;
    color: #6C7972;
  }
  #index .estate .estate__swiper-button {
    position: absolute;
    top: 44.44vw;
    width: 11.11vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #B88A62;
    z-index: 2;
    cursor: pointer;
  }
  #index .estate .estate__swiper-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.69vw;
    aspect-ratio: 7/12;
    background: url("../images/front-page/estate-list-arrow_sp.svg") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  #index .estate .estate__swiper-button--prev {
    left: 1.93vw;
  }
  #index .estate .estate__swiper-button--next {
    right: 1.93vw;
  }
  #index .estate .estate__swiper-button--next::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  #index .estate .estate__btn {
    margin-top: 12.08vw;
    text-align: center;
  }
}
/* ======================================
      【SP】  cta
========================================= */
@media (min-width: 768px) {
  #index .cta {
    position: relative;
    background: url("../images/front-page/cta-bg.jpg") no-repeat center center;
    background-size: cover;
  }
  #index .cta::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -100% 0;
    width: clamp(85px, -29.29px + 14.881vw, 185px); /* 768px〜1440pxの間で可変 */
    height: auto;
    aspect-ratio: 185/272;
    background: url("../images/front-page/cta-deco.png") no-repeat center center;
    background-size: contain;
    z-index: 1;
  }
  .cta__inner {
    position: relative;
    width: min(95%, 1440px);
    margin-inline: auto;
    padding-top: clamp(60px, -104.57px + 21.429vw, 204px); /* 768px〜1440pxの間で可変 */
    padding-bottom: clamp(40px, -110.86px + 19.643vw, 172px); /* 768px〜1440pxの間で可変 */
    z-index: 1;
  }
  .cta__content {
    position: relative;
    z-index: 1;
  }
  .cta__content::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: clamp(360px, -165.71px + 68.452vw, 820px); /* 768px〜1440pxの間で可変 */
    height: auto;
    aspect-ratio: 820/660;
    background: url("../images/front-page/cta-img.jpg") no-repeat center center;
    background-size: contain;
    z-index: -1;
  }
  .cta__sub-title {
    display: inline-block;
    font-size: 32px;
    font-size: clamp(22px, 10.57px + 1.488vw, 32px); /* 768px〜1440pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: clamp(16px, -8px + 3.125vw, 37px); /* 768px〜1440pxの間で可変 */
  }
  .cta__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .cta__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .cta__title-img {
    width: clamp(350px, 122.57px + 29.613vw, 549px); /* 768px〜1440pxの間で可変 */
    display: block;
  }
  .cta__lead {
    margin-top: clamp(16px, -5.71px + 2.827vw, 35px); /* 768px〜1440pxの間で可変 */
    font-size: clamp(14px, 9.43px + 0.595vw, 18px); /* 768px〜1440pxの間で可変 */
    font-weight: 400;
    line-height: 1.888;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .cta__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: clamp(20px, -2.86px + 2.976vw, 40px); /* 768px〜1440pxの間で可変 */
  }
  .cta__item {
    width: clamp(100px, 31.43px + 8.929vw, 160px); /* 768px〜1440pxの間で可変 */
    height: auto;
    aspect-ratio: 1/1;
  }
  .cta__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cta__btn {
    margin-top: 40px;
    width: clamp(280px, -17.14px + 38.69vw, 540px); /* 768px〜1440pxの間で可変 */
  }
  .cta__btn-link {
    position: relative;
    display: inline-block;
    width: clamp(270px, 20.77px + 32.452vw, 540px); /* 768px〜1600pxの間で可変 */
    padding-block: clamp(16px, 0px + 2.083vw, 30px); /* 768px〜1440pxの間で可変 */
    font-size: clamp(16px, 9.14px + 0.893vw, 22px); /* 768px〜1440pxの間で可変 */
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: #F66F2D;
  }
  .cta__btn-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    translate: 0 -50%;
    width: 16px;
    height: auto;
    aspect-ratio: 16/14;
    background: url("../images/front-page/cta-btn-arrow.svg") no-repeat center center;
    background-size: contain;
  }
}
/* ======================================
      【SP】  cta
========================================= */
@media (max-width: 767px) {
  #index .cta {
    background: url("../images/front-page/cta-bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .cta__inner {
    position: relative;
    width: 100%;
    padding-inline: 5.31vw;
    padding-top: 19.32vw;
    padding-bottom: 12.08vw;
    z-index: 1;
  }
  .cta__content {
    position: relative;
    z-index: 1;
  }
  .cta__content::before {
    content: "";
    position: absolute;
    top: 29.71vw;
    left: 50%;
    translate: -50% 0;
    width: 89.37vw;
    height: auto;
    aspect-ratio: 370/200;
    background: url("../images/front-page/cta-img_sp.jpg") no-repeat center center;
    background-size: contain;
    z-index: 1;
  }
  .cta__sub-title {
    display: inline-block;
    margin-bottom: 5.31vw;
    font-size: 5.31vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  .cta__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .cta__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .cta__title-img {
    width: 75.12vw;
    display: block;
  }
  .cta__lead {
    margin-top: 61.35vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 2.142857;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .cta__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(4, 1fr);
    justify-content: flex-start;
    align-items: center;
    gap: 1.45vw;
    margin-top: 6.76vw;
  }
  .cta__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .cta__btn {
    position: relative;
    margin-top: 12.8vw;
    width: 100%;
  }
  .cta__btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3.62vw;
    width: 15.22vw;
    height: auto;
    aspect-ratio: 63/93;
    background: url("../images/front-page/cta-btn-deco_sp.png") no-repeat center center;
    background-size: cover;
    z-index: 1;
  }
  .cta__btn-link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-block: 5.31vw;
    font-size: 4.35vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background-color: #F66F2D;
  }
  .cta__btn-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    translate: 0 -50%;
    width: 16px;
    height: auto;
    aspect-ratio: 16/14;
    background: url("../images/front-page/cta-btn-arrow.svg") no-repeat center center;
    background-size: contain;
  }
}
/* ======================================
      【PC】  bnr-area
========================================= */
@media (min-width: 768px) {
  #index .bnr-area .bnr-area__inner {
    width: min(85%, 1100px);
    margin-inline: auto;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  #index .bnr-area .bnr-area__bnr {
    width: 100%;
    transform: translateX(clamp(25px, -50px + 5.208vw, 50px)); /* 1440px ~ 1920px */
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  #index .bnr-area .bnr-area__bnr {
    transform: translateX(0px);
  }
}
/* ======================================
      【SP】  bnr-area
========================================= */
@media (max-width: 767px) {
  #index .bnr-area .bnr-area__inner {
    width: 100%;
    padding-inline: 5.31vw;
    padding-top: 12.08vw;
    padding-bottom: 15.7vw;
  }
}
/* ======================================
      【PC】  contents
========================================= */
@media (min-width: 768px) {
  #index .contents {
    --card-width: clamp(320px, 173.33px + 19.097vw, 540px); /* 768px〜1920pxの間で可変 */
    position: relative;
    background-color: #F3F1EF;
    z-index: 1;
  }
  #index .contents .contents__inner {
    position: relative;
    padding-left: clamp(120px, -95.33px + 28.038vw, 443px); /* 768px〜1920pxの間で可変 */
    padding-top: 95px;
    padding-bottom: clamp(120px, 52px + 8.854vw, 222px); /* 768px〜1920pxの間で可変 */
  }
  #index .contents .contents__content {
    position: relative;
    z-index: 1;
  }
  #index .contents .contents__title {
    position: absolute;
    top: -50px;
    left: clamp(27px, -99.67px + 16.493vw, 217px); /* 768px〜1920pxの間で可変 */
    writing-mode: vertical-rl;
    font-size: clamp(32px, 16px + 2.083vw, 56px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.15em;
    color: #222;
  }
  #index .contents .contents__title span {
    display: inline-block;
    margin-right: 16px;
    padding-inline: 8px;
    padding-bottom: 32px;
    background-color: #fff;
  }
  #index .contents .contents__content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: clamp(20px, -33.33px + 6.944vw, 100px); /* 768px〜1920pxの間で可変 */
    margin-top: clamp(-34px, -5.667px - 1.476vw, -17px); /* 768px ~ 1920px */
  }
  #index .contents .contents__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .contents .contents__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .contents .contents__title-img {
    width: clamp(500px, 304px + 25.521vw, 794px); /* 768px〜1920pxの間で可変 */
    display: block;
  }
  #index .contents .contents__tab-list {
    flex: 0 0 clamp(250px, 72px + 23.177vw, 517px);
    margin-top: clamp(0px, -26.67px + 3.472vw, 40px); /* 768px〜1920pxの間で可変 */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 2px;
    width: min(100%, 517px);
  }
  #index .contents .contents__tab-item {
    position: relative;
    background-color: #fff;
  }
  #index .contents .contents__tab-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: clamp(8px, -2.67px + 1.389vw, 24px); /* 768px〜1920pxの間で可変 */
    width: 100%;
    padding-block: 25px;
    padding-left: 20px;
    padding-right: 2.5em;
    text-align: left;
    /* buttonスタイルリセット */
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
  }
  #index .contents .contents__tab-btn::after {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 31px;
    width: 11px;
    height: 10px;
    aspect-ratio: 11/10;
    background: url("../images/front-page/contents-list-arrow.svg") no-repeat center center;
    background-size: contain;
  }
  #index .contents {
    /* common.css の .p は display:block のため、タブは flex で上書き */
  }
  #index .contents .contents__tab-btn.p {
    display: flex !important;
  }
  #index .contents .contents__tab-img {
    flex-shrink: 0;
    width: clamp(70px, 36.67px + 4.34vw, 120px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 120/90;
  }
  #index .contents .contents__tab-title-en {
    line-height: 0;
  }
  #index .contents .contents__tab-title-en-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .contents .contents__tab-title-en-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .contents .contents__tab-item:nth-of-type(1) .contents__tab-title-en-img {
    width: 79px;
  }
  #index .contents .contents__tab-item:nth-of-type(2) .contents__tab-title-en-img {
    width: 36px;
  }
  #index .contents .contents__tab-item:nth-of-type(3) .contents__tab-title-en-img {
    width: 77px;
  }
  #index .contents .contents__tab-title {
    margin-top: 6px;
    font-size: clamp(14px, 8.67px + 0.694vw, 22px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .contents .contents__body-swiper {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
  }
  #index .contents .contents__body-swiper-button {
    display: none;
  }
  #index .contents .contents__body-list {
    /* subgrid 用: 親を3行グリッドにして各カードで行を共有 */
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: var(--card-width);
    grid-template-rows: auto auto auto;
    column-gap: 40px;
    align-items: start;
    width: max-content;
  }
  #index .contents .contents__body-list::after {
    content: "";
    display: block;
    flex: 0 0 calc(100% - var(--card-width));
    pointer-events: none;
  }
  #index .contents .contents__body-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: 1/span 3;
    flex: 0 0 auto;
    width: var(--card-width);
    height: auto;
    scroll-snap-align: start;
  }
  #index .contents .contents__body-img {
    width: 100%;
    height: auto;
    aspect-ratio: 540/360;
  }
  #index .contents .contents__body-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #index .contents .contents__body-text-wrap {
    margin-top: 24px;
  }
  #index .contents .contents__body-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .contents .contents__body-lead {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .contents .contents__body-btn {
    margin-top: 40px;
  }
  #index .contents .contents__body-btn-link {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 320px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
    border-bottom: 1px solid #222;
  }
  #index .contents .contents__body-btn-link::after {
    content: "";
    position: absolute;
    top: 6%;
    right: 0;
    width: 11px;
    height: 10px;
    aspect-ratio: 11/10;
    background: url("../images/front-page/contents-list-arrow.svg") no-repeat center center;
    background-size: contain;
  }
}
/* ======================================
      【SP】  contents
========================================= */
@media (max-width: 767px) {
  #index .contents {
    --card-width: 540px;
    position: relative;
    background-color: #F3F1EF;
    z-index: 1;
  }
  #index .contents .contents__inner {
    position: relative;
    padding-top: 17.39vw;
    padding-bottom: 19.32vw;
  }
  #index .contents .contents__content {
    position: relative;
    z-index: 1;
  }
  #index .contents .contents__title {
    position: relative;
    padding-inline: 8.94vw;
    font-size: 7vw;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    color: #222;
  }
  #index .contents .contents__title span {
    display: inline-block;
    margin-top: 1.45vw;
    padding-inline: 3.86vw;
    padding-block-end: 0.97vw;
    background-color: #fff;
  }
  #index .contents .contents__content-wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 9.66vw;
    margin-top: 3.38vw;
  }
  #index .contents .contents__title-en {
    position: absolute;
    top: 7.25vw;
    left: 50%;
    translate: -50% 0;
    width: 85.99vw;
    height: auto;
    aspect-ratio: 355.91/55.22;
  }
  #index .contents .contents__title-en img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #index .contents {
    /* contents tab */
  }
  #index .contents .contents__tab-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 2px;
    width: 100%;
    padding-inline: 5.31vw;
  }
  #index .contents .contents__tab-item {
    position: relative;
    background-color: #fff;
  }
  #index .contents .contents__tab-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 2.9vw;
    padding-block: 4.35vw;
    padding-inline: 3.38vw;
    text-align: left;
    text-decoration: none;
    /* button / link 共通リセット */
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font: inherit;
    color: inherit;
  }
  #index .contents .contents__tab-btn::after {
    content: "";
    position: absolute;
    bottom: 3.38vw;
    right: 3.38vw;
    width: 1.93vw;
    height: 1.69vw;
    aspect-ratio: 11/10;
    background: url("../images/front-page/contents-list-arrow_sp.svg") no-repeat center center;
    background-size: contain;
  }
  #index .contents {
    /* common.css の .sp は display:block のため、タブは flex で上書き */
  }
  #index .contents .contents__tab-btn.sp {
    display: flex !important;
  }
  #index .contents .contents__tab-img {
    flex: 0 0 20.77vw;
    height: auto;
    aspect-ratio: 86/64;
  }
  #index .contents .contents__tab-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #index .contents .contents__tab-title-en {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .contents .contents__tab-title-en img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .contents .contents__tab-item:nth-child(1) .contents__tab-title-en {
    width: 79px;
  }
  #index .contents .contents__tab-item:nth-child(2) .contents__tab-title-en {
    width: 36px;
  }
  #index .contents .contents__tab-item:nth-child(3) .contents__tab-title-en {
    width: 77px;
  }
  #index .contents .contents__tab-title {
    margin-top: 12px;
    font-size: 4.11vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .contents {
    /* contents body */
  }
  #index .contents .contents__body-swiper {
    position: relative;
    width: 100%;
    padding-inline: 6.52vw;
  }
  #index .contents .contents__body-list {
    width: 100%;
    margin-top: 0;
  }
  #index .contents .contents__body-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    flex: 0 0 auto;
    width: var(--card-width);
    height: 100%;
  }
  #index .contents .contents__body-img {
    width: 100%;
    height: auto;
    aspect-ratio: 540/360;
  }
  #index .contents .contents__body-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #index .contents .contents__body-text-wrap {
    margin-top: 4.35vw;
  }
  #index .contents .contents__body-title {
    font-size: 3.86vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .contents .contents__body-lead {
    min-height: 4.5em;
    margin-top: 3.86vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .contents .contents__body-btn {
    margin-top: 6.76vw;
  }
  #index .contents .contents__body-btn-link {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 57.97vw;
    padding-bottom: 2.42vw;
    font-size: 2.9vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
    border-bottom: 1px solid #222;
  }
  #index .contents .contents__body-btn-link::after {
    content: "";
    position: absolute;
    top: 6%;
    right: 0;
    width: 1.69vw;
    height: auto;
    aspect-ratio: 7/6;
    background: url("../images/front-page/contents-list-arrow_sp.svg") no-repeat center center;
    background-size: contain;
  }
  #index .contents {
    /* swiper button */
  }
  #index .contents .contents__body-swiper-button {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 12.08vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #B88A62;
    z-index: 2;
    cursor: pointer;
  }
  #index .contents .contents__body-swiper-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.69vw;
    aspect-ratio: 7/12;
    background: url("../images/front-page/estate-list-arrow_sp.svg") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  #index .contents .contents__body-swiper-button--prev {
    left: 1.93vw;
  }
  #index .contents .contents__body-swiper-button--next {
    right: 1.93vw;
  }
  #index .contents .contents__body-swiper-button--next::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
/* ======================================
      【PC】  modelhouse
========================================= */
@media (min-width: 768px) {
  #index .modelhouse .modelhouse__inner {
    padding-top: 108px;
    padding-bottom: 50px;
  }
  #index .modelhouse {
    /* modelhouse__head */
  }
  #index .modelhouse .modelhouse__head {
    position: relative;
    padding-left: 228px;
    padding-left: clamp(28px, -105.33px + 17.361vw, 228px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .modelhouse .modelhouse__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .modelhouse .modelhouse__title-img {
    width: clamp(360px, 20px + 44.271vw, 870px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__title-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(20px, 6.67px + 1.736vw, 40px); /* 768px〜1920pxの間で可変 */
    margin-top: clamp(20px, 6.67px + 1.736vw, 40px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__title-wrap .name {
    font-size: clamp(20px, 0px + 2.604vw, 50px); /* 768px〜1920pxの間で可変 */
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .modelhouse .modelhouse__title-wrap .type {
    font-size: clamp(16px, 8px + 1.042vw, 28px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
  }
  #index .modelhouse .modelhouse__label-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-top: clamp(10px, -3.33px + 1.736vw, 30px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__label {
    padding-top: clamp(6px, 3.33px + 0.347vw, 10px); /* 768px〜1920pxの間で可変 */
    padding-bottom: clamp(6px, 4.67px + 0.174vw, 8px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(12px, 3.33px + 1.128vw, 25px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
    background-color: #F2EEE9;
    border-radius: 999px;
  }
  #index .modelhouse .modelhouse__label:nth-of-type(1) {
    padding-inline: clamp(20px, 5.33px + 1.91vw, 42px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__label:nth-of-type(2) {
    padding-inline: clamp(16px, 6px + 1.302vw, 31px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__lead {
    max-width: clamp(260px, 73.33px + 24.306vw, 540px); /* 768px〜1920pxの間で可変 */
    margin-top: clamp(20px, 6.67px + 1.736vw, 40px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(10px, 6px + 0.521vw, 16px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #222;
    background-color: #fff;
  }
  #index .modelhouse .modelhouse__head-img {
    position: absolute;
    top: clamp(40px, 20px + 2.604vw, 70px); /* 768px〜1920pxの間で可変 */
    right: clamp(20px, -20px + 5.208vw, 80px); /* 768px〜1920pxの間で可変 */
    width: clamp(600px, 113.33px + 63.368vw, 1330px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 1330/535;
    z-index: -1;
  }
  #index .modelhouse .modelhouse__head-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #index .modelhouse .modelhouse__head-btn-area {
    position: relative;
    max-width: clamp(320px, 26.67px + 38.194vw, 760px); /* 768px〜1920pxの間で可変 */
    padding-top: clamp(20px, 6.67px + 1.736vw, 40px); /* 768px〜1920pxの間で可変 */
    padding-right: clamp(20px, 6.67px + 1.736vw, 40px); /* 768px〜1920pxの間で可変 */
    background-color: #fff;
  }
  #index .modelhouse .modelhouse__head-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding-block: 18px;
    padding-block: clamp(10px, 4.67px + 0.694vw, 18px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(11px, 7.67px + 0.434vw, 16px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #C8A160;
  }
  #index .modelhouse .modelhouse__head-btn-arrow {
    width: clamp(6px, 3.33px + 0.347vw, 10px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__head-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(50% + clamp(60px, 20px + 5.208vw, 120px))); /* 768px ~ 1920px */
    width: clamp(38px, 11.33px + 3.472vw, 78px); /* 768px〜1920pxの間で可変 */
    height: auto;
    aspect-ratio: 78/119;
    background: url("../images/front-page/modelhouse-btn-deco.png") no-repeat center center;
    background-size: contain;
  }
  #index .modelhouse .modelhouse__head-img-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
  }
  #index .modelhouse .modelhouse__head-img-item {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 370/220;
  }
  #index .modelhouse .modelhouse__head-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .modelhouse {
    /* modelhouse__bnr-area */
  }
  #index .modelhouse .modelhouse__bnr-area {
    margin-top: clamp(60px, 6.67px + 6.944vw, 140px); /* 768px〜1920pxの間で可変 */
  }
  #index .modelhouse .modelhouse__bnr-link {
    display: block;
    width: min(80%, 1100px);
    margin-inline: auto;
  }
}
/* ======================================
      【SP】  modelhouse
========================================= */
@media (max-width: 767px) {
  #index .modelhouse .modelhouse__inner {
    padding-top: 18.84vw;
    padding-bottom: 14.49vw;
  }
  #index .modelhouse {
    /* modelhouse__head */
  }
  #index .modelhouse .modelhouse__head {
    display: flex;
    flex-direction: column;
    padding-inline: 5.31vw;
  }
  #index .modelhouse {
    /* 位置決め */
  }
  #index .modelhouse .modelhouse__head-text-area {
    display: contents;
  }
  #index .modelhouse .modelhouse__title {
    order: 1;
  }
  #index .modelhouse .modelhouse__title-wrap {
    order: 2;
  }
  #index .modelhouse .modelhouse__label-wrap {
    order: 3;
  }
  #index .modelhouse .modelhouse__head-img {
    order: 4;
  }
  #index .modelhouse .modelhouse__lead {
    order: 5;
  }
  #index .modelhouse .modelhouse__head-btn-area {
    order: 6;
  }
  #index .modelhouse .modelhouse__title {
    text-align: center;
  }
  #index .modelhouse .modelhouse__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .modelhouse .modelhouse__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .modelhouse .modelhouse__title-img {
    width: 84.06vw;
  }
  #index .modelhouse .modelhouse__title-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 7.25vw;
    margin-top: 8.21vw;
  }
  #index .modelhouse .modelhouse__title-wrap .name {
    font-size: 7.49vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .modelhouse .modelhouse__title-wrap .type {
    font-size: 4.11vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
  }
  #index .modelhouse .modelhouse__label-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.93vw;
    margin-top: 3.38vw;
  }
  #index .modelhouse .modelhouse__label {
    padding-top: 1.93vw;
    padding-bottom: 1.69vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #222;
    background-color: #F2EEE9;
    border-radius: 999px;
  }
  #index .modelhouse .modelhouse__label:nth-of-type(1) {
    padding-inline: 5.8vw;
  }
  #index .modelhouse .modelhouse__label:nth-of-type(2) {
    padding-inline: 4.35vw;
  }
  #index .modelhouse .modelhouse__lead {
    margin-top: 7.25vw;
    padding-inline: 3.62vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #222;
    background-color: #fff;
  }
  #index .modelhouse .modelhouse__head-img {
    margin-top: 4.83vw;
    display: block;
    width: 100%;
  }
  #index .modelhouse .modelhouse__head-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #index .modelhouse .modelhouse__head-btn-area {
    margin-top: 4.83vw;
  }
  #index .modelhouse .modelhouse__head-btn-wrap {
    padding-inline: 3.62vw;
  }
  #index .modelhouse .modelhouse__head-btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4.83vw;
    width: 100%;
    padding-top: 5.07vw;
    padding-bottom: 4.59vw;
    padding-left: 9.66vw;
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    background-color: #C8A160;
  }
  #index .modelhouse .modelhouse__head-btn-arrow {
    width: 2.66vw;
  }
  #index .modelhouse .modelhouse__head-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2.66vw;
    width: 12.56vw;
    height: auto;
    aspect-ratio: 52/79;
    background: url("../images/front-page/modelhouse-btn-deco_sp.png") no-repeat center center;
    background-size: contain;
  }
  #index .modelhouse .modelhouse__head-img-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.42vw;
    width: 100%;
    margin-top: 4.83vw;
  }
  #index .modelhouse .modelhouse__head-img-item {
    width: calc(50% - 1.21vw);
    height: auto;
    aspect-ratio: 180/107;
  }
  #index .modelhouse .modelhouse__head-img-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #index .modelhouse {
    /* modelhouse__bnr-area */
  }
  #index .modelhouse .modelhouse__bnr-area {
    margin-top: 14.49vw;
    padding-inline: 5.31vw;
  }
  #index .modelhouse .modelhouse__bnr-link {
    display: block;
    width: 100%;
    margin-inline: auto;
  }
}
/* ======================================
      【PC】  works
========================================= */
@media (min-width: 768px) {
  #index .works .works__inner {
    width: min(95%, 1760px);
    margin-inline: auto;
    padding-top: 50px;
    padding-bottom: clamp(150px, 50px + 13.021vw, 300px); /* 768px〜1920pxの間で可変 */
  }
  #index .works .works__sub-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .works .works__sub-title img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .works .works__sub-title {
    width: 65px;
  }
  #index .works .works__title {
    margin-top: 16px;
    font-size: clamp(26px, 16.67px + 1.215vw, 40px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .works .works__content-area {
    display: grid;
    grid-template-areas: "tag btn" "list list";
    grid-template-columns: 70% 30%;
    grid-template-rows: auto 1fr;
    row-gap: 24px;
    margin-top: 12px;
  }
  #index .works .works__tag-area {
    grid-area: tag;
    align-self: end;
  }
  #index .works .works__tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: clamp(8px, 2.67px + 0.694vw, 16px); /* 768px〜1920pxの間で可変 */
    row-gap: 6px;
  }
  #index .works .works__tag-list.is-collapsible {
    overflow: hidden;
    transition: max-height 0.35s ease;
    will-change: max-height;
  }
  #index .works .works__tag-item {
    line-height: 1;
  }
  #index .works .works__tag-link {
    display: inline-block;
    padding-block: 4px;
    padding-inline: 16px;
    font-size: clamp(10px, 6px + 0.521vw, 16px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    border: 1px solid #222;
    border-radius: 5px;
  }
  #index .works .works__tag-toggle {
    display: none;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 0.2s ease;
  }
  #index .works .works__tag-toggle:hover {
    opacity: 0.7;
  }
  #index .works .works__tag-toggle::after {
    content: " ＋";
  }
  #index .works .works__tag-toggle.is-open::after {
    content: " －";
  }
  #index .works .works__tag-list.has-overflow + .works__tag-toggle {
    display: inline-block;
  }
  #index .works .works__btn-area {
    grid-area: btn;
    justify-self: end;
    align-self: end;
  }
  #index .works .works__btn-area a {
    padding-block: clamp(10px, 3.33px + 0.868vw, 20px); /* 768px〜1920pxの間で可変 */
    padding-inline: clamp(20px, -50px + 9.115vw, 125px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(12px, 9.33px + 0.347vw, 16px); /* 768px〜1920pxの間で可変 */
    min-width: 200px;
    text-align: center;
  }
  #index .works .works__list {
    grid-area: list;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(16px, 0px + 2.083vw, 40px); /* 768px〜1920pxの間で可変 */
  }
  #index .works .works__list .works__list-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: clamp(8px, 2.67px + 0.694vw, 16px); /* 768px〜1920pxの間で可変 */
    row-gap: 6px;
    margin: 0;
    margin-top: clamp(10px, -3.33px + 1.736vw, 30px); /* 768px〜1920pxの間で可変 */
  }
  #index .works .works__list .works__list-tag {
    margin: 0;
    flex-shrink: 0;
  }
  #index .works .works__list-img {
    aspect-ratio: 560/380;
  }
  #index .works .works__list-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .works .works__list-title {
    margin-top: clamp(4px, -4px + 1.042vw, 16px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(16px, 13.33px + 0.347vw, 20px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .works .works__list-area {
    margin-top: clamp(12px, 4px + 1.042vw, 24px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(12px, 10.67px + 0.174vw, 14px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #9C9C9C;
  }
  #index .works {
    /* works__bnr-area */
  }
  #index .works .works__bnr-area {
    margin-top: clamp(60px, 33.33px + 3.472vw, 100px); /* 768px〜1920pxの間で可変 */
  }
  #index .works .works__bnr-link {
    display: block;
    width: min(95%, 1440px);
    margin-inline: auto;
  }
}
/* ======================================
      【SP】  works
========================================= */
@media (max-width: 767px) {
  #index .works .works__inner {
    padding-bottom: 16.91vw;
  }
  #index .works .works__title-wrap {
    padding-inline: 8.94vw;
  }
  #index .works .works__sub-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .works .works__sub-title img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .works .works__sub-title {
    width: 65px;
  }
  #index .works .works__title {
    margin-top: 4.83vw;
    font-size: 7.25vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .works .works__content-area {
    display: grid;
    grid-template-areas: "tag" "list" "btn";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin-top: 5.8vw;
  }
  #index .works {
    /* tag-area */
  }
  #index .works .works__tag-area {
    grid-area: tag;
    margin-top: 7.25vw;
    padding-inline: 8.94vw;
  }
  #index .works .works__tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1.93vw;
    row-gap: 1.45vw;
  }
  #index .works .works__tag-list.is-collapsible {
    overflow: hidden;
    transition: max-height 0.35s ease;
    will-change: max-height;
  }
  #index .works .works__tag-item {
    line-height: 1;
  }
  #index .works .works__tag-link {
    display: inline-block;
    padding-block: 1.93vw;
    padding-inline: 4.83vw;
    font-size: 3.14vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    border: 1px solid #222;
    border-radius: 1.21vw;
  }
  #index .works .works__tag-toggle {
    display: none;
    margin-top: 2.9vw;
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    text-decoration: underline;
    text-underline-offset: 0.48vw;
  }
  #index .works .works__tag-toggle::after {
    content: " ＋";
  }
  #index .works .works__tag-toggle.is-open::after {
    content: " －";
  }
  #index .works .works__tag-list.has-overflow + .works__tag-toggle {
    display: inline-block;
  }
  #index .works {
    /* btn-area */
  }
  #index .works .works__btn-area {
    grid-area: btn;
    justify-self: center;
    margin-top: 9.66vw;
  }
  #index .works .works__btn-area a {
    width: 77.29vw;
    padding-block: 4.83vw;
    font-size: 3.38vw;
    text-align: center;
  }
  #index .works {
    /* list-area */
  }
  #index .works .works__list {
    grid-area: list;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 7.25vw;
    margin-top: 7.25vw;
    padding-inline: 8.94vw;
  }
  #index .works .works__list .works__list-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 1.93vw;
    row-gap: 1.45vw;
    margin: 0;
    margin-top: 4.83vw;
  }
  #index .works .works__list .works__list-tag {
    margin: 0;
    flex-shrink: 0;
  }
  #index .works .works__list-img {
    display: block;
    width: 100%;
    aspect-ratio: 340/200;
    overflow: hidden;
  }
  #index .works .works__list-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #index .works .works__list-title {
    margin-top: 3.38vw;
    font-size: 4.35vw;
    font-weight: 500;
    line-height: 1.66666;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .works .works__list-area {
    margin-top: 2.9vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #9C9C9C;
  }
  #index .works {
    /* works__bnr-area */
  }
  #index .works .works__bnr-area {
    margin-top: 19.32vw;
    padding-inline: 5.31vw;
  }
  #index .works .works__bnr-link {
    display: block;
    width: 100%;
  }
}
/* ===== Pages / about ===== */
@media (min-width: 768px) {
  #index .about {
    position: relative;
    background-color: transparent;
  }
  #index .about .about__img {
    position: absolute;
    top: clamp(-160px, 56.667px - 11.285vw, -30px); /* 768px ~ 1920px */
    left: 0;
    width: clamp(400px, 0px + 52.083vw, 1000px); /* 768px〜1920pxの間で可変 */
    height: auto;
    z-index: -1;
  }
  #index .about .about__img img {
    width: 100%;
    height: auto;
  }
  #index .about .about__content {
    width: min(55.3%, 1060px);
    padding-top: clamp(40px, 13.33px + 3.472vw, 80px); /* 768px〜1920pxの間で可変 */
    padding-left: clamp(30px, -16.67px + 6.076vw, 100px); /* 768px〜1920pxの間で可変 */
    padding-bottom: clamp(16px, 4px + 1.563vw, 34px); /* 768px〜1920pxの間で可変 */
    margin-left: auto;
    background-color: #F3F1EF;
  }
  #index .about .about__title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .about .about__title img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .about .about__title {
    width: clamp(200px, 105.33px + 12.326vw, 342px); /* 768px〜1920pxの間で可変 */
  }
  #index .about .about__menu-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(12px, -6.67px + 2.431vw, 40px); /* 768px〜1920pxの間で可変 */
    margin-top: clamp(20px, 5.33px + 1.91vw, 42px); /* 768px〜1920pxの間で可変 */
  }
  #index .about .about__menu-link {
    display: inline-block;
    width: clamp(100px, 6.67px + 12.153vw, 240px); /* 768px〜1920pxの間で可変 */
    aspect-ratio: 1/1;
  }
  #index .about .about__blog {
    padding-top: 103px;
    background-color: #F3F1EF;
  }
  #index .about .about__blog-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
}
/* ======================================
      【SP】  about
========================================= */
@media (max-width: 767px) {
  #index .about {
    position: relative;
    background-color: #F3F1EF;
  }
  #index .about .about__inner {
    padding-bottom: 9.66vw;
  }
  #index .about .about__content {
    text-align: right;
  }
  #index .about .about__title {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .about .about__title img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .about .about__title {
    width: 70.05vw;
    display: inline-block;
    position: relative;
    margin-top: -9.66vw;
    padding-inline: 9.66vw;
    padding-top: 8.7vw;
    padding-bottom: 3.38vw;
    background-color: #F3F1EF;
  }
  #index .about .about__menu-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.42vw;
    margin-top: 4.83vw;
    padding-inline: 5.31vw;
  }
  #index .about .about__menu-item {
    width: 100%;
  }
  #index .about .about__menu-link {
    width: 100%;
  }
  #index .about .about__menu-link img {
    width: 100%;
    height: auto;
  }
  #index .about .about__blog {
    padding-top: 103px;
    background-color: #F3F1EF;
  }
  #index .about .about__blog-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
}
/* ===== Pages / blog ===== */
@media (min-width: 768px) {
  #index .blog {
    background-color: #F3F1EF;
  }
  #index .blog .blog__inner {
    padding-top: 108px;
    padding-bottom: 50px;
  }
  #index .blog .blog__title-en {
    text-align: center;
  }
  #index .blog .blog__title-en-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .blog .blog__title-en-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .blog .blog__title-en-img {
    width: 103px;
  }
  #index .blog .blog__title {
    margin-top: 16px;
    font-size: clamp(26px, 16.67px + 1.215vw, 40px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #222;
  }
  #index .blog {
    /* Swiper が付与する .swiper-wrapper の flex を上書きして PC は従来のグリッドのまま */
  }
  #index .blog .blog__swiper {
    overflow: visible;
  }
  #index .blog .blog__list.swiper-wrapper {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    justify-content: start;
    gap: 20px;
    width: min(95%, 1200px);
    margin-inline: auto;
    margin-top: 40px;
    transform: none !important;
    transition-duration: 0ms !important;
  }
  #index .blog .blog__list-item.swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  #index .blog .blog__list-img {
    width: 100%;
    height: auto;
    aspect-ratio: 224/150;
    overflow: hidden;
  }
  #index .blog .blog__list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .blog .blog__list-title {
    margin-top: clamp(8px, 2.67px + 0.694vw, 16px); /* 768px〜1920pxの間で可変 */
    font-size: clamp(12px, 10.67px + 0.174vw, 14px); /* 768px〜1920pxの間で可変 */
    font-weight: 500;
    line-height: 1.571428;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .blog .blog__list-date {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #9C9C9C;
  }
  #index .blog .blog__btn-area {
    margin-top: 40px;
    text-align: center;
  }
  #index .blog .blog__bnr-area {
    margin-top: 100px;
    width: min(80%, 1000px);
    margin-inline: auto;
  }
}
/* ======================================
      【SP】  blog
========================================= */
@media (max-width: 767px) {
  #index .blog {
    background-color: #F3F1EF;
  }
  #index .blog .blog__inner {
    padding-top: 9.66vw;
    padding-bottom: 9.66vw;
  }
  #index .blog .blog__title-en {
    text-align: center;
  }
  #index .blog .blog__title-en-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .blog .blog__title-en-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .blog .blog__title-en-img {
    width: 93px;
  }
  #index .blog .blog__title {
    margin-top: 6.76vw;
    font-size: 6.76vw;
    font-weight: 500;
    line-height: 1.66666;
    letter-spacing: 0.05em;
    text-align: center;
    color: #222;
  }
  #index .blog {
    /* SPのみ Swiper（JSで max-width:767px のとき初期化） */
  }
  #index .blog .blog__swiper {
    overflow: hidden;
    width: 100%;
    margin-top: 9.66vw;
  }
  #index .blog .blog__list.swiper-wrapper {
    margin-top: 0;
  }
  #index .blog .blog__list-item.swiper-slide {
    width: 71.2vw;
    max-width: 320px;
    height: auto;
    box-sizing: border-box;
  }
  #index .blog .blog__list-img {
    width: 100%;
    height: auto;
  }
  #index .blog .blog__list-title {
    margin-top: 3.86vw;
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1.571428;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .blog .blog__list-date {
    margin-top: 1.45vw;
    font-size: 2.9vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #9C9C9C;
  }
  #index .blog .blog__btn-area {
    margin-top: 9.66vw;
    text-align: center;
  }
  #index .blog .blog__bnr-area {
    margin-top: 19.32vw;
    padding-inline: 5.31vw;
  }
}
/* ===== Pages / faq（TOP #index。page-top.css へ。一覧 page-faq.css とは別） ===== */
@media (min-width: 768px) {
  #index .faq {
    background-color: #F3F1EF;
  }
  #index .faq .faq__inner {
    padding-top: 50px;
    padding-bottom: 250px;
  }
  #index .faq .faq__content {
    width: min(95%, 1440px);
    margin-inline: auto;
    padding-top: clamp(46px, 12.67px + 4.34vw, 96px); /* 768px〜1920pxの間で可変 */
    padding-bottom: clamp(46px, 23.33px + 2.951vw, 80px); /* 768px〜1920pxの間で可変 */
    padding-inline: clamp(20px, -20px + 5.208vw, 80px); /* 768px〜1920pxの間で可変 */
    background-color: #fff;
  }
  #index .faq .faq__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .faq .faq__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .faq .faq__title-img {
    width: 82px;
  }
  #index .faq .faq__title-en {
    text-align: center;
  }
  #index .faq .faq__title {
    margin-top: 18px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    text-align: center;
  }
  #index .faq .faq__lead {
    margin-top: 24px;
    font-size: clamp(14px, 12.67px + 0.174vw, 16px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #222;
    text-align: center;
  }
  #index .faq .faq__list {
    width: min(100%, 1100px);
    margin-inline: auto;
    margin-top: 40px;
  }
  #index .faq .faq__list-item + .faq__list-item {
    margin-top: clamp(10px, 3.33px + 0.868vw, 20px); /* 768px〜1920pxの間で可変 */
  }
  #index .faq .faq__question {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  #index .faq .faq__question-btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding-block: clamp(10px, 4.67px + 0.694vw, 18px); /* 768px〜1920pxの間で可変 */
    padding-left: 20px;
    padding-right: 70px;
    background-color: #F2EEE9;
    text-align: left;
  }
  #index .faq .faq__question-btn::before,
  #index .faq .faq__question-btn::after {
    content: "";
    position: absolute;
    top: clamp(22px, 14px + 1.042vw, 34px);
    right: 26px;
    width: 12px;
    height: 2px;
    background-color: #222;
  }
  #index .faq .faq__question-btn::before {
    transform: translateY(0);
  }
  #index .faq .faq__question-btn::after {
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }
  #index .faq .faq__list-item.is-open .faq__question-btn::after {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  #index .faq .faq__question-icon,
  #index .faq .faq__answer-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .faq .faq__question-icon img,
  #index .faq .faq__answer-icon img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .faq .faq__question-icon,
  #index .faq .faq__answer-icon {
    width: 18px;
    flex-shrink: 0;
    margin-top: 0.3em;
  }
  #index .faq .faq__question-text {
    font-size: clamp(14px, 12.67px + 0.174vw, 16px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: left;
    color: #222;
  }
  #index .faq .faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }
  #index .faq .faq__answer-inner {
    overflow: hidden;
    min-height: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding-inline: 20px;
    opacity: 0;
    transition: padding 0.35s ease, opacity 0.2s ease;
  }
  #index .faq .faq__answer-text {
    font-size: clamp(12px, 10.67px + 0.174vw, 14px); /* 768px〜1920pxの間で可変 */
    font-weight: 400;
    line-height: 1.714285;
    letter-spacing: 0.05em;
    text-align: left;
    color: #222;
  }
  #index .faq .faq__list-item.is-open .faq__answer {
    grid-template-rows: 1fr;
  }
  #index .faq .faq__list-item.is-open .faq__answer-inner {
    padding-top: 14px;
    padding-bottom: 20px;
    opacity: 1;
  }
  #index .faq .faq__btn-area {
    margin-top: clamp(40px, 26.67px + 1.736vw, 60px); /* 768px〜1920pxの間で可変 */
    text-align: center;
  }
}
/* ======================================
      【SP】  faq
========================================= */
@media (max-width: 767px) {
  #index .faq {
    background-color: #F3F1EF;
  }
  #index .faq .faq__inner {
    padding-top: 9.66vw;
    padding-bottom: 57.97vw;
    padding-inline: 2.9vw;
  }
  #index .faq .faq__content {
    padding-top: 12.56vw;
    padding-bottom: 9.66vw;
    padding-inline: 6.04vw;
    background-color: #fff;
  }
  #index .faq .faq__title-en {
    text-align: center;
  }
  #index .faq .faq__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .faq .faq__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .faq .faq__title-img {
    width: 65px;
  }
  #index .faq .faq__title {
    margin-top: 3.86vw;
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
    text-align: center;
  }
  #index .faq .faq__lead {
    margin-top: 7.25vw;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 2.142857;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .faq .faq__list {
    margin-top: 10.63vw;
  }
  #index .faq .faq__list-item + .faq__list-item {
    margin-top: 4.83vw;
  }
  #index .faq .faq__question {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  #index .faq .faq__question-btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.42vw;
    width: 100%;
    padding-block: 4.11vw;
    padding-left: 3.86vw;
    padding-right: 10.14vw;
    background-color: #F2EEE9;
    text-align: left;
  }
  #index .faq .faq__question-btn::before,
  #index .faq .faq__question-btn::after {
    content: "";
    position: absolute;
    top: 7.25vw;
    right: 4.35vw;
    width: 2.9vw;
    height: 0.48vw;
    background-color: #222;
  }
  #index .faq .faq__question-btn::before {
    transform: translateY(0);
  }
  #index .faq .faq__question-btn::after {
    transform: translateY(0) rotate(-90deg);
    opacity: 1;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }
  #index .faq .faq__list-item.is-open .faq__question-btn::after {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  #index .faq .faq__question-icon,
  #index .faq .faq__answer-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .faq .faq__question-icon img,
  #index .faq .faq__answer-icon img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .faq .faq__question-icon,
  #index .faq .faq__answer-icon {
    width: 2.9vw;
    flex-shrink: 0;
    margin-top: 0.3em;
  }
  #index .faq .faq__question-text {
    font-size: 3.86vw;
    font-weight: 400;
    line-height: 1.625;
    letter-spacing: 0.05em;
    text-align: left;
    color: #222;
  }
  #index .faq .faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }
  #index .faq .faq__answer-inner {
    overflow: hidden;
    min-height: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.42vw;
    padding-inline: 3.86vw;
    opacity: 0;
    transition: padding 0.35s ease, opacity 0.2s ease;
  }
  #index .faq .faq__answer-text {
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 1.714285;
    letter-spacing: 0.05em;
    text-align: left;
    color: #222;
  }
  #index .faq .faq__list-item.is-open .faq__answer {
    grid-template-rows: 1fr;
  }
  #index .faq .faq__list-item.is-open .faq__answer-inner {
    padding-block: 4.83vw;
    opacity: 1;
  }
  #index .faq .faq__btn-area {
    margin-top: 9.66vw;
    text-align: center;
  }
}
/* ======================================
      【PC】  location
========================================= */
@media (min-width: 768px) {
  #index .location .location__inner {
    padding-bottom: 40px;
  }
  #index .location .location__content {
    width: min(95%, 1200px);
    margin-top: -130px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-inline: auto;
    padding-block: 60px;
    padding-inline: 80px;
    background-color: #EAEACA;
  }
  #index .location .location__title-en {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .location .location__title-en img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .location .location__title-en {
    width: 208px;
  }
  #index .location .location__title {
    margin-top: 24px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .location .location__company-title {
    margin-top: 42px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .location .location__company-info {
    max-width: 440px;
    margin-top: 16px;
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1px;
    row-gap: 1px;
  }
  #index .location .location__company-info-row {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
  }
  #index .location .location__company-info-label {
    padding-block: 6px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #222;
    background-color: #C8C8AE;
  }
  #index .location .location__company-info-value {
    padding-block: 6px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5714;
    letter-spacing: 0.05em;
    color: #222;
    background-color: #fff;
  }
}
/* ======================================
      【SP】  location
========================================= */
@media (max-width: 767px) {
  #index .location .location__inner {
    padding-bottom: 9.66vw;
    padding-inline: 5.31vw;
  }
  #index .location .location__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -38.65vw;
    padding-top: 11.11vw;
    padding-bottom: 7.25vw;
    background-color: #EAEACA;
  }
  #index .location {
    /* 配置決め */
  }
  #index .location .location__text-area {
    display: contents;
  }
  #index .location .location__title-en {
    order: 1;
  }
  #index .location .location__title {
    order: 2;
  }
  #index .location .location__map-area {
    order: 3;
  }
  #index .location .location__company-info-wrap {
    order: 4;
  }
  #index .location .location__title-en {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .location .location__title-en img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .location .location__title-en {
    width: 50.24vw;
    padding-inline: 5.31vw;
  }
  #index .location .location__title {
    margin-top: 3.86vw;
    padding-inline: 5.31vw;
    font-size: 3.86vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .location .location__map-area {
    margin-top: 4.35vw;
    padding-inline: 4.83vw;
  }
  #index .location .location__map iframe {
    margin-bottom: 0;
  }
  #index .location .location__company-info-wrap {
    padding-inline: 4.83vw;
    margin-top: 4.83vw;
  }
  #index .location .location__company-title {
    font-size: 3.38vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #222;
  }
  #index .location .location__company-info {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1px;
    row-gap: 1px;
    margin-top: 2.42vw;
  }
  #index .location .location__company-info-row {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
  }
  #index .location .location__company-info-label {
    padding-block: 2.42vw;
    padding-inline: 2.42vw;
    font-size: 2.9vw;
    font-weight: 500;
    line-height: 1.6666;
    letter-spacing: 0.05em;
    color: #222;
    background-color: #C8C8AE;
  }
  #index .location .location__company-info-value {
    padding-block: 2.42vw;
    padding-inline: 2.42vw;
    font-size: 2.9vw;
    font-weight: 400;
    line-height: 1.6666;
    letter-spacing: 0.05em;
    color: #222;
    background-color: #fff;
  }
}
/* ======================================
      【PC】  message
========================================= */
@media (min-width: 768px) {
  #index .message .message__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #index .message .message__title {
    text-align: center;
  }
  #index .message .message__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .message .message__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .message .message__title-img {
    width: 80px;
    text-align: center;
  }
  #index .message .message__text {
    width: min(95%, 1000px);
    margin-inline: auto;
    margin-top: 30px;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #888888;
  }
}
/* ======================================
      【SP】  message
========================================= */
@media (max-width: 767px) {
  #index .message .message__inner {
    padding-top: 9.66vw;
    padding-bottom: 19.32vw;
  }
  #index .message .message__title {
    text-align: center;
  }
  #index .message .message__title-img {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  #index .message .message__title-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  #index .message .message__title-img {
    width: 19.32vw;
    text-align: center;
  }
  #index .message .message__text {
    padding-inline: 8.94vw;
    margin-top: 6.28vw;
    font-size: 2.9vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #888888;
  }
}/*# sourceMappingURL=page-top.css.map */