@charset "UTF-8";
/**************************************

base.scss

***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em; }

ul li {
  list-style: none; }

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

img {
  vertical-align: bottom; }

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*clearfix
-----------------------*/
/*widthの横幅計算
-----------------------*/
/*font-size
-----------------------*/
/*transform
-----------------------*/
/*-- translate--*/
/*-- translateY--*/
/*-- translateX--*/
/*opacity
-----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000000;
  background-color: #ffffff;
  font-size: 16px;
  /*letter-spacing: 1px;*/ }
  @media screen and (max-width: 640px) {
    html {
      font-size: 14px; } }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.7; }

a {
  text-decoration: none;
  color: #000000; }

img {
  max-width: 100%;
  height: auto; }

/**************************************

common.scss

***************************************/
* {
  box-sizing: border-box; }

/* ---------------------------------------------------------
         　　　　　　　　　　　　　　　　　　　汎用class
----------------------------------------------------------*/
.br_pc, .c-pc {
  display: block; }
  @media screen and (max-width: 640px) {
    .br_pc, .c-pc {
      display: none; } }

.br_sp, .c-sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .br_sp, .c-sp {
      display: inherit; } }

.c-sp_s {
  display: none; }
  @media screen and (max-width: 400px) {
    .c-sp_s {
      display: inherit; } }

.container {
  width: 100%;
  height: auto;
  margin: 0 auto; }

.main {
  margin-bottom: 70px; }
  @media screen and (max-width: 640px) {
    .main {
      margin-bottom: 50px; } }

.outer {
  width: 100%;
  max-width: 1280px;
  min-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .outer {
      min-width: inherit; } }

.inner {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .inner {
      width: 87.5%; }
      .inner img {
        width: 100%; } }

.nav__current {
  color: #000000; }

.telLinks {
  pointer-events: none; }
  @media screen and (max-width: 640px) {
    .telLinks {
      pointer-events: inherit; } }

/* ---------------------------------------------------------
         　　　　　　　　　　　　　　　　　　　header
----------------------------------------------------------*/
header {
  width: 100%;
  /*min-width: 1280px;*/
  min-width: 1000px;
  height: 80px;
  background: url(../img/common/common_fotter_bg.jpg) repeat-x center center; }
  @media screen and (max-width: 640px) {
    header {
      height: 70px;
      min-width: inherit; } }

.header_inner {
  width: 960px;
  height: auto;
  margin: 0 auto; }
  .header_inner::before, .header_inner::after {
    content: '';
    display: table; }
  .header_inner::after {
    clear: both; }
  @media screen and (max-width: 640px) {
    .header_inner {
      /*width: 87.5%;*/
      width: 95%; } }

.header_inner .left_box {
  /*width: 290px;*/
  width: 34.5%;
  float: left; }
  .header_inner .left_box .logo_box {
    width: 49.84%;
    display: inline-block;
    margin-top: 1%; }
    @media screen and (max-width: 640px) {
      .header_inner .left_box .logo_box {
        width: 27.1%; } }
    .header_inner .left_box .logo_box img {
      width: 100%; }
  .header_inner .left_box p.header__conpanyName {
    font-size: 27px;
    font-size: 1.6875rem;
    display: inline-block;
    vertical-align: text-top;
    margin-top: 32px;
    color: #000000; }
    .header_inner .left_box p.header__conpanyName span {
      font-size: 18px;
      font-size: 1.125rem; }
    .header_inner .left_box p.header__conpanyName a {
      font-weight: bold; }
  @media screen and (max-width: 640px) {
    .header_inner .left_box {
      width: 100%; }
      .header_inner .left_box p.header__conpanyName {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 35px; }
        .header_inner .left_box p.header__conpanyName span {
          font-size: 16px;
          font-size: 1rem; } }

.header_inner .right_box {
  width: 59.86%;
  height: 80px;
  float: right;
  letter-spacing: -.4em; }
  .header_inner .right_box::before, .header_inner .right_box::after {
    content: '';
    display: table; }
  .header_inner .right_box::after {
    clear: both; }
  @media screen and (max-width: 640px) {
    .header_inner .right_box {
      display: none; } }
  .header_inner .right_box .tel_box {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 14px; }
    .header_inner .right_box .tel_box p span a {
      font-weight: bold;
      color: #ffffff; }
  .header_inner .right_box .hours_box {
    font-size: 13px;
    font-size: 0.8125rem;
    display: inline-block;
    letter-spacing: normal;
    margin-right: 16px; }
    .header_inner .right_box .hours_box p {
      color: #ffffff; }
  .header_inner .right_box .top_box {
    width: 98px;
    display: inline-block;
    letter-spacing: normal;
    margin-left: auto;
    margin-top: 6px; }
    .header_inner .right_box .top_box p {
      font-size: 13px;
      font-size: 0.8125rem;
      width: 100%; }
      .header_inner .right_box .top_box p a {
        width: 100%;
        background-color: #a72126;
        text-align: center;
        line-height: 27px;
        display: block;
        color: #ffffff;
        font-weight: bold; }
  .header_inner .right_box .bottom_box {
    width: 100%;
    height: 50%;
    text-align: right; }
    .header_inner .right_box .bottom_box ul {
      letter-spacing: -.4em; }
      .header_inner .right_box .bottom_box ul li {
        display: inline-block;
        letter-spacing: normal;
        color: #000000;
        font-size: 14px;
        font-size: 0.875rem;
        margin: 15px 0 0;
        margin-left: 40px; }
        .header_inner .right_box .bottom_box ul li:first-of-type {
          margin-left: 0; }
        .header_inner .right_box .bottom_box ul li a {
          color: #000000; }
          .header_inner .right_box .bottom_box ul li a:hover {
            color: #CCCCCC; }
        .header_inner .right_box .bottom_box ul li .nav__current {
          color: #4d4d4d; }

/* ---------------------------------------------------------
         　　　　　　　　　　　　　　　　navi_btn　　　
----------------------------------------------------------*/
#sp_nav_box {
  display: none; }
  @media screen and (max-width: 640px) {
    #sp_nav_box {
      display: block;
      /* ---------------------------------------------------------
               　　　　　　　　　　　　　　　　navi_inner　　　
      ----------------------------------------------------------*/ }
      #sp_nav_box .noscroll {
        overflow: hidden;
        width: 100%;
        height: 100%; }
      #sp_nav_box #sp_nav_btn {
        display: block;
        width: 70px;
        height: 70px;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 998; }
      #sp_nav_box #sp_nav_btn img {
        width: 100%;
        height: auto; }
      #sp_nav_box #sp_cover {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 999;
        display: none; }
      #sp_nav_box #sp_nav {
        width: 220px;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -220px;
        overflow-y: scroll;
        z-index: 1000;
        display: none; }
      #sp_nav_box #sp_nav .nav_close_wrap {
        text-align: right; }
      #sp_nav_box #sp_nav .nav_close_wrap .nav_close {
        width: 70px;
        height: 70px;
        cursor: pointer;
        display: inline-block; }
      #sp_nav_box #sp_nav .nav_close_wrap .nav_close img {
        width: 100%;
        height: auto; }
      #sp_nav_box #sp_nav .sp_nav_wrapper li a {
        padding: 15px 0 15px 20px;
        display: block;
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        text-decoration: none; } }

/* ---------------------------------------------------------
         　　　　　　　　　　　　　　　　　　navi_inner
----------------------------------------------------------*/
/* ---------------------------------------------------------
         　　　　　　　　　　　　　　　　　　　page top btn
----------------------------------------------------------*/
.top_btn_conts {
  width: 100%;
  /*min-width: 1280px;*/
  min-width: 1000px;
  height: auto; }
  @media screen and (max-width: 640px) {
    .top_btn_conts {
      min-width: inherit; } }

