@charset "UTF-8";
/*mediaquery*/
/*mixin*/
/* Font系 */
/*
recruit 共通
*/
body {
  background: #eeeceb;
}

@-webkit-keyframes slide-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes slide-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

.card-pt01 {
  position: relative;
}

.card-pt01 .card-img {
  width: 76.7%;
  margin-right: -3.4%;
  margin-left: auto;
}

.card-pt01 .card-txt {
  display: block;
  width: 45%;
  padding: 6% 5% 4%;
  background: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  position: absolute;
  bottom: 7.3%;
  left: 1.7%;
}

.card-pt01 .card-txt::before {
  content: '';
  width: 1rem;
  height: 87%;
  background: #00a8ff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card-pt01 .card-txt::after {
  content: '';
  width: 0%;
  height: 100%;
  background: #00a8ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.card-pt01 .card-txt .card-title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: normal;
  -webkit-transition: .3s;
  transition: .3s;
}

.card-pt01 .card-txt .card-title .Roboto {
  display: block;
  margin-bottom: 2rem;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.1;
}

.card-pt01 .card-txt p {
  color: #939393;
}

.card-pt01 .card-txt .more {
  margin-top: 4rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.card-pt01 .card-txt .more span {
  display: inline-block;
  padding-bottom: 1em;
  padding-right: 2rem;
  border-bottom: .2rem solid currentcolor;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}

.card-pt01 .card-txt:hover::after {
  -webkit-animation: slide-bar 1s ease;
          animation: slide-bar 1s ease;
}

.card-pt01 .card-txt:hover .card-title,
.card-pt01 .card-txt:hover .more {
  color: #00a8ff;
}

.card-pt01.img-left .card-img {
  margin-right: auto;
  margin-left: -3.4%;
}

.card-pt01.img-left .card-txt {
  left: auto;
  right: 1.7%;
}

.card-pt01.img-left .card-txt::before {
  left: auto;
  right: 0;
}

.card-pt01.purple .card-txt::before {
  background: #6e5bff;
}

.card-pt01.purple .card-txt::after {
  background: #6e5bff;
}

.card-pt01.purple .card-txt:hover .card-title,
.card-pt01.purple .card-txt:hover .more {
  color: #6e5bff;
}

.bg-detail-pt01 {
  position: relative;
}

.bg-detail-pt01::before {
  content: '';
  width: 50vw;
  height: 33.3vw;
  background: #6e5bff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.bg-detail-pt01::after {
  content: '';
  width: 29.9vw;
  height: 34.1vw;
  background: url(../img/recruit/detail-pt01-purple.png) no-repeat top right/contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-8rem);
          transform: translateY(-8rem);
  z-index: -1;
}

.bg-detail-pt01.yellow::before {
  background: #ffc038;
}

.bg-detail-pt01.yellow::after {
  background: url(../img/recruit/detail-pt01-yellow.png) no-repeat top right/contain;
}

.recruit-content-pt01 {
  margin-top: 10rem;
  margin-bottom: 20rem;
  padding-top: 10rem;
  position: relative;
  overflow-x: hidden;
}

.recruit-content-pt01 .content-img {
  width: 83.6%;
  margin-left: auto;
  margin-right: -9rem;
}

.recruit-content-pt01 .content-txt {
  width: 68vw;
  max-width: 106rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 12rem;
  padding-left: 14.6vw;
  background: #fff;
  font-weight: 300;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-content-pt01 .content-txt .content-tittle {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
}

.recruit-content-pt02 {
  margin-top: 10rem;
  margin-bottom: 20rem;
}

.recruit-content-pt02 .bg {
  padding: 10rem 5rem 8rem;
  background: #fff;
  position: relative;
}

.recruit-content-pt02 .bg::before {
  content: '';
  width: 16rem;
  height: .8rem;
  margin: 0 auto;
  background: #00a8ff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.recruit-content-pt02 .en-content-tittle {
  margin: 0 auto;
  color: #00a8ff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 3rem;
  right: 0;
  left: 0;
}

.recruit-content-pt02 .content-tittle {
  margin-top: 0;
  margin-bottom: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.recruit-content-pt02 .arrow_link {
  text-decoration: underline;
}

.recruit-content-pt02.orange .bg::before {
  background: #fe7a5f;
}

.recruit-content-pt02.orange .en-content-tittle {
  color: #fe7a5f;
}

.recruit-content-pt02.green .bg::before {
  background: #42be6b;
}

.recruit-content-pt02.green .en-content-tittle {
  color: #42be6b;
}

.recruit-content-pt02.yellow .bg::before {
  background: #f6ab00;
}

.recruit-content-pt02.yellow .en-content-tittle {
  color: #f6ab00;
}

.recruit-content-pt02.purple .bg::before {
  background: #916afc;
}

.recruit-content-pt02.purple .en-content-tittle {
  color: #916afc;
}

.recruit-content-pt03 {
  margin-top: 10rem;
  margin-bottom: 20rem;
  position: relative;
}

.recruit-content-pt03::before {
  content: '';
  width: 66.6vw;
  height: 45rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-content-pt03 .inner {
  max-width: 100rem;
  padding-top: 3rem;
  position: relative;
}

.recruit-content-pt03 .inner::before {
  content: '';
  width: 16rem;
  height: .8rem;
  background: #00a8ff;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-content-pt03 .en-content-tittle {
  display: block;
  margin: 0 auto 6rem;
  color: #00a8ff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

.recruit-content-pt03 .content-tittle {
  margin-top: 0;
  margin-bottom: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.recruit-content-pt04 {
  margin-top: 10rem;
  margin-bottom: 20rem;
  position: relative;
}

.recruit-content-pt04::before {
  content: '';
  width: 66vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-content-pt04 .inner {
  padding-top: 3rem;
  position: relative;
}

.recruit-content-pt04 .inner::before {
  content: '';
  width: 16rem;
  height: .8rem;
  background: #00a8ff;
  position: absolute;
  top: 0;
  left: 5rem;
}

.recruit-content-pt04 .en-content-tittle {
  display: block;
  margin: 0 auto 6rem;
  color: #00a8ff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

.recruit-content-pt04 .content-tittle {
  margin-top: 0;
  margin-bottom: 7rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.recruit-content-pt04 .content-img {
  width: 58.1%;
  max-width: 64rem;
  position: absolute;
  top: 13rem;
  left: 50%;
  z-index: 20;
}

.recruit-content-pt04 .content-txt {
  width: 50%;
  padding-left: 5rem;
  padding-bottom: 10rem;
}

.recruit-content-pt04.img-left::before {
  left: auto;
  right: 0;
}

.recruit-content-pt04.img-left .inner::before {
  left: 60%;
}

.recruit-content-pt04.img-left .content-img {
  left: auto;
  right: 50%;
}

.recruit-content-pt04.img-left .content-txt {
  margin-left: auto;
  padding-left: 10%;
}

.recruit-content-pt04.purple .inner::before {
  background: #6e5bff;
}

.recruit-content-pt04.purple .en-content-tittle {
  color: #6e5bff;
}

.recruit-content-pt04.yellow .inner::before {
  background: #ffc038;
}

.recruit-content-pt04.yellow .en-content-tittle {
  color: #ffc038;
}

.recruit-content-pt04.green .inner::before {
  background: #42be6b;
}

.recruit-content-pt04.green .en-content-tittle {
  color: #42be6b;
}

.recruit-content-pt04.orange .inner::before {
  background: #fe7a5f;
}

.recruit-content-pt04.orange .en-content-tittle {
  color: #fe7a5f;
}

/*
recruit - top
*/
#recruit .more {
  margin-top: 4rem;
  -webkit-transition: .3s;
  transition: .3s;
}

#recruit .more a {
  display: inline-block;
  padding-bottom: 1em;
  padding-right: 2rem;
  border-bottom: .2rem solid currentcolor;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}

#recruit .mainv {
  width: 100%;
  height: 68rem;
  max-height: 100vh;
  background: url(../img/recruit/mainv.jpg) no-repeat center/cover;
  position: relative;
  text-align: center;
}

#recruit .mainv .movie-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#recruit .mainv .movie-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#recruit .mainv .movie-wrap iframe {
  width: 100%;
  height: 100%;
}

#recruit .mainv .movie-wrap video {
  width: 100%;
  height: 100%;
}

#recruit .mainv .inner {
  height: 100%;
  max-width: none;
  padding-top: 6rem;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
}

#recruit .mainv .mainv-txt {
  color: #000;
  font-weight: bold;
  font-size: 7rem;
  line-height: 1.1;
  text-align: center;
}

#recruit .mainv .bg-white-txt {
  display: inline-block;
  margin-bottom: 3rem;
  padding: .4rem 1em;
  background: #fff;
  font-weight: 500;
  font-size: 2.4rem;
}

