@charset "UTF-8";
@media screen and (max-width: 767px) {
  #secound #pagetitle .ttl_name {
    font-size: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .lottie_wrap {
    position: relative;
    z-index: -1;
  }
  .lottie_wrap.job_lottie01 {
    padding-top: 5.3333333333vw;
  }
  .lottie_wrap.job_lottie02 {
    padding-top: 20.2666666667vw;
  }
}
#lottie05 {
  top: -100px;
  right: -510px;
}
@media screen and (max-width: 767px) {
  #lottie05 {
    top: -42.6666666667vw;
    right: -80vw;
    width: 133.3333333333vw;
  }
}

#lottie03 {
  top: -300px;
  left: -400px;
}
@media screen and (max-width: 767px) {
  #lottie03 {
    top: -16vw;
    left: -37.3333333333vw;
  }
}

/*  ---------------------------
		links
---------------------------  */
#job.detail_contents {
  padding: 0;
  width: 1180px;
}
@media screen and (max-width: 767px) {
  #job.detail_contents > .inner {
    padding: 0 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  #job.detail_contents > .inner {
    padding: 0 min(3.3898305085vw, 40px);
    width: min(100%, 1180px);
  }
}
#job .lead {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  #job .lead {
    font-size: 16px;
    line-height: 1.75;
  }
}
#job .job_content {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  #job .job_content {
    margin-top: 40px;
  }
}
#job .job_list {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #job .job_list {
    gap: 24px;
  }
}
#job .job_list_item {
  width: calc((100% - 39px) / 2);
}
@media screen and (max-width: 767px) {
  #job .job_list_item {
    width: 100%;
  }
}
#job .job_list_item .job_name {
  font-size: 20px;
  line-height: 1.6;
  background-color: #DDBFFF;
  padding: 2px 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #job .job_list_item .job_name {
    font-size: 16px;
  }
}
#job .job_list_item .job_txt {
  font-size: 16px;
  line-height: 1.75;
}
#job .job_flex {
  display: flex;
  gap: 30px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #job .job_flex {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
#job .job_flex_item {
  width: calc((100% - 39px) / 2);
}
@media screen and (max-width: 767px) {
  #job .job_flex_item {
    width: 100%;
  }
}
#job .job_flex_item .job_flex_txt {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 26px;
}
#job .job_flex_item .job_flex_img {
  width: 343px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #job .job_flex_item .job_flex_img {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  #job .inner_btns {
    padding: 0 20px;
  }
}
#job .tab_btns {
  display: flex;
  gap: 44px;
  margin-top: 80px;
  justify-content: center;
  align-items: end;
  min-height: 63px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #job .tab_btns {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (max-width: 767px) {
  #job .tab_btns {
    gap: 13px;
  }
}
#job .tab_btns .tab_btn {
  width: min(44.7457627119vw, 528px);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  padding: 8px 18px;
  background-color: #F3F2F0;
  color: #0A0837;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #job .tab_btns .tab_btn {
    font-size: 20px;
    width: calc((100% - 13px) / 2);
  }
}
#job .tab_btns .tab_btn.active {
  background-color: #fff;
  padding: 12px 18px;
}
#job .tab_content {
  display: none;
}
#job .tab_content.active {
  display: block;
}
#job .job_role_slider .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  #job .job_role_slider .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #job .job_role_slider {
    margin-top: 32px;
  }
  #job .job_role_slider.is-mobile-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
