@charset "UTF-8";
/* Break Point */
.hero .container {
  background-color: #f4eee8;
  background-image: url(../images/home/fv_bg_wh.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom -1px center;
  /* 各スライド */
}
.hero .container .fv-slider {
  margin: 0 auto;
}
.hero .container .fv-slide {
  padding: 0 20px;
  /* スライド間の余白（左右の見え方調整） */
}
.hero .container .fv-slide img {
  width: 100%;
  /* FVの高さ（必要に応じて） */
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}

.fv-slider {
  position: relative;
}
.fv-slider .slick-prev,
.fv-slider .slick-next {
  width: 62px;
  height: 62px;
  z-index: 5;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}
.fv-slider .slick-prev::before,
.fv-slider .slick-next::before {
  content: "";
}
.fv-slider .slick-prev:hover, .fv-slider .slick-prev:focus, .fv-slider .slick-prev:active,
.fv-slider .slick-next:hover,
.fv-slider .slick-next:focus,
.fv-slider .slick-next:active {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.fv-slider .slick-prev,
.fv-slider .slick-prev:hover,
.fv-slider .slick-prev:focus,
.fv-slider .slick-prev:active {
  background-image: url("../images/home/btn_left.png") !important;
}
.fv-slider .slick-next,
.fv-slider .slick-next:hover,
.fv-slider .slick-next:focus,
.fv-slider .slick-next:active {
  background-image: url("../images/home/btn_right.png") !important;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 11px !important;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
}
.slick-dots li.slick-active button:before {
  color: #91002c !important;
  opacity: 1;
}

@media screen and (max-width: 1277px) and (min-width: 981px) {
  .section .container {
    margin-inline: 20px;
  }
}
.section .btn--primary {
  display: block;
  background: #91002c;
  border-radius: 33px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  margin-inline: auto;
  position: relative;
}
.section .btn--primary::after {
  content: "";
  display: inline-block;
  background: url(../images/home/arrow.webp) no-repeat center/cover;
  width: 15px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 28px;
}
.section .btn--primary.iconBlank:after {
  transform: rotate(-45deg);
}

.heading-lv2 {
  text-align: center;
}
.heading-lv2 .section__title-en {
  height: 16px;
  width: auto;
}
.heading-lv2 .text-accent {
  color: #91002c;
}

.section__actions + .heading-lv2 {
  margin-top: 80px;
}

.section__eyebrow {
  color: #91002c;
  font-weight: 600;
  font-size: 18px;
  margin-top: 26px;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.section__eyebrow::before, .section__eyebrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background-color: currentColor;
}
.section__eyebrow::before {
  transform: rotate(-25deg);
}
.section__eyebrow::after {
  transform: rotate(25deg);
}

.section--recommend .recommend-cards .recommend-card {
  border: solid #f4eee8 5px;
  background: #fff;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__media img {
  width: 100%;
  border-radius: 20px;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body {
  margin-top: 15px;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags {
  display: flex;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags .recommend-card__tag {
  color: #fff;
  font-size: 15px;
  background: #513b24;
  padding: 2px 18px;
  border-radius: 5px;
  margin-right: 4px;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__title {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.6;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__divider {
  border-top: solid #cdcdcd 1px;
  border-bottom-width: 0px;
  margin-top: 20px;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__text {
  margin-top: 20px;
  font-size: 17px;
  color: #5d5b59;
  line-height: 1.6;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer {
  text-align: right;
  margin-top: auto;
  font-size: 15px;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer .recommend-card__detail-icon img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-top: 6px;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__footer {
  text-align: right;
  margin-top: auto;
  font-size: 15px;
}
.section--recommend .recommend-cards .recommend-card .recommend-card__footer .recommend-card__detail-icon img {
  width: 20px;
  height: 20px;
  margin-left: 6px;
  margin-top: 6px;
}

.section--latest-rent {
  background: #f4eee8;
}
.section--latest-rent div + .heading-lv2 {
  margin-top: 80px;
}

.section--services .services_leadbox {
  text-align: center;
}
.section--services .services_leadbox .c-section-title {
  margin-top: 5px;
}
.section--services .services_leadbox .section__lead {
  font-size: 16px;
  margin-top: 30px;
}
.section--services .services-stack__visual img {
  width: 100%;
}
.section--services .services-stack .services-stack__cards .service-card {
  background: #fff;
  border: solid #f4eee8 5px;
  border-radius: 16px;
  padding: 30px 30px 25px;
}
.section--services .services-stack .services-stack__cards .service-card:nth-of-type(1) {
  background-image: url(../images/home/suppurt_card_01.png);
  background-repeat: no-repeat;
  background-size: 23% auto;
  background-position: top 5px right -1px;
  background-color: #fff;
}
.section--services .services-stack .services-stack__cards .service-card:nth-of-type(2) {
  background-image: url(../images/home/suppurt_card_02.png);
  background-repeat: no-repeat;
  background-size: 23% auto;
  background-position: top 5px right 2px;
  background-color: #fff;
}
.section--services .services-stack .services-stack__cards .service-card:nth-of-type(3) {
  background-image: url(../images/home/suppurt_card_03.png);
  background-repeat: no-repeat;
  background-size: 23% auto;
  background-position: top 5px right -1px;
  background-color: #fff;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__title::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background-color: #91002c;
  margin-top: 20px;
  margin-inline: auto;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__list {
  margin-top: 24px;
  counter-reset: my-counter;
  list-style: none;
  padding-left: 0;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 16px;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item::before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  /* === ここで見た目を変更 === */
  position: absolute;
  left: 0;
  top: 2px;
  color: #8c5821;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item:first-child {
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 12px;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__btn {
  display: block;
  width: 240px;
  height: 42px;
  background: #fff;
  border-radius: 21px;
  color: #91002c;
  border: solid #91002c 2px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-top: 5px;
  margin-inline: auto;
  position: relative;
  margin-top: 20px;
}
.section--services .services-stack .services-stack__cards .service-card .service-card__btn::after {
  content: "";
  display: inline-block;
  background: url(../images/home/arrow_red.png) no-repeat center/cover;
  width: 15px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 28px;
}

.section--bgred {
  background: #681938;
}
.section--bgred .section__eyebrow_white {
  color: #fff;
  text-align: center;
}
.section--bgred .c-section-title--light {
  color: #fff;
}
.section--bgred .section--problems .problem-cards .problem-card {
  background: #faf7f5;
}
.section--bgred .section--problems .problem-cards .problem-card .problem-card__label {
  color: #91002c;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.section--bgred .section--problems .problem-cards .problem-card .problem-card__label::before {
  content: "";
  display: inline-block;
  background: url(../images/home/kira.webp) no-repeat center/cover;
  width: 13px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
.section--bgred .section--problems .problem-cards .problem-card .problem-card-flex {
  display: flex;
  justify-content: space-between;
}
.section--bgred .section--problems .problem-cards .problem-card .problem-card-flex .problem-card__text {
  font-weight: 700;
}
.section--bgred .triangle_content {
  text-align: center;
}
.section--bgred .triangle_content .triangle {
  display: inline-block;
  width: 264px;
  height: 50px;
  background: #c0a181;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  text-align: center;
}
.section--bgred .section--ideas .caseWrap .caseBox {
  background-color: #faf7f5;
  position: relative;
}
.section--bgred .section--ideas .caseWrap .caseBox .num {
  display: inline-block;
  transform: rotate(-10deg);
  position: absolute;
}
.section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 {
  font-weight: 700;
}
.section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 span {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
}
.section--bgred .section--voices .voice-cards .voice-card {
  background: #fff;
  border: solid 2px #f4eee8;
}
.section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar .voice-card__name {
  color: #444444;
  font-size: 14px;
}
.section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar img {
  width: 58px;
  height: 58px;
  margin-right: 14px;
}
.section--bgred .section--voices .voice-cards .voice-card .voice-card__lead {
  font-weight: 700;
}
.section--bgred .section--voices .voice-cards .voice-card .voice-card__property {
  margin-top: 20px;
}
.section--bgred .section--voices .voice-cards .voice-card .voice-card__property img {
  width: 100%;
}
.section--bgred .section--voices .section__actions .btn--ghost .btn__text {
  font-weight: 700;
  color: #91002c;
}
.section--about {
  background-color: #fff;
}
.section--about .companyInfoWrap .companyInfoList {
  padding: 25px 0;
  margin-top: 25px;
  border-top: 2px solid #681938;
  border-bottom: 2px solid #681938;
  padding: 45px 60px;
}
.section--about .companyInfoWrap .companyInfoList > div {
  display: flex;
}
.section--about .companyInfoWrap .companyInfoList > div + div {
  margin-top: 20px;
}
.section--about .companyInfoWrap .companyInfoList > div dt {
  width: 100px;
  flex: none;
  padding-left: 15px;
}
.section--about .companyInfoWrap .companyInfoList > div dd {
  padding-left: 10px;
}
.section--about .companyInfoWrap .companyInfoList > div {
  display: flex;
}
.section--about .companyInfoWrap .companyInfoList > div + div {
  margin-top: 30px;
}
.section--about .companyInfoWrap .companyInfoList > div dt {
  font-size: 16px;
  width: 24%;
}
.section--about .companyInfoWrap .companyInfoList > div dd {
  font-size: 16px;
  width: 76%;
  padding-left: 40px;
}
.section--about .about__main .about__content .about__note {
  color: #91002c;
  font-weight: 700;
}
.section--about .about__main .about__content .about__note.section__eyebrow {
  line-height: 1.6;
  gap: 22px;
}
.section--about .about__main .about__content .about__note.section__eyebrow::before, .section--about .about__main .about__content .about__note.section__eyebrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background-color: currentColor;
}
.section--about .about__main .about__content .about__note.section__eyebrow::before {
  transform: rotate(-25deg);
}
.section--about .about__main .about__content .about__note.section__eyebrow::after {
  transform: rotate(25deg);
}
.section--about .about__main .about__content .c-about-title {
  font-weight: 700;
}
.section--about .about__main .about__content .c-about-title .text-accent {
  color: #91002c;
  font-family: "Poppins", sans-serif;
}
.section--about .about__main .about__content .btn--primary::after {
  transform: rotate(-45deg);
}
.section--about .about__main .btn--primary {
  margin-top: 20px;
}
.section--about .about__links .about-link {
  display: block;
  background: #fff;
  background-image: url(../images/home/about_inks_bg01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left -5px;
  border: solid #c0a181 3px;
}
.section--about .about__links .about-link:nth-of-type(2) {
  background-image: url(../images/home/about_inks_bg02.png);
}
.section--about .about__links .about-link .about-link__title {
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section--about .about__links .about-link .about-link__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .hero .container {
    background-color: #f4eee8;
    background-image: url(../images/home/fv_bg_wh.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    width: 100%;
    padding-top: 30px;
    background-image: url(../images/home/fv_bg_wh_sp.png);
    background-position: bottom center;
    /* 各スライド */
  }
  .hero .container .fv-slider {
    margin: 0 auto;
  }
  .hero .container .fv-slide {
    padding: 0 20px;
    /* スライド間の余白（左右の見え方調整） */
    padding: 0 15px;
  }
  .hero .container .fv-slide img {
    width: 100%;
    /* FVの高さ（必要に応じて） */
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  .fv-slider {
    position: relative;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    width: 62px;
    height: 62px;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    width: 28px;
    height: 28px;
  }
  .fv-slider .slick-prev::before,
  .fv-slider .slick-next::before {
    content: "";
  }
  .fv-slider .slick-prev:hover, .fv-slider .slick-prev:focus, .fv-slider .slick-prev:active,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-prev:hover,
  .fv-slider .slick-prev:focus,
  .fv-slider .slick-prev:active {
    background-image: url("../images/home/btn_left.png") !important;
  }
  .fv-slider .slick-next,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-image: url("../images/home/btn_right.png") !important;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    top: auto;
    bottom: -40px;
    transform: none;
  }
  .fv-slider .slick-prev {
    left: 110px;
  }
  .fv-slider .slick-next {
    right: 110px;
  }
  .fv-slider .slick-dots {
    bottom: -40px;
  }
  .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 11px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
  }
  .slick-dots li.slick-active button:before {
    color: #91002c !important;
    opacity: 1;
  }
  .section .container {
    padding-block: 50px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1277px) and (min-width: 981px) {
  .section .container {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .section .section__actions {
    padding-top: 25px;
  }
  .section .btn--primary {
    display: block;
    background: #91002c;
    border-radius: 33px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    margin-inline: auto;
    position: relative;
    width: 280px;
    font-size: 16px;
    padding-block: 10px 10px;
    border-radius: 50px;
    box-shadow: 0px 3px 0px 0px rgb(233, 222, 211);
  }
  .section .btn--primary::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .section .btn--primary::after {
    content: "";
    width: 13px;
    height: 13px;
    top: calc(50% - 6px);
    right: 28px;
  }
  .heading-lv2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }
  .heading-lv2 p {
    margin-top: -10px;
  }
  .heading-lv2 .section__title-en {
    height: 16px;
    width: auto;
    height: 13px;
  }
  .heading-lv2 .text-accent {
    color: #91002c;
  }
  .section__actions + .heading-lv2 {
    margin-top: 80px;
    margin-top: 50px;
  }
  .section__eyebrow {
    color: #91002c;
    font-weight: 600;
    font-size: 18px;
    margin-top: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 13px;
  }
  .section__eyebrow::before, .section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background-color: currentColor;
    width: 1px;
  }
  .section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--recommend {
    padding-top: 18px;
  }
  .section--recommend .heading-lv2 {
    position: relative;
    margin-bottom: 30px;
  }
  .section--recommend .heading-lv2 .recommend-card__badge {
    position: absolute;
    right: -1px;
    bottom: -40px;
    z-index: 1;
  }
  .section--recommend .heading-lv2 .recommend-card__badge img {
    width: 77px;
  }
  .section--recommend .recommend-cards {
    margin-inline: 15px;
    margin-top: 15px;
    position: relative;
    z-index: 2;
  }
  .section--recommend .recommend-cards .recommend-card {
    border: solid #f4eee8 5px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0px 6px 0px 0px rgb(244, 238, 232);
  }
  .section--recommend .recommend-cards .recommend-card a {
    display: block;
    width: 100%;
    padding: 17px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__media img {
    width: 100%;
    border-radius: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body {
    margin-top: 15px;
    margin-top: 11px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags {
    display: flex;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags .recommend-card__tag {
    color: #fff;
    font-size: 15px;
    background: #513b24;
    padding: 2px 18px;
    border-radius: 5px;
    margin-right: 4px;
    padding: 2px 14px;
    font-size: 13px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.6;
    font-size: 18px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__divider {
    border-top: solid #cdcdcd 1px;
    border-bottom-width: 0px;
    margin-top: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__text {
    margin-top: 20px;
    font-size: 17px;
    color: #5d5b59;
    line-height: 1.6;
    font-size: 14px;
    margin-top: 11px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    margin-top: 15px;
    font-size: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    font-size: 15px;
    margin-top: 15px;
    font-size: 13px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
    width: 17px;
    height: 17px;
    margin-left: 6px;
    margin-top: 3px;
  }
  .section--latest-rent {
    background: #f4eee8;
    padding: 0 15px;
  }
  .section--latest-rent div + .heading-lv2 {
    margin-top: 80px;
  }
  .section--services {
    background: #fff;
    background-image: url(../images/home/bg_onayami_top_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    padding-bottom: 60px;
  }
  .section--services .container {
    padding-top: 24px;
  }
  .section--services .services_leadbox {
    text-align: center;
  }
  .section--services .services_leadbox .c-section-title {
    margin-top: 5px;
  }
  .section--services .services_leadbox .section__lead {
    font-size: 16px;
    margin-top: 30px;
    font-size: 14px;
    margin-top: 20px;
  }
  .section--services .services-stack__visual {
    margin-top: 28px;
  }
  .section--services .services-stack__visual img {
    width: 100%;
  }
  .section--services .services-stack {
    background-image: linear-gradient(#e5dfd8 88%, #ffffff 88%);
  }
  .section--services .services-stack .services-stack__cards {
    margin-inline: 15px;
  }
  .section--services .services-stack .services-stack__cards .service-card {
    background: #fff;
    border: solid #f4eee8 5px;
    border-radius: 16px;
    padding: 30px 30px 25px;
    margin-bottom: 20px;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(1) {
    background-image: url(../images/home/suppurt_card_01.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(2) {
    background-image: url(../images/home/suppurt_card_02.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right 2px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(3) {
    background-image: url(../images/home/suppurt_card_03.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    background-color: #91002c;
    margin-top: 20px;
    margin-inline: auto;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list {
    margin-top: 24px;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 14px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item::before {
    counter-increment: my-counter;
    content: counter(my-counter) ".";
    /* === ここで見た目を変更 === */
    position: absolute;
    left: 0;
    top: 2px;
    color: #8c5821;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-style: italic;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item:first-child {
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 12px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn {
    display: block;
    width: 240px;
    height: 42px;
    background: #fff;
    border-radius: 21px;
    color: #91002c;
    border: solid #91002c 2px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    margin-inline: auto;
    position: relative;
    margin-top: 20px;
    box-shadow: 0px 2px 0px 0px rgb(233, 222, 211);
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow_red.png) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
    width: 17px;
    right: 20px;
  }
  .section--bgred {
    background: #681938;
  }
  .section--bgred .section__eyebrow_white {
    color: #fff;
    text-align: center;
  }
  .section--bgred .c-section-title--light {
    color: #fff;
  }
  .section--bgred .section--problems {
    padding-top: 1px;
  }
  .section--bgred .section--problems .problem-cards {
    margin-inline: 15px;
  }
  .section--bgred .section--problems .problem-cards .problem-card {
    background: #faf7f5;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label {
    color: #91002c;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    padding-left: 16px;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label::before {
    content: "";
    display: inline-block;
    background: url(../images/home/kira.webp) no-repeat center/cover;
    width: 13px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 16px;
    top: 4px;
    left: 0;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex {
    display: flex;
    justify-content: space-between;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex .problem-card__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex img {
    width: 90px;
  }
  .section--bgred .triangle_content {
    text-align: center;
  }
  .section--bgred .triangle_content .triangle {
    display: inline-block;
    width: 264px;
    height: 50px;
    background: #c0a181;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    text-align: center;
    width: 180px;
    height: 35px;
  }
  .section--bgred .section--ideas {
    padding-top: 10px;
  }
  .section--bgred .section--ideas .caseWrap {
    margin-top: 25px;
    margin-inline: 15px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox {
    border-radius: 6px;
    padding: 45px 20px 30px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox + .caseBox {
    margin-top: 60px;
    position: relative;
  }
  .section--bgred .section--ideas .caseWrap .caseBox + .caseBox:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f0f2f5;
    position: absolute;
    left: 0px;
    top: -30px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .num {
    width: 124px;
    left: 3px;
    top: 15px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 {
    font-size: 19px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 span {
    padding: 5px 15px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 span:nth-of-type(n + 2) {
    margin-top: -1px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap p {
    margin-top: 20px;
    font-size: 14px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .caseImg {
    margin-top: 20px;
    padding: 0 15px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .caseImg li + li {
    margin-top: 15px;
  }
  .section--bgred .section--voices {
    margin-inline: 15px;
    padding-top: 0px;
  }
  .section--bgred .section--voices .voice-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .section--bgred .section--voices .voice-cards .voice-card {
    background: #fff;
    border: solid 2px #f4eee8;
    width: 100%;
    border-radius: 7px;
    padding: 17px;
    margin-bottom: 20px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar {
    width: 75%;
    height: auto;
    margin-inline: auto;
    display: flex;
    align-items: center;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar .voice-card__name {
    color: #444444;
    font-size: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar img {
    width: 58px;
    height: 58px;
    margin-right: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__lead {
    font-weight: 700;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property {
    margin-top: 20px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property img {
    width: 100%;
  }
  .section--bgred .section--voices .section__actions .btn--ghost {
    display: block;
    width: 280px;
    height: 53px;
    background: #ffffff;
    border-radius: 33px;
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    margin-inline: auto;
    position: relative;
  }
  .section--bgred .section--voices .section__actions .btn--ghost .btn__text {
    font-weight: 700;
    color: #91002c;
  }
  .section--bgred .section--voices .section__actions .btn--ghost .btn__arrow {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow_red.png) no-repeat center/cover;
    width: 13px;
    height: 13px;
    position: absolute;
    top: calc(50% - 6px);
    right: 14px;
  }
  .section--about {
    background-color: #fff;
    background-image: url(../images/home/latestinfo_top_pc.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  .section--about .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
    padding: 45px 45px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    width: 100px;
    flex: none;
    padding-left: 15px;
    padding-left: 0px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 30px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    font-size: 16px;
    width: 24%;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    font-size: 16px;
    width: 76%;
    padding-left: 40px;
  }
  .section--about .about__main .about__content {
    text-align: center;
  }
  .section--about .about__main .about__content .about__note {
    color: #91002c;
    font-weight: 700;
    font-size: 13px;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow {
    line-height: 1.6;
    line-height: 1.5;
    gap: 22px;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before, .section--about .about__main .about__content .about__note.section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
    width: 1px;
    height: 36px;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--about .about__main .about__content .c-about-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-top: 20px;
  }
  .section--about .about__main .about__content .c-about-title .text-accent {
    color: #91002c;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
  }
  .section--about .about__main .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
  .section--about .about__main .about__media {
    margin-right: 20px;
    margin-top: 20px;
  }
  .section--about .about__main .btn--primary {
    margin-top: 20px;
  }
  .section--about .about__links {
    display: block;
    margin-inline: 15px;
    margin-top: 50px;
  }
  .section--about .about__links .about-link {
    display: block;
    background: #fff;
    background-image: url(../images/home/about_inks_bg01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left -5px;
    border: solid #c0a181 3px;
    width: 100%;
    height: 95px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
  }
  .section--about .about__links .about-link:nth-of-type(2) {
    background-image: url(../images/home/about_inks_bg02.png);
  }
  .section--about .about__links .about-link .about-link__title {
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    left: 44%;
    line-height: 1.25;
  }
  .section--about .about__links .about-link .about-link__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    right: 20px;
  }
}
@media print, screen and (min-width: 1023px) {
  .hero .container {
    background-color: #f4eee8;
    background-image: url(../images/home/fv_bg_wh.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    width: 100%;
    /* 各スライド */
  }
  .hero .container .fv-slider {
    margin: 0 auto;
  }
  .hero .container .fv-slide {
    padding: 0 20px;
    /* スライド間の余白（左右の見え方調整） */
  }
  .hero .container .fv-slide img {
    width: 100%;
    /* FVの高さ（必要に応じて） */
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  .fv-slider {
    position: relative;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    width: 62px;
    height: 62px;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 999px;
  }
  .fv-slider .slick-prev::before,
  .fv-slider .slick-next::before {
    content: "";
  }
  .fv-slider .slick-prev:hover, .fv-slider .slick-prev:focus, .fv-slider .slick-prev:active,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-prev:hover,
  .fv-slider .slick-prev:focus,
  .fv-slider .slick-prev:active {
    background-image: url("../images/home/btn_left.png") !important;
  }
  .fv-slider .slick-next,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-image: url("../images/home/btn_right.png") !important;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .fv-slider .slick-prev {
    left: 74px;
  }
  .fv-slider .slick-next {
    right: 74px;
  }
  .fv-slider .slick-dots {
    bottom: -40px;
  }
  .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 11px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
  }
  .slick-dots li.slick-active button:before {
    color: #91002c !important;
    opacity: 1;
  }
  .section .container {
    max-width: 1280px;
    margin-inline: auto;
    padding-block: 90px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1277px) and (min-width: 981px) {
  .section .container {
    margin-inline: 20px;
  }
}
@media print, screen and (min-width: 1023px) {
  .section .section__actions {
    padding-top: 40px;
  }
  .section .btn--primary {
    display: block;
    width: 450px;
    height: 65px;
    box-shadow: 6px 6px 0px 0px rgb(233, 222, 211);
    background: #91002c;
    border-radius: 33px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    margin-inline: auto;
    position: relative;
  }
  .section .btn--primary:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  .section .btn--primary::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .heading-lv2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1;
  }
  .heading-lv2 .section__title-en {
    height: 16px;
    width: auto;
  }
  .heading-lv2 .text-accent {
    color: #91002c;
  }
  .section__actions + .heading-lv2 {
    margin-top: 80px;
  }
  .section__eyebrow {
    color: #91002c;
    font-weight: 600;
    font-size: 18px;
    margin-top: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .section__eyebrow::before, .section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background-color: currentColor;
  }
  .section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--recommend .heading-lv2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section--recommend .heading-lv2 .recommend-card__badge {
    margin-left: 25px;
  }
  .section--recommend .heading-lv2 .recommend-card__badge img {
    width: 115px;
    height: auto;
  }
  .section--recommend .recommend-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .section--recommend .recommend-cards .recommend-card {
    border: solid #f4eee8 5px;
    background: #fff;
    width: 49%;
    border-radius: 20px;
    position: relative;
    box-shadow: 9px 9px 0px 0px rgb(244, 238, 232);
  }
  .section--recommend .recommend-cards .recommend-card:hover {
    transform: translate(9px, 9px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  .section--recommend .recommend-cards .recommend-card.rent:before {
    content: "RENT";
    color: #0a90ba;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    border-radius: 0 16px 0 10px;
    background-color: #fff;
    width: 70px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 27px;
    right: 20px;
    z-index: 2;
    letter-spacing: 0.05em;
    padding-top: 4px;
  }
  .section--recommend .recommend-cards .recommend-card.sale:before {
    content: "SALE";
    color: #91002c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    border-radius: 0 16px 0 10px;
    background-color: #fff;
    width: 70px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 27px;
    right: 20px;
    z-index: 2;
    letter-spacing: 0.05em;
    padding-top: 4px;
  }
  .section--recommend .recommend-cards .recommend-card a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 35px 30px 65px 30px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__media img {
    width: 100%;
    border-radius: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body {
    margin-top: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags {
    display: flex;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags .recommend-card__tag {
    color: #fff;
    font-size: 15px;
    background: #513b24;
    padding: 2px 18px;
    border-radius: 5px;
    margin-right: 4px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.6;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__divider {
    border-top: solid #cdcdcd 1px;
    border-bottom-width: 0px;
    margin-top: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__text {
    margin-top: 20px;
    font-size: 17px;
    color: #5d5b59;
    line-height: 1.6;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    margin-top: 15px;
    font-size: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    font-size: 15px;
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;
    right: 30px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
  }
  .section--latest-rent {
    background: #f4eee8;
  }
  .section--latest-rent div + .heading-lv2 {
    margin-top: 80px;
  }
  .section--services {
    background-image: url(../images/home/bg_onayami_top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    padding-bottom: 200px;
  }
  .section--services .services_leadbox {
    text-align: center;
  }
  .section--services .services_leadbox .c-section-title {
    margin-top: 5px;
  }
  .section--services .services_leadbox .section__lead {
    font-size: 16px;
    margin-top: 30px;
  }
  .section--services .services-stack__visual {
    margin-top: 40px;
  }
  .section--services .services-stack__visual img {
    width: 100%;
  }
  .section--services .services-stack .services-stack__cards {
    margin-top: -120px;
    display: flex;
    justify-content: space-between;
    margin-inline: 4%;
  }
  .section--services .services-stack .services-stack__cards .service-card {
    background: #fff;
    border: solid #f4eee8 5px;
    border-radius: 16px;
    padding: 30px 30px 25px;
    width: 32%;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(1) {
    background-image: url(../images/home/suppurt_card_01.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(2) {
    background-image: url(../images/home/suppurt_card_02.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right 2px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(3) {
    background-image: url(../images/home/suppurt_card_03.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    background-color: #91002c;
    margin-top: 20px;
    margin-inline: auto;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list {
    margin-top: 24px;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item::before {
    counter-increment: my-counter;
    content: counter(my-counter) ".";
    /* === ここで見た目を変更 === */
    position: absolute;
    left: 0;
    top: 2px;
    color: #8c5821;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-style: italic;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item:first-child {
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 12px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn {
    display: block;
    width: 240px;
    height: 42px;
    background: #fff;
    border-radius: 21px;
    color: #91002c;
    border: solid #91002c 2px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    margin-inline: auto;
    position: relative;
    margin-top: 20px;
    box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow_red.png) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .section--bgred {
    background: #681938;
  }
  .section--bgred .section__eyebrow_white {
    color: #fff;
    text-align: center;
    font-size: 18px;
  }
  .section--bgred .c-section-title--light {
    color: #fff;
  }
  .section--bgred .section--problems {
    padding-top: 1px;
    padding-bottom: 60px;
  }
  .section--bgred .section--problems .problem-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .section--bgred .section--problems .problem-cards .problem-card {
    background: #faf7f5;
    width: 32.2%;
    border-radius: 20px;
    padding: 30px 30px 30px 34px;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label {
    color: #91002c;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label::before {
    content: "";
    display: inline-block;
    background: url(../images/home/kira.webp) no-repeat center/cover;
    width: 13px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex .problem-card__text {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex img {
    width: 120px;
  }
  .section--bgred .triangle_content {
    text-align: center;
  }
  .section--bgred .triangle_content .triangle {
    display: inline-block;
    width: 264px;
    height: 50px;
    background: #c0a181;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    text-align: center;
  }
  .section--bgred .section--ideas {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .section--bgred .section--ideas .caseWrap {
    padding: 40px 0;
  }
  .section--bgred .section--ideas .caseWrap .caseBox {
    border-radius: 12px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    padding: 60px 40px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox + .caseBox {
    margin-top: 120px;
    position: relative;
  }
  .section--bgred .section--ideas .caseWrap .caseBox + .caseBox:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f0f2f5;
    position: absolute;
    left: 0px;
    top: -60px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .num {
    width: 180px;
    left: 3px;
    top: 28px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 {
    flex: none;
    font-size: 36px;
    padding-top: 10px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 span {
    padding: 13px 25px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .titleWrap h3 span:nth-of-type(n + 2) {
    margin-top: -1px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .caseImg {
    margin-top: 50px;
    display: flex;
    gap: 10px;
  }
  .section--bgred .section--ideas .caseWrap .caseBox .caseImg li {
    flex: 1;
  }
  .section--bgred .section--voices .voice-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .section--bgred .section--voices .voice-cards .voice-card {
    background: #fff;
    border: solid 2px #f4eee8;
    width: 24%;
    border-radius: 15px;
    padding: 20px;
    min-width: 280px;
    margin-top: 40px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar {
    width: 96%;
    height: auto;
    margin-inline: auto;
    display: flex;
    align-items: center;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar .voice-card__name {
    color: #444444;
    font-size: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar img {
    width: 58px;
    height: 58px;
    margin-right: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__lead {
    font-weight: 700;
    margin-top: 17px;
    font-size: 18px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__text {
    margin-top: 14px;
    font-size: 18px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property {
    margin-top: 20px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property img {
    width: 100%;
  }
  .section--bgred .section--voices .section__actions {
    padding-top: 40px;
  }
  .section--bgred .section--voices .section__actions .btn--ghost {
    display: block;
    width: 450px;
    height: 65px;
    background: #ffffff;
    border-radius: 33px;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    margin-inline: auto;
    position: relative;
    box-shadow: 6px 6px 0px 0px rgb(233, 222, 211);
  }
  .section--bgred .section--voices .section__actions .btn--ghost .btn__text {
    font-weight: 700;
    color: #91002c;
    font-size: 18px;
  }
  .section--bgred .section--voices .section__actions .btn--ghost .btn__arrow {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow_red.png) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .section--about {
    background-color: #fff;
    background-image: url(../images/home/latestinfo_top_pc.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  .section--about .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    width: 100px;
    flex: none;
    padding-left: 15px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 30px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    font-size: 16px;
    width: 24%;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    font-size: 16px;
    width: 76%;
    padding-left: 40px;
  }
  .section--about .about__main {
    display: flex;
    justify-content: space-between;
  }
  .section--about .about__main .about__content {
    margin-top: 100px;
  }
  .section--about .about__main .about__content .about__note {
    color: #91002c;
    font-weight: 700;
    font-size: 18px;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow {
    line-height: 1.6;
    justify-content: flex-start;
    gap: 22px;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before, .section--about .about__main .about__content .about__note.section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--about .about__main .about__content .c-about-title {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
  }
  .section--about .about__main .about__content .c-about-title .text-accent {
    color: #91002c;
    font-family: "Poppins", sans-serif;
    font-size: 54px;
  }
  .section--about .about__main .about__content .btn--primary {
    margin-top: 37px;
  }
  .section--about .about__main .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
  .section--about .about__main .about__media {
    width: 63%;
  }
  .section--about .about__main .btn--primary {
    margin-top: 20px;
  }
  .section--about .about__links {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }
  .section--about .about__links .about-link {
    display: block;
    background: #fff;
    background-image: url(../images/home/about_inks_bg01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left -5px;
    border: solid #c0a181 3px;
    width: 48%;
    height: 180px;
    border-radius: 20px;
    position: relative;
  }
  .section--about .about__links .about-link:nth-of-type(2) {
    background-image: url(../images/home/about_inks_bg02.png);
  }
  .section--about .about__links .about-link .about-link__title {
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    left: 44%;
  }
  .section--about .about__links .about-link .about-link__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    right: 35px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .hero .container {
    background-color: #f4eee8;
    background-image: url(../images/home/fv_bg_wh.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    /* 各スライド */
  }
  .hero .container .fv-slider {
    margin: 0 auto;
  }
  .hero .container .fv-slide {
    padding: 0 20px;
    /* スライド間の余白（左右の見え方調整） */
  }
  .hero .container .fv-slide img {
    width: 100%;
    /* FVの高さ（必要に応じて） */
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  .fv-slider {
    position: relative;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    width: 62px;
    height: 62px;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 999px;
  }
  .fv-slider .slick-prev::before,
  .fv-slider .slick-next::before {
    content: "";
  }
  .fv-slider .slick-prev:hover, .fv-slider .slick-prev:focus, .fv-slider .slick-prev:active,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-prev:hover,
  .fv-slider .slick-prev:focus,
  .fv-slider .slick-prev:active {
    background-image: url("../images/home/btn_left.png") !important;
  }
  .fv-slider .slick-next,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-image: url("../images/home/btn_right.png") !important;
  }
  .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 11px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
  }
  .slick-dots li.slick-active button:before {
    color: #91002c !important;
    opacity: 1;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) and (max-width: 1277px) and (min-width: 981px) {
  .section .container {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .section .btn--primary {
    display: block;
    background: #91002c;
    border-radius: 33px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    margin-inline: auto;
    position: relative;
  }
  .section .btn--primary::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .heading-lv2 {
    text-align: center;
  }
  .heading-lv2 .section__title-en {
    height: 16px;
    width: auto;
  }
  .heading-lv2 .text-accent {
    color: #91002c;
  }
  .section__actions + .heading-lv2 {
    margin-top: 80px;
  }
  .section__eyebrow {
    color: #91002c;
    font-weight: 600;
    font-size: 18px;
    margin-top: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .section__eyebrow::before, .section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background-color: currentColor;
  }
  .section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--recommend .recommend-cards .recommend-card {
    border: solid #f4eee8 5px;
    background: #fff;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__media img {
    width: 100%;
    border-radius: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body {
    margin-top: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags {
    display: flex;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags .recommend-card__tag {
    color: #fff;
    font-size: 15px;
    background: #513b24;
    padding: 2px 18px;
    border-radius: 5px;
    margin-right: 4px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.6;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__divider {
    border-top: solid #cdcdcd 1px;
    border-bottom-width: 0px;
    margin-top: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__text {
    margin-top: 20px;
    font-size: 17px;
    color: #5d5b59;
    line-height: 1.6;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    font-size: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    font-size: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
  }
  .section--latest-rent {
    background: #f4eee8;
  }
  .section--latest-rent div + .heading-lv2 {
    margin-top: 80px;
  }
  .section--services .services_leadbox {
    text-align: center;
  }
  .section--services .services_leadbox .c-section-title {
    margin-top: 5px;
  }
  .section--services .services_leadbox .section__lead {
    font-size: 16px;
    margin-top: 30px;
  }
  .section--services .services-stack__visual img {
    width: 100%;
  }
  .section--services .services-stack .services-stack__cards .service-card {
    background: #fff;
    border: solid #f4eee8 5px;
    border-radius: 16px;
    padding: 30px 30px 25px;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(1) {
    background-image: url(../images/home/suppurt_card_01.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(2) {
    background-image: url(../images/home/suppurt_card_02.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right 2px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(3) {
    background-image: url(../images/home/suppurt_card_03.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    background-color: #91002c;
    margin-top: 20px;
    margin-inline: auto;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list {
    margin-top: 24px;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item::before {
    counter-increment: my-counter;
    content: counter(my-counter) ".";
    /* === ここで見た目を変更 === */
    position: absolute;
    left: 0;
    top: 2px;
    color: #8c5821;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-style: italic;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item:first-child {
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 12px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn {
    display: block;
    width: 240px;
    height: 42px;
    background: #fff;
    border-radius: 21px;
    color: #91002c;
    border: solid #91002c 2px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    margin-inline: auto;
    position: relative;
    margin-top: 20px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow_red.png) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .section--bgred {
    background: #681938;
  }
  .section--bgred .section__eyebrow_white {
    color: #fff;
    text-align: center;
  }
  .section--bgred .c-section-title--light {
    color: #fff;
  }
  .section--bgred .section--problems .problem-cards .problem-card {
    background: #faf7f5;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label {
    color: #91002c;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label::before {
    content: "";
    display: inline-block;
    background: url(../images/home/kira.webp) no-repeat center/cover;
    width: 13px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex {
    display: flex;
    justify-content: space-between;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex .problem-card__text {
    font-weight: 700;
  }
  .section--bgred .triangle_content {
    text-align: center;
  }
  .section--bgred .triangle_content .triangle {
    display: inline-block;
    width: 264px;
    height: 50px;
    background: #c0a181;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    text-align: center;
  }
  .section--bgred .section--voices .voice-cards .voice-card {
    background: #fff;
    border: solid 2px #f4eee8;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar .voice-card__name {
    color: #444444;
    font-size: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar img {
    width: 58px;
    height: 58px;
    margin-right: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__lead {
    font-weight: 700;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property {
    margin-top: 20px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property img {
    width: 100%;
  }
  .section--bgred .section--voices .section__actions .btn--ghost .btn__text {
    font-weight: 700;
    color: #91002c;
  }
  .section--about {
    background-color: #fff;
  }
  .section--about .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    width: 100px;
    flex: none;
    padding-left: 15px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 30px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    font-size: 16px;
    width: 24%;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    font-size: 16px;
    width: 76%;
    padding-left: 40px;
  }
  .section--about .about__main .about__content .about__note {
    color: #91002c;
    font-weight: 700;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow {
    line-height: 1.6;
    gap: 22px;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before, .section--about .about__main .about__content .about__note.section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--about .about__main .about__content .c-about-title {
    font-weight: 700;
  }
  .section--about .about__main .about__content .c-about-title .text-accent {
    color: #91002c;
    font-family: "Poppins", sans-serif;
  }
  .section--about .about__main .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
  .section--about .about__main .btn--primary {
    margin-top: 20px;
  }
  .section--about .about__links .about-link {
    display: block;
    background: #fff;
    background-image: url(../images/home/about_inks_bg01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left -5px;
    border: solid #c0a181 3px;
  }
  .section--about .about__links .about-link:nth-of-type(2) {
    background-image: url(../images/home/about_inks_bg02.png);
  }
  .section--about .about__links .about-link .about-link__title {
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section--about .about__links .about-link .about-link__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print {
  .hero .container {
    background-color: #f4eee8;
    background-image: url(../images/home/fv_bg_wh.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -1px center;
    /* 各スライド */
  }
  .hero .container .fv-slider {
    margin: 0 auto;
  }
  .hero .container .fv-slide {
    padding: 0 20px;
    /* スライド間の余白（左右の見え方調整） */
  }
  .hero .container .fv-slide img {
    width: 100%;
    /* FVの高さ（必要に応じて） */
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    display: block;
  }
  .fv-slider {
    position: relative;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-next {
    width: 62px;
    height: 62px;
    z-index: 5;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 999px;
  }
  .fv-slider .slick-prev::before,
  .fv-slider .slick-next::before {
    content: "";
  }
  .fv-slider .slick-prev:hover, .fv-slider .slick-prev:focus, .fv-slider .slick-prev:active,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
  }
  .fv-slider .slick-prev,
  .fv-slider .slick-prev:hover,
  .fv-slider .slick-prev:focus,
  .fv-slider .slick-prev:active {
    background-image: url("../images/home/btn_left.png") !important;
  }
  .fv-slider .slick-next,
  .fv-slider .slick-next:hover,
  .fv-slider .slick-next:focus,
  .fv-slider .slick-next:active {
    background-image: url("../images/home/btn_right.png") !important;
  }
  .slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }
  .slick-dots li button:before {
    font-family: "slick";
    font-size: 11px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
  }
  .slick-dots li.slick-active button:before {
    color: #91002c !important;
    opacity: 1;
  }
  .section .btn--primary {
    display: block;
    background: #91002c;
    border-radius: 33px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    margin-inline: auto;
    position: relative;
  }
  .section .btn--primary::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow.webp) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .heading-lv2 {
    text-align: center;
  }
  .heading-lv2 .section__title-en {
    height: 16px;
    width: auto;
  }
  .heading-lv2 .text-accent {
    color: #91002c;
  }
  .section__actions + .heading-lv2 {
    margin-top: 80px;
  }
  .section__eyebrow {
    color: #91002c;
    font-weight: 600;
    font-size: 18px;
    margin-top: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .section__eyebrow::before, .section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background-color: currentColor;
  }
  .section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--recommend .recommend-cards .recommend-card {
    border: solid #f4eee8 5px;
    background: #fff;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__media img {
    width: 100%;
    border-radius: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body {
    margin-top: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags {
    display: flex;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__tags .recommend-card__tag {
    color: #fff;
    font-size: 15px;
    background: #513b24;
    padding: 2px 18px;
    border-radius: 5px;
    margin-right: 4px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.6;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__divider {
    border-top: solid #cdcdcd 1px;
    border-bottom-width: 0px;
    margin-top: 20px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__text {
    margin-top: 20px;
    font-size: 17px;
    color: #5d5b59;
    line-height: 1.6;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    font-size: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__body .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer {
    text-align: right;
    margin-top: auto;
    font-size: 15px;
  }
  .section--recommend .recommend-cards .recommend-card .recommend-card__footer .recommend-card__detail-icon img {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-top: 6px;
  }
  .section--latest-rent {
    background: #f4eee8;
  }
  .section--latest-rent div + .heading-lv2 {
    margin-top: 80px;
  }
  .section--services .services_leadbox {
    text-align: center;
  }
  .section--services .services_leadbox .c-section-title {
    margin-top: 5px;
  }
  .section--services .services_leadbox .section__lead {
    font-size: 16px;
    margin-top: 30px;
  }
  .section--services .services-stack__visual img {
    width: 100%;
  }
  .section--services .services-stack .services-stack__cards .service-card {
    background: #fff;
    border: solid #f4eee8 5px;
    border-radius: 16px;
    padding: 30px 30px 25px;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(1) {
    background-image: url(../images/home/suppurt_card_01.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(2) {
    background-image: url(../images/home/suppurt_card_02.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right 2px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card:nth-of-type(3) {
    background-image: url(../images/home/suppurt_card_03.png);
    background-repeat: no-repeat;
    background-size: 23% auto;
    background-position: top 5px right -1px;
    background-color: #fff;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__title::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    background-color: #91002c;
    margin-top: 20px;
    margin-inline: auto;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list {
    margin-top: 24px;
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item::before {
    counter-increment: my-counter;
    content: counter(my-counter) ".";
    /* === ここで見た目を変更 === */
    position: absolute;
    left: 0;
    top: 2px;
    color: #8c5821;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-style: italic;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__list .service-card__item:first-child {
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 12px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn {
    display: block;
    width: 240px;
    height: 42px;
    background: #fff;
    border-radius: 21px;
    color: #91002c;
    border: solid #91002c 2px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    margin-inline: auto;
    position: relative;
    margin-top: 20px;
  }
  .section--services .services-stack .services-stack__cards .service-card .service-card__btn::after {
    content: "";
    display: inline-block;
    background: url(../images/home/arrow_red.png) no-repeat center/cover;
    width: 15px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    right: 28px;
  }
  .section--bgred {
    background: #681938;
  }
  .section--bgred .section__eyebrow_white {
    color: #fff;
    text-align: center;
  }
  .section--bgred .c-section-title--light {
    color: #fff;
  }
  .section--bgred .section--problems .problem-cards .problem-card {
    background: #faf7f5;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label {
    color: #91002c;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card__label::before {
    content: "";
    display: inline-block;
    background: url(../images/home/kira.webp) no-repeat center/cover;
    width: 13px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex {
    display: flex;
    justify-content: space-between;
  }
  .section--bgred .section--problems .problem-cards .problem-card .problem-card-flex .problem-card__text {
    font-weight: 700;
  }
  .section--bgred .triangle_content {
    text-align: center;
  }
  .section--bgred .triangle_content .triangle {
    display: inline-block;
    width: 264px;
    height: 50px;
    background: #c0a181;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    text-align: center;
  }
  .section--bgred .section--voices .voice-cards .voice-card {
    background: #fff;
    border: solid 2px #f4eee8;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar .voice-card__name {
    color: #444444;
    font-size: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__avatar img {
    width: 58px;
    height: 58px;
    margin-right: 14px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__lead {
    font-weight: 700;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property {
    margin-top: 20px;
  }
  .section--bgred .section--voices .voice-cards .voice-card .voice-card__property img {
    width: 100%;
  }
  .section--bgred .section--voices .section__actions .btn--ghost .btn__text {
    font-weight: 700;
    color: #91002c;
  }
  .section--about {
    background-color: #fff;
  }
  .section--about .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    width: 100px;
    flex: none;
    padding-left: 15px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
  }
  .section--about .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .section--about .companyInfoWrap .companyInfoList > div + div {
    margin-top: 30px;
  }
  .section--about .companyInfoWrap .companyInfoList > div dt {
    font-size: 16px;
    width: 24%;
  }
  .section--about .companyInfoWrap .companyInfoList > div dd {
    font-size: 16px;
    width: 76%;
    padding-left: 40px;
  }
  .section--about .about__main .about__content .about__note {
    color: #91002c;
    font-weight: 700;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow {
    line-height: 1.6;
    gap: 22px;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before, .section--about .about__main .about__content .about__note.section__eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::before {
    transform: rotate(-25deg);
  }
  .section--about .about__main .about__content .about__note.section__eyebrow::after {
    transform: rotate(25deg);
  }
  .section--about .about__main .about__content .c-about-title {
    font-weight: 700;
  }
  .section--about .about__main .about__content .c-about-title .text-accent {
    color: #91002c;
    font-family: "Poppins", sans-serif;
  }
  .section--about .about__main .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
  .section--about .about__main .btn--primary {
    margin-top: 20px;
  }
  .section--about .about__links .about-link {
    display: block;
    background: #fff;
    background-image: url(../images/home/about_inks_bg01.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left -5px;
    border: solid #c0a181 3px;
  }
  .section--about .about__links .about-link:nth-of-type(2) {
    background-image: url(../images/home/about_inks_bg02.png);
  }
  .section--about .about__links .about-link .about-link__title {
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .section--about .about__links .about-link .about-link__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*# sourceMappingURL=map/home.css.map */
