@charset "utf-8";

:root {
  --base-font-gothic: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-gothic02: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-min: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-min02: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  --base-font-en: Jost,"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  --base-font-weight: 400;
  --base-txt-black: #454545;
  --base-color-red: #e60012;

  --base-side-width: 392px;/*25.45%;*/
  --base-side-padding: 392px;/*410px;*/
  --base-w-side-width: 170px;
}
@media all and (max-width: 1558px){
  :root {
    --base-side-width: calc(392px - 50px);
    --base-side-padding: calc(392px - 50px);/*calc(410px - 50px);*/
  }
}
@media all and (max-width: 1467px){
  :root {
    --base-side-width: calc(392px - 120px);
    --base-side-padding: calc(392px - 120px);
  }
}
@media all and (max-width: 1400px){
  :root {
    --base-side-width: 100%;
    --base-side-padding: 0;
  }
}

body {
  /*min-width: calc(1120px + var(--base-side-padding));*//*calc(1120px + 27.45%);*//*1120px;*/
  /*min-width: calc(1080px + var(--base-w-side-width) + var(--base-side-padding));*/
  min-width: calc(940px + var(--base-w-side-width) + var(--base-side-padding));
  min-height: 100%;
  background-color: #fff;
  font-family: var(--base-font-gothic);
  font-optical-sizing: auto;
  font-weight: var(--base-font-weight);
  color: var(--base-txt-black);
}
body.home,
body.pageForMessage,
body.pageBoard,
body.pagePrivacyPolicy,
body.pageApplicationTour {
  /*min-width: calc(1080px + var(--base-w-side-width));*/
  min-width: calc(915px + var(--base-w-side-width));
  /*min-width: 1120px;*/
}
@media all and (max-width: 1400px){
  body {
    /*min-width: calc(1080px + var(--base-w-side-width));*/
    min-width: calc(915px + var(--base-w-side-width));
  }
}
@media all and (max-width: 750px){
  body,
  body.home,
  body.pageForMessage,
  body.pageBoard,
  body.pagePrivacyPolicy,
  body.pageApplicationTour {
    min-width: 100%;
    padding-right: 0;
  }
}

/*
body.pageRecruitNursing {
  background-image: url('./../../images/design/design-recruit-nurse.jpg');
  background-repeat: no-repeat;
  background-position: calc(50% - 37px) 595px;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
@media all and (max-width: 750px){
  body.home {
    background-image: url('./../../images/design/design-index-sp02.jpg');
    background-repeat: no-repeat;
    background-position: center 3496px;
    background-size: 100% auto;
    background-color: rgba(255,255,255,0.3);
    background-blend-mode: lighten;
  }
}*/

/*
body.pageRecruitNursing .boxLayoutBaseIn {
  min-height: 16530px;
}*/



/*body.pageOther {
  background-image: url('./../../images/design/design-tel01.jpg');
  background-repeat: no-repeat;
  background-position: calc(50% + 111px) 14200px;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
html.modeScroll body.pageRecruit.archive {
  background-position: center -51px;
  background-position: calc(50% - 26px) 484px;
}*/

/*
body.pageOther .boxLayoutBaseIn {
  min-height: 15530px;
}*/


/*
body.pageOther {
  background-image: url('./../../images/design/design-other.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
html.modeScroll body.pageOther {
  background-position: center -51px;
}*/

/*
body.pageOther .boxLayoutBaseIn {
  min-height: 16530px;
}*/


#container {
  position: relative;
  overflow: hidden;
  padding-top: 171px;
}
html.modeScroll #container {
  padding-top: 120px;
}
@media all and (max-width: 750px){
  #container {
    padding-top: 18.2vw;/*16.7vw;*/
  }
}

#main {
  min-height: 78vh;
}
@media all and (max-width: 750px){
  #main {
    min-height: auto;/*73vh;*/
  }
}

.boxContent {
}
@media all and (max-width: 750px){
  .boxContent {
  }
}

.boxLayoutBaseIn {
  /*padding-bottom: 7em;*/
}
body.pageRecruit.archive .boxLayoutBaseIn {
  background-image: url('./../../images/recruit/recruit-bg01.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxLayoutBaseIn {
    /*padding-bottom: 2.5em;*/
  }
}


/***** Header *****/
.boxHeader {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  /*min-width: calc(1120px + var(--base-side-padding));*//*1120px;*/
  /*min-width: calc(1080px + var(--base-w-side-width) + var(--base-side-padding));*/
  min-width: calc(940px + var(--base-w-side-width) + var(--base-side-padding));
  height: auto;
  padding: 0 2.5%;/* 0 2.93%;*/
  background-image: url('./../../images/common/header-bg01.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  background-color: #fff;
}
body.home .boxHeader,
body.pageForMessage .boxHeader,
body.pageBoard .boxHeader,
body.pagePrivacyPolicy .boxHeader,
body.pageApplicationTour .boxHeader
/*body.pageRecruit .boxHeader*/ {
  /*min-width: 1120px;*/
  /*min-width: calc(1080px + var(--base-w-side-width));*/
  min-width: calc(915px + var(--base-w-side-width));
}
@media all and (max-width: 1800px){
  .boxHeader {
    padding: 0 1.5% 0 2.5%;
  }
}
@media all and (max-width: 1600px){
  .boxHeader {
    padding: 0 0 0 2.3em;/*0 0 0 2.0%;*/
  }
}
@media all and (max-width: 1400px){
  .boxHeader {
    /*min-width: calc(1080px + var(--base-w-side-width));*/
    min-width: calc(915px + var(--base-w-side-width));
  }
}
@media all and (max-width: 750px){
  .boxHeader,
  body.home .boxHeader,
  body.pageRecruit .boxHeader {
    min-width: auto;
    padding: 0;
    background-size: 10vw auto;
  }
}

.boxHeader01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 171px;
}
html.modeScroll .boxHeader01 {
  height: 120px;
}
@media all and (max-width: 750px){
  .boxHeader01,
  html.modeScroll .boxHeader01 {
    height: 18.2vw;/*16.7vw*/;
  }
}

.boxHeader01L {
  width: 13.5%;
}
@media all and (max-width: 1600px){
  .boxHeader01L {
    width: 210px;
  }
}
@media all and (max-width: 750px){
  .boxHeader01L {
    width: 100%;
  }
}

@media all and (max-width: 750px){
  .boxHeader01L .logo01Header {
    position: absolute;
    top: 3.6vw;
    left: 6.3vw;
    width: 28.9vw;
  }
}

