/*
Theme Name: Jilaffe
Description: A theme by Sound Innovation
Version: 1.1
Author: Sho Itoh
*/


/*  Default
-------------------------------------------------- */
body{
    letter-spacing: .1em;
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
a{
    color: #333;
    word-break: break-all;
}
a:hover{
    transition: 0.3s;
    color:#333;
    text-decoration: underline;
}
a img:hover{
    transition: 0.3s;
    opacity: 0.7;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
.row-eq-height{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  display: flex;
  flex-wrap: wrap;
}
.container{
    overflow: hidden;
    width: 1200px;
}
input, textarea{
    color: #333;
    width: 500px;
}
label{
    font-weight: 200;
}
input[type=checkbox], input[type=radio]{
    width: auto;
    display: inline;
}
@media(max-width:1199px){
    .container{
        width: 100%;
    }
}
@media(min-width:768px){
    .only-xs{
        display: none;
    }
}
@media(min-width:769px){
    .col-sm-4{
        width: 33.3%
    }
}
@media(max-width:768px){
    input, textarea{
        width: 100%;
    }
    .col-xs-6{
        width: 49.8%
    }
    .col-xs-4{
        width: 33%;
    }
    input, textarea{
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}


/*------------------------------------------------------------
	Ligature Symbols
------------------------------------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('common/fonts/LigatureSymbols-2.11.eot');
    src: url('common/fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('common/fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('common/fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('common/fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('common/fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
}

.lsf-icon.twitter:before {
  content: '\E12f';
}

.lsf-icon.instagram:before {
  content: '\E155';
}

/*  Common
-------------------------------------------------- */
header .navbar-default{
    background:none;
    border: none;
}
header .navbar-header{
    height: 72px;
}
header .navbar-default .navbar-nav{
    padding-top: 15px;
}
.navbar-default .navbar-toggle{
    margin-top: 18px;
    border-color:#fff;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
/*.navbar-default .navbar-nav>li>a:hover{
    text-decoration: underline;
}*/
nav.fixed{
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}
section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 120px;
}
section h3{
    letter-spacing: 0.1em;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    padding-bottom: 20px;
}
section h3 span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    border-bottom: 2px solid #000;
    margin: 0 auto;
  }
section#partner h3 span::after, section#recruit h3 span::after, section#contact h3 span::after {
    border-bottom: 2px solid #fff;
  }
.more{
    text-align: center;
}
.more a{
    font-size: 21px;    
    line-height: 60px;
    padding: 20px 90px;
    border: #050001 solid 2px;;
}
.more a:hover{
    transition: 0.3s;
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
footer{
    background-color: #eeeeee;
    padding-top: 50px;
    padding-bottom: 24px;
}
footer ul{
    padding-top: 30px;
    text-align: center;
}
footer ul li{
    display: inline-block;
}
footer ul li:after{
    content: "|";
    margin-right: 12px;
    margin-left: 12px;
}
footer ul li.last:after{
    content: "";
}
footer .sns{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .sns a{
    padding: 12px 4px;
}
footer .sns a img{
    width: 32px;
    height: auto;
}
footer .go-top{
    position: fixed;
    bottom:20px;
    right: 20px;
    width: 90px;
}
footer .copyright{
    text-align: center;
}
div.wpcf7-mail-sent-ok{
    border-color: #fff!important;
    border: none!important;
}
div.wpcf7-validation-errors{
    border-color: #ff0000!important;
    border: none!important;
}
@media(max-width:992px){
    footer .footer-logo{
        text-align: center;
    }
    footer .go-top{
        text-align: right;
        padding: 0px;
        width: 60px;
    }
    footer .go-top img{
        width: 60px;
        height: auto;
    }
}
@media(max-width:963px){
    header .navbar-default .navbar-nav{
        float: left!important;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 14px;
    }
}
@media(max-width:904px){
    header .navbar-default .navbar-nav{
        padding-top: 0px;
        width: 100%;
    }
}
@media(min-width:930px){
    .more a{
        padding: 20px 60px;
    }
}
@media(min-width:768px) and (max-width:929px){
    .more a{
        padding: 20px 20px;
    }
}
@media(max-width:767px){
    .nav>li{
        margin-bottom: 18px;
    }
    .more a{
        padding: 20px 40px;
    }
    footer ul li{
        display: list-item;
        margin-bottom: 20px;
    }
    footer ul li:after{
        content:"";
        margin: 0px;
    }
    footer ul{
        padding-top: 60px;
    }
    .navbar-default .navbar-nav>li>a{
        color: #333;
    }
    .navbar-default.fixed .navbar-nav>li>a{
        color: #fff;
    }
    .navbar-default .navbar-collapse{
        max-height: none;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default.fixed .navbar-collapse{
        max-height: none;
        background:none;
    }
}

/*  Top
-------------------------------------------------- */
video{
    top: 50%;
    left: 50%;
    width: 100%;
    /*z-index: -100;*/
}
#main-visual{
}
#main-visual .loading{
    /*background-image: url(common/images/bx_loader.gif);*/
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 30px;
    height: 30px;
}
#main-visual .intro{
    margin-top: 225px;
    padding-left: 45px;
    color: #fff;
}
#main-visual .intro h1{
    font-size: 40px;
    font-weight: 800;
}
#main-visual .intro h1 .big{
    font-size: 70px;
}
#main-visual .intro h2{
    font-size: 28px;
    margin-top: 60px;
    letter-spacing: 0.5em;
}
.main-visual-bg{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}
.main-visual-bg:before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    bottom: 5px;
    left: 0px;
    padding-top: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
