#fv {
   background: url("../img/index/fv-bg.jpg") no-repeat center top/cover;
   position: relative;
}

@media screen and (max-width: 767px) {
   #fv {
      background: transparent;
   }

   #fv:before {
      display: none;
   }
}

/* -- -- */
#sec1 {
   padding-top: 80px;
}

#sec1 h2 img {
   position: absolute;
   left: -24px;
   top: -9px;
}

#sec1 h2 .h2-text {
   padding-left: 42px;
   position: relative;
}

#sec1 .box {
   padding-top: 20px;
}

#sec1 .box .sub-title {
   font-size: 26px;
   font-family: "YuGothic";
   font-weight: bold;
   line-height: 1.2;
}

#sec1 .box img {
   margin-top: 40px;
}

#sec1 .box .txt {
   margin-top: 30px;
   font-size: 16px;
   font-family: "YuGothic";
   color: rgb(51, 51, 51);
   line-height: 1.6;
}

#sec1 .box .bold {
   font-weight: 700;
}

#sec1 .br-sp {
   display: none;
}

@media screen and (max-width: 767px) {
   #sec1 {
      padding: 60px 0 0;
   }

   #sec1 h2 img {
      left: 30px;
      top: 0;
      width: 30px;
   }

   #sec1 h2 .h2-text {
      padding-left: unset;
   }

   #sec1 .box .sub-title {
      font-size: 18px;
   }

   #sec1 .box .txt {
      font-size: 12px;
   }

   #sec1 .br-sp {
      display: block;
   }
}

/* -- -- */
#sec2 {
   padding: 80px 0;
}

#sec2 .wrap{
   background-image: url(../img/index/sec2-photo1.jpg);
   padding: 85px 10px;
}

#sec2 h2 img {
   position: absolute;
   top: -32px;
}

#sec2 .ul {
   max-width: 530px;
   margin: 40px auto 0;
   background-color: #fff;
   position: relative;
   font-size: 21px;
   font-family: "YuGothic";
   padding: 40px 10px 40px 40px;
   font-weight: 700;
}

#sec2 .li:not(:first-child) {
   padding-top: 20px;
}

#sec2 .li .under-line {
   background: linear-gradient(transparent 60%, #f6cdc4 30%);
   display: inline-block;
}

#sec2 .li-img {
   position: absolute;
   bottom: 0;
   right: 30px;
}

#sec2 .txt-box {
   letter-spacing: 1px;
   margin-top: 40px;
   text-align: center;
   color: #fff;
   font-size: 16px;
}

#sec2 .txt {
   line-height: 25px;
}

#sec2 .bold {
   font-weight: 700;
}

#sec2 .br-sp {
   display: none;
}

@media (min-width: 768px) and (max-width: 1023px) { 
   #sec2 .h2 {
      white-space: nowrap;
   }
}

@media screen and (max-width: 767px) {
   #sec2 {
      padding: 60px 0 0;
   }

   #sec2 .wrap{
      background-image: url(../img/index/sec2-photo-sp.jpg);
      padding-left: 30px;
      padding-right: 30px;
      background-size: cover;
   }

   #sec2 .h2 span {
      position: relative;
   }

   #sec2 .h2 img {
      top: -23px;
      width: 30px;
      left: -18px;
   }
   #sec2 .ul {
      font-size: 15px;
      padding-left: 20px;
      white-space: nowrap;
      max-width: 375px;
   }

   #sec2 .li:not(:first-child) {
      padding-top: 15px;
   }

   #sec2 .li-img {
      right: 15px;
      width: 55px;
   }

   #sec2 .txt-box {
      font-size: 14px;
   }

   #sec2 .br-sp {
      display: block;
   }
}

@media screen and (max-width: 374px) {
   #sec2 .li-img {
      right: 5px;
      width: 16%;
   }

   #sec2 .ul {
      font-size: 0.8rem;
   }
}

/* -- -- */
#sec3 {
   padding: 60px 0 0;
}

#sec3 .h2 span {
   position: absolute;
   color: #fff;
   font-size: 22px;
   font-family: "YuGothic";
   top: -26px;
   background-color: #f4917a;
   padding: 10px 30px;
   border-radius: 25px;
}

#sec3 .txt {
   text-align: center;
   font-family: "YuGothic";
   font-size: 26px;
   padding-top: 20px;
   font-weight: 700;
}

