/*---------------------------------------------------------
ページ内共通
---------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
    font-feature-settings: 'halt';
}
:not(.f-verprevious) body {
	line-height: 1.8;
	color: #202020;
}

 .article-ao_rec_k3 .mincho {
    font-family: "Noto Serif JP", serif;
}

.article-body {
    overflow: hidden;
}

[data-cat="high"] p:not(.mainCatch_container p, .cta-areaBox p, .cta-btn_tel p, .affinity_end, .goukaku-slider-ttl) {
    line-height: 1.7;
	font-size: clamp(1.5rem, 4vw, 1.8rem);
}
body[data-cat="high"] .p-framecolumn__box_item--tel-txt p {
	font-size: clamp(1.5rem, 4vw, 1.5rem) !important;
}

.fw {
    font-weight: 800;
}

.bg-white {
    background: #fff;
}

.gap3 {
    gap: 3%;
}

.section-cv-area {
	background: transparent;
	padding: 4vh 0 9vh;
}
.cpnBnr + .section-cv-area {
	padding: 2vh 0 9vh;
}
.cpnBnr + .section-cv-area .cta-areaBox {
    margin: 0 0 0.5vh;
}
.cpnBnr + .section-cv-area .cta-areaBox p {
	margin: 0;
}
.pass_sougougata + .section-cv-area {
	padding: 2vh 0 9vh;
}
@media screen and (max-width: 600px) {
	.article-ao_rec_k3 .section-cv-area {
	    padding: 5vh 0 8vh;
	}
	.allTime_box + .section-cv-area,
	.allTime_container + .section-cv-area,
	.cpnBnr + .section-cv-area {
		padding: 2vh 0 8vh;
	}
	.pass_sougougata + .section-cv-area {
		padding: 1vh 0 8vh;
	}
}
.cta-btnBox02, .cta-btnBox > a {
	padding: 2vh 1vw 2vh 1vw;
}
.cta-areaBox p {
	line-height: 1.2;
}

.mini-text {
	font-size: 60% !important;
}
@media screen and (max-width: 600px) {
	.mini-text {
		font-size: 80% !important;
	}
}

.voice-name-box .univ-name .fc-red {
    display: inline-block;
    margin-block: 0 5px;
    font-size: clamp(2.1rem, 5.6vw, 3.2rem)!important;
    line-height: 1.4;
}


/*---------------------------------------------------------
CTAボタンエリア
---------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .p-bg {
        padding: calc(20 / 16 * 1em) calc(20 / 16 * 1em) calc(20 / 16 * 2em);
    }
}
@media screen and (max-width: 640px) {
    .p-bg .p-section__inner {
        width: 100%;
    }
}
.cta-areaBox {
    font-size: clamp(1rem, 3vw, 2.6rem);
}
body[data-cat="high"] .cta-areaBox p {
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(1.5rem, 4vw, 2.2rem);
}

.cta-areaBox-ttl-big {
    font-size: clamp(3rem, 8vw, 5rem);
}
@media screen and (max-width: 640px) {
	.p-framecolumn__type01.w-800 {
		width: 100%;
	}
}
.p-framecolumn__type01 .p-framecolumn__box_item--btn {
    margin-top: calc(20 / 16 * 1em);
}
.cta-btnBox > a {
    font-size: clamp(1.4rem, 3.733vw, 2.6rem);
}
@media screen and (max-width: 640px) {
	.cta-btnBox > a {
	    font-weight: 900;
	}
}
.cta-btnBox-txt-big {
    font-size: clamp(2rem, 5.333vw, 3.5rem);
}
.cta-comment-number {
    font-size: clamp(.7rem, 1.866vw, 1.4rem);
}
.p-framecolumn__type01 .p-framecolumn__box_item--tel {
	width: 100%;
}
.p-framecolumn__box_item--tel {
    margin: .7vh 0 0 !important;
}
.p-framecolumn__box_item--tel-num p strong {
    font-size: clamp(3.4rem, 9.066vw, 6.5rem);
    line-height: 1;
}
.cta-btnBox02 {
    padding: 1vh 1vw 1vh 1vw;
}

/*---------------------------------------------------------
早朝深夜指導コンテンツ
---------------------------------------------------------*/
.allTime_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-block: 50px 0;
    padding-block: clamp(20px, 5.333vw, 30px);
    padding-inline: clamp(20px, 5.333vw, 30px);
    display: flex;
    gap: clamp(20px, 5.333vw, 30px);
}
@media screen and (max-width: 600px) {
	.allTime_box {
		flex-direction: column;
        width: 100%;
	}
}

.allTime_img {
    flex-basis: 52%;
}

.allTime_txt {
    flex-basis: 48%;
}

.allTime_container {
	margin-block: 5vh 0;
	padding-block: 5vh;
	display: none;
}
@media screen and (max-width: 600px) {
	.allTime_container {
		padding-block: 5vh;
	}
}

.section-reasons.allTime_container .planBox {
    margin-block: 0;
}
@media screen and (max-width: 600px) {
	.section-reasons.allTime_container .planBox {
	    margin-block: 1vh 3vh;
	    padding: 3vh 3.2vh 4vh;
	}
}

.article-ao_rec_k3 .section-reasons.allTime_container .planBox .content {
	margin-top: 0;
}

/*---------------------------------------------------------
直前期用コンテンツ
---------------------------------------------------------*/
body[data-cat="high"] .chokuzenCont {
    /* background: #f8f4ed; */
    border: solid clamp(5px, 1.333vw, 8px) #cc0114;
    /*border-radius: 10px;*/
    margin-block: 0 clamp(50px, 13.333vw, 90px);
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .chokuzenCont {
		margin-top: 8vw;
	}
}
body[data-cat="high"] .chokuzenTtl {
	background: #cc0114;
	color: #fff;
	font-size: clamp(2.3rem, 6.133vw, 4rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	padding-block: 0 5px;
	position: relative;
}
@media screen and (min-width: 601px) {
	body[data-cat="high"] .chokuzenTtl {
		display: flex;
	    justify-content: center;
	    align-items: center;
		line-height: 1;
		padding-block: 3px 6px;
	}
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	body[data-cat="high"] .chokuzenTtl {
		font-size: 3.776vw;
	}
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .chokuzenTtl {
		padding-block: 8vw 2.666vw;
	}
}
.chokuzenTtl::before {
	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	left: -10px;
	aspect-ratio: 980/890;
	width: 85px;
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/attentionIcon.svg) 0 0/cover no-repeat;
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	.chokuzenTtl::before {
		width: 7.161vw;
	}
}
@media screen and (max-width: 600px) {
	.chokuzenTtl::before {
		position: absolute;
		top: -12vw;
		left: 50%;
		transform: translateX(-50%);
		width: 20vw;
	}
}
.chokuzenTtl span {
	font-size: 120%;
	margin-block: 0 7px;
}
.chokuzenCont_inner {
    display: flex;
    justify-content: center;
    padding-block: clamp(15px, 4vw, 35px) clamp(20px, 5.333vw, 40px);
    padding-inline: clamp(20px, 5.333vw, 50px);
    gap: clamp(20px, 5.333vw, 40px);
}
.chokuzenCont_inner img {
	height: auto;
}
@media screen and (max-width: 600px) {
	.chokuzenCont_inner {
		flex-direction: column;
	}
}
.chokuzenCont_inner .item1 {
    flex-basis: 55%;
}
.chokuzenCont_inner .item2 {
    flex-basis: 45%;
}
@media screen and (min-width: 601px) {
	.chokuzenCont_inner .item2 {
		padding-top: 10px;
	}
}
.chokuzenCont_inner p {
	font-size: clamp(1.5rem, 4vw, 1.8rem);
	line-height: 1.8;
	margin-block: 0 20px;
}
.chokuzenCont_inner p:last-of-type {
	margin-block: 0;
}
.chokuzenCont_inner p strong {
	font-weight: 900;
}

