.sub_mv {
  padding-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .sub_mv {
    padding-bottom: 0;
  }

  .sub_mv .page_ttl_wrap {
    padding-bottom: 0;
  }

  .sub_mv .page_ttl_wrap::after {
    height: 30rem;
    margin-top: 1rem;
    position: static;
    width: 100%;
  }

  .sub_mv .sub_mv_buttom {
    margin-top: 2rem;
  }

  .sub_mv .sub_mv_buttom p {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }

  .sub_mv .sub_mv_buttom .list {
    flex-wrap: wrap;
    gap: 1rem 0;
    margin-top: 3.5rem;
  }

  .sub_mv .sub_mv_buttom .list li {
    width: 100%;
  }

  .sub_mv .sub_mv_buttom .list li a {
    border-radius: 6rem;
    font-size: 1.6rem;
    height: 6rem;
  }

  .sub_mv .sub_mv_buttom .list li a::after {
    content: '';
    height: .6rem;
    margin-left: .5rem;
    width: 1rem;
  }
}


/* ------------------------------------------
  sec07
------------------------------------------ */
.sec07 {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(244, 250, 252, .71) 54.19%, #eff8fb 100%);
  background-repeat: no-repeat;
  background-size: 100% 109rem;
}

.sec07 .container {
  padding: 14.3rem 7rem 20rem;
  position: relative;
}

.sec07 .container::before {
  background-image: url(../img/sub/guide/about_bg_center.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 119.8rem;
  left: -25rem;
  position: absolute;
  top: 63rem;
  width: 155.1rem;
  z-index: -1;
}

.sec07 .container::after {
  background-image: url(../img/sub/common_bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 97.3rem;
  position: absolute;
  right: -50rem;
  top: 127rem;
  width: 106rem;
  z-index: -1;
}


.sec07 .top_text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(36/18);
  text-align: center;
}

.sec07 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 4rem;
  justify-content: center;
  margin-top: 6rem;
}

.sec07 .flex .item {
  border-radius: 0 2rem;
  height: 24rem;
  width: calc((100% - 4rem) / 2);
}

