@charset "utf-8";

/* common
------------------------------------------------ */
.lower_wrap p:not(:last-of-type) {
    margin-bottom: 20px;
}
.contWrap {
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
}
.img_wrap {
    margin-top: 40px;
}
.img_wrap:not(:last-of-type) {
    margin-bottom: 40px;
}
.img_wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}
.pWrap {
    display: block;
    margin-top: 40px;
}
.pWrap:not(:last-of-type) {
    margin-bottom: 40px;
}
.pWrap img {
    display: block;
    max-width: 100%;
    height: auto;
}
.mgT20 {
    margin-top: 20px;
}
.mgT30 {
    margin-top: 30px;
}
.mgT50 {
    margin-top: 50px;
}
@media screen and (max-width: 834px){
    .wrap .lower_wrap {
        padding-right: 0;
        padding-left: 0;
    }
    .contWrap {
        width: calc( 100% - 40px );
    }
}
@media screen and (max-width: 600px){
    .other_600 {
        display: none !important;
    }
}
@media screen and (min-width: 481px){
    .only_480 {
        display: none !important;
    }
}
@media screen and (max-width: 480px){
    .other_480 {
        display: none !important;
    }
    .contWrap {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .img_wrap,
    .pWrap {
        margin-top: 20px;
    }
    .img_wrap:not(:last-of-type),
    .pWrap:not(:last-of-type) {
        margin-bottom: 20px;
    }
}


/* cta
------------------------------------------------ */
.ctaWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
}
.ie .ctaWrap {
    justify-content: flex-start;
}
.ctaWrap.bg {
    background-color: #faf8ef;
}
.ctaWrap .inEntry {
    margin-bottom: 20px;
}
.ctaWrap .inEntry_subTxt {
    padding-right: 40px;
    padding-left: 40px;
}
.ctaWrap .inEntry_subTxt::before,
.ctaWrap .inEntry_subTxt::after {
    top: 60%;
    height: 70px;
}
.inEntrySubTxt_sub,
.inEntrySubTxt_main {
    display: block;
    text-align: center;
    font-family: dnp-shuei-mgothic-std, sans-serif;
}
.inEntrySubTxt_sub {
    margin-bottom: 5px;
    font-size: 2.6rem;
}
.inEntrySubTxt_main {
    color: #dd0101;
    font-size: 3.6rem;
}
@media screen and (max-width: 834px){
    .ctaWrap {
        height: 250px;
    }
    .inEntrySubTxt_sub {
        font-size: 2rem;
    }
    .inEntrySubTxt_main {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 480px){
    .ctaWrap .wrap {
        width: 100%;
    }
    .inEntry {
        padding: 0;
    }
    .inEntrySubTxt_sub {
        font-size: 1.4rem;
    }
    .inEntrySubTxt_main {
        font-size: 2rem;
    }
    .ctaWrap .inEntry_subTxt {
        padding-right: 20px;
        padding-left: 20px;
    }
}

/* fv
------------------------------------------------ */
#mainView {
    position: relative;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/main.png), url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/main_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%, cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#mainView h1 {
    position: relative;
    z-index: 0;
    display: grid;
    justify-items: center;
    place-content: start center;
    gap: 8px;
    font: 700 min(2vw,2rem)/1 var(--fontFamily-sans-yakuhan);
    --fv-after: min(8.6vw,86px);
    --fv-height: var(--fv-after) / 1.34375;
    width: 970px;
    height: 520px;
    margin: 50px auto;
    background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/main_h1bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 92px;
    text-align: center;
}
#mainView h1 .targetCall {
    font-family: var(--fontFamily-mgothic);
    font-size: clamp(1.8rem, 3.9vw, 3.2rem);
}
#mainView h1 .mainTtl {
    font-size: clamp(1.8rem, 5.5vw, 5.8rem);
    font-weight: 900;
    font-family: var(--fontFamily-sans-noto);
    color: #d72103;
    text-align: center;
    line-height: 1.2;
    transform: translateX(2.5%);
}
#mainView h1 .mainTtl_sub {
    color: #0f2e78;
    font-size: clamp(1.8rem, 4.4vw, 4.0rem);
    font-weight: 900;
    font-family: var(--fontFamily-sans-noto);
    padding-top: clamp(7px, 2vw, 25px);
}
#mainView h1 .serviceName {
    font-size: clamp(1.8rem, 3.7vw, 2.8rem);
    font-weight: 900;
    font-family: var(--fontFamily-sans-noto);
    padding-top: clamp(10px, 2.5vw, 40px);
}
@media screen and (max-width: 834px) {
    #mainView h1 {
        padding-top: clamp(10px, 12.2vw, 110px);
        width: 100%;
        height: 58vw;
        background-size: cover;
    }
}
@media not screen and (max-width: 600px){
    #mainView .main {
        color: var(--color-red);
    }
}
@media screen and (max-width: 600px){
    #mainView {
        background:
        url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/main_sp_top.png),
        url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/main_sp_bottom.png),
        url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/main_sp_bg.png);
        background-size: contain, contain, cover;
        background-position: top center, bottom center, center center;
        background-repeat: no-repeat;
        border: none;
        padding: 13vw 0;
        height: fit-content;
    }
    #mainView h1 {
        background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/main_h1bg_sp.png);
        width: 100%;
        height: 250px;
        margin: 0 auto;
        padding-top: clamp(10px, 10vw, 31px);
        background-size: cover;
        gap: 0;
    }
    #mainView h1 .mainTtl_sub {
        font-size: clamp(1.8rem, 7vw, 2.0rem);
        padding-top: clamp(7px, 4vw, 30px);
    }
    #mainView h1 .mainTtl {
        font-size: clamp(1.8rem, 10vw, 3.2rem);
        transform: translateX(0%);
    }
    #mainView h1 .targetCall {
        letter-spacing: -0.5px;
        font-size: clamp(1rem, 6.7vw, 1.7rem);
    }
    #mainView h1 .serviceName {
        font-size: clamp(1rem, 6.7vw, 1.5rem);
        padding-top: clamp(10px, 5.8vw, 40px);
    }
}


