@charset "UTF-8";


@media (max-width: 1280px) and (min-width: 481px) {

  html,
  body {
    font-size: calc(100vw * var(--default-font-size) / 1280);
  }
}

@media (max-width: 480px) {
  html {
    font-size: calc(100vw * var(----default-font-size) / 480);
  }
}

select {
  color: #999 !important; /* 初期はグレー */
}
select.has-value {
  color: #282119 !important; /* 選択後は黒 */
}

input::placeholder {
  color: #999;
}

textarea::placeholder {
  color: #999;
}

input[type='date'] {
  appearance: none; /* ブラウザのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #999 !important;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'] {
  -webkit-appearance: none;
  appearance: none;
}

input[type='date']::-webkit-date-and-time-value,
input[type='time']::-webkit-date-and-time-value {
  text-align: left;
}

input[type='date'].has-value {
  color: #282119 !important; /* 入力されたら黒に変える */
}

.grecaptcha-badge {
  visibility: hidden;
}

.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .sp-only {
    display: block;
  }
}

.top {
  display: none;
  background-color: #7a3500;
  padding: 6.25rem;
  height: 300vh;
}

.top__title {
  font-size: 1.875rem;
}

.contactForm__input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
}

.controls {
  text-align: center;
  margin-top: 10px;
}

.controls button {
  margin: 0 5px;
  padding: 6px 12px;
  font-size: 16px;
}

.slide-button,
.top__scroll-button {
  background-color: #7a3500;
  color: #000;
  border: none;
}
.slide-button.active,
.top__scroll-button.active {
  border: 1px solid #000;
}

.top-slide {
  padding: 1.25rem;
}

.simulator__wrapper {
  background-color: #fff8e8;
}

.simulator {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff8e8;
  padding: 6.25rem 8.125rem;
}
@media (max-width: 480px) {
  .simulator {
    padding: 2.5rem 0.625rem;
  }
}

.simulator__inner {
  background-color: #7a3500;
  border-radius: 1.875rem;
}
@media (max-width: 480px) {
  .simulator__inner {
    border-radius: 0.3125rem;
  }
}

.simulator__title-wrapper {
  position: relative;
  text-align: center;
  padding: 0.875rem 0 1.25rem;
}

.simulator__title {
  color: #fff;
  margin-left: -2.5rem;
}

.simulator__title-small {
  font-size: 1.75rem;
  font-weight: 700;
  margin-right: 0.125rem;
}
@media (max-width: 480px) {
  .simulator__title-small {
    font-size: 1.125rem;
  }
}

.simulator__title-small-text {
  position: relative;
  display: inline-block;
}
.simulator__title-small-text::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .simulator__title-small-text::before {
    width: 3px;
    height: 3px;
    top: -3px;
  }
}

.simulator__title-minutes {
  font-size: 2.25rem;
  font-weight: 700;
  margin-right: 0.625rem;
}
@media (max-width: 480px) {
  .simulator__title-minutes {
    font-size: 1.5rem;
  }
}

.simulator__title-text {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .simulator__title-text {
    font-size: 1.5rem;
  }
}

.simulator__title-image-wrapper {
  width: 9.125rem;
  position: absolute;
  top: calc(50% + 1.875rem);
  right: 0;
  transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 480px) {
  .simulator__title-image-wrapper {
    width: 5.3125rem;
  }
}

.simulator__content-wrapper {
  overflow: hidden;
  opacity: 0;
  height: 0;
}
.simulator__content-wrapper.init {
  opacity: 1;
  height: auto;
}

.simulator__content-inner {
  background-color: #fff;
  /* border-radius: 1.25rem; */
  border-radius: 0 0 1.25rem 1.25rem;
}
@media (max-width: 480px) {
  .simulator__content-inner {
    border-radius: 0 0  0.3125rem  0.3125rem;
  }
}

.simulator__content {
  padding: 0 0.625rem 0.625rem;
  z-index: 1;
}

.simulator__content-title-wrapper {
  width: 100%;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.simulator__content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 0.875rem 0;
}
@media (max-width: 480px) {
  .simulator__content-title {
    gap: 0.625rem;
  }
}

.simulator__content-title-image-wrapper {
  width: 5.5rem;
}
@media (max-width: 480px) {
  .simulator__content-title-image-wrapper {
    width: 2.25rem;
  }
}

.simulator__content-title-text {
  font-size: 2.375rem;
  color: #282119;
  font-weight: 700;
}
@media (max-width: 480px) {
  .simulator__content-title-text {
    font-size: 0.875rem;
  }
}

.simulator__content-title-text-small {
  font-size: 0.875rem;
  color: #282119;
  margin-top: 0.5rem;
}
@media (max-width: 480px) {
  .simulator__content-title-text-small {
    font-size: 0.625rem;
    margin-top: 0.25rem;
  }
}

.simulator__content-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 1.375rem 0.625rem;
}
@media (max-width: 480px) {
  .simulator__content-buttons {
    gap: 0.5rem;
    padding: 0.625rem 0.5rem;
  }
}

.simulator__content-button {
  width: calc(33.3333333333% - 0.875rem);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  border-radius: 4px;
  padding: 1.375rem 1.25rem;
  border: 3px solid #fff;
  /* transform:skew(-4deg,0deg); */
  gap: 8px;
  position: relative;
}
.simulator__content-button.active {
  border: 3px solid #7a3500;
  background-image: linear-gradient(
    0deg,
    rgba(255, 135, 0, 0.3),
    rgba(255, 135, 0, 0.3)
  );
}

.simulator__content-button:before {
  position: absolute;
  content: '';
  border: 2px solid #7a3500;
  height: 2.3rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: white;
  /* transform: translateY(-1px); */
}

.simulator__content-button.active .simulator__content-button-arrow {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 480px) {
  .simulator__content-button.active {
    border: 2px solid #7a3500;
  }
}
@media (max-width: 480px) {
  .simulator__content-button {
    width: calc(50% - 0.25rem);
    padding: 1rem 0.5rem;
    /* border-radius: 0.3125rem; */
    /* border: 2px solid #fff; */
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
  }
  .simulator__content-button:before {
    border: 1px solid #7a3500;
    height: 1.2rem;
    transform: translateX(-1px); 
  }
}

