@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.talent01 .box img {
    max-width: 100%;
    height: 100% !important;
}
.talent02 .box img {
    max-width: 100%;
    height: 100% !important;
}

.h1txt02 > div{
    background: url(../images/contents/h1bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 8% 0;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
    font-size: 40px;
		color: #fff;
		line-height:40px;
		text-shadow: 1px 2px 3px #333;
}
.blog h1{

		background-color:#93c9d3;
		color:#fff;
		padding-left:10px;
		font-size:20px!important;
		display:flex;
		align-items:center;
	}
/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){

.cont_1 h2 {
    font-size: 1.0em!important;
}




}
/*===========================sp END====================================== */