:root {
  --bg: #f0ede5;
  --text: #111;
  --accent: #ed6d1f;
  --subcolor: #ffb13b;
  --subcolor2: #deceb5;
  --subcolor3: #5c2700;
  --subcolor4:#cab088;
  --max-content: 1200px;
  --tablet: 1024px;
  --mobile: 767px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--text);
  background: var(--bg);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  line-height: 1.5;
}

/* Features / Voice pages: decorative leaves (~40% overlap with centered 1200px column) */
body#features {
  background-color: var(--bg);
  background-image:
    url("../images/bg_leaf_lw.webp"),
    url("../images/bg_leaf_rw2.webp");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left 100px,
    right 860px;
  background-size:
    clamp(240px, calc(20vw - 120px), 1200px) auto,
    clamp(240px, calc(20vw - 120px), 1200px) auto;
}
body#voice {
  background-color: var(--bg);
  background-image:
    url("../images/bg_leaf_lw.webp"),
    url("../images/bg_leaf_rw2.webp");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left 100px,
    right 720px;
  background-size:
    clamp(240px, calc(20vw - 120px), 1200px) auto,
    clamp(240px, calc(20vw - 120px), 1200px) auto;
}

/* Top page: bottom-corner leaves (1st same as #features; 2nd from top 890px) */
body#home {
  background-color: var(--bg);
  background-image:
    url("../images/bg_leaf_lb.webp"),
    url("../images/bg_leaf_rb.webp");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left 100px,
    right 890px;
  background-size:
    clamp(240px, calc(20vw - 120px), 1200px) auto,
    clamp(240px, calc(20vw - 120px), 1200px) auto;
}

a {
  color: inherit;
  text-decoration: none;
}
p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #464646;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}
h2, h3 h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
.catch-hl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: var(--accent);
}

.container {
  width: min(100% - 48px, var(--max-content));
  margin-inline: auto;
}

.site-header {
  background: var(--bg);
}

/* お問い合わせ（TransmitMail）: スクロール先がヘッダーに隠れないようにする */
#contactmail {
  scroll-margin-top: 100px;
}

.header-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--accent);
}

.brand-image {
  width: 222px;
  height: auto;
  display: block;
  margin-left: 40px;
}

.pc-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.menu-button {
  display: none;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: #ed6d1f;
  border-radius: 0;
  padding: 0;
  line-height: 1;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1100;
  cursor: pointer;
}

.menu-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
}

.menu-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.menu-close-icon {
  display: none;
  width: 30px;
  height: 30px;
}

.menu-close-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.menu-button.is-active .menu-icon {
  display: none;
}

.menu-button.is-active .menu-close-icon {
  display: inline-block;
}

.hero {
  position: relative;
  height: auto;
  overflow: hidden;
}

.hero-layout {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero-copy-vertical {
  margin-bottom: 130px;
}
.hero-copy-vertical p {
  padding-top: 35px;
  font-family: YakuHanJP, "Zen Kaku Gothic New","Hiragino Sans","Noto Sans JP", sans-serif;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 53px;
  line-height: 2;
  font-weight: 500;
  white-space: nowrap;
}

.hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  height: 750px;
  width: min(65%, 100vw);
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.hero-visual-mask {
  width: 100%;
  height: 100%;
  /* mask.png の透明部分で画像を切り抜く */
  /*-webkit-mask-image: url("assets/images/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  -webkit-mask-size: auto 100%;
  mask-image: url("../images/mask.png");
  mask-repeat: no-repeat;
  mask-position: right center;
  mask-size: auto 100%;
  mask-mode: luminance;
  overflow: hidden;*/
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

/* top */
main#top {
  margin-top: 170px;;
}
.main-spacer {
  min-height: auto;
  padding-bottom: 80px;
}

.full-carousel {
  width: 100%;
  margin: 0 0 170px;
  overflow: hidden;
}

.home-section {
  text-align: center;
  margin: 0 auto 0;
  padding-bottom: 170px;
}

.en-title {
  margin: 0;
  color: #ffb13b;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 15px;
}

.ja-title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  color: #464646;
  margin-bottom: 50px;
}

.approach-points {
  margin: 88px 0 88px 0;
  padding: 0 88px;
  display: flex;
  justify-content: space-between;
  gap: 34px;
}

.point-circle {
  width: 285px;
  height: 285px;
  border-radius: 50%;
  background: var(--accent) url("../images/bg_point.png") no-repeat center / 50% auto;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}

.section-description {
  margin: 34px auto 40px;
  max-width: 980px;
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

.more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-width: 186px;
  background: var(--subcolor3);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 10px 35px;
  border-radius: 5px;
}

.more-button-arrow {
  height: 0.5em;
  width: auto;
  display: block;
  flex: 0 0 auto;
}

.voice-content {
  margin-top: 100px;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  display: grid;
  grid-template-columns: 50vw minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  text-align: left;
}

.voice-image-wrap {
  width: 100%;
}

.voice-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
}

.voice-text h3 {
  margin: 0;
  color: var(--accent);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

.voice-text p {
  margin: 30px 0;
}

.voice-text {
  max-width: 520px;
  padding-right: 24px;
}

.intro {
  padding-bottom: 170px;
}

body#home section.intro {
  background-image: url("../images/bg_leafs_lb.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: clamp(240px, calc(20vw - 120px), 1200px) auto;
}

.approach-wrapper {
  background-image:
    url("../images/bg_leafs_lb2.webp"),
    url("../images/bg_leafs_rb2.webp");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top,
    right top;
  background-size:
    clamp(240px, calc(26vw - 120px), 1200px) auto,
    clamp(240px, calc(26vw - 120px), 1200px) auto;
}
.approach-section {
  width: min(100% - 48px, var(--max-content));
  margin-inline: auto;
}

body#home section.voice-section {
  background-image:
    url("../images/bg_leafs_lb3.webp"),
    url("../images/bg_leafs_rb3.webp");
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top,
    right top;
  background-size:
    clamp(240px, calc(26vw - 120px), 1200px) auto,
    clamp(240px, calc(24vw - 120px), 1200px) auto;
}