.simulator__content-button-text {
  font-size: 1.625rem;
  color: #282119;
  font-weight: 700;
}
@media (max-width: 480px) {
  .simulator__content-button-text {
    font-size: 1rem;
  }
}

.simulator__content-button-text--small {
  font-size: 1.625rem;
}
@media (max-width: 480px) {
  .simulator__content-button-text--small {
    font-size: 1rem;
  }
}

.simulator__content-button-arrow {
  width: 2.4375rem;
  opacity: 0;
}
@media (max-width: 480px) {
  .simulator__content-button-arrow {
    width: 1rem;
  }
}

.simulator__content-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.simulator__content-controls--last {
  display: block;
  padding: 0.625rem 0 1.25rem;
}

.simulator__content-back-button {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 0.625rem 1.25rem;
}
@media (max-width: 480px) {
  .simulator__content-back-button {
    padding: 0 0.3125rem 0.625rem;
  }
}

.simulator__content-back-button--last {
  position: absolute;
  left: 0;
  top: calc(50% - 0.3125rem);
  transform: translateY(-50%);
  padding: 0;
}

.simulator__content-back-button-image-wrapper {
  width: 2.875rem;
}
@media (max-width: 480px) {
  .simulator__content-back-button-image-wrapper {
    width: 1.25rem;
  }
}

.simulator__content-back-button-text {
  font-size: 1.5rem;
  color: #7a3500;
  font-weight: 700;
  padding-bottom: 0.125rem;
  border-bottom: 2px solid #7a3500;
}
@media (max-width: 480px) {
  .simulator__content-back-button-text {
    font-size: 0.75rem;
  }
}

.simulator__content-next-button {
  padding: 0 0.875rem 1.25rem;
}
@media (max-width: 480px) {
  .simulator__content-next-button {
    padding: 0 0.3125rem 0.625rem;
  }
}

.simulator__content-next-button-text {
  font-size: 1.5rem;
  color: #7a3500;
  font-weight: 700;
  padding-bottom: 0.125rem;
  border-bottom: 2px solid #7a3500;
}
@media (max-width: 480px) {
  .simulator__content-next-button-text {
    font-size: 0.75rem;
  }
}

.simulator__form {
  padding: 3.75rem 4.375rem 0;
}
@media (max-width: 480px) {
  .simulator__form {
    padding: 1.25rem 0.625rem 0;
  }
}

.simulator__form-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.125rem;
}
.simulator__form-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .simulator__form-item {
    display: block;
    margin-bottom: 0.875rem;
  }
}

.simulator__form-label-wrapper {
  width: 16.8125rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .simulator__form-label-wrapper {
    width: auto;
    margin-right: 0;
    margin-bottom: 0.25rem;
    justify-content: flex-start;
  }
}

.simulator__form-label-text {
  font-size: 1.5rem;
  color: #282119;
  font-weight: 700;
}
@media (max-width: 480px) {
  .simulator__form-label-text {
    font-size: 0.75rem;
    margin-right: 0.75rem;
  }
}

.simulator__form-label-required {
  font-size: 1.25rem;
  color: #282119;
  padding: 0.125rem 0.5rem;
  border-radius: 0.3125rem;
  border: 1px solid #c50202;
  color: #c50202;
}
@media (max-width: 480px) {
  .simulator__form-label-required {
    font-size: 0.75rem;
  }
}

