@charset "UTF-8";
.dib {
  display: inline-block;
}
.sp_disp {
  display: none;
}
.pc_disp {
  display: block;
}
.sp_img {
  display: none;
}
.pc_img {
  display: inline-block;
}
.sp_inline {
  display: none;
}
.pc_inline {
  display: inline;
}
.inner_box {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sp_disp {
    display: block;
  }
  .pc_disp {
    display: none;
  }
  .sp_img {
    display: inline-block;
  }
  .pc_img {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .pc_inline {
    display: none;
  }
}


/* ページ共通土台 */
#urawa-page {
	font-family: 'Zen Kaku Gothic New', 'Yu Gothic', sans-serif;
	color: #333;
	line-height: 1.7;
	letter-spacing: 0.04em;
	background: #fff;
	overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1023px){
#urawa-page {
margin-top:120px;
}
}



#urawa-page * {
	box-sizing: border-box;
}
#urawa-page img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#urawa-page a {
	text-decoration: none;
	color: inherit;
}

.urawa_inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px;
}

/* セクション見出し */
.urawa-ttl {
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #222;
	margin: 0 0 34px;
	padding-bottom: 20px;
}
.urawa-ttl::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 58px;
	height: 4px;
	border-radius: 2px;
	background: #B7212B;
}
.urawa-ttl .ttl-sub {
	display: block;
	font-size: 30px;
	color: #B7212B;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
}
.urawa-ttl + .urawa-lead {
	margin-top: -22px;
}
.urawa-lead {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	margin: 0 auto 40px;
}

/* MV */
#urawa-mv {
	padding: 40px 0 0;
	margin: 0;
	background: #fff;
}

#urawa-mv .urawa_inner {
	max-width: 900px;
	padding: 0;
}
#urawa-mv .urawa-mv-ttl {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: 0;
}
#urawa-mv picture {
	display: block;
}
#urawa-mv img {
	display: block;
	width: 100%;
}

/* ACCESS */
#urawa-access {
	padding: 46px 0 0;
}
.access-accordion {
	border: 1px solid #e3d7d8;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.access-accordion > summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 24px;
	background: #fdf3f4;
	position: relative;
	text-align: center;
}
.access-accordion > summary::-webkit-details-marker {
	display: none;
}
.access-accordion > summary h2 {
	display: inline;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #B7212B;
	margin: 0;
}
.access-accordion > summary::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 26px;
	width: 12px;
	height: 12px;
	border-right: 2px solid #B7212B;
	border-bottom: 2px solid #B7212B;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s;
}
.access-accordion.is-open > summary::after {
	transform: translateY(-30%) rotate(-135deg);
}
.access-body {
	display: flex;
	gap: 28px;
	align-items: flex-start;
	padding: 26px 24px 6px;
}
/* 開閉対象ラッパー */
.access-content {
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.access-map {
	flex: 0 0 354px;
	max-width: 354px;
}
.access-map img {
	width: 100%;
}
.access-info {
	flex: 1 1 auto;
}
.access-info dl {
	display: flex;
	gap: 12px;
	margin: 0 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #d9c9ca;
}
.access-info dt {
	flex: 0 0 72px;
	font-weight: 700;
	color: #B7212B;
	font-size: 15px;
}
.access-info dd {
	flex: 1 1 auto;
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}
.access-info dd b {
	font-weight: 700;
	font-size: 17px;
}
.access-tel {
	font-size: 24px;
	font-weight: 900;
	color: #B7212B;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.access-route-text {
	font-size: 14px;
	line-height: 1.7;
	margin: 6px 0 0;
	color: #555;
}
.access-navitime {
	text-align: center;
	padding: 20px 24px 26px;
}
.access-navitime a {
	display: inline-block;
}
.access-navitime img {
	width: 100%;
	max-width: 420px;
}

@media(min-width: 768px) {
	.access-accordion > summary {
		pointer-events: none;
		cursor: default;
	}
	.access-accordion > summary::after {
		display: none;
	}
	.access-content {
		max-height: none !important;
		transition: none !important;
		overflow: visible;
	}
}

@media(prefers-reduced-motion: reduce) {
	.access-content {
		transition: none;
	}
}

/* CTA */
main #top-cta1 {
	background: #B7212B;
	padding: 60px 0 50px 0;
	margin: 46px 0 0;
}
main #top-cta1 ul {
	display: flex;
	justify-content: center;
	gap: 40px;
	list-style: none;
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
main #top-cta1 ul li {
	display: inline-block;
}
main #top-cta1 ul li a {
	display: inline-block;
	width: 360px;
	max-width: 100%;
	height: auto;
	min-height: 300px;
	padding-bottom: 24px;
	border-radius: 8px;
	background-color: #fff;
	transition: background-color 0.2s linear;
}
main #top-cta1 ul li a:hover {
	background-color: rgba(255,255,255,0.7);
}
main #top-cta1 ul li.cta1-trial_lesson a .label-item {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.12em;
	color: #B7212B;
	margin-top: 28px;
}
main #top-cta1 ul li.cta1-trial_lesson a .label-item::before {
	content: "";
	display: block;
	height: 48px;
	margin-top: 8px;
	margin-bottom: 12px;
	width: 100%;
	background-image: url("/assets/img/top/cta/trial_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
main #top-cta1 ul li.cta1-trial_lesson a p {
	color: #464344;
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.8em;
	font-weight: 600;
	margin: 0;
	padding: 0.9em;
}
main #top-cta1 ul li.cta1-request a .label-item {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.12em;
	color: #B7212B;
	margin-top: 28px;
}
main #top-cta1 ul li.cta1-request a .label-item::before {
	content: "";
	display: block;
	height: 48px;
	margin-top: 8px;
	margin-bottom: 12px;
	width: 100%;
	background-image: url("/assets/img/common/footer_consultation_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
main #top-cta1 ul li.cta1-request a p {
	color: #464344;
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.8em;
	font-weight: 600;
	margin: 0;
	padding: 0.9em;
}
main #top-cta1 ul li a div.common-link-button {
	padding-top: 6px;
}

