@charset "UTF-8";
/* Break Point */
.breadcrumb {
  display: flex;
}
.breadcrumb a {
  color: #444444;
  text-decoration: underline;
}
.breadcrumb > span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  color: #8c8c8c;
}

.pageTitleWrap {
  background-color: #f4eee8;
  text-align: center;
}
.pageTitleWrap .pageTitle {
  font-weight: 700;
  line-height: 1;
}
.pageTitleWrap .pageTitleEn img {
  vertical-align: bottom;
}

#contents img {
  vertical-align: bottom;
}
#contents .filterArea .filterTitle {
  text-align: center;
  font-weight: 700;
}
#contents .filterArea .filterGroup {
  border: none;
  padding: 0;
}
#contents .filterArea .filterGroup .filterGroupTitle {
  display: block;
  color: #513b24;
}
#contents .filterArea .filterGroup label span {
  position: relative;
}
#contents .filterArea .filterGroup label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contents .filterArea .resetBtn {
  text-align: right;
}
#contents .filterArea .resetBtn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #edeceb;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  color: #444444;
  font-weight: 500;
  position: relative;
  line-height: 1;
}
#contents .property-grid .property-card {
  border: 2px solid #f4eee8;
}
#contents .propertyPostHeadingWrap .propertyPostHeading .area span {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  background-color: #513b24;
  display: inline-block;
}
#contents .propertyPostHeadingWrap .propertyPostHeading .area span + span {
  margin-left: 8px;
}
#contents .propertyPostHeadingWrap .propertyPostHeading .propertyPostH1 {
  font-weight: 700;
  line-height: 1.3;
}
#contents .propertyPostHeadingWrap .propertyPostHeading .propertyPostSub {
  font-weight: 700;
}
#contents .propertyPostHeadingWrap .propertyPostHeadingBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 4px 4px 0px 0px rgb(233, 222, 211);
}
#contents .propertyPostHeadingWrap .propertyPostHeadingBtn a.mail {
  background-color: #624629;
}
#contents .propertyPostHeadingWrap .propertyPostHeadingBtn a.print {
  background-color: #91002c;
}
#contents .propertyPostPrice .propertyPostPriceMain {
  color: #91002c;
}
#contents .propertyPostPrice .propertyPostPriceMain .PriceMain {
  font-weight: 700;
}
#contents .propertyPostPrice .propertyPostPriceMain .PriceSub {
  font-weight: 500;
  color: #000000;
}
#contents .propertyPostPrice .sikirei {
  color: #444444;
  line-height: 1;
}
#contents .propertyPostPrice .sikirei .sikikin {
  color: #fff;
  background-color: #0a75bf;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
}
#contents .propertyPostPrice .sikirei .reikin {
  color: #fff;
  background-color: #bb5700;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
}
#contents .propertyPostSpec {
  font-weight: 500;
  color: #444444;
}
#contents .propertyPostSpec .specPlace {
  padding-left: 18px;
  position: relative;
}
#contents .propertyPostSpec .specInfo {
  padding-left: 18px;
  position: relative;
}
#contents .propertyPostFeature li {
  color: #624629;
  border: 1px solid #624629;
  display: inline-block;
  line-height: 1;
  border-radius: 5px;
}
#contents .checkPointWrap {
  border: 1px solid #a9274c;
}
#contents .checkPointWrap .checkPointTitle {
  font-weight: 700;
  color: #91002c;
  position: relative;
}
#contents h2.title {
  position: relative;
}
#contents .infoTable {
  width: 100%;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}
#contents .infoTable th {
  background-color: #faf7f5;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  text-align: left;
  font-weight: 400;
}
#contents .infoTable td {
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
#contents .propertySlideSec .propertySlide .propertySlideItem {
  position: relative;
}
#contents .propertySlideSec .propertySlide .slick-num {
  background-color: #efe6dc;
  font-weight: 700;
  color: #444444;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.postContactWrap .postContactTitle {
  font-weight: 900;
  text-align: center;
}
.postContactWrap .postContactBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.2;
  gap: 10px;
  white-space: nowrap;
  box-shadow: 5px 5px 0px 0px rgb(223, 209, 196);
}
.postContactWrap .postContactBtn a.mail {
  background-color: #624629;
}
.postContactWrap .postContactBtn a.print {
  background-color: #91002c;
}

.contactWrap input,
.contactWrap button,
.contactWrap select,
.contactWrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  background-color: #fff;
}
.contactWrap textarea {
  resize: vertical;
}
.contactWrap input[type=checkbox],
.contactWrap input[type=radio] {
  display: none;
}
.contactWrap input[type=submit],
.contactWrap input[type=button],
.contactWrap label,
.contactWrap button,
.contactWrap select {
  cursor: pointer;
}
.contactWrap select::-ms-expand {
  display: none;
}
.contactWrap input,
.contactWrap textarea {
  background-color: #faf7f5;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
}
.contactWrap .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.contactWrap .wpcf7-radio .wpcf7-list-item {
  margin-right: 30px;
  margin-top: 10px;
}
.contactWrap .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactWrap .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #D4D9D6;
  border-radius: 100%;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.3s;
  width: 1.2em;
}
.contactWrap .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #91002c;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
}
.contactWrap .wpcf7-checkbox,
.contactWrap .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.contactWrap .wpcf7-checkbox .wpcf7-list-item,
.contactWrap .wpcf7-acceptance .wpcf7-list-item {
  margin-right: 30px;
  margin-top: 10px;
}
.contactWrap .wpcf7-checkbox .wpcf7-list-item-label,
.contactWrap .wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
.contactWrap .wpcf7-checkbox .wpcf7-list-item-label::before,
.contactWrap .wpcf7-acceptance .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #D4D9D6;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.3s;
  width: 1.2em;
}
.contactWrap .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.contactWrap .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #91002c;
  /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff;
}
.contactWrap .checkWrap p a {
  text-decoration: underline;
}
.contactWrap .checkWrap p a:hover {
  text-decoration: none;
}
.contactWrap select {
  width: 100%;
  padding: 15px 25px 15px 20px;
  border: 2px solid #ebf0f7;
  border-radius: 10px;
}
.contactWrap .contactBox > div > dt {
  font-weight: bold;
  position: relative;
}
.contactWrap .contactBox > div > dt .must {
  color: #fff;
  display: inline-block;
  background-color: #91002c;
  border-radius: 3px;
  font-weight: 700;
}
.contactWrap .contactBox > div > dd > dl {
  display: flex;
  align-items: center;
}
.contactWrap .contactBox > div > dd > dl > dt {
  font-weight: bold;
  flex: none;
}
.contactWrap .contactBox > div > dd > dl > dd {
  width: 100%;
}
.contactWrap .formBtns .formBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.2;
  gap: 10px;
  white-space: nowrap;
  box-shadow: 5px 5px 0px 0px rgb(223, 209, 196);
  background-color: #91002c;
  margin: 0 auto;
}
.contactWrap .formBtns .backBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 33px;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.2;
  gap: 10px;
  white-space: nowrap;
  box-shadow: 5px 5px 0px 0px rgb(223, 209, 196);
  background-color: #F4EEE8;
  margin: 0 auto;
}