.simulator__form-input {
  flex: 1;
  border: 2px solid #7a3500;
  border-radius: 0.3125rem;
  padding: 0.625rem 0.875rem;
  font-size: 1.5rem;
  color: #282119;
}
@media (max-width: 480px) {
  .simulator__form-input {
    width: 100%;
    border: 1px solid #7a3500;
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}

.simulator__form-button-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simulator__form-button {
  padding: 1.25rem 3.75rem;
  background-image: linear-gradient(94.07deg, #b36932 0%, #7b3501 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 1.25rem;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.simulator__form-button.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 480px) {
  .simulator__form-button {
    width: 70%;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    margin: 0 auto;
  }
}

.simulator__result-button-wrapper {
  padding: 3.75rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .simulator__result-button-wrapper {
    padding: 1.25rem 0;
  }
}

.simulator__result-button {
  padding: 1.25rem 2.5rem;
  background-image: linear-gradient(94.07deg, #b36932 0%, #7b3501 100%);
  color: #fff;
  border-radius: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 480px) {
  .simulator__result-button {
    border-radius: 0.3125rem;
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
}

.simulator__result-button-image-wrapper {
  width: 2.5rem;
}
@media (max-width: 480px) {
  .simulator__result-button-image-wrapper {
    width: 1.25rem;
  }
}

.simulator__result-content {
  padding: 6.875rem 4.375rem 0;
}
@media (max-width: 480px) {
  .simulator__result-content {
    padding: 3.75rem 0.625rem 2.5rem;
  }
}

.simulator__result-title-wrapper {
  width: 100%;
  position: relative;
}

.simulator__result-title-image-wrapper {
  width: 18.75rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 1;
}
@media (max-width: 480px) {
  .simulator__result-title-image-wrapper {
    width: 9.375rem;
  }
}

.simulator__result-title-text-wrapper {
  margin-bottom: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .simulator__result-title-text-wrapper {
    margin-bottom: 2.5rem;
  }
}

.simulator__result-title-text-inner {
  position: relative;
  margin: 0 0.625rem;
}
@media (max-width: 480px) {
  .simulator__result-title-text-inner {
    margin: 0 0.3125rem;
  }
}

.simulator__result-title-bar {
  display: block;
  height: 0.9375rem;
  background-color: #ff8700;
  border-radius: 0.625rem;
}
@media (max-width: 480px) {
  .simulator__result-title-bar {
    height: 0.5rem;
    border-radius: 0.3125rem;
  }
}

.simulator__result-title-text {
  font-size: 2.25rem;
  color: #ff4d6f;
  font-weight: 700;
}
@media (max-width: 480px) {
  .simulator__result-title-text {
    font-size: 1.125rem;
  }
}

.simulator__result-title-text--large {
  font-size: 5rem;
}
@media (max-width: 480px) {
  .simulator__result-title-text--large {
    font-size: 1.5rem;
  }
}

.simulator__result-title-decoration-wrapper {
  width: 2.25rem;
}
@media (max-width: 480px) {
  .simulator__result-title-decoration-wrapper {
    width: 0.875rem;
  }
}

.simulator__result-description {
  font-size: 1.5rem;
  color: #282119;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 480px) {
  .simulator__result-description {
    font-size: 0.75rem;
  }
}

.simulator__result-description--force {
  color: #ad2f21;
}

.simulator__result-form {
  width: 34.375rem;
  margin: 0 auto 2.5rem;
  position: relative;
}
.simulator__result-form::before {
  content: '';
  width: 105%;
  height: 100%;
  background-color: #a52d20;
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 1.25rem;
}
@media (max-width: 480px) {
  .simulator__result-form {
    width: 80%;
  }
}

.simulator__result-form-inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 2.75rem 0 1.625rem;
  border: 5px solid #a52d20;
  border-radius: 1.25rem;
}
@media (max-width: 480px) {
  .simulator__result-form-inner {
    padding: 1.25rem 0 0.625rem;
  }
}

.simulator__result-form-sub-title {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #a52d20;
  padding: 0.5rem 1.5625rem;
  white-space: nowrap;
  border-radius: 0.625rem;
}
@media (max-width: 480px) {
  .simulator__result-form-sub-title {
    font-size: 0.75rem;
    padding: 0.25rem 0.9375rem;
  }
}

.simulator__result-form-title {
  font-size: 1.75rem;
  color: #282119;
  font-weight: 700;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (max-width: 480px) {
  .simulator__result-form-title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}

.simulator__result-form-button-wrapper {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 480px) {
  .simulator__result-form-button-wrapper {
    font-size: 0.875rem;
  }
}

.simulator__result-form-button {
  width: 21.25rem;
  text-align: center;
  background-color: #a52d20;
  padding: 1.25rem 1.25rem;
  border-radius: 1.875rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .simulator__result-form-button {
    width: 10rem;
    border-radius: 0.625rem;
    padding: 0.625rem 0.625rem;
  }
}

.simulator__result-form-description {
  font-size: 1.125rem;
  color: #282119;
}
@media (max-width: 480px) {
  .simulator__result-form-description {
    font-size: 0.75rem;
  }
}

.voice__inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* .voice__content {
  padding: 5rem 5rem 0;
}
@media (max-width: 480px) {
  .voice__content {
    padding: 1.875rem 1.25rem;
  }
} */

.voice__title-wrapper {
  text-align: center;
  margin-bottom: 4.5625rem;
}
@media (max-width: 480px) {
  .voice__title-wrapper {
    margin-bottom: 1.875rem;
  }
}

.voice__title-label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #7a3500;
}
@media (max-width: 480px) {
  .voice__title-label {
    font-size: 0.75rem;
  }
}

.voice__title-text {
  display: block;
  font-size: 3.9375rem;
  line-height: 1.3;
  font-weight: 700;
  color: #7a3500;
}
@media (max-width: 480px) {
  .voice__title-text {
    font-size: 1.4375rem;
  }
}

.voice__list-wrapper {
  width: 100%;
  /* height: 500px; */
  /* overflow: hidden; */
}

.voice__list {
  width: 100%;
}

.voice__controls {
  text-align: center;
  position: relative;
}

.voice__controls-bg {
  z-index: 0;
  display: block;
  width: 100%;
  height: 150%;
  background-image: linear-gradient(
    360deg,
    #fedcaf 65.62%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}
.voice__controls-bg.open {
  display: none;
}
@media (max-width: 480px) {
  .voice__controls-bg {
    height: 180%;
  }
}

.voice__controls-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.75rem 0 3.75rem;
}
@media (max-width: 480px) {
  .voice__controls-inner {
    padding: 1.875rem 0 1.875rem;
  }
}

.voice__control-button-image-wrapper {
  display: block;
  width: 1.875rem;
  margin-right: 0.3125rem;
  margin-top: 0.25rem;
}

.voice__control-button-image-wrapper--close {
  transform: rotate(180deg);
}

.voice__control-button {
  width: 23.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4375rem 0;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  background-color: #fff;
}
@media (max-width: 480px) {
  .voice__control-button {
    width: 80%;
    padding: 0.9375rem 0;
  }
}

.voice__control-button--close {
  display: none;
}

.voice__control-button-text {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #7a3500;
}
@media (max-width: 480px) {
  .voice__control-button-text {
    font-size: 1rem;
  }
}

.property-count {
  position: relative;
  overflow: hidden;
}

.property-count__bg-main {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 150%;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #7a3500; /* ← 上向き三角の色と大きさ */
}
@media (max-width: 480px) {
  .property-count__bg-main {
    width: 180%;
  }
}

.property-count__bg-main-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.property-count__bg-main-image {
  display: block;
  position: relative;
  z-index: 1;
}

.property-count__bg-sub {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background-color: #fedcaf;
}

.property-count__inner {
  position: relative;
  z-index: 2;
}

.property-count__title-label {
  display: block;
  width: 15rem;
  margin: 0 auto 1.25rem;
}
@media (max-width: 480px) {
  .property-count__title-label {
    width: 7.5rem;
    margin: 0 auto 0.625rem;
  }
}

.property-count__title {
  text-align: center;
  padding: 11.25rem 0 5.625rem;
}
@media (max-width: 480px) {
  .property-count__title {
    padding: 6.25rem 0 0.3125rem 5rem;
    margin-bottom: 1.25rem;
  }
}

.property-count__title-text {
  display: inline-block;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 480px) {
  .property-count__title-text {
    font-size: 1.5rem;
  }
}

.property-count__title-text-image-wrapper {
  display: block;
  width: 13.25rem;
  position: absolute;
  bottom: 0;
  left: -0.625rem;
  transform: translateX(-100%);
}
@media (max-width: 480px) {
  .property-count__title-text-image-wrapper {
    width: 5rem;
  }
}

.property-count__contents {
  background-color: #7a3500;
  border-radius: 0 0 0.625rem 0.625rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 480px) {
  .property-count__contents {
    padding-bottom: 1.25rem;
  }
}

.property-count__list {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0 4.375rem 3.75rem;
}
@media (max-width: 480px) {
  .property-count__list {
    padding: 0 1.25rem 6.25rem;
  }
}

.property-count__item {
  width: calc(20% - 0.25rem);
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 1.125rem 0;
  text-align: center;
  font-size: 1.5rem;
  color: #7a3500;
  cursor: pointer;
}
.property-count__item--other {
  width: calc(40% - 0.25rem);
}
@media (max-width: 480px) {
  .property-count__item--other {
    width: calc(33.33333% - 0.25rem);
  }
}
.property-count__item.active {
  background-color: #c49166;
  color: #fff;
}
@media (max-width: 480px) {
  .property-count__item {
    font-size: 0.75rem;
    width: calc(33.33333% - 0.25rem);
  }
}

.property-count__content-wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
  display: none;
}
.property-count__content-wrapper.active {
  display: block;
}

.property-count__content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 4.375rem 0 3.75rem;
}

.property-count__content-title {
  font-size: 2.5rem;
  color: #7a3500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.625rem 3.75rem;
  border-radius: 3.75rem;
}
@media (max-width: 480px) {
  .property-count__content-title {
    width: 80%;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 1.25rem 0;
  }
}

.property-count__swiper {
  padding: 0 6.875rem;
  opacity: 0;
  height: 0;
}
.property-count__swiper.init {
  opacity: 1;
  height: auto;
}
@media (max-width: 480px) {
  .property-count__swiper {
    width: 90%;
    padding: 0 1.25rem;
    margin: 0 auto;
  }
}

.property-count__swiper-slide {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  height: auto;
  overflow: hidden;
}

.property-count__swiper-slide-image-wrapper {
  width: 100%;
  position: relative;
  padding-top: 103.0042918455%;
  overflow: hidden;
}

.property-count__swiper-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-count__swiper-slide-text-wrapper {
  padding: 1.25rem;
}

.property-count__swiper-slide-text-item {
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #282119;
  font-size: 1.125rem;
  font-weight: 700;
}
.property-count__swiper-slide-text-item:last-child {
  margin-bottom: 0;
}

.property-count__swiper-slide-text-item-text {
  display: inline-block;
  text-align: left;
  width: calc(50% + 0.9375rem);
}
@media (max-width: 480px) {
  .property-count__swiper-slide-text-item-text {
    width: calc(50% + 0.625rem);
  }
}

.property-count__swiper-slide-text-item-separator {
  position: absolute;
  top: 0.5625rem;
  left: calc(50% - 1.875rem);
  transform: translate(-50%, -50%);
  color: #282119;
}
@media (max-width: 480px) {
  .property-count__swiper-slide-text-item-separator {
    left: calc(50% - 1.25rem);
  }
}

.swiper-pagination-bullet {
  border: 2px solid #7a3500 !important;
  background-color: #fff !important;
}

.swiper-pagination-bullet-active {
  background-color: #7a3500 !important;
  border: 2px solid #7a3500 !important;
}

.property-count__swiper-button-prev,
.property-count__swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.property-count__swiper-button-prev.swiper-button-disabled,
.property-count__swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.property-count__swiper-button-prev {
  left: 0.625rem;
}

.property-count__swiper-button-next {
  right: 0.625rem;
}

.faq__inner {
  padding: 5.625rem 5rem;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .faq__inner {
    padding: 3.75rem 1.25rem;
  }
}

.faq__title {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media (max-width: 480px) {
  .faq__title {
    margin-bottom: 1.875rem;
  }
}

.faq__title-label {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff8700;
  margin-bottom: 1.875rem;
}
@media (max-width: 480px) {
  .faq__title-label {
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
  }
}

.faq__title-text {
  display: block;
  font-size: 3.875rem;
  font-weight: 700;
  color: #282119;
  margin-bottom: 1.875rem;
}
@media (max-width: 480px) {
  .faq__title-text {
    font-size: 1.4375rem;
  }
}

.faq__content-item {
  background: #fff;
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
  margin-bottom: 2.5rem;
}
.faq__content-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .faq__content-item {
    border-radius: 0.3125rem;
    margin-bottom: 0.9375rem;
  }
}

.faq__content-item-title {
  display: flex;
  align-items: center;
  padding: 0.9375rem 5.625rem 0.9375rem 2.5rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  .faq__content-item-title {
    padding: 1rem 2.5rem 1rem 1.875rem;
  }
}

.faq__content-item-title-arrow {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 1.25rem;
  top: calc(50% + 0.1875rem);
  transform: translateY(-50%);
}
.faq__content-item-title-arrow.open .faq__content-item-title-arrow-image--plus {
  display: none;
}
.faq__content-item-title-arrow.open
  .faq__content-item-title-arrow-image--minus {
  display: block;
}
@media (max-width: 480px) {
  .faq__content-item-title-arrow {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.625rem;
  }
}

.faq__content-item-title-arrow-image--minus {
  display: none;
}

.faq__content-item-question {
  display: block;
  min-width: 5rem;
  max-height: 5rem;
  font-size: 2.625rem;
  color: #7a3500;
}
@media (max-width: 480px) {
  .faq__content-item-question {
    font-size: 1.5rem;
    min-width: 1.75rem;
    max-height: 1.75rem;
    font-weight: 700;
  }
}

.faq__content-item-title-text {
  display: block;
  font-size: 1.75rem;
  color: #7a3500;
}
@media (max-width: 480px) {
  .faq__content-item-title-text {
    /* font-size: 0.6875rem; */
    font-size: 1rem;
    font-weight: 700;
  }
}

.faq__content-item-content-wrapper {
  height: 0;
  overflow: hidden;
}
.faq__content-item-content-wrapper.open {
  height: auto;
}

.faq__content-item-content {
  padding: 0 1.25rem 0.9375rem;
}
@media (max-width: 480px) {
  .faq__content-item-content {
    padding: 0 0.9375rem 1rem;
  }
}

.faq__content-item-content-inner {
  padding: 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  border-radius: 0.625rem;
  background: #fff4db;
}
@media (max-width: 480px) {
  .faq__content-item-content-inner {
    padding: 0.9375rem 0.9375rem;
    border-radius: 0.3125rem;
  }
}

.faq__content-item-answer {
  display: block;
  min-width: 5rem;
  max-height: 5rem;
  font-size: 2.625rem;
  padding-left: 0.1875rem;
  color: #ff8700;
}
@media (max-width: 480px) {
  .faq__content-item-answer {
    font-size: 2rem;
    min-width: 1.75rem;
    max-height: 1.75rem;
    padding-left: 0.125rem;
  }
}

.faq__content-item-content-text {
  display: block;
  font-size: 1.125rem;
  color: #282119;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .faq__content-item-content-text {
    /* font-size: 0.6875rem; */
    font-size: 1rem;
  }
}

.contact {
  max-width: 1280px;
  margin: 0 auto;
}

.contact__form-input-image-wrapper {
  width: 30px;
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  /* transform: translateY(-50%); */
}
@media (max-width: 480px) {
  .contact__form-input-image-wrapper {
    width: 20px;
  }
}

/* 日時選択の特殊なレイアウト */
.contact__form-option-input-wrapper {
  flex: auto;
  position: relative;
}

/* フォーム要素の基本スタイル */
.contact__form-checkbox {
  font-size: 1.4rem;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .contact__form-checkbox {
    font-size: 1rem;
  }
}

.contact__form-checkbox .wpcf7-list-item-label {
  /* font-size: 1.6rem; */
}

.contact__form-input,
.contact__form-textarea,
.contact__form-select {
  flex: 1;
  border: 1px solid #bcbcbc;
  border-radius: 0.3125rem;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #282119;
  width: 100%;
}
@media (max-width: 480px) {
  .contact__form-input,
  .contact__form-textarea,
  .contact__form-select {
    font-size: 1.2rem;
  }
}

.contact__form-select {
  padding: 0.6875rem 0.875rem;
}
@media (max-width: 480px) {
  .contact__form-select {
    padding: 0.5625rem 0.5rem;
  }
}

/* Contact Form 7のラッパー */
.wpcf7-form-control-wrap {
  flex: 1;
}
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
  width: 100%;
}

