@charset "utf-8";

/*_____________________________________

！SPから記述してます！
_______________________________________*/

/*  FV  */
.reasonFV {
    position: relative;
    width: 100%;
    height: 90.67vw;
    overflow: hidden;
    background-image: linear-gradient(#fff6df, #fff1ee);
}
.reasonFV::before {
    position: absolute;
    content: "";
    width: 360px;
    height: 180px;
    bottom: 0;
    left: calc(50% - 180px);
    z-index: 1;
    background: url(/area/assets/images/reason/reasonFv_sp.png) 0 0 / contain no-repeat;
}
.reasonFV::after {
    position: absolute;
    content: "";
    width: 283px;
    height: 320px;
    bottom: 0;
    right: -180px;
    background: url(/area/assets/images/reason/reasonFv_R.svg) 0 0 / contain no-repeat;
}
.h1Wrap {
    position: inherit;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px;
    z-index: 1;
}
.reasonSubTtl {
    display: block;
    color: #e51016;
    margin-bottom: 10px;
    letter-spacing: 0;
    font: 700 clamp(2.4rem, var(--sp-28px), 4.2rem) / 1.3 var(--fontFamily-sans-noto);
}
.reasonH1 {
    font: 900 clamp(3.2rem, var(--sp-30px), 4.6rem) / 1 var(--fontFamily-serif-noto);
}
.reasonH1 span {
    font: 900 clamp(5rem, var(--sp-46px), 5.6rem) / 1.3 var(--fontFamily-serif-noto);

}

/*  リード */
.readTxt {
    margin: 30px 0;
    padding: 0 20px;
}
.smallTxt {
    display: inline-block;
    font-size: 1.4rem;
    line-height: inherit;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
}

/*  コンテンツ  */
p {
    text-align: justify;
/*    font-feature-settings: 'palt';*/
}
ul, ol, dl {
    list-style: none;
}
.indent_bold {
    text-indent: -1em;
    padding-left: 0.5em;
    margin: 0;
}
.indent_bold_last {
    text-indent: -1em;
    padding-left: 0.5em;
    margin: 0 0 -1em;
}
.reasonWrap {
    width: 100%;
    background-color: #fffaf1;
    background-attachment: fixed;
    background-image: url(/area/assets/images/top/usp_back.png);
    padding-block: 4rem 6rem;
    padding-inline: 2rem;
    overflow: hidden;
    counter-reset: usp-number;
}
.ContWrap {
    width: 100%;
    position: relative;
    padding: 70px 20px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(90, 116, 128, 0.35);
}
.ContWrap::before {
    position: absolute;
    content: 'FEATURE';
    width: 260px;
    height: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff5900;
    border-radius: 0 0 20px 20px;
    color: #fff;
    font-size: clamp(3.4rem, var(--sp-28px), 3.6rem);
    font-family: 'Oswald';
    font-weight: 600;
    padding-left: 50px;
}
.ContWrap::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    counter-increment: usp-number 1;
    content: counter(usp-number, decimal-leading-zero) '';
    color: #fff;
    font-size: clamp(3.4rem, var(--sp-28px), 4.6rem);
    font-family: 'Oswald';
    font-weight: 600;
    padding-left: 115px;
}
.ContWrap strong {
    color: #000;
}
.ContWrap strong span {
    color: var(--colorOrange);
}
.ContWrap strong .BlueTxt {
    color: var(--colorLightBlue);
}
.ContWrap:last-of-type {
    margin-bottom: 0;
}
.reasonH2 {
    position: relative;
    color: #0038a8;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #0038a8;
    font: 700 clamp(3.0rem, var(--sp-30px), 3.2rem) / 1.3 var(--fontFamily-sans-noto);
}
.reasonH2::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 160px;
    bottom: -8px;
    right: -90px;
    background: url(/area/assets/images/top/usp_pencil.svg) 0 0 / contain no-repeat;
}
.reasonH3 {
    margin: 30px auto 20px;
    padding: 15px 0;
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #f8cb5e, #ffecb7, #f8cd5d) 1;
    font: 900 clamp(2.2rem, var(--sp-22px), 2.8rem) / 1.4 var(--fontFamily-serif-noto);
}
.reasonH3 span {
    color: var(--colorOrange);
}
.henkinIcon, .seisekiIcon {
    position: relative;
}
.henkinIcon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 90px;
    top: -10px;
    right: -10px;
    background: url(/mega/wp-content/themes/site/images/reason/warranty01.svg) 0 0 / contain no-repeat;
}
.seisekiIcon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 90px;
    top: -10px;
    right: -10px;
    background: url(/mega/wp-content/themes/site/images/reason/warranty02.svg) 0 0 / contain no-repeat;
}

