@charset "UTF-8";
#header .upperbox .upperbox__inner .sp_nav ul li:nth-child(5) a {
  color: #4653A1; }
#header .lowerbox .lowerbox__inner .pc_nav ul li:nth-child(5) a {
  color: #4653A1; }

#contents .section_title {
  position: relative;
  margin: -56px auto 0;
  width: 100%;
  background: url(../img/benefit/bg_01.jpg) center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1480px) {
    #contents .section_title {
      padding-top: 46.875%; } }
  @media screen and (max-width: 960px) {
    #contents .section_title {
      margin-top: -42px; } }
  @media screen and (max-width: 640px) {
    #contents .section_title {
      margin-top: 0; } }
  #contents .section_title .section_title__inner {
    position: relative;
    height: 750px;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 1480px) {
      #contents .section_title .section_title__inner {
        height: auto; } }
    @media screen and (max-width: 960px) {
      #contents .section_title .section_title__inner {
        max-width: 100%; } }
    #contents .section_title .section_title__inner h2 {
      position: absolute;
      bottom: 130px;
      left: 40px; }
      @media screen and (max-width: 1280px) {
        #contents .section_title .section_title__inner h2 {
          top: auto;
          bottom: 110px; } }
      @media screen and (max-width: 960px) {
        #contents .section_title .section_title__inner h2 {
          bottom: 60px; }
          #contents .section_title .section_title__inner h2 img {
            width: 50%;
            height: auto; } }
      @media screen and (max-width: 640px) {
        #contents .section_title .section_title__inner h2 {
          bottom: 20px;
          left: 2%; }
          #contents .section_title .section_title__inner h2 img {
            width: 50%;
            height: auto; } }
#contents .section_message .section_message__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 40px 60px; }
  @media screen and (max-width: 960px) {
    #contents .section_message .section_message__inner {
      max-width: 100%;
      padding: 40px 20px; } }
  @media screen and (max-width: 640px) {
    #contents .section_message .section_message__inner {
      padding: 30px 10px 20px; } }
  #contents .section_message .section_message__inner h3 {
    line-height: 1; }
  #contents .section_message .section_message__inner .txt01 {
    font-size: 16px; }
    @media screen and (max-width: 640px) {
      #contents .section_message .section_message__inner .txt01 {
        font-size: 14px; } }
  #contents .section_message .section_message__inner .txt02 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 640px) {
      #contents .section_message .section_message__inner .txt02 {
        font-size: 14px; } }
#contents .section_engagement .section_engagement__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 0 40px; }
  @media screen and (max-width: 960px) {
    #contents .section_engagement .section_engagement__inner {
      max-width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 640px) {
    #contents .section_engagement .section_engagement__inner {
      max-width: 100%;
      padding: 0 10px;
      margin: 0 auto 40px; } }
  #contents .section_engagement .section_engagement__inner .box__outer {
    display: table;
    table-layout: fixed;
    border: 1px solid #ccc;
    background-color: #fff; }
    @media screen and (max-width: 960px) {
      #contents .section_engagement .section_engagement__inner .box__outer {
        display: block;
        max-width: 500px;
        margin: 0 auto; } }
    #contents .section_engagement .section_engagement__inner .box__outer .box__left {
      display: table-cell;
      vertical-align: top;
      width: 320px; }
      @media screen and (max-width: 960px) {
        #contents .section_engagement .section_engagement__inner .box__outer .box__left {
          display: block;
          width: 100%; } }
      #contents .section_engagement .section_engagement__inner .box__outer .box__left .img01 img {
        vertical-align: top; }
        @media screen and (max-width: 960px) {
          #contents .section_engagement .section_engagement__inner .box__outer .box__left .img01 img {
            width: 100%;
            height: auto; } }
    #contents .section_engagement .section_engagement__inner .box__outer .box__right {
      position: relative;
      display: table-cell;
      vertical-align: top;
      width: 560px;
      padding: 30px 15px 0; }
      @media screen and (max-width: 960px) {
        #contents .section_engagement .section_engagement__inner .box__outer .box__right {
          display: block;
          width: 100%; } }
      @media screen and (max-width: 640px) {
        #contents .section_engagement .section_engagement__inner .box__outer .box__right {
          padding: 20px 10px 0; } }
      @media screen and (max-width: 960px) {
        #contents .section_engagement .section_engagement__inner .box__outer .box__right .txt01 {
          text-align: center; }
          #contents .section_engagement .section_engagement__inner .box__outer .box__right .txt01 img {
            width: 100%;
            max-width: 357px;
            height: auto; } }
      #contents .section_engagement .section_engagement__inner .box__outer .box__right .contact_btn {
        position: absolute;
        top: 30px;
        right: 15px;
        width: 160px;
        text-align: center; }
        @media screen and (max-width: 960px) {
          #contents .section_engagement .section_engagement__inner .box__outer .box__right .contact_btn {
            position: relative;
            top: 0;
            right: 0;
            width: 100%; } }
        #contents .section_engagement .section_engagement__inner .box__outer .box__right .contact_btn a {
          display: block;
          padding: 8px;
          background-color: #4653A1;
          border: 1px solid #4653A1;
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          color: #fff;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
          #contents .section_engagement .section_engagement__inner .box__outer .box__right .contact_btn a:hover {
            background-color: #fff;
            color: #4653A1; }
      #contents .section_engagement .section_engagement__inner .box__outer .box__right .box_tel {
        margin-top: 5px; }
        #contents .section_engagement .section_engagement__inner .box__outer .box__right .box_tel span {
          font-size: 19px;
          font-weight: bold;
          margin: 0 10px; }
        #contents .section_engagement .section_engagement__inner .box__outer .box__right .box_tel br {
          display: none; }
        @media screen and (max-width: 960px) {
          #contents .section_engagement .section_engagement__inner .box__outer .box__right .box_tel {
            margin: 15px 0;
            text-align: center; }
            #contents .section_engagement .section_engagement__inner .box__outer .box__right .box_tel br {
              display: inline; } }
        @media screen and (max-width: 640px) {
          #contents .section_engagement .section_engagement__inner .box__outer .box__right .box_tel {
            margin: 10px 0; } }
