

/* ---------------------------------

 recruit

--------------------------------- */

.recruit__btn-entry {
  width: 200px;
  transition: transform .2s cubic-bezier(.02, .01, .47, 1);
  position: absolute;
  right: 4%;
  top: 160px;
  mix-blend-mode: multiply;
}


body.recruit .mainContents {
  padding-top: 0;
}
body.recruit .page-header {
  background: url("../recruit_img/recruit_pageheader.png") no-repeat center center / cover;
  height: 100vh;
}
body.recruit .page-header__inner {
  height: 100%;
  padding-top: 80px;
  display: flex;
  align-items: center;
}

.recruit-message__title {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.recruit-message__title .text-grad {
  display: inline-block;
  letter-spacing: inherit;
  background: linear-gradient(96deg, #dfb2d1, #d5b1e1 0%, #327dda 35%, #3273db 75%, #76aada);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-message__title .md {
  font-size: 110%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.recruit-message__title .sm {
  font-size: 80%;
  line-height: 2.2;
}
.recruit-message__title .kk-l,
.recruit-message__title .kk-r {
  font-size: 150%;
  line-height: 1;
  font-weight: 300;
}
.recruit-message__title .kk-l {
  letter-spacing: 0;
  margin-left: -0.7em;
  vertical-align: middle;
}
.recruit-message__title .kk-r {
  letter-spacing: 0;
  margin-right: -0.4em;
  vertical-align: baseline;
}
.recruit-message__title .nami {
  font-size: 80%;
  vertical-align: baseline;
  margin: 0 0.1em;
}

.recruit-message__text .daihyo {
  font-size: 87.5%;
  margin: 0 0.1em 0 0.2em;
}

.recruit-job__list .dl {
  margin-bottom: 30px;
}
.recruit-job__list .dt {
  background: #edebe8;
  padding: 20px 30px;
  font-size: 1.7rem;
  line-height: 1.7;
  position: relative;
  cursor: pointer;
}
.recruit-job__list .dt .btn-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
}
.recruit-job__list .dt .btn-icon::before,
.recruit-job__list .dt .btn-icon::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .2s;
}
.recruit-job__list .dt .btn-icon::after {
  transform: rotate(90deg);
}
.recruit-job__list .dt.is-open .btn-icon::before {
  transform: rotate(45deg);
}
.recruit-job__list .dt.is-open .btn-icon::after {
  transform: rotate(135deg);
}
.recruit-job__list .dd {
  background: #edebe8;
  padding: 0 30px 30px;
  display: none;
}

.recruit-attractive__row {
  position: relative;
}
.recrupt-attractive__bg {
  width: 84%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  top: -200px;
  z-index: -1;
}
.recruit-attractive__row-info {
  width: 42%;
  min-width: 400px;
  padding-right: 4%;
}
.recruit-attractive__row-img {
  flex: 1;
  margin-top: -120px;
}
.recruit-attractive__list {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.recruit-attractive__list .box {
  padding: 1.5%;
}
.recruit-attractive__list .box-text {
  margin-top: 15px;
}
.recruit-attractive__list .box-text .dt {
  font-size: 112.5%;
  font-weight: bold;
}

.recruit-attractive__support {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4%;
  position: relative;
}
.recruit-attractive__support .dl {
  padding: 30px 0;
  border: 1px solid #20395a;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #edebe8;
}
.recruit-attractive__support .dt {
  text-align: center;
  padding: 0 4%;
  min-width: 225px;
  border-right: 1px solid #20395a;
}
.recruit-attractive__support .dt .icon {
  width: 103px;
  margin: 0 auto 10px;
}
.recruit-attractive__support .dt .title {
  font-size: 1.4rem;
  font-weight: bold;
}
.recruit-attractive__support .dd {
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 4%;
}
.recruit-attractive__support .dd .sm {
  font-size: 88%;
}
.recruit-attractive__support .text-img {
  width: 320px;
  position: absolute;
  right: 0;
  top: -60px;
}

.recruit-recruitment__list {
  margin-left: -2%;
  margin-right: -2%;
}
.recruit-recruitment__list .box {
  padding: 20px 2%;
}
.recruit-recruitment__list .box-text {
  font-size: 87.5%;
  margin-top: 10px;
}
.recruit-recruitment__list .box-bnr {
  position: relative;
}
.recruit-recruitment__list .box-bnr .viewmore {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  background: rgba(13, 31, 55, 0.5);
  font-size: 3rem;
  position: absolute;
  left: 10px;
  top: 10px;
  transition: transform .4s;
  transform: scale(0);
}
.recruit-recruitment__list .box-bnr a:hover .viewmore {
  transform: scale(1);
}



@media only screen and (max-width: 1060px) {

  .recruit__btn-entry {
    width: 80px;
  }

  body.recruit .page-header {
    min-height: 300px;
    height: 60vw;
  }
  body.recruit .page-header__inner {
    padding-top: 80px;
  }

  .recruit-message__title {
    font-size: 2rem;
  }

  .recruit-job__desc {
    text-align: left;
  }
  .recruit-job__list .dl {
    margin-bottom: 15px;
  }
  .recruit-job__list .dt {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
  .recruit-job__list .dd {
    padding: 0 20px 15px;
  }
  .recruit-job__list .dt .btn-icon {
    width: 20px;
    height: 20px;
    right: 15px;
  }

  .recruit-attractive__row-img {
    margin-top: 0;
  }
  .recruit-attractive__row-info {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
  }
  .recruit-attractive__list {
    margin-left: auto;
    margin-right: auto;
  }
  .recruit-attractive__list .box {
    padding: 20px 0;
  }
  .recruit-attractive__support .dt {
    width: 92%;
    margin: auto;
    border-right: none;
    border-bottom: 1px solid #20395a;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .recruit-attractive__support .text-img {
    width: 34%;
    max-width: 200px;
    position: absolute;
    right: 4%;
    top: 0;
  }

  .recruit-recruitment__list .box-bnr .viewmore {
    font-size: 1.8rem;
  }



}

/* ---------------------------------

 new-graduate

--------------------------------- */
body.new-graduate .mainContents {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
body.new-graduate .mainContents::after {
  content: "";
  width: 20%;
  max-width: 334px;
  height: 1517px;
  position: absolute;
  right: -72px;
  bottom: 100px;
  z-index: -1;
  background: url("../recruit_img/recruit_line_vert.png") no-repeat right bottom / 100% auto;
}

body.new-graduate .page-header {
  background: url("../recruit_img/recruit_pageheader.png") no-repeat center center / cover;
  height: 100vh;
}
body.new-graduate .page-header__inner {
  height: 100%;
  padding-top: 80px;
  display: flex;
  align-items: center;
}
body.new-graduate .page-header .container {
  width: 100%;
  max-width: 1700px;
}


.new-graduate-message {
  padding: 100px 0 150px;
  position: relative;
  z-index: 1;
}
.new-graduate-message::after {
  content: "";
  width: 106%;
  height: 50%;
  position: absolute;
  left: -3%;
  bottom: 9%;
  z-index: -1;
  background: url("../recruit_img/recruit_line_hor.png") no-repeat center bottom / 100% auto;
}
.new-graduate-message .recruit-message__title {
  letter-spacing: inherit;
}

.new-graduate-staff__inner {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background: no-repeat center center / cover;
  transition: background .2s;
}
.new-graduate-staff[data-staff="sales-I"] .new-graduate-staff__inner {
  background-image: url("../recruit_img/recruit_staff-sales-i-01.jpg");
}
.new-graduate-staff[data-staff="sales-S"] .new-graduate-staff__inner {
  background-image: url("../recruit_img/recruit_staff-sales-s-01.jpg");
}
.new-graduate-staff[data-staff="manage-K"] .new-graduate-staff__inner {
  background-image: url("../recruit_img/recruit_staff-manage-k-01.jpg");
}

.new-graduate-staff[data-staff="sales-I"].is-view-interview .new-graduate-staff__inner {
  background-image: url("../recruit_img/recruit_staff-sales-i-02.jpg");
}
.new-graduate-staff[data-staff="sales-S"].is-view-interview .new-graduate-staff__inner {
  background-image: url("../recruit_img/recruit_staff-sales-s-02.jpg");
}
.new-graduate-staff[data-staff="manage-K"].is-view-interview .new-graduate-staff__inner {
  background-image: url("../recruit_img/recruit_staff-manage-k-02.jpg");
}

.new-graduate-staff__textimg {
  max-width: 1187px;
  margin: -30px 0 0 auto;
}

.new-graduate-staff__btn-list {
  position: absolute;
  right: 4vw;
  bottom: 30px;
}
.new-graduate-staff__btn-list .item {
  border-radius: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.new-graduate-staff__btn-list .item.is-hidden {
  display: none;
}
.new-graduate-staff__btn-list .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(32, 57, 90, 1);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
}
.new-graduate-staff__btn-list .item .text {
  position: relative;
  padding: 10px 30px;
}


.new-graduate-staff__nav-list {
  gap: 56px;
}
.new-graduate-staff__nav-list .item {
  flex: 1;
  cursor: pointer;
}
.new-graduate-staff__nav-list .item.is-hidden {
  display: none;
}
.new-graduate-staff__nav-list .item-img {
  position: relative;
}
.new-graduate-staff__nav-list .item-img .viewmore {
  width: 157px;
  height: 157px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(0, 123, 199, 0.6), rgba(7, 49, 144, 0.6));
  color: #fff;
  font-family: 'Jost';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s;
}
.new-graduate-staff__nav-list .item:hover .viewmore {
  opacity: 1;
}
.new-graduate-staff__nav-list .item-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  background-image: linear-gradient(270deg, rgba(0, 123, 199, 1), rgba(7, 49, 144, 1));
  border-radius: 9999px;
  height: 70px;
  padding: 0 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.new-graduate-staff__nav-list .item-logo {
  max-width: 226px;
  margin: 25px auto 0;
  line-height: 1;
}


.new-graduate-staff__contents {
  height: 100%;
  width: 60%;
  min-width: 750px;
  position: relative;
  margin-left: auto;
  padding: 80px 4vw 80px 12vw;
}
.new-graduate-staff__contents-inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

/*
.new-graduate-staff__scrollbar-dot {
  width: 6px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.new-graduate-staff__scrollbar-dot::before,
.new-graduate-staff__scrollbar-dot::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -6px;
}
.new-graduate-staff__scrollbar-dot::before {
  top: 0;
}
.new-graduate-staff__scrollbar-dot::after {
  bottom: 0;
}
.new-graduate-staff__contents-inner::-webkit-scrollbar {
  width: 3px;
}
.new-graduate-staff__contents-inner::-webkit-scrollbar-track {
  border: 1px solid rgba(32, 57, 90, 1);
  background: rgba(255, 255, 255, .5);
}
.new-graduate-staff__contents-inner::-webkit-scrollbar-thumb {
  width: 3px;
  background: #fff;
  border-radius: 6px;
}
*/

.new-graduate-staff .mCSB_inside>.mCSB_container {
  margin: 0;
}
.new-graduate-staff .mCSB_scrollTools {
  width: 6px;
  margin-right: 30px;
}
.new-graduate-staff .mCSB_scrollTools::before {
  content: "SCROLL";
  font-family: 'Jost';
  font-size: 1.1rem;
  line-height: 1;
  width: 80px;
  height: 80px;
  display: block;
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  right: -2em;
}
.new-graduate-staff .mCSB_scrollTools::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-style: none solid solid none;
  transform: rotate(45deg);
  position: absolute;
  right: -20px;
  top: 4em;
}

.new-graduate-staff .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: rgba(255, 255, 255, .5) !important;
}
.new-graduate-staff .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
  background-color: rgba(255, 255, 255, 1) !important;
}
.new-graduate-staff .mCSB_scrollTools .mCSB_draggerRail::before,
.new-graduate-staff .mCSB_scrollTools .mCSB_draggerRail::after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
}
.new-graduate-staff .mCSB_scrollTools .mCSB_draggerRail::before {
  top: 0;
}
.new-graduate-staff .mCSB_scrollTools .mCSB_draggerRail::after {
  bottom: 0;
}

