@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
リクルート
---------------------------------------------------------------------------------------------------------------------
*/
.recruit-menu {
  max-width: 1600px;
  width: 90%;
  margin: 40px auto 0; }
  @media (min-width: 1024px) {
    .recruit-menu {
      width: 94%; } }
  .recruit-menu ul li {
    display: inline-block;
    margin: 0 20px 10px 0; }
    @media (min-width: 1024px) {
      .recruit-menu ul li {
        margin-right: 30px; } }
    .recruit-menu ul li:last-child {
      margin-right: 10px; }
    .recruit-menu ul li a {
      display: flex;
      align-items: center;
      position: relative; }
      .recruit-menu ul li a:hover p::after {
        transform-origin: left top;
        transform: scale(1, 1); }
      .recruit-menu ul li a p {
        font-size: 0.9em;
        font-weight: 500;
        line-height: 1.0em;
        color: #BB9F7F; }
        @media (min-width: 1024px) {
          .recruit-menu ul li a p {
            font-size: 1.125em; } }
        .recruit-menu ul li a p::after {
          position: absolute;
          bottom: -3px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #BB9F7F;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
      .recruit-menu ul li a img {
        width: 6px;
        transform: rotate(90deg);
        margin: 2px 0 0 8px; }
        @media (min-width: 1024px) {
          .recruit-menu ul li a img {
            margin: 5px 0 0 8px; } }

.a-title {
  color: #fff;
  margin-bottom: -10px;
  padding: 0 0 0 5%; }
  @media (min-width: 1024px) {
    .a-title {
      padding: 0 0 0 3%; } }
  .a-title.alared {
    color: #BC1B21; }
  .a-title.alared2 {
    color: #bb4e30; }
  .a-title.gray {
    color: #EBEBEB; }
  .a-title h2 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    line-height: 1.0em; }
    @media (min-width: 768px) {
      .a-title h2 {
        font-size: 5.0em; } }
    @media (min-width: 1250px) {
      .a-title h2 {
        font-size: 7.8em; } }

.info-common-title {
  text-align: center; }
  .info-common-title.white {
    color: #fff; }
  .info-common-title h3 {
    font-size: 1.125em; }
    @media (min-width: 768px) {
      .info-common-title h3 {
        font-size: 1.37em; } }
    .info-common-title h3.alared {
      color: #BC1B21; }
  .info-common-title h2 {
    font-size: 2.0em;
    line-height: 1.4em;
    margin-top: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em; }
    @media (min-width: 768px) {
      .info-common-title h2 {
        font-size: 2.5em; } }
    @media (min-width: 1250px) {
      .info-common-title h2 {
        font-size: 4.0em; } }
    .info-common-title h2 .alared {
      color: #BC1B21; }

.info-common-title-sab {
  text-align: center; }
  .info-common-title-sab h3 {
    font-size: 1.0em;
    color: #BC1B21; }
    @media (min-width: 768px) {
      .info-common-title-sab h3 {
        font-size: 1.125em; } }
  .info-common-title-sab h2 {
    font-size: 1.55em;
    line-height: 1.4em;
    margin-top: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em; }
    @media (min-width: 768px) {
      .info-common-title-sab h2 {
        font-size: 2.0em; } }
    @media (min-width: 1250px) {
      .info-common-title-sab h2 {
        font-size: 2.5em; } }
    .info-common-title-sab h2 .alared {
      color: #BC1B21; }

/*
---------------------------------------------------------------------------------------------------------------------
理念
---------------------------------------------------------------------------------------------------------------------
*/
#philosohy {
  padding-top: 40px; }
  @media (min-width: 768px) {
    #philosohy {
      padding-top: 100px; } }
  @media (min-width: 1250px) {
    #philosohy {
      padding-top: 140px; } }
  #philosohy .philosophy-card {
    padding: 0 0 0 5%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 1024px) {
      #philosohy .philosophy-card {
        padding: 0 0 0 3%; } }
    #philosohy .philosophy-card .swiper-slide {
      width: 300px;
      height: 560px;
      margin: 0 15px 0 0; }
      @media (min-width: 768px) {
        #philosohy .philosophy-card .swiper-slide {
          width: 440px;
          height: 620px; } }
      @media (min-width: 1250px) {
        #philosohy .philosophy-card .swiper-slide {
          width: 660px;
          height: 660px;
          margin: 0 30px 0 0; } }
      #philosohy .philosophy-card .swiper-slide:last-child {
        margin-right: 3%; }
        @media (min-width: 1024px) {
          #philosohy .philosophy-card .swiper-slide:last-child {
            margin-right: 5%; } }
    #philosohy .philosophy-card .philosophy-box {
      background-color: #fff;
      display: flex;
      height: 100%;
      border-radius: 20px;
      padding: 30px; }
      @media (min-width: 768px) {
        #philosohy .philosophy-card .philosophy-box {
          padding: 40px; } }
      @media (min-width: 1250px) {
        #philosohy .philosophy-card .philosophy-box {
          padding: 80px; } }
      #philosohy .philosophy-card .philosophy-box .title {
        display: flex;
        align-items: center;
        color: #BC1B21; }
        #philosohy .philosophy-card .philosophy-box .title h3 {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.3em;
          line-height: 1.0em; }
          @media (min-width: 768px) {
            #philosohy .philosophy-card .philosophy-box .title h3 {
              font-size: 1.5em; } }
          @media (min-width: 768px) {
            #philosohy .philosophy-card .philosophy-box .title h3 {
              font-size: 2.0em; } }
        #philosohy .philosophy-card .philosophy-box .title h4 {
          font-size: 0.9em;
          line-height: 1.0em;
          margin-left: 10px; }
          @media (min-width: 768px) {
            #philosohy .philosophy-card .philosophy-box .title h4 {
              font-size: 1.0em; } }
          @media (min-width: 768px) {
            #philosohy .philosophy-card .philosophy-box .title h4 {
              font-size: 1.125em; } }
      #philosohy .philosophy-card .philosophy-box h2 {
        font-size: 2.0em;
        line-height: 1.4em;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #philosohy .philosophy-card .philosophy-box h2 {
            font-size: 2.25em; } }
        @media (min-width: 1250px) {
          #philosohy .philosophy-card .philosophy-box h2 {
            font-size: 3.5em;
            margin-top: 40px; } }
      #philosohy .philosophy-card .philosophy-box p {
        font-size: 0.85em;
        line-height: 2.0em;
        text-align: justify;
        margin-top: 20px; }
        @media (min-width: 768px) {
          #philosohy .philosophy-card .philosophy-box p {
            font-size: 1.0em;
            margin-top: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
代表メッセージ
---------------------------------------------------------------------------------------------------------------------
*/
#ceo-message {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding-top: 80px; }
  @media (min-width: 768px) {
    #ceo-message {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    #ceo-message {
      width: 94%; } }
  @media (min-width: 1250px) {
    #ceo-message {
      padding-top: 140px; } }
  #ceo-message .a-title {
    padding: 0; }
  @media (min-width: 768px) {
    #ceo-message .ceo-message-in {
      display: flex; } }
  #ceo-message .ceo-message-in .photo img {
    border-radius: 10px; }
  @media (min-width: 768px) {
    #ceo-message .ceo-message-in .photo {
      width: 30%; } }
  @media (min-width: 1024px) {
    #ceo-message .ceo-message-in .photo {
      width: 30%; } }
  #ceo-message .ceo-message-in .message-txt {
    margin-top: 40px; }
    @media (min-width: 768px) {
      #ceo-message .ceo-message-in .message-txt {
        width: 70%;
        padding-left: 3%;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      #ceo-message .ceo-message-in .message-txt {
        width: 70%;
        display: flex;
        align-items: center;
        margin: auto; } }
    #ceo-message .ceo-message-in .message-txt .message-txt-in .me-title {
      position: relative;
      display: inline-block; }
      #ceo-message .ceo-message-in .message-txt .message-txt-in .me-title img {
        width: 40px;
        position: absolute;
        top: -20px;
        left: -20px;
        z-index: -1; }
        @media (min-width: 1024px) {
          #ceo-message .ceo-message-in .message-txt .message-txt-in .me-title img {
            width: 70px; } }
      #ceo-message .ceo-message-in .message-txt .message-txt-in .me-title h3 {
        font-size: 1.35em; }
        @media (min-width: 1024px) {
          #ceo-message .ceo-message-in .message-txt .message-txt-in .me-title h3 {
            font-size: 2.5em; } }
    #ceo-message .ceo-message-in .message-txt .message-txt-in p {
      font-size: 0.85em;
      text-align: justify;
      line-height: 2.0em;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #ceo-message .ceo-message-in .message-txt .message-txt-in p {
          font-size: 1.0em; } }
      @media (min-width: 1250px) {
        #ceo-message .ceo-message-in .message-txt .message-txt-in p {
          margin-top: 40px; } }
    #ceo-message .ceo-message-in .message-txt .message-txt-in ul li {
      font-size: 0.85em;
      text-align: justify;
      padding-left: 1em;
      text-indent: -1em;
      line-height: 2.0em; }
      @media (min-width: 1024px) {
        #ceo-message .ceo-message-in .message-txt .message-txt-in ul li {
          font-size: 1.0em; } }
    #ceo-message .ceo-message-in .message-txt .message-txt-in h6 {
      font-size: 0.85em;
      text-align: right;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #ceo-message .ceo-message-in .message-txt .message-txt-in h6 {
          font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
