﻿@charset "utf-8";

/* people-section */
#people-section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 90px 20px;
}

#people-section {
    text-align: center;
}

#people-section h2 {
    text-align: center;
    font-size: 4.0rem;
    color: #0075c2;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 70px;
}


#people-section ul li {
    width: 50%;
    float: left;
    position: relative;
    border-right: 1px solid #fff;
}

#people-section ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#people-section ul li a:hover {
    text-decoration: none;
}

#people-section ul li a > div {
    padding: 20px 35px 25px;
    background-color: rgba(0, 117, 194, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
/* 職種アイコン追加用 */
#people-section ul li a div.boxname {
    padding: 20px 20px 20px 20px;
    background-color: rgba(0, 117, 194, 0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
    font-weight: bold;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#people-section .jobicon {
	width: 110px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.05em;
	border-radius: 6px;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}

/* 職種アイコン 背景色 */
#people-section .col_green {
	background-color: #3ebd2a;
}
#people-section .col_purple {
	background-color: #b35bdc;
}
#people-section .col_orange {
	background-color: #f08200;
}
#people-section .col_yellow {
	background-color: #adb21f;
}
#people-section .col_blue {
	background-color: #2f9bff;
}
#people-section .col_lightblue {
	background-color: #3ac4cc;
}



#people-section ul li a.yoshii > div{
    background-color: rgba(0, 117, 194, 0.8);
}

#people-section ul li a.tsuji > div{
    background-color: rgba(0, 117, 194, 0.8);
}

#people-section ul li a.kaji > div{
    background-color: rgba(0, 117, 194, 0.8);
}


#people-section ul li a > div .group {
    font-size: 2rem;
    margin-bottom: 15px;
}

#people-section ul li a > div .name {
    font-size: 3.0rem;
}

#people-section ul li a > div .name span {
    font-style: italic;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.annRight{
    text-align: right;
    font-size: 96%;
    line-height: 140%;
	padding-top: 20px;
}

/* 吉井さん　センター合わせの指定 */
#people-section ul.yoshii_center li {
    float: none;
	margin: auto;
	border-top: 1px solid #fff;
}



/* rookie */


#rookie-section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 90px 20px;

}

#rookie-section {
    text-align: center;
}

#rookie-section h2 {
    text-align: center;
    font-size: 4.0rem;
    color: #0075c2;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 70px;
}


#rookie-section ul li {
    width: 33.333%;
    float: left;
    position: relative;
    border-right: 1px solid #fff;


}



#rookie-section ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

#rookie-section ul li a:hover {
    text-decoration: none;
}

#rookie-section ul li a > div {
    padding: 18px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: rgba(58, 93, 174, 0.8) url("/recruit/assets/css/people/../../img/people/rookie/icon_01.png") center right 15px no-repeat;
}

#rookie-section ul li a > div .group {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

#rookie-section ul li a > div .name {
    font-size: 2.6rem;
}

#rookie-section ul li a > div .name span {
    font-style: italic;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -5px;
    font-family: 'Roboto Condensed', sans-serif;
}



.rookie-prof{
    width: 1000px;
    margin: 0 auto;
}

.rookie-prof h2{
    font-size:240%;
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    padding-bottom: 20px;

    line-height: 130%;
}

.rookie-prof .profile{
    color:#0075c2;
    font-size:110%;
    padding-bottom: 10px;

}




.rookie-prof .name{
    font-weight:bold;
    font-size: 210%;
    color: #3a5dae;
    padding-bottom: 40px;

}

.rookie-prof .name span{
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:70%;
    display:inline-block;
    padding: 0 0 0 10px;
    position:relative;
    top: -3px;
}


.rookie-prof .question li{
    padding-bottom: 40px;

}

.rookie-prof .question li:after {
    content:" ";
    display:block;
    clear:both;
}

.rookie-prof .question li .image{
    width: 220px;
    float: left;

}

.rookie-prof .question li div{
    width: 730px;
    float: right;
}

.rookie-prof .question li .title{
    font-size: 130%;
    font-weight:bold; 
    padding-bottom: 20px;
    color: #0075c2;
}


.rookie-prof .question li div p{
    font-size:115%;
    line-height:190%;
}


.rookie-prof .question li:nth-child(even) .image{
    float: right;
}

.rookie-prof .question li:nth-child(even)  div{
    float: left;
}




@media screen and (min-width: 769px) {
    #people-section ul li:nth-of-type(even) {
        border-right    : none;
    }
    
    #people-section ul li:nth-of-type(n+3) {
        border-top: 1px solid #fff;
    }    
}

@media screen and (max-width: 768px) {
    /* people-section */
    #people-section {
        padding: 40px 10px;
    }

    #people-section h2 {
        font-size: 2.4rem;
        color: #0075c2;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }


    #people-section ul li {
        width: 100%;
        float: none;
        position: relative;
        border-bottom: 1px solid #fff;
    }

    #people-section ul li:last-of-type {
        border-bottom: none;
    }



/* 職種アイコン追加用 */
#people-section ul li a div.boxname {
    padding: 4% 3% 4% 3%;
}
#people-section .jobicon {
	width: 27%;
	text-align: center;
	font-size: 3.4vw;
	letter-spacing: 0.05em;
	border-radius: 6px;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}

    #people-section ul li a > div {
        padding: 15px 20px 15px;
    }

    #people-section ul li a > div .group {
        font-size: 3.8vw;
        margin-bottom: 10px;
    }

    #people-section ul li a > div .name {
        font-size: 5vw;
    }

    #people-section ul li a > div .name span {
        font-size: 3vw;
        top: -5px;
    }




    
}