#news ul{
    max-width: 980px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 70px;
}
#news ul li{
    padding: 24px 45px;
}
#news ul li.even{
    background-color: #f7f8f9;
}
#news ul li .date{
    letter-spacing: 0;
    font-size: 12px;
    color: #000000;
}
#news ul li a {
    /* text-decoration: underline; */
    width: 75%;
    float: right;
    display: inline-block;
    line-height: 1.8;
}
.category{
    color: #ffffff;
    font-size: 12px;
    transform: scale(0.795,0.793);
    background-color: #aaa;
    padding: 5px 10px;
    margin-left: 12px;
    margin-right: 12px;
}
.category.press{
    background-color: #ff0000;
}
.category.event{
    background-color: #22ac38;
}
.category.recruit{
    background-color: #00a0e9;
}
.category.service{
    background-color: #ff3300;
}
.category.topic{
    background-color: #1d2088;
}
#service{
    background-color: #eeeeee;
}
#service .box{
    padding: 80px;
    text-align: center;
}
#service .box img{
}
#service .box p{
    text-align: left;
    margin-bottom: 70px;
    line-height: 32px;
}
#service .box p.more{
    text-align: center;
}
#service .box .service__link {
    position: relative;
    display: block;
    min-height: 180px;
}
#service .box .service__link .service__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#partner{
    background-image: url(common/images/bg_partner.jpg) ;
    color: #fff;
    position: relative;
}
#partner:before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(210, 210, 210, 0.5);
    content: "";
}
#partner p{
    text-align: center;
}
#partner .box{
    padding: 30px 0px;
    text-align: center;
}
.bx-wrapper .row{
    padding-left: 30px;
}
#media .box{
    padding: 42px 38px;
}
#recruit{
    background-image: url(common/images/bg_top_recruit.jpg);
    color: #fff;
    position: relative;
}
#recruit:before{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
#recruit .container{
    position: relative;
}
#recruit .box{
    text-align: center;
    margin-bottom: 60px;
}
#recruit .box .img{
    margin-bottom: 20px;
    height: 110px;
}
#recruit .img img {
    width: 100px;
}
#recruit .more a{
    color: #fff;
    border-color: #fff;
}
#recruit .more a:hover{
    background-color: #fff;
    color: #000000;
}
#about .box{
    padding: 0 40px;
}
#about table{
    width: 100%;
}
#about table tr td{
    padding: 24px;
}
#about table tr.odd{
    background-color: #eeeeee;
}
#about table tr td{
    font-size: 14px;
}
#about table tr td.left{
    font-size: 16px;
    font-weight: 700;
    min-width: 120px;
}
#space{
    background-image: url(common/images/bg_space.jpg);
    height: 180px;
    background-position: top;
}
#contact{
    color: #fff;
    text-align: center;
    background-image: url(common/images/bg_contact.png);
}
#contact .wpcf7-submit{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    /*font-size: 21px;*/
    font-size: 16px;
    letter-spacing: 0.5em;
    border: 2px solid #ffffff;
    font-weight: 100;
    /*padding: 10px 85px;*/
    padding: 14px 45px;
    background: none;
    color: #fff;
    max-width: 300px;
}
#contact .wpcf7-submit:hover{
    transition: 0.3s;
    background-color: #fff;
    color: #000000;
}
@media(max-width:963px){
    #main-visual .intro{
        padding-left: 0px;
    }
    #main-visual .intro h1{
        font-size: 48px;
    }
    #main-visual .intro h1 .big{
        font-size: 72px;
    }
    #main-visual .intro h2{
        font-size: 24px;
        margin-top: 20px;
    }
}
@media(max-width:767px){ 
#news ul li a {
    width: 100%;
    line-height: 1.2;
}
   
    #main-visual{
        background: none;
        padding: 30px 0px;
        background-image: url(common/images/sp_top_image.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 640px!important;
    }
    #main-visual .intro{
        margin-top: 120px!important;
        padding-left: 0px;
    }
    #main-visual .intro h1{
        font-size: 27px;
    }
    #main-visual .intro h1 .big{
        font-size: 42px;
    }
    #main-visual .intro h2{
        font-size: 18px;
        margin-top: 20px;
    }
    .category{
        margin: 0px;
    }
    #news ul li{
        padding: 24px;
    }
    #news ul li .title{
        margin-top: 12px;
    }
    #service .box{
        padding: 20px;
    }
    #media .box{
        padding: 32px 12px;
    }
    #partner h3, #media h3{
        margin-bottom: 60px;
    }
    .bx-wrapper .row{
        margin-right: 15px;
    }
    .bx-viewport{
        height: auto!important;
    }
    .bx-wrapper img{
        max-height: 60px;
    }
    #about .box{
        padding:0px 20px;
    }
    #about .box .xs-even{
        background-color: #fff;
    }
    #about .box .xs-odd{
        background-color: #eee;
    }
}