カルチャー
---------------------------------------------------------------------------------------------------------------------
*/
#culture {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding-top: 80px; }
  @media (min-width: 768px) {
    #culture {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    #culture {
      width: 94%; } }
  @media (min-width: 1250px) {
    #culture {
      padding-top: 140px; } }
  #culture .a-title {
    padding: 0; }
  #culture .culture-in {
    background: linear-gradient(90deg, #C65F3A, #A61A1D);
    border-radius: 20px;
    padding: 60px 5% 40px; }
    @media (min-width: 768px) {
      #culture .culture-in {
        padding: 100px 5% 80px; } }
    #culture .culture-in .value-guideline {
      margin-top: 40px; }
      @media (min-width: 1250px) {
        #culture .culture-in .value-guideline {
          margin-top: 100px; } }
      @media only screen and (min-width: 1024px) {
        #culture .culture-in .value-guideline .o-4column .col-lg-4 {
          padding: 0; }
        #culture .culture-in .value-guideline .o-4column {
          margin: 0; } }
      #culture .culture-in .value-guideline h4 {
        font-size: 1.35em;
        color: #fff;
        text-align: center;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          #culture .culture-in .value-guideline h4 {
            font-size: 1.75em;
            margin-bottom: 60px; } }
        @media (min-width: 1250px) {
          #culture .culture-in .value-guideline h4 {
            font-size: 2.5em; } }
        #culture .culture-in .value-guideline h4 .border {
          border-bottom: 2px solid #fff; }
      #culture .culture-in .value-guideline .culture-box {
        margin-bottom: 40px;
        padding: 0 15px; }
        @media (min-width: 1250px) {
          #culture .culture-in .value-guideline .culture-box {
            padding: 0 40px; } }
        #culture .culture-in .value-guideline .culture-box .title {
          display: flex;
          align-items: center;
          margin-left: -20px;
          position: relative; }
          @media (min-width: 768px) {
            #culture .culture-in .value-guideline .culture-box .title {
              margin-left: -40px; } }
          #culture .culture-in .value-guideline .culture-box .title h3 {
            font-family: "Anton", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 5.0em;
            color: #BB9F7F; }
            @media (min-width: 768px) {
              #culture .culture-in .value-guideline .culture-box .title h3 {
                font-size: 6.0em; } }
            @media (min-width: 1250px) {
              #culture .culture-in .value-guideline .culture-box .title h3 {
                font-size: 7.6em; } }
          #culture .culture-in .value-guideline .culture-box .title h2 {
            font-size: 1.25em;
            color: #fff;
            position: absolute;
            left: 40px; }
            @media (min-width: 1250px) {
              #culture .culture-in .value-guideline .culture-box .title h2 {
                font-size: 1.45em; } }
            @media (min-width: 1450px) {
              #culture .culture-in .value-guideline .culture-box .title h2 {
                font-size: 1.625em; } }
        #culture .culture-in .value-guideline .culture-box p {
          font-size: 0.9em;
          line-height: 1.8em;
          text-align: justify;
          color: #fff;
          margin-top: 10px; }
          @media (min-width: 1250px) {
            #culture .culture-in .value-guideline .culture-box p {
              font-size: 1.0em;
              margin-top: 30px; } }
    #culture .culture-in .kokoroe {
      background-color: #EBEBEB;
      border-radius: 20px;
      padding: 30px 20px;
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #culture .culture-in .kokoroe {
          display: flex;
          justify-content: space-evenly;
          padding: 40px; } }
      #culture .culture-in .kokoroe .kokoroe-in:last-child {
        margin-top: 20px; }
      @media (min-width: 1024px) {
        #culture .culture-in .kokoroe .kokoroe-in:first-child {
          padding-right: 20px; }
        #culture .culture-in .kokoroe .kokoroe-in:last-child {
          padding-left: 20px;
          margin-top: 0; } }
      #culture .culture-in .kokoroe .kokoroe-in .title {
        display: flex;
        align-items: flex-end; }
        #culture .culture-in .kokoroe .kokoroe-in .title h3 {
          font-size: 1.125em; }
        #culture .culture-in .kokoroe .kokoroe-in .title h4 {
          font-size: 0.9em; }
      @media (min-width: 1024px) {
        #culture .culture-in .kokoroe .kokoroe-in .txt {
          display: flex; } }
      #culture .culture-in .kokoroe .kokoroe-in .txt ul {
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #culture .culture-in .kokoroe .kokoroe-in .txt ul {
            width: 50%;
            margin-top: 20px; }
            #culture .culture-in .kokoroe .kokoroe-in .txt ul:first-child {
              padding-right: 10px; }
            #culture .culture-in .kokoroe .kokoroe-in .txt ul:last-child {
              padding-left: 10px; } }
        #culture .culture-in .kokoroe .kokoroe-in .txt ul li {
          font-size: 0.9em;
          padding-left: 1em;
          text-indent: -1em;
          margin-bottom: 10px; }