.intro-content {
  margin-top: 0;
}

.intro-text {
  max-width: 620px;
  padding-right: 24px;
}

.intro-heading {
  margin: 0;
  font-size: 34px;
  color: #ed6d1f;
}
.intro-heading br {
  display: none;
}

.intro-tags {
  margin: 24px 0 0 18px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 20px;
  font-weight: 700;
  color: #464646;
}

.intro-tags li::before {
  content: "●";
  color: #ffb13b;
  margin-right: 0.25em;
}

body#home .intro-tags {
  display: flow-root;
}

body#home .intro-tags li {
  float: left;
  margin: 0 22px 10px 0;
}

body#home .intro-tags li:nth-child(3) {
  clear: left;
}

body#home .intro-tags li:nth-child(6) {
  clear: left;
}

body#home .intro-tags li:nth-child(8) {
  clear: left;
}

.intro-copy {
  margin-top: 26px;
  font-size: 20px;
  font-weight: 700;
  color: #464646;
  line-height: 1.8;
}

.intro-contact-button {
  margin-top: 24px;
}

.listing-buttons {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 28px;
}

.listing-btn {
  padding: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 26px;
  line-height: 1.1;
}

.listing-btn span {
  display: block;
  margin-top: 4px;
}

.listing-btn.suumo {
  background: #4f7a2e;
}

.listing-btn.athome {
  background: #9d2a0f;
}

.contact-copy {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--accent);
  margin-bottom: 80px;
}

