@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@400;500;700&display=swap");
@import "/Portals/0/css/base.css";
@import "/Portals/0/css/contents.css";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #000;
  font-size: 1.7rem;
}

#blockskip {
  display: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb {
  margin: 20px 0px 85px 40px;
  font-family: "hirakaku";
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-left: 20px;
    margin-bottom: 30px;
  }
}
.breadcrumb .inner {
  padding: 0;
  max-width: inherit;
}
.breadcrumb .inner > span {
  display: flex;
  align-items: center;
  line-height: 1.25;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
.breadcrumb .inner > span:before {
  content: "";
  display: block;
  line-height: 1;
  margin: 0 0.5em 0 0;
  width: 15px;
  height: 15px;
  background: url(/Portals/0/images/common/ico_home.png) 0 0 no-repeat;
  background-size: contain;
}
.breadcrumb .inner > span > * {
  display: block;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner > span > * {
    margin-bottom: 1em;
  }
}
.breadcrumb .inner > span span.separator {
  margin-right: 10px;
}
.breadcrumb .inner > span a {
  text-decoration: none;
  color: #000;
}
.breadcrumb .inner > span a:hover {
  color: #25A4AB;
}

#footer {
  margin: 200px 0 0;
  font-family: "hirakaku";
}
#footer .foot_wrap {
  padding: 50px 0 0;
  background-color: #f5f5f5;
}
#footer .foot_bottom {
  margin: 80px 0 0;
}
#footer .foot_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .foot_nav a {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  text-decoration: none;
}
#footer .foot_nav a:hover {
  color: #25A4AB;
}
#footer .foot_nav a.ico_global:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 14px;
  height: 14px;
  background: url(/Portals/0/images/common/ico_global.png) 0 0 no-repeat;
  background-size: contain;
}
#footer .foot_nav a.ico_global:hover:before {
  width: 14px;
  height: 14px;
  background: url(/Portals/0/images/common/ico_global_hover.png) 0 0 no-repeat;
  background-size: contain;
}
#footer .foot_nav > ul {
  display: flex;
  justify-content: space-between;
}
#footer .foot_nav > ul > li > a {
  font-size: 1.5rem;
}
#footer .foot_nav > ul > li > a + ul {
  margin: 10px 0 0;
}
#footer .foot_nav > ul > li > ul > li + li {
  margin: 10px 0 0;
}
#footer .foot_nav > ul > li > ul > li > a {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 10px;
}
#footer .foot_nav > ul > li > ul > li > a:after {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: calc(0.9em - 1px);
}
#footer .foot_nav > ul > li > ul > li > a:hover:after {
  background-color: #25A4AB;
}
#footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #808080;
  font-size: 1.2rem;
}
#footer .pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.75em;
  height: 50px;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  text-decoration: none;
}
#footer .pagetop a:hover {
  background-color: #25A4AB;
  color: #fff;
}
#footer .pagetop a:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border: 2px solid currentColor;
  transform: rotate(45deg);
  border-bottom: none;
  border-right: none;
  position: relative;
  top: 2px;
  transition: none;
}

#header.header_medical {
  background-color: #007986;
}
#Body.editMode #header.header_medical {
  position: relative;
}

#header.header_medical .head_wrap .left .logo img {
  display: block;
  max-height: 50px;
}
#header.header_medical .head_wrap .right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #header.header_medical .head_wrap .right {
    display: none;
    padding: 1em;
    height: auto;
  }
}
#header.header_medical .head_wrap .right .inner_left {
  flex: 0 1 auto;
}
#header.header_medical .head_wrap .right .inner_right {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 10px;
}
@media screen and (max-width: 1000px) {
  #header.header_medical .head_wrap .right .inner_right {
    display: block;
  }
}

#header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "hirakaku";
  z-index: 90;
  top: 0;
  left: 0;
}
#Body.editMode #header {
  position: relative;
}