/* ボタンのスタイル */
.contact__form-button {
  width: 100%;
  padding: 1.25rem 0;
  font-size: 1.5rem;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .contact__form-button {
    font-size: 1.2rem;
    padding: 0.625rem 0;
  }
}

input[type='date']::-webkit-calendar-picker-indicator {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* width: auto; */
  /* height: auto; */
  background: transparent;
  /* z-index: 1; */
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}

.consult {
  width: 100%;
  padding: 6.25rem 0 9.375rem;
  background-color: #fff;
}
@media (max-width: 480px) {
  .consult {
    padding: 3.125rem 0 6.25rem;
  }
}

.consult__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 6.25rem;
}
@media (max-width: 480px) {
  .consult__inner {
    padding: 0 1.25rem;
  }
}

.consult__frame-wrap {
  width: 100%;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
@media (max-width: 480px) {
  .consult__frame-wrap {
    gap: 1.25rem;
  }
}

.consult__frame-inner {
  position: relative;
  z-index: 0;
}

.consult__frame-image-wrap {
  width: 21.25rem;
}
@media (max-width: 480px) {
  .consult__frame-image-wrap {
    width: 9.375rem;
  }
}

.consult__frame {
  width: 100%;
  display: block;
}

.consult__frame-left-text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 0.625rem));
  font-size: 1.5rem;
  color: #282119;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .consult__frame-left-text {
    font-size: 0.75rem;
    top: 65%;
  }
}

