@charset "UTF-8";

html,
body {
	color: #383838;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

img {
	vertical-align: top;
}

.main-ctr {
	background-color: #f2f9f9;
}

body:not(.hs) .main-ctr {
	background-color: #f3f3f3;
	padding: 3rem 0 9rem;
}

.main-ttl {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}

/* 高校部ページコース */
.hs .main-hdr {
	align-items: center;
	background: url(../img/mv_hs_pc.png) no-repeat center top / cover;
	display: flex;
	height: 460px;
	max-width: 1920px;
	width: 100%;
}

.hs .main-hdr-ttl {
	color: #009380;
	font-size: 5rem;
	font-weight: 700;
	margin: 0 auto;
	width: 1050px;
}

@media (max-width: 1500px) {
	.hs .main-hdr {
		height: calc(460 / 1500 * 100vw);
		min-height: 368px;
	}

	.hs .main-hdr-ttl {
		font-size: clamp(4rem, 3.33vw, 5rem);
		width: 70%;
	}
}


.under-hdr-txt {
	border-bottom: .4rem solid #cacaca;
	font-size: 3rem;
	font-weight: 500;
	padding: 3rem 0 2.5rem;
	position: relative;
	text-align: center;
}

.under-hdr-txt::before {
	border-bottom: .4rem solid #009380;
	bottom: -.4rem;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 26.66vw;
}

/* 地図キャンパス */
.map-wrapper {
	background-color: #f3f3f3;
	padding: 2.5rem 0 4.5rem;
}

.map-ttl {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: center;
}

#map-canvas {
	width: 1100px;
	height: 600px;
	margin: 2.5rem auto 0;
}

.gm-style .gm-style-iw {
	outline: none !important;
	padding: 0 1.2rem 2vw;
}

.gm-ui-hover-effect {}

.gm-ui-hover-effect>span {}

.info-box-top {
	column-gap: 2rem;
	display: grid;
	grid-template-columns: 1fr 180px;
}

.info-box-left {
	font-size: 1.5rem;
}

.info-box-right {
	margin: 0 0 0 10px;
}

.info-box-top-right img {
	width: 180px;
}

.mapname {
	font-size: 1.8rem;
	letter-spacing: -.05em;
	line-height: 1.2;
}

.mapaddress {
	display: block;
	line-height: 1.4;
	margin-top: .5em;
}

.access {
	display: block;
	font-size: 1.4rem;
	line-height: 1.25;
	margin-top: .5rem;
	max-width: 24em;
}

.phone-info {
	column-gap: .5em;
	display: grid;
	grid-template-columns: auto 1fr;
	line-height: 1.25;
	margin-top: 1rem;
}

.banner {
	text-align: center;
}

.banner a {
	outline: none;
}

.gm-style-iw-d .banner {
	margin-top: 1rem;
}


/*base*/
p {
	font-size: 14px;
	padding: 5px;

}

/*layout**/

#wrapper {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	margin: 0 auto;
	min-width: 1200px;
	max-width: 1920px;
	width: 100%;
	clear: both;
}

#headtop {
	display: block;
	clear: both;
}

#headtop p {
	font-size: 11px;
	margin-bottom: 5px;
}

#headtop_link li {
	float: left;
	list-style-type: none;
	margin: 10px 30px 10px 0px;
}

#headtop_link li:last-child {
	margin-right: 0px;
}

#headtop_link:after {
	clear: both;
	display: block;
	height: 0;
	content: "";
}

#headtop_link a {
	color: #666;
	text-decoration: underline;
	font-size: 15px;
	margin-bottom: 10px;
}

#headtop_link a:hover {
	text-decoration: none;
}

#container {
	width: 100%;
}

#container:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}

#container img {
	/*max-width:800px;*/
}

#detail {
	border-style: solid;
	border-width: 5px;
	padding: 10px 0px 10px 20px;
	border-color: #006D36;
	width: 700px;
	margin: 0 auto;
	height: 250px;
}

.info {
	color: #006D36;
	font-weight: 700;
	font-size: 13px;
}

.moushikomi {
	width: 65%;
	display: block;
	margin: 0 auto;
}

#upperbar img {
	width: 266px;
	height: 60px;
}

#content img {
	margin-top: 10px;
}

#copyright {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

#kousya {
	font-size: 25px;
	color: #fff;
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	background-color: #006D36;
	width: 798px;
	height: 50px;
	margin-top: 10px;
	vertical-align: middle;
}

#schools {
	display: flex;
	flex-wrap: wrap;
}

.flex {
	display: flex;
	line-height: 1.2;
	border-bottom: solid 2px;
	margin: 10px 10px 5px 10px;
	width: 380px;
	height: 170px;
}

.school_list {
	position: relative;
	width: 260px;
	height: 150px;
	/*padding: 10px 20px; */

}

.school_list a {
	text-decoration: none;
}

.school_name {
	font-size: 18px;
	font-weight: bold;
}

