
/*共通UI==============================================*/
.top-img-wrapper {
	background: url("../img/trainingsystem_top.png") center / cover;
	position: relative;
	height: 345px;
/*	margin-bottom: 100px;
	box-sizing: border-box;*/
}

.main-contents-wrapper {
	text-align: center;
	box-sizing: border-box;
}

.main-contents-wrapper p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #000000;
}
.intro img {
	width: 240px;
	display: flex;
	margin:70px auto;
}

.intro {
	width: 90%;
	margin: 0 auto 100px;
}

h2 {
	position: absolute;
	width: 100%;
	height: 345px;
	text-align: center;
	font-weight: bold;
	font-size: 62px;
	font-style: oblique;
	color: #fff;
	line-height: 345px;
}
h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 68px;
	color: #000000;
	margin-bottom: 50px;
}


h4 {
	line-height: 37px;
	background-color: #000;
	color: #FFE400;
	font-size: 20px;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
}
h4 br {
	display: none;
}
h5 {
	background-color: #000;
	color: #FFE400;
	font-size: 20px;
	padding: 10px 10px;
	margin-bottom: 25px;
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	font-weight: bold;
}

.pc_br {
	display: none;
}

.mb50 {
	margin-bottom: 50px;
}
.session_movie-wrap {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.session__movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.session__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*タブメニュー*/
.tab-box {
	width: 100%;

}
/* タブメニュー */
.tab-box .tab-list {
	display: flex;
	max-width: 1100px;
	min-width: 330px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
}
.tab-box .tab-list .tab {
	display: block;
	/*width: 50%;*/
	width: 33%;
	max-width: 430px;
}
.tab-box .tab-list .tab label {
	display: block;
	font-size: 18px;
	text-align: center;
	background-color: #000;
	color: #FFE400;
	min-height: 80px;
	line-height: 80px;
	font-weight: bold;
}
.tab-box .tab-list .tab .pc {
	display: block;
}
.tab-box .tab-list .tab .sp {
	display: none;
}
.tab-box .tab-list .tab label:hover {
	cursor: pointer;
	opacity: 0.8;
}
.tab-box .tab-radio {
	display: none;
}
.tab-box .tab-radio:checked + label {
	background-color: #EEE;
	color: #000;
	font-weight: bold;
}
.tab-content-list {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #EEE;
}
/* タブの幅を1100にする枠 */
.tab-content {
	display: none;
	max-width: 900px;
	min-width: 330px;
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	background-color: #EEE;
	padding: 100px 0 100px 0;
	box-sizing: border-box;
}
#tab_1:checked ~ .tab-content-list #content_1, #tab_2:checked ~ .tab-content-list #content_2, #tab_3:checked ~ .tab-content-list #content_3 {
	display: block;
	background-color: #EEE;
}
#tab_1:checked ~ .tab-list .tab #tab_label_1, #tab_2:checked ~ .tab-list .tab #tab_label_2, #tab_3:checked ~ .tab-list .tab #tab_label_3 {
	background-color: #EEE;
	color: #000;
	font-weight: bold;
}
#tab_1:checked ~ .tab-list .tab #tab_label_1:hover, #tab_2:checked ~ .tab-list .tab #tab_label_2:hover, #tab_3:checked ~ .tab-list .tab #tab_label_3:hover {
	cursor: auto;
	opacity: 1;
}
/* タブ内のコンテンツ */
.trainingsystem__block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trainingsystem__col {
	border: solid 2px #000;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 100%;
}
/* 2カラムの時 */
.trainingsystem__col2 {
	border: solid 2px #000;
	background-color: #fff;
	box-sizing: border-box;
	width: calc(50% - 10px);
	text-align: left;
	margin: 0 auto 20px auto;
}

.trainingsystem__col p, .trainingsystem__col2 p {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 16px;
}
.trainingsystem__col span, .trainingsystem__col2 span {
	font-size: 14px;
}
.trainingsystem__col-inr {
	padding: 5%;
	display: block;
	box-sizing: border-box;
}
.trainingsystem__plist {
	max-width: 600px;
	display: flex;
	flex-direction: column;
}
.trainingsystem__col-left {
	float: left;
	display: block;
	height: 250px;
	margin-right: 40px;
}
.trainingsystem__manners-illust, .trainingsystem__training-illust{
	margin-top:50px;
}
.trainingsystem__col-right {
	float: right;
	display: block;
	height: 250px;
	margin-left: 20px;
}
.trainingsystem__col-gray {
	background-color: #EEE;
	padding: 80px;
}
.trainingsystem__col-inr .b-lanes {
	margin: 50px auto;
	text-align: left;
}
.trainingsystem__logo {
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}
.trainingsystem__interview {
	max-width: 500px;
}
/* -----------------------------------------レスポンシブ----------------------------------------- */
@media screen and (max-width: 1280px) {
	.top-img-wrapper {
		height: 180px;
	}
	.main-contents-wrapper {
		margin-bottom: 100px;
	}
	.main-contents-wrapper p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.main-contents-wrapper br {
		display: inline;
	}

	.intro {
	margin: 0 auto 50px;
}
	
	.intro img {
/*	width: 240px;*/
	display: flex;
	margin:50px auto;
}

	
	.intro br, 	.highlight__box br {
		display: block;
	}
	
	h2 {
		font-size: 40px;
		line-height: 180px;
	}
	h3 {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 25px;
	}
	
	.pc_br {
		display: block;
	}

	h4 {
		line-height: 27px;
		font-size: 18px;
		padding: 10px;
	}
	h4 br {
		display: block;
	}
	h5 {
		background-color: #000;
		color: #FFE400;
		font-size: 18px;
		padding: 5px 10px;
		margin-bottom: 25px;
		display: block;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
	}
	

	.mb50 {
		margin-bottom: 30px;
	}
	.tab-box {
		width: 100%;
	}
	.tab-box .tab-list .tab label span.pc {
		display: none;
	}
	.tab-box .tab-list .tab label span.sp {
		display: block;
		line-height: 18px;
		padding-top: 5px;
	}
	.tab-box .tab-list .tab label {
		font-size: 14px;
		min-height: 45px;
		line-height: 45px;
	}
.tab-content {
		font-size: 14px;
		padding: 50px 0;
	}
	/* タブ内のコンテンツ */
	.trainingsystem__block {
		margin: 0 auto 10px auto;
	}
	.trainingsystem__col2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.trainingsystem__col p, .trainingsystem__col2 p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.trainingsystem__col span, .trainingsystem__col2 span {
		font-size: 12px;
	}

	
	.trainingsystem__col-left {
		float: none;
		display: block;
		height: auto;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.trainingsystem__col-right {
		float: none;
		display: block;
		height: auto;
		text-align: center;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.trainingsystem__col-left img, .trainingsystem__col-right img {
		min-width: 100px;
		max-width: 290px;
	}
	.trainingsystem__manners-illust, .trainingsystem__training-illust{
		margin-top:0;
	}
	.trainingsystem__col-gray {
		background-color: #EEE;
		padding: 10%;
	}
	.trainingsystem__col-inr .b-lanes {
		margin: 30px auto;
		text-align: left;
	}
	.trainingsystem__logo {
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}
}