#contents .section_points {
  padding-top: 20px; }
  #contents .section_points .section_points__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 960px) {
      #contents .section_points .section_points__inner {
        max-width: 100%;
        padding: 0 20px; } }
    @media screen and (max-width: 640px) {
      #contents .section_points .section_points__inner {
        padding: 0 10px; } }
    #contents .section_points .section_points__inner .box_message {
      padding: 0 40px; }
      @media screen and (max-width: 960px) {
        #contents .section_points .section_points__inner .box_message {
          padding: 0; } }
      #contents .section_points .section_points__inner .box_message .message_boxTit {
        padding-left: 10px;
        font-weight: bold;
        font-size: 20px; }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_message .message_boxTit {
            font-size: 18px; } }
      #contents .section_points .section_points__inner .box_message .message_box {
        display: table;
        width: 100%; }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_message .message_box {
            display: block; } }
        #contents .section_points .section_points__inner .box_message .message_box .message_box_left,
        #contents .section_points .section_points__inner .box_message .message_box .message_box_right {
          display: table-cell;
          vertical-align: top;
          width: 50%;
          padding: 0 10px; }
          @media screen and (max-width: 640px) {
            #contents .section_points .section_points__inner .box_message .message_box .message_box_left,
            #contents .section_points .section_points__inner .box_message .message_box .message_box_right {
              display: block;
              width: 100%;
              margin-top: 10px;
              text-align: left; } }
          @media screen and (max-width: 960px) {
            #contents .section_points .section_points__inner .box_message .message_box .message_box_left img,
            #contents .section_points .section_points__inner .box_message .message_box .message_box_right img {
              width: 100%;
              height: auto; } }
          #contents .section_points .section_points__inner .box_message .message_box .message_box_left p,
          #contents .section_points .section_points__inner .box_message .message_box .message_box_right p {
            font-weight: bold;
            text-align: left;
            font-size: 15px; }
      #contents .section_points .section_points__inner .box_message .message_box_01 {
        margin-bottom: 20px;
        width: 100%; }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_message .message_box_01 {
            margin-bottom: 10px; } }
        #contents .section_points .section_points__inner .box_message .message_box_01 .message_box_fig img {
          width: 100%;
          height: auto; }
      #contents .section_points .section_points__inner .box_message .message_box2 {
        text-align: center;
        margin-top: 60px; }
        #contents .section_points .section_points__inner .box_message .message_box2 p {
          font-size: 19px;
          font-weight: bold; }
          @media screen and (max-width: 640px) {
            #contents .section_points .section_points__inner .box_message .message_box2 p {
              font-size: 16px; } }
        #contents .section_points .section_points__inner .box_message .message_box2 .message_box_fig img {
          width: 100%;
          height: auto; }
      #contents .section_points .section_points__inner .box_message .message_box_03 {
        margin-top: 10px;
        width: 100%; }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_message .message_box_03 {
            margin-bottom: 40px; } }
        #contents .section_points .section_points__inner .box_message .message_box_03 .message_box_fig img {
          width: 100%;
          height: auto; }
    #contents .section_points .section_points__inner .box_requirements {
      display: table;
      margin-top: 60px; }
      @media screen and (max-width: 960px) {
        #contents .section_points .section_points__inner .box_requirements {
          margin-top: 40px; } }
      @media screen and (max-width: 640px) {
        #contents .section_points .section_points__inner .box_requirements {
          display: block; } }
      #contents .section_points .section_points__inner .box_requirements h3 {
        display: table-cell;
        vertical-align: top;
        width: 180px;
        padding-right: 20px;
        font-size: 23px;
        font-weight: bold;
        text-align: right; }
        @media screen and (max-width: 960px) {
          #contents .section_points .section_points__inner .box_requirements h3 {
            width: auto;
            min-width: 120px;
            font-size: 20px; } }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_requirements h3 {
            display: block;
            text-align: left; } }
      #contents .section_points .section_points__inner .box_requirements dl {
        display: table-cell;
        vertical-align: top;
        line-height: 1.8; }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_requirements dl {
            display: block; } }
        #contents .section_points .section_points__inner .box_requirements dl dt {
          clear: both;
          float: left;
          margin-top: 5px;
          font-weight: bold;
          color: #4653A1; }
          @media screen and (max-width: 640px) {
            #contents .section_points .section_points__inner .box_requirements dl dt {
              float: none;
              padding-left: 10px; } }
        #contents .section_points .section_points__inner .box_requirements dl dd {
          margin-top: 5px;
          padding-left: 8em; }
          @media screen and (max-width: 640px) {
            #contents .section_points .section_points__inner .box_requirements dl dd {
              float: none;
              padding-left: 20px;
              margin-top: 0; } }
          #contents .section_points .section_points__inner .box_requirements dl dd ul {
            margin: 30px 0; }
            #contents .section_points .section_points__inner .box_requirements dl dd ul li {
              position: relative;
              padding-left: 1em;
              font-weight: bold;
              color: #4653A1; }
              #contents .section_points .section_points__inner .box_requirements dl dd ul li::before {
                position: absolute;
                top: 0;
                left: 0;
                content: "●"; }
              #contents .section_points .section_points__inner .box_requirements dl dd ul li .disTab {
                display: none; }
                @media screen and (max-width: 960px) {
                  #contents .section_points .section_points__inner .box_requirements dl dd ul li .disTab {
                    display: block; } }
          #contents .section_points .section_points__inner .box_requirements dl dd .strong {
            text-decoration: underline; }
        #contents .section_points .section_points__inner .box_requirements dl .holiday {
          clear: both;
          float: left;
          margin-top: 0;
          font-weight: bold;
          color: #4653A1; }
          @media screen and (max-width: 640px) {
            #contents .section_points .section_points__inner .box_requirements dl .holiday {
              float: none;
              padding-left: 10px; } }
    #contents .section_points .section_points__inner .box_method {
      display: table;
      margin-top: 100px; }
      @media screen and (max-width: 960px) {
        #contents .section_points .section_points__inner .box_method {
          margin-top: 40px; } }
      @media screen and (max-width: 640px) {
        #contents .section_points .section_points__inner .box_method {
          display: block; } }
      #contents .section_points .section_points__inner .box_method h3 {
        display: table-cell;
        vertical-align: top;
        width: 180px;
        padding-right: 20px;
        font-size: 23px;
        font-weight: bold;
        color: #4653A1;
        text-align: right; }
        @media screen and (max-width: 960px) {
          #contents .section_points .section_points__inner .box_method h3 {
            width: auto;
            min-width: 120px;
            font-size: 20px; } }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_method h3 {
            display: block;
            text-align: left; } }
      #contents .section_points .section_points__inner .box_method ul {
        display: table-cell;
        vertical-align: top; }
        @media screen and (max-width: 640px) {
          #contents .section_points .section_points__inner .box_method ul {
            display: block;
            padding-left: 20px; } }
    #contents .section_points .section_points__inner .txt01 {
      margin: 60px 0;
      font-size: 21px;
      font-weight: bold;
      text-align: center; }
      #contents .section_points .section_points__inner .txt01 br {
        display: none; }
      @media screen and (max-width: 960px) {
        #contents .section_points .section_points__inner .txt01 {
          margin: 40px 0;
          font-size: 18px; }
          #contents .section_points .section_points__inner .txt01 br {
            display: block; } }
      @media screen and (max-width: 640px) {
        #contents .section_points .section_points__inner .txt01 {
          font-size: 16px; } }