/* leadCont
------------------------------------------------ */
.leadCont {
    margin: 50px auto;
}
.leadTtl {
    margin-bottom: 30px;
    font: 700 4.2rem/1.4 "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", 'Hiragino Sans', sans-serif;
}
.leadStrong {
    margin-bottom: 20px;
}
.leadStrong li {
    font-weight: 700;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}
@media screen and (max-width: 834px){
    .leadCont {
        margin: 40px auto;
    }
    .leadTtl {
        font-size: 3.5rem
    }
}
@media screen and (max-width: 480px){
    .leadTtl {
        margin-bottom: 20px;
        font-size: 2.5rem;
    }
}

/* voiceSec
------------------------------------------------ */
.voiceSecH2_sub.none::before,
.voiceSecH2_sub.none::after {
    content: none;
}
.voiceSec {
    background-color: #ffdb7b;
}
.voiceSecH2 {
    padding-top: 45px;
    margin-bottom: 25px;
}
.voiceSecH2_sub {
    margin-bottom: 10px;
}
#passSliderTop {
    margin-top: 25px;
}
.voiceSecH2::before {
    width: 437px;
    top: -5px;
}
.voiceSecH2::after {
    left: calc(50% + 315px);
    top: 0;
}
@media screen and (max-width: 834px) {
    .voiceSecH2::before,
    .light .voiceSecH2::before {
        background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/tutor/voiceSec_sp.png);
    }
}
@media screen and (max-width: 600px) {
    .voiceSecH2 {
        padding-top: 17px;
        margin-bottom: 0px;
    }
    .comment dd {
        margin-top: 3px;
    }
    .voiceSecH2_sub {
        font-size: 4.93vw;
        margin-bottom: 6px;
    }
    .voiceSecH2_main {
        font-size: 6.2vw;
    }
}


/* refusalTtl
------------------------------------------------ */
.refusalTtl {
    position: relative;
    padding: 20px 0;
    background: repeating-linear-gradient(135deg, #ffc351, #ffc351 5px, #ffc963 5px, #ffc963 10px );
}
.refusalTtl::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    height: calc( 100% - 40px );
    background-color: #ffda92;
}

.refusalTtl_h2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    padding: 13px 0;
    height: 100%;
}
.ie .refusalTtl_h2 {
    padding-top: 26px;
}
.refusalTtl_h2::after {
    content: "";
    position: absolute;
    right: 26px;
    bottom: -20px;
}
.refusalTtl.center .refusalTtl_h2 {
    position: relative;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    padding: 10px 0;
    height: 100%;
}
.refusalTtl_h2 span {
    display: block;
}
.center .refusalTtl_h2 span {
    text-align: center;
}
.refusalTtlH2_sub {
    margin-bottom: 7px;
    font-size: 2.8rem;
    line-height: 1.2;
}
.refusalTtlH2_main {
    font: 700 4.2rem/1.2 "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", 'Hiragino Sans', sans-serif;
}

