/**********************************************************************
*
*　　 ■気になる授業料は？
*
**********************************************************************/

.kininaru-price *,
.kininaru-price p,
.kininaru-price p *,
.kininaru-price h3 {
	font-family: 'Noto Sans JP', sans-serif;
}

.kininaru-price .sp {
	@media (min-width: 751px) {
		display: none;
	}
}

.kininaru-price .pc {
	@media (max-width: 750px) {
		display: none;
	}
}

.kininaru-price-strength__fukidashi {
	position: relative;
	background: #007CD7;
    display: block;
    width: fit-content;
    padding: 1.5vw 6vw;
    margin: auto;
    border-radius: 10vw;
	@media (min-width: 751px) {
		padding: 10px 40px;
	}
}

.kininaru-price-strength__fukidashi::after {
	position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 92%;
    display: block;
    content: '';
    width: 4vw;
    height: 4vw;
    background: #007CD7;
    clip-path: polygon(100% 0, 0 0, 50% 80%);
}

@media (min-width: 751px) {
	.kininaru-price-strength__fukidashi::after {
		width: 25px;
		height: 25px;
	}
}

.kininaru-price-strength__fukidashi h3 {
	font-weight: 700;
	font-size: 4.5vw;
	letter-spacing: 0.15vw;
	color: white;
	@media (min-width: 751px) {
		font-size: 30px;
		letter-spacing: 1px;
	}
}

.kininaru-price-strength__fukidashi h3 span {
	color: #FFFB00;
	font-weight: 700;
	font-size: 4.5vw;
	@media (min-width: 751px) {
		font-size: 30px;
	}
}

.kininaru-price {
	width: 100%;
	background: white;
	margin-top: -1px;
}
#kininaru-price-strength,
#kininaru-price-strength * {
box-sizing: border-box;
}

.roboto {
font-family: Roboto, Arial, sans-serif;
}

#kininaru-price-strength {
	width: 100%;
	margin: auto;
	padding: 40px 0;
	background: white;
	@media (min-width: 750px) {
		width: 100%;
		padding: 10px 0 40px;
	}
}

@media screen and (max-width: 750px) {
#kininaru-price-strength {
	padding: 20px 0 30px;
}
}

.kininaru-price-strength__wrap {
width: 100%;
max-width: 1040px;
padding: 0 20px;
margin: 0 auto;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__wrap {
	max-width: inherit;
	padding: 0 10px;
}
}

.kininaru-price-strength__subheading {
margin: 0;
color: #333;
font-size: 32px;
font-weight: 900;
text-align: center;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__subheading {
	font-size: 18px;
}
}

.kininaru-price-strength__subheading span {
display: inline-block;
padding-bottom: 9px;
border-bottom: 2px solid #333;
position: relative;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__subheading span {
	padding-bottom: 4px;
}
}

.kininaru-price-strength__subheading span::before {
content: "";
display: block;
width: 24px;
height: 24px;
margin: auto;
background: #eef8ff;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
pointer-events: none;
position: absolute;
left: 0;
right: 0;
bottom: -14px;
transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__subheading span::before {
	width: 12px;
	height: 12px;
	bottom: -8px;
}
}

.kininaru-price-strength__subheading strong {
position: relative;
z-index: 2;
}

.kininaru-price-strength__heading {
margin: 38px 0 0 0;
color: black;
font-size: 38px;
font-weight: 700;
line-height: 1.4;
text-align: center;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__heading {
	margin: 22px 0 0 0;
	font-size: 6.3vw;
}
}

.kininaru-price-strength__heading strong {
	color: #EE1111;
	font-weight: 900;
}

.kininaru-price-strength__heading span {
display: inline;
padding-bottom: 7px;
margin: 0;
background: linear-gradient(transparent 75%, #fcee21 25%);
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__heading span {
	padding-bottom: 2px;
}
}

.kininaru-price-strength__heading .sp-only {
	@media (min-width: 751px) {
		display: none;
	}
}

.kininaru-price-strength__summary {
margin-top: 35px;
color: #333;
font-size: 16px;
letter-spacing: 1px;
text-align: center;
line-height: 1.6;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__summary {
	margin-top: 25px;
	padding: 0 2.5vw;
	font-size: 3.3vw;
	text-align: left;
	letter-spacing: 0.3vw;
}
}

.kininaru-price-strength__summary .pc-only {
	@media (max-width: 750px) {
		display: none;
	}
}

.kininaru-price-strength__box {
margin-top: 35px;
padding: 25px;
background-color: #fff;
background-image: linear-gradient(0deg, transparent 31px, #d0d0d0 32px), linear-gradient(90deg, transparent 31px, #d0d0d0 32px);
background-size: 32px 32px;
border: 14px solid #007CD7;
border-radius: 30px;
position: relative;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__box {
	margin: 20px 3px;
	padding: 10px 25px;
    border: 6px solid #007CD7;
    border-radius: 20px;
}
}

.kininaru-price-strength__circle {
display: flex;
justify-content: center;
align-items: center;
width: 80px;
height: 80px;
margin: auto;
background: #007CD7;
border-radius: 50%;
pointer-events: none;
color: #fff;
font-size: 16px;
font-weight: 700;
text-align: center;
position: absolute;
top: -50px;
left: 0;
right: 0;
z-index: 2;
transform: rotate(-10deg);
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__circle {
	width: 60px;
	height: 60px;
	font-size: 15px;
	top: -35px;
}
}

.kininaru-price-strength__flex {
display: flex;
justify-content: center;
align-items: center;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__flex {
	display: block;
}
}

.kininaru-price-strength__left {
margin: 0 20px;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__left {
	margin: 0;
}
}

.kininaru-price-strength__left__read {
color: #333;
font-weight: 700;
line-height: 1.33;
margin: 10px 0 0;
}

.kininaru-price-strength__left__read strong {
display: block;
font-size: 40px;
font-weight: 700;
text-align: center;
}

.kininaru-price-strength__left__read strong span {
	font-size: 23px;
	font-weight: 700;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__left__read strong {
	font-size: 28px;
}
}

.kininaru-price-strength__left__read small {
display: block;
font-size: 24px;
font-weight: 700;
text-align: center;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__left__read small {
	font-size: 20px;
}
}

.kininaru-price-strength__right {
    margin: 0 20px;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: end;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__right {
	margin: 0;
}
}

p#kininaru-price-strength__right--atari {
    font-weight: 700;
    font-size: 17px;
    color: #333333;
    line-height: 1.25;
    padding-bottom: 5px;
}

.kininaru-price-strength__right--atari {
	text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #333333;
    margin-top: 3px;
}

.kininaru-price-strength__right__heading {
display: inline-block;
margin: 0;
color: #f03a3a;
font-size: 48px;
font-weight: 700;
letter-spacing: 0;
text-align: center;
position: relative;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__right__heading {
	font-size: 26px;
}
}

@media screen and (max-width: 768px) {
.kininaru-price-strength__right__heading {
	max-width: 292px;
	margin: 14px auto 0 auto;
	font-size: 28px;
}
}

.kininaru-price-strength__right__heading strong {
display: inline-block;
font-size: 96px;
font-weight: 700;
position: relative;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__right__heading strong {
	font-size: 55px;
}
}

@media screen and (max-width: 768px) {
.kininaru-price-strength__right__heading strong {
	font-size: 60px;
}
}

.kininaru-price-strength__right__heading strong span {
font-size: 72px;
font-weight: 700;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__right__heading strong span {
	font-size: 56px;
}
}

@media screen and (max-width: 768px) {
.kininaru-price-strength__right__heading strong span {
	font-size: 44px;
}
}

.kininaru-price-strength__right__heading strong::before {
content: "";
display: block;
width: 34px;
height: 36px;
background: url("https://std-ie.jp/img/map/offer_bg_price_right_heading.webp") no-repeat top left / 100% 100%;
pointer-events: none;
position: absolute;
top: -8px;
right: -19px;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__right__heading strong::before {
	width: 24px;
	height: 24px;
	top: -10px;
	right: -14px;
}
}

.kininaru-price-strength__right__heading>span {
font-size: 24px;
font-weight: 700;
}

@media screen and (max-width: 768px) {
.kininaru-price-strength__right__heading>span {
	font-size: 20px;
}
}

.kininaru-price-strength__right__heading small {
font-size: 12px;
position: absolute;
top: 29px;
right: 4px;
}

@media screen and (max-width: 750px) {
.kininaru-price-strength__right__heading small {
	font-size: 10px;
    top: 16px;
    right: 12px;
}
}

p#kininaru-price-strength__right__read {
margin: 12px 0 0;
color: #333;
font-size: 12px;
font-weight: 500;
text-align: center;
}

