/* 共通 */
a{
  text-decoration: none;
}
.c-wrap{
  font-family: "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
}
.c-rn24-btn--cv--blue{
  background-color: #fff;
}
.c-remark-list--center{
  text-align: center;
}
.c-remark-list--center .c-remark-list__item{
  display: inline-block;
}
/* PC */
@media screen and (min-width: 769px) {
  .section{
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section{
    margin-top: 16vw;
  }
  .c-rn24-btn--cv--blue{
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 49, 83, 0.15);
  }
  .cvarea__btn::after{
    right: calc(22vw / 3.75);
  }
}

/* fv */
/* PC */
@media screen and (min-width: 769px) {
}
/* SP */
@media screen and (max-width: 768px) {
  .fv{
    margin-bottom: 8vw;
  }
}


/* top */
/* PC */
@media screen and (min-width: 769px) {
  .top__img{
    max-width: 630px;
    margin-right: auto;
    margin-left: auto;
  }
  .top__cv{
    background-color: #fff;
    padding: 60px 0 20px;
  }
  .top__cv .c-rn24-wrap__inner{
    padding: 0;
  }
  .top__bnr{
    max-width: 345px;
    margin-right: auto;
    margin-left: auto;
  }
  .top__table{
    max-width: 872px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 55px;
    margin-top: 60px;
  }
  .top__table__ttl{
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 142.857%;
    margin-bottom: 30px;
  }
  .top__table__ttl--min{
    display: block;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .top{
    margin-top: 8vw;
  }
  .top__img{
    width: 100%;
  }
  .top__cv{
    background-color: #fff;
    padding: 8vw 6.667vw;
  }
  .top__cv .c-rn24-wrap__inner{
    padding: 0;
  }
  .top__cv .c-cv__aside-link{
    justify-content: center;
  }
  .top__cv .c-cv__aside-link::before{
    margin-right: 2.667vw;
  }
  .top__cv .c-cv__aside-link::after{
    position: relative;
    right: 0;
    margin: 0 0 0 5.6vw;
  }
  .top__bnr{
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .top__table{
    padding-right: 4vw;
    padding-left: 4vw;
    margin: 16vw 0;
  }
  .top__table__ttl{
    color: #000;
    text-align: center;
    font-size: 7.467vw;
    font-style: normal;
    font-weight: 700;
    line-height: 142.857%;
    margin-bottom: 8vw;
  }
  .top__table__ttl--min{
    display: block;
    color: #000;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
  }
  .top__table__img{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .top__table__img img{
    display: block;
    width: 232.533vw;
    max-width: none;
  }
}


/* anc */
/* PC */
@media screen and (min-width: 769px) {
  .anc__ttl{
    color: #0070CB;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }
  .anc__ttl--min{
    color: #0070CB;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 2.56px;
    display: block;
  }
  .anc__ttl--space{
    letter-spacing: -20px;
  }
  .anc__list{
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .anc__list__item{
    width: calc(100% / 4);
  }
  .anc__list__item__link{
    display: flex;
    padding: 13px;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    background: #0070CB;
    color: #fff;
    width: 100%;
    position: relative;
  }
  .anc__list__item__link:hover{
    opacity: 0.7;
  }
  .anc__list__item__link__num{
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    margin-right: 10px;
  }
  .anc__list__item__link__txt{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .anc__list__item__link::after{
    content: '';
    background-image: url(/lp/mugakunen/260302_62647_lp_mugakunen_icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .anc__inner{
    padding-right: 0;
    padding-left: 0;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .anc__inner{
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .anc__ttl{
    color: #0070CB;
    text-align: center;
    font-size: 9.333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.683vw;
  }
  .anc__ttl--min{
    color: #0070CB;
    text-align: center;
    font-size: 7.467vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.683vw;
  }
  .anc__ttl--space{
    letter-spacing: -2.333vw;
  }
  .anc__list{
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
    align-self: stretch;
  }
  .anc__list__item{
    width: 100%;
  }
  .anc__list__item__link{
    display: flex;
    padding: 3.467vw 0 3.467vw 4.267vw;
    align-items: center;
    gap: 10.133vw;
    align-self: stretch;
    border-radius: 1.333vw;
    background: #0070CB;
    color: #fff;
    width: 100%;
    position: relative;
  }
  .anc__list__item__link__num{
    color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
  }
  .anc__list__item__link__txt{
    color: #FFF;
    font-size: 5.333vw;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .anc__list__item__link::after{
    content: '';
    background-image: url(/lp/mugakunen/260302_62647_lp_mugakunen_icon01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.933vw;
    height: 1.6vw;
    margin: auto;
    position: absolute;
    top: 1.067vw;
    bottom: 0;
    right: 4vw;
  }
}


/* 特徴 */
/* PC */
@media screen and (min-width: 769px) {
  .point__inner{
    background: linear-gradient(180deg, #0070CB 0%, #70C0DF 48.56%, #0070CB 97.12%);
    padding: 60px 60px 62px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .point__item{
    background-color: #fff;
    padding: 45px;
  }
  .point__ttl img{
    max-width: 662px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .point__item__body{
    margin-top: 30px;
    display: flex;
    gap: 40px;
  }
  .point-cont{
    width: calc(50% - 20px);
  }
  .point-cont__ttl{
    color: #0077D5;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 142.857%; 
  }
  .point-cont__body{
    margin-top: 20px;
  }
  .point-cont__body__img img{
    width: 100%;
  }
  .point-cont__body__caption{
    margin-top: 20px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .point__item__cvarea{
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 345px;
  }
  .point-04__item .point__item__body{
    justify-content: center;
  }
  .point-04__item .point-cont{
    width: 100%;
    max-width: 462px;
  }
  .point__bg{
    margin-top: -1px;
    display: block;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .point__inner{
    background: linear-gradient(180deg, #0070CB 0%, #70C0DF 48.56%, #0070CB 97.12%);
    padding: 8vw 5.333vw 8.267vw;
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
  .point__item{
    background-color: #fff;
    padding: 8vw 4vw;
  }
  .point__ttl img{
    width: 100%;
  }
  .point__item__body{
    margin-top: 5.333vw;
    display: flex;
    flex-direction: column;
    gap: 10.667vw;
  }
  .point-cont__ttl{
    color: #0077D5;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 6.667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 142.857%;
  }
  .point-cont__body{
    margin-top: 5.333vw;
  }
  .point-cont__body__img img{
    width: 100%;
  }
  .point-cont__body__caption{
    margin-top: 2.667vw;
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .point__item__cvarea{
    margin-top: 5.333vw;
  }
  .point__bg{
    display: block;
  }
}


/* cvarea */
/* PC */
@media screen and (min-width: 769px) {
  .cvarea__txt{
    color: #0070CB;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 5px;
  }
  .cvarea__wrap{
    max-width: 345px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .cvarea__txt{
    color: #0070CB;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 1.333vw;
  }
  .cvarea__wrap{
    padding-right: 4vw;
    padding-left: 4vw;
  }
}


/* さらに */
/* PC */
@media screen and (min-width: 769px) {
  .kyozai{
    margin-top: 40px;
  }
  .kyozai__ttl{
    color: #0070CB;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
  }
  .kyozai__ttl--flag{
    display: inline-block;
    padding: 3px 40px;
    background-color: #0070CB;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
  }
  .kyozai__ttl--min{
    display: block;
    color: #0070CB;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 10px;
  }
  .kyozai__ttl--red{
    color: #F00;
  }
  .kyozai__img{
    margin-top: 20px;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }
  .kyozai__img img{
    display: block;
  }
  .kyozai__img__manabi{
    margin: 20px auto 0;
  }
  .kyozai__slide__wrap{
    margin-top: 60px;
  }
  .kyozai__slide__inner{
    padding: 32px 60px;
    background-color: #F6F6F6;
  }
  .kyozai__slide__ttl{
    color: #1D51B8;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .kyozai__slide{
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .kyozai__slide__item{
    display: flex;
    gap: 14px;
    align-items: center;
    width: calc(50% - 14px);
    padding: 24px 37px;
    background-color: #fff;
  }
  .kyozai__slide__item__txtarea{
    max-width: 235px;
  }
  .kyozai__slide__item__txtarea__ttl{
    color: #1D51B8;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }
  .kyozai__slide__item__txtarea__name{
    color: #464646;
    font-size: 13.7px;
    font-style: normal;
    font-weight: 600;
    line-height: 153.285%;
    margin-top: 12px;
  }
  .kyozai__slide__item__img{
    width: 85px;
  }
  .kyozai__thumb__caption{
    color: #444;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 20px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .kyozai{
    margin-top: 8vw;
  }
  .kyozai__ttl{
    color: #0070CB;
    font-size: 9.067vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
  }
  .kyozai__ttl--flag{
    display: inline-block;
    padding: 0.8vw 10.667vw;
    background-color: #0070CB;
    color: #fff;
    text-align: center;
    font-size: 5.6vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
  }
  .kyozai__ttl--min{
    display: block;
    color: #0070CB;
    text-align: center;
    font-size: 6.667vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 2.667vw;
  }
  .kyozai__ttl--red{
    color: #F00;
  }
  .kyozai__img{
    margin-top: 5.333vw;
    padding-right: 2.667vw;
    padding-left: 2.667vw;
  }
  .kyozai__img img{
    display: block;
  }
  .kyozai__img__manabi{
    margin: 20px auto 0;
    width: 82.667vw;
  }
  .kyozai__slide__wrap{
    margin-top: 5.333vw;
  }
  .kyozai__slide__inner{
    padding-top: 8.533vw;
    padding-bottom: 8.533vw;
    background-color: #F6F6F6;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .kyozai__slide{
    background-color: #fff;
    padding: 6.4vw;
    margin-top: 5.333vw;
  }
  .kyozai__slide__ttl{
    color: #1D51B8;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }
  .kyozai__slide__item{
    display: flex!important;
    gap: 3.733vw;
    align-items: center;
  }
  .kyozai__slide__item__txtarea{
      max-width: 49.867vw;
  }
  .kyozai__slide__item__txtarea__ttl{
    color: #1D51B8;
    font-size: 4.267vw;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
  }
  .kyozai__slide__item__txtarea__name{
    color: #464646;
    font-family: "Hiragino Kaku Gothic Pro";
    font-size: 3.653vw;
    font-style: normal;
    font-weight: 300;
    line-height: 153.285%;
    margin-top: 3.2vw;
  }
  .kyozai__slide__item__img{
    width: 24.888vw;
  }
  .kyozai__thumb__caption{
    color: #444;
    text-align: right;
    font-size: 2.667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-top: 5.333vw;
  }
}


/* カルーセル */
.kyozai__slide .slick-prev, .kyozai__slide .slick-next {
  position: absolute;
  opacity: .7;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0;
  line-height: 0;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  background: #000;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
/* SP */
@media only screen and (max-width: 768px) {
  .kyozai__slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .kyozai__slide .slick-next{
    background: #000;
    opacity: .7;
    width: 8vw;
    height: 11.733vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 0px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    right: -4%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .kyozai__slide .slick-prev{
    background: #000;
    opacity: .7;
    width: 8vw;
    height: 11.733vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 0px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    left: -4%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .kyozai__slide .slick-next:before{
    content: "＞";
    margin-left: 1.333vw;
    color: #fff;
    font-size: 4.8vw;
    transform: scale(0.6, 1);
  }
  .kyozai__slide .slick-prev:before {
    content: "＜";
    color: #fff;
    margin-right: 1.333vw;
    font-size: 4.8vw;
    transform: scale( 0.6, 1);
  }
  .kyozai__slide .slick-next.slick-disabled:before,
  .kyozai__slide .slick-next.slick-disabled:before {
    content: "＜＜";
    color: #fff;
    transform: scale( 0.6, 1);
    opacity: 1;
    margin: auto;
    font-size: 4.8vw;
    letter-spacing: -0.5em;
    margin-left: 0.533vw;
  }
  .kyozai__slide .slick-prev.slick-disabled,
  .kyozai__slide .slick-prev.slick-disabled:before,
  .kyozai__slide .slick-prev.slick-disabled,
  .kyozai__slide .slick-prev.slick-disabled:before {
    opacity: 0;
    cursor: default;
  }
  .touchtop-dots {
    display: none !important;
  }
}




/* PC */
@media screen and (min-width: 769px) {
}
/* SP */
@media screen and (max-width: 768px) {
}