.consult__frame-text-fix {
  font-weight: 700;
  color: #7a3500;
  white-space: nowrap;
}

.consult__frame-right-text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 0.625rem));
  font-size: 1.5rem;
  color: #282119;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .consult__frame-right-text {
    font-size: 0.75rem;
    top: 65%;
  }
}

.consult__title {
  font-size: 2.375rem;
  font-weight: 700;
  color: #282119;
  margin-top: 0.625rem;
  text-align: center;
}
@media (max-width: 480px) {
  .consult__title {
    font-size: 1.25rem;
    margin-top: 0rem;
  }
}

.consult__content {
  width: 100%;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 480px) {
  .consult__content {
    flex-direction: column;
    margin: 2.1875rem auto 0;
    gap: 3.125rem;
  }
}

.consult__content-inner {
  width: 26.25rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .consult__content-inner {
    width: 100%;
  }
}

.consult__form-phrase-wrap {
  width: 16.5625rem;
  background-color: #ad2f21;
  border-radius: 0.625rem;
  position: absolute;
  top: -0.9375rem;
  left: 0;
  box-shadow: 0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .consult__form-phrase-wrap {
    width: 12.5rem;
    border-radius: 0.3125rem;
  }
}

.consult__content-phrase {
  padding: 0.625rem 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .consult__content-phrase {
    font-size: 0.75rem;
  }
}

.consult__form-frame {
  background-color: #fff;
  border: solid 2px #ad2f21;
  border-radius: 1.25rem;
  padding: 2.8125rem 0 1.25rem;
}
@media (max-width: 480px) {
  .consult__form-frame {
    border: solid 3px #ad2f21;
    padding: 1.875rem 0 0.9375rem;
  }
}

.consult__content-text {
  font-size: 1.75rem;
  font-weight: 700;
  color: #282119;
  text-align: center;
}
@media (max-width: 480px) {
  .consult__content-text {
    font-size: 1.375rem;
  }
}

.consult__button-wrap {
  display: block;
  width: 21.25rem;
  margin: 1.25rem auto 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .consult__button-wrap {
    width: 17.5rem;
  }
}

.consult__button {
  width: 100%;
  display: block;
}

.consult__form-bg {
  width: 26.25rem;
  height: 12.25rem;
  background-color: #ad2f21;
  border-radius: 1.25rem;
  position: absolute;
  top: 1.5625rem;
  left: 0.9375rem;
  z-index: -1;
}
@media (max-width: 480px) {
  .consult__form-bg {
    width: 100%;
    height: 9.375rem;
    top: 1.25rem;
    left: 0.625rem;
  }
}