#contents .section_recruit {
  padding: 75px 0 60px; }
  @media screen and (max-width: 960px) {
    #contents .section_recruit {
      padding: 60px 0; } }
  #contents .section_recruit .section_recruit__inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 960px) {
      #contents .section_recruit .section_recruit__inner {
        max-width: 100%;
        padding: 0 20px; } }
    @media screen and (max-width: 640px) {
      #contents .section_recruit .section_recruit__inner {
        padding: 0 10px; } }
    #contents .section_recruit .section_recruit__inner h2 {
      text-align: center; }
      #contents .section_recruit .section_recruit__inner h2 img {
        width: 100%;
        max-width: 357px;
        height: auto; }
    #contents .section_recruit .section_recruit__inner .txt01 {
      margin-top: 20px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        #contents .section_recruit .section_recruit__inner .txt01 {
          text-align: left; } }
    #contents .section_recruit .section_recruit__inner .txt02 {
      margin-top: 20px;
      text-align: center;
      font-size: 19px; }
      @media screen and (max-width: 640px) {
        #contents .section_recruit .section_recruit__inner .txt02 {
          text-align: left; } }
      #contents .section_recruit .section_recruit__inner .txt02 span {
        font-size: 23px;
        font-weight: bold;
        color: #4653A1; }
      #contents .section_recruit .section_recruit__inner .txt02 br {
        display: none; }
        @media screen and (max-width: 960px) {
          #contents .section_recruit .section_recruit__inner .txt02 br {
            display: inline; } }
    #contents .section_recruit .section_recruit__inner .box_error {
      padding-top: 30px;
      text-align: center; }
      #contents .section_recruit .section_recruit__inner .box_error ul li {
        color: #ea1c24; }
    #contents .section_recruit .section_recruit__inner .form_recruit {
      margin-top: 30px; }
      #contents .section_recruit .section_recruit__inner .form_recruit table {
        width: 100%; }
        @media screen and (max-width: 960px) {
          #contents .section_recruit .section_recruit__inner .form_recruit table {
            display: block; } }
        #contents .section_recruit .section_recruit__inner .form_recruit table th {
          width: 160px;
          padding: 18px 10px 0;
          vertical-align: top;
          font-weight: bold;
          text-align: right; }
          @media screen and (max-width: 960px) {
            #contents .section_recruit .section_recruit__inner .form_recruit table th {
              display: block;
              width: 100%;
              padding: 0;
              text-align: left;
              float: left\9; } }
        #contents .section_recruit .section_recruit__inner .form_recruit table td {
          padding: 10px 5px; }
          @media screen and (max-width: 960px) {
            #contents .section_recruit .section_recruit__inner .form_recruit table td {
              display: block;
              padding: 2px 0;
              width: 100%;
              float: left\9; } }
          #contents .section_recruit .section_recruit__inner .form_recruit table td input {
            padding: 8px;
            width: 100%;
            border: 1px solid #b0b0b0; }
          #contents .section_recruit .section_recruit__inner .form_recruit table td textarea {
            padding: 8px;
            width: 100%;
            height: 258px;
            border: 1px solid #b0b0b0;
            resize: vertical; }
          #contents .section_recruit .section_recruit__inner .form_recruit table td:nth-child(3) {
            padding: 10px 0;
            width: 160px;
            font-size: 12px; }
            @media screen and (max-width: 960px) {
              #contents .section_recruit .section_recruit__inner .form_recruit table td:nth-child(3) {
                width: 100%;
                padding: 0; }
                #contents .section_recruit .section_recruit__inner .form_recruit table td:nth-child(3) br {
                  display: none; } }
            #contents .section_recruit .section_recruit__inner .form_recruit table td:nth-child(3) span {
              padding-right: 5px;
              color: #ea1c24; }
        #contents .section_recruit .section_recruit__inner .form_recruit table .protection th {
          padding-top: 20px; }
          @media screen and (max-width: 960px) {
            #contents .section_recruit .section_recruit__inner .form_recruit table .protection th {
              width: 100%; }
              #contents .section_recruit .section_recruit__inner .form_recruit table .protection th br {
                display: none; } }
        #contents .section_recruit .section_recruit__inner .form_recruit table .protection td {
          padding-top: 20px; }
          @media screen and (max-width: 960px) {
            #contents .section_recruit .section_recruit__inner .form_recruit table .protection td {
              padding: 2px 0; } }
          #contents .section_recruit .section_recruit__inner .form_recruit table .protection td .box__outer {
            border: 1px solid #b0b0b0;
            height: 260px;
            padding: 8px;
            overflow-y: scroll; }
            #contents .section_recruit .section_recruit__inner .form_recruit table .protection td .box__outer p {
              font-size: 12px; }
          #contents .section_recruit .section_recruit__inner .form_recruit table .protection td > p {
            margin-top: 5px; }
      #contents .section_recruit .section_recruit__inner .form_recruit .submit_btn {
        margin-top: 60px;
        text-align: center; }
        #contents .section_recruit .section_recruit__inner .form_recruit .submit_btn input {
          background-color: #4653A1;
          border: 1px solid #4653A1;
          width: 100%;
          max-width: 370px;
          padding: 8px 0 4px;
          font-size: 23px;
          font-weight: bold;
          line-height: 1;
          color: #fff;
          cursor: pointer;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
          #contents .section_recruit .section_recruit__inner .form_recruit .submit_btn input:hover {
            background-color: #fff;
            color: #4653A1; }
