@charset "utf-8";

#yak.job04 * {
  font-family: 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
}

@media (max-width: 768px) {
  #main {
    overflow-x: hidden;
  }
}

#yak.job04 .hirakaku {
  font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3';
}

#yak.job04 a {
  text-decoration: none;
}

#yak.job04 button {
  border: none;
}

#yak.job04 .-wb {
  display: inline-block;
}


#yak.job04 .-sp {
  display: none;
}

@media (max-width: 768px) {
  #yak.job04 .-sp {
    display: block;
  }
}

#yak.job04 .-pc {
  display: block;
}

@media (max-width: 768px) {
  #yak.job04 .-pc {
    display: none;
  }
}

#yakpaint1 {
  left: calc(50vw - 243px);
  width: calc(100vw - (50vw - 243px));
  height: 694px;
  border-radius: 0 0 0 40px;
}

@media (max-width: 768px) {
  #yakpaint1 {
    left: calc(50vw - 101px);
    width: calc(100vw - (50vw - 101px));
    height: 486px;
  }
}

@media (max-width: 768px) {
  #yak.job04 .firstview .viewimage {
    max-width: 600px;
  }
}

/* ↓↓↓ repletion ↓↓↓ */
#yak.job04 .repletion {
  width: 1170px;
  text-align: justify;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 60px auto 0;
  text-align: center;
}

@media (max-width: 768px) {
  #yak.job04 .repletion {
    max-width: 600px;
    width: 100%;
    margin: 66px auto 0;
  }
}

#yak.job04 .repletion .text {
  position: relative;
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
  color: #274288;
}

@media (max-width: 768px) {
  #yak.job04 .repletion .text {
    font-size: 2.4rem;
    margin-top: 0;
  }
}

#yak.job04 .repletion .text::before {
  content: '';
  position: absolute;
  top: 60%;
  left: -50px;
  width: 45px;
  height: 2px;
  background-color: #274288;
  transform: translateY(-50%) rotate(45deg);
}

#yak.job04 .repletion .text::after {
  content: '';
  position: absolute;
  top: 60%;
  right: -50px;
  width: 45px;
  height: 2px;
  background-color: #274288;
  transform: translateY(-50%) rotate(-45deg);
}

@media (max-width: 768px) {
  #yak.job04 .repletion .text::before {
    width: 34px;
    top: 80%;
    left: -25px;
  }

  #yak.job04 .repletion .text::after {
    width: 34px;
    top: 80%;
    right: -25px;
  }
}

/* ↑↑↑ repletion ↑↑↑ */

/* ↓↓↓ tab-container ↓↓↓ */
#yak.job04 .tab-container {
  width: 1130px;
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container {
    width: 100%;
    margin: 35px auto 0;
  }
}

#yak.job04 .tab-container .text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .text {
    font-size: 1.4rem;
  }
}

#yak.job04 .tab-container .tablist {
  display: flex;
  justify-content: center;
}

#yak.job04 .tab-container .tablist.-bottom {
  margin-top: -1px;
}

#yak.job04 .tab-container .tablist .btn {
  font-size: 2.4rem;
  font-weight: 700;
  color: #274288;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .tablist .btn {
    text-align: center;
    font-size: 2rem;
  }
}

#yak.job04 .tab-container .tablist .tab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 82px;
  border-radius: 20px 20px 0 0;
  border: 1px solid #274288;
  border-bottom: initial;
  background-color: #fff;
  cursor: pointer;
}

#yak.job04 .tab-container .tablist.-bottom .tab {
  border: 1px solid #274288;
  border-top: initial;
  border-radius: 0 0 20px 20px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .tablist .tab {
    width: 43.47%;
    height: 79px;
  }
}

#yak.job04 .tab-container .tablist .tab.-deactive {
  background-color: #e3e4e5;
}

#yak.job04 .tab-container .tablist .tab.-deactive::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #274288;
  left: 0;
  bottom: 0;
}

#yak.job04 .tab-container .tablist.-bottom .tab.-deactive::before {
  top: 0;
  bottom: initial;
}

#yak.job04 .tab-container .tablist .tab::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 6px;
  background-color: #274288;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
}

#yak.job04 .tab-container .tablist.-bottom .tab::after {
  top: initial;
  bottom: 0;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .tablist .tab::after {
    width: 48.49%;
    height: 4px;
  }
}

#yak.job04 .tab-container .tablist .tab.-deactive::after {
  opacity: 0;
}

