@charset "utf-8";
/* default PC */


/* 共通 */
.bg-orange {
  background: linear-gradient(.0turn, #ef8326, #f56e00);
  padding: 50px 0 40px;
  position: relative;
  z-index: -2;
}

#contents .bg-orange .main-txt {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.7em;
  margin-bottom: 50px;
  font-weight: bold;
}

a.link-btn.contact {
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  color: #FFF;
}

/* 採用情報 */
#recruit {
  .greetings-area {
    background-color: #f3f3f3;
    padding: 40px 50px;
    margin-bottom: 60px;
  }

  #contents .greetings-area h3.main-txt {
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    -webkit-background-clip: text;
    color: transparent;
    padding: 0;
    font-weight: bold;
  }

  #contents .greetings-area h3.main-txt::before {
    content: none;
  }

  #contents .img-2box-txt .nama-txt {
    text-align: right;
  }

  #contents .img-2box-txt .nama-txt .nama {
    font-size: 125%;
    margin-left: 10px;
  }

  #contents .greetings-area h2 {
    margin-bottom: 40px;
  }

  #contents .main-txt {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
  }

  #contents h2 {
    margin-bottom: 15px;
  }

}


/* 先輩の声 */
#voice {
  #contents .voice-contents .profile-area {
    padding: 45px 0;
    margin-bottom: 30px;
    background-color: #fbfbfb;
    position: relative;
    z-index: -2;
    background: linear-gradient(.0turn, #f2f2f2, #FBFBFC);
    background: linear-gradient(.0turn, #ef8326, #f56e00);
  }

  #contents .voice-contents .profile-area:before {
    position: absolute;
    content: "Voice";
    font-weight: 600;
    color: #f3852b;
    left: 320px;
    right: 0;
    text-align: center;
    font-size: 160px;
    top: 80px;
    z-index: -1;
  }

  .qa-area .qa-box {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px 30px 20px;
  }

  .qa-area .qa-box.bg-orange  {
    background: #FDF4EA;
  }

  .qa-box .q-ttl {
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .qa-box .q-txt {
    font-size: 32px;
    height: 25px;
    color: #5786b7;
  }

  .qa-box .txt {
    margin-left: 15px;
    width: calc(100% - 40px);
  }

  #contents .qa-box .q-ttl,
  #contents .qa-box .a-box {
    color: #393939;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    justify-content: center;

  }

  #contents .qa-area .qa-box.bg-orange .q-ttl {
    color: transparent;
    background-color: #fff0;
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    -webkit-background-clip: text;
}

  #contents .qa-box .q-txt,
  #contents .qa-box .a-txt {
    align-items: flex-start;
    display: flex;
    font-size: 25px;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    width: 25px;
  }

  #contents .qa-box .a-txt {
    color: #EE7C0A;
  }

  #contents .message-txt {
    font-size: 30px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
    /* background: linear-gradient(.25turn, #ef8326, #f56e00); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    margin-bottom: 40px;
  }

  #contents p.department {
    width: 100%;
    max-width: 120px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 6px 5px 7px 5px;
    margin-right: 40px;
    border: 2px solid #EE7C0A;
    color: #EE7C0A;
    font-size: 18px;
    margin-bottom: 0;
  }

  #contents .voice-contents .profile-area .txt-2box.end h3 {
    background-color: #fff0;
    padding: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    line-height: 1.0;
    flex-wrap: nowrap;
    align-items: baseline;
    margin-bottom: 0;
  }

  #contents .voice-contents .profile-area .txt-2box.end h3:before {
    left: 0;
    width: 0;
    height: 0;
    display: none;
  }

  #contents .voice-contents .profile-area .txt-2box.end h3 .name {
    font-size: 160%;
    margin-right: 10px;
    letter-spacing: 0.15em;
  }

  #contents .voice-contents .profile-area .txt-2box.end .year-txt {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
  }

  #contents .voice-contents .profile-area .txt-2box.end {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }

  .name-area {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .bg-gray .qa-area .qa-box {
    background-color: #fff;
  }

  #contents .voice-contents .profile-area#voice02 {
    z-index: 0;
  }


}




/* 仕事内容 */
#works {

  .bg-orange {
    background: linear-gradient(.0turn, #ef8326, #f56e00);
    padding: 50px 0 40px;
    position: relative;
    z-index: -2;
  }

  .bg-orange:before {
    position: absolute;
    content: "This is our jobs";
    font-weight: 600;
    color: #f3852b;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 160px;
    top: 80px;
    z-index: -1;
  }

  #contents .bg-orange .main-txt {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.7em;
    margin-bottom: 50px;
    font-weight: bold;
  }

  #contents .bg-orange .sub {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 40px;
    font-weight: 500;
  }

  .work-area .txt-3box {
    background-color: #FDF4EA;
    margin-bottom: 30px;
  }

  #contents .work-area .txt-3box .ttl-area {
    padding: 20px 15px;
    background: linear-gradient(.25turn, #ef8326, #f56e00);
  }

  #contents .work-area .txt-3box .ttl-area p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
  }

  #contents .work-area .txt-3box .txt-area {
    padding: 20px;
  }

  #contents .business-area h4 {
    padding-left: 65px;
    position: relative;
    padding-bottom: 10px;
  }

  #contents .business-area h4 .num {
    position: absolute;
    background-color: #EE7C0A;
    color: #fff;
    padding: 5px 15px 8px 15px;
    left: 0;
    top: -2px;
    font-size: 23px;
  }

  .other-area .txt-2box {
    background-color: #f5f5f5;
    padding: 30px 30px;
  }

  #contents .other-area .txt-2box h5 {
    margin-top: 0;
    text-align: center;
    font-size: 22px;
    max-width: none;
  }

  .career-area {
    background-color: #FDF4EA;
    padding: 30px;
  }

  #contents .career-area h3 {
    background-color: #fff0;
    padding: 0;
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
  }

  #contents .career-area h3:before {
    content: none;
  }

  /* 一日の流れ */
  .schedule-box .time-box {
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    position: relative;
  }

  #contents .schedule-box .time-box h3 {
    font-weight: bold;
    font-size: 22px;
    padding: 0;
    background-color: #fff0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #contents .schedule-box .time-box h3::before {
    content: none;
  }

  #contents .schedule-box .time-box h3 .hour {
    color: #EE7C0A;
    font-size: 30px;
    margin-right: 15px;
  }

  .time-box:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 43px;
    background-color: #EE7C0A;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -43px;
  }

  .time-box:last-child:before {
    content: none;
  }

  #contents .schedule-box p.sub-ttl {
    text-align: center;
    margin-bottom: 60px;
    font-size: 22px;
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    color: #fff;
    width: 100%;
    padding: 15px 10px 15px 10px;
    max-width: 450px;
    margin: 0 auto 60px;
  }

  .support-area {
    background-color: #fff;
    padding: 40px 30px;
  }

  #contents .support-area h3 {
    padding: 0;
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 600;
  }

  #contents .support-area h3:before {
    content: none;
  }

  .schedule-box .time-box .img-2box-txt {
    margin-left: 0;
  }

  #contents .support-area ul li,
  #contents .other-area ul li {
    font-size: 18px;
    position: relative;
    list-style-type: none !important;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: bold;
  }

  #contents .support-area ul li:before,
  #contents .other-area ul li:before {
    content: "";
    display: block;
    width: 1rem;
    height: 0.5rem;
    border-left: 4px solid #EE7C0A;
    border-bottom: 4px solid #EE7C0A;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.25rem;
    left: 0;
  }

  ul {
    padding: 0;
  }
}


