@charset "utf-8";
/***********************************************************************
メインビジュアル
***********************************************************************/
.firstView {
	background-image: url(/area/assets/images/university_exam/fv_left.png), url(/area/assets/images/university_exam/fv_right.png);
	background-repeat: no-repeat;
	background-size: auto 350px, auto 350px, cover;
	background-position: calc(50% - 445px), calc(50% + 417px), 50% 50%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: solid 14px #a61d1e;
	margin-bottom: 20px;
}

.mainV {
	font-family: var(--fontFamily-sans-noto);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-block: 2rem 0;
}
.subCatch {
	font-size: clamp(2rem, var(--sp-20px), 3rem);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.75em;
    background: linear-gradient(transparent 60%, #fffda0 0%);
}

h1 {
	font-size: clamp(3.6rem, var(--sp-36px), 7.7rem);
	line-height: 1.1;
	color: #0057ea;
	font-weight: 900;
	margin-bottom: 0.5em;
	text-align: center;
}

.firstLine {
	font-size: clamp(2.4rem, var(--sp-24px), 6rem);
}

.firstLine .prename {
	font-size: clamp(3.6rem, var(--sp-36px), 4rem);
}

@media screen and (max-width: 1024px) {
	.firstView {
		background-image: url(/area/assets/images/university_exam/fv_sp.png);
		background-size: contain;
		background-position: center right;
		height: fit-content;
        align-items: flex-start;
        padding-inline-start: 20px;
	}

	h1 {
        font-size: clamp(3.6rem, var(--sp-42px), 7.7rem);
		margin-bottom: 0.3em;
        text-align: left;
        line-height: 1.2;
	}

	.mainV {
		margin-bottom: 27vw;
        align-items: flex-start;
        margin-block: 0;
	}

	.satisfaction_emblem {
		background-image: linear-gradient(transparent, #fff 2vw);
		width: 100% !important;
		padding: 6vw 3vw;
	}
    .firstLine .prename {
        font-size: clamp(2.4rem, var(--sp-26px), 1rem);
    }
}


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

.lower_wrap p{
    margin-inline: 50px;
}

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

    .lower_wrap p{
        margin-inline: 20px;
    }

}

.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;
}

.mainH2{
    width: 100%;
    max-width: 880px;
    margin-inline: auto;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(4.6rem, var(--sp-46px), 3.6rem);
    text-align: center;
    color: var(--colorMidNightBlue);
}

.mainH2 span.orangeBig{
    font-size: clamp(5.6rem, var(--sp-56px), 4.6rem);
    color: var(--colorOrange);
}

@media screen and (max-width: 1024px) {
    .mainH2_container{
        border-block:solid 4px #000;
        min-height: 110px;
        flex-direction: column;
        justify-content: center;
    }

    .mainH2{
            font-size: clamp(2.4rem, var(--sp-24px), 2.2rem);
    }

    .mainH2 span.orangeBig{
        font-size: clamp(3.4rem, var(--sp-28px), 2.6rem);
    }
}


/***********************************************************************
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 .readText{
        font-family: var(--fontFamily-serif-noto);
        font-weight: 900;
        font-size: clamp(1.8rem, var(--sp-22px), 2rem);
    }
}


/***********************************************************************
changeWrap
***********************************************************************/
.changeWrap{
    padding-block: 50px 0;
    background: url(/area/assets/images/university_exam/changeWrapBg.png);
}

.changeWrap .lower_wrap{
	position: relative;
	padding-block: 0 30px;
    z-index: 1;
}

.changeWrap .inner{
	position: relative;
	width: 100%;
    padding-block-start: 50px;
	background: url(/area/assets/images/university_exam/changeWrapInnerBg.png);
    background-repeat:no-repeat ;
    background-position: top 30px center;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    .changeWrap{
        padding-block:0;
    }
    .changeWrap .inner{
        padding-block-start: 30px;
        background-position: top 15px center;
    }
}
.ao_mailCont_img {
    width: 100%;
    max-width: 700px;
    margin: 30px auto 20px auto;
    & img {
        width: 100%;
        height: auto;
    }
}

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

.changeH2_container{
	position: relative;
	min-height: 150px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	padding-top: 10px;
}

.changeH2_container:before{
	position: absolute;
	content: "";
	top:10px;
	left: -4px;
	width: 18px;
	height: 150px;
	background: var(--colorOrange);
	box-shadow: 3px 3px 9px -5px #999;
}