.contact-button {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  min-width: 470px;
  padding: 24px 28px;
  border-radius: 8px;
  background: #5c2700;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.contact-button2 {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  min-width: 520px;
  padding: 64px 120px;
  border-radius: 10px;
  background: #953A00;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
.contact-button.intro-contact-button {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  min-width: 360px;
  padding: 16px 34px;
  border-radius: 8px;
  background: #5c2700;
  color: #fff;
  font-size: 22px;
  font-weight: 500;

}

.contact-button-arrow {
  height: 0.5em;
  width: auto;
  display: block;
  flex: 0 0 auto;
}

.flow-swiper {
  width: 100%;
}

.flow-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.flow-swiper .swiper-slide {
  width: 495px;
  height: 330px;
  border-radius: 10px;
}

.flow-swiper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.site-footer {
  background: var(--accent);
  color: #fff;
  margin-top: 48px;
  padding: 55px 0 20px;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  padding: 15px 0 0 105px;
}

.footer-brand-image {
  width: 168px;
  height: auto;
  display: block;
}

.footer-links {
  display: flex;
  gap: 76px;
  font-size: 18px;
  line-height: 1.8;
}

.footer-col {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col .heading {
  opacity: 0.9;
}

li.elink a {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
}

li.elink a::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  flex: 0 0 0.9em;
  background: url("../images/icon_elink.svg") no-repeat center / contain;
}

.copyright {
  margin: 100px 0 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

body.menu-open {
  overflow: hidden;
}

.mobile-menu {
  display: none;
}

/* Common subpage main */
.subpage-main {
  padding: 30px 0 120px 0;
}

.subpage-heading {
  margin: 0;
  font-size: 48px;
  color: #464646;
}

.subpage-lead {
  margin-top: 18px;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.9;
}

/* Reusable lower-page hero (same layout concept as top hero) */
.sub-hero {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.sub-hero-inner {
  min-height: 460px;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.sub-hero-content {
  padding: 50px 0 0 120px;
}
.sub-hero--voice .sub-hero-content {
  padding: 55px 0 0 40px;
}

.sub-hero-title-ja {
  margin: 0 0 20px;
  font-size: 60px;
  color: var(--accent);
  font-weight: 700;
  line-height: 1;
}

.sub-hero-title-en {
  margin: 0;
  font-size: 60px;
  color: var(--subcolor);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 80px;
}

.sub-hero-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.85;
}

.sub-hero--contact .sub-hero-title-en {
  margin-bottom: 36px;
}

.sub-hero-lead {
  margin: 160px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
  color: var(--accent);
}

/* Contact page: phone + mail form */
.contact-section {
  text-align: center;
  margin: 0 auto 0;
  margin-bottom: 0px;
}
.contact-phone,
.contact-mail {
  margin-top: 130px;
  padding-left: 120px;
  text-align: left;
}

.contact-block-heading {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 36px;
  font-weight: 700;
}

.contact-block-heading-icon {
  flex-shrink: 0;
  display: block;
  width: 48px;
  height: auto;
}

.contact-block-heading-icon--mail {
  width: 56px;
}

.contact-phone-tel {
  margin: 28px 0 0;
  font-size: 65px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.contact-phone-tel-label {
  margin-right: 0.15em;
  font-size: 0.55em;
  font-weight: 700;
}

.contact-phone-hours {
  margin: 16px 0 0;
  font-size: 19px;
}

.contact-phone-hours-mark {
  color: var(--subcolor);
  margin-right: 4px;
}

.contact-mail-intro {
  margin: 40px 0 0;
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}

.contact-mail-intro a {
  text-decoration: underline;
}

.contact-form {
  margin: 48px 0 0;
  text-align: left;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px 24px;
  align-items: center;
  margin-bottom: 28px;
}

.contact-form-row--textarea {
  align-items: start;
}

.contact-form-label {
  font-size: 16px;
}

.contact-form-input,
.contact-form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  color: #333;
}
.contact-form-input {
  width: 50%;
}
.contact-form-textarea {
  min-height: 19em;
  resize: vertical;
}

.contact-form-privacy {
  margin: 70px 0 55px 0;
  text-align: center;
}

.contact-form-checkbox-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
}

.contact-form-checkbox {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.contact-form-checkbox-label a {
  text-decoration: underline;
}

.contact-form-submit-wrap {
  margin: 32px 0 0;
  text-align: center;
}

.contact-form-submit {
  min-width: 320px;
  padding: 23px 48px;
  border: 0;
  border-radius: 8px;
  background: #953a00;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.contact-form-submit:hover {
  opacity: 0.92;
}

.sub-hero-media {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  height: 460px;
  z-index: 1;
}
.sub-hero-media.mobile {
  display: none;
}

.sub-hero-media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 220px;
  border-bottom-left-radius: 220px;
}

/* Voice page: collage-style photo (single asset), uniform rounded corners */
.sub-hero--voice {
 
}

.sub-hero--voice .sub-hero-inner {
  width: 1200px;
  background: url(../images/photo_voice.webp) no-repeat top 128px right 60px;
  background-size: 750px auto;
  padding-bottom: 350px;
}

.sub-hero--voice .sub-hero-title-en {
  margin-bottom: 40px;
}

.sub-hero-text--voice {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.85;
  color: #464646;
}

.sub-hero-media--voice {
  width: 50vw;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-hero-media-image--voice {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
}

/* Features page: wide hero photo, titles overlap; lead 130px below photo bottom */
.sub-hero--features {
  min-height: 0;
  overflow: visible;
}

.sub-hero--features .sub-hero-inner {
  min-height: 750px;
  z-index: 3;
}

.sub-hero--features .sub-hero-content {
  padding: 55px 0 0 40px;
}

.sub-hero--features .sub-hero-title-ja {
  margin-bottom: 28px;
}

.sub-hero--features .sub-hero-title-en {
  margin-bottom: 0;
}


.sub-hero-features-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: visible;
}

.sub-hero-features-leaf {
  position: absolute;
  display: block;
}

.sub-hero-features-leaf--tl {
  top: 12px;
  left: max(12px, calc(50% - 600px));
}

.sub-hero-features-leaf--ml {
  top: 42%;
  left: max(8px, calc(50% - 520px));
  transform: translateY(-50%);
}

.sub-hero-media--features {
  width: min(68vw, 1000px);
  height: 750px;
  z-index: 1;
}

.sub-hero-media-image--features {
  border-top-left-radius: 320px;
  border-bottom-left-radius: 320px;
}

.sub-hero-features-lead {
  margin-top: 130px;
  padding: 0 0 48px;
}

.sub-hero-features-intro {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  color: #464646;
}

/* Features page: point sections */
.features-points-section {
  padding: 20px 0 0px;
}

.features-points-inner {
  max-width: 1200px;
  padding-left: 40px;
}

.feature-point {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.feature-point:last-of-type {
  margin-bottom: 70px;
}

.feature-point__head {
  display: grid;
  align-items: end;
  min-height: 216px;
  margin-bottom: 24px;
}

.feature-point__number {
  grid-area: 1 / 1;
  margin: 0;
  color: var(--subcolor2);
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
}

.feature-point__title {
  grid-area: 1 / 1;
  align-self: end;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--accent);
}

.feature-point__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap:45px;
}
.feature-point__content.feature-point__content--reverse {
  flex-direction: row-reverse;
}

.feature-point--02 .feature-point__title {
  text-align: right;
  grid-area: 1 / 1;
  
}

.feature-point--02 .feature-point__number {
  text-align: right;
  margin-bottom: 60px;
}

.feature-point--02 .feature-point__note {
  justify-content: flex-end;
}
.feature-point__text {
  margin: 50px 0 0 0;
}
.feature-point__text p {
  margin: 0 0 1.05em;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}

.feature-point__text p:last-child {
  margin-bottom: 0;
}

.feature-point__figure {
  margin: 80px 0 0 0;
}
.feature-point__figure.mobile {
  display: none;
}

.feature-point__image {
  width: 400px;
  height: auto;
  display: block;
  border-radius: 10px;
}

.feature-point__note {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature-point__note-label {
  margin: 0;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  flex-shrink: 0;
}

.feature-point__note-list {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.feature-point__note-list li {
  position: relative;
  margin: 0 0 15px;
  padding-left: 1.1em;
  font-size: 20px;
  font-weight: 500;
}

.feature-point__note-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--subcolor);
  font-size: 0.8em;
}

.feature-point__note-list li:last-child {
  margin-bottom: 0;
}

.features-points-closing {
  text-align: center;
  margin: 150px 0;
}

.features-flow-section {
  margin-bottom: 170px;
}

.features-flow-inner {
  max-width: 1080px;
}

.features-flow-list {
  background: #f8f8f8;
  border-radius: 36px;
  padding: 100px 70px;
  position: relative;
  margin: -35px auto 0;
  z-index: 1;
}

.features-flow-heading {
  position: relative;
  width: fit-content;
  min-width: 480px;
  margin:0 auto;
  padding: 20px 100px;
  border-radius: 16px;
  background: var(--accent);
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
}

.features-flow-item {
  display: grid;
  grid-template-columns: 235px 1fr;
  align-items: center;
}

.features-flow-item__figure {
  margin: 0;
}
.features-flow-item__figure.mobile {
  display:none;
}

.features-flow-item__image {
  width: 190px;
  height: auto;
  display: block;
}

.features-flow-item__title {
  margin: 0px 0 30px 0;
  color: var(--accent);
  font-size: 38px;
  font-weight: 700;
}

.features-flow-item__text {
  margin: 0;
  font-size: 20px;
  text-align: justify;
}

.features-flow-arrow {
  margin: 50px 0 50px;
  text-align: center;
}

.features-flow-arrow img {
  width: 38px;
  height: auto;
  display: inline-block;
}

/* Voice */
.voice-stories-section {
  position: relative;
  padding: 48px 0 100px;
  overflow: hidden;
}

.voice-stories-decoration {
  position: absolute;
  top: -20px;
  right: max(0px, calc(50% - 620px));
  pointer-events: none;
  z-index: 0;
}

.voice-stories-leaf {
  display: block;
  width: min(240px, 42vw);
  height: auto;
}

.voice-stories-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.voice-stories-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.voice-block {
  margin-bottom: 88px;
}

.voice-block:last-child {
  margin-bottom: 0;
}

.voice-block__intro {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 48px 56px;
}

.voice-block--reverse .voice-block__intro {
  flex-direction: row-reverse;
}

.voice-block__figure {
  flex: 0 0 auto;
  margin: 0;
}

.voice-block__image {
  width: 100%;
  height: auto;
  display: block;
}

.voice-block__intro-copy {
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
}

.voice-block__label {
  margin: 0 0 30px;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: var(--subcolor4);
}
.voice-block__label span {
  font-size: 160%;
}

.voice-block__catch {
  margin: 0 0 28px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--accent);
}