#header .head_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 50px;
  min-height: 75px;
  padding: 0 20px 0 30px;
}
#header .head_wrap .left {
  display: flex;
  align-items: center;
}
#header .head_wrap .right {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0 50px;
  flex: 1;
}
#header .logo {
  max-width: 150px;
}
#header .head_link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  line-height: 1.25;
  font-size: 16px;
  min-height: 76px;
  margin-right: 20px;
}
#header .head_link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 16px;
  height: 16px;
  background: url(/Portals/0/images/common/ico_global.png) 0 0 no-repeat;
  background-size: contain;
}
#header .head_link:hover {
  color: #25A4AB;
}
#header .head_link:hover:before {
  background: url(/Portals/0/images/common/ico_global_hover.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .global_nav > ul {
    display: flex;
    align-items: stretch;
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .global_nav > ul > li {
    display: none;
  }
  .global_nav > ul > li.Tab73, .global_nav > ul > li.Tab90, .global_nav > ul > li.Tab100, .global_nav > ul > li.Tab108, .global_nav > ul > li.Tab109 {
    display: block;
  }
  .global_nav > ul > li.Tab73 {
    order: 2;
  }
  .global_nav > ul > li.Tab90 {
    order: 3;
  }
  .global_nav > ul > li.Tab100 {
    order: 1;
  }
  .global_nav > ul > li.Tab108 {
    order: 4;
  }
  .global_nav > ul > li.Tab109 {
    order: 5;
  }
  .global_nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 76px;
    padding: 0 clamp(1.5em, 3.125vw, 5.5em);
    color: #565656;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
  }
  .global_nav > ul > li > a:hover {
    background-color: #87bbc5;
    opacity: 1;
  }
  .global_nav > ul > li > ul {
    display: none;
  }
}
.pagetitle {
  position: relative;
}
.pagetitle > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
body.editMode .pagetitle > .inner {
  position: static;
  top: 0;
  left: 0;
  transform: inherit;
}

.pagetitle > .inner h1 {
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 768px) {
  .pagetitle > .inner h1 {
    font-size: 26px;
  }
}
body.editMode .pagetitle > .inner h1 {
  color: #000;
}

@media screen and (max-width: 1000px) {
  #header .head_wrap {
    padding: 0 30px;
  }
  #header .head_wrap .right {
    display: none;
  }
  #header .logo {
    max-width: 106px;
  }
  #header .head_link {
    display: none;
  }
  .global_nav {
    width: 100%;
    padding: 25px;
  }
  .global_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .global_nav a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    font-weight: 400;
  }
  .global_nav a:hover {
    background-color: #e4e4e4;
  }
  .global_nav > ul {
    border-bottom: 1px solid #333;
  }
  .global_nav > ul > li {
    border-top: 1px solid #333;
  }
  .global_nav > ul > li > a {
    padding: 1em;
    font-size: 1.4rem;
    display: block;
    min-height: inherit;
    font-weight: 400;
  }
  .global_nav > ul > li > a:hover {
    background-color: #e4e4e4;
  }
  .global_nav > ul > li > ul {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    margin: 50px 0 0;
  }
  #footer .foot_wrap {
    padding: 50px 0 0;
  }
  #footer .foot_bottom {
    margin: 30px 0 0;
  }
  #footer .foot_nav > ul {
    flex-direction: column;
  }
  #footer .foot_nav > ul > li + li {
    margin: 10px 0 0;
  }
  #footer .foot_nav > ul > li > a + ul {
    margin: 10px 0 0;
  }
  #footer .foot_nav > ul > li > ul > li + li {
    margin: 10px 0 0;
  }
  .pagetitle > .inner {
    padding: 0;
    text-align: center;
  }
}
/*
  以下、スキン固有の記述をする
*/
@media screen and (min-width: 769px) {
  #gNav .token_menu > ul > li.Tab73, #gNav .token_menu > ul > li.Tab90, #gNav .token_menu > ul > li.Tab100, #gNav .token_menu > ul > li.Tab108 {
    display: block;
  }
}