*{box-sizing:border-box}
html {
  scroll-behavior: smooth;
}
body{
  margin:0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", YuGothic, Meiryo, sans-serif !important;
  color:#333;
  background:#f5f5f5;
}

/* reset */
input {
  border-style: none;
}

/* ヘッダー全体 */
.site-header{
  z-index:1000;
  background:#fff;
  position: sticky;
  top: 0;
}
.site-header.scroll{
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .global-nav .nav-list {
    display: none;  
  }
  .logo {
    max-width: 120px; 
    height: auto;
  }
  .header-actions .header-btn {
    padding: 6px 10px;
    font-size: 11px;
  }
}
.header-inner{
  height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-left: 20px;
}
.logo-wrap{
  flex:0 0 auto;
}
@media (max-width: 768px) {
  .logo-wrap{
    margin-right: 0;
  }
}
.logo{
  height:48px;
  display:block;
}
.global-nav{
  flex:1 1 auto;
  text-align:right;
  padding-right: clamp(4px, 2vw , 50px);
}
.nav-list{
  list-style:none;
  margin:0;
  padding:0;
  display:inline-flex;
  gap:clamp(4px,2vw,60px);
  align-items:center;
}
.nav-item a{
  font-weight:bold;
  display:inline-block;
  color:#404040;
  text-decoration:none;
  font-size:clamp(10px,1.2vw,18px);
  padding:10px 0;
  transition: color .15s, transform .08s;
}
.nav-item a:hover,
.nav-item a:focus{
  color:#333;
  text-decoration: none;
}
.header-actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:clamp(12px ,1.2vw , 20px);
  color:#333333;
  margin-right:12px
}
.btn{
  width: clamp(80px, 9vw, 140px);
  height: 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:clamp(2px , 1vw, 10px) clamp(4px , .8vw, 26px);
  border-radius:28px;
  font-size:clamp(10px,1.2vw,15px);
  text-decoration:none;
  cursor:pointer;
  border:0;
  transition: transform .08s, box-shadow .12s, opacity .12s;
  box-shadow: 0 2px 0 rgba(0,0,0,0.04);
  font-weight: bold;
}
@media (max-width: 768px) {
  .header-actions{
  gap:7px;
  margin-right: 5px;
  }
  .btn{
  width: 100px;
  }
}
.header-btn{
  background:#333;
  color:#fff;
  /* padding:10px 24px; */
}

.header-btn:hover{opacity:0.95}
.nav-item a{
  letter-spacing:0.02em;
  white-space: nowrap;
}
/* ヘッダー*/

