@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;400;500;700&display=swap');


*,
*: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;
}

* {
   -webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;

}
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}

.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}


.ml5{margin-left:5px!important;}
.ml10{margin-left:10px!important;}

.pt5{padding-top:5px!important;}
.pt10{padding-top:10px!important;}
.pt15{padding-top:15px!important;}
.pt20{padding-top:20px!important;}
.pt30{padding-top:30px!important;}
.pt40{padding-top:40px!important;}

.pb30{padding-bottom:30px!important;}
.pb50{padding-bottom:50px!important;}
.pb100{padding-bottom:100px!important;}

.ml5{margin-left:5px!important;}
.ml10{margin-left:10px!important;}
.ml20{margin-left:20px!important;}

.p15{padding:15px;}

.fs15{
font-size:15px;
}
.fs12{
font-size:12px;
}
.fs13{
font-size:13px;
}

.fb20{
    font-weight: 500!important;
    font-size: 20px;
}

.right{
float:right;
}

.left{
float:left;
}





body {
    font-size:16px;
    font-weight: 300;
    font-family: YuGothic,Yu Gothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Hiragino Sans,meiryo,arial,sans-serif;
    color:#040000;
    -webkit-text-size-adjust: 100%;
}


img {
    vertical-align: middle;
    font-size:0;
    line-height: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    color: #040000;
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

a:hover{
text-decoration:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:1px solid #ccc;
    margin:0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

li {
    list-style-type: none;
}

.clearfix:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
.alignright{
float:right;
}
.aligncenter{
    margin: 0px auto;
    display: block;
}

.txt_c{
text-align:center;
}

.txt_r{
    text-align: right;
}

.txt_c img{
margin:0px 10px;
}

.bbc{
border-bottom:1px solid #ccc;
}
.btc{
border-top:1px solid #ccc;
}

table{
width:100%!important;
border:none!important;
margin:30px 0px 30px;
}


td,th,.wp-block-table td, .wp-block-table th{
padding:15px 10px;
border:none;
border-bottom:1px solid #D7D8DB;
background:none;
}

table tr:last-child td,table tr:last-child th{
    border-bottom:none;
}

.another_area{
    margin-top:80px;
}

.contenttxt_area p {
    margin-bottom: 1em;
    margin: 1em 0em;
    line-height: 1.8em;
    line-height: 2em;
}

.contenttxt_area p strong{
    border-bottom:1px solid #FF4600;
}

.interview_q{
    background:url(/recruit/blog/img/bar-interview@2x.png) no-repeat left center;
    padding-left:40px;
}

dl.interview{
    overflow:hidden;
    padding:1em 0em;
}

dl.interview dt{
    float:left;
    width:10%;
    font-weight: 700;
}

dl.interview dd{
    float:right;
    width:85%;
    color:#3B4043;
    line-height: 1.8em;
}


.contenttxt_area ul,.contenttxt_area ol{
margin-top:10px;
margin-bottom:10px;
}
.contenttxt_area ul li{
    list-style-type: none;
    line-height: 2em;
    padding:5px 5px 5px 0px;
    font-weight: 700;

    text-indent: -1.3em;
    padding-left: 1.3em;
}
.contenttxt_area ul li:before{
    content:'';
    display: inline-block;
    width:16px;
    height:16px;
    background:url(/recruit/blog/img/ul_circle.png) no-repeat left top 8px;
    background-size:4px;
    color:#969799;
}

.contenttxt_area ol li{
    list-style-type: none;
    line-height: 1.8em;
    padding:5px 5px 5px 0px;

    font-weight: 700;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.contenttxt_area ol{
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;

    margin-top:10px;
    margin-bottom:10px;
  }
 

.contenttxt_area ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    color:#FF4600;
  }

.wp-block-image figcaption{
    text-align: left;
    margin-top:-20px;
    line-height: 1.3em;
}
.graybk{
    background:#F5F5F5;
    padding:0px;
    margin-top:30px;
}

.orbar2{
    width:120px;
    height:5px;
    background: #FF4600;
    margin-bottom:15px;
}

.graybk .pd{
    padding:15px 20px 10px;
}

.contenttxt_area a{
    color: #1d3994;
    text-decoration:underline;
}

table tr td:nth-of-type(1){
    font-weight: 700;
}

table th{
    font-weight: 700;
}

th{
text-align:left;
}


.sp_only{
display:none!important;
}

.pc_only{
    display:block!important;
}


.contents_area{
    width:1100px;
    margin:0px auto;
}


.title_area{
    background:url(/recruit/blog/img/main.jpg) no-repeat center center;
    background-size:cover;
    height:200px;
    width:100%;
    margin-top:100px;
    position: relative;
}



.title_area h2 span{

    font-size: 50px;
    letter-spacing: .03em;
    font-family: Barlow,meiryo,arial,sans-serif;   
    color: #FF4600;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.title_area h2{
    display: inline-block;
    vertical-align: bottom;
    background: #fff;
    padding: 19px 28px 3px 50%;
    margin-left: -50%;
    font-size:16px;
    font-weight: 300;
    position: absolute;
    bottom:0px;
}

.pankz{
    padding:10px;
}
.mainarea{
    overflow: hidden;
}

.txt_area{
    float:left;
    width:740px;
}

.sidebar{
    float:right;
    width:280px;
}
.sidebar h3{
    border-top:1px solid #969799;
    border-bottom:1px solid #969799;
    padding:15px 0px;
    margin-bottom:20px;
    font-size:14px;
    font-weight: 300;
    color:#FF4600;
}
.sidebar h3 span{
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    font-size:24px;
    color:#040000;
}

.article_area{
    overflow: hidden;
    padding:0px 0px 50px;
    border-bottom:1px solid #969799;
    margin-bottom:50px;
}

.article_area .img_area{
    float:right;
    position: relative;
    padding-left:30px;
    width:320px;
    height:180px;
    overflow: hidden;
}

.article_area .img_area img{
    width:100%;
    margin: 0px;
}

.article_area .img_area .newtag{
    background:#fff;
    width:47px;
    line-height: 1em;
    padding:7px 0px;
    color:#FF4600;
    font-size:13px;
    text-align: center;
    position: absolute;
    top:0px;
    right:5px;
    font-family: 'Barlow', sans-serif;
}

.article_area .catename{
    font-size:13px;
    font-weight: 500;
    color:#FF4600;
}

.article_area h3{
    font-size:24px;
    font-weight: 300;
    line-height: 1.5em;
}

.date-auther{
    overflow: hidden;
    margin:10px 0px 10px;
    line-height: 44px;
}

.date{
    color:#969799;
    font-family: 'Barlow', sans-serif;
    font-size:14px;
    float:left;
    font-weight: 400;
}
.date2{
    color:#969799;
    font-family: 'Barlow', sans-serif;
    font-size:14px;
    font-weight: 400;
}

.txt_area img{
    max-width: 100%;
    height: auto;
    margin:20px 0px 30px;
}

.pager img{
    margin:0px;
}

.txt_area figure{
    max-width:100%!important;
}
ul.sns{
    overflow:hidden;
}

ul.sns li{
    float:left;
    padding:10px 5px;
}

.event-date{

    font-family: 'Barlow', sans-serif;
    font-size:14px;
    font-weight: 700;
}

.event-location{
    font-size:14px;
    margin-top:20px;
}
.auther{
    float:right;
    font-size:14px;
}

.auther img{
    float:right;
    margin:0px;
    margin-left:10px;
    vertical-align: middle;
    width:44px;
    height:auto;
}

.article_area p{
    font-size:16px;
    line-height: 1.8em;
    margin-bottom:0px;
}

.leftright{
    overflow: hidden;
}

.tag_area{
    float:left;
    width:420px;
}

.tag_area a{
    font-size:12px;
    font-weight: 300;
    display: inline-block;
    padding:5px 10px;
    margin-right:10px;
    background:#F5F5F5;
    border-radius: 100px;
    line-height: 1em;
    margin-bottom: 10px;
}
.more_area{
    float:right;
    text-align: right;
}

.ovh{
    overflow: hidden;
    display: block;
}

a.readmore{
    background:url(/recruit/blog/img/arrow@2x.png) no-repeat right center;
    background-size:42px;
    padding-right:47px;
    color:#FF4600;
    font-family: 'Barlow', sans-serif;
    display: inline-block;
    font-size:16px;
    font-weight: 400;
}

a.viewall{
    background:url(/recruit/blog/img/arrow@2x.png) no-repeat right 10px  center;
    background-size:42px;
    padding:5x 20px;
    padding-right:57px;
    color:#FF4600;
    font-family: 'Barlow', sans-serif;
    display: inline-block;
    font-size:16px;
    font-weight: 400;
    border-bottom:1px solid #FF4600;
}

.category-list li a {
    display: block;
    border-bottom: none;
    padding: 10px 0;
    line-height: 120%;
    font-size: 14px;
}

.category-list li ul li a {
    padding-left: 20px;
}

.page-title {
    color: #FF4600;
    margin-bottom: 50px;

font-size: 25px;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    line-height: 130%;
}

#breadcrumb {
    padding: 0px 0px 5px;
    margin: 0px auto;
    text-align: left;
    overflow: hidden;
    clear: both;
    line-height: 1em;
    padding:15px 0px 40px;
    text-align: right;
    width:1100px;
    margin:0px auto;
    
}

#breadcrumb > ul {
    display: inline-block;
    padding: 5px 0px 2px;
    color: #000;
}