.faq {
  max-width: 1082px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.faq__item {
  background: #f4eee8;
  border-radius: 20px;
  overflow: hidden;
}
.faq__item.is-open .faq__body {
  display: block;
}
.faq__item.is-open .faq__icon::after {
  opacity: 0;
}
.faq__head {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 40px;
  text-align: left;
}
.faq__head:focus-visible {
  outline: 3px solid rgba(145, 0, 44, 0.25);
  outline-offset: 2px;
  border-radius: 10px;
}
.faq__q {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.faq__mark {
  font-weight: 600;
  color: #91002c;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  flex: 0 0 auto;
}
.faq__mark--a {
  font-size: 26px;
  padding-top: 7px;
}
.faq__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  display: inline-block;
  padding: 2px 0;
  min-width: 0;
  word-break: break-word;
  color: #000;
}
.faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
.faq__icon::before, .faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #91002c;
  transform: translate(-50%, -50%);
}
.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__body {
  height: 0;
  overflow: hidden;
  padding: 0 80px 0 40px;
  color: #111;
  transition: height 280ms ease;
  will-change: height;
}
.faq__a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  padding: 0 0 30px;
}
.faq__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  color: #000;
}
.faq__item.is-open .faq__icon::after {
  opacity: 0;
}

.taC {
  text-align: center;
}

.textred {
  color: #91002c;
}

