@charset "UTF-8";
/* media query
**************************************************************************************************/
body {
  font: 12px YakuHanJP, "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #0A1F44;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  scroll-behavior: smooth;
}

_:lang(x)::-ms-backdrop, body {
  font-family: YakuHanJP, "Segoe UI", Meiryo, sans-serif;
}

/* layout
**************************************************************************************************************************/
.is_pc {
  display: none !important;
}

/* header
**************************************************************************************************************************/
header.share {
  padding: 18px 16px;
  background: #fff;
  border-bottom: 1px solid #E4E5E9;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.5s;
}
header.share .logo img {
  width: 176px;
  height: auto;
}
header.share .menu {
  display: none;
}
header.share .tgl {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #302E87;
  border-radius: 8px;
  color: #fff;
  font-size: 8px;
  cursor: pointer;
  z-index: 10;
}
header.share .tgl span {
  display: block;
  width: 24px;
  height: 23px;
  position: relative;
  border-top: 1px solid #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 14px;
  word-break: keep-all;
  text-indent: -3px;
}
header.share .tgl span::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  transition: all 0.5s;
}
header.share .tgl span::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 0;
  transition: all 0.5s;
}
.has-fixed_nav header.share {
  position: fixed;
}
.hide-fixed_nav header.share {
  transform: translateY(-100%);
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  header.share {
    padding: 16px 40px;
  }
  header.share .logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.share .logo {
    width: 180px;
    margin-right: 50px;
  }
  header.share .logo img {
    width: 180px;
    height: auto;
  }
  header.share .menu {
    display: block;
    flex: 1;
  }
  header.share .menu .others {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: bold;
  }
  header.share .menu .others li {
    margin-left: 20px;
    border-right: 1px solid #CDD8FA;
  }
  header.share .menu .others li:last-of-type {
    border-right: none;
    margin-right: 0;
  }
  header.share .menu .others li.login a {
    background: url(/asset/img/share/icn-login.svg) 0 0 no-repeat;
    background-size: contain;
    padding: 5px 20px 5px 33px;
  }
  header.share .menu .others li.staff a {
    background: url(/asset/img/share/icn-staff.svg) 0 0 no-repeat;
    background-size: contain;
    padding: 5px 20px 5px 33px;
  }
  header.share .menu .others li.medical a {
    background: url(/asset/img/share/icn-medical.svg) 0 0 no-repeat;
    background-size: contain;
    padding: 5px 0px 5px 28px;
  }
  header.share .menu .pages {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header.share .menu .pages .main {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: bold;
    margin-right: 16px;
  }
  header.share .menu .pages .main li {
    margin-left: 1.2em;
  }
  header.share .menu .pages .main li:first-of-type {
    margin-left: 0;
  }
  header.share .menu .pages .cv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header.share .menu .pages .cv li {
    margin-left: 16px;
  }
  header.share .menu .pages .cv li:first-of-type {
    margin-left: 0;
  }
  header.share .menu .pages .cv li .btn {
    width: auto;
    font-size: 14px;
    padding: 0.8em 1.5em;
  }
  header.share .tgl {
    display: none;
  }
  .has-fixed_nav header.share {
    padding: 10px 40px;
  }
  .has-fixed_nav header.share .menu .others {
    display: none;
  }
}

.share-glnv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: -1;
  opacity: 0;
  transition: transform 0.5s;
}
.share-glnv .nav-wrap {
  background: #F5F8FA;
  width: 277px;
  margin-left: auto;
  height: 100dvh;
  overflow: scroll;
  padding: 80px 24px 80px 36px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  transform: translateX(100%);
  transition: all 0.5s;
}
.share-glnv p.close {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  cursor: pointer;
}
.share-glnv p.close img {
  width: 56px;
  height: 56px;
}
.share-glnv .main li {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1.8em;
}
.share-glnv .cv {
  margin-top: 40px;
}
.share-glnv .cv li {
  margin-bottom: 12px;
}
.share-glnv .others {
  border-top: 1px solid #6D72A0;
  padding-top: 30px;
  margin-top: 50px;
}
.share-glnv .others li {
  font-size: 14px;
  margin-bottom: 1.8em;
}
.has-glnv .share-glnv {
  opacity: 1;
  z-index: 110;
}
.has-glnv .share-glnv .nav-wrap {
  transform: translateX(0);
}