/* トップコンテンツ */
.top_txt_01{
  display:inline-block;
  padding: 8px 24px;
  margin:0 0 28px;
  font-weight:700;
  color:#fff;
  background:#333;
  letter-spacing:0.1em;
}
.top_txt_02{
  margin:0 0 24px;
  font-size:3.8rem;
  line-height:1.45;
  font-weight:700;
  background: linear-gradient(5deg, #5FD7F7 0%, #70A9F6 40%, #8C96F6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;      
}
@media (max-width: 768px) {
  .top_txt_02{font-size: 30px;
  }
}
.top_txt_02 p{
  margin:0;
}
.top_txt_03{
  margin:0;
   font-size:1.6rem;
  line-height:1.8;
  color:#333;
  margin-top: 20px;
}
.mainvisual__image {
  display:flex;
  justify-content: end;
  margin-top:-100px;
}
.mainvisual__image img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .mainvisual__image {
  justify-content: center;
  margin-top:0px;
}
}
.form-wrapper{
  width:100%;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.request-form{
  width:420px;
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 12px 24px rgba(0,0,0,0.12);
  overflow:hidden;
}
/* ヘッダーエリア：既存の黒背景を維持しつつ、ボタン色のラインを追加 */
.form-header {
  background: #333; /* 既存のデザインを維持 */
  padding: 22px 10px; /* 少し余白を広げてゆとりを持たせる */
  text-align: center;
  /* 送信ボタンと同じオレンジ色のラインを引いて強調 */
  border-bottom: 4px solid #ffb000; 
}

/* テキスト本体 */
.form-header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 22px; /* 少し大きくして読みやすく */
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

/* 「無料」の部分をボタン色に合わせて強調 */
.header-highlight {
  color: #ffb000; /* 送信ボタンと同じオレンジ色 */
  font-size: 32px; /* 周りの文字より1.5倍ほど大きく */
  font-weight: 800; /* より太く */
  margin: 0 4px; /* 前後に少し余白 */
  vertical-align: -2px; /* ベースライン調整 */
  /* 黒背景に負けないよう、文字自体が発光しているように見せる */
  text-shadow: 0 0 10px rgba(255, 176, 0, 0.4);
}

/* スマホ表示時の微調整 */
@media (max-width: 768px) {
  .form-header h2 {
    font-size: 18px;
  }
  .header-highlight {
    font-size: 26px;
  }
}
.request-form-inner{
  padding:24px 26px 28px;
}
.form-group{
  margin-bottom:16px;
}
.form-group label{
  display:block;
  margin-bottom:4px;
  font-size:13px;
  font-weight:700;
  color:#555555;
}
.required-heroform{
  color:#e60012;
  margin-left:2px;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea[name="contact"]{
  width:100%;
  padding:9px 10px;
  font-size:14px;
  border:1px solid #d2d2d2;
  border-radius:2px;
  outline:none;
  transition:border-color .15s, box-shadow .15s;
}
.form-group input:focus{
  border-color:#ffb000;
  box-shadow:0 0 0 2px rgba(255,176,0,0.24);
}
.form-group input::placeholder{
  color:#bbbbbb;
}
.form-consent{
  margin:10px 0 18px;
  font-size:12px;
  text-align: center;
}
.form-consent label{
  cursor:pointer;
}
.form-consent input[type="checkbox"]{
  margin-right:6px;
  vertical-align:middle;
}
.form-consent .link a{
  color:#0090ff;
  text-decoration:underline;
}
.form-submit{
  text-align:center;
}
.submit-btn{
  display:inline-flex;
  width:100%;
  border:none;
  cursor:pointer;
  font-size:16px;
  font-weight:700;
  color:#ffffff;
  border-radius:28px;
  background:linear-gradient(90deg,#ffb000,#f28a00);
  box-shadow:0 4px 0 rgba(0,0,0,0.12);
  align-items:center;
  gap:8px;
  justify-content: space-between;
  padding: 5px 20px;
  text-decoration: none; 
}
.send-btn{
    flex: 1;
    color: #fff;
    font-weight: 700;
    background: transparent;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 48px;
    font-size: 22px;
}
.submit-btn:hover{
  opacity:0.95;
}
.submit-btn:active{
  transform:translateY(1px);
  box-shadow:0 2px 0 rgba(0,0,0,0.08);
}
.expansion {
  transition: 0.2s ease-in;
}
.expansion:hover {
  transform: scale(1.05);
}
.arrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; 
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6); 
  box-shadow: none;
  border: 1px solid rgba(0,0,0,0.06);
  padding: 0;
  font-size: 20px;
  color: #fff;
  margin-right: 8px;
}
.submit-arrow{
  font-size:18px;
}
.request-form {
    height: 100%;
}
@media (max-width: 768px) {
  .mainvisual__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainvisual__image {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 16px;
    display: none;
  }
  .request-form {
    width: 100%;
    max-width: 480px;
    margin-top: 24px;
  }
}

/* --------------top-------------- */
.topsection{
  background-color: #fff;
  background-image: url("/ai-development-lp/img/ai_background03.png");
}
@media (max-width: 768px) {
  .topsection{ 
    padding-top: 0;
    font-size: 15px;
  }
}
.mainvisual__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding: 0rem 50px 2rem;
  box-sizing: border-box;
  gap: 40px;     
} 
@media (max-width: 1300px) {
  .request-form {
    flex: 0 0 35%!important;
  }
.top_txt_02 {
  font-size: 3.75rem;
  letter-spacing: -2px;
}
}
@media (max-width: 768px) {
  .mainvisual__inner {
    flex-direction: column;
    padding: 0 20px 0;
  }
  .mainvisual-left,
  .request-form {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.mainvisual-left {
  flex: 0 0 65%;                 
  display: flex;
  flex-direction: column;       
  justify-content: flex-start;
  gap: 24px;  
  position: relative;                   
}
.request-form {
  flex: 0 0 40%;
  max-width: 480px;
}
.top {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 3rem;
}     
.mainvisual__text{
	position: relative;
	margin-top: 60px;
}
/* --------------企業ロゴ-------------- */
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
  }
.home-customer {
  display: flex;
  overflow: hidden;
}
.home-customer__list {
  display: flex;
  list-style: none;
  padding: 30px 0;
}
.home-customer__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.home-customer__item {
    width: calc(100vw / 8);
    height: 40px;
    padding: 0 15px;
}

@media screen and (max-width:768px) {
  .home-customer {
    margin-top: 30px;
  }

  .home-customer__item {
    width: calc(100vw / 2);
    height: 60px;
    padding: 0 10px;
  }
}


.home-customer__item>img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
/* --------------企業ロゴ-------------- */

/* --------------開発実績-------------- */
.developachievement-section{
  position: relative;
  padding: 80px 0;
  padding-left: 60px;
  background: #f5f5f5;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
}
.developachievement-section::before{
  content:"";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 5rem);
  height: 50%;
  background: linear-gradient(90deg, #54d9ff 0%, #7e86ff 100%);
  border-radius: 0 98px 98px 0;
}

.developachievement-intro-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  border-radius: 87px 0 0 87px;
  display: flex;
  flex-direction: column;
  background:url("/ai-development-lp/img/clinks_background.png") no-repeat 5% 110% / 720px,
    #fff;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.12);
}

  @media (max-width: 768px) {
  .developachievement-section{
    padding-bottom: 35px;
    padding-left: 20px;
  }
  .developachievement-section::before{
    border-radius: 0 30px 30px 0;
  }
  .developachievement-intro-card{
    border-radius: 30px 0 0 30px;
    background:#fff;
  }
  .inner {
    flex-direction: column; 
    align-items: stretch;
  }
}
.achievement-img {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievement-img img {
  max-width: 100%;
  height: auto;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .achievement-img img {
    max-width: 60%;
    margin-top: 40px;
  }
}

.achievement-intro {
  flex: 1 1 0;
  min-width: 0;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .achievement-intro {
    font-size: 25px;
  }
}

.achievement-about__small {
  font-size: clamp(16px,2.0vw,32px);
  font-weight: 700;
  color: #5F6FD2;
  letter-spacing: .08em;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .achievement-about__small {
    font-size: 21px;
  }
}

.achievement-about {
  margin: 0 0 18px 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .achievement-about {
    margin-left: 20px;
  }
}

.achievement-about__main {
    font-size: clamp(32px,4.0vw,58px);
    color: #5664d9;
    line-height: 1.5;
    margin: 0;
}


@media (max-width: 768px) {
  .achievement-about__main {
    font-size: 28px;
  }
}
.achievement-about__text {
  margin-top: 26px;
  color: #6b6f76;
  font-size: 22px;
  line-height: 1.8;
  max-width: 720px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .achievement-about__text {
    font-size: 18px;
    margin-left: 20px;
  }
}
.develop_image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.develop_image img {
  max-width: 100%;
  height: auto;
  display: block;
  transform: translateY(-10px);
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.08));
}
@media (max-width: 768px) {
  .develop_image img {
    margin-left: 20px;
  }
}