#recruit .mainv .bg-white-txt:last-child {
  margin-bottom: 0;
}

#recruit .message {
  padding: 22rem 0 25rem;
  background-color: #fff;
  background-image: url(../img/recruit/bg-line-top-right.png);
  background-repeat: no-repeat;
  background-position: center -22rem;
  background-size: 100% auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .01em;
  position: relative;
}

#recruit .message::before {
  content: '';
  width: 39.2%;
  padding-bottom: 33.3%;
  background: url(../img/recruit/bg-message.png) no-repeat center/contain;
  position: absolute;
  bottom: 4%;
  right: 54%;
}

#recruit .message .box {
  width: 50%;
  margin-left: auto;
  padding-right: 4%;
}

#recruit .message h2 {
  margin-top: 0;
  margin-bottom: 5rem;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.1;
}

#recruit .message p:not(:last-child) {
  margin-bottom: 2em;
}

#recruit .future {
  height: 70rem;
  padding-top: 12.6rem;
  background: url(../img/recruit/bg-future.jpg) no-repeat center/cover;
  text-align: center;
  font-size: 1.6rem;
}

#recruit .future h2 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 7rem;
  line-height: 1.1;
  letter-spacing: .01em;
  font-weight: bold;
}

#recruit .future .movie-wrap {
  width: 80%;
  max-width: 80rem;
  margin: 2rem auto 0;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
}

#recruit .future .movie-wrap iframe {
  width: 100%;
  height: 45rem;
}

#recruit .future .movie-wrap video {
  width: 100%;
  height: 45rem;
}

#recruit .culture {
  padding: 30rem 0 23rem;
  background-image: url(../img/recruit/bg-line-top-left.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

#recruit .culture .inner {
  max-width: 120rem;
}

#recruit .culture .card-img {
  pointer-events: none;
}

#recruit .culture .card-img iframe {
  width: 100%;
  height: 51.8rem;
}

#recruit .culture .card-img video {
  width: 100%;
  height: 51.8rem;
}

#recruit .recruit-section-head {
  margin-bottom: 3.5rem;
  color: #939393;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  z-index: 10;
}

#recruit .recruit-section-head h2 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #212121;
}

#recruit .recruit-section-head h2 .Roboto {
  display: block;
  margin-bottom: 2rem;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.1;
}

#recruit .member {
  margin-bottom: 5rem;
}

#recruit .member .more a:hover {
  opacity: .6;
}

#recruit .member .member-list {
  padding-bottom: 10.5rem;
  position: relative;
}

#recruit .member .member-list::before {
  content: '';
  width: 88.9vw;
  height: calc(100% - 10.5rem);
  background: #ff7d30;
  position: absolute;
  right: 0;
  bottom: 0;
}

#recruit .member .member-list::after {
  content: '';
  width: 38.9vw;
  height: 14.9vw;
  background: #ff7d30;
  position: absolute;
  right: 0;
  bottom: calc(100% - 10.5rem);
}

#recruit .member .member-list .slick-list {
  z-index: 10;
}

#recruit .member .member-list .slide-inner {
  margin: 0 1.85rem;
  position: relative;
}

#recruit .member .member-list .slide-inner .img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#recruit .member .member-list .slide-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s;
  transition: .3s;
}

#recruit .member .member-list .slide-inner .txt-wrap {
  width: 100%;
  height: 8rem;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#recruit .member .member-list .slide-inner .txt-wrap .name {
  margin: 0;
  font-size: 1.4rem;
  font-weight: normal;
}

#recruit .member .member-list .slide-inner .txt-wrap .position {
  margin-top: 1em;
  font-size: 1.2rem;
  color: #939393;
  font-weight: normal;
}

#recruit .member .member-list .slide-inner:hover .img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#recruit .member .member-list .slick-arrow {
  width: 2.1rem;
  height: 2rem;
  background: url(../img/common/slider-arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: 3.6rem;
  right: 15.3vw;
  -webkit-transition: .3s;
  transition: .3s;
}

#recruit .member .member-list .slick-arrow:hover {
  opacity: .6;
  cursor: pointer;
}

#recruit .member .member-list .slick-prev {
  right: 19.2vw;
}

#recruit .member .member-list .slick-next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

#recruit .system {
  padding-top: 27rem;
  padding-bottom: 23rem;
  background-image: url(../img/recruit/bg-line-top-right.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 112% 100%;
}

#recruit .system.bg-detail-pt01::before, #recruit .system.bg-detail-pt01::after {
  top: 20rem;
  max-height: 48rem;
}

#recruit .recruit {
  margin-bottom: 20rem;
  padding-top: 3rem;
}

#recruit .recruit .more a:hover {
  opacity: .6;
}

#recruit .recruit .job-list {
  padding-bottom: 10.5rem;
  position: relative;
}

#recruit .recruit .job-list .slide-inner {
  margin: 0 1.85rem;
}