@media screen and (max-width: 750px) {
	p#kininaru-price-strength__right__read {
		font-size: 11.5px;
	}
}

.kininaru-price-strength__right__blue-box {
	display: flex;
	background: #EEF9FE;
	border: solid 3px #007CD7;
}
p#kininaru-price-strength__right__blue-box__left {
	background: #007CD7;
	display: flex;
	margin: -1px 0 -1px -1px;
	padding: 3px 6px;
	color: white;
	font-size: 15px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	@media (min-width: 751px) {
		font-size: 20px;
	}
}
p#kininaru-price-strength__right__blue-box__left .sp-only {
	@media (min-width: 751px) {
		display: none;
	}
}
p#kininaru-price-strength__right__blue-box__left .pc-only {
	@media (max-width: 750px) {
		display: none;
	}
}
.kininaru-price-strength__right__blue-box--left-box {
	display: flex;
    align-items: center;
    background: #007CD7;
    margin: -1px 0 -0.5px -0.5px;
}
p#kininaru-price-strength__right__blue-box--left-plus {
	color: white;
    font-weight: 900;
    font-size: 9vw;
    line-height: 1;
    padding: 0 3px 3px;
	@media (min-width: 751px) {
		font-size: 33px;
		padding: 0 5px;
	}
}
.kininaru-price-strength__right__blue-box {
	margin: auto;
	@media (min-width: 751px) {
		width: 428px;
		margin: 10px auto 0;
	}
}
.kininaru-price-strength__right__blue-box__mid {
	width: 14px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #007CD7;
	margin-left: -1px;
	@media (min-width: 751px) {
		width: 23px;
	}
}
p#kininaru-price-strength__right__blue-box__right {
	font-weight: 700;
	font-size: 6.3vw;
	margin: 0 0 0.7vw 3.5vw;
	color: #333333;
	line-height: 1.05;
	@media (min-width: 751px) {
		font-size: 32.4px;
		margin: 0 0 4px 10px;
		line-height: 0.9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
p#kininaru-price-strength__right__blue-box__right .always {
	font-weight: 700;
	font-size: 6.8vw;
	color: #333333;
	line-height: 1.05;
	@media (min-width: 751px) {
		padding-top: 4px;
		font-size: 32.4px;
		line-height: 0.9;
	}
}
p#kininaru-price-strength__right__blue-box__right .red {
	font-family: 'Roboto', sans-serif;
	color: #F03A3A;
	font-size: 11vw;
	padding-left: 0.3vw;
	@media (min-width: 751px) {
		font-size: 60px;
	}
}
p#kininaru-price-strength__right__blue-box__right .small {
	font-size: 5.5vw;
	padding-left: 0.3vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	@media (min-width: 751px) {
		font-size: 23.3px;
	}
}
.kininaru-price-strength__explanation {
	text-align: center;
	color: #333333;
	font-size: 12px;
	margin: 15px 0 0;
	@media (max-width: 751px) {
		font-size: 11px;
		margin: 8px 0 0;
	}
}




/**********************************************************************
*
*　　 ■リニューアル開校版
*
**********************************************************************/
.renew-kininaru-price *,
.renew-kininaru-price p,
.renew-kininaru-price p *,
.renew-kininaru-price h3 {
	font-family: 'Noto Sans JP', sans-serif;
}

.renew-kininaru-price .sp {
	@media (min-width: 751px) {
		display: none;
	}
}

.renew-kininaru-price .pc {
	@media (max-width: 750px) {
		display: none;
	}
}

.renew-kininaru-price-strength__headline {
	text-align: center;
	font-weight: 700;
    color: #333333;
	line-height: 1.4;
	margin: 5px 0 12px;
	@media (min-width: 751px) {
		font-size: 18px;
		margin: 15px 0 23px;
	}
}

.renew-kininaru-price-strength__headline .blue-letter {
	color: #007CD7;
	font-weight: 700;
	font-size: 18px;
	@media (min-width: 751px) {
		font-size: 24px;
	}
}

.renew-kininaru-price-strength__headline .red-letter {
	color: #E60012;
	font-weight: 700;
	font-size: 18px;
	@media (min-width: 751px) {
		font-size: 24px;
	}
}

.renew-kininaru-price-strength__headline .yellow-highlight {
	background: linear-gradient(transparent 70%, #fcee21 30%);
	font-size: 23px;
	font-weight: 700;
	color: #333333;
	@media (min-width: 751px) {
		font-size: 32px;
	}
}

.renew-kininaru-price-strength__fukidashi {
	position: relative;
	background: #007CD7;
    display: block;
    width: fit-content;
    padding: 1.5vw 6vw;
    margin: auto;
    border-radius: 10vw;
	@media (min-width: 751px) {
		padding: 10px 40px;
	}
}

.renew-kininaru-price-strength__fukidashi::after {
	position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 92%;
    display: block;
    content: '';
    width: 4vw;
    height: 4vw;
    background: #007CD7;
    clip-path: polygon(100% 0, 0 0, 50% 80%);
}

@media (min-width: 751px) {
	.renew-kininaru-price-strength__fukidashi::after {
		width: 25px;
		height: 25px;
	}
}

.renew-kininaru-price-strength__fukidashi h3 {
	font-weight: 700;
	font-size: 4.5vw;
	letter-spacing: 0.15vw;
	color: white;
	@media (min-width: 751px) {
		font-size: 30px;
		letter-spacing: 1px;
	}
}

.renew-kininaru-price-strength__fukidashi h3 span {
	color: #FFFB00;
	font-weight: 700;
	font-size: 4.5vw;
	@media (min-width: 751px) {
		font-size: 30px;
	}
}

.renew-kininaru-price {
	width: 100%;
	background: white;
	margin-top: -1px;
}
#renew-kininaru-price-strength,
#renew-kininaru-price-strength * {
box-sizing: border-box;
}

.roboto {
font-family: Roboto, Arial, sans-serif;
}

#renew-kininaru-price-strength {
	width: 100%;
	margin: auto;
	padding: 40px 0;
	background: #FFFDDF;
	@media (min-width: 750px) {
		width: 100%;
		padding: 10px 0 40px;
	}
}

@media screen and (max-width: 750px) {
#renew-kininaru-price-strength {
	padding: 20px 0 30px;
}
}

.renew-kininaru-price-strength__wrap {
width: 100%;
max-width: 1040px;
padding: 0 20px;
margin: 0 auto;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__wrap {
	max-width: inherit;
	padding: 0 10px;
}
}