.voice-block__profiles {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.voice-block__field {
  margin: 0;
}

.voice-block__field-label {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #a54a18;
}
.voice-block__field-list {
  margin: 0;
}
.voice-block__field-list dt {
  font-size: 20px;
  font-weight: 700;
}
.voice-block__field-list dd {
  font-size: 20px;
  font-weight: 400;
  margin-inline-start: 0px;
  padding-bottom: 5px;
}

.voice-block__dot {
  color: var(--subcolor);
  font-size: 0.95em;
}

.voice-block__field-text {
  margin: 0;
  padding-left: 1.15em;
  font-size: 20px;
}


.voice-block__body {
  margin-top: 40px;
  padding: 40px 48px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}

.voice-block__body p {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  color: #333;
  text-align: justify;
}

.company-profile {
  margin-top: 130px;
  padding: 0 210px;
}

.company-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 18px;
}
#contactmail .company-table {
  margin: 40px auto;
}

.company-table th,
.company-table td {
  border-bottom: 1px solid #ADADAD;
  vertical-align: top;
  padding: 11px 10px;
  line-height: 1.75;
}

.company-table th {
  width: 150px;
  text-align: left;
  font-weight: 400;
  color: #4b4b4b;
  border-bottom: 2px solid var(--subcolor);
}
#contactmail .company-table th {
  width: 220px;
}

.company-table td {
  width: auto;
  font-weight: 400;
}

a.company-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  vertical-align: middle;
}

a.company-link .company-link__icon {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  display: block;
  object-fit: contain;
  filter: brightness(0);
}

.access-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.access-section .sub-hero-title-ja {
  margin-bottom: 22px;
  margin-left: 120px;
}

.access-section .sub-hero-title-en {
  margin-bottom: 44px;
  margin-left: 120px;
}

.access-map-wrap {
  max-width: 100%;
  margin: 0 auto;
}

.access-map-image {
  width: 100%;
  height: auto;
  display: block;
}