/*
---------------------------------------------------------------------------------------------------------------------
成長環境
---------------------------------------------------------------------------------------------------------------------
*/
#growth {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding-top: 80px; }
  @media (min-width: 768px) {
    #growth {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    #growth {
      width: 94%; } }
  @media (min-width: 1250px) {
    #growth {
      padding-top: 140px; } }
  #growth .a-title {
    padding: 0; }
  #growth .growth-in {
    background-color: #fff;
    border-radius: 20px;
    padding: 60px 5% 60px; }
    @media (min-width: 768px) {
      #growth .growth-in {
        padding: 140px 5% 100px; } }
    #growth .growth-in .growth-title .growth-title-in {
      position: sticky;
      top: 160px; }
      #growth .growth-in .growth-title .growth-title-in h3 {
        font-size: 1.0em;
        color: #BC1B21; }
        @media (min-width: 768px) {
          #growth .growth-in .growth-title .growth-title-in h3 {
            font-size: 1.125em; } }
      #growth .growth-in .growth-title .growth-title-in h2 {
        font-size: 1.25em;
        line-height: 1.4em;
        margin-top: 10px; }
        @media (min-width: 768px) {
          #growth .growth-in .growth-title .growth-title-in h2 {
            font-size: 2.0em; } }
        @media (min-width: 1250px) {
          #growth .growth-in .growth-title .growth-title-in h2 {
            font-size: 2.5em; } }
        #growth .growth-in .growth-title .growth-title-in h2 .alared {
          color: #BC1B21; }
    #growth .growth-in .growth-list {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #growth .growth-in .growth-list {
          margin-top: 0; } }
      #growth .growth-in .growth-list .growth-box {
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          #growth .growth-in .growth-list .growth-box {
            margin-bottom: 60px; } }
        #growth .growth-in .growth-list .growth-box:last-child {
          margin-bottom: 0; }
        #growth .growth-in .growth-list .growth-box .number {
          display: flex;
          align-items: center;
          position: relative; }
          #growth .growth-in .growth-list .growth-box .number h4 {
            font-family: "Anton", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 4.0em;
            line-height: 1.0em;
            color: #EBEBEB; }
            @media (min-width: 1024px) {
              #growth .growth-in .growth-list .growth-box .number h4 {
                font-size: 7.6em;
                margin-left: -0.5em; } }
          #growth .growth-in .growth-list .growth-box .number h3 {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 1em;
            display: flex;
            align-items: center;
            font-size: 1.25em; }
            @media (min-width: 1024px) {
              #growth .growth-in .growth-list .growth-box .number h3 {
                left: 0;
                font-size: 1.6em; } }
        #growth .growth-in .growth-list .growth-box p {
          font-size: 0.85em;
          text-align: justify; }
          @media (min-width: 768px) {
            #growth .growth-in .growth-list .growth-box p {
              font-size: 0.9em; } }
        #growth .growth-in .growth-list .growth-box ul {
          margin-top: 20px;
          display: flex; }
          #growth .growth-in .growth-list .growth-box ul li {
            margin-right: 14px; }
            @media (min-width: 768px) {
              #growth .growth-in .growth-list .growth-box ul li {
                margin-right: 20px; } }
            #growth .growth-in .growth-list .growth-box ul li:last-child {
              margin-right: 0; }
            #growth .growth-in .growth-list .growth-box ul li a {
              display: flex;
              align-items: center; }
              #growth .growth-in .growth-list .growth-box ul li a:hover p::after {
                transform-origin: left top;
                transform: scale(1, 1); }
              #growth .growth-in .growth-list .growth-box ul li a p {
                font-size: 0.8em;
                line-height: 1.2em;
                color: #BC1B21;
                position: relative; }
                @media (min-width: 768px) {
                  #growth .growth-in .growth-list .growth-box ul li a p {
                    font-size: 1.0em; } }
                #growth .growth-in .growth-list .growth-box ul li a p::after {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #BC1B21;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
              #growth .growth-in .growth-list .growth-box ul li a img {
                width: 6px;
                margin: 3px 0 0 5px; }
      #growth .growth-in .growth-list .more {
        float: right; }
        @media (min-width: 1024px) {
          #growth .growth-in .growth-list .more {
            margin-top: -20px; } }
        #growth .growth-in .growth-list .more a {
          display: flex;
          align-items: center; }
          #growth .growth-in .growth-list .more a:hover p::after {
            transform-origin: left top;
            transform: scale(1, 1); }
          #growth .growth-in .growth-list .more a p {
            font-size: 0.85em;
            line-height: 1.2em;
            color: #A0A0A0;
            position: relative; }
            @media (min-width: 768px) {
              #growth .growth-in .growth-list .more a p {
                font-size: 0.9em; } }
            #growth .growth-in .growth-list .more a p::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #A0A0A0;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
          #growth .growth-in .growth-list .more a img {
            width: 6px;
            margin: 1px 0 0 5px; }
    #growth .growth-in .skill, #growth .growth-in .career {
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #growth .growth-in .skill, #growth .growth-in .career {
          display: flex;
          margin-top: 140px; } }
      @media (min-width: 1024px) {
        #growth .growth-in .skill .growth-title, #growth .growth-in .career .growth-title {
          width: 45%; } }
      @media (min-width: 1024px) {
        #growth .growth-in .skill .growth-list, #growth .growth-in .career .growth-list {
          width: 50%;
          padding-left: 10%; } }
    #growth .growth-in .system-salary {
      padding-top: 100px; }
      @media (min-width: 1024px) {
        #growth .growth-in .system-salary {
          padding-top: 180px; } }
      #growth .growth-in .system-salary .txt {
        margin: 20px auto;
        max-width: 600px; }
        @media (min-width: 768px) {
          #growth .growth-in .system-salary .txt {
            margin: 40px auto; } }
        #growth .growth-in .system-salary .txt p {
          font-size: 0.85em;
          line-height: 2.0em;
          text-align: justify; }
          @media (min-width: 768px) {
            #growth .growth-in .system-salary .txt p {
              font-size: 0.9em; } }
      #growth .growth-in .system-salary .system {
        margin: 80px auto 0; }
        @media only screen and (min-width: 1024px) {
          #growth .growth-in .system-salary .system .o-4column .col-lg-4 {
            padding: 0 10px; }
          #growth .growth-in .system-salary .system .o-4column {
            margin: 0 -10px; } }
        @media only screen and (min-width: 1250px) {
          #growth .growth-in .system-salary .system .o-4column .col-lg-4 {
            padding: 0 20px; }
          #growth .growth-in .system-salary .system .o-4column {
            margin: 0 -20px; } }
        #growth .growth-in .system-salary .system .system-box {
          margin-bottom: 20px; }
          @media (min-width: 1024px) {
            #growth .growth-in .system-salary .system .system-box {
              margin-bottom: 0; } }
          #growth .growth-in .system-salary .system .system-box .title {
            display: flex; }
            #growth .growth-in .system-salary .system .system-box .title h3 {
              font-size: 1.25em; }
              @media (min-width: 768px) {
                #growth .growth-in .system-salary .system .system-box .title h3 {
                  font-size: 1.4em; } }
              @media (min-width: 1250px) {
                #growth .growth-in .system-salary .system .system-box .title h3 {
                  font-size: 1.6em; } }
            #growth .growth-in .system-salary .system .system-box .title h4 {
              font-size: 0.9em;
              font-feature-settings: "palt";
              letter-spacing: 0.05em;
              margin: 6px 0 0 5px; }
              @media (min-width: 768px) {
                #growth .growth-in .system-salary .system .system-box .title h4 {
                  font-size: 1.0em;
                  margin: 7px 0 0 5px; } }
              @media (min-width: 1250px) {
                #growth .growth-in .system-salary .system .system-box .title h4 {
                  font-size: 1.125em; } }
          #growth .growth-in .system-salary .system .system-box p {
            font-size: 0.85em;
            line-height: 2.0em;
            text-align: justify;
            margin-top: 5px; }
            @media (min-width: 768px) {
              #growth .growth-in .system-salary .system .system-box p {
                font-size: 0.9em;
                margin-top: 15px; } }
      @media (min-width: 1024px) {
        #growth .growth-in .system-salary .case {
          display: flex;
          align-items: center;
          justify-content: center; } }
      #growth .growth-in .system-salary .case .case-box1 {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #BC1B21;
        border-radius: 10px;
        padding: 20px 15px; }
        @media (min-width: 768px) {
          #growth .growth-in .system-salary .case .case-box1 {
            padding: 40px 20px; } }
        @media (min-width: 1250px) {
          #growth .growth-in .system-salary .case .case-box1 {
            padding: 40px 60px; } }
        #growth .growth-in .system-salary .case .case-box1 .case-box1-in {
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
          #growth .growth-in .system-salary .case .case-box1 .case-box1-in h3 {
            font-size: 1.0em;
            font-weight: 400;
            margin-top: 26px; }
            @media (min-width: 768px) {
              #growth .growth-in .system-salary .case .case-box1 .case-box1-in h3 {
                font-size: 1.6em;
                margin-top: 30px; } }
          #growth .growth-in .system-salary .case .case-box1 .case-box1-in h2 {
            font-family: "Anton", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 3.0em;
            margin: 0 5px; }
            @media (min-width: 768px) {
              #growth .growth-in .system-salary .case .case-box1 .case-box1-in h2 {
                font-size: 4.0em;
                margin: 0 10px; } }
      #growth .growth-in .system-salary .case h6 {
        color: #BC1B21;
        font-size: 2.0em;
        font-weight: 900;
        text-align: center;
        margin: 0 20px; }
      #growth .growth-in .system-salary .case .case-plus .case-plus-in {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #BC1B21;
        border-radius: 10px;
        padding: 20px 15px 24px; }
        @media (min-width: 768px) {
          #growth .growth-in .system-salary .case .case-plus .case-plus-in {
            padding: 20px 40px 24px; } }
        #growth .growth-in .system-salary .case .case-plus .case-plus-in .case-box2 {
          display: flex;
          align-items: flex-end;
          justify-content: center;
          color: #fff; }
          #growth .growth-in .system-salary .case .case-plus .case-plus-in .case-box2:last-child {
            margin-top: 20px; }
          #growth .growth-in .system-salary .case .case-plus .case-plus-in .case-box2 h3 {
            font-size: 0.8em;
            font-weight: 400; }
            @media (min-width: 768px) {
              #growth .growth-in .system-salary .case .case-plus .case-plus-in .case-box2 h3 {
                font-size: 1.125em; } }
          #growth .growth-in .system-salary .case .case-plus .case-plus-in .case-box2 h2 {
            font-family: "Anton", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 1.8em;
            margin: 0 10px -3px; }
            @media (min-width: 768px) {
              #growth .growth-in .system-salary .case .case-plus .case-plus-in .case-box2 h2 {
                font-size: 1.8em;
                margin: 0 5px -3px; } }
    #growth .growth-in .shinjyo {
      border: 1px solid #BC1B21;
      border-radius: 15px;
      padding: 20px 20px;
      margin-top: 40px; }
      @media (min-width: 768px) {
        #growth .growth-in .shinjyo {
          margin-top: 100px;
          padding: 40px; } }
      #growth .growth-in .shinjyo .shinjyo-in {
        text-align: center; }
        #growth .growth-in .shinjyo .shinjyo-in .txt {
          text-align: center;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            #growth .growth-in .shinjyo .shinjyo-in .txt {
              margin-bottom: 40px; } }
          #growth .growth-in .shinjyo .shinjyo-in .txt h3 {
            font-size: 1.35em;
            line-height: 1.4em; }
            @media (min-width: 768px) {
              #growth .growth-in .shinjyo .shinjyo-in .txt h3 {
                font-size: 1.75em; } }
          #growth .growth-in .shinjyo .shinjyo-in .txt p {
            font-size: 0.9em;
            text-align: left;
            display: inline-block;
            margin-top: 10px;
            max-width: 400px; }
            @media (min-width: 768px) {
              #growth .growth-in .shinjyo .shinjyo-in .txt p {
                font-size: 1.125em; } }
        #growth .growth-in .shinjyo .shinjyo-in img {
          max-width: 600px;
          margin: auto; }