#recruit .recruit .job-list .slide-inner .img-wrap {
  margin-bottom: 2rem;
  overflow: hidden;
}

#recruit .recruit .job-list .slide-inner .img-wrap img {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#recruit .recruit .job-list .slide-inner .txt-wrap .job-category-name {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1em;
}

#recruit .recruit .job-list .slide-inner .txt-wrap .job-description {
  font-weight: 300;
  font-size: 1.4rem;
}

#recruit .recruit .job-list .slide-inner:hover .img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#recruit .recruit .job-list .slick-arrow {
  width: 2.1rem;
  height: 2rem;
  background: url(../img/common/slider-arrow.png) no-repeat center/contain;
  position: absolute;
  bottom: 3.6rem;
  right: 15.3vw;
  -webkit-transition: .3s;
  transition: .3s;
}

#recruit .recruit .job-list .slick-arrow:hover {
  opacity: .6;
  cursor: pointer;
}

#recruit .recruit .job-list .slick-prev {
  right: 19.2vw;
}

#recruit .recruit .job-list .slick-next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

#recruit .recruit.bg-detail-pt01::before, #recruit .recruit.bg-detail-pt01::after {
  top: 12rem;
}

#recruit .recruit.bg-detail-pt01::before {
  height: 76%;
  top: auto;
  bottom: 0;
}

#recruit .recruit.bg-detail-pt01::after {
  right: 8vw;
  -webkit-transform: translateY(-12rem);
          transform: translateY(-12rem);
}

/*
culture
*/
#culture {
  background-image: url(../img/recruit/detail-blue.png), url(../img/recruit/detail-blue02.png);
  background-repeat: no-repeat;
  background-position: left 48%,right 68%;
  background-size: 46rem auto,45.6rem auto;
}

#culture .mainv-pt02 #culture-yt {
  height: 55.55vw;
}

#culture .innovation .content-txt .content-tittle {
  font-weight: 300;
  font-size: 5rem;
  /*
				&+ p {
					margin-bottom: 4rem;
					font-size: 2.2rem;
					font-weight: 500;
				}
				*/
}

#culture .innovation .content-txt .content-tittle .txt-skyblue {
  font-size: 6rem;
  font-weight: bold;
  color: #00a8ff;
}

#culture .important-values .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#culture .important-values .value {
  width: 20%;
  color: #939393;
  font-size: 1.4rem;
  position: relative;
}

#culture .important-values .value .num {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  color: #00a8ff;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}

#culture .important-values .img-wrap {
  margin-bottom: 2rem;
}

#culture .important-values .en-title {
  display: block;
  margin-bottom: 1rem;
  color: #00a8ff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}

#culture .important-values .value-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}

#culture .action-guideline .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#culture .action-guideline .guideline {
  width: 48%;
  margin-bottom: 5%;
  font-weight: 300;
}

#culture .action-guideline .guideline .img-wrap {
  margin-bottom: 2rem;
}

#culture .action-guideline .guideline .guideline-title {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

/*
member
*/
#member .member-container .member-wrap {
  margin-bottom: 10rem;
  padding-top: 8rem;
  position: relative;
}

#member .member-container .member-wrap::before {
  content: '';
  width: 75vw;
  height: 39rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#member .member-container .member-wrap .inner {
  max-width: 100rem;
  position: relative;
  z-index: 3;
}

#member .member-container .member-wrap:nth-of-type(even)::before {
  left: auto;
  right: 0;
}

#member .member-container .member {
  width: 29.5%;
  margin-right: 5.75%;
}

#member .member-container .member:last-child {
  margin-right: 0;
}

#member .member-container .member .position {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
}

#member .member-container .member .position .en {
  margin-right: .8em;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}

#member .member-container .member .position .en.purple {
  color: #5849fe;
}

#member .member-container .member .position .en.orange {
  color: #fe7a5f;
}

#member .member-container .member .position .en.yellow {
  color: #feca2e;
}

#member .member-container .member .position .en.green {
  color: #42be6b;
}

#member .member-container .member .member-profile .img-wrap {
  overflow: hidden;
}

#member .member-container .member .member-profile .img-wrap img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

#member .member-container .member .member-profile .txt-wrap {
  padding: 6%;
  background: #fff;
  color: #939393;
  font-size: 1.2rem;
  font-weight: 300;
}

#member .member-container .member .member-profile .name {
  margin-bottom: 1em;
  text-align: center;
  color: #212121;
  font-size: 1.4rem;
  font-weight: normal;
}

#member .member-container .member .member-profile:hover .img-wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#member-detail {
  background-image: url(../img/recruit/detail-red02.png), url(../img/recruit/detail-red.png), url(../img/recruit/detail-red02.png);
  background-repeat: no-repeat;
  background-position: right 27%,left 40%,right 70%;
  background-size: 45.6rem auto,46rem auto,45.6rem auto;
}

#member-detail .mainv-pt02 {
  margin-bottom: 16rem;
}

#member-detail .mainv-pt02 .mainv-card {
  width: auto;
  min-width: 69rem;
  background: #fe7a5f;
  top: 38rem;
  bottom: auto;
}

#member-detail .mainv-pt02 .mainv-card::before {
  background: #fff;
}

#member-detail .mainv-pt02 .mainv-card .page-title h1 {
  color: #fff;
}

#member-detail .mainv-pt02 .mainv-card .page-title h1 .en {
  color: #fff;
}

#member-detail .mainv-pt02 .mainv-card .page-desc {
  color: #fff;
}

#member-detail .mainv-pt02 .member-profile {
  width: 84.7%;
  margin-left: auto;
  padding-top: 9rem;
  padding-bottom: 7rem;
  padding-left: 10rem;
  padding-right: calc(50% - 55rem);
  background: #fff;
  font-size: 1.4rem;
  color: #939393;
  font-weight: 300;
}

#member-detail .mainv-pt02 .member-profile h2 {
  margin: 0 auto 3rem;
  font-family: 'Roboto', sans-serif;
  color: #fe7a5f;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

#member-detail .detail-section {
  margin-bottom: 11rem;
}

#member-detail .detail-section .inner {
  max-width: 110rem;
  padding-top: 3rem;
  padding-bottom: 9rem;
  position: relative;
  z-index: 20;
}

#member-detail .detail-section .inner::before {
  content: '';
  width: 16rem;
  height: .8rem;
  background: #fe7a5f;
  position: absolute;
  top: 0;
  right: calc(100% - 16rem - 1.4vw);
  z-index: 25;
}

#member-detail .detail-section .inner::after {
  content: '';
  width: 51.4vw;
  height: calc(100% - 9rem);
  min-width: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  right: calc(50% - 1.4vw);
}

#member-detail .detail-section .en-content-tittle {
  display: block;
  margin: 0 auto 8rem;
  color: #fe7a5f;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
}

