@charset "utf-8";
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のcss
=================================================================== */
#wrap {
  background-color: #fff;
}

/*==============================================================================================
 PC
==============================================================================================*/
@media screen and (min-width: 641px){

  /* BASE
  ========================================================== */
  img {
    max-width: 100%;
    height: auto;
  }

  /* HEADER
  ========================================================== */
  header {
    border-bottom: 1px solid #f3f3f3;
    border-top: 5px solid #f08719;
    width: 100%;
  }
  header .inner {
    max-width: 980px;
    padding: 0 10px;
  }
  h1 {
    float: left;
    padding: 17px 0 0;
  }
  nav {
    float: right;
  }
    nav li {
      position: relative;
      float: left;
      overflow: hidden;
    }
    nav li:last-child {
      margin: 0;
    }
    nav li a {
      position: relative;
      z-index: 10;
    }
    nav li a:link {
      text-decoration: none;
      display: block;
      padding: 26px 0 22px;
      text-align: center;
      width: 110px;
    }
    nav li .nav_hover_bg {
      position: absolute;
      width: 110px;
      height: 67px;
      top: 69px;
      left: 0;
      background: #f0831e;
    }
    nav li a:hover {
      color: #f0831e;
    }
  /* SP用ナビは非表示 */
  #nav-global {
    display: none;
  }

  /* ON -------------------- */
  #news .navi_01 a,
  #service .navi_02 a,
  #company .navi_03 a,
  #recruit .navi_04 a,
  #contact .navi_05 a,
  #ir .navi_07 a {
    background: #f0831e;
    color: #fff!important;
  }
  .navi_08 a:link,
  .navi_09 a:link {
    padding: 0;
    width: 30px;
  }
  .navi_08 a:hover,
  .navi_09 a:hover {
    background-color: #fff;
  }
  .navi_08 {
    margin: 0 0 0 20px;
  }
  .navi_08 a img,
  .navi_09 a img {
    padding: 18px 0 15px;
  }

  /* CONTENTS
  ========================================================== */
  #contents {
    margin: 0 auto;
    padding: 0 10px;
    width: 980px;
  }
  .in #contents {
    background: url(../images/shared/bg_contents.gif) repeat-y 10px 0;
  }
  .inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .title {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 980px;
  }
  .title h2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .title h2 span {
    font-size: 20px;
    margin: 0 0 0 10px;
  }
  .breadcrumb {
    background: url(../images/shared/bg_breadcrumb.gif) no-repeat 0 bottom;
    font-size: 10px;
    text-align: right;
    margin: 0 0 26px;
  }
  .breadcrumb span {
    color: #f08719;
    margin: 0 5px;
  }

  /* Sidebar
  ========================================================== */
  .sidebar {
    float: left;
    padding: 40px 20px;
    width: 260px;
  }

  /* お問い合わせ and プライバシーポリシー*/
  #contact .sidebar,
  #privacy .sidebar,
  #ir .sidebar,
  #freepage .sidebar {
    padding: 20px;
  }

  /* Sub_navi ---------------------------------------------- */
  .sub_navi {
    margin: 0 0 60px 30px;
  }
  .sub_navi li {
    border-left: 2px solid #fff;
  }
  /*.sub_navi li:hover {
    border-left: 2px solid #f0831e;
  }*/
  .sub_navi li a {
    display: block;
    padding: 14px 0 14px 30px;
  }
  .sub_navi a:link,
  .sub_navi a:visited {
    color: #787878;
  }
  /*.sub_navi a:hover {
    color: #f08719;
  }*/
  .sub_navi li.sub_navi_on {
    border-left: 2px solid #f0831e;
  }
  .sub_navi .sub_navi_on a {
    color: #f08719;
  }

  .sub_navi li.disable {
    border-left: 2px solid #fff!important;
  }
  .sub_navi .disable {
    padding: 14px 0 14px 30px;
  }

  /* お問い合わせ and プライバシーポリシー*/