/*---------------------------------------------------------
公募推薦用コンテンツ
---------------------------------------------------------*/
.kouboContainer {
    margin-block: 10px clamp(30px, 8vw, 60px);
}
.kouboContainer + .kouboContainer {
    margin-block: 10px clamp(50px, 13.333vw, 90px);
}

.kouboContainer h2 {
	font-size: clamp(2.3rem, 6.133vw, 4.3rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	line-height: 1.5;
	margin-block: 0 clamp(14px, 3.733vw, 20px);
}
.kouboContainer h2 span {
	color: #CC0114;
}

.kouboBox {
	max-width: 850px;
	border: solid clamp(2px, 0.533vw, 4px) #CC0114;
	margin-block: clamp(30px, 8vw, 60px) 0;
}

.kouboBox h3 {
	background: #CC0114;
	color: #fff;
	font-size: clamp(1.8rem, 4.8vw, 2.4rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	line-height: 1;
	position: relative;
    padding-block: 6px clamp(13px, 3.466vw, 18px);
	padding-inline: clamp(15px, 4vw, 30px) 0;
}
@media screen and (max-width: 600px) {
	.kouboBox h3 {
	    padding-top: 11px;
	}
}
.kouboBox h3 span {
	font-size: clamp(3rem, 8vw, 3.4rem);
	line-height: inherit;
}
.kouboBox h3::after {
	content: '';
	display: inline-block;
	width: clamp(34px, 9.066vw, 44px);
	height: clamp(34px, 9.066vw, 44px);
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_03/kouboReason_icon01.svg) 0 0/contain no-repeat;
    margin-block: 3px -8px;
	margin-inline: clamp(6px, 1.6vw, 10px) 0;
}
@media screen and (max-width: 600px) {
	.kouboBox h3::after {
	    margin-bottom: -.8vw;
	}
}
.kouboContainer > div:nth-of-type(2) h3::after {
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_03/kouboReason_icon02.svg) 0 0/contain no-repeat;
}
.kouboContainer > div:nth-of-type(3) h3::after {
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_03/kouboReason_icon03.svg) 0 0/contain no-repeat;
}

.kouboCont {
	padding-block: 0 clamp(16px, 4.266vw, 30px);
	padding-inline: 30px 320px;
	position: relative;
}
@media screen and (max-width: 834px) {
	.kouboCont {
	    padding-inline: 4.266vw;
	}
}
.kouboCont::after {
	content: '';
	display: block;
	position: absolute;
	top: -115px;
	right: -94px;
    aspect-ratio: 380 / 335;
	width: clamp(120px, 32vw, 380px);
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_03/kouboReason_img01.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	.kouboCont::after {
	    top: -135px;
	    right: -5.599vw;
	}
}
@media screen and (max-width: 600px) {
	.kouboCont::after {
		top: -28.533vw;
		right: -5.6vw;
	}
}
.kouboContainer > div:nth-of-type(2) .kouboCont::after {
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_03/kouboReason_img02_sp.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 835px) {
	.kouboContainer > div:nth-of-type(2) .kouboCont::after {
		right: initial;
		left: -94px;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_03/kouboReason_img02.png) 0 0/contain no-repeat;
	}
}
.kouboContainer > div:nth-of-type(3) .kouboCont::after {
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_03/kouboReason_img03.png) 0 0/contain no-repeat;
}

.kouboCont h4 {
	font-size: clamp(2rem, 5.333vw, 2.8rem);
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	line-height: 1.5;
	margin-block: clamp(13px, 3.466vw, 25px) clamp(10px, 2.666vw, 20px);
}
.kouboCont h4 span,
.kouboCont strong {
	color: #CC0114;
	font-weight: 900;
}
[data-cat="high"] .kouboContainer .kouboCont p {
    font-size: clamp(1.2rem, 4vw, 1.7rem);
}

.kouboContainer > div:nth-of-type(2) {
	margin-left: auto;
}
.kouboContainer > div:nth-of-type(2) h3 {
	padding-inline: 320px 0;
}
.kouboContainer > div:nth-of-type(2) .kouboCont {
	padding-inline: 320px 30px;
}
@media screen and (max-width: 834px) {
	.kouboContainer > div:nth-of-type(2) h3 {
	    padding-inline: 4.266vw;
	}

	.kouboContainer > div:nth-of-type(2) .kouboCont {
	    padding-inline: 4.266vw;
	}
}

/*---------------------------------------------------------
FV
---------------------------------------------------------*/
[data-cat="high"] .mainCatch_container {
	text-align: center;
}
@media screen and (min-width: 601px) {
	[data-cat="high"] #mainCatch_bg {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/MV_bg_pc.png) center bottom/cover no-repeat;
	}

	[data-cat="high"] .mainCatch_container {
		height: 520px;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/mainV_pc.png) center 0 no-repeat;
	}
}
@media screen and (max-width: 600px) {
	[data-cat="high"] .mainCatch_container {
		aspect-ratio: 750/755;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/mainV_sp.png) center 0/contain no-repeat;
	}
}

[data-cat="high"] #mainCatch_bg .targetCall {
	color: #fff;
	font-size: clamp(2.5rem, 6.666vw, 3.2rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
    padding-block: 39px 22px;
}
[data-cat="high"] #mainCatch_bg .targetCall span {
	font-size: 80%;
}
@media screen and (max-width: 600px) {
	[data-cat="high"] #mainCatch_bg .targetCall {
	    padding-top: 14.8vw;
        line-height: 1;
	}
}

[data-cat="high"] .mainCatch {
	color: #CC0014;
	font-size: clamp(3.2rem, 8.533vw, 4.6rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-shadow:
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff,
		0 0 10px #fff;
	line-height: 1.23;
}
.mainCatch .large {
	display: block;
	font-size: clamp(4.5rem, 12vw, 6.4rem);
    margin-block: -7px 0;
}
.mainCatch .large span {
	font-size: clamp(6rem, 16vw, 9rem);
	line-height: 1;
}
@media screen and (max-width: 600px) {
	.mainCatch .large span {
		line-height: 1.1;
	}
}

body[data-cat="high"] .serviceName {
	font-size: clamp(1.8rem, 4.8vw, 2.4rem);
	font-weight: 900;
	text-shadow:
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff,
		0 0 7px #fff;
	letter-spacing: 0.15rem;
    line-height: 1.5;
    margin-block: 39px 0;
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .serviceName {
		margin-top: 5.866vw;
	}
}

.medals {
	position: relative;
    margin-block: -54px clamp(30px, 8vw, 40px);
    max-width: 610px;
}
.culum-3-none > * {
    padding: 2%;
}
[data-cat="high"] .lavel-pct {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 600px) {
	.medals {
	    margin-block: -8.8vw 5.866vw;
	}
	.kouboMedals {
	    margin-block: -8.8vw 1.333vw;
	}
	.culum-3-none > * {
	    padding: 3.5%;
	}
}
@media screen and (max-width: 480px) {
    [data-cat="high"] .lavel-pct {
        width: 100%;
    }
}

/*---------------------------------------------------------
合格体験記スライダー
---------------------------------------------------------*/
.goukaku-slider-bg {
	margin: 0;
	padding: 3vh 0;
}
@media screen and (min-width: 601px) {
	.goukaku-slider-bg {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/petal_top_pc.png) center 0/contain no-repeat,
			url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/petal_bottom_pc.png) center bottom/contain no-repeat,
			linear-gradient(to bottom,  #fff3f6 0%,#ffd6e0 100%);
	}
}
@media screen and (max-width: 600px) {
	.goukaku-slider-bg {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/petal_top_sp.png) center 0/contain no-repeat,
			url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/petal_bottom_sp.png) center bottom/contain no-repeat,
			linear-gradient(to bottom,  #fff3f6 0%,#ffd6e0 100%);
		padding: 3.5vh 0;
	}
}