.boxHeader01L .pHeader {
  position: relative;
  top: 0.2em;
  margin-top: 0.3em;
  padding-left: 0.15em;
  letter-spacing: 0.04em;
  font-family: var(--base-font-en);
  font-weight: 400;
  color: #5d84ce;
}
@media all and (max-width: 750px){
  .boxHeader01L .pHeader {
    position: absolute;
    top: auto;
    bottom: 1.0em;
    left: 6.35vw;
    margin-top: 0;
    padding-left: 0;
    letter-spacing: 0.068em;
    font-size: 0.55rem;
    font-weight: 300;
  }
}

.boxHeader01C {
  position: relative;
  width: 58.4%;
  padding-top: 0.1em;
}
@media all and (max-width: 1600px){
  .boxHeader01C {
    width: 65%;
  }
}
@media all and (max-width: 1390px){
  .boxHeader01C {
    width: calc(100% - (210px + 210px));
  }
}
@media all and (max-width: 750px){
  .boxHeader01C {
    display: none;
  }
}

.boxHeader01C .linkHeaderRecruit,
.boxHeader01C .linkHeaderRecruitNursing {
  position: absolute;
  top: -0.7em;
  left: 31em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 9.486em;
  height: 2.058em;
  padding: 0.2em 1.3em 0.25em 0.5em;
  border-radius: 2.058em;
  background-color: #578cec;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  color: #fff;
}
.boxHeader01C .linkHeaderRecruitNursing {
  left: 41.5em;
  background-color: #ffe0ef;
  color: #d95b99;
}
@media all and (max-width: 1630px){
  .boxHeader01C .linkHeaderRecruit,
  .boxHeader01C .linkHeaderRecruitNursing {
    top: -0.4em;
    left: 33.5em;
    width: 8.2em;
    padding: 0.2em 1.5em 0.25em 0.5em;
    letter-spacing: 0.08em;
    font-size: 1.15rem;
  }
  .boxHeader01C .linkHeaderRecruitNursing {
    left: 42.5em;
  }
}
@media all and (max-width: 1300px){
  .boxHeader01C .linkHeaderRecruit,
  .boxHeader01C .linkHeaderRecruitNursing {
    top: -0.3em;
    left: 34.5em;
    width: 7.8em;
    padding: 0.2em 1.7em 0.25em 0.5em;
    letter-spacing: 0.03em;
    font-size: 1.05rem;
  }
  .boxHeader01C .linkHeaderRecruitNursing {
    left: 43.0em;
  }
}
@media all and (max-width: 1230px){
  .boxHeader01C .linkHeaderRecruit,
  .boxHeader01C .linkHeaderRecruitNursing {
    left: 31.2em;
  }
  .boxHeader01C .linkHeaderRecruitNursing {
    left: 39.5em;
  }
}
@media all and (max-width: 1180px){
  .boxHeader01C .linkHeaderRecruit,
  .boxHeader01C .linkHeaderRecruitNursing {
    top: -0.2em;
    left: 29.35em;
    height: 1.8em;
    padding: 0.15em 1.7em 0.21em 0.5em;
    font-size: 0.98rem;
  }
  .boxHeader01C .linkHeaderRecruitNursing {
    left: 37.7em;
  }
}
/*
@media all and (max-width: 1640px){
  .boxHeader01C .linkHeaderRecruit {
    top: -0.3em;
    left: 36.9em;
    width: 12.3em;
    height: 2.041em;
    font-size: 1.05rem;
  }
}
@media all and (max-width: 1270px){
  .boxHeader01C .linkHeaderRecruit {
    left: 36.5em;
    width: 8.3em;
  }
}
@media all and (max-width: 1200px){
  .boxHeader01C .linkHeaderRecruit {
    top: -0.25em;
    left: 38.5em;
    width: 7.0em;
    padding: 0.2em 1.5em 0.25em 0.2em;
    letter-spacing: 0.06em;
    font-size: 1.0rem;
  }
}
@media all and (max-width: 1160px){
  .boxHeader01C .linkHeaderRecruit {
    left: 36.0em;
  }
}*/

.boxHeader01C .linkHeaderRecruit:before,
.boxHeader01C .linkHeaderRecruit:after,
.boxHeader01C .linkHeaderRecruitNursing:before,
.boxHeader01C .linkHeaderRecruitNursing:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxHeader01C .linkHeaderRecruit:before,
.boxHeader01C .linkHeaderRecruitNursing:before {
  right: 0.5em;
  width: 1.16em;
  height: 1.16em;
  border-radius: 1.16em;
  background-color: #fff;
}
.boxHeader01C .linkHeaderRecruit:after,
.boxHeader01C .linkHeaderRecruitNursing:after {
  right: 0.95em;
  width: 0.38em;
  height: 0.38em;
  border-top: 1px #3863b4 solid;
  border-right: 1px #3863b4 solid;
  transform: rotate(45deg);
}
.boxHeader01C .linkHeaderRecruitNursing:after {
  border-top: 1px #d95b99 solid;
  border-right: 1px #d95b99 solid;
}

.boxHeader01R {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - (13.5% + 58.4%));
  height: 100%;
}
@media all and (max-width: 1600px){
  .boxHeader01R {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - (210px + 65%));
  }
}
@media all and (max-width: 1390px){
  .boxHeader01R {
    width: 210px;
  }
}
@media all and (max-width: 750px){
  .boxHeader01R {
    display: none;
  }
}

.boxHeader01R:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 100%;
  border-bottom-left-radius: 6.0em;
  background-color: #f1f5fd;
}
@media all and (max-width: 1800px){
  .boxHeader01R:after {
    border-bottom-left-radius: 4.0em;
  }
}
@media all and (max-width: 1390px){
  .boxHeader01R:after {
    border-bottom-left-radius: 3.0em;
  }
}


.boxHeader01R .boxTelReceptionTime {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 5.5%;
}
@media all and (max-width: 1670px){
  .boxHeader01R .boxTelReceptionTime {
    margin-right: 4.0%;
  }
}
@media all and (max-width: 1600px){
  .boxHeader01R .boxTelReceptionTime {
    margin-right: 0;
    margin-bottom: 0.6em;
  }
}

.boxHeader01R .linkBaseTelno {
  position: relative;
  top: -0.02em;
  margin-bottom: 0.1em;
  padding-left: 0.9em;
  line-height: 1.0;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 2.04rem;
  font-weight: 400;
  color: #3863b4;
}
@media all and (max-width: 1390px){
  .boxHeader01R .linkBaseTelno {
    font-size: 1.7rem;
  }
}

