@charset "UTF-8";
/* au_ryugaku
-------------------------------------------- */
.inner{
    margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .flexbox {
    align-items: flex-start;
  }
}
.underline_dot{
    position: relative;
    text-shadow: 1px 1px #ffffff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    white-space: nowrap;
}
.underline_dot:after{
    content: '';
    display: inline-block;
    height: 15px;
    width: 100%;
    background-image: radial-gradient(#d61518 25%, transparent 25%), radial-gradient(#d61518 25%, transparent 25%);
    background-size: 3px 3px;
    background-position: 0 0, -1.5px 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media screen and (max-width: 414px) {
    .underline_dot:after{
        height: 10px;
    }
}

.mv_wrap {
  width: 100%;
  height: 400px;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .mv_wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .mv_wrap {
    height: 200px;
  }
}

.mv01 {
  flex: 1;
  height: 400px;
  background: url(/images/au_ryugaku/main-1.webp) no-repeat left center;
  background-size: cover;
}
@media (max-width: 576px) {
  .mv01 {
    height: 200px;
  }
}

.mv02 {
  flex: 1;
  height: 400px;
  background: url(/images/au_ryugaku/main-2.webp) no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .mv02 {
    display: none;
  }
}

.mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 400px;
  height: 400px;
  background: #D61518;
}
@media screen and (max-width: 1024px) {
  .mv__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    background: linear-gradient(to right, rgba(214, 21, 24, 0.9), rgba(255, 91, 20, 0.7));
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .mv__title {
    padding: 10px;
  }
}
.mv__title h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (max-width: 576px) {
  .mv__title h1 {
    font-size: 2rem;
  }
}

.num {
    font-weight: bold;
    line-height: 100%
}

.numarea{
    flex-direction: row-reverse;
    justify-content: center;
    width: 130px;
    font-weight: bold;
    font-size: 1.4rem;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    gap: 8px;
    display: flex;
    align-items: center;
    width: 100%;
}
.numarea .num {
    font-size: 8rem
}

.numarea .num_ttl {
    color:#d61518;
    text-transform: capitalize;
    line-height: 1.4;
}

.numarea .nowrap{
    white-space: nowrap;
}
.numarea span {
    display: block
}

.num--brand {
    color: #d61518
}

.num--lg {
    color: #d61518;
    font-family: "Noto Sans",sans-serif;
    font-size: 8rem;
    font-weight: bold;
    line-height: 150%
}

.num--md {
    color: #d61518;
    font-family: "Noto Sans",sans-serif;
    font-size: 4rem;
    font-weight: bold;
    line-height: 150%;
    line-height: 100%
}

.num--sm {
    font-size: 1.8rem
}

.num--outline {
    text-stroke: 2px #d61518;
    -webkit-text-stroke: 2px #d61518;
    color: rgba(0,0,0,0)
}

.num__ttl {
    color: #d61518;
    font-size: 1rem;
    font-weight: bold;
    line-height: 100%;
    text-align: center
}
.merrit {
    margin: 0 auto 8rem;
    max-width: 1160px
}
.merrit__cont{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap:2rem 4rem;
}
.merrit__li{
    margin-block:8rem 0;
}
.merrit__cont:not(:last-child){
    margin-bottom: 10rem;    
}
.merrit__ttl {
    color: #d61518;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.merrit__img {
    grid-row: 1 / 4;
    grid-column: 1 / 2;
}
.merrit__img img {
    object-fit: cover;
    height: 500px;
    width: 100%;
    object-position: bottom;
}
.merrit__cont:nth-child(1)  .merrit__img img{
    object-position: left -3rem bottom 0;
}
.merrit__descarea{
    grid-row: 3 / 4;
    grid-column: 2 / 3;
}
.merrit__desc {
    margin-top: 1.4rem;
}

.merrit__cont:nth-child(even) .numarea{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}
.merrit__cont:nth-child(even) .merrit__img {
    grid-row: 1 / 4;
    grid-column: 2 / 3;
}
.merrit__cont:nth-child(even) .merrit__ttl{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}
.merrit__cont:nth-child(even) .merrit__descarea {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
}
.runking {
    background: #fcf8f7;
    margin-top: 1.4rem;
    padding:1rem;
}
.runking__item {
    padding: 8px
}
.runking_ttl {
    margin-left: 4px
}
@media screen and (max-width: 768px) {
    .merrit__li{
        margin-block:4rem 0;
    }

    .merrit__cont{
        display: flex;
        flex-direction: column;
        gap:0;
    }
    .merrit__cont:not(:last-child){
    }
    .merrit__ttl{
        margin-block: 1.5rem 3rem;
        font-size: clamp(2rem,6vw,3rem);
    }
    .numarea .num{
        font-size: 5rem;
    }
    .numarea .num_ttl{
        line-height: 1.2;
        font-size: 1.3rem;
    }
    .merrit__desc{
        margin-top: 2.4rem;
    }
    .merrit__img img{
        height: 250px;
        object-position: center;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-left: -20px;
    }
    .merrit__cont:nth-child(1) .merrit__img img{
        object-position: center;
    }
    .merrit__cont:nth-child(4)  .merrit__img img{
        object-position: top;
    }
    .merrit__cont:nth-child(3)  .merrit__img img{
        object-position: left 0 bottom -30vw;
    }
    .merrit__cont:nth-child(6)  .merrit__img img{
        object-position: bottom;
    }
}

@media screen and (max-width: 414px) {
    .merrit__cont:not(:last-child){
        margin-bottom: 6rem;
    }
    .merrit__cont:nth-child(3)  .merrit__img img{
        object-position: left 0 bottom -10vh;
    }
}

/* cverea */
.cta_btn_container {
    margin: 60px auto;
    width: 80%;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_container {
      margin: 30px auto 80px;
      width: 100%;
    }
  } 
  
  .cta_btn_container p{
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #D61518;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_container p{
      font-size: 1.6rem;
    }
  }
  
  .cta_btn_container .sp_txt {
    display: none;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_container .sp_txt {
      display: block;
    }
  
    .cta_btn_container .pc_txt {
      display: none;
    }
    
  }
  
  .cta_btn_area {
    display: flex;
    gap: 3rem;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_area {
    flex-direction: column;
    gap: 1.5rem;
    }
  }
  
  .cta_btn {
    width: 100%;
    text-align: center;
  }
  
  
  .cta_btn_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.8rem;
    position: relative;
    height: 8rem;
  }
  
  .cta_btn_item:hover {
    opacity: .8;
  }
  
  @media screen and (max-width: 1024px) {
    .cta_btn_item {
      font-size: 1.8rem;
      font-weight: 500;
      height: 7rem;
      padding: .3rem 2rem 0.5rem;
    }
  } 
  
  .cta_btn_item.green {
    background-color: #06C755;
  }
  
  .cta_btn_item.red {
    background-color: #D61518;
  }
  
  .item-icon {
    margin-right: 1rem;
  }
  
  .item-icon.line {
    height: 32px;
  }
  
  .item-icon.mail {
    height: 20px;
  }
  
  /* 内部リンク */
  .blank-box {
    position: relative;
    width: 93%;
    margin: -60px auto 70px;
  }
  
  @media screen and (max-width: 1024px) {
    .blank-box {
      width: 90%;
      margin: 40px auto 70px;
    }
  } 
  
  .bb-label {
    position: absolute;
    font-family: Aharoni, "Arial Black", Impact, Arial, sans-serif;
    font-size: 13px;
    top: -1.6em;
    line-height: 1.8;
    color: #fff;
    background-color: #d61518;
    border-radius: 6px 6px 0 0;
    padding: 0 1em 0 .8em;
  }
  
  .bb-label::after {
    content: "CHECK";
  }
  
  .blank-box a {
    display: inline-block;
    text-decoration: underline;
    color: #006cdf;
  }
  
  .link_text_box {
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #051642;
    border-radius: 6px;
    box-shadow: 0 3px 0 rgba(5, 22, 66, .3);
    padding: 16px 16px 0;
    position: relative;
  }
  
  .blank-box p {
    border-color: #d61518;
    border-style: solid;
    border-width: 3px;
    padding: 1.2em 1em;
    border-radius: 0px 5px 5px 5px;
  }
  