body .article-ao_rec_k3 .semi-ttl.goukaku-slider-ttl-bg {
	background: none;
	color: #121212;
	font-size: clamp(2.3rem, 6.133vw, 3.4rem) !important;
    line-height: 1.4;
    padding-bottom: 7px;
	text-shadow:
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3,
		0 0 7px #FFEEF3;
}
@media screen and (max-width: 600px) {
	body .article-ao_rec_k3 .semi-ttl {
		margin: 2vh 0 1.5vh;
	}
	body .goukaku-slider-ttl-bg {
	    line-height: 1.45;
	}
}
.goukaku-slider-ttl-bg span {
	font-size: clamp(3.5rem, 9.333vw, 4.6rem);
}

.article-ao_rec_k3 .goukaku-slider-ttl {
    font-size: clamp(1.7rem, 4.533vw, 1.8rem) !important;
    font-weight: 900;
    text-indent: -0.5em;
    padding: 1vh 1vw 0 1.5vw;
}
@media screen and (max-width: 600px) {
	.article-ao_rec_k3 .goukaku-slider-ttl {
	    padding: 1vh 3vw 0 5vw;
	}
}
.goukaku-slider-schoolname {
	font-size: clamp(1.6rem, 4.266vw, 1.9rem) !important
}

p {
	font-weight: 400;
}

.goukaku-slider-elementary-e-area{
	overflow-x: hidden;
	margin-bottom: min( 100vw / 750 * 40 , 20px);
}
@media screen and (max-width: 600px) {
	.goukaku-slider-elementary-e-area{
		margin-bottom: min( 100vw / 750 * 40 , 15px);
	}
}

.goukaku-slider-elementary-e-area .goukaku-slider{
	height:auto;
}

.goukaku-slider-box {
	overflow: hidden;
}
.goukaku-student-pct-area {
	padding: 0;
}
.goukaku-student-pct {
    width: 200px;
    height: 170px;
}

.pass_sougougata {
	padding-block: 3.5vh 2vh;
}
.pass_sougougata dt {
	font-size: clamp(1.9rem, 5.066vw, 2.6rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
    line-height: 1.4;
	margin-block: 0 1.5vh;
	position: relative;
}
.pass_sougougata dt::before,
.pass_sougougata dt::after {
	content: '';
	display: block;
	position: absolute;
	top: clamp(1px, 0.266vw, 4px);
	left: calc(50% - clamp(140px, 37.333vw, 190px));
	width: clamp(30px, 8vw, 40px);
	aspect-ratio: 581/958;
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_lp/laurel.svg) 0 0/contain no-repeat;
}
.pass_sougougata dt::after {
	transform: scale(-1, 1);
    left: unset;
    right: calc(50% - clamp(140px, 37.333vw, 190px));
}
.pass_sougougata dd {
	display: flex;
	font-size: clamp(1.3rem, 3.466vw, 1.7rem);
    line-height: 1.4;
    margin-block: 0 1vh;
}
.pass_sougougata dd span:first-of-type {
	font-weight: 900;
	flex-basis: 15%;
}
.pass_sougougata dd span:last-of-type {
	flex-basis: 85%;
}
@media screen and (max-width: 600px) {
	.pass_sougougata dd span:first-of-type {
		flex-basis: 25%;
	}
	.pass_sougougata dd span:last-of-type {
		flex-basis: 75%;
	}
}

.article-ao_rec_k3 .top-ttl .third-ttl {
	display: inline-block;
	line-height: 1.4;
	margin-block: 0 1.2vh;
}
ao_rec_k3 .planBox p,
.article-ao_rec_k3[data-cat="ao_rec_k3"] .ttl_green_ribon + div p,
.article-ao_rec_k3[data-cat="ao_rec_k3"] .bg-lattice-wamgreen p,
.article-ao_rec_k3[data-cat="ao_rec_k3"] .bg-wam-l-green p,
.article-ao_rec_k3[data-cat="ao_rec_k3"] .bg-diagonal-yellow p,
.article-ao_rec_k3[data-cat="ao_rec_k3"] .affinity_checkBox p {
	font-size: clamp(1.2rem, 4vw, 1.8rem);
}
.article-ao_rec_k3[data-cat="ao_rec_k3"] .planBox-contents {
	padding: 4.5vh 3.5vw;
}
@media screen and (max-width: 600px) {
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .planBox p,
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .ttl_green_ribon + div p,
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .bg-lattice-wamgreen p,
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .bg-wam-l-green p,
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .bg-diagonal-yellow p,
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .affinity_checkBox p {
	    line-height: 1.7;
	}
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .planBox-contents {
		padding: 2.5vh 3.5vw 3vh;
	}
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .ttl_red_ribon + div .planBox-contents {
		padding: 5vh 3.5vw 3vh;
	}
}
.planBox-contents img {
	height: auto;
}
.article-ao_rec_k3[data-cat="ao_rec_k3"] .point-ttl-box {
	margin: 0 0 1vh;
}
.article-ao_rec_k3[data-cat="ao_rec_k3"] .subtitle {
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    margin-block: 1vh;
}
.article-ao_rec_k3[data-cat="ao_rec_k3"] .box-card .subtitle {
    font-size: clamp(1.8rem, 4vw, 3.5rem);
}
.bg-gr-red {
    border-top: double 6px;
}
.content {
    grid-gap: 10px 40px;
}
[data-cat="ao_rec_k3"] .num-reasion-v2{
    background: url(../img/high/ao_rec/reason-title-bg.svg) left center no-repeat;
    background-size: contain;
    background-position: center;
    color: #CE1C24;
    font-size: clamp(2rem, 4vw, 2.5rem);
    line-height: 1;
    font-weight: 700;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 2vh;
}
[data-cat="ao_rec_k3"] .num{
    font-size: clamp(3rem, 4vw, 5rem);
    font-family: "Roboto", sans-serif;
}
[data-cat="ao_rec_k3"] .subtitle{
    color: #D30000;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}
@media screen and (min-width: 601px) {
	.content-grid50 {
	    grid-template-columns: 1fr 45%;
	}
}
@media screen and (max-width: 600px) {
	.article-ao_rec_k3 #ao_rec_02c_fvarea .red-text {
	    letter-spacing: 0;
	}
	.article-ao_rec_k3 .section-reasons .fc-wam-green {
		font-size: 110%;
	}
	.article-ao_rec_k3[data-cat="ao_rec_k3"] .num-reasion-v2 {
	    height: 64px;
	    padding: 0 0 1.5vh;
	}
	#footer_ctaarea .ctaarea > h3 {
	    padding: 4px 0 14px;
	    border-radius: 5px 5px 0 0;
	    line-height: 1.3;
	    width: 100%;
	}
}
.grecaptcha-badge {
    visibility: hidden;
}
[data-cat="high"] .fc-wam-green {
	color: #005d24;
	line-height: 1.5;
}
@media screen and (min-width: 601px) {
	.top-ttl02 + .w-1200 .culum-2 {
		gap: 40px;
	}
}
.culum-2 img:not(#exam-voice img) {
	height: auto;
}
[data-cat="high"] .bg-gr-red {
	font-size: clamp(2.4rem, 4vw, 4rem) !important;
}
[data-cat="high"] .bg-gr-red span {
	color: #fff94c;
}
[data-cat="high"] .bg-gr-red span span {
	font-size: 140%;
	line-height: 1;
}
.method_area {
	padding-inline: 2vh;
	display: flex;
	gap: 40px;
}
@media screen and (max-width: 600px) {
	.method_area {
		flex-wrap: wrap;
		gap: 0;
	}
}
.section-faqs {
	display: none;
}
.summary-campaigns {
	text-align: center;
}
.summary-campaigns a {
	pointer-events: none;
}
.summary-campaigns article:not(article:nth-of-type(1)),
.summary-campaigns .entry,
.summary-campaigns + .sp_mb-xs  {
	display: none;
}