.main.page-company .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;
}
.main.page-company .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;
}
.main.page-company .text_red {
  color: #91002c;
  font-weight: 800;
}
.main.page-company .fs22 {
  font-weight: 700;
}
.main.page-company .page-title .h1_tittle_box {
  text-align: center;
}
.main.page-company .page-title .h1_tittle_box .section__title-en {
  height: 16px;
  width: auto;
}
.main.page-company .breadcrumb {
  display: flex;
}
.main.page-company .breadcrumb a {
  color: #444444;
  text-decoration: underline;
  font-size: 14px;
}
.main.page-company .breadcrumb > span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  color: #8c8c8c;
}
.main.page-company .section--worries .box_text {
  border: 2px solid #000000;
  background: #fff;
  font-weight: 800;
  line-height: 1.6;
}
.main.page-company .section--promise {
  background: #f4eee8;
}
.main.page-company .section--promise .promise__item {
  position: relative;
}
.main.page-company .section--promise .promise__item:before {
  content: "";
  background: #8b1e3b;
  position: absolute;
  left: 0;
}
.main.page-company .section--promise .promise__no {
  position: relative;
}
.main.page-company .section--promise .promise__no:before {
  content: "";
  background-image: url(../images/company/kira.webp);
  background-repeat: no-repeat;
  width: 22px;
  height: 33px;
  position: absolute;
  left: 0;
}
.main.page-company .section--promise .promise__text {
  font-weight: 700;
  color: #8b1e3b;
}
.main.page-company .section--staff {
  background: #671A38;
  background-image: url(../images/company/bg_promiss_top_img.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom -30px center;
  padding-bottom: 160px;
  margin-top: -1px;
}
.main.page-company .section--staff .intro-text {
  color: #fff;
  text-align: center;
}
.main.page-company .section--staff .staff-card__catch {
  line-height: 1.5;
}
.main.page-company .section--staff .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.main.page-company .section--staff .eyebrow::before, .main.page-company .section--staff .eyebrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background-color: currentColor;
}
.main.page-company .section--staff .eyebrow::before {
  transform: rotate(-25deg);
}
.main.page-company .section--staff .eyebrow::after {
  transform: rotate(25deg);
}
.main.page-company .section--staff .staff-card__name {
  font-weight: 700;
}
.main.page-company .section--profile {
  background-color: #fff;
}
.main.page-company .section--profile .companyInfoWrap .heading-lv2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 1.5;
}
.main.page-company .section--profile .companyInfoWrap .companyInfoList {
  padding: 25px 0;
  margin-top: 25px;
  border-top: 2px solid #681938;
  border-bottom: 2px solid #681938;
  padding: 45px 60px;
}
.main.page-company .section--profile .companyInfoWrap .companyInfoList > div {
  display: flex;
}
.main.page-company .section--profile .companyInfoWrap .companyInfoList > div + div {
  margin-top: 20px;
}
.main.page-company .section--profile .companyInfoWrap .companyInfoList > div dt {
  width: 30%;
  flex: none;
  padding-left: 15px;
  font-size: 16px;
}
.main.page-company .section--profile .companyInfoWrap .companyInfoList > div dd {
  padding-left: 10px;
  font-size: 16px;
}
.main.page-company .section--logo .heading {
  font-size: 24px;
}
.main.page-company .parent__company .about__content .about__note {
  font-weight: 500;
}
.main.page-company .parent__company .about__content .c-about-title {
  font-weight: 700;
}
.main.page-company .parent__company .about__content .btn--primary::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    width: 100%;
    padding: 8px 20px;
  }
  .breadcrumb > span {
    font-size: 12px;
  }
  .breadcrumb > span + span {
    margin-left: 25px;
  }
  .breadcrumb > span:not(:last-of-type)::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #91002c;
    border-right: solid 1px #91002c;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: -13px;
  }
  .breadcrumb > span:last-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pageTitleWrap {
    height: 120px;
    padding-top: 20px;
  }
  .pageTitleWrap .pageTitle {
    font-size: 28px;
    margin-top: 10px;
  }
  .pageTitleWrap .pageTitleEn img {
    height: 13px;
    width: auto;
  }
  #contents {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  #contents .filterArea .filterTitle {
    font-size: 18px;
  }
  #contents .filterArea .filterGroup {
    padding: 15px 0;
  }
  #contents .filterArea .filterGroup .filterGroupTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #contents .filterArea .filterGroup label {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  #contents .filterArea .filterGroup label span:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #faf7f5;
    border: 1px solid #513b24;
    box-sizing: border-box;
    margin-right: 7px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #contents .filterArea .filterGroup label input:checked + span::before {
    background-color: #513b24;
  }
  #contents .filterArea .filterGroup label input:checked + span::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    left: 7px;
    top: 7px;
  }
  #contents .filterArea .resetBtn {
    margin-top: 10px;
  }
  #contents .filterArea .resetBtn button {
    padding: 10px 20px 10px 45px;
  }
  #contents .filterArea .resetBtn button:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_reset.webp) no-repeat center/cover;
    width: 18px;
    height: 22px;
    position: absolute;
    left: 19px;
    top: calc(50% - 11px);
  }
  #contents .property-grid {
    margin: 40px 0 0;
  }
  #contents .property-grid .property-card {
    box-shadow: 0px 6px 0px 0px rgb(244, 238, 232);
  }
  #contents .propertyPostHeadingWrap {
    padding-bottom: 20px;
    border-bottom: 2px solid #efe6dc;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .area span {
    font-size: 12px;
    padding: 6px 15px;
    min-width: 90px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .area span + span {
    margin-left: 8px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .propertyPostH1 {
    font-size: 24px;
    margin-top: 5px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .propertyPostSub {
    font-size: 16px;
    margin-top: 5px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn a {
    width: calc(50% - 5px);
    height: 42px;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 24px;
    gap: 5px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn a.mail img {
    width: 20px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn a.print img {
    width: 20px;
  }
  #contents .propertyPostPrice {
    margin-top: 5px;
  }
  #contents .propertyPostPrice .propertyPostPriceMain {
    font-size: 16px;
  }
  #contents .propertyPostPrice .propertyPostPriceMain .PriceMain {
    font-size: 28px;
  }
  #contents .propertyPostPrice .sikirei {
    font-size: 14px;
    margin-top: 5px;
  }
  #contents .propertyPostPrice .sikirei .sikikin {
    margin-right: 6px;
  }
  #contents .propertyPostPrice .sikirei .reikin {
    margin-right: 6px;
    margin-left: 15px;
  }
  #contents .propertyPostSpec {
    margin-top: 10px;
  }
  #contents .propertyPostSpec .specPlace:before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon02.svg) no-repeat center/cover;
    width: 12px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  #contents .propertyPostSpec .specInfo:before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon01.svg) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  #contents .propertyPostFeature {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 15px;
  }
  #contents .propertyPostFeature li {
    font-size: 13px;
    padding: 6px 15px;
  }
  #contents .checkPointWrap {
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
  }
  #contents .checkPointWrap .checkPointTitle {
    font-size: 16px;
    padding-left: 27px;
  }
  #contents .checkPointWrap .checkPointTitle:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_check.webp) no-repeat center/cover;
    width: 20px;
    height: 19px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
  }
  #contents .checkPointWrap .checkPointText {
    margin-top: 5px;
  }
  #contents h2.title {
    margin-top: 40px;
    padding-left: 23px;
    font-size: 20px;
  }
  #contents h2.title:before {
    content: "";
    display: inline-block;
    background: url(../images/common/h2kazari.webp) no-repeat center/cover;
    aspect-ratio: 28/56;
    width: 11px;
    height: auto;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
  }
  #contents .infoTable {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.2;
  }
  #contents .infoTable th {
    padding: 5px;
    width: 60px;
  }
  #contents .infoTable td {
    padding: 10px;
  }
  #contents .kousinDay {
    font-size: 13px;
    margin-top: 20px;
  }
  #contents .propertySlideSec {
    margin-top: 20px;
  }
  #contents .propertySlideSec .propertySlideWrap {
    border: 2px solid #f4eee8;
    border-radius: 10px;
  }
  #contents .propertySlideSec .propertySlide {
    padding: 10px;
  }
  #contents .propertySlideSec .propertySlide .propertySlideItem:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_zoom.webp) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  #contents .propertySlideSec .propertySlide .propertySlideItem img {
    border-radius: 5px;
  }
  #contents .propertySlideSec .propertySlide .slide-arrow {
    width: 20px;
    height: 20px;
    background: url(../images/common/slide_arrow.webp) no-repeat center;
    background-size: 7px auto;
    position: absolute;
    bottom: -35px;
  }
  #contents .propertySlideSec .propertySlide .prev-arrow {
    transform: scale(-1, 1);
    right: 37px;
  }
  #contents .propertySlideSec .propertySlide .next-arrow {
    right: 6px;
  }
  #contents .propertySlideSec .propertySlide .slick-num {
    font-size: 12px;
    border-radius: 3px;
    padding: 5px 10px;
    min-width: 53px;
    position: absolute;
    bottom: -35px;
    right: 69px;
  }
  #contents .propertySlideSec .propertySlideInfo {
    padding: 10px;
    border-top: 1px solid #f4eee8;
  }
  #contents .propertySlideSec .propertySlideInfo p {
    font-size: 14px;
  }
  #contents .propertySlideSec .propertySlideThum {
    margin-top: 15px;
  }
  #contents .propertySlideSec .propertySlideThum .propertySlideThumItem {
    margin: 0 2px;
  }
  #contents .propertySlideSec .propertySlideThum .propertySlideThumItem img {
    border-radius: 5px;
    aspect-ratio: 183/111;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contents .propertySlideSec .propertySlideThum .slide-arrow {
    width: 15px;
    height: 25px;
    background: url(../images/common/slide_arrow.webp) no-repeat center;
    background-color: #fff;
    background-size: 5px auto;
    position: absolute;
    top: calc(50% - 12px);
    z-index: 2;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    box-shadow: -3px 0 3px 0px rgba(0, 0, 0, 0.2);
  }
  #contents .propertySlideSec .propertySlideThum .prev-arrow {
    transform: scale(-1, 1);
    left: 0px;
  }
  #contents .propertySlideSec .propertySlideThum .next-arrow {
    right: 0px;
  }
  .postContactWrap {
    width: calc(100% - 30px);
    margin: 0 auto;
    background-color: #f4eee8;
    border-radius: 10px;
    padding: 20px 20px 30px;
  }
  .postContactWrap .postContactTitle {
    font-size: 18px;
  }
  .postContactWrap .postContactBtn {
    margin-top: 30px;
  }
  .postContactWrap .postContactBtn a {
    height: 52px;
    font-size: 15px;
    padding: 13px 18px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .postContactWrap .postContactBtn a + a {
    margin-top: 15px;
  }
  .postContactWrap .postContactBtn a.mail img {
    width: 24px;
  }
  .postContactWrap .postContactBtn a.print img {
    width: 28px;
  }
  .contactWrap {
    padding: 30px 0;
  }
  .contactWrap .anno {
    color: #95959e;
    margin-top: 5px;
    font-size: 12px;
    padding-top: 0 !important;
  }
  .contactWrap .contactBox > div + div {
    margin-top: 30px;
  }
  .contactWrap .contactBox > div > dt {
    padding-right: 60px;
  }
  .contactWrap .contactBox > div > dt .must {
    font-size: 11px;
    padding: 2px 10px;
    position: relative;
    top: 0px;
    right: 0;
    margin-left: 10px;
  }
  .contactWrap .contactBox > div > dd {
    margin-top: 10px;
  }
  .contactWrap .contactBox > div > dd > dl + dl {
    margin-top: 15px;
  }
  .contactWrap .contactBox > div > dd > dl > dt {
    font-size: 12px;
    padding-right: 10px;
  }
  .contactWrap .contactBox > div > dd.col2 dl + dl {
    margin-top: 8px;
  }
  .contactWrap .formBtns {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contactWrap .formBtns .formBtn {
    height: 52px;
    font-size: 15px;
    padding: 13px 18px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .contactWrap .formBtns .formBtn + a {
    margin-top: 15px;
  }
  .contactWrap .formBtns .backBtn {
    height: 52px;
    font-size: 15px;
    padding: 13px 18px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .contactWrap .formBtns .backBtn + a {
    margin-top: 15px;
  }
  .faq {
    max-width: 1082px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
  }
  .faq__item {
    background: #f4eee8;
    border-radius: 20px;
    overflow: hidden;
  }
  .faq__item.is-open .faq__body {
    display: block;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  .faq__head {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 30px 40px;
    text-align: left;
    padding: 20px;
  }
  .faq__head:focus-visible {
    outline: 3px solid rgba(145, 0, 44, 0.25);
    outline-offset: 2px;
    border-radius: 10px;
  }
  .faq__q {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    align-items: flex-start;
    gap: 10px;
  }
  .faq__mark {
    font-weight: 600;
    color: #91002c;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    flex: 0 0 auto;
    font-size: 18px;
    padding-top: 7px;
    font-size: 18px;
  }
  .faq__mark--a {
    font-size: 26px;
    padding-top: 7px;
  }
  .faq__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    display: inline-block;
    padding: 2px 0;
    min-width: 0;
    word-break: break-word;
    color: #000;
    font-size: 16px;
  }
  .faq__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  .faq__icon::before, .faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #91002c;
    transform: translate(-50%, -50%);
    width: 12px;
  }
  .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq__body {
    height: 0;
    overflow: hidden;
    padding: 0 80px 0 40px;
    color: #111;
    transition: height 280ms ease;
    will-change: height;
    padding: 0 55px 0 20px;
  }
  .faq__a {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 0 30px;
    gap: 10px;
    padding: 0 0 20px;
  }
  .faq__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    color: #000;
    font-size: 13px;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  * + .faq {
    margin-top: 20px;
  }
  .main.page-company .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .main.page-company .section {
    padding: 48px 0;
  }
  .main.page-company .heading--page {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }
  .main.page-company .heading--section {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px;
  }
  .main.page-company .heading--white {
    color: #fff;
  }
  .main.page-company .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);
  }
  .main.page-company .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;
  }
  .main.page-company .btn--primary::after {
    content: "";
    width: 13px;
    height: 13px;
    top: calc(50% - 6px);
    right: 28px;
  }
  .main.page-company .section__lead {
    text-align: center;
    font-size: 14px;
    line-height: 1.9;
    margin: 0 auto 24px;
  }
  .main.page-company .note {
    font-size: 12px;
    color: #666;
    margin-top: 12px;
    text-align: center;
  }
  .main.page-company .text_red {
    color: #91002c;
    font-weight: 800;
  }
  .main.page-company .fs32 {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .main.page-company .fs22 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .main.page-company .page-title {
    background: #f4ede8;
    padding: 18px 0 24px;
  }
  .main.page-company .page-title .breadcrumb {
    font-size: 12px;
    color: #666;
    margin: 0 0 12px;
  }
  .main.page-company .page-title .breadcrumb a {
    color: inherit;
    text-decoration: none;
  }
  .main.page-company .page-title .breadcrumb__sep {
    margin: 0 6px;
  }
  .main.page-company .page-title__en,
  .main.page-company .page-title .page-title__en {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    margin: 6px 0 6px;
    color: #7a6a63;
  }
  .main.page-company .page-title .h1_tittle_box {
    text-align: center;
  }
  .main.page-company .page-title .h1_tittle_box .heading--page {
    text-align: center;
  }
  .main.page-company .page-title .h1_tittle_box .section__title-en {
    height: 16px;
    width: auto;
    height: 13px;
  }
  .main.page-company .breadcrumb {
    width: 100%;
    padding: 8px 20px;
  }
  .main.page-company .breadcrumb > span {
    font-size: 12px;
  }
  .main.page-company .breadcrumb > span + span {
    margin-left: 25px;
  }
  .main.page-company .breadcrumb > span:not(:last-of-type)::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #91002c;
    border-right: solid 1px #91002c;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: -13px;
  }
  .main.page-company .breadcrumb > span:last-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .main.page-company .section--intro {
    padding-top: 32px;
  }
  .main.page-company .section--intro .intro-text {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    color: #000;
  }
  .main.page-company .section--worries {
    padding-block: 0;
  }
  .main.page-company .section--worries .worries {
    margin-top: 18px;
  }
  .main.page-company .section--worries .worries__inner {
    flex-direction: column;
    gap: 20px;
  }
  .main.page-company .section--worries .worries__illust {
    margin-top: 50px;
  }
  .main.page-company .section--worries .worries__illust img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main.page-company .section--worries .worries__text_idea {
    margin: 20px auto 40px;
    text-align: center;
    width: 100%;
  }
  .main.page-company .section--worries .worries__text_idea .fs22 {
    font-size: 15px;
  }
  .main.page-company .section--worries .worries__text_idea .text_red {
    line-height: 1.5;
  }
  .main.page-company .section--worries .worries__text_idea p {
    margin: 0;
  }
  .main.page-company .section--worries .worries__text_idea p + p {
    margin-top: 14px;
  }
  .main.page-company .section--worries .box_text {
    border: 2px solid #000000;
    background: #fff;
    font-weight: 800;
    line-height: 1.6;
    display: inline-block;
    padding: 2px 20px;
    font-size: 19px;
    border: 1px solid #000000;
  }
  .main.page-company .section--worries .box_text + .box_text {
    margin-top: -1px;
  }
  .main.page-company .section--promise {
    background: #f4eee8;
    margin-top: 26px;
    background-image: url(../images/company/bg_promiss_top_img.webp), url(../images/company/bg_staff_top_img_sp.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top -20px center, bottom -1px center;
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .main.page-company .section--promise .promise {
    margin-top: 20px;
  }
  .main.page-company .section--promise .promise__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px;
  }
  .main.page-company .section--promise .promise__item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 16px 16px 16px 20px;
    align-items: center;
    gap: 12px;
  }
  .main.page-company .section--promise .promise__item:before {
    content: "";
    background: #8b1e3b;
    position: absolute;
    left: 0;
    width: 4px;
    height: 45px;
    top: calc(50% - 22.5px);
  }
  .main.page-company .section--promise .promise__no {
    position: relative;
    font-weight: 800;
    color: #8b1e3b;
    min-width: 92px;
    padding-left: 16px;
  }
  .main.page-company .section--promise .promise__no:before {
    content: "";
    background-image: url(../images/company/kira.webp);
    background-repeat: no-repeat;
    width: 22px;
    height: 33px;
    position: absolute;
    left: 0;
    width: 14px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .main.page-company .section--promise .promise__text {
    font-weight: 700;
    color: #8b1e3b;
    font-size: 18px;
    line-height: 1.7;
  }
  .main.page-company .section--staff {
    padding: 0;
    background: #671A38;
    background-image: url(../images/company/bg_promiss_top_img.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -30px center;
    padding-bottom: 160px;
    margin-top: -1px;
    padding-bottom: 10px;
  }
  .main.page-company .section--staff__bg,
  .main.page-company .section--staff .section--staff__bg {
    padding: 56px 0 30px;
  }
  .main.page-company .section--staff .intro-text {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 2;
  }
  .main.page-company .section--staff .staff__list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 18px;
  }
  .main.page-company .section--staff .staff-card {
    width: 47%;
    text-align: center;
    color: #fff;
  }
  .main.page-company .section--staff .staff-card__photo {
    width: 140px;
    height: 140px;
    margin: 0 auto 12px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .main.page-company .section--staff .staff-card__photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main.page-company .section--staff .staff-card__catch {
    line-height: 1.5;
    font-size: 12px;
    margin: 0 0 8px;
  }
  .main.page-company .section--staff .eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    gap: 14px;
  }
  .main.page-company .section--staff .eyebrow::before, .main.page-company .section--staff .eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
    width: 1px;
    height: 40px;
    gap: 10px;
  }
  .main.page-company .section--staff .eyebrow::before {
    transform: rotate(-25deg);
  }
  .main.page-company .section--staff .eyebrow::after {
    transform: rotate(25deg);
  }
  .main.page-company .section--staff .staff-card__name {
    font-weight: 700;
    font-size: 14px;
  }
  .main.page-company .section--profile {
    background-color: #fff;
  }
  .main.page-company .section--profile .companyInfoWrap .heading-lv2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.5;
    font-size: 24px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
    padding: 20px 10px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dt {
    width: 30%;
    flex: none;
    padding-left: 15px;
    font-size: 16px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
    font-size: 16px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dt {
    font-size: 13px;
    width: 24%;
    padding-left: 0px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dd {
    font-size: 13px;
    width: 76%;
  }
  .main.page-company .section--logo {
    margin-top: 60px;
  }
  .main.page-company .section--logo .heading {
    font-size: 24px;
  }
  .main.page-company .section--logo .logo-about__image {
    margin-top: 30px;
    display: grid;
    place-items: center;
  }
  .main.page-company .section--logo .logo-about__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main.page-company .parent__company {
    margin: 60px 20px;
  }
  .main.page-company .parent__company .about__content {
    text-align: center;
  }
  .main.page-company .parent__company .about__content .about__note {
    font-weight: 500;
    margin-top: 20px;
    font-size: 13px;
  }
  .main.page-company .parent__company .about__content .c-about-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-top: 20px;
  }
  .main.page-company .parent__company .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
  .main.page-company .parent__company .btn--primary {
    margin-top: 40px;
  }
  .main.page-company .parent__company .btn--primary::after {
    transform: rotate(-45deg);
  }
  .main.page-company .parent__company .about__media {
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1023px) {
  .breadcrumb {
    width: 100%;
    padding: 16px 40px;
  }
  .breadcrumb a:hover {
    text-decoration: none;
  }
  .breadcrumb > span {
    font-size: 14px;
  }
  .breadcrumb > span + span {
    margin-left: 40px;
  }
  .breadcrumb > span:not(:last-of-type)::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #91002c;
    border-right: solid 1px #91002c;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: -20px;
  }
  .breadcrumb > span:last-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pageTitleWrap {
    height: 184px;
    padding-top: 10px;
  }
  .pageTitleWrap .pageTitle {
    font-size: 42px;
    margin-top: 15px;
  }
  .pageTitleWrap .pageTitleEn img {
    height: 16px;
    width: auto;
  }
  #contents {
    padding-top: 30px;
    padding-bottom: 130px;
  }
  #contents.postCont {
    padding-bottom: 0;
  }
  #contents .filterArea .filterTitle {
    font-size: 27px;
  }
  #contents .filterArea .filterForm {
    margin-top: 25px;
  }
  #contents .filterArea .filterGroup {
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  #contents .filterArea .filterGroup > div {
    width: calc(100% - 200px);
  }
  #contents .filterArea .filterGroup .filterGroupTitle {
    width: 200px;
    flex: none;
  }
  #contents .filterArea .filterGroup label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-size: 18px;
    width: 18%;
  }
  #contents .filterArea .filterGroup label span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background-color: #faf7f5;
    border: 1px solid #513b24;
    box-sizing: border-box;
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  #contents .filterArea .filterGroup label input:checked + span::before {
    background-color: #513b24;
  }
  #contents .filterArea .filterGroup label input:checked + span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    left: 8px;
    top: 10px;
  }
  #contents .filterArea .resetBtn {
    margin-top: 20px;
  }
  #contents .filterArea .resetBtn button {
    padding: 10px 20px 10px 45px;
    transition: 0.3s;
  }
  #contents .filterArea .resetBtn button:hover {
    opacity: 0.5;
  }
  #contents .filterArea .resetBtn button:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_reset.webp) no-repeat center/cover;
    width: 18px;
    height: 22px;
    position: absolute;
    left: 19px;
    top: calc(50% - 11px);
  }
  #contents .property-grid .property-card {
    box-shadow: 6px 8px 0px 0px rgb(244, 238, 232);
  }
  #contents .property-grid .property-card:hover {
    transform: translate(9px, 9px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #contents .propertyPostHeadingWrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #efe6dc;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading {
    padding-right: 40px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .area span {
    font-size: 15px;
    padding: 8px 20px;
    min-width: 140px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .area span + span {
    margin-left: 8px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .propertyPostH1 {
    font-size: 36px;
    margin-top: 15px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeading .propertyPostSub {
    font-size: 20px;
    margin-top: 5px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn {
    flex: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn a {
    height: 46px;
    font-size: 16px;
    padding: 13px 18px;
    border-radius: 24px;
    gap: 8px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn a:hover {
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn a.mail img {
    width: 23px;
  }
  #contents .propertyPostHeadingWrap .propertyPostHeadingBtn a.print img {
    width: 25px;
  }
  #contents .propertyPostPrice {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #contents .propertyPostPrice .propertyPostPriceMain {
    font-size: 18px;
  }
  #contents .propertyPostPrice .propertyPostPriceMain .PriceMain {
    font-size: 34px;
  }
  #contents .propertyPostPrice .sikirei {
    font-size: 16px;
    padding-top: 14px;
  }
  #contents .propertyPostPrice .sikirei .sikikin {
    margin-right: 6px;
  }
  #contents .propertyPostPrice .sikirei .reikin {
    margin-right: 6px;
    margin-left: 15px;
  }
  #contents .propertyPostSpec {
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  #contents .propertyPostSpec .specPlace:before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon02.svg) no-repeat center/cover;
    width: 12px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  #contents .propertyPostSpec .specInfo:before {
    content: "";
    display: inline-block;
    background: url(../images/home/spec-item-icon01.svg) no-repeat center/cover;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  #contents .propertyPostFeature {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 15px;
  }
  #contents .propertyPostFeature li {
    font-size: 15px;
    padding: 8px 20px;
  }
  #contents .checkPointWrap {
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
  }
  #contents .checkPointWrap .checkPointTitle {
    font-size: 20px;
    padding-left: 34px;
  }
  #contents .checkPointWrap .checkPointTitle:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_check.webp) no-repeat center/cover;
    width: 25px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
  }
  #contents .checkPointWrap .checkPointText {
    margin-top: 10px;
  }
  #contents h2.title {
    margin-top: 50px;
    padding-left: 29px;
    font-size: 24px;
  }
  #contents h2.title:before {
    content: "";
    display: inline-block;
    background: url(../images/common/h2kazari.webp) no-repeat center/cover;
    width: 14px;
    height: 28px;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
  }
  #contents .infoTable {
    margin-top: 30px;
  }
  #contents .infoTable th {
    padding: 13px 20px;
    width: 170px;
  }
  #contents .infoTable td {
    padding: 13px 20px;
  }
  #contents .kousinDay {
    font-size: 14px;
    margin-top: 30px;
  }
  #contents .propertySlideSec {
    max-width: 732px;
    margin: 30px auto 0;
  }
  #contents .propertySlideSec .propertySlideWrap {
    border: 3px solid #f4eee8;
    border-radius: 15px;
  }
  #contents .propertySlideSec .propertySlide {
    padding: 12px;
  }
  #contents .propertySlideSec .propertySlide .propertySlideItem:before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_zoom.webp) no-repeat center/cover;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
  #contents .propertySlideSec .propertySlide .propertySlideItem img {
    border-radius: 10px;
  }
  #contents .propertySlideSec .propertySlide .slide-arrow {
    width: 30px;
    height: 30px;
    background: url(../images/common/slide_arrow.webp) no-repeat center;
    background-size: 7px auto;
    transition: 0.3s;
    position: absolute;
    bottom: -46px;
    z-index: 2;
    cursor: pointer;
  }
  #contents .propertySlideSec .propertySlide .slide-arrow:hover {
    opacity: 0.5;
  }
  #contents .propertySlideSec .propertySlide .prev-arrow {
    transform: scale(-1, 1);
    right: 45px;
  }
  #contents .propertySlideSec .propertySlide .next-arrow {
    right: 6px;
  }
  #contents .propertySlideSec .propertySlide .slick-num {
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 10px;
    min-width: 58px;
    position: absolute;
    bottom: -42px;
    right: 90px;
  }
  #contents .propertySlideSec .propertySlideInfo {
    padding: 12px;
    border-top: 2px solid #f4eee8;
  }
  #contents .propertySlideSec .propertySlideInfo p {
    font-size: 18px;
  }
  #contents .propertySlideSec .propertySlideThum {
    margin-top: 17px;
  }
  #contents .propertySlideSec .propertySlideThum .propertySlideThumItem {
    margin: 0 5px;
    cursor: pointer;
    position: relative;
  }
  #contents .propertySlideSec .propertySlideThum .propertySlideThumItem:before {
    content: "VIEW";
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  #contents .propertySlideSec .propertySlideThum .propertySlideThumItem:hover:before {
    opacity: 1;
    visibility: visible;
  }
  #contents .propertySlideSec .propertySlideThum .propertySlideThumItem img {
    border-radius: 10px;
    aspect-ratio: 183/111;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contents .propertySlideSec .propertySlideThum .slide-arrow {
    width: 20px;
    height: 50px;
    background: url(../images/common/slide_arrow.webp) no-repeat center;
    background-color: #fff;
    background-size: 7px auto;
    transition: 0.3s;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
    cursor: pointer;
    border-radius: 7px 0 0 7px;
    box-shadow: -6px 0 5px 0px rgba(0, 0, 0, 0.2);
  }
  #contents .propertySlideSec .propertySlideThum .slide-arrow:hover {
    opacity: 0.5;
  }
  #contents .propertySlideSec .propertySlideThum .prev-arrow {
    transform: scale(-1, 1);
    left: 0px;
  }
  #contents .propertySlideSec .propertySlideThum .next-arrow {
    right: 0px;
  }
  .gslide-image img {
    max-width: 80%;
  }
  .postContactWrap {
    max-width: 1280px;
    width: 90%;
    margin: 60px auto 280px;
    background-color: #f4eee8;
    border-radius: 20px;
    padding: 30px 30px 50px;
  }
  .postContactWrap .postContactTitle {
    font-size: 20px;
  }
  .postContactWrap .postContactBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 30px;
  }
  .postContactWrap .postContactBtn a {
    height: 65px;
    font-size: 21px;
    padding: 13px 18px;
    max-width: 420px;
  }
  .postContactWrap .postContactBtn a:hover {
    transform: translate(5px, 5px);
    box-shadow: 0px 0px 0px 0px rgb(223, 209, 196);
  }
  .postContactWrap .postContactBtn a.mail img {
    width: 30px;
  }
  .postContactWrap .postContactBtn a.print img {
    width: 36px;
  }
  .contactWrap {
    padding: 60px;
  }
  .contactWrap .sizeS {
    width: 30%;
  }
  .contactWrap .sizeM {
    width: 50%;
  }
  .contactWrap .wpcf7-checkbox {
    padding-top: 5px;
  }
  .contactWrap .anno {
    color: #95959e;
    margin-top: 5px;
    font-size: 14px;
    padding-top: 0 !important;
  }
  .contactWrap .contactBox.confirm > div > dt {
    padding-top: 0;
  }
  .contactWrap .contactBox > div {
    display: flex;
  }
  .contactWrap .contactBox > div + div {
    margin-top: 50px;
  }
  .contactWrap .contactBox > div > dt {
    padding-right: 75px;
    padding-top: 15px;
    width: 210px;
    flex: none;
  }
  .contactWrap .contactBox > div > dt .must {
    font-size: 14px;
    padding: 2px 15px;
    position: absolute;
    top: 16px;
    right: 0;
  }
  .contactWrap .contactBox > div > dd {
    width: calc(100% - 210px);
    padding-left: 20px;
  }
  .contactWrap .contactBox > div > dd > dl + dl {
    margin-top: 15px;
  }
  .contactWrap .contactBox > div > dd > dl > dt {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contactWrap .contactBox > div > dd.col2 {
    display: flex;
    justify-content: space-between;
  }
  .contactWrap .contactBox > div > dd.col2 > dl {
    width: 49%;
  }
  .contactWrap .formBtns {
    margin-top: 60px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
  }
  .contactWrap .formBtns .formBtn {
    height: 65px;
    font-size: 21px;
    padding: 13px 18px;
    max-width: 420px;
    min-width: 300px;
  }
  .contactWrap .formBtns .formBtn:hover {
    transform: translate(5px, 5px);
    box-shadow: 0px 0px 0px 0px rgb(223, 209, 196);
  }
  .contactWrap .formBtns .backBtn {
    height: 65px;
    font-size: 21px;
    padding: 13px 18px;
    max-width: 420px;
    min-width: 300px;
  }
  .contactWrap .formBtns .backBtn:hover {
    transform: translate(5px, 5px);
    box-shadow: 0px 0px 0px 0px rgb(223, 209, 196);
  }
  .faq {
    max-width: 1082px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
  }
  .faq__item {
    background: #f4eee8;
    border-radius: 20px;
    overflow: hidden;
  }
  .faq__item.is-open .faq__body {
    display: block;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  .faq__head {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 30px 40px;
    text-align: left;
  }
  .faq__head:focus-visible {
    outline: 3px solid rgba(145, 0, 44, 0.25);
    outline-offset: 2px;
    border-radius: 10px;
  }
  .faq__q {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }
  .faq__mark {
    font-weight: 600;
    color: #91002c;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    flex: 0 0 auto;
  }
  .faq__mark--a {
    font-size: 26px;
    padding-top: 7px;
  }
  .faq__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    display: inline-block;
    padding: 2px 0;
    min-width: 0;
    word-break: break-word;
    color: #000;
  }
  .faq__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  .faq__icon::before, .faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #91002c;
    transform: translate(-50%, -50%);
  }
  .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq__body {
    height: 0;
    overflow: hidden;
    padding: 0 80px 0 40px;
    color: #111;
    transition: height 280ms ease;
    will-change: height;
  }
  .faq__a {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 0 30px;
  }
  .faq__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    color: #000;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  * + .faq {
    margin-top: 40px;
  }
  .main.page-company .container {
    width: min(1160px, 100%);
    margin: 0 auto;
    padding: 0 40px;
  }
  .main.page-company .section {
    padding: 80px 0 0;
  }
  .main.page-company .heading--page {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
  .main.page-company .heading--section {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 28px;
  }
  .main.page-company .heading--white {
    color: #fff;
  }
  .main.page-company .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;
  }
  .main.page-company .btn--primary:hover {
    transform: translate(6px, 6px);
    box-shadow: 0px 0px 0px 0px rgb(244, 238, 232);
  }
  .main.page-company .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;
  }
  .main.page-company .section__lead {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin: 0 auto 32px;
    max-width: 820px;
  }
  .main.page-company .note {
    font-size: 12px;
    color: #666;
    margin-top: 14px;
    text-align: center;
  }
  .main.page-company .text_red {
    color: #91002c;
    font-weight: 800;
  }
  .main.page-company .fs32 {
    font-size: 32px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
  .main.page-company .fs22 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .main.page-company .page-title {
    background: #f4ede8;
    padding: 28px 0 36px;
  }
  .main.page-company .page-title .breadcrumb {
    font-size: 12px;
    color: #666;
    margin: 0 0 16px;
  }
  .main.page-company .page-title .breadcrumb a {
    color: inherit;
    text-decoration: none;
  }
  .main.page-company .page-title .breadcrumb__sep {
    margin: 0 8px;
  }
  .main.page-company .page-title__en,
  .main.page-company .page-title .page-title__en {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.2em;
    margin: 8px 0 8px;
    color: #7a6a63;
  }
  .main.page-company .page-title .h1_tittle_box {
    text-align: center;
  }
  .main.page-company .page-title .h1_tittle_box .heading--page {
    text-align: center;
    font-size: 42px;
  }
  .main.page-company .page-title .h1_tittle_box .section__title-en {
    height: 16px;
    width: auto;
  }
  .main.page-company .breadcrumb {
    width: 100%;
    padding: 16px 40px;
  }
  .main.page-company .breadcrumb a:hover {
    text-decoration: none;
  }
  .main.page-company .breadcrumb > span {
    font-size: 14px;
  }
  .main.page-company .breadcrumb > span + span {
    margin-left: 40px;
  }
  .main.page-company .breadcrumb > span:not(:last-of-type)::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #91002c;
    border-right: solid 1px #91002c;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: -20px;
  }
  .main.page-company .breadcrumb > span:last-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .main.page-company .section--intro {
    padding-top: 40px;
  }
  .main.page-company .section--intro .intro-text {
    text-align: center;
    font-size: 16px;
    line-height: 2.2;
    color: #000;
  }
  .main.page-company .section--worries .worries {
    margin-top: 22px;
  }
  .main.page-company .section--worries .worries__inner {
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .main.page-company .section--worries .worries__illust {
    width: 800px;
    margin-inline: auto;
    margin-top: 70px;
  }
  .main.page-company .section--worries .worries__illust img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main.page-company .section--worries .worries__text_idea {
    margin: 30px auto 10px;
    text-align: center;
    max-width: 880px;
  }
  .main.page-company .section--worries .worries__text_idea .text_red {
    line-height: 1.5;
  }
  .main.page-company .section--worries .worries__text_idea p {
    margin: 0;
  }
  .main.page-company .section--worries .worries__text_idea p + p {
    margin-top: 18px;
  }
  .main.page-company .section--worries .box_text {
    border: 2px solid #000000;
    background: #fff;
    font-weight: 800;
    line-height: 1.6;
    display: inline-block;
    padding: 10px 24px;
    font-size: 36px;
  }
  .main.page-company .section--worries .box_text + .box_text {
    margin-top: -2px;
  }
  .main.page-company .section--promise {
    background: #f4eee8;
    margin-top: 26px;
    background-image: url(../images/company/bg_promiss_top_img.webp), url(../images/company/bg_staff_top_img.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top -30px center, bottom -1px center;
    padding-top: 180px;
    padding-bottom: 300px;
  }
  .main.page-company .section--promise .promise__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
  }
  .main.page-company .section--promise .promise__item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 40px 26px 40px 50px;
    align-items: center;
    display: flex;
  }
  .main.page-company .section--promise .promise__item:before {
    content: "";
    background: #8b1e3b;
    position: absolute;
    left: 0;
    width: 8px;
    height: 50px;
    top: calc(50% - 25px);
  }
  .main.page-company .section--promise .promise__no {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #8b1e3b;
    padding-left: 40px;
    min-width: 14%;
  }
  .main.page-company .section--promise .promise__no:before {
    content: "";
    background-image: url(../images/company/kira.webp);
    background-repeat: no-repeat;
    width: 22px;
    height: 33px;
    position: absolute;
    left: 0;
  }
  .main.page-company .section--promise .promise__text {
    font-weight: 700;
    color: #8b1e3b;
    font-size: 26px;
    line-height: 1.6;
    padding-left: 130px;
    position: relative;
  }
  .main.page-company .section--promise .promise__text::before {
    position: absolute;
    content: "";
    background-color: #8b1e3b;
    width: 50px;
    height: 2px;
    top: 50%;
    left: 37px;
  }
  .main.page-company .section--staff {
    padding: 0;
    background: #671A38;
    background-image: url(../images/company/bg_promiss_top_img.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -30px center;
    padding-bottom: 160px;
    margin-top: -1px;
  }
  .main.page-company .section--staff .intro-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2.2;
  }
  .main.page-company .section--staff .staff__list {
    list-style: none;
    margin: 60px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 40px;
  }
  .main.page-company .section--staff .staff-card {
    width: 220px;
    text-align: center;
    color: #fff;
  }
  .main.page-company .section--staff .staff-card__photo {
    width: 222px;
    height: 222px;
    margin: 0 auto 14px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  .main.page-company .section--staff .staff-card__photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main.page-company .section--staff .staff-card__catch {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .main.page-company .section--staff .eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .main.page-company .section--staff .eyebrow::before, .main.page-company .section--staff .eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
  }
  .main.page-company .section--staff .eyebrow::before {
    transform: rotate(-25deg);
  }
  .main.page-company .section--staff .eyebrow::after {
    transform: rotate(25deg);
  }
  .main.page-company .section--staff .staff-card__name {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
  }
  .main.page-company .section--profile {
    background-color: #fff;
  }
  .main.page-company .section--profile .companyInfoWrap .heading-lv2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.5;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dt {
    width: 30%;
    flex: none;
    padding-left: 15px;
    font-size: 16px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
    font-size: 16px;
  }
  .main.page-company .section--logo {
    margin-top: 100px;
  }
  .main.page-company .section--logo .heading {
    font-size: 24px;
  }
  .main.page-company .section--logo .logo-about__image {
    margin-top: 70px;
    display: grid;
    place-items: center;
  }
  .main.page-company .section--logo .logo-about__image img {
    width: min(900px, 100%);
    height: auto;
    display: block;
  }
  .main.page-company .parent__company {
    max-width: 1280px;
    margin: 130px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    width: 90%;
  }
  .main.page-company .parent__company .about__content {
    width: 35%;
  }
  .main.page-company .parent__company .about__content .about__note {
    font-weight: 500;
    margin-top: 40px;
    font-size: 18px;
  }
  .main.page-company .parent__company .about__content .c-about-title {
    font-weight: 700;
    font-size: 36px;
    text-align: left;
  }
  .main.page-company .parent__company .about__content .btn--primary {
    margin-top: 37px;
  }
  .main.page-company .parent__company .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
  .main.page-company .parent__company .about__media {
    width: 60%;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  #contents .propertyPostHeadingWrap .propertyPostHeading .area span + span {
    margin-left: 8px;
  }
  .faq {
    max-width: 1082px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
  }
  .faq__item {
    background: #f4eee8;
    border-radius: 20px;
    overflow: hidden;
  }
  .faq__item.is-open .faq__body {
    display: block;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  .faq__head {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 30px 40px;
    text-align: left;
  }
  .faq__head:focus-visible {
    outline: 3px solid rgba(145, 0, 44, 0.25);
    outline-offset: 2px;
    border-radius: 10px;
  }
  .faq__q {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }
  .faq__mark {
    font-weight: 600;
    color: #91002c;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    flex: 0 0 auto;
  }
  .faq__mark--a {
    font-size: 26px;
    padding-top: 7px;
  }
  .faq__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    display: inline-block;
    padding: 2px 0;
    min-width: 0;
    word-break: break-word;
    color: #000;
  }
  .faq__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  .faq__icon::before, .faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #91002c;
    transform: translate(-50%, -50%);
  }
  .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq__body {
    height: 0;
    overflow: hidden;
    padding: 0 80px 0 40px;
    color: #111;
    transition: height 280ms ease;
    will-change: height;
  }
  .faq__a {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 0 30px;
  }
  .faq__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    color: #000;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  .main.page-company .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;
  }
  .main.page-company .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;
  }
  .main.page-company .text_red {
    color: #91002c;
    font-weight: 800;
  }
  .main.page-company .fs22 {
    font-weight: 700;
  }
  .main.page-company .page-title .h1_tittle_box {
    text-align: center;
  }
  .main.page-company .page-title .h1_tittle_box .section__title-en {
    height: 16px;
    width: auto;
  }
  .main.page-company .section--worries .box_text {
    border: 2px solid #000000;
    background: #fff;
    font-weight: 800;
    line-height: 1.6;
  }
  .main.page-company .section--promise {
    background: #f4eee8;
  }
  .main.page-company .section--promise .promise__item {
    position: relative;
  }
  .main.page-company .section--promise .promise__item:before {
    content: "";
    background: #8b1e3b;
    position: absolute;
    left: 0;
  }
  .main.page-company .section--promise .promise__no {
    position: relative;
  }
  .main.page-company .section--promise .promise__no:before {
    content: "";
    background-image: url(../images/company/kira.webp);
    background-repeat: no-repeat;
    width: 22px;
    height: 33px;
    position: absolute;
    left: 0;
  }
  .main.page-company .section--promise .promise__text {
    font-weight: 700;
    color: #8b1e3b;
  }
  .main.page-company .section--staff {
    background: #671A38;
    background-image: url(../images/company/bg_promiss_top_img.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -30px center;
    padding-bottom: 160px;
    margin-top: -1px;
  }
  .main.page-company .section--staff .intro-text {
    color: #fff;
    text-align: center;
  }
  .main.page-company .section--staff .staff-card__catch {
    line-height: 1.5;
  }
  .main.page-company .section--staff .eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .main.page-company .section--staff .eyebrow::before, .main.page-company .section--staff .eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
  }
  .main.page-company .section--staff .eyebrow::before {
    transform: rotate(-25deg);
  }
  .main.page-company .section--staff .eyebrow::after {
    transform: rotate(25deg);
  }
  .main.page-company .section--staff .staff-card__name {
    font-weight: 700;
  }
  .main.page-company .section--profile {
    background-color: #fff;
  }
  .main.page-company .section--profile .companyInfoWrap .heading-lv2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.5;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dt {
    width: 30%;
    flex: none;
    padding-left: 15px;
    font-size: 16px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
    font-size: 16px;
  }
  .main.page-company .section--logo .heading {
    font-size: 24px;
  }
  .main.page-company .parent__company .about__content .about__note {
    font-weight: 500;
  }
  .main.page-company .parent__company .about__content .c-about-title {
    font-weight: 700;
  }
  .main.page-company .parent__company .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
}
@media print {
  #contents .propertyPostHeadingWrap .propertyPostHeading .area span + span {
    margin-left: 8px;
  }
  .faq {
    max-width: 1082px;
    margin: 0 auto;
    display: grid;
    gap: 10px;
  }
  .faq__item {
    background: #f4eee8;
    border-radius: 20px;
    overflow: hidden;
  }
  .faq__item.is-open .faq__body {
    display: block;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  .faq__head {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 30px 40px;
    text-align: left;
  }
  .faq__head:focus-visible {
    outline: 3px solid rgba(145, 0, 44, 0.25);
    outline-offset: 2px;
    border-radius: 10px;
  }
  .faq__q {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }
  .faq__mark {
    font-weight: 600;
    color: #91002c;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    flex: 0 0 auto;
  }
  .faq__mark--a {
    font-size: 26px;
    padding-top: 7px;
  }
  .faq__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    display: inline-block;
    padding: 2px 0;
    min-width: 0;
    word-break: break-word;
    color: #000;
  }
  .faq__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }
  .faq__icon::before, .faq__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #91002c;
    transform: translate(-50%, -50%);
  }
  .faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .faq__body {
    height: 0;
    overflow: hidden;
    padding: 0 80px 0 40px;
    color: #111;
    transition: height 280ms ease;
    will-change: height;
  }
  .faq__a {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    padding: 0 0 30px;
  }
  .faq__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 500;
    color: #000;
  }
  .faq__item.is-open .faq__icon::after {
    opacity: 0;
  }
  .main.page-company .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;
  }
  .main.page-company .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;
  }
  .main.page-company .text_red {
    color: #91002c;
    font-weight: 800;
  }
  .main.page-company .fs22 {
    font-weight: 700;
  }
  .main.page-company .page-title .h1_tittle_box {
    text-align: center;
  }
  .main.page-company .page-title .h1_tittle_box .section__title-en {
    height: 16px;
    width: auto;
  }
  .main.page-company .section--worries .box_text {
    border: 2px solid #000000;
    background: #fff;
    font-weight: 800;
    line-height: 1.6;
  }
  .main.page-company .section--promise {
    background: #f4eee8;
  }
  .main.page-company .section--promise .promise__item {
    position: relative;
  }
  .main.page-company .section--promise .promise__item:before {
    content: "";
    background: #8b1e3b;
    position: absolute;
    left: 0;
  }
  .main.page-company .section--promise .promise__no {
    position: relative;
  }
  .main.page-company .section--promise .promise__no:before {
    content: "";
    background-image: url(../images/company/kira.webp);
    background-repeat: no-repeat;
    width: 22px;
    height: 33px;
    position: absolute;
    left: 0;
  }
  .main.page-company .section--promise .promise__text {
    font-weight: 700;
    color: #8b1e3b;
  }
  .main.page-company .section--staff {
    background: #671A38;
    background-image: url(../images/company/bg_promiss_top_img.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -30px center;
    padding-bottom: 160px;
    margin-top: -1px;
  }
  .main.page-company .section--staff .intro-text {
    color: #fff;
    text-align: center;
  }
  .main.page-company .section--staff .staff-card__catch {
    line-height: 1.5;
  }
  .main.page-company .section--staff .eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .main.page-company .section--staff .eyebrow::before, .main.page-company .section--staff .eyebrow::after {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    background-color: currentColor;
  }
  .main.page-company .section--staff .eyebrow::before {
    transform: rotate(-25deg);
  }
  .main.page-company .section--staff .eyebrow::after {
    transform: rotate(25deg);
  }
  .main.page-company .section--staff .staff-card__name {
    font-weight: 700;
  }
  .main.page-company .section--profile {
    background-color: #fff;
  }
  .main.page-company .section--profile .companyInfoWrap .heading-lv2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.5;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 2px solid #681938;
    border-bottom: 2px solid #681938;
    padding: 45px 60px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div {
    display: flex;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div + div {
    margin-top: 20px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dt {
    width: 30%;
    flex: none;
    padding-left: 15px;
    font-size: 16px;
  }
  .main.page-company .section--profile .companyInfoWrap .companyInfoList > div dd {
    padding-left: 10px;
    font-size: 16px;
  }
  .main.page-company .section--logo .heading {
    font-size: 24px;
  }
  .main.page-company .parent__company .about__content .about__note {
    font-weight: 500;
  }
  .main.page-company .parent__company .about__content .c-about-title {
    font-weight: 700;
  }
  .main.page-company .parent__company .about__content .btn--primary::after {
    transform: rotate(-45deg);
  }
}
/*# sourceMappingURL=map/second.css.map */