.consult__line-phrase-wrap {
  width: 16.5625rem;
  background-color: #01b901;
  border-radius: 0.625rem;
  position: absolute;
  top: -0.9375rem;
  left: 0;
  box-shadow: 0rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .consult__line-phrase-wrap {
    width: 12.5rem;
    border-radius: 0.3125rem;
  }
}

.consult__line-frame {
  background-color: #fff;
  border: solid 2px #01b901;
  border-radius: 1.25rem;
  padding: 2.8125rem 0 1.25rem;
}
@media (max-width: 480px) {
  .consult__line-frame {
    border: solid 3px #01b901;
    padding: 1.875rem 0 0.9375rem;
  }
}

.consult__line-bg {
  width: 26.25rem;
  height: 12.25rem;
  background-color: #01b901;
  border-radius: 1.25rem;
  position: absolute;
  top: 1.5625rem;
  left: 0.9375rem;
  z-index: -1;
}
@media (max-width: 480px) {
  .consult__line-bg {
    width: 100%;
    height: 9.375rem;
    top: 1.25rem;
    left: 0.625rem;
  }
}

.consult__pc {
  display: block;
}
@media (max-width: 480px) {
  .consult__pc {
    display: none;
  }
}

.consult__sp {
  display: none;
}
@media (max-width: 480px) {
  .consult__sp {
    display: block;
  }
}

.trouble__title {
  font-size: 3.125rem;
  color: #fff;
  margin-top: 1.25rem;
}
@media (max-width: 480px) {
  .trouble__title {
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
}

.trouble__title-fix {
  font-size: 3.875rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .trouble__title-fix {
    font-size: 1.5rem;
  }
}

.trouble__content-wrap {
  width: 71.25rem;
  height: 26.125rem;
  background-color: #fff;
  padding: 2.5rem 3rem;
  position: relative;
  border-radius: 2.5rem;
  margin: 0 auto;
  box-shadow: 0rem 0.625rem 0.625rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  .trouble__content-wrap {
    width: 80%;
    padding: 1.25rem;
    border-radius: 0.625rem;
  }
}

li.trouble__list {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .trouble__list {
    align-items: flex-start;
  }
}

.trouble__list-icon-wrap {
  width: 2.1875rem;
  margin-right: 0.625rem;
}
@media (max-width: 480px) {
  .trouble__list-icon-wrap {
    max-width: 1.4375rem;
    min-width: 1.4375rem;
    margin: 0.3125rem 0.625rem 0 0;
  }
}

.trouble__list-description {
  font-size: 1.25rem;
  color: #282119;
}
@media (max-width: 480px) {
  .trouble__list-description {
    font-size: 1rem;
  }
}

.trouble__list-description-fix {
  font-size: 1.375rem;
  font-weight: 700;
  color: #7a3500;
  /* text-decoration: underline wavy; 同時適用だと iPhone へ反映されないため個別に記載。TailwindCSS で追記*/
}
@media (max-width: 480px) {
  .trouble__list-description-fix {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}

.trouble__text-image-wrap {
  width: 29.3125rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .trouble__text-image-wrap {
    width: 100%;
    position: absolute;
    top: -45%;
    left: 0;
  }
}

.trouble__text-image {
  width: 100%;
  display: block;
}

.trouble__description-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.8125rem;
  align-items: center;
}
@media (max-width: 480px) {
  .trouble__description-wrap {
    flex-direction: column;
    padding: 0 4rem;
    text-align: center;
  }
}

.trouble__description-icon-wrap {
  width: 4.6875rem;
  margin-right: 0.625rem;
}
@media (max-width: 480px) {
  .trouble__description-icon-wrap {
    width: 2.5rem;
    margin-right: 0rem;
  }
}

.trouble__description-icon {
  width: 100%;
  display: block;
}

.trouble__description {
  font-size: 2.8125rem;
  font-weight: 700;
  color: #282119;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
}
@media (max-width: 480px) {
  .trouble__description {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}

.trouble__description-fix {
  font-size: 1.75rem;
  margin: 0 0.3125rem;
}
@media (max-width: 480px) {
  .trouble__description-fix {
    font-size: 1.125rem;
    margin: 0;
  }
}

.trouble__description-circle {
  background-image: radial-gradient(
    circle at center,
    #ff8700 20%,
    transparent 20%
  );
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.625rem;
}
@media (max-width: 480px) {
  .trouble__description-circle {
    padding-top: 0;
  }
}

.trouble__description-border {
  background: linear-gradient(transparent 60%, rgba(255, 135, 0, 0.5) 30%);
  border-radius: 0.625rem;
}
@media (max-width: 480px) {
  .trouble__description-border {
    background: linear-gradient(transparent 60%, rgba(255, 135, 0, 0.5) 10%);
  }
}

.trouble__bottom-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #7a3500;
  width: 0.1875rem;
  height: 5.4375rem;
}
@media (max-width: 480px) {
  .trouble__bottom-line {
    height: 2.375rem;
  }
}

.trouble__pc {
  display: block;
}
@media (max-width: 480px) {
  .trouble__pc {
    display: none;
  }
}

.trouble__sp {
  display: none;
}
@media (max-width: 480px) {
  .trouble__sp {
    display: block;
  }
}

.service {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff8e8;
}

.service__bg {
  width: 66.25rem;
  height: 93.75rem;
  border-radius: 1.875rem;
  background-color: #7a3500;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media (max-width: 480px) {
  .service__bg {
    width: 90%;
    border-radius: 0.625rem;
  }
}

.service__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 4.375rem 10.9375rem;
  text-align: center;
}
@media (max-width: 480px) {
  .service__inner {
    padding: 1.875rem 0.625rem 3.125rem;
  }
}

.service__line {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  width: 0.1875rem;
  height: 1.875rem;
}
@media (max-width: 480px) {
  .service__line {
    height: 1.125rem;
  }
}

.service__title-read {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 480px) {
  .service__title-read {
    font-size: 0.75rem;
  }
}