#feature {
  .txt-3box {
    background-color: #f8f6f0;
    padding: 40px 30px;
    margin-bottom: 30px;
  }

  #contents .txt-3box h3 {
    padding: 0;
    background-color: #fff0;
    font-size: 21px;
    font-weight: bold;
    color: #EE7C0A;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    height: 90px;
    margin-bottom: 0;
    text-align: center;
  }

  #contents .txt-3box h3:before {
    content: none;
  }

  #contents .txt-3box .num-txt {
    text-align: center;
    font-family: "Roboto", sans-serif;
    transform: skewX(-7deg);
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
  }

  #contents .txt-3box h3 .sub-txt {
    font-size: 16px;
  }
}



/*  */
#recruitment {
  .bg-orange:before {
    position: absolute;
    content: "We support your next step.";
    font-weight: 600;
    color: #f3852b;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 100px;
    top: 47px;
    z-index: -1;
  }

  .flow-contents .flow-item {
    background-color: #f8f6f0;
    padding: 30px 25px 35px 25px;
    margin-bottom: 40px;
    position: relative;
  }

  #contents .flow-contents .flow-item:before {
    border-right: 3px solid #EE7C0A;
    border-top: 3px solid #EE7C0A;
    bottom: -27px;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(135deg);
    width: 15px;
  }

  #contents .flow-contents .flow-item h3 {
    padding: 0;
  }

  #contents .flow-contents .flow-item h3:before {
    content: none;
  }

  .flow-contents .flow-item .img-2box-txt {
    margin-left: 0;
  }

  #contents .flow-contents .flow-item h3 {
    font-weight: bold;
    background-color: #fff0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  #contents .flow-contents .flow-item h3 .step {
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    padding: 7px 20px 7px;
    margin-right: 20px;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.08em;
    font-size: 20px;
  }

  #contents .flow-contents .flow-item:last-child h3 {
    text-align: center;
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    -webkit-background-clip: text;
    color: transparent;
    display: block;
  }

  #contents .flow-contents .flow-item:last-child p {
    text-align: center;
    font-weight: 500;
  }

  #contents .flow-contents .flow-item:last-child:before,
  #contents .flow-contents .flow-item:nth-last-child(2):before {
    content: none;
  }

  .table-02 th {
    width: 20%;
    min-width: 96px;
    align-content: start;
  }


  #contents .flow-contents .flow-item:last-child {
    background-color: #FDF4EA;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    padding: 45px 25px 35px;
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 0;
  }

  #contents .flow-contents .flow-item:last-child:after {
    position: absolute;
    content: "Please contact us";
    font-weight: 600;
    color: #f8ebdd;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 80px;
    top: 40px;
    z-index: -1;
  }

}