/*
---------------------------------------------------------------------------------------------------------------------
就労環境
---------------------------------------------------------------------------------------------------------------------
*/
#work {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding-top: 80px; }
  @media (min-width: 768px) {
    #work {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    #work {
      width: 94%; } }
  @media (min-width: 1250px) {
    #work {
      padding-top: 140px; } }
  #work .a-title {
    padding: 0; }
  #work .work-in {
    background-color: #EBEBEB;
    border-radius: 20px;
    padding: 50px 0; }
    @media (min-width: 1250px) {
      #work .work-in {
        padding: 160px 0; } }
    #work .work-in .info-common-title {
      padding: 0 15px; }
    #work .work-in .info-common-title-sab {
      margin-top: 60px;
      padding: 0 20px; }
      @media (min-width: 1024px) {
        #work .work-in .info-common-title-sab {
          margin-top: 100px; } }
    #work .work-in .work-card {
      padding: 0 0 0 4%;
      position: relative;
      overflow: hidden;
      width: 100%;
      margin-top: 40px;
      /* 前へ次への矢印カスタマイズ */ }
      @media (min-width: 1024px) {
        #work .work-in .work-card {
          margin-top: 100px; } }
      #work .work-in .work-card .swiper-button-prev,
      #work .work-in .work-card .swiper-button-next {
        top: 23%; }
        @media (min-width: 768px) {
          #work .work-in .work-card .swiper-button-prev,
          #work .work-in .work-card .swiper-button-next {
            top: 26.5%; } }
        @media (min-width: 1024px) {
          #work .work-in .work-card .swiper-button-prev,
          #work .work-in .work-card .swiper-button-next {
            top: 21%; } }
      #work .work-in .work-card .swiper-slide {
        width: 250px;
        margin: 0 15px 0 0; }
        @media (min-width: 768px) {
          #work .work-in .work-card .swiper-slide {
            width: 300px;
            margin: 0 20px 0 0; } }
        @media (min-width: 1250px) {
          #work .work-in .work-card .swiper-slide {
            width: 460px;
            margin: 0 30px 0 0; } }
        #work .work-in .work-card .swiper-slide:last-child {
          margin-right: 3%; }
          @media (min-width: 1024px) {
            #work .work-in .work-card .swiper-slide:last-child {
              margin-right: 5%; } }
      #work .work-in .work-card .work-box img {
        border-radius: 10px; }
      #work .work-in .work-card .work-box h3 {
        font-size: 1.125em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #work .work-in .work-card .work-box h3 {
            font-size: 1.25em; } }
      #work .work-in .work-card .work-box p {
        font-size: 0.9em;
        text-align: justify;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #work .work-in .work-card .work-box p {
            font-size: 1.125em; } }
    #work .work-in .welfare {
      max-width: 860px;
      margin: 40px auto 0; }
      #work .work-in .welfare .welfare-box {
        text-align: center;
        margin-bottom: 20px; }
        #work .work-in .welfare .welfare-box p {
          font-size: 0.9em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em; }
          @media (min-width: 1024px) {
            #work .work-in .welfare .welfare-box p {
              font-size: 1.125em; } }