#contents .section_confirm .section_confirm__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px; }
  @media screen and (max-width: 960px) {
    #contents .section_confirm .section_confirm__inner {
      width: 100%;
      padding: 60px 20px; } }
  @media screen and (max-width: 960px) {
    #contents .section_confirm .section_confirm__inner {
      padding: 40px 10px; } }
  #contents .section_confirm .section_confirm__inner h2 {
    font-size: 22px;
    font-weight: bold;
    color: #4653A1; }
  #contents .section_confirm .section_confirm__inner h2 + p {
    margin-top: 30px; }
  #contents .section_confirm .section_confirm__inner table {
    width: 100%;
    max-width: 600px;
    margin: 20px auto; }
    @media screen and (max-width: 960px) {
      #contents .section_confirm .section_confirm__inner table {
        display: block;
        max-width: 100%; } }
    #contents .section_confirm .section_confirm__inner table th {
      width: 140px;
      padding: 10px 10px 0;
      vertical-align: top;
      font-weight: bold;
      text-align: right; }
      @media screen and (max-width: 960px) {
        #contents .section_confirm .section_confirm__inner table th {
          display: block;
          width: 100%;
          padding: 0;
          text-align: left; } }
    #contents .section_confirm .section_confirm__inner table td {
      padding: 10px 5px; }
      @media screen and (max-width: 960px) {
        #contents .section_confirm .section_confirm__inner table td {
          display: block;
          padding: 2px 0; } }
  #contents .section_confirm .section_confirm__inner .box_btn {
    display: table;
    margin-top: 60px;
    width: 100%; }
    @media screen and (max-width: 960px) {
      #contents .section_confirm .section_confirm__inner .box_btn {
        display: block; } }
    #contents .section_confirm .section_confirm__inner .box_btn form {
      display: table-cell;
      width: 50%;
      padding: 0 20px;
      text-align: center; }
      @media screen and (max-width: 960px) {
        #contents .section_confirm .section_confirm__inner .box_btn form {
          display: block;
          width: 100%;
          margin-top: 40px; } }
      #contents .section_confirm .section_confirm__inner .box_btn form .btn {
        background-color: #4653A1;
        border: 1px solid #4653A1;
        width: 100%;
        max-width: 370px;
        padding: 8px 0 4px;
        font-size: 23px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        cursor: pointer;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        #contents .section_confirm .section_confirm__inner .box_btn form .btn:hover {
          background-color: #fff;
          color: #4653A1; }
      #contents .section_confirm .section_confirm__inner .box_btn form .back_btn {
        background-color: #fff;
        color: #4653A1; }
        #contents .section_confirm .section_confirm__inner .box_btn form .back_btn:hover {
          background-color: #4653A1;
          color: #fff; }