/*---------------------------------------------------------
お悩み共感コンテンツ
---------------------------------------------------------*/
.affinity_bg {
	position: relative;
	margin-block: 0 70px;
}
@media screen and (min-width: 601px) {
	.affinity_bg {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/affinity_bg_pc.png) center bottom/cover no-repeat;
		min-height: 833px;
	}
}
@media screen and (max-width: 600px) {
	.affinity_bg {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/affinity_stu.png) right -6px top 27px/50vw 78.266vw no-repeat,
			url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/affinity_bg_sp.png) center top/cover no-repeat;
		aspect-ratio: 250/458;
	    margin-block: 0 35px;
	}
}
.affinity_bg::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/affinity_circle_pc.svg) 0 0 no-repeat;
	width: 130px;
	height: 130px;
}
@media screen and (max-width: 600px) {
	.affinity_bg::after {
	    bottom: -23px;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/affinity_circle_sp.svg) 0 0/contain no-repeat;
		width: 65px;
		height: 65px;
	}
}

@media screen and (min-width: 835px) {
	.affinity_bg > .w-1000 {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/affinity_stu.png) right bottom no-repeat;
	}
}

.affinity_checkBox {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding-block: 40px;
    padding-inline: 47px;
}
@media screen and (min-width: 835px) {
	.affinity_checkBox {
		width: 630px;
	}
}
@media screen and (max-width: 600px) {
	.affinity_checkBox {
	    padding-block: 33px 20px;
	    padding-inline: 20px;
	}
}

.affinity_bg h2 {
	color: #000;
	font-size: clamp(1.9rem, 5.066vw, 3.2rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-shadow:
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff,
		0 0 13px #fff;
    line-height: 1.7;
    padding-block: clamp(36px, 9.6vw, 60px) 25px;
}
@media screen and (max-width: 600px) {
	.affinity_bg h2 {
		padding-bottom: 35px;
	}
}
.affinity_bg h2 > span {
	color: #CC0014;
	font-size: clamp(2.8rem, 7.466vw, 4rem);
}
@media screen and (max-width: 600px) {
	.affinity_bg h2 {
	    line-height: 1.6;
	}
	.affinity_bg h2 > span {
	    line-height: 1.45;
        display: inline-block;
	    margin-top: 3px;
	}
}
.affinity_bg h2 span span {
	font-size: clamp(3.3rem, 8.8vw, 5rem);
}

.check-box-list {
	font-size: clamp(1.6rem, 4.266vw, 2.2rem);
    margin: 0 0 2.5vh 1vh;
}
@media screen and (max-width: 600px) {
	.check-box-list {
		margin-left: 0.5vh;
	}
}
.mark-underline_high {
	background: none;
	font-weight: 900;
}
.article-ao_rec_k3 .check-box-list li {
    padding: 0 1rem 0.8rem 4rem;
    position: relative;
}
.article-ao_rec_k3 .check-box-list li:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f14a';
    color: #01A56F;
    margin: 0 5px 0 0;
}
@media screen and (max-width: 600px) {
	.article-ao_rec_k3 .check-box-list li {
	    padding: 0 1rem 1.6rem 2.4rem;
        line-height: 1.3;
	}
}

body[data-cat="high"] .affinity_end {
	font-weight: 900;
	font-size: clamp(1.85rem, 4.933vw, 3rem);
    line-height: 1.75;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}
.affinity_end span {
	font-weight: inherit;
}
@media screen and (min-width: 601px) {
	.affinity_end {
		text-align: center;
	}
	.affinity_end span {
		font-size: 4.2rem;
	}
}

.content {
    .item2 {
        display: flex;
        align-items: flex-start;
    }

    .item2 img {
		height: auto;
        margin-inline: auto;
	}
}
.article-page section[class^="section-"] img {
	width: 100%;
}

.l-wrapper.is_high .p-footer__sitemap {
    background: #fff;
}
.p-bg.p-bg__clr_subtheme {
    padding: 1em calc(20 / 16 * 1em) 4em;
}

/*---------------------------------------------------------
大見出し - 緑系
---------------------------------------------------------*/
.ttl_green_ribon {
	position: relative;
	margin-block: clamp(50px, 15.733vw, 70px) clamp(32px, 8.533vw, 60px);
}
.ttl_green_ribon::before,
.ttl_green_ribon::after {
	content: '';
	display: block;
	position: absolute;
}
@media screen and (min-width: 601px) {
	.ttl_green_ribon::before,
	.ttl_green_ribon::after {
		bottom: -70px;
		left: calc(50% - 700px);
		width: 274px;
		height: 175px;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ribon_green_side_pc.svg) 0 0 no-repeat;
	}
}
@media screen and (max-width: 600px) {
	.ttl_green_ribon::before,
	.ttl_green_ribon::after {
        bottom: -9.333vw;
		left: 0;
		width: 9.8vw;
		height: 18.2vw;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ribon_green_side_sp.svg) 0 0/contain no-repeat;
	}
}
.ttl_green_ribon::after {
	transform: scale(-1, 1);
	left: initial;
}
@media screen and (min-width: 601px) {
	.ttl_green_ribon::after {
		right: calc(50% - 700px);
	}
}
@media screen and (max-width: 600px) {
	.ttl_green_ribon::after {
		right: 0;
	}
}

.ttl_green_ribon h2 {
	margin-bottom: 0 !important;
	position: relative;
	z-index: 1;
}
.ttl_green_ribon h2::before,
.ttl_green_ribon h2::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%);
	opacity: 0.5;
}
.ttl_green_ribon h2::after {
	top: initial;
	bottom: 8px;
}
@media screen and (max-width: 600px) {
	.ttl_green_ribon h2::before,
	.ttl_green_ribon h2::after {
		top: 1.066vw;
		height: 0.533vw;
	}
	.ttl_green_ribon h2::after {
		top: initial;
		bottom: 1.066vw;
	}
}

body[data-cat="high"] .article-ao_rec_k3 .title-bg {
	background: linear-gradient(135deg, #007f7c 62%,#006060 38%);
	font-size: clamp(2.5rem, 6.666vw, 3.4rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
    line-height: 1.6;
    margin: 0 auto !important;
}
@media screen and (min-width: 601px) {
	body[data-cat="high"] .ttl_green_ribon .title-bg {
	    max-width: 1000px;
	}
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .title-bg {
	    line-height: 1.5;
        padding-block: 6.4vw;
	}
}
body[data-cat="high"] .title-bg span,
body[data-cat="high"] .bg-wam-green span {
	color: #fff700;
	font-size: clamp(3.2rem, 8.533vw, 4.6rem);
}
body[data-cat="high"] .title-bg span span {
	font-size: clamp(4.7rem, 12.533vw, 6.6rem);
    line-height: 1;
}

/*---------------------------------------------------------
正しい受かり方コンテンツ
---------------------------------------------------------*/
[data-cat="high"] .point-ttl-box-mark {
	background: linear-gradient(135deg, #007f7c 62%,#006060 38%);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}
@media screen and (max-width: 600px) {
	[data-cat="high"] .point-ttl-box-mark {
	    margin-right: 3vw;
	}
}
.point-ttl-box{
    display: flex;
    align-items: center;
        margin: 0 0 2vh;
}
.point-ttl-box-mark{
    border-radius: 100vh;
    background: #007440;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-weight: 700;
    flex-direction: column;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-size: clamp(3rem, 5vw, 5rem)!important;
        margin-right: 1.5vw;
}
.point-ttl-box-mark > span{
    font-size: clamp(1.1rem, 2vw, 1.8rem);
}
.point-ttl-box-ttl{

}
.border-wam-green{
    display: inline-block;
    border: 2px solid #007440;
    padding: .5vh 1vw;
}
@media screen and (max-width: 480px) {
.point-ttl-box-mark{
    width: 60px;
    height: 60px;
}
}

body[data-cat="high"] .article-page .title-txt {
    color: #066a6a;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
    font-size: clamp(2.2rem, 5.866vw, 4rem) !important;
    line-height: 1.4;
}

/*---------------------------------------------------------
塾比較コンテンツ
---------------------------------------------------------*/
.diff_ttl_01,
.diff_ttl_02 {
	position: relative;
}
.diff_ttl_01::after,
.diff_ttl_02::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	aspect-ratio: 353/295;
	width: 225px;
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ttl_img_01.png) 0 0/contain no-repeat;
}
.diff_ttl_02::after {
	right: 40px;
	aspect-ratio: 357/350;
	width: 225px;
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ttl_img_02.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .diff_ttl_01,
	body[data-cat="high"] .diff_ttl_02 {
		text-align: left;
        line-height: 1.4;
        padding-inline: 3vh;
	    overflow-x: hidden;
	}
	.diff_ttl_01::after,
	.diff_ttl_02::after {
		width: 47.733vw;
	}
	.diff_ttl_02::after {
	    right: -5px;
	}
}

/*---------------------------------------------------------
WAMの総合型・学校推薦型メソッドのコンテンツ
---------------------------------------------------------*/
body[data-cat="high"] .usp_ttl {
	color: #fff;
    font-size: clamp(2.5rem, 6.666vw, 3.8rem);
    line-height: 1.4;
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ttl_img_03_pc.png) center 0/contain no-repeat,
		linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(253,250,237,1) 50%);
	min-height: 405px;
	margin-block: clamp(30px, 8vw, 60px) 0;
	padding-block: 10px 0;
}
@media screen and (min-width: 835px) {
	body[data-cat="high"] .usp_ttl {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}
}
@media screen and (min-width: 601px) and (max-width: 834px) {
	body[data-cat="high"] .usp_ttl {
	    background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ttl_img_03_sp.png) center top -100px/cover no-repeat,
		    linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(253, 250, 237, 1) 50%);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding-inline: 30px 0;
	}
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .usp_ttl {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ttl_img_03_sp.png) center 0/contain no-repeat,
			linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(253,250,237,1) 50%);
		min-height: 82.266vw;
        padding-block: 11vh 0;
        padding-inline: 3vh 0;
	}
}
body[data-cat="high"] .usp_ttl span span {
    font-size: clamp(3.25rem, 8.666vw, 6rem);
}

