html {
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
body {
  font-size: 1.5rem;
  line-height: 170%;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  color: #1eaedb;
}
a:hover {
  color: #1b9cc5;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #f8f8f8;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.04em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #4c4c4c;
}
h1 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
h4 {
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.015em;
}
h5 {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
h6 {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 11px;
  }
}
p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 0;
}
p.small {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar {
  width: 100%;
  z-index: 99;
  padding: 0 15px;
  background-color: #ece9e5;
}
.navbar .navbar-nav .menu-item {
  text-align: center;
  padding: 30px 50px;
}
.navbar .navbar-nav .menu-item a {
  font-size: 18px;
  font-weight: 700;
  color: #4c4c4c;
}
.navbar .navbar-nav .menu-item a:hover {
  text-decoration: underline;
}
.navbar .navbar-nav .menu-item a span {
  font-size: 12px;
  font-weight: 500;
  color: #009682;
  text-transform: uppercase;
  margin-top: 10px;
}
.navbar .navbar-nav .menu-item .menu-item-has-children:hover .dropdown-menu {
  display: block;
}
.navbar .navbar-toggler {
  background-color: transparent;
  border: 1px solid #ece9e5;
  padding: 10px 12px;
  color: #fff;
  border-radius: 8px;
}
.navbar .navbar-toggler i {
  font-size: 20px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .dropdown-menu {
  min-width: 100%;
  padding: 0;
  margin-top: -5px;
  background-color: #009682;
}
.navbar .dropdown-menu .nav-item a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 6px 10px;
  color: #fff;
}
.navbar .dropdown-menu .nav-item a:hover {
  background-color: #15355e;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .navbar {
    position: relative;
    padding: 15px;
  }
  .navbar .brand {
    width: 100px;
  }
  .navbar .navbar-nav .nav-link {
    margin: 10px 0;
  }
}
.second-navbar {
  background-color: #ece9e5;
}
.second-navbar .navbar-toggler {
  background-color: #009682;
  padding: 4px 8px;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
}
.second-navbar .navbar-toggler i {
  font-size: 22px;
}
.second-navbar__left {
  padding-top: 20px;
  padding-bottom: 20px;
}
.second-navbar__left .brand {
  width: 250px;
}
.second-navbar__right .second-nav-menu ul {
  list-style: none;
  margin-bottom: 0;
}
.second-navbar__right .second-nav-menu ul li {
  display: inline-block;
  padding: 0 15px;
}
.second-navbar__right .second-nav-menu ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.second-navbar__right--info {
  text-align: center;
  float: right;
  margin-bottom: -20px;
}
.second-navbar__right--info i {
  font-size: 28px;
  color: #009682;
}
.second-navbar__right--info p {
  font-size: 15px;
  font-weight: 700;
  color: #009682;
  margin-top: 10px;
  margin-bottom: 10px;
}
.second-navbar__right--info ul {
  padding: 0;
}
.second-navbar__right--info ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
.second-navbar__right--info ul li p {
  font-size: 15px;
  font-weight: 700;
  color: #4c4c4c;
}
.second-navbar__right--info ul li p span {
  font-size: 25px;
  font-weight: 400;
  color: #009682;
}
.second-navbar__right--info ul li.contact-box {
  background-color: #009682;
  padding: 15px 30px;
  color: #fff;
  margin: 0 5px;
}
.second-navbar__right--info ul li.contact-box i {
  color: #fff;
}
.second-navbar__right--info ul li.contact-box p {
  color: #fff;
}
@media screen and (min-width: 992px) {
  #navbarNavDropdown3 {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .second-navbar__right--info ul li.contact-box {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  .second-navbar__left .brand {
    width: 100%;
  }
  .second-navbar__right .dropdown-menu.show {
    position: relative !important;
    background-color: #15355e;
    width: 100%;
    transform: none !important;
  }
  .second-navbar__right .dropdown-menu.show .dropdown-item {
    padding: 5px 0;
    font-size: 13px;
  }
  .second-navbar__right .second-nav-menu {
    background-color: #ece9e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 0;
  }
  .second-navbar__right .second-nav-menu ul {
    list-style: none;
    margin-bottom: 0;
  }
  .second-navbar__right .second-nav-menu ul li {
    display: block;
    padding: 0 10px;
  }
  .second-navbar__right .second-nav-menu ul li a {
    color: #fff;
  }
  .second-navbar__right .primary-nav-sp {
    background-color: #009682;
    padding: 10px 0;
  }
  .second-navbar__right .primary-nav-sp ul {
    list-style: none;
    margin-bottom: 0;
  }
  .second-navbar__right .primary-nav-sp ul li {
    display: block;
    padding: 0 10px;
  }
  .second-navbar__right .primary-nav-sp ul li a {
    color: #fff;
  }
  .second-navbar__right--info i {
    font-size: 25px;
  }
  .second-navbar__right--info p {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .second-navbar__right--info ul {
    padding: 0;
  }
  .second-navbar__right--info ul li {
    margin: 0 10px;
  }
  .second-navbar__right--info ul li p {
    font-size: 18px;
  }
  .second-navbar__right--info .contact-info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .second-navbar__right--info i {
    font-size: 18px;
  }
  .second-navbar__right--info p {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .second-navbar__right--info ul {
    padding: 0;
  }
  .second-navbar__right--info ul li {
    margin: 0 5px;
  }
  .second-navbar__right--info ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .second-navbar__right--info i {
    font-size: 13px;
  }
  .second-navbar__right--info p {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .second-navbar__right--info ul {
    padding: 0;
  }
  .second-navbar__right--info ul li {
    margin: 0 3px;
  }
  .second-navbar__right--info ul li p {
    font-size: 11px;
  }
}
.sp-menu {
  background-color: #ece9e5;
}
@media screen and (max-width: 992px) {
  .sp-menu .brand {
    width: 200px;
    margin-top: 10px;
  }
  .sp-menu .navbar-toggler {
    background-color: #009682;
    padding: 0 10px;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .sp-menu .navbar-toggler i {
    font-size: 25px;
  }
  .sp-menu .dropdown-menu {
    display: block;
    position: relative !important;
    background-color: #15355e;
    width: 100%;
    transform: none !important;
  }
  .sp-menu .dropdown-menu .dropdown-item {
    padding: 5px 0;
    font-size: 13px;
  }
  .sp-menu .second-nav-menu {
    background-color: #ece9e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 0;
  }
  .sp-menu .second-nav-menu ul {
    list-style: none;
    margin-bottom: 0;
  }
  .sp-menu .second-nav-menu ul li {
    display: block;
    padding: 0 10px;
  }
  .sp-menu .second-nav-menu ul li a {
    color: #fff;
  }
  .sp-menu .primary-nav-sp {
    background-color: #009682;
    padding: 10px 0;
    margin-top: 25px;
  }
  .sp-menu .primary-nav-sp ul {
    list-style: none;
    margin-bottom: 0;
  }
  .sp-menu .primary-nav-sp ul li {
    display: block;
    padding: 0 10px;
    text-align: center;
  }
  .sp-menu .primary-nav-sp ul li a {
    color: #fff;
  }
  .sp-menu--info i {
    font-size: 25px;
    color: #009682;
  }
  .sp-menu--info p {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .sp-menu--info ul {
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .sp-menu--info ul li {
    margin: 0 10px;
    display: inline-block;
  }
  .sp-menu--info ul li p {
    font-size: 18px;
    color: #009682;
  }
  .sp-menu--info .contact-info {
    display: none;
  }
  .sp-menu--show {
    width: 100%;
    position: absolute;
    left: 0;
    margin-top: 30px;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu .brand {
    margin-top: 10px;
  }
  .sp-menu--info i {
    font-size: 20px;
  }
  .sp-menu--info p {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .sp-menu--info ul {
    padding: 0;
  }
  .sp-menu--info ul li {
    margin: 0 5px;
  }
  .sp-menu--info ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .sp-menu .brand {
    width: 140px;
  }
  .sp-menu--info p {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sp-menu--info ul {
    padding: 0;
  }
  .sp-menu--info ul li {
    margin: 0 3px;
  }
  .sp-menu--info ul li p {
    font-size: 11px;
  }
}
@media screen and (max-width: 370px) {
  .sp-menu .brand {
    width: 115px;
  }
  .sp-menu .navbar-toggler {
    padding: 0 10px;
    border-radius: 8px;
  }
  .sp-menu .navbar-toggler i {
    font-size: 15px;
  }
  .sp-menu--info p {
    font-size: px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sp-menu--info ul {
    padding: 0;
  }
  .sp-menu--info ul li {
    margin: 0 2px;
  }
  .sp-menu--info ul li p {
    font-size: 8px;
  }
}
footer {
  background-color: #ece9e5;
  padding: 80px 0 20px;
}
footer h3 {
  color: #009682;
  font-weight: 700;
}
footer p {
  margin-top: 30px;
}
footer img {
  width: 160px;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin-top: 80px;
}
footer ul li {
  display: inline-block;
  padding: 0 60px;
}
footer ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #4c4c4c;
  position: relative;
  padding-left: 30px;
}
footer ul li a:hover {
  color: #4c4c4c;
}
footer ul li a::before {
  font-family: 'FontAwesome';
  font-size: 22px;
  content: '\f0da';
  position: absolute;
  left: 0;
  color: #009682;
}
footer ul li:nth-child(1) {
  padding-left: 0;
}
footer table th {
  background-color: #4c4c4c;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
footer table td {
  background-color: #fff;
  color: #4c4c4c;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
footer table td img {
  width: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 60px 0 20px;
  }
  footer ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 20px;
    text-align: center;
  }
  footer p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer img {
    width: 130px;
    margin-bottom: 20px;
  }
  footer ul {
    margin-top: 50px;
  }
  footer ul li {
    display: block;
    padding: 15px 0;
  }
}
.entry-title, .entry-footer {
  display: none;
}
.wrapper {
  padding: 0;
}
.wp-block-jetpack-layout-grid {
  padding-left: 0;
  padding-right: 0;
}
.content-area {
  padding-left: 0;
  padding-right: 0;
}
b, strong {
  font-weight: 700;
}
.section {
  padding: 50px 0;
}
.section h1 {
  margin-bottom: 30px;
}
.section h2 {
  margin-bottom: 40px;
}
.section h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #009682;
  text-transform: uppercase;
}
.section h3 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.section h4 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.section ul {
  margin: 20px 0 40px;
}
.section p span {
  color: #009682;
}
.section table {
  margin-top: 30px;
}
.section table th {
  background-color: #4c4c4c;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.section table td {
  color: #4c4c4c;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.section table td img {
  width: 15px;
}
.section.about-clinic .header-banner {
  position: relative;
  width: 100%;
}
.section.about-clinic .header-banner h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 150, 130, 0.5);
  padding: 20px 60px;
}
.section.career-certification h3 {
  color: #009682;
  margin-top: 0;
}
.section.career-certification .career-certification-column {
  background-color: #ece9e5;
  padding: 80px 50px;
}
.section.career-certification .career-certification-column ul {
  padding-inline-start: 0;
  list-style: none;
}
.section.career-certification .career-certification-column ul li span {
  display: inline-block;
  width: 5em;
}
.section.clinic-feature h3 {
  color: #009682;
  margin-top: 0;
  padding: 10px 15px;
  width: 100%;
  background-color: #ece9e5;
}
.section.clinic-feature h4 {
  margin-top: 30px;
}
.section.clinic-feature h4:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .section.about-clinic .header-banner h2 {
    padding: 20px 40px;
    font-size: 2rem;
    bottom: -20px;
  }
  .section.career-certification .career-certification-column {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.about-clinic .header-banner h2 {
    padding: 10px 15px;
    font-size: 1rem;
  }
  .section.career-certification .career-certification-column {
    padding: 50px 20px;
  }
  .section.career-certification .career-certification-column ul {
    padding-inline-start: 0;
    list-style: none;
  }
  .section.career-certification .career-certification-column ul li {
    margin: 0.6em 0;
  }
  .section.career-certification .career-certification-column ul li span {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .medical-information-group {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .medical-information-group-sp {
    display: none;
  }
}
.card--medical-info {
  background-color: #009682;
  padding: 30px 0;
  margin-bottom: 15px;
}
.card--medical-info__icon {
  min-height: 55px;
}
.card--medical-info__icon img {
  width: 50px;
}
.card--medical-info h3 {
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 15px !important;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .card--medical-info {
    padding: 15px 0;
  }
  .card--medical-info__icon {
    min-height: 40px;
  }
  .card--medical-info__icon img {
    width: 35px;
  }
  .card--medical-info h3 {
    font-size: 1.25rem;
  }
}
.wp-block-latest-posts__list.has-dates li {
  display: flex;
}
.wp-block-latest-posts__list.has-dates li a {
  order: 2;
  color: #4c4c4c;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}
.wp-block-latest-posts__list.has-dates li a:hover {
  color: #009682;
}
.wp-block-latest-posts__list.has-dates li time {
  order: 1;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
}
.single-post .content-area main {
  padding: 20px 0 40px;
}
.single-post .content-area main article {
  padding: 15px 15px;
}
.single-post .content-area main article .entry-header {
  margin-bottom: 30px;
}
.single-post .content-area main article .entry-header .entry-title {
  display: block;
}
.single-post .content-area main article .entry-header .entry-meta .byline {
  display: none;
}
.single-post .content-area main article .entry-header .entry-meta .posted-on .updated {
  display: none;
}
.single-post .content-area main article .entry-content p {
  line-height: 1.8em;
  margin-bottom: 18px;
}
.single-post .content-area main article .entry-content ol {
  padding-inline-start: 20px;
}
.single-post .content-area main article .entry-content ol li {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.single-post .content-area main .navigation {
  padding: 30px;
}
.single-post .widget-area {
  padding: 30px 15px;
}
.single-post .widget-area .widget {
  padding: 0 0 30px;
  border: 1px solid #aaa;
}
.single-post .widget-area .widget .widget-title {
  background: #009682;
  color: #fff;
  padding: 0.6em 1em;
  margin: 0 0 15px;
}
.single-post .widget-area .widget ul {
  padding-inline-start: 0;
  padding: 0 15px;
}
.single-post .widget-area .widget ul li {
  list-style: none;
  line-height: 1.4;
  margin: 10px 0;
}
.single-post .widget-area .widget ul li .post-date {
  display: block;
  font-size: 1.2rem;
}
.toppage-news ul {
  padding-inline-start: 0;
}
.toppage-news ul li {
  margin: 10px 0;
}
.site-footer table th, .site-footer table td {
  padding: 0.6rem;
}