.access-cta {
  margin-top: 88px;
  text-align: center;
}
.submitbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Tablet */
@media (max-width: 1024px) {
  .container {
    width: calc(100% - 60px);
  }

  .header-inner {
    height: 56px;
  }

  .brand-image {
    width: 138px;
    margin-left: 0px;
  }

  .pc-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #ed6d1f;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-menu-inner {
    min-height: 100dvh;
    padding: 72px 52px 48px;
  }

  .mobile-menu-brand {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: fit-content;
    margin: 0 auto 56px;
  }

  .mobile-menu-brand-image {
    width: 210px;
    height: auto;
    display: block;
  }

  .mobile-menu-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 400;
  }

  body:not(#home) .hero-visual {
    display: none;
  }

  .hero {
    height: auto;
    padding: 40px 0 32px;
  }

  .hero-layout {
    height: auto;
  }

  .hero-copy-vertical {
    writing-mode: horizontal-tb;
    font-size: 20px;
    line-height: 1.8;
  }

  /* Home: hero stacks (copy → visual), image visible */
  body#home .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    
  }

  body#home .hero-layout.container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  body#home .hero-layout {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  

  body#home .hero-visual {
    display: flex;
    order: 2;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin: 20px auto 0;
    justify-content: center;
  }

  body#home .hero-visual-mask {
    width: 100%;
    height: clamp(360px, 70vw, 480px);
  }

  body#home .hero-copy-vertical {
    margin-bottom: 0;
  }

  body#home .hero-copy-vertical p {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: normal;
    padding-top: 0;
    font-size: 28px;
    line-height: 1.65;
    font-weight: 700;
    color: #464646;
  }
  body#home main#top {
    margin-top: 80px;
  }
  body#home .hero-swiper .swiper-slide img {
    border-radius: 300px 0 0 300px;
    padding-left: 20px;
  }

  .main-spacer {
    padding-bottom: 56px;
  }

  .full-carousel {
    margin: 36px 0 95px;
  }

  .flow-swiper .swiper-slide {
    width: 360px;
    height: 243px;
  }

  .home-section {
    padding-bottom: 100px;
  }

  .en-title {
    font-size: 62px;
  }

  .ja-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  
  .approach-points {
    margin: 20px 0 20px 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .point-circle {
    width: 220px;
    height: 220px;
    font-size: 24px;
  }

  .section-description {
    text-align: left;
    text-align: justify;
  }

  .voice-content {
    left: auto;
    margin-left: 0;
    width: auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .intro-text {
    max-width: 100%;
    padding-right: 0;
    padding: 0 20px 0 20px;
    text-align: left;
  }

  .intro-heading {
    font-size: 38px;
  }

  .intro-tags {
    font-size: 26px;
  }

  .intro-copy {
    font-size: 24px;
  }

  .voice-image-wrap {
    max-width: 100%;
  }

  .voice-image {
    height: 410px;
    width: 100%;
    padding-right: 25px;
  }

  .voice-text {
    text-align: left;
    width: 100%;
    padding-inline: 20px;
  }

  .voice-text h3 {
    font-size: 34px;
  }

  .listing-btn {
    font-size: 24px;
  }

  .contact-copy {
    font-size: 30px;
  }
  .contact-copy span {
    display: block;
  }

  .contact-button {
    min-width: 380px;
    font-size: 20px;
  }
  .footer-brand {
    padding: 15px 0 0 45px;
  }
  .footer-links {
    width: 55%;
    justify-content: flex-start;
  }

  /*.site-footer {
    margin-top: 0;
    padding: 100px 0 20px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-brand-image {
    width: 168px;
    p
    
  }

  

  .copyright {
    font-size: 14px;
    margin-top: 14px;
  }*/

  .subpage-main {
    padding: 32px 0 72px;
  }

  .subpage-heading {
    font-size: 34px;
  }

  .subpage-lead {
    font-size: 16px;
  }

  .sub-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .sub-hero-inner {
    order: 1;
    min-height: auto;
    padding: 0;
  }

  .sub-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .sub-hero-title-ja {
    margin-bottom: 20px;
    font-size: clamp(42px, 5.6vw, 54px);
  }

  .sub-hero-title-en {
    margin-bottom: 0;
    font-size: clamp(42px, 5.6vw, 54px);
  }

  .sub-hero-text {
    margin-top: clamp(26px, 4vw, 40px);
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.8;
  }

  .sub-hero-media {
    display: none;
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: clamp(250px, 34vw, 340px);
    margin-top: clamp(12px, 2.2vw, 20px);
  }

  .sub-hero-media.mobile {
    display: block;
  }

  .sub-hero-media-image {
    border-top-left-radius: clamp(140px, 18vw, 200px);
    border-bottom-left-radius: clamp(140px, 18vw, 200px);
  }

  .sub-hero--voice {
    min-height: auto;
  }

  .sub-hero--voice .sub-hero-inner {
    width: 100%;
    padding-bottom: 0;
    background: url(../images/photo_voice.webp) no-repeat top 100px right 22px;
    background-size: 50% auto;
    padding-bottom: 100px;
  }

  .sub-hero--voice .sub-hero-title-en {
    margin-bottom: 0;
  }

  .sub-hero-text--voice {
    margin-top: clamp(26px, 4vw, 40px);
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.8;
  }

  .sub-hero-media--voice {
    max-width: 100%;
    height: clamp(280px, 38vw, 380px);
    justify-content: center;
  }

  .sub-hero-media-image--voice {
    border-radius: 22px;
  }

  .sub-hero--features {
    flex-direction: column-reverse;
  }

  .sub-hero--features .sub-hero-inner {
    min-height: auto;
    padding-bottom: 0;
  }

  .sub-hero--features .sub-hero-content {
    padding: 0;
  }

  .sub-hero-media--features {
    max-width: 100%;
    height: clamp(260px, 35vw, 340px);
  }

  .sub-hero-media-image--features {
    border-top-left-radius: clamp(120px, 16vw, 200px);
    border-bottom-left-radius: clamp(120px, 16vw, 200px);
  }

  .sub-hero-features-lead {
    margin-top: clamp(42px, 6vw, 80px);
    padding-bottom: clamp(30px, 4vw, 40px);
  }

  .sub-hero-features-intro {
    font-size: clamp(18px, 2.5vw, 22px);
    text-align: left;
    line-height: 1.75;
  }

  .features-points-section {
    padding: 8px 0 56px;
  }

  .feature-point {
    margin-bottom: 64px;
  }

  .feature-point:last-of-type {
    margin-bottom: 56px;
  }

  .feature-point__head {
    min-height: 64px;
    margin-bottom: 14px;
  }

  .feature-point__number {
    font-size: clamp(44px, 8.2vw, 64px);
  }

  .feature-point__title {
    font-size: 26px;
  }

  .feature-point__content,
  .feature-point__content--reverse {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-point__content--reverse .feature-point__text,
  .feature-point__content--reverse .feature-point__figure {
    grid-column: auto;
  }

  .feature-point__figure {
    max-width: 380px;
  }
  .feature-point__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
  }

  .feature-point__note {
    margin-top: 18px;
  }

  .features-points-closing {
    font-size: 34px;
  }

  .features-flow-section {
    padding-bottom: 64px;
  }

  .features-flow-list {
    border-radius: 26px;
    padding: 44px 28px 46px;
  }

  .features-flow-heading {
    min-width: 260px;
    margin: -80px auto 28px;
    padding: 10px 20px;
    font-size: 40px;
    border-radius: 14px;
  }

  .features-flow-item {
    grid-template-columns: 120px 1fr;
    gap: 18px 22px;
  }

  .features-flow-item__title {
    font-size: 38px;
    margin-bottom: 8px;
  }

  .features-flow-item__text {
    font-size: 15px;
  }

  .features-flow-arrow {
    margin: 10px 0 12px;
  }

  .sub-hero-features-leaf--ml {
    display: none;
  }

  .sub-hero-features-leaf--tl {
    left: 8px;
    top: 8px;
    width: 140px;
    height: auto;
  }

  .voice-stories-section {
    padding: 36px 0 72px;
  }

  .voice-stories-decoration {
    right: -24px;
    top: -8px;
    opacity: 0.85;
  }

  .voice-block {
    margin-bottom: 64px;
  }

 .voice-block__intro,
  .voice-block--reverse .voice-block__intro {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .voice-block__figure {
    max-width: 300px;
    width: 100%;
  }

  .voice-block__intro-copy {
    width: 100%;
    padding-top: 0;
  }

  .voice-block__catch {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .voice-block__body {
    margin-top: 28px;
    padding: 28px 24px;
  }

  .voice-block__body p {
    font-size: 20px;
    line-height: 1.95;
  }

  /* モバイルより移植 */
  
  .voice-block__intro,
  .voice-block--reverse .voice-block__intro {
    /*display: grid;
    grid-template-columns: minmax(88px, 32vw) 1fr;
    column-gap: 16px;*/
    display: flex;
    flex-direction: column;
    row-gap: 0;
    align-items: start;
  }

  .voice-block__figure {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    width: 100%;
    margin: 0;
    display: none;
  }
  .voice-block__label {
    position: relative;
    font-size: 30px;
    margin: 0 0 12px;
    padding-left: 4px;
  }
  #voice01 .voice-block__label {
    padding-left: 65px;
    padding-top: 100px;
    
  }
  #voice01 .voice-block__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 155px;
    background: url(../images/fig_voice01.webp) no-repeat center bottom;
    background-size: contain;
  }
  #voice02 .voice-block__label {
    padding-top: 100px;
  }
  #voice02 .voice-block__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 160px;
    bottom: 0;
    width: 100px;
    height: 155px;
    background: url(../images/fig_voice02.webp) no-repeat center bottom;
    background-size: contain;
  }
  #voice03 .voice-block__label {
    padding-left: 95px;
    padding-top: 100px;
  }
  #voice03 .voice-block__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 155px;
    background: url(../images/fig_voice03.webp) no-repeat center bottom;
    background-size: contain;
  }

  .voice-block__intro-copy {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    padding-top: 0;
  }
  .voice-block__catch {
    font-size: 23px;
  }

  .voice-block__field-label {
    font-size: 14px;
  }

  .voice-block__field-text {
    font-size: 13px;
    padding-left: 1em;
  }

  .voice-block__body {
    padding: 22px 18px;
  }

  .voice-block__body p {
    font-size: 16px;
  }
  /* 移植ここまで */

  .company-profile {
    margin-top: 56px;
    padding: 0 40px;
  }

  .company-table {
    font-size: 16px;
  }

  .company-table th,
  .company-table td {
    padding: 10px 8px;
  }

  .company-table th {
    width: 24%;
  }

  .company-table td {
    width: 76%;
  }

  .access-section {
    margin-top: 72px;
  }

  .access-map-wrap {
    max-width: 100%;
  }

  .access-cta {
    margin-top: 48px;
  }

  .sub-hero--contact .sub-hero-title-en {
    margin-bottom: 24px;
  }

  .sub-hero-lead {
    font-size: 23px;
  }

  .contact-phone,
  .contact-mail {
    margin-top: 64px;
    padding-left: 0px;
  }

  .contact-block-heading {
    font-size: 18px;
    gap: 12px;
  }

  .contact-form-row {
    grid-template-columns: 160px 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body#home {
    background-color: var(--bg);
    background-image:
      url("../images/bg_leaf_lb.webp"),
      url("../images/bg_leafs_rb2.webp");
    background-repeat: no-repeat, no-repeat;
    background-position:
      left 180px,
      right 500px;
    background-size:
      clamp(160px, calc(20vw - 120px), 767px) auto,
      clamp(160px, calc(20vw - 120px), 767px) auto;
  }
  body#features {
    background-color: var(--bg);
    background-image:
      url("../images/bg_leaf_spw.webp"),
      url("../images/bg_leaf_rw2.webp");
    background-repeat: no-repeat, no-repeat;
    background-position:
      left 80px,
      right 400px;
    background-size:
      clamp(190px, calc(20vw - 120px), 767px) auto,
      clamp(190px, calc(20vw - 120px), 767px) auto;
  }
  body#voice {
    background-color: var(--bg);
    background-image:
      url("../images/bg_leaf_spw.webp"),
      url("../images/bg_leaf_rw2.webp");
    background-repeat: no-repeat, no-repeat;
    background-position:
      left 80px,
      right 520px;
    background-size:
      clamp(190px, calc(20vw - 120px), 767px) auto,
      clamp(190px, calc(20vw - 120px), 767px) auto;
  }
  .container {
    width: 100%;
  }
  .subpage-main .container:not(.sub-hero-inner) {
    width: calc(100% - 44px);
    margin-inline: auto;
  }
  .site-header .container {
    width: calc(100% - 40px);
  }
  .container.sub-hero-inner {
    width: calc(100% - 0px);
    padding: 0 0 0 22px;
  }
  .brand-image {
    width: 138px;
    margin-left: 0px;
  }
  .contact-section {
    width: calc(100% - 44px);
  }

  /* Home: */
  body#home main#top {
    margin-top: 48px;
  }

  body#home .hero {
   
  }

  body#home .hero-layout.container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .hero-copy-vertical {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  body#home .hero-visual {
    width: 100%;
    margin-top: 16px;
  }

  body#home .hero-visual-mask {
    height: clamp(240px, 70vw, 360px);
  }

  body#home .hero-copy-vertical p {
    font-size: 28px;
    line-height: 1.7;
  }

  body#home .hero-swiper .swiper-slide img {
    border-radius: 200px 0 0 200px;
    padding-left: 15px;
  }

  body#home section.intro {
    padding-bottom: 80px;
    background-image:
    url("../images/bg_leaf_lbsp.webp"),
    url("../images/bg_leafs_rb2.webp"),
    url("../images/bg_leaf_rb_sp.webp");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position:
    left bottom 300px,
    right 400px,
    right bottom;
  background-size:
    clamp(160px, calc(20vw - 120px), 767px) auto,
    clamp(160px, calc(20vw - 120px), 767px) auto,
    clamp(140px, calc(20vw - 120px), 767px) auto;
  }
  body#home section.intro .intro-content.voice-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    left: auto;
    gap: 0;
    text-align: left;
  }

  body#home section.intro .voice-image-wrap {
    order: -1;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    padding: 0;
  }

  body#home section.intro .voice-image {
    width: 100%;
    border-radius: 0 200px 200px 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    aspect-ratio: 4 / 3;
  }

  body#home section.intro .intro-text {
    padding: 20px 20px 0;
    max-width: 100%;
  }

  body#home section.intro .intro-heading {
    font-size: clamp(22px, 5.2vw, 28px);
    line-height: 1.45;
    padding-bottom: 30px;
  }
  .intro-heading br {
    display: inline;
  }

  body#home section.intro .intro-tags {
    margin-left: 0;
    font-size: 15px;
    gap: 8px 14px;
  }

  body#home section.intro .intro-copy {
    font-size: 15px;
    line-height: 1.85;
  }

  body#home section.intro .intro-contact-button {
    width: auto;
    max-width: none;
    min-width: 0;
    margin-top: 20px;
    padding: 16px 20px;
    font-size: 16px;
    box-sizing: border-box;
  }

  .main-spacer {
    padding-bottom: 30px;
  }
  

  .full-carousel {
    margin: 36px 0 0px;
  }

  .flow-swiper .swiper-slide {
    width: 280px;
    height: 188px;
  }

  .home-section {
  width: 100%;
   padding-bottom: 80px;
   padding-inline: 20px;
  }

  .voice-image {
    height: 220px;
    width: 100%;
    padding-right: 25px;
  }

  .approach-wrapper .home-section{
    padding-bottom: 0px;
    }
  .home-section.voice-section, .home-section.listing-section {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 0px;
    padding-inline: 0px;
  }
  .home-section.listing-section {
      width: 100%;
      padding-top: 80px;
      padding-bottom: 80px;
      padding-inline: 22px;
  }  

  .en-title {
    font-size: 40px;
  }

  .ja-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  
  .approach-wrapper {
    padding-top: 95px;
    background-image:
      url("../images/bg_leafs_lb2.webp"),
      url("../images/bg_leafs_rb2.webp");
    background-repeat: no-repeat, no-repeat;
    background-position:
      left top 40px,
      right top 200px;
    background-size:
      clamp(200px, calc(26vw - 120px), 767px) auto,
      clamp(160px, calc(26vw - 120px), 767px) auto;
  }
  .approach-points {
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .point-circle {
    max-width: 280px;
    width: 280px;
    height: 280px;
    font-size: clamp(22px, 5.2vw, 28px);
  }

  .section-description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    text-align: justify;
  }

  .sub-hero--voice .sub-hero-content {
    padding: 0px 0 50px 0px;
  }
  .sub-hero--voice .sub-hero-inner {
    background: url(../images/photo_voice.webp) no-repeat top 100px right 22px;
    background-size: calc(100% - 44px) auto;
  }

  body#home section.voice-section {
    background-image:
      url("../images/bg_leafs_lb3.webp"),
      url("../images/bg_leafs_rb3.webp");
    background-repeat: no-repeat, no-repeat;
    background-position:
      left top 40px,
      right top 100px;
    background-size:
      clamp(180px, calc(26vw - 120px), 767px) auto,
      clamp(140px, calc(24vw - 120px), 767px) auto;
  }

  .voice-content {
    margin-top: 24px;
    gap: 16px;
  }

  .intro-heading {
    font-size: 24px;
  }

  .intro-tags {
    margin-top: 14px;
    font-size: 16px;
    gap: 6px 12px;
  }

  .intro-copy {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .intro-contact-button {
    margin-top: 14px;
  }

  .voice-text h3 {
    font-size: 23px;
  }

  .voice-text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
  .voice-block__field-list dt {
    font-size: 16px;
    font-weight: 700;
  }
  .voice-block__field-list dd {
    font-size: 16px;
    font-weight: 400;
    margin-inline-start: 0px;
    padding-bottom: 5px;
  }

  .listing-section {
    background-image:
      url("../images/bg_leafs_lb3.webp"),
      url("../images/bg_leafs_rb3.webp");
    background-repeat: no-repeat, no-repeat;
    background-position:
      left top 40px,
      right top 100px;
    background-size:
      clamp(180px, calc(26vw - 120px), 767px) auto,
      clamp(140px, calc(24vw - 120px), 767px) auto;
  }

  .listing-buttons {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .listing-btn {
    font-size: 16px;
    padding: 25px;
  }

  .listing-btn span {
  }

  .contact-copy {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .contact-button {
    min-width: 100%;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    padding: 45px 20px;
  }
  .contact-button2 {
    margin-top: 30px;
    min-width:80%;
    padding: 45px 20px;
    border-radius: 10px;
    background: #953A00;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .site-footer {
    margin-top: 80px;
    padding: 100px 0 20px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-inline: 35px;
    gap: 0px;
  }

  .footer-brand {
    padding: 0;
    margin: 0 auto 100px auto;
    
    
  }
  .footer-brand-image {
    width: 168px;
    
    
  }
  .footer-col:nth-child(1) {
    width: 70%;
  }
  .footer-col:nth-child(2) {
    width: 30%;
  }
  .footer-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 150px;
  }

  .copyright {
    font-size: 14px;
    margin-top: 14px;
  }

  .footer-brand-image {
    width: 176px;
  }

  .footer-links {
    font-size: 18px;
  }

  .mobile-menu-inner {
    padding: 42px 52px 36px;
  }

  .mobile-menu-brand {
    margin-bottom: 38px;
  }

  .mobile-menu-brand-image {
    width: 150px;
  }

  .mobile-menu-links {
    gap: 10px;
    font-size: 19px;
    line-height: 1.65;
  }

  .subpage-main {
    padding: 28px 0 48px;
  }

  .subpage-heading {
    font-size: 26px;
  }

  .subpage-lead {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
  }

  .sub-hero-title-ja {
    font-size: 34px;
    margin-bottom: 16px;
  }

  /* Mobile sub-hero: stack text and photo vertically */
  .sub-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .sub-hero-inner {
    order: 1;
    min-height: auto;
    padding: 0;
  }

  .sub-hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .sub-hero-media {
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 220px;
    margin-top: 16px;
  }


  .sub-hero-media {
    display: none;
    
  }
  .sub-hero-media.mobile {
    display: block;
    
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 220px;
    margin-top: 16px;
  }




  .sub-hero-title-en {
    font-size: 34px;
    margin-bottom: 0;
  }

  .sub-hero-text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 45px;
  }

  .sub-hero-media-image {
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
  }

  .sub-hero-text--voice {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 345px;
  }

  .sub-hero-media--voice {
    max-width: 100%;
    height: 280px;
  }

  .sub-hero-media-image--voice {
    border-radius: 18px;
  }
  .sub-hero--features .sub-hero-content {
    padding: 0;
  }
  .sub-hero--features {
    flex-direction: column-reverse;
  }
  .sub-hero-media--features {
    max-width: 100%;
    height: 260px;
  }
  .sub-hero--features .sub-hero-title-ja{
    margin-bottom: 16px
  }
  .sub-hero-media-image--features {
    border-top-left-radius: 120px;
    border-bottom-left-radius: 120px;
  }

  .sub-hero-features-lead {
    margin-top: 40px;
    padding-bottom: 28px;
  }

  .sub-hero-features-intro {
    font-size: 16px;
    line-height: 1.75;
  }

  .features-points-section {
    padding: 0 0 44px;
  }
  .features-points-inner {
    padding-left: 0px;
  }
  .feature-point {
    margin-bottom: 100px;
  }

  .feature-point:last-of-type {
    margin-bottom: 36px;
  }

  .feature-point__head {
    min-height: 56px;
    margin-bottom: 12px;
  }

  .feature-point__number {
    font-size: 83px;
  }

  .feature-point__title {
    font-size: 23px;
    line-height: 1.35;
  }

  .feature-point__content,
  .feature-point__content.feature-point__content--reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .feature-point--02 .feature-point__title {
    text-align: left;
    grid-area: 1 / 1;
    
  }
  .feature-point--01 .feature-point__number {
    margin-bottom: 45px;
  }
  .feature-point--02 .feature-point__number {
    text-align: left;
    margin-bottom: 45px;
  }
  .feature-point--02 .feature-point__title br {
    display: none;
  }
  .feature-point--03 .feature-point__number {
    margin-bottom: 45px;
  }
  .feature-point__figure {
    display: none;;
  }
  .feature-point__figure.mobile {
    display: block;
    max-width: 100%;
    margin: 30px auto 0 auto;
  }
  .feature-point__text {
    margin-top: 30px;
  }
  .feature-point__text p {
    font-size: 16px;
    line-height: 1.9;
  }

  .feature-point__note {
    flex-direction: column;;
    margin-top: 45px;
    gap: 12px;
  }

  .feature-point__note-label {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }

  .feature-point__note-list li {
    font-size: 16px;
    line-height: 1.7;
  }

  .features-points-closing {
    font-size: 23px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 70px;
  }
  .features-points-closing br {
    display: none;
  }

  .features-flow-section {
    padding-bottom: 44px;
    margin-bottom:0px;
  }

  .features-flow-list {
    border-radius: 20px;
    padding: 36px 16px 34px;
  }

  .features-flow-heading {
    min-width: 220px;
    margin: -66px auto 24px;
    padding: 9px 16px;
    font-size: 32px;
    border-radius: 12px;
  }

  .features-flow-item {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
  }

  .features-flow-item__figure {
    display:none;

  }
  .features-flow-item__figure.mobile {
    display:block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  .features-flow-item__figure.mobile img {
    display:block;
    width: 40%;
    margin: 0 auto;
  }

  .features-flow-item__title {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .features-flow-item__text {
    font-size: 16px;
    line-height: 1.85;
    text-align: left;
  }

  .features-flow-arrow img {
    width: 30px;
  }

  .sub-hero-features-decoration {
    opacity: 0.7;
  }

  .voice-stories-section {
    padding: 24px 0 56px;
  }

  .voice-stories-leaf {
    width: min(180px, 50vw);
  }

  .voice-block {
    margin-bottom: 48px;
  }

  /* Voice intro: illustration left of copy (override tablet column stack) */
  .voice-block__intro,
  .voice-block--reverse .voice-block__intro {
    /*display: grid;
    grid-template-columns: minmax(88px, 32vw) 1fr;
    column-gap: 16px;*/
    display: flex;
    flex-direction: column;
    row-gap: 0;
    align-items: start;
  }

  .voice-block__figure {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    width: 100%;
    margin: 0;
    display: none;
  }
  .voice-block__label {
    position: relative;
    font-size: 30px;
    margin: 0 0 12px;
    padding-left: 4px;
  }
  #voice01 .voice-block__label {
    padding-left: 65px;
    padding-top: 100px;
    
  }
  #voice01 .voice-block__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 155px;
    background: url(../images/fig_voice01.webp) no-repeat center bottom;
    background-size: contain;
  }
  #voice02 .voice-block__label {
    padding-top: 100px;
  }
  #voice02 .voice-block__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 160px;
    bottom: 0;
    width: 100px;
    height: 155px;
    background: url(../images/fig_voice02.webp) no-repeat center bottom;
    background-size: contain;
  }
  #voice03 .voice-block__label {
    padding-left: 95px;
    padding-top: 100px;
  }
  #voice03 .voice-block__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 155px;
    background: url(../images/fig_voice03.webp) no-repeat center bottom;
    background-size: contain;
  }

  .voice-block__intro-copy {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    padding-top: 0;
  }
  .voice-block__catch {
    font-size: 23px;
  }

  .voice-block__field-label {
    font-size: 14px;
  }

  .voice-block__field-text {
    font-size: 13px;
    padding-left: 1em;
  }

  .voice-block__body {
    padding: 22px 18px;
  }

  .voice-block__body p {
    font-size: 16px;
  }

  .company-profile {
    margin-top: 36px;
    padding: 0 0px;
  }

  .company-table {
    font-size: 14px;
  }

  .company-table th {
    width: 30%;
  }