#job .job_role_list {
  list-style: none;
  margin: 36px auto 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 150px;
  width: min(100%, 866px);
}
@media screen and (max-width: 767px) {
  #job .job_role_list {
    gap: 0;
    height: 35.2vw;
  }
}
#job .job_role_list .job_role_item {
  flex: 1 1 0;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #job .job_role_list .job_role_item {
    flex: 0 0 auto;
  }
}
#job .job_role_list .job_role_item .job_role_item_inner {
  background-color: #C4FFDC;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  #job .job_role_list .job_role_item .job_role_item_inner {
    width: 12.5vw;
    height: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  #job .job_role_list .job_role_item .job_role_item_inner {
    width: 24vw;
    height: 24vw;
    transition: all 0.1s ease;
  }
}
#job .job_role_list .job_role_item .job_role_img {
  width: 36px;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #job .job_role_list .job_role_item .job_role_img {
    width: 8.5333333333vw;
    margin-bottom: 1.6vw;
  }
}
#job .job_role_list .job_role_item .job_role_txt {
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s ease;
  font-weight: 600;
}
#job .job_role_list .job_role_item.active .job_role_item_inner {
  background-color: #DDBFFF;
  width: 141px;
  height: 141px;
}
@media screen and (max-width: 960px) {
  #job .job_role_list .job_role_item.active .job_role_item_inner {
    width: 15.625vw;
    height: 15.625vw;
  }
}
@media screen and (max-width: 767px) {
  #job .job_role_list .job_role_item.active .job_role_item_inner {
    width: 35.2vw;
    height: 35.2vw;
  }
}
#job .job_role_list .job_role_item.active .job_role_img {
  width: 50px;
}
@media screen and (max-width: 960px) {
  #job .job_role_list .job_role_item.active .job_role_img {
    width: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  #job .job_role_list .job_role_item.active .job_role_img {
    width: 12.8vw;
  }
}
#job .job_role_list .job_role_item.active .job_role_txt {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  #job .job_role_list .job_role_item.active .job_role_txt {
    font-size: 2.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  #job .job_role_list .job_role_item.active .job_role_txt {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 960px) {
  #job .job_role_list .job_role_item:hover .job_role_item_inner {
    opacity: 0.8;
  }
}
@media screen and (min-width: 961px) {
  #job .job_role_list .job_role_item:hover .job_role_item_inner {
    width: 141px;
    height: 141px;
  }
}
@media screen and (min-width: 961px) {
  #job .job_role_list .job_role_item:hover .job_role_img {
    width: 50px;
  }
}
@media screen and (min-width: 961px) {
  #job .job_role_list .job_role_item:hover .job_role_txt {
    font-size: 22px;
  }
}
#job .job_role_content {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  #job .job_role_content {
    margin-top: 32px;
  }
}
#job .job_role_content_item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  height: 0;
}
#job .job_role_content_item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#job .job_role_content_item:nth-child(2) .job_role_content_body::before {
  mask: url(/saiyo/assets/img/job/job_role_02.svg) no-repeat center/contain;
  -webkit-mask: url(/saiyo/assets/img/job/job_role_02.svg) no-repeat center/contain;
}
#job .job_role_content_item:nth-child(3) .job_role_content_body::before {
  mask: url(/saiyo/assets/img/job/job_role_03.svg) no-repeat center/contain;
  -webkit-mask: url(/saiyo/assets/img/job/job_role_03.svg) no-repeat center/contain;
}
#job .job_role_content_item:nth-child(4) .job_role_content_body::before {
  mask: url(/saiyo/assets/img/job/job_role_04.svg) no-repeat center/contain;
  -webkit-mask: url(/saiyo/assets/img/job/job_role_04.svg) no-repeat center/contain;
}
#job .job_role_content_item:nth-child(5) .job_role_content_body::before {
  mask: url(/saiyo/assets/img/job/job_role_05.svg) no-repeat center/contain;
  -webkit-mask: url(/saiyo/assets/img/job/job_role_05.svg) no-repeat center/contain;
}
#job .job_role_content_ttl {
  background-color: #DDBFFF;
  padding: 10px 12px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #job .job_role_content_ttl {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    padding: 8px 12px;
    min-height: 45px;
  }
}
@media screen and (max-width: 375px) {
  #job .job_role_content_ttl {
    font-size: 5.8666666667vw;
  }
}
#job .job_role_content_ttl_sub {
  font-size: 14px;
  margin-left: 0.7em;
}
@media screen and (max-width: 767px) {
  #job .job_role_content_ttl_sub {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}
@media screen and (max-width: 375px) {
  #job .job_role_content_ttl_sub {
    font-size: 3.7333333333vw;
  }
}
#job .job_role_content_ttl_sub::before {
  content: "—";
  margin-right: 0.35em;
}
#job .job_role_content_body {
  background-color: #fff;
  padding: 46px 23px 25px;
  top: -22px;
  position: relative;
  border: 1px solid #DDBFFF;
}
@media screen and (max-width: 767px) {
  #job .job_role_content_body {
    padding: 38px 16px 16px;
    top: -25px;
  }
}
#job .job_role_content_body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E6E6E6;
  mask: url(/saiyo/assets/img/job/job_role_01.svg) no-repeat center/contain;
  -webkit-mask: url(/saiyo/assets/img/job/job_role_01.svg) no-repeat center/contain;
  z-index: 0;
  pointer-events: none;
  margin: auto;
  width: 200px;
  height: 200px;
}
#job .job_role_content_body * {
  position: relative;
  z-index: 1;
}
#job .job_role_content_body .job_role_content_txt {
  font-size: 16px;
  line-height: 1.75;
}
#job .job_role_content_body .example_ttl {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
  background-color: #F1E5FF;
  padding: 7px 10px;
  display: inline-block;
}
#job .job_role_content_body .example_list {
  list-style: disc;
  padding-left: 1.5em;
  margin-top: 10px;
}
#job .job_role_content_body .example_list li {
  font-size: 16px;
  line-height: 1.75;
}
#job .job_role_content_body .example_list li + li {
  margin-top: 14px;
}