@charset "utf-8";

/* 看護部紹介動画 */
#movie.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_movie.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#movie.sub.w-movie .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_movie2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#movie .movie-box {
  margin: 100px 0 148px;
}
#movie .movie-box p.top-txt {
  margin-bottom: 100px;
  margin-top: 0;
  font-size: 20px;
}
#movie .movie-box p {
  margin: 25px 0 0;
  line-height: 2em;
}
#movie .movie-box .flex {
  align-items: center;
}
#movie .movie-box .flex .left {
  width: 55%;
}
#movie .movie-box .flex .right {
  width: 40%;
  aspect-ratio: 16/9;
  background: gray;
  border-radius: 10px;
  position: relative;
}
#movie .movie-box .flex .right:after {
  content: "準備中";
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#system .ladder .scroll-img img {
  min-width: 100%;
}
@media screen and (max-width: 820px) {
  #movie .movie-box .flex {
    flex-direction: column;
  }
  #movie .movie-box .flex .left {
    width: 100%;
  }
  #movie .movie-box .flex .right {
    width: 100%;
    margin-top: 25px;
  }
  #movie .movie-box {
    margin: 60px 0 100px;
  }
  #movie .movie-box p.top-txt {
    margin-bottom: 30px;
  }
}
/* 看護部紹介動画 */

/* リソースナース部門 */
#resource.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_resource.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#resource .text-sec {
  margin: 100px auto 125px;
}
#resource .text-sec p {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 33px 0 0;
  color: #000000;
  max-width: 513px;
}
#resource .text-sec .flex {
  align-items: center;
}
#resource .text-sec .right img {
  max-width: 460px;
  border-radius: 10px;
}

#resource .resource-top p {
  width: 70%;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto;
}
#resource .nurse {
  margin-bottom: 100px;
}
#resource .nurse .ttl2 {
  margin-bottom: 35px;
}
#resource .nurse .nurse-box {
  border: 1px solid #e4e4e5;
  border-radius: 10px;
  margin-top: 35px;
}
#resource .nurse .nurse-box h4 {
  border-radius: 10px 10px 0 0;
  background-color: #fbf8f5;
  padding: 20px 40px;
  color: var(--green-color);
  font-size: 21px;
  font-weight: normal;
}
#resource .nurse .nurse-box2 h4 {
  background-color: #fff;
}
#resource .nurse .nurse-box p {
  padding: 20px 40px;
  font-size: 14px;
  line-height: 1.8;
}
#resource .nurse .nurse-box p span {
  font-size: 13px;
  color: #7f7f7f;
  display: block;
  margin-top: 10px;
}
#resource .nurse .nurse-box2 p {
  padding-top: 0;
}

#resource .nurse .specific-box {
  margin-top: 23px;
}
#resource .nurse .specific-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
#resource .nurse .specific-box ul li {
  background-color: #fbf8f5;
  border-radius: 5px;
  padding: 17px 20px;
  color: var(--green-color);
  text-align: center;
}
@media screen and (max-width: 820px) {
  #resource .text-sec > .flex {
    flex-direction: column;
  }
  #resource .text-sec .right img {
    max-width: 100%;
  }
  #resource .text-sec .right {
    margin-top: 25px;
  }
  #resource .text-sec {
    margin: 60px 0 100px;
  }
  #resource .nurse .specific-box ul {
    grid-template-columns: 1fr 1fr;
  }
}
/* リソースナース部門 */

/* キャリア支援 */
#system.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_system.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#system .category {
  margin: 70px 0 150px;
}
#system .category .ttl2 {
  margin-bottom: 35px;
}
#system .category .category-box {
  margin-bottom: 60px;
  margin-top: 30px;
}
#system .category .category-box ul {
  display: grid;
  grid-template-rows: auto auto; /* 2 rows */
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
#system .category .category-box ul:last-child {
  display: grid;
  grid-template-rows: auto auto; /* 2 rows */
  grid-template-columns: 1fr 1fr 1fr; /* 3 columns */
  gap: 15px;
}
#system .category .category-box ul li {
  background-color: #fbf8f5;
  border-radius: 5px;
  padding: 17px 20px;
  color: var(--green-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#system .category .category-box2 {
}
#system .category .category-box2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
#system .category .category-box2 ul li {
  border: 1px solid var(--green-color);
  border-radius: 5px;
  padding: 37px 27px;
}
#system .category .category-box2 ul li h4 {
  font-size: 21px;
  margin-bottom: 21px;
  color: var(--green-color);
  text-align: center;
  font-family: var(--hannari);
  font-weight: 400;
}
#system .category .category-box2 ul li p {
  font-size: 14px;
}

