@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトで使う黒カラー*/
/* メインカラー*/
/* font */
/* margin */
/* other */
/*transition-timing-function*/
@media screen and (max-width: 980px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; }
  .en {
    font-family: "Merriweather", serif; }
  ul li {
    list-style-type: none; }
  .header.header_recruit .h_inner nav {
    margin-right: 0; }
  .header.header_recruit .forHeaderPC {
    width: calc(100% - 260px); }
    .header.header_recruit .forHeaderPC .nav_inner {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-left: 20px; }
      .header.header_recruit .forHeaderPC .nav_inner .toCop {
        padding-right: 40px; }
  .header.rec_index_head {
    background: #fff; }
    .header.rec_index_head.isScroll {
      background: #fff; }
  .header.rec_not_index_head {
    background: #fff; }
    .header.rec_not_index_head.isScroll {
      background: #fff; }
  .footer {
    background-color: #373737;
    padding: 40px 0 30px;
    width: 100%; }
    .footer .f_inner a,
    .footer .f_inner p {
      color: #fff; }
    .footer .f_inner .f_top {
      padding-bottom: 40px; }
      .footer .f_inner .f_top .logo {
        text-align: center; }
        .footer .f_inner .f_top .logo img {
          width: 180px; }
      .footer .f_inner .f_top .logo_title {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px; }
      .footer .f_inner .f_top .f_info {
        font-size: 14px;
        line-height: 1.85;
        margin-top: 15px;
        text-align: center; }
      .footer .f_inner .f_top .tel {
        text-decoration: none;
        display: block;
        margin-top: 10px; }
      .footer .f_inner .f_top .f_menu {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        .footer .f_inner .f_top .f_menu dl {
          width: 100%;
          border-bottom: 1px solid #5663a6; }
          .footer .f_inner .f_top .f_menu dl dt a {
            color: #fff;
            text-decoration: none;
            display: flex;
            align-items: center;
            width: 100%;
            height: 50px;
            padding-left: 1em; }
          .footer .f_inner .f_top .f_menu dl.harf {
            width: 50%; }
            .footer .f_inner .f_top .f_menu dl.harf dt:nth-of-type(odd) {
              border-right: 1px solid #5663a6; }
            .footer .f_inner .f_top .f_menu dl.harf dt a {
              padding: 0;
              justify-content: center; }
          .footer .f_inner .f_top .f_menu dl dt.parent {
            display: flex; }
            .footer .f_inner .f_top .f_menu dl dt.parent a {
              flex: 1; }
            .footer .f_inner .f_top .f_menu dl dt.parent span {
              width: 50px;
              height: 50px;
              display: block;
              border-left: 1px solid #5663a6;
              position: relative; }
              .footer .f_inner .f_top .f_menu dl dt.parent span:after, .footer .f_inner .f_top .f_menu dl dt.parent span:before {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                background-color: #fff;
                position: absolute;
                top: 24px;
                left: 15px; }
              .footer .f_inner .f_top .f_menu dl dt.parent span:before {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                transition: all .3s; }
              .footer .f_inner .f_top .f_menu dl dt.parent span.isOpen:before {
                -webkit-transform: rotate(0);
                        transform: rotate(0); }
          .footer .f_inner .f_top .f_menu dl dt.no_child a {
            position: relative;
            display: block;
            height: 50px;
            display: flex;
            align-items: center; }
            .footer .f_inner .f_top .f_menu dl dt.no_child a:after {
              content: "";
              display: block;
              width: 7px;
              height: 7px;
              border-top: 2px solid #fff;
              border-right: 2px solid #fff;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 22px;
              margin: auto 0;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); }
          .footer .f_inner .f_top .f_menu dl dd {
            display: none; }
            .footer .f_inner .f_top .f_menu dl dd ul {
              display: flex;
              flex-wrap: wrap; }
              .footer .f_inner .f_top .f_menu dl dd ul li {
                width: 50%;
                background-color: #5663a6;
                margin-top: 1px; }
                .footer .f_inner .f_top .f_menu dl dd ul li:nth-of-type(odd) {
                  border-right: 1px solid #b7121f; }
                .footer .f_inner .f_top .f_menu dl dd ul li a {
                  display: flex;
                  align-items: center;
                  width: 100%;
                  height: 50px;
                  color: #fff;
                  text-decoration: none;
                  padding: 0 1em; }
    .footer .f_btm {
      border-top: 1px solid #fff; }
      .footer .f_btm .f_btm_in {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        padding: 0 25px; }
    .footer .copyright {
      width: 100%;
      color: #fff;
      text-align: center;
      margin-top: 10px;
      order: 1; }
    .footer .f_btm_menu {
      width: auto;
      margin-top: 20px;
      order: 0;
      margin-left: 10px;
      margin-right: 10px; }
      .footer .f_btm_menu ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .footer .f_btm_menu ul li {
          position: relative;
          text-align: left;
          flex-basis: 50%;
          margin-bottom: 10px; }
          .footer .f_btm_menu ul li::before {
            display: none; }
          .footer .f_btm_menu ul li:last-child {
            flex-basis: 100%; }
            .footer .f_btm_menu ul li:last-child::before {
              content: none; }
          .footer .f_btm_menu ul li a {
            color: #fff;
            font-size: 13px;
            text-decoration: none; }
  .footer_recruit.footer .f_inner .logo_title {
    display: none !important; }
  .footer_recruit.footer .f_inner .logo img {
    width: 266px; }
  .footer_recruit.footer .f_inner .rec_f_right {
    display: none; }
  #pagetop {
    background-color: #b7121f;
    color: #fff;
    font-family: "Merriweather", serif;
    text-align: center;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer;
    padding: 40px 8px 20px; }
    #pagetop:hover {
      background-color: #fff;
      color: #b7121f; }
      #pagetop:hover span::before {
        border-color: #b7121f; }
    #pagetop span {
      position: relative;
      font-size: 14px; }
      #pagetop span::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
        transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
        position: absolute;
        top: -15px;
        left: 50%;
        z-index: 2; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; }
  .pB20 {
    padding-bottom: 20px; }
  .clear {
    overflow: hidden;
    clear: both; } }

@media print, screen and (min-width: 981px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; }
  .en {
    font-family: "Merriweather", serif; }
  ul li {
    list-style-type: none; }
  .header.header_recruit .h_inner nav {
    margin-right: 0; }
  .header.header_recruit .forHeaderPC {
    width: calc(100% - 260px); }
    .header.header_recruit .forHeaderPC .nav_inner {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-left: 20px; }
      .header.header_recruit .forHeaderPC .nav_inner .toCop {
        padding-right: 40px; }
  .header.rec_index_head {
    background: none; }
    .header.rec_index_head.isScroll {
      background: #fff; }
  .header.rec_not_index_head {
    background: #fff; }
    .header.rec_not_index_head.isScroll {
      background: #fff; }
  .footer {
    background-color: #373737; }
    .footer .f_inner {
      padding: 60px 10px 50px;
      max-width: 1020px;
      width: 95%;
      margin: 0 auto; }
      .footer .f_inner .f_top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .footer .f_inner .f_top .f_info {
          line-height: 1.85;
          font-weight: normal; }
        .footer .f_inner .f_top .credit {
          font-size: 14px;
          font-weight: bold;
          width: 300px; }
          .footer .f_inner .f_top .credit .logo {
            width: 208px; }
            .footer .f_inner .f_top .credit .logo svg {
              width: 100%;
              height: auto;
              fill: #fff; }
          .footer .f_inner .f_top .credit h2 {
            font-size: 15px;
            font-weight: 400;
            color: #fff;
            margin-top: 28px; }
          .footer .f_inner .f_top .credit p {
            font-size: 14px;
            color: #fff;
            line-height: 1.8;
            color: #fff;
            margin-top: 15px; }
        .footer .f_inner .f_top .f_menu_wrap {
          display: flex;
          flex-wrap: wrap; }
      .footer .f_inner .f_menu:not(:last-child) {
        width: 245px; }
      .footer .f_inner .f_menu dl dt a {
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-decoration: none; }
        .footer .f_inner .f_menu dl dt a:hover {
          text-decoration: underline; }
      .footer .f_inner .f_menu dl dd ul li {
        margin-top: 15px; }
        .footer .f_inner .f_menu dl dd ul li a {
          font-size: 13px;
          text-decoration: none;
          color: #fff;
          display: block;
          position: relative;
          padding-left: 20px; }
          .footer .f_inner .f_menu dl dd ul li a:before {
            content: "";
            display: block;
            width: 10px;
            height: 1px;
            background-color: #b7121f;
            position: absolute;
            left: 0;
            top: 10px; }
          .footer .f_inner .f_menu dl dd ul li a:hover {
            text-decoration: underline; }
      .footer .f_inner .f_menu dl + dl {
        margin-top: 12px; }
      .footer .f_inner .tel {
        color: #fff;
        text-decoration: none; }
    .footer .f_btm {
      border-top: 1px solid #707070; }
      .footer .f_btm .f_btm_in {
        max-width: 1020px;
        width: 95%;
        padding: 16px 10px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
      .footer .f_btm .copyright {
        color: #fff;
        font-size: 13px; }
      .footer .f_btm .f_btm_menu ul {
        display: flex; }
        .footer .f_btm .f_btm_menu ul li {
          position: relative;
          text-align: center; }
          .footer .f_btm .f_btm_menu ul li::before {
            content: "";
            background-color: #fff;
            display: block;
            position: absolute;
            width: 1px;
            height: 12px;
            top: calc(50% + 2px);
            right: -40px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .footer .f_btm .f_btm_menu ul li:not(:last-child) {
            margin-right: 70px; }
          .footer .f_btm .f_btm_menu ul li:last-child::before {
            content: none; }
          .footer .f_btm .f_btm_menu ul li a {
            color: #fff;
            font-size: 13px;
            text-decoration: none; }
  .footer_recruit.footer .f_inner .logo_title {
    display: none !important; }
  .footer_recruit.footer .f_inner .logo img {
    width: 266px; }
  .footer_recruit.footer .f_inner .f_top {
    display: block;
    overflow: hidden; }
    .footer_recruit.footer .f_inner .f_top .credit {
      float: left; }
    .footer_recruit.footer .f_inner .f_top .rec_f_right {
      float: right;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      width: 500px; }
      .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f1 ul li {
        margin-bottom: 40px;
        display: inline-block;
        margin: 0 0 0 40px; }
        .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f1 ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 15px;
          display: block;
          position: relative; }
          .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f1 ul li a:after {
            display: block;
            content: "";
            width: 0;
            height: 2px;
            background-color: #b7121f;
            position: absolute;
            bottom: -18px;
            left: 0;
            transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72); }
          .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f1 ul li a:hover:after {
            width: 100%; }
          .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f1 ul li a.now {
            color: #b7121f; }
            .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f1 ul li a.now:after {
              width: 100%; }
      .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f2 ul li {
        margin-bottom: 7px;
        background: #fff; }
        .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f2 ul li a {
          display: block;
          color: #fff;
          padding: 10px;
          background: #000;
          text-decoration: none;
          text-align: center; }
          .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f2 ul li a:hover {
            color: #ccc; }
        .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f2 ul li.fresh a {
          background: #b7121f; }
        .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f2 ul li.carrer a {
          background: #d12f2f; }
        .footer_recruit.footer .f_inner .f_top .rec_f_right .rec_f2 ul li.form a {
          background: #0fa29a; }
  #pagetop {
    background-color: #b7121f;
    color: #fff;
    font-family: "Merriweather", serif;
    text-align: center;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer;
    padding: 32px 10px 12px; }
    #pagetop:hover {
      background-color: #fff;
      color: #b7121f; }
      #pagetop:hover span::before {
        border-color: #b7121f; }
    #pagetop span {
      position: relative; }
      #pagetop span::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
        transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
        position: absolute;
        top: -15px;
        left: 50%;
        z-index: 2; }
  .pc_mT15 {
    margin-top: 15px !important; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; }
  .pB20 {
    padding-bottom: 20px; }
  .clear {
    overflow: hidden;
    clear: both; } }

@media screen and (max-width: 1200px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; }
  .en {
    font-family: "Merriweather", serif; }
  ul li {
    list-style-type: none; }
  a[href^="tel:"] {
    pointer-events: none; }
  .header {
    background-color: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72) all; }
    .header .h_inner {
      width: 100%;
      height: 60px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header .h_inner .logo {
        margin-left: 15px;
        position: relative;
        z-index: 10; }
        .header .h_inner .logo {
          display: flex;
          align-items: center;
          text-decoration: none; }
          .header .h_inner .logo img {
            display: inline-block;
            margin-right: 10px;
            width: 180px; }
          .header .h_inner .logo .logo_text {
            color: #000;
            font-size: 16px;
            font-weight: bold;
            transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
            text-decoration: none; }
            .header .h_inner .logo .logo_text .rec_txt {
              color: orange;
              margin-left: 8px; }
          .header .h_inner .logo a.logo_img img {
            width: auto;
            height: 38px; }
        .header .h_inner .logo.show_logo svg {
          fill: #fff !important; }
      .header .h_inner #menubtn {
        width: 60px;
        height: 60px;
        background-color: #b7121f;
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0; }
        .header .h_inner #menubtn span {
          width: 30px;
          height: 2px;
          background-color: #fff;
          border-radius: 50px;
          position: absolute;
          right: 15px;
          transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 0.72); }
          .header .h_inner #menubtn span:nth-of-type(1) {
            top: 22px;
            width: 30px; }
          .header .h_inner #menubtn span:nth-of-type(2) {
            top: 29px;
            width: 22px; }
          .header .h_inner #menubtn span:nth-of-type(3) {
            top: 36px;
            width: 14px; }
        .header .h_inner #menubtn.isOpen span {
          width: 30px; }
          .header .h_inner #menubtn.isOpen span:nth-of-type(1) {
            top: 30px;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          .header .h_inner #menubtn.isOpen span:nth-of-type(2) {
            opacity: 0; }
          .header .h_inner #menubtn.isOpen span:nth-of-type(3) {
            top: 30px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
      .header .h_inner nav {
        position: fixed;
        width: 100%;
        margin: 60px auto 0;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.9);
        top: 0;
        right: -100%;
        -webkit-transform-origin: top;
                transform-origin: top;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        z-index: 4;
        transition: all .3s;
        padding: 32px 0 24px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .header .h_inner nav::-webkit-scrollbar {
          display: none; }
        .header .h_inner nav.isOpen {
          right: 0; }
        .header .h_inner nav .nav_inner .g_nav_list > li {
          position: relative; }
          .header .h_inner nav .nav_inner .g_nav_list > li + li {
            margin-top: 6px; }
          .header .h_inner nav .nav_inner .g_nav_list > li a {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            display: block;
            line-height: 1;
            padding: 18px 45px; }
        .header .h_inner nav .nav_inner .g_nav_list .parent_list::after {
          border: none; }
        .header .h_inner nav .nav_inner .g_nav_list .parent_list .child {
          display: none;
          margin-top: 16px;
          margin-bottom: 30px; }
          .header .h_inner nav .nav_inner .g_nav_list .parent_list .child li {
            margin-top: 0;
            padding-left: 25px; }
            .header .h_inner nav .nav_inner .g_nav_list .parent_list .child li + li {
              margin-top: 30px; }
            .header .h_inner nav .nav_inner .g_nav_list .parent_list .child li a {
              font-size: 15px;
              font-weight: normal;
              display: block;
              position: relative;
              padding: 0 18px 0 46px; }
              .header .h_inner nav .nav_inner .g_nav_list .parent_list .child li a::before {
                content: "";
                background-color: #b7121f;
                display: block;
                position: absolute;
                width: 0;
                height: 2px;
                top: 50%;
                left: 20px;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72); }
            .header .h_inner nav .nav_inner .g_nav_list .parent_list .child li.show_border a::before {
              width: 15px; }
          .header .h_inner nav .nav_inner .g_nav_list .parent_list .child-ttl {
            display: block;
            padding: 18px 30px; }
        .header .h_inner nav .nav_btm {
          margin-top: 40px; }
          .header .h_inner nav .nav_btm .g_contact a {
            background-color: #b7121f;
            color: #fff;
            border-radius: 50px;
            font-size: 16px;
            margin: auto;
            padding: 21px 20px;
            line-height: 1;
            width: 285px;
            text-align: center;
            text-decoration: none;
            display: block; }
            .header .h_inner nav .nav_btm .g_contact a:hover::after {
              content: none; }
          .header .h_inner nav .nav_btm .g_entry {
            padding: 10px 20px; }
            .header .h_inner nav .nav_btm .g_entry a {
              background-color: #b7121f;
              color: #fff;
              border-radius: 50px;
              font-size: 16px;
              margin: auto;
              padding: 21px 20px;
              width: 285px;
              text-align: center;
              text-decoration: none;
              display: block;
              line-height: 1; }
              .header .h_inner nav .nav_btm .g_entry a:hover::after {
                content: none; }
            .header .h_inner nav .nav_btm .g_entry_fresh a {
              background: #b7121f; }
            .header .h_inner nav .nav_btm .g_entry_carrer a {
              background: #0fa29a; }
            .header .h_inner nav .nav_btm .g_entry_form a {
              background: #0fa29a; }
          .header .h_inner nav .nav_btm .copyright {
            color: #fff;
            text-align: center;
            margin-top: 35px; }
        .header .h_inner nav .plus_icon {
          position: relative;
          display: block;
          width: 100px;
          height: 58px;
          position: absolute;
          top: 0px;
          right: 0;
          z-index: 10; }
          .header .h_inner nav .plus_icon::before, .header .h_inner nav .plus_icon::after {
            content: '';
            display: block;
            width: 18px;
            height: 2px;
            background: #fff;
            position: absolute;
            right: 50px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .header .h_inner nav .plus_icon::before {
            transition: 0.3s -webkit-transform cubic-bezier(0.25, 0.1, 0, 0.72);
            transition: 0.3s transform cubic-bezier(0.25, 0.1, 0, 0.72);
            transition: 0.3s transform cubic-bezier(0.25, 0.1, 0, 0.72), 0.3s -webkit-transform cubic-bezier(0.25, 0.1, 0, 0.72); }
          .header .h_inner nav .plus_icon::after {
            -webkit-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg);
            transition: 0.6s -webkit-transform cubic-bezier(0.25, 0.1, 0, 0.72);
            transition: 0.6s transform cubic-bezier(0.25, 0.1, 0, 0.72);
            transition: 0.6s transform cubic-bezier(0.25, 0.1, 0, 0.72), 0.6s -webkit-transform cubic-bezier(0.25, 0.1, 0, 0.72); }
          .header .h_inner nav .plus_icon.active::before {
            -webkit-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg); }
          .header .h_inner nav .plus_icon.active::after {
            -webkit-transform: translateY(-50%) rotate(720deg);
                    transform: translateY(-50%) rotate(720deg); }
    .header.header_recruit .h_inner nav {
      margin-right: 0; }
    .header.header_recruit .forHeaderPC {
      width: calc(100% - 260px); }
      .header.header_recruit .forHeaderPC .nav_inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 20px; }
        .header.header_recruit .forHeaderPC .nav_inner .toCop {
          padding-right: 40px; }
    .header.rec_index_head.isScroll {
      background: #fff; }
    .header.rec_not_index_head {
      background: #fff; }
      .header.rec_not_index_head.isScroll {
        background: #fff; }
  .footer {
    background-color: #373737; }
  .footer_recruit.footer .f_inner .logo_title {
    display: none !important; }
  .footer_recruit.footer .f_inner .logo img {
    width: 266px; }
  #pagetop {
    background-color: #b7121f;
    color: #fff;
    font-family: "Merriweather", serif;
    text-align: center;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer; }
    #pagetop:hover {
      background-color: #fff;
      color: #b7121f; }
      #pagetop:hover span::before {
        border-color: #b7121f; }
    #pagetop span {
      position: relative; }
      #pagetop span::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
        transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
        position: absolute;
        top: -15px;
        left: 50%;
        z-index: 2; }
  /* ココから下には記入禁止 */
  .forHeaderPC {
    display: none !important; }
  .pB20 {
    padding-bottom: 20px; }
  .clear {
    overflow: hidden;
    clear: both; } }

@media print, screen and (min-width: 1201px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif; }
  .en {
    font-family: "Merriweather", serif; }
  ul li {
    list-style-type: none; }
  .header {
    width: 100%;
    height: 104px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72); }
    .header.isScroll {
      background-color: #fff;
      box-shadow: 2px 0px 4px 2px rgba(0, 0, 0, 0.05); }
      .header.isScroll .logo_text {
        color: #000 !important; }
      .header.isScroll nav.forHeaderPC .nav_inner .g_nav_list:first-child li:not(.g_contact) a {
        color: #000 !important; }
      .header.isScroll nav.forHeaderPC .nav_inner .g_nav_list li.toCop a {
        color: #000 !important; }
    .header .h_inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header .h_inner .logo {
        margin-left: 35px;
        transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72); }
        .header .h_inner .logo svg {
          width: 180px;
          height: 80px;
          fill: #b7121f;
          transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72); }
        .header .h_inner .logo {
          display: flex;
          align-items: center;
          text-decoration: none; }
          .header .h_inner .logo img {
            display: inline-block;
            margin-right: 15px; }
          .header .h_inner .logo .logo_text {
            color: #fff;
            font-size: 22px;
            font-weight: bold;
            transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
            text-decoration: none; }
            .header .h_inner .logo .logo_text .rec_txt {
              color: orange;
              margin-left: 8px; }
          .header .h_inner .logo a.logo_img img {
            width: 145px;
            height: 53px; }
      .header .h_inner #menubtn {
        display: none; }
      .header .h_inner nav {
        margin-right: 30px;
        height: 104px; }
        .header .h_inner nav .nav_inner .g_nav_list {
          display: flex;
          align-items: center; }
          .header .h_inner nav .nav_inner .g_nav_list li {
            padding: 35px 25px;
            transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72); }
            .header .h_inner nav .nav_inner .g_nav_list li a {
              display: block;
              text-decoration: none;
              display: flex;
              align-items: center;
              font-size: 15px;
              font-weight: 500;
              color: #fff;
              position: relative;
              transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72); }
              .header .h_inner nav .nav_inner .g_nav_list li a:after {
                display: block;
                content: "";
                width: 0;
                height: 2px;
                background-color: #b7121f;
                position: absolute;
                bottom: -18px;
                left: 0;
                transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72); }
              .header .h_inner nav .nav_inner .g_nav_list li a:hover:after {
                width: 100%; }
              .header .h_inner nav .nav_inner .g_nav_list li a.now {
                color: #b7121f !important; }
                .header .h_inner nav .nav_inner .g_nav_list li a.now:after {
                  width: 100%; }
            .header .h_inner nav .nav_inner .g_nav_list li.g_contact a {
              background-color: #b7121f;
              color: #fff;
              border: 2px solid transparent;
              border-radius: 50px;
              display: block;
              padding: 10px 20px;
              width: 184px;
              text-align: center;
              transition: 0.3s background cubic-bezier(0.25, 0.1, 0, 0.72), 0.3s color cubic-bezier(0.25, 0.1, 0, 0.72); }
              .header .h_inner nav .nav_inner .g_nav_list li.g_contact a:hover {
                background-color: #fff;
                border-color: #b7121f;
                color: #b7121f; }
                .header .h_inner nav .nav_inner .g_nav_list li.g_contact a:hover::after {
                  content: none; }
            .header .h_inner nav .nav_inner .g_nav_list li.g_entry {
              width: 104px;
              height: 104px;
              padding: 0;
              text-align: center; }
              .header .h_inner nav .nav_inner .g_nav_list li.g_entry a {
                color: #fff !important;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 100%; }
                .header .h_inner nav .nav_inner .g_nav_list li.g_entry a:after {
                  display: none; }
                .header .h_inner nav .nav_inner .g_nav_list li.g_entry a:hover {
                  opacity: 0.7; }
              .header .h_inner nav .nav_inner .g_nav_list li.g_entry_fresh {
                background: #b7121f; }
              .header .h_inner nav .nav_inner .g_nav_list li.g_entry_carrer {
                background: #0fa29a; }
              .header .h_inner nav .nav_inner .g_nav_list li.g_entry_form {
                background: #0fa29a; }
    .header.header_recruit .h_inner nav {
      margin-right: 0; }
    .header.header_recruit .forHeaderPC {
      width: calc(100% - 260px); }
      .header.header_recruit .forHeaderPC .nav_inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 20px; }
        .header.header_recruit .forHeaderPC .nav_inner .toCop {
          padding-right: 40px; }
    .header.rec_index_head.isScroll {
      background: #fff; }
    .header.rec_not_index_head {
      background: #fff; }
      .header.rec_not_index_head.isScroll {
        background: #fff; }
  .footer {
    background-color: #373737; }
  .footer_recruit.footer .f_inner .logo_title {
    display: none !important; }
  .footer_recruit.footer .f_inner .logo img {
    width: 266px; }
  #pagetop {
    background-color: #b7121f;
    color: #fff;
    font-family: "Merriweather", serif;
    text-align: center;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer; }
    #pagetop:hover {
      background-color: #fff;
      color: #b7121f; }
      #pagetop:hover span::before {
        border-color: #b7121f; }
    #pagetop span {
      position: relative; }
      #pagetop span::before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-45deg);
        transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
        position: absolute;
        top: -15px;
        left: 50%;
        z-index: 2; }
  /* ココから下には記入禁止 */
  .forHeaderSP {
    display: none !important; }
  .pB20 {
    padding-bottom: 20px; }
  .clear {
    overflow: hidden;
    clear: both; } }

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