.page-header {
  display: flex;
  height: 360px;
  align-items: stretch;
  background-image: url(../images/environment/bg-page-heade.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-header::after {
  content: "";
  width: 176px;
  height: 281px;
  background-image: url(../images/environment/after-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 26px;
  right: 0;
  position: absolute;
}
.page-header .page-header-img {
  width: 505px;
  position: relative;
}
.page-header .page-header-img::after {
  content: "";
  width: calc(50vw - 90px);
  height: 100%;
  background-image: url(../images/environment/bg-page-envi.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}
.page-header .page-header-top {
  flex: 1;
  padding-top: 140px;
}

.title-en {
  font-size: 5rem;
  letter-spacing: 0.075em;
  font-family: "Aleo", serif;
  font-style: italic;
  font-weight: 400;
  color: #2FC5F7;
}

.title-jp {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0072BD;
  padding-top: 5px;
}

.page-anchor {
  padding: 27px 0 20px;
  background-color: #B6E8FC;
}

.page-environtment ul.list-anchor {
  padding-left: 40px;
}
.page-environtment ul.list-anchor li:nth-child(4n+1) {
  width: 330px;
}
.page-environtment ul.list-anchor li:nth-child(4n+2) {
  width: 250px;
}
.page-environtment ul.list-anchor li:nth-child(4n) {
  width: 150px;
}
.page-environtment ul.list-anchor li:nth-child(4n+3) {
  width: 230px;
}

.sub-title {
  font-size: 2.5rem;
  padding-left: 25px;
  position: relative;
  color: #0072BD;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.sub-title:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/environment/icon-sub.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}

.img-envi-01 {
  position: relative;
}
.img-envi-01::after {
  content: "";
  width: 600px;
  height: 375px;
  background-image: url(../images/environment/img-envi-01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}

.box-envi-2 {
  background-color: #EEF9FC;
  border: 2px solid #08B8DA;
  border-radius: 20px;
  color: #0072BD;
  padding: 23px 10px 25px;
  text-align: center;
  font-weight: 500;
}
.box-envi-2 p {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 15px;
}
.box-envi-2 h2 {
  font-size: 2.5rem;
  min-height: 69px;
  line-height: 1.24;
  font-weight: 500;
}
.box-envi-2 h2 span {
  font-size: 3rem;
  line-height: 1;
}

.box-slide-envi {
  max-width: 657px;
  margin-left: auto;
  margin-right: auto;
}
.box-slide-envi .slick-list {
  overflow: visible;
  margin: 0 -30px;
}
.box-slide-envi .slick-list .slick-slide {
  padding: 0 30px;
}
.box-slide-envi ul.slick-dots {
  margin-top: 35px;
  height: 40px;
  align-items: center;
}
.box-slide-envi button.slide-arrow.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: none;
  transform: translateX(-50%);
  left: calc(50% + 140px);
  bottom: 0;
  cursor: pointer;
}
.box-slide-envi button.slide-arrow.prev-arrow.slick-arrow {
  left: calc(50% - 140px);
}

.box-slide-envi-item {
  position: relative;
}

.box-text-envi {
  padding: 17px 20px 20px;
  background-color: rgba(62, 58, 57, 0.6);
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  font-size: 1.5rem;
  line-height: 1.24;
  width: 100%;
}

.box-text-envi h2 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.envi-03 {
  position: relative;
}
.envi-03::after {
  content: "";
  width: 100%;
  height: 685px;
  background-color: #E5FBFF;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.popup-item {
  position: fixed;
  max-width: 1118px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: calc(100vh - 100px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
}

.popup-item.show {
  opacity: 1;
  z-index: 10;
}

.box-popup-cs {
  position: relative;
}

.box-popup-cs:after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #0072BD;
  opacity: 0;
  z-index: -5;
  transition: 0.3s;
}

.box-popup-cs.show:after {
  opacity: 0.4;
  z-index: 9;
}

.popup-item-cont {
  padding: 65px 59px;
  overflow: hidden;
}
.popup-item-cont .popup-item-cont-inner {
  max-height: 750px;
  overflow: auto;
}
@media screen and (max-height:900px)  and (min-height: 500px) and (min-width: 768px){
  .popup-item-cont .popup-item-cont-inner {
    max-height: 645px;
    overflow-y: scroll;
  }
}

@media screen and (max-height:800px) and (min-height: 500px) and (min-width: 768px){
  .popup-item-cont .popup-item-cont-inner {
    max-height: 545px;
    overflow-y: scroll;
  }
}

@media screen and (max-height:700px) and (min-height: 500px) and (min-width: 768px){
  .popup-item-cont .popup-item-cont-inner {
    max-height: 455px;
    overflow-y: scroll;
  }
}
@media screen and (max-height:630px) and (min-height: 500px) and (min-width: 768px){
  .popup-item-cont .popup-item-cont-inner {
    max-height: 405px;
    overflow-y: scroll;
  }
}
@media screen and (max-height:570px) and (min-height: 500px) and (min-width: 768px){
  .popup-item-cont .popup-item-cont-inner {
    max-height: 355px;
    overflow-y: scroll;
  }
}
@media screen and (max-height:500px) and (min-width: 768px){
  .popup-item-cont .popup-item-cont-inner {
    max-height: 270px;
    overflow-y: scroll;
  }
}
.title-popup {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 500;
  color: #3E3A39;
  margin-bottom: 33px;
  background-image: url(../images/environment/bg-title-popup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.2em;
}

.box-text-popup {
  padding: 0 50px 20px;
}

.text-popup {
  color: #3E3A39;
  line-height: 2.2;
  padding-top: 30px;
}

.path-click {
  cursor: pointer;
  transition: 0.3s;
}

.map-link {
  max-width: 600px;
  margin: 0 auto;
  height: 600px;
}

html.show-popup {
  overflow: hidden;
}

.close-popup-cs {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80px;
  height: 80px;
  background-image: url(../images/environment/close-popup.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.envi-04 {
  position: relative;
}
.envi-04::after {
  content: "";
  width: 100%;
  height: 805px;
  background-image: url(../images/environment/bg-envi-04.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.envi-04::before {
  content: "";
  width: 1179px;
  height: 510px;
  background-image: url(../images/environment/after-envi-04.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 110px;
}

.box-envi-05 {
  position: relative;
  padding: 50px 30px 35px;
  background: #E5FBFF;
  border-radius: 20px;
  margin-bottom: 70px;
}
.box-envi-05 .num {
  position: absolute;
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-style: italic;
  font-family: "Aleo", serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  color: #2FC5F7;
}
.box-envi-05 .num::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #2FC5F7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
}
.box-envi-05 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0072BD;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 20px;
  min-height: 56px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.box-envi-05 p {
  line-height: 1.75;
  color: #3E3A39;
  padding-top: 20px;
  min-height: 188px;
}

.envi-05 .container::after {
  content: "";
  width: 176px;
  height: 281px;
  background-image: url(../images/environment/after-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 80px;
  bottom: 210px;
}

.img-envi-06 {
  position: relative;
  right: -40px;
  text-align: right;
}

.toggle-pc.toggle-qna {
  margin-bottom: 40px;
}
.toggle-pc.toggle-qna .toggle-hd {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 5px 40px;
  background-color: #E5FBFF;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0072BD;
  position: relative;
}
.toggle-pc.toggle-qna .toggle-hd::after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../images/environment/icon-open.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}
.toggle-pc.toggle-qna .toggle-hd.active::after {
  background-image: url(../images/environment/icon-close.svg);
}
.toggle-pc.toggle-qna .toggle-hd span {
  font-size: 2rem;
  margin-right: 27px;
}
.toggle-pc.toggle-qna .toggle-cont-inner {
  padding: 25px 70px 5px 40px;
  display: flex;
  font-size: 1.7rem;
  color: #3E3A39;
  line-height: 1.82;
  min-height: 95px;
}
.toggle-pc.toggle-qna .toggle-cont-inner span {
  font-size: 2rem;
  margin-right: 27px;
  font-weight: 500;
  color: #FF8C8E;
}
.toggle-pc.toggle-qna .toggle-cont-inner a {
  color: #0072BD;
  text-decoration: underline;
}

.page-department .page-header .page-header-img::after {
  background-image: url(../images/department/bg-page-depart.png);
}

.page-department ul.list-anchor {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.page-department .box-envi-2 p {
  padding-bottom: 20px;
}

.box-text-border {
  border-top: 1px solid #3E3A39;
}
.box-text-border p {
  line-height: 2.375;
  border-bottom: 1px solid #3E3A39;
  color: #3E3A39;
  padding-left: 10px;
}
.box-text-border p span {
  font-weight: 500;
}

.img-depart-2 {
  position: relative;
  right: -100px;
}

.box-slide-depart {
  border: 2px solid #0072BD;
  border-radius: 30px;
  padding: 35px 73px 55px;
  background: #fff;
}
.box-slide-depart h2 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  color: #0072BD;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 45px;
}

.box-text-slide-depart {
  line-height: 2.25;
  color: #3E3A39;
}

.slide-depart .slick-list {
  overflow: visible;
  margin: 0 -25px;
}
.slide-depart .slick-list .slick-slide {
  padding: 0 25px;
}
.slide-depart ul.slick-dots {
  margin-top: 40px;
  height: 40px;
  align-items: center;
}
.slide-depart button.slide-arrow.slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: none;
  transform: translateX(-50%);
  left: calc(50% + 100px);
  bottom: 0;
  cursor: pointer;
}
.slide-depart button.slide-arrow.prev-arrow.slick-arrow {
  left: calc(50% - 100px);
}

.depart-03 {
  background-color: #E5FBFF;
}

.box-cross-talk {
  position: relative;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  margin-bottom: 50px;
  cursor: pointer;
}

.box-text-cross {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.box-text-cross h2 {
  font-size: 2.8rem;
  font-weight: 500;
  font-style: italic;
  font-family: 'Aleo', serif;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}
.box-text-cross h2 span {
  font-size: 5rem;
  padding-left: 5px;
  font-style: italic;
  font-family: 'Aleo', serif;
  font-weight: 500;
}

a.link-cross-cs {
  width: 232px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto;
  color: #0072BD;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: 1px solid #0072bd;
  transition: 0.3s;
}

.img-cross-talk {
  position: relative;
  border-radius: 20px;
}

.img-cross-talk:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0072BD;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  opacity: 0.4;
  transition: 0.3s;
  
  font-family: 'Aleo', serif;
  font-style: italic;
}

.box-cross-talk:hover .img-cross-talk:after {
  opacity: 0;
}

.box-cross-talk:hover h2 {
  color: #00BFF7;
}

.box-cross-talk:hover a.link-cross-cs {
  background-color: #0072BD;
  color: #fff;
}

.title-popup-nursing {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  font-size: 2.7rem;
  font-weight: 500;
  flex-direction: column;
  background-image: url(../images/department/title-popup-nursing.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0072BD;
}
.title-popup-nursing h2 {
  font-size: 4.5rem;
  color: #2FC5F7;
  font-style: italic;
  font-weight: 400;
  font-family: "Aleo", serif;
  letter-spacing: 0.05em;
}
.title-popup-nursing h2 span {
  font-size: 5.3rem;
}

.list-box-img-popup {
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.list-box-img-popup::after {
  content: "";
  width: 125px;
  height: 125px;
  background-image: url(../images/department/after-popup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
}

.box-img-popup {
  max-width: 260px;
  text-align: center;
  margin-top: -55px;
  width: 100%;
}
.box-img-popup:nth-child(2) .img-popup {
  border-color: #FF8C8E;
}
.box-img-popup:nth-child(2) .box-text-popup {
  border-color: #FF8C8E;
}
.box-img-popup .img-popup {
  border: 5px solid #2AA7B2;
  border-radius: 50%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
}
.box-img-popup .box-text-popup {
  border: 2px solid #2AA7B2;
  background-color: #fff;
  padding: 15px 17px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0072BD;
  border-radius: 14px;
  margin-top: -26px;
  position: relative;
}
.box-img-popup .box-text-popup h2 {
  font-size: 2rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #0072BD;
  margin-bottom: 7px;
}
.box-img-popup .box-text-popup h2 span {
  font-size: 2.5rem;
}

.box-cont-nursing {
  display: flex;
  margin-top: 70px;
}
.box-cont-nursing .box-cont-nursing-img {
  width: 370px;
}
.box-cont-nursing.row-reverse .box-cont-nursing-text {
  padding-left: 30px;
  padding-right: 0;
}
.box-cont-nursing.no-img .box-cont-nursing-text {
  padding-left: 0px;
  padding-right: 0;
}
.box-cont-nursing .box-cont-nursing-text {
  flex: 1;
  line-height: 1.96;
  padding-right: 40px;
  color: #3E3A39;
}
.box-cont-nursing .box-cont-nursing-text h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #0072BD;
  line-height: 1.2;
  margin-bottom: 15px;
}
.box-cont-nursing .box-cont-nursing-text p span {
  font-weight: bold;
  color: #FF8C8E;
}
.box-cont-nursing .box-cont-nursing-text p span.color-first{
  color: #FF8C8E !important;
}
.box-cont-nursing .box-cont-nursing-text p span.color-second{
  color: #2AA7B2 !important;
}
.box-cont-nursing .box-cont-nursing-text p:last-child span {
  color: #2AA7B2;
}

.depart-05 {
  background-color: #E5FBFF;
}

.page-recruit .page-header .page-header-img::after {
  background-image: url(../images/recruit/bg-page-recruit.png);
}

.toggle-recruit .toggle-hd {
  height: 200px;
  padding: 13px 15px;
  background-image: url(../images/recruit/bg-toggle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.3s;
}
.toggle-recruit .toggle-hd::after {
  content: "";
  width: 52px;
  height: 52px;
  background-image: url(../images/recruit/icon-open.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.toggle-recruit .toggle-hd.active::after {
  background-image: url(../images/recruit/icon-close.svg);
}
.toggle-recruit .toggle-hd:hover {
  opacity: 0.6;
}

.toggle-hd-recruit {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.toggle-hd-recruit h2 {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 45px;
  color: #0072BD;
  font-size: 3rem;
  letter-spacing: 0.2em;
}

.toggle-hd-recruit img {
  width: 50%;
}

.toggle-recruit .toggle-cont {
  padding: 50px 33px;
}

.table-recruit {
  display: flex;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid #08B8DA;
}

.table-recruit-left {
  width: 120px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #08B8DA;
  padding: 0px 8px;
}

.table-recruit:last-child {
  border-bottom: 1px solid #08B8DA;
}

.table-recruit-right {
  flex: 1;
  padding: 0 25px;
  border-left: 1px solid #08B8DA;
}
.table-recruit-right span {
  font-weight: 500;
}

.btn-main-recruit a.btn.btn-main {
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
}

.entry-01 {
  background-color: #E5FBFF;
}

.contactForm input[type=file] {
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
}

label.box-file {
  display: flex;
  align-items: center;
}

label.box-file p {
  width: 198px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: #dbdbdb;
  border: 1px solid #949494;
  color: #353535;
}

select.select-contact-small {
  width: 243px;
}

.color-6e {
  color: #6e6e6e;
}/*# sourceMappingURL=style-2.css.map */
.slide-depart:not(.slick-initialized){
  display: flex;
  max-height: 630px;
  overflow: hidden;
} 