#yak.job04 .tab-container .tablist .tab.-cancer {
  margin-right: 20px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .tablist .tab.-cancer {
    margin-right: 4px;
  }
}

#yak.job04 .tab-container .cancer-box.-active,
#yak.job04 .tab-container .infection-box.-active {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  border-top: 1px solid #274288;
  border-bottom: 1px solid #274288;
  margin-top: -1px;
  background-color: #fff;
}

#yak.job04 .tab-container .cancer-box,
#yak.job04 .tab-container .infection-box {
  display: none;
}

@media (max-width: 768px) {

  #yak.job04 .tab-container .cancer-box .inner,
  #yak.job04 .tab-container .infection-box .inner {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 25px;
  }
}

#yak.job04 .tab-container .region-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .region-title {
    margin-bottom: 30px;
  }
}

#yak.job04 .tab-container .region-title img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

#yak.job04 .tab-container .region-title .title {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #274288;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .region-title .title {
    font-size: 2.2rem;
  }
}

#yak.job04 .tab-container .region-wrap {
  display: flex;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .region-wrap {
    flex-direction: column;
    padding: 0 0 30px;
  }
}

#yak.job04 .tab-container .region-wrap .text {
  width: calc(100% - 470px);
  margin-right: 30px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .region-wrap .text {
    width: 100%;
    order: 2;
  }
}

#yak.job04 .tab-container .region-wrap .text .attention {
  display: block;
  margin-top: 10px;
}

#yak.job04 .tab-container .region-wrap .image {
  width: 440px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .region-wrap .image {
    width: 100%;
    order: 1;
    margin-bottom: 18px;
  }
}

#yak.job04 .tab-container .wrap {
  border-top: 2px dotted #274288;
  padding-top: 48px;
}

#yak.job04 .tab-container .wrap .lead-group {
  overflow: hidden;
  height: 64px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .lead-group {
    height: 90px;
  }
}

#yak.job04 .tab-container .wrap .lead-group .lead {
  position: relative;
  width: 600px;
  height: 57px;
  border-radius: 57px;
  display: flex;
  align-items: center;
  padding-left: 58px;
  border: 1px solid #274288;
  box-shadow: 4px 4px 0 #274288;
  margin-left: -50px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .lead-group .lead {
    width: 360px;
    height: 84px;
    padding-left: 53px;
  }
}

#yak.job04 .tab-container .wrap .lead-group .lead::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 4px;
  background-color: #fff;
  bottom: -5px;
  left: 49px;
}

#yak.job04 .tab-container .wrap .lead-group .lead .text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #274288;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .lead-group .lead .text {
    font-size: 2rem;
  }
}

#yak.job04 .tab-container .wrap .content-group {
  width: 100%;
  padding: 16px 16px 0;
  box-sizing: border-box;
  margin-top: 60px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .content-group {
    padding: 0;
    margin-top: 60px;
  }
}


#yak.job04 .tab-container .wrap .content-group .content {
  position: relative;
  width: 100%;
  padding: 75px 64px 60px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  z-index: 1;
  margin-bottom: 50px;
}

#yak.job04 .tab-container .wrap .content-group .content:last-child {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .content-group .content {
    padding: 35px 0 25px;
  }
}

#yak.job04 .tab-container .wrap .content-group .deco {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
}

#yak.job04 .tab-container .wrap .content-group .content::before {
  content: '';
  position: absolute;
  width: 137px;
  height: 137px;
  background: url(../images/job-content-deco.png) no-repeat;
  background-size: cover;
  top: -16px;
  left: -16px;
  z-index: -1;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .content-group .content::before {
    width: 87px;
    height: 87px;
    background-size: cover;
    top: -5px;
    left: -5px;
  }
}

#yak.job04 .tab-container .wrap .content-group .content::after {
  content: '01';
  position: absolute;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .content-group .content::after {
    font-size: 2.4rem;
    top: 4px;
    left: 5px;
  }
}

#yak.job04 .tab-container .wrap .content-group .content:nth-child(2)::after {
  content: '02';
}

#yak.job04 .tab-container .wrap .content-group .content .heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .content-group .content .heading {
    font-size: 1.8rem;
    text-align: center;
  }
}

#yak.job04 .tab-container .wrap .content-group .content .heading-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .content-group .content .heading-text {
    font-size: 1.4rem;
    padding: 0 25px;
    margin: 0 auto;
  }
}