.boxHeader01R .linkBaseTelno:before {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0.04em;
  width: 0.55em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-tel01-blue.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 40.41 / 53.79;
}

.boxHeader01R .dlTelReceptionTime {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0.75em;
  color: #3863b4;
}

.boxHeader01R .dlTelReceptionTime > dt {
  position: relative;
  margin-right: 0.95em;
  letter-spacing: 0.07em;
}

.boxHeader01R .dlTelReceptionTime > dt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5em;
  width: 1px;
  height: 1.0em;
  margin: auto;
  background-color: #3863b4;
  transform: skew(-18deg);
}

.boxHeader01R .dlTelReceptionTime > dd {
  position: relative;
  top: 0.05em;
  font-family: var(--base-font-en);
  font-size: 1.11rem;
}


.ulHeaderMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1.1em;
}
@media all and (max-width: 1390px){
  html.modeScroll .ulHeaderMenu01 {
    margin-bottom: 0.8em;
  }
}

.ulHeaderMenu01 > li {
  position: relative;
  z-index: 2;
  margin-right: 3.07em;
  letter-spacing: 0.09em;
  font-size: 1.06rem;
}
.ulHeaderMenu01 > li.liContact {
  letter-spacing: 0.04em;
}
.ulHeaderMenu01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 1300px){
  .ulHeaderMenu01 > li {
    margin-right: 2.5em;
  }
}
@media all and (max-width: 1230px){
  .ulHeaderMenu01 > li {
    margin-right: 1.5em;
  }
}
@media all and (max-width: 1180px){
  .ulHeaderMenu01 > li {
    margin-right: 1.2em;
    letter-spacing: 0.03em;
    font-size: 1.0rem;
  }
}

.ulHeaderMenu01 > li:after {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  right: -1.55em;
  width: 1px;
  height: 1.0em;
  margin: auto;
  background-color: #b5c5e3;
}
.ulHeaderMenu01 > li:last-child:after {
  content: none;
}
@media all and (max-width: 1300px){
  .ulHeaderMenu01 > li:after {
    right: -1.3em;
  }
}
@media all and (max-width: 1230px){
  .ulHeaderMenu01 > li:after {
    right: -0.79em;
  }
}
@media all and (max-width: 1180px){
  .ulHeaderMenu01 > li:after {
    right: -0.66em;
  }
}

.ulHeaderMenu01 > li > a {
  color: #244a91;
}

.ulHeaderMenu01 > li.liContact > a {
  position: relative;
  padding-left: 1.75em;
}

.ulHeaderMenu01 > li.liContact > a:before {
  content: '';
  position: absolute;
  top: 0.45em;
  bottom: 0;
  left: 0.34em;
  width: 1.12em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-mail01-blue.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 91.1 / 58.32;
}

/*
.ulHeaderMenu01 > li > a:after {
  content: '';
  position: absolute;
  top: 1.56em;
  left: 0;
  right: 0;
  width: 0.49em;
  height: 0.49em;
  margin: auto;
  border-radius: 0.49em;
  background-color: #666;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.ulHeaderMenu01 > li.current > a:after,
.ulHeaderMenu01 > li > a:hover:after {
  opacity: 1;
}
*/

.ulHeaderMenu01In {
  position: absolute;
  z-index: -1;
  top: 0;
  left: -0.5em;
  display: none;
  min-width: 130px;
  padding: 50px 0.5em 0.3em 0.8em;
  background-color: #fff;
  opacity: 0;
}

.ulHeaderMenu01 > li:hover .ulHeaderMenu01In {
  display: block;
  animation: baseAniFadein 0.3s linear normal forwards;
}

.ulHeaderMenu01In > li {
  margin-bottom: 0.5em;
  font-size: 0.95rem;
}

.ulHeaderMenu02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.ulHeaderMenu02 > li {
  position: relative;
  margin-right: 2.85em;
  font-size: 1.27rem;
}
.ulHeaderMenu02 > li:last-child {
  margin-right: 0;
}
.ulHeaderMenu02 > li:after {
  content: '';
  position: absolute;
  top: 0.17em;
  bottom: 0;
  right: -1.81em;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border: 0.2em #f1f5fd solid;
  border-radius: 0.8em;
  background-color: #8eb2f3;
}
.ulHeaderMenu02 > li:last-child:after {
  content: none;
}
@media all and (max-width: 1270px){
  .ulHeaderMenu02 > li {
    margin-right: 2.0em;
  }
  .ulHeaderMenu02 > li:after {
    right: -1.43em;
  }
}
@media all and (max-width: 1200px){
  .ulHeaderMenu02 > li {
    font-size: 1.15rem;
  }
}
@media all and (max-width: 1130px){
  .ulHeaderMenu02 > li {
    font-size: 1.1rem;
  }
}
/*
@media all and (max-width: 1390px){
  .ulHeaderMenu02 > li {
    margin-bottom: 0.5em;
  }
  html.modeScroll .ulHeaderMenu02 > li {
    margin-bottom: 0.2em;
  }
  .ulHeaderMenu02 > li:nth-child(4) {
    margin-right: 20%;
  }
  .ulHeaderMenu02 > li:nth-child(4):after {
    content: none;
  }
}
@media all and (max-width: 1180px){
  .ulHeaderMenu02 > li:nth-child(4) {
    margin-right: 10%;
  }
}*/

.linkHeader01 {
  position: relative;
  z-index: 2;
  top: -0.1em;
  left: 0.25em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40%;
  min-width: 170px;
  height: 3.2em;
  border: 2px #dedede solid;
  border-radius: 2.8em;
  background-color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  color: #5d5d5d;
}
@media all and (max-width: 1600px){
  .linkHeader01 {
    left: auto;
  }
  html.modeScroll .linkHeader01 {
    height: 2.5em;
  }
}

.linkHeader01 > span {
  position: relative;
  padding-left: 1.6em;
}

.linkHeader01 > span:before {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: -0.9em;
  width: 1.7em;
  height: 1.7em;
  margin: auto;
  border-radius: 1.7em;
  background-color: #f0f0f0;
  background-image: url('./../../images/base/base-icn-google-pin01.svg');
  background-repeat: no-repeat;
  background-position: center calc(50% + 0.05em);
  background-size: 1.3em auto;
}


/***** Hmb Menu *****/
.btnHmbMenu {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 260px;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu {
    top: 4vw;
    right: 4vw;
    width: 10vw;
    display: block;
  }
}

