@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
.sec-qa .sec_inner{
  max-width: 980px;
}
.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%;
    border-radius: 50%;
}

.reco-items__item-label {
  font-size: 13px;
  margin-top: 12px;
  text-align: center;
  font-feature-settings: "palt" 1;
}

.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: 30px;
    background-color: #000000;
    color: #fff;
    padding: 5px 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.-img-l .features__head-right span{
font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: block;
  font-size: 12px;
  margin: 5px auto;
}

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

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

.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;
}
.waku{
    display: flex;
    justify-content: space-between;
    border: 5px solid #eaeaea;
    padding: 30px;
    margin-top: 30px;
}
.waku figure {
    max-width: 200px;
}
.waku figure img{
    border-radius: 50%;
}
.waku p{
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 16px;
    line-height: 2;
    flex-direction: column;
}
.waku p span{
    margin-bottom: 30px;
    display: block;
}
.waku p em{
background: linear-gradient(transparent 50%, yellow 50%);
}
.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 em{
display: block;
  font-size: 13px;
  margin: 5px;
  background: #ececec;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  padding: 5px;
}
.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: 560px;
    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: 2;
    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: 200px;
    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;
    margin-top: 32px;
}

.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;
}

@media screen and (max-width: 1200px) {
    .features {
        padding: 64px 32px;
    }
    .features__head-left {
        min-width: 400px;
    }
    .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: 100px 20px 30px;
    }

    .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: 16px !important;
      line-height: 1.6;
    }

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


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

    .features__content-warp {
        padding: 40px 20px;
        border-radius: 23px;
        margin: 80px auto 0;
    }

    .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{
        display: block;
        margin: 0 auto;
    }

    .features__content-desc {
      font-size: 14px !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 {
        margin-top: 24px;
        width: 100%;
    }

    .features__def-label {
        font-size: 16px;
        padding: 20px 32px;
        text-align: left;
    }
    .waku figure {
        width: 30%;
      }
      .waku p {
        width: 70%;
      }
}
@media (max-width: 600px) {
.dr-box .ttl {
  line-height: 1.6;
}
.waku {
    flex-wrap: wrap;
  }
.waku p {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    margin-top: 20px;
}
.waku figure {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .waku figure img {
    max-width: 300px;
  }
}

.pc480 {

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

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