* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}
img {
  vertical-align: bottom; /* または vertical-align: top; */
  }

.header {
  position: fixed;
  top: 0;
  width: 95%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  margin: 0 auto;
border-radius: 100px;;
  left: 0;
  right: 0;
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 50px;
}


.logo {
height: 40px;
}

.logo .food {
  background: #e53935;
  color: #fff;
  padding: 6px 12px;
}

.logo .fooma {
  background: #0b4fa3;
  color: #fff;
  padding: 6px 12px;
}

.header-actions {
  display: flex;
  gap: 20px;
}

.header-btn img {
  height: 75px;
  display: block;
}


.fv {
  position: relative;
  height: 90vh;
}

.fv-bg {
  position: absolute;
  inset: 0;
  background: url("./images/fv-2.webp") center/cover no-repeat;
  filter: brightness(0.7);
}

.fv-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  padding-top: 30px;
}
.fv-text-img {
  width: 80%;
}
.fv-text {
  color: #fff;
  width: 60%;
}

.badge {
  display: inline-block;
  background: #ef6c57;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.fv-text h1 {
  font-size: 42px;
  margin-top: 50px;
}
input[type="checkbox"] {
  width: 20px!important;
}

.form-box {
  background: #f3f3f3;
  padding: 25px;
  border-radius: 16px;
  max-width: 400px;
  width: 40%;
}

.form-box h2 {
  text-align: center;
  margin-bottom: 10px;
}

.form-box input,
.form-box select,
.form-box textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 8px;
}

.form-box .row {
  display: flex;
  gap: 10px;
}

.form-box textarea {
  height: 80px;
}