.btnHmbMenu.typeCss01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ddd;
}
@media all and (max-width: 1350px){
  .btnHmbMenu.typeCss01 {
    /*
    display: -webkit-flex;
    display: flex;*/
  }
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 {
    position: fixed;
    top: 0;/*5vw;*/
    right: 0;/*4vw;*/
    display: -webkit-flex;
    display: flex;
    width: 17.2vw;
    height: 18.2vw;
    border-bottom-left-radius: 1.9em;
    background-color: #f1f5fd;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn {
  position: relative;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn {
    width: 100%;
    height: 100%;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn:before {
  content: 'メニュー';
  position: absolute;
  top: 11.35vw;
  left: 0;
  width: 100%;
  padding-left: 0.6em;
  text-align: center;
  letter-spacing: 0.13em;
  font-size: 0.6rem;
  color: #1c438d;
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all .4s;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span {
    left: 0.2em;
    right: 0;
    width: 36%;
    height: 0.46vw;
    margin: auto;
    background-color: #1c438d;
    border-radius: 0.8vw;
  }
}

.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
  top: 0;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
  bottom: 0;
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(1) {
    top: 4.8vw;
  }
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(2) {
    top: 6.8vw;
    bottom: auto;
  }
  .btnHmbMenu.typeCss01 .btnHmbMenuIn > span:nth-of-type(3) {
    top: 8.8vw;
    bottom: auto;
  }
}

.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
  transform: translateY(11.1px) rotate(-45deg);
}
.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(2) {
  opacity: 0;
}
.btnHmbMenu.typeCss01.statusOpen  .btnHmbMenuIn > span:nth-of-type(3) {
  transform: translateY(-11.1px) rotate(45deg);
}
@media all and (max-width: 750px){
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(1) {
    transform: translateY(2.0vw) rotate(-45deg);
  }
  .btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span:nth-of-type(3) {
    transform: translateY(-2.0vw) rotate(45deg);
  }
}

.linkHeaderAccessSp {
  display: none;
}
@media all and (max-width: 750px){
  .linkHeaderAccessSp {
    position: absolute;
    top: 2.4vw;
    left: 48.2vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 16.5vw;
    height: 13.4vw;
    padding-bottom: 0.36em;
    border-left: 2px #d1d4db solid;
    border-right: 2px #d1d4db solid;
    background-image: url('./../../images/base/base-icn-pin01.svg');
    background-repeat: no-repeat;
    background-position: center 0.6em;
    background-size: 2.3em auto;
    letter-spacing: 0.1em;
    font-size: 0.65rem;
    color: #1c438d;
  }
}

.linkHeaderTelnoSp {
  display: none;
}
@media all and (max-width: 750px){
  .linkHeaderTelnoSp {
    position: absolute;
    top: 2.4vw;
    left: 64.76vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 15.98vw;
    height: 13.5vw;
    padding-bottom: 0.35em;
    background-image: url('./../../images/base/base-icn-tel01-blue.svg');
    background-repeat: no-repeat;
    background-position: center 0.7em;
    background-size: 1.6em auto;
    letter-spacing: 0.1em;
    font-size: 0.65rem;
    color: #1c438d;
  }
}

.boxHmbMenu {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5% 0 5%;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
}
@media all and (max-width: 750px){
  .boxHmbMenu {
    background-color: #f1f5fd;
    padding: 18.2vw 0 5vw 0;/*16.7vw 0 5vw 0;*/
    text-align: left;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu01 {
    padding: 2.25em 0 0 0;
  }
}


@media all and (max-width: 750px){
  .boxUlHmbMenu0102 {
    position: relative;
    margin-top: 1.15em;/*6.15em;*/
    padding-top: 2.15em;
  }
}

@media all and (max-width: 750px){
  .boxUlHmbMenu0102:before,
  .boxUlHmbMenu0102:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
  }
  .boxUlHmbMenu0102:before {
    left: 0;
    width: 24.3vw;
    background-color: #1c438d;
  }
  .boxUlHmbMenu0102:after {
    right: 0;
    width: calc(100% - (24.3vw + 1.2vw));
    background-color: #d1d4db;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0102 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 1.41em;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0102 > li {
    width: 48%;
    margin-right: calc(100% - 48% * 2);
    margin-bottom: 0.66em;
    font-size: 1.02rem;
    color: #ff0000;
  }
  .ulHmbMenu0102 > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0102 > li a {
    position: relative;
    padding-left: 0.95em;
    letter-spacing: 0.06em;
    color: #3863b4;
  }
}

@media all and (max-width: 750px){
  .ulHmbMenu0102 > li a:before {
    content: '';
    position: absolute;
    top: 0.15em;
    bottom: 0;
    left: 0;
    width: 0.4em;
    height: 0.4em;
    margin: auto;
    border-radius: 0.4em;
    background-color: #8eb2f3;
  }
}

@media all and (max-width: 750px){
  .boxHmbMemuLink01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 1.25em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMemuLink01 a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 2.9em;
    margin-bottom: 0.75em;
    padding: 0.2em 2.5em 0.25em 2.4em;
    border-radius: 2.9rem;
    background-color: #578cec;
    letter-spacing: 0.053em;
    color: #fff;
  }
  .boxHmbMemuLink01 a:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMemuLink01 a:before,
  .boxHmbMemuLink01 a:after {
    content: '';
    position: absolute;
    top: 0.05em;
    bottom: 0;
    margin: auto;
  }
  .boxHmbMemuLink01 a:before {
    right: 1.2em;
    width: 1.0em;
    height: 1.0em;
    border-radius: 1.0em;
    background-color: #fff;
  }
  .boxHmbMemuLink01 a:after {
    right: 1.6em;
    width: 0.3em;
    height: 0.3em;
    border-top: 1px #6386c5 solid;
    border-right: 1px #6386c5 solid;
    transform: rotate(45deg);
  }
}

