/*
Theme Name: 
Description: A theme by Sound Innovation
Version: 1.0
Author: Sho Itoh
*/


/*  Default
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700,800&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Contrail+One&display=swap');
body {
    font-family: 'M PLUS 1p', sans-serif, 'Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'; 
    color: #000;
}
p, a, h1, h2, h3, h4, h5, span, copyright, dd, dt, li, strong, th, td{
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);
}
a{
    color: #333;
    word-break: break-all;
}
a:hover{
    color:#333;
    text-decoration: none;
    transition: 0.3s all;
}
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;
    margin-left: -15px;
    margin-right: -15px;
}
.container{
    overflow: hidden;
    width: 640px;
}
.image{
    background-image: url(common/images/noimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 180px;
}
.bold{
    font-weight: 700;
}
.align-right{
    text-align: right;
}

/*------------------------------------------------------------
	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;
-webkit-font-feature-settings: "liga" 1, "dlig" 1;
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga" 1, "dlig" 1;
    -o-font-feature-settings: "liga" 1, "dlig" 1;
    font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  font-size:130%;
}
a .lsf-icon{
    word-break: normal;
}

/*------------------------------------------------------------
5等分レイアウト
------------------------------------------------------------*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   
.col-xs-1-5 {
    width: 20%;
    float: left;
}
.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
    .col-sm-2-5 {
        width: 40%;
        float: left;
    }
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
    .col-md-2-5 {
        width: 40%;
        float: left;
    }
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   

/*------------------------------------------------------------
    Common
------------------------------------------------------------*/
section{
    padding-top: 30px;
    padding-bottom: 45px;
    background-color: #fff;
}
strong{
    text-align: center;
    font-size: 24px;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
#navigation{
    padding: 0px;
    background:none;
    position: absolute;
    top: 0px;
    width: 100%;
}
#navigation{
    position: fixed;
    transition: 0.3s;
    background-color: #e1bf04;
    z-index: 10;
}
#navigation .navbar{
    border: none;
    margin-bottom: 0px;
    min-height: auto;
}
#navigation .navbar-brand{
    padding: 10px;
    margin: 0px;
    text-indent: -9999px;
    width: 440px;
    height: 90px;
}
#navigation .navbar-header{
    float: none;
    width: 100%;
    padding: 0px 15px;
}
#navigation .navbar-header .contact{
    float: right;
}
#navigation .navbar-header .contact li{
    float: left;
    text-align: center;
}
#navigation .navbar-header .contact li a{
    display: block;
    color: #fff;
    padding: 0px 15px;
    font-size: 12px;
}
#navigation .navbar-header .contact li a .lsf-icon{
    display: block;
    font-size: 36px;
}
#navigation .navbar-brand .site-title{
    background-image: url(common/images/header-logo.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
}

#main-visual{
    padding: 0px;
    height: calc( 100vmin * 1.596);
    background-attachment: fixed;
    background-image: url(common/images/background.jpg);
    background-size: cover;
    background-position: center center;
}
#main-visual .object{
    position: absolute;
    height: auto;
    bottom: 0px;
}
#main-visual .text_object_01{
    bottom: calc(50vh - 105px);
    right: calc(50vw - 240px);
    width: 480px;
}
#main-visual .text_object_02{
    width: 440px;
    right: 0px;
}
#main-visual .text_object_03{
    width: 240px;
    left: 10%;
    bottom: 5%;
}
#main-visual .text_object_04{
    display: block;
    text-align: right;
    color: #fff;
    font-weight: 900;
    text-shadow: 0px 0px 3px #000;
    transform: rotate(-7deg);
    right: 5px;
    bottom: 17%;
    font-size: 15px;
    line-height: 1.25em;
}
section h2{
    text-align: center;
    color: #000;
    margin-bottom: 60px;
    font-weight: 700;
    font-family: 'Contrail One', cursive;
    font-size: 72px;
}
#introduction{
    padding-bottom: 0px;
    padding-top: 120px;
}
#introduction h2 img{
    width: 240px;
    height: auto;
}
section h2 .ja{
    font-weight: 700;
    font-size: 21px;
    margin-top: 10px;
}
#new-campaign{
    text-align: center;
    background-color: #e1bf04;
    background-image: url(common/images/image_satsuki.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#new-campaign p{
    font-size: 2.5vw;
    line-height: 1.5em;
}
#new-campaign p>b{
    font-size: 18px;
    line-height: 1.5em;
}
#new-campaign dl{
    border: #000 solid 3px;
    padding: 40px 10px;
    margin-top: 45px;
    background-color: #fff;
    margin-bottom: 30px;
}
#new-campaign dl dt{
    background-color: #e1bf04;
    color: #fff;
    transform: rotate(357.5deg);
    padding: 10px;
    margin-top: -60px;
    display: block;
    width: 240px;
    margin: 0 auto;
    margin-top: -60px;
    font-size: 21px;
    margin-bottom: 30px;
}
#new-campaign dl dd{
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
#new-campaign dl dd .large{
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 10px;
    display: block;
    line-height: 1.25em;
}
.underline{
    text-decoration: underline;
}
#link h2{
    font-size: 27px;
    line-height: 1.5em;
    font-weight: 900;
    font-family: inherit;
}
#link{
    text-align: center;
}
#link .row-eq-height>div a{
    display: block;
    width: 100%;
    height: 100%;
    font-family: inherit;
    color: #000;
}
#link .row-eq-height>div img{
    margin-bottom: 10px;
}
#link .row-eq-height>div .small{
    font-weight: 900;
}
#link .row-eq-height>div h3{
    margin: 5px 0px;
    font-weight: 900;
}
#link .row-eq-height>div + div img{
    margin-top: 15px;    
}
#introduce{
    padding-top: 120px;
    background-image: url(common/images/bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#introduce h3{
    text-align: center;
    font-weight: 900;
    font-size: 27px;
    margin-top: 45px;
}
#footer{
    background-color: #e1bf04;
}
#footer a.row-eq-height{
    border: #000 solid 3px;
    padding: 5px;
    margin: 0px;
    color: #000;
    text-align: center;
    background-color: #fff;
}
#footer a .lsf-icon{
    display: block;
    font-size: 32px;
}
#footer{
    padding-bottom: 0px;
}
#footer a .number{
    font-size: 21px;
    font-weight: 700;
    padding: 0px;
    padding-top: 25px;
}
#footer .copyright{
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}



@media(min-width:768px){
    .only-xs{
        display: none;
    }
    #recruit-flow{
        background-attachment: fixed;
        padding-bottom: 90px;
        background-size: cover;
        background-position: top center;
    }
    #new-campaign h2,
    #new-campaign strong,
    #new-campaign .container>p{
        color: #fff;
        font-weight: 700;
    }
    #main-visual{
        height: calc(50vw + 120px);
        background-position: top center;
        background-size: 640px auto;
        width: 640px;
        position: relative;
        margin: 0 auto;
    }
    #main-visual .text_object_01{
        right: auto;
        left: 0px;
        bottom: auto;
        top: 120px;
        height: auto;
        width: 33vw;
    }
    #new-campaign{
        padding-top: 400px;
        background-position: top center;
        width: 640px;
        position: relative;
        margin: 0 auto;
        background-size: 640px auto;
        background-attachment: inherit;
    }
    #introduce{
        background-size: contain;
        background-position: left bottom;
        width: 640px;
        position: relative;
        margin: 0 auto;
        background-size: 640px auto;
    }
}