.refusalTtl.pink {
    background: repeating-linear-gradient(135deg, #fca0a0, #fca0a0 5px, #fcaaaa 5px, #fcaaaa 10px );
}
.refusalTtl.pink::before {
    background-color: #f9dcdc;
}
.refusalTtl.green {
    background: repeating-linear-gradient(135deg, #d6e476, #d6e476 5px, #dae784 5px, #dae784 10px );
}
.refusalTtl.green::before {
    background-color: #eaf4a4;
}
@media screen and (min-width: 835px){
    .refusalTtl {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1120px 1fr;
        -ms-grid-columns: 1fr 1120px 1fr;
        grid-template-rows: minmax(170px,1fr);
        -ms-grid-rows: minmax(170px,1fr);
    }
    .refusalTtl_h2 {
        grid-column: 2;
        -ms-grid-column: 2;
        padding-left: 80px;
    }
    .refusalTtl:not(.center) .refusalTtl_h2 {
        grid-column: 2;
        -ms-grid-column: 2;
        flex-direction: column;
        padding-left: 80px;
    }
    .refusalTtl:not(.center) .refusalTtl_h2::before,
    .refusalTtl:not(.center) .refusalTtlH2_main::before {
        content: "";
    }
    .refusalTtl:not(.center) .refusalTtl_h2::before,
    .refusalTtl:not(.center) .refusalTtlH2_main::before {
        position: absolute;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        height: calc( 100% - 30px );
        background-color: #ffc963;
        border-radius: 100px;
    }
    .refusalTtl:not(.center) .refusalTtl_h2::before {
        left: 39px;
        width: 6px;
    }
    .refusalTtlH2_main::before {
        left: 50px;
        width: 2px;
    }
    .pink.refusalTtl:not(.center) .refusalTtl_h2::before,
    .pink.refusalTtl:not(.center) .refusalTtlH2_main::before {
        background-color: #fca0a0;
    }
    .green.refusalTtl:not(.center) .refusalTtl_h2::before,
    .green.refusalTtl:not(.center) .refusalTtlH2_main::before {
        background-color: #c5d460;
    }
}
@media screen and (max-width: 834px){
    .refusalTtl_h2 {
        padding: 20px;
    }
    .refusalTtl_h2::after {
        right: -20px;
    }
    .refusalTtlH2_sub {
        font-size: 2.5rem;
    }
    .refusalTtlH2_main {
        font-size: 3.7rem;
    }
}
@media screen and (max-width: 480px){
    .refusalTtl {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .refusalTtl::before {
        height: calc( 100% - 20px );
    }
    .refusalTtl_h2::after {
        right: -30px;
        bottom: -10px;
    }
    .refusalTtlH2_sub {
        font-size: 1.8rem;
    }
    .refusalTtlH2_main {
        font-size: 2.3rem;
    }
}



/* aboutSec
------------------------------------------------ */
.aboutSec .refusalTtl {
    margin-bottom: 35px;
}
.aboutSec .refusalTtl_h2::before,
.aboutSec .refusalTtl_h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    background: 0 0 / contain no-repeat;
}
.aboutSec .refusalTtl_h2::before {
    left: 0;
    width: 165px;
    height: 225px;
    background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont2_h2_bg1.png);
}
.aboutSec .refusalTtl_h2::after {
    right: 0;
    width: 185px;
    height: 225px;
    background-image: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont2_h2_bg2.png);
}
.btnWrap {
    margin: 50px 0 85px;
}
.btnWrap_ttl {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font: 700 2.4rem/1 dnp-shuei-mgothic-std, sans-serif;
}
.btnWrap_ttl::before,
.btnWrap_ttl::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #000;
}
.btnWrap_ttl::before {
    -webkit-transform: rotate(-30deg);
       -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
         -o-transform: rotate(-30deg);
            transform: rotate(-30deg);
    margin-right: 15px;
}
.btnWrap_ttl::after {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
            transform: rotate(30deg);
    margin-left: 15px;
}
.btnWrap_btns {
    display: flex;
}
.btnWrapBtns_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
    width: 100%;
    height: 100px;
    text-align: center;
    font: 700 2.4rem/1.2 dnp-shuei-mgothic-std, sanps-serif;
    border-radius: 100px;
    transition: .1s;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/anchorBtn_arrow.svg) left 50% bottom 10px/27px auto no-repeat;
}
.ie .btnWrapBtns_link {
    padding-top: 15px;
}
.btnWrapBtns_link:hover {
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
        -ms-transform: translateY(8px);
         -o-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 1;
    box-shadow: none !important;
}
.btnWrapBtns_link:not(:last-of-type) {
    margin-right: 20px;
}
.btnWrapBtns_link.point {
    background-color: #fca0a0;
    box-shadow: 0 10px 0 #b27474;
}
.btnWrapBtns_link.online {
    background-color: #f9cb5d;
    box-shadow: 0 10px 0 #b49445;
}
.btnWrapBtns_link.support {
    background-color: #98d5b7;
    box-shadow: 0 10px 0 #618976;
}
@media screen and (max-width: 834px){
    .aboutSec .refusalTtl_h2::before {
        left: -10px;
        width: 115px;
        height: 165px;
    }
    .aboutSec .refusalTtl_h2::after {
        right: -10px;
        width: 134px;
        height: 165px;
    }
    .btnWrapBtns_link {
        height: 130px;
        border-radius: 30px;
    }
}
@media screen and (max-width: 480px){
    .aboutSec .refusalTtl {
        margin-bottom: 20px;
    }
    .aboutSec .refusalTtl_h2::before,
    .aboutSec .refusalTtl_h2::after {
        bottom: -10px;
    }
    .aboutSec .refusalTtl_h2::before {
        left: -6.667vw;
        width: 18.667vw;
        height: 26.667vw;
    }
    .aboutSec .refusalTtl_h2::after {
        right: -6.667vw;
        width: 21.333vw;
        height: 26.667vw;
    }
    .btnWrap {
        margin: 30px 0 60px;
    }
    .btnWrap_ttl {
        margin-bottom: 15px;
        text-align: center;
        font-size: 1.8rem;
    }
    .btnWrapBtns_link {
        padding-bottom: 14px;
        height: 100px;
        font-size: 1.4rem;
        border-radius: 15px;
        background-size: 14px 8px;
    }
    .btnWrapBtns_link:hover {
        -webkit-transform: translateY(6px);
           -moz-transform: translateY(6px);
            -ms-transform: translateY(6px);
             -o-transform: translateY(6px);
                transform: translateY(6px);
    }
    .btnWrapBtns_link:not(:last-of-type) {
        margin-right: 10px;
    }
    .btnWrapBtns_link.point {
        box-shadow: 0 7.5px 0 #b27474;
    }
    .btnWrapBtns_link.online {
        box-shadow: 0 7.5px 0 #b49445;
    }
    .btnWrapBtns_link.support {
        box-shadow: 0 7.5px 0 #618976;
    }
}