.service__title {
  font-size: 3.125rem;
  color: #fff;
  margin-top: 1.25rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .service__title {
    font-size: 2rem;
  }
}

.service__description {
  font-size: 1rem;
  color: #fff;
  margin-top: 1.25rem;
  line-height: 1.875rem;
}
@media (max-width: 480px) {
  .service__description {
    width: 20rem;
    font-size: 0.75rem;
    text-align: start;
    margin: 1.25rem auto 0;
  }
}

.service__description-fix {
  color: #ff8700;
  font-weight: 700;
}

.service__image-wrap-top {
  margin-top: 2.5rem;
}
@media (max-width: 480px) {
  .service__image-wrap-top {
    margin-top: 1.25rem;
  }
}

.service__image {
  width: 100%;
  display: block;
}

.service__description-center {
  font-size: 3.375rem;
  color: #fff;
  margin-top: 2.5rem;
}
@media (max-width: 480px) {
  .service__description-center {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.service__description-small {
  font-size: 2.8125rem;
}
@media (max-width: 480px) {
  .service__description-small {
    font-size: 1rem;
  }
}

.service__description-circle {
  background-image: radial-gradient(
    circle at center,
    #ff8700 10%,
    transparent 20%
  );
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 1.25rem;
}
@media (max-width: 480px) {
  .service__description-circle {
    padding-top: 0.625rem;
  }
}

.service__image-wrap-bottom {
  margin-top: 1.875rem;
}
@media (max-width: 480px) {
  .service__image-wrap-bottom {
    margin-top: 0.625rem;
  }
}

.case {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff8e8;
  /* border-radius: 1.875rem; */
  box-shadow: 0rem 0rem 1.875rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .case {
    border-radius: 0.625rem;
  }
}

.case__inner {
  max-width: 1500px;
  margin: 0 auto;
}

.case__title-read {
  font-size: 1.5rem;
  color: #ff8700;
  font-weight: 700;
}
@media (max-width: 480px) {
  .case__title-read {
    font-size: 0.75rem;
  }
}

.case__title {
  font-size: 3.875rem;
  color: #282119;
  margin: 1.25rem 0 3.125rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .case__title {
    font-size: 1.4375rem;
    margin: 0.625rem 0 1.25rem;
  }
}

.case__title-fix {
  font-size: 3.125rem;
}
@media (max-width: 480px) {
  .case__title-fix {
    font-size: 1.125rem;
  }
}

.case__image-wrap {
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
}
@media (max-width: 480px) {
  .case__image-wrap {
    gap: 0rem;
  }
}

.case__image {
  width: 100%;
  display: block;
}

.case__pc {
  display: block;
}
@media (max-width: 480px) {
  .case__pc {
    display: none;
  }
}

.case__sp {
  display: none;
}
@media (max-width: 480px) {
  .case__sp {
    display: block;
  }
}

.company {
  width: 100%;
  background-color: #fff8e8;
}

.company__inner {
  width: 100%;
  max-width: 1280px;
  padding: 6.25rem 5rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .company__inner {
    display: block;
    padding: 3.125rem 1.25rem;
  }
}

.company__title-read {
  font-size: 1.5rem;
  color: #ff8700;
  font-weight: 700;
}
@media (max-width: 480px) {
  .company__title-read {
    font-size: 0.75rem;
    text-align: center;
  }
}

.company__title {
  font-size: 3.125rem;
  color: #282119;
  margin-top: 1.25rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .company__title {
    font-size: 1.4375rem;
    text-align: center;
  }
}

.company__list-wrap {
  width: 43.75rem;
}
@media (max-width: 480px) {
  .company__list-wrap {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.company__list {
  display: flex;
  padding: 1.5625rem 0;
  align-items: center;
  border-bottom: 1px solid #9e9d9d;
  position: relative;
}
@media (max-width: 480px) {
  .company__list {
    padding: 0.9375rem 0;
  }
}

.company__list::before {
  content: '';
  width: 11.25rem;
  height: 0.0625rem;
  display: inline-block;
  background-color: #7a3500;
  position: absolute;
  top: -0.0625rem;
  left: 0;
}
@media (max-width: 480px) {
  .company__list::before {
    width: 5rem;
  }
}

.company__list:last-child::after {
  content: '';
  width: 11.25rem;
  height: 0.0625rem;
  display: inline-block;
  background-color: #7a3500;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
}
@media (max-width: 480px) {
  .company__list:last-child::after {
    width: 5rem;
  }
}

.company__list:first-child {
  border-top: 1px solid #9e9d9d;
}

.company__list-title {
  width: 11.25rem;
  font-size: 1.375rem;
  color: #7a3500;
  font-weight: 700;
}
@media (max-width: 480px) {
  .company__list-title {
    width: 5rem;
    font-size: 0.75rem;
  }
}

.company__list-description {
  font-size: 1.375rem;
  color: #282119;
}
@media (max-width: 480px) {
  .company__list-description {
    font-size: 0.75rem;
    margin-left: 1.25rem;
  }
}


.point {
  width: 100%;
  position: relative;
}

.point__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 4.375rem 9.375rem;
}
@media (max-width: 480px) {
  .point__inner {
    padding: 3.125rem 1.25rem;
  }
}

.point__title-read {
  font-size: 1.5rem;
  color: #ff8700;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 480px) {
  .point__title-read {
    font-size: 0.75rem;
  }
}

.point__title {
  font-size: 3.875rem;
  color: #282119;
  margin-top: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 5rem;
}
@media (max-width: 480px) {
  .point__title {
    font-size: 1.4375rem;
    line-height: 1.875rem;
  }
}

.point__title-fix {
  font-size: 3.125rem;
}
@media (max-width: 480px) {
  .point__title-fix {
    font-size: 1.25rem;
  }
}

.point__contents-wrap {
  display: flex;
  flex-flow: column;
  gap: 4.375rem;
  margin-top: 2.5rem;
}
@media (max-width: 480px) {
  .point__contents-wrap {
    margin-top: 1.25rem;
    gap: 3.125rem;
  }
}

.point__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .point__contents {
    flex-flow: column-reverse;
  }
}

.point__contents:last-child {
  flex-direction: row-reverse;
}
@media (max-width: 480px) {
  .point__contents:last-child {
    flex-flow: column-reverse;
  }
}

.point__contents-text {
  width: 31.25rem;
}
@media (max-width: 480px) {
  .point__contents-text {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.point__contents-title {
  font-size: 2.1875rem;
  color: #7a3500;
  line-height: 3.125rem;
}
@media (max-width: 480px) {
  .point__contents-title {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.25rem;
  }
}

.point__contents-description {
  font-size: 1.125rem;
  color: #282119;
  line-height: 1.5625rem;
  margin-top: 1.875rem;
}
@media (max-width: 480px) {
  .point__contents-description {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    line-height: 1.5625rem;
  }
}

.point__contents-image-wrap {
  width: 32.625rem;
}
@media (max-width: 480px) {
  .point__contents-image-wrap {
    width: 100%;
  }
}

.point__image {
  width: 100%;
  display: block;
}

.point__pc {
  display: block;
}
@media (max-width: 480px) {
  .point__pc {
    display: none;
  }
}

.point__sp {
  display: none;
}
@media (max-width: 480px) {
  .point__sp {
    display: block;
  }
}

.reason__accent {
  color: #7a3500;
  background: linear-gradient(transparent 60%, rgba(255, 135, 0, 0.5) 10%);
  border-radius: 0.625rem;
}

.reason__item-title {
  font-size: 1.625rem;
  font-weight: 700;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
  white-space: nowrap;
  text-align: center;
  margin: 1rem 0;
}

.reason__item-num {
  width: 6rem;
  aspect-ratio: 1;
  background-color: #fc9a2d;
  font-weight: 700;
  /* font-size: 2rem; */
  user-select: none;
  position: absolute;
  left: 10px;
  border-radius: 50%;
  border: 2px solid #666666;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* text-align: center; */
  /* line-height: 2.8em; */
  /* overflow: hidden; */
}

.reason__item-num::before {
  content: 'REASON';
  inset: 0;
  position: absolute;
  font-size: 1rem;
  text-align: center;
  line-height: 2.6em;
  top: 6px;
}

.reason__item-num::after {
  content: attr(num-data);
  inset: 0;
  position: absolute;
  font-size: 2rem;
  text-align: center;
  line-height: 3.5em;
}

.step {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5rem 4.375rem 0;
}
@media (max-width: 480px) {
  .step {
    padding: 1.875rem 1.25rem;
  }
}

.step__title-read {
  font-size: 1.5rem;
  color: #ff8700;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 480px) {
  .step__title-read {
    font-size: 0.75rem;
  }
}

.step__title-wrap {
  display: flex;
  margin-top: 1.25rem;
  align-items: center;
  justify-content: center;
  color: #282119;
}
@media (max-width: 480px) {
  .step__title-wrap {
    display: block;
    text-align: center;
    margin-top: 0.625rem;
  }
}

.step__title-sub {
  width: 8.75rem;
  font-size: 1.75rem;
  display: flex;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 480px) {
  .step__title-sub {
    display: block;
    width: 100%;
    font-size: 1.25rem;
  }
}

.step__title {
  font-size: 3.875rem;
  font-weight: 700;
  margin-left: 0.625rem;
}
@media (max-width: 480px) {
  .step__title {
    font-size: 1.4375rem;
    margin-left: 0;
  }
}

.step__title-fix {
  font-size: 3.125rem;
}
@media (max-width: 480px) {
  .step__title-fix {
    font-size: 1.25rem;
  }
}

.step__contents-list-wrap {
  margin-top: 3.125rem;
}
@media (max-width: 480px) {
  .step__contents-list-wrap {
    margin-top: 1.25rem;
  }
}

.step__contents-list {
  border-bottom: 1px solid #9e9d9d;
  position: relative;
  z-index: 1;
}

.step__contents-list:first-child {
  border-top: 1px solid #9e9d9d;
}

.step__contents-list-inner {
  display: flex;
  justify-content: space-between;
  padding: 2.8125rem 1.875rem 2.1875rem;
}
@media (max-width: 480px) {
  .step__contents-list-inner {
    flex-flow: column-reverse;
    justify-content: center;
    padding: 1.6875rem 0.625rem;
    gap: 0.625rem;
  }
}

.step__contents {
  display: flex;
}
@media (max-width: 480px) {
  .step__contents {
    display: block;
    position: relative;
  }
}

.step__contents-num-wrap {
  width: 4rem;
  min-width: 4rem;
}
@media (max-width: 480px) {
  .step__contents-num-wrap {
    min-width: 2.8125rem;
    width: 2.8125rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.step__contents-image {
  width: 100%;
  display: block;
}

.step__contents-text {
  /* width: 35rem; */
  margin-left: 1.5625rem;
}
@media (max-width: 480px) {
  .step__contents-text {
    width: 100%;
    margin-left: 0;
  }
}

.step__contents-title {
  font-size: 1.625rem;
  color: #7a3500;
  font-weight: 700;
}
@media (max-width: 480px) {
  .step__contents-title {
    display: flex;
    align-items: center;
    height: 3.75rem;
    font-size: 1.5rem;
    margin-left: 3.75rem;
  }
}

.step__contents-description {
  font-size: 1.125rem;
  color: #282119;
  line-height: 1.5625rem;
  margin-top: 1.25rem;
}
@media (max-width: 480px) {
  .step__contents-description {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.step__contents-image-wrap {
  width: 21.875rem;
}
@media (max-width: 480px) {
  .step__contents-image-wrap {
    width: 100%;
  }
}

.step__arrow-wrap {
  width: 5rem;
  position: absolute;
  bottom: -3.125rem;
  left: 50%;
  transform: rotateX(-50%);
  z-index: 2;
}
@media (max-width: 480px) {
  .step__arrow-wrap {
    width: 3.125rem;
    bottom: -1.875rem;
    left: calc(50% - 1.875rem);
  }
}

.step__pc {
  display: block;
}
@media (max-width: 480px) {
  .step__pc {
    display: none;
  }
}

.step__sp {
  display: none;
}
@media (max-width: 480px) {
  .step__sp {
    display: block;
  }
}