#breadcrumb > ul > li {
    display: inherit;
    padding-right: 10px;
    font-size: 12px;
    text-align: left;
    float: left;
    line-height: 1em;
}

#breadcrumb > ul > li > a {
    margin-right: 10px;
    /*color: #34af4a;*/
}

#breadcrumb > ul > li > span {
    font-weight: normal;
}

#breadcrumb img{
    vertical-align: middle;
    margin-top: -3px;
}

.tag-list a {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    background: #F5F5F5;
    border-radius: 100px;
    line-height: 1em;

    margin-bottom: 10px;
}

.tag-list a:before{
    content:"#";
}

.main-content {
    border-top: none;
    float: none;
    width: 1100px;
}

.main-title{
    color:#FF4600;
    margin-bottom: 50px;
}

.main-title2{
   margin-bottom: 20px;
   font-size:28px;
   font-weight: 300;
   line-height: 1.5em;
}


.cate_t a{
    color:#FF4600;
    font-size:14px;
    font-weight: 500;
    margin-bottom:10px;
    display: inline-block;
}
h1 .ttl-date{
    display: block;
    font-size:18px;
    font-weight: 500;
    line-height:1.5em;
}

.ranking-list .thumb {
    width: calc(60 / 320 * 100%);
    float: left;
    position: relative;
}