@media screen and (max-width: 1500px) {

  #feature {

    .txt-3box {
      padding: 40px 20px;
    }
  }
}






@media screen and (max-width: 1400px) {

  #voice {
    #contents .message-txt {
      font-size: 22px;
      margin-bottom: 25px;
    }

    .profile-area .txt-2box {
      width: 35%;
    }

    .profile-area .txt-2box.end {
      width: 60%;
    }

    #contents .voice-contents .profile-area:before {
      left: 20px;
    }
  }

  #works {
    #contents .work-area .txt-3box .txt-area p {
      font-size: 17px;
    }
  }

  #feature {

    .txt-3box {
      padding: 40px 20px;
    }
  }

  #recruitment {
    .bg-orange:before {
      font-size: 80px;
    }
  }
}


@media screen and (max-width: 1300px) {
  #works {
    .work-area .txt-3box {
      width: calc(100% / 3 - 15px);
      margin-right: 20px;
      margin-bottom: 20px;
    }

    .work-area .txt-3box:nth-child(3n) {
      margin-right: 0;
    }
  }

  #feature {
    .txt-3box {
      padding: 30px 20px;
      width: calc(100% / 2 - 20px);
      margin-right: 0;
      margin-bottom: 40px;
    }

    #contents .txt-3box h3 {
      font-size: 22px;
    }
  }

}