html {
  scroll-margin-top: 65px;
}
@media only screen and (min-width: 1025px) {
  html {
    scroll-margin-top: 80px;
  }
}

/* footer
**************************************************************************************************************************/
footer.share {
  background: #F5F8FA;
}
footer.share .inner {
  padding: 60px 24px 0 24px;
}
footer.share .si {
  text-align: left;
  margin-bottom: 20px;
}
footer.share .si img {
  width: 200px;
  height: auto;
}
footer.share .si .address {
  display: none;
}
footer.share nav {
  text-align: left;
}
footer.share nav dl {
  margin: 0;
  margin-bottom: 50px;
}
footer.share nav dl .row {
  border-bottom: 1px solid rgb(199, 199, 199);
}
footer.share nav dl dt {
  font-size: 15px;
  padding: 24px 0;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}
footer.share nav dl dt small {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
footer.share nav dl dt::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/asset/img/share/arw-down.svg) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  transition: all 0.5s;
}
footer.share nav dl dt.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
footer.share nav dl dd {
  margin: 0;
  padding: 0;
}
footer.share nav dl dd ul {
  margin-bottom: 24px;
  display: none;
}
footer.share nav dl dd ul li {
  font-size: 15px;
  margin-bottom: 1.5em;
}
footer.share nav dl dd ul li a[target=_blank]::after {
  content: "↗";
  display: inline;
  font-size: 0.6m;
  margin-left: 0.2em;
}
footer.share ul.sub {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
  margin-bottom: 54px;
}
footer.share ul.sub li {
  font-size: 12px;
}
footer.share .copyright {
  text-align: left;
  font-size: 8px;
  padding: 0 24px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 60px;
  color: #A0ADBF;
}
@media screen and (min-width: 769px) {
  footer.share {
    padding: 100px;
  }
  footer.share .inner {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  footer.share .si {
    margin-bottom: 74px;
  }
  footer.share .si img {
    width: 200px;
  }
  footer.share .si .address {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
  footer.share nav {
    text-align: left;
  }
  footer.share nav dl {
    margin: 0;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
  }
  footer.share nav dl .row {
    border: 0;
    width: 30%;
  }
  footer.share nav dl dt {
    font-size: 16px;
    padding: 0;
    cursor: auto;
    margin-bottom: 1.3em;
    line-height: 1.8;
    font-weight: bold;
    border-bottom: 1px solid;
    -o-border-image: radial-gradient(#67DCF2, #CBF95C) 49%;
       border-image: radial-gradient(#67DCF2, #CBF95C) 49%;
    padding-bottom: 0.3em;
  }
  footer.share nav dl dt small {
    font-size: 12px;
    font-weight: normal;
  }
  footer.share nav dl dt::before {
    display: none;
  }
  footer.share nav dl dt::after {
    display: none;
  }
  footer.share nav dl dd {
    margin: 0;
    padding: 0;
  }
  footer.share nav dl dd ul {
    margin-bottom: 0;
    display: block;
  }
  footer.share nav dl dd ul li {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  footer.share ul.sub {
    margin: 0;
    margin-bottom: 20px;
  }
  footer.share .copyright {
    font-size: 8px;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  footer.share .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer.share .si {
    width: 350px;
    margin-right: 50px;
  }
  footer.share nav {
    flex: 1;
  }
  footer.share nav dl {
    margin: 0;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
  }
  footer.share nav dl .row {
    border: 0;
    width: 30%;
  }
  footer.share nav dl dt {
    font-size: 16px;
    padding: 0;
    cursor: auto;
    margin-bottom: 1.3em;
    line-height: 1.8;
    font-weight: bold;
    border-bottom: 1px solid;
    -o-border-image: radial-gradient(#67DCF2, #CBF95C) 49%;
       border-image: radial-gradient(#67DCF2, #CBF95C) 49%;
    padding-bottom: 0.3em;
  }
  footer.share nav dl dt small {
    font-size: 12px;
    font-weight: normal;
  }
  footer.share nav dl dt::before {
    display: none;
  }
  footer.share nav dl dt::after {
    display: none;
  }
  footer.share nav dl dd {
    margin: 0;
    padding: 0;
  }
  footer.share nav dl dd ul {
    margin-bottom: 0;
    display: block;
  }
  footer.share nav dl dd ul li {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  footer.share ul.sub {
    width: 100%;
  }
}

/* modal
**************************************************************************************************************************/
.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.modal .inner {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.modal .modal-wrapper {
  width: 90%;
  max-width: 848px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
}
.modal .close-modal {
  width: 30px;
  height: 30px;
  background: url(../img/common/icn-close01.svg) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
}
.modal .modal-contents {
  padding: 52px 0;
}
.modal .modal-contents .ttl {
  margin-bottom: 3em;
}
.modal .modal-contents .ttl h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1E146E;
  margin-bottom: 0.5em;
}
.modal .modal-contents .ttl p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.modal .modal-contents .modal-body ul.list-app {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-contents .modal-body ul.list-app li:nth-of-type(1) {
  width: 42.3%;
}
.modal .modal-contents .modal-body ul.list-app li:nth-of-type(2) {
  width: 52.5%;
}
.modal .modal-contents .modal-body ul.list-app li img {
  width: 100%;
  height: auto;
}
.modal .modal-contents .modal-body .list-notice {
  color: #868686;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-contents .modal-body .list-notice li {
  font-size: 12px;
}
.modal.type-b .modal-wrapper {
  max-width: 664px;
}
.modal.type-b .close-modal {
  width: 16px;
  height: 16px;
  background: url(../img/common/icn-close02.svg) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 0;
}
.modal.type-b .modal-contents {
  padding: 0;
}
.modal.type-b .modal-contents p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 1em;
}
.modal.type-b .modal-contents picture img {
  width: 100%;
  height: auto;
}
.modal.type-b .modal-contents picture img.w110 {
  width: 110%;
}
.modal#modal-example-soh .modal-contents picture img {
  width: 105%;
  height: auto;
}

@media screen and (min-width: 769px) {
  /* layout
  **************************************************************************************************************************/
  .is_pc {
    display: block !important;
  }

  .is_pc.wide {
    display: none !important;
  }

  .is_sp {
    display: none !important;
  }

  /* modal
  **************************************************************************************************************************/
  .modal .modal-wrapper {
    padding: 72px;
  }
  .modal .close-modal {
    width: 32px;
    height: 32px;
    top: 26px;
    right: 26px;
  }
  .modal .modal-contents {
    padding: 0;
  }
  .modal .modal-contents .ttl h2 {
    font-size: 28px;
  }
  .modal .modal-contents .modal-body .list-notice {
    color: #868686;
  }
  .modal .modal-contents .modal-body .list-notice li {
    font-size: 12px;
  }
  .modal .modal-contents .modal-body .list-notice li::before {
    top: 11px;
  }
  .modal.type-b .modal-wrapper {
    padding: 34px 48px 48px 48px;
  }
  .modal.type-b .close-modal {
    top: -20px;
    right: -20px;
  }
  .modal.type-b .modal-contents {
    padding: 0;
  }
  .modal#modal-example-soh .modal-contents picture img {
    width: 105%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .is_pc.wide {
    display: block !important;
  }
}
footer nav ul li a.nolink {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
footer nav ul li a.nolink:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=layout.css.map */