#contents .section_finish .section_finish__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px; }
  @media screen and (max-width: 960px) {
    #contents .section_finish .section_finish__inner {
      width: 100%;
      padding: 60px 20px; } }
  @media screen and (max-width: 960px) {
    #contents .section_finish .section_finish__inner {
      padding: 40px 10px; } }
  #contents .section_finish .section_finish__inner h2 {
    font-size: 22px;
    font-weight: bold;
    color: #4653A1; }
  #contents .section_finish .section_finish__inner h2 + p {
    margin-top: 30px; }
  #contents .section_finish .section_finish__inner .tel {
    margin-top: 10px;
    font-weight: bold;
    color: #4653A1; }
  #contents .section_finish .section_finish__inner .box_btn {
    width: 100%;
    margin-top: 40px;
    text-align: center; }
    #contents .section_finish .section_finish__inner .box_btn ul li {
      margin-top: 20px; }
    #contents .section_finish .section_finish__inner .box_btn ul .btn a {
      display: inline-block;
      background-color: #4653A1;
      border: 1px solid #4653A1;
      width: 100%;
      max-width: 370px;
      padding: 8px 0 4px;
      font-size: 23px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      #contents .section_finish .section_finish__inner .box_btn ul .btn a:hover {
        background-color: #fff;
        color: #4653A1; }
