@import url('./common.css');


#learn{
.wrapper{
  background: url(../img/learn/img-mv--sp.jpg) no-repeat center 73px;
  background-size: contain;
  @media screen and (min-width: 769px) {
  background: url(../img/learn/img-mv.jpg) no-repeat center 73px;
  background-size: contain;
  }
    .inner{
      .title{
        margin-top: calc(220 / 1363 * 100%);
                            &:after {
                        content: "";
                        display: block;
                        width: 80px;
                        height: 2px;
                        background-color: var(--gold);
                        margin: calc(70 / 1363 * 100%) auto;
                        @media screen and (min-width: 769px) {
                        height: 4px;
                        }
                    }
      }
    }
    .about{
      padding-top: calc(419 / 746 * 100%);
      @media screen and (min-width: 769px) {
        padding-top: calc(589 / 1424 * 100%);
      }
      p{
        line-height: 2;
      }
    }
    .banner{
      margin-top: calc(100 / 1363 * 100%);
      .banner-inner{
        
        border: 1px solid #b4b4b4;
        padding:1rem;
        @media screen and (min-width: 769px) {
       display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        justify-content: center;
        }
        li{
          &:first-child{
           line-height: 1;
           img{
            width: 100%;
            height: 100%;
            object-fit: cover;
           }
          }
          &:last-child{
            padding: 3rem 0 0 0;
             @media screen and (min-width: 769px) {
               padding: 3rem 2rem 0 3rem;
             }
            h3{
              font-size:clamp(22px, 0.61vw + 19.72px, 28px);
              margin-bottom: calc(75 / 1363 * 100%);
            }
            p{
              font-size: clamp(14px, 0.4vw + 12.2px, 16px);
            text-align: left;
            margin-bottom: calc(75 / 1363 * 100%);
            line-height: 2;
            }
            .btn-sub{
              width: 100%;
              display: inline-block;
              background: #c49b4b;
              height: 54px;
              line-height: 54px;
              text-align: center;
              font-size: clamp(14px, 0.2vw + 13.24px, 16px);
              font-weight: 700;
              color: var(--black);
              position: relative;
              color: var(--white);
              &::after{
                content: "";
                position: absolute;
                right: 6%;
                top: 50%;
                transform: translateY(-50%);
                width: 10px;
                height: 10px;
                background: url(../img/icon-arrow--white.svg) no-repeat center center;
                background-size: 10px 10px;
              }
            }
        }
      }
    }
}
}
}


