@charset "UTF-8";

/******************************************************************
イーアイデム　アイデムドライバー転職フェア用レイアウト
*****************************************************************/
/*==========================================
/
/ 0■Common
/ 1■keyv
/ 2■topWrap
/ 3■header
/ 4■main
/ 5■footer
/
==========================================*/
/******************************************************************
  0■Common
*****************************************************************/
body {
    background-color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333333;
    line-height: 1.75;
    letter-spacing: 1.5px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt"1;
    font-kerning: auto;
}

h2 {
    margin: 0 0 24px;
}

a {
    text-decoration: none;
    transition: .4s;
}

a:hover {
    opacity: .7;
}

p {
    margin: 0 0 16px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
}

@media screen and (max-width: 1024px) {
    .inner {
        padding: 0 10px;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .inner {
        padding: 0 8px;
        width: auto;
    }
}

@media (hover: none) {
    a:hover {
        opacity: 1;
    }
}

.btn a {
    position: relative;
    display: inline-block;
    background-color: #eb6100;
    width: 240px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
}

.btn a::after {
    content: '';
    position: absolute;
    border-right: 1px solid #eb6100;
    border-bottom: 1px solid #eb6100;
    right: -4px;
    bottom: -4px;
    width: 100%;
    height: 100%;
}

.btn.close a {
    background-color: #999999;
    pointer-events: none;
}

.btn.close a::after {
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    cursor: default;
}


/******************************************************************
  1■Keyv - キービジュアル
*****************************************************************/
#keyv {
    position: relative;
    background-image: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2019/09/191124_drvr_bg_keyv.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0 0;
    width: 100%;
    height: 600px;
    text-align: center;
}

#keyv .inner {
    position: relative;
}

#keyv .keyv-image-main img {
    width: 100%;
    max-width: 777px;
    }

#keyv .keyv-image-time {
    position: absolute;
    top: -20px;
    left: 64px;
}

#keyv .keyv-lower {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 118px;
    bottom: 0;
}

#keyv .keyv-lower .btn {
    position: absolute;
    top: 28px;
    right: 64px;
}

@media screen and (max-width: 767px) {
    #keyv {
        padding: 16px 0 0;
        height: auto;
    }    
    
    #keyv .keyv-image-main {
        padding: 16px;
    }

    #keyv .keyv-image-main img {
        max-width: 100%;
    }

    #keyv .keyv-image-time {
        position: static;
        margin-bottom: 16px;
    }

    #keyv .keyv-image-time img {
        width: 80%;
        max-width: 100%;
    }
    
    #keyv .keyv-lower {
        position: static;
        padding: 16px 0;
        height: auto;
    }
    
    #keyv .keyv-lower .btn {
        position: static;
    }
}


/******************************************************************
  2■Description - 概要
*****************************************************************/
#description {
    padding: 64px 0;
}

#description h2 {
    position: relative;
    margin: 0 0 40px;
    font-size: 32px;
    font-size: 2rem;
    color: #296884;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #description h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }

}

#description h2::before,
#description h2::after {
    content: '';
    position: absolute;
    border: solid transparent;
    border-width: 14px;
    margin: 0 0 0 -14px;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
}

#description h2::before {
    border-top-color: #251b17;
    margin-left: -14px;
}

#description h2::after {
    border-top-color: #ffffff;
    margin: -2px 0 0 -14px;
}

#description h2 span {
    display: inline-block;
    border-bottom: solid 2px #251b17;
    padding: 0 8px 12px;
}

#description .description-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    #description .description-type {
        display: block;
    }
}

#description .description-type-item {
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 4px, #dddddd 0, #dddddd 10px);
    padding: 16px;
    width: 400px;
    color: #296884;
}

@media screen and (max-width: 767px) {
    #description .description-type-item {
        width: auto;
    }
}

#description .description-type-item:first-child {
    margin-right: 48px;
}

@media screen and (max-width: 767px) {
    #description .description-type-item:first-child {
        margin: 0 0 16px;
    }
}

#description .description-type-item dl {
    background-color: #ffffff;
    margin: 0;
    padding: 24px 16px;
    min-height: 270px;
}

@media screen and (max-width: 767px) {
    #description .description-type-item dl {
        min-height: inherit;
    }
}

#description .description-type-item dl dt {
    border-bottom: solid 2px #296884;
    margin-bottom: 16px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #description .description-type-item dl dt {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

#description .description-type-item dl dd {
    margin-left: 16px;
    padding-bottom: 4px;
}

#description .description-type-item dl dd::before {
    content: '●';
    display: inline-block;
    margin-right: 8px;
    font-size: 10px;
    font-size: 0.625rem;
    vertical-align: middle;
}

#description .announce {
    text-align: center;
}

/******************************************************************
  3■Partner - 企業ロゴ
*****************************************************************/
#partner {
    background-color: #d7dcdd;
    padding: 0 0 40px;
}

