
body{
  margin:0;padding:0;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";

}
html{scroll-behavior: smooth;}
*{padding:0;margin: 0;color:#222222}
P{font-size: 15px;font-weight: 400;line-height: 28px;}
img{max-width: 100%;}
.wrapper{max-width: 1300px;margin:0 auto}


.navbar{display: flex;;align-items: center;margin:10px 32px;padding:0;}
.links{margin-right: 0;margin-left: auto;z-index: 99;}
.links a{margin-right: 39px;font-size: 15px;font-weight: 700;color: #222222;text-decoration: none;}
.links a:hover{color:#C0432F}
.navbar .right{display: flex;align-items: center;column-gap: 22px;}

/* 下層ページ専用 - スクロール固定ヘッダー */
.sub-page .navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.sub-page .navbar::after {
  content: '';
  position: absolute;
  top: 0;
  left: -32px;
  right: -32px;
  bottom: 0;
  background: transparent;
  z-index: -1;
  box-shadow: none;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.sub-page.scrolled .navbar::after {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  padding-bottom: 70px;
}


.hero{margin-top: 0px;padding-left: 8vw;display: grid;grid-template-columns: auto 1fr;overflow-x: hidden;padding-bottom: 30px;}
.hero .left h3{font-size: 20px; font-weight: 900;}
.hero .left h3 span{font-size: 25px;font-weight: 900;color:#C0432F;border-bottom: 4px solid #C0432F;font-family: 'Barlow';margin-left: 13px;}
.hero .left h1{font-size: 58px;font-weight: 900;margin-top: 20px;margin-bottom: 20px;}
.hero .left p{font-size: 15px;font-weight: 700;line-height: 25px;max-width: 475px;}
.hero .left{max-width: 775px;padding-top: 1vw;}
.hero .btn{margin-left: 0;margin-top: 15px;}
.hero-img{margin-left: -30px;}
.hero-img img{width: 100%;object-fit: cover;}
.hero .right{display:flex;flex-direction:column;justify-content:center;padding-top:1vw;padding-right:5vw;}
.hero-img2{width:100%;}
.hero-img2 img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,0.15);}
.hero-scroll{
  font-size: 12px;font-family: 'Barlow';font-weight: 700;padding-bottom: 11px;border-bottom: 2px solid #C0432F;
  width: fit-content;margin-right: 0px;margin-left: auto; margin-top: -20px;
}
.g-img{position: absolute;left: 0;top:0;z-index: -1;}

.hero .f-img:nth-of-type(1){margin-top: 65px;margin-left: -67px;}
.hero .f-img:nth-of-type(2){top:0;position: absolute;left: 22vw;}

.sec-title p span{color:#C0432F;font-weight: 700!important;}


.sec1{
  margin-top:10px;
  margin-bottom: 80px;
  position: relative;
  padding-top: 107px;
}


.sec1 .cards{display: grid;grid-template-columns: 1fr 1fr;column-gap: 62px;row-gap:57px}
.sec1 .item{
  -webkit-box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  box-shadow: 0px 0px 99px 0px rgba(192, 67, 47, 0.08);
  border-radius: 10px;
  padding:40px 0;padding-left: 43px;
  background: #fff;
}
.sec1 .item .content{
  display: flex;column-gap: 29px;padding-right: 40px;

}

.sec1 .item h4{
  margin-right: 0;margin-left: auto;width: fit-content;font-size: 25px;font-weight: 700;color: #C0432F;
  border-right: 5px solid #C0432F;padding-right: 20px;font-family: 'Barlow';line-height: 21px;
}

.sec1 .left .circle{
  width: 139px;height: 139px;display: flex;justify-content: center;
  align-items: center;background: #fcf2f2;border-radius: 50%;

}


.sec-title{font-size: 40px;font-weight: 900;text-align: center;line-height: 59px;margin: 120px 0 0 10px;font-family: 'Barlow'}
.sec-title p{font-family: 'Noto Sans JP';margin-top: 26px;}
.sec-title span{color: #C0432F;font-family: 'Noto Sans JP'}
.dif-size{display: inline;font-family: 'Noto Sans JP'}
.sec1 .right h3{padding-top: 18px;font-size:20px;font-weight: 700;margin-bottom: 10px;}
.sec1 .sec1-bg{position: absolute;top:0}
.sec1 .wrapper{z-index: 2;position: relative;}


.sec2{overflow-x: hidden;padding-top: 70px;}
.sec2 .content{padding-left: 8vw;background: #fdf9f9;padding-top: 10px;}
.sec2 .item{display: grid;column-gap: 80px;grid-template-columns: auto 1fr;}
.sec2 .item h4{color:#C0432F;font-size: 22px;font-weight: 700;margin-bottom: 40px;font-family: 'Barlow'}
.sec2 .item h3{font-size: 32px;font-weight: 700;margin-bottom: 28px;}
.sec2 .item p{font-size: 15px;width: 677px;}
.sec2 .item .right{margin-right: -20px;}
.sec2 .item  .left{position: relative;padding-top: 120px;}


.sec2 .item .right img{
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  box-shadow: 0px 0px 99px 0px rgba(192, 67, 47, 0.08);

}
.sec2 .item .text{z-index: 2;position: relative;}
.sec2 .item{margin-bottom: 138px;}
.sec2 .item .nr{
  position: absolute;
  top:-120px;
  left: -70px;
}

.sec2 .item:nth-of-type(1) .nr{margin-top:-20px}
.sec2 .item:nth-of-type(1) .right{margin-top: -10px;}

.sec3{background: #fff;padding-bottom: 100px;position: relative;padding-top: 44px;}
.sec3 h4{font-size: 20px;font-weight: 700;text-align: center;margin-bottom: 10px;}
.sec3 .content{display: grid;grid-template-columns: 1fr 1fr 1fr;column-gap: 110px;row-gap: 100px;}
.sec3 .circle{
  width: 139px;height: 139px;display: flex;justify-content: center;
  align-items: center;border-radius: 50%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  box-shadow: 0px 0px 99px 0px rgba(192, 67, 47, 0.08);
  margin:0 auto;margin-bottom: 35px; background: #fff;
}

.sec3-bg{position: absolute;right: 0;top:0;margin-top: -16%;}
.sec3 .wrapper{position: relative;z-index: 2;}
.sec2 .content .item{z-index: 3;position:relative;}
.sec2 .content .item:last-of-type{margin-bottom:0}

.sec4{margin-top: 100px;}
.sec4 .content{display: grid;grid-template-columns: 1fr 1fr;column-gap: 60px;row-gap: 37px;}
.sec4 .item{
  font-size: 18px;font-weight: 700;border-radius: 46px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  box-shadow: 0px 0px 99px 0px rgba(192, 67, 47, 0.08);
  height: 91px;display: flex;justify-content: center;align-items: center;

}
.sec5{margin-top: 170px;}
/* 料金プランカード: 4列表示*/
.sec5 .content{display: grid !important;grid-template-columns: repeat(3, 1fr) !important;text-align: center;column-gap: 40px;row-gap: 40px;margin-bottom: 60px;max-width: 100%;}
.sec5 ul{max-width: 300px;margin: 0 auto;margin-bottom: 36px;}
/* 料金プランカード: 3列表示*/
/*
.sec5 .content{display: grid;grid-template-columns: 1fr 1fr 1fr;text-align: center;column-gap: 30px;margin-bottom: 60px;}
.sec5 ul{max-width: 271px;margin: 0 auto;margin-bottom: 36px;}*
 */
.sec5 .card{
  text-align: center;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  box-shadow: 0px 0px 99px 0px rgba(192, 67, 47, 0.08);
  padding-top: 40px;padding-bottom: 50px;
  display: flex;flex-direction: column;
}
.sec5 li{list-style-type: none;text-decoration: none!important;font-size: 16px;font-weight: 500;padding:15px 0;border-bottom: #EEEEEE 1px solid;}

/* 料金プラン差分表示用スタイル */
.sec5 li.upgrade {
  color: #007bff;
  font-weight: 600;
}

.sec5 li.new-feature {
  color: #28a745;
  font-weight: 600;
}

.sec5 li.enterprise {
  color: #6c757d;
  font-weight: 600;
}

.sec5 .card h4{font-size: 20px;font-weight: 700;margin-bottom: 15px;}
.sec5 .card .price{
  font-size: 72px;font-weight: 700;color:#BA0A0AFF;margin-left: 5px;margin:0 auto;width: fit-content;margin-bottom: 33px;font-family: 'Barlow'}
.sec5 .card .price span{font-size: 36px;font-weight: 700;color:#222222;margin-bottom: 33px;margin-right: 5px;}
.sec5 a.btn{max-width: 220px;}
a.btn{
  margin:0 auto;
  margin-top: 36px;height: 59px;font-size: 15px;font-weight: 700;color:#fff;max-width: 318px;
  display: flex; justify-content: center;align-items: center;border-radius: 35px;
  background: rgb(236, 0, 0);
  background: -moz-linear-gradient(90deg, rgb(236, 0, 0) 0%, rgb(192, 67, 47) 100%);
  background: -webkit-linear-gradient(90deg, rgb(236, 0, 0) 0%, rgb(192, 67, 47) 100%);
  background: linear-gradient(90deg, rgb(236, 0, 0) 0%, rgb(192, 67, 47) 100%);
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.16);
  box-shadow: 20px 20px 20px 0px rgba(0,0,0,0.16);
  margin-top: auto;width: 100%;position: relative;
  letter-spacing: 2px;
}
a.btn img{position: absolute;right: 34px;}
a{text-decoration: none;}
a.btn:hover{
  box-shadow:none;
  background: rgb(192, 67, 47);
  background: -moz-linear-gradient(90deg, rgb(192, 67, 47) 0%, rgb(236, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(192, 67, 47) 0%, rgb(236, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(192, 67, 47) 0%, rgb(236, 0, 0) 100%);

}

.sec5 .card h5{
  max-width: 250px;height:30px;background: #EEEEEE;border-radius: 20px;margin: 0 auto;display: flex;font-size: 12px;width: 100%;
  justify-content: center;align-items: center;margin-top: 12px;margin-bottom: 48px;
}

.sec5 .card:last-of-type li{border: none;}
.sec5 .card:last-of-type ul{margin-top:auto;margin-bottom: auto;}

.sec5 .wrapper >p{margin:0 auto;max-width: 806px;text-align: center;margin-bottom: 30px;}
.sec5 .wrapper >p span{font-weight: 700;}


.sec6{margin-top: 80px;padding-bottom: 200px}
.sec6 .content{display: grid;grid-template-columns: 1fr 1fr 1fr;column-gap: 30px;}
.sec6 .card h3{font-size: 25px;font-weight: 900;margin-bottom: 15px;text-align: center;margin-top: 28px}
.sec6 .card .text{
  max-width: 300px;
  margin: 0 auto;
  padding: 0 20px;
  flex: 1;
}
.sec6 .card img{
  -webkit-box-shadow: 0px 0px 50px 0px rgb(192, 67, 47, 0.08);
  box-shadow: 0px 0px 99px 0px rgb(192, 67, 47, 0.08);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  background: #f8f9fa;
}
.sec6 .card{
  -webkit-box-shadow: 0px 0px 99px 0px rgb(192, 67, 47, 0.08);
  box-shadow: 0px 0px 50px 0px rgb(192, 67, 47, 0.08);
  padding-bottom: 30px;
  border-radius: 10px;
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sec6 .card  p{line-height: 25px}

.sec7{padding: 100px 0;background: #fdf9f9
}
.sec7 .content{background: #FFF;}
.sec7 .posts{margin:0 50px;max-height: 400px;overflow-y: scroll;margin:0 50px;margin-top: 27px}
.sec7 .posts .post{display: flex;padding:17px 0;border-bottom: #EEEEEE 1px solid;font-family: 'Barlow';align-items: center;}
.sec7 .post-date{font-size:14px;font-weight: 700;margin-right: 20px;color:#C0432F}
.sec7 .post-not{
  font-size:16px;font-weight: 700;margin-right: 20px;color:#fff;width: 100px;height: 30px;border-radius: 20px;
  display: flex; justify-content: center; align-items: center; margin-right: 40px;background: #ba0a0a;
  padding-top: 2px;max-width: 100px;width: 100%;
}

.sec7 .content{padding: 27px 0;padding-bottom: 47px;}
.sec7 .post-text{font-size: 15px;font-weight: 400;font-family: 'Noto Sans JP'}
.sec7 .posts::-webkit-scrollbar
{
  width: 6px;
  background-color: #EEEEEE;
}

.sec7 .posts::-webkit-scrollbar-thumb
{
  background-color: #777777;
  border: 2px solid #777777;
}

.sec7 .post:hover{opacity: 0.8}


.footer{position: relative;overflow:hidden;padding-bottom: 16px;}
.footer .g-img2{position: absolute;right: 0;bottom:0;z-index: -1;}

.footer .wrapper:nth-of-type(1){display: flex;}
.footer .left{margin-top: 190px;}
.footer .left h2{font-size: 40px;font-weight: 900;margin-bottom: 30px;}
.footer .left p{font-size: 15px;font-weight: 400;line-height: 28px;margin-bottom: 70px;max-width: 590px;}
.footer .left h2 span{color:#C0432F}
.footer .left h4{font-size: 18px;font-weight: 700;margin-bottom: 17px;text-align: center;max-width: 318px;}
.footer .left .btn{margin-left: 0;}
.footer .right img{padding-top: 110px;margin-left: 36px;}

.footer h5{font-size: 12px;font-weight: 600;font-family: 'Barlow';margin-top: -500px;}
.footer .bot{display: flex;align-items: end;width: 100%;margin-top:-70px;}
.footer .cert{margin-right: 0;margin-left: auto;margin-bottom: -5px;}

.ham{right:20px;display: none;;z-index: 99;font-size: 28px;display: block;cursor: pointer;}
.overlay-ham {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  background: #fff;
  overflow-x: hidden;
  transition: 0.7s;
  box-shadow: 0px 0 15px rgb(0 0 0 / 10%);


}

.overlay-content {
  position: relative;
  top: 50px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-ham  a {
  padding: 12px 10px;
  text-decoration: none;
  font-size: 20px;
  color: #222;
  display: block;
  transition: 0.3s;
  letter-spacing: 3px;
  font-weight: 500;

}

.overlay-ham  a:hover, .overlay-ham  a:focus {
  color: #C0432F;
}

.overlay-ham .closebtn {
  position: absolute;
  top: 22px;
  right: 40px;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #C0432F;


}

.overlay-ham a{margin: 0;}
.sec2{overflow-y: hidden;}
.mob{display: none;}
.hero .f-img:nth-of-type(1){position: absolute;}

.hero{min-height: 0px;}

@media only screen and (max-width: 1800px) {
  .hero .left h1{font-size: 48px;}
  .hero{padding-left:10vw;}
  .hero .f-img:nth-of-type(2){top:0;position: absolute;left: 18vw;}
  .sec3-bg{position: absolute;right: 0;top:0;margin-top: -13%;}

}

@media only screen and (max-width: 1600px) {

  .hero .f-img{width: 25vw;}

}



@media only screen and (max-width: 1300px) {
  .links a{margin-right: 20px;}
  .wrapper{padding:0 25px}
  .sec2 .content{padding-left: 5vw;}
  .hero{padding-left: 5vw;}
  .sec2 .item{grid-template-columns: 1fr auto;align-items: center;}
  .sec2 .item h3 {font-size: 28px;}
  .sec2 .item p {max-width: 500px;}
  .sec2 .item .left{padding-top: 70px;}
  .sec2 .content {padding-left: 5vw;}

  .sec2 .item .nr {
    position: absolute;
    top: -80px;
    width: 300px;
  }
  .sec2 .item:nth-of-type(1) .nr{top:-100px;margin-top: 0;}
  .sec2 .item{column-gap: 50px;margin-bottom: 100px;}

  .sec2 .item h4{font-size: 18px;}
  .hero .right{z-index: 3;}

  .hero{min-height: 700px;}
}

@media only screen and (max-width: 1200px) {

  .links{display: none;}
  /*.ham{position: relative;margin-right: 0;margin-left: auto;right: auto;} */
  .ham{position: relative;right: 0;}

  .hero .left h1 {
    font-size: 38px;
  }
  .footer .left h2{font-size: 32px;}
  .hero .left h3 {font-size: 16px;}
  .hero .left h3 span {font-size: 20px;}

  .f-img{max-width: 80%;}
  .f-img2{max-width: 80%;}
  .footer .cert img{max-width: 80%;}
  .sec5 .card .monthly-price .currency{font-size: 50px;}
  .sec5 .card .yearly-price .currency{font-size: 50px;}

  a.btn{max-width: 250px;height: 60px;}
  .sec6 .card p{padding:0 10px}
  .sec7 .post-text{padding-right: 15px;}
  .footer .left h4{font-size: 14px;max-width: 250px;}
  .navbar .right{margin-right: 0;margin-left: auto;}

  .hero{min-height: 660px}
  .hero .f-img:nth-of-type(1) {  margin-top: 30px}


}

@media only screen and (max-width: 1000px) {
  .sec2 .item h3 {font-size: 22px;}
  .sec2 .item .left{max-width: 300px;}
  .sec2 .item p {max-width: 100%;}
  .sec2 .item .nr{
    left:-50px;
    position: absolute;
    top: -60px;
    width: 200px;
  }

  .sec1 .left .circle {
    width: 90px;
    height: 90px;
  }
  .sec1 .left .circle img{width: 50px;}
  .sec1 .right h3 {font-size: 18px;}
  .sec1 .item {padding:20px 20px;padding-right: 0;}
  .sec1 .item .content{column-gap: 15px;}
  .sec1 .cards {column-gap: 30px;row-gap: 30px;}
  P{font-size: 14px;line-height: 26px;}

  .sec3 .content{column-gap: 50px;row-gap: 60px;}
  .sec3 .circle {
    width: 100px;
    height: 100px;
  }
  .sec3 .content .circle img{width: 50px;}

  .sec4 .item {
    font-size: 15px;
  }
  .sec4 .content{column-gap: 30px;}


  /* 料金プランを縦並びに */
  .sec5 .content{
    grid-template-columns: 1fr !important;
    max-width: 500px;
    margin: 0 auto;
    row-gap: 40px;
    margin-bottom: 40px;
  }

  /* 料金プランカードの内部調整 */
  .sec5 .card {
    padding: 30px 20px;
  }

  .sec5 ul {
    max-width: 100%;
    padding: 0 20px;
  }

  .sec5 li {
    font-size: 14px;
    padding: 12px 0;
  }

  .footer .right{display: flex;align-items: center;}

  .hero .left h1{font-size: 32px;}
  .hero .left p{max-width: 340px;}



}

@media only screen and (max-width: 800px) {

  .sec2 .item{grid-template-columns: 1fr;row-gap: 40px;}
  .sec2 .item .left{max-width: initial;margin-right: 25px;}
  .sec2 .item p{max-width: initial;width: auto;}

  .sec2 .item .nr {top:-30px}
  .sec2 .item:nth-of-type(1) .nr{top:-50px}
  .sec-title {font-size: 30px;}


  .sec1 .left .circle {
    width: 60px;
    height: 60px;
  }
  .sec1 .left .circle img{width: 35px;}
  .sec1 .right h3{font-size: 16px;}
  .sec1 .item{padding-top: 10px;}
  .sec1 .item h4{font-size: 20px;}
  .sec1 .item .content{padding-right: 20px;flex-direction: column;}
  .sec3 .content{grid-template-columns: 1fr 1fr;}
  .sec4 .item {
    font-size: 12px;
  }
  .sec-title{padding:0 25px;font-size: 24px;line-height: initial;}
  .sec-title p{margin-top: 5px;}

  .sec6 .card h3 {font-size: 18px;}
  .sec6 .content {grid-template-columns: 1fr;max-width: 300px;margin: 0 auto;row-gap: 60px;}
  .sec6{padding-bottom: 100px;}

  .sec7 .post-text{font-size: 13px;}
  .sec7 .post-not{font-size: 14px;margin-right: 20px;max-width: 75px;}
  .sec7{padding-top: 50px;}

  .footer .left h2{font-size: 26px;}
  .footer .left{margin-top: 100px;}
  .footer .bot{margin-top: 0;}
  .footer{padding-bottom: 16px;}
  .sec1{margin-top: 60px;}

  .f-img{max-width: 40%;}
  .hero{grid-template-columns: 1fr;margin-top: 0;}

  .hero .f-img:nth-of-type(1) {
    margin-top: -180px;
    margin-left: auto;
    max-width: 40%;
  }
  .hero .left p {position: relative;z-index: 3;}

  .sec2 .content{padding-right: 3vw;padding-left: 3vw;}
  .sec2 .item .right{margin-right: 0;}


  .hero{min-height: auto}
  .hero .f-img:nth-of-type(1){  position: relative;}
  .hero .f-img{width: 40%;}
}

@media only screen and (max-width: 640px) {
  .sec4 .content{grid-template-columns: 1fr;}
  .sec4 .item{max-width: 320px;margin:0 auto;width: 100%;}

  /* スマホ向け料金プランの調整 */
  .sec5 .content {
    max-width: 100%;
    padding: 0 15px;
  }

  .sec5 .card {
    padding: 25px 15px;
  }

  .sec5 .card .price {
    height: 100px;
  }

  .sec5 .card .monthly-price .currency{font-size: 48px;}
  .sec5 .card .yearly-price .currency{font-size: 48px;}

  .monthly-price .period,
  .yearly-price .period {
    font-size: 14px;
  }

  .yearly-total {
    font-size: 16px;
    top: 70px;
  }

  .sec5 li{
    font-size: 13px;
    padding: 10px 0;
  }

  .sec5 .card h4{
    margin-bottom: 10px;
    font-size: 18px;
  }

  .sec5 .card h5{
    margin-bottom: 20px;
    font-size: 11px;
    max-width: 100%;
  }

  .sec5 ul {
    margin-bottom: 25px;
  }

  .sec5 a.btn {
    max-width: 100%;
    font-size: 14px;
    height: 55px;
  }

  .hero{row-gap: 50px;}
  .hero .f-img:nth-of-type(1) {max-width: 32%;}
  .hero .left{padding-top: 0;}
  .hero .left h3 span{border-bottom: 3px solid #C0432F;}
  .navbar{margin:20px 25px}
}

@media only screen and (max-width: 500px) {
  .hero .left h1 { font-size: 26px;}
  .hero .left h3 {font-size: 14px;}
  .hero .left h3 span{font-size: 16px;}
  .hero .f-img:nth-of-type(1) {margin-top: -100px;}
  .hero .left p{font-size: 13px;}

  .sec1 .cards { grid-template-columns: 1fr}
  .sec1 .item .content{flex-direction: row;}
  .sec3 .content {
    column-gap: 30px;
    row-gap: 30px;
  }
  .sec7 .posts .post{display: grid;row-gap: 10px;}
  .sec7 .post-not{font-size: 13px;}
  .sec7 .post-date{font-size: 12px;}
  .sec7 .posts {margin:0 20px}
  .footer .right{position: absolute;max-width: 50%;right: 0px;bottom:180px}
  .footer .right img{padding: 0;}
  .footer .left{z-index: 2;}
  .footer .left h2 {font-size: 22px;}
  .footer .bot{margin-top: 30px;}
  .footer{padding-bottom: 30px;}

  .mob{display: block;}
  .pc{display: none;}
}
@media only screen and (max-width: 420px) {
  .sec2{padding-top: 10px;}
  .sec-title { font-size: 22px;padding:0 15px}
  .wrapper{padding:0 15px}
  .sec1{padding-top: 60px;}

  .sec2 .item .nr {
    left: -50px;
    position: absolute;
    top: -0px;
    width: 130px;
  }
  .sec2 .item:nth-of-type(1) .nr{top:-30px}
  .sec2 .item .left {
    padding-top: 60px;
  }
  .sec2 .item h3{font-size: 18px;margin-bottom: 15px;}
  .sec2 .item p{font-size: 13px;line-height: initial;}
  .sec2 .item { margin-bottom: 40px}
  .sec2 .item h4 {font-size: 13px;margin-top: 10px;}
  .sec3 .content{grid-template-columns: 1fr;}
  .sec3 h4{font-size: 18px;}
  .sec4{margin-top: 60px;row-gap: 20px;}
  .sec4 .item{height: 70px;}
  .sec5{margin-top: 90px;}
  .sec-title {margin-bottom: 25px;}
  .footer .left h4{max-width: 200px;font-size: 12px;margin-bottom: 10px;}
  .footer h5{font-size: 10px;}
  .footer .left {margin-top: 40px;}
  .sec7{padding:30px 0}
  .sec6{padding-bottom: 30px;}

  .sec2 .item .nr{left: -40px;}
  .sec2 .content{padding-left: 15px;padding-right: 15px;}

  P {
    font-size: 13px;
    line-height: initial;
  }
  .sec3 .item p{max-width: 280px;margin:0 auto}
}

@media only screen and (max-width: 360px) {

  a.btn {
    max-width: 200px;
    height: 55px;
  }
  .hero .left h1 {font-size: 24px}
  .sec1 .item .content{flex-direction: column;}
  .sec1 .item .content h3{text-align: center;}
  .sec1 .item .circle{margin:0 auto}
  .sec1 .right h3 {font-size: 14px;}
  p{font-size: 13px;line-height: initial;}


}


.fs6 {font-size: 6px;}
.fs7 {font-size: 7px;}
.fs8 {font-size: 8px;}
.fs9 {font-size: 9px;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs24 {font-size: 24px;}
.p1rem {padding: 1rem !important;}
.p2rem {padding: 2rem !important;}
.p3rem {padding: 3rem !important;}

.m05rem {margin: 0.5rem !important;}
.m1rem {margin: 1rem !important;}
.m2rem {margin: 2rem !important;}
.m3rem {margin: 3rem !important;}
a {text-decoration: none;}

h3 {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
  margin: 0;
}
.fw-6 {font-weight: 600 !important;}

section {display: block;}

.cat-color {
  /*  background-color: #f6f6f6;*/
  background-color: #fff;
}

.flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-fg2 {
  flex: 0 0 auto;
  flex-grow: 2;
  width: 33%;
}
@media (max-width: 768px){
  .block-fg2 {
    width: 100%;
  }
}

/* category block */
.cat-blocks {
  max-width: 1168px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.cat-blocks-wrapper a {
  display: grid;
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(72, 72, 72, 0.28);
  padding: 30px;
  text-align: center;
  color: #585858;
  text-decoration: none;
}

.cat-blocks-wrapper a .cat-block-image {
  margin: 0 auto 30px;
  width: 60px;
  height: 60px;
}

.cat-icon {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.cat-desc {
  font-size: 16px;
  line-height: 16px;
  color: #585858;
}

/* category page*/
.cat-title{
  font-size: 24px;
  line-height: 26px;
  color: #585858;
}

.cat-list{
  display: block;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.cat-list a {
  color: #585858;
  text-decoration: none;
}

.cat-item{
  display: block;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #e1e1e1;
}

html{position: relative;min-height: 100%;}
body {
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
}
/* フッターのスタイル（terms.html用） */
footer nav {
  padding: 2.4rem 0;
  background: #002780;
}
footer nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li {
  display: inline-block;
  padding: 0 1.5rem;
}
footer nav ul li a {
  color: #fff;
  text-decoration: none;
}
footer nav ul li a:hover{
  color: #ccc;
  text-decoration: none;
}
footer small.copyright {
  display: block;
  padding: 2.4rem 2rem;
  color: #A7A7A7;
  font-size: 1.0rem;
  text-align: center;
}


/* 利用シーンセクション用の追加CSS */
.sec4-2 {
  margin-top: 100px;
  padding: 80px 0;
  background: #f8f9fa;
}

.sec4-2 .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 40px;
}

.sec4-2 .item {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  transition: transform 0.3s ease;
}

.sec4-2 .item:hover {
  transform: translateY(-5px);
}

.sec4-2 .item .icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.sec4-2 .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.sec4-2 .item p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

/* ガイドページ共通セクション */
.guide-section {
  padding: 20px 0;
  background: #f8f9fa;
  margin-top: 60px;
}

.explanation-content {
  display: block;
  margin-top: 50px;
}

.explanation-box {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(192, 67, 47, 0.08);
  margin-bottom: 30px;
}

.explanation-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.explanation-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.explanation-box ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.explanation-box li {
  font-size: 15px;
  padding: 8px 0;
  color: #555;
}

.explanation-box .note {
  background: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #007bff;
  margin-top: 20px;
}

@media only screen and (max-width: 1000px) {
  .explanation-box {
    padding: 30px;
  }
}

/* 料金プラン切り替えトグル */
.pricing-toggle {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.toggle-container {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 8px 20px;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(192, 67, 47, 0.1);
}

.toggle-label {
  font-size: 16px;
  font-weight: 600;
  color: #666;
  transition: color 0.3s ease;
}

.toggle-label.active {
  color: #C0432F;
}

.toggle-switch {
  width: 60px;
  height: 30px;
  background: #e0e0e0;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s ease;
}

.toggle-switch.active {
  background: #C0432F;
}

.toggle-button {
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.toggle-button.active {
  left: 32px;
}

.discount-badge {
  background: #28a745;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
}

/* 料金表示の統一 - 全プランで同じ高さ */
.sec5 .card .price {
  position: relative;
  margin-bottom: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.monthly-price, .yearly-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  top: 15px;
  transition: opacity 0.3s ease;
}

.yearly-price {
  opacity: 0;
  visibility: hidden;
}

.yearly-price .currency,
.monthly-price .currency {
  font-size: 84px;
  font-weight: 700;
  color: #BA0A0AFF;
  font-family: 'Barlow';
}



.yearly-price .period,
.monthly-price .period {
  font-size: 8px;
  color: #666;
  margin-left: 5px;
}

.yearly-price .price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  white-space: nowrap;
}

.yearly-total {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #333;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.sec5 .card .price .daily-price-wrapper {
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}

.sec5 .card .price .daily-price-wrapper .monthly-subtitle,
.sec5 .card .price .daily-price-wrapper .yearly-subtitle {
  font-size: 12px !important;
  color: #888 !important;
  font-weight: normal !important;
  margin: 0 !important;
  transition: opacity 0.3s ease;
}

.sec5 .card .price .daily-price-wrapper .yearly-subtitle {
  display: none !important;
}

.sec5 .card .price .daily-price-wrapper .yearly-subtitle.active {
  display: inline !important;
}

.sec5 .card .price .daily-price-wrapper .monthly-subtitle.hidden {
  display: none !important;
}

.sec5 .card .price .discount {
  background: #28a745;
  color: white;
  padding: 1px 2px;
  border-radius: 4px;
  font-size: 20px !important;
  font-weight: 400;
  white-space: nowrap;
  margin-left: 3px;
}

/* 料金プランの4列対応 */
.sec5 .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}

/* 比較表セクション */
.comparison-section {
  margin-top: 100px;
  padding: 80px 0;
  background: #fff;
}

.comparison-table-wrapper {
  overflow-x: auto;
  margin-bottom: 60px;
  box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  border-radius: 12px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  min-width: 800px;
}

.comparison-table th,
.comparison-table td {
  padding: 20px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.comparison-table th {
  background: #212529;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.comparison-table th.highlight {
  background: #c0432f;
}

.comparison-table td.highlight {
  background: #fff5f5;
  border-left: 4px solid #c0432f;
  font-weight: 600;
}

.comparison-table td.comparison-item {
  background: #f8f9fa;
  font-weight: 700;
  width: 180px;
}

.comparison-table .check {
  color: #28a745;
  font-size: 18px;
  margin-right: 8px;
}

.comparison-table .cross {
  color: #dc3545;
  font-size: 18px;
  margin-right: 8px;
}

.comparison-table .triangle {
  color: #ffc107;
  font-size: 18px;
  margin-right: 8px;
}

.comparison-table .question {
  color: #6c757d;
  font-size: 18px;
  margin-right: 8px;
}

/* 強調ポイント */
.comparison-highlights {
  text-align: center;
}

.comparison-highlights h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #c0432f;
}

.highlight-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.highlight-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 50px 0px rgba(192, 67, 47, 0.08);
  text-align: center;
}

.highlight-card .highlight-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.highlight-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.highlight-card p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 1200px) {
  .sec5 .content {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .sec5 .content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .comparison-table th,
  .comparison-table td {
    padding: 15px 10px;
    font-size: 14px;
  }

  .comparison-table td.comparison-item {
    width: 140px;
  }
}

@media only screen and (max-width: 800px) {
  .sec4-2 .content {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .sec5 .content {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .highlight-cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .comparison-table-wrapper {
    margin: 0 -20px;
  }
}

/* PPAPセクション固有CSS（guide-sectionで統合済み） */

.ppap-content {
  display: block;
  margin-bottom: 60px;
}

.ppap-box {
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
}

.ppap-box.danger {
  background: #fef2f2;
  border: 2px solid #fecaca;
}

.ppap-box.success {
  background: #f0fff4;
  border: 2px solid #bbf7d0;
}

.ppap-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ppap-box.danger h3 {
  color: #dc2626;
}

.ppap-box.success h3 {
  color: #059669;
}

.ppap-box p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.ppap-box.danger p {
  color: #7f1d1d;
}

.ppap-box.success p {
  color: #064e3b;
}

/* PPAP略語説明 */
.ppap-acronym {
  display: grid;
  gap: 15px;
}

.acronym-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  border-left: 4px solid #dc2626;
}

.acronym-item .letter {
  font-weight: 900;
  font-size: 20px;
  color: #dc2626;
  min-width: 20px;
}

.acronym-item span:last-child {
  color: #374151;
  font-weight: 500;
}

/* PPAP問題点 */
.ppap-problems {
  margin-top: 40px;
}

.ppap-problems h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #dc2626;
}

.problem-items {
  display: grid;
  gap: 20px;
}

.problem-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border-left: 4px solid #dc2626;
}

.problem-icon {
  font-size: 20px;
  margin-top: 2px;
  min-width: 20px;
}

.problem-item strong {
  font-weight: 700;
  color: #dc2626;
  display: block;
  margin-bottom: 8px;
}

.problem-item p {
  color: #374151;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

/* file2u.linkの解決策 */
.solution-items {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  border-left: 4px solid #059669;
}

.solution-icon {
  font-size: 20px;
  color: #059669;
  margin-top: 2px;
  min-width: 20px;
}

.solution-item strong {
  font-weight: 700;
  color: #059669;
  display: block;
  margin-bottom: 8px;
}

.solution-item p {
  color: #374151;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

/* 政府推奨メモ */
.government-note {
  padding: 20px;
  background: #ecfdf5;
  border-radius: 8px;
  border: 1px solid #bbf7d0;
}

.government-note p {
  margin: 0;
  color: #064e3b;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* PPAP CTA */
.ppap-cta {
  text-align: center;
}

.ppap-cta-box {
  background: #dbeafe;
  padding: 40px 30px;
  border-radius: 12px;
  border: 2px solid #93c5fd;
  max-width: 600px;
  margin: 0 auto;
}

.ppap-cta-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 15px;
}

.ppap-cta-box p {
  font-size: 16px;
  color: #1e40af;
  margin-bottom: 25px;
  line-height: 28px;
}

.ppap-cta-box .btn {
  margin: 0 auto;
}

/* レスポンシブ対応 */
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 900px) {

  .ppap-box {
    padding: 30px 20px;
  }

  .ppap-cta-box {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .guide-section {
    padding: 40px 0;
  }

  .ppap-box h3 {
    font-size: 20px;
  }

  .acronym-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .acronym-item .letter {
    font-size: 18px;
  }

  .problem-item,
  .solution-item {
    padding: 15px;
  }

  .ppap-problems h4 {
    font-size: 18px;
  }

  .ppap-cta-box h4 {
    font-size: 20px;
  }

  .ppap-cta-box p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  .ppap-box {
    padding: 20px 15px;
  }

  .problem-item,
  .solution-item {
    flex-direction: column;
    gap: 10px;
  }

  .ppap-cta-box {
    padding: 25px 15px;
  }
}

/* PDF共有機能セクション */
.pdf-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  margin: 60px 0;
}

.pdf-section .sec-title {
  margin-bottom: 60px;
}

.pdf-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pdf-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.pdf-feature-item {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(192, 67, 47, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

.pdf-feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(192, 67, 47, 0.15);
}

.pdf-feature-icon {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}

.pdf-feature-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #C0432F;
  margin-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

.pdf-feature-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.pdf-use-cases {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(192, 67, 47, 0.08);
}

.pdf-use-cases h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.use-case-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.use-case-item {
  background: linear-gradient(135deg, #C0432F 0%, #d4524d 100%);
  border-radius: 12px;
  padding: 25px;
  color: white;
  transition: transform 0.3s ease;
}

.use-case-item:hover {
  transform: translateY(-5px);
}

.use-case-item strong {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.use-case-item p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/* レスポンシブデザイン */
@media only screen and (max-width: 768px) {
  .pdf-section {
    padding: 50px 0;
    margin: 40px 0;
  }

  .pdf-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pdf-feature-item {
    padding: 25px 20px;
  }

  .pdf-feature-icon {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .pdf-feature-item h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .pdf-use-cases {
    padding: 30px 20px;
    margin: 0 10px;
  }

  .pdf-use-cases h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .use-case-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .use-case-item {
    padding: 20px;
  }
}

/* フローセクション */
.flow-section {
  background: #fff;
  padding: 80px 0;
  margin: 60px 0;
}

.flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.flow-step {
  flex: 1;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(192, 67, 47, 0.1);
  position: relative;
}

.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #C0432F;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.step-icon {
  font-size: 40px;
  margin: 20px 0;
}

.flow-step h4 {
  font-size: 18px;
  font-weight: 700;
  color: #C0432F;
  margin-bottom: 15px;
}

.flow-step p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.flow-arrow {
  font-size: 24px;
  color: #C0432F;
  font-weight: bold;
}

.flow-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.benefit-item {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}

.benefit-icon {
  font-size: 35px;
  display: block;
  margin-bottom: 15px;
}

.benefit-item strong {
  font-size: 16px;
  color: #C0432F;
  display: block;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}

/* ユースケースシナリオ */
.use-case-scenarios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 30px;
}

.scenario-item {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #C0432F;
}

.scenario-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.scenario-header .icon {
  font-size: 30px;
}

.scenario-header h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.scenario-problem, .scenario-solution {
  margin-bottom: 15px;
}

.scenario-problem h5, .scenario-solution h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #C0432F;
}

.scenario-problem p {
  background: #fff2f2;
  padding: 15px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  border-left: 3px solid #ff6b6b;
}

.scenario-solution p {
  background: #f0fff4;
  padding: 15px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  border-left: 3px solid #28a745;
}

.scenario-solution strong {
  color: #28a745;
}

/* 料金プラン更新 */
.card.popular {
  position: relative;
  border: 2px solid #C0432F;
}

.popular-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #C0432F;
  color: white;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 700;
}

.card h5 small {
  font-size: 11px;
  color: #666;
}

/* レスポンシブデザイン */
@media only screen and (max-width: 768px) {
  .flow-steps {
    flex-direction: column;
    gap: 30px;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .flow-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .use-case-scenarios {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .scenario-item {
    padding: 20px;
  }

}

/* Pricing section */
.pricing-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.pricing-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-section .section-header h2 {
  color: white;
  margin-bottom: 15px;
  font-size: 2.2em;
}

.section-subtitle {
  font-size: 1.1em;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.plan-card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  color: #333;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.plan-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.plan-card.recommended {
  transform: scale(1.05);
  border: 3px solid #ffd700;
}

.plan-card.recommended:hover {
  transform: scale(1.05) translateY(-10px);
}

.plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffd700, #ff8c00);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.plan-header h3 {
  margin: 0 0 15px 0;
  font-size: 1.8em;
  color: #2c3e50;
}

.price {
  margin-bottom: 10px;
}

.price .amount {
  font-size: 3em;
  font-weight: bold;
  color: #2c3e50;
  line-height: 1;
}

.price .period {
  font-size: 1.2em;
  color: #7f8c8d;
  margin-left: 5px;
}

.plan-subtitle {
  color: #7f8c8d;
  margin: 0 0 30px 0;
  font-size: 1em;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: left;
}

.plan-features li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95em;
  line-height: 1.4;
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-btn {
  display: inline-block;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}

.plan-btn:hover {
  background: linear-gradient(135deg, #5a67d8, #6b46c1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  color: white;
  text-decoration: none;
}

.recommended .plan-btn {
  background: linear-gradient(135deg, #ffd700, #ff8c00);
  color: #333;
}

.recommended .plan-btn:hover {
  background: linear-gradient(135deg, #ffed4a, #ff7849);
  color: #333;
  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.3);
}

.pricing-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 40px 0 60px 0;
  padding: 0 20px;
}

.pricing-note {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.note-icon {
  font-size: 2em;
  margin-bottom: 15px;
}

.pricing-note h4 {
  color: white;
  margin: 0 0 10px 0;
  font-size: 1.1em;
}

.pricing-note p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
}

.pricing-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 60px;
}

.benefit-item {
  text-align: center;
  padding: 30px 20px;
}

.benefit-icon {
  font-size: 3em;
  margin-bottom: 20px;
}

.benefit-item h4 {
  color: #333;
  margin: 0 0 15px 0;
  font-size: 1.3em;
}

.benefit-item p {
  opacity: 0.9;
  line-height: 1.6;
  font-size: 0.95em;
}

/* Pricing responsive */
@media (max-width: 768px) {
  .pricing-plans {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .plan-card.recommended {
    transform: none;
  }

  .plan-card.recommended:hover {
    transform: translateY(-10px);
  }

  .pricing-benefits {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pricing-notes {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0 40px 0;
  }

  .pricing-note {
    padding: 20px 15px;
  }

  .pricing-section .section-header h2 {
    font-size: 1.8em;
  }

  .price .amount {
    font-size: 2.5em;
  }
}

/* ========================================
   Collect Box Section Styles
   ======================================== */

.collect-box-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.collect-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.collect-box-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.collect-box-section .wrapper {
  position: relative;
  z-index: 1;
}

/* Intro Section */
.collect-box-intro {
  margin: 60px 0;
}

.collect-box-intro .intro-text h3 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-weight: 700;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.scenario-card {
  background: white;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.scenario-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(192, 67, 47, 0.15);
  border-color: rgba(192, 67, 47, 0.2);
}

.scenario-icon {
  font-size: 2.5em;
  margin-bottom: 16px;
  text-align: center;
}

.scenario-card h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
  text-align: center;
}

.scenario-card p {
  font-size: 0.95em;
  line-height: 1.7;
  color: #555;
  text-align: center;
}

/* Features Grid */
.collect-box-features {
  margin: 80px 0;
}

.collect-box-features h3 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
  font-weight: 700;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.feature-item {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.4s ease;
  border: 2px solid #f0f0f0;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(192, 67, 47, 0.12);
  border-color: #C0432F;
}

.feature-number {
  position: absolute;
  top: -20px;
  left: 30px;
  background: linear-gradient(135deg, #C0432F, #d15942);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(192, 67, 47, 0.3);
}

.feature-content {
  margin-top: 20px;
}

.feature-icon-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.feature-icon {
  font-size: 3em;
  background: linear-gradient(135deg, #fff3f0, #ffe8e3);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(192, 67, 47, 0.1);
}

.feature-content h4 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.feature-content p {
  font-size: 1em;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.feature-details {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
}

.feature-details li {
  padding: 8px 0;
  color: #444;
  font-size: 0.95em;
  line-height: 1.6;
  border-bottom: 1px solid #e0e0e0;
}

.feature-details li:last-child {
  border-bottom: none;
}

/* Flow Section */
.collect-box-flow {
  margin: 80px 0;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.collect-box-flow h3 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
  font-weight: 700;
}

.flow-container {
  max-width: 600px;
  margin: 0 auto;
}

.flow-item {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #C0432F;
  transition: all 0.3s ease;
}

.flow-item:hover {
  transform: translateX(10px);
  box-shadow: 0 6px 25px rgba(192, 67, 47, 0.15);
}

.flow-step-num {
  display: inline-block;
  background: #C0432F;
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 16px;
}

.flow-content-box h4 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.flow-content-box p {
  font-size: 1em;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.flow-arrow-down {
  text-align: center;
  font-size: 2em;
  color: #C0432F;
  margin: 20px 0;
  font-weight: 700;
}

/* Benefits Section */
.collect-box-benefits {
  margin: 80px 0;
}

.benefits-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.benefit-col {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 2px solid #f0f0f0;
}

.benefit-col:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border-color: #C0432F;
}

.benefit-icon-large {
  font-size: 4em;
  margin-bottom: 20px;
}

.benefit-col h4 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.benefit-col p {
  font-size: 1em;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* CTA Section */
.collect-box-cta {
  margin: 80px 0 40px 0;
}

.collect-box-cta .cta-box {
  background: linear-gradient(135deg, #C0432F, #d15942);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(192, 67, 47, 0.3);
}

.collect-box-cta .cta-box h3 {
  font-size: 2.2em;
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
}

.collect-box-cta .cta-box p {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  line-height: 1.6;
}

.collect-box-cta .btn {
  background: white;
  color: #C0432F;
  padding: 18px 40px;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.collect-box-cta .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  background: #f8f9fa;
}

/* Responsive Design */
@media (max-width: 768px) {
  .collect-box-section {
    padding: 60px 0;
  }

  .scenario-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .flow-container {
    padding: 0 20px;
  }

  .benefits-wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .collect-box-flow {
    padding: 40px 20px;
  }

  .collect-box-cta .cta-box {
    padding: 40px 20px;
  }

  .collect-box-cta .cta-box h3 {
    font-size: 1.6em;
  }

  .collect-box-intro .intro-text h3,
  .collect-box-features h3,
  .collect-box-flow h3 {
    font-size: 1.6em;
  }
}

/* ========================================================================
   Features Page Styles
   ======================================================================== */

/* Features Page Header */
.features-page-header {
  background: linear-gradient(135deg, #C0432F 0%, #8B2F21 100%);
  padding: 40px 20px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.features-page-header h1 {
  color: white;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
}

.features-page-header .lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1em;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.features-page-header .lead strong {
  color: #FFD700;
  font-weight: 700;
}

/* Features Security Section */
.features-security-section {
  background: #fff;
  padding: 80px 20px;
  margin-top: 60px;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.security-item {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.security-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.security-icon {
  font-size: 3.5em;
  margin-bottom: 20px;
  display: block;
}

.security-item h4 {
  font-size: 1.4em;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.security-item p {
  font-size: 0.95em;
  line-height: 1.7;
  color: #555;
}

/* Features CTA Section */
.features-cta-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 80px 20px;
  text-align: center;
  margin-top: 60px;
}

.features-cta-section h2 {
  color: white;
  font-size: 2.4em;
  font-weight: 900;
  margin-bottom: 20px;
}

.features-cta-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1em;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary-large,
.btn-secondary-large {
  display: inline-block;
  padding: 18px 50px;
  font-size: 1.1em;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-primary-large {
  background: #C0432F;
  color: white;
  border-color: #C0432F;
}

.btn-primary-large:hover {
  background: #8B2F21;
  border-color: #8B2F21;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(192, 67, 47, 0.4);
}

.btn-secondary-large {
  background: transparent;
  color: white;
  border-color: white;
}

.btn-secondary-large:hover {
  background: white;
  color: #222;
  transform: translateY(-3px);
}

/* Navbar active state */
.navbar .links a.active {
  color: #C0432F;
  border-bottom: 2px solid #C0432F;
  padding-bottom: 4px;
}

/* Responsive adjustments for features page */
@media (max-width: 768px) {
  .features-page-header {
    padding: 60px 20px 40px;
  }

  .features-page-header h1 {
    font-size: 2em;
  }

  .features-page-header .lead {
    font-size: 1em;
  }

  .security-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .features-cta-section h2 {
    font-size: 1.8em;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary-large,
  .btn-secondary-large {
    width: 100%;
    max-width: 300px;
    padding: 16px 40px;
    font-size: 1em;
  }
}

/* ====================================
   Info Cards Section
   ==================================== */

.info-cards-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.info-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.info-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.info-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.info-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.btn-link {
  display: inline-block;
  color: #3498db;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.btn-link:hover {
  color: #2980b9;
}

/* Responsive */
@media (max-width: 992px) {
  .info-cards {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .info-cards-section {
    padding: 50px 0;
  }

  .info-card {
    padding: 30px 20px;
  }

  .info-icon {
    font-size: 50px;
  }

  .info-card h3 {
    font-size: 20px;
  }
}



.site-footer {
  background-color: #002780;
  padding: 40px 0 10px 0;
  font-size: 14px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 20px;
}

.footer-column h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3498db;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.footer-column ul li a:hover {
  color: #3498db;
  padding-left: 5px;
}

.footer-bottom {
  border-top: 1px solid #34495e;
  padding-top: 10px;
  text-align: center;
}

.footer-bottom .copyright {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .site-footer {
    padding: 40px 0 20px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer-column h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }
}

/* ===== features-trio section ===== */
.features-trio {
    background: #fff;
    padding: 0px 0 0;
}

.features-trio .trio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.trio-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 20px 20px;
    gap: 16px;
}

.trio-text {
    flex: 1;
    min-width: 0;
    padding-top: 8px;
}

.trio-tag {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    padding: 4px 14px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.tag-okuru  { background: #C0432F; }
.tag-miseru { background: #3a6abf; }
.tag-uketoru{ background: #2e8a6a; }

.trio-item h3 {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    color: #222;
    margin: 0;
}

.trio-img {
    flex: 0 0 60%;
    max-width: 60%;
}
.trio-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* feature badges row */
.feature-badges {
    display: flex;
    justify-content: center;
    gap: 0;
  /*   background: #f5f7fa;*/
    background: #ffffff;
    border-top: 1px solid #e8eaf0;
    border-bottom: 1px solid #e8eaf0;
    padding: 28px 5vw;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    min-width: 160px;
    flex: 1;
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.badge-icon i {
    font-size: 40px;
    color: #C0432F;
}

.badge-item span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    color: #444;
    text-align: left;
}

/* ===== features-trio Responsive ===== */

/* タブレット縦～スマホ横（900px以下） */
@media only screen and (max-width: 900px) {
    .features-trio .trio-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .trio-img {
        flex: 0 0 42%;
        max-width: 42%;
    }
    .feature-badges {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 20px 16px;
    }
    .badge-item {
        min-width: 0;
        flex: none;
        padding: 10px 12px;
    }
}

/* ヒーロー1カラム切り替えに合わせる（800px以下） */
@media only screen and (max-width: 800px) {
    .hero .right {
        display: block;
        padding-top: 0;
        padding-right: 0;
    }
    .hero-img2 img {
        border-radius: 8px;
    }
}

/* スマホ縦（600px以下） */
@media only screen and (max-width: 600px) {
    .trio-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
    }
    .trio-text {
        padding-top: 0;
    }
    .trio-img {
        flex: none;
        max-width: 100%;
        width: 100%;
        margin-top: 12px;
    }
    .feature-badges {
        grid-template-columns: 1fr;
        padding: 16px;
    }
    .badge-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }
    .badge-icon i {
        font-size: 17px;
    }
    .badge-item span {
        font-size: 12px;
    }
}
