@charset "UTF-8";
@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
*[data-san=fade] {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=fade].is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-san=ttl] span {
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=ttl].is-active span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

*[data-san=subline] {
  opacity: 0;
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=subline]::before {
  -webkit-transform: translateY(-2em) scaleX(0);
          transform: translateY(-2em) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
*[data-san=subline].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
*[data-san=subline].is-active::before {
  -webkit-transform: translateY(0) scaleX(1);
          transform: translateY(0) scaleX(1);
}

@-webkit-keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}

@keyframes scrolltext {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3939px;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.mv__swiper .swiper-slide-active img,
.mv__swiper .swiper-slide-duplicate-active img,
.mv__swiper .swiper-slide-prev img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
  display: block;
}
.mv__swiper .slide-img img {
  display: block;
}

/* .header-lists .header-list:nth-of-type(4) .header__link::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
 */
@media screen and (max-width: 767px) {
  main {
    font-size: 15px;
  }
}
.employmentContent {
  padding-top: 52px;
  padding-bottom: 80px;
}
.employmentContent:last-of-type {
  padding-bottom: 100px;
}

.employmentContent-wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.employmentContent-message {
  text-align: center;
  margin-bottom: 60px;
}

.employmentContent-txts {
  text-align: center;
  margin-top: 100px;
}
.employmentContent-txts:first-of-type {
  margin-top: 0;
}

.employmentContent-head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}

/* .info-decorationWrap {
  margin-bottom: 25px;
} */

@media screen and (max-width: 767px) {
  .employmentContent {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .employmentContent:last-of-type {
    padding-bottom: 70px;
  }

  .employmentContent-message {
    text-align: left;
    font-size: 15px;
    margin-bottom: 35px;
  }

  .employmentContent-txts {
    margin-top: 60px;
  }

  .employmentContent-head {
    font-size: 20px;
    line-height: 1.44;
  }

  .info-decorationWrap {
    margin-bottom: 25px;
  }
}
.employmentList--blue .employmentList-item {
  border-color: #00a2df;
}
.employmentList--blue .employmentList-title {
  color: #00a2df;
}
.employmentList--blue .employmentList-tip span {
  background: #00a2df;
}

.employmentList-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.8em 0;
  border-bottom: 2px solid #00ac23;
  line-height: 1.8;
}

.employmentList-job {
  margin: 20px 0 35px;
}
.employmentList-job:last-child {
  margin-bottom: 0;
}

.employmentList-jobTxts small {
  font-size: smaller;
  display: inline-block;
  line-height: 1.5;
}
.employmentList-jobTxts ul li {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}
.employmentList-jobTxts ul li::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: block;
  border-radius: 100%;
  background: #00a2df;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.employmentList-jobTxts ul li:last-child {
  margin-bottom: 0;
}

.employmentList-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00ac23;
  width: 150px;
  font-size: 1em;
}

.employmentList-txts {
  letter-spacing: 0.1em;
  width: calc(100% - 175px);
}
.employmentList-txts p {
  line-height: 1.8;
  margin-bottom: 0.6em;
}
.employmentList-txts a {
  color: #ff6400;
  text-decoration: underline;
  font-weight: bold;
}