#contents .section_error .section_error__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px; }
  @media screen and (max-width: 960px) {
    #contents .section_error .section_error__inner {
      width: 100%;
      padding: 60px 20px; } }
  @media screen and (max-width: 960px) {
    #contents .section_error .section_error__inner {
      padding: 40px 10px; } }
  #contents .section_error .section_error__inner h2 {
    font-size: 22px;
    font-weight: bold;
    color: #4653A1; }
  #contents .section_error .section_error__inner h2 + p {
    margin-top: 30px; }
  #contents .section_error .section_error__inner .tel {
    margin-top: 10px;
    font-weight: bold;
    color: #4653A1; }
  #contents .section_error .section_error__inner .box_error {
    margin-top: 30px; }
  #contents .section_error .section_error__inner .box_btn {
    width: 100%;
    margin-top: 40px;
    text-align: center; }
    #contents .section_error .section_error__inner .box_btn .btn a {
      display: inline-block;
      background-color: #4653A1;
      border: 1px solid #4653A1;
      width: 100%;
      max-width: 370px;
      padding: 8px 0 4px;
      font-size: 23px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      cursor: pointer;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      #contents .section_error .section_error__inner .box_btn .btn a:hover {
        background-color: #fff;
        color: #4653A1; }

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


/************************* 
        efforts
*************************/
.section_message__inner h3 img{
  width: clamp(300px,63%,558px);
  height: auto;
}
.section_message__inner{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 40px 60px;
}
.efforts__wrap{
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.efforts__def{
  margin-bottom: 50px;
}
.efforts__defTit{
  font-size: clamp(14px,2.5vw,24px) ;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .section_message__inner {
    padding: 30px 10px 20px; 
  }
  .efforts__wrap{
    font-size: 14px;
  }
}

/************************* 
        efforts__cardWrap
*************************/
.efforts__cardWrap{
  display: flex;
  justify-content: space-between;
}
.efforts__card{
  width: 30.1%;
  border-radius: 20px;
  background-color: #e6e8f1;
  height: 500px;
}
.card__img{
}
.card__img img{
  width: 100%;
  border-radius: 20px 20px 0 0 ;

}
.card__def{
  width: 84.9%;
  margin: 0 auto;
}
.card__defTit{
  font-size: clamp(16px,2.5vw,24px) ;
  font-weight: bold;
  text-align: center;
}
.card__defData{
  font-size: 16px;
}
.efforts__catchwrap{
  margin: 90px auto 0 auto;
  text-align: center;
}
.efforts__catch{
  font-size: clamp(16px,2.5vw,23px) ;
  font-weight: bold;
  margin: 0 auto 30px auto;
  background: linear-gradient(transparent 60%, #cad6f3 30%);
  display: inline;
}
@media screen and (max-width: 640px) {
  .efforts__card{
    height: auto;
  }
  .efforts__cardWrap{
    display: block;
  }
  .efforts__card{
    width: 100%;
    margin-bottom: 30px;
  }  
    .card__defData{
    font-size: 14px;
    padding-bottom: 30px;
  }
  .efforts__catchwrap{
    margin: 40px auto 0 auto;
    text-align: left;
  }
  
}

