@charset "utf-8";
/***********************************************************************
FV
***********************************************************************/
.firstView {
    width: 100%;
    height: 350px;
    background-image: url(/area/assets/images/regular_exam/fv.png), linear-gradient(to right, #fff 30%, #d7fffd);
    background-repeat: no-repeat;
    background-size: auto 100%, auto 100%, cover;
    background-position: calc(50% + 38rem);
    position: relative;
    margin-bottom: 20px;
}
.firstView h1 {
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: 8rem;
    line-height: 1.2;
    color: var(--colorOrange);
    text-shadow: 3px 3px 0 #fff;
    margin-bottom: 0;
    position: absolute;
    left: calc(50% - 56rem);
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 0.03em;
}
.firstView h1 span {
    display: block;
}
.firstView h1 span.subTxt {
    line-height: 1.4;
}
.firstView h1 span span {
    display: inline;
    font-size: 75%;
}
.firstView h1 span.subTxt span {
    border:solid 2px;
    font-size: 50%;
    padding-inline: 20px;
    margin-right: 10px;
    border-color: var(--colorOrange);
}
.firstView h1 .subCatch {
    font-size: 3rem;
    line-height: 1;
    color: #000;
    margin-bottom: 0.5em;
    width: fit-content;
    letter-spacing: 0;
}
.firstView h1 .smallTxt {
    font-size: 75%;
    letter-spacing: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 1279px) {
    .firstView {
        height: fit-content;
        padding-block: 14vw;
    }
    .firstView h1 {
        font-size: clamp(4.4rem, 6vw, 6.8rem);
        left: 4.5vw;
    }
}

@media screen and (max-width: 600px) {
    .firstView {
        background-image: url(/area/assets/images/regular_exam/fv_sp.png), linear-gradient(to bottom, #fff 60%, #d7fffd);
        background-position: 50% 100%;
        background-size: contain;
        padding-block: 3.5vw 52.5vw;
    }
    .firstView h1 {
        position: relative;
        top: unset;
        transform: unset;
        width: fit-content;
        font-size: 12vw;
        left: 4vw;
    }
    .firstView h1 .subCatch {
        font-size: 5.2vw;
    }
}


/***********************************************************************
readWrap
***********************************************************************/
.readWrap .lower_wrap {
	padding-block: 0;
	box-shadow: none;
}
.readWrap .readText{
    font-family: var(--fontFamily-serif-noto);
    font-weight: 900;
    font-size: clamp(2.8rem, var(--sp-30px), 2rem);
}

@media screen and (max-width: 1024px) {
    .readWrap .lower_wrap {
        padding-inline: 0;
    }
    .readWrap .readText{
        font-family: var(--fontFamily-serif-noto);
        font-weight: 900;
        font-size: clamp(1.8rem, var(--sp-22px), 2rem);
    }
}

/***********************************************************************
共通部分
***********************************************************************/
.lower_wrap{
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	background: #fff;
	padding-block: 50px;
	padding-inline: 100px;
	box-shadow: 0px 0px 12px -2px #aaaaaa;
}

@media screen and (max-width: 1024px) {
    .lower_wrap{
        width:calc(100% - 40px);
        padding-inline: 20px;
    }
}
.mainH2_container{
	position: relative;
    margin-bottom: 40px;
}
.mainH2{
    width: 100%;
    max-width: 880px;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(2.4rem, 3.6vw, 4.0rem);
    text-align: center;
    color: #0038a8;
    line-height: 1.2;
}
.mainH2 span.subTitle{
	position: relative;
    font-size: clamp(2.0rem, 2.6vw, 3.0rem);
    color: #000;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
    .mainH2_container{
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;
    }
}

.ao_mailCont_img {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 20px auto;
    & img {
        width: 100%;
        height: auto;
    }
}
.ao_mailCont_img.small {
    width: 60%;
}

@media screen and (max-width: 1024px) {
    .ao_mailCont_img {
        width: calc(100% - 40px);
    }
}


/***********************************************************************
中間CTAwrap
***********************************************************************/
.buttonWrap.middle {
    width: 100%;
    max-width: 76rem;
    margin: 4rem auto;
    flex-direction: row;
    gap: 4rem;
}
.buttonWrap.middle.upper {
    transform: translateY(-160px);
}
.buttonWrap.middle .calltxt {
    font-family: var(--fontFamily-sans-noto);
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 2.4em;
    margin-bottom: 0.5em;
    color: var(--colorMidNightBlue);
    position: relative;
}
.buttonWrap.middle .calltxt::before,
.buttonWrap.middle .calltxt::after {
    position: relative;
    content: '';
    display: block;
    width: 2px;
    height: 2.4em;
    background-color: var(--colorMidNightBlue);
    bottom: 0;
}
.buttonWrap.middle .calltxt::before {
    margin-right: 1em;
    transform: rotate(-30deg);
}
.buttonWrap.middle .calltxt::after {
    margin-left: 1em;
    transform: rotate(30deg);
}
.buttonWrap.middle a {
    width: 50%;
}
.middle #entryBtn .smallText {
    margin-block: -0.15em 0.25em;
    font-size: 1.7rem;
    background-color: #fff;
    padding: 0.3em 1em;
    border-radius: 50em;
    font-weight: 700;
    color: var(--colorRed);
}
@media screen and (max-width: 834px) {
    .buttonWrap.middle {
        flex-direction: column;
        margin:2rem auto 5rem;
    }
    .buttonWrap.middle .calltxt {
        margin-bottom: 0.3em;
    }
    .buttonWrap.middle .calltxt::before,
    .buttonWrap.middle .calltxt::after {
        bottom: -0.5vw;
    }
    .buttonWrap.middle .calltxt::before {
        margin-right: 2.5vw;
    }
    .buttonWrap.middle .calltxt::after {
        margin-left: 2.5vw;
    }
    .buttonWrap.middle a {
        width: 90%;
    }
    .middle :is(#telBtn, #entryBtn) {
        aspect-ratio: 277/80;
    }
}


/***********************************************************************
examWrap
***********************************************************************/

.examWrap .inner {
    background-color: #fff896;
    background-image: url(/area/assets/images/regular_exam/examWrapBg.png);
    background-position: top center;
    background-size: initial;
    background-repeat: repeat-y;
    background-blend-mode: luminosity;
    padding-block: 10px;
}
.examWrap .lower_wrap {
	position: relative;
	margin-block: 60px;
    background-color: #fffcd5;
    border-radius: 20px;
}
@media screen and (max-width: 834px) {
    .examWrap .lower_wrap {
        margin-block: 30px;
        padding-block: 50px 30px;
    }
    .examWrap .lower_wrap.last {
        padding-block: 20px 30px;
    }
}
.examWrap .lower_wrap.junior_highschool::before,
.examWrap .lower_wrap.highschool::before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #d30000;
    border-radius: 30px;
    padding:5px 50px;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size:22px;
    color: #fff;
    box-shadow: 0 4px 0 #F18184;
    background: #FFF;
background: linear-gradient(0deg,rgba(241, 129, 132, 1) 0%, rgba(229, 18, 24, 1) 4%, rgba(229, 18, 24, 1) 100%);
}
.examWrap .lower_wrap.junior_highschool::before {
    content: "中学生";
}
.examWrap .lower_wrap.highschool::before {
    content: "高校生";
}
.examWrap .mainH2{
    color: #0038a8;
    line-height: 1.2;
}
.examWrap .lower_wrap .mainH2_container::before,
.examWrap .lower_wrap .mainH2_container::before{
    position: absolute;
    top:-30px;
    left:20px;
    content: "";
    width: 95px;
    height: 67px;
}
.examWrap .lower_wrap.junior_highschool .mainH2_container::before,
.examWrap .lower_wrap.highschool .mainH2_container::before{
    background: url(/area/assets/images/regular_exam/question.svg);
}
.examWrap .lower_wrap.last .mainH2_container::before {
    top:-55px;
    left:110px;
    width: 82px;
    height: 93px;
    background: url(/area/assets/images/regular_exam/clock.svg);
}
@media screen and (max-width: 834px) {
    .examWrap .lower_wrap.junior_highschool .mainH2_container::before,
    .examWrap .lower_wrap.highschool .mainH2_container::before {
        top: -30px;
        left:-10px;
        width: 70px;
        height: 49px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .examWrap .lower_wrap.last .mainH2_container::before {
        top:-40px;
        left:-20px;
        width: 50px;
        height: 57px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

 /*---------
 調査書内訳--------------------------------------------*/
.research{
	width: 100%;
	margin-bottom: 20px;
}
.research .bubble{
	position: relative;
	font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
	background-color: #fff;
	display: inline-block;
    padding: 5px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 7px -2px #bbbbbb;
}
.research .bubble::after{
    position: absolute;
    content: '';
    background-color: #fff;
    width: 0.75em;
    height: 0.5em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    bottom: -0.49em;
    transform: translateX(-50%);
    box-shadow: 0px 0px 12px -2px #000000;
}
.research table{
	width: 100%;
	border-collapse:  collapse;
	background-color: #fff;
}
.research th,.research td {
	font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    padding-block: 5px;
    border: solid 1px;
    font-weight: bold;
    text-align: center;
}

/*-------
「入試別_大学入学者の割合」--------------------------------------------*/
.circle_graph_baseCont {
    width: 700px;
    border: solid 1px #999;
    margin: clamp(30px, 8vw, 45px) auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.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;
    list-style:none;
}
.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_baseCont {
        border: solid 1px #999;
        padding: 3vw;
    }
    .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;
    }
}

/*-------
評定平均エリア--------------------------------------------*/
.hi_H3cont{
    width: 100%;
    border-top: solid 14px #1c95e9;
    background-color: #fff;
    padding: 20px 50px;
}
.hi_H3cont_h3{
    position: relative;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(2.6rem, 3.2vw, 3.6rem);
    color: var(--colorOrange);
    margin-bottom: 20px;
    padding-left: 70px;
}
.hi_H3cont_h3::before{
    position: absolute;
    top: calc(50% - 15px);
    left: -30px;
    transform: translateY(-50%);
    content: "";
    width: 95px;
    height: 67px;
    background: url(/area/assets/images/regular_exam/question.svg);
}

@media screen and (max-width: 834px) {
    .hi_H3cont{
        padding: 20px 20px;
    }
    .hi_H3cont_h3{
        padding-left: 40px;
    }
    .hi_H3cont_h3::before{
        width: 70px;
        height: 49px;
        background-size: contain;
    }
}

.unv_examples {
    margin-left: 20px;
}
.unv_examples dl dt {
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size:22px;
    margon-bottom: 10px;
    color: var(--colorMidNightBlue);
}
.unv_examples dl dd {
	width: 100%;
	display: block;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size:18px;
    line-height: 2;
    border-bottom: dotted 2px #1c95e9;
}

/***********************************************************************
メガスタ見出し
***********************************************************************/
.mega_reason {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-block: solid 18px;
    border-color: var(--colorOrange);
    color: #0038a8;
    height: clamp(180px, 32vw, 265px);
}
.mega_reason::before {
    position: absolute;
    content: "";
    width: 290px;
    height: 230px;
    top: 0;
    left: 0;
    background: url(/area/assets/images/regular_exam/reasonLeft.png);
    z-index: -1;
}
.mega_reason::after {
    position: absolute;
    content: "";
    width: 290px;
    height: 230px;
    top: 0;
    right: 0;
    background: url(/area/assets/images/regular_exam/reasonRight.png);
    z-index: -1;
}
.mega_reason span {
    font-size: clamp(3.0rem, 5.2vw, 6.0rem);
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    line-height: 1.1;
}
.mega_reason .juku_reason {
    font-size: clamp(2.6rem, 4vw, 4.0rem);
    color:#000;
    margin-bottom: 15px;
}
.mega_reason .sub_reason {
    font-size: clamp(2.6rem, 5.2vw, 4.0rem);
}
.mega_reason .sub_reason span {
    font-size: clamp(2.6rem, 4.6vw, 3rem);
}

@media screen and (max-width: 1024px) {
    .mega_reason {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        min-height: auto;
    }
    .mega_reason::before {
        content:none;
    }
    .mega_reason::after {
        position: absolute;
        content: "";
        width: auto;
        height: auto;
        inset: 0;
        background-image: url(/area/assets/images/regular_exam/reasonRightBg.png);
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
        z-index: -1;
    }
}


/***********************************************************************
serviceWrap
***********************************************************************/
.serviceWrap {
    padding-block: 45px 10px;
    background-image: linear-gradient(90deg, #ffffff 40%, #99e3ff);
    position: relative;
}
/*.serviceWrap::after {
    position: absolute;
    content: '';
    background: url(/area/assets/images/regular_exam/plane.png)top center/contain no-repeat;
    width: 1132px;
    height: 402px;
    top: 10px;
    transform: translateX( -50% );
    left: 50%;
    z-index: 0;
}*/
.fixedPlane {
    background: url(/area/assets/images/regular_exam/plane.png) top center / contain no-repeat;
    width: 1132px;
    height: 402px;
    position: fixed;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.fixedPlane.active {
    opacity: 1;
}

.serviceWrap {
    counter-reset: exam-number;
}
.serviceWrap .lower_wrap {
    position: relative;
    margin-bottom: 50px;
    border-radius: 20px;
    padding-block: 80px 50px;
    z-index: 1;
}
.serviceWrap .lower_wrap::before {
    position: absolute;
    content: "";
    width: 300px;
    height: clamp(4.2rem, 4.2vw, 5rem);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1c95e9;
    border-radius: 0 0 20px 20px;

}
.serviceWrap .lower_wrap::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    counter-increment: exam-number 1;
    content: "成績が上がる理由"counter(exam-number,decimal-leading-zero) '';
    color: #fff;
    font-size: clamp(1.8rem, 2vw, 2.2rem);
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    padding-block: 5px;
}
@media screen and (max-width: 1024px) {
    .serviceWrap .lower_wrap {
        padding-block: 60px 50px;
    }
}
.serviceWrap .mainH2_container {
    position: relative;
    padding-bottom: 30px;
}
.serviceWrap .mainH2_container::before {
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: 100%;
    height: 10px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 5px, #0038a8 4px 10px);
    content: '';
}
.serviceWrap .mainH2{
    color: #ff0000;
    line-height: 1.2;
}
.serviceWrap .serviceh3 {
    position: relative;
    margin-top: 50px;
    padding-inline: 50px;
}
.serviceWrap .serviceh3 h3 {
    position: relative;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(2.6rem, 3.6vw, 3.0rem);
    color: #0038a8;
    border-bottom: solid 5px #0038a8;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.serviceWrap .serviceh3:before {
    position: absolute;
    content: "";
    width: 106px;
    height: 108px;
    top: 0;
    left: -53px;
    background: url(/area/assets/images/regular_exam/teacher_icon.svg);
}

@media screen and (max-width: 1024px) {
    .serviceWrap .serviceh3 {
        margin-top: 30px;
        padding-inline: 20px;
    }
    .serviceWrap .serviceh3:before {
        position: absolute;
        content: none;
        width: 80px;
        height: 91px;
        top: 5px;
        left: -13px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .serviceWrap .serviceh3 h3 {
        position: relative;
        font-family: var(--fontFamily-sans-noto);
        font-weight: 900;
        font-size: clamp(2rem, 3.4vw, 3.0rem);
        padding-left: 0;
        line-height: 1.2;
    }
}

@media screen and (max-width: 834px) {
    .fixedPlane {
         transform: initial;
         left: initial;
         right: 10px;
         top: 140px;
    }
}


/*-------
最適な教師--------------------------------------------*/
table.compareWrap {
    max-width: 750px;
    width: 100%;
}
.compareWrap th {
    width: 20%;
}
.compareWrap tr:first-child th,
.compareWrap tr:first-child td  {
    border-top: 1px solid #000;
}
.compareWrap th,
.compareWrap td {
    border: 1px solid #000;
    padding: 5px 10px;
}
.compareWrap th {
    background-color: #d9eeff;
}
.compareWrap th.listMegasuta {
    background-color: #ffd9d9;
}

@media screen and (max-width: 834px) {
    .compareWrap tr {
        border: 1px solid #000;
    }
    .compareWrap th {
        width: 100%;
    }
    .compareWrap th,
    .compareWrap td {
        border: none;
        display: block;
    }
    .compareWrap tr:first-child th,
    .compareWrap tr:first-child td {
        border: none;
    }
}

/*-------
オンライン指導--------------------------------------------*/
#reason_system {
    padding: 20px;
    margin-bottom: 25px;
    border: solid 1px #bc2141;
    background: #fffcf4;
}
#reason_system #service_movie {
    margin: 0 auto 30px;
    width: 550px;
    float: none;
}
#reason_system #service_movie a {
    border: solid 1px #000000;
}
#service_movie a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
}
#service_movie img {
    width: 100%;
    height: auto;
}
#reason_system_ttl {
    margin-bottom: 20px;
    color: #bc2141;
    text-align: center;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 700;
    font-size: clamp(2rem, 2.2vw, 2.4rem);
    line-height: 1.6;
}
#reason_system #service_movie p {
    font-weight: normal;
    line-height: 1.4;
    margin-top: .5em;
    font-size: 1.4rem;
}
.reason_system_txt {
    margin: 0 48px 5px;
}
.reason_system_txt li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.8rem;
}
.reason_system_txt li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -5px;
    font: inherit;
}
#service_movie a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 73px;
    height: 52px;
    background-size: cover;
    background-repeat: no-repeat;
}
#service_movie a::after {
    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/common/play_icon.png);
}
@media screen and (max-width: 834px) {
    .reason_system_txt {
        margin: 0 0px 5px;
    }
    #reason_system_ttl {
        font-size: 2.0rem;
        line-height: 1.3;
    }
    #reason_system #service_movie {
        width: 100%;
    }
    #service_movie a::after {
        width: 60px;
        height: 43px;
    }
}
.guaranteeWrap {
    background-image: url(/area/assets/images/regular_exam/lastBg.png);
    background-size: cover;
    background-position: top center;
    padding-block: 80px;
}
.guaranteeWrap .lower_wrap {
    position: relative;
}
.guaranteeWrap .lower_wrap .sub_guarantee {
    display: block;
    background-image: linear-gradient(90deg, #0038a8 50%, #29a5f5);
    border-radius: 50em;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(2.2rem, var(--sp-24px), 2.2rem);
    width: fit-content;
    padding: 0.45em 4.4em;
    margin: 0 auto 0.5em;
    color:#fff;
}
.guaranteeWrap .lower_wrap .sub_guarantee::after {
    position: absolute;
    content: '';
   background-color: #0038a8;
    width: 0.5em;
    height: 0.5em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    bottom: -0.49em;
    transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
    .guaranteeWrap .lower_wrap .sub_guarantee {
        width: 90%;
        padding: 0.25em 0em;
        text-align: center;

    }
}
.guaranteeWrap .mainH2_container{
    min-height: 110px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #f8cb5e, #ffecb7, #f8cd5d) 1;
}
.guaranteeWrap .mainH2_container::before{
    position: absolute;
    content: "";
    width: 110px;
        height: 120px;
    top: 50%;
    transform: translateY(-50%);
    left: -53px;
    background: url(/mega/wp-content/themes/site/images/reason/warranty02.svg) 0 0 / contain no-repeat;
}
.guaranteeWrap .mainH2{
    color: var(--colorOrange);
    line-height: 1.2;
    padding-left: 30px;
}

@media screen and (max-width: 834px) {
    .guaranteeWrap .mainH2{
        line-height: 1.2;
        padding-left: 80px;
        text-align: left;
    }
    .guaranteeWrap .mainH2_container::before{
        position: absolute;
        content: "";
        width: 70px;
            height: 76px;
        top: 50%;
        transform: translateY(-50%);
        left: -10px;
        background: url(/mega/wp-content/themes/site/images/reason/warranty02.svg) 0 0 / contain no-repeat;
    }
}
#cashback_detail {
    border: solid 1px #e2d9b1;
    padding: 33px 50px 27px 50px;
    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 #947f28;
    border-radius: 5px;
}
#cashback_detail p:first-child {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    color: #ffffff;
    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: #a08a23;
}
#cashback_detail p.seiseki {
    background: #c92d24;
}