#system .ladder {
  margin-bottom: 150px;
}
#system .ladder .ttl-box {
  margin-bottom: 54px;
}
#system .ladder p {
  margin-bottom: 30px;
}
#system .ladder .ttl3 {
  font-size: 24px;
  text-align: left;
  color: var(--green-color);
  font-weight: 400;
  margin-top: 65px;
  margin-bottom: 20px;
}
#system .ladder .ttl3 span {
  font-size: 20px;
  margin-left: 1em;
  color: var(--green-color);
}
@media screen and (max-width: 820px) {
  #system .category .category-box ul:last-child {
    grid-template-columns: 1fr 1fr;
  }
  #system .category .category-box2 ul {
    grid-template-columns: 1fr;
  }
  #system .ladder .ttl-box {
    flex-direction: column;
    margin-bottom: 0;
  }
  #system .ladder .ttl-box .ttl2 {
    margin-bottom: 20px;
  }
  #system .ladder .ttl3 {
    font-size: 21px;
  }
  #system .category {
    margin-bottom: 70px;
  }
  #system .ladder {
    margin-bottom: 70px;
  }
  #system .ladder .scroll-img {
    overflow: scroll;
  }
  #system .ladder .scroll-img img {
    max-width: 700px;
  }
}
/* キャリア支援 */

/* 福利厚生 */
#welfare.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_welfare.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#welfare .sec1 {
  margin: 70px 0 80px;
}
#welfare .sec1 h4 {
  margin: 26px 0 38px;
  font-family: var(--hannari);
  line-height: 1.4em;
  font-weight: 400;
  font-size: 2.1rem;
}
#welfare .sec2 {
  margin-bottom: 100px;
}
#welfare .sub3-swiper .swiper-slide img {
  border-radius: 10px;
}
/* 福利厚生 */

/* 給与?休日?手当?勤務体制 */
#benefit.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_benefit.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#benefit .sec1 {
}
#benefit .sec1 h4 {
  font-size: 19px;
  font-weight: 400;
  color: var(--green-color);
  margin: 35px 0 25px;
}
#benefit .sec1 .back-box {
}
#benefit .sec1 .back-box p {
  margin-bottom: 40px;
  font-size: 14px;
}
#benefit .sec1 .back-box .check {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--green-color);
  font-weight: 400;
  margin-bottom: 20px;
}
#benefit .sec1 .back-box .check:before {
  content: url(/s-kango/assets/images/sub/check.svg);
  display: block;
  line-height: 0;
  font-size: 0;
  margin-right: 5px;
}
#benefit .sec1 .back-box ul {
  margin-top: 0;
  margin-bottom: 40px;
}
#benefit .sec1 .back-box ul:last-child {
  margin-bottom: 0;
}
#benefit .sec1 .back-box ul li {
  margin-bottom: 0;
  align-items: center;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  #benefit .sec1 .back-box ul li {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}

/* 給与?休日?手当?勤務体制 */

/* 院内施設?周辺環境 */
#facility.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_facility.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.neighborhood {
  margin: 100px 0 80px;
}
.neighborhood .ttl2 {
  margin-bottom: 26px;
}
.neighborhood .img-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 38px;
}
.neighborhood .img-list .box {
  text-align: center;
}
.neighborhood .img-list .box img {
  margin-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .neighborhood {
    margin: 60px 0 60px;
  }
  .neighborhood .img-list {
    grid-template-columns: 1fr;
  }
}

/* 院内施設?周辺環境 */

/* 採用案内 */
#experienced.sub.recruit .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_recruit.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#experienced.sub.recruit .sec2 .ttl2 span {
  font-size: 11px;
  color: #fff;
  background-color: #acc267;
  padding: 4px 11px;
  border-radius: 3px;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
#experienced.sub.recruit .sec2.last {
  margin-bottom: 150px;
}
/* 採用案内 */

/* 新人サポート */
#support_detail section.ttl {
  margin-top: 100px;
}
#support_detail section.ttl h3 {
  font-size: 24px;
  font-weight: 400;
  color: var(--green-color);
  font-family: var(--hannari);
}

#support_detail.sub .point {
  flex-wrap: nowrap;
  margin-bottom: 10px;
  line-height: 1.8;
}
#support_detail.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_support_detail.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#support.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_support_detail.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#support_detail.sub.support_detail2 .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_support_detail2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#support.support2 .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_support_detail2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
/* 新人サポート */

/* お問い合わせ */
#experienced.contact .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_contact.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
/* お問い合わせ */

/* 中途採用者プログラム */
#graduates.sub.graduates2 .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_graduates2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#graduates.sub h3.ttl2 {
  margin-bottom: 20px;
}
#graduates.sub .point {
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1.5rem;
}

#graduates.sub .sec2 {
  margin-bottom: 60px;
}
#graduates.sub .sec3 {
  margin-top: 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 820px) {
  #graduates.sub .point {
    align-items: flex-start;
  }
  #graduates.sub .sec3 {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
/* 中途採用者プログラム */

#experienced.sub.graduates .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_graduates3.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#experienced.sub.graduates .table-wrapper {
  margin-top: 20px;
}
#experienced.sub.surgical .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_surgical.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#experienced.sub.surgical .table-wrapper {
  margin-top: 20px;
}
#experienced.sub.nicu .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_nicu.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#experienced.sub.ICU .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_icu.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#experienced.sub.nicu .table-wrapper {
  margin-top: 20px;
}

/* .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 20px;
}

.map iframe {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */

.map {
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-top: 30px;
}
.map iframe {
  width: 100%;
  height: 960px;
  margin-top: -170px;
}
@media screen and (max-width: 820px) {
  #experienced .sec2 {
    margin: 60px 0 60px;
  }
  .other {
    padding: 55px 0;
  }
}