@media all and (max-width: 750px){
  .boxHmbMemuLink01 a.link02 > span {
    padding-left: 1.98em;
    background-image: url('./../../images/base/base-icn-mail01-white.svg');
    background-repeat: no-repeat;
    background-position: 0.15em center;
    background-size: 1.15em auto;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu .btnHmbMenuClose {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 66.5%;
    height: 2.85em;
    margin-top: 2.0em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.5em;/*100px;*/
    padding-bottom: 0.05em;
    border-radius: 2.85em;
    background-color: #fff;
    letter-spacing: 0.05em;
    color: #3863b4;
  }
}
/*
.ulHmbMenu01 > li {
  padding: 1.0em 0;
  font-size: 1.5rem;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li {
    width: 100%;
    padding: 3vw 0 3vw 4vw;
    font-size: 1.1rem;
  }
  .ulHmbMenu01 > li:first-child {
    padding-top: 7vw;
  }
}

.ulHmbMenu01 > li:not(:last-child):after {
  content: '-';
  margin: 0 0.8em;
}
@media all and (max-width: 750px){
  .ulHmbMenu01 > li:not(:last-child):after {
    content: none;
  }
}

.boxHmbMenuFixedBottom {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.boxHmbMenuFixedBottom a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 17.5vw;
}


@media all and (max-width: 750px){
  .boxHmbMenuSns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 2em;
  }
}
@media all and (max-width: 750px){
  .boxHmbMenuSns a {
    margin: 0 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenuSns a img {
    width: 9.5vw;
  }
}
*/


/*##### Mv #####*/
.boxMvWrap {
  position: relative;
  padding-top: 200px;
  background-image: url('./../../images/base/base-mv.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
body.typeHighMv .boxMvWrap {
  padding-top: 497px;/*548px;*/
}
body.pageAbout .boxMvWrap {
  background-image: url('./../../images/about/about-mv.jpg');
}
body.pageCheckup .boxMvWrap {
  background-image: url('./../../images/checkup/checkup-mv.jpg');
}
body.pageForHospitalization .boxMvWrap {
  background-image: url('./../../images/for-hospitalization/for-hospitalization-mv.jpg');
}
body.pageMedicalInformation.archive .boxMvWrap {
  background-image: url('./../../images/medical-information/medical-information-mv.jpg');
}
body.pageNursing .boxMvWrap {
  background-image: url('./../../images/nursing/recruit-nursing-mv.jpg');
}
body.pageOutpatient .boxMvWrap {
  background-image: url('./../../images/outpatient/outpatient-mv.jpg');
}
body.pageRecruit.archive .boxMvWrap {
  background-image: url('./../../images/recruit/recruit-mv.jpg');
}
@media all and (max-width: 750px){
  .boxMvWrap {
    padding-top: 26.5%;
    /*
    background-image: url('./../../images/base/sp-base-mv-bg01.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;*/
    background-size: auto 100% ;
  }
  body.typeHighMv .boxMvWrap {
    padding-top: 50vw;
  }
}

.boxMv {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body.typeHighMv .boxMv {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media all and (max-width: 750px){
  .boxMv {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}

.ttlMv {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 40px);
  min-width: 915px;/*1080px;*/
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
body.typeHighMv .ttlMv {
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 152px;/*203px;*/
  width: auto;
  min-width: 791px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2.2em;
  padding-left: 4.3%;
  padding-right: 6.5em;
  background-image: url('./../../images/common/mv-bg01.webp'), url('./../../images/common/mv-bg02.png');
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
  background-size: auto auto, 90% 100%;
}
@media all and (max-width: 750px){
  .ttlMv,
  body.typeHighMv .ttlMv {
    width: 90%;
    height: auto;
    min-width: auto;
    max-width: none;
    padding-bottom: 0.5em;
  }
  body:not(.typeHighMv) .ttlMv {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 27%;
    background-image: none;
  }
  body.typeHighMv .ttlMv {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 74%;
    min-height: 24vw;
    bottom: -2.1em;
    padding-top: 0.6em;
    padding-right: 1.4em;
    background-size: auto 100%, 80% 100%;
  }
}

.ttlMv .ttlParent {
  margin-top: 0.3em;
  margin-right: 1.5em;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--base-txt-black);
}
@media all and (max-width: 750px){
  .ttlMv .ttlParent {
    font-size: 1.1rem;
  }
}

.ttlMv .ttlJa {
  margin-right: 0.46em;
  letter-spacing: 0.28em;
  font-size: 3.3rem;
  color: #3863b4;
  white-space: nowrap;
}
@media all and (max-width: 750px){
  .ttlMv .ttlJa {
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    white-space: normal;
  }
  body.typeHighMv .ttlMv .ttlJa {
    margin-right: 0;
  }
  body:not(.typeHighMv) .ttlMv .ttlJa {
    margin-right: 0.2em;
  }
}

.ttlMv .ttlEn {
  position: relative;
  top: 0.25em;
  letter-spacing: 0.075em;
  font-family: var(--base-font-en);
  font-size: 1.23rem;
  color: #578cec;
  white-space: nowrap;
}
@media all and (max-width: 750px){
  .ttlMv .ttlEn {
    top: 0.3em;
    line-height: 1.0;
    letter-spacing: normal;
    font-size: 1.0rem;
    white-space: normal;
    word-break: break-all;
  }
}

.boxMvImg {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 60.7%;
  height: 466px;
}

.boxMvImg .imgMv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  /*opacity: 0.7;*/
}



/*##### Footer #####*/
.boxFooter {
  overflow: hidden;
  padding-top: 7.7em;
  background-color: #f9fafd;
}
@media all and (max-width: 750px){
  .boxFooter {
    padding-top: 2.5em;
  }
}

.boxFooterInfoMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;/*flex-start;*/
  justify-content: space-between;/*flex-start;*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 5.5em;
}
@media all and (max-width: 1300px){
  .boxFooterInfoMenu {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media all and (max-width: 750px){
  .boxFooterInfoMenu {
    display: block;
    padding-bottom: 0.7em;
  }
}

.boxFooterInfo {
  width: 576px;
  padding-top: 0.7em;
}
@media all and (max-width: 1350px){
  .boxFooterInfo {
    width: 510px;
    padding-top: 0;
  }
}
@media all and (max-width: 750px){
  .boxFooterInfo {
    width: 100%;
  }
}

.boxFooterContact01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 3.05em;
}
@media all and (max-width: 750px){
  .boxFooterContact01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2.5em;
  }
}

.boxFooterContact01 a {
  width: 48.3%;
  min-height: 5.4em;
  border: 2px #3863b4 solid;
  border-top-left-radius: 1.4em;
  border-bottom-right-radius: 1.4em;
  background-color: #fff;
}
@media all and (max-width: 750px){
  .boxFooterContact01 a {
    width: 100%;
    min-height: 5.7em;
  }
}

.boxFooterContact01 a.linkBaseTelno {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: calc(100% - 48.3% * 2);
  padding-top: 0.45em;
  padding-right: 1.3%;
}
@media all and (max-width: 750px){
  .boxFooterContact01 a.linkBaseTelno {
    margin-right: 0;
    margin-bottom: 1.0em;
    padding-top: 0.2em;
  }
}

.boxFooterContact01 a.linkBaseTelno .txtTelno {
  position: relative;
  top: -0.1em;
  padding-left: 0.9em;
  line-height: 1.0;
  letter-spacing: 0.07em;
  font-family: var(--base-font-en);
  font-size: 2.04rem;
  font-weight: 400;
  color: #3863b4;
}

.boxFooterContact01 a.linkBaseTelno .txtTelno:before {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0.04em;
  width: 0.55em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-tel01-blue.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 40.41 / 53.79;
}

.boxFooterContact01 a.linkBaseTelno .dlReceptionTime {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  color: #3863b4;
}

.boxFooterContact01 a.linkBaseTelno .dlReceptionTime > dt {
  position: relative;
  margin-right: 0.98em;
  letter-spacing: 0.07em;
}

.boxFooterContact01 a.linkBaseTelno .dlReceptionTime > dt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5em;
  width: 1px;
  height: 1.0em;
  margin: auto;
  background-color: #3863b4;
  transform: skew(-18deg);
}

.boxFooterContact01 a.linkBaseTelno .dlReceptionTime > dd {
  position: relative;
  top: 0.1em;
  font-family: var(--base-font-en);
  font-size: 1.1rem;
}

.boxFooterContact01 a.linkContact {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 1350px){
  .boxFooterContact01 a.linkContact {
    padding-left: 0.5em;
  }
}

.boxFooterContact01 a.linkContact > span {
  position: relative;
  padding-left: 1.3em;
  letter-spacing: 0.07em;
  font-size: 1.35rem;
  color: #3863b4;
}
@media all and (max-width: 1350px){
  .boxFooterContact01 a.linkContact > span {
    font-size: 1.25rem;
  }
}

.boxFooterContact01 a.linkContact > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5em;
  display: block;
  width: 1.3em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-mail01-blue.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  aspect-ratio: 91.1 / 58.32;
}

.boxFooterContact01 a.linkRecruit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  padding: 0.2em 1.0em 0.2em 50%;
  background-image: url('./../../images/index/index05-img01.png');
  background-repeat: no-repeat;
  background-position: 15% center;
  background-size: 27% auto;
}
@media all and (max-width: 750px){
  .boxFooterContact01 a.linkRecruit {
    margin-top: 1.0em;
    padding: 0.2em 1.0em 0.2em 55%;
    background-position: 10% center;
    background-size: 45% auto;
  }
}

.boxFooterContact01 a.linkRecruit > span {
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  color: #3863b4;
}
@media all and (max-width: 750px){
  .boxFooterContact01 a.linkRecruit > span {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfoIn {
    margin-bottom: 2.5em;
  }
}

.boxFooterInfoIn .ttl01 {
  margin-bottom: 1.3em;
  letter-spacing: 0.08em;
  font-size: 1.82rem;
  color: #244a91;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .ttl01 {
    text-align: center;
    font-size: 1.3rem;
  }
}

.boxFooterInfoIn .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.80em;
  letter-spacing: 0.08em;
  font-size: 1.05rem;
}
.boxFooterInfoIn .dl01:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 {
    font-size: 0.9rem;
  }
}

.boxFooterInfoIn .dl01 > dt {
  width: 115px;
  color: #244a91;
}
@media all and (max-width: 1350px){
  .boxFooterInfoIn .dl01 > dt {
    width: 105px;
  }
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dt {
    width: 23vw;
  }
}

.boxFooterInfoIn .dl01 > dt > span {
  position: relative;
  padding-left: 1.8em;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dt > span {
    padding-left: 1.1em;
  }
}

.boxFooterInfoIn .dl01 > dt > span:before {
  content: '';
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 0.69em;
  width: 0.4em;
  height: 0.4em;
  margin: auto;
  border-radius: 0.4em;
  background-color: #8eb2f3;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dt > span:before {
    left: 0.2em;
  }
}

.boxFooterInfoIn .dl01 > dd {
  width: calc(100% - 115px);
}
@media all and (max-width: 1350px){
  .boxFooterInfoIn .dl01 > dd {
    width: calc(100% - 105px);
  }
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dd {
    width: calc(100% - 23vw);
  }
}

@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dd .txtZipcode {
    display: block;
  }
}

.boxFooterInfoIn .dl01 > dd .txtAddress {
  margin-right: 0.5em;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dd .txtAddress {
    margin-right: 0;
    letter-spacing: normal;
  }
}

.boxFooterInfoIn .dl01 > dd .txtMap a {
  position: relative;
  display: inline-block;
  width: 2.0em;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dd .txtMap a {
    width: 1.4em;
  }
}

.boxFooterInfoIn .dl01 > dd .txtMap a:before {
  content: '';
  position: absolute;
  top: -1.35em;
  left: 0;
  width: 2.0em;
  height: 2.0em;
  border: 0.2em #d5e6fe solid;
  border-radius: 2.0em;
  background-color: #fff;
  background-image: url('./../../images/base/base-icn-google-pin01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2em auto;
}
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01 > dd .txtMap a:before {
    top: -1.1em;
    width: 1.4em;
    height: 1.4em;
    border: 0.15em #d5e6fe solid;
    border-radius: 1.4em;
    background-size: 0.9em auto;
  }
}

/*
@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01.dlTelFax > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01.dlTelFax > dd > span + span {
    margin-top: 0.2em;
  }
}

@media all and (max-width: 750px){
  .boxFooterInfoIn .dl01.dlTelFax > dd .txtSepa {
    display: none;
  }
}
*/

.boxFooterMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: calc(100% - 576px);
}
@media all and (max-width: 1350px){
  .boxFooterMenu {
    width: calc(100% - 510px);
  }
}
@media all and (max-width: 1270px){
  .boxFooterMenu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 750px){
  .boxFooterMenu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}

.boxFooterMenu .ulFooterMenu01 {
  min-width: 167px;
  margin-left: 9.3%;
}
@media all and (max-width: 1460px){
  .boxFooterMenu .ulFooterMenu01 {
    margin-left: 5.0%;
  }
}
@media all and (max-width: 1370px){
  .boxFooterMenu .ulFooterMenu01 {
    min-width: 160px;
  }
}
@media all and (max-width: 750px){
  .boxFooterMenu .ulFooterMenu01 {
    width: 47%;
    min-width: auto;
    margin-left: 0;
    margin-right: calc(100% - 47% * 2);
    margin-bottom: 1.5em;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .boxFooterMenu .ulFooterMenu01.no01 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .boxFooterMenu .ulFooterMenu01.no01,
  .boxFooterMenu .ulFooterMenu01.no03 {
    margin-right: 0;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01.no03 {
    margin-top: 1.5em;
  }
}

.boxFooterMenu .ulFooterMenu01 > li {
  position: relative;
  margin-bottom: 2.12em;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxFooterMenu .ulFooterMenu01 > li {
    margin-bottom: 1.5em;
    font-size: 0.9rem;
  }
  .boxFooterMenu .ulFooterMenu01.no01 > li {
    width: 47%;
    margin-right: calc(100% - 47% * 2);
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01.no01 > li,
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li {
    position: relative;
    width: 100%;
    margin-bottom: 1.51em;
    margin-right: 0;
    padding-right: 0.5em;/*2.03em;*/
    letter-spacing: 0.05em;
    font-size: 1.05rem;
  }
  .boxFooterMenu .ulFooterMenu01.no01 > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li:before {
    content: '';
    position: absolute;
    top: 0.35em;
    left: 0.36em;
    width: 0.9em;
    height: 0.9em;
    border: 0.23em #d8e4fa solid;
    border-radius: 0.9em;
    background-color: #80a8f1;
    aspect-ratio: 1 / 1;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li.typeNursing:before {
    border: 0.23em #f3d7e6 solid;
    background-color: #f77da1;
  }
}

@media all and (max-width: 750px){
  .boxFooterMenu .ulFooterMenu01 > li:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px){
  .boxFooterMenu .ulFooterMenu01 > li .btnAccordionSp {
    display: none;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li .btnAccordionSp {
    position: absolute;
    top: -0.11em;
    right: -0.15em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 1.75em;
    height: 1.75em;
    border-radius: 1.75em;
    background-color: #fff;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li .btnAccordionSp .icnAccordionSp {
    position: relative;
    width: 0.75em;
    height: 0.75em;
  }
}

@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li .btnAccordionSp .icnAccordionSp:before,
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li .btnAccordionSp .icnAccordionSp:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #3863b4;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li .btnAccordionSp .icnAccordionSp:before {
    width: 100%;
    height: 2px;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li .btnAccordionSp .icnAccordionSp:after {
    width: 2px;
    height: 100%;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01.statusOpen > li .btnAccordionSp .icnAccordionSp:after {
    content: none;
  }
}

.boxFooterMenu .ulFooterMenu01 > li > a {
  position: relative;
  display: block;
  padding-bottom: 0.6em;
  border-bottom: 2px #dedede solid;
  color: #244a91;
}
@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a {
    padding-left: 1.78em;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li.typeNursing > a {
    color: #d95b99;
  }
}

.boxFooterMenu .ulFooterMenu01 > li > a:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 1.5em;
  height: 2px;
  background-color: #244a91;
}
@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a:before {
    content: none;
  }
}

.boxFooterMenu .ulFooterMenu01 > li > a > span {
  position: relative;
  display: block;
}

.boxFooterMenu .ulFooterMenu01 > li > a > span:before,
.boxFooterMenu .ulFooterMenu01 > li > a > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.boxFooterMenu .ulFooterMenu01 > li > a > span:before {
  right: 0.1em;
  width: 1.0em;
  height: 1.0em;
  border-radius: 1.0em;
  background-color: #eef2f9;
}
.boxFooterMenu .ulFooterMenu01 > li > a > span:after {
  right: 0.5em;
  width: 0.3em;
  height: 0.3em;
  border-top: 1px #5f7bb0 solid;
  border-right: 1px #5f7bb0 solid;
  transform: rotate(45deg);
}
@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span:not(.icnAccordion):before,
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span:not(.icnAccordion):after {
    content: none;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span.icnAccordion {
    position: absolute;
    top: 0.11em;
    right: 0;
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 1.2em;
    background-color: #3863b4;
    color: #fff;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li.typeNursing > a > span.icnAccordion {
    background-color: #f77da1;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span.icnAccordion:before {
    content: '＋';
    position: absolute;
    top: 50%;
    bottom: auto;/*Reset*/
    right: auto;/*Reset*/
    left: 50%;
    width: auto;/*Reset*/
    height: auto;/*Reset*/
    border-radius: 0;/*Reset*/
    background-color: transparent;/*Reset*/
    line-height: 1.0;
    font-size: 0.9rem;
    transform: translateX(-50%) translateY(-50%);
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li.boxAccordionWrap.statusOpen > a > span.icnAccordion:before {
    content: '－';
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span.icnAccordion:after {
    content: none;
  }


/*
  body:not(.modeTest) .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span:before,
  body:not(.modeTest) .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body:not(.modeTest) .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span:before {
    top: 0.12em;
    width: 1.66em;
    height: 1.66em;
    border-radius: 1.66em;
    background-color: #3863b4;
  }
  body:not(.modeTest) .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li > a > span:after {
    top: 0.14em;
    right: 0.76em;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
  }*/
}


.boxFooterMenu .ulFooterMenu0101 {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxFooterMenu .ulFooterMenu0101 {
    display: block;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu0101 {
    /*display: none;*/
    margin-top: 0.88em;
    padding-left: 1.9em;
  }
}

.boxFooterMenu .ulFooterMenu0101 > li {
  position: relative;
  margin-bottom: 1.06em;
  padding-left: 1.7em;
  letter-spacing: 0.03em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxFooterMenu .ulFooterMenu0101 > li {
    margin-bottom: 0.8em;
    font-size: 0.85rem;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu0101 > li {
    margin-bottom: 0.67em;
    letter-spacing: 0.097em;
    font-size: 0.9rem;
  }
}

.boxFooterMenu .ulFooterMenu0101 > li:before {
  content: '';
  position: absolute;
  top: 0.77em;
  left: 0.15em;
  width: 0.66em;
  height: 1px;
  background-color: #3863b4;
}
@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu0101 > li:before {
    top: 0.6em;
    left: 0;
    width: 0.45em;
    height: 0.45em;
    border-radius: 0.45em;
  }
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li.typeNursing .ulFooterMenu0101 > li:before {
    background-color: #f77da1;
  }
}

.boxFooterMenu .ulFooterMenu0101 > li > a {
  color: #3863b4;
}
.boxFooterMenu .ulFooterMenu0101 > li > a.linkPdf {
  position: relative;
}
@media all and (max-width: 750px){
  .boxHmbMenu .boxFooterMenu .ulFooterMenu01 > li.typeNursing .ulFooterMenu0101 > li > a {
    color: #d95b99;
  }
}

.boxFooterMenu .ulFooterMenu0101 > li > a.linkPdf:after {
  content: '';
  position: absolute;
  top: -0.2em;
  right: -2.0em;
  width: 1.5em;
  background-image: url('./../../images/base/base-icn-pdf01.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
  aspect-ratio: 56 / 72.2;
  /*box-shadow: 1px 1px 1px 0 rgba(100,100,100,0.2), 0 0 2px 0 rgba(100,100,100,0.2);*/
}

.boxFooterMenu .ulFooterMenu0101 > li.boxAccordion02Wrap .btnAccordion02 {
  color: #3863b4;
}

.boxFooterMenu .ulFooterMenu0101 > li.boxAccordion02Wrap .icnAccordion02 {
  position: absolute;
  top: 0.11em;
  right: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 1.2em;
  background-color: #578cec;
  color: #fff;
}

.boxFooterMenu .ulFooterMenu0101 > li.boxAccordion02Wrap .icnAccordion02:before {
  content: '＋';
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.0;
  font-size: 0.9rem;
  transform: translateX(-50%) translateY(-50%);
}
.boxFooterMenu .ulFooterMenu0101 > li.boxAccordion02Wrap.statusOpen .icnAccordion02:before {
  content: '－';
}
@media all and (max-width: 750px){
  .boxFooterMenu .ulFooterMenu0101 > li.boxAccordion02Wrap .icnAccordion02:before {
    font-size: 0.75em;
  }
}

.boxFooterMenu .ulFooterMenu010101 {
  margin-top: 0.5em;
}

.boxFooterMenu .ulFooterMenu010101 > li {
  position: relative;
  margin-bottom: 0.1em;
}

.boxFooterMenu .ulFooterMenu010101 > li:before {
  content: '';
  position: absolute;
  top: 0.75em;
  left: -0.95em;/*-1.45em;*/
  width: 0.4em;
  height: 1px;
  background-color: #244a91;
}

.boxFooterMenu .ulFooterMenu010101 > li > a {
  color: #244a91;/*#3863b4;*/
}

.boxFooterMenu02 {
  padding-top: 0.1em;
  padding-bottom: 7.04em;
}
@media all and (max-width: 750px){
  .boxFooterMenu02 {
    padding-bottom: 2.0em;
  }
}

.ulFooterMenu02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .ulFooterMenu02 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ulFooterMenu02 > li {
  position: relative;
  padding: 0 2.9%;
  font-size: 1.1rem;
  color: #305295;
}
.ulFooterMenu02 > li:first-child {
  padding-left: 0;
}
.ulFooterMenu02 > li:last-child {
  padding-right: 0;
}
@media all and (max-width: 1160px){
  .ulFooterMenu02 > li {
    padding: 0 2.5%;
  }
}
@media all and (max-width: 750px){
  .ulFooterMenu02 > li {
    margin-bottom: 1.0em;
    padding: 0 3.9%;
    font-size: 0.9rem;
  }
}

.ulFooterMenu02 > li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1.0em;
  margin: auto;
  background-color: #305295;
}
.ulFooterMenu02 > li:last-child:after {
  content: none;
}
@media all and (max-width: 750px){
  .ulFooterMenu02 > li:nth-child(3):after,
  .ulFooterMenu02 > li:nth-child(5):after {
    content: none;
  }
}

.ulFooterMenu02 > li.liForStaff > a {
  position: relative;
  padding-left: 1.75em;
}

.ulFooterMenu02 > li.liForStaff > a:before {
  content: '';
  position: absolute;
  top: 0.2em;
  bottom: 0;
  left: 0;
  width: 1.0em;
  margin: auto;
  background-image: url('./../../images/base/base-icn-external-link01-blue.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  aspect-ratio: 1 / 1;
}

.boxCopyrightWrap {
  background-color: #3863b4;
}

.boxCopyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 4.45em;
}
@media all and (max-width: 750px){
  .boxCopyright {
    height: 3.0em;
  }
}

.boxCopyright > p {
  text-align: center;
  letter-spacing: 0.03em;
  font-family: var(--base-font-en);
  font-size: 0.9rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxCopyright > p {
    letter-spacing: normal;
    font-size: 0.73rem;
  }
}

@media all and (max-width: 750px){
  .boxCopyright > p .markCopy {
    font-family: Verdana, Roboto, "Droid Sans";
  }
}

.boxFooterMap iframe {
  width: 100%;
  height: 657px;
}
@media all and (max-width: 750px){
  .boxFooterMap iframe {
    height: 80vw;
  }
}



/*##### Base Page #####*/
.boxPageWrap {
  padding: 2.2em 0 8.0em 0;
}
@media all and (max-width: 750px){
  .boxPageWrap {
    padding: 2.0em 0 2.5em 0;
  }
}

.boxPageWrapIn {
  position: relative;
}

.boxPageContWrap {
  min-height: 600px;
  padding-left: var(--base-side-padding);/*423px;*//*27.45%;*/
  padding-right: 0;/*20px;*/
}
/*
@media all and (max-width: 1558px){
  .boxPageContWrap {
    padding-left: 423px;
  }
}*/
@media all and (max-width: 750px){
  .boxPageContWrap {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.boxPage01 {
  padding-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxPage01 {
    padding-top: 2.0em;
    padding-bottom: 0;/*2.5em;*/
  }
}

.ttlBasePageH1 {
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
  font-size: 2.57rem;
}
@media all and (max-width: 750px){
  .ttlBasePageH1 {
    font-size: 2.133rem;
  }
}


/*##### Common Contents #####*/
.sideFixedBtn01 {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 63px;
  height: 15.7em;
  padding-top: 2.45em;
  padding-left: 0.2em;
  border: 0.4em #7cccb2 solid;
  border-right: 0;
  border-top-left-radius: 2.2em;
  border-bottom-left-radius: 2.2em;
  background-color: #209771;
}
@media all and (max-width: 750px){
  .sideFixedBtn01 {
    bottom: 18vw;
    width: 8vw;
    height: 8.0em;
    padding-top: 0.5em;
    padding-left: 0;
    border: 0.3em #7cccb2 solid;
    border-right: 0;
    border-top-left-radius: 1.0em;
    border-bottom-left-radius: 1.0em;
  }
}

.sideFixedBtn01 > span {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  padding: 1.75em 0 0 0;
  background-image: url('./../../images/base/base-icn-text01.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1.0em auto;
  letter-spacing: 0.18em;
  font-size: 1.4rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .sideFixedBtn01 > span {
    padding: 1.55em 0 0 0;
    background-position: calc(50% + 0.03em) top;
    background-size: 1.0em auto;
    letter-spacing: 0.12em;
    font-size: 0.9rem;
  }
}