@charset "utf-8";

/* DETAIL
----------------------------------------------------------------------------- */
.footer{
    margin-bottom:100px;
}
@media screen and (max-width:768px){
    .footer{
        margin-bottom:70px;
    }
}

/* header */
.company-detail-header{
    
}
.company-detail-header-ttl{
    font-size: 24px;
    font-weight: bold;
    border-bottom:2px solid #ddd;
    padding:20px;
    margin-bottom: 30px;
}
.company-detail-header-ttl span{
    font-size:13px;
    font-weight: normal;
    display: inline-block;
    color:#fff;
    background-color: #eb4034;
    padding:3px 10px;
    margin-left: 5px;
}
.company-detail-header-info dl{
    margin-bottom: 10px;
}
.company-detail-header-info dl dt{
    display: inline-block;
    background-color: #eee;
    padding:3px 10px;
    font-weight: bold;
    min-width:70px;
    text-align: center;
}
.company-detail-header-info dl dd{
    display: inline-block;
    padding-left: 15px;
}
.company-detail-header-tag{
    margin: 20px auto 30px;
}
.company-detail-header-tag li{
    display: inline-block;
    margin-right: 10px;
    padding:0 15px;
    background-color: #FFD57A;
    border-radius: 15px;
    font-size:13px;
    height:30px;
    line-height: 30px;
}
@media screen and (max-width:768px){
    .company-detail-header-ttl{
        padding:0 10px 10px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .company-detail-header-info dl dt{
        padding:3px 5px;
        min-width:60px;
    }
    .company-detail-header-info dl dd{
        padding-left: 5px;
    }
    .company-detail-header-tag{
        margin: 20px auto 30px;
    }
    .company-detail-header-tag li{
        margin-right: 5px;
        margin-bottom: 5px;
        padding:0 10px;
    }
}

/* アンカーリンク */
.company-detail-anchor{
    margin: 0 auto 80px;
}
.company-detail-anchor ul{
    width:100%;
    border:2px solid #fff;
}
.company-detail-anchor ul li{
    float:left;
    width:calc(100% / 7);
    text-align: center;
    border-right: 2px solid #fff;
}
.company-detail-anchor ul li:last-child{
    border-right: none;
}
.company-detail-anchor ul li a{
    display: block;
    text-decoration: none;
    padding:20px 0;
    background-color: #fd9700;
    color:#fff;
}
.company-detail-anchor ul li a:hover{
    background-color:#ffca19;
}
@media screen and (max-width:768px){
    .company-detail-anchor{
        margin: 0 auto 30px;
    }
    .company-detail-anchor ul li{
        float:left;
        width:calc(100% / 3);
        border-bottom: 2px solid #fff;
    }
    .company-detail-anchor ul li:nth-child(3n){
        margin-right: 0;
    }
    .company-detail-anchor ul li:nth-child(3n+1){
        clear:both;
    }
    .company-detail-anchor ul li:last-child{
        border-right: 2px solid #fff;
    }
    .company-detail-anchor ul li a{
        padding:10px 0;
        font-size:12px;
    }
}

/* セクション */
.company-section{
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 80px;
}
@media screen and (max-width:768px){
    .company-section{
        padding-top: 60px;
        margin-top: -60px;
        margin-bottom: 50px;
    }
    .company-movie iframe{
        height:200px !important;
    }
}

/* 企業情報 */
.company-profile{
    display: table;
    width: 100%;
}
.company-profile-img,
.company-profile-txt{
    display: table-cell;
    vertical-align: top;
}
.company-profile-img{
    width:200px;
}
.company-profile-txt{
    padding-left: 20px;
}
.company-profile-txt-catch{
    font-size:18px;
    font-weight: bold;
    color:#eb4034;
    margin-bottom: 20px;
}
.company-profile-txt-point{
    background-color:#f4f4f4;
    padding:15px 20px;
    margin-bottom: 30px;
}
.company-profile-txt-point-ttl{
    text-align: center;
    font-size:18px;
    font-weight: bold;
    color:#fd9700;
    margin-bottom: 10px;
}
.company-profile-txt-point ul li{
    margin-bottom: 10px;
}
.company-profile-txt-point ul li::before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
    color:#fd9700;
    font-size:20px;
    margin-right: 10px;
}
.tbl-detail-inner tr{
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.tbl-detail-inner{
    width: 100%;
    margin-bottom: 50px;
}
.tbl-detail-inner th,
.tbl-detail-inner td{
    padding: 10px;
    text-align: left;
}
@media screen and (max-width:768px){
    .company-profile{
        display: block;
    }
    .company-profile-img,
    .company-profile-txt{
        display: block;
    }
    .company-profile-img{
        width:150px;
        margin:0 auto 20px;
    }
    .company-profile-txt{
        padding-left: 0;
    }
    .tbl-detail-inner tr{
        border-bottom: 1px solid #eee;
        padding: 10px;
    }
    .tbl-detail-inner{
        width: 100%;
        margin-bottom: 50px;
    }
    .tbl-detail-inner th,
    .tbl-detail-inner td{
        padding: 10px;
        text-align: left;
    }
    
    
    .tbl-detail-inner th,
    .tbl-detail-inner td{
        display: block;
        width: 100%!important;
    }
    .tbl-detail-inner th{
        background: #e6e6e6;
    }
}

/* 事業内容・魅力 */
.company-point ul li{
    display: inline-block;
    float:left;
    width: calc( (100% - 60px ) / 3 );
    margin-right: 30px;
}
.company-point ul li:nth-child(3n){
    margin-right: 0;
}
.company-point-ttl{
    text-align: center;
    color:#fd9700;
    font-weight: bold;
    font-size:18px;
    margin-bottom: 15px;
}
.company-point-img{
    text-align: center;
    margin-bottom: 20px;
}
.company-point-txt{
    padding:0 10px;
}
@media screen and (max-width:768px){
    .company-point ul li{
        display: block;
        float:none;
        width: 100%;
        margin-right: 0;
    }
    .company-point-img img{
        max-width:150px;
    }
    .company-point-txt{
        margin-bottom: 30px;
    }
}

/* インタビュー */
.company-interview dl{
    margin-bottom: 50px;
    display: table;
    width: 100%;
}
.company-interview dl dt,
.company-interview dl dd{
    display: table-cell;
    vertical-align: top;
}
.company-interview dl dt{
    width:250px;
}
.company-interview-img{
    width:200px;
    height:200px;
    margin:0 auto 15px;
    border-radius: 100px;
    overflow:hidden;
    position: relative;
}
.company-interview-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
}
.company-interview-name{
    text-align: center;
}
.company-interview-name span{
    font-size:14px;
    color:#999;
    display: block;
    padding-top: 10px;
}
.company-interview dl dd{
    background-color: #f4f4f4;
    padding:20px 20px 0;
}
.company-interview-ttl{
    border-bottom:1px solid #fd9700;
    font-size:18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding:10px;
}
.company-interview-txt{
    margin-bottom: 30px;
}
@media screen and (max-width:768px){
    .company-interview dl{
        margin-bottom: 30px;
    }
    .company-interview dl dt,
    .company-interview dl dd{
        display: block;
    }
    .company-interview dl dt{
        width:100%;
        margin-bottom: 20px;
    }
    .company-interview-img{
        width:100px;
        height:100px;
        border-radius: 50px;
    }
    .company-interview-name{
        text-align: center;
    }
    .company-interview-name span{
        font-size:14px;
        color:#999;
        display: block;
        padding-top: 10px;
    }
    .company-interview dl dd{
        padding:10px;
    }
    .company-interview-txt{
        margin-bottom: 15px;
    }
}