.renew-kininaru-price-strength__subheading {
margin: 0;
color: #333;
font-size: 32px;
font-weight: 900;
text-align: center;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__subheading {
	font-size: 18px;
}
}

.renew-kininaru-price-strength__subheading span {
display: inline-block;
padding-bottom: 9px;
border-bottom: 2px solid #333;
position: relative;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__subheading span {
	padding-bottom: 4px;
}
}

.renew-kininaru-price-strength__subheading span::before {
content: "";
display: block;
width: 24px;
height: 24px;
margin: auto;
background: #eef8ff;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
pointer-events: none;
position: absolute;
left: 0;
right: 0;
bottom: -14px;
transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__subheading span::before {
	width: 12px;
	height: 12px;
	bottom: -8px;
}
}

.renew-kininaru-price-strength__subheading strong {
position: relative;
z-index: 2;
}

.renew-kininaru-price-strength__heading {
margin: 38px 0 0 0;
color: black;
font-size: 38px;
font-weight: 700;
line-height: 1.4;
text-align: center;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__heading {
	margin: 22px 0 0 0;
	font-size: 6.3vw;
}
}

.renew-kininaru-price-strength__heading strong {
	color: #EE1111;
	font-weight: 900;
}

.renew-kininaru-price-strength__heading span {
display: inline;
padding-bottom: 7px;
margin: 0;
background: linear-gradient(transparent 75%, #fcee21 25%);
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__heading span {
	padding-bottom: 2px;
}
}

.renew-kininaru-price-strength__heading .sp-only {
	@media (min-width: 751px) {
		display: none;
	}
}

.renew-kininaru-price-strength__summary {
margin-top: 35px;
color: #333;
font-size: 16px;
letter-spacing: 1px;
text-align: center;
line-height: 1.6;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__summary {
	margin-top: 25px;
	padding: 0 2.5vw;
	font-size: 3.3vw;
	text-align: left;
	letter-spacing: 0.3vw;
}
}

.renew-kininaru-price-strength__summary .pc-only {
	@media (max-width: 750px) {
		display: none;
	}
}

.renew-kininaru-price-strength__box {
margin-top: 35px;
padding: 25px;
background-color: #fff;
background-image: linear-gradient(0deg, transparent 31px, #d0d0d0 32px), linear-gradient(90deg, transparent 31px, #d0d0d0 32px);
background-size: 32px 32px;
border: 14px solid #007CD7;
border-radius: 30px;
position: relative;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__box {
	margin: 20px 3px;
	padding: 10px 25px;
    border: 6px solid #007CD7;
    border-radius: 20px;
}
}

.renew-kininaru-price-strength__circle {
display: flex;
justify-content: center;
align-items: center;
width: 80px;
height: 80px;
margin: auto;
background: #007CD7;
border-radius: 50%;
pointer-events: none;
color: #fff;
font-size: 16px;
font-weight: 700;
text-align: center;
position: absolute;
top: -50px;
left: 0;
right: 0;
z-index: 2;
transform: rotate(-10deg);
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__circle {
	width: 60px;
	height: 60px;
	font-size: 15px;
	top: -35px;
}
}

.renew-kininaru-price-strength__flex {
display: flex;
justify-content: center;
align-items: center;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__flex {
	display: block;
}
}

.renew-kininaru-price-strength__left {
margin: 0 20px;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__left {
	margin: 0;
}
}

.renew-kininaru-price-strength__left__read {
color: #333;
font-weight: 700;
line-height: 1.33;
margin: 10px 0 0;
}

.renew-kininaru-price-strength__left__read strong {
display: block;
font-size: 40px;
font-weight: 700;
text-align: center;
}

.renew-kininaru-price-strength__left__read strong span {
	font-size: 23px;
	font-weight: 700;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__left__read strong {
	font-size: 28px;
}
}

.renew-kininaru-price-strength__left__read small {
display: block;
font-size: 24px;
font-weight: 700;
text-align: center;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__left__read small {
	font-size: 20px;
}
}

.renew-kininaru-price-strength__right {
    margin: 0 20px;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: end;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__right {
	margin: 0;
}
}

p#renew-kininaru-price-strength__right--atari {
    font-weight: 700;
    font-size: 17px;
    color: #333333;
    line-height: 1.25;
    padding-bottom: 5px;
}

.renew-kininaru-price-strength__right--atari {
	text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #333333;
    margin-top: 3px;
}

.renew-kininaru-price-strength__right__heading {
display: inline-block;
margin: 0;
color: #f03a3a;
font-size: 48px;
font-weight: 700;
letter-spacing: 0;
text-align: center;
position: relative;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__right__heading {
	font-size: 26px;
}
}

@media screen and (max-width: 768px) {
.renew-kininaru-price-strength__right__heading {
	max-width: 292px;
	margin: 14px auto 0 auto;
	font-size: 28px;
}
}

.renew-kininaru-price-strength__right__heading strong {
display: inline-block;
font-size: 96px;
font-weight: 700;
position: relative;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__right__heading strong {
	font-size: 55px;
}
}

@media screen and (max-width: 768px) {
.renew-kininaru-price-strength__right__heading strong {
	font-size: 60px;
}
}

.renew-kininaru-price-strength__right__heading strong span {
font-size: 72px;
font-weight: 700;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__right__heading strong span {
	font-size: 56px;
}
}

@media screen and (max-width: 768px) {
.renew-kininaru-price-strength__right__heading strong span {
	font-size: 44px;
}
}

.renew-kininaru-price-strength__right__heading strong::before {
content: "";
display: block;
width: 34px;
height: 36px;
background: url("https://std-ie.jp/img/map/offer_bg_price_right_heading.webp") no-repeat top left / 100% 100%;
pointer-events: none;
position: absolute;
top: -8px;
right: -19px;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__right__heading strong::before {
	width: 24px;
	height: 24px;
	top: -10px;
	right: -14px;
}
}

.renew-kininaru-price-strength__right__heading>span {
font-size: 24px;
font-weight: 700;
}

@media screen and (max-width: 768px) {
.renew-kininaru-price-strength__right__heading>span {
	font-size: 20px;
}
}

.renew-kininaru-price-strength__right__heading small {
font-size: 12px;
position: absolute;
top: 29px;
right: 4px;
}

@media screen and (max-width: 750px) {
.renew-kininaru-price-strength__right__heading small {
	font-size: 10px;
    top: 16px;
    right: 12px;
}
}

p#renew-kininaru-price-strength__right__read {
margin: 12px 0 0;
color: #333;
font-size: 12px;
font-weight: 500;
text-align: center;
}

@media screen and (max-width: 750px) {
	p#renew-kininaru-price-strength__right__read {
		font-size: 11.5px;
	}
}