body[data-cat="high"] .usp_s_ttl_wrap {
	background: #FDFAED;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .usp_s_ttl_wrap {
		padding-top: 8vw;
	}
}

body[data-cat="high"] .usp_s_ttl_wrap > span {
	display: block;
}

.ttl_serviceName {
	color: #005D5D;
    font-size: clamp(2.8rem, 7.466vw, 4rem);
    line-height: 1.6;
    position: relative;
}
@media screen and (max-width: 600px) {
	.ttl_serviceName {
	    line-height: 1.3;
	    margin-block: 0 2vh;
	}
}
.ttl_serviceName::before,
.ttl_serviceName::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 390px);
	aspect-ratio: 61/79;
	width: 61px;
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/comment_icon.svg) 0 0/cover no-repeat;
}
.ttl_serviceName::after {
	transform: scale(-1, 1);
	right: calc(50% - 390px);
	left: initial;
}
@media screen and (max-width: 600px) {
	.ttl_serviceName::before,
	.ttl_serviceName::after {
		bottom: 0;
		width: 9.2vw;
	}
	.ttl_serviceName::before {
		left: calc(50% - 150px);
	}
	.ttl_serviceName::after {
		right: calc(50% - 150px);
	}
}
.ttl_serviceName span {
    font-size: clamp(3.6rem, 9.6vw, 5.4rem);
}
@media screen and (max-width: 600px) {
	.ttl_serviceName span {
		display: block;
	}
}

.usp_s_ttl {
    font-size: clamp(3.2rem, 8.533vw, 5rem);
    line-height: 1.65;
}
.usp_s_ttl span {
    display: inline-block;
    background: linear-gradient(transparent 60%, #FFF700 30%);
    line-height: 1.4;
}
@media screen and (max-width: 600px) {
	.usp_s_ttl {
	    line-height: 1.45;
	}
	.usp_s_ttl span {
	    background: linear-gradient(transparent 70%, #FFF700 30%);
	}
}

.section-reasons {
	background: #FDFAED;
}
.section-reasons > .planBox {
	margin-block: 0 clamp(70px, 18.666vw, 90px);
    padding: 4vh 3vw;
}
.section-reasons .planBox:nth-of-type(2) img {
	border: solid 1px #ccc;
}

.article-ao_rec_k3 .section-reasons .w-1200 > div:nth-of-type(1) {
    margin-top: 5vh;
}

/*---------------------------------------------------------
大見出し - 赤系
---------------------------------------------------------*/
.ttl_red_ribon {
	position: relative;
	margin-block: 70px 60px;
}
@media screen and (max-width: 600px) {
	.ttl_red_ribon {
		margin-block: 70px -40px;
	}
}
.ttl_red_ribon::before,
.ttl_red_ribon::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
}
@media screen and (min-width: 601px) {
	.ttl_red_ribon::before,
	.ttl_red_ribon::after {
		bottom: -70px;
		left: calc(50% - 700px);
		width: 274px;
		height: 175px;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ribon_red_side_pc.svg) 0 0 no-repeat;
	}
}
@media screen and (max-width: 600px) {
	.ttl_red_ribon::before,
	.ttl_red_ribon::after {
        bottom: -35px;
		left: 0;
		width: 9.8vw;
		height: 18.2vw;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/ribon_red_side_sp.svg) 0 0/contain no-repeat;
	}
}
.ttl_red_ribon::after {
	transform: scale(-1, 1);
	left: initial;
}
@media screen and (min-width: 601px) {
	.ttl_red_ribon::after {
		right: calc(50% - 700px);
	}
}
@media screen and (max-width: 600px) {
	.ttl_red_ribon::after {
		right: 0;
	}
}