#cashback_detail dl {
    padding: 20px 0;
    overflow: hidden;
    clear: both;
    border-bottom: dashed 1px #c4b794;
}
#cashback_detail dl:nth-of-type(1) {
    padding-top: 80px;
}
#cashback_detail dl:last-child {
    padding-bottom: 8px;
    border: none;
}
#cashback_detail dt {
    font-size: 2.0rem;
    line-height: 1.3;
    color: #423b1c;
    float: left;
    width: 160px;
    margin-top: 1px;
    font-weight: bold;
}
#cashback_detail dt strong {
    font-size: inherit;
    line-height: inherit;
}
#cashback_detail dd {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #000000;
    margin-left: 0;
    float: right;
    width: 615px;
}
#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: 0;
}
#cashback_detail dd ul li {
    padding-left: 1em;
    text-indent: -1.3em;
    list-style-type: none;
}
#cashback_detail dd ul li:before {
    content: "●";
    font-size: 1.2rem;
    margin-right: 1rem;
    color: #ac9b6b;
}


@media (max-width: 768px) {
    .catch_black {
        font-size: 2.0rem;
        line-height: 1.4;
        margin-top: 15px;
    }
    .warranty_h2.oneline span::before {
        margin-top: 12px;
    }
    #cashback_detail {
        padding: 15px 20px 10px 20px;
    }
    #cashback_detail::before {
        width: calc(100% - 14px);
        height: calc(100% - 14px);
    }
    #cashback_detail p:first-child {
        width: 80%;
        font-size: 2.1rem;
        line-height: 1.2;
        height: 61px;
        margin: 5px 0 18px 0;
        padding: 6px 0 6px 15px;
    }
    #cashback_detail p:first-child::before {
        border-width: 31px 0 30px 15px;
    }
    #cashback_detail p:first-child::after {
        border-width: 31px 15px 30px 0;
    }
    #cashback_detail dl {
        padding: 0 0 25px 0;
        border: none;
    }
    #cashback_detail dt {
        font-size: 2.0rem;
        float: none;
        width: 100%;
        margin-bottom: 8px;
        padding: 0 0 7px 0;
        border-bottom: dashed 1px #c4b794;
    }
    #cashback_detail dd {
        float: none;
        width: 100%;
    }
    #cashback_detail dd span {
        display: block;
    }
    #cashback_detail dd span:nth-of-type(1) {
        margin-top: 5px;
    }
    #cashback_detail dd ul li {
        margin-left: 1em;
    }
}
.closedWrap .mainH2_container{
    border-block: solid 8px #000;
    min-height: 180px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.closedWrap .mainH2 {
    width: 100%;
    max-width: 880px;
    margin-inline: auto;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(3rem, 3.6vw, 4.6rem);
    text-align: center;
    color: var(--colorMidNightBlue);
}
.closedWrap .lower_wrap {
    margin-bottom: 40px;
    box-shadow: none;
}
@media screen and (max-width: 1024px) {
    .closedWrap.last_heading .mainH2_container {
        background-position: top right -30px;
    }
    .closedWrap.last_heading .mainH2_container .mainH2{
            font-size: clamp(2.4rem, var(--sp-24px), 2.2rem);
    }
}