.check {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.form-box button {
  width: 100%;
  background: #1aa3e8;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}
.slider-wrap {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  padding-bottom: 30px;
}

.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.slider-track img {
  height: 140px; /* デザインに合わせて調整 */
  flex-shrink: 0;

}
.slider-track1 {
  display: flex;
  gap: 20px;
  width: max-content;
}

.slider-track1 img {
  height: 140px; /* デザインに合わせて調整 */
  flex-shrink: 0;

}

/*お悩み*/

.onayami-img {
  width: 100%;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;

}

.image-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}
.step-flow {
 padding-bottom: 80px;
  background: #fff;
}

.step-top {
  max-width: 1000px;
  margin: 0 auto 10px;
}

.step-top img {
  width: 100%;
  height: auto;
  display: block;
}

.steps {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.step {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  padding: 32px 20px 36px;
  text-align: center;
}

.step-label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 25px;

}

.step-1 .step-label { color: #36c3e5; }
.step-2 .step-label { color: #ff6b81; }
.step-3 .step-label { color: #f5a623; }
.step-4 .step-label { color: #6c7cff; }
.step-5 .step-label { color: #c35bff; }

.step-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.step-text-2 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .steps {
  
    padding-left: 10px;
    padding-right: 10px;
    gap:15px;
  }
  .step-text {
    font-size: 13px;
  }
  .step {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    padding: 15px 5px 16px;
    text-align: center;
    
}
}
@media screen and (min-width: 969px) {
  .step.step-1 {
    position: relative;
    top: -280px;
}
.step.step-2 {
  position: relative;
  top: -80px;
}
.step.step-4 {
  position: relative;
  top: -80px;
}
.step.step-5 {
  position: relative;
  top: -280px;
}
}

.reasons {
  background: #E9F4FF;
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 80px;
}

.section-title span {
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  padding: 0px 20px;
}

.reason-item {
  max-width: 1100px;
  margin: 0 auto 160px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.reason-item.reverse {
  flex-direction: row-reverse;
}

.reason-image img {
  width: 100%;
  max-width: 600px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.reason-text {
  width: 100%;
  max-width: 550px;
}

.reason-text h3 {
  color: #1e5aa7;
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  letter-spacing: 1px;
  line-height: 0;
}
.reason-text h3 span {
  color: #1e5aa7;
  font-size: 68px;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  letter-spacing: 1px;
}
.reason-text h4 {
  font-size: 28px;
  color: #01478D;
  margin-bottom: 20px;
}

.reason-text p {
  line-height: 1.8;
  font-size: 18px;
}

/* ===== スマホ ===== */
@media screen and (max-width: 768px) {
  .reason-item,
  .reason-item.reverse {
    flex-direction: column;
  }

  .reason-image {
    order: 1;
  }
  .reasons {
    background: #E9F4FF;
    padding: 40px 20px;
}


  .reason-text {
    order: 2;
    text-align: left;
    font-size: 16px;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section-title span {
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    padding: 0px 13px;
}
}

.case-section {
  padding: 80px 20px 100px;
  background: #fff;
}

.case-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
}

.case-sub img {
  width: 50%;
  margin: 0 auto;
    justify-content: center;
    display: flex;
  margin-bottom: 60px;
}



.case-sub span::before,
.case-sub span::after {
  content: '';
}

.case-list {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.case-item {
  text-align: center;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  margin-bottom: 16px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-item-title {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0 8px;
}

.case-text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .case-list {
    grid-template-columns: 1fr;
  }

  .case-title {
    font-size: 26px;
  }
}
/*cta*/
.cta {
  background: #01478D;
  padding: 80px 20px;
}


.cta-frame {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
  width: 90%;
}

.cta-frame::before,
.cta-frame::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cta-frame::before {
  top: 0;
  left: -15px;
}

.cta-frame::after {
  top: 30px;
  left: 15px;
}

.cta-content {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.cta-lead {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-block;
  margin-bottom: 40px;
}

.cta-button img {
  /* デザインに合わせて調整 */
  width: 100%;
  max-width: 700px;
  display: block;
}



.cta-text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px!important;
}

.cta-text.strong {
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-button img {
  display: block;
  animation: pulse 2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .cta-frame {
    padding: 50px 20px;
    padding-bottom: 10px;
  }
  .cta-button {
    display: inline-block;
    margin-bottom: 0px;
}

  .cta-lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cta-frame::before {
    top: 0;
    left: -10px;
}
.cta-frame::after {
  top: 30px;
  left: 10px;
} 

  .cta-button {
    padding: 5px 5px;
  }
  .cta-frame  {
    width: 95%;
  }
  .cta-text {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px !important;
}
.cta {
  background: #01478D;
  padding: 60px 20px;
  padding-top: 30px;
}
}

.cta-banner {
  background: #01478D;
  padding: 70px 20px 80px;
}

.cta-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.cta-message img {
  width: 95%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}


.cta-btn {
  display: inline-block;
}

.cta-btn img {
  width: 100%;
  max-width: 700px;
  display: block;
}


@media (max-width: 768px) {
  .cta-message {
    font-size: 20px;
  }

  .cta-message .line {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
.case-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.case-header {
  text-align: center;
  margin-bottom: 60px;
}

.foodtown-img {
  width: 60%;
  justify-content: center;
  margin-bottom: 40px;
}

.case-title {
  font-size: 48px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.case-text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.photo-title {
  text-align: center;
  font-size: 28px;
  color: #003e7e;
  margin-bottom: 20px;
}

.slider-wrap {
  overflow: hidden;
  width: 100%;
  max-width: 700px;
   
    margin: 0 auto;
}
.slider-wrap1 {
  max-width: 100%;
}

.slider-track-1 {
  display: flex;
  justify-content: center;
  will-change: transform;
}

.slide {
  flex: 0 0 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  display: block;
}

/* スマホ */
@media (max-width: 768px) {
  .slide {
   display: block;
   padding: 7px;
  }
  .slider-track-1 {

    gap: 10px
    ;
  }
}
/*メリット*/
.merit {
  background: #fff;
  padding: 80px 20px;
}

.merit-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.merit-left {
  flex: 0 0 45%;
}

.merit-left img {
  width: 100%;
  height: auto;
}

.merit-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.merit-item img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .merit-inner {
    flex-direction: column;
  }

  .merit-left {
    width: 100%;
    text-align: center;
  }
}

/*faq*/
.faq-section {
  background: #E9F0FB;

}
.faq {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  
}

.faq-title {
  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  width: 100%;
  background: #0b4c8c;
  color: #fff;
  border: none;
  padding: 18px 20px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
}

.faq-question .icon {
  font-size: 24px;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 20px;
  margin: 0;
  color: #333;
}

/* 開いた状態 */
.faq-item.active .faq-answer {
  max-height: 200px; /* 内容に応じて調整 */
}

.faq-item.active .icon {
  transform: rotate(45deg); /* ＋ → × */
}

/*フッター*/
.l-footer {
  background: #1a1a1a;
  color: #fff;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0 60px;
}
.l-footer__inner--logo {
  flex-shrink: 0;
  flex-basis: 100%;
  margin-bottom: 30px;
}
.l-footer__inner--info p {
  margin-bottom: 13px;
}
.l-footer__inner--logo span {
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4285714286;
  letter-spacing: .1em;
}
.l-footer__inner--info  a {
  color: #fff;
  line-height: 2;
}
 small {
  display: block;
  padding: 10px 0;
  background: #fff;
  color: #acacac;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4166666667;
  letter-spacing: .1em;
  text-align: center;
}
.case-title2 {
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 969px) {
  .case-title2 {
    font-size: 20px!important;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .form-box {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 16px;
    max-width: 450px;
    padding-left: 25px;
    padding-right: 25px;
    width: 40%;
}
.pc {
  display: none;
}
.fv-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  padding-top: 80px;
}
.logo {
  height: 25px;
}
.form-box h2 {
  font-size: 16px;
}
.form-box button {
  width: 100%;
  background: #1aa3e8;
  color: #fff;
  border: none;
  padding: 7px;
  font-size: 12px;
  border-radius: 6px;
  cursor: pointer;
}
.form-box input, .form-box select, .form-box textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}
.header-actions {
  gap: 5px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  justify-content: center;
  width: 100%;
}
.header-btn img {
  width: 100%!important;
  display: block;
  height: auto!important;
}
.header-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
.fv-text {
  width: 100%;
}
.form-box {
width: 100%;
}
.fv-text-img {
  width: 80%;
}
.fv-text h1 {
  margin-top: 45px;
  margin-bottom: 15px;
}
.jisseki img {
  max-width: 520px;
  width: 70%!important;
}
.reason-item {
  max-width: 1100px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.reason-text h3 {
  color: #1e5aa7;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  letter-spacing: 1px;
  line-height: 0;
}
.reason-text h3 span {
  color: #1e5aa7;
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: "Overpass", sans-serif;
  letter-spacing: 1px;
}
.reason-text h4 {
  font-size: 22px;
  color: #01478D;
  margin-bottom: 20px;
}
.cta-banner {
  background: #01478D;
  padding: 20px 20px 20px;
}
.cta-message img {
  width: 100%;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
.case-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.foodtown-img {
  width: 100%;
  margin-bottom: 20px;
}
.case-title {
  font-size: 27px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.case-sub img {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
}
.case-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.merit {
  background: #fff;
  padding: 50px 10px;
}
.merit-left img {
  width: 60%;
  height: auto;
}
.merit-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.faq-question {
  width: 100%;
  background: #0b4c8c;
  color: #fff;
  border: none;
  padding: 13px 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}
.faq-answer p {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  color: #333;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 60px;
}
.l-footer__inner--logo span {
  display: inline-block;
  margin-left: 0px;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.4285714286;
  letter-spacing: .1em;
  margin-top: 25px;
}
.l-footer__inner--info p {
font-size: 14px;
}
small {
  font-size: 11px;
}
}
@media (min-width: 969px) {
  .sp {
    display: none;
  }
    /* ボタンの装飾 */
.pulse-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
 
  border-radius: 50%;

  cursor: pointer;
}



/* ボタンの波紋 */
.pulse-btn::before, .pulse-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
  height: 60px;
  border: 1px solid #eb4b48;
  border-radius: 180px;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s 
linear infinite;
}

.pulse-btn::after {
  animation-delay: 1s;
}

/* ボタンの波紋が広がっていくアニメーション */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}
  }



.image-row {
  display: flex;
  gap: 20px;
}

/* 既存の fade-in */
.fade-in {
  opacity: 0;
  transform: translateY(45px) scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 順番用ディレイ */
.delay-1 { transition-delay: 0s; }
.delay-2 { transition-delay: 0.15s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.45s; }
.delay-5 { transition-delay: 0.6s; }

.lp-cta {
  background: #1f4e8c;
  padding: 80px 20px;
}

.lp-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  padding: 60px 40px;
}

.jisseki img {
max-width: 520px;
width: 90%;
}

.lp-cta-title img {
  text-align: center;
  width: 85%;
  margin-bottom: 20px;
}
h2.lp-cta-title {
  text-align: center;
}

.lp-cta-lead img {
  width: 100%;
  margin-bottom: 30px;
}

.lp-cta-list {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: bold;
}

.lp-cta-list li {
  margin-bottom: 8px;
}

/* フォーム */
.lp-form-box {
  background: #e0e0e0;
  border-radius: 12px;
  padding: 30px;
}

.lp-form-title {
  text-align: center;
  margin-bottom: 10px;
}

.lp-form-note {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
}

.lp-form-box input,
.lp-form-box select,
.lp-form-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 14px;
}

.lp-name-row {
  display: flex;
  gap: 10px;
}

.lp-form-box textarea {
  min-height: 80px;
}

.lp-privacy {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.lp-submit-btn {
  width: 100%;
  background: #4db0e8;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.lp-submit-btn span {
  margin-left: 8px;
}
.lp-cta-list-text {
  margin-bottom: 10px;
}
.fv-btn {
  width: 90%;
  max-width: 500px!important;
  margin-top: 30px;
}
.footer-btn {
  width: 90%;
  max-width: 500px!important;
  margin-top: 0px;
}

.cta-button-footer {
  justify-content: center;
  display: flex;
  margin-bottom: 0px;
}
/* スマホ */
@media (max-width: 767px) {
  .lp-cta-inner {
    padding: 40px 25px;
    border-radius: 24px;
  }
  .lp-name-row {
    display: flex;
    gap: 10px;
  }
  .lp-privacy {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
}
  .lp-name-row input {
    width: 50%;
  }
  .lp-cta-title img {
    text-align: center;
    width: 95%;
    margin-bottom: 20px;
  }
  .lp-cta-list {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .lp-cta-lead img {
    width: 100%;
    margin-bottom: 30px;
}
.lp-form-box input, .lp-form-box select, .lp-form-box textarea {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 14px;
}
.lp-form-box {
  background: #e0e0e0;
  border-radius: 12px;
  padding: 15px;
}
.lp-name-row {
  display: flex;
  gap: 10px;
}
}

.lp-image-wrap {
  display: flex;
  gap: 20px;
  max-width: 950px;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
}
.work-title {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
/* 画像は親幅にフィット */
.lp-image-item img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-item-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
}

/* PC：横並び（デフォルト） */
.lp-image-item {
  width: 50%;
}
.work-section {
  padding: 80px 20px 100px;
  background: #E9F4FF;
}
.tuika-img {
  max-width: 600px;
  width: 80%;
  margin-bottom: 40px;
}
/* スマホ：縦並び */
@media (max-width: 968px) {
  .lp-image-wrap {
    flex-direction: column;
  }
  .tuika-img {
    max-width: 600px;
    width: 85%;
    margin-bottom: 15px;
  }
  .lp-item-text {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  .lp-image-item {
    width: 100%;
  }
  .l-footer__inner--logo img {
width: 80%;
  }
  .work-section {
    padding: 40px 20px 40px;
    background: #E9F4FF;
  }
  .fv {
    position: relative;
    height: auto;
    padding-bottom: 30px;
}
}


.lp1-slider {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
}

.lp1-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: lp1-scroll linear infinite;
  animation-duration: var(--lp1-duration, 120s);
  transform: translate3d(0,0,0);
  will-change: transform;
}

.lp1-slide {
  width: 90px;
  margin-right: 25px;
  flex-shrink: 0;
}

.lp1-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* % を完全排除 */
@keyframes lp1-scroll {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(var(--lp1-move), 0, 0);
  }
}