.sec07 .flex .item:nth-of-type(4n+1), .sec07 .flex .item:nth-of-type(4n+4) {
  background: linear-gradient(#38bde5 0%, #f8f01d 100%);
}
.sec07 .flex .item:nth-of-type(4n+2), .sec07 .flex .item:nth-of-type(4n+3) {
  background: linear-gradient(#f7784f 0%, #f4bb49 100%);
}

.sec07 .flex .item .img {
  border-radius: 0 2rem 0 0;
  overflow: hidden;
  transform: translate(-1rem, -1rem);
  transition: .3s ease;
}

/* .sec07 .flex .item:hover .img {
    transform: translate(0, 0);
  } */

.sec07 .flex .item .head {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(32/18);
  padding: .5rem 1rem 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec07 {
    background-size: 100% 40rem;
  }
  .sec07 .container {
    padding: 4rem 1.5rem 7.1rem;
  }

  .sec07 .top_text {
    font-size: 1.5rem;
    line-height: 2;
    text-align: left;
  }

  .sec07 .flex {
    align-items: center;
    flex-direction: column;
    gap: 1.2rem 0;
    margin-top: 2.8rem;
  }

  .sec07 .flex .item {
    height: 41.8%;
    /* height: 14.3rem; */
    /* width: 34.2rem; */
    width: calc(100% - 1rem);
  }

  .sec07 .flex .item .img {
    transform: translate(-.3rem, -.3rem);
  }

  .sec07 .flex .item .head {
    font-size: 1.6rem;
    line-height: calc(30/16);
    padding: 0 .3rem .3rem;
  }
}

/* ------------------------------------------
    詳細ページ
  ------------------------------------------ */
.job_main {
  padding-bottom: 20rem;
  padding-top: 20.5rem;
}

.job_main .single_page_mv {
  background: linear-gradient(to right, #38bde5 0%, #f8f01d 100%);
  border-radius: 0 2rem;
  height: 28.8%;
  margin-left: auto;
  width: calc(100% - 1rem);
}


.job_main .single_page_mv .img {
  border-radius: 0 2rem 0 0;
  height: 26.3%;
  overflow: hidden;
  transform: translate(-1rem, -1rem);
  transition: .3s ease;
  width: 100%;
}

.job_main .single_page_mv .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}


.job_main .single_page_mv .head {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1.2rem;
  text-align: center;
}

.job_main .top_text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(36/18);
  margin-top: 4.1rem;
  text-align: center;
}

.job_main .common_link_btn_wrap {
  display: table;
  margin: 6.3rem auto 0;
}

.job_main .common_link_btn {
  margin-top: 0;
  min-width: 38.1rem;
  width: auto;
  padding: 0px 6.5rem;
}

.job_main_contents {
  margin-top: 10rem;
  position: relative;
}

.job_main_contents::before {
  background-image: url(../img/sub/column/column_single_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 119.8rem;
  left: -32rem;
  position: absolute;
  top: 13rem;
  width: 155.1rem;
  z-index: -1;
}

.job_main_contents::after {
  background-image: url(../img/sub/common_bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 97.3rem;
  position: absolute;
  right: -50rem;
  top: 81rem;
  width: 106rem;
  z-index: -1;
}

.job_main_contents h2 {
  background-color: #7bc9e0;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 500;
  height: 8rem;
  justify-content: center;
  line-height: 1.3;
  padding: 1rem 2.6rem;
}

.job_main_contents .item + .item {
  margin-top: 8.6rem;
}

.job_main_contents .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
}

.job_main_contents .flex .text {
  /* width: 80.5% */
}

.job_main_contents .flex .text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(36/18);
}

.job_main_contents .flex .text p + p {
  margin-top: 3rem;
}

.job_main_contents .text h3 {
  border-bottom: .1rem solid #7bc9e0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 3.5rem;
  padding-bottom: .8rem;
  padding-left: 2.5rem;
}

.job_main_contents .text h3 + p {
  margin-top: 1.6rem;
}

.job_main_contents .flex .image {
  margin-left: 2.1rem;
  width: 17.7%;
  flex-shrink: 0;
}

.job_main_contents .flex .image .img-box + .img-box {
  margin-top: 2rem;
}


@media screen and (max-width: 767px) {
  .job_main {
    padding-bottom: 9rem;
    padding-top: 8rem;
  }

  .job_main .single_page_mv {
    width: calc(100% - .5rem);
  }


  .job_main .single_page_mv .img {
    transform: translate(-.5rem, -.5rem);
  }

  .job_main .single_page_mv .head {
    font-size: 1.7rem;
    padding-bottom: .6rem;
  }

  .job_main .top_text {
    font-size: 1.4rem;
    line-height: calc(25/14);
    margin-top: 2rem;
    text-align: left;
  }

  .job_main .common_link_btn_wrap {
    margin: 3rem auto 0;
  }
  
  .job_main .common_link_btn {
    margin-top: 0;
    min-width: unset;
    padding: 0px 4.5rem;
    line-height: 1.2;
  }

  .job_main_contents {
    margin-top: 6rem;
  }

  .job_main_contents::before {
    height: 60rem;
    left: -12rem;
    width: 77rem;
  }

  .job_main_contents::after {
    height: 45rem;
    right: -10rem;
    top: 72rem;
    width: 53rem;
  }

  .job_main_contents h2 {
    border-radius: 1rem;
    font-size: 1.8rem;
    height: auto;
    padding: 1.5rem 2rem;
  }

  .job_main_contents .item + .item {
    margin-top: 4.3rem;
  }

  .job_main_contents .flex {
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .job_main_contents .flex .text p {
    font-size: 1.4rem;
    line-height: calc(25/14);
  }
  
  .job_main_contents .flex .text p + p {
    margin-top: 2rem;
  }


  .job_main_contents .text h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 1rem .5rem;
  }

  .job_main_contents .text h3 + p {
    margin-top: .8rem;
  }

  .job_main_contents .flex .image {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 2rem;
    justify-content: center;
    margin-left: 0;
    margin-top: 4rem;
    width: auto;
  }

  .job_main_contents .flex .image .img-box {
    width: 22rem;
  }

  .job_main_contents .flex .image .img-box + .img-box {
    margin-top: 0;
  }
}