.reasonCont {
    padding: 15px 15px 20px;
    border-radius: 10px;
    background-image: linear-gradient(#fff6df, #fff1ee);
}
.reasonCont_line {
    padding: 15px 15px 20px;
    border-radius: 10px;
    border: 1px solid #0038a8;
}
.columnTtl {
    color: #e51016;
    text-align: center;
    margin-bottom: 15px;
    font: 900 clamp(2.2rem, var(--sp-22px), 2.8rem) / 1.4 var(--fontFamily-serif-noto);
}
.flexWrap {
    display: block;
}
.flexImgbox img {
    margin: 0 auto;
}
.reasonColumn {
    line-height: 1.6;
}
.reasonColumn:last-of-type {
    margin-bottom: 0;
}
.name {
    text-align: center;
    margin: 5px auto 15px;
}
.obj_before, .obj_after {
    display: inline-table;
    width: 78px;
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: 0.03em;
    font: 600 clamp(1.8rem, var(--sp-20px), 2.2rem) / 1.4 'Oswald';
}
.obj_before {
    background-color: var(--colorLightBlue);
}
.obj_after {
    background-color: var(--colorOrange);;
}


/*______________________________________________

 SP/PCブレークポイント  
________________________________________________*/

@media screen and (min-width: 414px) {
    .reasonFV::before {
        width: 100vw;
        height: 50vw;
        left: 0;
    }
}
@media screen and (min-width: 480px) {
    .reasonFV {
        height: 88vw;
    }
    .ContWrap::before {
        width: 280px;
        padding-left: 45px;
    }
    .ContWrap::after {
        padding-left: 130px;
    }
    .reasonCont, .reasonCont_line {
        width: calc(100% - 2em);
        max-width: 800px;
        margin: 0 auto 20px;
    }
    .reasonCont img, .reasonCont_line img {
        margin: 0 auto;
    }
    .cashbackWrap {
        padding: 0 1em;
    }
}
@media screen and (min-width: 600px) {
    .ContWrap::after {
        top: -7px;
    }
}
@media screen and (min-width: 834px) {
    .reasonFV {
        height: 70vw;
    }
    .reasonFV::before {
        width: 685px;
        height: 383px;
        left: calc(50% - 340px);
        background: url(/area/assets/images/reason/reasonFv.png) 0 0 / contain no-repeat;
    }
    .ContWrap::before {
        width: 380px;
        height: auto;
        padding-left: 90px;
    }
    .ContWrap::after {
        top: -9px;
        padding-left: 125px;
    }
    .reasonH2 {
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .reasonH2::after {
        right: -30px;
    }
    .reasonH3 {
        font-size: 3rem;
        padding: 25px 0 25px 120px;
    }
    .henkinIcon::before,
    .seisekiIcon::before {
        width: 110px;
        height: 120px;
        right: calc(100% - 110px);
    }
    .henkinIcon::before {
        top: 5px;
    }
    .seisekiIcon::before {
        top: -5px;
    }
    .reasonCont, .reasonCont_line {
        padding: 25px;
    }
}
@media screen and (min-width: 1024px) {
    .reasonFV {
        height: 320px;
    }
    .reasonFV::before {
        width: 100%;
        height: 80%;
        bottom: 30px;
        left: calc(50% + 50px);
    }
    .reasonFV::after {
        width: 1118px;
        height: 320px;
        bottom: 0;
        right: calc(50% - 280px);
        background: url(/area/assets/images/reason/reasonFv_BK.png) 0 0 / contain no-repeat;
    }
    .h1Wrap {
        padding: 50px 0 0 40px;
    }
    .reasonSubTtl {
        font-size: 4.2rem;
        margin-bottom: 15px;
    }
    .readTxt {
        width: 880px;
        margin: 30px auto;
    }
    .reasonH1 {
        font-size: 5.2rem;
    }
    .reasonH1 span {
        font-size: 7.8rem;
    }
    .reasonWrap {
        padding-inline: 0;
    }
    .ContWrap {
        max-width: 1000px;
        padding: 70px 60px 30px;
        margin: 0 auto 30px;
    }
    .reasonH2 {
        font-size: 4rem;
    }
    .flexWrap {
        display: flex;
        gap: 20px;
    }
    .flexImgbox {
        width: 210px;
    }
    .flexTxtbox {
        flex: 1;
    }
}
@media screen and (min-width: 1200px) {
    .reasonFV::before {
        width: 548px;
        height: 307px;
        bottom: 5px;
        left: 52%;
    }
    .h1Wrap {
        padding: 50px 0 0 70px;
    }
}


/*___________________________________________________

！ご注意！以下からは流用cssにつきPC→SPで記述になっています
______________________________________________________*/

/*「入試別_大学入学者の割合」*/

.circle_graph_baseCont {
    width: 700px;
    margin: 0 auto;
}
.circle_graph_cont {
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle_graph_cont h3 {
    margin: 0 0 15px 0 !important;
    color: #C20000;
    font-size: 2.8rem;
    line-height: 1.2;
    font-family: var(--fontFamily-serif-noto);
    font-weight: 900;
    text-align: left;
    padding-top: 0 !important;
    border: none !important;
}
.circle_graph_cont .pie_graph {
    position: relative;
    width: 240px;
    aspect-ratio: 1/1;
    background-image: conic-gradient(#b30c0f 0% 51%, #fff 51% 98%, #c8c8c8 98% 100%);
    border-radius: 50%;
    border: 3px solid #b30c0f;
    margin-right: 30px;
}
.circle_graph_cont .pie_graph .red_zone,
.circle_graph_cont .pie_graph .white_zone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    line-height: 1.2;
    font-family: var(--fontFamily-sans-noto) !important;
    font-weight: 700;
    text-align: center;
    width: 50%;
}
.circle_graph_cont .pie_graph .red_zone span,
.circle_graph_cont .pie_graph .white_zone span {
    font-weight: 900;
    line-height: 1 !important;
}
.circle_graph_cont .pie_graph .red_zone span::after{
    content: ".1%";
    font-size: 60%;
}
.circle_graph_cont .pie_graph .white_zone span::after {
    content: "%";
    font-size: 65%;
}
.circle_graph_cont .pie_graph .red_zone {
    color: #fff;
    right: 0;
}
.circle_graph_cont .pie_graph .red_zone span {
    font-size: 240%;
    text-shadow: 0.05em 0.05em 0 #77080a;
    letter-spacing: -0.02em;
}
.circle_graph_cont .pie_graph .white_zone {
    color: #b30c0f;
    left: 0;
}
.circle_graph_cont .pie_graph .white_zone span {
    font-size: 170%;
}
.circle_graph_cont ul {
    margin-top: 30px;
    padding: 0;
}
.circle_graph_cont ul li {
    margin: 0 0 0.2em 0 !important;
    font-weight: bold;
    line-height: 1 !important;
    font-size: 1.85rem;
    color: #C20000;
    font-family: var(--fontFamily-sans-noto) !important;
    text-indent: inherit !important;
    padding-left: 0 !important;
    box-shadow: none !important;
    width: fit-content;
}
.circle_graph_cont ul li::before {
    color: #C20000;
    padding-right: 0.2em;
    display: inline-block;
}
.circle_graph_cont ul li::before {
    content: "■";
}
.circle_graph_cont ul li:first-of-type::before {
    content: "□";
}
.circle_graph_cont ul li:last-of-type::before {
    content: "■";
    color: #c8c8c8;
}
.circle_graph_cont ul li:first-of-type {
    color: #000;
}
.circle_graph_cont ul li:last-of-type {
    color: #000;
    margin-top: 12px!important;
    margin-bottom: 0;
}
.circle_graph_cont ul li span {
    line-height: 1 !important;
}
@media screen and (max-width: 834px) {
    .circle_graph_baseCont {
        width: 100%;
    }
    .circle_graph_cont h3 {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 600px) {
    .circle_graph_cont {
        display: block;
        text-align: center;
    }
    .circle_graph_cont h3 {
        text-align: center;
        font-size: 2rem;
    }
    .circle_graph_cont .pie_graph {
        margin: 0 auto;
        width: 170px;
    }
    .circle_graph_cont .pie_graph .red_zone,
    .circle_graph_cont .pie_graph .white_zone {
        font-size: 1.5rem;
    }
    .circle_graph_cont ul {
        margin: 5vw auto 0;
        width: fit-content;
    }
    .circle_graph_cont ul li {
        font-size: 4.48vw;
    }
}



/*2つの保証*/

#cashback_detail {
    background: #fffcf4;
    border: solid 1px #d1cab7;
    padding: 33px 40px 27px;
    margin: 25px 0;
    position: relative;
    border-radius: 10px;
}

#cashback_detail::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 2px #6a612a;
    border-radius: 5px;
}

#cashback_detail p:first-child {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 480px;
    height: 60px;
    background: #947f28;
    box-sizing: border-box;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 12px 0 6px 50px;
}

#cashback_detail p:first-child::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0;
    border-color: transparent #fffcf4 transparent transparent;
    border-style: solid;
}