/* pointSec
------------------------------------------------ */
.pointSec {
    padding-bottom: 80px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/contBg.png), #fdeded;
}
.pointSec .refusalTtl_h2::after {
    width: 234px;
    height: 198px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/point_h2_img.png) 0 0/contain no-repeat;
}

.pointTtl {
    margin-bottom: 30px;
    width: 100%;
    counter-increment: pointNum;
}
.pointTtl:not(:first-of-type) {
    margin-top: 65px;
}
.pointTtl_point {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding-left: 20px;
    height: 40px;
    color: #fff;
    font: 700 2.2rem/1 dnp-shuei-mgothic-std, sans-serif;
    background-color: #a08a2d;
}
.ie .pointTtl_point {
    align-items: flex-end;
    padding-bottom: 4px;
}
.pointTtl_point::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 20px solid rgba(0,0,0,0);
    border-left: 0 !important;
    border-right: 15px solid #fff;
}
.pointTtl_point::after {
    content: counter(pointNum);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    color: #a08a2d;
    font: 700 2.4rem/1 dnp-shuei-mgothic-std, sans-serif;
    background-color: #fff;
    border-radius: 100px;
}
.ie .pointTtl_point::after {
    align-items: flex-end;
    padding: 2px 1px 0;
}
.pointTtl_h3 span {
    display: block;
}
.pointTtlH3_sub {
    margin-bottom: 5px;
    color: #d8002e;
    font: 700 2.6rem/1.2 "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", 'Hiragino Sans', sans-serif;
}
.pointTtlH3_main {
    font: 700 3.6rem/1.2 dnp-shuei-mgothic-std, sans-serif;
}
@media screen and (max-width: 834px){
    .pointTtl {
        margin-bottom: 20px;
    }
    .pointTtl_point {
        height: 36px;
        font-size: 2rem;
    }
    .pointTtl_point::before {
        border-width: 18px;
        border-right-width: 14px;
    }
    .pointTtl_point::after {
        width: 28px;
        height: 28px;
    }
    .pointTtlH3_sub {
        font-size: 2.3rem;
    }
    .pointTtlH3_main {
        font-size: 3rem;
    }
}
@media screen and (max-width: 480px){
    .pointSec .refusalTtl_h2::after {
        width: 41.067vw;
        height: 34.667vw;
    }
    .pointTtl {
        margin-bottom: 15px;
    }
    .pointTtl:not(:first-of-type) {
        margin-top: 40px;
    }
    .pointTtl_point {
        margin-bottom: 8px;
        padding-left: 10px;
        height: 30px;
        font-size: 1.5rem;
    }
    .pointTtl_point::before {
        border-width: 15px;
        border-right-width: 10px;
    }
    .pointTtl_point::after {
        width: 20px;
        height: 20px;
        font-size: 1.8rem;
    }
    .pointTtlH3_sub {
        font-size: 1.6rem;
    }
    .pointTtlH3_main {
        font-size: 2.1rem;
    }
}