.renew-kininaru-price-strength__right__blue-box {
	display: flex;
	background: #EEF9FE;
	border: solid 3px #007CD7;
}
p#renew-kininaru-price-strength__right__blue-box__left {
	background: #007CD7;
	display: flex;
	margin: -1px 0 -1px -1px;
	padding: 3px 6px;
	color: white;
	font-size: 15px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	@media (min-width: 751px) {
		font-size: 20px;
	}
}
p#renew-kininaru-price-strength__right__blue-box__left .sp-only {
	@media (min-width: 751px) {
		display: none;
	}
}
p#renew-kininaru-price-strength__right__blue-box__left .pc-only {
	@media (max-width: 750px) {
		display: none;
	}
}
.renew-kininaru-price-strength__right__blue-box--left-box {
	display: flex;
    align-items: center;
    background: #007CD7;
    margin: -1px 0 -0.5px -0.5px;
}
p#renew-kininaru-price-strength__right__blue-box--left-plus {
	color: white;
    font-weight: 900;
    font-size: 9vw;
    line-height: 1;
    padding: 0 3px 3px;
	@media (min-width: 751px) {
		font-size: 33px;
		padding: 0 5px;
	}
}
.renew-kininaru-price-strength__right__blue-box {
	margin: auto;
	@media (min-width: 751px) {
		width: 428px;
		margin: 10px auto 0;
	}
}
.renew-kininaru-price-strength__right__blue-box__mid {
	width: 14px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #007CD7;
	margin-left: -1px;
	@media (min-width: 751px) {
		width: 23px;
	}
}
p#renew-kininaru-price-strength__right__blue-box__right {
	font-weight: 700;
	font-size: 6.3vw;
	margin: 0 0 0.7vw 3.5vw;
	color: #333333;
	line-height: 1.05;
	@media (min-width: 751px) {
		font-size: 32.4px;
		margin: 0 0 4px 10px;
		line-height: 0.9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
p#renew-kininaru-price-strength__right__blue-box__right .always {
	font-weight: 700;
	font-size: 6.8vw;
	color: #333333;
	line-height: 1.05;
	@media (min-width: 751px) {
		padding-top: 4px;
		font-size: 32.4px;
		line-height: 0.9;
	}
}
p#renew-kininaru-price-strength__right__blue-box__right .red {
	font-family: 'Roboto', sans-serif;
	color: #F03A3A;
	font-size: 11vw;
	padding-left: 0.3vw;
	@media (min-width: 751px) {
		font-size: 60px;
	}
}
p#renew-kininaru-price-strength__right__blue-box__right .small {
	font-size: 5.5vw;
	padding-left: 0.3vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	@media (min-width: 751px) {
		font-size: 23.3px;
	}
}
.renew-kininaru-price-strength__explanation {
	text-align: center;
	color: #333333;
	font-size: 12px;
	margin: 15px 0 0;
	@media (max-width: 751px) {
		font-size: 11px;
		margin: 8px 0 0;
	}
}



/**********************************************************************
*
*　　 ■サイドメニューなどの調整
*
**********************************************************************/

/* #main_cont {
	@media (min-width: 751px) {
		display: grid;
		grid-template-columns: auto auto;
		gap: 30px 0;
	}
}

#class_info {
	@media (min-width: 751px) {
		grid-column: 1/2;
		grid-row: 1/2;
	}
}

aside {
	@media (min-width: 751px) {
		grid-column: 2/3;
		grid-row: 1/2;
	}
} */


/**********************************************************************
*
*　　 ■ cv-type2
*
**********************************************************************/
.cv-type2 {
    position: relative;
    margin-top: -1px;
    padding: 4vw;
    @media (min-width: 751px) {
        padding: 20px 0 30px;
    }
}

@media (max-width: 750px) {
	.cv-type2-anshinkakaku {
		margin-bottom: 50px !important;
	}
}

.cv-type2 .sp {
	@media (min-width: 751px) {
		display: none;
	}
}

.cv-type2 .pc {
	@media (max-width: 750px) {
		display: none;
	}
}

.cv-type2 img {
	max-width: 100%;
	height: auto;
}

.cv-type2 * {
	font-family: 'Noto Sans JP', sans-serif;
}

/* @media (min-width: 751px) {
    .cv-type2 {
        min-width: min(calc((1920 / 751)* 100vw), 1920px);
        max-width: 1920px;
    }
} */

.cv-type2-wrapper {
    /* max-width: 1000px; */
    margin: auto;
}

.cv-type2__chalkboard-img {
    width: 100%;
}