/* 共通ボタン */
main#urawa-page div.common-link-button,
main #top-cta1 div.common-link-button {
	display: block;
	text-align: center;
	position: relative;
	padding-top: 24px;
	padding-bottom: 6px;
}
main#urawa-page div.common-link-button > a,
main#urawa-page div.common-link-button > span,
main #top-cta1 div.common-link-button > a,
main #top-cta1 div.common-link-button > span {
	display: inline-block;
	text-align: left;
	padding: 0 3.4em 0 2em;
	background-color: #B7212B;
	width: auto;
	min-width: 240px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #fff;
	background-image: url("/assets/img/common/right_arrow.svg");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: top 50% right 1.6em;
	transition: background-position 0.2s linear;
}
main#urawa-page div.common-link-button.button-gold > a,
main#urawa-page div.common-link-button.button-gold > span,
main #top-cta1 div.common-link-button.button-gold > a,
main #top-cta1 div.common-link-button.button-gold > span {
	background-color: #AF9D85;
}
main#urawa-page div.common-link-button > a:hover,
main #top-cta1 div.common-link-button > a:hover,
main#urawa-page a:hover div.common-link-button > span,
main #top-cta1 a:hover div.common-link-button > span {
	background-position: top 50% right 1em;
}

/* 合格者の声 */
#urawa-voice {
	margin-top: 44px;
	padding: 54px 0 60px;
	background: rgba(70,68,67,0.06);
}
.voice-card {
	background: #fff;
	border: 1px solid rgba(70,68,67,0.12);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 24px;
}
.voice-head {
	background: #fdf3f4;
	padding: 18px 22px;
	border-bottom: 1px solid #efe1e2;
}
.voice-school-main {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #222;
	margin: 0;
}
.voice-school-main span {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 12px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #B7212B;
	border-radius: 14px;
	vertical-align: middle;
}
.voice-school-sub {
	font-size: 14px;
	color: #666;
	margin: 6px 0 0;
}
.voice-student-name {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 0;
}
.voice-student-name small {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	color: #888;
	margin-left: 8px;
}
.voice-detail {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	padding: 22px;
}
.voice-fig {
	flex: 0 0 170px;
	max-width: 170px;
}
.voice-fig img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}
.voice-text {
	flex: 1 1 auto;
}
.voice-text h4 {
	font-size: 21px;
	font-weight: 700;
	color: #B7212B;
	margin: 0 0 10px;
	letter-spacing: 0.04em;
}
.voice-text p {
	font-size: 14.5px;
	line-height: 1.85;
	margin: 0;
}