/*  #contact .sub_navi, */
  #privacy .sub_navi,
  #ir .sub_navi,
  #freepage .sub_navi {
    margin-bottom: 0;
  }
  
  /* PAGE
  ========================================================== */
  .page {
    float: right;
    width: 660px;
  }
  .page h3 {
    color: #787878;
    font-size: 26px;
    letter-spacing: 5px;
    margin: 0 0 30px;
  }
  .page h4 {
    border-bottom: 2px solid #f0831e;
    color: #f0831e;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0 0 6px;
  }
  .page p {
    line-height: 1.7;
  }
  .page .btn_list {
    padding: 0 10px;
  }
  .page .btn_list li {
    float: left;
    font-size: 16px;
  }
  .page .btn_list a {
    position: relative;
    background: url(../images/shared/arrow_right_orange.png) no-repeat 265px 23px;
    color: #f0831e;
    display: block;
    border: 2px solid #f0831e;
    margin: 0 20px 20px 0;
    text-align: center;
    padding: 28px 0 24px;
    width: 305px;
  }
  .page .btn_list img {
    position: absolute;
    top: 23px;
    right: 26px;
    opacity: 0;
  }
  .page .btn_list li:nth-child(even) a {
    margin: 0 0 20px;
  }

  /*ページネーション*/
  .page .pagination {
    font-size: 20px;
    line-height: 1;
    margin: 10px 0 20px;
    padding: 20px 0;
    float: right;
  }
  .page .pagination span,
  .page .pagination a {
    border: 1px solid #acacac;
    background: #fff;
    color: #acacac;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 10px 0;
    text-align: center;
    width: 38px;
  }
  .page .pagination a:hover{
    border: 1px solid #f0831e;
    background: #f0831e;
    color: #fff;
  }
  .page .pagination a:last-child{
    margin: 0;
  }
  .page .pagination .current{
    border: 1px solid #f0831e;
    background: #f0831e;
    color: #fff;
  }
  .page .pagination a img {
    vertical-align: middle;
  }
  .page .pagination .arrow_first {
    background: url(../images/shared/arrow_first_gray.png) no-repeat center center;
    text-indent: -9999px;
  }
  .page .pagination .arrow_left {
    background: url(../images/shared/arrow_sm_left_gray.png) no-repeat center center;
    text-indent: -9999px;
  }
  .page .pagination .arrow_right {
    background: url(../images/shared/arrow_sm_right_gray.png) no-repeat center center;
    text-indent: -9999px;
  }
  .page .pagination .arrow_last {
    background: url(../images/shared/arrow_last_gray.png) no-repeat center center;
    text-indent: -9999px;
  }
  .page .pagination .arrow_first:hover {
    background: url(../images/shared/arrow_first.png) no-repeat center center #f0831e;
    text-indent: -9999px;
  }
  .page .pagination .arrow_left:hover {
    background: url(../images/shared/arrow_left.png) no-repeat center center #f0831e;
    text-indent: -9999px;
  }
  .page .pagination .arrow_right:hover {
    background: url(../images/shared/arrow_right.png) no-repeat center center #f0831e;
    text-indent: -9999px;
  }
  .page .pagination .arrow_last:hover {
    background: url(../images/shared/arrow_last.png) no-repeat center center #f0831e;
    text-indent: -9999px;
  }

  .btn_back_en {
    width: 305px;
    margin: 0 auto 40px auto;
  }

  /* BANNER
  ========================================================== */
  .bnr_recruit {
    background: url(../images/shared/bg_recruit_in.gif) no-repeat center 0;
    background-size: 100% 100%;
    height: 304px;
    padding: 22px 10px 0;
    text-align: center;
  }
  #top .bnr_recruit {
    background: url(../images/top/bg_recruit.gif) no-repeat center 0;
    background-size: 100% 100%;
    height: 324px;
    padding: 42px 10px 0;
  }
  .sidebar .btn_more,
  #top .right_contents .btn_more {
    position: relative;
  }
  .sidebar .btn_more a,
  #top .right_contents .btn_more a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
  }

  /* FOOTER
  ========================================================== */
  footer {
    background: #000;
    clear: both;
    font-size: 12px;
    height: 80px;
    width: 100%;
  }
  .footer_link {
    float: left;
    padding: 36px 0 0 10px;
  }
  .footer_link span {
    margin: 0 15px;
  }
  .footer_link a:link,
  .footer_link a:visited {
    color: #fff;
  }
  .footer_link a:hover {
    text-decoration: underline;
  }
  #pageTop {
    float: right;
  }
  .copyright {
    color: #fff;
    float: right;
    padding: 36px 10px 0 0;
  }
}