#member-detail .detail-section .content-tittle {
  margin-top: 0;
  margin-bottom: 5.5rem;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

#member-detail .detail-section .txt-wrap {
  width: 50%;
  padding-bottom: 9rem;
  position: relative;
  z-index: 25;
}

#member-detail .detail-section .txt-wrap p {
  padding-right: 5%;
}

#member-detail .detail-section .img-wrap {
  width: 65.5%;
  position: absolute;
  bottom: 0;
  right: -5rem;
}

#member-detail .detail-section.section02 .inner::before {
  left: 55%;
}

#member-detail .detail-section.section02 .inner::after {
  min-width: 52%;
  right: auto;
  left: calc(50% - 1.4vw - 0.8rem);
}

#member-detail .detail-section.section02 .txt-wrap {
  margin-left: auto;
  padding-left: 5%;
}

#member-detail .detail-section.section02 .txt-wrap p {
  padding-right: 14%;
}

#member-detail .detail-section.section02 .img-wrap {
  right: auto;
  left: -5rem;
}

#member-detail .schedule {
  margin-bottom: 19rem;
}

#member-detail .schedule h2 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: 'Roboto', sans-serif;
  color: #fe7a5f;
  font-size: 3rem;
}

#member-detail .schedule .h2-sub {
  margin-bottom: 7rem;
  font-size: 1.8rem;
}

#member-detail .schedule .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#member-detail .schedule .timeline::before {
  content: '';
  width: 100%;
  height: .1rem;
  border-bottom: 0.1rem dashed #b5b5b6;
  position: absolute;
  left: 0;
  top: 6.1rem;
}

#member-detail .schedule .timeline .schedule-box {
  width: 20%;
  margin-right: 5.9%;
}

#member-detail .schedule .timeline .schedule-box:last-child {
  margin-right: 0;
}

#member-detail .schedule .timeline .schedule-box .time {
  font-family: 'Roboto', sans-serif;
  color: #fe7a5f;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

#member-detail .schedule .timeline .schedule-box .time::before {
  content: '';
  width: .1rem;
  height: 9rem;
  background: #e3e3e3;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
}

#member-detail .schedule .timeline .schedule-box .time::after {
  content: '';
  width: 1rem;
  height: 1rem;
  background: #b5b5b6;
  border-radius: 50%;
  position: absolute;
  top: calc(100% + 3.5rem);
  left: 50%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

#member-detail .schedule .timeline .schedule-box .txt-wrap {
  margin-top: 11.5rem;
  font-size: 1.4rem;
  font-weight: 300;
}

#member-detail .schedule .timeline.animation::before {
  width: 0%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#member-detail .schedule .timeline.animation.anime-on::before {
  width: 100%;
}

#member-detail .message {
  margin-top: 23rem;
  margin-bottom: 29rem;
  position: relative;
}

#member-detail .message::before {
  content: '';
  width: 62.5vw;
  height: 100%;
  background: #fff1ee;
  position: absolute;
  top: 0;
  left: 0;
}

#member-detail .message .inner {
  position: relative;
}

#member-detail .message .txt-wrap {
  width: 50%;
  padding-top: 8.7rem;
  padding-bottom: 9rem;
  position: relative;
  z-index: 25;
}

#member-detail .message .txt-wrap p {
  padding-right: 5%;
}

#member-detail .message .txt-wrap h2 {
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 2.6rem;
  font-weight: 500;
}

#member-detail .message .txt-wrap .en-tittle {
  font-family: 'Roboto', sans-serif;
  font-size: 8rem;
  color: #fe7a5f;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#member-detail .message .img-wrap {
  width: 52.7%;
  position: absolute;
  bottom: -9rem;
  right: -5rem;
}

#member-detail.yellow {
  background-image: url(../img/recruit/detail-yellow02.png), url(../img/recruit/detail-yellow.png), url(../img/recruit/detail-yellow02.png);
}

#member-detail.yellow .mainv-pt02 .mainv-card {
  background: #f6ab00;
}

#member-detail.yellow .mainv-pt02 .member-profile h2 {
  color: #f6ab00;
}

#member-detail.yellow .detail-section .inner::before {
  background: #f6ab00;
}

#member-detail.yellow .detail-section .en-content-tittle {
  color: #f6ab00;
}

#member-detail.yellow .schedule h2 {
  color: #f6ab00;
}

#member-detail.yellow .schedule .timeline .schedule-box .time {
  color: #f6ab00;
}

#member-detail.yellow .message::before {
  background: #fff7e5;
}

#member-detail.yellow .message .txt-wrap .en-tittle {
  color: #f6ab00;
}

#member-detail.green {
  background-image: url(../img/recruit/detail-green02.png), url(../img/recruit/detail-green.png), url(../img/recruit/detail-green02.png);
}

#member-detail.green .mainv-pt02 .mainv-card {
  background: #42be6b;
}

#member-detail.green .mainv-pt02 .member-profile h2 {
  color: #42be6b;
}

#member-detail.green .detail-section .inner::before {
  background: #42be6b;
}

#member-detail.green .detail-section .en-content-tittle {
  color: #42be6b;
}

#member-detail.green .schedule h2 {
  color: #42be6b;
}

#member-detail.green .schedule .timeline .schedule-box .time {
  color: #42be6b;
}

#member-detail.green .message::before {
  background: #e4feed;
}

#member-detail.green .message .txt-wrap .en-tittle {
  color: #42be6b;
}

#member-detail.purple {
  background-image: url(../img/recruit/detail-purple02.png), url(../img/recruit/detail-purple.png), url(../img/recruit/detail-purple02.png);
}

#member-detail.purple .mainv-pt02 .mainv-card {
  background: #916afc;
}

#member-detail.purple .mainv-pt02 .member-profile h2 {
  color: #916afc;
}

#member-detail.purple .detail-section .inner::before {
  background: #916afc;
}

#member-detail.purple .detail-section .en-content-tittle {
  color: #916afc;
}

#member-detail.purple .schedule h2 {
  color: #916afc;
}

#member-detail.purple .schedule .timeline .schedule-box .time {
  color: #916afc;
}

#member-detail.purple .message::before {
  background: #e9e1ff;
}

#member-detail.purple .message .txt-wrap .en-tittle {
  color: #916afc;
}


/*20230808 新規カラー作成*/

#member-detail.blue {
  background-image: url(../img/recruit/detail-blue02.png), url(../img/recruit/detail-blue.png), url(../img/recruit/detail-blue02.png);
}

#member-detail.blue .mainv-pt02 .mainv-card {
  background: #3188f3;
}

#member-detail.blue .mainv-pt02 .member-profile h2 {
  color: #3188f3;
}

#member-detail.blue .detail-section .inner::before {
  background: #3188f3;
}

#member-detail.blue .detail-section .en-content-tittle {
  color: #3188f3;
}