/*  Single
-------------------------------------------------- */
.single #main-visual, .news #main-visual{
    background-image: url(common/images/bg_single.png);
    height: 460px!important;
}
.single #main-visual h2, .page #main-visual h2{
    letter-spacing: 0.15em;
    font-size: 60px;
    padding-top: 120px;
    text-align: center;
    color: #fff;
    font-weight: 800;
}
.home #breadcrumb{
    padding: 0px;
    min-height: 20px;
}
#breadcrumb{
    padding-top: 60px;
    padding-bottom: 45px;
}
#breadcrumb ul li{
    float: left;
    font-weight: 800;
}
#breadcrumb ul li a{
    text-decoration: underline;
    font-weight: 400;
}
#breadcrumb ul li:after{
    content: ">";
    margin-left: 12px;
    margin-right: 12px;
}
#breadcrumb ul li.last:after{
    content: "";
}
#article{
    padding-top: 15px;
}

#breadcrumb .container, #article .container{
    width: 960px;
}
#article h3{
    padding: 33px 0;
    border-bottom: #c9c9c9 1px solid;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}
@media(max-width:959px){
    #breadcrumb .container, #article .container{
        width: 100%;
    }
}
@media(max-width:767px){   
    .single #main-visual h2, .page #main-visual h2{
        letter-spacing: 0.1em;
        padding-top: 60px;
        font-size: 48px;
    }
    .single #main-visual, .news #main-visual{
        height: 240px!important;
    }
}

