@charset "UTF-8";
html {
  background: #fff; }
  html body {
    background: none; }
    html body h2 {
      font-weight: bold; }
      html body h2:after {
        content: none; }
    html body a {
      text-decoration: none; }
    html body .center {
      text-align: center; }

#header {
  padding: 0;
  width: 100%;
  min-width: 100%; }
  #header .inner {
    position: relative; }
    #header .inner .header_logo {
      position: absolute;
      width: 385px;
      background: #fff;
      border-bottom-right-radius: 14px;
      top: 0;
      left: 0; }
      @media screen and (max-width: 575px) {
        #header .inner .header_logo {
          width: 89%; } }
      #header .inner .header_logo img {
        width: 222px;
        display: block;
        padding-bottom: 5px; }
        @media screen and (max-width: 575px) {
          #header .inner .header_logo img {
            width: 57%; } }
      #header .inner .header_logo a {
        color: #414141;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1em 0; }
      #header .inner .header_logo span {
        padding: 0 0 0 1.5em;
        display: block; }
    #header .inner .header_btn {
      top: 15px;
      right: 10px;
      position: absolute; }
      @media screen and (max-width: 767px) {
        #header .inner .header_btn {
          display: none; } }
      #header .inner .header_btn .btn {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        border-radius: 23px;
        position: relative;
        padding: 0.7em 2.8em 0.6em 2em;
        background: #FF9D00;
        display: inline-block;
        overflow: hidden;
        text-decoration: none;
        line-height: 1;
        /*@include tab{
        	font-size: 18px;
        	padding: 1em 2.5em 1em 1.2em;
        	&:after{
        		width: 20px;
        		height: 20px;
        		right: 1em;
        	}
        	&:before{
        		height: 110px;
        	}
        }*/ }
        #header .inner .header_btn .btn:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          background: url("../../../lp@main/recruit_shinsotsu/img/bg_btn-entry.png") no-repeat center 60%;
          background-size: auto 160%;
          mix-blend-mode: screen; }
        #header .inner .header_btn .btn:after {
          content: "";
          width: 22px;
          height: 22px;
          background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow.png") no-repeat center center;
          background-size: contain;
          display: block;
          position: absolute;
          right: 1em;
          top: 50%;
          transform: translateY(-50%); }

#footer {
  margin: 0;
  background: url("../../../lp@main/recruit_shinsotsu/img/gradation.jpg") no-repeat center center;
  background-size: 100% auto;
  padding: 2em; }
  #footer .lp-inner {
    text-align: center;
    color: #fff; }
  #footer:after {
    content: none; }

@media screen and (max-width: 575px) {
  img.img-pointing {
    width: 85%;
    margin: 0 auto;
    display: block; } }
.kadomaru {
  border-radius: 10px; }