.apply_button {
	float: right;
	background-color: #009380;
	padding: 5px;
	margin: 3px 0px 0px 0px;
	border-radius: 5px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.school_img {
	width: 100px;
	height: 70px;
	object-fit: contain;
	margin-right: 5px;
}


/* ここからリニューアルの表記 */
.schs {
	background-color: #f2f9f9;
	padding: 6rem 0 8rem;
}

.schs-ctr {
	background-color: #fff;
	margin: 0 auto;
	padding: 2rem 0 2.5rem;
	width: 1100px;
}

.section-ttl {
	border-bottom: 4px solid #cacaca;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.8;
	padding-left: 1.7rem;
	position: relative;
}

.hs .section-ttl {
	font-weight: 500;
	padding: 0;
	text-align: center;
}

.section-ttl::after {
	border-bottom: 4px solid #009380;
	bottom: -4px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 200px;
}

.sch-wrapper {
	column-gap: 18px;
	display: grid;
	grid-template-columns: repeat(2, 525px);
	justify-content: center;
	margin: 0 auto;
}

.sch {
	border-bottom: 1px solid #009380;
	display: grid;
	grid-template-rows: 1fr auto;
	margin: 0 auto;
	padding: 3rem 0;
	width: 100%;
}

.sch:last-of-type,
.sch:nth-last-of-type(2) {
	border: none;
}

.sch-wrapper-top {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 180px;
	min-height: 262.5px;
	padding-bottom: 1.5rem;
}

.sch-dtl-name {
	color: #009380;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1;
}

.sch-dtl-grds {
	display: flex;
	gap: .5rem;
	margin-top: 2rem;
}

.sch-dtl-grds-item {
	align-items: center;
	background-color: var(--grds-col);
	border-radius: .5rem;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	justify-content: center;
	line-height: 1.875;
	width: 6rem;
}

.sch-dtl-grds-item.g-1 {
	--grds-col: #ee7dbd;
}

.sch-dtl-grds-item.g-2 {
	--grds-col: #77b300;
}

.sch-dtl-grds-item.g-3 {
	--grds-col: #268cbf;
}

.sch-dtl-grds-item.g-4 {
	--grds-col: #705c99;
}

.sch-dtl-grds-item.g-5 {
	--grds-col: #332391;
}

.sch-dtl-brds {
	display: flex;
	gap: .5rem;
}

.sch-dtl-brds-item {
	align-items: center;
	background-color: #fff;
	border: .2rem solid var(--brds-col);
	border-radius: .5rem;
	color: var(--brds-col);
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: -.05em;
	line-height: 1.7;
	margin-top: 1.5rem;
	padding: 0 .2em;
	width: fit-content;
}

.sch-dtl-brds-item.brand-kodomo {
	--brds-col: #009380;
}

.sch-dtl-brds-item.brand-es {
	--brds-col: #009380;
}

.sch-dtl-brds-item.brand-kb {
	--brds-col: #009380;
}

.sch-dtl-brds-item.brand-school {
	--brds-col: #009380;
}

.sch-dtl-brds-item.brand-chugaku {
	--brds-col: #009380;
}

.sch-dtl-brds-item.brand-yotsuyaotsuka {
	--brds-col: #003cf0;
}

.sch-dtl-addr {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-top: 6.5rem;
	padding: 0;
}

.sch-dtl-addr span {
	display: block;
	font-weight: 500;
}

.sch-dtl-addr span.line1 {
	margin-top: .5rem;
}

.sch-dtl-contact {
	background-color: #009380;
	border-radius: .5rem;
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

.sch-dtl-contact img {
	width: 100%;
}

.sch-dtl-contact-txt {
	color: #fff;
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 2.4;
	text-align: center;
	white-space: nowrap;
}

.bullet {
	margin: 0 -.25em;
}

.sch-dtl-es {
	background-color: #009380;
	border-radius: .5rem;
	color: #009380;
	display: block;
	overflow: hidden;
	margin: 1.2rem 0 0;
	padding: 1rem 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.sch-dtl-es img {
	width: 82%;
}

.sch-dtl-es-txt {
	background-color: #fff;
	border-radius: 3rem;
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: -.05em;
	line-height: 1.35;
	margin: .8rem auto 0;
	padding: 0 .5em;
	width: fit-content;
}

.sch-dtl-es-txt span {
	font-size: 1.7rem;
	font-weight: 700;
}

.sch-dtl-phone-list {
	display: grid;
	grid-template-columns: repeat(2, 258px);
	justify-content: space-between;
}

.sch-dtl-phone-list-item {
	background-color: #fff;
	border: .2rem solid #009380;
}

.sch-dtl-phone-list-item-brand {
	align-content: center;
	align-items: center;
	background-color: #009380;
	border-radius: .5rem;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	font-weight: 500;
	height: 3rem;
	justify-content: center;
	letter-spacing: -.05em;
	line-height: 1;
	margin: 0 0 0 auto;
	text-align: center;
	white-space: nowrap;
	width: 6.5rem;
}

.sch-dtl-phone-list-item-brand span {
	font-size: 1.1rem;
	letter-spacing: -.1em;
}

.sch-dtl-phone-list-item-num {
	align-items: center;
	color: #009380;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	padding: .5rem .5rem .5rem 1rem;
	text-decoration: none;
}

.sch-dtl-phone-list-item-num::before {
	background: url(../marker/icon_telephone_pc.svg) no-repeat center / contain;
	content: "";
	display: block;
	font-size: 1.4em;
	height: 1.8rem;
	line-height: 1;
	margin-right: .2em;
	width: 1.8rem;
}