.contBox {
    position: relative;
    margin: 40px 0;
    border-radius: 20px;
    background-color: #fefce8;
    border: 3px solid #f9cb5d;
    border-top: 0 !important;
}
.contBox:last-of-type {
    margin-bottom: 0;
}
.contBox_ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: -3px;
    padding: 15px 40px;
    width: calc( 100% + 6px );
    min-height: 100px;
    font: 700 2.8rem/1.2 dnp-shuei-mgothic-std, sans-serif;
    background: repeating-linear-gradient(135deg, #f9cb5d, #f9cb5d 5px, #fad375 5px, #fad375 10px );
    border-radius: 20px 20px 0 0;
}
.ie .contBox_ttl {
    padding-top: 24px;
    height: 100px;
}
.contBoxTtl_sub {
    margin-bottom: 4px;
    font-size: 2.2rem;
}
.contBox_conts {
    padding: 26px 40px;
}
.contBox_conts:not(:first-of-type) {
    position: relative;
    padding-top: 38px;
}
.contBox_conts:not(:first-of-type)::before,
.contBox_conts:not(:first-of-type)::after {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    left: 50%;
}
.contBox_conts:not(:first-of-type)::before {
    width: calc( 100% - 80px );
    height: 3px;
    background-color: #f9cb5d;
}
.contBox_conts:not(:first-of-type)::after {
    border: 23px solid rgba(0,0,0,0);
    border-top: 30px solid #f9cb5d;
    border-bottom: 0 !important;
}
.contBoxConts_imgWrap img {
    display: block;
    width: 100%;
    height: auto;
}
.contBoxTxtWrap_ttl {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
    font: 700 2.2rem/1.2 "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", 'Hiragino Sans', sans-serif;
}
.contBox.pink {
    background-color: #fff5f7;
    border-color: #fca0a0;
}
.pink .contBox_ttl {
    background: repeating-linear-gradient(135deg, #fca0a0, #fca0a0 5px, #fcaaaa 5px, #fcaaaa 10px );
}
.pink .contBox_conts:not(:first-of-type)::before {
    background-color: #fca0a0;
}
.pink .contBox_conts:not(:first-of-type)::after {
    border-top-color: #fca0a0;
}
.pink .contBox_ttl {
    position: relative;
    padding-left: 160px;
}
.pink .contBox_ttl::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 30px;
    width: 111px;
    height: 91px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/more.svg) 0 0/contain no-repeat;
}

.movieWrap {
    margin-top: 40px;
    text-align: center;
}
.movieWrap a {
    position: relative;
    display: inline-block;
}
.movieWrap a::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 149px;
    height: 106px;
    background: url(../images/common/play_icon.png) left top/contain no-repeat;
}
.movieWrap img {
    width: 100%;
}

.pointEnd {
    margin-top: 20px;
    color: #d8002e;
    font: 700 2.6rem/1.2 dnp-shuei-mgothic-std, sans-serif;
}

.pointSec .inMovie {
    margin-bottom: 0;
}
.pointSec .lower_wrap_subcont:last-of-type {
    margin-bottom: 30px;
}
@media screen and (min-width: 601px){
    .col2 .contBox_conts {
        display: flex;
        justify-content: space-between;
    }
    .pointSec .col2 .contBoxConts_imgWrap {
        flex-shrink: 0;
        margin-left: 35px;
        width: 250px;
    }
}
@media screen and (max-width: 480px){
    .pointSec {
        padding-bottom: 40px;
    }
    .contBox {
        margin: 30px 0;
        border-radius: 10px;
        border: 2px solid #f9cb5d;
    }
    .contBox_ttl {
        padding: 10px 13px;
        width: calc(100% + 4px);
        font-size: 2rem;
        border-radius: 10px 10px 0 0;
    }
    .contBoxTtl_sub {
        font-size: 1.6rem;
    }
    .contBox_conts {
        padding: 13px 17px;
    }
    .contBox_conts:not(:first-of-type) {
        padding-top: 19px;
    }
    .contBox_conts:not(:first-of-type)::before {
        width: calc( 100% - 34px );
        height: 1px;
        background-color: #f9cb5d;
    }
    .contBox_conts:not(:first-of-type)::after {
        border-width: 12px;
        border-top-width: 11px;
    }
    .contBoxTxtWrap_ttl {
        font-size: 1.9rem;
    }
    .pointSec .contBoxConts_txtWrap {
        margin-bottom: 8px;
    }
    .contBox.pink {
        margin-top: 45px;
    }
    .pink .contBox_ttl {
        padding-top: 30px;
        padding-left: 13px;
    }
    .pink .contBox_ttl::before {
        top: -30px;
        left: 6px;
        width: 68px;
        height: 59px;
    }

    .movieWrap a::after {
        width: 17.448vw;
        height: 12.63vw;
    }

    .pointEnd {
        font-size: 2rem;
    }
}


/* pointSec
------------------------------------------------ */
.onlineSec {
    padding-bottom: 80px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/contBg.png), #fbf4df;
}

.onlineSec .refusalTtl_h2::after {
    width: 226px;
    height: 201px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/online_h2_img.png) 0 0/contain no-repeat;
}