.changeH2{
	font-family: var(--fontFamily-serif-noto);
    font-weight: 900;
    font-size: clamp(3.5rem, var(--sp-46px), 3.6rem);
    line-height: 1.4;
    color: var(--colorMidNightBlue);
}

@media screen and (max-width: 1024px) {
    .changeH2_container{
        padding-left: 20px;
        min-height: 110px;
    }

    .changeH2{
        font-size: clamp(2.5rem, var(--sp-20px), 3.6rem);
    }

    .changeH2_container:before{
        content: none;
    }
}

.ao_proportion_container {
    display: flex;
    justify-content: center;
}

.ao_proportion {
    border: 2px #000 solid;
    padding: 20px;
    display: inline-grid;
    margin: 20px auto 50px auto;
}

.ao_proportion + .ao_mailH2 {
    margin-top: 50px;
}

.ao_proportion_list {
    font-weight: 700;
    font-size: 2.6rem;
    font-family: var(--fontFamily-serif-noto);
}

.ao_proportion_list li {
    position: relative;
    padding-left: 1em;
    line-height: 1.6;
}

.ao_proportion_list .ao_red {
    color: #e91414;
}

.ao_proportion_list li::before {
    position: absolute;
    content: '・';
    top: 0;
    left: 0;
}

@media screen and (max-width: 834px) {
    .ao_proportion {
        width: calc(100% - 40px);
        padding: 10px;
        margin: 0 auto 20px;
    }
    .ao_proportion + .ao_mailH2 {
        margin-top: 10px;
    }
    .ao_proportion_list {
        font-weight: 700;
        font-size: 2rem;
        font-family: var(--fontFamily-serif-noto);
    }
}


/***********************************************************************
misleadWrap
***********************************************************************/
.misleadWrap {

}
.misleadWrap .inner {
	background-image: url(/area/assets/images/university_exam/misleadWrapBg.png);
    background-color: #d6d6d6;
    background-position: top center;
    background-size: initial;
    background-repeat: repeat-y;
    background-blend-mode: exclusion;
}

.misleadWrap .misleadH3{
	display: flex;
    align-items: center;
	min-height: 145px;
	padding-left: 105px;
    margin-top: 40px;

}

.misleadWrap .misleadH3 .misleadH3_inner{
	font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(3.5rem, var(--sp-46px), 3.6rem);
    line-height: 1.3;
    color: var(--colorMidNightBlue);
}

.misleadWrap .misleadH3 .orange{
    color: var(--colorOrange);
}

.numTtl01,
.numTtl02,
.numTtl03,
.numTtl04,
.numTtl05,
.numTtl06,
.numTtl07,
.numTtl08 {
	position: relative;
	z-index: 0;
}