.text {
  color: #6b6f76;
  font-size: 17px;
  line-height: 1.9;
  text-align: left;
}
@media (max-width: 768px) {
  .text {
    font-size: 15px;
  }
  .text br{
    display: none;
  }

}

.text_01{
  font-size: 18px;
  padding-bottom: 100px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .text {
    margin-left: 20px;
    padding-top: 40px;
  }
}

.inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .inner {
    padding-left: 0;
  }
}


.box.a {
  padding-left: 0px;
}
.box.c{
  padding-bottom: 250px;
}

.inner .box.a {
  flex: 1;
  margin-top: 60px;
  padding-right: 0px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .inner .box.a {
    max-width: 330px;
    margin-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
  }
  .text_01 {
    font-size: 15px;
  }
}


.inner .box.b {
  flex: 1 1 100%;
  padding-left: 45%;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .inner .box.b {
    padding-left: 20px;
  }
  .text_01 {
    font-size: 15px;
    padding-bottom: 50px;
  }
}


.inner .box {
  padding: 20px;
  box-sizing: border-box;
}

/* --------------開発実績-------------- */
/* --------------Policy-------------- */
.policy-section{
  background-image: url("/ai-development-lp/img/ai_background.png");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 100px;
}

.main-title {
    font-size: 3.1vw;
    color: #5664d9;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
.main-title.form{
  font-size: 30px;
}
@media (max-width: 768px) {
  .main-title.form{
  font-size: 22px;
  }
}

.sub-title {
    font-size: 1.4vw;
    color: #a8aab5;
    letter-spacing: 0.2em;
    font-weight: 300;
    font-weight: bold;
}
@media (max-width: 768px) {
  .sub-title {
    font-size: 18px;
  }
}


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

.card {
    background: white;
    border-radius: 35px;
    padding: 20px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.card-header {
  display: flex;
  gap: 6px
}

.number {
  font-size: 46px;
  font-weight: 300;       
  letter-spacing: 0.08em;   
  color: #5664d9;          
  line-height: 1;          
  display: inline-block;
}

.english-title {
    font-size: 24px;
    color: #b5c3e3;
    font-weight: 500;
    letter-spacing: 0.05em;
}


.card-image {
    text-align: center;
    margin-bottom: 30px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image img {
    max-width: 100%;
    height: auto;
}
.card-text-wrapper{
   text-align: center; 
}
.card-title {
    font-size: 26px;
    color: #4a6bb5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.6;
}
.card-title.bottom{
  margin-bottom: 15px;
}
.card-text {
  color: #6b6f76;
  line-height: 1.7;
  text-align: left;
  display: inline-block; 
  font-weight:bold;
  font-size:17px;
}
.card-image.bottom{
  margin-bottom: 60px;
}
@media (max-width: 768px) {
    .cards {
      grid-template-columns: 1fr;
      margin: 0 20px;
    }
    
    .main-title {
        font-size: 40px;
    }
}
/* --------------Policy-------------- */
/* --------------threestrengths-------------- */
.threestrengths-section{
  position: relative;
  padding: 80px 0;
  padding-left: 60px;
  overflow: hidden;
}

.threestrengths-intro-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  background: 
    url("/ai-development-lp/img/ai_background04.png") no-repeat right -400px top -200px / 40%,
    url("/ai-development-lp/img/ai_background04.png") no-repeat left -510px bottom -150px / 40%,
    linear-gradient(135deg, #1e2a78 0%, #5664d9 100%); 
  border-radius: 87px 0 0 87px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .threestrengths-intro-card {
    background-position:right -260px top -340px,
      left  -320px bottom -120px,0 0;
    background-size:55%,55%,cover;
  }
}
  @media (max-width: 768px) {
  .threestrengths-section{
    padding-bottom: 35px;
    padding-left: 20px;
  }
  .threestrengths-intro-card{
      border-radius: 30px 0 0 30px;
    }
  }

.threestrength-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 200px;
  padding-right: 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .threestrength-text{
    padding-left: 30px;
    padding-bottom: 130px;
  }
}
.strengths-inner {
  color: #fff;
  padding-top: 150px;
  margin-top: unset;
  padding-left: 100px;
}
@media (max-width: 768px) {
  .strengths-inner {
    margin: 0 20px;
    padding-top: 50px;
    padding-left: 0px;
  }
}
.strengths-header {
  text-align: left;
}

.strengths-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
.strengths-title {
  margin-left: 0;
  }
}
.strengths-sub-title {
  font-size: 18px;
  letter-spacing: 0.25em;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .strengths-sub-title {
    margin-left: 0;
  }
}


.strength {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1400px;
  margin-top: 40px;
}

.strength:last-of-type {
  margin-bottom: 0;
}

.strength-text {
  flex: 60%;
}
.strength-row{
  display: flex;
  align-items: center;
  gap: 12px;    
}
@media (max-width: 768px) {
  .strength-row {
    margin-top: 30px;
  }
}

.strength-visual {
  flex: 40%;
  text-align: center;
}

.strength-visual img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.strength-badge {
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .strength-badge {
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
  }
}

.badge-number {
  font-size: 1.5vw;
  font-weight: 700;
  color: #5c65c9;
}
@media (max-width: 768px) {
  .badge-number {
    font-size: 25px;
    font-weight: 700;
    color: #5c65c9;
  }
}

.strength-heading {
  font-size: clamp(20px, 2.0vw, 32px); 
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1); 
}
@media (max-width: 768px) {
  .strength-heading {
    font-size: 22px;
  }
  .strength-heading br {
    display: none;
  }
}
.strength-desc {
  font-size: 1.3vw;
  line-height: 1.8;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .strength-desc {
    width: 300px;
    font-size: 16px;
  }
}