.contBoxTtl_main.qTtl {
    display: flex;
}
.contBoxTtl_main.qTtl::before {
    content: "Q.";
    margin-right: 7px;
}
.contBox_conts .img_wrap:first-of-type {
    margin-top: 0;
    margin-bottom: 20px;
}

.onlineTtl {
    margin-top: 75px;
    margin-bottom: 40px;
    background-color: #ffc351;
}
.onlineTtl_h3 {
    position: relative;
    display: flex;
    align-items: center;
    grid-column: 2;
    -ms-grid-column: 2;
    padding-left: 150px;
    font: 700 3.6rem/1.2 dnp-shuei-mgothic-std, sans-serif;
}
.onlineTtlH3_main {
    margin-top: 10px;
    padding-bottom: 10px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/public_regular/public_regular_cont4_h3_span_bg.png) 0 100% no-repeat;
}
.onlineTtl_h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 131px;
    height: 170px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/onlineTtl_h3.png) 0 0/contain no-repeat;
}

.penTtl {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    padding: 10px 0 10px 115px;
    min-height: 120px;
    font: 700 2.8rem/1.2 dnp-shuei-mgothic-std, sans-serif;
    border-radius: 100px;
    background-color: #ffe893;
}
.ie .penTtl {
    padding-top: 24px;
    height: 13pa0px;
}
.penTtl:not(:first-of-type) {
    margin-top: 60px;
}
.penTtl::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 40px;
    width: 51px;
    height: 51px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/online_h4_img.png) 0 0/contain no-repeat;
}
.penTtl_sub {
    margin-bottom: 7px;
    font-size: 2.2rem;
}

.front_content {
    position: relative;
    display: table;
    margin: 0 auto 10px;
    padding: 0 30px;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
}
.front_content span {
    font-size: 4.4rem;
    color: #d30000;
}
.front_content:before {
    content: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/public_regular/public_regular_h2_bg_cont5_front_before.svg);
    position: absolute;
    left: 0;
    bottom: 0;
}
.front_content:after {
    content: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/public_regular/public_regular_h2_bg_cont5_front_after.svg);
    position: absolute;
    right: 0;
    bottom: 0;
}
.front_content + .img_wrap {
    margin-top: 0;
}

.onlineSec .contBoxConts_imgWrap {
    margin-right: 45px;
    margin-left: auto;
}
.onlineSec .contBoxConts_txtWrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 385px;
    font-size: 2.2rem;
    font-weight: 700;
}
.acdnWrap {
    margin-top: 30px;
}
.acdnWrap .trigger::before,
.acdnWrap .trigger::after {
    content: none !important;
}
.acdnWrap_btn {
    padding: 6px;
    border-radius: 100px;
    background: repeating-linear-gradient(135deg, #f9949c, #f9949c 5px, #fa9fa6 5px, #fa9fa6 10px );
    cursor: pointer;
}
.acdnWrapBtn_txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    color: #d8395b;
    font: 700 2.6rem/1 dnp-shuei-mgothic-std, sans-serif;
    border-radius: 100px;
    background-color: #fff;
}
.ie .acdnWrapBtn_txt {
    padding-top: 12px;
}
.acdnWrapBtnTxt_sts {
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    right: 36px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fa9fa6;
}
.acdnWrapBtnTxt_sts::before,
.acdnWrapBtnTxt_sts::after {
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 17px;
    height: 3px;
    background-color: #d8395b;
}
.acdnWrapBtnTxt_sts::after {
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
       -moz-transform: translate(-50%,-50%) rotate(90deg);
        -ms-transform: translate(-50%,-50%) rotate(90deg);
         -o-transform: translate(-50%,-50%) rotate(90deg);
            transform: translate(-50%,-50%) rotate(90deg);
    transition: transform .2s;
}
.active .acdnWrapBtnTxt_sts::after {
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.onlineSec #cashback_detail p:first-child {
    width: 100%;
}