.misleadWrap .misleadH3 .diff_num {
	font-size: 2rem;
	line-height: 1.5;
	color: #fff;
	content: '<span>誤解</span>';
	counter-increment: title;
	position: absolute;
	width: 100px;
	height: 100px;
	top: calc(50% - 50px);
	left: -20px;
	background: linear-gradient(40deg, #13326c 30%, #189e9b 70%, #c8cd35 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	padding-right: 30px;
	color:#fff;
}

.misleadWrap .lower_wrap {
	counter-reset: section;
}

.methodsWrap .lower_wrap{
    counter-reset: numering-number;
}

.misleadWrap .misleadH3 .diff_num::after {
	counter-increment: section;
    content: counter(section);
	font-size: 7.5rem;
	font-family: 'Arial';
	font-weight: 500;
	line-height: 0.4;
    margin-top: 20px;
	color:#fff;
}

@media screen and (max-width: 834px) {
    .misleadWrap .misleadH3{
        min-height: auto;
        padding-left: 70px;
        margin-block: 30px 30px;

    }

    .misleadWrap .misleadH3 .misleadH3_inner{
        font-size: clamp(2.4rem, var(--sp-38px), 2.4rem);
        display: flex;
        flex-direction: column;
    }

	.misleadWrap .misleadH3 .diff_num {
        top: 5px;
        left: 0;
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        align-items: center;
        padding: 0;
	}

	.misleadWrap .misleadH3 .diff_num::after {
		font-size: 3.5rem;
		font-weight: 600;
        line-height: 0.8;
        margin-top: 0;
	}
}


/***********************************************************************
misleadWrap
***********************************************************************/
.methodsWrap .inner {
    background-color: #ffd7b5;
    background-image: url(/area/assets/images/university_exam/methodsWrapBg.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;

}

.methodsWrap .methodsH3 {
	position: relative;
	font-family: var(--fontFamily-sans-noto);
    font-weight: 900;
    font-size: clamp(3.5rem, var(--sp-46px), 2.6rem);
    line-height: 1.3;
    margin-inline: 50px;
}

.methodsWrap .methodsH3 .methodsH3Sub {
	display: inline-flex;
	justify-content: center;
	padding:5px 20px;
	font-size: clamp(2.6rem, var(--sp-46px), 2.6rem);
	color: #fff;
	background: #f11b3a;
	border-radius:10px 10px 0px 0px;
}

.methodsWrap .methodsH3 .methodsH3Main {
	display: block;
	padding-top: 10px;
	margin-bottom: 20px;
	border-top:8px solid;
}

.methodsWrap .methodsH3 .methodsH3Main {
	 border-image: linear-gradient(to right, #f11b3a 60%, #ffba00 100%) 1;
}

.methods_ul {
    margin-left: 50px;
}

.methods_ul li {
    margin-left: 2.5rem;
    list-style: disc;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .methodsWrap .methodsH3 {
        font-size: clamp(2.4rem, var(--sp-36px), 2.4rem);
        margin-inline: 20px;
    }
    .methodsWrap .methodsH3 .methodsH3Sub {
        padding:5px 20px;
        font-size: clamp(2.2rem, var(--sp-26px), 2.2rem);
    }
    .methods_ul {
        margin-inline: 20px;
    }
    .methods_ul li {
        margin-left: 3rem;
    }
}

/* InfoGraphics
--------------------------------------------------------------------- */
.infoGraphics {
    width: 100%;
    max-width: 800px;
    background-color: #faf8e8;
    padding: 1.5em;
    font-family: var(--fontFamily-sans-noto);
    margin: 0 auto 1.2em;
}

.infoGraphics h4 {
    font-size: 2.5rem;
    font-family: var(--fontFamily-sans-noto);
    font-weight: 700;
    text-align: center;
    padding: 0.4em 0;
    border: 0;
    margin: 0 auto 0.5em;
    line-height: 1;
    background-color: #fff;
    border-radius: 6px;
    color: #20396c;
    box-shadow: 1px 1px 3px rgba(104.73, 95.625, 22.768, 0.3);
}

/***横並び***/
.infoGraphics .lineWrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
}

.infoGraphics :is(.left, .right, .bluebox, .redbox) {
    border: 2px solid #999;
    background-color: #fff;
    padding: 0.5em;
    width: 100%;
}

.infoGraphics .ttl {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto 0.5em;
    background-color: #b6e9e9;
    display: block;
    padding: 0.4em 0;
}

.infoGraphics :is(.bluebox, .redbox) .ttl {
    color: #fff;
    border-radius: 6px;
    margin-bottom: 0.6em;
    text-align: center;
}

.infoGraphics .bluebox .ttl {
    background-color: #00449d;
}

.infoGraphics .redbox .ttl {
    background-color: #d30404;
}

.infoGraphics .examContent {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.7em;
    font-size: 1.85rem;
    font-weight: 700;
    line-height: 1.2;
    min-height: 2.5em;
}

.infoGraphics ul {
    margin: 0 0.5em;
    position: relative;
    padding: 0;
}

.infoGraphics ul li {
    padding-left: 1.25em;
    line-height: 1.2;
    margin-bottom: 0.2em;
    font-size: 1.7rem;
    position: relative;
    text-align: left;
    list-style: none;
    font-family: var(--fontFamily-sans-noto);
}

.infoGraphics ul li::before {
    position: absolute;
    content: "⚫︎";
    display: block;
    font-size: 0.5em;
    top: 0.6em;
    left: 0.5em;
}

.infoGraphics :is(.bluebox, .redbox) ul li {
    font-size: inherit;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.infoGraphics :is(.bluebox, .redbox) ul li .yellow_underline {
    background: linear-gradient(transparent 60%, #fffc6c 60% 85%, transparent 85%);
    line-height: 1.3;
    font-family: var(--fontFamily-sans-noto);
}

.infoGraphics .conclusion {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    margin-top: 0.5em;
    text-decoration: underline;
    line-height: 1.3;
}

@media screen and (max-width: 600px) {
    .infoGraphics {
        padding: 5vw 4vw;
    }

    .infoGraphics h4 {
        font-size: 5.5vw;
    }

    .infoGraphics .lineWrap {
        display: flex;
        flex-direction: column;
    }

    .infoGraphics .examContent {
        line-height: 1.2;
        min-height: fit-content;
    }

    .infoGraphics .conclusion {
        font-size: 5.8vw;
    }
}

.infoGraphics .lineWrap.noList .examContent {
    font-size: 2.2rem;
    line-height: 1.5;
}

.infoGraphics .lineWrap.noList .answer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 3.6em;
    width: 100%;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    padding: 0.5em;
    border-radius: 6px;
    font-size: 2.2rem;
    background-color: #fee0e0;
}

.infoGraphics .lineWrap.noList .bluebox .answer {
    background-color: #dfedff;
}

@media screen and (max-width: 834px) {
    .infoGraphics .lineWrap.noList :is(.examContent, .answer) {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 600px) {
    .infoGraphics:nth-of-type(2) .lineWrap.noList .examContent span {
        line-height: 1.4;
    }

    .infoGraphics .lineWrap.noList :is(.examContent, .answer) {
        font-size: 5.1vw;
    }

    .infoGraphics .lineWrap.noList .answer {
        min-height: fit-content;
    }
}

/***年表系***/
.infoGraphics .scheduleWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr 1fr 1fr;
    position: relative;
}

.infoGraphics .scheduleWrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00449d;
    left: 50%;
    transform: translateX(-50%);
    top: 2.4em;
}

.infoGraphics dl {
    width: 100%;
    font-weight: bold;
    position: relative;
}

.infoGraphics dt {
    text-align: center;
    position: relative;
    margin-bottom: 26px;
}

.infoGraphics dt::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5em;
    background-color: #fff;
    outline: solid 4px #00449d;
    top: 2.15em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.infoGraphics dd {
    line-height: 1.15;
    text-align: center;
}

.infoGraphics dd span {
    display: block;
    line-height: 1.15;
    background-color: #fff;
    border: 3px solid #d30404;
    border-radius: 6px;
    color: #d30404;
    padding: 0.3em;
    text-align: center;
    margin-top: 18px;
    font-size: 2rem;
    position: relative;
}

.infoGraphics dd span::before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.infoGraphics dd span::after {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #d30404;
    z-index: 1;
}

@media screen and (max-width: 600px) {
    .infoGraphics .scheduleWrap {
        display: block;
    }

    .infoGraphics .scheduleWrap::before {
        width: 2px;
        height: 102%;
        top: 50%;
        transform: translateY(-50%);
        left: 3.4em;
    }

    .infoGraphics dl {
        display: flex;
    }

    .infoGraphics dt,
    .infoGraphics dd {
        line-height: 1.15;
        min-height: 2em;
    }

    .infoGraphics dt {
        margin: 0 2.5em 0 0;
        width: 2.3em;
        text-align: right;
    }

    .infoGraphics dt::after {
        top: 0.35em;
        left: 3.15em;
        transform: none;
    }

    .infoGraphics dd {
        text-align: left;
    }

    .infoGraphics dd span {
        text-align: left;
        font-size: 5vw;
    }

    .infoGraphics dd span::before {
        left: 15%;
    }

    .infoGraphics dd span::after {
        left: 15%;
    }
}

/***リスト系***/
.infoGraphics :is(.general, .public) .examContent {
    column-count: 2;
    column-gap: 2em;
    column-rule: 1px dotted #000;
    display: block;
    padding: 0 0.5em;
    margin-bottom: 0;
}

.infoGraphics :is(.general, .public) .examContent ul {
    margin: 0;
}

.infoGraphics :is(.general, .public) .examContent ul::after {
    position: absolute;
    content: "など…";
    right: 0;
    bottom: -1.8em;
}

.infoGraphics :is(.general, .public) .examContent ul li {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 0.2em;
}

@media screen and (max-width: 600px) {
    .infoGraphics :is(.general, .public) .examContent {
        column-count: auto;
        text-align: left;
    }

    .infoGraphics :is(.general, .public) .examContent span {
        line-height: 1.3;
    }
}

.closedWrap.last_heading .mainH2_container{
    border-block:solid 8px #005b99;
    background-image: url(/area/assets/images/university_exam/closingH2Bg.png);
    background-position: top right;
    background-size: contain;
    background-repeat: repeat-y;
}

.closedWrap.last_heading .mainH2 {
    font-size: clamp(4rem, var(--sp-46px), 3.6rem);
    color: #f10c0c;
}

.closedWrap.last_heading .lower_wrap {
    margin-bottom: 40px;
}

@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);
    }
}