.strength-01 {
  margin-right: 100px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .strength-01 {
    margin-left: 120px;
  }
}

.strength-02 {
  flex-direction: row-reverse;
  text-align: right;
  margin-top: 50px;
  margin-left: 100px;
}
.strength-03 {
  margin-top: 50px;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .strength-03 {
    margin-right: 0px;
    margin-left: 20px;
  }
}

.strength-02 .strength-text {
  text-align: right;
}

.strength-02 .strength-desc {
  text-align: left;
}
@media (max-width: 768px) {
  .strengths-title {
    font-size: 40px;
  }

  .strength {
    flex-direction: column;
    align-items: flex-start;
  }

  .strength-02 {
    flex-direction: column;
    text-align: left;
    margin-left: 20px;
  }

  .strength-02 .strength-text,
  .strength-02 .strength-desc {
    text-align: left;
  }

  .strength-visual {
    text-align: center;
  }

  .strength-visual img {
    max-width: 280px;
  }
}

/* --------------threestrengths-------------- */
/* --------------developmentsteps------------ */
.steps-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  border-radius: 0 0 60px 60px;
  position: relative; 
  z-index: 2; 
  background: #f5f5f5;
}

@media screen and (max-width:768px) {
  .steps-inner{
    border-radius: 0 0 45px 45px;
    display: block;
    flex-direction: initial;
    align-items: initial;
  }
} 


.steps-header {
  text-align: center;
  margin-bottom: 60px;
}
.develop_step-img{
  display: flex;
}
.develop_step-img img{
  max-width: 1400px;
  width: 100%;
  height: auto;
  display: block; 
  margin-bottom: 40px;
}

.img_scroll-bar-area {
  display: none;
} 

@media (max-width: 768px) {
  .develop_step-img{
  text-align: center;
}
  .develop_step-img {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .develop_step-img img {
    width: 1528px;
    max-width: none;
  }
  .develop_step-img::-webkit-scrollbar {
    height: 10px;
  }

  .develop_step-img::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 3px;
  }

  .develop_step-img::-webkit-scrollbar-thumb {
    background: #5664D9;
    border-radius: 10px;
  }

  .img_scroll-bar-area {
     display: block;
     width: auto;
     height: 60px;
  } 
}
/* --------------developmentsteps------------ */
/* --------------cases------------ */
.cases-section {
  background: #202020;
  color: #fff;
  padding: 80px 0 0px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: -60px;
  z-index: 1;
}

.cases-header {
  text-align: center;
  margin-bottom: 40px;
}

.cases-title {
  font-size: 40px;
  letter-spacing: 0.25em;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 90px;
}

.cases-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 3カラムのグリッドレイアウト */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.case-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
  overflow: hidden;
  height: 100%;
}

.case-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-body {
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
}

.case-company {
  font-size: 13.5px;
  color: #666;
  font-weight: 700;
  margin: 0 0 8px 0;
  letter-spacing: 1.5px;
}

.case-title {
  font-size: 18px;
  font-weight: 700;
  color: #4154c5;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.case-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 24px 0;
  flex: 1; /* テキストの長さが違ってもボタンを常に最下部に揃える */
}

/* お問い合わせボタン */
.case-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(90deg, #ffb000, #f28a00); /* サイト共通のオレンジグラデーション */
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 50px; /* 丸みを持たせてクリックしやすく */
  box-shadow: 0 4px 12px rgba(242, 138, 0, 0.3); /* ボタン色に合わせた光彩のような影 */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* 滑らかなアニメーション */
  position: relative;
}

/* 矢印アイコンをCSSで追加 */
.case-btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* ホバー時（マウスを乗せた時）の動き */
.case-btn:hover {
  transform: translateY(-3px); /* ふわっと浮き上がる */
  box-shadow: 0 8px 16px rgba(242, 138, 0, 0.4); /* 影を濃く広げる */
  opacity: 0.95;
}

/* ホバー時に矢印を少し右上に動かしてクリックを誘導 */
.case-btn:hover::after {
  transform: rotate(45deg) translate(2px, -2px);
}

/* クリック時の押し込み感 */
.case-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(242, 138, 0, 0.3);
}

.submit-btn.download {
  font-size: 22px;
  padding-right: 0;
  padding-left: 90px;
  width: 500px;
  height: 63px;
  margin-top: 60px;
  margin-bottom: 40px;
  gap: 0;
}

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

