/* Delightful TOPページ用CSS（添付画像準拠） */

/* ===== 共通・リセット・ユーティリティ ===== */

main {
  padding-top: 0;
}
.row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
.contents-inner {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .contents-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 736px) {
  .contents-inner {
    padding: 20px 8px 30px 8px;
  }
}

/* ===== Heroセクション ===== */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  display: flex;
  align-items: center;
  background: linear-gradient(142.96deg, #f4d19f 10.79%, #f4930b 87.78%);
  padding-top: 70px;
  padding-bottom: 100px;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 40px 60px 40px;
}
.hero-textblock {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  height: 100%;
  transform: translateZ(0);
  will-change: transform;
}
.hero-title {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.hero-img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 4px 24px rgba(106, 86, 71, 0.08);
  opacity: 0.7;
  z-index: 1;
  margin: 0;
  height: auto;
}
.hero-img.float-animation {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px) scale(1);
  }
  25% {
    transform: translateY(-1px) scale(1.005);
  }
  50% {
    transform: translateY(-3px) scale(0.98);
  }
  75% {
    transform: translateY(-2px) scale(1.002);
  }
}
.hero .hero-img1 {
  width: 152px;
  top: 8%;
  right: 19%;
  animation-delay: 0s;
  border-radius: 2.8em;
}
.hero .hero-img2 {
  width: 261px;
  top: 16%;
  right: -5%;
  animation-delay: 0.8s;
  border-radius: 5em;
}
.hero .hero-img3 {
  width: 160px;
  top: 27%;
  right: 31%;
  animation-delay: 1.6s;
  border-radius: 3.5em;
}
.hero .hero-img4 {
  width: 360px;
  top: 43%;
  right: 8%;
  animation-delay: 2.4s;
  border-radius: 7.5em;
}
.hero .hero-img5 {
  width: 110px;
  top: 75%;
  right: 30%;
  animation-delay: 3.2s;
  border-radius: 3em;
}
.hero .hero-img6 {
  width: 207px;
  top: 73%;
  right: -3%;
  animation-delay: 4s;
  border-radius: 4em;
}
.hero .hero-img7 {
  width: 190px;
  top: 90%;
  right: 14%;
  animation-delay: 4.8s;
  border-radius: 4em;
}
.hero-person-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  position: relative;
  right: -80px;
}
.hero-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: color-burn;
  opacity: 0.6;
}

/* ===== About usセクション ===== */
.about {
  background: #fffdf9;
  position: relative;
  overflow: hidden;
  padding: 180px 0 180px 0;
}
.about-bgsvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}