.ranking-list .thumb2 {
    width: calc(60 / 320 * 100%);
    float: left;
    position: relative;
}

.ranking-list img{
    width:100%;
}
.ranking-list .texts {
    width: calc(250 / 320 * 100%);
    padding: 0 0px;
    background: #fff;
    float: right;
}

.ranking-list .date {
    font-size: 12px;
    font-weight: normal;
    display: inline;
    margin-right: 10px;
    line-height: 1em;;
}

.ranking-list .category {
    font-size: 12px;
    font-weight: normal;
    float: left;
    line-height: 1em;
    color:#FF4600;
    margin-top: 1px;
}

.ranking-list a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
    transition-duration: .4s;
}

.ranking-list .title{
    font-size:12px;
    line-height: 1.5em;
    clear:both;
    display: block;
    padding-top:3px;
}

.ranking-list {
    margin-top: -15px;
}

.ranking-list .thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    opacity:0.8;
    background: #FF4600;
    text-align: center;
    display: block;
    font-family: 'Barlow', sans-serif;
}
.ranking-list a:nth-child(1) .thumb:before {
    content: "1";
}
.ranking-list a:nth-child(2) .thumb:before {
    content: "2";
}
.ranking-list a:nth-child(3) .thumb:before {
    content: "3";
}
.ranking-list a:nth-child(4) .thumb:before {
    content: "4";
}
.ranking-list a:nth-child(5) .thumb:before {
    content: "5";
}