/* ギャラリー */
.fotorama__wrap {
    margin: 0 auto;
}
@media screen and (max-width:768px){
    
}

/* 企業説明動画 */
.company-movie-thumb{
    position: relative;
    text-align: center;
    margin:0 auto ;
    max-width:640px;
    max-height: 480px;
}
.company-movie-thumb-txt{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.8);
    text-align: center;
    padding-top:120px;
}
.company-movie-thumb-btn{
    width: 80px;
    height: 80px;
    display: block;
    margin:0 auto 50px;
}
@media screen and (max-width:768px){
    .company-movie-thumb-txt{
        padding:30px 10px;
        font-size:12px;
    }
    .company-movie-thumb-btn{
        width: 50px;
        height: 50px;
        margin:0 auto 20px;
    }
}

/* 募集要項 */
.company-recruit-flow{
    margin-bottom: 50px;
}

/* 共通：ボタンエリア */
.company-detail-btn{
    text-align: center;
    background-color: #f4f4f4;
    padding:20px;
    margin-bottom: 50px;
}
.company-detail-btn form{
    display: inline-block;
}
.company-detail-btn-intro{
    margin-bottom: 20px;
}

/* fav-btn */
.btn-fav-off,
.btn-fav-on,
.btn-entry{
    border: 2px solid #ddd;
    text-decoration: none;
    background-color:#fff;
    display: inline-block;
    font-size:16px;
    min-width:200px;
    height:60px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 10px;
    padding:0 20px;
    position: relative;
}
.btn-fav-off i,
.btn-fav-on i,
.btn-entry i{
    font-size: 20px;
    margin-right: 10px;
}
.btn-fav-on{
    background-color: #333;
    color: #fff;
    border-color:#333;
}
.btn-fav-off i,
.btn-fav-on i{
    color:#eb6e8b;
}
.btn-entry{
    color:#fff;
    border-color: #fd9700;
    background-color: #fd9700;
}
/* ボタンバルーン */
.btn-info{
    position:absolute;
    bottom:40px;
    left:-70px;
    width:350px;
    font-size:13px;
    line-height: 20px;
    text-align: left;
    z-index:9999;
    padding:20px;
    color:#333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    display: none;
    
    background-color: rgba(237, 228, 149,0.9);
}
.btn-info::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: rgba(237, 228, 149,0.9) transparent transparent transparent;
    position: absolute;
    bottom:-10px;
    left:165px;
    
}
.btn-fav-off:hover .btn-info,
.btn-fav-on:hover .btn-info,
.btn-entry:hover .btn-info{
    bottom:70px;
    display: block;
}