#member-detail.blue .schedule h2 {
  color: #3188f3;
}

#member-detail.blue .schedule .timeline .schedule-box .time {
  color: #3188f3;
}

#member-detail.blue .message::before {
  background: #a3ccff;
}

#member-detail.blue .message .txt-wrap .en-tittle {
  color: #3188f3;
}



/*
system
*/
#system {
  padding-bottom: 10rem;
  background-image: url(../img/recruit/detail-purple02.png), url(../img/recruit/detail-purple.png), url(../img/recruit/detail-purple02.png);
  background-repeat: no-repeat;
  background-position: right 41%,left 65%,right 94%;
  background-size: 45.6rem auto,46rem auto,45.6rem auto;
}

#system .system-catch {
  margin-bottom: 14rem;
  text-align: center;
  font-size: 1.6rem;
}

#system .system-catch .inner {
  max-width: 70rem;
}

#system .system-catch h2 {
  margin-top: 0;
  margin-bottom: 2em;
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  color: #6e5bff;
  line-height: 1.2;
}

#system .system-catch .h2-sub {
  margin-bottom: 2em;
  font-size: 2.8rem;
  font-weight: 500;
}

#system .system-catch p:not(:last-child) {
  margin-bottom: 2em;
}

#system .recruit-content-pt04 .content-txt .content-tittle {
  width: 12rem;
  margin-bottom: 0;
  margin-right: 4%;
}

#system .recruit-content-pt04 .content-txt ul {
  width: calc(96% - 12rem);
  padding-left: 4%;
  border-left: 0.1rem solid #f3f3f3;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
}

#system .recruit-content-pt04 .content-txt ul li {
  margin-bottom: .5em;
  white-space: nowrap;
  padding-left: 1em;
  position: relative;
}

#system .recruit-content-pt04 .content-txt ul li:before {
  content: '';
  position: absolute;
  top: 0.8em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: .5em;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: currentcolor;
}

#system .recruit-content-pt04 .content-txt ul li:before {
  top: 0.6em;
}

/*
faq
*/
#faq {
  padding: 14rem 0 20rem;
  background-image: url(../img/recruit/bg-tri-top.png), url(../img/recruit/bg-tri-bottom.png);
  background-repeat: no-repeat;
  background-position: right top ,left bottom;
  background-size: 52.8rem auto,40.2rem auto;
}

#faq .recruit-content-pt02 {
  margin-top: 0;
  margin-bottom: 0;
}

#faq .recruit-content-pt02 .content-tittle {
  font-size: 3.2rem;
}

#faq .faq-container {
  max-width: 90rem;
  margin: 0 auto 7rem;
}

#faq .faq-container .container-title {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #f3f3f3;
  text-align: center;
}

#faq .faq-container .container-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  min-width: 30rem;
  padding: .6rem 1em;
  background: #cf1111;
  border-radius: 4em;
  color: #fff;
  font-size: 1.8rem;
}

#faq .faq-container .faq-box {
  padding: 4rem 0;
  border-bottom: 0.1rem solid #f3f3f3;
  letter-spacing: 0;
}

#faq .faq-container .faq-box .question,
#faq .faq-container .faq-box .answer {
  padding-left: 4rem;
  position: relative;
}

#faq .faq-container .faq-box .question::before,
#faq .faq-container .faq-box .answer::before {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  color: #cf1111;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

#faq .faq-container .faq-box .question {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}

#faq .faq-container .faq-box .question::before {
  content: 'Q';
}

#faq .faq-container .faq-box .answer {
  font-size: 1.4rem;
  font-weight: 300;
}

#faq .faq-container .faq-box .answer::before {
  content: 'A';
}

#faq .faq_a {
  color: #0000EE;
  border-bottom: 1px solid #0000EE;
}

/*
list
*/
#recruit-list {
  background-image: url(../img/recruit/detail-light-yellow.png), url(../img/recruit/detail-light-yellow02.png);
  background-repeat: no-repeat;
  background-position: left 50%,right 73%;
  background-size: 46rem auto,45.6rem auto;
}

#recruit-list .recruit-content-pt04 .content-txt {
  padding-right: 5rem;
  font-size: 1.4rem;
  font-weight: 300;
}

#recruit-list .recruit-content-pt04 .content-img {
  width: 54.5%;
  top: 8rem;
}

#recruit-list .recruit-content-pt04 .content-tittle {
  margin-bottom: 5rem;
  line-height: 1.4;
}

#recruit-list .recruit-content-pt04 .content-tittle span {
  font-size: 2.2rem;
  display: block;
}

#recruit-list .recruit-content-pt04 .more {
  margin-top: 6rem;
}

#recruit-list .recruit-content-pt04 .more a {
  display: inline-block;
  padding-bottom: 1em;
  padding-right: 2rem;
  border-bottom: .2rem solid currentcolor;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}

#recruit-list .recruit-content-pt04 .more a:hover {
  color: #ffc038;
}

