@charset "utf-8";

*{
  box-sizing: border-box;
}
::selection {
    background: #f5c527;
    color: #000;
}
body {
    --wp--style--global--content-size: 1000px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 22px;
}
.lp {
    background: #fff096;
}
.about h2,
.course h2,
.prise h2,
.voice h2 {
    width: 518px;
    height: 84px;
    margin: 0 auto 60px;
    background: url("../images/lp/bg-h2-01.png") center top no-repeat;
    font-weight: 900;
    font-size: 32px;
    line-height: 2em;
    color: #fff;
    text-align: center;
    display: block;
}
.recommend h2,
.teacher h2 {
    width: 100%;
    padding: 0;
    margin: 0 auto 80px;
    background: #fff;
    box-shadow: #000 2px 2px 0 6px;
    border-radius: 15px;
    font-size: 32px;
    font-weight: 700;
    line-height: 100px;
    text-align: center;
    display: block;
    position: relative;
}
.recommend h2::before,
.recommend h2::after,
.teacher h2::before,
.teacher h2::after {
    content: '';
    border: 36px solid transparent;    
    position: absolute;
    left: 50%;
}
.recommend h2::before,
.teacher h2::before {
    border-top: 60px solid #000;
    top: calc(100% + 8px);
}
.recommend h2::after,
.teacher h2::after {
    border-top: 60px solid #fff;
    top: 100%;
}