.cv-type2__free-taiken {
    font-weight: 900;
    font-size: 6vw;
    color: #005BBD;
    background: linear-gradient(transparent 70%, #fcee21 30%);
    text-align: center;
    margin: 5vw 0 4vw;
	padding-bottom: 2px;
    @media (min-width: 751px) {
        font-size: 30px;
        width: fit-content;
        margin: 30px auto 10px;
		padding-bottom: 5px;
    }
}

.cv-type2__text{
    text-align: center;
    font-size: 3.3vw;
    letter-spacing: 0.1vw;
    line-height: 1.75;
	margin-bottom: 15px;
    @media (min-width: 751px) {
        font-size: 16px;
		margin-bottom: 20px;
    }
}

.cv-type2__taiken-siryou {
    @media (min-width: 751px) {
        display: flex;
        align-items: end;
        gap: 25px;
    }
}

.cv-type2__taiken-siryou--siryou p {
    font-weight: 900;
    font-size: 4.2vw;
    margin: 5vw 0 1.5vw;
    text-align: center;
	color: #333333;
    @media (min-width: 751px) {
        font-size: 16px;
        margin: 0 0 12px;
    }
}

.cv-type2__tel {
    background: #FCEE21;
    padding: 3px;
    margin-top: 24px;
    @media (min-width: 751px) {
        display: flex;
        width: 654px;
        margin: 30px auto 25px;
    }
}

.cv-type2__tel--head {
    @media (min-width: 751px) {
        width: 204px;
        display: flex;
        justify-content: center;
        align-items: center;		
    }
}

.cv-type2__tel--head h4 {
    text-align: center;
    font-size: 5vw;
    font-weight: 900;
    margin: 1px 0 4px;
	color: #333333;
    @media (min-width: 751px) {
        font-size: 20px;
		letter-spacing: 1px;
        line-height: 1.4;
    }
}

.cv-type2__tel--body {
    background: #FFFBED;
    padding: 4vw 5vw 2vw;
    @media (min-width: 751px) {
        padding: 8px 20px 8px 50px;
        width: 444px;
    }
}

.cv-type2__tel--body p {
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #333333;
    margin: 2vw 0;
    @media (min-width: 751px) {
        font-size: 14px;
        margin: 6px 0 0;
        letter-spacing: 0.6px;
    }
}

.cv-type2__tel--body__tel-img {
    width: 328px;
}

.cv-type2__sim {
	margin: 15px auto 35px;;
    display: block;
    width: fit-content;
	@media (min-width: 1080px) {
		margin-bottom: 60px;
	}
}

.cv-type2__sim--blue-box {
	background: #005BBD;
	display: flex;
	padding: 3px;
	filter: drop-shadow(4px 4px 0 #58A3F5);
	width: 70vw;
	transform: translateZ(0);
	@media (min-width: 1080px) {
		width: 480px;
		padding: 3.5px;
		filter: drop-shadow(5px 5px 0 #58A3F5);
	}
}

a.cv-type2__sim--blue-box,
a.cv-type2__sim--blue-box:visited,
a.cv-type2__sim--blue-box:hover,
a.cv-type2__sim--blue-box:active {
	text-decoration: none;
}

@media (hover: none) and (pointer: coarse) {
	a.cv-type2__sim--blue-box {
		color: inherit;
    	text-decoration: none;
		filter: drop-shadow(5px 5px 0 #58A3F5);;
	}
}

.cv-type2__sim--white-box {
	background: white;
	flex: auto;
	display: flex;
	justify-content: center;
	padding: 0 0 1vw 0;
	@media (min-width: 1080px) {
		padding: 0 12px 7px 0;
	}
}

.cv-type2__sim--white-box__calculator {
	width: 11vw;
	height: auto;
	@media (min-width: 1080px) {
		width: 57px;
		margin: 3px 0 0 5px;
	}
}

.cv-type2__sim--white-box p {
	margin: 0;
	font-size: 4.5vw;
    font-weight: 900;
    color: #333333;
    text-decoration: none;
	text-align: center;
	line-height: 1.2;
	flex: auto;
	@media (min-width: 1080px) {
		font-size: 24px;
		font-weight: 700;
	}
}

.cv-type2__sim--white-box p span {
	font-weight: 700;
    font-size: 3vw;
	@media (min-width: 1080px) {
		font-size: 16px;
	}
}

.cv-type2__sim--right {
	width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
	@media (min-width: 1080px) {
		width: 27px;
	}
}

.cv-type2__sim--right__arrow {
	display: block;
	width: 75%;
	height: auto;
	aspect-ratio: 1 /1;
	background: white;
	clip-path: polygon(50% 0, 100% 51%, 92% 59%, 50% 16%, 8% 59%, 0 51%);
	transform: rotate(90deg);
	@media (min-width: 1080px) {
		width: 20px;
	}
}

img#cv-type2__anshinkakaku {
	margin-top: 25px;
    width: 90%;
    margin: 25px auto 0;
    display: block;
}


/**********************************************************************
*
*　　 gakunenbetsu-all
*
**********************************************************************/

.gakunenbetsu-all {
    position: relative;
    background-color: white;
    /* background-image: linear-gradient(0deg, transparent 15px, #e2e2e2 16px), linear-gradient(90deg, transparent 15px, #e2e2e2 16px); */
    background-size: 16px 16px;
    padding-bottom: 30px;
}

.gakunenbetsu-all .sp {
	@media (min-width: 751px) {
		display: none;
	}
}

.gakunenbetsu-all .pc {
	@media (max-width: 750px) {
		display: none;
	}
}

.gakunenbetsu-all img {
	max-width: 100%;
	height: auto;
}

.gakunenbetsu-all * {
	font-family: 'Noto Sans JP', sans-serif;
}

.gakunenbetsu-all__head p {
    text-align: center;
    color: #008DDC;
    font-size: 18px;
    font-weight: 500;
    margin: 35px 0 0 0;
}

@media (min-width: 751px) {
    .gakunenbetsu-all__head p {
        font-size: 24px;
    }
}

.gakunenbetsu-all__head h2 {
    text-align: center;
    color: #333333;
    font-size: 28px;
	font-weight: 700;
    margin: 0;
}

@media (min-width: 751px) {
    .gakunenbetsu-all__head h2 {
        font-size: 36px;
    }
}

.gakunenbetsu-all__main-container {
    max-width: 751px;
    margin: auto;
}
    
.gakunenbetsu-all__main--tab-container {
    width: min(calc((630 / 750) * 100vw), 630px);
    margin: 0 auto;
    display: flex;
    margin: 36px auto 0 auto;
}

.gakunenbetsu-all__main--tab-container > div {
    flex: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.gakunenbetsu-all__main--content {
    padding: 0px 30px;
    position: relative;
}

.gakunenbetsu-all__main--elementary {
    display: none;
}

.gakunenbetsu-all__main--junior-high {
    display: none;
}

.gakunenbetsu-all__main--high {
    display: none;
}

@media (min-width: 751px) {
    .gakunenbetsu-all {
        /* min-width: min(calc((1920 / 751)* 100vw), 1920px); */
        max-width: 100%;
    }

    .gakunenbetsu-all__main--tab-container {
        width: calc(100% - 60px);
    }
}

.js-gakunenbetsu-show {
    display: block;
}

.gakunenbetsu-all__main--elementary__cta,
.gakunenbetsu-all__main--junior-high__cta,
.gakunenbetsu-all__main--high__cta {
    position: absolute;
    bottom: 2.5%;
    left: 50%;
    translate: -50% 0;
    width: 70vw;
    @media (min-width: 751px) {
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 600px;
    }
}

@media (min-width: 751px) {
    .gakunenbetsu-all__main--elementary__cta {
        bottom: 3%;
    }

    .gakunenbetsu-all__main--junior-high__cta {
        bottom: 3%;
    }

    .gakunenbetsu-all__main--high__cta {
        bottom: 3%;
    }
}

.gakunenbetsu-all__main--elementary__cta__taiken-siryou--siryou,
.gakunenbetsu-all__main--junior-high__cta__taiken-siryou--siryou,
.gakunenbetsu-all__main--high__cta__taiken-siryou--siryou {
    @media (min-width: 751px) {
        width: 295px;
    }
}

.gakunenbetsu-all__main--elementary__cta__taiken-siryou--siryou p,
.gakunenbetsu-all__main--junior-high__cta__taiken-siryou--siryou p,
.gakunenbetsu-all__main--high__cta__taiken-siryou--siryou p {
    font-weight: 900;
    font-size: 3vw;
    margin: 5vw 0 1.5vw;
    text-align: center;
    color: #333333;
    @media (min-width: 751px) {
        font-size: 13.5px;
        margin: 0 0 12px;
    }
}

.gakunenbetsu-all__main--elementary__cta__tel,
.gakunenbetsu-all__main--junior-high__cta__tel,
.gakunenbetsu-all__main--high__cta__tel {
    background: #FCEE21;
    padding: 3px;
    margin-top: 16px;
    @media (min-width: 751px) {
        width: 295px;
    }
}

.gakunenbetsu-all__main--elementary__cta__tel--head,
.gakunenbetsu-all__main--junior-high__cta__tel--head,
.gakunenbetsu-all__main--high__cta__tel--head {
    @media (min-width: 751px) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.gakunenbetsu-all__main--elementary__cta__tel--head h4,
.gakunenbetsu-all__main--junior-high__cta__tel--head h4,
.gakunenbetsu-all__main--high__cta__tel--head h4 {
    text-align: center;
    font-size: 4vw;
    font-weight: 900;
    margin: 1px 0 4px;
    color: #333333;
    @media (min-width: 751px) {
        font-size: 18px;
    }
}

.gakunenbetsu-all__main--elementary__cta__tel--body,
.gakunenbetsu-all__main--junior-high__cta__tel--body,
.gakunenbetsu-all__main--high__cta__tel--body {
    background: #FFFBED;
    padding: 2.5vw 5vw 1vw;
    @media (min-width: 751px) {
        padding: 4px 30px 4px 40px;
    }
}

.gakunenbetsu-all__main--elementary__cta__tel--body p,
.gakunenbetsu-all__main--junior-high__cta__tel--body p,
.gakunenbetsu-all__main--high__cta__tel--body p {
    font-size: 3vw;
    letter-spacing: 0.05vw;
    text-align: center;
    color: #333333;
    margin: 1vw 0;
    @media (min-width: 751px) {
        font-size: 13px;
        margin: 0;
        letter-spacing: 0.3px;
    }
}

.gakunenbetsu-all__main--elementary__cta__tel--body__tel-img,
.gakunenbetsu-all__main--junior-high__cta__tel--body__tel-img,
.gakunenbetsu-all__main--high__cta__tel--body__tel-img {
    width: 280px;
}



/**********************************************************************
*
*　　 kobetsu-sengen & questions-available
*
**********************************************************************/

.kobetsu-sengen img,
.questions-available img {
	max-width: 100%;
	height: auto;
}

.kobetsu-sengen {
    margin-top: -5px;
}
@media (min-width: 751px) {
    .kobetsu-sengen {
        /* min-width: min(calc((1920 / 751)* 100vw), 1920px); */
        max-width: 100%;
    }
}
#kobetsu-sengen picture:nth-of-type(2) img {
    margin-top: -5px;
}

.questions-available {
    margin-top: -5px;
}
@media (min-width: 751px) {
    .questions-available {
        /* min-width: min(calc((1920 / 751)* 100vw), 1920px); */
        max-width: 100%;
    }
}



/**********************************************************************
*
*　　 private-application anshinkakaku-sengen
*
**********************************************************************/
.private-application img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 1080px) {
    .private-application {
        /* min-width: min(calc((1920 / 1080)* 100vw), 1920px); */
        max-width: 1920px;
    }
}

.anshinkakaku-sengen {
    margin-top: -5px;
}

.anshinkakaku-sengen img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 1080px) {
    .anshinkakaku-sengen {
        /* min-width: min(calc((1920 / 1080)* 100vw), 1920px); */
        max-width: 1920px;
    }
}



/**********************************************************************
*
*　　 entry_flow
*
**********************************************************************/
#entry_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #eef9fe;
    overflow: hidden;

    @media screen and (max-width: 1024px) {
    max-width: 750px;
    }
}

#entry_flow * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

#entry_flow .container {
    padding: 45px 0;
}

