@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
}
select {
    margin: 0 0 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}
p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
    font-weight: normal;
    font-style: normal;
}
ul,
li,
ol {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
    -webkit-text-size-adjust: 100%;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
body {
    line-height: 1.85;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: min(1.42vw, 17px);
    -webkit-text-size-adjust: 100%;
    color: #121212;
    font-optical-sizing: auto;
    box-sizing: border-box;
    height: 100%;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: .04em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* ---------------------------------------------
    共通レイアウト
--------------------------------------------- */
.pc {
    display: block;
}
.sp {
    display: none;
}
.tab-sp {
    display: none;
}
@media screen and (max-width: 1000px) {
    .sp {
        display: none;
    }
    .tab-sp {
        display: block;
    }
    .pc {
        display: block;
    }
}
@media screen and (max-width:768px) {
    .sp {
        display: block;
    }
    .tab-sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.orange {
    color: #f16600;
}
.blue {
    color: #0f0076;
}
.red {
    color: #e71b4e;
}
/* ============================================ */
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: auto;
}
#wrapper {
    position: relative;
}
/*
mv
 _________________________________________________________*/
.main {
    height: 740px;
    position: relative;
    overflow: hidden;
    background: url(../img/main_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.main h1 {
    width: 320px;
    position: absolute;
    top: 20px;
    left: 30px;
    z-index:10;
}
.main-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    height: 100%;
    min-height: 740px;
    z-index: 5;
}
.main-photo {
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 660px;
}
.main-title {
    position: absolute;
    top: 150px;
    left: 0;
    color: #FFF;
}
.main-title h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}
.main-title h2 {
    font-size: 120px;
    line-height: 1.1;
    font-weight: 800;
    margin-top: 20px;
}
.main-title h2 span {
    color: #fade04;
}
.main-icon1 {
    width: 240px;
    position: absolute;
    top: 80px;
    left: 370px;
}
.main-icon2 {
    width: 240px;
    position: absolute;
    top: 110px;
    left: 580px;
}
.main-date {
    position: absolute;
    top: 530px;
    left: 0;
}
.main-date dl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-date dt {
    background: #0f0076 url(../img/icon_earlybirds.png) no-repeat right 15px center;
    background-size: 65px;
    font-size: 24px;
    color: #fade04;
    height: 100px;
    padding: 0 90px 0 30px;
    display: flex;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    justify-content: center;
    align-items: center;
}
.main-date dd {
    height: 100px;
    font-size: 40px;
    background: #FFF;
    padding: 0 20px 20px 20px;
    color: #0f0076;
    font-size: 40px;
    font-weight: 800;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}
.main-date__day1 {
    font-size: 60px;
    letter-spacing: .04em;
}
.main-date__day3:before {
    content: " -";
    font-size: 60px;
    font-weight: 600;
}
.main-date__day2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 40px !important;
    line-height: 40px !important;
    height: 40px !important;
    background: #fade04;
    border-radius: 100px;
    text-align: center;
    margin: 0 6px;
}
@media screen and (max-width: 1200px) {
    .main {
        height: 58.33vw;
        background: url(../img/main_bg.jpg) no-repeat left center;
        background-size: 120%;
    }
    .main h1 {
        width: 26.67vw;
        position: absolute;
        top: 1.67vw;
        left: 2.5vw;
    }
    .main-inner {
        min-height: 61.67vw;
    }
    .main-photo {
        position: absolute;
        bottom: 0;
        right: -2vw;
        width: 54vw;
    }
    .main-title {
        position: absolute;
        top: 12.5vw;
        left: 4.17vw;
    }
    .main-title h3 {
        font-size: 3.33vw;
    }
    .main-title h2 {
        font-size: 10vw;
        margin-top: 1.67vw;
    }
    .main-icon1 {
        width: 18.33vw;
        position: absolute;
        top: 6.67vw;
        left: 33.33vw;
    }
    .main-icon2 {
        width: 18.33vw;
        position: absolute;
        top: 9.17vw;
        left: 48.33vw;
    }
    .main-date {
        position: absolute;
        top: 43.33vw;
        left: 4.17vw;
    }
    .main-date dt {
        background: #0f0076 url(../img/icon_earlybirds.png) no-repeat right 1.25vw center;
        background-size: 5.42vw;
        font-size: 2vw;
        height: 8.33vw;
        padding: 0 7.5vw 0 2.5vw;
    }
    .main-date dd {
        height: 8.33vw;
        font-size: 3.33vw;
        padding: 0 1.67vw 1.67vw 1.67vw;
        font-size: 3.33vw;
    }
    .main-date__day1 {
        font-size: 5vw;
    }
    .main-date__day3:before {
        content: " -";
        font-size: 5vw;
    }
    .main-date__day2 {
        font-size: 1.67vw;
        width: 3.33vw !important;
        line-height: 3.33vw !important;
        height: 3.33vw !important;
        margin: 0 0.5vw;
    }
}
@media screen and (max-width:768px) {
    .main {
        height: 114.67vw;
        background: url(../img/main_bg.jpg) no-repeat left bottom;
        background-size: 200%;
    }
    .main h1 {
        width: 48vw;
        position: absolute;
        top: 4vw;
        left: 4vw;
    }
    .main-inner {
        min-height: 114.67vw;
    }
    .main-photo {
        position: absolute;
        bottom: 0;
        right: -10vw;
        width: 94vw;
    }
    .main-title {
        position: absolute;
        top:46.67vw;
        left: 4vw;
    }
    .main-title h3 {
        font-size: 5.33vw;
        line-height: 1;
    }
    .main-title h2 {
        font-size: 12vw;
        margin-top: 2vw;
        text-shadow: 1px 0 10px rgba(0, 0, 0, .4);
        line-height: 1.1;
    }
    .main-icon1 {
        width: 26.67vw;
        position: absolute;
        top: 13.33vw;
        left: 4vw;
    }
    .main-icon2 {
        width: 26.67vw;
        position: absolute;
        top: 13.33vw;
        left:26vw;
    }
    .main-date {
        position: absolute;
        top: 84vw;
        left: 4vw;
    }
    .main-date dl {
        display: block;
    }
    .main-date dt {
        background: #0f0076 url(../img/icon_earlybirds.png) no-repeat right 1.25vw center;
        background-size: 8vw;
        font-size: 4vw;
        height: auto;
        padding: 0;
        text-align: center;
         border-top-left-radius: 2.67vw;
         border-top-right-radius: 2.67vw;
    border-bottom-left-radius: 0;
    }
    .main-date dd {
        height: auto;
        padding: 2vw 4vw;
        font-size: 4.8vw;
         border-radius: none;
           border-top-right-radius: 0;
    border-bottom-right-radius: 2.67vw;
    border-bottom-left-radius: 2.67vw;
    }
    .main-date__day1 {
        font-size: 8vw;
    }
    .main-date__day3:before {
        content: " -";
        font-size: 8vw;
    }
    .main-date__day2 {
        font-size: 3.33vw;
        width: 4.8vw !important;
        line-height: 4.8vw !important;
        height: 4.8vw !important;
        margin: 0 0.5vw;
    }
}
.title {
    line-height: 1;
}
.title h2 {
    font-size: min(2.5vw, 30px);
    font-weight: 800;
    margin-top: min(2.08vw, 25px);
}
.title h2 span {
    font-size: min(5.33vw, 64px);
}
.title h3 {
    font-size: min(2.5vw, 30px);
       font-weight: 800;
}
.title h3 span {
    background: #fade04;
    border-radius: 100px;
    padding: .2em .6em;
    line-height: 1;
    margin-right: .5em;
}
.beginner-intro .title h2 {
    background: url(../img/driversmark.png) no-repeat left center;
    background-size: min(3.5vw, 42px);
    padding-left: min(4.58vw, 55px);
}
.expert-intro .title h2 {
    background: url(../img/icon_expert.png) no-repeat left center;
    background-size: min(5vw, 60px);
    padding-left: min(5.42vw, 65px);
}
.beginner-intro .title h2 span, .beginner-intro .title h3 span {
    color: #01570e;
}
.expert-intro .title h2 span, .expert-intro .title h3 span {
    color: #0f0076;
}
.title p {
    margin-top: min(2.08vw, 25px);
    font-size: min(2.5vw, 30px);
    font-weight: 800;
}
.beginner-intro, .expert-intro {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: 800;
    padding: min(6.67vw, 80px) 0;
}
.course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: min(3.33vw, 40px);
}
.course-txt {
    width: 49%;
    margin-right: 3%;
    font-size: min(1.5vw, 18px);
    line-height: 2;
}
.course-txt__beginner {
    font-size: min(2.08vw, 25px);
    font-weight: 800;
    line-height: 1.6;
    margin-top: min(2.5vw, 30px);
    color: #01570e;
}
.course-txt__beginner span {
    background: linear-gradient(transparent 60%, #fade04 60%);
}
.course-info {
    width: 48%;
}
.course-info__beginner {
    background: #feffd2;
    border: min(.67vw, 8px) solid #fade04;
    position: relative;
    border-radius: min(1.67vw, 20px);
    padding-bottom: min(2.5vw, 30px);
}
.course-info__inner {
    width: 90%;
    margin: min(-2.08vw, -25px) auto 0 auto;
}
.course-info__beginner h4 {
    background: #e71b4e;
    font-size: min(2.08vw, 25px);
    text-align: center;
    color: #FFF;
    line-height: 1;
    padding: 1em 0;
    border-radius: 100px;
}
.course-info__beginner h4 span {
    font-size: min(2.67vw, 32px);
    color: #faf104;
}
.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: min(2.5vw, 30px);
    line-height: 1.1;
}
.price p:first-child {
    font-size: min(2vw, 20px);
    background: url(../img/arrow.png) no-repeat right min(1vw, 10px) center;
    background-size: min(4.17vw, 50px);
    padding-right: min(5.83vw, 70px);
}
.price p:first-child span {
    font-size: min(3.75vw, 50px);
    font-weight: 700;
}
.price p.price-sale {
    font-size: min(2.5vw, 30px);
}
.price p.price-sale span {
    font-size: min(5.83vw, 75px);
    font-weight: 800;
}
.course-info__txt1 {
    text-align: center;
    line-height: 1.6;
    margin-top: min(1.67vw, 20px);
}
.course-info__txt2 {
    background: #fade04;
    border-radius: 100px;
    position: relative;
    font-size: min(1.67vw, 20px);
    padding: 1em 0 1em 1.6em;
    line-height: 1.5;
    margin-top: min(1.67vw, 20px);  
}
.course-info__txt2 p{
    font-weight: 800;
}
.course-info__txt2 figure {
    width: min(5vw, 60px);
    position: absolute;
    bottom: 0;
    right: min(.83vw, 10px);
}
.expert-info ul {
    display: flex;
    justify-content: space-between;
}
.expert-info ul li {
    width: 32%;
    background: #FFF;
    border: min(0.33vw, 4px) solid #0f0076;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    padding: min(0.83vw, 10px) 0;
    border-radius: min(0.83vw, 10px);
    color: #0f0076;
}
.expert-info ul li p {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.3;
    font-weight: 800;
    font-size: min(1.5vw, 18px);
}
.expert-info ul li p span {
    font-size: min(2.33vw, 28px);
}
.course-info__expert h4 {
    background: #0f0076;
    font-weight: 800;
    font-size: min(2.08vw, 25px);
    text-align: center;
    color: #FFF;
    letter-spacing: .04em;
    line-height: 1;
    padding: 1em 0;
    border-radius: 100px;
}
.course-info__expert h4 span {
    font-size: min(2.67vw, 32px);
    color: #faf104;
}
.course-info__expert {
    background: #feffd2;
    border: min(.67vw, 8px) solid #fade04;
    position: relative;
    border-radius: min(1.67vw, 20px);
    padding-bottom: min(2.5vw, 30px);
    margin-top: min(3.75vw, 50px);
}
.course-info__expert ul {
    margin-top: min(1.67vw, 20px);
    background: url(../img/icon_expert2.png) no-repeat right bottom;
    background-size: min(11.67vw, 140px);
}
.course-info__expert dl {
    display: flex;
    font-size: min(1.83vw, 22px);
    margin-top: min(0.42vw, 5px);
    line-height: 1.5;
}
.course-info__expert dt {
    min-width: min(3.33vw, 40px);
    height: min(3.33vw, 40px);
    line-height: min(3.33vw, 40px);
    flex-shrink: 0;
    background: #fade04;
    color: #0f0076;
    border-radius: min(3.33vw, 40px);
    text-align: center;
    font-weight: 800;
}
.course-info__expert dd {
    padding-left: min(1.25vw, 15px);
    font-weight: 800;
}
@media screen and (max-width:768px) {
    .title h2 {
        font-size:6vw;
        margin-top: 0.67vw;
        line-height: 1.3;
    }
    .title h2 span {
        font-size: 8.4vw
    }
    .title h3 {
        font-size: 4vw;
        line-height: 1.8;
    }
    .beginner-intro .title h2 {
        background: url(../img/driversmark.png) no-repeat left top 1.33vw;
        background-size: 5.33vw;
        padding-left: 7.33vw;
    }
    .expert-intro .title h2 {
        background: url(../img/icon_expert.png) no-repeat left center;
        background-size:7.33vw;
        padding-left: 7.33vw;
    }
    .title p {
        margin-top: 2.67vw;
        font-size: 4.8vw;
        padding-left: 7.33vw;
        padding-bottom: 2.67vw;
    }
    .beginner-intro, .expert-intro {
        width: 90%;
        margin: 0 auto;
        font-weight: 800;
        padding: min(6.67vw, 80px) 0;
    }
    .course {
        display: block;
        margin-top: min(3.33vw, 40px);
    }
    .course-txt {
        width: 100%;
        margin-right: 0;
        font-size: 3.73vw;
        line-height: 1.9;
        letter-spacing: .02em;
    }
    .course-txt__beginner {
        font-size: 4.8vw;
        line-height: 1.6;
        margin-top: 5.33vw;
    }
    .course-info {
        width: 100%;
    }
    .course-info__beginner {
        border: 1.33vw solid #fade04;
        border-radius: 1.67vw;
        padding-bottom: 5.33vw;
        margin-top: 10.67vw;
    }
    .course-info__inner {
        width: 92%;
        margin: -6vw auto 0 auto;
    }
    .course-info__beginner h4 {
        font-size: 4.8vw;
    }
    .course-info__beginner h4 span {
        font-size: 4.8vw;
    }
    .price {
        margin-top: 4vw;
        line-height: 1.1;
    }
    .price p:first-child {
        font-size: 4vw;
        background: url(../img/arrow.png) no-repeat right 1.33vw center;
        background-size: 9.33vw;
        padding-right: 13.33vw;
    }
    .price p:first-child span {
        font-size: 6.67vw;
    }
    .price p.price-sale {
        font-size: 5.33vw;
    }
    .price p.price-sale span {
        font-size: 12vw;
    }
    .course-info__txt1 {
        margin-top: 4vw;
        font-size: 4vw;
    }
    .course-info__txt2 {
        font-size: 4vw;
        padding: 1em 13.33vw 1em 1.6em;
        margin-top: 4vw;
    }
    .course-info__txt2 br {
        display: none;
    }
    .course-info__txt2 figure {
        width: 10.67vw;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .expert-info ul {
        margin-top: 6.4vw;
    }
    .expert-info ul li {
        border: 0.53vw solid #0f0076;
        padding: 2.67vw 0;
        border-radius: 1.33vw;
    }
    .expert-info ul li p {
        text-align: center;
        display: block;
        width: 100%;
        line-height: 1.3;
        font-weight: 800;
        font-size: 3.47vw;
    }
    .expert-info ul li p span {
        font-size: 4.8vw;
    }
    .course-info__expert h4 {
        font-size: 4.8vw;
        text-align: center;
        color: #FFF;
        letter-spacing: .04em;
        line-height: 1;
        padding: 1em 0;
        border-radius: 100px;
    }
    .course-info__expert h4 span {
        font-size: 4.8vw;
        color: #faf104;
    }
    .course-info__expert {
        border: 1.33vw solid #fade04;
        border-radius: 1.67vw;
        padding-bottom: 5.33vw;
        margin-top: 10.67vw;
    }
    .course-info__expert ul {
        margin-top: 4.8vw;
        background: url(../img/icon_expert2.png) no-repeat right bottom;
        background-size: 21.33vw;
    }
    .course-info__expert dl {
        font-size: 4vw;
        margin-top: 1.33vw;
        line-height: 1.5;
    }
    .course-info__expert dt {
        min-width: 6.67vw;
        height: 6.67vw;
        line-height: 6.67vw;
        border-radius: 100px;
    }
    .course-info__expert dd {
        padding-left: 2.67vw font-weight: 800;
    }
}
.box {
    background: #96cf1c;
    position: relative;
    margin-top: min(6.67vw, 80px);
    padding-bottom: min(6.67vw, 80px);
}
.box-header {
    position: absolute;
    width: 100%;
    margin-top: -110px;
}
.box-header img {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}
.beginner-course {
    background: #96cf1c;
    position: relative;
}
.beginner-course__title {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-size: min(3.33vw, 40px);
    font-weight: 800;
    color: #01570e;
    padding-top: min(6.67vw, 80px);
}
.beginner-course__title dt {
    background: #fade04 url(../img/driversmark.png) no-repeat left min(1.25vw, 15px) center;
    background-size: min(1.67vw, 20px);
    border-radius: 100px;
    font-size: min(2vw, 24px);
    padding: .3em min(1.25vw, 15px) .3em min(3.33vw, 40px);
    line-height: 1;
    margin-right: .5em;
    display: inline-block;
    position: relative;
}
.beginner-course__title dd {
    font-size: min(3.33vw, 40px);
}
.beginner-course__info {
    display: flex;
    justify-content: space-between;
    width: 94%;
    max-width: 1200px;
    margin: min(2.5vw, 30px) auto 0 auto;
}
.beginner-course__info figure {
    width: 50%;
}
.beginner-course__info figure img {
    border-top-left-radius: min(1.67vw, 20px);
    border-bottom-left-radius: min(1.67vw, 20px);
}
.beginner-course__txt {
    width: 50%;
    background: #01570e;
    color: #FFF;
    box-sizing: border-box;
    padding: min(5vw, 60px) min(3.33vw, 40px) 0 min(3.33vw, 40px);
    border-top-right-radius: min(1.67vw, 20px);
    border-bottom-right-radius: min(1.67vw, 20px);
}
.beginner-course__txt h5 {
    font-size: min(2.83vw, 34px);
    line-height: 1.3;
    font-weight: 800;
}
.beginner-course__txt h5 span {
    font-size: min(2.33vw, 28px);
}
.beginner-course__txt ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: min(4.17vw, 50px);
    background: url(../img/icon_beginner2.png) no-repeat left bottom;
    padding-left: min(8.33vw, 110px);
    background-size: min(6.67vw, 100px);
}
.beginner-course__txt ul li {
    font-size: min(1.67vw, 20px);
    font-weight: 800;
    margin: 0 min(0.83vw, 10px);
    border: min(0.33vw, 4px) solid #FFF;
    padding: min(1.17vw, 14px) min(2.08vw, 25px) min(1.17vw, 14px) min(4.17vw, 50px);
    border-radius: 10px;
    background: url(../img/flag.png) no-repeat left min(1.17vw, 14px) center;
    background-size: min(1.5vw, 18px);
}
.point-title {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: min(5.83vw, 70px) 0 0 min(5.83vw, 70px);
    color: #01570e;
    font-size: min(3.33vw, 40px);
    font-weight: 800;
    background: url(../img/icon_earlybirds.png) no-repeat left bottom 10px;
    background-size: min(5vw, 60px);
}
.point-list ul {
    width: 94%;
    max-width: 1200px;
    margin: min(1.67vw, 20px) auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.point-list ul li {
    width: 23.5%;
    margin-left: 2%;
    border-radius: min(1.67vw, 20px);
    background: #FFF;
}
.point-list ul li img {
    border: min(0.67vw, 8px) solid #FFF;
    border-top-left-radius: min(1.67vw, 20px);
    border-top-right-radius: min(1.67vw, 20px);
    display: block;
}
.point-list ul li:first-child {
    margin-left: 0;
}
.point-list ul li dl {
    background: #FFF;
    border-bottom-left-radius: min(1.67vw, 20px);
    border-bottom-right-radius: min(1.67vw, 20px);
    box-sizing: border-box;
    padding: min(0.83vw, 10px) min(0.83vw, 10px) min(1.67vw, 20px) min(0.83vw, 10px);
    display: flex;
}
.point-list ul li dt {
    min-width: min(3vw, 36px);
    height: min(3vw, 36px);
    line-height: min(3vw, 36px);
    font-size: min(1.5vw, 18px);
    flex-shrink: 0;
    background: #01570e;
    color: #FFF;
    border-radius: min(3.33vw, 40px);
    text-align: center;
    font-weight: 900;
}
.point-list ul li dd {
    padding-left: min(0.83vw, 10px);
    color: #01570e;
    font-size: min(1.5vw, 18px);
    line-height: 1.6;
    font-weight: 800;
}
.point-info {
    background: #e71b4e;
    width: 94%;
    max-width: 1200px;
    margin: min(5vw, 60px) auto 0 auto;
    text-align: center;
    position: relative;
    padding: min(1.67vw, 20px) 0;
}
.point-info p {
    font-size: min(2.5vw, 30px);
    font-weight: 800;
    line-height: 1;
    color: #FFF;
}
.point-info p span {
    color: #faf104;
}
.point-info__icon1 {
    width: min(5vw, 60px);
    position: absolute;
    bottom: 0;
    left: min(5.33vw, 80px);
}
.point-info__icon2 {
    width: min(5vw, 60px);
    position: absolute;
    bottom: 0;
    right: min(5.33vw, 80px);
}
.footer {
    background: #96cf1c;
    position: relative;
    padding: min(4.17vw, 50px) 0;
}
.link-official {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
}
.link-official a {
    display: block;
    background: #01570e;
    color: #FFF;
    text-align: center;
    padding: min(1.67vw, 20px) 0;
    border-radius: 100px;
    transition-duration: 0.3s;
}
.link-official a:hover {
    background: #048818;
}
.footer-logo {
    width: min(25vw, 300px);
    margin: min(3.33vw, 40px) auto 0 auto;
}
.copyright {
    font-size: min(1vw, 12px);
    text-align: center;
    margin-top: min(2.08vw, 25px);
}
@media screen and (max-width: 1200px) {
    .box-header {
        margin-top: -10vw;
    }
}
@media screen and (max-width:768px) {
    .box {
        margin-top: 10.67vw;
        padding-bottom: 10.67vw;
    }
    .box-header {
        position: absolute;
        width: 100%;
        margin-top: -10.67vw;
    }
    .box-header img {
        width: 100%;
        max-width: 1200px;
        display: block;
        margin: 0 auto;
    }
    .beginner-course {
        background: #96cf1c;
        position: relative;
    }
    .beginner-course__title {
        display: block;
        font-size: 8vw;
        font-weight: 800;
        color: #01570e;
        padding-top: 0;
        text-align: center;
    }
    .beginner-course__title dt {
        background: #fade04 url(../img/driversmark.png) no-repeat left 2.67vw center;
        background-size: 3.33vw;
        font-size: 4vw;
        padding: .3em 4vw .3em 8vw;
        line-height: 1;
        margin-right: .5em;
    }
    .beginner-course__title dd {
        font-size: 5.33vw;
        line-height: 1;
    }
    .beginner-course__info {
        display: block;
        width: 90%;
        margin: 4vw auto 0 auto;
    }
    .beginner-course__info figure {
        width: 100%;
    }
    .beginner-course__info figure img {
        border-top-left-radius: 1.33vw;
        border-top-right-radius: 1.33vw;
        border-bottom-left-radius: 0;
    }
    .beginner-course__txt {
        width: 100%;
        padding: 4.8vw;
        border-bottom-left-radius: 1.33vw;
        border-bottom-right-radius: 1.33vw;
        border-top-right-radius: 0;
    }
    .beginner-course__txt h5 {
        font-size: 4.8vw;
    }
    .beginner-course__txt h5 span {
        font-size: 4vw;
    }
    .beginner-course__txt ul {
        display: flex;
        flex-wrap: wrap;
        padding-top: 6vw;
        background: url(../img/icon_beginner2.png) no-repeat left bottom;
        padding-left: 16vw;
        background-size: 13.33vw;
    }
    .beginner-course__txt ul li {
        font-size: 3.73vw;
        font-weight: 800;
        margin: 0 min(0.83vw, 10px);
        border: 0.53vw solid #FFF;
        padding: 2vw 2.67vw 2vw 6.67vw;
        border-radius: 10px;
        background: url(../img/flag.png) no-repeat left 2vw center;
        background-size: 3.33vw;
    }
    .point-title {
        width: 90%;
        padding: 8vw 0 0 10.67vw;
        font-size: 5.33vw;
        font-weight: 800;
        background: url(../img/icon_earlybirds.png) no-repeat left bottom 1.33vw;
        background-size: 8vw;
    }
    .point-list ul {
        width: 94%;
        max-width: 1200px;
        margin: 2vw auto 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .point-list ul li {
        width: 47%;
        margin: 2.67vw 1.5% 0 1.5%;
        border-radius: 2.67vw;
        background: #FFF;
    }
    .point-list ul li img {
        border: 1.33vw solid #FFF;
        border-top-left-radius: 2.67vw border-top-right-radius: 2.67vw;
    }
    .point-list ul li:first-child {
        margin: 2.67vw 1.5% 0 1.5%;
    }
    .point-list ul li dl {
        border-bottom-left-radius: 2.67vw;
        border-bottom-right-radius: 2.67vw;
        box-sizing: border-box;
        padding: 2.67vw 2.67vw 4vw 2.67vw;
        display: flex;
    }
    .point-list ul li dt {
        min-width: 6vw;
        height: 6vw;
        line-height: 6vw;
        font-size: 3.47vw;
        border-radius: 100px;
    }
    .point-list ul li dd {
        padding-left: min(0.83vw, 10px);
        font-size: 3.73vw;
    }
    .point-info {
        width: 90%;
        margin: 8vw auto 0 auto;
        padding: 2.67vw 0;
    }
    .point-info p {
        font-size: 4vw;
        line-height: 1.5;
    }
    .point-info__icon1 {
        width: 12vw;
        position: absolute;
        bottom: 0;
        left: 0vw;
    }
    .point-info__icon2 {
        width: 12vw;
        position: absolute;
        bottom: 0;
        right: 0vw;
    }
    .footer {
        padding: 8vw 0;
    }
    .link-official {
        width: 80%;
    }
    .link-official a {
        text-align: center;
        padding: 4vw 0;
        font-size: 3.73vw;
    }
    .footer-logo {
        width: 48vw;
        margin: 6.4vw auto 0 auto;
    }
    .copyright {
        font-size: 2.4vw;
        margin-top: 2.67vw;
    }
}
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(4.17vw, 50px);
    height: min(4.17vw, 50px);
    background: url(../img/pagetop.png) no-repeat;
    background-size: min(4.17vw, 50px);
    text-indent: -10000px;
    transition: all 0.3s;
}
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    opacity: 100;
    transform: translateX(100px);
}
@media screen and (max-width:768px) {
    #page-top a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 12vw;
        height: 12vw;
        background: url(../img/pagetop.png) no-repeat;
        background-size: 12vw;
    }
    #page-top {
        position: fixed;
        right: 3vw;
        bottom: 3vw;
        z-index: 2;
        opacity: 0;
        transform: translateX(100px);
    }
}
#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}
#page-top2.RightMove {
    animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 1;
        transform: translateX(100px);
    }
}