@charset "UTF-8";
/* ---------------------------------------------
*   common
--------------------------------------------- */
@media screen and (max-width: 750px) {
    body {
        min-width: 1200px;
    }
}

.gnav {
    margin-right: 0;
}

.gnav li {
    width: fit-content!important;
}

.gnav li a {
    padding: 0 10px;
}

@media screen and (max-width: 738px) {
    body {
        min-width: 320px;
    }
}

.spot-driving h1,
.spot-driving h2,
.spot-driving p,
.spot-driving span,
.spot-driving a,
.spot-driving div {
    color: #000;
    font-family: "Noto Sans JP", sans-serif!important;
}

.spot-driving img {
    width: 100%;
}

.spot-driving .pc-only {
    display: block;
}

.spot-driving .sp-only {
    display: none;
}

@media screen and (max-width: 738px) {
    .spot-driving .pc-only {
        display: none;
    }
    
    .spot-driving .sp-only {
        display: block;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
}

.c-kv__txt {
    position: absolute;
}

.c-kv__txt--1 {
    top: 6.5%;
    left: 3.5%;
    width: 46%;
}

.c-kv__txt--2 {
    bottom: 15%;
    right: 2.5%;
    width: 34%;
}

.c-kv__txt--3 {
    bottom: 2.5%;
    right: 2.5%;
    width: 44%;
}

.c-kv__image {
    width: 100%;
}

@media screen and (max-width: 738px) {
    .c-kv__txt--1 {
        top: 1.5%;
        left: 1%;
        width: 97%;
    }
    
    .c-kv__txt--2 {
        bottom: 14%;
        right: 4%;
        width: 91%;
    }
    
    .c-kv__txt--3 {
        bottom: 2%;
        left: 2%;
        width: 95%;
    }
}


/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section__inner--1 {
    max-width: 1260px;
    margin: auto;
    padding-inline: 30px;
}

.c-section__inner--2 {
    max-width: 1434px;
    margin: auto;
    padding-inline: 30px;
}

@media screen and (max-width: 738px) {
    .c-section__inner--1 {
        max-width: 100%;
    }
    
    .c-section__inner--2 {
        max-width: 100%;
    }
    
}


/* ---------------------------------------------
*   c-section--1
--------------------------------------------- */
.c-section--1 {
    background-color: #17027D;
    padding: 80px 0 63px;
}

.spot-driving .c-section--1 span {
    line-height: 1.3;
}

@media screen and (max-width: 738px) {
    .c-section--1 {
        padding: 40px 0;
    }
}

/*   c-section__head
--------------------------------------------- */
.c-section--1 .c-section__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    width: 100%;
    margin-bottom: 80px;
}

.c-section--1 .c-section__head::before,
.c-section--1 .c-section__head::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #fff;
    max-width: 340px;
}