/*==============================================================================================
 Tablet
==============================================================================================*/
@media screen and (min-width:641px) and (max-width:1024px){

  /* HEADER
  ========================================================== */
  header .inner {
    max-width: 96%;
    padding: 0 2%;
  }
  nav li a:link {
    width: 80px;
    font-size: 12px;
  }
  .navi_08 {
    margin: 0 0 0 10px;
  }
  .navi_08 a:link,
  .navi_09 a:link {
    width: 30px;
  }

  /* CONTENTS
  ========================================================== */
  #contents {
    padding: 0 2%;
    width: 96%;
  }
  .in #contents {
    background: url(../images/shared/bg_contents.gif) repeat-y 2% 0;
    background-size: 30% 100%;
  }
  .title {
    width: 96%;
  }

  /* Sidebar
  ========================================================== */
  .sidebar {
    float: left;
    padding: 40px 1%;
    width: 28%;
  }
  #contact .sidebar,
  #privacy .sidebar,
  #ir .sidebar {
    padding: 20px 1%;
  }
  /* PAGE
  ========================================================== */
  .page {
    width: 66%;
  }
  .page .btn_list {
    padding: 0;
    width: 100%
  }
  .page .btn_list li {
    width: 48%;
    margin: 0 2% 10px 0;
  }
  .page .btn_list li:nth-child(even) {
    margin: 0 0 10px;
  }
  .page .btn_list a {
    background: url(../images/shared/arrow_right_orange.png) no-repeat 90% 23px;
    margin: 0;
    width: 100%;
  }
  .page .btn_list img {
    opacity: 0;
  }
  .page .btn_list li:nth-child(even) a {
    margin: 0;
  }

  /* BANNER
  ========================================================== */
  .bnr_recruit {
    background: url(../images/shared/bg_recruit_in.gif) no-repeat center bottom;
    background-size: 100% 100%;
    height: 100%;
    padding: 10% 3% 30%;
    text-align: center;
  }
  #top .bnr_recruit {
    background: url(../images/top/bg_recruit.gif) no-repeat center bottom;
    background-size: 100% 100%;
    height: 100%;
    padding: 10% 3% 30%;
  }
}