.ttl_red_ribon h2 {
	font-size: clamp(2.5rem, 6.666vw, 3.4rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
body[data-cat="high"] .ttl_red_ribon .title-bg {
	background: linear-gradient(135deg, #CF2A2A 62%,#AC1919 38%);
}
@media screen and (min-width: 601px) {
	body[data-cat="high"] .ttl_red_ribon .title-bg {
	    max-width: 1000px;
	}
}
.ttl_red_ribon h2::before,
.ttl_red_ribon h2::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%);
	opacity: 0.5;
}
.ttl_red_ribon h2::after {
	top: initial;
	bottom: 8px;
}
@media screen and (max-width: 600px) {
	.ttl_red_ribon h2::before,
	.ttl_red_ribon h2::after {
		top: 1.066vw;
		height: 0.533vw;
	}
	.ttl_red_ribon h2::after {
		top: initial;
		bottom: 1.066vw;
	}
}

body[data-cat="high"] .title-bg span,
body[data-cat="high"] .bg-wam-green span {
	color: #fff700;
	font-size: clamp(3.2rem, 8.533vw, 4.6rem);
}

/*---------------------------------------------------------
WAMで合格できる理由のコンテンツ
---------------------------------------------------------*/
[data-cat="high"] .subtitle {
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
    line-height: 1.4;
}

/*---------------------------------------------------------
WAMで合格できる理由内の合格体験記
---------------------------------------------------------*/
.voicebox1_container {
    max-width: 690px;
    margin-block: clamp(20px, 5.333vw, 50px) 0;
    margin-inline: auto;
}
@media screen and (max-width: 600px) {
    .voicebox1_container {
        width: 95%;
    }
}
.voicebox1_container .voicebox1-contents-txt {
    padding: 1.6vh 1vw 1.4vh;
}
.top-subjectWrap .voicebox1-contents-txt {
    padding: 1.6vh 1vw 1.4vh;
    border-radius: 1vh 0 0 1vh;
}

.article-ao_rec_k3[data-cat="ao_rec_k3"] .planBox .voiceCatch {
    color: #0259b8;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
    line-height: 1.4;
    position: relative;
    text-indent: -.5em;
    padding-inline: .5em 0;
}
.voiceCatch::before {
	content: '「';
}
.voiceCatch::after {
	content: '」';
}

.article-ao_rec_k3[data-cat="ao_rec_k3"] .planBox .voice_univ_name {
    color: #121212;
    font-size: clamp(1.3rem, 3.466vw, 1.5rem);
    font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
    .voicebox1_container .voicebox1-contents-txt,
    .top-subjectWrap .voicebox1-contents-txt {
        padding-inline: 3vw;
    }

    .voicebox1_container .voicebox1-content-ttl,
    .top-subjectWrap .voicebox1-content-ttl {
        width: 100%;
    }
}
body .voicebox1_container p {
    line-height: 1.3;
    margin-bottom: 1.5vh;
    font-size: clamp(1.5rem, 4vw, 1.8rem);
}
.voicebox1_container p:last-of-type {
    margin-bottom: 0;
}
.voicebox1Area{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 1vh;
    position: relative;
}
.voicebox1-contents-box{
    display:flex;
    margin: 4vh 0 0;
}
@media screen and (max-width: 600px) {
	.planBox .voicebox1-contents-box {
	    margin: 5vh 0 1vh;
	}
}
.voicebox1-contents-box02{
    display:flex;
    margin: 0 0 4vh;
}
.voicebox1-contents-txt{
    padding: 1vh 1vw;
    width: 70%;
    background: rgba(194, 98, 99, .05);
}
.voicebox1-contents-pct{
    width: 30%;
	position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 0 1vh 1vh 0;
}
.voicebox1-content-ttl{
    display: inline-block;
    position: relative;
    padding: .5vh 1vw;
    margin: 0 0 1.5vh;
    font-weight:700;
    color:#fff;
    
}
.voicebox1-content-ttl:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}
.bg-blue{
    background: #2c6ab5;
}
.bg-blue::after{
  border-top: 15px solid #2c6ab5;
}
.bg-pink{
    background: #9D2A31;
}
.bg-pink::after{
  border-top: 15px solid #9D2A31;
}
.section-reasons .planBox img.voicebox1-contents-pct01 {
	border: none;
    border-top-right-radius: 1vh;
    border-bottom-right-radius: 1vh;
    object-fit: cover;
    aspect-ratio: 584 / 318;
    max-width: none;
    height: clamp(140px, 37.333vw, 160px);
}
.article-ao_rec_k3 .section-reasons .w-1200 > div:nth-of-type(2) .item2 img.voicebox1-contents-pct01 {
	border: none;
}
.voicebox1-contents-pct-name{
    background: rgb(194, 98, 99);
    line-height: 1.1;
    padding: 1vh .5vw;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-bottom-right-radius: 1vh;
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 480px) {
.voicebox1-content-ttl:after {
    left: 20px;
    border: 10px solid transparent;
}
.bg-blue::after{
  border-top: 10px solid #2c6ab5;
}
.bg-pink::after {
    border-top: 10px solid #9D2A31;
}
.voicebox1-contents-pct01,.voicebox1-contents-pct img{
height: 195px;
    object-fit: cover;
}
}
.ribbon-content-right {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
      z-index: 1;
  }

.ribbon-blue-right{
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 1.4rem);
  line-height: 16px;
  background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
  color: #fff;
  text-shadow: 0 2px 2px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon-blue-right:before, .ribbon-blue-right:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon-blue-right:before {
  left: 14px;
}

.ribbon-blue-right:after {
  right: 18px;
}

@media screen and (max-width: 480px) {
.ribbon-content-right {
    position: absolute;
    width: 79px;
    height: 81px;
}
.ribbon-blue-right {
    left: -18px;
    top: clamp(7px, 1.866vw, 17px);
    width: 150px;
}
}

/*---------------------------------------------------------
一般入試との併願コンテンツ
---------------------------------------------------------*/
body[data-cat="high"] .heigan-ttl {
	position: relative;
    padding: 6vh 2vw 4vh;
}
.heigan-ttl::before {
	content: '';
	display: block;
	position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
	aspect-ratio: 130/130;
	width: 130px;
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/usp_circle_pc.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 600px) {
	body[data-cat="high"] .heigan-ttl {
        padding: 10.666vw 0 5.333vw;
	}
	.heigan-ttl::before {
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec/usp_circle_sp.svg) 0 0/contain no-repeat;
	    top: -9.6vw;
		width: 18vw;
	}
}

.usp_s_ttl_wrap + .section-reasons {
	padding-bottom: 10vh !important;
}

/*---------------------------------------------------------
他のオンラインとの違いコンテンツ
---------------------------------------------------------*/
.section-difference {
	padding-bottom: 10vh;
}

.section-difference .section-title {
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
}

[data-cat="high"] .section-difference .subtitle {
	text-align: left;
}

/*---------------------------------------------------------
クロージング
---------------------------------------------------------*/
.bg-diagonal-yellow {
	background: #FDFAED;
    margin-block: 0 7vh;
}

.closing {
	padding-bottom: clamp(35px, 9.333vw, 70px);
}

.closing .ttl_red_ribon {
    margin-block: 70px 0;
}

/*---------------------------------------------------------
返金保証
---------------------------------------------------------*/
.guarantee-box{
	max-width: calc(1000px + (20 / 16 * 2em));
	border: 5px solid #8d8034;
	outline: 2px solid #8d8034;
    outline-offset: -12px;
	padding: 1rem 3.5rem 2.5rem;
	margin: 0 auto;
}
.guarantee-box h3{
	font-size: clamp(28px, 7.466vw, 50px) !important;
	font-weight: 700 !important;
	text-align: center;
	margin: 0 0 0.5rem;
	color: #8d8034;
}

@media screen and (max-width: 640px) {
	.guarantee-box {
		padding: 1rem 1.4rem 1.4rem;
		margin: 0;
	}
	.guarantee-box h3{
	    font-size: 30px;
	}
}

/*---------------------------------------------------------
キャンペーン
---------------------------------------------------------*/
.p-listofcont__msg {
	text-align: center;
}

body[data-cat="high"] .p-listofcont__msg p {
	color: #27AE60;
	font-size: clamp(20px, 5.333vw, 40px);
	line-height: 1.4;
	background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(245, 187, 77, 0.4) 0%);
	display: inline;
	padding: 0 5px 0px;
	font-weight: 700;
}

.footer_campaign .p-tit__type02,
.footer_campaign .p-listofcont__btn {
	display: none;
}

body[data-cat="high"] .footer_campaign .p-bg__clr_subtheme {
	background: transparent;
}

/*---------------------------------------------------------
受講までの流れ
---------------------------------------------------------*/
#summer-c-flow {
  padding: 0 0 80px;
  line-height: 1.5;
  font-size: 18px;
}
.summer-c-flow-box {
  background: #f7ffff;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 50px;
}
#summer-c-flow h2 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  background: #062f8d;
  padding: 25px 10px;
  border: 3px solid #062f8d;
  border-radius: 8px;
}
#summer-c-flow h3 {
  margin: 50px 0 20px;
  color: #062f8d;
}
#summer-c-flow h3,
#summer-c-flow h3 span {
  font-size: 30px;
  font-weight: 700;
}
#summer-c-flow h3 span {
  background: #062f8d;
  padding: 10px 20px;
  border-radius: 50vh;
  color: #ffff00;
  margin-right: 15px;
}
.step-flow {
  display: flex;
}
.step-flow-text {
  width: 65%;
  padding: 0 10px 0 170px;
}
.step-flow-pct {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  {
    /* 1024pxまでの幅の場合に適応される */
  }
  #summer-c-flow h2 {
    font-size: 35px;
    padding: 20px 10px;
  }
  .summer-c-flow-box {
    padding: 20px;
  }
  #summer-c-flow h3,
  #summer-c-flow h3 span {
    font-size: 25px;
  }
  #summer-c-flow h3,
  #summer-c-flow h3 span {
    font-size: 25px;
  }
}
@media screen and (max-width: 820px) {
  {
    /* 820pxまでの幅の場合に適応される */
  }
  #summer-c-flow h3 {
    margin: 20px 0 10px;
  }
  #summer-c-flow h3,
  #summer-c-flow h3 span {
    font-size: 20px;
    line-height: 2;
  }
  #summer-c-flow h3 span {
    padding: 10px 20px;
  }
  .step-flow-text {
    width: 65%;
    padding: 0 10px 0 0;
  }
  .step-flow-pct {
    width: 35%;
  }
  #summer-c-flow h2 {
    font-size: 30px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  {
    /* 640pxまでの幅の場合に適応される */
  }
  #summer-c-flow {
    padding: 0 0 30px;
  }
  .summer-c-flow-box {
    padding: 10px;
  }
  #summer-c-flow h2 {
    font-size: 22.5px;
    padding: 15px 10px;
    border: 2px solid #0265bc;
  }
  #summer-c-flow h3 span {
    padding: 7.5px 20px;
  }
  #summer-c-flow h3,
  #summer-c-flow h3 span {
    font-size: 17.5px;
  }
  .step-flow {
    flex-direction: column;
  }
  .step-flow-text {
    width: 100%;
    padding: 0;
    order: 2;
    margin: 10px 0 0;
  }
  .step-flow-pct {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 360px) {
  {
    /* 360pxまでの幅の場合に適応される */
  }
}