#partner h2 {
    position: relative;
    background-color: #296884;
    margin-bottom: 64px;
    padding: 20px 0;
    font-size: 38px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px #1c485b;
    line-height: 1.25;
}

#partner h2::before {
    content: '';
    position: absolute;
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: solid 24px #296884;
    border-right: solid 32px transparent;
    border-bottom: solid 24px transparent;
    border-left: solid 32px transparent;
}

#partner h2 strong {
    color: #f5ff4f;
}

#partner .partner_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

#partner .partner_photo img {
    width: 100%;
    height: auto;
}

#partner ul.partner_company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;    
    width: 48%;
}

#partner ul.partner_company li {
    background-color: #fff;
    margin: 2% 2% 0 0;
    width: 49%;
    /*max-width: 226px;*/
    text-align: center;
    line-height: 0;
}

#partner ul.partner_company li img {
    width: 100%;
    max-width: 176px;
}

#partner ul.partner_company li:nth-child(2n) {
    margin-right: 0;
}

#partner ul.partner_company li:nth-child(-n+2) {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
    #partner .partner_inner {
        padding: 0 15px;
    }
    #partner h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    #partner {
        padding: 0 0 10px;
    }

    #partner h2 {
        font-size: 24px;
		padding: 15px 8px;
    }    
    
    #partner .inner {
        width: auto;
    }    
    
    .partner_inner {
        width: auto;
        min-width: auto;
    }

    #partner .partner_inner {
        padding: 0 8px;
        display: block;
    }

    #partner ul.partner_company {
        margin-left: 0;
        width: auto;
    }
    
    #partner ul li img {
        width: 90% !important;
    }
}

#partner .partner_company p {
    font-size: 20px;
    font-weight: bold;
    color: #296884;
    margin-left: 6px;
    margin-top: -10px;
}

#partner .partner-photo {
    width: 50%;
}

#partner .partner-photo img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #partner .partner_photo {
        padding-top: 20px 12px 0;
    }

    #partner .partner-photo {
        margin: 16px auto;
        width: 100%;
    }

    #partner .partner-photo img {
        width: 100%;
    }
}


/******************************************************************
  ４■Event - イベント詳細
*****************************************************************/
#event {
    padding: 64px 0;
}

#event h2 {
    border-bottom: solid 3px #296884;
    color: #296884;
    font-size: 20px;
    font-size: 1.25rem;
}

#event .event-guide {
    display: flex;
}

#event .event-guide-item {
    margin-right: 2.4%;
    width: 48.8%;
}

#event .event-guide .event-guide-data-days {
    font-size: 28px;
    font-size: 1.75rem;
}

#event .event-guide .event-guide-data-days .num-year {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: bold;
}

#event .event-guide .event-guide-data-days .num-month,
#event .event-guide .event-guide-data-days .num-day {
    font-size: 72px;
    font-size: 4.5rem;
    font-weight: bold;
}

#event .event-guide .event-guide-data-days .num-week {
    font-weight: bold;
    color: #842929;
}

#event .event-guide .event-guide-data-time {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
}

#event .event-guide .event-guide-data-time span,
#event .event-guide .event-guide-data-place span {
    display: inline-block;
    background-color: #191919;
    margin: 0 8px 8px 0;
    padding: 4px 1em;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #fff;
}

#event .event-guide .event-guide-data-place strong {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
}

#event .event-guide .event-guide-data-note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 24px;
    padding: 0;
    list-style: none;
}

#event .event-guide .event-guide-data-note li {
    border: solid 1px #333333;
    padding: 4px 0;
    text-align: center;
    line-height: 1.3;
    width: 31%;
}

#event .event-guide .event-guide-map {
    background-color: #333333;
    margin-right: 0;
    width: 48.8%;
    max-height: 307px;
}

@media screen and (max-width: 1024px) {
    #event .inner {
        padding: 0 15px;
    }    
    
    #event .event-guide .event-guide-data-days .num-month,
    #event .event-guide .event-guide-data-days .num-day {
        font-size: 58px;
    }
}

@media screen and (max-width: 743px) {
    #event .event-guide {
        flex-direction: column;
    }    
    
    #event .event-guide-item {
        margin: 0 0 16px;
        width: 100%;
    }    

    #event .event-guide .event-guide-data-days {
        font-size: 18px;
    }    
    
    #event .event-guide .event-guide-data-days .num-year {
        font-size: 26px;
    }
    
    #event .event-guide .event-guide-data-days .num-month,
    #event .event-guide .event-guide-data-days .num-day {
        font-size: 26px;
    }
    
    #event .event-guide .event-guide-data-note li {
        font-size: 12px;
    }
    
    #event .event-guide .event-guide-map {
        width: 100%;
        height: 100%;
    }    
}

@media screen and (max-width: 430px) {
    #event .event-guide .event-guide-map {
        width: 100%;
        height: 192px;
    }
}

#present {
    background: #eff2f3;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 60px;
}