.c-section__head-ttl {
    color: #fff!important;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

@media screen and (max-width: 738px) {
    .c-section--1 .c-section__head {
        gap: 20px;
        margin-bottom: 30px;
    }

    .c-section__head-ttl {
        font-size: 25px;
    }
}

/*   c-section__body
--------------------------------------------- */
.c-section--1 .c-section__body {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.c-section--1 .c-cassette {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 380px;
    background-color: #fff;
    padding: 35px 20px;
    border-radius: 15px;
    box-sizing: border-box;
}

.c-section--1 .c-cassette__head {
    display: flex;
    align-items: center;
    gap: 8px;
}

.c-section--1 .c-cassette__head-num {
    width: 70px;
}

.c-section--1 .c-cassette__head-ttl {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}

.c-section--1 .point-txt--orange {
    color: #F45D0E;
    font-size: 44px;
}

.c-cassette--2 .point-txt--orange,
.c-cassette--3 .point-txt--orange {
    padding-left: 5px;
}
.c-section--1 .point-txt--small {
    font-size: 30px;
}

.c-section--1 .point-txt--large--1 {
    font-size: 36px;
}

.c-section--1 .point-txt--large--2 {
    font-size: 40px;
}

.c-section--1 .c-cassette__body-img {
    width: 300px;
    margin: 28px auto 45px;
}

.c-section--1 .c-cassette__body-txt {
    font-size: 20px;
    width: 320px;
    margin: auto;
    font-weight: bold;
}

.firefox .c-section--1 .c-cassette__body-txt {
    letter-spacing: -.01em;
}

.c-section--1 .c-cassette--3 .c-cassette__body-txt {
    width: 298px;
    margin: auto;
}

@media screen and (max-width: 738px) {
    .c-section--1 .c-section__body {
        flex-direction: column;
        align-items: center;
    }

    .c-section--1 .c-cassette {
        width: 100%;
        max-width: 500px;
    }

    .c-section--1 .c-cassette__head-num {
        width: 50px;
    }
    
    .c-section--1 .c-cassette__head-ttl {
        font-size: 24px;
    }
    
    .c-section--1 .point-txt--orange {
        font-size: 34px;
    }
    
    .c-cassette--2 .point-txt--orange,
    .c-cassette--3 .point-txt--orange {
        padding-left: 5px;
    }
    .c-section--1 .point-txt--small {
        font-size: 20px;
    }
    
    .c-section--1 .point-txt--large--1 {
        font-size: 26px;
    }
    
    .c-section--1 .point-txt--large--2 {
        font-size: 30px;
    }
    
    .c-section--1 .c-cassette__body-img {
        width: 100%;
        margin: 18px auto 35px;
    }
    
    .c-section--1 .c-cassette__body-txt,
    .c-section--1 .c-cassette--3 .c-cassette__body-txt {
        font-size: 17px;
        width: 100%;
    }
}


/* ---------------------------------------------
*   c-section--2
--------------------------------------------- */
.c-section--2 {
    padding: 172px 0 144px;
}

.c-section--2 .c-cassette {
    position: relative;
    margin: auto;
    padding: 72px 70px 43px;
    border: 4px solid #17027D;
    border-radius: 15px;
}

.c-section--2 .c-cassette:not(:last-child) {
    margin-bottom: 95px;
}

@media screen and (max-width: 738px) {
    .c-section--2 {
        padding: 100px 0 80px;
    }

    .c-section--2 .c-cassette {
        max-width: 500px;
        padding: 75px 20px 30px;
        border: 3px solid #17027D;
        border-radius: 5px;
    }
}

/*   c-section__head
--------------------------------------------- */
.c-section--2 .c-cassette__head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    background-color: #17027D;
    width: 900px;
    margin: auto;
    padding: 20px 0;
    border-radius: 90px;
}

.c-section--2 .c-cassette__head-ttl {
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 738px) {
    .c-section--2 .c-cassette__head {
        width: 90%;
    }

    .c-section--2 .c-cassette__head-ttl {
        font-size: 25px;
        line-height: 1.3;
    }
}

/*   c-cassette__body
--------------------------------------------- */
.c-section--2 .c-cassette__body {
    display: flex;
    align-items: center;
    gap: 70px;
}

.c-section--2 .c-cassette:nth-child(3) .c-cassette__body {
    align-items: start;
}

.c-section--2 .c-cassette__body-img {
    width: 130px;
}

.c-section--2 .c-cassette__box {
    font-weight: bold;
}

.c-section--2 .c-cassette-overview {
    font-size: 40px;
    color: #17027D;
    margin-bottom: 25px;
}

.c-section--2 .c-cassette-overview span {
    line-height: 1.35;
}

.c-section--2 .c-cassette:nth-child(3) .c-cassette-overview {
    margin-bottom: 15px;
}

.c-section--2 .c-cassette-txt {
    font-size: 24px;
    text-align: justify;
}

.c-section--2 .point-txt--orange {
    font-size: 40px;
    color: #F45D0E;
}

.c-section--2 .point-txt--red {
    font-size: 70px;
    line-height: 1;
    color: #FF0004;
}

.c-section--2 .point-txt--small {
    font-size: 50px;
    color: #FF0004;
}

.c-section--2 .point-txt--note {
    display: block;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

@media (max-width: 738px) {
    .c-section--2 .c-cassette__body {
        flex-direction: column;
        gap: 25px;
    }

    .c-section--2 .c-cassette__body-img {
        margin: auto;
        width: 130px;
    }

    .c-section--2 .c-cassette-overview {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .c-section--2 .c-cassette-txt {
        font-size: 18px;
    }

    .c-section--2 .c-cassette-overview,
    .c-section--2 .point-txt--orange {
        font-size: 25px;
    }

    .c-section--2 .point-txt--red {
        line-height: 1.3;
        font-size: 40px;
    }
    
    .c-section--2 .point-txt--small {
        font-size: 30px;
    }
    
    .c-section--2 .point-txt--note {
        font-size: 12px;
    }
}


/* ---------------------------------------------
*   c-section--3
--------------------------------------------- */
.c-section--3 {
    position: relative;
    width: 100%;
    background-color: #17027D;
    padding: 62px 0 65px;
    overflow: hidden;
}

.c-section--3::before,
.c-section--3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: contain;
}

.c-section--3::before {
    top: 0;
    background-image: url(/wp-content/themes/ytk2018/img/course/spot-driving/img_sec-3-bg.png);
}

.c-section--3::after {
    bottom: 0;
    background-image: url(/wp-content/themes/ytk2018/img/course/spot-driving/img_sec-3-bg.png);
    transform: translateX(-50%) rotate(180deg);
    bottom: -1px;
}

.c-section--3 .c-section__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 33px;
    color: #fff;
    max-width: 1436px;
    width: 100%;
    margin: auto;
    padding-inline: 30px;
    box-sizing: border-box;
}

.c-section--3 .c-section__name {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-wrap: nowrap;

}

.c-section--3 .c-section__large {
    font-size: 44px;
    color: #fff;
}

.c-section--3 .c-section__img--1 {
    display: block;
    width: 100%;
    max-width: 602px;
    height: auto;
    flex-shrink: 1;
    min-width: 0;
    transition: .3s;
    cursor: pointer;
}

.c-section--3 .c-section__img--1:hover {
    opacity: .8;
}

.c-section--3 .c-section__img--2 {
    width: 100%;
    max-width: 410px;
    height: auto;
    flex-shrink: 1;
    min-width: 0;
    margin: 10px auto 0;
    padding-left: 50px; 
}

@media screen and (max-width: 1300px) {
    .c-section--3 .c-section__img--2 {
        padding-left: 0;
    }
}

.c-section--3 .c-section__img--3 {
    display: block;
    width: 100%;
    max-width: 173px;
    height: auto;
    flex-shrink: 1;
    min-width: 0;
}

@media screen and (max-width: 738px) {
    .c-section--3 {
        padding: 50px 0;
    }

    .c-section--3::before,
    .c-section--3::after {
        width: 350px;
        height: 25px;
    }

    .c-section--3 .c-section__inner {
        flex-direction: column;
        gap: 30px;
        min-width: auto;
        width: auto;
    }

    .c-section--3 .c-section__name {
        font-size: 20px;
    }

    .c-section--3 .c-section__large {
        font-size: 25px;
    }

    .c-section--3 .c-section__img--1 {
        width: 320px;
        margin: auto;
    }

    .c-section--3 .c-section__img--2 {
        width: 230px;
        padding-left: 0;
    }

    .c-section--3 .c-section__img--3 {
        width: 180px;
    }
}

/* ---------------------------------------------
*   c-section--4
--------------------------------------------- */
.c-section--4 {
    padding: 92px 0 96px;
}

.c-section--4 .c-section__link {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    width: fit-content;
    margin: auto;
}

.c-section--4 .c-section__link:hover {
    text-decoration: none;
}

@media screen and (max-width: 738px) {
    .c-section--4 {
        padding: 60px 0;
    }

    .c-section--4 .c-section__link {
        font-size: 20px;
    }
}


/* ---------------------------------------------
*   recruit-section-head
--------------------------------------------- */
.recruit-section-head {
    border-top: 1px solid #f8b551;
}

.recruit-section-body--gray {
    background-color: #FFF9E6;
}