@charset "UTF-8";
html {
  font-size: 100%;
  /* font-feature-settings: "palt"; */
}
body {
  color: #1f1f1f;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
a {
  text-decoration: none;
  color: #1f1f1f;
}
p {
  font-size: 0.75rem;
  font-weight: normal;
}
h2 {
  font-weight: normal;
  font-size: 3.5rem;
}
h3 {
  font-size: 1rem;
  font-weight: bold;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.text-bold {
  font-weight: bold;
}
.font-size_11px {
  font-size: 11px;
}
.font-size_12px {
  font-size: 12px;
}
.font-size_13px {
  font-size: 13px;
}
.font-size_14px {
  font-size: 14px;
}
.font-size_15px {
  font-size: 15px;
}
.sp-only {
  display: none;
}

/*header*/
header {
  background-image: url(../img/re-fv_pc.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 563px;
}
.header_menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 170px;
  padding-top: 29px;
  padding-left: 27px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header_menu-logo img {
  width: 48.84px;
  height: 40.14px;
}
.header_menu-menu {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding-right: 40px;
}
.header_menu-menu p {
  font-size: 11px;
}
.header_menu-inner li {
  padding-bottom: 8px;
}
.header_menu-nav {
  width: 170px;
}
.blend-text {
  mix-blend-mode: exclusion;
}

/*realestate*/
.realestate {
  padding-top: 40px;
  padding-bottom: 100px;
}
.realestate_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 64px;
}
.realestate_title p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 22px;
}
.realestate_title-inner {
  font-size: 12px;
  font-weight: 500;
}
.realestate_text p {
  line-height: 2.25;
}

/*brokerage*/
.contents-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contents-image img {
  width: 480px;
  height: auto;
}
.contents_text {
  width: 480px;
  height: auto;
}
.contents_text-no {
  position: relative;
}

.large-text {
  font-size: 55px;
}
.vertical-align {
  /* margin-left: 10px; */
  position: absolute;
  top: 10px;
  left: 34px;
}
.contents_text-inner {
  margin-top: 24px;
  margin-bottom: 24px;
}
.contents_text-inner h3 {
  margin-bottom: 16px;
}
.contents_text-inner p {
  line-height: 2.23;
}
.contents_text-logo {
  display: flex;
  justify-content: flex-start;
}
.contents_text-logo img {
  width: 100px;
  height: auto;
  margin-right: 55px;
}
.contents_box {
  margin-bottom: 100px;
}
.contents_box-inner {
  background-color: #eff0f2;
  font-size: 13px;
  padding: 0 40px;
  margin-bottom: 24px;
  position: relative;
}
.contents_box-inner h4 {
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 32px;
}
.contents_box-inner p {
  max-width: 735px;
  line-height: 2.23;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
}
.contents_box-inner img {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 58px;
  right: 57px;
  z-index: 2;
}
.contents_box-inner-image::after {
  content: '';
  display: block;
  background-color: #d4d4d4;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}
.margin-r_40px {
  margin-right: 40px;
}
.contents_text-logo--athome {
  width: 115px;
  position: relative;
}
.contents_text-logo--athome p {
  position: absolute;
  top: 8px;
  right: -5px;
}
.contents_text-logo--athome:hover {
  opacity: 0.6;
}
.contents_text-logo--friends {
  width: 115px;
  margin-right: 40px;
  position: relative;
}
.contents_text-logo--friends p {
  position: absolute;
  top: 8px;
  right: -5px;
}
.contents_text-logo--friends:hover {
  opacity: 0.6;
}

/*support*/
.line_icon {
  width: 123px;
}
.line_icon img {
  width: 31px;
  height: auto;
  margin-right: 5px;
}
.line_icon-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.line_icon-flex:hover {
  opacity: 0.6;
}
.line_icon-flex p {
  font-size: 13px;
  font-weight: bold;
}
.link-icon img {
  width: 10px;
  height: 10px;
  margin-right: 0;
  margin-left: 5px;
}
.support_item {
  margin-bottom: 100px;
}
.support_item-inner {
  background-color: #eff0f2;
  font-size: 16px;
  padding: 0 40px;
  padding-top: 64px;
  position: relative;
}
.support_item-inner h4 {
  font-weight: 400;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 32px;
}
.support_item-inner p {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.support_item-inner img {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 2;
}
.support_item-inner--list {
  display: flex;
  justify-content: space-between;
}
.support_item-box--image {
  width: 80px;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}
.support_item-box--image::after {
  content: '';
  display: block;
  background-color: #d4d4d4;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
.support_item-inner--box {
  width: 212px;
  padding-bottom: 64px;
}
.support_item-box--text {
  text-align: center;
  padding-top: 12px;
}
.support_item-box--text p {
  padding-bottom: 12px;
}

/* consulting */
.consulting {
  display: flex;
  justify-content: space-between;
}
.item-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.margin-top_0px {
  margin-top: 0px;
}
.contents_text-logo--nzero {
  width: 80px;
  margin-top: 4.5px;
  position: relative;
}
.contents_text-logo--nzero p {
  position: absolute;
  top: 28px;
  right: -20px;
}
.contents_text-logo--nzero img {
  width: 80px;
}
.icon-width img {
  width: 10px;
}
.consulting_text-inner {
  width: 311px;
}
.consulting_text-inner h3 {
  margin-bottom: 16px;
}
.consulting_text-inner p {
  line-height: 2.23;
  letter-spacing: 0.04em;
}
.posi_rela {
  position: relative;
}
.posi_abso {
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-size:hover {
  opacity: 0.6;
}

/* faq */
.faq {
  width: 100%;
  border: solid 1px #1f1f1f;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px;
}
.faq_contents {
  display: flex;
  justify-content: space-between;
}
.faq_contents-inner {
  line-height: 2.23;
}

.faq_contents-inner--box {
  width: 770px;
  border: solid 1px #1f1f1f;
  padding: 32px;
  margin-bottom: 16px;
}
.faq_contents-inner--box---qa dt {
  padding-left: 36px;
  margin-bottom: 16px;
  position: relative;
}
.faq_contents-inner--box---qa dt::before {
  content: 'Q';
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: -7px;
  left: 0;
  text-align: center;
}
.faq_contents-inner--box---qa p {
  letter-spacing: 0.04em;
}
.item-flex-col {
  height: 24px;
  display: flex;
  justify-content: space-between;
  /* margin-top: 28px; */
}
.item-flex-col:hover {
  opacity: 0.6;
}
.toggle {
  display: block;
  cursor: pointer;
}
.toggle input {
  display: none; /* チェックボックスは非表示 */
}
/* アイコンの共通部分 */
.toggle .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 0.5em;
}
/* 横棒（マイナス） */
.toggle .icon::before,
.toggle .icon::after {
  content: '';
  position: absolute;
  background: #000;
  transition: all 0.3s;
}
/* 横棒 */
.toggle .icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
/* 縦棒（＋のとき表示、−のとき非表示） */
.toggle .icon::after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
/* チェックされたときは縦棒を消して−にする */
.toggle input:checked + .item-flex-col .icon::after {
  height: 0;
}
/* 開閉コンテンツ部分 */
.toggle .content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
/* チェックされたら開く */
.toggle input:checked ~ .content {
  max-height: 500px; /* 適度に大きくしておく（必要に応じて調整） */
  padding: 1em;
}

/*footer*/
footer {
  background-image: url(../img/footer_pc.png);
  background-size: cover;
  width: 100%;
  height: auto;
}
.foot_top img {
  width: 289px;
  padding-top: 188px;
  padding-bottom: 133px;
}
.foot_bottom {
  text-align: center;
  padding-bottom: 32px;
}
small {
  color: #fff;
  font-size: 11px;
}
/* □-------------------------------------Contact PC-------------------------------------□ */
.contact-body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  color: #333;
  padding: 40px;
}
.contact_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.contact-header {
  background-image: none;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
}

.title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: center;
}

.title-inner h2 {
  display: block;
  font-family: inter;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.2143;
  /* 見た目調整 */
  letter-spacing: 0.04em;
}

.title p {
  display: block;
  font-size: 13px;
}

.contact-notice {
  max-width: 1000px;
  background-color: #f9f9f9;
  padding: 24px;
  margin: 0 auto 100px auto;
}

.contact-notice-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6154;
  /* margin-bottom: 16px; */
  /* 見た目調整*/
  margin-bottom: 12px;
}

.contact-notice-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6364;
}