.realtedsite li a{
    display: block;
    padding:15px 0px;
    color:#1D3994;
    font-size:14px;
    border-bottom:1px solid #D7D8DB;
}

.realtedsite li:first-child a{
    padding-top:0px;
}

.realtedsite li:last-child a{
    border-bottom:none;
}

.pager a {
    margin: 0 12px;
    color: #969799;
    font-size:18px;
    text-decoration: none;
}

.pager a.current{
    color:#FF4600;
}

.pager .next img,.pager .prev img{
    margin-top: -3px;
}


.keywordarea{
    border-top:1px solid #969799;
    padding-bottom:30px;
    margin-top:30px;
}

.orbar{
    width:60px;
    height:5px;
    background:#FF4600;
}

.ortitle span{
    color:#FF4600;
    font-size:36px;
    font-family: 'Barlow', sans-serif;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom:10px;
    
}

.ortitle{
    color:#969799;
    font-size:14px;
    float:left;
    font-weight: 300;
    padding:30px 0px;
    margin-right:20px;
}

.keywordarea .tag-list{
    padding:30px 0px;
}
.keywordarea .tag-list a{
    font-size:16px;
    color:#040000;
    padding:10px 15px;
    margin-right:15px;
}


.contenttxt_area h2{
    font-size:22px;
    border-left:1px solid #FF4600;
    font-weight: 700;
    padding:10px 0px 10px 15px;
    margin:20px 0px 10px;
}

.contenttxt_area h3{
    font-weight: 700;
    font-size:18px;
    padding:20px 0px;
}

.another_list{
    display: flex;
    flex-wrap: wrap;
}

.another_list li{
    width:336px;
    margin-right:46px;
    margin-top:10px;
}

.another_list li:nth-child(3n){
    margin-right:0px;
}

a.blk{
    display: block;
}
.another-img{
    position: relative;
}

.a-catedate{
    position: absolute;
    left:0px;
    bottom:0px;
    padding:0px;
    background:#fff;
    width:310px;
    overflow: hidden;
}

.a-cate{
    float: left;
    font-size: 14px;
    display: inline-block;
    padding: 6px 17px 6px 10px;
    line-height: 1em;
    color:#fff;
    background:url(/recruit/blog/img/bk_cate@2x.png) no-repeat right top #FF4600;
}
.a-date{
    float:right;
    font-size:13px;
    line-height: 1em;
    padding: 10px 10px 0px;
    color:#969799;
}
.a-txt{
    position: relative;
}
.a-more {
    background: url(/recruit/blog/img/arrow@2x.png) no-repeat right bottom;
    background-size: 42px;
    padding-right: 47px;
    color: #FF4600;
    font-family: 'Barlow', sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transform: rotate( 90deg );
    position: absolute;
    right: -30px;
    top: 50px;
    height: 20px;
}


.a-txt h5{
    padding:10px 0px;
    width:300px;
    font-size:16px;
    font-weight: 300;
    line-height: 1.5em;
}

.a-txt p{
    padding:0px 0px 10px;
    width:300px;
    font-size:12px;
    font-weight: 300;
    line-height: 1.5em;
}
.another_area h4{
    overflow: hidden;
    padding: 20px 0px;
}
.another_area h4 span{
    font-size: 50px;
    font-family: 'Barlow', sans-serif;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    color: #040000;
    margin-top: -10px;
    padding: 10px;
    line-height: 1em;
    vertical-align: middle;
}

.another_area h4{
    font-size:24px;
    color:#FF4600;
    font-weight: 300;
}