#cashback_detail.inCont dt,
#cashback_detail.inCont dd {
    float: none;
    width: 100%;
}
#cashback_detail.inCont dt {
    margin-bottom: 9px;
}
#cashback_detail.inCont dd ul li {
    padding-left: 1.3em;
}
@media screen and (min-width: 835px){
    .onlineTtl {
        display: grid;
        display: -ms-grid;
        grid-template-columns: auto 880px auto;
        -ms-grid-columns: auto 880px auto;
        grid-template-rows: minmax(160px,auto);
        -ms-grid-rows: minmax(160px,100%);
    }
    #cashback_detail.inCont {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media screen and (max-width: 834px){
    .front_content {
        font-size: 2.4rem;
    }
    .front_content span {
        font-size: 3.6rem;
    }
}
@media screen and (max-width: 480px){
    .onlineSec {
        padding-bottom: 40px;
    }
    .onlineSec .refusalTtl_h2::after {
        right: -26px;
        width: 35.733vw;
        height: 31.467vw;
    }

    .onlineTtl {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .onlineTtl_h3 {
        padding: 0 10px 7px 70px;
        font-size: 2.2rem;
    }
    .onlineTtl_h3::before {
        left: -5px;
        width: 65px;
        height: 84px;
    }

    .penTtl {
        margin-bottom: 10px;
        padding: 12px 43px 12px 25px;
        font-size: 2rem;
        min-height: 0;
        border-radius: 15px;
    }
    .penTtl:not(:first-of-type) {
        margin-top: 30px;
    }
    .penTtl::before {
        right: 13px;
        left: auto;
        width: 28px;
        height: 28px;
    }
    .penTtl_sub {
        font-size: 1.6rem;
    }

    .front_content {
        padding: 0 25px;
        font-size: 1.7rem;
        line-height: 1.3;
    }
    .front_content span {
        font-size: 2.2rem;
    }

    .onlineSec .col2 .contBox_conts {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto 88px;
    }

    .onlineSec .contBoxConts_imgWrap {
        grid-row: 2;
        margin-right: 0;
        width: 100%;
    }
    .onlineSec .contBoxConts_imgWrap img {
        margin: 0 auto;
        width: auto;
        height: 100%;
    }
    .onlineSec .contBoxConts_txtWrap {
        grid-row: 1;
        margin-bottom: 10px;
        width: 100%;
    }

    .acdnWrap {
        margin-top: 15px;
    }
    .acdnWrap_btn {
        padding: 3px;
    }
    .acdnWrapBtn_txt {
        padding: 10px 0;
        height: auto;
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .acdnWrapBtnTxt_sts {
        right: 8px;
        width: 20px;
        height: 20px;
    }
    .acdnWrapBtnTxt_sts::before,
    .acdnWrapBtnTxt_sts::after {
        width: 15px;
    }
    #cashback_detail.inCont dd ul li {
        margin-left: 0;
    }
    #cashback_detail.inCont dd ul li::before {
        font-size: 1rem;
    }

}


/* supportSec
------------------------------------------------ */
.supportSec {
    padding-bottom: 80px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/contBg.png), #f9fed3;
}
.supportSec .refusalTtl_h2::after {
    width: 253px;
    height: 205px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/support_h2_img.png) 0 0/contain no-repeat;
}

.supportH3 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 60px 0 25px;
    width: 100%;
    height: 117px;
    padding: 13px 30px 13px 145px;
    border: 3px solid #d8002e;
    border-radius: 100px;
    counter-increment: reliefNum;
}
.supportH3_relief {
    position: absolute;
    display: flex;
    align-items: center;
    left: -3px;
    color: #fff;
    font: 700 2rem/1.2 dnp-shuei-mgothic-std, sans-serif;
    background-color: #d8002e;
}
.ie .supportH3_relief {
    padding-top: 5px;
}
.supportRelief_num {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    width: 54px;
    height: 45px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/refusal/supportH3_relief.svg) 0 0/contain no-repeat;
}
.ie .supportRelief_num {
    margin-top: 0;
}
.supportRelief_num::after {
    content: counter(reliefNum);
    padding-top: 10px;
    color: #d8002e;
    font: 700 3rem/1 dnp-shuei-mgothic-std, sans-serif;
}
.ie .supportRelief_num::after {
    padding-top: 18px;
}
.supportH3_txtWrap span {
    display: block;
}
.supportH3_txtWrap {
    font: 700 2.8rem/1.3 dnp-shuei-mgothic-std, sans-serif;
}
.ie .supportH3_txtWrap {
    padding-top: 10px;
}
.supportH3TxtWrap_sub {
    margin-bottom: 5px;
    font-size: 2.2rem;
}
.reportTtl + .img_wrap {
    margin-top: 0;
}
@media screen and (min-width: 600px){
    .supportH3_relief {
        flex-direction: column;
        justify-content: center;
        top: -3px;
        width: 117px;
        height: 117px;
        text-align: center;
        border-radius: 100px;
    }
    .supportH3:first-of-type {
        margin-top: 40px;
    }
}
@media screen and (max-width: 834px){
    .supportSec .refusalTtl_h2::after {
        right: -50px;
    }
}
@media screen and (max-width: 600px){
    .supportH3 {
        margin: 70px 0 10px;
        padding: 13px 30px 13px 15px;
        height: auto;
        border-width: 2px;
        border-radius: 0 100px 100px 5px;
    }
    .supportH3_relief {
        bottom: 100%;
        left: -2px;
        padding: 4px 10px;
        border-radius: 5px 5px 0 0;
        font-size: 1.5rem;
    }
    .supportRelief_num {
        margin-top: 0;
        margin-left: 4px;
        width: 31px;
        height: 25px;
    }
    .supportRelief_num::after {
        padding-top: 5px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 480px){
    .supportSec {
        padding-bottom: 40px;
    }
    .supportSec .refusalTtl_h2::after {
        width: 145px;
        height: 118px;
    }
    .supportH3TxtWrap_sub {
        font-size: 1.5rem;
    }
    .supportH3_txtWrap {
        font-size: 1.9rem;
    }
}

#media {
    padding-top: 0;
    background: none;
}