/* 入試分析資料 */
#urawa-analysis {
	padding: 60px 0 0;
}
.analysis-banner {
	display: block;
	border: 1px solid rgba(183,33,43,0.25);
	border-radius: 12px;
	padding: 0 0 30px;
	background: #fff;
	overflow: hidden;
	transition: opacity 0.2s;
}
.analysis-banner:hover {
	opacity: 0.7;
}
.analysis-banner-ttl {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1.55;
	letter-spacing: 0.06em;
	margin: 0 0 24px;
	padding: 18px 24px;
	background: #B7212B;
}
.analysis-banner-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	padding: 0 36px;
}
.analysis-banner-lead {
	flex: 0 1 196px;
	font-size: 15px;
	line-height: 1.75;
	margin: 0;
}
.analysis-covers {
	display: flex;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.analysis-covers img {
	width: 118px;
	border: 1px solid #e2e2e2;
}
.analysis-arrow {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid #B7212B;
	border-radius: 50%;
	background: #B7212B;
	position: relative;
}
.analysis-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 46%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%,-50%) rotate(45deg);
}

/* TOMASの個別指導はここが違う */
#urawa-dig {
	padding: 58px 0 0;
}
.classpage .class-dig {
	background-color: #FEF2F3;
	padding: 25px 40px 40px;
	border-radius: 10px;
}
.classpage .class-dig > h3 {
	color: #E60012;
	font-weight: bold;
	letter-spacing: 0.12em;
	padding: 0 0 28px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 25px;
}
.classpage .class-dig .dig_point {
	display: table;
	width: 100%;
}
.classpage .class-dig .dig_point + .dig_point {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #E60012;
}
.classpage .class-dig .dig_point > * {
	display: table-cell;
	vertical-align: top;
}
.classpage .class-dig .dig_point .pict {
	width: 150px;
}
.classpage .class-dig .dig_point .pict img {
	width: 100%;
}
.classpage .class-dig .dig_point .text {
	padding-left: 20px;
}
.classpage .class-dig .dig_point .text h4 {
	color: #E60012;
	font-weight: bold;
	margin-top: 0;
	letter-spacing: 0.12em;
	margin-bottom: 15px;
	font-size: 19px;
}
.classpage .class-dig .dig_point .text p {
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-size: 14.5px;
}

/* 体験授業ご予約バナー */
#urawa-trial-bnr {
	padding: 46px 0 0;
}
.trial-banner {
	display: flex;
	align-items: stretch;
	position: relative;
	min-height: 104px;
	border: 1px solid #B7212B;
	border-left-width: 10px;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	transition: opacity 0.2s;
}
.trial-banner:hover {
	opacity: 0.7;
}
.trial-banner-text {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px 40px;
	position: relative;
}
.trial-banner-main {
	display:block;
	color: #B7212B;
	font-size: min(3vw,30px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-align:center;
}
.trial-banner-sub {
	color: #B7212B;
	display:block;
	font-size: min(3vw,16px);
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.5;
	margin-top: 4px;
	text-align:center;
}
.trial-banner-photo {
	flex: 0 0 300px;
	max-width: 32%;
}
.trial-banner-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.trial-banner-arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #B7212B;
	z-index: 2;
}
.trial-banner-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translate(-50%,-50%) rotate(45deg);
}

/* 合格実績 */
#urawa-results {
	margin-top: 44px;
	padding: 60px 0 64px;
	background: rgba(175,157,133,0.10);
}
.result-block {
	margin-top: 22px;
	background: #fff;
	border: 1px solid rgba(70,68,67,0.12);
	border-radius: 10px;
	overflow: hidden;
}
.result-cat {
	background: #444b53;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-align: center;
	margin: 0;
	padding: 13px;
}
.result-item {
	padding: 18px 22px;
}
.result-item + .result-item {
	border-top: 1px dashed #d8d8d8;
}
.result-head {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin: 0 0 8px;
	padding-bottom: 8px;
	border-bottom: 2px solid #f0d9db;
}
.result-school {
	font-size: 18px;
	font-weight: 700;
	color: #222;
}
.result-count {
	font-size: 16px;
	font-weight: 700;
	color: #B7212B;
	white-space: nowrap;
}
.result-count b {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}
.result-goukaku {
	color: #333;
}
.result-detail {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}