@media screen and (max-width: 1200px) {
  #works {
    .bg-orange:before {
      font-size: 110px;
      top: 60px;
    }

    #contents .bg-orange .sub {
      font-size: 18px;
    }
  }
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

  #voice {
    #contents p.department {
      font-size: 17px;
      padding: 6px 5px 7px 6px;
      max-width: 110px;
      margin-right: 30px;
    }

    .name-area {
      margin-bottom: 15px;
    }
  }

  #works {
    #contents .bg-orange .sub {
      text-align: left;
    }

    #contents .bg-orange .sub br {
      display: none;
    }

    #contents .support-area ul li,
    #contents .other-area ul li {
      font-size: 17px;
    }

    #contents .other-area .txt-2box h5 {
      font-size: 20px;
      margin-bottom: 20px;
    }

    .work-area .txt-3box {
      width: calc(100% / 2 - 15px);
    }

    .work-area .txt-3box:nth-child(2n) {
      margin-right: 0;
    }

    .work-area .txt-3box:nth-child(3) {
      margin-right: 20px;
    }

    .other-area .txt-2box {
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0;
    }

    #contents .business-area.box-mb {
      margin-bottom: 30px;
    }

    #contents .img-2box-txt p br.sp-none {
      display: none;
    }

    .career-area .img-2box-txt p br {
      display: none;
    }
  }

  #recruitment {
    #contents .bg-orange .main-txt {
      margin-bottom: 35px;
    }

    .bg-orange:before {
      font-size: 65px;
      top: 65px;
    }

    .catch-area {
      padding: 35px 0 30px;
    }
  }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #recruit {
    #contents .img-2box-txt h3.main-txt {
      margin-top: 20px;
    }

    .greetings-area {
      padding: 30px 25px;
    }

    #contents .greetings-area h2 {
      margin-bottom: 30px;
    }
  }

  #voice {

    .profile-area .txt-2box,
    .profile-area .txt-2box.end {
      width: 100%;
      margin-bottom: 20px;
    }

    #contents .voice-contents .profile-area .txt-2box.end {
      margin-bottom: 0;
    }

    #contents .voice-contents .profile-area:before {
      top: 65%;
      left: 30px;
      right: auto;
    }

    .qa-area .qa-box {
      padding: 20px 20px 15px;
    }

    .qa-box .q-ttl {
      font-size: 20px;
    }

    #contents .qa-box .q-txt,
    #contents .qa-box .a-txt {
      font-size: 23px;
      height: 24px;
    }

    .qa-box .txt {
      margin-left: 10px;
    }
  }

  #works {
    .bg-orange .txt-3box {
      width: calc(100% / 3 - 10px);
    }

    #contents .work-about h3 {
      margin-bottom: 20px;
      margin-top: 10px;
    }

    #contents .career-area .img-2box-txt h3 {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    #contents .schedule-box .time-box h3 {
      font-size: 20px;
      margin-bottom: 15px;
    }

    #contents .schedule-box .time-box h3 .hour {
      font-size: 28px;
    }

    .support-area {
      padding: 30px 20px;
    }

    #contents .support-area .last-area p br {
      display: none;
    }
  }

  #feature {
    .txt-3box {
      width: calc(100% / 2 - 10px);
      margin-bottom: 20px;
    }
  }

  #contents .bg-orange .main-txt {
    font-size: 25px;
  }

  #recruitment {
    .bg-orange:before {
      font-size: 45px;
      top: 60px;
    }

    #contents .flow-contents .flow-item:last-child:after {
      font-size: 65px;
    }
  }
}



@media screen and (max-width: 767px) {
  #works {
    #contents .bg-orange .main-txt {
      font-size: 25px;
      margin-bottom: 40px;
    }

    .bg-orange:before {
      font-size: 80px;
      top: 45px;
    }

    .bg-orange {
      padding: 40px 0 30px;
    }

    .work-area .txt-3box {
      width: 100%;
      margin-right: 0;
    }

    .work-area .txt-3box:nth-child(3) {
      margin-right: 0;
    }

    #contents .business-area h4 .num {
      font-size: 20px;
      padding: 4px 14px 6px 14px;
    }

    #contents .business-area h4 {
      padding-left: 55px;
      padding-bottom: 7px;
    }
  }

  #feature {
    #contents .txt-3box .num-txt {
      font-size: 35px;
      margin-bottom: 20px;
    }

    .txt-3box {
      width: 100%;
      padding: 25px 15px;
    }

    #contents .txt-3box h3 {
      display: block;
      height: auto;
      padding: 20px 0 15px;
      font-size: 19px;
    }
  }

  #recruitment {
    #contents .flow-contents .flow-item:last-child p {
      text-align: left;
    }

    #contents .flow-contents .flow-item:last-child p br {
      display: none;
    }
  }
}