.text-red {
  display: block;
  padding-top: 18px;
  /* 改行lineheight分 */
  color: #ff0000;
}

/* フォーム */
.contact-form {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 200px;
  background: #fff;
  /* padding: 30px 40px; */
}

/* label と input を横並び */
.form-row {
  display: flex;
  margin-bottom: 24px;
  /* flex-wrap: wrap; */
}

.form-label {
  width: 172px; /* ラベル幅固定 */
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  height: 69px;
  display: inline-flex;
  align-items: center;
}

.postal {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.address {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px;
}

.address-group label {
  display: block;
  font-weight: 500;
  width: 78px;
}

.form-row input[type='text'] {
  height: 69px;
}

.form-row input[type='text'],
.form-row input[type='email'],
.form-row textarea {
  flex: 1;
  padding: 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  box-sizing: border-box;
  line-height: 1.4;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.required {
  display: inline-flex;
}

.required::after {
  content: '*';
  color: #ff0000;
  display: inline-block;
}

/* 名前やフリガナはさらに横並び */
.name-group,
.kana-group {
  display: flex;
  gap: 16px;
  flex: 1; /* 親の幅に合わせる */
}

.address-group {
  display: block;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.name-group input {
  width: 100%;
  max-width: 406px;
}
.kana-group input {
  width: 100%;
  max-width: 406px;
}

textarea {
  height: 276px;
  resize: vertical;
}

/* 個人情報の取り扱いについて */

.personal-info-section {
  color: #1f1f1f;
  display: flex;
  flex-direction: column;
  background-color: #f8f6f6;
  padding: 24px;
  gap: 16px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.personal-info-title {
  font-weight: 500;
  line-height: 1.6154;
  font-size: 13px;
}

.personal-info-description {
  font-weight: 500;
  line-height: 1.6363;
}

.policy-box {
  border-radius: 4px;
  background: #fff;
  height: 208px;
  overflow-y: scroll;
  border-bottom: 24px solid #fff;
}

.policy-text-box {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-y: visible;
}

.policy-text {
  font-weight: 500;
  line-height: 1.6363;
  display: block;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
  /* 見た目調整 */
  letter-spacing: 0.003em;
}

.checkbox-area {
  margin-bottom: 24px;
}
.submit-btn {
  text-align: center;
}

/* ボタン 共通 */
.slide-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  padding: 19px 68px 18px 0px;
  border: solid 1px #202d55;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
}

.slide-btn .text {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease;
}
.slide-btn .text::after {
  content: '';
  background-color: #202d55;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: -52px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.slide-btn:hover {
  background-color: #202d55;
}

.slide-btn .arrow {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.slide-btn:hover .text {
  color: #fff;
  transform: translateX(24px); /* テキストが右に16px移動 */
}

.slide-btn:hover .arrow {
  color: #fff;
  opacity: 1;
  transform: translateX(16px); /* 矢印が左から滑らかに出現 */
}

/* contactのボタン */
/* contactのボタン */
/* =================================
*   Button Design
* ================================ */

.btn-design {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #1f1f1f;
  padding: 19px 16px 18px 24px;
  border: solid 1px #202d55;
  border-radius: 4px;
  cursor: pointer;
  text-align: start;
  width: 183px;
  height: 57px;
}
.btn-design-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.4286;
  transition: all 0.3s ease;
}
.btn-design-label::after {
  display: block;
  content: '';
  background-color: #202d55;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.btn-design:hover {
  position: relative;
  background: #202d55;
}
.btn-design:hover .btn-design-label {
  color: #fff;
  transform: translateX(20px);
  transition: all 0.3s ease;
}
.btn-design:hover .btn-design-label::after {
  opacity: 0;
}
.btn-design-label::before {
  position: absolute;
  left: -48px;
  content: '';
  background-image: url('../img/arrow-btn-hover.svg');
  width: 16px;
  height: 11px;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn-design:hover .btn-design-label::before {
  position: absolute;
  left: -32px;
  opacity: 1;
}

label {
  font-size: 14px;
}
.flex-cont {
  display: flex;
  justify-content: space-between;
}
.postal-title,
.address-title {
  font-size: 13px;
}
.input-narrow {
  width: 273.67px;
}

.flex-column {
  flex-direction: column;
  gap: 16px;
}

/* コンテナ */
.circle-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

/* デフォルトのチェックボックスを非表示に */
.circle-checkbox input[type='checkbox'] {
  display: none;
}

/* 見た目の丸い部分を作る */
.circle-checkbox .checkmark {
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  transition: all 0.2s;
  background-color: transparent;
}

/* チェックされたときのスタイル（白丸を表示） */
.circle-checkbox input[type='checkbox']:checked + .checkmark {
  background-color: #fff; /* 外側の色（緑など） */
  border-color: #1f1f1f;
}

/* 白い丸を中に表示 */
.circle-checkbox input[type='checkbox']:checked + .checkmark::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background-color: #1f1f1f;
  border-radius: 2px;
}

/* □-------------------------------------ここまでContact PC-------------------------------------□ */

/* □-------------------------------------Contact SP-------------------------------------□ */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .contact-body {
    padding: 30px;
  }

  .title {
    margin-bottom: 64px;
  }

  .title-inner h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2188;
  }

  .title p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2692;
  }

  .contact-notice {
    /* margin-bottom: 64px; */
    /* 見た目調整 */
    margin-bottom: 61px;
  }
  .contact-notice .font-size_13px {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
  }
  .contact-notice p {
    line-height: 1.9091;
  }

  .text-red {
    font-size: 11px;
    padding-top: 21px;
    /* 改行lineheight分 */
  }

  /* フォーム */

  .form-row {
    display: block;
    margin-bottom: 40px;
  }
  .form-label {
    height: auto;
    /* margin-bottom: 16px; */
    /* 見た目調整 */
    margin-bottom: 14px;
  }

  .contact-body input[type='text'],
  .contact-body input[type='email'],
  .contact-body textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }

  .address-group label {
    letter-spacing: 0.05rem;
    line-height: 1.6154;
    align-self: start;
  }

  .postal {
    flex-direction: column;
    /* gap: 16px; */
    /* 見た目調整 */
    gap: 14px;
    align-items: start;
    width: 100%;
    max-width: 315px;
    /* 見た目調整 */
  }

  .address {
    flex-direction: column;
    gap: 16px;
  }
  /* 個人情報の取り扱いについて */
  .bgcolor-gray {
    padding: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .personal-info-section {
    margin-top: -4px;
    margin-bottom: 40px;
    /* 見た目調整 */
    gap: 9px;
  }

  .personal-info-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
  }
  .personal-info-description {
    line-height: 1.9091;
  }

  .policy-box {
    border-bottom: 14px solid #fff;
    height: 184px;
  }

  .policy-text {
    display: block;
    line-height: 1.9091;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
  }

  .checkbox-area {
    margin-bottom: 21px;
  }
}