.top_btn {
  width: 960px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .top_btn {
      width: 87.5%; } }
  .top_btn .goto_top {
    text-align: right; }
  .top_btn img {
    width: 100%;
    max-width: 72px;
    height: auto; }

/* ---------------------------------------------------------
         　　　　　　　　　　　　　　　　　　　footer
----------------------------------------------------------*/
footer {
  width: 100%;
  /*min-width: 1280px;*/
  min-width: 1000px;
  height: auto;
  background-color: #f2f2f2;
  margin: -40px auto 0;
  padding: 30px 0; }
  @media screen and (max-width: 640px) {
    footer {
      min-width: inherit; } }

.footer_inner {
  width: 960px;
  height: auto;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .footer_inner {
      width: 87.5%; } }

.footer_inner .box_inner::before, .footer_inner .box_inner::after {
  content: '';
  display: table; }
.footer_inner .box_inner::after {
  clear: both; }

.footer_inner .left_box {
  float: left;
  width: 54%; }
  @media screen and (max-width: 640px) {
    .footer_inner .left_box {
      float: none;
      width: 100%;
      margin: 5% 0; } }
  .footer_inner .left_box .img_box {
    width: 58%;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .footer_inner .left_box .img_box {
        width: 60%;
        max-width: 260px;
        margin-bottom: 10px; } }
    .footer_inner .left_box .img_box img {
      width: 100%; }
  .footer_inner .left_box .conpanyName_box {
    font-weight: bold;
    font-size: 28px;
    font-size: 1.75rem; }
    @media screen and (max-width: 640px) {
      .footer_inner .left_box .conpanyName_box {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 10px; } }
    .footer_inner .left_box .conpanyName_box span {
      font-size: 18px;
      font-size: 1.125rem;
      vertical-align: text-top; }

.footer_inner .right_box {
  width: 38%;
  float: right;
  margin-top: 15px; }
  .footer_inner .right_box::before, .footer_inner .right_box::after {
    content: '';
    display: table; }
  .footer_inner .right_box::after {
    clear: both; }
  @media screen and (max-width: 640px) {
    .footer_inner .right_box {
      width: 100%;
      float: none;
      text-align: center;
      margin-top: 5px; } }
  .footer_inner .right_box .footer_tel span a {
    color: #459fd3;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold;
    line-height: 0; }
  @media screen and (max-width: 640px) {
    .footer_inner .right_box .footer_tel {
      margin-bottom: 4px; } }
  .footer_inner .right_box .footer_hours {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 6px; }
  .footer_inner .right_box .footer_address {
    font-size: 14px;
    font-size: 0.875rem; }
  .footer_inner .right_box small {
    display: block;
    text-align: left;
    font-size: 11px;
    font-size: 0.6875rem; }
    @media screen and (max-width: 640px) {
      .footer_inner .right_box small {
        margin-top: 8px;
        text-align: center; } }
  .footer_inner .right_box .cta_btn {
    margin-bottom: 6px; }
    .footer_inner .right_box .cta_btn a {
      display: block;
      background-color: #459fd3;
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      color: #ffffff;
      width: 100%;
      padding: 6px 0; }

