@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#mainimg {
  position: relative;
  overflow: hidden;
  background: url("/img/info/mainimg.jpg") right 0/cover;
  height: 70vh; }
  #mainimg .img .main_txt_box {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 100%;
    color: #fff;
    text-shadow: 0 0 8px #000;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","sans-serif"; }
    #mainimg .img .main_txt_box .main_title {
      font-size: 4rem;
      margin-bottom: 3%;
      line-height: 1.5;
      font-weight: bold;
      text-align: left; }
      @media (min-width: 768px) {
        #mainimg .img .main_txt_box .main_title {
          font-size: calc( 4rem + ( 1vw - 7.68px ) * 4.6296296296 ); } }
      @media (min-width: 1200px) {
        #mainimg .img .main_txt_box .main_title {
          font-size: 6rem; } }
    #mainimg .img .main_txt_box .sab_txt {
      font-size: 1.4rem; }
      @media (min-width: 768px) {
        #mainimg .img .main_txt_box .sab_txt {
          font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
      @media (min-width: 1200px) {
        #mainimg .img .main_txt_box .sab_txt {
          font-size: 1.8rem; } }
      #mainimg .img .main_txt_box .sab_txt .line_h {
        margin-bottom: 20px; }

#info {
  background: url("/img/common/main_back.png") repeat; }
  #info .flex_wrap {
    padding: 10% 0 5%; }
    #info .flex_wrap .left_wrap {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      color: #fff; }
      #info .flex_wrap .left_wrap .txt_box {
        margin-bottom: 7%; }
        #info .flex_wrap .left_wrap .txt_box .info_title {
          font-size: 2rem;
          margin-bottom: 4%;
          line-height: normal;
          font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","sans-serif";
          font-weight: bold; }
          @media (min-width: 768px) {
            #info .flex_wrap .left_wrap .txt_box .info_title {
              font-size: calc( 2rem + ( 1vw - 7.68px ) * 6.9444444444 ); } }
          @media (min-width: 1200px) {
            #info .flex_wrap .left_wrap .txt_box .info_title {
              font-size: 5rem; } }
        #info .flex_wrap .left_wrap .txt_box .info_txt {
          font-size: 1.4rem; }
          @media (min-width: 768px) {
            #info .flex_wrap .left_wrap .txt_box .info_txt {
              font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.9259259259 ); } }
          @media (min-width: 1200px) {
            #info .flex_wrap .left_wrap .txt_box .info_txt {
              font-size: 1.8rem; } }
    #info .flex_wrap .right_box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      margin: 5% 2%; }
      #info .flex_wrap .right_box .img_box {
        flex: 0 1 28%;
        width: 28%;
        max-width: 28%;
        transform: rotateZ(10deg); }
        #info .flex_wrap .right_box .img_box img {
          border: solid 2px #fff; }
        #info .flex_wrap .right_box .img_box.rotation {
          transform: rotateZ(-10deg); }
  #info .more {
    width: 40%;
    margin: 10% auto 0;
    padding-bottom: 10%;
    position: relative;
    text-align: center; }
    #info .more img {
      width: 30px; }
    #info .more .more_txt {
      position: absolute;
      top: -50%;
      color: #8d0000;
      right: -5%; }
      #info .more .more_txt p {
        font-size: 1rem;
        position: relative;
        z-index: 3; }
        @media (min-width: 768px) {
          #info .more .more_txt p {
            font-size: calc( 1rem + ( 1vw - 7.68px ) * 0.2314814815 ); } }
        @media (min-width: 1200px) {
          #info .more .more_txt p {
            font-size: 1.1rem; } }
      #info .more .more_txt:before {
        position: absolute;
        content: "";
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        z-index: 2; }
      #info .more .more_txt:after {
        position: absolute;
        content: "";
        top: 115%;
        left: -25%;
        width: 0;
        height: 0;
        transform: rotate(45deg);
        border-style: solid;
        border-width: 25px 10px 0 10px;
        border-color: #ffffff transparent transparent transparent;
        z-index: 1; }
    #info .more:before {
      position: absolute;
      content: "";
      border-bottom: solid 1px #fff;
      border-right: solid 1px #fff;
      left: 50%;
      bottom: 5px;
      width: 20px;
      height: 20px;
      transform: rotate(45deg) translateX(-50%); }