/* faqSec
------------------------------------------------ */
.faqSec {
    margin-top: 55px;
    padding-bottom: 40px;
    background-color: #fefce8;
}
.faqTtl {
    margin-bottom: 30px;
    padding: 15px 0;
    font: 700 3.6rem/1.3 dnp-shuei-mgothic-std, sans-serif;
    background: repeating-linear-gradient(135deg, #ffc351, #ffc351 5px, #ffc963 5px, #ffc963 10px );
}
.faqTtl_txt {
    display: block;
    margin: 0 auto;
    width: 880px;
}
.faqConts {
    margin-bottom: 20px;
}
.faqConts:not(:first-of-type) {
    padding-top: 20px;
    border-top: 2px solid #ffc351;
}
.faqConts_ttl,
.faqContsTxtWrap_ttl {
    display: flex;
    align-items: center;
    font: 700 2.6rem/1.2 dnp-shuei-mgothic-std, sans-serif;
}
.faqConts_ttl::before,
.faqContsTxtWrap_ttl::before {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
    width: 55px;
    height: 55px;
    font-size: 3.6rem;
    border-radius: 100px;
}
.ie .faqConts_ttl::before,
.ie .faqContsTxtWrap_ttl::before {
    align-items: flex-end;
}
.faqConts_ttl::before {
    content: "Q";
    background-color: #ffc351;
}
.faqContsTxtWrap_ttl::before {
    content: "A";
    color: #fff;
    background-color: #d8002e;
}
.faqConts_ttl {
    margin-bottom: 20px;
}
.faqContsTxtWrap_ttl {
    margin-bottom: 10px;
}
.faqContsTxtWrap_txt {
    padding-left: calc( 55px + 23px );
}
@media screen and (max-width: 834px){
    .faqTtl {
        padding: 20px 0;
        font-size: 3rem;
    }
    .faqTtl_txt {
        padding-right: 20px;
        padding-left: 20px;
    }
    .faqConts_ttl,
    .faqContsTxtWrap_ttl {
        font-size: 2.3rem;
    }
}
@media screen and (max-width: 480px){
    .faqTtl {
        font-size: 2.5rem;
    }
    .faqConts_ttl,
    .faqContsTxtWrap_ttl {
        font-size: 2rem;
    }
    .faqConts_ttl::before,
    .faqContsTxtWrap_ttl::before {
        margin-right: 18px;
        width: 45px;
        height: 45px;
        font-size: 2.8rem;
    }
    .faqContsTxtWrap_txt {
        padding-left: calc( 45px + 18px );
    }
}


/* voiceSec
------------------------------------------------ */
.voiceSecBtm {
    background-color: #fff;
}
.voiceSecBtm .refusalTtl .refusalTtl_h2::before,
.voiceSecBtm .refusalTtl .refusalTtl_h2::after {
    content: "";
    position: absolute;
    bottom: -22px;
    height: 205px;
    width: 355px;
}
.voiceSecBtm .refusalTtl .refusalTtl_h2::before {
    left: -30px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont11_h2_bg1.png) 0 0 / contain no-repeat;
}
.voiceSecBtm .refusalTtl .refusalTtl_h2::after {
    right: -30px;
    background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont11_h2_bg2.png) 0 0 / contain no-repeat;
}
@media screen and (max-width: 834px){
    .voiceSecBtm .refusalTtl .refusalTtl_h2 {
        padding-bottom: 19.531vw;
    }
    .voiceSecBtm .refusalTtl .refusalTtl_h2::before {
        content: none;
    }
    .voiceSecBtm .refusalTtl .refusalTtl_h2::after {
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(/chuugaku/wp-shiritsu/wp-content/themes/shiritsu/images/lp/difference/difference_cont11_h2_bg1_sp.png) left 50% bottom -30px/100% auto no-repeat;
    }
}
@media screen and (max-width: 480px){
    .voiceSecBtm .refusalTtl .refusalTtl_h2 {
        padding-bottom: 24vw;
    }
    .voiceSecBtm .refusalTtl .refusalTtl_h2::after {
        background-position: 50% 100%;
    }
    .voicePassImg {
        width: 100%;
    }
}


/* closing
------------------------------------------------ */
.closingTtl {
    margin-top: 60px;
    margin-bottom: 35px;
    font: 700 4.7rem/1.2 "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", 'Hiragino Sans', sans-serif;
}
@media screen and (max-width: 834px){
    .closingTtl {
        margin-top: 40px;
        margin-bottom: 15px;
        font-size: 2.6rem;
    }
}