#cashback_detail p.henkin {
    background: #947f28;
}

#cashback_detail p.seiseki {
    background: #c92d24;
}

#cashback_detail dl {
    display: grid;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: dashed 1px #c4b794;
}

#cashback_detail dl:nth-of-type(1):not(.accordion_tree dl:nth-of-type(1)) {
    padding-top: 80px;
}

#cashback_detail dl.dl_hide {
    padding-top: 20px;
}

#cashback_detail dl:last-child {
    padding-bottom: 8px;
    border: none;
}

#cashback_detail dt {
    font-size: 2rem;
    line-height: 1.3;
    color: #423b1c;
    margin-top: 1px;
    font-weight: bold;
}

#cashback_detail dt strong {
    font-size: inherit;
    line-height: inherit;
}

#cashback_detail dd {
    margin-left: 0;
    color: #000000;
    font-size: 1.7rem;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    line-height: 1.5;
}

#cashback_detail dd span {
    display: inline-block;
    font-size: 1.4rem;
    line-height: inherit;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
}

#cashback_detail dd ul {
    padding-left: 7px;
}

#cashback_detail dd ul li {
    padding-left: 1em;
    text-indent: -1.3em;
}

#cashback_detail dd ul li:before {
    content: "●";
    font-size: 1.2rem;
    margin-right: 1rem;
    color: #ac9b6b;
}

