@charset "utf-8";

/* ============================================================================================== */
/* common Our business                                                                                   */
/* ============================================================================================== */

/* Child nav */

.col4__nav {
	padding-top: 10px;
}

.child-nav__list {
	padding-bottom: 20px;
}

.child-nav__item {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	overflow: visible;
}

.child-nav__item:after {
	display: none;
}

.child-nav__item a {
	font-size: 1.2rem;
	line-height: 1.5;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 10px 0;
}

.pc .child-nav__item a:after {
	bottom: -20px;
}

/* ----- */

.child-nav__item a .business-num {
	font-size: 1.8rem;
	margin: 0 8px 0 0;
	display: inline-block;
	color: #000;
}

.pc .child-nav__item a:hover .business-num {
	color: #173e7a;
}

.child-section__kv {
	text-align: center;
	margin: 0 auto;
}

.child-section__kv-txt {
	position: static;
	margin: 0 auto 30px !important;
}

.child-section__ttl {
	text-align: center;
	font-size: 2rem;
	color: #333;
}

.child-section__ttl .child-section-num,
.child-section__ttl .child-section__ttl--en {
	display: block;
}

.section-num-wrap {
	width: 100%;
	text-align: center;
	margin: 0 auto 15px;
	font-size: 2.5rem;
}

.section-num-wrap .child-section-num {
	border: 2px solid #000;
	border-radius: 50%;
	padding: 12px;
	display: inline-block;
	width: auto;
}

.child-section__ttl--en {
	font-size: 1.3rem;
	padding-top: 10px;
	letter-spacing: 0.08rem;
}

.child-section__kv-img {
	position: relative;
	margin-bottom: 60px;
}

#business3 .child-section__kv-img img.ofi {
	object-position: left center;
}

.child-section__kv-img:after {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #000;
	width: 1px;
	height: 60px;
}

.child-section__txt-wrap.ja__txt {
	margin-bottom: 30px;
}

/* Shool info */

.child-section-inner__ttl {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 30px;
}

.detail-item__img {
	margin-bottom: 20px;
}

.detail-item__img figure {
	text-align: 0;
}

.detail-item__txt {
	text-align: center;
}

.item__ttl-wrap {
	margin-bottom: 20px;
}

.item__ttl {
	color: #000;
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
	font-size: 1.8rem;
}

.item__ttl .en,
.item__ttl .en small,
.item__ttl .ja__txt {
	display: block;
	text-align: center;
}

.item__ttl .en {
	margin-bottom: 10px;
	line-height: 1.2;
	letter-spacing: 0.08rem;
}

.item__ttl .en small {
	line-height: 1.7;
}

.item__ttl .ja__txt {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.3;
}

.item__txt-wrap {
	text-align: left;
	color: #333;
	margin: 0 auto 20px;
}

.item__txt-wrap .ja__txt {
	text-align: justify;
}

.section-school__list {
	padding-top: 80px;
}

.section-detail__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.section-detail__list:before,
.section-detail__list:after {
	content: "";
	display: none;
}

.section-detail__list:before {
	order: 2;
}

.section-detail__item {
	width: 100%;
	margin-bottom: 60px;
}

.section-detail__item:last-child {
	margin-bottom: 0;
}

.child-section__lede {
	text-align: center !important;
}

/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

	.child-nav__item {
		width: 80%;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {

	.child-section__ttl {
		font-size: 3rem;
	}

	.section-num-wrap {
		font-size: 3rem;
	}

	/* Child nav */

	.child-nav__list {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.child-nav__item {
		width: 25%;
		text-align: center;
		margin: 0 auto;
		border-bottom: 0;
		padding-bottom: 0;
	}

	.child-nav__item:after {
		display: block;
	}

	.child-nav__item a {
		display: inline-block;
		text-align: center;
	}

	.child-nav__item a .business-num {
		margin: 0 0 8px 0;
		font-size: 2.2rem;
		display: block;
	}

	/* Shool info */

	.child-section-inner__ttl {
		font-size: 2.5rem;
		margin-bottom: 40px;
	}

	.section-detail__list:before,
	.section-detail__list:after {
		display: block;
		width: calc(50% - 20px);
	}

	.section-detail__item {
		width: calc(50% - 20px);
	}

}

@media screen and (min-width: 768px) {

	/* Child nav */

	.col4__nav {
		padding-top: 0;
	}

	.child-nav__item a {
		font-size: 1.3rem;
	}

	/* ----- */

	/*.child-section {
		margin-bottom: 120px;
	}*/

	#business1 {
		margin-bottom: 55px;
	}

	.section-num-wrap .child-section-num {
		border: 3px solid #000;
		padding: 20px;
	}

	.child-section__ttl {
		font-size: 3.5rem;
	}

	.child-section__txt-wrap.ja__txt {
		margin-bottom: 40px;
	}

	/* Shool info */

	.item__ttl-wrap {
		min-height: 6em;
	}

	.item__ttl {
		font-size: 2rem;
	}

	.item__ttl .ja__txt {
		font-size: 1.3rem;
	}

}

/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (min-width: 1024px) {

	/* Child nav */

	.child-nav__item a .business__link-txt {
		min-height: 3.5em;
	}

	/* ----- */

	/*.child-section {
		margin-bottom: 180px;
	}*/

	#business1 {
		margin-bottom: 80px;
	}

	.child-nav__item .en {
		font-size: 2.2rem;
	}

	.child-section__kv-txt {
		margin: 0 auto 50px !important;
	}

	.section-num-wrap {
		font-size: 4.5rem;
		margin: 0 auto 20px;
	}

	.child-section__ttl--en {
		font-size: 2rem;
		padding-top: 20px;
	}

	.child-section__kv-img {
		margin: 0 auto 100px;
	}

	.child-section__kv-img img.ofi {
		object-position: unset;
	}

	.child-section__kv-img:after {
		height: 100px;
		bottom: -50px;
	}

	/* Shool info */

	.detail-item__img {
		margin-bottom: 10px;
	}

	.item__ttl-wrap {
		min-height: 7em;
	}

	.child-section-inner__ttl {
		font-size: 3rem;
	}

	.section-school__list {
		padding-top: 120px;
	}

	.section-detail__list:before,
	.section-detail__list:after {
		display: block;
		width: calc(33.333% - 30px);
	}

	.section-detail__item {
		width: calc(33.333% - 30px);
		margin-bottom: 80px;
	}

	.item__ttl-wrap {
		margin: 0 auto 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.item__txt-wrap {
		margin-bottom: 30px;
	}

	.item__ttl .en {
		font-size: 2rem;
	}

}

/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1281px) {

	.child-section__ttl {
		font-size: 5rem;
	}

	.section-detail__item {
		margin-bottom: 100px;
	}

	.section-num-wrap {
		margin: 0 auto 30px;
	}

}

@media screen and (min-width: 1440px) {

}