.writer_info{
    overflow: hidden;
    padding-top:15px;
}
.writer_info img{
    float:left;
    margin:0px 15px;
}
.writername{
    display: block;
    float:left;
    overflow: hidden;
    font-size:24px;
}
.writername span{
    color:#969799;
    font-size:12px;
    display: inline-block;
    margin-left:10px;
}

.writername span.posi{
    display: block;
    color:#FF4600;
    font-size:12px;
    margin-left:0px;
    margin-bottom:10px;
}

.writer_info a{
    float:right;
    margin-top:38px;
}

.pagination{
    clear:both;
    margin-top:40px;
        width: 100%;
    }
    
    .nav-links .page-numbers{
    display:inline-block;
    padding: 0px 10px;
        color:#969799;
        font-size:16px;
    }
    
    .nav-links{
        text-align: center;
        margin-bottom:0px;
    }
    
    .nav-links .current{
    font-weight:500;
    color:#FF4600;
    }
    .screen-reader-text{
    display:none!important;
    }
    .nav-prev-text,.nav-next-text{  
            padding:0px 10px;  
    }
    .nav-prev-text img,.nav-next-text img{  
        margin:0px; 
}

    
    .prev,.next{
        padding-left:4px!important;
        padding-right:4px!important;
    }
    .page-numbers .svg-icon{
        vertical-align: middle;
        width: 22px;
        height: 24px;
        padding-bottom: 4px;
        line-height: 1em;
        opacity:0.6;
    }
    
    
    .pagination .icon,
    .comments-pagination .icon {
        width: 0.666666666em;
        height: 0.666666666em;
    }



/*------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------*/

@media screen and (max-width:1100px){

    .main-content {
        border-top: none;
        float: none;
        width: 100%;
    }

    .contents_area{
        width:100%;
        padding-left:10px;
        padding-right:10px;
    }
    #breadcrumb {
        width:100%;
        padding-left:10px;
        padding-right:10px;
    }

    .another_list li{
        width:calc(100%/3 - 10px);
        margin-right:15px;
        margin-top:10px;
    }
    .a-catedate,.a-txt h5,.a-txt p ,.a-txt .tag_area {
        width: calc( 100% - 30px ) ;
    }
    .tag_area {
        float: left;
        width:100%;
        }
    .txt_area{
    width: calc( 100% - 300px ) ;
    }

    #breadcrumb > ul > li {

        line-height: 1.5em;
        padding-bottom:5px;
    }

}
/*------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------*/

@media screen and (max-width:768px){

    .whitespace {
        height: 90px;
        width: 90%;
    }

    .keywordarea {
        border-top: 1px solid #969799;
        padding-bottom: 0px;
        margin-top: 30px;
    }

    .another_area{
        margin-top:30px;
        border-top:1px solid #969799;
        padding-top:10px;
    }

    .title_area{
        margin-top:67px;
        height:237px;
    }

    .another_area h4{
        text-align:center;
        font-size:16px;
        padding-bottom:0px;
    }

    .another_area h4 span{
        font-size:40px;
        display: block;
        margin-right:0px;
    }
    .ortitle{
        padding: 20px 0px 10px;
        margin-right:0px;
        width: 100%;
    }
    .writer_info{
        padding-top:0px;
        width:100%;
    }
    .keywordarea .tag-list{
        padding:30px 0px 0px;
    }
.title_area h2 span {
    font-size:40px;
    letter-spacing: 2px;
}

.another-img img{
    width:100%!important;
    max-width: 100%!important;
}
.another_list li {
    width: 100%;
    margin-right:0px
}

.a-catedate,.a-txt h5,.a-txt p ,.a-txt .tag_area {
    width: calc( 100% - 30px ) ;
}

    .txt_area{
        width:100%;
    }

    .sidebar{
        width:100%;
        margin-top:50px;
    }
    .sp_only{
        display:block!important;
    }

    .pc_only{
        display:none!important;
    }


    .another-img img{
        margin:0px;
    }

    .article_area .img_area{
        padding-left:0px;
        width:100%;
        height: auto;
        margin-bottom:10px;
    }
}