.sec-title {
  border-left: 6px solid #FF8DB6;
  border-right: 6px solid #FF8DB6;
  background: #FFF5F9;
  text-align: center;
  padding: 1em 0.5em 2em;
  margin-bottom: 1em; }
  @media screen and (max-width: 575px) {
    .sec-title {
      overflow-x: hidden; } }
  .sec-title .no {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
    border-bottom: 1px solid #FF8DB6;
    display: inline-block;
    color: #FF8DB6; }
  .sec-title .jp {
    position: relative;
    padding: 1.5em 0 0; }
    .sec-title .jp .en {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: "futura-pt", sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 60px;
      color: rgba(255, 141, 182, 0.1);
      white-space: nowrap; }
      @media screen and (max-width: 575px) {
        .sec-title .jp .en {
          font-size: 9vw; } }
    .sec-title .jp h2 {
      color: #FF8DB6;
      font-size: 32px;
      margin: 0; }
      .sec-title .jp h2:after {
        content: none; }
    .sec-title .jp .text {
      color: #FF8DB6;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2; }
      @media screen and (min-width: 768px) {
        .sec-title .jp .text br {
          display: none; } }
  .sec-title.-noborder {
    border: none;
    background: none; }
    .sec-title.-noborder .jp .en {
      font-size: 88px; }
      @media screen and (max-width: 575px) {
        .sec-title.-noborder .jp .en {
          font-size: 15vw; } }
    .sec-title.-noborder .jp h2 {
      font-size: 34px; }

.btn-wrap p {
  margin: 1.5em 1em; }
.btn-wrap .btn {
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 475px;
  padding: 1em;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .btn-wrap .btn {
      width: 90%;
      margin: 0.5em auto; } }
  @media screen and (max-width: 575px) {
    .btn-wrap .btn {
      width: 100%; } }
.btn-wrap .btn-insta {
  background: #833ab4;
  background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 70%, #fcb045 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4; }
  .btn-wrap .btn-insta:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../../../lp@main/recruit_shinsotsu/img/icon_insta.png") no-repeat center center;
    background-size: contain;
    margin-right: 1em; }
  @media screen and (min-width: 768px) {
    .btn-wrap .btn-insta br {
      display: none; } }
.btn-wrap .btn-tiktok {
  background: #2C2C2C;
  display: block; }
.btn-wrap .btn-line {
  background: #08bf5a;
  display: block; }

.entry-btn {
  text-align: center; }
  .entry-btn .btn {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    border-radius: 120px;
    position: relative;
    padding: 1.2em 3.5em 1.2em 3.2em;
    background: #FF9D00;
    box-shadow: 0 0 13px rgba(77, 53, 0, 0.16); }
    .entry-btn .btn:after {
      content: "";
      width: 26px;
      height: 26px;
      background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow.png") no-repeat center center;
      background-size: contain;
      display: block;
      position: absolute;
      right: 1.5em;
      top: 50%;
      transform: translateY(-50%); }
    .entry-btn .btn.-entry {
      display: inline-block;
      overflow: hidden;
      text-decoration: none; }
      .entry-btn .btn.-entry:before {
        content: "";
        width: 100%;
        height: 160px;
        position: absolute;
        top: -55%;
        left: 50%;
        transform: translateX(-50%);
        background: url("../../../lp@main/recruit_shinsotsu/img/bg_btn-entry.png") no-repeat center center;
        background-size: 120% auto;
        mix-blend-mode: screen; }
      @media screen and (max-width: 767px) {
        .entry-btn .btn.-entry {
          font-size: 18px;
          padding: 1em 2.5em 1em 1.2em; }
          .entry-btn .btn.-entry:after {
            width: 20px;
            height: 20px;
            right: 1em; }
          .entry-btn .btn.-entry:before {
            height: 110px; } }

.list {
  padding-left: 20px; }
  .list li {
    list-style: none;
    text-indent: -20px; }
    .list li:before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 6px;
      background: #A9DAF4;
      margin-right: 8px; }
  .list.blue li:before {
    background: #98C8F0; }

.rice li {
  list-style: none;
  font-size: 10px;
  text-indent: 0 !important; }
  .rice li:before {
    content: "※";
    display: inline-block; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 6vw 6.5vw 3vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 80vh;
    border-radius: 25px;
    overflow-y: scroll; }
    @media screen and (max-width: 767px) {
      .modal__content {
        width: 90%;
        border-radius: 15px; } }
    .modal__content .voice-summary {
      margin-bottom: 2em; }
      @media screen and (min-width: 768px) {
        .modal__content .voice-summary {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin-left: -20px;
          margin-right: -20px; }
          .modal__content .voice-summary .thumb {
            width: 40%;
            padding: 20px; }
          .modal__content .voice-summary .text {
            width: 60%;
            padding: 20px; } }
      .modal__content .voice-summary .thumb {
        text-align: center; }
      .modal__content .voice-summary .text dl dt {
        font-weight: bold; }
    .modal__content .js-modal-close.up {
      position: fixed;
      top: 0.5em;
      right: 0.4em;
      border: none;
      color: #000;
      font-size: 60px;
      font-weight: bold;
      background: none; }
      @media screen and (max-width: 767px) {
        .modal__content .js-modal-close.up {
          font-size: 25px;
          top: 0;
          right: 0; } }

.youtube {
  margin-top: 0;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------------------------------------------
メインビジュアル
------------------------------------------*/
.sec-keyv {
  width: 100%;
  background: url("../../../lp@main/recruit_shinsotsu/img/gradation.jpg") no-repeat center center;
  background-size: cover;
  position: relative; }
  .sec-keyv .keyv-copy {
    width: 18vw;
    position: absolute;
    top: 17vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    mix-blend-mode: screen; }
    @media screen and (max-width: 575px) {
      .sec-keyv .keyv-copy {
        width: 35vw;
        top: 21vh; } }
  .sec-keyv .keyv-img {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1024px) {
      .sec-keyv .keyv-img {
        padding-top: 13vw; } }
    .sec-keyv .keyv-img .pc {
      display: block; }
      @media screen and (max-width: 767px) {
        .sec-keyv .keyv-img .pc {
          display: none; } }
    .sec-keyv .keyv-img .sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .sec-keyv .keyv-img .sp {
          display: block; } }
  .sec-keyv .keyv-btn-wrap {
    /*@include flex;
    @include flex-wrap(wrap);
    @include justify-content(space-around);
    align-items: center;
    color: #fff!important;*/ }
    @media screen and (min-width: 768px) {
      .sec-keyv .keyv-btn-wrap {
        padding: 0 50px 50px; } }
    .sec-keyv .keyv-btn-wrap .keyv-btn-title {
      font-weight: bold;
      font-size: 25px;
      width: 15%;
      letter-spacing: -2px;
      white-space: nowrap;
      color: #fff; }
      @media screen and (max-width: 575px) {
        .sec-keyv .keyv-btn-wrap .keyv-btn-title {
          font-size: 21px; } }
      @media screen and (max-width: 767px) {
        .sec-keyv .keyv-btn-wrap .keyv-btn-title {
          border-bottom: 1px solid #fff;
          padding: 0.5em 0.5em 10px; } }
      @media screen and (max-width: 1024px) {
        .sec-keyv .keyv-btn-wrap .keyv-btn-title {
          width: 100%; }
          .sec-keyv .keyv-btn-wrap .keyv-btn-title br {
            display: none; } }
    .sec-keyv .keyv-btn-wrap .keyv-btn {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; }
      @media screen and (min-width: 768px) {
        .sec-keyv .keyv-btn-wrap .keyv-btn {
          align-items: center; } }
      @media screen and (min-width: 768px) {
        .sec-keyv .keyv-btn-wrap .keyv-btn {
          margin-left: -15px;
          margin-right: -15px; } }
      .sec-keyv .keyv-btn-wrap .keyv-btn li {
        list-style: none;
        white-space: nowrap; }
      @media screen and (min-width: 768px) {
        .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) {
          width: 162px;
          font-size: 15px;
          padding: 15px;
          font-weight: bold; }
          .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn {
            -js-display: flex;
            display: -webkit-flex;
            display: flex;
            flex-flow: column;
            justify-content: space-around;
            text-align: center;
            height: 132px;
            border-radius: 66px;
            border: 1px solid #fff; }
            .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn .no {
              font-size: 18px;
              font-weight: bold;
              margin-bottom: 5px;
              position: relative; }
              .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn .no:after {
                content: "";
                display: block;
                height: 1px;
                width: 2em;
                background: #fff;
                position: absolute;
                left: 50%;
                transform: translateX(-50%); }
            .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn .text {
              margin-bottom: 2.5em;
              line-height: 1.2; }
              .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn .text.col {
                margin-bottom: 2em; } }
      @media screen and (max-width: 767px) {
        .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) {
          width: 50%;
          font-size: 14px; }
          .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) a {
            height: 100%; }
          .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn {
            border: none;
            border-bottom: 1px solid #fff;
            padding: 1em 0.5em;
            display: flex;
            align-items: center;
            height: 100%; }
            .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn.-border {
              border-right: 1px solid #fff; }
            .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn .no {
              border-bottom: 1px solid #fff;
              display: inline-block;
              margin-right: 1em; }
            .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) .btn .text {
              line-height: 1.2; } }
      .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) a {
        color: #fff;
        position: relative;
        display: block;
        font-weight: bold; }
        .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) a:after {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_down.png") no-repeat center center;
          background-size: contain;
          position: absolute;
          bottom: 10px;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (min-width: 768px) {
            .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) a:after {
              bottom: 10px;
              left: 50%;
              transform: translateX(-50%); } }
          @media screen and (max-width: 767px) {
            .sec-keyv .keyv-btn-wrap .keyv-btn li:not(.keyv-btn-title) a:after {
              top: 50%;
              right: 18px;
              left: auto;
              transform: translateY(-50%); } }