/**************************************

top.scss

***************************************/
.top {
  /*-------------------------------
  アイキャッチ
  -------------------------------*/
  /*-------------------------------
  インフォメーション
  -------------------------------*/
  /*-------------------------------
  サービス事業
  -------------------------------*/
  /*＝＝＝Sp用＝＝＝*/
  /*-------------------------------
  採用情報
  -------------------------------*/
  /*-------------------------------
  会社概要
  -------------------------------*/
  /*---------------
  イメージ
  ---------------*/
  /*---------------
  テキスト
  ---------------*/ }
  .top .top__title {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-width: 1000px;
    height: 600px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 640px) {
      .top .top__title {
        min-width: inherit;
        height: 300px;
        margin-bottom: 30px; } }
  .top .top__bgImg {
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_01.jpg) center bottom no-repeat;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .top .top__bgImg {
        background: url(../img/top/bg_01.jpg) right bottom no-repeat;
        background-size: cover; } }
  .top .top__titleHeading {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%; }
    .top .top__titleHeading img {
      width: 100%; }
  .top .top__under {
    position: absolute;
    bottom: 2%;
    left: calc(50% - 13px); }
    @media screen and (max-width: 640px) {
      .top .top__under {
        max-width: 30px;
        top: 86%;
        left: calc(50% - 12px); } }
  .top .top__underText {
    color: #ffffff;
    position: absolute;
    bottom: 8%;
    left: calc(50% - 183px);
    text-shadow: 2px 1px 3px #000; }
    @media screen and (max-width: 640px) {
      .top .top__underText {
        bottom: 14%;
        left: calc(50% - 160px); } }
    @media screen and (max-width: 400px) {
      .top .top__underText {
        text-align: center;
        bottom: 14%;
        left: calc(50% - 90px); } }
  .top .top__title .inner .title__txt {
    color: #fff;
    text-shadow: 1px -1px 3px #000;
    padding-left: 2%;
    position: absolute;
    bottom: 8%;
    font-size: 22px;
    font-size: 1.375rem; }
    @media screen and (max-width: 640px) {
      .top .top__title .inner .title__txt {
        bottom: 10%;
        line-height: 1.2;
        font-size: 18px;
        font-size: 1.125rem;
        width: 87.5%;
        text-align: center; } }
    @media screen and (max-width: 445px) {
      .top .top__title .inner .title__txt .br_sp {
        display: none; } }
    @media screen and (max-width: 400px) {
      .top .top__title .inner .title__txt {
        bottom: 5%; } }
  .top .information__box {
    line-height: 1.75;
    margin-bottom: 60px; }
    .top .information__box::before, .top .information__box::after {
      content: '';
      display: table; }
    .top .information__box::after {
      clear: both; }
    .top .information__box .left__box {
      width: 40%;
      float: left; }
      .top .information__box .left__box h3 {
        font-size: 19px;
        font-size: 1.1875rem;
        text-align: center;
        font-weight: bold; }
        .top .information__box .left__box h3 span {
          color: #459fd3;
          font-size: 17px;
          font-size: 1.0625rem; }
      @media screen and (max-width: 640px) {
        .top .information__box .left__box {
          width: 100%;
          float: none;
          margin-bottom: 20px; } }
    .top .information__box .right__box {
      width: 60%;
      float: left; }
      .top .information__box .right__box::before, .top .information__box .right__box::after {
        content: '';
        display: table; }
      .top .information__box .right__box::after {
        clear: both; }
      .top .information__box .right__box dl {
        margin-bottom: 15px; }
        .top .information__box .right__box dl::before, .top .information__box .right__box dl::after {
          content: '';
          display: table; }
        .top .information__box .right__box dl::after {
          clear: both; }
        .top .information__box .right__box dl:last-of-type {
          margin-bottom: 0; }
      .top .information__box .right__box dt {
        width: 20.8333333333%;
        color: #459fd3;
        float: left; }
        @media screen and (max-width: 640px) {
          .top .information__box .right__box dt {
            width: 100%; } }
      .top .information__box .right__box dd {
        width: 79.1666666667%;
        float: left; }
        @media screen and (max-width: 640px) {
          .top .information__box .right__box dd {
            width: 100%; } }
        .top .information__box .right__box dd a {
          color: #459fd3;
          text-decoration: underline; }
        .top .information__box .right__box dd img {
          margin-top: 5px; }
      .top .information__box .right__box .right__box--indent {
        text-indent: 37px; }
        @media screen and (max-width: 640px) {
          .top .information__box .right__box .right__box--indent {
            text-indent: 0px; } }
      @media screen and (max-width: 640px) {
        .top .information__box .right__box {
          width: 100%;
          float: none; } }
  .top .top__service {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-width: 1000px;
    height: 600px;
    margin: 0 auto 15px; }
    @media screen and (max-width: 640px) {
      .top .top__service {
        min-width: inherit;
        height: 300px;
        margin-bottom: 20px; } }
  .top .service__bgImg {
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_02.jpg) center bottom no-repeat;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .top .service__bgImg {
        width: 100%;
        height: 100%;
        background: url(../img/top/bg_02.jpg) right bottom no-repeat;
        background-size: cover; } }
  .top .top__serviceHeading {
    width: 709px;
    position: absolute;
    bottom: 8%;
    left: 9%; }
    .top .top__serviceHeading img {
      width: 100%; }
    .top .top__serviceHeading a {
      display: inline-block; }
    @media screen and (max-width: 1000px) {
      .top .top__serviceHeading {
        left: 3%; } }
    @media screen and (max-width: 640px) {
      .top .top__serviceHeading {
        width: 65%; } }
  .top .products__list {
    position: absolute;
    bottom: 15%;
    left: 38%; }
    .top .products__list ul {
      width: 340px;
      height: 180px;
      line-height: 1.625; }
      @media screen and (max-width: 400px) {
        .top .products__list ul {
          width: 100%;
          height: 135px;
          line-height: 1.6; } }
      .top .products__list ul li {
        font-size: 16px;
        font-size: 1rem; }
        @media screen and (max-width: 640px) {
          .top .products__list ul li {
            font-size: 14px;
            font-size: 0.875rem; } }
        @media screen and (max-width: 400px) {
          .top .products__list ul li {
            font-size: 11px;
            font-size: 0.6875rem; } }
    @media screen and (max-width: 640px) {
      .top .products__list {
        display: none; } }
  @media screen and (max-width: 640px) {
    .top .service__inner {
      padding-top: 5%; } }
  .top .sp_conts {
    display: none; }
    .top .sp_conts::before, .top .sp_conts::after {
      content: '';
      display: table; }
    .top .sp_conts::after {
      clear: both; }
    @media screen and (max-width: 640px) {
      .top .sp_conts {
        display: block;
        margin-top: 5%; } }
    .top .sp_conts .left_box {
      display: block;
      float: left;
      width: 50%; }
      .top .sp_conts .left_box .sp_pic {
        width: 100%; }
        .top .sp_conts .left_box .sp_pic img {
          width: 100%; }
    .top .sp_conts .right_box {
      float: right;
      width: 50%;
      line-height: 1.5; }
      @media screen and (max-width: 400px) {
        .top .sp_conts .right_box li {
          font-size: 12px;
          font-size: 0.75rem; } }
  .top .top_recruit {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-width: 1000px;
    height: 600px;
    margin: 0 auto 15px; }
    @media screen and (max-width: 640px) {
      .top .top_recruit {
        min-width: inherit;
        height: 300px; } }
  .top .top_recruit__bgImg {
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_04.jpg) center bottom no-repeat;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .top .top_recruit__bgImg {
        background: url(../img/top/bg_04.jpg) left bottom no-repeat;
        background-size: cover; } }
  .top .top_recruit__titleHeading {
    width: 434px;
    position: absolute;
    bottom: 8%;
    left: 10.5%; }
    .top .top_recruit__titleHeading img {
      width: 100%; }
    @media screen and (max-width: 1000px) {
      .top .top_recruit__titleHeading {
        left: 2%; } }
    @media screen and (max-width: 640px) {
      .top .top_recruit__titleHeading {
        width: 60%;
        left: 5%; } }
  .top .company__profile {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-width: 1000px;
    height: 600px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 640px) {
      .top .company__profile {
        min-width: inherit;
        height: 300px;
        margin-bottom: 25px; } }
  .top .company__bgImg {
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_03.jpg) center bottom no-repeat;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .top .company__bgImg {
        width: 100%;
        height: 100%;
        background: url(../img/top/bg_03.jpg) left bottom no-repeat;
        background-size: cover; } }
  .top .company__titleHeading {
    width: 593px;
    position: absolute;
    bottom: 2%;
    right: 10.5%; }
    .top .company__titleHeading img {
      width: 100%; }
    @media screen and (max-width: 1000px) {
      .top .company__titleHeading {
        right: 2%; } }
    @media screen and (max-width: 640px) {
      .top .company__titleHeading {
        width: 80%;
        right: 5%;
        bottom: 5%; } }
  .top .company__outer .company__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .top .company__outer .company__box .company__description {
      width: 100%;
      line-height: 1.75;
      margin-bottom: 50px; }
      @media screen and (max-width: 640px) {
        .top .company__outer .company__box .company__description {
          width: 100%;
          margin-bottom: 25px; } }
      .top .company__outer .company__box .company__description h4.company__innerHeading {
        color: #459fd3;
        font-size: 23px;
        font-size: 1.4375rem;
        font-weight: bold;
        margin-bottom: 10px;
        text-indent: -12px; }
  .top .company__outer .company__infoBox {
    margin-bottom: 50px; }
    .top .company__outer .company__infoBox::before, .top .company__outer .company__infoBox::after {
      content: '';
      display: table; }
    .top .company__outer .company__infoBox::after {
      clear: both; }
    .top .company__outer .company__infoBox .left__box {
      width: 55%;
      line-height: 1.75;
      float: left; }
      @media screen and (max-width: 640px) {
        .top .company__outer .company__infoBox .left__box {
          width: 100%;
          float: none;
          margin-bottom: 30px; } }
    .top .company__outer .company__infoBox .right__box {
      width: 45%;
      float: right; }
      .top .company__outer .company__infoBox .right__box iframe {
        width: 100%;
        height: 365px; }
      .top .company__outer .company__infoBox .right__box .pic {
        margin-bottom: 4%; }
        .top .company__outer .company__infoBox .right__box .pic img {
          max-width: 204px; }
      @media screen and (max-width: 640px) {
        .top .company__outer .company__infoBox .right__box {
          width: 100%;
          float: none;
          text-align: center; } }
  .top .company__outer .company__infoInner::before, .top .company__outer .company__infoInner::after {
    content: '';
    display: table; }
  .top .company__outer .company__infoInner::after {
    clear: both; }
  .top .company__outer .company__infoInner dt {
    width: 20%;
    float: left;
    font-weight: bold;
    color: #459fd3; }
    @media screen and (max-width: 640px) {
      .top .company__outer .company__infoInner dt {
        width: 100%;
        float: none;
        margin-top: 10px; } }
  .top .company__outer .company__infoInner dd {
    width: 80%;
    float: left; }
    @media screen and (max-width: 640px) {
      .top .company__outer .company__infoInner dd {
        width: 100%;
        float: none; } }
    .top .company__outer .company__infoInner dd.link a {
      text-decoration: underline; }

/**************************************

service.scss

***************************************/
.service {
  /*-------------------------------
  アイキャッチ
  -------------------------------*/
  /*-------------------------------
  事業内容
  -------------------------------*/
  /*-------------------------------
  運送会社をお探しならこちら
  -------------------------------*/
  /*-------------------------------
  事業案内column2
  -------------------------------*/ }
  .service .main {
    margin-bottom: 120px; }
    @media screen and (max-width: 640px) {
      .service .main {
        margin-bottom: 30px; } }
  .service .service__title {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-width: 1000px;
    height: 520px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 640px) {
      .service .service__title {
        min-width: inherit;
        height: 300px;
        margin-bottom: 25px; } }
  .service .service__bgImg {
    width: 100%;
    height: 100%;
    background: url(../img/service/bg_01.jpg) center bottom no-repeat;
    background-size: cover; }
    @media screen and (max-width: 640px) {
      .service .service__bgImg {
        width: 100%;
        height: 100%;
        background: url(../img/service/bg_01.jpg) right bottom no-repeat;
        background-size: cover; } }
  .service .service__Heading {
    position: absolute;
    bottom: 10%;
    left: 10.5%;
    width: 255px; }
    .service .service__Heading img {
      width: 100%; }
    @media screen and (max-width: 640px) {
      .service .service__Heading {
        left: 5%;
        width: 36%; } }
  .service h3.hed_txt {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    color: #459fd3;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      .service h3.hed_txt {
        width: 87.5%;
        font-size: 22px;
        font-size: 1.375rem;
        margin: 0 auto 25px;
        line-height: 1.5;
        text-align: left; } }
  .service .box_odd {
    width: 100%; }
    .service .box_odd::before, .service .box_odd::after {
      content: '';
      display: table; }
    .service .box_odd::after {
      clear: both; }
    @media screen and (max-width: 640px) {
      .service .box_odd:last-child .left_box {
        margin: 10px 0 0; } }
    .service .box_odd .box:last-of-type {
      margin-bottom: 50px; }
    .service .box_odd .right_box {
      float: right;
      width: 50%; }
      .service .box_odd .right_box img {
        width: 100%;
        vertical-align: top; }
      @media screen and (max-width: 640px) {
        .service .box_odd .right_box {
          float: none;
          width: 87.5%;
          margin: 0 auto; } }
    .service .box_odd .left_box {
      float: left;
      width: 50%;
      height: 0;
      padding-top: 31.25%;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .service .box_odd .left_box {
          height: 312px; } }
      @media screen and (max-width: 640px) {
        .service .box_odd .left_box {
          float: none;
          width: 100%;
          height: 160px;
          margin: 10px 0; } }
      .service .box_odd .left_box .box_inner {
        width: 43.75%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5%; }
        @media screen and (max-width: 1000px) {
          .service .box_odd .left_box .box_inner {
            width: 70%; } }
        @media screen and (max-width: 640px) {
          .service .box_odd .left_box .box_inner {
            width: 87.5%; } }
      .service .box_odd .left_box h4 {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: bold;
        color: #459fd3;
        line-height: 1.45;
        margin-bottom: 3.692%; }
        @media screen and (max-width: 640px) {
          .service .box_odd .left_box h4 {
            font-size: 20px;
            font-size: 1.25rem; } }
      .service .box_odd .left_box p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.51; }
        @media screen and (max-width: 640px) {
          .service .box_odd .left_box p {
            font-size: 14px;
            font-size: 0.875rem; } }
  .service .box_even {
    width: 100%; }
    .service .box_even::before, .service .box_even::after {
      content: '';
      display: table; }
    .service .box_even::after {
      clear: both; }
    .service .box_even .box:last-of-type {
      margin-bottom: 50px; }
    .service .box_even .left_box {
      float: left;
      width: 50%; }
      .service .box_even .left_box img {
        width: 100%;
        vertical-align: top; }
      @media screen and (max-width: 640px) {
        .service .box_even .left_box {
          float: none;
          width: 87.5%;
          margin: 0 auto; } }
    .service .box_even .right_box {
      float: right;
      width: 50%;
      height: 0;
      padding-top: 31.25%;
      position: relative; }
      @media screen and (max-width: 1000px) {
        .service .box_even .right_box {
          height: 312px; } }
      @media screen and (max-width: 640px) {
        .service .box_even .right_box {
          float: none;
          width: 100%;
          height: 160px;
          margin: 10px 0; } }
      .service .box_even .right_box .box_inner {
        width: 43.75%;
        height: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 5%; }
        @media screen and (max-width: 1000px) {
          .service .box_even .right_box .box_inner {
            width: 70%; } }
        @media screen and (max-width: 640px) {
          .service .box_even .right_box .box_inner {
            width: 87.5%; } }
      .service .box_even .right_box h4 {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: bold;
        color: #459fd3;
        line-height: 1.45;
        margin-bottom: 3.692%; }
        @media screen and (max-width: 640px) {
          .service .box_even .right_box h4 {
            font-size: 20px;
            font-size: 1.25rem; } }
      .service .box_even .right_box p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.51; }
        @media screen and (max-width: 640px) {
          .service .box_even .right_box p {
            font-size: 14px;
            font-size: 0.875rem; } }
  .service .contact__box {
    width: 68.75%;
    max-width: 860px;
    padding: 12px 18px;
    border: #cccccc 1px solid;
    margin: 60px auto 100px; }
    .service .contact__box::before, .service .contact__box::after {
      content: '';
      display: table; }
    .service .contact__box::after {
      clear: both; }
    @media screen and (max-width: 1000px) {
      .service .contact__box {
        width: 90%;
        margin: 40px auto 60px;
        box-sizing: border-box; } }
    @media screen and (max-width: 640px) {
      .service .contact__box {
        margin-bottom: 30px; } }
  .service .contact__boxHeading {
    width: 44%;
    float: left;
    margin-top: 20px;
    padding-right: 3.745%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 23px;
    font-size: 1.4375rem; }
    @media screen and (max-width: 1000px) {
      .service .contact__boxHeading {
        width: 100%;
        float: none;
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 0; } }
  .service .contact__boxInfo {
    width: 56%;
    float: right; }
    @media screen and (max-width: 1000px) {
      .service .contact__boxInfo {
        width: 100%;
        float: none; } }
  .service .contact__boxTell {
    font-size: 23px;
    font-size: 1.4375rem; }
    .service .contact__boxTell span a {
      color: #459fd3;
      font-weight: bold; }
  .service .contact__boxBtn {
    text-align: center;
    margin: 10px 0; }
    .service .contact__boxBtn a {
      display: block;
      padding: 8px 0;
      color: #ffffff;
      background-color: #459fd3; }
  .service .service__subContents {
    margin-bottom: 80px; }
    @media screen and (max-width: 1000px) {
      .service .service__subContents {
        margin-botoom: 60px; } }
    @media screen and (max-width: 640px) {
      .service .service__subContents {
        margin-bottom: 30px; } }
  .service .service__subContentsHeading {
    width: 100%;
    text-align: center;
    margin: 0px auto 70px;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold;
    color: #459fd3; }
    @media screen and (max-width: 1000px) {
      .service .service__subContentsHeading {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 30px; } }
    @media screen and (max-width: 640px) {
      .service .service__subContentsHeading {
        margin-bottom: 20px; } }
  .service .service__subContentsInner {
    width: 100%;
    margin: 0 auto; }
    .service .service__subContentsInner::before, .service .service__subContentsInner::after {
      content: '';
      display: table; }
    .service .service__subContentsInner::after {
      clear: both; }
  .service .service__subContentsItem:nth-of-type(1) {
    width: 47.954%;
    float: left; }
    @media screen and (max-width: 640px) {
      .service .service__subContentsItem:nth-of-type(1) {
        width: 100%;
        max-width: 350px;
        float: none;
        margin: 0 auto 20px; } }
  .service .service__subContentsItem:nth-of-type(2) {
    width: 47.954%;
    float: right; }
    @media screen and (max-width: 640px) {
      .service .service__subContentsItem:nth-of-type(2) {
        width: 100%;
        max-width: 350px;
        float: none;
        margin: 0 auto; } }
  .service .service__subContentsItemFigure {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
    .service .service__subContentsItemFigure img {
      width: 100%;
      /*max-width: 350px;*/
      height: auto; }
  .service .service__subContentsItemHeading {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold;
    color: #459fd3; }
    @media screen and (max-width: 640px) {
      .service .service__subContentsItemHeading {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 5px; } }
  .service .service__subContentsItemTxt {
    font-size: 14px;
    font-size: 0.875rem; }
  .service .service__subContentsItemDiscription_ir {
    clear: both; }
  .service .service__subContentsItemHeading_ir {
    text-align: center;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .service .service__subContentsItemHeading_ir {
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 10px; } }
  .service .service__subContentsItemTxt_ir {
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .service .service__subContentsItemTxt_ir {
        text-align: left; } }

/**************************************

recruit.scss

***************************************/
.recruit {
  /*-------------------------------
  アイキャッチ
  -------------------------------*/
  /*-------------------------------
  メッセージ
  -------------------------------*/
  /*-------------------------------
  採用のご応募はこちら　上
  -------------------------------*/
  /*-------------------------------
  福利厚生
  -------------------------------*/
  /*-------------------------------
  募集要項
  -------------------------------*/
  /*-------------------------------
  募集要項 項目
  -------------------------------*/
  /*-------------------------------
  採用のご応募はこちら 下
  -------------------------------*/
  /*-------------------------------
  コンタクトフォーム input
  -------------------------------*/
  /*.recruit_form .tel{
  	margin-bottom:77px;
  }
  
  .recruit_form .tel span{
  	font-weight:bold;
  	font-size:19px;
  }*/
  /*-------------------------------
  コンタクトフォーム 汎用
  -------------------------------*/
  /*-------------------------------
  コンタクトフォーム confirm
  -------------------------------*/
  /*-------------------------------
  コンタクトフォーム finish,error
  -------------------------------*/ }
  .recruit .recruit__title {
    position: relative;
    width: 100%;
    max-width: 1280px;
    min-width: 1000px;
    height: 520px;
    margin: 0 auto 60px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__title {
        min-width: inherit;
        height: 300px;
        margin-bottom: 30px; } }
  .recruit .recruit__bgImg {
    width: 100%;
    height: 100%;
    background: url(../img/recruit/bg_01.jpg) left bottom no-repeat;
    background-size: cover; }
  .recruit .recruit__titleHeading {
    position: absolute;
    bottom: 6%;
    left: 12%;
    width: 255px;
    margin-left: auto;
    text-align: right; }
    .recruit .recruit__titleHeading img {
      width: 100%; }
    @media screen and (max-width: 1000px) {
      .recruit .recruit__titleHeading {
        left: 1%; } }
    @media screen and (max-width: 640px) {
      .recruit .recruit__titleHeading {
        left: 5%;
        width: 36%; } }
  .recruit .recruit__message {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__message {
        margin-bottom: 40px; } }
  .recruit .recruit__messageHeading {
    width: 18.75%;
    height: auto;
    margin-bottom: 4px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__messageHeading {
        width: 30%; } }
    .recruit .recruit__messageHeading img {
      width: 100%;
      height: auto; }
  .recruit .recruit__messageFrom {
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__messageFrom {
        margin-bottom: 20px; } }
  .recruit .recruit__messageDiscription {
    line-height: 1.6;
    margin-bottom: 80px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__messageDiscription {
        margin-bottom: 30px; } }
  .recruit .recruit__messageTxt {
    font-weight: bold; }
    .recruit .recruit__messageTxt span {
      color: #459fd3;
      font-weight: bold; }
  .recruit .recruit__engagementUpper {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__engagementUpper {
        margin-bottom: 40px; } }
  .recruit .recruit__engagementUpperFrame {
    position: relative;
    border: 1px solid #cccccc; }
  .recruit .recruit__engagementUpperFig {
    width: 338px; }
    .recruit .recruit__engagementUpperFig img {
      width: 100%; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__engagementUpperFig {
        width: 100%;
        margin-bottom: 10px; } }
  .recruit .recruit__engagementUpperCont {
    position: absolute;
    top: 50%;
    right: 55px;
    width: 525px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      .recruit .recruit__engagementUpperCont {
        position: static;
        width: 100%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .recruit .recruit__engagementUpperCont .cont__upper {
      display: table;
      margin-bottom: 10px; }
      @media screen and (max-width: 640px) {
        .recruit .recruit__engagementUpperCont .cont__upper {
          display: block; } }
      .recruit .recruit__engagementUpperCont .cont__upper .cont__upperTxt {
        display: table-cell;
        width: 364px;
        padding-right: 8px;
        vertical-align: middle; }
        .recruit .recruit__engagementUpperCont .cont__upper .cont__upperTxt img {
          width: 100%; }
        @media screen and (max-width: 640px) {
          .recruit .recruit__engagementUpperCont .cont__upper .cont__upperTxt {
            display: block;
            width: 80%;
            margin: 0 auto 10px; } }
      .recruit .recruit__engagementUpperCont .cont__upper .cont__upperBtn {
        display: table-cell;
        vertical-align: middle;
        width: 162px;
        height: 38px;
        line-height: 38px;
        text-align: center; }
        .recruit .recruit__engagementUpperCont .cont__upper .cont__upperBtn a {
          display: block;
          width: 100%;
          color: #ffffff;
          background-color: #a72126; }
        @media screen and (max-width: 640px) {
          .recruit .recruit__engagementUpperCont .cont__upper .cont__upperBtn {
            display: block;
            margin: 0 auto 10px; } }
    .recruit .recruit__engagementUpperCont .cont__lower {
      vertical-align: middle; }
      .recruit .recruit__engagementUpperCont .cont__lowerTel a {
        color: #000000;
        font-weight: bold; }
      @media screen and (max-width: 640px) {
        .recruit .recruit__engagementUpperCont .cont__lower {
          margin-bottom: 10px; }
          .recruit .recruit__engagementUpperCont .cont__lowerTel a {
            font-size: 22px;
            font-size: 1.375rem; }
          .recruit .recruit__engagementUpperCont .cont__lower span {
            font-size: 18px;
            font-size: 1.125rem;
            display: block;
            text-align: center; } }
  .recruit .recruit__welfare {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__welfare {
        margin-bottom: 40px; } }
  .recruit .recruit__welfareUpper {
    margin-bottom: 20px; }
  .recruit .welfare__fig {
    margin-bottom: 15px; }
    .recruit .welfare__fig::before, .recruit .welfare__fig::after {
      content: '';
      display: table; }
    .recruit .welfare__fig::after {
      clear: both; }
    .recruit .welfare__fig--col2 .welfare__figItem {
      width: 50%; }
    .recruit .welfare__fig--col3 .welfare__figItem {
      width: 33.33%; }
  .recruit .welfare__figItem {
    float: left; }
    .recruit .welfare__figItem img {
      width: 100%; }
  .recruit .recruit__welfareTxt {
    text-align: center;
    font-weight: bold;
    line-height: 1.6; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__welfareTxt {
        text-align: left; } }
  .recruit .recruit__points {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit__points {
        margin-bottom: 40px; } }
  .recruit .points__frame {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .recruit .points__frame {
        margin-bottom: 40px; } }
  .recruit .points__infoBox {
    margin-bottom: 60px; }
    .recruit .points__infoBox::before, .recruit .points__infoBox::after {
      content: '';
      display: table; }
    .recruit .points__infoBox::after {
      clear: both; }
    @media screen and (max-width: 640px) {
      .recruit .points__infoBox {
        margin-bottom: 40px; } }
  .recruit .points__infoHeading {
    width: 15.315%;
    float: left;
    font-size: 23px;
    font-size: 1.4375rem;
    color: #459fd3;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .recruit .points__infoHeading {
        width: 100%;
        float: none;
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 10px; } }
  .recruit .points__info {
    width: 83.413%;
    float: right;
    line-height: 1.8; }
    @media screen and (max-width: 640px) {
      .recruit .points__info {
        width: 100%;
        float: none;
        line-height: normal; } }
    .recruit .points__info .points__over60 {
      margin-bottom: 30px;
      border: 1px solid #333;
      text-align: center;
      padding: 10px 0;
      font-weight: bold;
      font-size: 16px;
      font-size: 1rem; }
      @media screen and (max-width: 640px) {
        .recruit .points__info .points__over60 {
          font-size: 14px;
          font-size: 0.875rem; } }
      @media screen and (max-width: 400px) {
        .recruit .points__info .points__over60 {
          font-size: 12px;
          font-size: 0.75rem; } }
  .recruit .points__infoInner::before, .recruit .points__infoInner::after {
    content: '';
    display: table; }
  .recruit .points__infoInner::after {
    clear: both; }
  .recruit .points__infoInner .points__position {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .recruit .points__infoInner .points__position {
        font-size: 16px;
        font-size: 1rem; } }
  .recruit .points__infoInner dt {
    color: #459fd3;
    width: 20.723%;
    float: left;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .recruit .points__infoInner dt {
        width: 100%;
        float: none;
        margin-top: 10px;
        margin-left: 15px; } }
  .recruit .points__infoInner dd {
    width: 77.078%;
    float: left;
    margin-left: 10px; }
    @media screen and (max-width: 640px) {
      .recruit .points__infoInner dd {
        width: 90%;
        float: none;
        margin-left: 30px;
        line-height: 1.6; } }
  .recruit .points__infoInner .indent {
    display: inline-block;
    padding-left: 1em; }
  .recruit .points__how {
    margin-bottom: 60px; }
    .recruit .points__how::before, .recruit .points__how::after {
      content: '';
      display: table; }
    .recruit .points__how::after {
      clear: both; }
    @media screen and (max-width: 640px) {
      .recruit .points__how {
        margin-bottom: 40px; } }
  .recruit .points__howHeading {
    width: 15.315%;
    float: left;
    font-size: 23px;
    font-size: 1.4375rem;
    color: #459fd3;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      .recruit .points__howHeading {
        width: 100%;
        float: none;
        font-size: 20px;
        font-size: 1.25rem; } }
  .recruit .points__howTxt {
    width: 83.413%;
    float: right;
    line-height: 1.8; }
    @media screen and (max-width: 640px) {
      .recruit .points__howTxt {
        width: 100%;
        float: none;
        line-height: normal; } }
  .recruit .points__howTxtInner dd {
    width: 77.078%;
    float: left;
    margin-left: 10px; }
  @media screen and (max-width: 640px) {
    .recruit .points__howTxtInner dd {
      width: 90%;
      float: none;
      margin-top: 10px;
      margin-left: 30px;
      line-height: 1.6; } }
  .recruit .engagementBottom {
    margin-bottom: 60px; }
    @media screen and (max-width: 640px) {
      .recruit .engagementBottom {
        margin-bottom: 40px; } }
  .recruit .engagementBottom__copy {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
    font-weight: bold;
    color: #459fd3;
    margin-bottom: 70px;
    line-height: 1.6; }
    @media screen and (max-width: 640px) {
      .recruit .engagementBottom__copy {
        margin-bottom: 40px; } }
  .recruit .engagementBottom__frame {
    text-align: center; }
  .recruit .engagementBottom__heading {
    width: 715px;
    margin: 0 auto 40px;
    border: 1px solid #CCCCCC; }
    .recruit .engagementBottom__heading::before, .recruit .engagementBottom__heading::after {
      content: '';
      display: table; }
    .recruit .engagementBottom__heading::after {
      clear: both; }
    .recruit .engagementBottom__heading img {
      width: 100%; }
    @media screen and (max-width: 640px) {
      .recruit .engagementBottom__heading {
        width: 76%;
        margin: 0 auto 20px; } }
  .recruit .engagementBottom__headingFig {
    width: 338px;
    float: left; }
    @media screen and (max-width: 640px) {
      .recruit .engagementBottom__headingFig {
        width: 100%;
        float: none; } }
  .recruit .engagementBottom__headingTxt {
    float: left;
    margin: 20px 20px 0 20px; }
    .recruit .engagementBottom__headingTxt p {
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        .recruit .engagementBottom__headingTxt p {
          font-size: 22px;
          font-size: 1.375rem; } }
    @media screen and (max-width: 640px) {
      .recruit .engagementBottom__headingTxt {
        width: 100%;
        float: none;
        margin: 0 0 10px; } }
    .recruit .engagementBottom__headingTxt p.cont__upperBtn {
      font-size: 18px;
      font-size: 1.125rem;
      vertical-align: middle;
      width: 162px;
      height: 38px;
      line-height: 38px;
      text-align: center; }
      .recruit .engagementBottom__headingTxt p.cont__upperBtn a {
        display: block;
        width: 100%;
        color: #ffffff;
        background-color: #a72126; }
      @media screen and (max-width: 640px) {
        .recruit .engagementBottom__headingTxt p.cont__upperBtn {
          margin: 0 auto; } }
  .recruit .engagementBottom__discription {
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      .recruit .engagementBottom__discription {
        margin-bottom: 20px; } }
  .recruit .engagementBottom__copy {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #459fd3; }
  .recruit .engagementBottom__txt {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.6; }
    .recruit .engagementBottom__txt .tel a {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: bold;
      color: #459fd3; }
  @media screen and (max-width: 640px) {
    .recruit .recruit_form {
      width: 90%;
      text-align: left;
      line-height: 1.4; } }
  .recruit .recruit_form table {
    border-collapse: separate;
    border-spacing: 0 14px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit_form table {
        width: 100%;
        border-spacing: 0; } }
  .recruit .recruit_form tr {
    padding-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit_form tr {
        width: 100%;
        padding-bottom: 10px; } }
  .recruit .recruit_form th {
    font-weight: bold;
    text-align: right;
    padding-right: 10px !important;
    width: 150px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit_form th {
        display: block;
        text-align: left;
        padding-right: 5% !important;
        margin-top: 20px; } }
  @media screen and (max-width: 640px) {
    .recruit .recruit_form td {
      float: left; } }
  .recruit .recruit_form td.bar {
    /*width:55.208%;*/
    width: 60.22%;
    padding-right: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .recruit .recruit_form td.bar {
        width: 100%;
        padding-right: 10px;
        box-sizing: border-box;
        margin: 2px 0; } }
  .recruit .recruit_form .inner {
    width: 100%;
    box-sizing: border-box;
    height: 36px; }
  .recruit .recruit_form .ques_tit {
    vertical-align: top; }
  .recruit .recruit_form .question {
    height: 250px; }
    @media screen and (max-width: 640px) {
      .recruit .recruit_form .question {
        height: 180px; } }
  .recruit .txt_center {
    width: 370px;
    margin: 70px auto 0; }
    @media screen and (max-width: 640px) {
      .recruit .txt_center {
        width: 250px;
        margin: 0 auto; } }
  .recruit .inner_container {
    margin-top: 161px; }
    @media screen and (max-width: 640px) {
      .recruit .inner_container {
        margin-top: 50px; } }
  .recruit .submit_btn {
    width: 100%;
    color: #ffffff;
    background-color: #459fd3;
    border: none;
    padding: 8px 0;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold; }
  .recruit #contact_policy {
    width: 100%;
    max-width: 540px;
    height: 180px;
    font-size: 12px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #acacac;
    box-sizing: border-box;
    margin-bottom: 10px; }
  .recruit .all_error {
    color: #ea1c24;
    margin-bottom: 20px; }
  .recruit .mail_add {
    margin-top: 20px; }
  .recruit .return {
    margin-top: 50px;
    margin-bottom: 20px; }
  .recruit .recruit_form .to_top a {
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #459fd3;
    padding: 10px 10px;
    text-align: center; }
  .recruit .alpha th {
    font-weight: bold; }
  .recruit .return_btn {
    margin: 0 auto;
    color: #459fd3;
    background-color: #ffffff;
    border: #459fd3 solid 1px;
    padding: 6px 0;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px; }
  .recruit .submit_btn2 {
    color: #ffffff;
    background-color: #459fd3;
    border: none;
    padding: 6px 0;
    width: 300px;
    font-size: 23px;
    font-weight: bold;
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .recruit .submit_btn2 {
        width: 230px; } }
  .recruit .font_red {
    color: #ea1c24; }
  .recruit .font_gray {
    color: #6c6d6e; }
  .recruit .font_12 {
    font-size: 12px; }
  .recruit .note {
    display: inline-block;
    padding-top: 4px; }
  .recruit .example {
    margin-top: 4px; }
  .recruit .error {
    margin-top: 2px; }
  .recruit .recruit_form h2 {
    font-weight: bold;
    font-size: 22px;
    /*margin-top:96px;*/
    margin-bottom: 25px;
    color: #459fd3; }
    @media screen and (max-width: 640px) {
      .recruit .recruit_form h2 {
        font-size: 20px;
        /*margin-top:40px;*/
        margin-bottom: 15px; } }
  .recruit .recruit_form p {
    line-height: 1.75; }
  .recruit .recruit_form .tellink1 {
    color: #459fd3; }
  .recruit .section_confirm .section_confirm__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*padding: 60px 40px;*/ }
    @media screen and (max-width: 640px) {
      .recruit .section_confirm .section_confirm__inner {
        width: 100%;
        /*padding: 60px 20px;*/ } }
    @media screen and (max-width: 640px) {
      .recruit .section_confirm .section_confirm__inner {
        /*padding: 40px 10px;*/ } }
    .recruit .section_confirm .section_confirm__inner h2 {
      font-size: 22px;
      font-weight: bold;
      color: #459fd3; }
    .recruit .section_confirm .section_confirm__inner h2 + p {
      margin-top: 30px;
      line-height: 1.75; }
    .recruit .section_confirm .section_confirm__inner table {
      width: 100%;
      max-width: 600px;
      margin: 20px auto; }
      @media screen and (max-width: 640px) {
        .recruit .section_confirm .section_confirm__inner table {
          display: block;
          max-width: 100%; } }
      .recruit .section_confirm .section_confirm__inner table th {
        width: 160px;
        padding: 10px 10px 0;
        vertical-align: top;
        font-weight: bold;
        text-align: right; }
        @media screen and (max-width: 640px) {
          .recruit .section_confirm .section_confirm__inner table th {
            display: block;
            width: 100%;
            padding: 0;
            text-align: left; } }
      .recruit .section_confirm .section_confirm__inner table td {
        padding: 10px 5px; }
        @media screen and (max-width: 640px) {
          .recruit .section_confirm .section_confirm__inner table td {
            display: block;
            padding: 2px 0; } }
    .recruit .section_confirm .section_confirm__inner .box_btn {
      display: table;
      margin-top: 60px;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .recruit .section_confirm .section_confirm__inner .box_btn {
          display: block; } }
      .recruit .section_confirm .section_confirm__inner .box_btn form {
        display: table-cell;
        width: 50%;
        padding: 0 20px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .recruit .section_confirm .section_confirm__inner .box_btn form {
            display: block;
            width: 100%;
            margin-top: 40px; } }
        .recruit .section_confirm .section_confirm__inner .box_btn form .btn {
          background-color: #459fd3;
          border: 1px solid #459fd3;
          width: 100%;
          max-width: 370px;
          padding: 8px 0 4px;
          font-size: 23px;
          font-weight: bold;
          line-height: 1;
          color: #ffffff;
          cursor: pointer;
          /*@include transition();*/ }
          .recruit .section_confirm .section_confirm__inner .box_btn form .btn:hover {
            background-color: #ffffff;
            color: #459fd3; }
        .recruit .section_confirm .section_confirm__inner .box_btn form .back_btn {
          background-color: #ffffff;
          color: #459fd3; }
          .recruit .section_confirm .section_confirm__inner .box_btn form .back_btn:hover {
            background-color: #459fd3;
            color: #ffffff; }
  .recruit .section a.arrow {
    display: inline-block;
    background-color: #459fd3;
    border: 1px solid #459fd3;
    width: 100%;
    max-width: 370px;
    padding: 8px 0 4px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    margin-top: 40px; }
    .recruit .section a.arrow:hover {
      background-color: #ffffff;
      color: #459fd3; }

/**************************************

contact.scss

***************************************/
.contact {
  /*お問い合わせ
  	-----------------------*/
  /*コンタクトフォーム
  	-------------------------------*/
  /* === コンタクトフォーム _汎用===== */ }
  .contact .section_contact {
    margin-top: 75px; }
    .contact .section_contact .info__box {
      padding: 0 40px; }
      @media screen and (max-width: 640px) {
        .contact .section_contact .info__box {
          padding: 0; } }
    .contact .section_contact h2 {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: bold;
      color: #000000; }
    .contact .section_contact .txt01 {
      margin-top: 20px;
      line-height: 1.75; }
    .contact .section_contact .txt02 {
      font-size: 17px;
      font-size: 1.0625rem;
      margin-top: 20px; }
      @media screen and (max-width: 640px) {
        .contact .section_contact .txt02 {
          line-height: 1.75;
          text-align: center; } }
      .contact .section_contact .txt02 span a {
        font-size: 19px;
        font-size: 1.1875rem;
        font-weight: bold;
        color: #459fd3; }
  @media screen and (max-width: 640px) {
    .contact .recruit_form {
      width: 90%;
      text-align: left;
      line-height: 1.4; } }
  .contact .recruit_form table {
    border-collapse: separate;
    border-spacing: 0 14px; }
    @media screen and (max-width: 640px) {
      .contact .recruit_form table {
        width: 100%;
        border-spacing: 0; } }
  .contact .recruit_form tr {
    padding-bottom: 10px; }
    @media screen and (max-width: 640px) {
      .contact .recruit_form tr {
        width: 100%;
        padding-bottom: 10px; } }
  .contact .recruit_form th {
    font-weight: bold;
    text-align: right;
    padding-right: 10px !important; }
    @media screen and (max-width: 640px) {
      .contact .recruit_form th {
        display: block;
        text-align: left;
        padding-right: 5% !important;
        margin-top: 20px; } }
  @media screen and (max-width: 640px) {
    .contact .recruit_form td {
      float: left; }
      .contact .recruit_form td.btn {
        width: 100%; }
        .contact .recruit_form td.btn .txt_center {
          margin: 0 auto;
          text-align: center; } }
  .contact .recruit_form td.bar {
    /*width:55.208%;*/
    width: 60.22%;
    padding-right: 10px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .contact .recruit_form td.bar {
        width: 100%;
        padding-right: 10px;
        box-sizing: border-box;
        margin: 2px 0; } }
    .contact .recruit_form td.bar textarea {
      resize: vertical;
      width: 539px;
      min-height: 36px; }
      @media screen and (max-width: 640px) {
        .contact .recruit_form td.bar textarea {
          width: 100%; } }
  .contact .recruit_form .inner {
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    border: 1px solid #CCC;
    padding: 5px 10px; }
  .contact .recruit_form .ques_tit {
    vertical-align: top; }
  .contact .recruit_form .question {
    height: 250px; }
    @media screen and (max-width: 640px) {
      .contact .recruit_form .question {
        height: 180px; } }
  .contact .txt_center {
    width: 370px;
    margin: 70px auto 0; }
    @media screen and (max-width: 640px) {
      .contact .txt_center {
        width: 250px;
        margin: 0 auto; } }
  .contact .inner_container {
    margin-top: 161px; }
    @media screen and (max-width: 640px) {
      .contact .inner_container {
        margin-top: 50px; } }
  .contact .submit_btn {
    width: 100%;
    color: #ffffff;
    background-color: #459fd3;
    border: none;
    padding: 8px 0;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: bold; }
  .contact #contact_policy {
    width: 100%;
    max-width: 540px;
    height: 180px;
    font-size: 12px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #acacac;
    box-sizing: border-box;
    margin-bottom: 10px; }
  .contact .all_error {
    color: #ea1c24;
    margin-bottom: 20px; }
  .contact .mail_add {
    margin-top: 20px; }
  .contact .return {
    margin-top: 50px;
    margin-bottom: 20px; }
  .contact .to_top a {
    width: 15%;
    margin: 0 auto;
    display: block;
    color: #ffffff;
    background-color: #459fd3;
    padding: 10px 10px; }
    @media screen and (max-width: 640px) {
      .contact .to_top a {
        width: 50%; } }
  .contact .alpha th {
    font-weight: bold; }
  .contact .return_btn {
    margin: 0 auto;
    color: #459fd3;
    background-color: #ffffff;
    border: #459fd3 solid 1px;
    padding: 6px 0;
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px; }
  .contact .submit_btn2 {
    color: #ffffff;
    background-color: #459fd3;
    border: none;
    padding: 6px 0;
    width: 300px;
    font-size: 23px;
    font-weight: bold;
    margin-top: 30px; }
    @media screen and (max-width: 640px) {
      .contact .submit_btn2 {
        width: 230px; } }
  .contact .section_confirm .section_confirm__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 40px; }
    @media screen and (max-width: 640px) {
      .contact .section_confirm .section_confirm__inner {
        width: 100%;
        padding: 60px 20px; } }
    @media screen and (max-width: 640px) {
      .contact .section_confirm .section_confirm__inner {
        padding: 40px 10px; } }
    .contact .section_confirm .section_confirm__inner h2 {
      font-size: 22px;
      font-weight: bold;
      color: #459fd3; }
    .contact .section_confirm .section_confirm__inner h2 + p {
      margin-top: 30px;
      line-height: 1.75; }
    .contact .section_confirm .section_confirm__inner table {
      width: 100%;
      max-width: 600px;
      margin: 20px auto; }
      @media screen and (max-width: 640px) {
        .contact .section_confirm .section_confirm__inner table {
          display: block;
          max-width: 100%; } }
      .contact .section_confirm .section_confirm__inner table th {
        width: 160px;
        padding: 10px 10px 0;
        vertical-align: top;
        font-weight: bold;
        text-align: right; }
        @media screen and (max-width: 640px) {
          .contact .section_confirm .section_confirm__inner table th {
            display: block;
            width: 100%;
            padding: 0;
            text-align: left; } }
      .contact .section_confirm .section_confirm__inner table td {
        padding: 10px 5px; }
        @media screen and (max-width: 640px) {
          .contact .section_confirm .section_confirm__inner table td {
            display: block;
            padding: 2px 0; } }
    .contact .section_confirm .section_confirm__inner .box_btn {
      display: table;
      margin-top: 60px;
      width: 100%; }
      @media screen and (max-width: 640px) {
        .contact .section_confirm .section_confirm__inner .box_btn {
          display: block; } }
      .contact .section_confirm .section_confirm__inner .box_btn form {
        display: table-cell;
        width: 50%;
        padding: 0 20px;
        text-align: center; }
        @media screen and (max-width: 640px) {
          .contact .section_confirm .section_confirm__inner .box_btn form {
            display: block;
            width: 100%;
            margin-top: 40px; } }
        .contact .section_confirm .section_confirm__inner .box_btn form .btn {
          background-color: #459fd3;
          border: 1px solid #459fd3;
          width: 100%;
          max-width: 370px;
          padding: 8px 0 4px;
          font-size: 23px;
          font-weight: bold;
          line-height: 1;
          color: #ffffff;
          cursor: pointer;
          /*@include transition();*/ }
          .contact .section_confirm .section_confirm__inner .box_btn form .btn:hover {
            background-color: #ffffff;
            color: #459fd3; }
        .contact .section_confirm .section_confirm__inner .box_btn form .back_btn {
          background-color: #ffffff;
          color: #459fd3; }
          .contact .section_confirm .section_confirm__inner .box_btn form .back_btn:hover {
            background-color: #459fd3;
            color: #ffffff; }
  .contact .section_finish .section_finish__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 40px; }
    @media screen and (max-width: 640px) {
      .contact .section_finish .section_finish__inner {
        width: 100%;
        padding: 60px 20px; } }
    @media screen and (max-width: 640px) {
      .contact .section_finish .section_finish__inner {
        padding: 40px 10px; } }
    .contact .section_finish .section_finish__inner h2 {
      font-size: 22px;
      font-weight: bold;
      color: #459fd3;
      margin-bottom: 30px; }
    .contact .section_finish .section_finish__inner p {
      line-height: 1.75; }
    .contact .section_finish .section_finish__inner .tel {
      margin-top: 10px;
      font-weight: bold;
      color: #459fd3; }
    .contact .section_finish .section_finish__inner .box_btn {
      width: 100%;
      margin-top: 40px;
      text-align: center; }
      .contact .section_finish .section_finish__inner .box_btn ul li {
        margin-top: 20px; }
      .contact .section_finish .section_finish__inner .box_btn ul .btn a {
        display: inline-block;
        background-color: #459fd3;
        border: 1px solid #459fd3;
        width: 100%;
        max-width: 370px;
        padding: 8px 0 4px;
        font-size: 23px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        cursor: pointer;
        /*@include transition();*/ }
        .contact .section_finish .section_finish__inner .box_btn ul .btn a:hover {
          background-color: #ffffff;
          color: #459fd3; }
  .contact .section_error .section_error__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 40px; }
    @media screen and (max-width: 640px) {
      .contact .section_error .section_error__inner {
        width: 100%;
        padding: 60px 20px; } }
    @media screen and (max-width: 640px) {
      .contact .section_error .section_error__inner {
        padding: 40px 10px; } }
    .contact .section_error .section_error__inner h2 {
      font-size: 22px;
      font-weight: bold;
      color: #459fd3; }
    .contact .section_error .section_error__inner h2 + p {
      margin-top: 30px;
      line-height: 1.75; }
    .contact .section_error .section_error__inner .tel {
      margin-top: 10px;
      font-weight: bold;
      color: #459fd3; }
    .contact .section_error .section_error__inner .box_error {
      margin-top: 30px; }
    .contact .section_error .section_error__inner .box_btn {
      width: 100%;
      margin-top: 40px;
      text-align: center; }
      .contact .section_error .section_error__inner .box_btn .btn a {
        display: inline-block;
        background-color: #459fd3;
        border: 1px solid #459fd3;
        width: 100%;
        max-width: 370px;
        padding: 8px 0 4px;
        font-size: 23px;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
        cursor: pointer;
        /*@include transition();*/ }
        .contact .section_error .section_error__inner .box_btn .btn a:hover {
          background-color: #ffffff;
          color: #459fd3; }
  .contact .font_red {
    color: #ea1c24; }
  .contact .font_gray {
    color: #6c6d6e; }
  .contact .font_12 {
    font-size: 12px; }
  .contact .note {
    display: inline-block;
    padding-top: 4px; }
  .contact .example {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #4d4d4d;
    margin-top: 4px; }
  .contact .error {
    margin-top: 2px; }

/*# sourceMappingURL=main.css.map */