.about-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
  padding-bottom: 200px;
}
.about-mainblock {
  position: relative;
  z-index: 1;
  flex: 1 1 520px;
  max-width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-text {
  margin: 2em 0;
}
.about-img {
  margin-bottom: 3em;
}
.about-img img {
  width: 60%;
}
.section-header {
  position: relative;
  z-index: 1;
  text-align: left;
  width: auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.about-lead {
  color: #f4930b;
  font-size: 3em;
  font-weight: 700;
  margin-top: 1em;
}
.about-text p {
  color: #f4930c;
  font-size: 1.08rem;
  margin-bottom: 40px;
  line-height: 2;
}
@media (max-width: 900px) {
  .about-inner {
    flex-direction: column;
    gap: 32px;
    padding: 0 4vw;
  }
  .about-mainblock {
    max-width: 100%;
  }
  .about-circles {
    flex-direction: row;
    gap: 16px;
    margin-top: 0;
    align-items: flex-start;
  }
  .about-img img {
    width: 100%;
  }
}

.about-bg-top {
  position: absolute;
  top: 200px;
  left: -60px;
  width: 420px;
  height: auto;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.about-bg-bottom {
  position: absolute;
  bottom: -530px;
  right: -50px;
  width: 580px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
  /* transform: scaleY(-1);  必要なら反転 */
}

/* ===== Serviceセクション ===== */
.service {
  background: #f3eee3;
  border-radius: 100px 100px 0 0;
  margin-top: -120px;
  padding: 160px 0 120px 0;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.service-header {
  padding: 3vw 0 0 7vw;
}
.section-header,
.main-title,
.sub-title,
.service-title,
.service-catch,
.service-sub,
.service-name,
.service-summary {
  text-align: left;
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
}
.service-card {
  display: flex;
  align-items: stretch;
  min-height: 320px;
  position: relative;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible;
}
.service-card-inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: visible;
}
.service-card-left {
  flex: 0 0 45%;
  width: 40%;
  padding: 48px 40px 120px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.service-card-right {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 32px 0 0;
  position: relative;
  overflow: visible;
}
.service-image-bg {
  position: absolute;
  right: -370px;
  bottom: -70px;
  width: 860px;
  height: 260px;
  background: #f4930c;
  border-radius: 50px 0 0 50px;
  z-index: 1;
}
.service-img {
  width: 400px;
  height: auto;
  display: block;
  border-radius: 32px;
  position: relative;
  z-index: 2;
  box-shadow: none;
}
.service-catch p {
  font-size: 2em;
  color: #31353e;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}
.service-sub p {
  font-size: 0.8em;
  color: #31353e;
  font-weight: 400;
}
.service-name p {
  font-size: 1.8em;
  color: #31353e;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3em;
}
.service-summary p {
  font-size: 0.9em;
  color: #31353e;
  margin-bottom: 38px;
  line-height: 2;
}
.service-title p {
  color: #f4930b;
  font-size: 3.5em;
  font-weight: 700;
}

@media (max-width: 736px) {
  .service-title p {
    font-size: 2.3em;
  }
  .service-catch p {
    font-size: 1.2em;
    margin-top: 10px;
  }
  .service-sub p {
  }
  .service-name p {
    font-size: 2.2em;
  }
  .service-summary p {
    font-size: 0.9em;
    margin-top: 16px;
    margin-bottom: 38px;
  }
  .service {
    border-radius: 48px 48px 0 0;
    margin-top: -48px;
    padding: 56px 0 40px 0;
  }

  .service-list {
    gap: 32px;
    padding: 0 4vw;
  }
  .service-card {
    border-radius: 24px;
    min-height: 0;
  }
  .service-card-inner {
    flex-direction: column;
  }
  .service-card-left {
    padding: 32px 16px 24px 16px;
  }
  .service-card-left .btn-main,
  .service-card-left .btn-sub {
    width: 60%;
  }
  .service-card-right {
    padding: 0 0 24px 0;
    justify-content: center;
  }
  .service-image-bg {
    width: 60vw;
    height: 60vw;
    min-width: 120px;
    min-height: 120px;
    max-width: 260px;
    max-height: 260px;
    right: 50%;
    transform: translateX(50%);
  }
  .service-img {
    width: 60vw;
    max-width: 220px;
    border-radius: 20px;
  }
  .service-card-right {
    margin-left: auto;
  }
}

/* ===== Companyセクション ===== */
.company {
  background: #f3eee3;
  margin-top: 0;
  padding: 160px 0 140px 0;
  position: relative;
  z-index: 0;
}
.company-lead {
  color: #bcb3a2;
  font-size: 1.1rem;
  margin-bottom: 2.5vw;
  padding-left: 7vw;
  text-align: left;
}
.company-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  padding: 60px 0 160px 0;
}
.company-card {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(106, 86, 71, 0.08);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px 40px;
  text-decoration: none;
  color: #6a5647;
  font-weight: 500;
  font-size: 1.15rem;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  height: 200px;
  min-height: 200px;
  max-height: 260px;
}
.company-card:hover {
  box-shadow: 0 8px 32px rgba(244, 147, 11, 0.15);
  transform: translateY(-2px) scale(1.02);
}
.company-card-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #31353e;
  position: absolute;
  top: 32px;
  left: 40px;
  right: auto;
  margin: 0;
}
.company-card-arrow {
  position: absolute;
  bottom: 32px;
  right: 40px;
  margin-left: 0;
  display: flex;
  align-items: center;
}
.company-card-body {
  flex: 1 1 auto;
  text-align: left;
  font-size: 1.08rem;
  color: #6a5647;
  line-height: 1.8;
  padding-right: 120px;
}
@media (max-width: 900px) {
  .company-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 4vw;
  }
  .company-card {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 28px 16px;
    font-size: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .company-card-title {
    position: static;
    top: auto;
    right: auto;
    margin-bottom: 12px;
  }
  .company-card-arrow {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 16px;
  }
  .company-card-body {
    padding-right: 0;
  }
}
@media (max-width: 736px) {
  .company-lead {
    font-size: 0.92rem;
    padding-left: 2vw;
  }
  .company-cards {
    gap: 0.7rem;
    margin: 1.2rem auto 0 auto;
    padding: 0 2vw;
  }
  .company-card {
    padding: 0.7rem 0.7rem 0.7rem 0.7rem;
    font-size: 0.95rem;
  }
  .company-card-title {
    font-size: 1.1rem;
  }
  .company-card-arrow {
    margin-top: 0;
  }
}

/* ===== Newsセクション ===== */
.news {
  background: linear-gradient(142.96deg, #f4d19f 10.79%, #f4930b 87.78%);
  padding: 0 0 4vw 0;
  border-radius: 100px 0 0 0;
  padding-top: 140px;
  padding-bottom: 160px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.news-lead {
  color: #bcb3a2;
  font-size: 1.1rem;
  margin-bottom: 2.5vw;
  padding-left: 7vw;
  text-align: left;
}

.news-list {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(244, 147, 11, 0.1);
  padding: 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  font-size: 1rem;
  color: #333;
  flex-wrap: wrap;
  margin-bottom: 2px;
  transform: translateZ(0);
  will-change: transform;
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.98rem;
  color: #bcb3a2;
  margin-bottom: 0.1rem;
}
.news-date {
  color: #757575;
  font-size: 0.8rem;
}
.news-cat {
  color: #fff;
  font-size: 0.6rem;
  padding: 0.2em 1.1em;
  margin-right: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: inline-block;
}
.news-body a {
  color: #1e1c1c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-left: 0;
  text-decoration: none;
}

@media (max-width: 736px) {
  .news-lead {
    font-size: 0.92rem;
    padding-left: 2vw;
  }
  .news-bgbox {
  }
  .news-list {
    padding: 1.2rem 1.2rem;
    max-width: 98vw;
    width: 100%;
    margin: 2vw auto;
    gap: 1.6rem;
  }
  .news-item {
    font-size: 0.9rem;
    gap: 0.4rem;
  }
  .news-meta {
    font-size: 0.8rem;
    gap: 0.4rem;
  }
  .news-date {
    font-size: 0.8rem;
    min-width: 54px;
  }
  .news-cat {
    font-size: 0.7rem;
    padding: 0.1em 0.5em;
    margin-right: 0.3rem;
  }
  .news-body {
    font-size: 0.92rem;
  }
  .news-body a {
    font-size: 0.9rem;
  }
}

/* ===== Contactセクション ===== */
.contact {
  background: #fffdf9;
  padding: 160px 0 160px 0;
  position: relative;
}
.contact-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 180px;
}
.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact-btn:hover {
  background: linear-gradient(90deg, #f4930b 0%, #f4d19f 100%);
  color: #fff;
}
.contact-telblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.contact-tel {
  font-size: 2rem;
  font-weight: 700;
  color: #f4930b;
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}
.contact-hours {
  color: #1e1c1c;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 900px) {
  .contact {
    padding: 56px 0 40px 0;
  }
  .contact-inner {
    min-height: 120px;
    padding: 0 4vw;
  }
  .contact-btn {
    font-size: 1.05rem;
    padding: 14px 24px;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .contact-tel {
    font-size: 1.3rem;
  }
  .contact-hours {
    font-size: 0.95rem;
  }
}

/* ===== Recruitセクション ===== */
.recruit-link-section {
  position: relative;
  width: 100%;
  min-height: 520px;
  background: url("/wp-content/themes/dlfl/page/img/recruit_bg.jpg") center
    center / cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.recruit-link-section .row,
.recruit-link-section .contents-inner,
.recruit-inner,
.recruit-link-section .section-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.recruit-inner-message {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 32px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .recruit-inner-message {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 736px) {
  .recruit-inner-message {
    font-size: 1.3rem;
    margin-bottom: 14px;
  }
}

.recruit-title {
  text-align: center;
  color: #fff;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 0.2em;
}

.recruit-sub-title {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.recruit-btns {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-top: 2em;
  flex-wrap: wrap;
}
.recruit-btn.btn-blue {
  background: linear-gradient(93.99deg, #6eb4ff 5.12%, #0b70f4 82.33%);
}
.recruit-btns .btn-main {
  min-width: 180px;
  width: 100%;
  max-width: 260px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.recruit-btns {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 736px) {
  .recruit-btns .btn-main {
    max-width: 100%;
    min-width: 0;
    width: 80%;
  }
  .recruit-btns {
    max-width: 100%;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}

/* ===== レスポンシブ ===== */
@media (max-width: 900px) {
  .header-inner,
  .about-inner,
  .recruit-inner,
  .contact-inner {
    padding: 0 4vw;
  }
  .service-list,
  .company-cards {
    flex-direction: column;
    gap: 1.5rem;
  }
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 16px 32px 16px;
  }
  .hero-mainimage {
    width: 100%;
    min-width: 0;
    justify-content: center;
    margin-top: 32px;
  }
  .hero-person-img {
    right: 0;
    max-width: 90vw;
    border-radius: 24px;
  }
  .hero-title {
    font-size: 2.1rem;
    text-align: left;
  }
  .about-inner {
    padding: 6vw 4vw 6vw 4vw;
    max-width: 98vw;
    gap: 1.2rem;
  }
  .about-mainblock {
    gap: 1rem;
  }
  .about-text p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
  .about-circles {
    gap: 1.2rem;
  }
  .about-bg-top {
    top: 190px;
    width: 280px;
  }
  .about-bg-bottom {
    bottom: -580px;
    right: -150px;
    width: 580px;
  }
  .circle {
    width: 54px;
    height: 54px;
  }
  .service-header {
    padding: 5vw 0 0 4vw;
  }
  .service-list {
    max-width: 98vw;
    padding: 2vw 0 4vw 0;
    gap: 2rem;
  }
  .service-card {
    flex-direction: column;
    min-height: 0;
    border-radius: 24px;
  }
  .service-card-left {
    padding: 1.2rem 1rem 1.2rem 1.2rem;
  }
  .service-card-right {
    min-width: 0;
    justify-content: center;
  }
  .service-card-bg {
    width: 90%;
    height: 60%;
    border-radius: 20px 20px 28px 28px;
  }
  .service-img,
  .service-img-placeholder {
    width: 140px;
    height: 90px;
    margin: 0 0 1.2rem 0;
    border-radius: 12px;
  }
  .section-header {
    padding-left: 4vw;
    margin-bottom: 1.5vw;
  }
  .section-title {
    font-size: 1.3rem;
    margin-bottom: 0.4em;
  }
  .section-lead {
    font-size: 0.95rem;
  }
  .company-header,
  .news-header {
    padding-left: 4vw;
  }
}
@media (max-width: 736px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .row {
    width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
    box-sizing: border-box;
  }
  .hero {
    min-height: 800px;
  }
  .hero-img {
    position: absolute !important;
  }
  .hero .hero-img1 {
    width: 120px;
    top: 12%;
    right: 0px;
    left: 5%;
    border-radius: 3em;
  }
  .hero .hero-img2 {
    width: 250px;
    top: -6%;
    right: -20%;
    border-radius: 3em;
  }
  .hero .hero-img3 {
    width: 130px;
    top: 65%;
    right: 73%;
    border-radius: 3em;
  }
  .hero .hero-img4 {
    width: 260px;
    top: 67%;
    right: -7%;
    border-radius: 5em;
  }
  .hero .hero-img5 {
    width: 120px;
    top: 94%;
    right: 5%;
    border-radius: 3em;
  }
  .hero .hero-img6 {
    width: 120px;
    top: 84%;
    right: 62%;
    border-radius: 3em;
  }
  .hero .hero-img7 {
    width: 170px;
    top: 20%;
    right: 14%;
    border-radius: 3em;
  }
  .hero-inner {
    flex-direction: column;
    align-items: center;
    padding: 24px 0 0 0;
  }
  .hero-title {
    font-size: 3rem;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.1em;
  }
  .hero-mainimage {
    width: 100%;
    min-width: 0;
    justify-content: center;
    margin-top: 16px;
    overflow: hidden;
  }
  .hero-person-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    right: 0;
    border-radius: 16px;
  }
  .about {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .about-inner {
    flex-direction: column;
    gap: 16px;
    padding: 0;
    max-width: 100vw;
  }
  .about-mainblock {
    max-width: 100%;
    gap: 12px;
  }
  .main-title {
    font-size: 1.8rem;
    margin-bottom: 8px;
    color: #6a5647;
  }
  .sub-title {
    font-size: 0.8rem;
    margin-bottom: 8px;
    color: #6a5647;
  }
  .about-lead {
    font-size: 30px;
    margin-bottom: 6px;
  }

  .about-text p {
    font-size: 0.92rem;
    margin-bottom: 10px;
  }

  .btn-main,
  .btn-sub {
    font-size: 0.85rem;
    padding: 0.8rem 1.2rem;
    margin-top: 10px;
    margin-bottom: 0;
    width: 55%;
    border-radius: 20px;
  }

  .service {
    padding-top: 64px;
    padding-bottom: 70px;
    margin-top: -24px;
  }

  .service-list {
    gap: 12px;
    padding: 0;
    max-width: 100vw;
  }

  .service-card {
    flex-direction: column;
    min-height: 0;
    border-radius: 12px;
    margin-bottom: 12px;
    height: auto;
    padding: 0;
  }

  .service-card-inner {
    flex-direction: column;
  }

  .service-card-left {
    width: 100%;
    padding: 36px 0 22px 0;
  }

  .service-card-right {
    padding: 0 0 10px 0;
    justify-content: center;
    width: 100%;
  }

  .service-image-bg {
    height: 65%;
    aspect-ratio: 1;
    min-width: 0;
    min-height: 0;
    width: 120%;
    max-width: 120%;
    max-height: none;
    right: -10%;
    bottom: 5px;
    transform: translateX(50%);
    border-radius: 20px 0 0 20px;
  }

  .service-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
  }

  .company {
    padding-top: 24px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .company-cards {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0;
  }

  .company-card {
    padding: 35px 24px;
    font-size: 0.95rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }

  .company-card-title {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 0;
    font-size: 0.95rem;
    text-align: left;
    flex: 1;
  }

  .arrow-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b00, #ff8c00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
  }

  .news {
    padding-top: 62px;
    padding-bottom: 100px;
    margin-top: -44px;
    border-radius: 48px 48px 0 0;
  }

  .news-bgbox {
    padding-top: 20px;
  }

  .news-item {
    margin-bottom: 6px;
  }

  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-inner {
    min-height: 50px;
    padding: 0;
  }

  .contact-btn {
    font-size: 0.95rem;
    padding: 8px 16px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 736px) {
  .company {
    padding-top: 62px;
    padding-bottom: 120px;
    margin-top: 0;
    overflow: hidden;
  }

  .company-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 736px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .row {
    width: 100%;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    margin: 0;
    box-sizing: border-box;
  }
  .hero-person-img {
    width: 80%;
    max-width: 100%;
    right: 0;
  }
  .company-card {
    width: 100%;
  }
}

/* ===== タイトル・サブタイトル色指定 ===== */
.contact .section-header {
  text-align: center;
  padding-left: 0;
}

.contact .main-title {
  color: #f4930b;
  text-align: center;
  margin-bottom: 1em;
}

.contact .sub-title {
  color: #1e1c1c;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.service-image-bg.fade-in-on-scroll.is-visible {
  animation: slideInRight 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.btn-arrow-icon-blue {
  filter: invert(34%) sepia(99%) saturate(7476%) hue-rotate(202deg)
    brightness(99%) contrast(101%);
}

@media (max-width: 736px) {
  .service-card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .service-card-right {
    margin-left: 0;
    width: 70%;
    text-align: right;
  }
}
