@charset "utf-8";
/*-----------------------------------------------------
	style-new-employee.css
	
	新社会人／新入社員向けインバスケット教材
------------------------------------------------------*/
/*WEBアイコン*/
.textimage{
	position: relative;
	width: 100%;
	height: auto;
}
.btn-webib{
	position: absolute;
	bottom: 65px;
	left: 905px
}
.btn-webib a{
	display: block;
	width: 245px;
	height: 40px;
	background-color: #106AB2;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 2.6;
	transition: all 0.2s ease;
}
.btn-webib a:hover{
	background-color: #009aed;
	transition: all 0.2s ease;
}
/*WEBアイコンここまで*/

div.bodyText p {
		font-size: 120%;
}
section#sec01 {
	text-align: center;
	margin-bottom: 70px;
}
section#sec01 ul  {
	list-style: none;
	margin: 0 ;
	padding: 0;
}	
section#sec02 div.container {
	padding: 60px 0;
	text-align: center;
	margin-bottom: 50px;
}
section#sec02 div.bg-sec02 {
	background: url("../images/special/new-employee/bg02.jpg") no-repeat center top;
	padding-top: 20px;
}
section#sec02 ul{
	list-style: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
section#sec02 ul li{
	margin: 20px 2%;
	padding: 0;
	width: 21%;
}
/*社会人基礎力*/
section#sec02 div.box-social {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px;
	display: flex;
	background: rgba(255,255,255,0.80)	
}
section#sec02 div.box-social div.box-social-01 {
	width: 60%;
}
section#sec02 div.box-social div.box-social-02 {
	width: 40%;
	text-align: left;
}
section#sec02 div.box-social div.box-social-02 h5 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
section#sec02 div.btn-social a {
	display: block;
	margin: 10px 0 10px auto;
	width: 245px;
	height: 40px;
	background-color: #106AB2;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 2.6;
	transition: all 0.2s ease;
}
section#sec02 div.btn-social a:hover {
	background-color: #009aed;
	transition: all 0.2s ease;
}

section#sec03 {
	text-align: center;
	margin-bottom: 70px;
}
	div.basisSample {
		background: #0071bc;
		color: #FFF;
		text-align: center;
		font-size: 130%;
		padding: 5px 50px;
		margin-bottom: 30px;
	}
section#sec04 {
	margin-bottom: 50px;
}	
section#sec04 dl.detailBody dt {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}

/* 研修紹介エリア */
section#sec03 div.semArea{
    width: 100%;
    background: #e6f5ff;
    text-align: left;
    margin: 30px auto;
    padding: 20px;
}
section#sec03 div.semArea p{
}
section#sec03 div.semArea ul.semBtn{
    list-style: none;
		margin: 0;
    padding: 0;
    display: flex;   
    justify-content: space-around;
}
section#sec03 div.semArea ul.semBtn li{
    margin: 0;
    text-align: center;   
}

section#sec03 div.semArea ul.semBtn li a{
	display: block;
	width: 245px;
	height: 40px;
	background-color: #106AB2;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 2.6;
	transition: all 0.2s ease;
}
section#sec03 div.semArea ul.semBtn li a:hover {
	background-color: #009aed;
	transition: all 0.2s ease;
}
section#sec03 div.semArea02{
    width: 100%;
    background: #daffee;
    text-align: left;
    margin: 30px auto;
    padding: 20px;
}
section#sec03 div.semArea02 ul.semBtn{
    list-style: none;
		margin: 0;
    padding: 0;
    display: flex;   
    justify-content: center;
}
section#sec03 div.semArea02 ul.semBtn li{
    margin: 0;
    text-align: center;   
}

section#sec03 div.semArea02 ul.semBtn li a{
	display: block;
	width: 245px;
	height: 40px;
	background-color: #106AB2;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 2.6;
	transition: all 0.2s ease;
}
section#sec03 div.semArea02 ul.semBtn li a:hover {
	background-color: #009aed;
	transition: all 0.2s ease;
}
/*教材のラインアップ*/
section#sec03 div.use-wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
section#sec03 div.use-wrap div.use-01 {
	width: 30%;
}
section#sec03 div.use-wrap div.use-pls {
	width: 30%;
	margin-top:130px;
	text-align: center;
}
section#sec03 div.use-wrap div.use-pls img {
	margin-left: -30px;
}
section#sec03 div.use-wrap div.use-02 {
	width: 40%;
}
section#sec03 div.use-wrap div.use-03,
section#sec03 div.use-wrap div.use-arrow {
	width: 100%;
}
section#sec03 div.use-wrap div.use-03 {
	display: flex;
	flex-wrap: wrap;
}
	div.use-03 div.use-03-01 {
		width: 50%;
	}
	div.use-03 div.use-03-02 {
		width: 50%;
		padding:5px 15px;
	}
	div.use-03 div.use-03-02 p.p-use-03 {
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 20px;
	}
