@import url(/common/css/style.css);
@import url(/css/style.css);
@import url(/css/ctcstyles.css);

body{
    text-align:left;
}
html:not(:target) body{
    font-size:unset;
}
a:hover,a:active,a:link,a:visited{
    color:unset;
}
a:hover,a:active{
    opacity:0.7;
}
h3{
    font-size: 1.17em;
}
h3,h4,h5{
    font-weight: bold;
}

.season-color-moji{
    color:#e50011
}
.season-color-background01{
    background-color:#e50011
}

/*適用================*/
a:link.login_w,a:visited.login_w{
    color:#fff;
}
a.season-color-moji04,a:active.season-color-moji04{
    color:#ff0048
}
a.season-color-moji05{
    color:#28405e
}
a.season-color-moji{
    color:#e50011
}
.leaf-container.leaf-container-attention h3 {
  background: #fadfe4;
  font-size: 20px;
  margin: 15px 0;
  padding: 6px 10px 4px;
}
.contentsBox p.title a {
    background: unset;
    color: unset;
    display: unset;
    font-weight: unset;
    margin-bottom: unset;
    padding: unset;
}
table.datatable1 tr th {
    background:#fadfe4;
    padding-bottom:unset;
    padding-left:unset;
    padding-right:unset;
    padding-top:unset;
	padding:10px;
}
div.cBox div.leftBlock {
    margin-left: unset;
}
.contentsBox {
    float: unset;
    margin: unset;
    width: unset;
}
div.category_title {
    width: unset;
    height: unset;
    padding-top: unset;
}
div.category_title a {
    background:unset;
    color:unset;
    margin: unset;
    padding: unset;
}
.indexNav ul {
    margin:  unset;
    font-size: unset;
}
.indexNav ul li a {
    display: unset;
    padding-left: unset;
    background: unset;
}
.indexNav ul.type2 li {
    float: unset; 
    width: unset;
    margin-right: unset;
}
@media screen and (max-width:768px){
	.indexNav{
		width:auto;
	}
}
/*================*/

.recruit-member {
    height: auto;
    margin-top:100px;
    padding:40px 0 150px;
}

@media screen and (max-width: 660px) {
    .recruit-member {
        height:auto;
        padding:40px 0;
    }
}
.recruit-member .recruit-sub-title{
  padding-left:0;
}
.recruit-member .recruit-sub-title h2{
  padding-top: 20px;
  margin-top:0;
}
.recruit-member ul {
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: auto;
  max-width: initial;
  margin:0 20px;
  margin-left: 20px;
  right: auto;
  top: auto;
}

@media screen and (max-width: 1186px) {
    .recruit-member ul {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 660px) {
    .recruit-member ul {
        display:flex;
        flex-wrap: wrap;
        margin:0;
    }
}
.recruit-member li {
  width: 20%;
  margin:0 1% 5%;
}

@media screen and (max-width: 800px) {
    .recruit-member li {
        margin: 0 auto;
        width: 44%;
    }
}
@media screen and (max-width: 660px) {
    .recruit-member li {
        margin: 0 auto;
        width: 44%;
    }
}
.recruit-member li:nth-child(1) {top: 0px;}  
.recruit-member li:nth-child(2) {top: 0px;}  
.recruit-member li:nth-child(3) {top: 0px;}  
@media screen and (max-width: 660px) {
    .recruit-member li:nth-child(1) {top: 0;}
    .recruit-member li:nth-child(2) {
        margin-bottom: 0px;
        margin-top: 0px;
        top: 0;
    }
    .recruit-member li:nth-child(3) {top: 0;}
}
@media screen and (min-width: 801px) {
    .recruit-member li:nth-child(1) {top: 0;}
    .recruit-member li:nth-child(2) {top: -10px;}
    .recruit-member li:nth-child(3) {top: 24px;}
    .recruit-member li:nth-child(4) {top: -10px;}
    .recruit-member li:nth-child(5) {top: -24px;}
    .recruit-member li:nth-child(6) {top: 10px;}
    .recruit-member li:nth-child(7) {top: 24px;}
    .recruit-member li:nth-child(8) {top: 0px;}
}
@media screen and (max-width: 660px) {
    .recruit-member-title h4 {
        font-size: 4vw;
        line-height: 1.2;
    }
    .recruit-member-positon {
        font-size: 2.4vw;
    }
}
@media screen and (max-width: 660px) {
    .recruit-member-info {
        width: 95%;
    }
}
.employee-interview {
    width:10em;
    height:10em;
    top:1em;
    left: 0;
    padding-top:1em;
}
.employee-interview p{
  padding-left:0;
  padding-bottom:0;
}
@media screen and (max-width: 1186px) {
  .employee-interview {
    display: flex;
  }
}
.employee-interview-body-sp{
  display:inline-block;
  padding-top:3em;
}


@media screen and (max-width: 600px) {
    .employee-interview {
        width:9em;
        height:4em;
        top:0;
        text-align:left;
        border:0;
    }
    .employee-interview h5 {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .recruit-company-right-arrow{
        position:absolute;
        right:5%;
        top:50%;
        transform:translateY(-50%);
    }
}
.employees-Voices-area {
    top: -100px;
}
.work-environment {
  margin-top: -100px;
}

@media screen and (max-width: 569px) {
    .work-environment {
        height: 550px;
    }
}

/*ブログ表示*/
.line-banner{
	display:none;
	width:300px;
	margin:10px auto 100px;
}
.line-banner img{
	width:100%;
	height:auto;
}
body:where(.category-global_trend,.category-column) .line-banner{
	display:block;
}
@media screen and (max-width: 750px) {
	.line-banner{
		position:relative;
    	display:none;
    	width:90%;
    	margin:3vw auto 6vw;
	}
	body:where(.category-global_trend,.category-column) .line-banner{
   		display:block;
	}
}

/*TOP,CSR PC表示*/
@media screen and (min-width: 901px) {
	.line-banner[class*=corner]{
		position:absolute;
		display:block;
		right:30px;
		bottom:0px;
    	margin:0;
	}
	.line-banner.corner2{
		right:20px;
		bottom:20px;
	}
}
/*TOP,CSR SP表示*/
@media screen and (max-width: 900px) {
	.line-banner[class*=corner]{
		position:relative;
		display:block;
    	margin:0vw auto 8vw;
		right:0;
		bottom:0;
	}
}
@media screen and (max-width: 980px) {
	.line-banner.corner2{
		position:relative;
		display:block;
    	margin:4vw auto 2vw;
		right:0;
		bottom:0;
	}
}