/* レスポンシブ対応 */
@media (max-width: 992px) {
  .cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cases-title {
    font-size: 28px;
  }
  .cases-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .submit-btn.download {
    width: 340px;
    font-size: 17px;
    padding-left: 20px;
  }
}
/* --------------cases------------ */
/* --------------serviceoutput------------ */
.serviceoutput-section{
  position: relative;
  padding: 80px 0;
  padding-left: 60px;
  background: #f5f5f5;
  overflow: hidden;
  background: linear-gradient(to bottom, #202020 0%, #202020 50%, #f5f5f5 50%, #f5f5f5 100%);
}
.serviceoutput-section::before{
  content:"";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100% - 5rem);
  height: 50%;
  background: linear-gradient(90deg, #54d9ff 0%, #7e86ff 100%);
  border-radius: 0 98px 98px 0;
}

.intro-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  background: #fff;
  border-radius: 87px 0 0 87px;
  display: flex;
  flex-direction: column;
  background:url("/ai-development-lp/img/background_illustration.png") no-repeat right -420px bottom -230px / 100%,
    #fff;
}


.service-inner {
  position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 100px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
  .serviceoutput-section{
    padding-top: 50px;
    padding-left: 40px;
  }
  .serviceoutput-section::before{
    border-radius: 0 50px 50px 0;
  }
  .intro-card{
    border-radius: 50px 0 0 50px;
  }
  .service-inner {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 20px;
  }
}
.service-header {
  margin-bottom: 2.0833vw;
}

.service-title {
  font-size: 40px;
  color: #3550b7;
  letter-spacing: 0.22em;
  margin-bottom: 6px;
}

.service-sub-title {
  font-size: 14px;
  letter-spacing: 0.35em;
  color: #9ba0b8;
}