#entry_flow .wrap {
    max-width: 1000px;
    padding: 60px 30px;
    margin: 0 auto;
}

.entry_flow .flow h2 {
    padding: 0;
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.entry_flow .flow h2::before {
    content: "FLOW";
    display: block;
    font-family: roboto, sans-serif;
    color: #008DDC;
    font-size: 6vw;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8;
    @media (min-width: 751px) {
        font-size: 24px;
    }
}

.entry_flow .flow ul {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 0;
}

.entry_flow .flow ul h3 {
    padding: 0;
    margin: 0;
    color: #008DDC;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-align: left;
}

.entry_flow .flow ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 1.3rem;
    line-height: 1.4;
    letter-spacing: 1.6px;
    position: relative;
}

.entry_flow .flow ul li .flow-icon {
    display: inline-block;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    z-index: 1;
}

.entry_flow .flow ul li .flow-icon img {
    width: 50px;
    height: 50px;
}

.entry_flow .flow .flow-desp {
    width: calc(100% - 90px);
    padding-left: 20px;
}

.entry_flow .flow .flow-desp p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: justify;

    font-feature-settings: "palt"on;
}

.entry_flow .flow ul li:not(:last-child)::before {
    content: "";
    width: 4px;
    height: 100%;
    background: #008DDC;
    position: absolute;
    top: 90px;
    left: 45px;
    z-index: 0;
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (min-width: 751px) {
    #entry_flow {
    padding: 50px 0;
    }

    #entry_flow .wrap {
    padding: 0 1.5rem;
    }

    .entry_flow .flow h2 {
    font-size: 38px;
    }

    .entry_flow .flow ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    }

    .entry_flow .flow ul li {
    display: block;
    width: 23%;
    text-align: center;
    position: relative;
    z-index: 1;
    }

    .entry_flow .flow ul li:not(:last-child)::before {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 73px;
    left: calc(50%);
    z-index: -1;
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    }

    .entry_flow .flow ul li .flow-icon {
    width: 140px;
    height: 140px;
    padding: 45px;
    }

    .entry_flow .flow ul li .flow-desp {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
    }

    .entry_flow .flow ul li .flow-desp h3 {
    font-size: 20px;
    text-align: center;
    }

    .entry_flow .flow ul li .flow-desp p {
    margin-top: 5px;
    font-size: 16px;
    }
}


/**********************************************************************
*
*　　 message
*
**********************************************************************/
#message {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #FFFFEB;
    overflow: hidden;

    @media screen and (max-width: 750px) {
    max-width: 750px;
    }
}

#message * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.message .__flex {
    display: flex;
    width: 100%;
    height: 520px;

    @media screen and (max-width: 750px) {
    display: block;
    height: auto;
    }
}

.message .__left,
.message .__right {
    width: 50%;
    position: relative;

    @media screen and (max-width: 750px) {
    width: auto;
    }
}

.message .__left img {
    width: auto;
	height: 520px;
    position: absolute;
    top: 0;
    right: 0;

    @media screen and (max-width: 750px) {
    width: calc(100% + 30px);
    height: auto;
    margin-left: -15px;
    position: static;
    }
}

.message .__right {
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .message .__right {
    padding-top: 60px;
    padding-left: 0;
    padding-bottom: 60px;
    }
}

@media screen and (max-width: 900px) {
    .message .__right {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    }
}

.message .__subheading {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    color: #008DDC;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;

    @media screen and (max-width: 750px) {
    font-size: 20px;
    }
}

.message .__heading {
    margin: 4px 0 0 0;
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;

    @media screen and (max-width: 900px) {
    font-size: 40px;

    @media screen and (max-width: 1024px) {
        font-size: 32px;
    }
    }
}

.message .__read {
    width: 100%;
    max-width: 480px;
    margin: 40px 0 0 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
    .message .__read {
    margin-top: 20px;
    font-size: 15px;
    }
}

@media screen and (max-width: 900px) {
    .message .__read {
    margin-top: 20px;
    }
}





/**********************************************************************
*
*　　 モーダル・フローティング類
*
**********************************************************************/