#present .inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#present .inner p {
    margin-bottom: 0;
    margin-right: 15px;
}

#present .inner p img {
    display: block;
    max-width: 692px;
    width: 100%;
}

#present .inner .btn {
}


@media screen and (max-width: 1024px) {
    #present .inner {
        padding: 0 10px;
    }
}
    
@media screen and (max-width: 767px) {
    #present .inner {
        padding: 0 8px;
        width: auto;
        flex-direction:column;
    }

    #present .inner p img {
        margin-right: 0;
    }    
    
    #present .inner p img {
        width: 100%;
    }
    
    #present .inner .btn {
        margin-top: 10px;
    }

}

/******************************************************************
  5■Joblist - 求人一覧
*****************************************************************/
#joblist {
    background-color: #ffffff;
    padding: 0 0 64px;
}

#joblist h2 {
    text-align: center;
}

#joblist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

#joblist ul li {
    background-color: #fff;
    box-shadow: 0px 0px 2px #7c93ad;
    padding: 16px;
    width: 23.5%;
    margin: 2% 2% 0 0;
}

#joblist ul li:nth-child(-n+4) {
    margin-top: 0;
}

#joblist ul li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #joblist ul li {
        width: 32%;
        margin: 2% 2% 0 0;
        
    }
    
    #joblist ul li:nth-child(-n+3) {
        margin-top: 0;
    }
    
    #joblist ul li:nth-child(3n) {
        margin-right: 0;
    }

    #joblist ul li:nth-child(4) {
        margin-top: 2%;
    }    
    
    #joblist ul li:nth-child(4n) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 743px) {
    #joblist ul {
        flex-direction: column;
    }
    
    #joblist ul li {
        margin: 0 0 8px;
        width: auto;
    }
}

#joblist dl {
    margin: 0;
    line-height: 1.5;
}

#joblist dt {
    font-size: 13px;
    font-size: 0.8125rem;
}

#joblist dt.joblist-name {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    color: #296884;
}

#joblist dt.joblist-tag {
    display: block;
    border-bottom: dashed 1px #296884;
    margin-bottom: 8px;
    padding: 4px 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #296884;
}

#joblist dd {
    margin: 0 0 16px;
    font-size: 14px;
    font-size: 0.875rem;
    min-height: 42px;
}

#joblist dd:last-child {
    margin: 0;
}

#joblist .btn {
    margin-top: 32px;
    text-align: center;
}

/******************************************************************
  来場者の感想
*****************************************************************/
#visitor {
    background: #eff2f3;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 60px;
}

#visitor h2,#visitor h3, #visitor p {
    text-align: center;
}

#visitor h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
}

#visitor h3 span {
    font-size: 14px;
}


#visitor p img {
    width: 100%;
    max-width: 905px;
}

#visitor p:last-child {
    /*margin-top: 30px;*/
}

#visitor ul {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

#visitor li:nth-child(odd) {
    width: 47.6%;
    margin-right: 6.8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#visitor li:nth-child(even) {
    width: 45.6%;
}

#visitor li:nth-child(2) {
    padding-top: 32px;
}

#visitor li {
    margin-top: 30px;
    list-style: none;
}

#visitor li img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    #visitor {
        padding: 20 15px;
    }
}

@media screen and (max-width: 743px) {
    #visitor {
        padding: 0 8px;
        width: auto;
        padding-bottom: 40px;
    }

    #visitor h2 {
        padding-top: 40px;
    }
    
    #visitor p {
        font-size: .9rem;
        text-align: left;
    }
    
    #visitor p img {
        width: 100%;
        height: auto;
    }

    #visitor ul {
        width: 100%;
        flex-direction: column;
    }

    #visitor li {
        width: 100% !important;
        list-style: none;
        float: none;
        margin-top: 15px;
    }

    #visitor li img {
        width: 100%;
    }

    #visitor li:nth-child(2) {
        padding-top: 0;
        padding-bottom: 20px;
        min-height: inherit;
    }
}

@media screen and (max-width: 430px) {
    #visitor h3 {
        font-size: 16px;
    }
    
    #visitor h3 span {
        font-size: 12px;
    }
}

/******************************************************************
  来場者の感想
*****************************************************************/
#photo h2 {
    text-align: center;
}

#photo ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 30px;
    list-style: none;
}

#photo ul li {
    background-color: #fff;
    width: 23.5%;
    margin: 1% 2% 0 0;
}

#photo ul li:nth-child(-n+4) {
    margin-top: 0;
}

#photo ul li:nth-child(4n) {
    margin-right: 0;
}

#photo ul li img {
    width: 100%;
    height: auto;
}

#photo .btn {
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 743px) {
    #photo ul {
        flex-direction: column;
    }    
    
    #photo ul li {
        margin: 0 0 8px;
        width: 100%;
        height: auto;
    }
}

/******************************************************************
  6■footer - フッター
*****************************************************************/
footer {
    background-color: #777777;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    color: #ffffff;
}