@media screen and (max-width:768px){
    .company-detail-btn{
        padding:10px;
        margin-bottom: 30px;
    }
    .company-detail-btn-intro{
        margin-bottom: 20px;
    }

    /* fav-btn */
    .btn-fav-off,
    .btn-fav-on,
    .btn-entry{
        font-size:13px;
        min-width:80px;
        height:40px;
        line-height: 40px;
        vertical-align: middle;
        margin: 0 2.5px 5px;
        padding:0 10px;
    }
}

/* セミナー一覧 */
.company-seminar li{
    display: table;
    width: 100%;
    margin-bottom: 20px;
    padding:20px;
    border-bottom: 1px solid #ddd;
}
.company-seminar-img,
.company-seminar-txt{
    display: table-cell;
    vertical-align: top;
}
.company-seminar-img{
    width:120px;
}
.company-seminar-txt{
    padding-left: 20px;
}
.company-seminar-txt-ttl{
    font-size:18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.company-seminar-txt-date{
    color:#666;
}
@media screen and (max-width:768px){
    .company-seminar-img{
        width:80px;
    }
}

/* 固定ボタン */
.company-detail-btn.is-fixed{
    width:100%;
    position: fixed;
    left:0;
    bottom:0;
    margin-bottom: 0;
    border-top:1px solid #ccc;
    z-index: 9998;
}
@media screen and (max-width:768px){
    
}