/*
---------------------------------------------------------------------------------------------------------------------
採用情報
---------------------------------------------------------------------------------------------------------------------
*/
#recruitment {
  max-width: 1600px;
  width: 90%;
  margin: auto;
  padding-top: 80px; }
  @media (min-width: 768px) {
    #recruitment {
      padding-top: 100px; } }
  @media (min-width: 1024px) {
    #recruitment {
      width: 94%; } }
  @media (min-width: 1250px) {
    #recruitment {
      padding-top: 140px; } }
  #recruitment .a-title {
    padding: 0; }
  #recruitment .recruitment-in {
    background-color: #BC1B21;
    border-radius: 20px;
    padding: 40px 5% 60px;
    color: #fff; }
    @media (min-width: 1024px) {
      #recruitment .recruitment-in {
        padding: 100px 5% 180px; } }
    #recruitment .recruitment-in .midashi {
      margin: 0 auto 20px;
      display: inline-block; }
      @media (min-width: 1024px) {
        #recruitment .recruitment-in .midashi {
          margin: 0 auto 40px; } }
      #recruitment .recruitment-in .midashi .border {
        display: flex;
        border-bottom: 3px solid #fff;
        padding-bottom: 5px; }
        #recruitment .recruitment-in .midashi .border h3 {
          font-size: 1.85em; }
          @media (min-width: 1024px) {
            #recruitment .recruitment-in .midashi .border h3 {
              font-size: 2.5em; } }
        #recruitment .recruitment-in .midashi .border h4 {
          font-size: 0.9em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          margin: 16px 0 0 5px; }
          @media (min-width: 1024px) {
            #recruitment .recruitment-in .midashi .border h4 {
              font-size: 1.55em;
              margin: 14px 0 0 5px; } }
    #recruitment .recruitment-in .occupation {
      text-align: center;
      margin-top: 60px; }
      #recruitment .recruitment-in .occupation .occupation-box {
        margin-bottom: 40px; }
        @media (min-width: 1024px) {
          #recruitment .recruitment-in .occupation .occupation-box {
            margin-bottom: 0; } }
        #recruitment .recruitment-in .occupation .occupation-box .title {
          display: flex;
          justify-content: center; }
          #recruitment .recruitment-in .occupation .occupation-box .title a {
            display: flex;
            align-items: center;
            position: relative; }
            #recruitment .recruitment-in .occupation .occupation-box .title a:hover h3::after {
              transform-origin: left top;
              transform: scale(1, 1); }
            #recruitment .recruitment-in .occupation .occupation-box .title a h3 {
              font-size: 1.4em;
              line-height: 1.0em;
              color: #fff;
              margin-top: -2px; }
              @media (min-width: 1250px) {
                #recruitment .recruitment-in .occupation .occupation-box .title a h3 {
                  font-size: 1.75em; } }
              #recruitment .recruitment-in .occupation .occupation-box .title a h3::after {
                position: absolute;
                bottom: -6px;
                left: 0;
                content: '';
                width: 100%;
                height: 3px;
                background: #fff;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
            #recruitment .recruitment-in .occupation .occupation-box .title a img {
              width: 25px;
              margin-left: 5px; }
              @media (min-width: 1250px) {
                #recruitment .recruitment-in .occupation .occupation-box .title a img {
                  width: 30px; } }
        #recruitment .recruitment-in .occupation .occupation-box ul {
          margin-top: 20px; }
          #recruitment .recruitment-in .occupation .occupation-box ul li {
            font-size: 1.125em;
            margin-bottom: 10px; }
            @media (min-width: 1250px) {
              #recruitment .recruitment-in .occupation .occupation-box ul li {
                font-size: 1.25em; } }
            #recruitment .recruitment-in .occupation .occupation-box ul li:last-child {
              margin-bottom: 0; }
    #recruitment .recruitment-in .flow-box {
      text-align: center;
      margin-top: 100px; }
    #recruitment .recruitment-in .flow-figure {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #recruitment .recruitment-in .flow-figure {
          display: flex;
          align-items: center;
          justify-content: center; } }
      #recruitment .recruitment-in .flow-figure .arrow-c1 {
        margin: 10px auto;
        text-align: center; }
        @media (min-width: 1024px) {
          #recruitment .recruitment-in .flow-figure .arrow-c1 {
            margin: auto 10px; } }
        #recruitment .recruitment-in .flow-figure .arrow-c1 img {
          width: 20px; }
          @media (min-width: 1024px) {
            #recruitment .recruitment-in .flow-figure .arrow-c1 img {
              transform: rotate(270deg); } }
      #recruitment .recruitment-in .flow-figure .step-box {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        width: 100%;
        height: 70px;
        max-width: 500px;
        margin: auto;
        padding: 15px;
        color: #BC1B21; }
        @media (min-width: 1024px) {
          #recruitment .recruitment-in .flow-figure .step-box {
            border-radius: 30px; } }
        #recruitment .recruitment-in .flow-figure .step-box.step1 {
          background-color: #fff; }
        #recruitment .recruitment-in .flow-figure .step-box.step2 {
          background-color: #4c4c4c; }
        #recruitment .recruitment-in .flow-figure .step-box.step3 {
          background-color: #7f7f7f; }
        #recruitment .recruitment-in .flow-figure .step-box.step4 {
          background-color: #b2b2b2; }
        @media (min-width: 768px) {
          #recruitment .recruitment-in .flow-figure .step-box {
            height: 80px; } }
        @media (min-width: 1024px) {
          #recruitment .recruitment-in .flow-figure .step-box {
            height: 120px; } }
        @media (min-width: 1250px) {
          #recruitment .recruitment-in .flow-figure .step-box {
            height: 150px; } }
        #recruitment .recruitment-in .flow-figure .step-box h5 {
          font-size: 1.0em;
          line-height: 1.25em;
          color: #BC1B21;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%; }
          @media (min-width: 1250px) {
            #recruitment .recruitment-in .flow-figure .step-box h5 {
              font-size: 1.125em; } }
  #recruitment .common-btn-type1 {
    margin: 40px auto 40px;
    text-align: center; }
    @media (min-width: 768px) {
      #recruitment .common-btn-type1 {
        margin: 60px auto 100px; } }

#Bottom_Menu {
  display: none; }
  @media (min-width: 768px) {
    #Bottom_Menu {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 20px;
      display: flex;
      justify-content: center;
      width: 550px;
      z-index: 100;
      margin: auto;
      opacity: 0; } }
  #Bottom_Menu ul {
    display: flex;
    background-color: #BB9F7F;
    border-radius: 10px;
    padding: 12px 20px; }
    #Bottom_Menu ul li {
      margin-right: 25px;
      line-height: 1.0em; }
      #Bottom_Menu ul li:last-child {
        margin-right: 0; }
      #Bottom_Menu ul li a {
        font-size: 0.9em;
        color: #fff;
        position: relative; }
        #Bottom_Menu ul li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        #Bottom_Menu ul li a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }

#Bottom_Menu.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*　下に下がる動き　*/
#Bottom_Menu.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