.service-top {
  display: flex;
  align-items: flex-start;
  gap: 5.2vw;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 992px) {
  .service-top {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .service-top {
    flex-direction: column;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    gap: 50px;
    border-right-width: 30px;
  }
}

.service-top-text{
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    color: #333;
    font-weight: bold;
    padding-left: 60px;
}
@media (max-width: 768px) {
  .service-top-text{
    padding-left: 0;
  }
}

.service-top-visual img {
  width: 15.6vw;
  height: auto;
  margin-left: clamp(50px, 13vw, 250px);
}
@media (max-width: 768px) {
  .service-top-visual img {
    width: 250px;
    margin-left: 30px;
  }
}

.service-text{
  font-size: 1.406vw;
}
@media (max-width: 768px) {
  .service-text{
    font-size: 23px;
  }
}
.pc-br {
  display: inline;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
.ti-section {
  position: relative;
  padding-top: 2.0833vw;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .ti-section {
    padding-left: 0;
    padding-right: 0;
  }
}


.ti-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.ti-inner > * {
  flex: 1;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .ti-inner > * {
    padding-left: 0;
  }
}

.ti-image img {
  width:  29.1vw;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .ti-image img  {
    width: 100%;
  }
}


.ti-label {
  display: inline-block;
  padding: 8px 16px;
  background: #5664d9;
  color: #fff;
  font-size: 1.3vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}

.ti-paragraph {
  font-size: 1.1vw;
  line-height: 2;
  color: #222;
}
@media (max-width: 768px) {
  .ti-paragraph {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .ti-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .ti-text,
  .ti-image {
    flex: 1 1 auto;
    width: 100%;
  }
  .ti-text {
    order: 1;
  }
  .ti-image {
    order: 2;
  }

  .ti-label {
    font-size: 16px;
  }
}
/* --------------serviceoutput------------ */
/* --------------solution------------ */
.issue-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.issue-label {
  display: inline-block;
  padding: 6px 24px;
  background: #222;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-radius: 999px;
  margin-bottom: 28px;
}
.issue-text {
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 700;
  color: #222;
  margin-bottom: 32px;
}
.issue-illust {
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
  margin-top: auto; 
}
.issue-illust img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.solutions-section {
  padding: 40px 0 80px;
}
.solution-card {
  background: linear-gradient(180deg, #72c7ff 0%, #6d8dff 100%);
  border-radius: 30px;
  padding: 28px 26px 32px;
  color: #fff;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
}
.solution-label {
  align-self: center;
  padding: 1px 24px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #36A4FF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.22em;
}
.solution-title {
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 18px;
}
.solution-title.app {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .solution-title {
    font-size: 18px;
  }
  .solution-text.app {
    margin-top: 0;
    font-size: 18px;
  }
  .solution-text {
    margin-top: 0;
    font-size: 18px;
    }
}
.solution-text {
  font-size: clamp(9px, 1.8vw, 18px);
  line-height: 1.8;
}
@media (max-width: 768px) {
  .solution-text {
    margin-top: 0;
    font-size: 18px;
  }
}

.solution-text.app {
  margin-top: 20px;
}


.solution-pairs {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
.pair {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 28px;
}

.issue-card {
  grid-row: 1;
}
.solution-card {
  grid-row: 2;
  }

.issue-card,
.solution-card {
  max-width: 360px;
  width: 100%;
  height: 420px;
}

@media (max-width: 768px) {
  .solution-pairs {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0 20px;
  }
  .pair {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
/* --------------solution------------ */
/* --------------member------------ */
.member-section {
  background-image: url("/ai-development-lp/img/ai_background02.png");
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 768px) {
.member-section {
    padding: 0 20px;
}
}
.detailedmessage {
  width: 100%;
  max-width: 1180px;        
  margin: 0 auto;    
  padding: 0 16px 0;
  text-align: center;
  font-size: 23px;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #444;
  font-weight: 500;
}

@media (max-width: 768px) {
  .detailedmessage {
    font-size: 14px;
    line-height: 1.8;
    padding-inline: 12px;
  }
}

.engineers-section {
  padding: 60px 0 80px;
}

.engineers-inner {
  width: clamp(0px, 90vw, 1400px);
  margin: 0 auto;
  padding: 48px 40px 48px;
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
  text-align: center;
}

.engineer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.engineer-avatar {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 26px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}
.engineer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.engineer-exp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 36px;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 26px;
}
.engineer-role {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  margin: 16px 0;
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.engineer-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  column-gap: 40px;
  margin-bottom: 6px;
}
.engineer-row--center {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.engineer-row-label {
  font-weight: 700;
  color: #666;
  white-space: nowrap;
}

.engineer-row-value {
  color: #555;
  text-align: left;
}

.engineer-row-value--strong {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

@media (max-width: 1200px) {
  .engineers-inner {
    grid-template-columns: 1fr;
    max-width: 560px;
    padding: 40px 20px;
    gap: 20px;
  }
  .engineer-avatar {
    width: 200px;
    height: 200px;
  }
  .engineer-exp-badge {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .engineer-card {
    padding: 20px 16px 24px;
    font-size: 13px;
  }
  .engineer-row {
    grid-template-columns: 72px 1fr;
  }
  .engineer-row-label {
    font-size: 13px;
  }
  .engineer-row-value--strong {
    font-size: 16px;
  }
}

/* --------------member------------ */
/* --------------technologies------------ */
.member-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stack-section {
  background-image: url("/ai-development-lp/img/ai_background02.png");
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background-size: 100% 100%;
}
.stack-inner {
  margin: 0 auto;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}


.stack-card {
  width: clamp(0px, 90vw, 1400px);
  position: relative;
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  padding: 60px 0 20px;
  overflow: hidden;
}
.stack-label {
  position: absolute;
  left: 0;
  top: 0;
  height: 64px;
  padding: 0 40px 0 32px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #47b2ff 0%, #7087ff 100%);
  border-radius: 40px 0 40px 0;
}

.stack-label span {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.stack-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stack-logos.bk {
  flex-wrap: wrap;
}

.stack-logos img {
  width: 200px;
  height: 150px;
  object-fit: contain;
  display: block;
}
.stack-logos.ai{
  gap:40px;
}
.stack-logos.ai img {
  width: 20%;
  height: 100px;
  object-fit: contain;
  display: block;
}
.stack-card.dev {
  padding: 0;
}
.stack-logos.dev{
  gap: 40px;
}
.stack-logos.dev img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .stack-card {
  padding: 30px 0 20px;
}
  .stack-label {
    height: 50px;
  }
  .stack-label span {
    font-size: 14px;
  }

  .stack-logos {
    gap: 10px;
  }
  .stack-logos.bk {
    column-gap: 40px;
    row-gap: 0;
  }
  .stack-logos img {
      width: 60px;
    }
  .stack-logos.bk img{
    width: 60px;
  }
.stack-logos.ai img {
  width: 50px;
  height: 100px;
  object-fit: contain;
  display: block;
  }
  .stack-logos.dev img {
    width: 50px;
    height: 170px;
  }
}
/* --------------technologies------------ */

/* --------------資料ダウンロードフォーム------------ */
.form-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  min-height: calc(100vh - 170px);
}
.form-intro {
  flex: 1; 
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.title{
  margin-bottom: 1.7rem;
}
.form-intro h2 {
  font-size: 3rem;
  line-height: 1.5;
}
.form-intro p {
  font-size: 1.3rem; 
  line-height: 1.3; 
  font-weight: bold;
}
.form-intro img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;}

@media (max-width: 768px) {
  .form-intro {
    display: none;
  }
}

.form-main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;

}
@media screen and (max-width: 768px) {
  .form-main {
      width: 95%;
      margin: 20px auto 50px;
      margin-bottom: 0px;
  }
  .form-main h1{
    font-size: 1.7rem;
  }
  .form-main h4{
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .form-wrapper {
    flex-direction: column; 
  }
   .form-intro {
    margin-top: 0;
    margin-left: 0; 
  }
}
.intro-text {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
}
.intro-text p {
  text-align: left;
  font-size: 1.3rem; 
  line-height: 1.3; 
  font-weight: bold;
}
.intro-text p:last-child {
  margin-bottom: 0;
}
.form-intro img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
} 
/* ---フッター---- */
.c-form__atte {
	margin-top: 3.6rem;
	padding: 1.2rem;
	border: 1px solid #d1d1cb;
	border-radius: 0.4rem;
	line-height: 1.25;
  font-size: 0.72rem;
  margin-bottom: 30px;
}
.c-form__atte a {
	color: #00b5a6;
	text-underline-offset: 0.2rem;
}
.c-form__atte p:nth-of-type(2) {
  margin-top: 1.5em; 
}
@media screen and (max-width: 768px) {
	.c-form__atte {
		font-size: 1.1rem;
	}
}
.check-pol{
  width: 100%;
  float: right;
  text-align: center;
}
.c-inner {
	max-width: 112rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2rem;
}
@media screen and (max-width: 768px) {
	.c-inner {
		padding: 0 1.6rem;
	}
}
.c-inner__inner {
	max-width: 96rem;
	margin-left: auto;
	margin-right: auto;
}
.c-inner__spfit {
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}
.c-inner--xs {
	max-width: 84rem;
}
.c-inner--sm {
	max-width: 100rem;
}
.c-inner--lg {
	max-width: 128rem;
}
.c-inner--xl {
	max-width: 142rem;
}
.c-inner--xxl {
	max-width: 164rem;
}
.c-inner--full {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.c-inner--spfit {
		padding-left: 0;
		padding-right: 0;
	}
}
.p-sep-contact-set {
	padding-top: 0.8rem;
	padding-bottom: 4.8rem;
  font-size: 0.9em; 
}
@media screen and (min-width: 768px) {
	.p-sep-contact-set__contain {
		display: flex;
		justify-content: center;
	}
	.p-sep-contact-set__item {
		padding: 0 1rem;
	}
}
.c-cta-contact {
	line-height: 1.5;
	color: #9d9d9d;
	text-align: center;
}
.c-cta-contact__contain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../images/parts_cta_grad.png) no-repeat center bottom/min(100%, 48rem);
}
.c-cta-contact__contain:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.c-cta-contact__contain {
      margin-top: 30px;
	}
}
.c-cta-contact__ttl {
	font-size: 1.8rem;
	color: #302221;
	line-height: 1.5;
  font-size:1.2em;
}
@media screen and (max-width: 768px) {
	.c-cta-contact__ttl {
		font-size: 1.4rem;
	}
}
.c-cta-contact__pu {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.c-cta-contact__pu {
		font-size: 1.8rem;
	}
}
.c-cta-contact__pu-txt {
	line-height: 1.25;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.c-cta-contact__pu-txt {
	line-height: 1.25;
	display: inline-block;
	color:#00b5a6;
	}
}
.c-cta-contact__pu-txt a {
	display: inline-block;
  font-size: 0.8em;
  color:#00b5a6;
}
.c-cta-contact__txt {
	margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
	.c-cta-contact__txt {
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px) {
	.c-cta-contact--lg .c-cta-contact__ttl {
		font-size: 2rem;
	}
}
@media screen and (min-width: 768px) {
	.c-cta-contact--lg .c-cta-contact__pu {
		font-size: 2.4rem;
	}
}

footer {
  background: #333;
  padding: 20px 0 5px;
}
footer section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
footer section .logo {
  width: 145px;
  height: auto;
  margin-bottom: 10px;
}
footer section .copyright {
  font-size: 0.67em;
  opacity: 0.6;
  color: #fff;
}
footer section .copyright a {
  color: #fff;
}
footer section a {
  display: inline-block;
}
/* ---フッター---- */

/* --------------資料ダウンロードフォーム------------ */


/* --------------資料ダウンロードThanksページ------------ */

#et-lp_thanks {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 170px);
}
#et-lp_thanks section {
  width: 90vw;
  max-width: 950px;
  margin: 50px auto;
  line-height: 1.8;
}
#et-lp_thanks section h1 {
  text-align: center;
  padding: 25px 0 0;
  font-size: 2.5rem;
}
#et-lp_thanks section div {
  text-align: center;
  width: 80%;
  margin: 50px auto;
  font-size: 1rem;
  margin-top: 1rem;
}

.rp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .rp-only {
    display: block;
  }
  #et-lp_thanks section h1 {
  font-size: 2.2rem;
}
}
/* --------------資料ダウンロードThanksページ------------ */