@media (max-width: 1117px) {
  .card-pt01 .card-img {
    width: 100%;
    margin-right: 0;
    max-height: 245px;
  }
  .card-pt01 .card-txt {
    width: 90%;
    margin-top: -10vw;
    margin-left: auto;
    padding: 6%;
    font-size: 3.7vw;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .card-pt01 .card-txt::after {
    content: none;
  }
  .card-pt01 .card-txt .card-title {
    margin-bottom: 1em;
    font-size: 4vw;
  }
  .card-pt01 .card-txt .card-title .Roboto {
    margin-bottom: 3vw;
    font-size: 10vw;
  }
  .card-pt01 .card-txt p {
    color: #939393;
  }
  .card-pt01 .card-txt .more {
    margin-top: 4vw;
  }
  .card-pt01.img-left .card-img {
    margin-left: 0;
  }
  .card-pt01.img-left .card-txt {
    margin-right: auto;
    margin-left: 0;
    right: auto;
  }
  .bg-detail-pt01 {
    margin-top: 8vw;
  }
  .bg-detail-pt01::before {
    width: 75vw;
    height: 50vw;
  }
  .bg-detail-pt01::after {
    width: 45vw;
    height: 51vw;
    -webkit-transform: translateY(-8vw);
            transform: translateY(-8vw);
  }
  .recruit-content-pt01 {
    margin-top: 10vw;
    margin-bottom: 20vw;
    overflow-x: visible;
  }
  .recruit-content-pt01 .inner {
    width: 100%;
  }
  .recruit-content-pt01 .content-img {
    width: 90vw;
    margin-right: 0;
  }
  .recruit-content-pt01 .content-txt {
    width: 90vw;
    margin-top: -10vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 4vw;
    padding-left: 8vw;
    font-size: 4vw;
    position: relative;
  }
  .recruit-content-pt01 .content-txt .content-tittle {
    margin-bottom: 5vw;
    font-size: 10vw;
  }
  .recruit-content-pt02 {
    margin-top: 10vw;
    margin-bottom: 20vw;
  }
  .recruit-content-pt02 .bg {
    padding: 14vw 4vw 4vw;
  }
  .recruit-content-pt02 .bg::before {
    width: 35vw;
  }
  .recruit-content-pt02 .en-content-tittle {
    top: 6vw;
    font-size: 1.2rem;
  }
  .recruit-content-pt02 .content-tittle {
    margin-bottom: 10vw;
    font-size: 6vw;
  }
  .recruit-content-pt03 {
    margin-top: 10vw;
    margin-bottom: 20vw;
  }
  .recruit-content-pt03::before {
    width: 90vw;
    height: 70vw;
  }
  .recruit-content-pt03 .inner {
    padding-top: 5vw;
  }
  .recruit-content-pt03 .inner::before {
    width: 35vw;
  }
  .recruit-content-pt03 .en-content-tittle {
    margin-bottom: 5vw;
    font-size: 1.2rem;
  }
  .recruit-content-pt03 .content-tittle {
    margin-bottom: 10vw;
    font-size: 6vw;
  }
  .recruit-content-pt04 {
    margin-top: 10vw;
    margin-bottom: 20vw;
  }
  .recruit-content-pt04::before {
    content: none;
  }
  .recruit-content-pt04 .inner {
    width: 100%;
    padding-top: 5vw;
  }
  .recruit-content-pt04 .inner::before {
    content: none;
  }
  .recruit-content-pt04 .en-content-tittle {
    margin-bottom: 5vw;
    font-size: 1.2rem;
  }
  .recruit-content-pt04 .content-tittle {
    margin-bottom: 10vw;
    font-size: 6vw;
  }
  .recruit-content-pt04 .content-txt {
    width: 90vw;
    margin-top: -10vw;
    padding: 10vw 4vw 4vw;
    background: #fff;
    position: relative;
  }
  .recruit-content-pt04 .content-txt::before {
    content: '';
    width: 35vw;
    height: .8rem;
    background: #00a8ff;
    position: absolute;
    top: 0;
    left: 4vw;
  }
  .recruit-content-pt04 .content-img {
    width: 100%;
    position: static;
    position: initial;
  }
  .recruit-content-pt04.purple .content-txt::before {
    background: #6e5bff;
  }
  .recruit-content-pt04.yellow .content-txt::before {
    background: #ffc038;
  }
  #recruit .more {
    margin-top: 4vw;
  }
  #recruit .mainv {
    height: calc(60vh - 7rem);
  }
  #recruit .mainv .inner {
    padding-top: 10vw;
    padding-bottom: 7vw;
  }
  #recruit .mainv .mainv-txt {
    font-size: 8vw;
  }
  #recruit .mainv .bg-white-txt {
    margin-bottom: 1em;
    padding: .4rem 0.5em;
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  #recruit .message {
    padding: 10vw 0 25vw;
    background-position: center bottom;
    background-size: 100% auto;
    font-size: 4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #recruit .message::before {
    display: block;
    width: 50vw;
    margin-top: 5vw;
    margin-left: auto;
    padding-bottom: 42vw;
    position: static;
    position: initial;
  }
  #recruit .message .box {
    width: 100%;
    margin-left: auto;
    padding-right: 0;
  }
  #recruit .message h2 {
    margin-bottom: 1em;
    font-size: 10vw;
  }
  #recruit .future {
    height: auto;
    padding-top: 10vw;
    font-size: 4vw;
  }
  #recruit .future h2 {
    margin-bottom: .5em;
    font-size: 10vw;
  }
  #recruit .future .movie-wrap {
    width: 90%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #recruit .future .movie-wrap iframe {
    height: 49vw;
  }
  #recruit .future .movie-wrap video {
    height: 49vw;
  }
  #recruit .culture {
    padding: 15vw 0 25vw;
    background-size: 100% auto;
  }
  #recruit .culture .inner {
    width: 100%;
  }
  #recruit .culture video.card-img {
    height: auto;
    width: 100%;
  }
  #recruit .culture video {
    margin-top: -10vh;
  }
  #recruit .recruit-section-head {
    margin-bottom: 10vw;
    font-size: 3.7vw;
  }
  #recruit .recruit-section-head h2 {
    margin-bottom: 1em;
    font-size: 4vw;
  }
  #recruit .recruit-section-head h2 .Roboto {
    margin-bottom: 3vw;
    font-size: 10vw;
  }
  #recruit .member {
    margin-bottom: 25vw;
  }
  #recruit .member .member-list {
    padding: 5vw 0;
    background: #ff7d30;
  }
  #recruit .member .member-list::before, #recruit .member .member-list::after {
    content: none;
  }
  #recruit .member .member-list .slide-inner {
    margin: 0 3vw;
  }
  #recruit .member .member-list .slide-inner .txt-wrap {
    height: 4em;
  }
  #recruit .member .member-list .slide-inner .txt-wrap .name {
    font-size: 3.5vw;
  }
  #recruit .member .member-list .slide-inner .txt-wrap .position {
    margin-top: 0;
    font-size: 3.5vw;
  }
  #recruit .member .member-list .slick-arrow {
    bottom: -10vw;
    right: 8vw;
  }
  #recruit .member .member-list .slick-prev {
    right: 19.2vw;
  }
  #recruit .system {
    padding: 15vw 0 25vw;
    background-size: 100% auto;
  }
  #recruit .system .inner {
    width: 100%;
  }
  #recruit .system .inner .card-txt {
    margin-top: 0vw;
  }
  #recruit .system.bg-detail-pt01::before, #recruit .system.bg-detail-pt01::after {
    top: 0;
    max-height: none;
  }
  #recruit .recruit {
    margin-bottom: 25vw;
    padding-top: 5vw;
  }
  #recruit .recruit .job-list {
    padding: 5vw 0;
  }
  #recruit .recruit .job-list .slide-inner {
    margin: 0 3vw;
  }
  #recruit .recruit .job-list .slide-inner .img-wrap {
    margin-bottom: 5vw;
  }
  #recruit .recruit .job-list .slide-inner .txt-wrap .job-category-name {
    font-size: 4vw;
  }
  #recruit .recruit .job-list .slide-inner .txt-wrap .job-description {
    font-size: 3.5vw;
  }
  #recruit .recruit .job-list .slick-arrow {
    bottom: -10vw;
    right: 8vw;
  }
  #recruit .recruit .job-list .slick-prev {
    right: 19.2vw;
  }
  #recruit .recruit.bg-detail-pt01::before {
    height: 60%;
  }
  #recruit .recruit.bg-detail-pt01::after {
    top: auto;
    bottom: 35%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #culture {
    background-position: left 40%,right 77%;
    background-size: 50% auto;
  }
  #culture #culture-yt {
    height: 56.2vw;
  }
  #culture .innovation .content-txt .content-tittle {
    font-size: 7vw;
    /*
					&+ p {
						margin-bottom: 1em;
						font-size: 5vw;
					}
					*/
  }
  #culture .innovation .content-txt .content-tittle .txt-skyblue {
    font-size: 7vw;
  }
  #culture .important-values .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #culture .important-values .value {
    width: 48%;
    margin-bottom: 10vw;
    font-size: 3.5vw;
  }
  #culture .important-values .value .num {
    font-size: 8vw;
  }
  #culture .important-values .img-wrap {
    margin-bottom: 2rem;
  }
  #culture .important-values .value-title {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  #culture .action-guideline .guideline {
    width: 48%;
    font-size: 3.5vw;
  }
  #culture .action-guideline .guideline .img-wrap {
    margin-bottom: 4vw;
  }
  #culture .action-guideline .guideline .guideline-title {
    font-size: 4vw;
  }
  #member .member-container .member-wrap {
    margin-bottom: 20vw;
    padding-top: 10vw;
  }
  #member .member-container .member-wrap::before {
    height: 80%;
  }
  #member .member-container .member-wrap .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #member .member-container .member {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20vw;
  }
  #member .member-container .member .position {
    font-size: 4vw;
  }
  #member .member-container .member .position .en {
    font-size: 5vw;
  }
  #member .member-container .member .member-profile .txt-wrap {
    font-size: 3.5vw;
  }
  #member .member-container .member .member-profile .name {
    font-size: 4vw;
  }
  #member-detail {
    background-position: right 15%,left 53%,right 78%;
    background-size: 50% auto;
  }
  #member-detail .mainv-pt02 {
    margin-bottom: 20vw;
  }
  #member-detail .mainv-pt02 .mainv-card {
    width: 90vw;
    min-width: auto;
    top: 38vw;
  }
  #member-detail .mainv-pt02 .member-profile {
    width: 90vw;
    padding-top: 32vw;
    padding-bottom: 10vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.5vw;
  }
  #member-detail .mainv-pt02 .member-profile h2 {
    margin-bottom: 1em;
    font-size: 4vw;
  }
  #member-detail .mainv-pt02.h1-line2 .member-profile {
    padding-top: 43vw;
  }
  #member-detail .detail-section {
    margin-bottom: 20vw;
  }
  #member-detail .detail-section .inner {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  #member-detail .detail-section .inner::before {
    content: none;
  }
  #member-detail .detail-section .inner::after {
    content: none;
  }
  #member-detail .detail-section .en-content-tittle {
    margin-bottom: 10vw;
    font-size: 1.2rem;
  }
  #member-detail .detail-section .content-tittle {
    margin-bottom: 10vw;
    font-size: 5vw;
  }
  #member-detail .detail-section .txt-wrap {
    width: 90%;
    margin-top: -15vw;
    padding: 5vw 4vw;
    background: #fff;
  }
  #member-detail .detail-section .txt-wrap::before {
    content: '';
    width: 16rem;
    height: .8rem;
    background: #fe7a5f;
    position: absolute;
    top: 0;
    left: 4vw;
    z-index: 25;
  }
  #member-detail .detail-section .txt-wrap p {
    padding-right: 0;
  }
  #member-detail .detail-section .img-wrap {
    width: 100%;
    position: static;
    position: initial;
  }
  #member-detail .detail-section.section02 .txt-wrap {
    padding-left: 4vw;
  }
  #member-detail .detail-section.section02 .txt-wrap p {
    padding-right: 0;
  }
  #member-detail .schedule {
    margin-bottom: 20vw;
  }
  #member-detail .schedule h2 {
    font-size: 6vw;
  }
  #member-detail .schedule .h2-sub {
    margin-bottom: 1em;
    font-size: 4vw;
  }
  #member-detail .schedule .timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #member-detail .schedule .timeline::before {
    width: .1rem;
    height: 100%;
    border-bottom: none;
    border-left: 0.1rem dashed #b5b5b6;
    left: 15vw;
    top: 0;
  }
  #member-detail .schedule .timeline .schedule-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #member-detail .schedule .timeline .schedule-box:last-child {
    margin-right: 0;
  }
  #member-detail .schedule .timeline .schedule-box .time {
    width: 20vw;
    font-size: 4vw;
  }
  #member-detail .schedule .timeline .schedule-box .time::before {
    width: 15vw;
    height: .1rem;
    top: 50%;
    left: auto;
    right: 0;
  }
  #member-detail .schedule .timeline .schedule-box .time::after {
    top: 50%;
    left: 15vw;
    -webkit-transform: translate(-40%, -40%);
            transform: translate(-40%, -40%);
  }
  #member-detail .schedule .timeline .schedule-box .txt-wrap {
    width: 80vw;
    margin-top: 0;
    font-size: 3.8vw;
  }
  #member-detail .message {
    margin-top: 20vw;
    margin-bottom: 20vw;
  }
  #member-detail .message::before {
    content: none;
  }
  #member-detail .message .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #member-detail .message .txt-wrap {
    width: 90%;
    padding: 15vw 4vw 20vw;
    background: #fff1ee;
  }
  #member-detail .message .txt-wrap p {
    padding-right: 0;
  }
  #member-detail .message .txt-wrap h2 {
    margin-bottom: 2em;
    font-size: 5vw;
  }
  #member-detail .message .txt-wrap .en-tittle {
    font-size: 15vw;
    left: 4vw;
  }
  #member-detail .message .img-wrap {
    width: 90%;
    margin-top: -10vw;
    margin-left: auto;
    position: relative;
    bottom: auto;
    right: auto;
    z-index: 50;
  }
  #member-detail.yellow .detail-section .txt-wrap::before {
    background: #f6ab00;
  }
  #member-detail.yellow .message .txt-wrap {
    background: #fff7e5;
  }
  #member-detail.green .detail-section .txt-wrap::before {
    background: #42be6b;
  }
  #member-detail.green .message .txt-wrap {
    background: #e4feed;
  }
  #member-detail.purple .detail-section .txt-wrap::before {
    background: #916afc;
  }
  #member-detail.purple .message .txt-wrap {
    background: #e9e1ff;
  }
  #system {
    background-position: right 50%,left 79%,right 100%;
    background-size: 50% auto;
  }
  #system .system-catch {
    margin-bottom: 20vw;
    font-size: 3.8vw;
  }
  #system .system-catch h2 {
    font-size: 5vw;
  }
  #system .system-catch .h2-sub {
    font-size: 5.5vw;
  }
  #system .recruit-content-pt04 .content-txt .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #system .recruit-content-pt04 .content-txt .content-tittle {
    width: auto;
    margin-bottom: 10vw;
    margin-right: 0;
  }
  #system .recruit-content-pt04 .content-txt ul {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10vw;
    border-left: none;
    border-top: 0.1rem solid #f3f3f3;
    font-size: 4vw;
  }
  #faq {
    padding: 14vw 0 20vw;
    background-size: 50% auto,50% auto;
  }
  #faq .recruit-content-pt02 .content-tittle {
    font-size: 7vw;
  }
  #faq .faq-container {
    margin-bottom: 20vw;
  }
  #faq .faq-container .container-title {
    padding-bottom: 5vw;
  }
  #faq .faq-container .container-title h2 {
    min-width: 50vw;
    font-size: 5vw;
  }
  #faq .faq-container .faq-box {
    padding: 5vw 0;
  }
  #faq .faq-container .faq-box .question,
  #faq .faq-container .faq-box .answer {
    padding-left: 2.5em;
  }
  #faq .faq-container .faq-box .question::before,
  #faq .faq-container .faq-box .answer::before {
    font-size: 5vw;
  }
  #faq .faq-container .faq-box .question {
    margin-bottom: 1em;
    font-size: 4vw;
  }
  #faq .faq-container .faq-box .answer {
    font-size: 3.7vw;
  }
  #recruit-list {
    background-position: left 56%,right 82%;
    background-size: 50% auto;
  }
  #recruit-list .recruit-content-pt04 .content-txt {
    padding-right: 4vw;
    font-size: 3.8vw;
  }
  #recruit-list .recruit-content-pt04 .content-img {
    width: 100%;
  }
  #recruit-list .recruit-content-pt04 .content-tittle {
    margin-bottom: 10vw;
  }
  #recruit-list .recruit-content-pt04 .content-tittle span {
    font-size: 4vw;
  }
  #recruit-list .recruit-content-pt04 .more {
    margin-top: 10vw;
  }
}

