@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
        .reco-items {
            display: flex;
            justify-content: center;
            gap: 50px 90px;
            max-width: 680px;
            width: 100%;
            flex-wrap: wrap;
            margin: 0 auto;
        }

        .reco-items__item {
            width: calc(calc(100% / 3) - 64px);
        }

        .reco-items__item-img {
            display: block;
            width: 100%;
        }

        .reco-items__item-label {
            font-size: 14px;
            margin-top: 12px;
            text-align: center;
        }

        .features {
            max-width: 980px;
            width: 100%;
            margin: 0 auto;
            background-color: #ECECEE;
            position: relative;
            padding: 64px;
        }

        .features__point {
            font-family: 'Hind Siliguri', sans-serif;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 33px;
            background-color: #000000;
            color: #fff;
            padding: 12px 40px;
            font-style: italic;
        }

        .features__head {
            display: flex;
            gap: 32px;
            align-items: center;
        }

        .features__head-left {
            padding-left: 48px;
            flex-shrink: 1;
            min-width: 500px;
        }

        .features__head.-img-l .features__head-left {
            width: 50%;
            flex-shrink: 1;
            max-width: none;
            min-width: none;
        }

        .features__head.-img-l .features__head-right {
            width: 50%;
            flex-shrink: 1;
            max-width: none;
            min-width: none;
        }

        .features__head-title {
            font-size: 20px;
            font-weight: bold;
        }

        .features__head-text {
            font-size: 16px;
  margin-top: 50px;
  line-height: 1.7;
        }

        .features__head-right {
            max-width: 720px;
            width: 100%;
            flex-shrink: 1;
        }

        .features__head-right img {
            display: block;
        }

        .features__content-warp {
            background-color: #fff;
  border-radius: 40px;
  position: relative;
  margin: 160px auto 0;
  padding: 75px 50px;
  max-width: 860px;
        }

        .features__content-label {
            position: absolute;
            background-color: #fff;
            font-size: 18px;
            font-weight: bold;
            width: 156px;
            height: 156px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .features__content-label em{
            font-size: 33px;
  font-style: italic;
        }
        .features__content-title {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            border-bottom: 1px #000 solid;
            width: max-content;
            display: block;
            margin: 0 auto 0 auto;
        }

        .features__content-title br {
            display: none;
        }

        .features__content-items {
            display: flex;
            gap: 160px;
            justify-content: center;
            margin-top: 64px;
        }

        .features__content-item {
            max-width: 270px;
        }

        .features__content-item.-wide {
            max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;

        }

        .features__content-item.-wide .features__item-img{
            max-width: 270px;
            display: block;
            margin: 0 auto;
        }

        .features__content-item.-wide .features__item-label {
            width: max-content;
        }

        .features__item-img {
            display: block;
        }

        .features__item-label {
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }

        .features__content-desc {
            margin-top: 80px;
            line-height: 1.7;
            font-size: 14px;
        }

        .features__how {
            border: solid 1px #707070;
            padding: 80px;
            position: relative;
            margin-top: 124px;
        }

        .features__how-label {
            ffont-size: 16px;
            font-weight: bold;
            position: absolute;
            background-color: #fff;
            top: 0;
            left: 50%;
            padding: 6px 24px;
            transform: translate(-50%, -50%);
            width: max-content;
        }

        .features__how-img {
            display: block;
        }

        .features__how-label br {
            display: none;
        }

        .features__useig {
            background-color: #ECECEE;
            padding: 55px 40px;
            margin-top: 70px;
        }

        .features__useig-title {
            font-size: 16px;
            font-weight: bold;
            text-align: center;
        }

        .features__useig-items {
            display: flex;
            gap: 100px;
            flex-wrap: wrap;
            margin-top: 36px;
        }

        .features__useig-item {
            width: calc(calc(100% / 3) - 67px);
        }

        .features__useig-img {
            display: block;
        }

        .features__useig-label {
            font-size: 14px;
            font-weight: bold;
            margin-top: 20px;
            text-align: center;
        }

        .features__useig-desc {
            margin-top: 20px;
            font-size: 14px !important;
        }

        .features__def {
            padding: 50px;
        }

        .features__def-inner {
            border: solid 1px #707070;
            border-radius: 40px;
            max-width: 860px;
            margin: 0 auto;
            margin-top: 100px;
            padding: 50px;
        }

        .features__def-title {
            border: solid 1px #707070;
            border-radius: 40px;
            padding: 12px 48px 6px 48px;
            margin: 0 auto;
            width: fit-content;
            font-size: 16px;
            font-weight: bold;
        }

        .features__def-img1 {
            max-width: 960px;
        }

        .features__def-img1 img {
            display: block;
            width: 100%;
            max-width: 960px;
            margin: 0 auto;
            margin-top: 68px;
        }

        .features__def-arrow {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 60px 35px 0 35px;
            border-color: #555555 transparent transparent transparent;
            margin: 64px auto 0 auto;
        }

        .features__def-content {
            max-width: 1100px;
            margin: 0 auto;
        }

        .features__def-label {
            background-color: #555555;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
  text-align: center;
  padding: 20px;
        }

        .features__def-img2 {
            max-width: 1000px;
            display: block;
            width: 100%;
            margin: 0 auto;
            margin-top: 32px;
        }

        .features__def-desc {
            max-width: 1100px;
            font-size: 14px !important;
  margin-top: 64px;
  line-height: 1.7;
        }
/*------     sono1       ---------------------*/
    .sono1  .features__point {
  font-size: 20px;
  padding: 6px 40px;
}
 .features__head-left {
  padding-left: 0px;
  flex-shrink: 2;
  min-width: 400px;
}

.features__def-content ul{
display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.features__def-content li{
Width:45%;
margin-bottom: 30px;
}
.features__def-content li figure{
width: 50%;
  margin: 0 auto;
}
.features__def-content li figure img{
border-radius: 20px;
}
.features__def-content li div{
    font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}
.features__def-content li div span{
display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

        @media screen and (max-width: 1200px) {
            .features {
                padding: 64px 32px;
            }
/*------     sono1       ---------------------*/
            .features__head-left {
                min-width: 370px;
            }
            .features__head-title {
                font-size: 20px;
            }
            .features__head-text {
                font-size: 18px;
            }

            .features__useig-items {
                gap: 32px;
            }
            .features__useig-item {
                width: calc(calc(100% / 3) - 22px);
            }
            .features__useig-label {
                font-size: 20px;
            }
        }

        @media screen and (max-width: 768px) {
            .reco-items {
                gap: 32px 30px;
            }

            .reco-items__item {
                width: calc(calc(100% / 3) - 24px);
            }

            .features {
                padding: 128px 20px;
            }

            .features__head {
                flex-direction: column;
            }

            .features__head.-img-l .features__head-left {
                width: 100%;
            }

            .features__head.-img-l .features__head-right {
                width: 80%;
            }

            .features__point {
                font-size: 30px;
                padding: 8px 28px;
                left: 50%;
                transform: translate(-50%, 0);
            }

            .features__head-left {
                padding: 0;
                min-width: 0;
            }

            .features__head-title {
                padding: 0;
                font-size: 17px !important;
            }

            .features__head-text {
                font-size: 16px !important;
                margin-top: 20px;
            }


            .features__content-label {
                font-size: 16px;
                width: 90px;
                height: 90px;
            }

            .features__content-warp {
                padding: 40px 20px;
                border-radius: 23px;
            }

            .features__content-title {
                font-size: 16px;
            }

            .features__content-title br {
                display: block;
            }

            .features__content-items {
                gap: 32px;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }

            .features__item-img {
                max-width: 160px;
                display: block;
                margin: 0 auto;
            }

            .features__item-label {
                font-size: 16px !important;
                margin-top: 12px;
            }

            .features__content-item.-wide .features__item-img{
                max-width: 160px;
                display: block;
                margin: 0 auto;
            }

            .features__content-desc {
                font-size: 16px !important;
                margin-top: 32px;
            }

            .features__how {
                padding: 64px 16px;
            }

            .features__how-label {
                font-size: 18px;
                width: max-content;
                text-align: center;
            }

            .features__how-label br {
                display: block;
            }

            .features__useig-items {
                flex-direction: column;
            }

            .features__useig-item {
                width: 100%;
            }

            .features__useig-title {
                font-size: 18px;
            }
            .features__useig {
                padding: 24px 19px;
            }

            .features__def-title {
                font-size: 18px;
            }

            .features__def {
                padding: 20px;
            }

            .features__def-inner {
                padding: 30px 14px;
                margin-top: 80px;
                border-radius: 15px;
            }

            .features__def-title {
                text-align: center;
            }

            .features__def-arrow {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 30px 20px 0 20px;
                border-color: #555555 transparent transparent transparent;
                margin: 64px auto 0 auto;
            }

            .features__def-content {
                width: 100%;
            }

            .features__def-label {
                font-size: 16px;
                padding: 20px 32px;
                text-align: left;
            }
        }
        .pc480 {

}
@media (max-width: 580px) {
.features__def-content li{
    Width: 90%;
    margin: 0 auto 30px;
}
.features {
    padding: 100px 20px 70px;
  }
}
@media (max-width: 480px) {
  .pc480 {
    display: none;
  }
}

.sp480 {
  display: none;
}
@media (max-width: 480px) {
  .sp480 {
    display: block;
  }
}
    