/*==============================================================================================
 SP
==============================================================================================*/
@media screen and (max-width:640px){

  /* BASE
  ========================================================== */
  body {
    font-size: 12px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .inner {
    width: auto;
    padding: 0 10px;
  }

  /* HEADER
  ========================================================== */
  header {
    border-top: 2px solid #f08719;
    position: relative;
    width: 100%;
  }
  h1 {
    height: 18px;
    padding: 12px 0 10px;
    width: 80px;
  }
  nav {
    display: none;
  }
  #nav-global {
    position: absolute;
    text-align: right;
    right: 10px;
    top: 12px;
    z-index: 999;
  }
  #nav-global span {
    font-size: 0;
    display: block;
    z-index: 10;
  }
  .nav-float-common.active {
    display: block;
  }
  .nav-float-common {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .nav-float-common.float-global ul {
    background: #000;
    border-top: 2px solid #f08719;
    width: 100%;
  }
    .nav-float-common.float-global li {
      font-size: 15px;
      text-align: center;
    }
    .nav-float-common.float-global li.home a {
      padding: 10px 6px;
      text-align: left;
    }
    .nav-float-common.float-global li a {
      border-bottom: 1px solid #666;
      color: #fff;
      display: block;
      padding: 15px 0;
      text-decoration: none;
    }
    .nav-float-common > .btn-close {
      position: absolute;
      right: 10px;
      top: 14px;
    }

  /* CONTENTS
  ========================================================== */
  .title {
    padding: 0 2% 20px;
  }
  .title h2 {
    font-size: 18px;
  }
  .title h2 span {
    font-size: 14px;
    margin: 0 0 0 10px;
  }
  .breadcrumb {
    text-align: right;
  }
  .breadcrumb span {
    margin: 0 5px;
  }

  /* Sidebar
  ========================================================== */
  .sidebar {
    clear: both;
  }
  .sub_navi a {
    background: #f3f3f3;
    border: 1px solid #fff;
    display: block;
    font-size: 16px;
    padding: 10px 0 8px;
    text-align: center;
  }
  .sub_navi .disable {
    display: none;
  }
  .sub_navi a:link,
  .sub_navi a:visited {
    color: #787878;
  }
  /* PAGE
  ========================================================== */
  .page {
    padding: 0 2%;
    width: 96%;
  }
  .page h3 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .page h4 {
    border-bottom: 1px solid #f0831e;
    color: #f0831e;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
  .page p {
    line-height: 1.7;
  }
  .page .btn_list a {
    background: url(../images/shared/arrow_right_orange.png) no-repeat 94% 50%;
    background-size: 7px 14px;
    color: #f0831e;
    display: block;
    font-size: 14px;
    border: 2px solid #f0831e;
    margin: 0 auto 10px;
    text-align: center;
    padding: 20px 0;
    width: 96%;
  }
  .page .btn_list img {
    opacity: 0!important;
  }

  /*ページネーション*/
  .page .pagination {
    line-height: 1;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
  }
  .page .pagination span,
  .page .pagination a {
    color: #f0831e;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    width: 18px;
  }
  .page .pagination a {
    text-decoration: underline;
  }
  .page .pagination a:last-child {
    margin: 0;
  }
  .page .pagination .current {
    color: #acacac;
    width: 18px;
  }
  .page .pagination .arrow_first {
    background: url(../images/shared/arrow_first_orange.png) no-repeat center 50%;
    background-size: 7px 8px;
    margin: 0 8px 0 0;
    text-indent: -9999px;
  }
  .page .pagination .arrow_left {
    background: url(../images/shared/arrow_left_orange.png) no-repeat center 50%;
    background-size: 4px 8px;
    margin: 0 8px 0 0;
    text-indent: -9999px;
  }
  .page .pagination .arrow_right {
    background: url(../images/shared/arrow_right_orange.png) no-repeat center 50%;
    background-size: 4px 8px;
    margin: 0 8px 0 0;
    text-indent: -9999px;
  }
  .page .pagination .arrow_last {
    background: url(../images/shared/arrow_last_orange.png) no-repeat center 50%;
    background-size: 7px 8px;
    text-indent: -9999px;
  }
  .btn_back_en {
    width: 305px;
    margin: 0 auto 40px auto;
  }

  /* BANNER
  ========================================================== */
  .bnr_recruit {
    background: url(../images/shared/bg_recruit_sp.jpg) no-repeat center 0;
    background-size: cover;
    margin: 0 0 10px;
    padding: 6% 0;
    text-align: center;
  }
  .bnr_recruit img {
    width: 50%;
    height: auto;
  }
  .sidebar .movie_title,
  #top .right_contents .movie_title {
    text-align: center;
    margin: 0 0 5px;
  }
  .sidebar .btn_more,
  #top .right_contents .btn_more {
    height: 30px;
    float: right;
    position: relative;
    width: 20%;
  }
  .sidebar .btn_more a,
  #top .right_contents .btn_more a {
    position: absolute;
    right: 10px;
    top: 6px;
  }

  /* FOOTER
  ========================================================== */
  footer {
    background: #000;
    clear: both;
    color: #fff;
    text-align: center;
    padding: 0 0 15px;
  }
  footer .inner {
    margin: 0 10px;
    padding: 0;
  }
  .footer_link span {
    margin: 0 15px;
  }
  .footer_link {
    border-bottom: 1px solid #373737;
    margin: 0 0 10px;
    padding: 15px 0;
  }
  .footer_link a:link,
  .footer_link a:visited {
    color: #fff;
    text-align: center;
  }
  #pageTop {
    display: none;
  }
}

.philosophy h2 {
  color: #F0831E;
  border-bottom: 1px solid #F0831E;
  font-size: 26px;
  letter-spacing: 5px;
}

.philosophy h3 {
  color: #F0831E;
  font-size: 26px;
  letter-spacing: 5px;
  margin-bottom: 0px
}

.philosophy .actions {
  color: #F0831E;
  font-size: 26px;
}

.philosophy .actions span {
  display: inline-block;
  width: 7em;
}
.philosophy p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.philosophy dl.fivelist{
  margin:20px 0px 20px 0px;
  white-space:normal
}

.philosophy dl.fivelist dt{
  width:23%;
  float:left;
}

.philosophy dl.fivelist dd{
  width:77%;
  float:left;
  font-size: 13px;
}

.philosophy dl.fivelist:after {
  clear:both;
  content: "";
  display: block;
}

.about-list{
  padding-left:10px;
  border-left: 3px solid #F0831E;
  font-size:26px !important;
  color:#F0831E;
  height:26px;
}

.about-message{
  font-size:23px !important;
  color:#F0831E;
}

.subtitle{
  font-size: 20px;
  color: #868686;
}