@media screen and (max-width: 640px) {
  #summer-c-flow p {
    font-size: calc( 16 / 390 * 100vw);
  }
}

/*---------------------------------------------------------
よくあるご質問
---------------------------------------------------------*/
.p-faq__type01 .p-faq__box_item--q::before,
.p-faq__type01 .p-faq__box_item--a::before {
	line-height: 1;
}

/*---------------------------------------------------------
高１、高２用スタイル
---------------------------------------------------------*/
article.ao_rec_k12 .mainCatch .large {
    line-height: 1.13;
}
article.ao_rec_k12 #mainCatch_bg .targetCall {
	font-size: clamp(2.35rem, 6.186vw, 3rem);
    padding-block: 41px 32px;
}
@media screen and (max-width: 600px) {
	article.ao_rec_k12 #mainCatch_bg .targetCall {
	    padding-block: 15.12vw 7.2vw;
	}
}

@media screen and (max-width: 600px) {
    article.ao_rec_k12 .goukaku-slider-bg {
        padding: 3.8vh 0 3vh;
    }
}
article.ao_rec_k12 .semi-ttl.goukaku-slider-ttl-bg {
    line-height: 1.3;
    margin: 0 0 2.5vh;
    padding: 0.3vh 0;
}
article.ao_rec_k12 .goukaku-slider-ttl-bg span {
	font-size: clamp(2.9rem, 7.733vw, 4.4rem);
}

article.ao_rec_k12 #reason-univ .w-1000,
article.ao_rec_k12 #reason-univ .w-1200,
article.ao_rec_k12 #reason-univ .w-800,
article.ao_rec_k12 #reason-univ .w-600 {
    margin: 0 auto;
    width: 95%;
}

.box-senbatsu .em {
	font-weight: 900;
    color: #D00000;
}

article.ao_rec_k12 .box-senbatsu {
	padding-bottom: 0;
}
article.ao_rec_k12 .section-reasons {
    padding: 50px 0 10px;
}
article.ao_rec_k12 .box-senbatsu .title:not(.box-senbatsu .item-reason .title) {
    font-size: clamp(28px, 7.466vw, 50px);
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    border-top: double 6px;
    border-bottom: double 6px;
    background: linear-gradient(to right, #af0104 0%,#ce1c24 50%,#af0104 100%);
    color: #fff;
    flex-direction: column;
    margin-block: 0;
}
article.ao_rec_k12 .box-senbatsu .title:not(.box-senbatsu .item-reason .title)::before,
article.ao_rec_k12 .box-senbatsu .title:not(.box-senbatsu .item-reason .title)::after {
    content: none;
}
article.ao_rec_k12 .box-senbatsu .title:not(.box-senbatsu .item-reason .title) span {
    color: #ffff00;
}
article.ao_rec_k12 .box-senbatsu .title:not(.box-senbatsu .item-reason .title) span.h2Small {
    color: #fff;
    font-size: 70%;
}

article.ao_rec_k12 .diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title) {
    background: linear-gradient(135deg, #006b69 55%, #004b4b 45%);
    margin-block: clamp(30px, 8vw, 40px) clamp(25px, 6.666vw, 35px);
    border: none;
    position: relative;
}
article.ao_rec_k12 .intro_container.diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title) {
    margin-block: clamp(50px, 13.333vw, 90px) clamp(25px, 6.666vw, 35px);
}
article.ao_rec_k12 .diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title)::before {
    content: '逆転合格するには…';
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(200px, 53.333vw, 360px);
    height: auto;
    background: #fff;
    padding-block: clamp(4px, 1.066vw, 7px) clamp(6px, 1.6vw, 9px);
    border-radius: 50px;
    border: solid clamp(2px, .533vw, 3px) #006b69;
    color: #006060;
    font-size: 60%;
    line-height: 1;
}
article.ao_rec_k12 .intro_container.diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title)::before {
    content: '受験生の皆さん';
    width: clamp(200px, 53.333vw, 320px);
}
article.ao_rec_k12 .diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title)::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background: #004b4b;
}
@media screen and (min-width: 601px) {
    article.ao_rec_k12 .diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title) {
        background: linear-gradient(135deg, #006b69 50%, #004b4b 50%);
        padding: 39px 0 35px;
    }
}
@media screen and (max-width: 600px) {
    article.ao_rec_k12 .diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title) {
        border-radius: 2.666vw;
        margin-inline: 2.666vw;
    }
    article.ao_rec_k12 .diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title)::before {
        top: -16px;
    }
    article.ao_rec_k12 .diff_container .box-senbatsu .title:not(.box-senbatsu .item-reason .title)::after {
        bottom: -7px;
    }
}

article.ao_rec_k12 .section-reasons .section-title {
  margin-block: 30px 50px;
  padding-block: 16px;
  color: #fff;
  font-size: clamp(22px, 5.866vw, 30px);
  background: #016f4f;
  position: relative;
}
article.ao_rec_k12 .section-reasons .section-title:before {
  content: "";
  position: absolute;
  z-index: 2;
  border-style: solid;
  bottom: -30px;
  left: 0;
  border-width: 30px 20px 0 20px;
  border-color: #006F4F transparent transparent transparent;
  left: 50%;
  margin-left: -20px;
}

article.ao_rec_k12 .section-reasons .section-title .em {
    color: #ffff00;
}