section#sec03 div.img-social {
	background: #fffae6;
	padding: 30px 0;
}
section#sec03 div.img-social h5 {
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0;
}
section#sec03 div.use-contact {
	margin: 20px 0;
	padding: 20px;
	background: #e9faff;
	text-align: left;
}
section#sec03 div.btn-use a {
	display: block;
	margin: 10px auto;
	width: 280px;
	height: 40px;
	background-color: #106AB2;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 2.6;
	transition: all 0.2s ease;
}
section#sec03 div.btn-use a:hover {
	background-color: #009aed;
	transition: all 0.2s ease;
}

section#sec03 div.btn-use.btn-newEmployee a {
  height: 50px;
  padding:5px 0; 
  line-height: 1.2;
}

/*PC画面調整*/
@media (max-width: 1300px) {
	.btn-webib{
		left: 73%;
	}
}
@media (max-width: 1250px) {
	.btn-webib{
		left: auto;
		bottom: 13%;
		right: 5%;
	}
	.btn-webib a{
		width: 200px;
		height: 30px;
		font-size: 15px;
		line-height: 2; 
	}
}
@media (max-width: 1000px) {
	.btn-webib a{
		width: 180px;
		height: 30px;
		font-size: 14px;
		line-height: 2; 
	}
	.itemInfoBox img {
		max-width: 500px;
		display: block;
		margin: 0 auto;
	}
	section#sec03 div.semArea ul.semBtn {
			display: block;
	}
	section#sec03 div.semArea ul.semBtn li {
			margin-right: 0;
	}
	section#sec03 div.semArea ul.semBtn li a {
			margin: 10px auto;
	}
}
@media (max-width: 850px) {
	.btn-webib{
		position: relative;
		/*bottom: 0;*/
		/*right: 0;*/
	}
	.btn-webib a{
		width: 200px;
		margin: 15px auto 0;
	}
}

/*-----------------------------------------------------
	For tablet
------------------------------------------------------*/
@media (max-width: 768px) {
	.btn-webib{
		right: 3.2%;
	}
	.btn-webib a{
		width: 170px;
	}
	
	section#sec02 div.bg-sec02 {
		background: url("../images/special/new-employee/bg02.jpg") no-repeat center top,#f4f5f7;
		padding-top: 20px;
}
	section#sec02 ul li{
		margin: 20px 1.5%;
		padding: 0;
		width: 30%;
	}
    section#sec03 div.semArea ul.semBtn {
        display: block;
    }
    section#sec03 div.semArea ul.semBtn li {
        margin-right: 0;
    }
    section#sec03 div.semArea ul.semBtn li a {
        margin: 10px auto;
    }
	/*社会人基礎力*/
	section#sec02 div.box-social {
		width: 95%;
		flex-wrap: wrap;
	}
	section#sec02 div.box-social div.box-social-01 {
		width: 100%;
	}
	section#sec02 div.box-social div.box-social-02 {
		width: 100%;
		padding-top: 15px;
	}
	
	
}

/*-----------------------------------------------------
	For sp
------------------------------------------------------*/
@media (max-width: 428px) {
	.btn-webib{
		position: relative;
		bottom: 0;
		right: 0;
	}
	.btn-webib a{
		width: 170px;
		margin: 15px auto 0;
	}
	div.bodyText p {
		font-size: 100%;
	}	
	section#sec02 ul li{
		margin: 20px 5%;
		padding: 0;
		width: 40%;
	}
	/*教材のラインアップ*/
	section#sec03 div.use-wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		text-align: left;
	}
	section#sec03 div.use-wrap div.use-01 {
		width: 100%;
	}
	section#sec03 div.use-wrap div.use-pls {
		width: 100%;
		margin: 15px 0 ;
		text-align: center;
	}
	section#sec03 div.use-wrap div.use-02 {
		width: 100%;
	}
	div.use-03 div.use-03-01 {
		width: 100%;
	}
	div.use-03 div.use-03-02 {
		width: 100%;
		margin: 10px ;
	}
	.imgSp5use {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
  section#sec03 div.btn-use a,
  section#sec03 div.btn-use.btn-newEmployee a{
    width: 100%;
    height: auto;
  }
}