@media screen and (max-width: 640px) {
  #works {
    .other-area .txt-2box {
      padding: 20px 15px;
    }

    #contents .support-area ul li:before,
    #contents .other-area ul li:before {
      width: 0.8rem;
      height: 0.4rem;
    }

    #contents .work-area .txt-3box .txt-area {
      padding: 15px 10px;
    }

    .schedule-box .time-box {
      padding: 20px;
    }

    #contents .schedule-box .time-box h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    #contents .schedule-box .time-box h3 .hour {
      font-size: 23px;
    }

    .support-area {
      padding: 20px 15px;
    }
  }

  #recruitment {
    #contents .bg-orange .main-txt {
      font-size: 22px;
    }

    .bg-orange:before {
      font-size: 62px;
      top: -7px;
      line-height: 1.2;
    }

    #contents .flow-contents .flow-item:last-child:after {
      font-size: 55px;
      top: 24px;
    }

    #contents .flow-contents .flow-item:last-child {
      padding: 25px 15px 15px;
      margin-top: 60px;
    }

    #contents .flow-contents .flow-item:last-child h3 {
      margin-bottom: 20px;
    }
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #recruit {
    .greetings-area {
      padding: 35px 15px 15px;
    }
  }


  #voice {
    #contents .voice-contents .profile-area {
      padding: 35px 0;
    }

    #contents .voice-contents .profile-area:before {
      left: 20px;
      font-size: 120px;
    }

    .profile-area .txt-2box {
      margin-bottom: 0;
    }

    #contents .message-txt {
      margin-bottom: 30px;
      font-size: 18px;
      margin-top: 10px;
    }

    #contents p.department {
      padding: 2px;
      font-size: 16px;
    }

    #contents .voice-contents .profile-area .txt-2box.end .year-txt {
      font-size: 16px;
      margin-bottom: 0;
    }

    .qa-area .qa-box {
      padding: 20px 15px 15px;
    }

    #contents .qa-box .q-ttl {
      font-size: 18px;
    }

    #contents .qa-box .q-txt,
    #contents .qa-box .a-txt {
      font-size: 22px;
      height: 21px;
    }

    .qa-box .txt {
      margin-left: 10px;
    }

    #contents .anchor-link-box .txt-3box{
    margin-right: 0px;
    width: 100%;
  }
  }

  #works {
    .bg-orange:before {
      font-size: 60px;
      top: 50px;
    }

    #contents .bg-orange .main-txt {
      font-size: 22px;
      margin-bottom: 30px;
    }

    .bg-orange {
      padding: 30px 0 30px;
    }

    #contents .bg-orange .sub {
      font-size: 16px;
      margin-top: 30px;
    }

    .bg-orange .txt-3box:first-child {
      width: 100%;
      margin-bottom: 10px;
    }

    .bg-orange .txt-3box {
      width: calc(100% / 2 - 5px);
    }

    .career-area {
      padding: 20px 15px;
    }

    .schedule-box .time-box {
      padding: 20px 15px;
    }
  }

  #recruitment {
    .bg-orange:before {
      font-size: 54px;
      top: 5px;
    }

    .flow-contents .flow-item {
      background-color: #f8f6f0;
      padding: 20px 15px 20px 15px;
    }

    #contents .flow-contents .flow-item h3 .step {
      padding: 5px 10px 5px;
      font-size: 17px;
      margin-right: 15px;
    }


    #contents .flow-contents .flow-item:last-child:after {
      font-size: 45px;
      top: 30px;
    }
  }
}



@media screen and (max-width: 430px) {

  #recruit {
    #contents .img-2box-txt h3.main-txt br.br-640 {
      display: block;
    }

    #contents .main-txt {
      text-align: left;
    }

    #contents .main-txt br {
      display: none;
    }

    #contents .message-txt br {
      display: none;
    }
  }

  #works {
    .bg-orange:before {
      font-size: 50px;
    }
  }

  #recruitment {
    #contents .bg-orange .main-txt {
      font-size: 20px;
    }

    .bg-orange:before {
      font-size: 42px;
      top: 15px;
    }

    #contents .flow-contents .flow-item:last-child:after {
      font-size: 35px;
      top: 36px;
    }
  }
}



@media screen and (max-width: 414px) {

  #voice {
    #contents .message-txt br {
      display: none;
    }
  }
}