#sec3 .row-3 {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-auto-rows: auto;
   column-gap: 2.5rem;
   justify-items: center;
   margin: 80px auto 0;
   max-width: 975px;
}

/* 2行目：2列flexを中央寄せ */
#sec3 .row-2 {
   margin-top: 60px;
   display: flex;
   gap: 1rem;
   justify-content: center;
   justify-items: center;
}

#sec3 .card {
   background: #fff6eb;
   border: 2px solid #f4917a;
   border-radius: 12px;
   padding: 20px 10px;
   width: 100%;
   max-width: 300px;
   text-align: center;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
   position: relative;
   display: grid;
}

#sec3 .card .number {
   background-color: #f4917a;
   color: white;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: bold;
   font-size: 26px;
   position: absolute;
   right: 0;
   left: 0;
   top: -35px;
   margin: 0 auto;
}

#sec3 .card img {
   object-fit: contain;
   margin: 30px auto 10px;
}

#sec3 .card h3 {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #333;
}

#sec3 .card p {
   font-size: 13px;
   color: #555;
   text-align: left;
   padding: 0 15px;
   line-height: 21px;
}

#sec3 .br-sp {
   display: none;
}

@media (min-width: 768px) and (max-width: 1023px) { 
   #sec3 .txt {
    font-size: 24px;
   }

   #sec3 .row-3 {
      column-gap: 1.5rem;
      margin-left: 10px;
      margin-right: 10px;
   }

   #sec3 .card {
      padding-left: 5px;
      padding-right: 5px;
      max-width: 235px;
   }
}

@media screen and (max-width: 767px) {
   #sec3 {
      padding: 60px 0 0;
   }

   #sec3 .h2 span {
      font-size: 14px;
      top: -19px;
      padding: 0 15px;
   }

   #sec3 .row-3, 
   #sec3 .row-2 {
      display: block;
   }

   #sec3 .row-3 {
      margin-top: 60px;
   }

   #sec3 .card {
      width: auto;
   }

   #sec3 .card:not(:first-child) {
      margin-top: 60px;
   }

   #sec3 .txt {
      font-size: 14px;
      padding-top: 10px;
   }

   #sec3 .br-sp {
      display: block;
   }
}

@media screen and (max-width: 450px) {
   #sec3 .card {
      max-width: none;
   }
}

#sec4 {
   padding: 80px 0;
}

#sec4 .h2 {
   white-space: nowrap;
}

#sec4 .wrap{
   background-image: url(../img/index/sec2-photo1.jpg);
   padding: 85px 10px 95px;
}

#sec4 .check {
   max-width: 455px;
   background-color: #fff;
   margin: 70px auto 0;
   padding: 30px 40px 30px 40px;
}

#sec4 .check ul {
   font-size: 22px;
   font-family: "YuGothic";
   line-height: 38px;
   font-weight: 700;
   letter-spacing: 0px;
}

#sec4 .check ul li {
   padding-bottom: 20px;
   padding-left: 45px;
   position: relative;
}

#sec4 .check ul li:not(:last-child) {
   border-bottom: 2.5px solid #f4917a;
}

#sec4 .check ul li:first-child {
   padding-bottom: 43px;
}

#sec4 .check ul li:first-child::after {
   content: url(../img/index/sec4-photo1.png);
   width: 40px;
   height: auto;
   right: 66px;
   bottom: -7px;
   position: absolute;
}

#sec4 .check ul li::before {
   content: url(../img/index/icon-check.png);
   width: 40px;
   height: auto;
   left: -5px;
   position: absolute;
}

#sec4 .check ul li+li {
   padding-top: 30px;
}

#sec4 .check ul li span {
   display: block;
}

#sec4 .txt {
   margin-top: 32px;
   color: #fff;
   text-align: center;
   font-size: 18px;
   font-family: "YuGothic";
   font-weight: 700;
}

#sec4 .br-sp {
   display: none;
}