/* --------------AIフレームワーク画像とモーダル------------ */
.framework-area {
    margin-top: 60px;
    text-align: center;
    padding: 0 20px;
}

.framework-img-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    cursor: zoom-in;
}

.framework-img-wrap img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.framework-img-wrap:hover img {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.zoom-hint {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    display: block;
    font-weight: bold;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100vh;
    object-fit: contain;
    animation-name: zoom;
    animation-duration: 0.3s;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

@keyframes zoom {
    from {transform: scale(0.8); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    line-height: 1;
    z-index: 10000;
}

.modal-close:hover,
.modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .framework-area {
        margin-top: 40px;
    }
    .modal-content {
        width: 100%;
    }
    .modal-close {
        top: 10px;
        right: 20px;
        font-size: 40px;
    }
}

.framework-text {
    max-width: 1000px;
    margin: -30px auto 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 768px) {
    .framework-text {
        font-size: 15px;
        margin-top: -20px;
        margin-bottom: 30px;
        text-align: left;
    }
    .framework-text br {
        display: none;
    }
}
/* --------------　FVの注釈　------------ */
.form-notes {
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  margin-top: -5px;
  margin-bottom: 20px;
  text-align: center;
}

.form-notes a {
  color: #0090ff;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .form-notes {
    font-size: 10px;
  }
}
/* --------------------------------------------------------
   実績画像とBOXIL画像の横並びレイアウト
-------------------------------------------------------- */
.achievement-header-images {
  display: flex;
  justify-content: center;
  align-items: center; /* 上下中央揃え */
  gap: 40px;           /* 画像間の余白 */
  padding-top: 60px;   /* 上部の余白 */
  padding-left: 60px;  /* 左側のバランス調整 */
  position: relative;
  z-index: 2;
}

/* 画像共通スタイル */
.achievement-header-images .img-box img {
  height: auto;
  display: block;
  /* サイトに合わせて少し影をつける */
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.1));
}

