/*
================================================
  Movie page component styles
  (sample/assets/css/common.css + page.css から抽出)
================================================
*/

/*
レイアウト (layout)
------------------------------------------------*/
.c-content-page{
  letter-spacing: .1em;
  font-size: 14px;
  color: #00306d;
}

.c-content-page a{
  color: #00306d;
  text-decoration: none;
}

.c-content-page img{
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px){
  .c-content-page{
    padding-bottom: 350px;
  }
}

@media screen and (max-width: 768px){
  .c-content-page{
    padding-bottom: 70px;
  }
}

/*
インナー
------------------------------------------------*/
.c-inner{
  width: calc(100% - 45px);
  margin-right: auto;
  margin-left: auto;
}

.c-inner.-primary{
  max-width: 1140px;
}

/*
ボタン
------------------------------------------------*/
.c-btn{
  width: 100%;
  position: relative;
  z-index: 1;
  letter-spacing: .4em;
}
@media screen and (min-width: 769px){
  .c-btn{
    height: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  .c-btn{
    height: 50px;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
    letter-spacing: .1em;
  }
}
.c-btn.-viewMore{
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-indent: .3em;
}
@media screen and (min-width: 769px){
  .c-btn.-viewMore{
    max-width: 260px;
  }
}
.c-btn.-viewMore .c-btn-body{
  top: 2px;
}
.c-btn.-center{
  margin-right: auto;
  margin-left: auto;
}
.c-btn a , .c-btn > span{
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: background .3s ease, color .3s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #00306d;
}
@media screen and (min-width: 769px){
  .c-btn a:hover , .c-btn > span:hover{
    background: #dbdbdb;
  }
}
.c-btn-body{
  position: relative;
  margin-right: -.4em;
}
@media screen and (max-width: 768px){
  .c-btn-body{
    margin-right: -.1em;
  }
}

/*
ページの大見出し
------------------------------------------------*/
.c-pageTitle{
  text-align: center;
}
@media screen and (min-width: 769px){
  .c-pageTitle{
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px){
  .c-pageTitle{
    padding: 45px 0 60px;
  }
}
.c-pageTitle span{
  display: block;
  letter-spacing: .4em;
  margin-right: -.4em;
}
@media screen and (min-width: 769px){
  .c-pageTitle.-small{
    padding: 80px 0 110px;
  }
}
@media screen and (max-width: 768px){
  .c-pageTitle.-small{
    padding: 25px 0 45px;
  }
}
.c-pageTitle.-bgGray{
  background: #ededed;
}
.c-pageTitle .-enSmall{
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px){
  .c-pageTitle .-enSmall{
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px){
  .c-pageTitle .-enSmall{
    font-size: 13px;
  }
}
.c-pageTitle .-en{
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 769px){
  .c-pageTitle .-en{
    font-size: 50px;
  }
}
@media screen and (max-width: 768px){
  .c-pageTitle .-en{
    font-size: 32px;
  }
}
@media screen and (min-width: 769px){
  .c-pageTitle .-jp{
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  .c-pageTitle .-jp{
    font-size: 10px;
    margin-top: 3px;
  }
}

/*
パンくずリスト
------------------------------------------------*/
.c-breadcrumb{
  background: #dbdbdb;
  border-top: 1px solid #fff;
  padding: 10px 30px;
}
@media screen and (max-width: 768px){
  .c-breadcrumb{
    display: none;
  }
}
.c-breadcrumb-item{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline;
  vertical-align: middle;
  font-size: 12px;
  color: #00306d;
  letter-spacing: .06em;
  line-height: 1;
}
.c-breadcrumb-item:last-child:after{
  display: none;
}
.c-breadcrumb-item:after{
  content: "〉";
  display: inline;
  color: #646464;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.c-breadcrumb-item a{
  color: #646464;
}
.c-breadcrumb-item a:hover{
  text-decoration: underline;
}

/*
サービス  /  お客様インタビュー
------------------------------------------------*/
@media screen and (min-width: 769px){
  .interview .blog-pagenavi{
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px){
  .interview .blog-pagenavi{
    margin-top: 50px;
  }
}

@media screen and (min-width: 769px){
  .interview-list{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 70px 0 0;
  }
}

@media screen and (max-width: 768px){
  .interview-list{
    margin: 60px 0 0;
  }
}

.interview-item{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px){
  .interview-item{
    width: 47%;
    margin: 135px 6% 0 0;
  }
  .interview-item:nth-child(2n){
    margin-right: 0;
  }
  .interview-item:nth-child(-n+2){
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .interview-item{
    margin-bottom: 75px;
  }
  .interview-item:last-child{
    margin-bottom: 0;
  }
}
.interview-item a{
  display: block;
}

.interview-info{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #00306d;
  font-size: 12px;
}
@media screen and (min-width: 769px){
  .interview-info{
    padding: 30px 0 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px){
  .interview-info{
    padding: 25px 0 10px;
    margin-bottom: 10px;
  }
}

.interview-place{
  min-width: 140px;
  padding: 0 5px;
  border-right: 1px solid #00306d;
  border-left: 1px solid #00306d;
  box-sizing: border-box;
  text-align: center;
}

.interview-name{
  margin-left: 15px;
}

@media screen and (min-width: 769px){
  .interview-title{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px){
  .interview-title{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

.interview .interview-btn.-viewMore{
  max-width: 100%;
}

@media screen and (min-width: 769px){
  .interview-item a:hover .interview-btn span{
    background: #dbdbdb;
  }
}