/* □-------------------------------------ここまでContact SP-------------------------------------□ */

/* □-------------------------------------Contact(confirm) PC-------------------------------------□ */
.contact_wrapper {
  max-width: 1000px;
}

/*  */
.contact-confirm-table {
  margin-top: 100px;
  margin-bottom: 100px;
}

.confirm-list {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.confirm-row {
  display: grid;
  grid-template-columns: 126px auto;
  gap: 47px;
  margin-bottom: 40px;
}

.confirm-row dt {
  font-weight: 600;
}

.confirm-row-address {
  line-height: 1.6667;
}
.confirm-row dd {
  font-weight: 500;
  display: block;
  align-self: center;
}

/* ボタン */
.contact-confirm-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.btn-primary {
  margin-bottom: 40px;
}

.btn-edit {
  font-size: 14px;
  line-height: 1.4286;
  text-decoration: underline;
}

/* □-------------------------------------ここまでContact(confirm) PC-------------------------------------□ */
/* □-------------------------------------Contact(confirm) SP-------------------------------------□ */
@media (max-width: 768px) {
  /* .contact_wrapper {
    margin: 30px;
  } */

  .contact-confirm {
    margin: 0 30px;
  }
  .contact-confirm-table {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .confirm-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  .confirm-row-address {
    line-height: 1.4;
  }
  .btn-primary {
    margin-bottom: 24px;
  }
}
/* □-------------------------------------ここまでContact(confirm) SP-------------------------------------□ */

/* □-------------------------------------Complete PC-------------------------------------□ */
.complete_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.complete-text {
  display: block;
  /* margin-bottom: 13px; */
  /* 見た目調整 */
  margin-bottom: 3px;
}

.complete-text p {
  text-align: center;
  line-height: 2.25;
  padding-bottom: 27px;
}

.sp-br {
  display: none;
}

.complete-btn {
  justify-self: center;
}

/* □-------------------------------------ここまでComplete PC-------------------------------------□ */

/* □-------------------------------------Complete SP-------------------------------------□ */
@media (max-width: 768px) {
  .complete_wrapper {
    margin: 0 30px;
  }

  .complete_title {
    /* margin-bottom: 80px; */
    /* 見た目調整 */
    margin-bottom: 77px;
  }

  .complete_title p {
    display: block;
    padding-right: 26px;
  }

  .complete-text {
    font-size: 11px;
    line-height: 2.1818;
    /* margin-bottom: 16px; */
    /* 見た目調整 */
    margin-bottom: 4px;
  }

  .complete-text p {
    padding-bottom: 24px;
    font-size: 11px;
  }
  .sp-br {
    display: inline;
  }
}

/* □-------------------------------------ここまでComplete SP-------------------------------------□ */

/* スマホ対応 */
/* @media (max-width: 600px) {
  .form-row {
    flex-direction: column;
    align-items: stretch;
  }
  .form-row label {
    width: 100%;
    margin-bottom: 5px;
  }
} */

/*sp*/
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
  .wrapper {
    max-width: 315px;
    margin: 0 auto;
  }
  .sp-only {
    display: inline;
  }
  /*realestate*/
  .realestate {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .realestate_title {
    flex-direction: column;
    padding-bottom: 24px;
  }
  .realestate_title-inner {
    width: 208px;
  }
  .realestate_title p {
    font-size: 12px;
  }
  .realestate_text {
    width: 300px;
  }
  .realestate_text p {
    font-size: 11px;
  }
  /*brokerage*/
  .contents-flex {
    flex-direction: column;
  }
  .contents-image img {
    width: 315px;
    height: auto;
  }
  .contents_text-no {
    margin-top: 8px;
    display: flex;
    justify-content: right;
  }
  .large-text {
    font-size: 12px;
  }
  .vertical-align {
    position: static;
  }
  .contents_text {
    width: 315px;
  }
  .contents_text-inner {
    width: 310px;
    margin-top: 8px;
  }
  .contents_text-inner h3 {
    font-size: 12px;
  }
  .contents_text-inner p {
    font-size: 11px;
    line-height: 2.18;
  }
  .contents_text-logo {
    margin-bottom: 24px;
  }
  .contents_box-inner {
    font-size: 12px;
    padding: 0 30px;
  }
  .contents_box-inner h4 {
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .contents_box-inner p {
    font-size: 11px;
    line-height: 1.66;
    padding-bottom: 30px;
  }
  .contents_box-inner img {
    width: 44.31px;
    height: 44.31px;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 2;
  }
  .contents_box-inner-image::after {
    content: '';
    display: block;
    background-color: #d4d4d4;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    right: -24px;
    z-index: 1;
  }
  .line_icon-flex {
    margin-bottom: 24px;
  }
  .contents_text-logo--athome:hover {
    opacity: 1;
  }
  .contents_text-logo--friends:hover {
    opacity: 1;
  }
  /*support*/
  .support_item {
    margin-bottom: 40px;
  }
  .support_item-inner--list {
    flex-direction: column;
  }
  .support_item-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .support_item-inner {
    padding: 0 24px;
  }
  .support_item-inner h4 {
    font-size: 14px;
  }
  .support_item-inner img {
    width: 57.14px;
    height: 57.14px;
  }
  .support_item-box--image {
    margin: 21.4px;
  }
  .support_item-box--image::after {
    width: 100px;
    height: 100px;
    top: -20px;
    left: -20px;
  }
  .support_item-box--text {
    width: 151px;
    padding-top: 29px;
  }
  .support_item-inner--box {
    width: 267px;
    padding-bottom: 24px;
  }
  .support_item-inner p {
    font-size: 11px;
  }
  .support_item-box--text p {
    font-size: 10px;
  }
  .line_icon-flex:hover {
    opacity: 1;
  }

  /* consulting */
  .consulting {
    flex-direction: column;
    margin-bottom: 264px;
  }
  .consulting_text-inner h3 {
    font-size: 12px;
  }
  .consulting_text-inner p {
    font-size: 11px;
    line-height: 2.18;
  }
  .consulting_item-left {
    padding-bottom: 40px;
  }
  .item-flex {
    flex-direction: column;
  }
  .posi_rela {
    position: relative;
  }
  .posi_abso {
    position: absolute;
    bottom: -104px;
    left: 0;
  }
  .btn-size:hover {
    opacity: 1;
  }

  /* faq */
  .faq {
    padding: 30px;
    padding-top: 26px;
    margin-bottom: 80px;
  }
  .faq_contents {
    flex-direction: column;
  }
  .faq_contents p {
    padding-bottom: 26px;
  }
  .faq_contents-inner--box {
    width: 100%;
    padding: 18px 0 17px 16px;
  }
  .faq_contents-inner--box---qa dt {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    width: 167px;
    padding-left: 28px;
    margin-bottom: 0;
  }
  .faq_contents-inner--box---qa dt::before {
    content: 'Q';
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
  }
  .faq_contents-inner--box---qa p {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .item-flex-col {
    height: 33px;
    margin-top: 0;
  }
  .item-flex-col:hover {
    opacity: 1;
  }
  .toggle .icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    margin-right: 1em;
  }
  .toggle .icon::before {
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
  }
  .toggle .icon::after {
    left: 50%;
    top: 8px;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
  }
  .toggle .content {
    padding: 0;
  }
  .toggle input:checked ~ .content {
    padding: 1em;
    padding-top: 23px;
  }
  .content p {
    padding-bottom: 0;
  }
  /* footer */
  footer {
    background-image: url(../img/footer_sp.png);
    background-size: cover;
    height: auto;
  }
  .foot_top img {
    width: 175px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* === ベーススタイル === */
.header_menu-nav {
  position: relative;
}

/* メニューリスト */
.header_menu-inner {
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_menu-inner a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.header_menu-inner a:hover {
  color: #f1f1f1;
}

/* Contact us ボタン（PCでは非表示） */
.contact-btn {
  display: none;
}

/* === チェックボックス制御 === */
.menu-checkbox {
  display: none;
}

/* ハンバーガーボタン */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s;
}

/* === スマホ用スタイル === */
@media screen and (max-width: 768px) {
  .menu-title {
    display: none; /* SPではMenu非表示 */
  }

  .menu-toggle {
    display: flex;
  }

  /* メニュー初期非表示 */
  .header_menu-inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: #fff;
    gap: 1rem;
    padding: 2rem 0;
    border-top: 1px solid #ddd;
    display: none;
  }

  /* チェックが入った時にメニュー表示 */
  .menu-checkbox:checked ~ .header_menu-inner {
    display: flex;
  }

  /* Contact usボタン表示 */
  .contact-btn {
    display: block;
    margin: 1rem auto 2rem;
    padding: 0.8rem;
    text-align: center;
    background: #1f1f1f;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    /* transition: background 0.3s; */
  }

  .contact-btn:hover {
    background: #0056b3;
  }

  /* チェックON時のハンバーガー→×アニメーション */
  .menu-checkbox:checked + .menu-toggle span:nth-child(1) {
    transform: rotate(45deg) translateY(6px);
  }
  .menu-checkbox:checked + .menu-toggle span:nth-child(2) {
    transform: rotate(-45deg) translateY(-6px);
  }
}

.contact-body footer{
  background-image: none;

}
.contact-body footer small{
  color: #1f1f1f;
}

/* ------------------------------------------- */
/* 初期状態：ボタンが無効なときのCSSスタイル */
/* ------------------------------------------- */
.btn-confirm[disabled] {
    /* 物理的な操作を無効化 */
    pointer-events: none; 
    
    /* 見た目をグレーアウトし、無効であることを示す */
    opacity: 0.3; 
    
    /* マウスカーソルを禁止マークに変える */
    cursor: not-allowed; 
}

/* ------------------------------------------- */
/* 通常状態：ボタンが有効なときのCSSスタイル */
/* ------------------------------------------- */
.btn-confirm:not([disabled]) {
    /* 有効な操作ができることを示すポインターに戻す */
    cursor: pointer;
    /* (必要に応じて、有効時のスタイルを完全に定義) */
    /* opacity: 1.0; */
}