/* --- 基本リセット --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --- フォント設定 --- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background-color: #F5FDFF;
}

main{
  padding-bottom: 80px;
}


/* --- リンクスタイル --- */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

/* --- コンテナ --- */
.container {
  margin: 0 auto;
}

/* --- ユーティリティ --- */
.text-center { text-align: center; }
.mt-2 { margin-top: 8px; }
.mt-20{margin-top: 20px;}
.mb-2 { margin-bottom: 8px; }
.p-2 { padding: 8px; }
.hidden { display: none; }
.bold{ font-weight: bold;}

/* --- ヘッダー（モバイル） --- */
.site-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  min-height: 48px;
}

.header-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.logo img {
  display: block;
  height: 40px;
}


.logo a{
display: inline-block;

}


/* ▼▼▼ モバイルでは非表示 ▼▼▼ */
.header-actions {
  display: none;
}

.hero {
  position: relative;
  background-image: url('../img/LP(hunilyu)/DSC_1199.jpg'); /* ← あなたの画像に置き換え */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px 16px;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(50 50 51 / 55%);
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.hero-text h1 {
  font-size: 24px; /* モバイルベース */
  font-weight: bold;
  line-height: 1.4;
  color: #F2F2F2;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
margin-bottom:4px;
}



.hero-text2{
    font-size: 14px;
    color: #F6F7FB;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
display: inline-block;
}

.hero-text3{
    font-size: 13px;
    color: #F6F7FB;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
display: inline-block;
}

.hero-buttons {
  display: none;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.cta-button{
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease;
  text-decoration: none;
}

.cta-button {
  background-color: #007bff;
  color: #fff;
}

.phone-button {
  background-color: #fff;
  color: #007bff;
}


   .highlight {
      color: #ffffff;
      display: inline-block;
      padding: 0 12px;
      border-radius: 4px;
      font-weight: bold;
      font-size: 20px;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
margin-top: 40px;
    }

.uketuke{
display:block;
}


.voice-section {
  background-color: #f8f8f8;
  padding: 24px 16px;
}

.voice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}

.hero ul {
list-style:none;
margin: 45px 0;
}

.kicker {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 10px;
    border-radius: 999px;
background: rgb(0 220 255 / 6%);
    border: 1px solid rgb(23 94 255 / 14%);
    margin: 0 0 12px;
}

.voice-texts {
  flex: 1 1 60%;
  font-size: 16px;
  color: #007b5e;
}

.voice-texts p {
  margin: 8px 0;
}

.voice-image {
  flex: 1 1 35%;
  text-align: center;
}

.voice-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.insert-types {
  text-align: center;
  background-color: #f8f9fc;
  padding: 40px 16px;
}

.insert-types h2 {
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.insert-badge-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.insert-badge {
  background-color: #e5f0fd;
  color: #007bff;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}


.packing-image img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.cta-under-hero {
  text-align: center;
  margin: 40px auto 32px;
}
.cta-main {
  display: inline-block;
  background-color: #f37021;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 14px 24px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}
.cta-main:hover {
  opacity: 0.9;
}

.note {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  text-align: center;
}

.cert-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border-radius: 8px;
  flex-wrap: wrap;
}

.cert-badges .badge {
  width: 70px;
  height: 70px;
  background-color: #ffffffd9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.cert-badges .badge img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}

.badge_title{
    display: block;
font-weight: 500;
letter-spacing: 0.5px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
font-weight: bold;
}

.reasons {
  padding: 2em;
  font-family: "sans-serif";
}
.reasons h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.reasons h2 span {
  border-bottom: 4px solid #f8c42f;
}

.reason-item {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  margin-top: 2em;
}

.reason-item .icon {
  font-size: 2.2rem;
  min-width: 40px;
}

.reason-item .text h3 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: bold;
}
.reason-item .text p {
  margin: 0.5em 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.main_jiseki{
text-align: center;
    font-size: 18px;
    padding: 46px 10px;
    margin: 30px;
}

.box_jiseki{
margin: 50px auto 0;
    max-width: 900px;
    color: black;
    font-weight: 600;
}

.sub_jiseki{
display: block;
}


.solve {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 800;
    /*color: rgba(255, 255, 255, .95);*/
color: #fff2c3;

}

.subnote {
    margin: 0 0 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
}




.pricing-section {
  text-align: center;
  padding: 2rem 1rem;
  font-family: "Helvetica Neue", sans-serif;
  background-color: #fff;
 margin-top:20px;
}

.pricing-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.highlight2 {
  border-bottom: 4px solid #f8c42f;
}

.base-price {
  font-size: 1.25rem;
  margin-top: 1rem;
}

.note2 {
  font-size: 0.9rem;
  margin-left: 0.5rem;
  color: #444;
}

.example {
  font-size: 1rem;
  margin: 10px;
}

.estimate-btn {
  display: inline-block;
  background-color: #f76911;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-size: 1.1rem;
  margin: 1rem 0;
}

.disclaimer {
  font-size: 0.85rem;
  color: #444;
  margin-bottom: 2rem;
}

  .concerns-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 1rem;
  }

  .concern-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7f7f7;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .concern-box img {
    max-width: 100px;
    height: auto;
    margin-bottom: 1rem;
  }

  .concern-box h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .concern-box p {
    font-size: 0.95rem;
    color: #333;
  }


.jisha_main{
line-height: 2;
}

.jisha_sub{
font-size: 16px;
    line-height: 1.7;
}




.solution-section {
  text-align: center;
  padding: 40px 20px;
}
.solution-heading h2 {
  font-weight: bold;
}
.highlight3 {
  border-bottom: 4px solid #f8c42f;
}
.solution-heading p {
  margin-top: 12px;
  font-size: 16px;
  color: #555;
}
.solution-image {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.flow-section {
  padding: 2em 1em;
  text-align: center;
}

.flow-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

.flow-steps {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.step {
  background: #fff;
  border-radius: 12px;
  padding: 1.5em;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.step img {
  width: 100px;
  height: 100px;
  margin-bottom: 0.5em;
}

.step h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0.5em 0;
}

.step p {
  font-size: 0.95em;
  color: #333;
}

.item-list {
  padding: 40px 20px;
  text-align: left;
}

.section-title {
  text-align: center;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}

.list-block {
  margin: 28px 0;
}

.list-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.two-col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
  font-size: 18px;
}


.toi_section{
padding:15px 16px;
}

.toi_section h2{
text-align:center;
color: #007bc3;
margin-bottom: 20px;
}

.form_name,.form_companyname,.form_tel,.form_mail,.form_field{
width:100%;
padding: 3%;
font-size: 16px;
border: 1px solid #A2DCE7;
}

.form_send{
background-color: #007bc3 !important;
    color: #fff !important;
    padding: 15px 0;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-color: #007bc3 !important;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 20px;
    height: 80px;
    margin-top: 20px;
}

.toi_section .ttl{
color: #007bc3;
font-weight: bold;
display: inline-block;
margin-top: 20px;
margin-bottom: 5px;
}

.toi_section .error{
    color: red;
}


/* --- CTA Buttons --- */
.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.cta-phone, .cta-form {
  display: block;
  padding: 10px 0;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  color: #fff;
margin: 5px 0;
box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.cta-phone {
  background: #007bff; /* 青 */
}

.cta-form {
  background: #1c9101; /* グリーン */
}

/* フッター*/

footer{
  padding: 40px 10px 10px 10px;
  background: #ffffff;
}

footer .logo {
  margin-bottom: 40px;
}

footer .logo img{
  width: 143px;
    height: auto;
}

.company_name{
font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;

}


.company_information{
font-size: 14px;
font-weight: bold;
list-style: none;
}

footer .footer_link{
display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 12px;

}

footer .footer_link div{
margin: 0 5px;
    border-bottom: 1px rgb(146, 146, 146) solid;

}


footer .copyright {
    font-weight: 700;
    color: #007bc3;
    font-size: 11px;
    margin: 10px;
    letter-spacing: normal;
    text-align: center;
}

footer .footer_mark{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
footer .footer_mark .badge img{
    width: auto;
    height: 60px;
    margin: 0 5px;

}



.form_send:hover{
cursor: pointer;
}


.graph img{
width: 100%;
    margin-top: 10px;
max-width: 250px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.graph{
margin-bottom:10px;
}






/* --- タブレット以上（768px〜） --- */
@media screen and (min-width: 768px) {

.graph img{
display:none;
}

  h2 span,.solution-heading h2{
    font-size: 27px;
  }

  h3,.reason-item .text h3,.estimate-btn,.step h3,.cta-main,.concern-box h3,.highlight{
    font-size: 20px;
  }

  .reason-item .text p,.example,.step p,.insert-badge,.highlight{
    font-size: 18px;
  }

  .note2,.disclaimer,.note,.concern-box p{
    font-size: 16px;
  }

.base-price strong {
font-size: 27px;
}

.main_jiseki{
font-size: 22px;
}

  .two-col {
    grid-template-columns: repeat(3, 1fr);
  }

  .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flow-steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .step {
    width: 45%;
    min-width: 260px;
  }

    .concerns-section {
      flex-direction: row;
      justify-content: center;
    }
    .concern-box {
      width: 30%;
    }

  .header-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }

  .link-button{
    padding: 20px 40px;
    border-radius: 4px;
    font-size: 20px;
    transition: 0.3s ease;
    display: inline-block;
  }

  .phone-button {
    font-size: 24px;
    font-weight: bold;
  }

.phone-sub{
  font-size: 12px;
  align-items: center;
  font-weight: bold;
display: block;
}

  .link-button {
    background: linear-gradient(45deg, #46C4DB, #127DC0);
    color: #ffffff;
    font-weight: bold;
  }

  
    .hero-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
    .hero-text h1 {
    font-size: 28px;
  }

      .voices p {
        font-size: 18px;
      }

.voice-texts {
  font-size: 20px;
}

  .reason-item {
    max-width: 700px;
    margin: 2em auto;
  }
.list-block{
  margin: 60px 0;
}

.toi_section h2{
font-size:27px;
}

.toi_section .ttl {
    font-size: 18px;
}

  .hero-cta {
    flex-direction: row;
    max-width: 600px;
  }

  .cta-phone, .cta-form {
    flex: 1;
  }

.badge_title,.highlight{
font-size: 24px;
}

.hero-text p{
font-size: 18px;
}

}


/* --- PC表示（1025px〜） --- */
@media screen and (min-width: 1025px) {


  body {
    font-size: 18px;
  }

  .site-header {
    min-height: 73px;
  }
    .hero-text h1 {
    font-size: 36px;
  }
  .pricing-section,.solution-section,.cta-under-hero,.insert-types,.insert-types,.packing-image,.reasons,.voice-section,.pricing-section,.flow-section,.insert-types {
    max-width: 1200px;
    margin: 50px auto;
  }

.toi_section{
    max-width: 900px;
    margin: 0 auto;

}

  section .hero{
    width: 100%;
  }


.footer_top_box{
  display: flex;
justify-content: space-between;
}

.footer_mark{
  align-content: flex-end;
}

.company_flexbox{
  display: flex;
}

footer .footer_mark{
    margin-top: 0;
}

.company_box{
  margin-left: 70px;
}

}

.faq {background: linear-gradient(to bottom, #f8fafc 0%, #ffffff 100%);margin-bottom: 60px;}
.faq-list {max-width: 900px;margin: 0 auto;}
.faq-item {background: white;margin-bottom: 20px;border-radius: 15px;overflow: hidden;box-shadow: 0 5px 20px rgba(0,0,0,0.06);transition: all 0.3s;}
.faq-item:hover {box-shadow: 0 10px 30px rgba(0,0,0,0.1);}
.faq-question {padding: 28px 35px;font-weight: 600;cursor: pointer;transition: all 0.3s;position: relative;color: #1e40af;background: white;font-size: 1.2rem;}
.faq-question:hover {background: #f8fafc;}
.faq-question::after {content: '+';position: absolute;right: 35px;font-size: 1.8rem;transition: transform 0.3s;color: #f59e0b;font-weight: bold;}
.faq-item.active .faq-question::after {transform: rotate(45deg);}
.faq-answer {padding: 0 35px;max-height: 0;overflow: hidden;transition: all 0.3s;color: #4b5563;line-height: 1.8;font-size: 1.1rem;}
.faq-item.active .faq-answer {padding: 28px 35px;max-height: 400px;}

.form-reassurance {
max-width: 600px;
    margin: 5px auto;
    padding: 10px 24px;
    background: #f8fafc;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form-reassurance ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-reassurance li {
  font-size: 16px;
  line-height: 1.8;
  color: #1e3a8a; /* FAQ質問と同系色 */
  font-weight: 600;
}

.form-intro {
  font-size: 15px;   /* 16 → 15 */
  font-weight: 600;  /* 600 → 500 */
  color: #1e40af;
text-align: center;
}

.pricing-title{
margin-bottom:30px;
}

.hero_cta_cover{
    font-size: 13px;
    margin-top: 40px;
}

.toi_image{
margin: 0 auto;
    display: block;
    max-width: 500px;
    width: 100%;
}