#employmen {
  background: url("/img/home/txt_back_img_sp.png") repeat;
  padding-bottom: 10%; }
  #employmen .flex_wrap {
    padding: 10% 0; }
    #employmen .flex_wrap .btn_wrap {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      border: solid 1px #8d0000;
      padding: 1%;
      margin-bottom: 5%;
      transition: 0.3s; }
      #employmen .flex_wrap .btn_wrap a {
        font-size: 2rem;
        border: solid 6px #8d0000;
        padding: 4% 0;
        display: block;
        text-align: center;
        width: 96%;
        margin: 0 auto;
        color: #8d0000; }
        @media (min-width: 768px) {
          #employmen .flex_wrap .btn_wrap a {
            font-size: calc( 2rem + ( 1vw - 7.68px ) * 1.1574074074 ); } }
        @media (min-width: 1200px) {
          #employmen .flex_wrap .btn_wrap a {
            font-size: 2.5rem; } }
        #employmen .flex_wrap .btn_wrap a .more {
          font-size: 1rem;
          display: block;
          border: solid 1px #8d0000;
          padding: 1%;
          width: 20%;
          margin: 0 auto; }
          @media (min-width: 768px) {
            #employmen .flex_wrap .btn_wrap a .more {
              font-size: calc( 1rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
          @media (min-width: 1200px) {
            #employmen .flex_wrap .btn_wrap a .more {
              font-size: 1.2rem; } }
      #employmen .flex_wrap .btn_wrap:hover {
        border: solid 1px #fff;
        background: #8d0000;
        transition: 0.3s; }
        #employmen .flex_wrap .btn_wrap:hover a {
          border: solid 6px #fff;
          opacity: 1;
          color: #fff; }
          #employmen .flex_wrap .btn_wrap:hover a .more {
            border: solid 1px #fff; }
  #employmen .info_txt {
    background: #8d0000;
    color: #fff;
    padding: 2% 4%;
    width: 70%;
    margin-bottom: 10%; }
    #employmen .info_txt figure {
      margin-right: 5px;
      width: 70%;
      max-width: 650px; }
    #employmen .info_txt span {
      padding-left: 0;
      font-size: 1rem;
      letter-spacing: initial;
      font-family: "kanjyuku", YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif"; }
      @media (min-width: 768px) {
        #employmen .info_txt span {
          font-size: calc( 1rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
      @media (min-width: 1200px) {
        #employmen .info_txt span {
          font-size: 1.2rem; } }
  #employmen .representative_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #employmen .representative_wrap .img_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      text-align: center;
      width: 65%;
      transform: rotateZ(-2deg);
      margin: 0 auto; }
      #employmen .representative_wrap .img_box img {
        box-shadow: 0px 0px 5px #000;
        width: 65%;
        margin-bottom: 5%; }
    #employmen .representative_wrap .representative_txt {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      margin-bottom: 10%; }
      #employmen .representative_wrap .representative_txt .main_txt {
        font-size: 2.5rem;
        font-family: "honoka", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        margin-bottom: 3%; }
        @media (min-width: 768px) {
          #employmen .representative_wrap .representative_txt .main_txt {
            font-size: calc( 2.5rem + ( 1vw - 7.68px ) * 3.4722222222 ); } }
        @media (min-width: 1200px) {
          #employmen .representative_wrap .representative_txt .main_txt {
            font-size: 4rem; } }
      #employmen .representative_wrap .representative_txt .sab_txt {
        font-size: 1.4rem;
        text-align: justify;
        letter-spacing: 0.1em; }
        @media (min-width: 768px) {
          #employmen .representative_wrap .representative_txt .sab_txt {
            font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
        @media (min-width: 1200px) {
          #employmen .representative_wrap .representative_txt .sab_txt {
            font-size: 1.6rem; } }
      #employmen .representative_wrap .representative_txt .representative_name {
        text-align: right;
        font-size: 2rem;
        font-family: "honoka", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        margin-bottom: 5%; }
        @media (min-width: 768px) {
          #employmen .representative_wrap .representative_txt .representative_name {
            font-size: calc( 2rem + ( 1vw - 7.68px ) * 1.1574074074 ); } }
        @media (min-width: 1200px) {
          #employmen .representative_wrap .representative_txt .representative_name {
            font-size: 2.5rem; } }
        #employmen .representative_wrap .representative_txt .representative_name .representative {
          font-size: 1.2rem;
          font-family: "kanjyuku", YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif";
          padding-right: 7%; }
          @media (min-width: 768px) {
            #employmen .representative_wrap .representative_txt .representative_name .representative {
              font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0 ); } }
          @media (min-width: 1200px) {
            #employmen .representative_wrap .representative_txt .representative_name .representative {
              font-size: 1.2rem; } }
  #employmen .contents_wrap {
    font-family: "ヒラギノ角ゴ Pro"; }
    #employmen .contents_wrap .contents_title {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 5%; }
      @media (min-width: 768px) {
        #employmen .contents_wrap .contents_title {
          font-size: calc( 1.6rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
      @media (min-width: 1200px) {
        #employmen .contents_wrap .contents_title {
          font-size: 1.8rem; } }
    #employmen .contents_wrap table {
      width: 100%;
      margin-bottom: 15%; }
      #employmen .contents_wrap table tbody {
        border-top: solid 1px #8d0000; }
        #employmen .contents_wrap table tbody tr {
          font-size: 1.2rem;
          border-bottom: solid 1px #8d0000;
          color: #444444;
          font-weight: bold; }
          @media (min-width: 768px) {
            #employmen .contents_wrap table tbody tr {
              font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.6944444444 ); } }
          @media (min-width: 1200px) {
            #employmen .contents_wrap table tbody tr {
              font-size: 1.5rem; } }
          #employmen .contents_wrap table tbody tr th {
            border-right: solid 1px #8d0000;
            padding: 2% 0 0;
            width: 120px; }
          #employmen .contents_wrap table tbody tr td {
            text-align: justify;
            padding: 2% 4%; }
  #employmen .contact_box {
    font-size: 2rem;
    text-align: center;
    transition: 0.3s;
    margin: 0 auto;
    background: rgba(141, 0, 0, 0.8);
    color: #fff;
    padding: 0.5%;
    width: 100%;
    max-width: 550px; }
    @media (min-width: 768px) {
      #employmen .contact_box {
        font-size: calc( 2rem + ( 1vw - 7.68px ) * 1.1574074074 ); } }
    @media (min-width: 1200px) {
      #employmen .contact_box {
        font-size: 2.5rem; } }
    #employmen .contact_box a {
      display: block;
      border: solid 1px #fff;
      width: 99.5%;
      padding: 10% 0;
      margin: auto; }
    #employmen .contact_box:hover {
      transition: 0.3s;
      background: #fff;
      background: rgba(255, 255, 255, 0.8);
      color: #8d0000; }
      #employmen .contact_box:hover a {
        border: solid 1px #8d0000; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #contents {
    margin-top: 80px !important; }

  #mainimg .img {
    height: auto; }
    #mainimg .img img {
      position: static;
      transform: none;
      width: 100%;
      height: auto; }

  #info .flex_wrap .left_wrap {
    flex: 0 1 65%;
    width: 65%;
    max-width: 65%;
    color: #fff; }
    #info .flex_wrap .left_wrap .txt_box {
      margin: 10% 0; }
  #info .flex_wrap .right_box {
    flex: 0 1 33%;
    width: 33%;
    max-width: 33%;
    margin: 0; }
    #info .flex_wrap .right_box .img_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      transform: rotateZ(5deg);
      text-align: center;
      margin-bottom: 15%; }
      #info .flex_wrap .right_box .img_box img {
        border: solid 4px #fff;
        width: 75%; }
      #info .flex_wrap .right_box .img_box.rotation {
        transform: rotateZ(-5deg); }
  #info .more {
    padding-bottom: 6%; }
    #info .more img {
      width: 50px; }
    #info .more .more_txt {
      top: -15%;
      right: 30%; }
    #info .more:before {
      bottom: 10px; }

  #employmen {
    background: url("/img/home/txt_back_img_pc.png") repeat; }
    #employmen .flex_wrap {
      padding: 10% 0; }
      #employmen .flex_wrap .btn_wrap {
        flex: 0 1 47%;
        width: 47%;
        max-width: 47%;
        border: solid 1px #8d0000;
        padding: 1%;
        margin-bottom: 5%;
        transition: 0.3s; }
        #employmen .flex_wrap .btn_wrap a .more {
          padding: 0%;
          width: 13%; }
    #employmen .info_txt {
      padding: 1% 4%;
      width: 40%;
      max-width: 500px; }
      #employmen .info_txt figure {
        display: inline-block; }
      #employmen .info_txt span {
        padding-left: 10px; }
    #employmen .representative_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #employmen .representative_wrap .img_box {
        flex: 0 1 46%;
        width: 46%;
        max-width: 46%;
        text-align: left;
        width: 70%; }
        #employmen .representative_wrap .img_box img {
          box-shadow: 0px 0px 10px #000;
          width: 70%; }
      #employmen .representative_wrap .representative_txt {
        flex: 0 1 50%;
        width: 50%;
        max-width: 50%;
        margin-bottom: 10%; }
        #employmen .representative_wrap .representative_txt .main_txt {
          margin-bottom: 10%; }
        #employmen .representative_wrap .representative_txt .sab_txt {
          margin-bottom: 10%; }
    #employmen .contents_wrap .contents_title {
      margin-bottom: 2%; }
    #employmen .contents_wrap table {
      width: 100%;
      margin-bottom: 15%; }
      #employmen .contents_wrap table tbody tr th {
        padding: 2%; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #mainimg {
    height: 150vh; }

  #info .more:before {
    bottom: 30px; }

  #employmen .contents_wrap table tbody tr th {
    width: 170px; } }
/*------------------------------
		1280px以上
------------------------------*/