.employmentList-tip {
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.employmentList-tip span {
  display: inline-block;
  background: #00ac23;
  color: #fff;
  border-radius: 6px;
  padding: 0 0.5em 0.1em;
  font-size: 1rem;
}

.employmentList-training {
  margin: 0 0 28px;
}
.employmentList-training:last-child {
  margin-bottom: 0;
}
.employmentList-training ul li {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-bottom: 0.4em;
}
.employmentList-training ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-radius: 100%;
  background: #00a2df;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.employmentList-training ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .employmentList-item {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .employmentList-job {
    margin: 15px 0;
  }

  .employmentList-tip span {
    font-size: 15px;
  }

  .employmentList-title {
    width: 100%;
    margin-bottom: 0.3em;
    font-size: 16px;
  }

  .employmentList-txts {
    width: 100%;
  }

  .employmentList-training ul li {
    padding-left: 1.3em;
    margin-bottom: 0.5em;
  }
}
.employmentFlow {
  border-top: 2px solid #00ac23;
  border-bottom: 2px solid #00ac23;
  background: #00ac23;
  background: -webkit-linear-gradient(180deg, rgba(0, 172, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 172, 35, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background: -webkit-linear-gradient(top, rgba(0, 172, 35, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(180deg, rgba(0, 172, 35, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ac23",endColorstr="#ffffff",GradientType=1);
}

.employmentFlow-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.employmentFlow-item {
  text-align: center;
  width: 30%;
}
.employmentFlow-item:nth-of-type(1), .employmentFlow-item:nth-of-type(2), .employmentFlow-item:nth-of-type(3) {
  margin-bottom: 80px;
}

.employmentFlow-arrow::before {
  content: "";
  width: 28px;
  height: 24px;
  border: solid;
  border-width: 12px 18px;
  border-color: transparent transparent transparent rgba(0, 172, 35, 0.47);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: auto;
  position: relative;
  top: 6%;
  right: -35%;
}

.employmentFlow-number {
  position: relative;
  color: #fff;
  font-size: 32px;
}
.employmentFlow-number span {
  position: relative;
  z-index: 2;
  font-weight: bold;
  display: block;
}
.employmentFlow-number::before {
  content: "";
  width: 1.69em;
  height: 1.69em;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.1em;
  bottom: 0;
  background: #00ac23;
  border: 1px solid #00ac23;
  border-radius: 100%;
}
.employmentFlow-number--orange {
  color: #ff6400;
}
.employmentFlow-number--orange::before {
  background: #fff;
  border-color: #ff6400;
}
.employmentFlow-number--white {
  color: #00ac23;
}
.employmentFlow-number--white::before {
  background: #fff;
  border-color: #00ac23;
}

.employmentFlow-title {
  margin: 35px 0 10px;
}

.employmentFlow-text {
  color: #707070;
}

@media (max-width: 959px) {
  .employmentFlow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    margin: 0 auto;
  }

  .employmentFlow-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 35px !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .employmentFlow-item:last-child {
    margin-bottom: 0 !important;
  }

  .employmentFlow-arrow::before {
    width: 14px;
    height: 12px;
    border: solid;
    border-width: 12px 7px;
    border-color: rgba(0, 172, 35, 0.47) transparent transparent transparent;
    top: 0;
    right: auto;
    left: 8%;
    margin: -4% 0 auto;
  }

  .employmentFlow-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 56px;
    margin-right: 25px;
  }
  .employmentFlow-number span {
    margin: auto;
  }

  .employmentFlow-txts {
    text-align: left;
  }

  .employmentFlow-title {
    margin: 0 0 3px;
  }

  .employmentList-training {
    margin-bottom: 13px;
  }
}
.employmentContact {
  padding-top: 70px;
}

.employmentContact-message {
  text-align: center;
  line-height: 1.8;
}

.employmentContact-title {
  font-weight: bold;
  color: #ff6400;
  text-align: center;
  margin: 35px 0 15px;
  font-size: 18px;
}

.employmentContact-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 23em;
  margin: 0 auto 15px;
  line-height: 1.6;
}
.employmentContact-list:last-child {
  margin-bottom: 0;
}
.employmentContact-list dt {
  font-weight: bold;
}
.employmentContact-list dt::after {
  content: "：";
  padding: 0 0.3em;
}
.employmentContact-list dt {
  font-size: 16px;
}
.employmentContact-list dd {
  min-width: 75%;
}
.employmentContact-list a.mail {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .employmentContact {
    padding-top: 40px;
  }

  .employmentContact-message {
    text-align: left;
  }

  .employmentContact-title {
    text-align: left;
  }

  .employmentContact-list {
    max-width: 100%;
    display: block;
  }
  .employmentContact-list dt,
.employmentContact-list dd {
    display: inline;
  }
  .employmentContact-list dd {
    min-width: 10%;
  }
}
.to_joblistNav {
  display: block;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding-bottom: 20px;
}

.to_joblistNav a {
  display: inline-block;
  position: relative;
  padding-right: 32px;
  color: #00A2DF;
}

.to_joblistNav a:hover {
  opacity: 0.7;
}

.to_joblistNav a span {
  top: 3px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  /* rotateZ(45deg) と等価 */
}

/*to_joblist-toggle*/
.to_joblist-toggle {
  display: flex;
  justify-content: flex-end;
  max-width: 928px;
  margin: 0 auto;
  padding: 20px 0;
}

.to_joblist-toggle a {
  display: flex;
  position: relative;
  color: #00A2DF;
}
.to_joblist-toggle a:hover{
  opacity: .7;
}
.to_joblist-toggle__link-btn{
  width: 32px;
  height: 24px;
  position: relative;
  overflow: hidden;
}

.to_joblist-toggle__link-btn::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/right-btn_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.to_joblist-toggle__link-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/right-btn_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: -50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 768px) {
  .to_joblist-toggle a:hover .to_joblist-toggle__link-btn::after {
    -webkit-animation: rightafterAnime 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
            animation: rightafterAnime 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  }
  .to_joblist-toggle a:hover .to_joblist-toggle__link-btn::before {
    -webkit-animation: rightbeforeAnime 0.1s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
            animation: rightbeforeAnime 0.1s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  }
}


/* ======== 2024/03/08 add shibata.waki ======== */

.employmentList-txts-designer_mvv{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4em;
  margin-top: 4rem;
}

.employmentList-txts-designer_mvv dt{
  width: 210px;

  img{
    width: 160px;
    display: block;
    
    box-shadow: 0px 0px 20px 0px rgb(230 237 237);
    border-radius: 50%;
  }
}

.employmentList-txts-designer_mvv dd{
  width: calc(100% - 210px);
}
.is_01{
  align-items: center;

  .title{
    margin: 0 0 1.3em -0.4em;
  }
}
.is_02{
  align-items: center;


  strong{
    font-size: 1.8em;
    line-height: 1;
  }
}
.is_03{

  strong{
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1;
    color: #009FD9;
  }
  p{
    margin-bottom: 40px;
    font-size: .9em;

  }
}

@media screen and (max-width: 500px) {
  .employmentList-txts-designer_mvv{
    margin-bottom: 1em;
  }
  .employmentList-txts-designer_mvv dt{
    width: 100%;
    img{
      width: 80%;
      max-width: 160px;
      margin: 0 auto 30px;
    }
  }
  .employmentList-txts-designer_mvv dd{
    width: 100%;
  }
  .is_01{
    .title{
      margin-bottom: 20px;
    }
  }
  .is_02{

    strong{
      font-weight: bold;
      text-align: center;
      font-size: 1.3em;
    }
  }
  .is_03{
    strong{
      text-align: center;
    
    }
    p{
      margin-bottom: 2.6em;
    }
  }
}