@charset "UTF-8";
/* visual */
#visual {
  min-width: 1040px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 896px) {
    #visual {
      min-width: 100%; } }
  #visual .visual {
    margin: 0 auto;
    height: 680px;
    position: relative; }
    @media (max-width: 480px) {
      #visual .visual {
        height: auto; } }
    #visual .visual #visual_slider {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media (max-width: 480px) {
        #visual .visual #visual_slider {
          position: static;
          top: auto;
          left: auto;
          transform: none;
          -webkit-transfnnorm: none;
          -ms-transform: none; } }
      #visual .visual #visual_slider li {
        position: relative; }
        #visual .visual #visual_slider li:focus {
          outline: none; }
        #visual .visual #visual_slider li img {
          display: block;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%, -50%);
          -ms-transform: translateX(-50%, -50%); }
          @media (max-width: 480px) {
            #visual .visual #visual_slider li img {
              width: 100%; } }
    #visual .visual .visual_text {
      margin: 0 auto;
      width: 1020px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transfnnorm: translateX(-50%);
      -ms-transform: translateX(-50%); }
      @media (max-width: 896px) {
        #visual .visual .visual_text {
          max-width: 100%; } }
      @media (max-width: 480px) {
        #visual .visual .visual_text {
          width: 70px;
          left: 20px;
          transform: none;
          -webkit-transfnnorm: none;
          -ms-transform: none; } }
      @media (max-width: 480px) {
        #visual .visual .visual_text img {
          width: 100%; } }