/*  News
-------------------------------------------------- */
.news #article h3{
    font-size: 18px;
    border: none;
    margin: 0;
    text-decoration: underline;
}
.news #article .more a{
    font-size: 14px;
    padding: 10px 45px;
}
.news #article .nav-tabs{
    padding-bottom: 15px;
    border-bottom: #c9c9c9 1px solid;
    text-align: center;
}
.news #article .nav-tabs>li{
    display: inline-block;
    float: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border-radius: 0px;
    border-color: #333333;
    background-color: #333333;
    color: #fff;
}
.nav-tabs>li>a{
    border-right: #333333 1px solid;
    border-radius: 0px;
    padding: 10px 17px;
    margin-left: -8px;
}
.nav-tabs>li>a:hover{
    border-radius: 0px;
    border-color: #333333;
    background-color: #333333;
    color: #fff;
    transition: 0.3s;
}
.news #article .article-box{
    border-bottom: #c9c9c9 1px solid;
    padding-bottom: 24px;
    padding-top: 65px;
}
.news #article .article-box .subtitle .date{
    font-weight: 800;
}
.news #article .article-box .subtitle .category{
    margin-left: 0px;
}
.news #article .excerpt{
    margin-bottom: 30px;
}
.navigation{
    margin-top: 60px;
    text-align: center;
    height: 40px;
}
.navigation .page-numbers{
    border: #333 solid 1px;
    padding: 16px;
    color: #333333;
    font-weight: 500;
}
.navigation a.page-numbers:hover{
    transition: 0.3s;
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
.navigation .page-numbers.current{
    background-color: #333;
    color: #fff;
}
.pager{
    margin-top: 60px;
}
.pager a{
    border: solid 1px #333;
    padding: 15px;
}
.pager a:hover{
    transition: 0.3s;
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
@media(max-width:767px){
    .news #article .nav-tabs>li{
        float: left;
        width: 50%;
        font-size: 13px;
    }
}

/*  Recruit
-------------------------------------------------- */
.recruit #main-visual, .entry #main-visual{
    background-image: url(common/images/bg_recruit.png);
    height: 457px;
}
.recruit #article .introduction{
    margin-bottom: 72px;
}
.recruit #article .introduction h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
}
.recruit #article .introduction p{
    font-size: 18px;
    text-align: center;
}
.recruit #article .recruit-box{
    padding: 20px;
}
.recruit #article .recruit-box h3{
    font-size: 18px;
    padding-bottom: 12px;
    border-color: #333333;
    margin-bottom: 24px;
}
.recruit #article .recruit-box .content{
    line-height: 24px;
    font-size: 14px;
}
.recruit #article .entry a{
    border: solid 1px #000000;
    padding: 10px 20px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin-top: 100px;
}
.recruit #article .entry a:hover{
    transition: 0.3s;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
@media(max-width:767px){
    .recruit #main-visual, .entry #main-visual{
        height: 240px!important;
    }
}

/*  ENTRY
-------------------------------------------------- */
.entry table{
    width: 100%;
}
.entry table td.left{
    width: 240px;
}
.entry table tr td{
    padding: 24px;
    border: solid #fff 10px;
    background-color: #efefef;
}
.entry span.wpcf7-list-item{
    width: 33%;
    margin: 0px!important;
    float: left;
    padding-bottom: 10px;
}
.entry textarea{
    width: 100%;
}
.entry .confirm{
    margin-top: 24px;
    margin-bottom: 24px;
}
span.red{
    color: red;
}
.entry .wpcf7-submit{
    border: #333 2px solid;
    width: 100%;
    background: none;
    padding: 24px;
    font-size: 18px;
}
.entry .wpcf7-submit:hover{
    transition: 0.3s;
    background-color: #333;
    color: #fff;
}
@media(max-width:767px){
    .entry table tr td{
        border: none;
    }
    .entry span.wpcf7-list-item{
        width: 50%;
    }
    
}

/*  Single
-------------------------------------------------- */

.share{
	width:100%;
    margin-bottom: 60px;
}
.sns{
	margin:0 auto;
	text-align:center;
	
}
.sns ul {
	list-style:none;

}
.sns li {
	float:left;
    width: 200px;
    margin-right: 8px;
}
.sns li a {
	font-size:80%;
    font-size: 21px;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
}
.sns li a:hover {
    transition: 0.3s;
	box-shadow:none;
}

/* ツイッター */
.sns .twitter a {
	background:#00acee;
}
.sns  .twitter a:hover {
	background:#0092ca;
}

/* Facebook */
.sns  .facebook a {
	background:#3b5998;
}
.sns .facebook a:hover {
	background:#2c4373;
}
/* はてぶ */
.sns  .hatebu a {
	background:#5d8ac1;
}
.sns .hatebu a:hover {
	background:#43638b;
}

/* Pocket */
.sns  .pocket a {
	background:#f03e51;
}
.sns  .pocket a:hover {
	background:#c0392b;
}
.fa-hatena:before {
    content: "B!";
    font-weight: 800;
    font-family: futura;
}
.fa{
    font-size: 27px!important;
    margin-right: 12px;
}
@media(max-width:767px){
    .sns li{
        width: 50%;
        padding: 4px;
        margin: 0px;
    }
    .sns li a{
        font-size: 13px;
    }
}
