@charset "UTF-8";

html {
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-size: 1.6rem;
  background-color: #FFF;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#company,#company h2,#company h2::after{
  color: #006ECE;
}

.desktop-bg {
  display: none;
}

ul,
a {
  list-style: none;
  text-decoration: none;
}

h2 {
  color: #333333;
  text-align: center;
  font-size: 3.6rem;
  line-height: 0.8;
  margin: 5.0rem;
  letter-spacing: 0.3rem;
}

h2::after {
  color: #ABDCF1;
  font-size: 2.0rem;
  white-space: pre-wrap;
  letter-spacing: 0.1rem;
}

.content h2::after {
  content: "\A Content";
}

.recruit h2::after {
  content: "\ARecruit";
}

.company h2 {
  color: #FFF;
  margin-top: 0;
  padding-top: 5.0rem;
}

.company h2::after {
  content: "\A Company";
  color: #FFF;
}

.top-wrap h2 {
  display: none;
}

.width-change {
  width: 85%;
  margin: 0 auto;
}



/* アニメーション --------------------------*/


/*アニメーション要素のスタイル*/
.animation-up {
  opacity: 0;
  visibility: hidden;
  transition: 1.2s;
  transform: translateY(40px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active-up {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* アニメーション　END -------------------------- */


/* ハンバーガーメニュー */



.overflow__hidden {
  overflow: hidden;
}

.logo {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #006ECE;
}

.header-flex a {
  display: flex;
  position: absolute;
  z-index: 999;
  /* position: fixed; */

  /* width: 100%; */
}

.header-flex img {
  width: 30%;
  max-height: 30px;
  margin-right: 0.15rem;
  object-fit: contain;
}

.header {
  /* position: absolute; */
  position: fixed;
  transition: background .5s;
  width: 100%;
  z-index: 999;
}

.fixedmenu {
  background: #FFF;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px 40px;
}

.menu-wrapper {
  position: relative;
}

.btn {
  /* position: fixed;
  top: 0;
  width: 100%; */
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  z-index: 999;
  /*追記：いつも一番上*/
}

.bar {
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #006ECE;
}

.bar-top {
  top: 0px;
}

.bar-middle {
  position: absolute;
  top: 5%;
  /* transform: translate(-50%, -50%); */
  color: #006ECE;
  font-weight: 500;
}

.bar-bottom {
  bottom: 15px;
}

.btn.close .bar-top {
  transform: translate(-50%, 13px) rotate(45deg);
  transition: transform .3s;
}

.btn.close .bar-middle {
  opacity: 0;
  transition: opacity .3s;
}

.btn.close .bar-bottom {
  transform: translate(-50%, -14px) rotate(-45deg);
  transition: transform .3s;
}

.menu-lists {
  display: none;
  background-color: #FFF;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 100px;
  text-align: left;
}

.menu-list-inner {
  position: fixed;
  left: 15%;
  top: 20%;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.menu-list-inner a {
  color: #333333;
}

.li-space {
  margin-bottom: 2.0rem;
}

.li-small {
  font-size: 1.6rem;
  white-space: nowrap;
}

.li-line::before {
  content: "-";
  font-weight: 600;
  font-size: 1.8rem;
  color: #006ECE;
  margin-right: 0.2rem;
}

.menu-lists ul {
  width: 80%;
  margin: 0 auto;
}

.nav-inner {
  display: flex;
  margin-top: 10.0rem;
  position: fixed;
  bottom: 15%;
  left: 13%;
}

.nav-inner div:first-child {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2.0rem;
  color: #006ECE;
}

.nav-inner1 {
  width: 25%;
  margin-right: 1.0rem;
  margin-top: 0.5rem;
}

.nav-inner2 {
  width: 75%;
}

.nav-inner1 img {
  width: 100%;
}

.menu-lists li {
  width: 100%;
  display: block;
}

.address {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.nav-inner2-lasttext {
  color: #999999;
  font-size: 1.0rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: fixed;
  bottom: 5%;
  right: 15%;
}

/* ハンバーガーメニュー END */


.top-img {
  position: relative;
  background-image: url(../images/top-bg.webp);
  height: 100vh;
  height: 100svh;
  background-position: 57% 10%;
  background-size: cover;
}

.top-img p {
  position: absolute;
  background-color: #FFF;
  /* padding: 2.0rem; */
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.8rem;
  padding: 1.2rem 0.5rem;
}

.space {
  letter-spacing: 0.3rem;
}

.top-img p:first-child {
  bottom: 30%;
  right: 15%;
}

.top-img p:last-child {
  bottom: 10%;
  right: 30%;
  padding-bottom: 0;
}

.top-wrap {
  background-color: #FFF;
}

.concept {
  text-align: center;
  /* margin: 0 auto; */
}

.concept .concept-text {
  text-align: left;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.0rem;
  letter-spacing: 0.3rem;
  line-height: 2.0;
  margin-top: 10.0rem;
}

.top-message {
  background-image: url(../images/ling-bg.svg);
  background-position: center center;
  background-size: 150%;
  padding: 10.0rem 0 15.0rem 0;
}

.top-message p {
  font-weight: 600;
  /* フォントの太さ注意 --------------------------------------------------------------*/
  width: 80%;
  margin: 0 auto;
  white-space: pre-wrap;
  margin-bottom: 1.6rem;
  line-height: 2.0;
}

.top-message p:last-child {
  margin-bottom: 0;
  text-align: right;
  /* margin-left: 1.5rem; */
  width: 75%;
}

.top-message-s {
  font-size: 1.2rem;
}

.position,
.content {
  background-color: #E7F1F8;
}

.content {
  background: linear-gradient(#FFF, 10%, #E7F1F8);
  padding: 10.0rem 0 5.0rem 0;
}



.ya img {
  max-width: 10px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

/* .width-change p{
  text-align-last: right;
} */

.a-right {
  text-align: right;
}

.width-change a {
  color: #006ECE;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  text-align: right;
  /* text-align: right;
  display: block; */
  margin-right: 1.0rem;
}

.content h3 {
  color: #006ECE;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.1;
  margin: 2.0rem 0;
}

.content-wrap {

  margin-top: 8.0rem;
}

.content-wrap-inner {
  margin-bottom: 5.0rem;
}

.content p {
  font-size: 1.6rem;
  margin: 2.0rem 0;

}

.content-img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}

.position h2 {
  font-size: 3.0rem;
  margin: 5.0rem 0;
}

.position-wrap-wrap {
  position: relative;
  background-image: url(../images/hospital-bg.webp);
  background-size: contain;
  background-position: bottom;
  padding: 40.0rem 0;
}

.position-wrap {
  top: 40%;
  padding: 3.0rem 3.0rem 5.0rem;
  background-color: #FFF;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  border-radius: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.position-wrap dt {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.pin {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/pin.svg);

}

.position-wrap dd {
  letter-spacing: 0.1rem;
  margin-bottom: 3.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit {
  background-color: #FFF;
  padding: 3.0rem 0 10.0rem 0;
}

.recruit-wrap {
  width: 80%;
  margin: 0 auto;
}

.recruit-wrap p:first-child,
.recruit-wrap-top p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.7;
}

.recruit-wrap p:first-child {
  margin: 0 0 7.0rem 0;
}

.recruit-text-big {
  font-size: 2.0rem;
}

.recruit-wrap h3,
.recruit-wrap-bg h3 {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.25rem;
  white-space: nowrap;
}

.recruit-wrap h3 {
  margin-bottom: 3.0rem;
}

.lifework {
  margin-bottom: 5.0rem;
}

.lifework p,
.support p {
  margin: 2.0rem 0;
  padding-bottom: 2.0rem;
  font-weight: 600;
  line-height: 1.7;
  border-bottom: 2px dotted #CCCCCC;
}

.recruit-wrap h4 {
  background-color: #E1EDF6;
  display: inline-block;
  padding: 0.3rem 1.0rem;
  font-size: 1.8rem;
}

.recruit-wrap-top {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5.0rem;
}

.kaigyo::after {
  content: "\A";
  white-space: pre-wrap;
}

.recruit-wrap-bg {
  background-image: url(../images/ling2-bg.svg);
  background-position: center center;
  background-size: 120%;
  padding: 5.0rem 0 5.0rem 0;
}

.company {
  background-image: url(../images/company-bg.webp);
  height: 100%;
  background-size: cover;
  color: #FFF;
  padding-bottom: 5.0rem;
}

.company-wrap {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  width: 80%;
  margin: 0 auto;
}

.company-wrap dd {
  margin-bottom: 1.5rem;
}

footer {
  padding: 3.0rem 0 5.0rem 0;
  background-color: #FFF;
  width: 100%;

}

.footer-wrap {
  display: flex;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  justify-content: center;
  /* align-items: center; */
}

.flex1 {
  width: 28%;
  padding-right: 0.5rem;
}

.flex1 img {
  width: 100%;
  max-width: 110px;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.flex2 {
  font-size: 1.3rem;

}

.flex2 div:first-child {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 2.0rem;
  color: #006ECE;
}

.footer-text-last {
  color: #999999;
  font-size: 0.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  text-align: center;
  margin-top: 2.0rem;
}




/* 点線　色#CCCCCC 採用情報見出し#E1EDF6

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width:390px) {}
@media (min-width:700px) {}
@media (min-width:1300px) {}


.top-img-wrapper {
    height: 100vh;
    height: 100svh;
    background-image: url(../images/shourai-top2.webp);
    background-size: cover;
    background-position: 40% 40%;
}
*/

@media (max-width:360px) {
  .logo {
    font-size: 1.3rem;
  }

  .nav-inner {
    left: 9.0%;
  }

  


}

@media (max-width:390px) {

  /* .nav-inner{
    left: 12%;
  } */

  .logo {
    font-size: 1.4rem;
  }

  .top-img p {
    font-size: 2.4rem;
  }

  .top-img p:first-child {
    bottom: 15%;
  }

  .top-img p:last-child {
    bottom: 7%;
  }

  .flex2 {
    font-size: 1.2rem;
  }
}

@media (min-width:750px) {
  

  .fixedmenu {
    background: transparent;
  }

  .nav-inner {
    left: 0%;
    justify-content: center;
  }

  .footer-wrap {
    align-items: flex-start;
  }

  .address {
    font-size: 1.5rem;
    position: fixed;
    right: 15.5%;
    bottom: 20%;
  }

  .flex1 {
    width: 25%;
    /* justify-content: flex-start; */
  }

  .flex1 img {
    max-width: initial;
    justify-content: flex-start;
  }

  /* .flex2 {
    font-size: 1.6rem;
  } */

  /* これから */

  main,
  footer {
    margin: 0 0 0 auto;
    max-width: 400px;
  }

  .footer-wrap {
    width: 80%;
    margin: 0 auto;
  }

  .header-flex a {
    flex-direction: column;
    position: fixed;
    left: 8.5%;
    top: 7%;
  }

  .logo {
    font-size: 2.2rem;
  }

  .header-flex img {
    width: 40%;
    max-height: 70px;
  }


  .btn {
    display: none;
  }

  .menu-lists {
    display: initial;
    background-color: transparent;
    width: 0vw;
  }

  .menu-list-inner {
    left: 10%;
  }

  /* .menu-list-inner{
    right: 55.5%;
  } */

  .nav-inner1 {
    display: none;
  }

  .nav-inner2 div:first-child {
    display: none;
  }

  .address {
    left: 8.5%;
  }

  .nav-inner2-lasttext {
    bottom: 17%;
    left: 8%;
  }

  .top-img {
    /* background-image: url(../images/girl2-bg.webp); */
    height: 70vh;
    background-position: 60% 60%;
    background-size: cover;
  }

  .top-img p {
    font-size: 2.6rem;
    padding: 1.2rem 0.5rem;
    letter-spacing: 0;
  }

  .space {
    letter-spacing: 0.2rem;
  }

  .top-img p:first-child {
    bottom: 20%;
    right: 15%;
    white-space: nowrap;
  }

  .top-img p:last-child {
    bottom: 15%;
    right: 30%;
    padding-bottom: 0;
  }





  /* ここまで */



}


@media (min-width:1280px) {

  main,
  footer {
    width: 30%;
    margin: 0 auto;
    max-width: 500px;
    background-color: #FFF;
  }

  body {
    background: linear-gradient(90deg, #FFF 0%, #FFF 50%, #E1EDF6 50%, #E1EDF6 100%);
  }

  .desktop-bg {
    display: initial;
    width: 50%;
    position: fixed;
    right: 0;
    bottom: 12%;
    z-index: -1;

  }

  .desktop-bg img {
    width: 100%;
    /* background-image: url(../images/hospital-bg.webp); */
  }

  .top-img {
    background-image: url(../images/top-bg-desktop.webp);
    height: 70vh;
    /* height: 70svh; */
    background-position: 80% 60%;
    background-size: cover;
  }

  .top-img p {
    font-size: 2.4rem;
    padding: 1.2rem 0.5rem;
    letter-spacing: 0;
  }

  .space {
    letter-spacing: 0.2rem;
  }

  .top-img p:first-child {
    bottom: 7%;
    right: 15%;
    white-space: nowrap;
  }

  .top-img p:last-child {
    bottom: 5%;
    right: 30%;
    padding-bottom: 0;
  }

  .header-flex a {
    flex-direction: column;
    position: fixed;
    left: 12.5%;
    top: 7%;
  }

  .header-flex h1 {
    font-size: 2.6rem;
  }

  .header-flex img {
    width: 30%;
    max-height: 150px;
    margin-bottom: 0.5rem;
  }

  .menu-list-inner {
    position: fixed;
    left: 11.5%;
    top: 25%;
  }

  .btn {
    display: none;
  }

  .menu-lists {
    display: initial;
    background-color: transparent;
  }

  .nav-inner1 {
    display: none;
  }

  .nav-inner2 div:first-child {
    display: none;
  }

  .address {
    right: 9.5%;
    left: initial;
  }

  .nav-inner2-lasttext {
    bottom: 17%;
    right: 9%;
    left: initial;
  }

  .top-message {
    padding: 20.0rem 0 25.0rem 0;
  }

  .recruit-wrap-bg{
    padding: 7.0rem 0 7.0rem 0;
  }


}