img {
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

#contentWrapper {
    position: relative;
    background-color: #000;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

/*----------------------------------------------*/
@media screen and (max-width: 1160px) {
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
}
/*----------------------------------------------*/



/*============================================================================
    firstArea
============================================================================*/
#firstArea {
    position: relative;
    z-index: 2;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#firstArea::before {
    content: '';
    display: block;
/*    padding-top: 41.667%;*/
/*    padding-top: 26.9797%;*/
    padding-top: 33%;
}
#firstArea > .inner {
    position: absolute;
    top: 0;
    left: 0;
/*    width: 1160px;*/
    width: 100%;
    height: 100%;
/*    margin: 0 auto;*/
/*    min-height: 500px;*/
}

.people01 #firstArea {
    background-image: url(/files/user/employ/people/img/people01_main.jpg);
}
.people02 #firstArea {
    background-image: url(/files/user/employ/people/img/people02_main.jpg);
}
.people03 #firstArea {
    background-image: url(/files/user/employ/people/img/people03_main.jpg);
}
.people04 #firstArea {
    background-image: url(/files/user/employ/people/img/people07_main.jpg);
}
.people05 #firstArea {
    background-image: url(/files/user/employ/people/img/people05_main.jpg);
}
.people06 #firstArea {
    background-image: url(/files/user/employ/people/img/people08_main.jpg);
}
.people07 #firstArea {
    background-image: url(/files/user/employ/people/img/people09_main.jpg);
}
.people08 #firstArea {
    background-image: url(/files/user/employ/people/img/people11_main.jpg);
}
.people09 #firstArea {
    background-image: url(/files/user/employ/people/img/people10_main.jpg);
}
.people12 #firstArea {
    background-image: url(/files/user/employ/people/img/people12_main.jpg);
}
.people13 #firstArea {
    background-image: url(/files/user/employ/people/img/people13_main.jpg);
}
.people14 #firstArea {
    background-image: url(/files/user/employ/people/img/people14_main.jpg);
}

#firstArea .txt {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -420px;
/*
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
*/
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
    color: #fff;
    width: 800px;
    padding: 25px 35px;
    box-sizing: border-box;
    background-color: #c20000;
}
.people04 #firstArea .txt {
	width: 900px;
}
#firstArea .txt .icon {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #fff;
    border: 5px solid #c20000;
    z-index: 5;
}
#firstArea .txt .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/files/user/employ/img/rec_icon01.png);
    width: 22px;
    height: 24px;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
#firstArea .txt .txt_left {
    float: left;
    width: 35%;
    padding-right: 30px;
    box-sizing: border-box;
}
#firstArea .txt .txt_left p.area {
/*    line-height: 1;*/
}
#firstArea .txt .txt_left h2.name {
    margin-top: 10px;
}
#firstArea .txt .txt_left h2.name span {
    display: inline-block;
    vertical-align: middle;
}
#firstArea .txt .txt_left h2.name span:first-child {
    margin-right: 10px;
    background-color: #fff;
    color: #c20000;
    padding: 3px 5px;
}
#firstArea .txt .txt_left h2.name span:last-child {
    font-size: 20px;
    font-size: 2.0rem;
}
#firstArea .txt .txt_left p.year {
    border-top: 1px solid #cc0011;
    padding-top: 5px;
    margin-top: 10px;
}
#firstArea .txt .txt_right {
    position: relative;
    float: left;
    width: 65%;
    box-sizing: border-box;
/*    padding-left: 30px;*/
    padding: 15px 0 15px 30px;
}
#firstArea .txt .txt_right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 25%,transparent 25%,transparent 100%) center 0 repeat-y;
    background-size: 8px 8px;
    width: 3px;
    height: 100%;
    display: block;
}
#firstArea .txt .txt_right h3 {
    font-size: 30px;
    font-size: 3.0rem;
}

/*----------------------------------------------*/
@media screen and (max-width: 1160px) {
    #firstArea::before {
        display: none;
    }
    #firstArea > .inner {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        min-height: 440px;
    }
    #firstArea .txt,
	.people04 #firstArea .txt {
        width: 680px;
        margin-left: -340px;
/*
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
*/   
    }
    #firstArea .txt .txt_left {
        padding-right: 15px;
    }
    #firstArea .txt .txt_right {
        padding-right: 15px;
    }
    #firstArea .txt .txt_right h3 {
        line-height: 1.4;
        margin-top: 15px;
    }
    #firstArea .txt .txt_right h3 br { display: none;}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    .people01 #firstArea {background-position: 77% 0;}
    .people02 #firstArea {background-position: 9% 0;}
    .people03 #firstArea {background-position: 89% 0;}
    .people04 #firstArea {background-position: 18% 0;}
    .people05 #firstArea {background-position: 0 0;}
    .people06 #firstArea {background-position: 49% 0;}
	.people07 #firstArea {background-position: 80% 0;}
	.people08 #firstArea {background-position: 49% 0;}
	.people09 #firstArea {background-position: 12% 0;}
    
    #firstArea > .inner {
        min-height: 240px;
    }
    
    #firstArea .txt,
	.people04 #firstArea .txt {
        width: 300px;
        margin-left: -150px;
        padding: 15px 25px;
    }
    #firstArea .txt .txt_left,
    #firstArea .txt .txt_right {
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
    }
    #firstArea .txt .txt_left {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    #firstArea .txt .txt_left h2.name {
        margin-top: 5px;
    }
    #firstArea .txt .txt_left h2.name span:last-child {
        font-size: 18px;
        font-size: 1.8rem;
    }
    #firstArea .txt .txt_right h3 {
        font-size: 20px;
        font-size: 2.0rem;
        margin-top: 10px;
    }
    #firstArea .txt .txt_right h3 br { display: none;}
    
    #firstArea .txt .txt_right::before { display: none;}
    
}
/*----------------------------------------------*/
@media screen and (max-width: 374px) {
    #firstArea .txt {
        width: 280px;
        margin-left: -140px;
    }
}


