@charset "utf-8";
/*==================================================

Global Default
==================================================*/
html {
  font-size: 10px;
  min-width: 1024px;
  overflow-x: hidden;
}
body {
  font-family: "M PLUS Rounded 1c", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1920 - 375)));
  color: #333;
}
main,
section {
  position: relative;
}
a,
a:hover,
a:visited,
a:active {
  color: inherit;
}
img {
  height: auto;
}
i {
  vertical-align: middle;
  line-height: 1;
}
.center {
  text-align: center;
}
.caution {
  color: #d50000;
}
.flexbox:after {
  display: none;
}
[class*="viewport"] {
  width: 100%;
  max-width: 1280px;
  padding: 0 3%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.viewport-l {
  max-width: 1280px;
}
.viewport-m {
  max-width: 1024px;
}
.viewport-s {
  max-width: 768px;
}
.section-spacing {
  padding-top: 11vmin;
  padding-bottom: 11vmin;
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  html {
    min-width: 0;
    margin-top: 56px;
  }
  html:has(#attention){
    margin-top: 156px;
  }
  body {
    line-height: 1.5;
  }
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
}
/*==================================================

Customize Global Standard Style
==================================================*/
[class*="standard-heading"] {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 32px;
}
[class*="standard-heading"] span {
  color: #06b0e3;
}
[class*="standard-btn"] {
  max-width: 290px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #06b0e3;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
}
[class*="standard-btn"]:hover {
  background: #06b0e3;
  color: #fff;
}
[class*="standard-btn"]:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 6px;
  display: inline-block;
  background: url(../img/common/ico-arrow-right-blue.svg) no-repeat center center/contain;
  transition: all 0.3s;
}
[class*="standard-btn"]:hover:after {
  transform: translateX(3px);
}
@media only screen and (max-width: 768px) {
  [class*="standard-heading"] {
    margin-bottom: 24px;
    font-size: 22px;
  }
  [class*="standard-btn"] {
    height: 40px;
  }
}
/*==================================================

Main Header
==================================================*/
#attention {
  display: none;
  width: 100%;
  padding-block: 8px;
  background: #ffff66;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 8;
}
#attention a {
  text-decoration: underline;
}
#attention button {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 24px;
}
.main-header {
  padding: 9px 0;
  background: #fff;
}
.main-header .flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header h1 {
  flex: 0 0 auto;
}
.global-navi {
  flex: 1 1 100%;
  padding: 0 2%;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.global-navi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 100%;
  padding: 6px 0;
}
.global-navi a {
  display: block;
  transition: all 0.3s;
}
.global-navi a:hover {
  color: #06b0e3;
}
.global-navi li + li {
  margin-left: 4%;
}
.global-navi .secondary-navi {
  flex: 1 1 100%;
  color: #06b0e3;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.global-navi .secondary-navi li + li {
  padding-left: 4%;
  border-left: 1px solid #ddd;
}
.main-header .contact-block {
  flex: 0 0 auto;
  text-align: right;
}
.main-header .contact-block img {
  display: block;
}
.main-header .contact-block img:first-child {
  margin-bottom: 4px;
}
.main-header::after,
.obfuscator {
  display: none;
}
.menu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .global-navi li + li {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 768px) {
  #attention {
    display: grid;
    place-items: center;
    height: 100px;
    padding-inline: 10px 40px;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 1.4;
    overflow: hidden;
  }
  #attention button {
    right: -20px;
    font-size: 24px;
    padding: 30px;
  }
  #attention + .main-header {
    top: 100px;
  }
  .main-header {
    width: 100%;
    padding: 4px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .main-header h1 {
    flex: 1 1 auto;
  }
  .main-header h1 img {
    width: 100px;
  }
  .menu {
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: block;
  }
  .menu span {
    height: 2px;
    width: 26px;
    background: #07b0e3;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu span:before,
  .menu span:after {
    content: "";
    height: 2px;
    width: 26px;
    background: #07b0e3;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu span:before {
    top: -8px;
  }
  .menu span:after {
    top: 8px;
  }
  .obfuscator {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    background: #07b0e3;
    opacity: 0.3;
    cursor: pointer;
  }

  body.menu-visible .menu span {
    background: transparent;
  }
  body.menu-visible .menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
  body.menu-visible .menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  body.menu-visible .obfuscator {
    visibility: visible;
  }
  .global-navi {
    min-width: initial;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    background: #fff;
    transform: translateX(-250px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
    margin: 0;
    padding: 0;
    display: block;
  }
  body.menu-visible .global-navi {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .global-navi ul {
    display: block;
    padding: 0;
  }
  .global-navi a {
    padding: 16px;
    background: url(../img/common/ico-arrow-right-blue.svg) no-repeat right 16px center/ 8px auto;
  }
  .global-navi li {
    margin: 0 !important;
    border-bottom: 1px solid #eee;
  }
  .global-navi .secondary-navi {
    display: none;
  }
  .main-header .contact-block {
    padding: 0 3%;
    width: 180px;
  }
  .main-header .contact-block img {
    margin-left: auto;
  }
}
/*==================================================

Main Footer
==================================================*/
.main-footer {
  position: relative;
  border-top: 4px solid #d1edf8;
}
.main-footer .upper-block {
  display: flex;
  padding-top: 80px;
  padding-bottom: 50px;
}
.main-footer .upper-block .info {
  flex: 0 1 40%;
}
.main-footer .upper-block .info figure {
  margin-bottom: 16px;
}
.main-footer .upper-block .info li {
  padding-left: 20px;
  position: relative;
  margin: 8px 0 0;
}
.main-footer .upper-block .info li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #06b0e3;
  border-radius: 100px;
  position: absolute;
  left: 3px;
  top: 8px;
}
.main-footer .upper-block .map {
  flex: 1 1 60%;
  padding: 0 0 30px 50px;
  position: relative;
}
.main-footer .upper-block .map > p i {
  color: #06b0e3;
  margin-right: 8px;
}
.main-footer .upper-block .map > a {
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 1;
}
.main-footer .upper-block .map iframe {
  width: 100%;
  height: 350px;
  margin-top: 16px;
}
.main-footer .bottom-block {
  background: #f3f6f7;
  position: relative;
}
.main-footer .bottom-block:before {
  content: "";
  width: 100%;
  height: 15px;
  background: url(../img/common/bg-waves.svg) repeat-x left bottom/ auto 15px;
  position: absolute;
  left: 0;
  top: -15px;
}
.main-footer .bottom-block .flexbox {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
}
.main-footer .bottom-block ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 3%;
}
.main-footer .bottom-block ul p {
  flex: 1 1 100%;
  font-size: 1.2em;
  font-weight: 500;
}
.main-footer .bottom-block ul li {
  flex: 0 1 33.3%;
  margin: 4px 0;
  padding-right: 3%;
  font-size: 12px;
  opacity: 0.8;
}
.main-footer .bottom-block ul li a {
  transition: all 0.3s;
}
.main-footer .bottom-block ul li a:hover {
  text-decoration: underline;
  color: #06b0e3;
}
.main-footer .bottom-block ul li a:before {
  content: "-";
  margin-right: 4px;
}
.main-footer .bottom-block .copyright {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 11px;
  opacity: 0.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .main-footer {
    border-top: 3px solid #d1edf8;
  }
  .main-footer .upper-block {
    flex-wrap: wrap;
    padding: 40px 0 0;
  }
  .main-footer .upper-block .info {
    flex: 1 1 100%;
    margin-bottom: 20px;
    padding: 0 3%;
    text-align: center;
  }
  .main-footer .upper-block .info figure {
    max-width: 300px;
    margin: 0 auto;
  }
  .main-footer .upper-block .info ul {
    display: inline-block;
    text-align: left;
  }
  .main-footer .upper-block .map {
    padding: 0;
    text-align: center;
  }
  .main-footer .upper-block .map > a {
    display: block;
    margin: -30px auto 0;
    box-shadow: 0 6px 15px rgb(0 0 0 / 12%);
    border-radius: 1000px;
    position: relative;
    left: 0;
    bottom: 20px;
    width: 70px;
  }
  .main-footer .upper-block .map iframe {
    height: 250px;
    margin-top: 4px;
  }
  .main-footer .bottom-block:before {
    height: 8px;
    background-size: auto 8px;
    top: -8px;
  }
  .main-footer .bottom-block .flexbox {
    display: block;
    padding-bottom: 0;
  }
  .main-footer .bottom-block ul {
    margin: 0 0 16px;
  }
  .main-footer .bottom-block ul p {
    text-align: center;
  }
  .main-footer .bottom-block .copyright {
    width: 106%;
    padding: 10px 3%;
    margin-left: -3%;
    display: block;
    background: #222;
    text-align: center;
    color: rgb(255 255 255 / 70%);
    font-size: 10px;
  }
}
/*==================================================

Page title
==================================================*/
.page-title {
  margin-bottom: 40px;
  background: #e8f7fc;
  border-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.page-title .header {
  display: flex;
  align-items: center;
  padding: 45px 0;
}
.page-title .header i {
  width: 180px;
  height: 180px;
  background: #fff;
  border: 3px solid #06b0e3;
  border-radius: 100000px;
  line-height: 180px;
  text-align: center;
}
.page-title .header h1 {
  margin-left: 40px;
  font-size: 24px;
}
.page-title .header h1 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.page-title .breadcrumb {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  opacity: 0.7;
}
.page-title .breadcrumb li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-title .breadcrumb li + li:before {
  content: ">";
  margin: 0 8px;
}
.page-title .breadcrumb li a {
  text-decoration: underline;
}
.page-title .breadcrumb li i {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-title {
    margin: 0 0 8px;
  }
  .page-title .header {
    padding: 20px 0 16px;
  }
  .page-title .header i {
    width: 80px;
    height: 80px;
    padding: 16px;
    line-height: 1;
  }
  .page-title .header h1 {
    margin-left: 10px;
    font-size: 24px;
  }
  .page-title .header h1 span {
    font-size: 12px;
    letter-spacing: 0;
  }
  .page-title .breadcrumb {
    font-size: 12px;
  }
  .page-title .breadcrumb li i {
    font-size: 16px;
  }
}
/*==================================================

Page navigation
==================================================*/
.page-navi .medical-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.page-navi .medical-navi li {
  padding-bottom: 10px;
  position: relative;
  opacity: 0.4;
  transition: all 0.3s;
}
.page-navi .medical-navi li:hover {
  opacity: 1;
}
.page-navi .medical-navi li + li {
  margin-left: 3%;
}
.page-navi .medical-navi li a {
  display: flex;
  align-items: center;
}
.page-navi .medical-navi li i {
  width: 40px;
  margin-right: 8px;
}
.page-navi .medical-navi li.active {
  pointer-events: none;
  opacity: 1;
}
.page-navi .medical-navi li.active:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #06b0e3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-navi .medical-navi li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #06b0e3;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}
.local-navi {
  padding: 30px 0;
  background: #f3f6f7;
}
.local-navi ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.local-navi li {
  flex: 0 1 295px;
  transition: all 0.3s;
}
.local-navi li:hover {
  transform: translateY(-5px);
}
.local-navi li + li {
  margin-left: 8px;
}
.local-navi li a {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 35px 0 16px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}
.local-navi li a:after {
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/common/ico-arrow-right-blue.svg) no-repeat center center/ contain;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .page-navi .medical-navi {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .page-navi .medical-navi li {
    margin: 2% 2% 0 !important;
  }
  .page-navi .medical-navi li i {
    width: 24px;
  }
  .page-navi .medical-navi li.active:after {
    display: none;
  }
  .local-navi {
    padding: 16px 0;
  }
  .local-navi ul {
    flex-wrap: wrap;
  }
  .local-navi li {
    flex: 0 1 48%;
    margin: 1% !important;
    transform: none !important;
  }
  .local-navi li a {
    height: 50px;
    padding: 0 30px 0 8px;
  }
  .local-navi li a:after {
    right: 8px;
  }
}
