@charset "UTF-8";
@media screen and (min-width: 769px) {
  .pTop .fv {
    background: url("../img/mvBgNews.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .fv__intro {
    background: #001A3A;
    line-height: 0;
    padding: 10px 0;
    text-align: center;
  }
  .pTop .fv__intro img {
    width: 374px;
  }
  .pTop .fv__news {
    text-align: center;
  }
  .pTop .fv__news img {
    max-width: 800px;
    width: 100%;
  }
  .pTop .fv__medal {
    background: #001A3A;
    padding: 16px 0;
  }
  .pTop .fv__medal picture {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-left: 100px;
  }
  .pTop .fv__medal picture img {
    width: 100%;
  }
  .pTop .fv__point {
    background: url("../img/mvNewsBg02.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 14px 0 20px;
  }
  .pTop .fv__point picture {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding-left: 100px;
  }
  .pTop .fv__point picture img {
    width: 100%;
  }
  .pTop .cta__main--box {
    max-width: 1000px;
  }
  .pTop .cta__main--box--list {
    padding: 0 58px;
  }
  .pTop .cta__main--box--btn {
    padding-left: 59px;
    padding-right: 69px;
  }
  .pTop .cta__main--box--extra {
    padding: 0 69px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .cta__main--box--extra a {
    width: 424px;
    height: 77px;
    -moz-border-radius: 10.02px;
         border-radius: 10.02px;
    background: #fff;
    border: 1px solid #000;
    -moz-box-shadow: 0 4px 0 #001A3A;
         box-shadow: 0 4px 0 #001A3A;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 104px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 30px;
    line-height: 1;
    font-family: var(--apb);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .cta__main--box--extra a::before, .pTop .cta__main--box--extra a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--box--extra a::after {
    width: 34px;
    height: 34px;
    background: url("../img/ctaArrowExtra.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -moz-border-radius: 50%;
         border-radius: 50%;
    right: 27px;
  }
  .pTop .cta__main--box--extra a.st1::before {
    width: 35.93px;
    height: 41.07px;
    background: url("../img/ctaCup.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 33px;
  }
  .pTop .cta__main--box--extra a.st2::before {
    width: 32.95px;
    height: 44.53px;
    background: url("../img/ctaChecklist.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 33px;
  }
  .pTop .cta__main--box--extra a:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .pTop .study.st2 {
    background: #E0F2FF;
    padding-bottom: 44px;
  }
  .pTop .study__main--list article .arTop .intro {
    display: block;
  }
  .pTop .study__main--list article .arTop .title i {
    display: none;
  }
  .pTop .study__main--list article section {
    display: block;
  }
  .pTop .study__main--list article .note {
    display: block;
  }
  .pTop .plan {
    background: #F0F4F6;
    padding: 99px 0 50px;
  }
  .pTop .plan__main h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    letter-spacing: -0.04em;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .plan__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 60px;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #01257B;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -49px;
    z-index: -1;
  }
  .pTop .plan__main--list {
    margin: 20px -9px -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .plan__main--list article {
    width: 321px;
    margin: 10px 9px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-border-radius: 8.37px;
         border-radius: 8.37px;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .pTop .plan__main--list article h3 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    padding: 13px 5px 12px;
  }
  .pTop .plan__main--list article .price {
    padding: 5.86px 0 9.32px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .plan__main--list article .price dt {
    font-size: 18.41px;
    line-height: 1.5;
    font-weight: 700;
    width: 100%;
  }
  .pTop .plan__main--list article .price dd {
    font-size: 26.53px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
  }
  .pTop .plan__main--list article .price dd span {
    font-size: 72.56px;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .plan__main--list article .price dd::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .plan__main--list article .list {
    width: 100%;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .plan__main--list article .list dt {
    color: #fff;
    font-size: 15.06px;
    line-height: 1.5;
    font-weight: 700;
    padding: 3.35px 0 3.78px;
    text-align: center;
  }
  .pTop .plan__main--list article .list dd ul::after {
    content: "";
    clear: both;
    display: table;
  }
  .pTop .plan__main--list article .list dd ul li {
    float: left;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
    color: #272727;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 24px;
  }
  .pTop .plan__main--list article .list dd ul li::before {
    position: absolute;
    content: "";
    width: 18.91px;
    height: 18.91px;
    background: url("../img/planCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2px;
  }
  .pTop .plan__main--list article section {
    width: 297px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -moz-border-radius: 7.53px;
         border-radius: 7.53px;
    margin-top: 14.19px;
  }
  .pTop .plan__main--list article section h4 {
    color: #fff;
    font-size: 17.57px;
    line-height: 1.5;
    font-weight: 700;
    height: 32.8px;
    min-width: 221px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 5.86px;
         border-radius: 5.86px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -14.19px;
    position: absolute;
  }
  .pTop .plan__main--list article section figure, .pTop .plan__main--list article section picture {
    width: 90px;
    -moz-border-radius: 7.53px 0 0 7.53px;
         border-radius: 7.53px 0 0 7.53px;
    overflow: hidden;
  }
  .pTop .plan__main--list article section ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: -webkit-calc(100% - 18px);
    height: -moz-calc(100% - 18px);
    height: calc(100% - 18px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .plan__main--list article section ul li {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: #272727;
    position: relative;
    padding: 0 0 0 15px;
  }
  .pTop .plan__main--list article section ul li::before {
    position: absolute;
    content: "・";
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    color: #272727;
    top: 0;
    left: 0;
  }
  .pTop .plan__main--list article .note {
    text-align: right;
    font-size: 11.5px;
    line-height: 1.5;
    margin-top: 4px;
    padding-right: 12px;
    width: 100%;
  }
  .pTop .plan__main--list article.st1 {
    border: 1px solid #01257B;
  }
  .pTop .plan__main--list article.st1 h3 {
    background: #01257B;
  }
  .pTop .plan__main--list article.st1 .price {
    color: #01257B;
  }
  .pTop .plan__main--list article.st1 .price dd::before {
    width: 38.45px;
    height: 48.71px;
    background: url("../img/planIcon01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -59.28px;
  }
  .pTop .plan__main--list article.st1 .list dt {
    background: #01257B;
  }
  .pTop .plan__main--list article.st1 .list dd {
    padding: 10.35px 41px 11.54px;
  }
  .pTop .plan__main--list article.st1 .list dd ul li {
    width: 100%;
  }
  .pTop .plan__main--list article.st1 section {
    border: 1px solid #01257B;
  }
  .pTop .plan__main--list article.st1 section h4 {
    background: #01257B;
  }
  .pTop .plan__main--list article.st2 {
    border: 1px solid #016C86;
  }
  .pTop .plan__main--list article.st2 h3 {
    background: #016C86;
  }
  .pTop .plan__main--list article.st2 .price {
    color: #016C86;
  }
  .pTop .plan__main--list article.st2 .price dd::before {
    width: 50px;
    height: 48.44px;
    background: url("../img/planIcon02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -68px;
  }
  .pTop .plan__main--list article.st2 .list dt {
    background: #016C86;
  }
  .pTop .plan__main--list article.st2 .list dd {
    padding: 35px 19px 35px;
  }
  .pTop .plan__main--list article.st2 .list dd ul li {
    width: 50%;
  }
  .pTop .plan__main--list article.st2 section {
    border: 1px solid #016C86;
  }
  .pTop .plan__main--list article.st2 section h4 {
    background: #016C86;
  }
  .pTop .plan__main--list article.st3 {
    border: 1px solid #B50C0F;
  }
  .pTop .plan__main--list article.st3 h3 {
    background: #B50C0F;
  }
  .pTop .plan__main--list article.st3 .price {
    color: #B50C0F;
  }
  .pTop .plan__main--list article.st3 .price dd::before {
    width: 57px;
    height: 44.29px;
    background: url("../img/planIcon03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -73px;
  }
  .pTop .plan__main--list article.st3 .list dt {
    background: #B50C0F;
  }
  .pTop .plan__main--list article.st3 .list dd {
    padding: 35px 2px 35px 8px;
  }
  .pTop .plan__main--list article.st3 .list dd ul li {
    width: 50%;
  }
  .pTop .plan__main--list article.st3 section {
    border: 1px solid #B50C0F;
  }
  .pTop .plan__main--list article.st3 section h4 {
    background: #B50C0F;
  }
  .pTop .plan__main--list article.st4 {
    border: 1px solid #29374C;
  }
  .pTop .plan__main--list article.st4 h3 {
    background: #29374C;
  }
  .pTop .plan__main--list article.st4 .price {
    color: #29374C;
  }
  .pTop .plan__main--list article.st4 .price dd {
    margin-left: 56px;
  }
  .pTop .plan__main--list article.st4 .price dd::before {
    width: 44px;
    height: 48.77px;
    background: url("../img/planIcon04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -57px;
  }
  .pTop .plan__main--list article.st4 .list dt {
    background: #BE934E;
  }
  .pTop .plan__main--list article.st4 .list dd {
    padding: 21.35px 18px 18.81px 19px;
  }
  .pTop .plan__main--list article.st4 .list dd ul li:nth-of-type(odd) {
    width: 45%;
  }
  .pTop .plan__main--list article.st4 .list dd ul li:nth-of-type(even) {
    width: 55%;
  }
  .pTop .plan__main--list article.st4 section {
    border: 1px solid #29374C;
  }
  .pTop .plan__main--list article.st4 section h4 {
    background: #29374C;
  }
  .pTop .plan__main--list article.st5 {
    border: 1px solid #4A3965;
  }
  .pTop .plan__main--list article.st5 h3 {
    background: #4A3965;
  }
  .pTop .plan__main--list article.st5 .price {
    color: #4A3965;
  }
  .pTop .plan__main--list article.st5 .price dd {
    margin-left: 44px;
  }
  .pTop .plan__main--list article.st5 .price dd::before {
    width: 60px;
    height: 51.45px;
    background: url("../img/planIcon05.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -60px;
  }
  .pTop .plan__main--list article.st5 .list dt {
    background: #BE934E;
  }
  .pTop .plan__main--list article.st5 .list dd {
    padding: 21.35px 2px 21.81px 10px;
  }
  .pTop .plan__main--list article.st5 .list dd ul li {
    width: 50%;
  }
  .pTop .plan__main--list article.st5 .list dd ul li.full {
    width: 100%;
  }
  .pTop .plan__main--list article.st5 section {
    border: 1px solid #4A3965;
  }
  .pTop .plan__main--list article.st5 section h4 {
    background: #4A3965;
  }
}

@media screen and (max-width: 768px) {
  .pTop .fv {
    background: url("../img/mvBgNews_sp.jpg") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .pTop .fv__intro {
    background: #001A3A;
    line-height: 0;
    padding: 2.41546vw 0;
    text-align: center;
  }
  .pTop .fv__intro img {
    width: 90.33816vw;
  }
  .pTop .fv__news {
    text-align: center;
    line-height: 0;
  }
  .pTop .fv__news img {
    width: 100%;
  }
  .pTop .fv__medal {
    padding-bottom: 2.94928vw;
  }
  .pTop .fv__medal picture {
    width: 100%;
    margin: auto;
  }
  .pTop .fv__medal picture img {
    width: 100%;
  }
  .pTop .fv__point {
    background: url("../img/mvNewsBg02.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 3.62319vw 0 3.1401vw 3.1401vw;
  }
  .pTop .fv__point picture {
    max-width: 241.54589vw;
    width: 100%;
    margin: auto;
  }
  .pTop .fv__point picture img {
    width: 100%;
  }
  .pTop .cta__main--box--extra a {
    width: 100%;
    height: 18.59903vw;
    -moz-border-radius: 2.42029vw;
         border-radius: 2.42029vw;
    background: #fff;
    border: 1px solid #000;
    -moz-box-shadow: 0 0.96618vw 0 #001A3A;
         box-shadow: 0 0.96618vw 0 #001A3A;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 16.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 7.24638vw;
    line-height: 1;
    font-family: var(--apb);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 3.62319vw;
  }
  .pTop .cta__main--box--extra a::before, .pTop .cta__main--box--extra a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__main--box--extra a::after {
    width: 6.03865vw;
    height: 6.03865vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/ctaArrowExtra.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 6.76329vw;
  }
  .pTop .cta__main--box--extra a.st1::before {
    width: 8.67874vw;
    height: 9.92029vw;
    background: url("../img/ctaCup.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 5.07246vw;
  }
  .pTop .cta__main--box--extra a.st2 {
    letter-spacing: -0.06em;
  }
  .pTop .cta__main--box--extra a.st2::before {
    width: 7.95894vw;
    height: 10.75604vw;
    background: url("../img/ctaChecklist.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 5.07246vw;
  }
  .pTop .cta__main--box--extra a:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .pTop .study.st2 {
    background: #E0F2FF;
    padding-bottom: 3.1401vw;
    max-width: 92.75362vw;
    width: 100%;
    margin: 0 auto 9.66184vw;
    -moz-border-radius: 0 0 3.38164vw 3.38164vw;
         border-radius: 0 0 3.38164vw 3.38164vw;
  }
  .pTop .study.st2 .study__main--list article .slick-prev {
    left: -3.62319vw;
    border: none;
  }
  .pTop .study.st2 .study__main--list article .slick-next {
    right: -3.62319vw;
    border: none;
  }
  .pTop .study__main--list article .arTop .intro {
    display: block;
  }
  .pTop .study__main--list article .arTop .title i {
    display: none;
  }
  .pTop .study__main--list article section {
    display: block;
  }
  .pTop .study__main--list article .note {
    display: block;
  }
  .pTop .plan {
    background: #F0F4F6;
    padding: 14.49275vw 0 9.66184vw;
  }
  .pTop .plan__main h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1.3;
    font-family: var(--apm);
    position: relative;
    letter-spacing: -0.04em;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .plan__main h2::after {
    position: absolute;
    content: attr(data-en);
    font-size: 14.49275vw;
    line-height: 1.3;
    font-weight: 500;
    font-family: var(--futura);
    color: #01257B;
    opacity: 0.1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -11.83575vw;
    z-index: -1;
  }
  .pTop .plan__main--list {
    margin-top: 4.10628vw;
  }
  .pTop .plan__main--list article {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    padding-bottom: 1.20773vw;
  }
  .pTop .plan__main--list article + article {
    margin-top: 2.41546vw;
  }
  .pTop .plan__main--list article h3 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 5.31401vw;
    line-height: 1.5;
    font-weight: 700;
    padding: 3.86473vw 1.20773vw 3.38164vw;
  }
  .pTop .plan__main--list article .price {
    padding: 1.69082vw 0 2.41546vw;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .plan__main--list article .price dt {
    font-size: 5.31401vw;
    line-height: 1.5;
    font-weight: 700;
    width: 100%;
  }
  .pTop .plan__main--list article .price dd {
    font-size: 7.72947vw;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
  }
  .pTop .plan__main--list article .price dd span {
    font-size: 20.77295vw;
    line-height: 1;
    font-weight: 700;
  }
  .pTop .plan__main--list article .list {
    width: 100%;
  }
  .pTop .plan__main--list article .list dt {
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 700;
    padding: 0.96618vw 0 1.20773vw;
    text-align: center;
  }
  .pTop .plan__main--list article .list dd {
    padding: 2.89855vw 0 2.89855vw 27.29469vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .plan__main--list article .list dd::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .plan__main--list article .list dd ul li {
    font-size: 4.34783vw;
    line-height: 1.8;
    font-weight: 500;
    color: #272727;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 7.06039vw;
  }
  .pTop .plan__main--list article .list dd ul li::before {
    position: absolute;
    content: "";
    width: 5.45652vw;
    height: 5.45652vw;
    background: url("../img/planCheck.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 1.44928vw;
  }
  .pTop .plan__main--list article section {
    width: 85.74879vw;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    margin-top: 4.34783vw;
  }
  .pTop .plan__main--list article section h4 {
    color: #fff;
    font-size: 5.07246vw;
    line-height: 1.5;
    font-weight: 700;
    height: 9.46618vw;
    min-width: 63.76812vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.34783vw;
    position: absolute;
  }
  .pTop .plan__main--list article section figure, .pTop .plan__main--list article section picture {
    width: 26.08696vw;
    -moz-border-radius: 2.17391vw 0 0 2.17391vw;
         border-radius: 2.17391vw 0 0 2.17391vw;
    overflow: hidden;
  }
  .pTop .plan__main--list article section ul {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 4.34783vw;
    padding-left: 2.17391vw;
  }
  .pTop .plan__main--list article section ul li {
    font-size: 3.62319vw;
    line-height: 1.6;
    font-weight: 500;
    color: #272727;
    position: relative;
    padding: 0 0 0 3.62319vw;
  }
  .pTop .plan__main--list article section ul li br {
    display: none;
  }
  .pTop .plan__main--list article section ul li::before {
    position: absolute;
    content: "・";
    font-size: 3.62319vw;
    line-height: 1.6;
    font-weight: 500;
    color: #272727;
    top: 0;
    left: 0;
  }
  .pTop .plan__main--list article .note {
    text-align: right;
    font-size: 2.17391vw;
    line-height: 1.5;
    margin-top: 0.96618vw;
    padding-right: 3.62319vw;
    width: 100%;
  }
  .pTop .plan__main--list article.st1 {
    border: 1px solid #01257B;
  }
  .pTop .plan__main--list article.st1 h3 {
    background: #01257B;
  }
  .pTop .plan__main--list article.st1 .price {
    color: #01257B;
  }
  .pTop .plan__main--list article.st1 .list dt {
    background: #01257B;
  }
  .pTop .plan__main--list article.st1 .list dd::before {
    width: 16.18357vw;
    height: 20.50242vw;
    background: url("../img/planIcon01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.62319vw;
  }
  .pTop .plan__main--list article.st1 section {
    border: 1px solid #01257B;
  }
  .pTop .plan__main--list article.st1 section h4 {
    background: #01257B;
  }
  .pTop .plan__main--list article.st2 {
    border: 1px solid #016C86;
  }
  .pTop .plan__main--list article.st2 h3 {
    background: #016C86;
  }
  .pTop .plan__main--list article.st2 .price {
    color: #016C86;
  }
  .pTop .plan__main--list article.st2 .list dt {
    background: #016C86;
  }
  .pTop .plan__main--list article.st2 .list dd::before {
    width: 17.74396vw;
    height: 17.18841vw;
    background: url("../img/planIcon02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.38164vw;
  }
  .pTop .plan__main--list article.st2 section {
    border: 1px solid #016C86;
  }
  .pTop .plan__main--list article.st2 section h4 {
    background: #016C86;
  }
  .pTop .plan__main--list article.st3 {
    border: 1px solid #B50C0F;
  }
  .pTop .plan__main--list article.st3 h3 {
    background: #B50C0F;
  }
  .pTop .plan__main--list article.st3 .price {
    color: #B50C0F;
  }
  .pTop .plan__main--list article.st3 .list dt {
    background: #B50C0F;
  }
  .pTop .plan__main--list article.st3 .list dd::before {
    width: 18.59903vw;
    height: 14.45169vw;
    background: url("../img/planIcon03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.38164vw;
  }
  .pTop .plan__main--list article.st3 section {
    border: 1px solid #B50C0F;
  }
  .pTop .plan__main--list article.st3 section h4 {
    background: #B50C0F;
  }
  .pTop .plan__main--list article.st4 {
    border: 1px solid #29374C;
  }
  .pTop .plan__main--list article.st4 h3 {
    background: #29374C;
  }
  .pTop .plan__main--list article.st4 .price {
    color: #29374C;
  }
  .pTop .plan__main--list article.st4 .list dt {
    background: #BE934E;
  }
  .pTop .plan__main--list article.st4 .list dd::before {
    width: 15.28986vw;
    height: 16.94686vw;
    background: url("../img/planIcon04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.62319vw;
  }
  .pTop .plan__main--list article.st4 section {
    border: 1px solid #29374C;
  }
  .pTop .plan__main--list article.st4 section h4 {
    background: #29374C;
  }
  .pTop .plan__main--list article.st5 {
    border: 1px solid #4A3965;
  }
  .pTop .plan__main--list article.st5 h3 {
    background: #4A3965;
  }
  .pTop .plan__main--list article.st5 .price {
    color: #4A3965;
  }
  .pTop .plan__main--list article.st5 .list dt {
    background: #BE934E;
  }
  .pTop .plan__main--list article.st5 .list dd::before {
    width: 19.10145vw;
    height: 16.37923vw;
    background: url("../img/planIcon05.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 3.62319vw;
  }
  .pTop .plan__main--list article.st5 section {
    border: 1px solid #4A3965;
  }
  .pTop .plan__main--list article.st5 section h4 {
    background: #4A3965;
  }
  .pTop .study__main--list article .slick-dots li {
    display: block;
  }
  .pTop .study__main--list article .slick-dots li button {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
  }
  .header__main--right a.tel {
    background-color: #B50C0F;
  }
  .header__main--right a.mail {
    background-color: #01257B;
  }
  .ctaFixed {
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 2.41546vw 2.41546vw 3.30193vw 2.657vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
    left: 0;
    bottom: 0;
  }
  .ctaFixed a {
    width: 46.36957vw;
    height: 13.12319vw;
    -moz-border-radius: 0.89855vw;
         border-radius: 0.89855vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.3599vw solid #fff;
    line-height: 0;
    -moz-box-shadow: 0 0.17874vw 0.71739vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.17874vw 0.71739vw rgba(0, 0, 0, 0.25);
    position: relative;
  }
  .ctaFixed a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ctaFixed a small {
    font-size: 2.6256vw;
    line-height: 3.38164vw;
    font-weight: 500;
    color: #fff;
    font-family: var(--noto);
  }
  .ctaFixed a span {
    font-size: 3.71739vw;
    line-height: 1;
    font-family: var(--din);
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
    margin-top: 0.56763vw;
  }
  .ctaFixed__tel {
    background: #FF7A01;
    padding-left: 11.3744vw;
  }
  .ctaFixed__tel::before {
    width: 8.09179vw;
    height: 5.30918vw;
    background: url("../img/iconTel.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 2.18599vw;
  }
  .ctaFixed__line {
    background: #06C755;
    padding-left: 11.85749vw;
  }
  .ctaFixed__line::before {
    width: 8.21256vw;
    height: 7.82367vw;
    background: url("../img/icLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: 2.17391vw;
  }
}