/* 個別学習相談 */
#urawa-soudan {
	padding: 54px 0 70px;
}
.soudan-box {
	text-align: center;
	background: #fdf3f4;
	padding: 44px 40px;
	border-radius: 12px;
}
.soudan-lead {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 16px;
}
.soudan-badge {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 6px;
}
.soudan-free {
	display: inline-block;
	background: #B7212B;
	color: #fff;
	font-size: 14px;
	padding: 2px 14px;
	border-radius: 14px;
	margin-right: 10px;
}
.soudan-ttl {
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0.1em;
	color: #B7212B;
	margin: 0 0 16px;
}
.soudan-text {
	font-size: 15px;
	line-height: 1.85;
	text-align: left;
	margin: 0 auto 10px;
	max-width: 560px;
}
.soudan-note {
	font-size: 13px;
	color: #777;
	text-align: left;
	max-width: 560px;
	margin: 0 auto;
}


/* 学年別テーマカラー */

/* 合格者の声 */
.voice-elementary .voice-head {
	background: #eaf6fd;
	border-bottom-color: #cfe9f9;
}
.voice-elementary .voice-school-main span {
	background: #289FE3;
}
.voice-elementary .voice-text h4 {
	color: #1f8fd6;
}

.voice-junior .voice-head {
	background: #f2f8e8;
	border-bottom-color: #dcecc2;
}
.voice-junior .voice-school-main span {
	background: #7FBE26;
}
.voice-junior .voice-text h4 {
	color: #6aa81f;
}

.voice-senior .voice-head {
	background: #fdeef4;
	border-bottom-color: #f7d4e3;
}
.voice-senior .voice-school-main span {
	background: #EB6D9A;
}
.voice-senior .voice-text h4 {
	color: #e3568a;
}

/* 合格実績の学年見出し */
.result-block.cat-elementary .result-cat {
	background: #289FE3;
}
.result-block.cat-junior .result-cat {
	background: #7FBE26;
}
.result-block.cat-senior .result-cat {
	background: #EB6D9A;
}
.result-block.cat-medic .result-cat {
	background: #036EB8;
}

.result-block.cat-elementary .result-head {
	border-bottom-color: #cfe9f9;
}
.result-block.cat-junior .result-head {
	border-bottom-color: #dcecc2;
}
.result-block.cat-senior .result-head {
	border-bottom-color: #f7d4e3;
}
.result-block.cat-medic .result-head {
	border-bottom-color: #c9e0f1;
}


/* タブレット */
@media(max-width: 1023px) {
	.urawa_inner {
		max-width: 900px;
	}
	main #top-cta1 ul {
		width: auto;
		gap: 24px;
	}
	main #top-cta1 ul li a {
		width: 320px;
	}
}


