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

#training {
	background-color: #ffffff;
	color: #000000; 
}

#training .subpage_mv2 {
    padding: 85px 0px 230px;
}


#training .contents {
	padding: 100px 0px;
}    

#training .contents_title {
	font-size: 32px;
    font-weight: 500;
}



#training .system {
	padding-top: 50px;
}

#training .system .inner {
    max-width: 1200px;
}

#training .system .img_box {
    padding: 50px 5%;
    margin: -250px auto 0px;
    background-color: #ffffff;
    border-radius: 10px;
	animation-delay: 1.5s;
}

#training .system .img_box p {
	display: none;
}

#training .system .img_box .sp_scroll {
    margin: 20px auto;
}

#training .system .img_box .sp_scroll img {
	max-width: 1000px;
    width: 100%;
    margin: auto;
}


#training .new_employee {
	background-color: #F0F0F0;
}

#training .new_employee .contents_title + p {
    font-size: 15px;
	margin-top: 20px;
}

#training .new_employee .training_list {
	margin-top: 50px;
}

#training .new_employee .training_list .inner {
    max-width: 1180px;
}

#training .new_employee .training_list .voice_item h4 {
	color:#007db9;
    font-weight: 500;
}

#training .new_employee .training_list .voice_item .voice_info {
	margin-top: 15px;
    align-items: center;
}

#training .new_employee .training_list .voice_item .voice_info .icon {
    content: "";
    display: block;
    width: 60px;
    text-align: center;
	margin-top: 0px;
}

#training .new_employee .training_list .voice_item .voice_info .icon:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
	background-image: url( "../img/environment/training/voice_icon.png");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
}

#training .new_employee .training_list .voice_item .voice_info p {
	font-size: 11px;
	margin-top: 0px;
	width: calc(100% - 75px);
}



#training .other {
	padding-bottom: 150px;
}
  
#training .other .other_item .inner {
	max-width: 1180px;
}

#training .other .other_item {
	margin-top: 80px;
}
 
#training .other .other_item + .other_item {
	margin-top: 150px;
}


#training .other .other_item .other_area {
	position: relative;
    align-items: flex-start;
}

#training .other .other_item .other_area .text_box {
	width: 52%;
	padding-left: 40px;
}
   
#training .other .other_item .other_area .text_box h4 {
	margin-top: 30px;
	color:#007db9;
	font-size: 18px;
    font-weight: 500;
}
   
#training .other .other_item .other_area .text_box p { 
	font-size: 15px;
	margin-top: 30px;
	line-height: 1.7;
}
  
#training .other .other_item .other_area .text_box .memo {
	font-size: 15px;
    font-weight: 500;
	color:#007db9;
}

#training .other .other_item .other_area .img_box {
	position: absolute;
    max-width: 680px;
    width: 52%;
    right: -10%;
}


#training .other .other_item + .inner {
    max-width: 1180px;
}

#training .other .training_list {
	margin-top: 150px;
}




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

#training .other .other_item .other_area .text_box {
    width: 48%;
}

#training .other .other_item .other_area .img_box {
    right: -8%;
}



}



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

#training .contents_title {
    font-size:25px;
}


#training .other {
    padding-bottom: 80px;
}

#training .other .other_item {
    margin-top: 50px;
}

#training .other .other_item + .other_item {
    margin-top: 80px;
}

#training .other .other_item .other_area .text_box {
    width: 100%;
    padding-left: 30px;
}

#training .other .other_item .other_area .img_box {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
	margin-top: 30px;
    right: 0;
}

#training .other .training_list {
    margin-top: 80px;
}


}




@media screen and (max-width: 560px) {

#training .subpage_mv2 {
    padding: 68px 0px 150px;
}


#training .contents {
    padding: 80px 0px;
}

#training .contents_title {
    font-size: 22px;
}

#training .new_employee .contents_title + p {
    font-size: 13px;
}


#training .system {
    padding-bottom: 50px;
}

#training .system .img_box {
    padding: 20px 5%;
    margin: -180px auto 0px;
}

#training .system .img_box p {
	display: block;
	margin-top: 15px;
	font-size: 12px;
}

#training .system .img_box .sp_scroll {
    overflow-x: scroll;
    padding-bottom: 15px;
    margin: 20px auto 0px;
}

#training .system .img_box .sp_scroll img {
	width: 200%;
}



#training .other .other_item + .other_item {
    margin-top: 50px;
}

#training .other .other_item .other_area .text_box h4 {
	margin-top: 20px;
    font-size: 14px;
}

#training .other .other_item .other_area .text_box p {
    margin-top: 20px;
    font-size: 12px;
}

#training .other .other_item .other_area .text_box .memo {
    font-size: 13px;}

#training .other .training_list {
    margin-top: 50px;
}


}