/*竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡

content

竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡竕｡*/

#contents {
    position: relative;
    z-index: 1;
    padding: 170px 0 0;
    background-color: #fff;
}
#contents .rec_peopleBlock {
/*    padding: 80px 0;*/
    width: 1160px;
    margin: 0 auto;
}

/*----------------------------------------------*/
@media screen and (max-width: 1160px) {
    #contents .rec_peopleBlock {
        width: auto;
        padding: 0 30px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #contents {
        padding-top: 192px;
    }
}
/*----------------------------------------------*/



/*============================================================================
    interview
============================================================================*/
#contents .rec_peopleFrame01 {
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
}

#rec_peopleBlock01 .rec_peopleFrame01 {

}
#rec_peopleBlock01 .rec_peopleFrame01:not(:first-child) {
    margin-top: 80px;
    padding-top: 80px;
    background: url(/files/user/employ/img/rec_bdr01.png) no-repeat center top;
    -webkit-background-size: 36px 5px;
    background-size: 36px 5px;
}

#rec_peopleBlock01 .rec_peopleFrame01 .pic {
    float: right;
    width: 50%;
    margin-right: -40px;
}
#rec_peopleBlock01 .rec_peopleFrame01 .pic img {
    width: 100%;
    height: auto;
}

#rec_peopleBlock01 .rec_peopleFrame01 .txt {
    float: left;
    text-align: left;
    width: 50%;
    margin-right: 40px;
}
#rec_peopleBlock01 .rec_peopleFrame01 .txt h2 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #c20000;
    line-height: 1.4;
    margin-bottom: 25px;
}
#rec_peopleBlock01 .rec_peopleFrame01 .txt p {
    margin-top: 15px;
    line-height: 1.8;
}

/* rev */
#rec_peopleBlock01 .rec_peopleFrame01.rev .pic {
    float: left;
    margin-right: 40px;
}
#rec_peopleBlock01 .rec_peopleFrame01.rev .txt {
    float: right;
    margin-right: -40px;
}

/*----------------------------------------------*/
@media screen and (max-width: 1160px) {
    
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #rec_peopleBlock01 .rec_peopleFrame01:not(:first-child) {
        margin-top: 40px;
        padding-top: 40px;
    }
    #rec_peopleBlock01 .rec_peopleFrame01,
    #rec_peopleBlock01 .rec_peopleFrame01 {
        padding: 0;
    }
    #rec_peopleBlock01 .rec_peopleFrame01 .pic,
    #rec_peopleBlock01 .rec_peopleFrame01 .txt,
    #rec_peopleBlock01 .rec_peopleFrame01.rev .pic,
    #rec_peopleBlock01 .rec_peopleFrame01.rev .txt {
        float: none;
        margin: 0;
        width: auto;
    }
    #rec_peopleBlock01 .rec_peopleFrame01 .pic,
    #rec_peopleBlock01 .rec_peopleFrame01.rev .pic {
        margin-top: 20px;
    }
    
}
/*----------------------------------------------*/


/*============================================================================
    nav
============================================================================*/
#people_footer {
    background-color: rgba(0,0,0,.1);
    padding: 40px 0;
    margin-top: 100px;
}
#people_footer ul {
    width: 1160px;
    margin: 0 auto;
    padding-right: 80px;
    box-sizing: border-box;
}
#people_footer li {
    float: left;
    width: 25%;
    margin-right: 20px;
    text-align: left;
}
#people_footer li:nth-child(4n){ 
	margin-right: -80px;
}
 #people_footer li:nth-child(n+5) {
	 margin-top: 10px;
}
#people_footer a {
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: -.40em;
}
#people_footer a:hover {
    text-decoration: none;
    opacity: .7;
}
#people_footer a .pic {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 10px;
}
#people_footer a .pic img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#people_footer a .txt {
/*    width: 124px;*/
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
#people_footer a .txt .rec_tag01 {
    display: inline-block;
    background-color: #c20000;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-size: 1.2rem;
}
#people_footer a .txt .name {
    font-size: 18px;
    font-size: 1.8rem;
    /* margin-top: 10px; */
}
#people_footer a .rec_arrow01 { display: none;}