header {
    background: #b1ebff;
}
header h1 {
    width: 100%;
    height: 100%;
    margin: 0;
    background: repeating-conic-gradient(transparent,transparent 6deg,#8ddcf6 6deg 12deg);
}
header h1 span {
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding-top: 35%;
    margin: 0 auto;
    background: url("../images/lp/title.png") center center no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    display: block;
}

.lead {
    padding: 90px 0;
    background: url("../images/lp/bg-lead.jpg") center center no-repeat;
    background-size: cover;
}
.lead p {
    text-align: center;
    color: #fff;
}
.lead p:first-of-type {
    font-weight: 900;
    font-size: 32px;
}
.lead p span.marker-y {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.lead p span.marker-y::before {
    content: '';
    width: calc(100% + .2em);
    height: 10px;
    background: #ffae00;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.lead p strong {
    font-size: 1.5em;
    font-weight: 900;
}

.about {
    padding: 90px 0;
    background: #0064be;
}
.about ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about ul li {
    width: 300px;
    padding: 25px;
    margin-bottom: 45px;
    background: #fff;
    border-radius: 30px;
    box-shadow: #000 0 0 0 6px, #000 2px 2px 0 8px;
    text-align: center;
    font-size: 20px;
    letter-spacing: -.05em;
}
.about ul li img {
    width: 100% !important;
    height: auto !important;
}
.recommend {
    padding: 90px 0 10px;
    background: #fff096;
}
.recommend .recommend-for,
.recommend .recommend-not {
    margin-bottom: 75px;
    position: relative;
}
.recommend .recommend-for h2::before {
    margin-left: 80px;    
}
.recommend .recommend-for h2::after {
    margin-left: 78px;
}
.recommend ul {
    padding-left: 0;
    padding-bottom: 20px;
    list-style: none;
    position: relative;
}
.recommend ul li {
    width: 100%;
    padding-left: 56px;
    margin-bottom: 15px;
    background: url("../images/lp/reco-li.png") left center no-repeat;
    font-size: 20px;
    font-weight: 700;
}
.recommend .recommend-for img,
.recommend .recommend-not img {
    position: absolute;
    bottom: 0;
}
.recommend .recommend-for img {
    right: -37px;
}
.recommend .recommend-not img {
    left: -37px;
}
.recommend .recommend-not h2::before {
    margin-left: -246px;    
}
.recommend .recommend-not h2::after {
    margin-left: -248px;
}
.recommend .recommend-not ul {
    margin-left: 333px !important;
}
.recommend .recommend-not ul::after {
    content: '';
    width: 315px;
    height: 234px;
    background: url("../images/lp/reco-no02.png") 0 0 no-repeat;
    display: block;
    position: absolute;
    right: -76px;
    top: -60px;
}
.recommend .recommend-follow {
    position: relative;
}
.recommend .recommend-follow h3 {
    width: 335px;
    height: 281px;
    margin: 0 auto 35px 50px !important;
    background: url("../images/lp/reco-text01.png") 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
}
.recommend .recommend-follow p {
    margin-bottom: 90px;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.05em;
    position: relative;
}
.recommend .recommend-follow p::before,
.recommend .recommend-follow p::after {
    content: '';
    display: block;
    position: absolute;
}
.recommend .recommend-follow p::before {
    width: 133px;
    height: 141px;
    background: url("../images/lp/reco-img02.png") 0 0 no-repeat;
    top: -150px;
    left: -67px;
}
.recommend .recommend-follow p::after {
    width: 81px;
    height: 70px;
    background: url("../images/lp/reco-img03.png") 0 0 no-repeat;
    bottom: -80px;
    left: 35%;
}
.course {
    padding: 90px 0 0;
    background: url("../images/lp/bg-course.png") center center no-repeat;
    background-size: cover;
    z-index: 1;
}
.course h2 {
    margin-bottom: 35px;
}
.course h2 + p {
    text-align: center;
}
.course .course-list {
    padding-top: 180px;
    position: relative;
}
.course .course-list .course-badge {
    width: 194px;
    height: 186px;
    background: url("../images/lp/course-text01.png") 0 0 no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.course .course-list ol {
    padding-left: 0;
    background: url("../images/lp/course-img02.png") right 100px bottom 104px no-repeat;
    list-style: none;
    counter-reset: course;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course .course-list ol li {
    width: 475px;
    padding: 20px;
    margin-bottom: 110px;
    background: #fff;
    border-radius: 30px;
    box-shadow: #000 2px 2px 0 6px;
    font-size: 14px;
    position: relative;
}
.course .course-list ol li::before {
    content: '0'counter(course);
    counter-increment: course;
    width: 60px;
    height: 60px;
    background: #f5c527;
    border-radius: 12px;
    box-shadow: #000 2px 2px 0 6px;
    font-size: 32px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
}
.course .course-list ol li mark {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #f5c527 !important;
    letter-spacing: -.05em;
    text-shadow: 2px 2px 1px #000, 2px -2px 1px #000, -2px 2px 1px #000, -2px -2px 1px #000,2px 0 1px #000, 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 3px 3px 1px #000, 3px 3px 0 #000, 4px 4px 2px #000, 4px 4px 1px #000, 4px 4px 0 #000;
    text-align: center;
    display: inherit;
    position: relative;
}
.course .course-list ol li mark sub {
    vertical-align: baseline;
    font-size: .6em;
}
.course .course-list ol li > br {
    display: none;
}
.course .course-list ol li strong {
    margin: 20px auto 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -.05em;
    text-align: center;
    display: block;
}
.course .course-list ol li:nth-child(4) strong {
    margin: 12px auto 10px;
}
.course .course-list ol li::after {
    background: url("../images/lp/course-caption-l.png") left center no-repeat, url("../images/lp/course-caption-r.png") right center no-repeat;
    font-size: 25px;
    font-weight: 700;
    color: #f00;
    text-align: center;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.course .course-list ol li:nth-child(5) {
    background: url("../images/lp/course-img01.png") right 20px bottom 20px no-repeat, #fff;
}
.course .course-list ol li:nth-child(1)::after {
    content: '　初心者向コース　';
}
.course .course-list ol li:nth-child(2)::after {
    content: '　初心者・中級者コース　';
}
.course .course-list ol li:nth-child(4)::after {
    content: '　初・中級者向け　';
}
.course .course-list ol li:nth-child(5)::after {
    content: '　全ての人におすすめ！　';
}
.course .course-why h3 {
    text-align: center;
    font-size: 52px;
    font-weight: 900;
    color: #f00;
    position: relative;
}
.course .course-why h3::before,
.course .course-why h3::after {
    content: '';
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.course .course-why h3::before {
    background: url("../images/lp/course-caption-l-h3.png") 0 0 no-repeat;
    background-size: auto 100%;
    left: 1em;    
}
.course .course-why h3::after {
    background: url("../images/lp/course-caption-r-h3.png") 0 0 no-repeat;
    background-size: auto 100%;
    right: 1em;    
}
.course .course-why h3 + p {
    margin-bottom: 50px;
    font-size: 39px;
    font-weight: 900;
    text-align: center;
}
.course .course-why h3 + p + p {
    width: calc(100% + 125px);
    max-width: calc(100% + 125px);
    height: 447px;
    margin: 0 -62.5px;
    background: url("../images/lp/course-text02.png") center bottom no-repeat;
    text-indent: -9999px;
    position: relative;
    z-index: 2;
}
.prise {
    padding: 90px 0;
    background: url("../images/lp/bg-prise.png") center center no-repeat;
    background-size: cover;
}
.prise ol {
    width: 1100px;
    max-width: 1100px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.prise ol li {
    width: 338px;
    height: auto;
    min-height: 250px;
    padding: 90px 60px 0;
    background: url("../images/lp/prise-li-l.png") left bottom no-repeat, url("../images/lp/prise-li-r.png") right bottom no-repeat;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #fff;
    position: relative;
}
.prise ol li::before {
    content: '';
    width: 104px;
    height: 85px;
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.prise ol li:nth-child(1)::before {
    background: url("../images/lp/prise-li01.png") 0 0 no-repeat;
}
.prise ol li:nth-child(2)::before {
    background: url("../images/lp/prise-li02.png") 0 0 no-repeat;
}
.prise ol li:nth-child(3)::before {
    background: url("../images/lp/prise-li03.png") 0 0 no-repeat;
}
.teacher {
    padding: 90px 0;
    background: #fff096;
}
.teacher h2::before {
    margin-left: 100px;    
}
.teacher h2::after {
    margin-left: 98px;
}
.teacher p {
    width: 685px;
    color: #603813;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
}
.teacher figure + p {
    margin: 0;
    border-top: #603813 4px solid;
    border-bottom: #603813 4px solid;
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
}
.contact {
    padding: 90px 0;
    background: #0064be;
    color: #fff;
}
.contact h2 {
    background: #f00;
    border-radius: 100vh;
    box-shadow: 0 0 0 6px #000, 6px 6px 0 6px #000;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 100px;
    text-align: center;
    position: relative;
}
.contact h2::before,
.contact h2::after {
    content: '';
    width: 68px;
    height: 64px;
    background: url("../images/lp/contact-h2.png") 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    bottom: -30px;
}
.contact h2::before {
    left: 20px;
}
.contact h2::after {
    right: 20px;
    transform: scale(-1, 1);
}
.contact p {
    margin-top: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}
.contact h2 + p {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}
.contact h2 + p::before,
.contact h2 + p::after {
    content: '';
    width: 26px;
    height: 49px;
}
.contact h2 + p::before {
    margin-right: 1em;
    background: url("../images/lp/contact-caption-l.png") 0 0 no-repeat;
}
.contact h2 + p::after {
    margin-left: .7em;
    background: url("../images/lp/contact-caption-r.png") 0 0 no-repeat;
}
.contact p mark {
    font-size: 40px;
    color: #f5c527 !important;
    letter-spacing: -.05em;
    text-shadow: 2px 2px 1px #000, 2px -2px 1px #000, -2px 2px 1px #000, -2px -2px 1px #000,2px 0 1px #000, 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 3px 3px 1px #000, 3px 3px 0 #000, 4px 4px 2px #000, 4px 4px 1px #000, 4px 4px 0 #000;
    position: relative;
    z-index: 0;
}
.contact p mark::before {
    content: '';
    width: calc(100% + .2em);
    height: 10px;
    background: #ff0;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.contact p mark strong {
    font-size: 50px;
}
.contact figure {
    margin-bottom: 90px;
}
.contact dl {
    padding: 70px 100px;
}
.contact dl dt {
    margin-bottom: 10px;
}
.contact dl dt.require::after {
    content: '必須';
    padding: .1em .5em;
    margin-left: 1em;
    background: #fff;
    color: #f00;
    display: inline-block;
}
.contact dl dd {
    margin: 0 0 50px 0 !important;
}
.contact dl dd input,
.contact dl dd textarea {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    color: #111;
}
.contact dl dd textarea {
    height: 300px;
}
.contact .privacy {
    width: 800px;
    height: 240px;
    padding: 0 25px 25px;
    margin: 0 100px 70px;
    background: #fff;
    overflow-y: scroll
}
.contact .privacy h3,
.contact .privacy p {
    color: #666;
    font-weight: 500;    
}
.contact .privacy h3 {
    width: calc(100% + 50px);
    margin: 0 -25px 25px;
    background: #fff096;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
}
.contact .privacy p {
    font-size: 16px;
    text-align: justify;
}
.contact input[type="submit"] {
    width: 280px;
    height: 45px;
    margin: 0 auto;
    background: #fff;
    border: #4d4d4d 2px solid;
    color: #666;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    font-weight: 700;
    cursor: pointer;
}

footer {
    padding: 8px 0;
    background: #000;
}
footer p,
footer a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/* 0908加筆 */
.ft-red {
    color: #ec0a00;
}
.ft-white {
    color: #fff;
}
.regulations {
    padding: 95px 0 110px;
    background: #ffed93;
}
.regulations h2 {
    margin-bottom: 45px;
    font-size: 1.45em;
    text-align: center;
    font-weight: 900;    
}
.regulations h2 strong {
    font-weight: 900;    
}
.regulations h2 strong.x13 {
    font-size: 1.3em;
}
.regulations h2 strong.x16 {
    font-size: 1.6em;
}
.regulations h2 strong.x21 {
    font-size: 2.1em;
}
.regulations h2 .ft-white {
    /*text-shadow: 0 0 11px #000, 0 0 11px #000, 0 0 11px #000, 0 0 11px #000, 0 0 11px #000, 0 0 11px #000;*/
    -webkit-text-stroke: 4px #000;
    text-stroke: 4px #000;
}
.regulations h2 span.marker-y {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.regulations h2 span.marker-y::before {
    content: '';
    width: calc(100% + .2em);
    height: 10px;
    background: #ffae00;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.regulations .sample {
    height: 48px;
    margin: 45px auto;
    font-size: 1.45em;
    color: #ec0a00;
    font-weight: 900;
    text-align: center;
    display: table;
    position: relative;
}
.regulations .sample::before,
.regulations .sample::after {
    content: '';
    width: 30px;
    height: 48px;
    position: absolute;
    top: 0;
}
.regulations .sample::before {
    background: url("../images/lp/regulations-sample-l.png") left center no-repeat;
    left: -34px;
}
.regulations .sample::after {
    background: url("../images/lp/regulations-sample-r.png") right center no-repeat;
    right: -34px;
}
.regulations ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.regulations ul li {
    width: calc(50% - 25px);
    font-size: 1.45em;
    text-align: center;
    font-weight: 900;
    color: #f2c227;
    letter-spacing: .05em;
    text-shadow: -1px -1px 0 #000, -2px -2px 0 #000, 2px -1px 0 #000, -1px 2px 0 #000, 3px 3px 0 #000, 4px 4px 0 #000;
    /*-webkit-text-stroke: 2px #000;
    text-stroke: 2px #000;*/
}
.regulations ul li strong {
    font-size: 1.3em;
    font-weight: 900;
}
.regulations ul li img {
    width: 100% !important;
    height: auto;
}
.regulations .area-movie {
    width: 850px;
    height: 450px;
    padding: 28px 0 0 66px;
    margin-top: 150px;
    background: repeating-linear-gradient(-45deg, rgba(174,232,255,.2), rgba(174,232,255,.2) 10px, #0064bb 0, #0064bb 30px),#0064bb;
    border-radius: 18px;
    position: relative;
    left: -75px;
}
.regulations .area-movie::before,
.regulations .area-movie::after {
    content: '';
    width: 233px;
    height: 101px;
    background: url("../images/lp/regulations-bg-movie01.png") 0 0 no-repeat;
    display: block;
    position: absolute;
}
.regulations .area-movie::before {
    left: 55px;
    bottom: -35px;
}
.regulations .area-movie::after {
    top: -160px;
    right: -180px;
}
.regulations .area-movie h3 {
    font-size: 1.9em;
    font-weight: 900;
    color: #fff;
    text-shadow: -2px -2px 0 #000, -3px -3px 0 #000, 4px 4px 0 #000, 5px 5px 0 #000;
    line-height: 1.2;
}
.regulations .area-movie figure.wp-block-video {
    width: 620px;
    height: 420px;
    margin: 0;
    background: #000;
    border-radius: 18px;
    position: absolute;
    top: -50px;
    right: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.regulations .area-movie figure video {
    width: auto;
    height: 100%;
}
.regulations p.surprise {
    width: 224px;
    height: 174px;
    background: url("../images/lp/regulations-text.png") 0 0 no-repeat;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: -150px;
    bottom: -100px;
}
.mailmagazine {
    padding: 100px 0 50px;
    position: relative;
}
.mailmagazine.lightblue {
    background: #aee8ff;
}
.mailmagazine.yellow {
    background: #ffed93;
}
.mailmagazine.blue {
    background: #0064bb;
}
.mailmagazine.blue p,
.mailmagazine.blue li {
    color: #fff;
}
.mailmagazine h2 {
    color: #fff;
    font-weight: 900;
    font-size: 1.45em;
    text-align: center;
    text-shadow: 2px 2px 1px #000, 2px -2px 1px #000, -2px 2px 1px #000, -2px -2px 1px #000, 2px 0 1px #000, 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 3px 3px 1px #000, 3px 3px 0 #000, 4px 4px 2px #000, 4px 4px 1px #000, 4px 4px 0 #000;
}
.mailmagazine h2 strong {
    color: #f2c227;
    font-size: 1.3em;
    font-weight: 900;
}
.mailmagazine .free,
.mailmagazine .delivery {
    display: block;
    text-indent: -9999px;
    position: absolute;
}
.mailmagazine .free {
    width: 195px;
    height: 152px;
    background: url("../images/lp/mailmagazine-text01.png") 0 0 no-repeat;
    top: 48px;
    left: calc(50% - 400px);
}
.mailmagazine .delivery {
    width: 289px;
    height: 250px;
    background: url("../images/lp/mailmagazine-text02.png") 0 0 no-repeat;
    top: 120px;
    right: calc(50% - 532px);
}
.mailmagazine ul {
    padding-left: 230px;
    margin: 20px auto 50px;
    list-style: none;
}
.mailmagazine ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    font-size: .9em;
    font-weight: 700;
    gap: 10px;
}
.mailmagazine ul li::before {
    content: '';
    width: 29px;
    height: 33px;
    background: url("../images/lp/mailmagazine-li.png") left top no-repeat;
}
.mailmagazine .btn a {
    width: 100%;
    height: 100px;
    background: #f00;
    border-radius: 100vh;
    box-shadow: 0 8px 0 0 #000, 0 -4px 0 0 #000, 4px 0 0 0 #000, -4px 0 0 0 #000;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    line-height: 100px;
    font-weight: 700px;
    font-size: 1.45em;
    display: block;
    position: relative;
}
.mailmagazine .btn a:hover {
    opacity: .8;
}
.mailmagazine .btn a::after {
    content: '';
    width: 163px;
    height: 120px;
    background: url("../images/lp/mailmagazine-btn.png") 0 0 no-repeat;
    position: absolute;
    top: 27px;
    right: 175px;
}
.mailmagazine .notice {
    font-size: .72em;
}
.course02 h2 + p {
    margin-bottom: 80px;
    line-height: 1.33;
    font-size: 1.77em;
    font-weight: 900;
}
.course02 .beginner {
    padding: 60px 110px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 0 0 #000, 0 -4px 0 0 #000, 4px 0 0 0 #000, -4px 0 0 0 #000;
    position: relative;
}
.course02 .beginner::before,
.course02 .beginner::after {
    content: '';
    display: block;
    position: absolute;
}
.course02 .beginner::before {
    width: 217px;
    height: 185px;
    background: url("../images/lp/course-text03.png") 0 0 no-repeat;
    top: -130px;
    left: -33px;
}
.course02 .beginner::after {
    width: 274px;
    height: 250px;
    background: url("../images/lp/course-img02.png") right bottom no-repeat;
    background-size: 100% auto;
    top: -250px;
    right: 10px;
}
.course02 .beginner p {
    text-align: center;
    font-weight: 900;
    font-size: 1.45em;
}
.course02 .beginner p strong {
    color: #f00;
    font-size: 1.3em;
    font-weight: 900;
}
.course02 .beginner ol {
    padding-left: 0;
    list-style: none;
    counter-reset: course;
}
.course02 .beginner ol li {
    margin-bottom: 135px;
    font-size: .72em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}
.course .beginner ol li:last-child {
    margin-bottom: 0;
}
.course02 .beginner ol li::before {
    content: 'STEP\A'counter(course);
    counter-increment: course;
    width: 110px;
    height: 110px;
    background: #f2c227;
    border-radius: 12px;
    box-shadow: #000 2px 2px 0 6px;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    white-space: pre;
    display: block;
}
.course02 .beginner ol li::after {
    content: '';
    border-top: 33px solid #f2c227;
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.course02 .beginner ol li:last-child::after {
    display: none;
}
.course02 .beginner ol li div {
    width: calc(100% - 150px);
}
.course02 .beginner ol li mark {
    font-size: 2em;
    line-height: 40px;
    font-weight: 500;
    color: #f2c227 !important;
    text-shadow: 2px 2px 1px #000, 2px -2px 1px #000, -2px 2px 1px #000, -2px -2px 1px #000,2px 0 1px #000, 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 3px 3px 1px #000, 3px 3px 0 #000, 4px 4px 2px #000, 4px 4px 1px #000, 4px 4px 0 #000;
    display: inherit;
    position: relative;
}
.course02 .beginner ol li:nth-child(4) mark {
    letter-spacing: -.05em;
}
.course02 .beginner ol li mark sub {
    vertical-align: baseline;
    font-size: .7em;
}
.course02 .beginner ol li strong {
    margin: 10px auto;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.6;
    display: block;
}
.course02 .option {
    padding: 30px;
    margin: 100px auto;
    border-radius: 32px;
    background: #f2c227;
    text-align: center;
    position: relative;
}
.course02 .option h3 {
    width: 347px;
    height: 100px;
    background: url("../images/lp/course-h3.png") 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: -40px;
    left: -63px;
}
.course02 .option p {
    margin: 0;
    font-size: .63em;
}
.course02 .option p strong {
    margin: 14px auto;
    font-size: 1.43em;
    font-weight: 700;
    display: block;
}
.course02 .option .bo {    
    font-size: 1.45em;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 1px #000, 2px -2px 1px #000, -2px 2px 1px #000, -2px -2px 1px #000,2px 0 1px #000, 0 -2px 1px #000, -2px 0 1px #000, 0 2px 1px #000, 3px 3px 1px #000, 3px 3px 0 #000, 4px 4px 2px #000, 4px 4px 1px #000, 4px 4px 0 #000;
}
.course02 .option .bo sub {
    vertical-align: baseline;
    font-size: .7em;
}
.voice {
    padding: 100px 0 1px;
    background: #aee8ff;
}
.voice h2 {
    margin-bottom: 30px;
    font-size: 1.25em;
}
.voice h2 + p {
    margin-bottom: 60px;
    text-align: center;
}
.voice .example {
    height: 48px;
    margin: 45px auto;
    font-size: 1.45em;
    font-weight: 900;
    text-align: center;
    display: table;
    position: relative;
}
.voice .example strong {
    color: #f00;
    font-size: 1.3em;
    font-weight: 900;
}
.voice .example::before,
.voice .example::after {
    content: '';
    width: 30px;
    height: 48px;
    position: absolute;
    top: 10px;
}
.voice .example::before {
    background: url("../images/lp/voice-example-l.png") left center no-repeat;
    left: -44px;
}
.voice .example::after {
    background: url("../images/lp/voice-example-r.png") right center no-repeat;
    right: -44px;
}
.voice .bubble {
    margin-bottom: 95px;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
}
.voice .bubble:nth-of-type(odd) ol {
    order: 1;
}
.voice .bubble:nth-of-type(odd) figure {
    order: 2;
}
.voice .bubble:nth-of-type(even) ol {
    order: 2;
}
.voice .bubble:nth-of-type(even) figure {
    order: 1;
}
.voice .bubble ol {
    width: 770px;
    padding: 20px 20px 20px 50px;
    margin: 0 !important;
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px -2px 0 0 #000, -2px -2px 0 0 #000, 4px 4px 0 0 #000;
    position: relative;
}
.voice .bubble ol::before,
.voice .bubble ol::after {
    content: '';
    border: 25px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.voice .bubble:nth-of-type(odd) ol::before {
    border-left: 50px solid #000;
    right: -78px;
}
.voice .bubble:nth-of-type(odd) ol::after {
    border-left: 50px solid #fff;
    right: -73px;
}
.voice .bubble:nth-of-type(even) ol::before {
    border-right: 50px solid #000;
    left: -77px;
}
.voice .bubble:nth-of-type(even) ol::after {
    border-right: 50px solid #fff;
    left: -72px;
}
.voice .bubble ol li {
    margin-bottom: 20px;
    font-size: .9em;
}
.voice .bubble ol li::marker,
.voice .bubble ol li:first-line {
    color: #0064bb;
    font-weight: 700;
    font-size: 1.2em;
}
.voice .bubble figure {
    width: 170px;
    margin: 0 !important;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-end;    
}
.voice .bubble figure img {
    width: auto;
    height: auto;
}
.voice .bubble figure figcaption {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    font-size: .82em;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.voice .bubble:nth-of-type(1) figure figcaption {
    background: #ea8081;
}
.voice .bubble:nth-of-type(2) figure figcaption {
    background: #6884a5;
}
.voice .bubble:nth-of-type(3) figure figcaption {
    background: #4eaaa9;
}
.voice .bubble:nth-of-type(4) figure figcaption {
    background: #a55d97;
}
.voice .bubble:nth-of-type(5) figure figcaption {
    background: #c6853c;
}
.teacher figure {
    margin-bottom: 40px;
}


@media screen and (max-width: 999.9998px){
    body {
        --wp--style--global--content-size: calc(100vw - 30px);
        font-size: 18px;
    }
    .about h2,
    .course h2,
    .prise h2 {
        width: 100%;
        height: 84px;
        margin-bottom: 30px;
        background: url("../images/lp/bg-h2-01.png") center top no-repeat;
        background-size: 100% auto;
        font-size: 28px;
        line-height: 38px;
    }
    .prise h2 {
        font-size: 22px;
    }
    .recommend h2,
    .teacher h2 {
        width: calc(100% - 20px);
        padding: 0.5em 0;
        margin: 0 auto 40px 15px;
        font-size: 28px;
        line-height: 1.2em;
    }
    .recommend h2::before,
    .recommend h2::after,
    .teacher h2::before,
    .teacher h2::after {
        border: 32px solid transparent;    
    }
    .recommend h2::before,
    .teacher h2::before {
        border-top: 40px solid #000;
    }
    .recommend h2::after,
    .teacher h2::after {
        border-top: 40px solid #fff;
    }
    header h1 span {
        padding-top: 50%;
        background: url("../images/lp/title_sp.png") center center no-repeat;
        background-size: 100% auto;
    }
    .lead {
        background: url("../images/lp/bg-lead_sp.jpg") center center no-repeat;
        background-size: cover;
    }
    .lead p:first-of-type {
        font-size: 28px;
        line-height: 1.5em;
    }
    .lead p strong {
        font-size: 1.3em;
    }
    .lead p span.marker-y::before {
        bottom: 0;
    }
    .about ul {
        padding: 0 15px;
    }
    .about ul li {
        width: 47%;
        padding: 12px;
        margin-bottom: 30px;
        border-radius: 20px;
        box-shadow: #000 0 0 0 6px, #000 2px 2px 0 8px;
        font-size: 14px;
        letter-spacing: -.1em;
    }
    .recommend .recommend-for h2::before {
        margin-left: 80px;
    }
    .recommend .recommend-for h2::after {
        margin-left: 78px;
    }
    .recommend ul {
        width: 75%;
        padding-bottom: 0;
        margin-left: 6px !important;
    }
    .recommend ul li {
        padding-left: 46px;
        margin-bottom: 10px;
        background: url("../images/lp/reco-li.png") left center no-repeat;
        background-size: 36px auto;
        font-size: 16px;
    }
    .recommend .recommend-for img,
    .recommend .recommend-not img {
        width: 30%;
        height: auto;
    }
    .recommend .recommend-for img {
        right: -15px;
    }
    .recommend .recommend-not img {
        left: -15px;
    }
    .recommend .recommend-not h2::before {
        margin-left: -146px; 
    }
    .recommend .recommend-not h2::after {
        margin-left: -148px;
    }
    .recommend .recommend-not ul {
        margin-left: 25% !important;
    }
    .recommend .recommend-not ul::after {
        width: 80px;
        height: 60px;
        background: url("../images/lp/reco-no02.png") 0 0 no-repeat;
        background-size: 100% auto;
        right: -10px;
        top: -36px;
    }
    .recommend .recommend-follow figure {
        width: 50%;
    }
    .recommend .recommend-follow img {
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }
    .recommend .recommend-follow h3 {
        width: 50%;
        height: auto;
        padding-top: 28%;
        margin: 0 0 35px 0 !important;
        background: url("../images/lp/reco-text01.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
    .recommend .recommend-follow p {
        padding-left: 120px;
        font-size: 24px;
    }
    .recommend .recommend-follow p::before {
        width: 106px;
        height: 113px;
        background: url("../images/lp/reco-img02.png") 0 0 no-repeat;
        background-size: 100% auto;
        top: 0;
        left: 0;
    }
    .recommend .recommend-follow p::after {
        left: 40%;
    }
    .course .course-list {
        padding-top: 0;
    }
    .course .course-list .course-badge {
        width: 120px;
        height: 120px;
        background: url("../images/lp/course-text01_sp.png") 0 0 no-repeat;
        background-size: 100% auto;
        top: 200px;
        left: inherit;
        right: 0;
        transform: none;
    }
    .course .course-list ol {
        padding-right: 120px;
        margin-top: 70px;
        background: url("../images/lp/course-img02.png") right bottom 60px no-repeat;
        background-size: 100px auto;
    }
    .course .course-list ol li {
        width: 100%;
        padding: 50px 12px 12px;
        margin-bottom: 70px;
        border-radius: 24px;
        font-size: 12px;
    }
    .course .course-list ol li::before {
        width: 48px;
        height: 48px;
        border-radius: 10px;
        font-size: 28px;
        line-height: 48px;
        top: -8px;
        left: -8px;
    }
    .course .course-list ol li mark {
        font-size: 28px;
        line-height: 36px;
    }
    .course .course-list ol li strong {
        margin: 16px auto 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .course .course-list ol li:nth-child(4) strong {
        margin: 10px auto 8px;
    }
    .course .course-list ol li::after {
        font-size: 20px;
    }
    .course .course-list ol li:nth-child(5) {
        background: url("../images/lp/course-img01.png") right 10px bottom 10px no-repeat, #fff;
        background-size: 30px auto;
    }
    .course .course-why h3 {
        font-size: 32px;
        line-height: 1.2em;
    }
    .course .course-why h3::before,
    .course .course-why h3::after {
        width: 30px;
        height: 54px;
    }
    .course .course-why h3::before {
        left: 0;
    }
    .course .course-why h3::after {
        right: 0;
    }
    .course .course-why h3 + p {
        margin-bottom: 30px;
        font-size: 20px;
    }
    .course .course-why h3 + p + p {
        width: 100%;
        height: auto;
        padding-top: 44%;
        margin: 0;
        background: url("../images/lp/course-text02_sp.png") center bottom no-repeat;
        background-size: 100% auto;
    }
    .prise ol {
        width: 90%;
        padding-left: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .prise ol li {
        width: 100%;
        padding: 120px 50px 0;
        margin: 6px;
        line-height: 26px;
    }
    .prise ol li::before {
        width: 104px;
        height: 85px;
        top: 20px;
    }
    .teacher h2::before {
        margin-left: 87px; 
    }
    .teacher h2::after {
        margin-left: 85px;
    }
    .teacher img {
        width: 100% !important;
        height: auto !important;
    }
    .teacher p {
        width: 90%;
        font-size: 14px;
        line-height: 22px;
    }
    .teacher figure + p {
        font-size: 22px;
        line-height: 32px;
    }
    .contact h2 {
        width: calc(100% - 20px);
        padding: .5em 0;
        font-size: 22px;
        letter-spacing: -.05em;
        line-height: 1.2em;
    }
    .contact h2::before,
    .contact h2::after {
        width: 54px;
        height: 51px;
        bottom: -40px;
    }
    .contact p {
        font-size: 20px;
    }
    .contact h2 + p::before,
    .contact h2 + p::after {
        width: 21px;
        height: 39px;
    }
    .contact h2 + p::before {
        margin-right: .5em;
        background: url("../images/lp/contact-caption-l.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
    .contact h2 + p::after {
        margin-left: .3em;
        background: url("../images/lp/contact-caption-r.png") 0 0 no-repeat;
        background-size: 100% auto;
    }
    .contact p mark {
        font-size: 32px;
    }
    .contact p mark strong {
        font-size: 36px;
        display: block;
        position: relative;
    }
    .contact p mark::before {
        display: none;
    }
    .contact p mark strong::before {
        content: '';
        width: calc(100% + .2em);
        height: 10px;
        background: #ff0;
        position: absolute;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .contact dl {
        padding: 70px 10px;
    }
    .contact dl dd input,
    .contact dl dd textarea {
        padding: 12px;
        border-radius: 10px;
        font-size: 16px;
    }
    .contact .privacy {
        width: 90%;
        padding: 0 12px 12px;
        margin: 0 auto 70px;
    }
    .contact .privacy h3 {
        width: calc(100% + 24px);
        margin: 0 -12px 20px;
        font-size: 22px;
        line-height: 50px;
    }
    .contact .privacy p {
        font-size: 12px;
    }
    footer p,
    footer a {
        font-size: 11px;
    }
    
    /* 0908加筆 */
    .regulations {
        padding: 75px 0 90px;
    }
    .regulations h2 {
        font-size: 1.27em;
        letter-spacing: -.05em;
    }
    .regulations h2 strong.x13 {
        font-size: 1.2em;
    }
    .regulations h2 strong.x16 {
        font-size: 1.5em;
    }
    .regulations h2 strong.x21 {
        font-size: 1.8em;
    }
    .regulations img {
        width: 100%;
        height: auto;
    }
    .regulations .sample {
        padding: 0 30px;
    }
    .regulations .sample::before,
    .regulations .sample::after {
        top: inherit;
        bottom: 0;        
    }
    .regulations .sample::before {
        left: 0;
    }
    .regulations .sample::after {
        right: 0;
    }
    .regulations .area-movie {
        width: calc(100% - 10px);
        padding: 28px 0 0 10px;
        left: 0;
    }
    .regulations .area-movie::before {
        left: 10px;
    }
    .regulations .area-movie::after {
        right: 10px;
    }
    .regulations .area-movie h3 {
        font-size: 1.45em;
    }
    .regulations .area-movie h3 + figure {
        width: 40%;
        margin-left: 0 !important;
    }
    .regulations .area-movie h3 + figure img {
        width: 100%;
        height: auto;
    }
    .regulations .area-movie figure.wp-block-video {
        width: 220px;
        top: -50px;
        right: -10px;
    }
    .regulations p.surprise {
        width: 157px;
        height: 122px;
        background-size: 100% auto;
        right: -10px;
        bottom: -70px;
    }
    .mailmagazine h2 {
        font-size: 1.23em;
    }
    .mailmagazine .free {
        width: 128px;
        height: 100px;
        background-size: 100% auto;
        top: 15px;
        left: 0;
    }
    .mailmagazine .delivery {
        width: 202px;
        height: 175px;
        background-size: 100% auto;
        top: 200px;
        right: 0;
    }
    .mailmagazine ul {
        width: 48%;
        padding-left: 0px;
        margin-left: 10px !important;
    }
    .mailmagazine ul li::before {
        width: 27px;
        background-size: 100% auto;
    }
    .mailmagazine .btn a {
        padding-left: 1.5em;
        text-align: left;
    }
    .mailmagazine .btn a::after {
        width: 114px;
        height: 84px;
        background-size: 100% auto;
        top: 45px;
        right: 0;
    }
    .mailmagazine .notice {
        text-align: center;
    }
    .course02 h2 + p {
        font-size: 1.3em;
    }
    .course02 .beginner {
        padding: 60px 20px;
    }
    .course02 .beginner::before {
        width: 152px;
        height: 130px;
        background-size: 100% auto;
        top: -60px;
        left: 0;
    }
    .course02 .beginner::after {
        width: 115px;
        height: 105px;
        top: -107px;
        right: 10px;
    }
    .course02 .beginner ol li {
        gap: 20px;
    }
    .course02 .beginner ol li::before {
        width: 90px;
        height: 90px;
        font-size: 1.8em;
    }
    .course02 .beginner ol li div {
        width: calc(100% - 110px);
    }
    .course02 .option h3 {
        width: 243px;
        height: 70px;
        background-size: 100% auto;
        top: -40px;
        left: -10px;
    }
    .voice .example {
        padding: 0 30px;
        margin: 30px auto;
        font-size: 1.3em;
    }
    .voice .example::before,
    .voice .example::after {
        top: inherit;
        bottom: 0;
    }
    .voice .example::before {
        left: 0;
    }
    .voice .example::after {
        right: 0;
    }
    .voice .bubble {
        margin-bottom: 95px;
        flex-wrap: wrap;
        align-content: flex-end;
        justify-content: space-between;
    }
    .voice .bubble:nth-of-type(odd) ol {
        order: 2;
    }
    .voice .bubble:nth-of-type(odd) figure {
        order: 1;
    }
    .voice .bubble ol {
        width: 100%;
        padding: 10px 10px 10px 30px;
    }
    .voice .bubble:nth-of-type(odd) ol::before,
    .voice .bubble:nth-of-type(odd) ol::after {
        content: '';
        border-right: 70px solid transparent !important;
        border-left: 5px solid transparent !important;
        position: absolute;
        right: 50px !important;
    }
    .voice .bubble:nth-of-type(even) ol::before,
    .voice .bubble:nth-of-type(even) ol::after {
        content: '';
        border-left: 70px solid transparent !important;
        border-right: 5px solid transparent !important;
        position: absolute;
        left: 50px !important;
    }
    .voice .bubble:nth-of-type(odd) ol::before,
    .voice .bubble:nth-of-type(even) ol::before {
        border-bottom: 100px solid #000;
        top: -62px !important;
    }
    .voice .bubble:nth-of-type(odd) ol::after,
    .voice .bubble:nth-of-type(even) ol::after {
        border-bottom: 100px solid #fff;
        top: -56px !important;
    }
    .voice .bubble ol li {
        font-size: .7em;
    }
    .voice .bubble ol li::marker,
    .voice .bubble ol li:first-line {
        font-size: 1.18em;
        letter-spacing: -.05em;
    }
    .voice .bubble figure {
        width: 130px;
    }
    .voice .bubble:nth-of-type(odd) figure {
        margin-right: auto !important;
        margin-left: 30px !important;
    }
    .voice .bubble:nth-of-type(even) figure {
        margin-right: 30px !important;
        margin-left: auto !important;
    }
    .voice .bubble figure img {
        width: 100%;
    }
    .voice .bubble figure figcaption {
        font-size: .7em;
    }
    
    
    
    
    
    
}