@media screen and (max-width: 767px) {
   #sec4 {
      padding: 60px 0 0;
   }

   #sec4 .h2 {
      white-space: normal;
   }

   #sec4 .wrap{
      background-image: url(../img/index/sec2-photo-sp.jpg);
      padding-top: 60px;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 70px;
      background-size: cover;
   }

   #sec4 .check {
      max-width: 375px;
      margin-top: 50px;
      padding-bottom: 20px;
   }

   #sec4 .check ul {
      font-size: 14px;
      line-height: 25px;
   }

   #sec4 .check ul li:first-child::after {
      content: '';
      display: inline-block;
      width: 69px;
      height: 81px;
      background-image: url(../img/index/sec4-photo1.png);
      background-size: contain;
      vertical-align: middle;
      right: -27px;
      bottom: 3px;
      background-repeat: no-repeat;
   }

   #sec4 .check ul li::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 23px;
      background-image: url(../img/index/icon-check.png);
      background-size: contain;
      vertical-align: middle;
      left: -5px;
   }

   #sec4 .check ul li {
      padding-left: 30px;
   }

   #sec4 .check ul li:first-child {
      padding-bottom: 20px;
   }

   #sec4 .check ul li span {
      display: inline;
   }

   #sec4 .txt {
      font-size: 14px;
   }

   #sec4 .br-sp {
      display: block;
   }
}

@media screen and (max-width: 374px) {
   #sec4 .check ul {
      font-size: 13px;
      line-height: 20px;
   }
}

@media screen and (max-width: 350px) {
    #sec4 .check ul li:first-child::after {
      width: 50px;
      right: -33px;
      bottom: -18px;
    }
}

/* -- -- */
#sec5 {
   padding: 60px 0 0;
}

#sec5 .cards {
   display: flex;
   justify-content: center;
   gap: 1rem;
   margin-top: 60px;
}

#sec5 .card {
   background: #fff6eb;
   border: 2px solid #f4917a;
   border-radius: 12px;
   padding: 20px 0;
   width: 100%;
   max-width: 220px;
   text-align: center;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
   position: relative;
   display: grid;
}

#sec5 .card img {
   object-fit: contain;
   margin: 10px auto;
}

#sec5 .card p {
  font-size: 20px;
  font-family: "YuGothic";
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.4;
}

#sec5 .br-sp {
   display: none;
}

@media (min-width: 768px) and (max-width: 1023px) { 
   #sec5 .cards {
      margin-left: 20px;
      margin-right: 20px;
   }

   #sec5 .card p {
      font-size: 17px;
   }
}

@media screen and (max-width: 767px) {
   #sec5 {
      padding: 60px 0 0;
   }

   #sec5 .cards {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-items: center;
      gap: 1rem;
      margin: 30px auto;
      max-width: 375px;
   }

   #sec5 .card img {
      width: 50px;
   }

   #sec5 .card:nth-child(n+3)  img{
      width: 70px;
   }

   #sec5 .card p {
      font-size: 14px;
   }

   #sec5 .br-sp {
      display: block;
   }
}

@media screen and (max-width: 360px) {
   #sec5 .cards {
      max-width: 280px;
    }

   #sec5 .card p {
      font-size: 0.8rem;
    }
} 

/* -- -- */
#sec6 {
   margin-top: 80px;
   background-image: url(../img/index/sec6-photo1.jpg);
}

#sec6 .wrap {
   padding: 100px 0;
   background-image: url(../img/index/sec6-photo2.jpg);
   background-position: center;
   background-size: cover;
   text-align: center;
}

#sec6 .box {
   color: #fff;
}

#sec6 .box .h3 {
  font-size: 36px;
  font-family: "YuGothic";
  font-weight: 600;
  line-height: 1.3;
}

#sec6 .box .txt {
  font-size: 20px;
  font-family: "YuGothic";
  line-height: 1.5;
  padding-top: 30px;
}

#sec6 .box .txt .bold {
   font-weight: 700;
}

#sec6 .box .txt .pt{
   padding-top: 40px;
}

#sec6 .btn{
   margin-top: 60px;
   display: inline-block;
}

#sec6 .br-sp {
   display: none;
}

@media screen and (max-width: 767px) {
   #sec6 {
      background-image: url(../img/index/sec6-photo2-sp.jpg);
      background-size: cover;
      background-repeat: no-repeat;
   }
   #sec6 .wrap {
      padding: unset;
      background-image: unset;
   }

   #sec6 .box {
      padding-top: 60px;
   }

   #sec6 .box .h3 {
      font-size: 20px;
   }

   #sec6 .box .txt {
      font-size: 14px;
   }

   #sec6 .btn{
      margin-bottom: 60px;
   }

   #sec6 .br-sp {
      display: block;
   }
}