#cashback_detail .trigger {
    position: relative;
    text-align: right;
    font-weight: bold;
    padding: 10px 20px 0 0;
}

.trigger::before,
.trigger::after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 10px;
    background: #000;
    position: absolute;
    right: -10px;
    top: 60%;
    transform: translateY(-50%);
}

.trigger::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

.trigger.active::after {
    transform: rotate(0);
    transition: 0.5s;
}

.trigger:hover {
    cursor: pointer;
}

@media screen and (max-width: 834px) {
    #cashback_detail {
        margin-bottom: 40px;
        padding: 15px 20px 10px 20px;
    }

    #cashback_detail::before {
        width: calc(100% - 14px);
        height: calc(100% - 14px);
    }

    #cashback_detail p:first-child {
        width: 90%;
        font-size: 1.9rem;
        line-height: 1.2;
        height: 61px;
        margin: 5px 0 18px 0;
        padding: 0 0 0 15px;
        display: flex;
        align-items: center;
    }

    #cashback_detail dt {
        font-size: 2.0rem;
        width: 100%;
        margin-bottom: 8px;
        padding: 0 0 7px 0;
        border-bottom: dashed 1px #c4b794;
    }

    #cashback_detail dd {
        width: 100%;
    }

    #cashback_detail dl {
        padding: 0 0 25px 0;
        border: none;
    }
    #cashback_detail .trigger {
        padding: 0px 30px 0 0;
    }

    .trigger::before,
    .trigger::after {
        right: 0;
        top: 50%;
        width: 20px;
    }
}