/*
  .company-table th {
    border-top: 0;
    border-bottom: 0;
    padding-top: 14px;
    color: #3f3f3f;
  }

  .company-table td {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 0;
  }
*/
  .access-section {
    margin-top: 52px;
  }

  .access-section .sub-hero-title-ja {
    margin-left: 0px;
  }

  .access-section .sub-hero-title-en {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .access-cta {
    margin-top: 28px;
  }

  .sub-hero-lead {
    font-size: 23px;
    margin: 45px 0 0 0;
    order: 3;
  }

  .contact-phone,
  .contact-mail {
    margin-top: 48px;
  }

  .contact-block-heading {
    
    align-items: center;
    font-size: 18px;
    gap: 8px;
  }

  .contact-phone-tel {
    margin: 12px 0 0;
    font-size: 32px;
  }
  .contact-block-heading-icon {
    flex-shrink: 0;
    display: block;
    width: 32px;
    height: auto;
  }
  
  .contact-block-heading-icon--mail {
    width: 42px;
  }

  .contact-form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }
  .contact-form-field,
  .contact-form-input,
  .contact-form-textarea {
    width: 100%;
  }

  .contact-form-submit {
    min-width: 0;
    width: 70%;
    padding: 20px 24px;
    font-size: 18px;
  }
  .contact-form-input {
    width: 100%;
  }

  .submitbox {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}

/* Tablet only: keep PC/mobile unchanged */
@media (min-width: 768px) and (max-width: 1024px) {
  body#home .hero-copy-vertical {
    width: 100%;
    max-width: 100%;
  }
}

/* 掲載物件非表示 */
.footer-col.property{
  display: none;
}
