@charset "utf-8";
/*----------------------------------------------

共通

----------------------------------------------*/
p {
	line-height: 2;
	text-align: justify;
	letter-spacing: .03em;
}
/* メインビジュアル */
.mainv {
	background: url(../img/training/mainv.jpg) center top no-repeat;
	background-size: cover;
}

/* grey-disc */
.grey-disc {
}
.grey-disc.no-b {
	margin-bottom: 0;
}
.grey-disc li {
	line-height: 2;
/*	text-indent: -1em;*/
	padding-left: 1.2em;
	margin-bottom: 4px;
	position: relative;
}
.grey-disc li::before {
	content: "●";
	color: #ccc;
	position: absolute;
	left: 0;
}

.grey-disc a {
	text-decoration: underline;
}


/* table */
.base-table {
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: 40px;
	width: 100%;
}
.base-table tr {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
.base-table th {
	white-space: nowrap;
	width: 25%;
	text-align: center;
}
.base-table .num {
	padding-left: 2em;
	text-indent: -2em;
}
.base-table .middle-td {
	width: 40%;
}
.base-table .th2{
	width: 10%;
	text-align: left;
}
.base-table th,
.base-table td {
	padding: 25px;
	white-space: nowrap;
}

.base-table .t-header {
	border-top: none;
}
.base-table .t-header th {
	text-align: left;
}

.sec-wrapper .red-ttl-inn {
	margin-bottom: 30px;
}

/*----------------------------------------------

教育・研修体系

----------------------------------------------*/
.base-table .gizyutu,
.base-table .zimu {
	position: relative;
	width: 207px;
}
.base-table .gizyutu::after,
.base-table .zimu::after {
	padding: 10px 0 10px 30px;
	display: block;
	background: url(../img/training/line.png) no-repeat center left;
	white-space: pre;
	position: absolute;
	top: 54%;
	right: 0;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.base-table .gizyutu::after {
	content: "技術系\A必修";
}
.base-table .zimu::after {
	content: "事務系\A必修";
}

/*----------------------------------------------

研修プログラム

----------------------------------------------*/
.training-program th{ 
	padding: 15px 0;
}

.img-list {
	overflow: hidden;
}
.img-list li {
	float: left;
	margin-right: 1%;
	margin-top: 60px;
	width: 32%;
}
.img-list li:last-child {
	margin-right: 0;
}
.img-list li img {
	max-width: 310px;
	width: 100%;
}

.col-left {
	float: left;
	width: 45%;
	margin-right: 10%;
}
.col-right {
	float: left;
	width: 45%
}
.col-right img {
	width: 100%;
}

.ryugaku-wrapper .col-left {
	width: 62%;
	margin-right: 7%;
}
.ryugaku-wrapper .col-right {
	width: 31%
}

.rigth-link {
	text-align: right;
	margin-top: 20px;
}
.rigth-link a {
	text-decoration: underline;
	letter-spacing: .1em;
}

/*----------------------------------------------

海外語学留学

----------------------------------------------*/
.img-max {
	margin-bottom: 130px;
}

.sec-wrapper p + p{
	margin-top: 20px;
}
.study-abroad .col-left {
	width: 63%;
}
.study-abroad .col-right {
	width: 27%;
	float: right;
}

.sec-wrapper .grey-disc {
	margin-top: 20px;
}
.sec-wrapper .grey-disc li {
	margin-bottom: 0;
}



@media screen and (max-width: 990px) and (orientation: landscape) {
	.base-table th,
	.base-table td {
		white-space: normal;
	}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	/*----------------------------------------------

	共通

	----------------------------------------------*/
	.sp-none {
		display: none !important;
	}

	/* grey-disc */
	.grey-disc li {
		margin-bottom: 0;
	}
	.grey-disc li::before {
		padding-right: 3px;
	}

	/* table */
	.base-table {
		margin-bottom: 30px;
		width: 100%;
	}
	.base-table th {
		width: 27%;
		text-align: left;
		padding-right: 2% !important;
	}
	.base-table .th2{
		width: auto;
		margin-bottom: 8px;
		text-align: left;
	}
	.base-table th,
	.base-table td {
		padding: 13px 0;
		white-space: normal;
	}

	/* block-table */
	.block-table th,
	.block-table td {
		width: 100% !important;
		display: block;
	}

	.sec-wrapper .red-ttl-inn {
		line-height: 2;
		margin-bottom: 15px;
	}

	/*----------------------------------------------

	教育・研修体系

	----------------------------------------------*/
	.shiten::before {
		content: "人材育成に対する4つの視点／";
		display: block;
	}
	.naiyou::before {
		content: "主な研修内容";
		display: block;
	}


	.base-table .gizyutu,
	.base-table .zimu {
		width: 100%;
	}
	.base-table .gizyutu::after,
	.base-table .zimu::after {
		display: none;
	}
	.base-table .gizyutu::before,
	.base-table .zimu::before {
		display: block;
	}
	
	.base-table .gizyutu,
	.base-table .zimu {
		margin-top: 10px;
	}
	.base-table .gizyutu::before {
		content: "[技術系必修]";
	}
	.base-table .zimu::before {
		content: "[事務系必修]";
	}
	
	.block-table {
		margin-top: -15px !important;
	}
	.block-table .sp-head {
		padding-top: 30px;
		border-bottom: none;
	}

	.list-block ul li {
		display: inline-block;
		width: 35%;
		margin-bottom: 0;
		white-space: nowrap;
	}

	/*----------------------------------------------

	研修プログラム

	----------------------------------------------*/
	.training-program th{ 
		padding: 15px 0;
	}

	.img-list li {
		float: none;
		margin-right: 0;
		margin-top: 15px;
		width: 100%;
	}
	.img-list li:last-child {
		margin-right: 0;
	}
	.img-list li img {
		max-width: 100%;
	}

	.col-left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.col-right {
		display: block;
		margin: 20px auto 0;
		float: none;
		width: 60%
	}

	.ryugaku-wrapper .col-left {
		width: 100%;
		margin-right: 0;
	}
	.ryugaku-wrapper .col-right {
		width: 100%
	}

	.rigth-link {
		text-align: left;
		margin-top: 20px;
	}

	/*----------------------------------------------

	海外語学留学

	----------------------------------------------*/
	.img-max {
		margin-bottom: 35px;
		max-width: 100%;
		padding: 0 !important;
	}

	.sec-wrapper p + p{
		margin-top: 15px;
	}
	.study-abroad .col-left {
		width: 100%;
	}
	.study-abroad .col-right {
		width: 100%;
		float: none;
	}

	.sec-wrapper .grey-disc {
		margin-top: 15px;
	}





}