@media (orientation: landscape) and (max-width: 1116px) {
  #recruit .more {
    margin-top: 4vw;
  }
  #recruit .mainv {
    height: 100vh;
  }
  #recruit .mainv .inner {
    padding-top: 4vw;
    padding-bottom: 2vw;
  }
  #recruit .mainv .mainv-txt {
    font-size: 6vw;
  }
  #recruit .mainv .bg-white-txt {
    margin-bottom: .1em;
    padding: .4rem 0.5em;
    font-size: 2vw;
    letter-spacing: 0;
  }
  #recruit .message {
    padding: 10vw 0 25vw;
    background-position: center bottom;
    background-size: 100% auto;
    font-size: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #recruit .message::before {
    display: block;
    width: 50vw;
    margin-top: 5vw;
    margin-left: auto;
    padding-bottom: 42vw;
    position: static;
    position: initial;
  }
  #recruit .message .box {
    width: 100%;
    margin-left: auto;
    padding-right: 0;
  }
  #recruit .message h2 {
    margin-bottom: 1em;
    font-size: 10vw;
  }
  #recruit .future {
    height: auto;
    padding-top: 10vw;
    font-size: 4vw;
  }
  #recruit .future h2 {
    margin-bottom: .5em;
    font-size: 10vw;
  }
  #recruit .future .movie-wrap {
    width: 90%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #recruit .future .movie-wrap iframe {
    height: 49vw;
  }
  #recruit .future .movie-wrap video {
    height: 49vw;
  }
  #recruit .culture {
    padding: 15vw 0 25vw;
    background-size: 100% auto;
  }
  #recruit .culture .inner {
    width: 100%;
  }
  #recruit .culture video.card-img {
    height: 57vw;
  }
  #recruit .culture video {
    margin-top: 0;
  }
  #recruit .culture .card-txt {
    margin-top: 5vw;
  }
  #recruit .recruit-section-head {
    margin-bottom: 10vw;
    font-size: 3.7vw;
  }
  #recruit .recruit-section-head h2 {
    margin-bottom: 1em;
    font-size: 4vw;
  }
  #recruit .recruit-section-head h2 .Roboto {
    margin-bottom: 3vw;
    font-size: 10vw;
  }
  #recruit .member {
    margin-bottom: 25vw;
  }
  #recruit .member .member-list {
    padding: 5vw 0;
    background: #ff7d30;
  }
  #recruit .member .member-list::before, #recruit .member .member-list::after {
    content: none;
  }
  #recruit .member .member-list .slide-inner {
    margin: 0 3vw;
  }
  #recruit .member .member-list .slide-inner .txt-wrap {
    height: 4em;
  }
  #recruit .member .member-list .slide-inner .txt-wrap .name {
    font-size: 3.5vw;
  }
  #recruit .member .member-list .slide-inner .txt-wrap .position {
    margin-top: 0;
    font-size: 3.5vw;
  }
  #recruit .member .member-list .slick-arrow {
    bottom: -10vw;
    right: 8vw;
  }
  #recruit .member .member-list .slick-prev {
    right: 19.2vw;
  }
  #recruit .system {
    padding: 15vw 0 25vw;
    background-size: 100% auto;
  }
  #recruit .system .inner {
    width: 100%;
  }
  #recruit .system .inner .card-txt {
    margin-top: 5vw;
  }
  #recruit .system.bg-detail-pt01::before, #recruit .system.bg-detail-pt01::after {
    top: 0;
    max-height: none;
  }
  #recruit .recruit {
    margin-bottom: 25vw;
    padding-top: 5vw;
  }
  #recruit .recruit .job-list {
    padding: 5vw 0;
  }
  #recruit .recruit .job-list .slide-inner {
    margin: 0 3vw;
  }
  #recruit .recruit .job-list .slide-inner .img-wrap {
    margin-bottom: 5vw;
  }
  #recruit .recruit .job-list .slide-inner .txt-wrap .job-category-name {
    font-size: 4vw;
  }
  #recruit .recruit .job-list .slide-inner .txt-wrap .job-description {
    font-size: 3.5vw;
  }
  #recruit .recruit .job-list .slick-arrow {
    bottom: -10vw;
    right: 8vw;
  }
  #recruit .recruit .job-list .slick-prev {
    right: 19.2vw;
  }
  #recruit .recruit.bg-detail-pt01::before {
    height: 60%;
  }
  #recruit .recruit.bg-detail-pt01::after {
    top: auto;
    bottom: 35%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1117px) {
  #member-detail .detail-section .inner::before {
    right: auto;
    left: 0;
  }
  #member-detail .detail-section .inner::after {
    right: auto;
    left: 0;
  }
}

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


.recruit-content-pt02.red .bg::before {
  content: "";
  background: #f8846b;
}

.recruit-content-pt02.red .en-content-tittle {
  color: #f8846b;
}


table.recruit_table td>ul li.child {
  margin-left: 10px;
}

.recruit-content-pt04.green .content-txt::before {
  background: #42be6b;
}

.recruit-content-pt04.orange .content-txt::before {
  background: #fe7a5f;
}