/*----------------------------------------------*/
@media screen and (max-width: 1160px) {
    #people_footer {
        padding: 30px 30px;
    }
    #people_footer ul {
        width: auto;
    }
    #people_footer li {
        width: 33.333%;
        margin-right: 10px;
    }
    #people_footer li:nth-child(3n) { margin-right: -20px;}
    #people_footer li:nth-child(n+4) { margin-top: 15px;}
}
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
    #people_footer {
        margin-top: 80px;
    }
    #people_footer ul {
        padding-right: 10px;
    }
    #people_footer li {
        width: 50%;
        text-align: center;
    }
    #people_footer li:nth-child(3n) { margin-right: 10px;}
    #people_footer li:nth-child(2n) { margin-right: -10px;}
    #people_footer li:nth-child(n+3) { margin-top: 15px;}
    
    #people_footer a {
        text-align: left;
    }
    #people_footer a .pic {
        margin-right: 5px;
    }
    #people_footer a .txt {
        margin-top: 0;
        text-align: left;
    }
    #people_footer a .txt .name {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 5px;
    }
}
/*----------------------------------------------*/
@media screen and (max-width: 374px) {
    #people_footer {
        padding: 0;
    }
    #people_footer ul {
        padding: 0;
    }
    #people_footer li,
    #people_footer li:nth-child(n+3) {
        width: 100%;
        float: none;
        margin: 0;
    }
    #people_footer a {
        display: block;
        position: relative;
        padding: 5px 20px;
    }
    #people_footer li:nth-child(n+2) {
        border-top: 1px solid rgba(0,0,0,.1);
    }
    #people_footer a .pic {
        margin-right: 10px;
    }
    #people_footer a .txt .name { margin-top: 2px;}
    #people_footer a .rec_arrow01 {
        display: block;
        top: 50%;
        bottom: inherit;
        right: 20px;
        margin-top: -10px;
    }
}
/*----------------------------------------------*/



/*============================================================================
    history
============================================================================*/

.hisTit {
    font-size: 2.8rem;
    margin-top: 80px;
    background-color: #c20000;
    padding: 10px 20px;
    color: #fff;
}

.historyTableArea {
    margin-top: 80px;
}

.historyTable {
    position: relative;
    margin-top: -20px;
}

.historyTable::before {
    content: "";
    position: absolute;
    top: 0;
    left: 31px;
    height: 100%;
    width: 2px;
    background-color: #ccc;
}

.historyTableArea .historyTable:last-child:before {
    height: calc(100% - 7vh);
}

.historyTable_innerBox {
    margin: -15px calc(50% - 50vw) 0;
    width: 100vw;
    position: relative;
}

.historyTable_innerBox:nth-child(n+2) {
    margin-top: 10px;
}

.historyTable_inner {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px 0 40px;
    padding-left: 0px;
    width: 1160px;
    margin: 0 auto;
}

.historyTable_inner .historyTable_numBox::after {
    content: "";
    position: absolute;
    top: 16px;
    transform: translateY(-50%);
    left: 26px;
    width: 14px;
    height: 14px;
    background-color: #c20000;
    border-radius: 100%;
    z-index: 1;
}

.historyTable_numBox {
    display: flex;
    margin-top: -16px;
    padding-left: 60px;
    width: 100%;
    position: relative;
}

.historyTable_time span {
    font-size: 16px;
    vertical-align: 1px;
    margin-right: 20px;
    padding: 3px 6px 2px;
    border: 1px solid #c20000;
    color: #c20000;
    border-radius: 10px;
}

.historyTable_time {
    font-size: 20px;
    width: 200px;
}

.historyTable_innerBox:last-child .historyTable_numBox::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 31px;
    height: 100%;
    width: 2px;
    background-color: #fff;
}


p.historyTable_txt {
    width: 100%;
}

/*----------------------------------------------*/
@media screen and (max-width: 1160px) {
    .hisTit {
        font-size: 2.4rem;
        margin-top: 60px;
        padding: 5px 15px;
    }

    .historyTableArea {
        margin-top: 60px;
    }

    .historyTable_innerBox {
        margin: 0;
        width: auto;
    }

    .historyTable_innerBox:last-child .historyTable_numBox::before {
        left: 25px;
    }

    .historyTable_inner {
        width: 100%;
    }

    .historyTable_inner:last-child {
        padding: 0;
    }

    .historyTable_numBox {
        display: block;
    }

    .historyTable_time {
        font-size: 16px;
        width: auto;
    }

    .historyTable_time span {
        font-size: 14px;
        margin-right: 10px;
    }

    .historyTable::before {
        left: 25px;
    }

    .historyTable_inner .historyTable_numBox::after {
        left: 20px;
        top: 16px;
        width: 12px;
        height: 12px;
    }

    p.historyTable_txt {
        margin-top: 10px;
    }

    .historyTable_numBox {
        padding-left: 50px;
        margin-top: -13px;
    }

    .historyTableArea .historyTable:last-child:before {
        height: 100%;
    }

    .historyTable_innerBox:nth-child(n+2) {
        margin-top: 48px;
    }
}
/*----------------------------------------------*/