#yak.job04 .tab-container .wrap .content-detail {
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .content-detail {
    margin: 30px auto 0;
  }
}

#yak.job04 .tab-container .wrap .caption-group {
  overflow: hidden;
  height: 53px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .caption-group {
    height: 50px;
  }
}

#yak.job04 .tab-container .wrap .caption-group .caption {
  position: relative;
  width: 170px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  padding-left: 28px;
  border: 1px solid #274288;
  box-shadow: 2px 2px 0 #274288;
  background-color: #fff;
  margin-left: -20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .caption-group .caption {
    height: 48px;
  }
}

#yak.job04 .tab-container .wrap .caption-group .caption::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 3px;
  background-color: #f5f5f5;
  bottom: -4px;
  left: 17px;
}

#yak.job04 .tab-container .wrap .caption-group .caption .text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #274288;
}

#yak.job04 .tab-container .wrap .detail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .detail-list {
    position: relative;
    max-width: 820px;
    justify-content: center;
    /* padding: 0 0 0 25px; */
    overflow-x: hidden;
  }

  #yak.job04 .tab-container .wrap .sp-etc {
    display: block;
    max-width: 450px;
    width: 78.48%;
    margin: 0 auto;
  }
}

#yak.job04 .tab-container .wrap .detail-list .item {
  width: calc((100% - 13px) / 2);
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  min-height: 156px;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .detail-list .item {
    min-width: 250px;
    margin-bottom: 0;
    margin-right: 3px;
    margin-left: 3px;
  }
}

#yak.job04 .tab-container .wrap .detail-list .item .block {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .detail-list .item .block {
    flex-direction: column;
  }
}

#yak.job04 .tab-container .wrap .detail-list .item img {
  width: 41px;
  height: 59px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .detail-list .item img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#yak.job04 .tab-container .wrap .detail-list .etc {
  width: calc((100% - 13px) / 2);
  display: flex;
  align-items: flex-end;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .detail-list .etc {
    display: none;
  }
}

#yak.job04 .tab-container .wrap .detail-list .etc.-even {
  margin-top: -8px;
  margin-bottom: 0;
}

#yak.job04 .tab-container .wrap .exam {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .exam-group {
    padding: 0 25px;
  }
}

#yak.job04 .tab-container .wrap .step-group {
  overflow: hidden;
  height: 64px;
  margin-bottom: -35px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .step-group {
    height: 90px;
  }
}

#yak.job04 .tab-container .wrap .step-group .step {
  position: relative;
  width: 600px;
  height: 57px;
  border-radius: 57px;
  display: flex;
  align-items: center;
  padding-left: 58px;
  box-shadow: 4px 4px 0 #fff;
  background-color: #274288;
  margin-left: -50px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .step-group .step {
    width: 340px;
    height: 84px;
  }
}

#yak.job04 .tab-container .wrap .step-group .step::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 4px;
  background-color: #e2f6ff;
  bottom: -5px;
  left: 49px;
}

#yak.job04 .tab-container .wrap .step-group .step .text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .step-group .step .text {
    font-size: 2rem;
  }
}

#yak.job04 .tab-container .wrap .comment {
  width: 100%;
  padding: 70px 80px 60px;
  box-sizing: border-box;
  background-color: #e2f6ff;
  border-radius: 20px;
}

@media (max-width: 768px) {
  #yak.job04 .tab-container .wrap .comment {
    padding: 65px 25px 30px;
  }
}

#yak.job04 .tab-container .wrap .comment .text:not(:last-child) {
  margin-bottom: 25px;
}

/* ↑↑↑ tab-container ↑↑↑ */

/* ↑↑↑ slide ↑↑↑ */
#yak.job04 .wrap-slide .slick-track {
  max-width: 450px;
  width: 78.48%;
  margin: 0;
}

#yak.job04 .wrap-slide .slick-list {
  width: 100%;
  display: block;
  overflow: unset;
}

#yak.job04 .wrap-slide button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#yak.job04 .wrap-slide .slide-arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
  cursor: pointer;
}

#yak.job04 .wrap-slide .slide-arrow.prev-arrow {
  transform: translateY(-50%) rotate(-180deg);
  left: 0;
  z-index: 1;
}

#yak.job04 .wrap-slide .slide-arrow.next-arrow {
  right: 0;
}

#yak.job04 .wrap-slide button.slick-disabled {
  cursor: unset;
  opacity: 0;
}

/* ↑↑↑ slide ↑↑↑ */