/* スマートフォン */
@media(max-width: 767px) {
	.urawa_inner {
		padding: 0 18px;
	}
	.urawa-ttl {
		font-size: 23px;
		margin-bottom: 28px;
	}
	.urawa-ttl .ttl-sub {
		font-size: 23px;
	}
	.urawa-ttl + .urawa-lead {
		margin-top: -18px;
	}
	.urawa-lead {
		font-size: 15px;
		margin-bottom: 32px;
	}

	#urawa-mv {
		margin-top: 48px;
		padding-top: 48px;
	}

	#urawa-access {
		padding: 32px 0 0;
	}

	/* アクセス */
	.access-body {
		display: block;
		padding: 20px 16px 4px;
	}
	#urawa-voice {
		margin-top: 28px;
	}
	#urawa-results {
		margin-top: 28px;
	}
	.access-map {
		max-width: 320px;
		margin: 0 auto 20px;
	}
	.access-info dt {
		flex-basis: 60px;
		font-size: 14px;
	}
	.access-info dd {
		font-size: 14px;
	}
	.access-accordion > summary {
		padding: 16px 18px;
	}
	.access-accordion > summary h2 {
		font-size: 21px;
	}

	/* CTA */
	main #top-cta1 {
		padding: 11vw 0 9vw;
		margin-top: 0;
	}
	main #top-cta1 ul {
		width: 90vw;
		gap: 4vw;
	}
	main #top-cta1 ul li a {
		width: 43vw;
		min-height: auto;
		padding-bottom: 4vw;
	}
	main #top-cta1 ul li.cta1-trial_lesson a .label-item,
	main #top-cta1 ul li.cta1-request a .label-item {
		font-size: 5vw;
		margin-top: 1em;
		letter-spacing: 0.04em;
	}
	main #top-cta1 ul li.cta1-trial_lesson a .label-item::before,
	main #top-cta1 ul li.cta1-request a .label-item::before {
		height: 9vw;
		background-size: 9vw 9vw;
	}
	main #top-cta1 ul li.cta1-trial_lesson a p,
	main #top-cta1 ul li.cta1-request a p {
		display: none;
	}
	main #top-cta1 div.common-link-button {
		padding-top: 3vw;
	}
	main #top-cta1 div.common-link-button > span {
		display: inline-block;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		height: auto;
		margin-top: 0.4em;
		padding: 0;
		font-size: 3.5vw;
		line-height: 1.4;
		letter-spacing: 0.05em;
		color: #464344;
		background: none;
		border-radius: 0;
		text-align: center;
	}

	/* 共通ボタン */
	main#urawa-page div.common-link-button > a {
		width: auto;
		min-width: 240px;
		max-width: 88vw;
	}

	/* 合格者の声 */
	#urawa-voice {
		padding: 38px 0 42px;
	}
	.voice-detail {
		display: block;
		padding: 18px;
	}
	.voice-fig {
		max-width: 170px;
		margin: 0 auto 16px;
	}
	.voice-school-main {
		font-size: 22px;
	}
	.voice-text h4 {
		font-size: 19px;
	}

	/* 入試分析資料バナー */
	#urawa-analysis {
		padding: 42px 0 0;
	}
	.analysis-banner {
		padding: 0 0 22px;
	}
	.analysis-banner-ttl {
		font-size: 18px;
		padding: 16px 18px;
		margin-bottom: 18px;
	}
	.analysis-banner-row {
		flex-direction: column;
		gap: 16px;
		padding: 0 18px;
	}
	.analysis-banner-lead {
		flex: none;
		text-align: center;
		font-size: 14px;
	}
	.analysis-covers {
		gap: 8px;
		justify-content: center;
	}
	.analysis-covers img {
		width: 27vw;
		max-width: 120px;
	}
	.analysis-arrow {
		display: block;
		margin: 4px auto 0;
		width: 38px;
		height: 38px;
	}

	/* TOMASの個別指導はここが違う */
	#urawa-dig {
		padding: 40px 0 0;
	}
	.classpage .class-dig {
		padding: 18px 16px;
	}
	.classpage .class-dig > h3 {
		font-size: 17px;
		padding: 8px 0 24px;
	}
	.classpage .class-dig .dig_point,
	.classpage .class-dig .dig_point > * {
		display: block;
	}
	.classpage .class-dig .dig_point .pict {
		width: 150px;
		margin: 0 auto 15px;
	}
	.classpage .class-dig .dig_point .text {
		padding-left: 0;
	}
	.classpage .class-dig .dig_point .text h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}


	/* 合格実績 */
	#urawa-results {
		padding: 42px 0 48px;
	}
	.result-count b {
		font-size: 45px;
	}

	/* 個別学習相談 */
	#urawa-soudan {
		padding: 40px 0 54px;
	}
	.soudan-box {
		padding: 30px 20px;
	}
	.soudan-lead {
		font-size: 17px;
	}
	.soudan-ttl {
		font-size: 27px;
	}
}

@media(max-width: 700px) {
	/* 体験授業バナー */
	#urawa-trial-bnr {
		padding: 34px 0 0;
	}
	.trial-banner {
		min-height: 0;
	}
	.trial-banner-text {
		padding: 30px 20px;
	}
	.trial-banner-main {
		font-size: 4vw;
	}
	.trial-banner-sub {
		font-size: 14px;
	}
	.trial-banner-photo {
		max-width: 140px;
		width: 100%;
		height: auto;
	}
	.trial-banner-photo img {
		object-fit: cover;
		height: 100% !important;
	}
	.trial-banner-arrow {
		display:none;
	}
}
@media(max-width: 500px) {
	.trial-banner-text {
		padding: 10px 20px;
	}
}