.new-graduate-staff-section {
  position: relative;
}
.new-graduate-staff__contents-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, rgba(0, 123, 199, 0.1) 5%, rgba(0, 123, 199, 0.95) 30%, rgba(7, 49, 144, 1) 100%);
  /*
  mix-blend-mode: multiply;
  */
  position: absolute;
  left: 0;
  top: 0;
}
.new-graduate-staff-section__inner {
  position: relative;
  padding: 0 4vw 0 0;
}


.new-graduate-staff__name {
  font-size: 106%;
  position: relative;
}
.new-graduate-section__title .ja,
.new-graduate-section__title .en {
  display: block;
}
.new-graduate-section__title .ja {
  font-size: 1.6rem;
  font-weight: 500;
}
.new-graduate-section__title .en {
  font-size: 4.2rem;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new-graduate-schedule__title .en img {
  width: 215px;
}
.new-graduate-interview__title .en img {
  width: 143px;
}

.new-graduate-schedule__flow {
  padding: 20px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 60px;
}
.new-graduate-schedule__flow .row {
  padding: 20px 0;
  display: flex;
}
.new-graduate-schedule__flow .row-time {
  width: 130px;
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  height: 100%;
  padding-left: 30px;
}
.new-graduate-schedule__flow .row-time::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.new-graduate-schedule__flow .row-dl {
  flex: 1;
}
.new-graduate-schedule__flow .row-dt {
  border-left: 2px solid #fff;
  padding-left: 30px;
  line-height: 1.5;
}
.new-graduate-schedule__flow .row-dd {
  padding: 10px 0 0 40px;
}

.new-graduate-interview__qa {
  margin-left: 60px;
}
.new-graduate-interview__qa .qa-dl {
  padding: 30px 0;
}
.new-graduate-interview__qa .qa-dt,
.new-graduate-interview__qa .qa-dd {
  position: relative;
  padding-left: 40px;
}
.new-graduate-interview__qa .qa-dt::before,
.new-graduate-interview__qa .qa-dd::before {
  display: inline-block;
  content: "";
  background: no-repeat center center / 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  font-family: 'Jost';
  line-height: 1;
}
.new-graduate-interview__qa .qa-dt::before {
  content: "Q";
}
.new-graduate-interview__qa .qa-dd::before {
  content: "A";
}
.new-graduate-interview__qa .qa-dd {
  margin-top: 25px;
}


.new-graduate-requirements {
  position: relative;
}
.new-graduate-requirements .td-row .td-l {
  margin-right: 6%;
  min-width: 11em;
}

@media only screen and (max-width: 1060px) {

  body.new-graduate .mainContents {

  }
  body.new-graduate .mainContents::after {
    content: none;
  }

  body.new-graduate .page-header {
    height: 450px;
  }
  body.new-graduate .page-header__mv-catch {
    font-size: min(5vw, 4rem);
    margin-top: 30px;
  }

  .new-graduate-message {
    padding: 60px 0;
  }

  .new-graduate-section__title .ja {
    font-size: 1.4rem;
  }
  .new-graduate-section__title .en {
    font-size: 3.2rem;
  }

  .new-graduate-staff__contents {
    height: 100%;
    width: 100%;
    max-width: 1060px;
    min-width: initial;
    padding: 60px 4vw;
  }
  .new-graduate-staff__btn-list {
    position: static;
    padding: 35px 4vw;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .new-graduate-staff__btn-list .item {
    height: 40px;
    margin: 5px;
  }
  .new-graduate-staff__btn-list .item .text {
    padding: 10px 20px;
  }


  .new-graduate-staff__nav {
    margin-top: 20px;
  }
  .new-graduate-staff__nav-list {
    gap: 20px 4%;
  }
  .new-graduate-staff__nav-list .item {
    width: 48%;
  }
  .new-graduate-staff__nav-list .item-text {
    font-size: 1rem;
    padding: 10px;
    height: 40px;
    margin-top: 10px;
  }
  .new-graduate-staff__nav-list .item-logo {
    width: 80%;
    margin-top: 15px;
  }
  .new-graduate-staff__nav-list .item-img .viewmore {
    width: 90px;
    height: 90px;
    font-size: 1rem;
  }

  .new-graduate-staff__textimg {
    margin: -2vw 0 0 auto;
    width: 80%;
  }

  .new-graduate-staff__contents-bg {
    background-image: linear-gradient(90deg,rgba(0, 123, 199, 0.95) , rgba(7, 49, 144, 1) 100%);
  }

  .new-graduate-staff[data-staff] .new-graduate-staff__inner {
    height: auto;
    background: none !important;
  }
  .new-graduate-staff .mCSB_inside>.mCSB_container {
    top: 0 !important;
  }
  .new-graduate-staff-section__inner {
    padding: 0;
  }
  .new-graduate-schedule__flow {
    margin-left: 10px;
  }
  .new-graduate-interview__qa {
    margin-left: 10px;
  }
  .new-graduate-schedule__flow .row-time {
    width: 80px;
    font-size: 1.9rem;
    padding-left: 15px;
  }

  .new-graduate-requirements .td-row .td-l {
    margin-right: 6%;
    min-width: auto;
  }

}