/*------------------------------------------
				sec-reason
------------------------------------------*/
.sec-reason {
  padding-top: 75px; }
  .sec-reason .sec-box {
    padding-top: 1em; }
    .sec-reason .sec-box h3 {
      font-size: 20px;
      font-weight: bold; }
      .sec-reason .sec-box h3:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        padding-left: 22px;
        background: url("../../../lp@main/recruit_shinsotsu/img/icon_title_pink.png") no-repeat center center;
        background-size: contain; }
      @media screen and (max-width: 575px) {
        .sec-reason .sec-box h3 {
          font-size: 18px; } }
    .sec-reason .sec-box p {
      margin-top: 1em; }
    .sec-reason .sec-box .box-img {
      text-align: center; }
    @media screen and (min-width: 768px) {
      .sec-reason .sec-box {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -1em;
        margin-right: -1em; }
        .sec-reason .sec-box .box-text {
          width: 60%;
          padding: 0.5em 1em; }
        .sec-reason .sec-box .box-img {
          width: 40%;
          padding: 0 1em; }
        .sec-reason .sec-box.-reverse .box-text {
          order: 2; } }
  .sec-reason.-reason01 .sec-box .box-img img {
    display: block; }
  @media screen and (max-width: 767px) {
    .sec-reason.-reason01 .sec-box .box-img.person {
      width: 80%;
      margin: 1em auto; } }
  .sec-reason.-reason02 {
    background: #FFF8F8; }
    .sec-reason.-reason02 .sec-title {
      border-left: 6px solid #F87B83;
      border-right: 6px solid #F87B83;
      background: #fff; }
      .sec-reason.-reason02 .sec-title .no {
        border-bottom: 1px solid #F87B83;
        color: #F87B83; }
      .sec-reason.-reason02 .sec-title .jp .en {
        color: rgba(248, 123, 131, 0.1); }
      .sec-reason.-reason02 .sec-title .jp h2 {
        color: #F87B83; }
      .sec-reason.-reason02 .sec-title .jp .text {
        color: #F87B83; }
    .sec-reason.-reason02 .img {
      padding: 3em 0; }
      @media screen and (min-width: 768px) {
        .sec-reason.-reason02 .img {
          width: 80%;
          margin: 0 auto; } }
  .sec-reason.-reason03 {
    padding-bottom: 75px; }
    .sec-reason.-reason03 .sec-title {
      border-left: 6px solid #8897D3;
      border-right: 6px solid #8897D3;
      background: #FAFBFF; }
      .sec-reason.-reason03 .sec-title .no {
        border-bottom: 1px solid #8897D3;
        color: #8897D3; }
      .sec-reason.-reason03 .sec-title .jp .en {
        color: rgba(136, 151, 211, 0.1); }
      .sec-reason.-reason03 .sec-title .jp h2 {
        color: #8897D3; }
      .sec-reason.-reason03 .sec-title .jp .text {
        color: #8897D3; }
    .sec-reason.-reason03 p.reason03-text {
      margin: 4em 0; }
      @media screen and (min-width: 768px) {
        .sec-reason.-reason03 p.reason03-text {
          text-align: center; } }
    .sec-reason.-reason03 .reason03-box {
      background: #FAFBFF;
      border-radius: 18px;
      padding: 2em 120px;
      margin-top: 2em; }
      @media screen and (max-width: 767px) {
        .sec-reason.-reason03 .reason03-box {
          padding: 2em; } }
      @media screen and (min-width: 768px) {
        .sec-reason.-reason03 .reason03-box .inner .wrap {
          -js-display: flex;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          margin-left: -1em;
          margin-right: -1em; }
          .sec-reason.-reason03 .reason03-box .inner .wrap .box-item {
            width: 33.3333%;
            padding: 1em; }
          .sec-reason.-reason03 .reason03-box .inner .wrap .box-text {
            width: 66.666%; }
          .sec-reason.-reason03 .reason03-box .inner .wrap.wrap2 {
            align-items: center;
            padding-top: 1em; } }
      .sec-reason.-reason03 .reason03-box .inner .box-item {
        text-align: center;
        padding: 1em; }
        .sec-reason.-reason03 .reason03-box .inner .box-item dt {
          color: #8897D3;
          font-size: 20px;
          font-weight: bold;
          text-align: center;
          padding-bottom: 5px; }
        .sec-reason.-reason03 .reason03-box .inner .box-item dd.img img {
          width: 106px; }
        .sec-reason.-reason03 .reason03-box .inner .box-item dd.text .marker {
          background: linear-gradient(transparent 70%, #FFF8A2 70%);
          font-weight: bold; }
          .sec-reason.-reason03 .reason03-box .inner .box-item dd.text .marker strong {
            font-size: 33px;
            font-family: "futura-pt", sans-serif;
            font-weight: 500;
            font-style: normal; }
        .sec-reason.-reason03 .reason03-box .inner .box-item .box-text .blue {
          color: #8897D3;
          font-weight: bold; }
  .sec-reason.-reason04 {
    background: #F0FAFF;
    padding-bottom: 75px; }
    .sec-reason.-reason04 .sec-title {
      border-left: 6px solid #20A0E3;
      border-right: 6px solid #20A0E3;
      background: #fff; }
      .sec-reason.-reason04 .sec-title .no {
        border-bottom: 1px solid #20A0E3;
        color: #20A0E3; }
      .sec-reason.-reason04 .sec-title .jp .en {
        color: rgba(32, 160, 227, 0.1); }
      .sec-reason.-reason04 .sec-title .jp h2 {
        color: #20A0E3; }
      .sec-reason.-reason04 .sec-title .jp .text {
        color: #20A0E3; }
    .sec-reason.-reason04 .sec-box h3:before {
      background: url("../../../lp@main/recruit_shinsotsu/img/icon_title_aqua.png") no-repeat center center;
      background-size: contain; }
    @media screen and (max-width: 767px) {
      .sec-reason.-reason04 .sec-box .box-img.person {
        width: 80%;
        margin: 1em auto; } }
    .sec-reason.-reason04 .step-contents {
      background: #fff;
      border-radius: 25px;
      padding: 50px 75px 20px;
      margin: 3em 0 0; }
      @media screen and (max-width: 767px) {
        .sec-reason.-reason04 .step-contents {
          padding: 2em 1.5em; } }
      .sec-reason.-reason04 .step-contents .step-title {
        position: relative;
        text-align: center; }
        .sec-reason.-reason04 .step-contents .step-title:before {
          content: "";
          width: 100%;
          height: 7px;
          background: #20A0E3;
          position: absolute;
          top: 50%;
          left: 0;
          z-index: 0; }
        .sec-reason.-reason04 .step-contents .step-title h3 {
          display: inline-block;
          background: #fff;
          padding: 0 40px;
          position: relative;
          z-index: 1; }
          .sec-reason.-reason04 .step-contents .step-title h3 span {
            display: block; }
            .sec-reason.-reason04 .step-contents .step-title h3 span.en {
              color: #20A0E3;
              font-family: "futura-pt", sans-serif;
              font-weight: 500;
              font-style: normal;
              font-size: 16px; }
            .sec-reason.-reason04 .step-contents .step-title h3 span.jp {
              font-size: 24px; }
      .sec-reason.-reason04 .step-contents .step-box {
        border-bottom: 2px solid #97D4F4;
        background: #fff;
        position: relative;
        z-index: 1;
        margin-bottom: 24px;
        padding: 5px 25px 24px; }
        @media screen and (min-width: 768px) {
          .sec-reason.-reason04 .step-contents .step-box {
            -js-display: flex;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: center;
            align-items: center;
            margin-left: -1em;
            margin-right: -1em; }
            .sec-reason.-reason04 .step-contents .step-box .step-text {
              width: 55%;
              padding: 0.5em 1em; }
            .sec-reason.-reason04 .step-contents .step-box .step-img {
              width: 45%;
              padding: 0.5em 1em; }
            .sec-reason.-reason04 .step-contents .step-box.-reverse .step-text {
              order: 2; } }
        .sec-reason.-reason04 .step-contents .step-box:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-left: 24px solid transparent;
          border-right: 24px solid transparent;
          border-top: 24px solid #97D4F4;
          position: absolute;
          bottom: -24px;
          left: 50%;
          transform: translateX(-50%); }
        .sec-reason.-reason04 .step-contents .step-box.step2 {
          padding-bottom: 0; }
          .sec-reason.-reason04 .step-contents .step-box.step2 .step-img {
            padding-bottom: 0; }
            .sec-reason.-reason04 .step-contents .step-box.step2 .step-img img {
              display: block; }
          .sec-reason.-reason04 .step-contents .step-box.step2 .step-text {
            padding-bottom: 24px; }
        .sec-reason.-reason04 .step-contents .step-box.-last {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
          .sec-reason.-reason04 .step-contents .step-box.-last:after {
            content: none; }
        .sec-reason.-reason04 .step-contents .step-box h4 {
          color: #20A0E3;
          font-weight: bold;
          font-size: 20px; }
  .sec-reason.-reason05 {
    padding-bottom: 75px; }
    .sec-reason.-reason05 .sec-title {
      border-left: 6px solid #1272C4;
      border-right: 6px solid #1272C4;
      background: #fff;
      background: #F2F9FF; }
      .sec-reason.-reason05 .sec-title .no {
        border-bottom: 1px solid #1272C4;
        color: #1272C4; }
      .sec-reason.-reason05 .sec-title .jp .en {
        color: rgba(32, 160, 227, 0.1); }
      .sec-reason.-reason05 .sec-title .jp h2 {
        color: #1272C4; }
      .sec-reason.-reason05 .sec-title .jp .text {
        color: #1272C4; }
    .sec-reason.-reason05 .sec-box h3:before {
      background: url("../../../lp@main/recruit_shinsotsu/img/icon_title_blue.png") no-repeat center center;
      background-size: contain; }
    .sec-reason.-reason05 .step-wrap {
      width: 90%;
      margin: 50px auto 2em; }
      .sec-reason.-reason05 .step-wrap .step-item.-arrow {
        position: relative; }
        .sec-reason.-reason05 .step-wrap .step-item.-arrow:after {
          content: "";
          display: block;
          width: 18px;
          height: 36px;
          background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_step_blue.png") no-repeat center;
          background-size: contain; }
        @media screen and (max-width: 767px) {
          .sec-reason.-reason05 .step-wrap .step-item.-arrow {
            margin-bottom: 45px; }
            .sec-reason.-reason05 .step-wrap .step-item.-arrow:after {
              position: absolute;
              left: 50%;
              bottom: -50px;
              transform: rotate(90deg) translateX(-50%); } }
      .sec-reason.-reason05 .step-wrap .step-item .step-box {
        position: relative; }
        .sec-reason.-reason05 .step-wrap .step-item .step-box .circle {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 90px;
          height: 90px;
          border-radius: 45px;
          border: 3px solid #1272C4;
          position: absolute;
          top: -37px;
          right: 0;
          background: #fff;
          color: #1272C4;
          font-weight: bold;
          font-size: 14px;
          text-align: center;
          line-height: 1.3; }
        .sec-reason.-reason05 .step-wrap .step-item .step-box .step-inner {
          background: #F2F9FF;
          border-radius: 18px;
          padding: 1.5em; }
          .sec-reason.-reason05 .step-wrap .step-item .step-box .step-inner dl dt {
            font-size: 20px;
            font-weight: bold;
            color: #1272C4; }
          .sec-reason.-reason05 .step-wrap .step-item .step-box .step-inner dl dd {
            margin-top: 0.7em; }
      @media screen and (min-width: 768px) {
        .sec-reason.-reason05 .step-wrap {
          width: calc(100% + 45px);
          -js-display: flex;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          margin: 3em -22.5px 1em; }
          .sec-reason.-reason05 .step-wrap .step-item {
            width: 33.333%;
            position: relative;
            padding: 22.5px; }
            .sec-reason.-reason05 .step-wrap .step-item:after {
              position: absolute;
              right: -32px;
              top: 50%;
              transform: translateY(-50%);
              margin-right: 20px; }
            .sec-reason.-reason05 .step-wrap .step-item .step-box {
              height: 100%; }
              .sec-reason.-reason05 .step-wrap .step-item .step-box .step-inner {
                height: 100%; } }
  .sec-reason.-reason06 {
    background: #F0F4FF;
    padding-bottom: 75px; }
    .sec-reason.-reason06 .sec-title {
      border-left: 6px solid #002588;
      border-right: 6px solid #002588;
      background: #fff; }
      .sec-reason.-reason06 .sec-title .no {
        border-bottom: 1px solid #002588;
        color: #002588; }
      .sec-reason.-reason06 .sec-title .jp .en {
        color: rgba(32, 160, 227, 0.1); }
      .sec-reason.-reason06 .sec-title .jp h2 {
        color: #002588; }
      .sec-reason.-reason06 .sec-title .jp .text {
        color: #002588; }
    .sec-reason.-reason06 .sec-box h3:before {
      background: url("../../../lp@main/recruit_shinsotsu/img/icon_title_navy.png") no-repeat center center;
      background-size: contain; }
    @media screen and (min-width: 768px) {
      .sec-reason.-reason06 .sec-box {
        width: 95%;
        margin: 0 auto; } }
    .sec-reason.-reason06 table.tbl-price {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #D8E2FF;
      overflow: hidden;
      background: #002588;
      color: #fff;
      font-weight: bold;
      margin: 2em 0 1em; }
      .sec-reason.-reason06 table.tbl-price thead th {
        background: #002588;
        color: #fff;
        border: 1px solid #D8E2FF; }
        .sec-reason.-reason06 table.tbl-price thead th.red {
          background: #F87B83; }
      .sec-reason.-reason06 table.tbl-price th, .sec-reason.-reason06 table.tbl-price td {
        border: 1px solid #D8E2FF;
        padding: 0.3em;
        border-left: 0;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        white-space: nowrap;
        vertical-align: middle; }
        @media screen and (max-width: 767px) {
          .sec-reason.-reason06 table.tbl-price th, .sec-reason.-reason06 table.tbl-price td {
            font-size: 12px; } }
      .sec-reason.-reason06 table.tbl-price th {
        text-align: center;
        position: relative;
        background: #002588;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .sec-reason.-reason06 table.tbl-price th {
            font-size: 70%; } }
      .sec-reason.-reason06 table.tbl-price td {
        background: #fff;
        color: #707070; }
        .sec-reason.-reason06 table.tbl-price td.red {
          color: #F87B83; }
        .sec-reason.-reason06 table.tbl-price td.small {
          font-weight: normal;
          font-size: 12px; }
          @media screen and (max-width: 767px) {
            .sec-reason.-reason06 table.tbl-price td.small {
              font-size: 65%; } }

.sec-btn {
  background: url("../../../lp@main/recruit_shinsotsu/img/gradation.jpg") no-repeat center center;
  background-size: 100% auto;
  padding: 4em 0; }

/*------------------------------------------
				新入社員の声
------------------------------------------*/
.sec-voice {
  padding: 75px 0;
  background: #FFF4F7; }
  .sec-voice .wide-container {
    overflow-x: visible; }
  .sec-voice .slick-prev, .sec-voice .slick-next {
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: auto;
    right: auto;
    left: auto; }
  .sec-voice .slick-prev {
    left: -60px;
    background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_pink_prev.png") no-repeat center center;
    background-size: contain; }
  .sec-voice .slick-next {
    right: -60px;
    background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_pink.png") no-repeat center center;
    background-size: contain; }
  .sec-voice .voice-wrap .voice-item {
    padding: 20px; }
    .sec-voice .voice-wrap .voice-item dl {
      font-size: 16px;
      margin-top: 1em; }
      .sec-voice .voice-wrap .voice-item dl dt {
        font-weight: bold; }
    .sec-voice .voice-wrap .voice-item .voice-inner:hover {
      cursor: pointer; }
  @media screen and (min-width: 768px) {
    .sec-voice .movie-wrap {
      display: flex;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px; }
      .sec-voice .movie-wrap .movie-item {
        width: calc(100% / 3);
        padding: 20px; }
        .sec-voice .movie-wrap .movie-item .caption {
          margin-top: 0.5em; } }
  @media screen and (max-width: 767px) {
    .sec-voice .movie-wrap .movie-item {
      margin-bottom: 1em; } }

/*------------------------------------------
				sec-insta
------------------------------------------*/
.sec-insta {
  padding: 75px 0; }
  .sec-insta .sec-title .jp .en {
    color: rgba(248, 123, 131, 0.1); }
  .sec-insta .sec-title .jp h2 {
    color: #F87B83; }
  .sec-insta .insta-text {
    width: 650px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .sec-insta .insta-text {
        width: 91%; } }

/*------------------------------------------
				sec-process
------------------------------------------*/
.sec-process {
  background: #F2F5FF;
  padding: 75px 0; }
  .sec-process .sec-title .jp .en {
    color: rgba(136, 151, 211, 0.1); }
  .sec-process .sec-title .jp h2 {
    color: #8897D3; }
  .sec-process .step-wrap .step-item:after {
    content: "";
    display: block;
    width: 18px;
    height: 36px;
    background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_step_pink.png") no-repeat center;
    background-size: contain; }
  .sec-process .step-wrap .step-item.-step02:after {
    background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_step_purple.png") no-repeat center;
    background-size: contain; }
  .sec-process .step-wrap .step-item.-step03:after {
    background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_step_aqua.png") no-repeat center;
    background-size: contain; }
  .sec-process .step-wrap .step-item.-step04:after {
    content: none; }
  @media screen and (min-width: 768px) {
    .sec-process .step-wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      align-items: center;
      justify-content: center;
      margin-left: -22.5px;
      margin-right: -22.5px; }
      .sec-process .step-wrap .step-item {
        width: 195px;
        position: relative;
        padding: 22.5px; }
        .sec-process .step-wrap .step-item:after {
          position: absolute;
          right: -32px;
          top: 50%;
          transform: translateY(-50%);
          margin-right: 21px; } }
  @media screen and (max-width: 1024px) {
    .sec-process .step-wrap .step-item {
      width: 22%; } }
  @media screen and (max-width: 767px) {
    .sec-process .step-wrap {
      width: 60%;
      margin: 0 auto; }
      .sec-process .step-wrap .step-item {
        margin-bottom: 45px;
        position: relative;
        width: 100%; }
        .sec-process .step-wrap .step-item:after {
          position: absolute;
          left: 50%;
          bottom: -40px;
          transform: rotate(90deg) translateY(15%); } }
  @media screen and (max-width: 575px) {
    .sec-process .step-wrap {
      width: 45%;
      margin: 0 auto; } }

.page-title-wrapper {
  background: url("../../../lp@main/recruit_shinsotsu/img/gradation.jpg") no-repeat center center;
  background-size: 100% auto; }
  .page-title-wrapper .page-title {
    padding: 4em 0 2em;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center; }

.sec-btn-w {
  padding: 35px 0; }
  .sec-btn-w .btn-wrap .btn-item {
    width: 350px;
    margin: 1em auto; }
    .sec-btn-w .btn-wrap .btn-item .btn {
      width: 100%;
      position: relative;
      display: block;
      text-align: center;
      padding: 0.6em 1em; }
      .sec-btn-w .btn-wrap .btn-item .btn:after {
        content: "";
        width: 22px;
        height: 22px;
        background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_down_pink.png") no-repeat center center;
        background-size: contain;
        display: block;
        position: absolute;
        right: 1em;
        top: 50%;
        transform: translateY(-50%); }
      .sec-btn-w .btn-wrap .btn-item .btn.-pink {
        background: #FF8DB6; }
      .sec-btn-w .btn-wrap .btn-item .btn.-blue {
        background: #20A0E3; }
        .sec-btn-w .btn-wrap .btn-item .btn.-blue:after {
          background: url("../../../lp@main/recruit_shinsotsu/img/icon_arrow_down_blue.png") no-repeat center center;
          background-size: contain; }
  @media screen and (min-width: 768px) {
    .sec-btn-w .btn-wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      margin-left: -25px;
      margin-right: -25px; }
      .sec-btn-w .btn-wrap .btn-item {
        padding: 25px;
        margin: 0; } }

.sec-app {
  padding: 75px 0;
  background: #FFF4F7; }
  .sec-app .sec-title .jp .en {
    color: rgba(255, 141, 182, 0.14); }
  .sec-app .sec-title .jp h2 {
    color: #FF8DB6; }
  .sec-app .table-app table.tbl-app {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    margin: 2em 0 1em;
    background: #fff;
    border-radius: 10px;
    overflow: hidden; }
    .sec-app .table-app table.tbl-app th, .sec-app .table-app table.tbl-app td {
      border: 1px solid #fff;
      padding: 1em 1.5em;
      border-left: 0; }
      @media screen and (max-width: 767px) {
        .sec-app .table-app table.tbl-app th, .sec-app .table-app table.tbl-app td {
          display: block;
          width: 100%; } }
    .sec-app .table-app table.tbl-app th {
      background: #FFEDF3;
      font-weight: bold;
      color: #FF8DB6;
      vertical-align: middle;
      text-align: left;
      white-space: nowrap; }
    .sec-app .table-app table.tbl-app td {
      background: #fff; }
      .sec-app .table-app table.tbl-app td .small {
        font-weight: normal;
        font-size: 13px; }
      .sec-app .table-app table.tbl-app td .tag-list li {
        list-style: none;
        display: inline-block;
        border: 1px solid #FF8DB6;
        color: #E2437C;
        border-radius: 1em;
        padding: 6px 12px;
        line-height: 1;
        margin: 5px 10px 5px 0; }

.sec-form {
  padding: 75px 0; }
  .sec-form .sec-title .jp .en {
    color: rgba(82, 192, 250, 0.15); }
  .sec-form .sec-title .jp h2 {
    color: #20A0E3; }
  .sec-form .sec-contact-form {
    background: #EDF7FC;
    border-radius: 10px;
    padding: 40px 65px; }
    @media screen and (max-width: 767px) {
      .sec-form .sec-contact-form {
        padding: 2em 1em; } }

.privacy-box {
  height: 360px;
  padding: 21px 40px;
  margin: 30px 5px 0;
  border: 1px solid transparent;
  overflow-y: scroll;
  outline: 1px solid #ccc;
  background: #fff; }
  .privacy-box h3 {
    font-size: 22px;
    margin-top: 1em;
    font-weight: bold; }
  .privacy-box h4 {
    margin: 1em 0 0.5em;
    font-weight: bold;
    font-size: 18px; }
  .privacy-box h5 {
    font-weight: bold;
    font-size: 16px;
    margin: 1em 0 0.5em; }
  .privacy-box .text {
    font-size: 15px;
    margin: 1em 0; }
  .privacy-box ul {
    padding-left: 1em;
    margin: 0.5em 0; }