.top_news {
  margin: 0 auto;
  max-width: 1020px;
  position: relative;
  top: -55px; }
  @media (max-width: 480px) {
    .top_news {
      max-width: 100%;
      top: auto; } }
  .top_news:after {
    content: "";
    display: block;
    clear: both; }
  .top_news .top_news_inner {
    box-sizing: border-box;
    padding: 20px 20px 10px 25px;
    width: 750px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right; }
    @media (max-width: 480px) {
      .top_news .top_news_inner {
        padding: 20px 3% 0;
        width: 100%;
        display: block;
        align-items: stretch;
        justify-content: flex-start;
        float: none;
        position: relative; } }
    .top_news .top_news_inner .top_news_title {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 1.1rem;
      font-weight: normal;
      line-height: 1;
      border-right: 1px solid #9fa0a0;
      margin-right: 5%;
      width: 13%; }
      @media (max-width: 480px) {
        .top_news .top_news_inner .top_news_title {
          margin: 0 0 25px;
          padding-right: 10px;
          width: auto;
          display: inline-block; } }
    .top_news .top_news_inner .top_news_info {
      line-height: 1.3;
      width: 67%; }
      @media (max-width: 480px) {
        .top_news .top_news_inner .top_news_info {
          line-height: normal;
          width: 100%; } }
      .top_news .top_news_inner .top_news_info a {
        color: #000;
        text-decoration: none;
        display: flex;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease; }
        @media (max-width: 896px) {
          .top_news .top_news_inner .top_news_info a {
            transition: none;
            -webkit-transition: none;
            -ms-transition: none; } }
        @media (max-width: 480px) {
          .top_news .top_news_inner .top_news_info a {
            align-items: flex-start; } }
        .top_news .top_news_inner .top_news_info a .top_news_info_date,
        .top_news .top_news_inner .top_news_info a .top_news_info_title {
          border-bottom: 1px solid #9fa0a0; }
          @media (max-width: 480px) {
            .top_news .top_news_inner .top_news_info a .top_news_info_date,
            .top_news .top_news_inner .top_news_info a .top_news_info_title {
              line-height: 1.5;
              box-sizing: border-box;
              padding: 0 3px 5px; } }
        .top_news .top_news_inner .top_news_info a .top_news_info_date {
          color: #65372c;
          font-family: "arial bold";
          font-size: 0.95rem;
          font-weight: bold;
          letter-spacing: 1px;
          padding-right: 30px; }
          @media (max-width: 896px) {
            .top_news .top_news_inner .top_news_info a .top_news_info_date {
              font-family: 'Noto Sans JP', sans-serif; } }
          @media (max-width: 480px) {
            .top_news .top_news_inner .top_news_info a .top_news_info_date {
              font-size: 0.9rem;
              letter-spacing: 0;
              padding-right: 20px; } }
        @media (max-width: 480px) {
          .top_news .top_news_inner .top_news_info a .top_news_info_title {
            font-size: 0.9rem; } }
        .top_news .top_news_inner .top_news_info a:hover {
          color: #f3bd39; }
          @media (max-width: 896px) {
            .top_news .top_news_inner .top_news_info a:hover {
              color: #000; } }
          .top_news .top_news_inner .top_news_info a:hover .top_news_info_date,
          .top_news .top_news_inner .top_news_info a:hover .top_news_info_title {
            border-bottom: 1px solid #65372c; }
            @media (max-width: 896px) {
              .top_news .top_news_inner .top_news_info a:hover .top_news_info_date,
              .top_news .top_news_inner .top_news_info a:hover .top_news_info_title {
                border-bottom: 1px solid #9fa0a0; } }
    .top_news .top_news_inner .top_news_btn {
      margin-left: 2%;
      width: 13%; }
      @media (max-width: 480px) {
        .top_news .top_news_inner .top_news_btn {
          margin-left: 0;
          width: 85px;
          position: absolute;
          top: 17px;
          right: 20px; } }
      .top_news .top_news_inner .top_news_btn a {
        color: #65372c;
        text-decoration: none;
        line-height: 1.5;
        border: 1px solid #65372c;
        box-shadow: 2px 2px 0 #65372c;
        box-sizing: border-box;
        padding: 3px 10px 0 17px;
        background: url(../img/news-arrow-pc.png) no-repeat center right 10px #fff;
        display: block;
        position: relative;
        top: -2px;
        right: 2px;
        transition: 0.3s; }
        @media (max-width: 896px) {
          .top_news .top_news_inner .top_news_btn a {
            transition: none; } }
        @media (max-width: 480px) {
          .top_news .top_news_inner .top_news_btn a {
            font-size: 0.85rem;
            background: url(../img/news-arrow-sp.png) no-repeat center right 10px/15px #fff; } }
        .top_news .top_news_inner .top_news_btn a:hover {
          box-shadow: none;
          top: 0;
          right: 0; }
          @media (max-width: 896px) {
            .top_news .top_news_inner .top_news_btn a:hover {
              box-shadow: 2px 2px 0 #65372c;
              top: -2px;
              right: 2px; } }

.top_concept {
  padding: 50px 0 165px;
  background: url(../img/top-concept-img-pc.png) no-repeat bottom 115px center; }
  @media (max-width: 480px) {
    .top_concept {
      padding: 70px 0 60px;
      background: none; } }
  .top_concept .top_concept_title {
    color: #65372c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 90px;
    padding: 57px 0 0;
    background: url(../img/point01.png) no-repeat top center; }
    @media (max-width: 480px) {
      .top_concept .top_concept_title {
        font-size: 1.3rem;
        margin: 0 0 20px;
        padding: 35px 0 0;
        background: url(../img/point01.png) no-repeat top center/30px; } }
  .top_concept .top_concept_inner {
    margin: 0 auto;
    max-width: 1020px; }
    @media (max-width: 480px) {
      .top_concept .top_concept_inner {
        padding: 100px 0 0;
        max-width: 100%;
        background: url(../img/top-concept-img-sp.png) no-repeat top center/100%; } }
    .top_concept .top_concept_inner:after {
      content: "";
      display: block;
      clear: both; }
    .top_concept .top_concept_inner .top_concept_contents {
      color: #fff;
      box-sizing: border-box;
      padding: 90px 65px 70px;
      width: 560px;
      background: #65372c;
      float: right; }
      @media (max-width: 480px) {
        .top_concept .top_concept_inner .top_concept_contents {
          margin: 0 auto;
          padding: 30px 25px;
          width: 93%;
          float: none; } }
      .top_concept .top_concept_inner .top_concept_contents .top_concept_message {
        font-size: 0.85rem;
        letter-spacing: 1px;
        line-height: 2.2;
        margin: 0 0 50px; }
        @media (max-width: 480px) {
          .top_concept .top_concept_inner .top_concept_contents .top_concept_message {
            margin: 0 0 30px; } }
      .top_concept .top_concept_inner .top_concept_contents .btn_base a {
        border: 1px solid #f3bd39;
        box-shadow: 4px 4px 0 #f3bd39; }
        .top_concept .top_concept_inner .top_concept_contents .btn_base a:hover {
          box-shadow: none; }
          @media (max-width: 896px) {
            .top_concept .top_concept_inner .top_concept_contents .btn_base a:hover {
              box-shadow: 4px 4px 0 #f3bd39; } }

.top_reason {
  padding: 100px 0;
  background: url(../img/background-img01-pc.jpg) no-repeat top center/cover; }
  @media (max-width: 896px) {
    .top_reason {
      padding: 120px 0 70px;
      background: url(../img/background-img01-pc.jpg) no-repeat top left/cover; } }
  @media (max-width: 480px) {
    .top_reason {
      padding: 100px 0 70px;
      background: url(../img/background-img01-sp.jpg) no-repeat top center/100%; } }
  .top_reason .top_reason_inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 8px 50px 5px;
    max-width: 1020px;
    background: #fff; }
    @media (max-width: 896px) {
      .top_reason .top_reason_inner {
        padding: 40px 8px 40px 5px;
        max-width: 97%; } }
    @media (max-width: 480px) {
      .top_reason .top_reason_inner {
        box-shadow: 0 0 10px #ccc;
        padding: 40px 35px 0;
        max-width: 93%; } }
    .top_reason .top_reason_inner .top_reason_title {
      color: #65372c;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 2.5rem;
      font-weight: normal;
      text-align: center;
      margin: 0 0 30px;
      padding: 57px 0 0;
      background: url(../img/point01.png) no-repeat top center; }
      @media (max-width: 480px) {
        .top_reason .top_reason_inner .top_reason_title {
          font-size: 1.3rem;
          margin: 0;
          padding: 35px 0 0;
          background: url(../img/point01.png) no-repeat top center/30px; } }
    .top_reason .top_reason_inner .top_reason_contents {
      display: flex; }
      @media (max-width: 480px) {
        .top_reason .top_reason_inner .top_reason_contents {
          display: block; } }
      .top_reason .top_reason_inner .top_reason_contents .top_reason_set {
        box-sizing: border-box;
        padding: 0 20px 0 30px;
        width: calc(100%/3); }
        @media (max-width: 480px) {
          .top_reason .top_reason_inner .top_reason_contents .top_reason_set {
            padding: 30px 0;
            width: 100%; } }
        .top_reason .top_reason_inner .top_reason_contents .top_reason_set:nth-child(2) {
          border-right: 1px solid #c9caca;
          border-left: 1px solid #c9caca; }
          @media (max-width: 480px) {
            .top_reason .top_reason_inner .top_reason_contents .top_reason_set:nth-child(2) {
              border-right: 0px;
              border-left: 0px;
              border-top: 1px solid #c9caca;
              border-bottom: 1px solid #c9caca; } }
        .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head {
          margin: 0 0 15px;
          display: flex;
          align-items: flex-end; }
          @media (max-width: 480px) {
            .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head {
              align-items: center;
              justify-content: space-between; } }
          .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_number {
            margin-right: 10px; }
            @media (max-width: 896px) {
              .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_number {
                width: 65px; } }
            @media (max-width: 480px) {
              .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_number {
                width: 17%; } }
            .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_number img {
              display: block; }
              @media (max-width: 896px) {
                .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_number img {
                  width: 100%; } }
          .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_set_title {
            color: #65372c;
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 1.3rem;
            font-weight: normal;
            line-height: 1.3; }
            @media (max-width: 896px) {
              .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_set_title {
                font-size: 1.1rem; } }
            @media (max-width: 480px) {
              .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_head .top_reason_set_title {
                width: 80%; } }
        .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_message {
          line-height: 2; }
          @media (max-width: 896px) {
            .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_message {
              font-size: 0.8rem; } }
          @media (max-width: 480px) {
            .top_reason .top_reason_inner .top_reason_contents .top_reason_set .top_reason_message {
              font-size: 0.85rem;
              line-height: 1.8; } }

.top_works {
  padding: 80px 0 90px; }
  @media (max-width: 480px) {
    .top_works {
      padding: 50px 3% 50px;
      position: relative;
      z-index: 0; } }
  @media (max-width: 480px) {
    .top_works:after {
      height: 250px;
      width: 100%;
      background: #efefef;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; } }
  .top_works .top_works_title {
    color: #65372c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px;
    padding: 57px 0 0;
    background: url(../img/point01.png) no-repeat top center; }
    @media (max-width: 480px) {
      .top_works .top_works_title {
        font-size: 1.3rem;
        margin: 0 0 20px;
        padding: 35px 0 0;
        background: url(../img/point01.png) no-repeat top center/30px; } }
  .top_works .top_works_inner {
    position: relative;
    z-index: 0; }
    @media (max-width: 896px) {
      .top_works .top_works_inner {
        box-sizing: border-box;
        padding: 0 10px; } }
    @media (max-width: 480px) {
      .top_works .top_works_inner {
        padding: 0; } }
    .top_works .top_works_inner:after {
      height: 350px;
      width: 100%;
      background: #efefef;
      content: "";
      position: absolute;
      left: 0;
      top: 13%;
      z-index: -1; }
      @media (max-width: 896px) {
        .top_works .top_works_inner:after {
          top: 8%; } }
      @media (max-width: 480px) {
        .top_works .top_works_inner:after {
          content: none; } }
    .top_works .top_works_inner .top_works_list {
      margin: 0 auto;
      padding: 0 0 60px;
      max-width: 1020px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 480px) {
        .top_works .top_works_inner .top_works_list {
          padding: 0 0 20px;
          max-width: 100%; } }
      @media (max-width: 896px) {
        .top_works .top_works_inner .top_works_list li {
          width: 23%; } }
      @media (max-width: 480px) {
        .top_works .top_works_inner .top_works_list li {
          width: 32%; } }
      .top_works .top_works_inner .top_works_list li:nth-child(-n+4) {
        margin-bottom: 20px; }
        @media (max-width: 480px) {
          .top_works .top_works_inner .top_works_list li:nth-child(-n+4) {
            margin-bottom: 2%; } }
      .top_works .top_works_inner .top_works_list li img {
        display: block; }
        @media (max-width: 896px) {
          .top_works .top_works_inner .top_works_list li img {
            width: 100%; } }

.top_recruit {
  padding: 70px 0 150px;
  background: url(../img/top-recruit-img-pc.png) no-repeat bottom 80px center #f8f2e2; }
  @media (max-width: 480px) {
    .top_recruit {
      padding: 50px 0 70px;
      background: #f8f2e2; } }
  .top_recruit .top_recruit_title {
    color: #65372c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 90px;
    padding: 57px 0 0;
    background: url(../img/point01.png) no-repeat top center; }
    @media (max-width: 480px) {
      .top_recruit .top_recruit_title {
        font-size: 1.3rem;
        margin: 0 0 20px;
        padding: 35px 0 0;
        background: url(../img/point01.png) no-repeat top center/30px; } }
  .top_recruit .top_recruit_inner {
    margin: 0 auto;
    max-width: 1020px; }
    @media (max-width: 480px) {
      .top_recruit .top_recruit_inner {
        padding: 100px 0 0;
        max-width: 100%;
        background: url(../img/top-recruit-img-sp.png) no-repeat top center/100%; } }
    .top_recruit .top_recruit_inner .top_recruit_contents {
      box-sizing: border-box;
      padding: 80px 60px 60px;
      width: 560px;
      background: #fff; }
      @media (max-width: 480px) {
        .top_recruit .top_recruit_inner .top_recruit_contents {
          margin: 0 auto;
          padding: 35px 30px;
          width: 93%; } }
      .top_recruit .top_recruit_inner .top_recruit_contents .top_recruit_midashi {
        color: #65372c;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.3rem;
        letter-spacing: 1px;
        margin: 0 0 30px; }
        @media (max-width: 480px) {
          .top_recruit .top_recruit_inner .top_recruit_contents .top_recruit_midashi {
            font-size: 1.2rem;
            line-height: 1.5;
            margin: 0 0 20px; } }
      .top_recruit .top_recruit_inner .top_recruit_contents .top_concept_message {
        font-size: 0.85rem;
        line-height: 2.2;
        margin: 0 0 50px; }
        @media (max-width: 480px) {
          .top_recruit .top_recruit_inner .top_recruit_contents .top_concept_message {
            line-height: 2;
            margin: 0 0 30px; } }

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