/* 左：既存画像 */
.achievement-header-images .img-box.left img {
  max-width: 450px; /* バランスを見てサイズ調整 */
}

/* 右：BOXIL画像 */
.achievement-header-images .img-box.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 注釈を右寄せ */
}
.achievement-header-images .img-box.right img {
  max-width: 450px;
  border-radius: 12px;
}

/* スマホ対応：縦並びに変更 */
@media (max-width: 900px) {
  .achievement-header-images {
    flex-direction: column;
    gap: 30px;
    padding-left: 0;
    padding-top: 40px;
  }
  .achievement-header-images .img-box.left img {
    max-width: 90%;
    width: 320px; /* スマホでの基準サイズ */
    margin: 0 auto;
  }
  .achievement-header-images .img-box.right img {
    max-width: 90%;
    width: 320px; /* スマホでの基準サイズ */
    margin: 0 auto;
  }  .achievement-header-images .img-box.right {
    align-items: center; /* スマホでは中央揃え */
  }
}

/* --------------------------------------------------------
   テキストの可読性向上 (Readability)
-------------------------------------------------------- */
/* 導入文の調整 */
.achievement-about__text.text-readable {
  font-size: 20px;       /* サイズアップ */
  line-height: 2.0;      /* 行間を広げる */
  font-weight: 500;      /* 少し太く */
  color: #333;           /* 文字色を濃く */
  margin-top: 30px;
  letter-spacing: 0.02em;
}

/* 説明文の調整 */
.text_01.text-readable-lg {
  font-size: 18px;       /* サイズアップ */
  line-height: 2.2;      /* 読みやすく行間をしっかり取る */
  color: #444;           /* コントラスト確保 */
  font-weight: 400;
  margin-top: 20px;
  padding-bottom: 60px;
}

/* スマホ時のテキスト調整 */
@media (max-width: 768px) {
  .achievement-about__text.text-readable {
    font-size: 16px;
    line-height: 1.8;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .text_01.text-readable-lg {
    font-size: 16px;
    line-height: 1.9;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
  }
}

/* --------------------------------------------------------
   「独自の開発ステップで～」見出しのサイズアップ
-------------------------------------------------------- */
.text h2 {
  font-size: 32px;      /* PCサイズ：大きく強調（元はおそらく24px程度） */
  font-weight: 800;     /* 太さを増してインパクトを出す */
  line-height: 1.4;     /* 行間を調整 */
  color: #5664d9;       /* サイトのメインカラー（青）にして注目させる */
  margin-bottom: 20px;  /* 下の文章との余白を広げる */
  letter-spacing: 0.05em;
}

/* スマホ表示時の調整 */
@media (max-width: 768px) {
  .text h2 {
    font-size: 24px;    /* スマホでも読みやすい大きさに */
    line-height: 1.5;
    margin-left: 20px;  /* 既存のレイアウト余白に合わせる */
    margin-right: 20px;
  }
  /* もしスマホで改行位置が気になる場合はbrを無効化 */
  .text h2 br {
    display: none;
  }
}
/* --------------------------------------------------------
   ページトップへ戻るボタン（滑らかVer.）
-------------------------------------------------------- */
#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9000;
    /* 出現時のフェードアニメーション */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px); /* 最初は少し下に隠しておく */
    transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}

/* 表示クラスがついた時 */
#page_top.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#page_top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #5664d9;
    border-radius: 50%;
    text-decoration: none;
    
    /* 通常時の影 */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    
    /* ★滑らかさの肝：変化するプロパティごとにイージングを設定 */
    transition: 
        background-color 0.4s ease,
        transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), /* 慣性のある動き */
        box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ホバー時の挙動 */
#page_top a:hover {
    background-color: #4154c5; /* 少し濃い色へ */
    transform: translateY(-8px); /* 高く浮き上がる */
    /* 浮き上がりに合わせて影を濃く・広く・下へ落とす */
    box-shadow: 0 15px 30px rgba(86, 100, 217, 0.4); 
}

/* 矢印アイコン */
#page_top a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
    margin-top: 6px; /* 視覚的な中央調整 */
    transition: transform 0.4s ease; /* 矢印も少し動かす */
}

/* ホバー時に矢印も少し上に動かす */
#page_top a:hover::after {
    transform: rotate(-45deg) translate(-2px, 2px); 
}

/* スマホ対応 */
@media (max-width: 768px) {
    #page_top {
        bottom: 20px;
        right: 20px;
    }
    #page_top a {
        width: 50px;
        height: 50px;
    }
    #page_top a::after {
        width: 10px;
        height: 10px;
        margin-top: 4px;
    }
}
/* --------------------------------------------------------
   FV内 バッジ画像 (黒帯の右側に配置・崩れ防止)
-------------------------------------------------------- */
.fv-title-area {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top_txt_01 {
  margin-bottom: 0 !important;
}

.fv-badge {
  position: relative;
  z-index: 20;
  top: 50px;
}

.fv-badge img {
  width: 140px;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
}

@media (max-width: 1100px) {
  .fv-title-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .fv-badge {
    order: -1;
    top: 0;
  }
}

@media (max-width: 768px) {
  .fv-title-area {
    margin-bottom: 20px;
    gap: 10px;
  }
  .fv-badge img {
    width: 90px;
  }
  .mainvisual__text {
    margin-top: 40px;
  }
}