.modal-campaign {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.modal-campaign .sp {
	@media (min-width: 751px) {
		display: none;
	}
}

.modal-campaign .pc {
	@media (max-width: 750px) {
		display: none;
	}
}

.modal-campaign * {
	font-family: 'Noto Sans JP', sans-serif;
}

.modal-campaign img {
	max-width: 100%;
	height: auto;
}

.modal-campaign__inner-wrapper {
    width: min(calc((630 / 750)* 100vw), 630px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 87%;
}

.modal-campaign__cls-btn {
    position: absolute;
    width: min(calc((80 / 750)* 100vw), 80px);
    right: min(calc((-20 / 750)* 100vw), -20px);
    top: min(calc((-20 / 750)* 100vw), -20px);
    z-index: 1;
}

.modal-campaign__cls-btn button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.modal-campaign__main {
    height: 100%;
    overflow: scroll;
    background-color: #ffffff;
}

.modal-campaign__main--img {
    width: 100%;
}

.modal-campaign__main--inner {
    position: relative;
}

@media (min-width: 751px) {
    .modal-campaign__inner-wrapper {
        width: min(calc((1000 / 1080)* 100vw), 1000px);
    }

    .modal-campaign__cls-btn {
        width: min(calc((48 / 1080) * 100vw), 48px);
        right: -24px;
        top: min(calc((-20 / 1080)* 100vw), -20px);
    }
}

.modal-campaign__main--inner__cta {
    padding: 0 3vw 5vw;
    @media (min-width: 751px) {
        padding: 0 35px;
    }
}

.modal-campaign__main--inner__cta--free-taiken {
    font-weight: 900;
    font-size: 5vw;
    color: #4E2F09;
    background: linear-gradient(transparent 70%, #fcee21 30%);
    text-align: center;
    margin: 5vw auto 4vw;
    width: fit-content;
    @media (min-width: 751px) {
        font-size: 30px;
        width: fit-content;
        margin: 30px auto 10px;
    }
}

.modal-campaign__main--inner__cta--text {
    text-align: center;
    font-size: 2.9vw;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    @media (min-width: 751px) {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

.modal-campaign__main--inner__cta--taiken-siryou {
    @media (min-width: 751px) {
        display: flex;
        align-items: end;
        gap: 25px;
    }
}

.modal-campaign__main--inner__cta--taiken-siryou--siryou p {
    font-weight: 900;
    font-size: 3.5vw;
    margin: 5vw 0 1.5vw;
    text-align: center;
    color: #333333;
    @media (min-width: 751px) {
        font-size: 17px;
        margin: 0 0 12px;
    }
}

.modal-campaign__main--inner__cta--tel {
    background: #FCEE21;
    padding: 3px;
    margin-top: 24px;
    @media (min-width: 751px) {
        display: flex;
        width: 654px;
        margin: 30px auto 25px;
    }
}

.modal-campaign__main--inner__cta--tel--head {
    @media (min-width: 751px) {
        width: 204px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.modal-campaign__main--inner__cta--tel--head h4 {
    text-align: center;
    font-size: 4.3vw;
    font-weight: 900;
    margin: 1px 0 4px;
    color: #333333;
    @media (min-width: 751px) {
        font-size: 20px;
    }
}

.modal-campaign__main--inner__cta--tel--body {
    background: #FFFBED;
    padding: 4vw 5vw 2vw;
    @media (min-width: 751px) {
        padding: 8px 20px 8px 50px;
        width: 444px;
    }
}

.modal-campaign__main--inner__cta--tel--body p {
    font-size: 3.3vw;
    letter-spacing: 0.1vw;
    text-align: center;
    color: #333333;
    margin: 1vw 0;
    @media (min-width: 751px) {
        font-size: 14px;
        margin: 6px 0 0;
        letter-spacing: 0.6px;
    }
}

.modal-campaign__main--inner__cta--tel--body__tel-img {
    width: 328px;
}

.modal-campaign__main--inner__cta--sim {
	margin: 15px auto 5px;;
    display: block;
    width: fit-content;
	@media (min-width: 1080px) {
		margin-bottom: 30px;
	}
}

.modal-campaign__main--inner__cta--sim__blue-box {
	background: #005BBD;
	display: flex;
	padding: 3px;
	filter: drop-shadow(4px 4px 0 #58A3F5);
	width: 70vw;
	transform: translateZ(0);
	@media (min-width: 1080px) {
		width: 480px;
		padding: 3.5px;
		filter: drop-shadow(5px 5px 0 #58A3F5);
	}
}

a.modal-campaign__main--inner__cta--sim__blue-box,
a.modal-campaign__main--inner__cta--sim__blue-box:visited,
a.modal-campaign__main--inner__cta--sim__blue-box:hover,
a.modal-campaign__main--inner__cta--sim__blue-box:active {
	text-decoration: none;
}

@media (hover: none) and (pointer: coarse) {
	a.modal-campaign__main--inner__cta--sim__blue-box {
		color: inherit;
    	text-decoration: none;
		filter: drop-shadow(5px 5px 0 #58A3F5);;
	}
}

.modal-campaign__main--inner__cta--sim__white-box {
	background: white;
	flex: auto;
	display: flex;
	justify-content: center;
	padding: 0 0 1vw 0;
	@media (min-width: 1080px) {
		padding: 0 12px 7px 0;
	}
}

.modal-campaign__main--inner__cta--sim__white-box--calculator {
	width: 11vw;
	height: auto;
	@media (min-width: 1080px) {
		width: 57px;
		margin: 3px 0 0 5px;
	}
}

.modal-campaign__main--inner__cta--sim__white-box p {
	margin: 0;
	font-size: 4.5vw;
    font-weight: 900;
    color: #333333;
    text-decoration: none;
	text-align: center;
	line-height: 1.2;
	flex: auto;
	@media (min-width: 1080px) {
		font-size: 24px;
		font-weight: 700;
	}
}

.modal-campaign__main--inner__cta--sim__white-box p span {
	font-weight: 700;
    font-size: 3vw;
	@media (min-width: 1080px) {
		font-size: 16px;
	}
}

.modal-campaign__main--inner__cta--sim__right {
	width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
	@media (min-width: 1080px) {
		width: 27px;
	}
}

.modal-campaign__main--inner__cta--sim__right--arrow {
	display: block;
	width: 75%;
	height: auto;
	aspect-ratio: 1 /1;
	background: white;
	clip-path: polygon(50% 0, 100% 51%, 92% 59%, 50% 16%, 8% 59%, 0 51%);
	transform: rotate(90deg);
	@media (min-width: 1080px) {
		width: 20px;
	}
}



/*教室検索モーダル*/
.modal-school-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.modal-school-search button {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

.modal-school-search * {
	font-family: 'Noto Sans JP', sans-serif;
}

.modal-school-search img {
	max-width: 100%;
	height: auto;
}

.modal-school-search__inner-wrapper {
    width: min(calc((630 / 750) * 100vw), 630px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.modal-school-search__content {
    position: relative;
}

.modal-school-search__cls-btn-container {
    position: absolute;
    width: min(calc((80 / 750) * 100vw), 80px);
    right: -14px;
    top: -18px;
}

.modal-school-search__cls-btn {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

@media (min-width: 750px) {
    .modal-school-search__inner-wrapper {
        width: min(calc((630 / 750) * 100vw), 630px);
    }
}

@media (min-width: 751px) {
    .modal-school-search__inner-wrapper {
        width: 1000px;
    }

    .modal-school-search__cls-btn-container {
        width: min(calc((48 / 1080) * 100vw), 48px);
        right: -24px;
        top: -21px;
    }
}

.modal-school-search__main {
    box-sizing: border-box;
    width: min(calc((630 / 750) * 100vw), 630px);
    height: auto;
    background: white;
    padding: 5% 3.5%;
}

@media (min-width: 751px) {
    .modal-school-search__main {
        width: 1000px;
        padding: 32px 30px;
    }
}

.modal-school-search__main--headline {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-school-search__main--headline h4 {
    font-size: 5vw;
	font-weight: 700;
    margin: 0;
    padding-left: 1vw;
    color: #004F9F;
}

@media (min-width: 751px) {
    .modal-school-search__main--headline h4 {
        font-size: 24px
    }
}

.modal-school-search__main--headline img {
    width: 3.7vw;
}

@media (min-width: 751px) {
    .modal-school-search__main--headline img {
        width: 22px;
    }
}

.modal-school-search__main--form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 751px) {
    .modal-school-search__main--form {
        gap: 8px;
    }
}

.modal-school-search__main--formarea {
    margin-top: 4vw;
    padding-bottom: 5vw;
    border-bottom: solid 0.7px #999999;
}

@media (min-width: 751px) {
    .modal-school-search__main--formarea {
        margin-top: 20px;
        padding-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }
}

.modal-school-search__main--form-input {
    position: relative;
    background: #ffffff;
    border: 1.6px solid #333333;
    border-radius: 5px;
    box-sizing: border-box !important;
    display: block;
    width: min(calc((410 / 750) * 100vw), 410px);
    height: 11.8vw;
    padding-left: min(calc((16 / 750) * 100vw), 16px);
    font-size: min(calc((26 / 750) * 100vw), 26px);
    color: #000;
}

@media (min-width: 751px) {
    .modal-school-search__main--form-input {
        width: 295px;
        height: 56px;
        font-size: 14px;
    }
}


.modal-school-search__main h5 {
    font-size: 4vw;
    font-weight: 700;
    margin: 1vw 0;
}

@media (min-width: 751px) {
    .modal-school-search__main h5 {
        font-size: 18px;
        margin: 10px 0;
    }
}

.modal-school-search__main--formarea h5:nth-of-type(2) {
    margin-top: 3vw;
}

.modal-school-search__main--btn1 {
    width: 21vw;
    translate: 0 0.3vw;
}

@media (min-width: 751px) {
    .modal-school-search__main--btn1 {
        width: 136px;
        translate: 0;
    }
}

.modal-school-search__main--area-list {
    padding-top: 5px;
}

.modal-school-search__main--area-list__grid {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 8px;
    margin-top: 14px;
}

@media (max-width: 1079px) {
    .modal-school-search__main--area-list__grid {
        width: min(100%, 300px);
    }
}

@media (min-width: 751px) {
    .modal-school-search__main--area-list__grid {
        grid-template-columns: 1fr 12fr;
    }
}

.modal-school-search__main--area-list__grid--left-area p {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 2px;
    margin: 0;
}

@media (min-width: 751px) {
    .modal-school-search__main--area-list__grid--left-area p {
        font-size: 16px;
    }
}

.modal-school-search__main--area-list__grid--left-area {
    position: relative;
}

.modal-school-search__main--area-list__grid--left-area::after {
    display: block;
    content: "";
    position: absolute;
    background: #00A4E3;
    width: 1.6px;
    height: 10px;
    top: 4.5px;
    right: 0;
}

@media (min-width: 751px) {
    .modal-school-search__main--area-list__grid--left-area::after {
        width: 3px;
        height: 20px;
        top: 3.5px;
    }
}

.modal-school-search__main--area-list__grid--right-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px 0;
}

@media (min-width: 751px) {
    .modal-school-search__main--area-list__grid--right-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 5px 0;
    }
}

.modal-school-search__main--area-list__grid--right-grid a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    width: 49px;
    height: 19px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    color: #00A4E3;
    background: #D4EEF9;
    text-decoration: none;
}

@media (min-width: 751px) {
    .modal-school-search__main--area-list__grid--right-grid a {
        font-size: 14px;
        width: 100px;
        height: 27px;
    }
}

.modal-school-search__main--area-list__grid--right-grid a p {
    margin: 0;
    translate: -5% -3%;
	font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #00A4E3;
}

@media (min-width: 751px) {
    .modal-school-search__main--area-list__grid--right-grid a p {
        margin: 0;
        translate: 0 -4%;
    }
}

.modal-school-search__main--area-list__grid--right-grid a::after {
    display: block;
    content: "〉";
    position: absolute;
    font-size: 7px;
    color: #00A4E3;
    top: 50%;
    right: 1px;
    translate: 0 -50%;
}

@media (min-width: 751px) {
    .modal-school-search__main--area-list__grid--right-grid a::after {
        font-size: 8px;
    }
}



/*料金モーダル*/
.modal-price {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.modal-price .sp {
	@media (min-width: 751px) {
		display: none;
	}
}

.modal-price .pc {
	@media (max-width: 750px) {
		display: none;
	}
}

.modal-price * {
	font-family: 'Noto Sans JP', sans-serif;
}

.modal-price img {
	max-width: 100%;
	height: auto;
}

.modal-price__inner-wrapper {
    width: min(calc((630 / 750)* 100vw), 630px);
    height: fit-content;
    position: relative;
    margin: 5vh auto;
}

.modal-price__cls-btn {
    position: absolute;
    width: min(calc((80 / 750)* 100vw), 60px);
    right: 0;
    top: 0;
    translate: 50% -50%;
    z-index: 1;
}

.modal-price__cls-btn button {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.modal-price__main {
    height: 100%;
    overflow: scroll;
    background-color: #ffffff;
    position: relative;
}

.modal-price__main--inner {
    position: relative;
}

@media (min-width: 751px) {
    .modal-price__inner-wrapper {
        width: 920px;
    }
}

.modal-price__main--cta {
    position: absolute;
    bottom: 2%;
    left: 50%;
    translate: -50% 0;
    width: 70vw;
    @media (min-width: 751px) {
        width: 434px;
        bottom: 3.5%;
    }
}

.modal-price__main__cta {
    position: absolute;
    bottom: 2%;
    left: 50%;
    translate: -50% 0;
    width: 70vw;
    @media (min-width: 751px) {
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 870px;
        bottom: 6%;
    }
}

.modal-price__main__cta__taiken-siryou--siryou {
    @media (min-width: 751px) {
        width: 414px;
    }
}

.modal-price__main__cta__taiken-siryou--siryou p {
    font-weight: 900;
    font-size: 3vw;
    margin: 5vw 0 1.5vw;
    text-align: center;
    color: #333333;
    @media (min-width: 751px) {
        font-size: 18px;
        margin: 0 0 12px;
    }
}

.modal-price__main__cta__tel {
    background: #FCEE21;
    padding: 3px;
    margin-top: 16px;
    @media (min-width: 751px) {
        width: 416px;
    }
}

.modal-price__main__cta__tel--head {
    text-align: center;
    font-size: 4vw;
    font-weight: 900;
    margin: 1px 0 4px;
    color: #333333;
    @media (min-width: 751px) {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.modal-price__main__cta__tel--head h4 {
    margin: 0 auto;
	font-weight: 900;
}

.modal-price__main__cta__tel--body {
    background: #FFFBED;
    padding: 2.5vw 5vw 1vw;
    @media (min-width: 751px) {
        padding: 4px 20px 4px 50px;
    }
}

.modal-price__main__cta__tel--body p {
    font-size: 3vw;
    letter-spacing: 0.05vw;
    text-align: center;
    color: #333333;
    margin: 1vw 0;
    @media (min-width: 751px) {
        font-size: 13px;
        margin: 0;
        letter-spacing: 0.3px;
    }
}

.modal-price__main__cta__tel--body__tel-img {
    width: 280px;
}


/*SPフローティングメヌー*/
.floating-menu {
    width: 100%;
    height: 63px;
    position: fixed;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 10;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-menu button {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

.floating-menu__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 94%;
    max-width: 600px;
    margin: auto;
}

.floating-menu__btn1 {
    /* width: min(calc((162 / 750) * 100vw), 162px); */
    transition: filter 0.3s;
}

.floating-menu__btn2 {
    /* width: min(calc((162 / 750) * 100vw), 162px); */
    transition: filter 0.3s;
}

.floating-menu__btn3 {
    /* width: min(calc((162 / 750) * 100vw), 162px); */
    transition: filter 0.3s;
}
.floating-menu__btn4 {
    /* width: min(calc((162 / 750) * 100vw), 162px); */
    transition: filter 0.3s;
}

.floating-menu__btn1 img,
.floating-menu__btn2 img,
.floating-menu__btn3 img {
    height: 53px;
    width: auto;
}

@media (min-width: 750px) {
    .floating-menu {
        height: 120px;
    }
}

@media (min-width: 751px) {
    .floating-menu {
        display: none;
    }
}


/*キャンペーンフローティング*/
.floating-campaign {
    position: fixed;
    left: 50%;
    bottom: min(calc((110 / 750)* 100vw), 110px);
    translate: -50% 0;
    max-width: 750px;
    width: 100%;
    height: min(calc((130 / 750)* 100vw), 125px);
    background: transparent;
    z-index: 10;
    display: flex;
}

.floating-campaign img {
	max-width: 100%;
	height: auto;
}

.floating-campaign-btn {
    margin: 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    width: min(calc((690 / 750)* 100vw), 690px);
}

@media (min-width: 751px) {
    .floating-campaign {
        max-width: 1920px;
        width: 100%;
        height: min(calc((100 / 750)* 100vw), 100px);
        background: rgb(255, 255, 255, 0.3);
        bottom: 0;
    }

    .floating-campaign-btn {
        width: 777px;
    }
}


/**********************************************************************
*
*　　 既存のパーツのCSS上書き
*
**********************************************************************/

@media (max-width: 750px) {
    #wrap header #header_wrap .header_bnr img {height: 35px;width: auto;float: right;}
    #classroom #c00, #class_info #c02, #class_info #c03, #class_info #c04, #class_info #c05, #class_info #c06, #class_info #c07, #class_info #c08 {margin-top: -150px;padding-top: 120px;}
}


footer {
	padding-bottom: 120px !important;
}