/*----------
	company home
----------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
.s-company-home-carousel__slides {
	padding-bottom: 80%;
}
.s-company-home-carousel__slide picture {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 6s linear;
	transition: transform 6s linear;
	transition: transform 6s linear, -webkit-transform 6s linear;
}
.s-company-home-carousel__slide > p {
	position: absolute;
	left: 20px;
	bottom: 40px;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.6;
	color: #fff;
}
.s-company-home-carousel__slide.active picture {
	/*transform: scale(1.1);*/
}
.s-company-home-carousel__indicator {
	left: auto;
	right: 20px;
	-webkit-transform: none;
	transform: none;
}
@media (min-width: 768px) {
	.s-company-home-carousel__slides {
		padding-bottom: 41.6666666667%;
	}
	.s-company-home-carousel__slide > p {
		left: 130px;
		font-size: 4.8rem;
		line-height: 1.4;
	}
	.s-company-home-carousel__indicator {
		left: auto;
		right: 100px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.s-company-home-carousel__slide > p {
		font-size: 4rem;
	}
}

.s-company-home-sqbanner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.s-company-home-sqbanner > a {
	flex-grow: 0;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.s-company-home-sqbanner {
		justify-content: flex-start;
		margin-left: -16px;
	}
	.s-company-home-sqbanner > a {
		flex-basis: calc(50% - 16px);
		margin-left: 16px;
	}
	.s-company-home-sqbanner > a:nth-child(n+3) {
		margin-top: 16px;
	}
}
@media (min-width: 768px) {
	.s-company-home-sqbanner {
		justify-content: center;
	}
	.s-company-home-sqbanner > a {
		flex-basis: 226px;
		margin: 0 16px;
	}
}

.s-company-home-heading {
	margin-top: 48px;
	margin-bottom: 24px;
	text-align: center;
	color: #024796;
	line-height: 1;
}
.s-company-home-heading > span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 3.2rem;
}
.s-company-home-heading > em {
	display: block;
	margin-top: 5px;
	font-weight: normal;
	font-size: 1.2rem;
}
@media (min-width: 768px) {
	.s-company-home-heading {
		margin-top: 112px;
		margin-bottom: 48px;
	}
	.s-company-home-heading > span {
		font-size: 4.6rem;
	}
	.s-company-home-heading > em {
		font-size: 1.3rem;
	}
}

.s-company-home-ourvision__main {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 280px;
	background: #024796 url("/company/images/home/ourvision-bg.jpg") no-repeat center;
	background-size: cover;
	line-height: 1.6;
	color: #fff;
}
.s-company-home-ourvision__main > p {
	padding: 0 16px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}
.s-company-home-ourvision__link > li > a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333;
}
.s-company-home-ourvision__link > li > a > p {
	line-height: 40px;
}
@media (min-width: 768px) {
	.s-company-home-ourvision__main {
		height: 420px;
	}
	.s-company-home-ourvision__main > p {
		font-size: 4rem;
	}
}

.s-company-home-course-list > li > div > figure {
	display: block;
}
.s-company-home-course-list > li > div > dl {
	margin-top: 20px;
}
.s-company-home-course-list > li > div > dl > dt {
	line-height: 1;
}
.s-company-home-course-list > li > div > dl > dt > em {
	display: inline-block;
	margin-right: 16px;
	font-weight: bold;
	font-size: 2.8rem;
	vertical-align: middle;
}
.s-company-home-course-list > li > div > dl > dt > span {
	display: inline-block;
	font-size: 1.2rem;
	vertical-align: middle;
}
.s-company-home-course-list > li > div > dl > dd {
	margin-top: 14px;
}
.s-company-home-course-list > li + li {
	margin-top: 32px;
}
.s-company-home-course-list__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}
.s-company-home-course-list__btn > li {
	flex: 1 1 50%;
}
@media (min-width: 768px) {
	.s-company-home-course-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.s-company-home-course-list > li {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 50%;
		flex-basis: calc(50% - 20px);
	}
	.s-company-home-course-list > li > div > dl {
		margin-top: 28px;
	}
	.s-company-home-course-list > li > div > dl > dd {
		min-height: 3.2em;
	}
	.s-company-home-course-list > li + li {
		margin-top: 48px;
	}
	.s-company-home-course-list > li:nth-child(1), .s-company-home-course-list > li:nth-child(2) {
		flex-basis: 100%;
	}
	.s-company-home-course-list > li:nth-child(1) > div, .s-company-home-course-list > li:nth-child(2) > div {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.s-company-home-course-list > li:nth-child(1) > div > figure, .s-company-home-course-list > li:nth-child(2) > div > figure {
		flex: 0 0 57%;
	}
	.s-company-home-course-list > li:nth-child(1) > div > dl, .s-company-home-course-list > li:nth-child(2) > div > dl {
		flex: 0 0 39.8%;
		margin-top: 0;
		padding-top: 16px;
	}
	.s-company-home-course-list > li:nth-child(1) > div > dl > dt > em, .s-company-home-course-list > li:nth-child(2) > div > dl > dt > em {
		font-size: 3.6rem;
	}
	.s-company-home-course-list > li:nth-child(1) > div > dl > dd, .s-company-home-course-list > li:nth-child(2) > div > dl > dd {
		font-size: 1.6rem;
	}
}

.s-company-home-other > li > a {
	display: block;
}
.s-company-home-other > li > a > figure {
	display: block;
	position: relative;
}
.s-company-home-other > li > a > figure > figcaption {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.s-company-home-other > li > a > p {
	padding: 16px 20px;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333;
}
@media (min-width: 768px) {
	.s-company-home-other {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.s-company-home-other > li {
		flex: 0 0 33.3333333333%;
	}
	.s-company-home-other > li > a > p {
		padding-left: 32px;
		padding-right: 32px;
	}
}

.s-company-home-access > li > dl > dt {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1;
}
.s-company-home-access__info {
	margin-top: 8px;
}
.s-company-home-access__map {
	display: none;
	margin-top: 16px;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}
.s-company-home-access__map > iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 767px) {
	.s-company-home-access > li + li {
		padding-top: 24px;
		border-top: 1px solid #ddd;
	}
}
@media (min-width: 768px) {
	.s-company-home-access__map {
		display: block;
	}
}