article.ao_rec_k12 .reason-univArea{
    margin: 0 0 80px;
}
article.ao_rec_k12 div:last-of-type.reason-univArea{
	margin: 0;
}
@media screen and (max-width: 640px) {
	article.ao_rec_k12 div:last-of-type.reason-univArea{
		margin: 0 0 30px;
	}
}
article.ao_rec_k12 .reason-univArea h2 {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}
article.ao_rec_k12 .reason-univArea h2:before,
article.ao_rec_k12 .reason-univArea h2:after {
	border-top: 2px solid #006f4f;
	content: "";
	flex-grow: 1;
}
article.ao_rec_k12 .reason-univArea h2:before {
	margin-right: 10px;
}
article.ao_rec_k12 .reason-univArea h2:after {
	margin-left: 10px;
}
article.ao_rec_k12 .article.ao_rec_k12 reason-univArea h2 span{
    position: relative;
    width: 60px;
    height: 60px;
    background: #006f4f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}
article.ao_rec_k12 .reason-univArea h2 span{
    position: relative;
    width: 60px;
    height: 60px;
    background: #006f4f;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}
@media screen and (max-width: 640px) {
	article.ao_rec_k12 .reason-univArea h2 {
	    margin: 0 0 10px;
	}
	article.ao_rec_k12 .reason-univArea h2 span {
	    width: 40px;
	    height: 40px;
	    font-size: 25px;
	    margin: 0 4px;
	}
}

article.ao_rec_k12 .reason-univArea h3{
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.6;
}
article.ao_rec_k12 .reason-univArea h3 span{
    font-size: 35px;
    line-height: inherit;
    font-weight: 900;
    background: linear-gradient(transparent 70%, #ffef92 0%);
}
@media screen and (max-width: 820px) {
	article.ao_rec_k12 .reason-univArea h3 span {
	    font-size: 30px;
	}
}
@media screen and (max-width: 640px) {
	article.ao_rec_k12 .reason-univArea h3 {
	    margin: 0 0 10px;
	}
	article.ao_rec_k12 .reason-univArea h3 span {
	    font-size: 20px;
	}
}

@media screen and (min-width: 641px) {
	body article.ao_rec_k12 .box-senbatsu.container-lg #reason-univ p {
		text-align: center;
	}
}


.Contents-shadowBox{
	margin: 40px 0 0;
	background: #fff;
	padding: 20px 40px;
	box-shadow: 8px 9px 10px -12px rgb(0 0 0 / 80%);
	border-radius: 12px;
}
@media screen and (max-width: 640px) {
	.Contents-shadowBox {
	    margin: 20px 0 0;
	    background: #fff;
	    padding: 10px 15px;
	    border-radius: 8px;
	}
}


/* 吹き出し */
.arrow-left,.arrow-right{
    position:relative;
    background:#EEFFF4;
    padding:20px;
    color: #006f4f;
    text-align:center;
    border:2px solid #006F4F;
    font-size:18px;
    font-weight:700;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow-left:after,.arrow-left:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:50%;
}
.arrow-left:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -20px;
    border-right-color: #006f4f;
    right:100%;
}
.arrow-left:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -22px;
    margin-right: 2px;
    border-right-color:#006F4F;
    right:100%;
}
.arrow-right:after,.arrow-right:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow-right:after{
    border-color: rgba(238, 255, 244, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -20px;
    border-left-color:#006F4F;
}
.arrow-right:before{
    border-color: rgba(0, 111, 79, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:23px;
    border-right-width:23px;
    margin-top: -22px;
    margin-left: 2px;
    border-left-color:#006F4F;
}
@media screen and (max-width: 640px) {
	.arrow-left, .arrow-right {
	    padding: 5px;
	    font-size: 15px;
	    margin: 10px 0 20px;
	}
	.arrow-left:after,.arrow-left:before,.arrow-right:after,.arrow-right:before{
	    border: solid transparent;
	    content:'';
	    height:0;
	    width:0;
	    pointer-events:none;
	    position:absolute;
	    bottom:100%;
	    left:50%;
	    right: 0%;
	    top: -21px;
	}
	.arrow-left:before,.arrow-right:after{
	    border-color: rgba(238, 255, 244, 0);
	    border-top-width:20px;
	    border-bottom-width:20px;
	    border-left-width:21px;
	    border-right-width:21px;
	    margin-left: -21px;
	    border-bottom-color:#006F4F;
	}
	.arrow-left:before,.arrow-right:before{
	    border-color: rgba(0, 111, 79, 0);
	    border-top-width:21px;
	    border-bottom-width:21px;
	    border-left-width:23px;
	    border-right-width:23px;
	    margin-left: -21px;
	    margin-bottom: 2px;
	    border-bottom-color:#006F4F;
	}
}

article.ao_rec_k12  .voice_red-font {
  color: #c01359;
  font-size: 20px;
}
article.ao_rec_k12  .voice-box {
  background: #fff;
  border-radius: 20px;
  margin: 8px;
  padding: 16px;
}
article.ao_rec_k12  .v-ttl p {
  color: #0e9bd5;
  /*font-size: 1.15 * 10px;*/
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.5;
}
article.ao_rec_k12  .v-pct {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
article.ao_rec_k12  .v-pct span {
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1rem 0;
}
article.ao_rec_k12  .v-txt {
  line-height: 1.5;
}
article.ao_rec_k12  .t-red-mark {
  background: linear-gradient(transparent 70%, #ffef92 0%);
  color: #c01359;
  font-weight: 700;
  display: inline;
}
article.ao_rec_k12  .v-txt, article.ao_rec_k12  .t-red-mark, article.ao_rec_k12  .v-ttl p {
  font-size: 15px;
}
article.ao_rec_k12  .v-pct span {
  font-size: 13px;
}
article.ao_rec_k12  .wrapper .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}
article.ao_rec_k12  .swiper {
  position: relative;
}
article.ao_rec_k12  .voice-area {
  width: 100%;
  margin: 0 auto;
}

body[data-cat="high"] .section-grade-bg {
    background: none;
}

.section-cv-area {
    background: #fff;
    padding: 2vh 2vh 8vh;
}
.closing + .section-cv-area {
    padding-bottom: 3vh;
}


/* 教師スライダー */
article.ao_rec_k12 .voice-box {
	background: #fff;
	border-radius: 20px;
	margin: 8px;
	padding: 16px;
	border: 1px solid #006f4f;
}

article.ao_rec_k12 .v-ttl p {
	color: #03684a;
	font-weight: 700;
	margin-bottom: .5em;
	text-align: center;
	line-height: 1.5;
}


.f-box,
.f-box-none {
    display: flex;
}
@media screen and (min-width: 601px) {
    .align-items-c {
        align-items: center;
    }
    .f-box li,
    .f-box-none li {
        padding: 2%;
    }
    .pct-box40 {
        width: 40%;
    }
    .text-box60 {
        width: 60%;
    }
}
@media screen and (max-width: 600px) {
    .f-box,
    .f-box-none {
        flex-direction: column;
    }

    .text-box,
    .text-box50,
    .text-box60 {
        order: 2;
    }

    .f-box li {
        padding: 2% 0;
    }
}



body .container-lg p {
    margin-block: 0 20px;
}

.Cycle-ttl{
    background: #006f4f;
    padding: 15px 10px;
    color: #ffff00;
    font-size: 20px;
    border-radius: 12px;
    margin: 20px 20px 30px;
    font-weight: 700;
}
dl.Cycle-box {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    margin: 40px 20px;
}
.Cycle-box dt {
    background: #dfdfdf;
    width: 15%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    color: #006f4f;
    font-weight: 700;
}
.Cycle-box dd {
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 85%;
    background: #fff;
    box-sizing: border-box;
    font-weight: 700;
}
@media screen and (max-width: 640px) {
	body .Cycle-ttl {
	    padding: 10px 5px;
	    font-size: 16px;
	    margin: 0 0 20px !important;
	    line-height: 1.3;
	}
	dl.Cycle-box {
	    margin: 20px 10px 5px;
	}
	.Cycle-box dt {
	    width: 25%;
	    font-size: 14px;
	}
	.Cycle-box dd {
	    width: 75%;
	    font-size: 14px;
	}
}

article.ao_rec_k12 .kouboCont::after {
	content: '';
	display: block;
	position: absolute;
	top: -115px;
	right: -94px;
    aspect-ratio: 380 / 335;
	width: clamp(120px, 32vw, 380px);
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_k12/k12Reason_img01.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 834px) and (min-width: 601px) {
	article.ao_rec_k12 .kouboCont::after {
	    top: -135px;
	    right: -5.599vw;
	}
}
@media screen and (max-width: 600px) {
	article.ao_rec_k12 .kouboCont::after {
		top: -28.533vw;
		right: -5.6vw;
	}
}
article.ao_rec_k12 .kouboContainer > div:nth-of-type(2) .kouboCont::after {
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_k12/k12Reason_img02_sp.png) 0 0/contain no-repeat;
}
@media screen and (min-width: 835px) {
	article.ao_rec_k12 .kouboContainer > div:nth-of-type(2) .kouboCont::after {
		right: initial;
		left: -94px;
		background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_k12/k12Reason_img02.png) 0 0/contain no-repeat;
	}
}
article.ao_rec_k12 .kouboContainer > div:nth-of-type(3) .kouboCont::after {
	background: url(/wp/wp-content/themes/k-wam_2022/assets/img/high/ao_rec_k12/k12Reason_img03.png) 0 0/contain no-repeat;
}

article.ao_rec_k12 .ttl_green_ribon {
	position: relative;
	margin-block: clamp(10px, 2.666vw, 20px) clamp(32px, 8.533vw, 60px);
}