@charset "UTF-8";
/*
theme: あずまリウマチ・内科クリニック
Author: openstage.inc
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, time, pre, select {
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  list-style: none;
  color: #444;
  /*  letter-spacing: 0.05em;*/
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 170px;
  ;
}
#info, #medical, #greeting, #results, #features, #channel, #disease, #clinic, #section01, #section02, #section03, #section04, #car, #train, #car-west, #car-east, #schedule, #equipment, #movie, #diagnosis, #treatment, #activities, #pregnancy, #costs, #rehabilitation, #difficult, #clinic, #support, #inspection {
  padding-top: 88px;
  margin-top: -88px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1000-width {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.common-46-padding {
  padding: 46px 0;
}
.bottom-80-margin {
  margin-bottom: 80px;
}
.bottom-60-margin {
  margin-bottom: 60px;
}
.bottom-46-margin {
  margin-bottom: 46px;
}
.bottom-32-margin {
  margin-bottom: 32px;
}
.bottom-24-margin {
  margin-bottom: 24px;
}
.bottom-16-margin {
  margin-bottom: 16px;
}
.bottom-8-margin {
  margin-bottom: 8px;
}
.pc_none {
  display: none !important;
}
.common-title__wrap {
  text-align: center;
  margin-bottom: 60px;
}
.common-title__wrap span {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  font-size: 85px;
  line-height: 1;
  background: linear-gradient(90deg, #6BAC1B 0%, #2CB7ED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.common-title__wrap._yellow span {
  background: linear-gradient(90deg, #FFB700 0%, #FFE815 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.common-title__wrap h2 {
  font-size: 24px;
  font-weight: 500;
}
.common-btn__wrap a {
  background-color: #FFB700;
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 100px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-weight: 500;
}
.common-btn__wrap a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 8px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/icon-arrow.svg");
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-btn__wrap._green a {
  background-color: #6BAC1B;
}
.common-btn__wrap a:hover {
  background-color: #2CB7ED;
  opacity: 1;
}
.common-page__wrap {
  background-image: url(../img/page-bgi.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 110px 0 90px;
  margin: 0 auto;
  width: calc(100% - 40px);
  border-radius: 15px;
}
.common-page__title {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-page__title h1, .common-page__title h2 {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.common-page__title span {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #info, #medical, #greeting, #results, #features, #channel, #disease, #clinic, #section01, #section02, #section03, #section04, #car, #train, #car-west, #car-east, #schedule, #equipment, #movie, #diagnosis, #treatment, #activities, #pregnancy, #costs, #rehabilitation, #difficult, #clinic, #support, #inspection {
    padding-top: 80px;
    margin-top: -80px;
  }
  .common-page__wrap {
    border-radius: 0;
    margin: 0 auto 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, time, pre, select {
    font-size: 16px;
    line-height: 1.5;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .common-120-padding {
    padding: 80px 0;
  }
  .common-title__wrap {
    margin-bottom: 32px;
  }
  .common-title__wrap span {
    font-size: 48px;
    margin-bottom: 8px;
  }
  .common-title__wrap h2 {
    font-size: 20px;
    margin-top: 8px;
  }
  .common-120-padding {
    padding: 100px 0;
  }
  .common-46-padding {
    padding: 32px 0;
  }
  .common-btn__wrap a {
    max-width: 320px;
    padding: 22px 0;
    font-size: 15px;
  }
  .common-page__title h1, .common-page__title h2 {
    font-size: 30px;
  }
  .common-page__title span {
    font-size: 18px;
  }
  .common-60-padding {
    padding: 46px 0;
  }
  .bottom-80-margin {
    margin-bottom: 60px;
  }
  .bottom-60-margin {
    margin-bottom: 46px;
  }
  .bottom-46-margin {
    margin-bottom: 32px;
  }
  .bottom-32-margin {
    margin-bottom: 24px;
  }
  .bottom-24-margin {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 426px) {
  .common-120-padding {
    padding: 60px 0;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-page__title h1, .common-page__title h2 {
    font-size: 27px;
    letter-spacing: 0;
    margin-bottom: 3px
  }
}
/* メガメニュー
* --------------------------------------- */
.global-nav__sp {
  display: none;
}
.global-nav__pc .dropmenu {
  display: flex;
  align-items: center;
  gap: 0 46px;
  justify-content: center
}
.global-nav__pc {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.header-logo__wrap a {
  width: 400px;
}
.header-contect__form form {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #727373;
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
  height: 2.3em;
  width: 180px;
  overflow: hidden;
}
.header-contect__form input[type="text"] {
  border: none;
  height: 2.0em;
  font-size: 15px;
  width: 100%;
}
.header-contect__form input[type="text"]:focus {
  outline: 0;
}
.header-contect__form input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #727373;
  color: #fff;
  position: absolute;
  width: 35px;
  padding: 4px 0;
  right: 0px;
  top: 0;
  outline: none;
}
.global-contect__head {
  display: flex;
  justify-content: space-between;
  padding: 14px 0 0;
}
.header-contect__wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header-contect__links {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header-contect__links li a {
  color: #5C5C5C;
  font-size: 16px;
}
.fixed .global-nav__pc {
  position: fixed;
}
.fixed .global-contect__head {
  display: none
}
.fixed .megaMenu__content {
  top: 80px;
}
.fixed .header__navItemLink {
  padding: 19px 0;
}
.header__navItem {
  min-height: 47px;
}
.header__navItem a {
  opacity: 1;
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 16px 0 16px;
}
.header__navItemLink span {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  background: linear-gradient(90deg, #6BAC1B 0%, #2CB7ED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
  line-height: 1;
}
.header__navItemLink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #6BAC1B 0%, #2CB7ED 80%);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__navItemLink:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.megaMenu__link.is-active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 159px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.megaMenu__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.megaMenu__title {
  padding-left: 20px;
}
.megaMenu__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__titleLink:hover, .megaMenu__titleLink:focus {
  opacity: 0.7;
}
.megaMenu__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}
.megaMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px 0;
}
.megaMenu__itemLink {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #6BAC1B;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 8px;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}
.megaMenu__itemLink.HoverNo:hover {
  opacity: 1;
  color: #6BAC1B;
  cursor: default;
}
.megaMenu__subItemLink {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 16px;
  padding-left: 25px;
}
.megaMenu__subItemLink::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url("../img/navi-arrow.svg");
  position: absolute;
  left: 0;
  top: 5px;
  /*
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
*/
}
.megaMenu__subItemLink:hover::before {
  background-image: url("../img/navi-hover.svg");
}
.megaMenu__subItemLink:hover {
  opacity: 1;
}
.megaMenu__subItem {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #e3eed7;
}
.megaMenu__subItem:last-child {
  margin-bottom: 0;
}
.header__navItemLink.js-megaMenu {
  display: flex;
  flex-direction: column-reverse;
}
.header__navItem.megaMenu:hover .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.header__navItemLink.js-megaMenu::before {
  content: "Clinic";
  display: block;
  font-family: "Zen Maru Gothic", serif;
  background: linear-gradient(90deg, #6BAC1B 0%, #2CB7ED 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
  line-height: 1;
}
.header__navItemLink.js-megaMenu.faq::before {
  content: "FAQ";
}
.header__navItemLink.js-megaMenu.treatment::before {
  content: "treatment";
}
.header__navItemLink.js-megaMenu.rheumatism::before {
  content: "rheumatism";
}
.header__navItemLink.js-megaMenu.news::before {
  content: "news";
}
.header__navItemLink.js-megaMenu.channel::before {
  content: "channel";
}
.header__navItemLink.js-megaMenu.firsttime::before {
  content: "firsttime";
}
.megaMenu__list.MaxWidth .megaMenu__item {
  width: 100%;
}
.megaMenu__list.MaxWidth .megaMenu__subList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
.megaMenu__list.MaxWidth .megaMenu__subItem {
  width: 32%;
}
@media screen and (max-width: 1100px) {
  .header__navItemLink {
    padding: 22px 0;
    font-size: 16px;
  }
  .header-logo__wrap a {
    width: 300px;
  }
  .header-contect__links li a {
    font-size: 13px;
  }
  .global-contect__head {
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #fff;
    display: block;
    height: 80px;
    box-sizing: border-box;
  }
  .gnav-items__wrap {
    margin: 0;
    max-width: 100%;
  }
  .global-nav__list {
    padding: 30px 20px 200px
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .global-nav__list > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
  }
  .global-nav__list > li a {
    display: block;
    padding: 20px 0;
    transition: 0.3s;
    border-bottom: solid 1px #444;
    line-height: 1;
    font-size: 15px;
    color: #444;
  }
  .global-nav__list > li .trigger {
    display: block;
    padding: 20px 0;
    transition: 0.3s;
    border-bottom: solid 1px #444;
    color: #444;
    font-size: 15px;
  }
  .btn_hamburger {
    width: 65px;
    background: #fff;
    cursor: pointer;
    z-index: 1000000;
    margin-left: auto;
    padding: 14px 0;
    box-sizing: border-box;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #2db6ed;
    border-radius: 100px;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .btn_hamburger span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    transition: 0.3s;
    background: #fff;
  }
  .btn_hamburger span:nth-of-type(1) {
    top: 40%;
  }
  .btn_hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .btn_hamburger span:nth-of-type(3) {
    top: 60%;
  }
  .btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    background: #fff;
  }
  .btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    padding: 0;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #dcf2fc;
    border-bottom: solid 1px #2db6ed;
  }
  .trigger.sub {
    background: #EAF3DF;
  }
  .target ul li:nth-last-child(1) a {
    border-bottom: solid 1px #444;
  }
  .header-logo__wrap {
    position: fixed;
    top: 17px;
    left: 20px;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 1.5px;
    background: #444;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid 1px #444;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 426px) {
  .header-logo__wrap a {
    width: 260px;
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  padding-top: 165px;
  position: relative;
  padding-bottom: 43px;
  background-image: url("../img/banner-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navigation-area__group {
  background-color: #FFFFFF;
  max-width: 1300px;
  margin: 0 auto auto;
  position: absolute;
  border-radius: 18px;
  width: calc(100% - 40px);
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}
.navigation-items__block {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.navigation-items__block li {
  width: 20%;
}
.navigation-items__block li:not(:last-child) {
  border-right: solid 1px #D5D5D5;
  box-sizing: border-box;
}
.navigation-items__block li a {
  text-align: center;
  margin-top: 10px;
}
.navigation-items__block li a ._icon {
  display: block;
  width: 25px;
  margin: 0 auto;
}
.keyvisual-slider__box._liks {
  position: relative;
}
.keyvisual-links__block {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 56vw;
}
.keyvisual-links__block ._link {
  width: 25%;
}
.keyvisual-links__block ._link a {
  width: 100%;
  height: 56vw;
}
@media screen and (max-width: 941px) {
  .keyvisual-area__group {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .navigation-area__group {
    margin: 0 auto;
    border-radius: 0;
    width: 100%;
    position: static;
    right: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .navigation-items__block {
    padding: 0;
    flex-wrap: wrap;
  }
  .navigation-items__block li {
    width: 50%;
  }
  .navigation-items__block li a {
    margin-top: 0;
    padding: 20px 0;
    font-size: 16px;
  }
  .navigation-items__block li:nth-child(1) {
    border-bottom: solid 1px #D5D5D5;
  }
  .navigation-items__block li:nth-child(2) {
    border-right: none;
    border-bottom: solid 1px #D5D5D5
  }
  .navigation-items__block li:nth-child(3) {
    border-bottom: solid 1px #D5D5D5
  }
  .navigation-items__block li:nth-child(4) {
    border-right: none;
    border-bottom: solid 1px #D5D5D5;
  }
  .navigation-items__block li:nth-child(5) {
    width: 100%;
  }
  .navigation-items__block li a ._icon {
    display: flex;
    width: 20px;
    margin: 0 auto 8px;
  }
}
@media screen and (max-width: 769px) {
  .keyvisual-links__block ._link {
    width: 50%;
  }
  .keyvisual-links__block ._link a {
    height: 92vw;
  }
}
/* バナー一覧
* --------------------------------------- */
.banner-area__group {
  background-image: url("../img/banner-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 46px 0;
}
.banner-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.banner-items__block li {
  width: 32%;
}
@media screen and (max-width: 769px) {
  .banner-items__block li {
    width: 100%;
  }
  .banner-area__group {
    padding: 20px 0;
  }
}
/* 新着情報
* --------------------------------------- */
.info-area__group {
  background-image: url("../img/info-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.info-tab__list {
  display: flex;
  gap: 0 10px;
}
.info-tab__item {
  max-width: 230px;
  width: 100%;
  background-color: #9BC36B;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 19px 0;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.info-tab__item:hover {
  background-color: #6BAC1B;
}
.info-tab__panel {
  display: none;
}
.info-tab__item.active {
  background-color: #6BAC1B;
  color: #fff;
}
.info-tab__panel.active {
  display: block;
}
.info-tab__content {
  background-color: #fff;
}
.info-items__wrap li {
  display: flex;
  gap: 0 16px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #E0E0E0;
}
.info-items__wrap li:nth-last-child(1) {
  margin-bottom: 0;
}
.info-items__wrap li ._category {
  display: flex;
  align-items: center;
  padding: 0 9px;
  font-size: 14px;
  line-height: 1;
  background-color: #6BAC1B;
  color: #fff;
  border-radius: 2px;
}
.info-archive__group .info-items__wrap li ._category {
  background-color: #2db6ed;
}
.info-items__tabs {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .info-tab__list {
    justify-content: space-between;
    gap: 8px 0;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .info-tab__item {
    max-width: 100%;
    border-radius: 5px;
    width: 49%;
    font-size: 15px;
    padding: 15px 0;
  }
  .info-items__wrap li {
    margin-bottom: 24px;
    padding-bottom: 24px;
    flex-wrap: wrap;
    gap: 10px 16px;
  }
  .info-tab__content {
    border-radius: 5px;
  }
  .info-items__tabs {
    margin-bottom: 32px;
  }
  .info-items__wrap li ._category {
    font-size: 12px;
  }
}
/* 診療内容
* --------------------------------------- */
.medical-area__group {
  background-image: url("../img/medical-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.medical-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
  justify-content: center;
}
.medical-items__block:nth-child(1) {
  margin-bottom: 24px;
}
.medical-items__box {
  width: 32%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  transition: all .8s ease;
}
.medical-items__box a {
  padding: 110px 20px 204px;
  box-sizing: border-box;
  min-height: 490px;
}
.medical-items__box:hover {
  opacity: 1;
  transform: scale(1.05);
}
.medical-items__box ._title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  min-height: 176px;
}
.medical-items__box ._title span {
  color: #fff;
  font-size: 28px;
}
.medical-items__box ._btn {
  width: 36px;
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.medical-single__area {
  background-color: #eff6e9;
}
.medical-single__wrap {
  background-color: #fff;
  padding: 46px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .medical-items__block:nth-child(1) {
    margin-bottom: 16px;
  }
  .medical-items__block {
    gap: 16px 0;
    justify-content: space-between;
  }
  .medical-items__box {
    width: 48.5%;
    min-height: 280px;
    border-radius: 15px;
  }
  .medical-items__box ._title span {
    letter-spacing: 3px;
    font-size: 22px;
  }
  .medical-items__box ._btn {
    width: 30px;
    position: absolute;
    bottom: 24px;
  }
  .medical-single__wrap {
    padding: 0;
    ;
    border-radius: 0;
  }
  .medical-single__area {
    background-color: #fff;
    border-bottom: solid 2px #6BAC1B;
  }
  .medical-items__box ._title {
    min-height: 155px;
  }
  .medical-items__box a {
    padding: 80px 20px 150px;
    min-height: 380px;
  }
}
@media screen and (max-width: 426px) {
  .medical-items__box ._title span {
    font-size: 20px;
  }
  .medical-items__box {
    width: 48%;
  }
  .medical-items__box a {
    padding: 46px 20px 79px;
    min-height: 280px;
  }
}
/* 院長あいさつ
* --------------------------------------- */
.greeting-area__group {
  background-image: url("../img/greeting-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.greeting-doctor__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  margin-bottom: 46px;
}
.greeting-doctor__image {
  width: 35%;
}
.greeting-doctor__text {
  width: 60%;
}
.greeting-doctor__text p {
  margin-bottom: 32px;
  line-height: 2.2
}
.greeting-doctor__text h3 {
  font-size: 26px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0 10px;
}
.greeting-deta__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 46px;
}
.greeting-deta__box {
  width: 45%;
}
.greeting-deta__box h3 {
  color: #2DB6ED;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 8px;
}
.greeting-deta__box p {
  line-height: 2.2
}
.greeting-deta__box ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 24px;
  box-sizing: border-box;
}
.greeting-deta__box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.greeting-deta__box ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #2DB6ED;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.greeting-philosophy__wrap {
  background: #e7f5fd;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 10px;
}
.greeting-philosophy__wrap h2 {
  color: #2DB6ED;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.greeting-philosophy__wrap h3 {
  color: #2DB6ED;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .greeting-doctor__image {
    width: 80%;
    margin: 0 auto;
  }
  .greeting-doctor__text {
    width: 100%;
  }
  .greeting-doctor__text p {
    margin-bottom: 24px;
    line-height: 2;
  }
  .greeting-doctor__text h3 {
    font-size: 22px;
  }
  .greeting-deta__box p {
    line-height: 2
  }
  .greeting-deta__box {
    width: 100%;
  }
  .greeting-deta__block {
    gap: 32px 0;
    margin-bottom: 24px;
  }
  .greeting-deta__box h3 {
    font-size: 22px;
  }
  .greeting-deta__box ul li::before {
    top: 5px;
  }
  .greeting-doctor__block {
    margin-bottom: 32px;
  }
  .greeting-philosophy__wrap {
    padding: 24px;
  }
  .greeting-philosophy__wrap h2 {
    font-size: 21px;
  }
  .greeting-philosophy__wrap p {
    margin-top: 8px;
    line-height: 1.8;
  }
  .greeting-philosophy__wrap h3 {
    font-size: 18px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 426px) {
  .greeting-doctor__image {
    width: 70%;
  }
}
/* 実績
* --------------------------------------- */
.results-area__group {
  background-image: url("../img/results-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.results-deta__wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 16px;
  margin-bottom: 46px;
}
.results-deta__wrap pre {
  font-size: 26px;
  font-weight: 500;
  display: block;
}
.results-deta__wrap span {
  font-size: 85px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 10px;
}
.results-deta__wrap span::after {
  content: "件";
  font-size: 26px;
  font-weight: 500;
}
.results-graph__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.results-graph__image {
  width: 27%;
}
.results-graph__image img {
  height: auto
}
.results-graph__deta {
  width: 32%;
}
.results-graph__menu {
  width: 100%;
  font-size: 1rem;
}
.results-graph__lists {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.results-graph__lists:nth-last-child(1) {
  margin-bottom: 0;
}
.results-graph__lists::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dashed 1px #000;
}
.results-graph__lists dt {
  margin: 0;
  padding: 0 16px 0 0;
  background-color: #e6f1e9;
  z-index: 2;
  text-align: left;
  font-size: 21px;
  font-weight: 500;
}
.results-graph__lists dd {
  margin: 0;
  padding: 0 0 0 16px;
  background-color: #eaf5eb;
  z-index: 2;
  text-align: right;
  font-size: 25px;
  font-weight: 500;
}
.results-graph__lists dd::after {
  content: "件";
  font-size: 20px;
  font-weight: 500;
}
.results-graph__menu._right .results-graph__lists dt {
  background-color: #f5f9f4;
}
.results-graph__menu._right .results-graph__lists dd {
  background-color: #fafcf8;
}
.results-graph__color {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  padding: 24px 20px;
  box-sizing: border-box;
  margin-bottom: 46px;
}
.results-graph__color ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 2.6%;
  max-width: 1000px;
  margin: 0 auto;
}
.results-graph__color ul li {
  width: 23%;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
}
.results-graph__color ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #2DB6ED;
  top: 6px;
  left: 0;
}
.results-graph__color ul li:nth-child(1)::before {
  background: #B9D882;
}
.results-graph__color ul li:nth-child(2)::before {
  background: #90D554;
}
.results-graph__color ul li:nth-child(3)::before {
  background: #65C950;
}
.results-graph__color ul li:nth-child(4)::before {
  background: #3DCE5A;
}
.results-graph__color ul li:nth-child(5)::before {
  background: #49CEA5;
}
.results-graph__color ul li:nth-child(6)::before {
  background: #63C3AA;
}
.results-graph__color ul li:nth-child(7)::before {
  background: #44C4C0;
}
.results-graph__color ul li:nth-child(8)::before {
  background: #6BB5CE;
}
.results-graph__color ul li:nth-child(8)::before {
  background: #2FB0E0;
}
.results-archive__wrap .results-graph__lists dt {
  background-color: #fff;
}
.results-archive__wrap .results-graph__lists dd {
  background-color: #fff;
}
.results-archive__wrap .results-graph__menu._right .results-graph__lists dt {
  background-color: #fff;
}
.results-archive__wrap .results-graph__menu._right .results-graph__lists dd {
  background-color: #fff;
}
.results-archive__wrap .results-graph__color {
  background-color: #fafafa;
}
@media screen and (max-width: 955px) {
  .results-graph__lists dt {
    font-size: 16px;
  }
  .results-graph__lists dd {
    font-size: 18px;
  }
  .results-graph__color ul li {
    width: 31%;
  }
  .results-deta__wrap span {
    font-size: 60px;
  }
  .results-deta__wrap pre {
    font-size: 23px;
  }
}
@media screen and (max-width: 769px) {
  .results-deta__wrap {
    align-items: center;
    margin-bottom: 32px;
    flex-direction: column;
    gap: 8px 0;
  }
  .results-deta__wrap span {
    font-size: 45px;
  }
  .results-deta__wrap pre {
    font-size: 18px;
  }
  .results-graph__deta {
    width: 100%;
  }
  .results-graph__image {
    width: 70%;
    max-width: 400px;
    margin: 24px auto 0;
  }
  .results-graph__block {
    gap: 10px 0;
    margin-bottom: 24px;
  }
  .results-graph__lists dt {
    background-color: #eff6f0;
  }
  .results-graph__lists dd {
    background-color: #f2f7f2;
  }
  .results-graph__menu._right .results-graph__lists dt {
    background-color: #eaf5ec;
  }
  .results-graph__menu._right .results-graph__lists dd {
    background-color: #f3faf4;
  }
  .results-graph__lists {
    margin-bottom: 10px;
    align-items: center;
  }
  .results-graph__color ul {
    gap: 8px 0;
    justify-content: space-between;
  }
  .results-graph__color ul li {
    width: 48%;
    font-size: 13px;
    padding-left: 20px;
  }
  .results-graph__color ul li::before {
    width: 13px;
    height: 13px;
    top: 3px;
  }
  .results-graph__color {
    padding: 16px;
    margin-bottom: 32px;
  }
  .results-graph__lists dd {
    font-size: 24px;
  }
  .results-graph__lists dt {
    font-size: 18px;
  }
}
/* 当院の特徴
* --------------------------------------- */
.features-items__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  justify-content: space-between;
}
.features-items__block:nth-child(1) {
  margin-bottom: 16px;
}
.features-items__large {
  width: 32.5%;
}
.features-large__box {
  position: relative;
  padding: 30px 0 0 24px;
  box-sizing: border-box;
}
.features-large__box ._number {
  display: block;
  color: #2DB6ED;
  font-size: 60px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 1;
}
.features-large__text {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.features-large__text p {
  background-color: #fff;
  font-weight: 600;
  padding: 1px 10px;
  border-radius: 4px;
  width: fit-content;
  font-size: 21px;
  letter-spacing: 0.05em;
}
.features-large__text p b {
  color: #2DB6ED;
	font-weight: 700;
}
.features-large__text p:nth-child(1) {
  margin-bottom: 5px;
}
.features-small__box {
  position: relative;
  padding: 30px 0 0 15px;
  box-sizing: border-box;
}
.features-small__box ._number {
  display: block;
  color: #2DB6ED;
  font-size: 50px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 1;
}
.features-small__text {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.features-small__text p {
  background-color: #fff;
  font-weight: 600;
  padding: 1px 10px;
  border-radius: 4px;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.features-small__text p b {
  color: #2DB6ED;
		font-weight: 700;
}
.features-small__text p:nth-child(1) {
  margin-bottom: 4px;
}
.features-items__small {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  justify-content: space-between;
     width: 24.5%;
}
.features-small__box {

	position: relative;
}
.features-large__box{
	position: relative;
}
.features-small__box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.features-small__box a:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha( opacity=20 )";
    background: #fff;
}

.features-items__large a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.features-items__large a:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha( opacity=20 )";
    background: #fff;
}

@media screen and (max-width: 1100px) {
  .features-small__text p {
    padding: 1px 7px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .features-large__text p {
    padding: 1px 7px;
    font-size: 18px;
    letter-spacing: 0;
  }
  .features-small__box ._number {
    font-size: 40px;
    top: 0;
    right: 18px;
    line-height: 1;
  }
  .features-small__box {
    padding: 25px 0 0 15px;
  }
  .features-items__small {
    gap: 25px 0;
  }
}
@media screen and (max-width: 941px) {
  .features-items__small {
    gap: 4px 0;
  }
  .features-small__text p {
    font-size: 12px;
  }
  .features-small__box ._number {
    font-size: 35px;
  }
  .features-small__box {
    padding: 21px 0 0 15px;
  }
  .features-items__large {
    width: 43%;
  }
  .features-large__text p {
    font-size: 16px;
  }
  .features-large__box ._number {
    font-size: 45px;
  }
  .features-large__box {
    padding: 24px 0 0 24px;
  }
  .features-small__box {
    width: 49%;
  }
  .features-items__small {
    width: 56%;
  }
}
@media screen and (max-width: 769px) {
  .features-items__large {
    width: 100%;
  }
  .features-items__small {
    width: 100%;
  }
  .features-small__box {
    width: 100%;
  }
  .features-large__text p {
    font-size: 18px;
  }
  .features-small__text p {
    font-size: 18px;
  }
  .features-small__box ._number {
    font-size: 45px;
    right: 25px;
  }
  .features-large__box ._number {
    font-size: 45px;
    right: 25px;
  }
  .features-small__text p:nth-child(1) {
    margin-bottom: 5px;
  }
  .features-small__box {
    padding: 24px 0 0 24px;
  }
  .features-items__small {
    gap: 8px 0;
  }
  .features-items__block {
    gap: 8px 0;
  }
  .features-small__box {
    padding: 20px 0 0 20px;
  }
  .features-large__box {
    padding: 20px 0 0 20px;
  }
}
/* 
* --------------------------------------- */
.channel-area__group {
  border-top: solid 1px #FFB700;
  background: linear-gradient(180deg, #fff 0%, #fff 175px, #FFFAEA 175px, #FFFAEA 100%);
}
.channel-thumbnail__items ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 55%;
  border-radius: 40px 40px 0 0;
}
.channel-thumbnail__items ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.channel-card__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.channel-card__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.channel-card__box {
  border-radius: 40px;
  position: relative;
  background-color: #fff;
  width: 31%;
}
.channel-text__wrap {
  padding: 32px 32px 46px 32px;
}
.channel-text__wrap h3, .channel-text__wrap h2 {
  font-size: 21px;
  margin-bottom: 8px;
  font-weight: 500;
}
.channel-text__wrap p {
  font-size: 16px;
  color: #707070;
  line-height: 2;
}
.channel-card__block {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 3.5%;
}
.channel-items__wrap {
  margin-bottom: 46px;
}
.channel-archive__group .channel-card__box {
  border: solid 1px #f0f0f0;
  box-sizing: border-box;
}
@media screen and (max-width: 789px) {
  .channel-area__group {
    border-top: solid 1px #FFB700;
    background: linear-gradient(180deg, #fff 0%, #fff 130px, #FFFAEA 130px, #FFFAEA 100%);
  }
  .channel-card__box {
    width: 100%;
  }
  .channel-card__block {
    gap: 15px 0;
  }
}
@media screen and (max-width: 426px) {
  .channel-area__group {
    border-top: solid 1px #FFB700;
    background: linear-gradient(180deg, #fff 0%, #fff 88px, #FFFAEA 88px, #FFFAEA 100%);
  }
  .channel-card__box {
    width: 100%;
    display: flex;
    border-radius: 10px;
  }
  .channel-thumbnail__items {
    width: 30%;
  }
  .channel-thumbnail__items ._thumbnail {
    padding-top: 90%;
    border-radius: 10px 0 0 10px;
  }
  .channel-items__wrap {
    margin-bottom: 32px;
  }
  .channel-text__wrap {
    padding: 16px;
    width: 70%;
    box-sizing: border-box;
  }
  .channel-text__wrap p {
    display: none;
  }
  .channel-text__wrap h3, .channel-text__wrap h2 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .channel-card__block {
    gap: 10px 0;
  }
}
/* 疾患を探す
* --------------------------------------- */
.disease-image__wrap ._image {
  position: relative;
  overflow: hidden;
  padding-top: 500px;
}
.disease-image__wrap ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.disease-btn__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.3%;
}
.disease-btn__block li {
  width: 32%;
  box-sizing: border-box;
}
.disease-btn__block li a {
  border: solid 1px #6BAC1B;
  border-bottom: solid 8px #6BAC1B;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #6BAC1B;
  padding: 10px;
  min-height: 130px;
  box-sizing: border-box;
  justify-content: center;
  font-size: 21px;
  background-color: #EAF3DF;
}
.disease-btn__block li a:hover {
  background-color: #6BAC1B;
  border-bottom: none;
  color: #fff;
  opacity: 1;
}
.disease-items__area {
  margin-top: 80px;
}
.disease-archive__wrap .disease-btn__block li a {
  border: solid 1px #2DB6ED;
  border-bottom: solid 8px #2DB6ED;
  color: #2DB6ED;
  background-color: #E8F6FE;
}
.disease-archive__wrap .disease-btn__block li a:hover {
  background-color: #2DB6ED;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .disease-image__wrap ._image {
    padding-top: 50%;
  }
  .disease-items__area {
    margin-top: 24px;
  }
  .disease-btn__block li {
    width: 100%;
  }
  .disease-btn__block li a {
    min-height: 100px;
    font-size: 18px;
  }
  .disease-btn__block {
    gap: 10px 0;
  }
}
/* 院内紹介
* --------------------------------------- */
.clinic-items__block {
  display: flex;
  flex-wrap: wrap;
}
.clinic-items__box {
  width: 50%;
}
.clinic-items__text {
  background-color: #D8EFFD;
  text-align: center;
  padding: 24px 24px;
  box-sizing: border-box;
}
.clinic-items__text h2 {
  color: #2DB6ED;
  font-size: 26px;
  font-weight: 500;
}
.clinic-items__text p {
  font-size: 21px;
}
.clinic-slider__wrap {
  margin-top: 24px;
}
.clinic-slider__wrap li {
  margin-right: 24px;
}
@media screen and (max-width: 769px) {
  .clinic-items__box {
    width: 100%;
  }
  .clinic-items__text h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .clinic-items__text p {
    font-size: 16px;
    line-height: 1.8
  }
  .clinic-slider__wrap {
    margin-top: 8px;
  }
  .clinic-slider__wrap li {
    margin-right: 8px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-color: #fbfbfb;
}
.footer-logo__wrap {
  max-width: 400px;
  margin: 0 auto 80px;
  ;
}
.footer-address__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-address__box {
  width: 43%;
}
.footer-address__box address {
  font-style: normal;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 2;
}
.footer-reserve__wrap {
  display: flex;
}
.footer-reserve__wrap ._tel a {
  background-color: #B9E2FA;
  font-size: 32px;
  height: 140px;
  padding: 39px 10px;
  box-sizing: border-box;
  font-weight: 500;
  color: #000;
}
.footer-reserve__wrap ._tel a:hover {
  opacity: 1;
  background-color: #C5DFA7;
}
.footer-reserve__wrap ._tel {
  width: 60%;
  text-align: center;
}
.footer-reserve__wrap ._tel span {
  font-size: 21px;
  display: block;
  line-height: 1;
  color: #000;
}
.footer-reserve__wrap ._reserve a {
  background-color: #2DB6ED;
  font-size: 28px;
  height: 140px;
  font-weight: 500;
  padding: 39px 10px;
  box-sizing: border-box;
  color: #fff;
}
.footer-reserve__wrap ._reserve a:hover {
  opacity: 1;
  background-color: #6BAC1B;
}
.footer-reserve__wrap ._reserve span {
  font-size: 21px;
  display: block;
  line-height: 1;
  color: #fff;
}
.footer-reserve__wrap ._reserve {
  width: 40%;
  text-align: center;
}
.footer-schedule__box {
  width: 50%;
}
.hour-items__wrap table {
  width: 100%;
  border-collapse: collapse;
}
.hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
  width: 6%;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box;
}
.hour-items__wrap th td:nth-child(1) {
  padding-left: 25px;
}
.hour-items__wrap th {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 400;
  border-right: solid 1px #563D38;
  padding: 15px 0;
}
.hour-items__wrap td {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 400;
  border-right: solid 1px #563D38;
  padding: 12px 0;
}
.hour-items__wrap th:nth-last-child(1), .hour-items__wrap td:nth-last-child(1) {
  border-right: none;
  width: 4%;
}
.hour-items__wrap {
  border-bottom: solid 1px #563D38;
  border-top: solid 1px #563D38;
}
.hour-items__wrap tr:nth-child(1), .hour-items__wrap tr:nth-child(2) {
  border-bottom: solid 1px #563D38;
}
.footer-schedule__box span {
  display: block;
  margin-top: 16px;
}
.footer-map__area iframe {
  width: 100%;
  height: 400px;
}
.footer-links__wrap {
  background-color: #2A9DCB;
}
.footer-links__wrap {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  align-items: center;
  padding: 24px 0;
  flex-wrap: wrap;
}
.footer-links__wrap li {
  color: #fff;
}
.footer-links__wrap li a {
  color: #fff;
  font-size: 15px;
}
.footer-links__copy {
  background-color: #2DB6ED; /* #1A6583; */
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.footer-links__copy a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  .footer-address__box address {
    font-size: 19px;
  }
  .footer-reserve__wrap ._tel span {
    font-size: 16px;
  }
  .footer-reserve__wrap ._tel a {
    height: 130px;
    font-size: 26px;
  }
  .footer-reserve__wrap ._reserve a {
    font-size: 26px;
    height: 130px;
  }
  .footer-reserve__wrap ._reserve span {
    font-size: 16px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    font-size: 15px;
    padding-left: 8px;
  }
  .hour-items__wrap th, .hour-items__wrap td {
    font-size: 15px;
  }
  .footer-schedule__box span {
    font-size: 15px;
  }
}
@media screen and (max-width: 941px) {
  .footer-address__box {
    width: 100%;
  }
  .footer-schedule__box {
    width: 100%;
  }
  .footer-address__block {
    gap: 32px 0;
  }
}
@media screen and (max-width: 769px) {
  .footer-logo__wrap {
    max-width: 280px;
    margin: 0 auto 46px;
  }
  .footer-address__box address {
    font-size: 17px;
  }
  .footer-reserve__wrap {
    flex-wrap: wrap;
  }
  .footer-reserve__wrap ._tel {
    width: 100%;
  }
  .footer-reserve__wrap ._reserve {
    width: 100%;
  }
  .footer-reserve__wrap ._tel a {
    height: auto;
    padding: 24px 10px 16px;
  }
  .footer-reserve__wrap ._reserve a {
    height: auto;
    padding: 24px 10px 16px;
  }
  .footer-reserve__wrap ._tel span {
    margin-bottom: 8px;
  }
  .footer-reserve__wrap ._reserve span {
    margin-bottom: 8px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    font-size: 13px;
    width: 7%;
    padding-left: 0;
  }
  .hour-items__wrap th, .hour-items__wrap td {
    font-size: 13px;
  }
  .footer-schedule__box span {
    line-height: 1.8;
  }
  .footer-map__area iframe {
    height: 280px;
  }
  .footer-links__wrap li:nth-child(even) {
    display: none
  }
  .footer-links__wrap {
    gap: 10px 16px;
    padding: 16px 0;
  }
  .footer-links__copy a {
    font-size: 14px;
  }
}
/* 追従
* --------------------------------------- */
.desktop-items__wrap {
  max-width: 750px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 100;
  justify-content: space-between;
}
.desktop-items__box {
  width: 34%;
}
.desktop-items__box a {
  min-height: 78px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
  gap: 0 10px;
  color: #fff;
  padding: 22px 10px;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}
.desktop-items__box:nth-child(1) a {
  background-color: #FFB700;
}
.desktop-items__box:nth-child(2) a {
  background-color: #6BAC1B;
}
.desktop-items__box:nth-child(3) a {
  background-color: #2DB6ED;
}
.desktop-items__box._tel a::after {
  content: "04-2900-1155";
}
.desktop-items__box img {
  width: 15px;
}
@media screen and (max-width: 769px) {
  .desktop-items__box._tel a::after {
    content: "電話予約";
  }
  .desktop-items__box a {
    gap: 0 6px;
    padding: 17px 10px;
    min-height: 60px;
  }
  .desktop-items__box img {
    width: 13px;
  }
}
/* パンくず
* --------------------------------------- */
.breadcrumbs-items__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7px;
  justify-content: flex-end;
  max-width: 1300px;
  margin: 16px auto 0;
  width: calc(100% - 40px);
}
.breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
  font-size: 16px;
}
.breadcrumbs-items__wrap span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 789px) {
  .breadcrumbs-items__wrap span, .breadcrumbs-items__wrap a {
    font-size: 14px;
  }
  .breadcrumbs-items__wrap {
    justify-content: flex-start;
  }
}
/* 医師紹介
* --------------------------------------- */
/*
.doctors-archive__group, .doctors-single__group {
  background-image: url(../img/greeting-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
*/
.doctors-archive__block {
  display: flex;
  gap: 32px 2.5%;
  flex-wrap: wrap;
}
.doctors-archive__box {
  width: 18%;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  padding: 24px 10px 32px;
  box-sizing: border-box;
  border: solid 1.5px #2db6ed;
}
.doctors-archive__thumbnail {
  width: 120px;
  height: 120px;
  margin: 0 auto 32px;
}
.doctors-archive__thumbnail ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  border-radius: 100px;
}
.doctors-archive__thumbnail ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors-archive__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.doctors-archive__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.doctors-archive__text {
  margin-bottom: 24px;
  text-align: center;
}
.doctors-archive__text span {
  display: block;
  color: #2DB6ED;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2
}
.doctors-archive__text h2 {
  font-size: 26px;
  font-weight: 600;
}
.doctors-archive__btn {
  color: #2DB6ED;
  font-size: 16px;
  background-color: #fff;
  border: solid 2px #2DB6ED;
  text-align: center;
  position: relative;
  border-radius: 50px;
  max-width: 180px;
  margin: 0 auto;
  padding: 8px 0;
  font-weight: 600;
}
.doctors-archive__btn::after {
  content: '';
  display: inline-block;
  background-image: url("../img/doctors-btn_sky.svg");
  background-size: contain;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.doctors-single__area {
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 46px;
}
.doctors-single__block {
  display: flex;
}
.doctors-single__thumbnail {
  width: 270px;
  height: 270px;
}
.doctors-single__thumbnail ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 500px;
}
.doctors-single__thumbnail ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctors-single__name {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 46px;
  margin-top: 24px;
}
.doctors-single__name span {
  display: block;
  color: #2DB6ED;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2
}
.doctors-single__name h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px
}
.doctors-single__lists {
  margin-left: 60px;
  margin-top: 16px;
}
.doctors-single__lists h2 {
  color: #2DB6ED;
  font-weight: 400;
  margin-top: 10px;
}
.doctors-single__lists ul li {
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
.doctors-single__lists ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.doctors-single__lists ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #2DB6ED;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.doctors-comment__wrap {
  background-color: #E4F5FD;
  margin-top: 46px;
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
}
.doctors-comment__wrap > h2 {
  color: #2DB6ED;
  font-weight: 500;
  margin-bottom: 10px;
}
.doctors-comment__wrap > ul li {
  position: relative;
  padding-left: 24px;
  box-sizing: border-box;
}
.doctors-comment__wrap > ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.doctors-comment__wrap > ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #2DB6ED;
  border-radius: 50%;
  top: 11px;
  left: 0;
}
.doctors-comment__block {
  display: flex;
  justify-content: space-between;
  gap: 24px 0;
  flex-wrap: wrap;
}
.doctors-comment__image {
  width: 10%;
}
.doctors-comment__text {
  width: 90%;
  padding-left: 32px;
  box-sizing: border-box;
}
.doctors-comment__text h2 {
  color: #2DB6ED;
  font-weight: 500;
  margin-bottom: 10px;
}
.doctors-comment__text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  .doctors-archive__box {
    width: 23%;
  }
  .doctors-archive__block {
    gap: 32px 2.6%;
  }
}
@media screen and (max-width: 941px) {
  .doctors-archive__box {
    width: 32%;
  }
  .doctors-archive__block {
    gap: 32px 2%;
  }
}
@media screen and (max-width: 769px) {
  .doctors-archive__box {
    width: 48%;
  }
  .doctors-archive__block {
    gap: 32px 0;
    justify-content: space-between;
  }
  .doctors-single__block {
    flex-direction: column;
  }
  .doctors-single__thumbnail {
    width: 180px;
    height: 180px;
    margin: 0 auto 16px;
  }
  .doctors-single__area {
    border-radius: 15px;
    padding: 24px;
    margin-bottom: 32px;
  }
  .doctors-single__name {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .doctors-single__name span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .doctors-single__name h1 {
    font-size: 26px;
    letter-spacing: 0
  }
  .doctors-single__lists {
    margin-left: 0;
    margin-top: 0;
  }
  .doctors-single__lists ul li::before {
    top: 5px;
  }
  .doctors-single__lists ul li {
    margin-bottom: 10px
  }
  .doctors-comment__wrap {
    border-radius: 10px;
    margin-top: 24px;
    padding: 24px;
  }
  .doctors-comment__image {
    width: 30%;
    margin: 0 auto;
  }
  .doctors-comment__text {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .doctors-comment__text p {
    font-size: 14px;
    line-height: 2;
  }
  .doctors-comment__text h2 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 426px) {
  .doctors-archive__thumbnail {
    width: 90px;
    height: 90px;
    margin: 0 auto 16px;
  }
  .doctors-archive__thumbnail ._thumbnail {
    padding-top: 90px;
  }
  .doctors-archive__text span {
    font-size: 15px;
  }
  .doctors-archive__text h2 {
    font-size: 21px;
  }
  .doctors-archive__text {
    margin-bottom: 10px;
  }
  .doctors-archive__btn {
    font-size: 13px;
    max-width: 120px;
  }
  .doctors-archive__box {
    border-radius: 10px;
    padding: 24px 10px 24px;
  }
  .doctors-archive__block {
    gap: 16px 0;
  }
  .doctors-archive__btn::after {
    width: 6px;
    height: 10px;
    right: 10px;
  }
}
/* 担当医勤務表
* --------------------------------------- */
.attending-items__table {
  overflow-x: scroll;
}
.attending-items__table table {
  width: 1300px;
}
.attending-items__table tr td {
  background-color: #eaf3f6;
  border: solid 1px #fff;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  height: 100px;
  font-size: 15px;
}
.attending-items__table .head__color {
  background-color: #cfe5ed;
  border: solid 1px #fff;
  height: 65px;
  font-size: 16px;
}
.attending-items__table .close__color {
  background-color: #D8D8D8;
  border: solid 1px #fff
}
.attending-items__table .holiday__color {
  background-color: #FAE3E4;
  color: #CC000C;
}
.attending-items__table tr td._vertically {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.attending-items__table tr td._vertically span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.attending-items__table tr td.w__5 {
  width: 5%
}
.attending-items__table tr td.w__13 {
  width: 13%;
}
.attending-items__table tr td.head__margin {
  padding: 16px 0;
  text-align: center;
  box-sizing: border-box;
}
.attending-items__table a {
  text-decoration: underline;
}
.attending-items__table tr td pre {
  display: block;
  font-size: 10px;
  text-align: center;
}
.attending-items__table tr td sup {
  font-size: 10px;
  display: inline-block;
}
.attending-table__text {
  margin-top: 16px;
}
.attending-scroll__text {
  display: none
}
@media screen and (max-width: 1299px) {
  .attending-scroll__text {
    display: block;
    margin-bottom: 16px;
  }
}
/* カテゴリ
* --------------------------------------- */
.category-select__wrap {
  margin-bottom: 46px;
}
.category-select__block {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: auto;
  justify-content: flex-end;
  gap: 0 16px;
}
.category-select__block span {
  display: block;
  font-size: 15px;
}
.category-select__block select {
  border: solid 1px #E6E9EA;
  padding: 14px 10px;
  font-size: 15px;
  width: 100%;
  max-width: 220px;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .category-select__block select {
    font-size: 14px;
    padding: 12px 10px;
    max-width: 200px;
  }
  .category-select__block {
    gap: 0 10px;
  }
  .category-select__block span {
    display: block;
    font-size: 14px;
  }
}
/* 詳細ページ
* --------------------------------------- */
.single-ttl__wrap h1 {
  font-size: 30px;
  font-weight: 500;
}
.single-ttl__wrap time {
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
}
.single-ttl__wrap {
  border-bottom: solid 1px #DDD;
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.common-single__post h2 {
  font-size: 24px;
  margin-top: 1em;
  margin-bottom: .8em;
  padding: 6px 16px 6px 32px;
  position: relative;
  background-color: #e4f5fc;
  color: #2db6ed;
  font-weight: 500;
  border-radius: 8px;
}
.common-single__post h2::after {
  content: "";
  width: 7px;
  height: 30px;
  border-radius: 100px;
  background-color: #2db6ed;
  position: absolute;
  top: 13px;
  left: 15px;
}
.common-single__post h3 {
  color: #2DB6ED;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: solid 1px #2DB6ED;
  margin-top: 1em;
  margin-bottom: .8em;
}
.common-single__post h3::after {
  content: "";
  width: 5px;
  height: 28px;
  background-color: #82d0f4;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 100px;
}
.common-single__post p {
  margin-bottom: .5em;
  line-height: 2;
  font-size: 18px;
}
.common-single__post ul {
  margin-top: 1em;
  margin-bottom: .8em;
}
strong {
  font-weight: 600;
}
.common-single__post ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 18px;
}
.common-single__post ul li strong {
  font-weight: 500;
  color: #2db6ed !important;
}
.common-single__post ul li strong a {
  color: #2db6ed !important;
  text-decoration: underline;
  font-weight: 600;
}
.common-single__post ul li a strong {
  color: #2db6ed !important;
  text-decoration: underline;
  font-weight: 600;
}
.common-single__post ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #2db6ed;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.common-single__post ol {
  margin-top: 1em;
  margin-bottom: .8em;
}
.common-single__post > ol > li {
  list-style-type: decimal;
  margin-bottom: 5px;
  font-size: 18px;
}
.common-single__post ol {
  padding-left: 20px;
}
.common-single__post a {
  display: inline-block;
  text-decoration: underline;
  padding: 0 5px;
  font-size: 18px;
 color: #2db6ed;
}
.common-single__post a:hover {
  text-decoration: none;
  opacity: 1;
}
.common-single__post img {
  max-width: 100%;
  height: auto;
  margin-bottom: .8em;
}
.common-single__post {
  width: 100%;
}
.common-single__post .is-type-video ._thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.common-single__post .is-type-video ._thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: .75em;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.wp-block-embed {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: .8em;
}
.is-type-wp-embed {
  max-width: 100%;
  width: 100%;
}
.wp-block-embed iframe {
  width: 100%;
  height: revert-layer;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  text-align: left;
}
.table-space-css td:nth-child(1) {
  width: 250px !important;
}
.table-system-css tr th:nth-child(1) {
  width: 150px !important;
}
.table-system-css tr th:nth-child(2) {
  width: 200px !important;
}
.table-space01-css th {
  width: 250px !important;
}
@media screen and (max-width: 769px) {
  .common-single__post p {
    font-size: 15px;
  }
  .common-single__post ol li {
    font-size: 15px;
  }
  .common-single__post ul li {
    font-size: 15px;
  }
  .common-single__post a {
    font-size: 15px;
  }
  .single-ttl__wrap h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .single-ttl__wrap time {
    font-size: 15px;
  }
  .common-single__post ul li::before {
    top: 9px;
  }
  .common-single__post h2 {
    font-size: 21px;
    padding: 6px 15px;
    line-height: 1.6;
    border-left: solid 3px;
    border-radius: 0;
  }
  .common-single__post h2::after {
    display: none;
  }
  .common-single__post h3 {
    font-size: 19px;
    line-height: 1.8
  }
  .wp-block-image .alignleft {
    margin: 0 !important;
    width: 100%;
  }
  .wp-block-image img {
    width: 100% !important
  }
  .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    font-size: 15px !important;
  }
  .common-single__post ul li strong {
    font-size: 16px;
  }
  .is-style-regular {
    overflow-x: scroll;
  }
  .wp-block-table .has-fixed-layout {
    width: 800px !important;
  }
  .table-space-css td:nth-child(1) {
    width: 150px !important;
  }
}
@media screen and (max-width: 426px) {
  .common-single__post h2 {
    font-size: 19px;
    line-height: 1.5;
  }
  .common-single__post h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}
/* ページング
* --------------------------------------- */
.single-peger-items {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 15px;
}
.single-peger-items .pre a {
  border: solid 1px #1c7395;
  background-color: #1c7395;
  color: #fff;
}
.single-peger-items .next a {
  border: solid 1px #1c7395;
  background-color: #1c7395;
  color: #fff;
}
.single-peger-items li:nth-child(2) a {
  background-color: #2db6ed;
  color: #fff;
  border: solid 1px #2db6ed;
}
.single-peger-items li a {
  width: 80px;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
}
.single-peger-items li a:hover {
  background-color: #1c7395;
  border: solid 1px #1c7395;
  opacity: 1;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0 10px;
}
.wp-pagenavi .current {
  background-color: #1c7395;
  border: solid 1px #1c7395;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a {
  border: solid 1px #2DB6ED;
  background-color: #2DB6ED;
  color: #fff;
  width: 44px;
  text-align: center;
  padding: 6px 0;
}
.wp-pagenavi a:hover {
  background-color: #1c7395;
  border: solid 1px #1c7395;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 80px;
  font-size: 14px;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .single-peger-items li a {
    width: 80px;
  }
  .wp-pagenavi a {
    font-size: 14px;
    width: 33px;
    padding: 7px 0;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 60px;
    font-size: 13px;
    padding: 7px 0;
  }
  .wp-pagenavi .current {
    font-size: 13px;
    width: 33px;
    padding: 7px 0;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 35px;
  }
}
@media screen and (max-width: 426px) {
  .single-peger-items li a {
    width: 73px;
  }
}
/* 詳細ページ(追記)
* --------------------------------------- */
.post-aside__wrap {
  background-color: #ecf7fd;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 24px;
  border-radius: 15px;
}
.post-aside__box h2 {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  color: #2db6ed;
  margin-bottom: 8px;
}
.post-aside__box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
}
.post-aside__box li {
  width: 396px;
  padding-bottom: 10px;
  border-bottom: solid 1px #b7dcf0;
}
.post-aside__box li a {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 17px;
  padding-left: 30px;
}
.post-aside__box li a::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../img/navi-arrow_blue.svg);
  position: absolute;
  left: 0;
  top: 5px;
}
.post-aside__box li a:hover {
  opacity: 1;
}
.post-aside__box li a:hover::before {
  background-image: url(../img/navi-hover_blue.svg);
}
@media screen and (max-width: 1200px) {
  .post-aside__box li {
    width: 48%;
    ;
  }
  .post-aside__box ul {
    justify-content: space-between;
    gap: 10px 0;
  }
}
@media screen and (max-width: 941px) {
  .post-aside__box li {
    width: 100%;
    ;
  }
}
@media screen and (max-width: 769px) {
  .post-aside__box li a {
    font-size: 16px;
  }
  .post-aside__box li a::before {
    top: 2px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
  }
  .post-aside__box h2 {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .post-aside__wrap {
    padding: 24px;
    margin-top: 16px;
  }
}
/* スタッフ体制・紹介
* --------------------------------------- */
.staffs-navi__wrap {
  margin-bottom: 46px;
}
.staffs-navi__wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.5%;
  justify-content: flex-start;
}
.staffs-navi__wrap ul li {
  width: 310px;
}
.staffs-navi__wrap ul li a {
  color: #2DB6ED;
  font-size: 20px;
  background-color: #fff;
  border: solid 3px #2DB6ED;
  text-align: center;
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
  padding: 20px;
  font-weight: 600;
  box-sizing: border-box;
}
.staffs-navi__wrap ul li a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/staffs-btn_sky.svg);
  background-size: contain;
  vertical-align: middle;
  width: 18px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.staffs-navi__wrap ul li a:hover {
  opacity: 1;
  background-color: #2DB6ED;
  color: #fff;
}
.staffs-navi__wrap ul li a:hover::after {
  background-image: url(../img/staffs-btn_white.svg);
}
.staffs-navi__wrap ul li._current a {
  opacity: 1;
  background-color: #2DB6ED;
  color: #fff;
}
.staffs-navi__wrap ul li._current a::after {
  background-image: url(../img/staffs-btn_white.svg);
}
.staffs-archive__wrap {
  background-color: #E8F6FE;
  border-radius: 30px;
  padding: 24px 32px;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.staffs-archive__wrap:nth-last-child(1) {
  margin-bottom: 0;
}
.staffs-archive__block {
  display: flex;
  max-width: 1150px;
  margin: 0 auto;
}
.staffs-archive__thumbnail {
  width: 200px;
}
.staffs-archive__thumbnail ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 500px;
}
.staffs-archive__thumbnail ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffs-archive__name {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 32px;
  margin-top: 24px;
}
.staffs-archive__name span {
  display: block;
  color: #2DB6ED;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2
}
.staffs-archive__name h1 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px
}
.staffs-archive__lists {
  margin-left: 46px;
  margin-top: 16px;
  width: 68%;
}
@media screen and (max-width: 769px) {
  .staffs-navi__wrap ul li {
    width: 100%;
  }
  .staffs-navi__wrap ul li a {
    padding: 16px;
    font-size: 16px;
  }
  .staffs-navi__wrap ul {
    gap: 10px 0;
    justify-content: space-between;
  }
  .staffs-archive__block {
    flex-direction: column;
  }
  .staffs-archive__thumbnail {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
  }
  .staffs-archive__area {
    border-radius: 15px;
  }
  .staffs-archive__wrap {
    border-radius: 15px;
    padding: 24px;
    margin-bottom: 16px;
  }
  .staffs-archive__name {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .staffs-archive__name span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .staffs-archive__name h1 {
    font-size: 24px;
    letter-spacing: 0
  }
  .staffs-archive__lists {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
/* 詳細ページ
* --------------------------------------- */
.common-title__1ver {
  padding: 8px 16px;
  background-color: #E8F6FE;
  border-radius: 8px;
}
.common-title__1ver span {
  display: block;
  color: #2DB6ED;
  font-size: 28px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.common-title__1ver span::after {
  content: "";
  width: 7px;
  height: 41px;
  border-radius: 100px;
  background-color: #2DB6ED;
  position: absolute;
  top: 5px;
  left: 0;
}
.common-title__2ver {
  color: #2DB6ED;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: solid 1px #2DB6ED;
  margin-bottom: 32px;
  margin-left: 24px;
  margin-right: 24px;
}
.common-title__2ver::after {
  content: "";
  width: 5px;
  height: 28px;
  background-color: #82d0f4;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 100px;
}
.common-float__box {
  margin-left: 24px;
  margin-right: 24px;
}
.common-float__box .common-float__image {
  float: left;
  margin-right: 32px;
  max-width: 500px;
}
.staffs-post__area p {
  line-height: 2.2;
}
.common-text__1ver {
  margin-left: 24px;
  margin-right: 24px;
  line-height: 2;
}
.common-lists__1ver {
  margin-left: 24px;
  margin-right: 24px;
}
.common-lists__1ver li a {
  text-decoration: underline;
}
.common-flex__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  justify-content: space-between;
  margin-left: 24px;
  margin-right: 24px;
}
.common-flex__half {
  width: 48.5%;
}
.common-flex__half iframe {
  width: 100%;
  height: 430px;
}
.common-title__3ver {
  display: block;
  color: #2DB6ED;
  font-size: 28px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.common-title__3ver::after {
  content: "";
  width: 7px;
  height: 41px;
  border-radius: 100px;
  background-color: #2DB6ED;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .common-title__1ver span {
    font-size: 24px;
  }
  .common-title__1ver span::after {
    height: 35px;
    top: 1px;
  }
  .common-title__3ver {
    font-size: 24px;
  }
  .common-title__3ver::after {
    height: 35px;
    top: 1px;
  }
  .common-title__2ver {
    font-size: 21px;
    margin-left: 0;
    margin-right: 0;
  }
  .common-float__box {
    margin-left: 0;
    margin-right: 0;
  }
  .common-float__box .common-float__image {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .staffs-post__area p {
    line-height: 2;
  }
  .common-text__1ver {
    margin-left: 0;
    margin-right: 0;
  }
  .common-lists__1ver {
    margin-left: 0;
    margin-right: 0;
  }
  .common-lists__1ver li:not(:last-child) {
    margin-bottom: 4px;
  }
  .common-text__1ver {
    line-height: 1.8;
  }
  .common-flex__half {
    width: 100%;
  }
  .common-flex__block {
    margin-left: 0;
    margin-right: 0;
  }
  .common-flex__half iframe {
    height: 250px;
  }
}
@media screen and (max-width: 426px) {
  .common-title__1ver span {
    font-size: 21px;
    padding-left: 16px;
  }
  .common-title__1ver span::after {
    height: 29px;
    top: 1px;
    width: 6px;
  }
  .common-title__1ver {
    padding: 8px 10px;
  }
  .common-title__3ver {
    font-size: 21px;
    padding-left: 16px;
  }
  .common-title__3ver::after {
    height: 29px;
    top: 1px;
    width: 6px;
  }
}
/* アクセス案内
* --------------------------------------- */
.access-navigation__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-bottom: 60px;
}
.access-navigation__wrap li {
  width: 24%;
}
.access-navigation__wrap li a {
  border: solid 3px #2DB6ED;
  color: #2DB6ED;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  padding: 24px 20px 20px;
  box-sizing: border-box;
}
.access-navigation__wrap li a ._icon {
  width: 23px;
  margin: 0 auto 8px;
  ;
  display: flex;
}
.access-navigation__wrap li a:hover {
  color: #fff;
  background-color: #2DB6ED;
  opacity: 1;
}
.access-flow__wrap {
  margin-left: 24px;
  margin-right: 24px;
}
.access-flow__wrap h2 {
  font-size: 24px;
  color: #2DB6ED;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}
.access-flow__block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 2%;
}
.access-flow__box {
  width: 32%;
}
.access-flow__box span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}
.access-mymap__wrap iframe {
  width: 100%;
  height: 500px;
}
.access-items__table {
  margin-left: 24px;
  margin-right: 24px;
}
.access-items__table tr {
  background-color: #eaf3f6;
}
.access-items__table tr td {
  border: solid 1px #fff;
  padding: 10px 20px;
  box-sizing: border-box;
}
.access-items__table tr td a {
  text-decoration: underline;
}
.access-mymap__wrap {
  margin-left: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 941px) {
  .access-navigation__wrap li {
    width: 48.5%;
  }
}
@media screen and (max-width: 769px) {
  .access-navigation__wrap li {
    width: 100%;
  }
  .access-navigation__wrap li a {
    border: solid 2px #2DB6ED;
    padding: 16px 20px 16px;
  }
  .access-navigation__wrap li a ._icon {
    width: 18px;
  }
  .access-navigation__wrap {
    gap: 10px 0;
    margin-bottom: 46px;
  }
  .access-flow__wrap h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .access-flow__box {
    width: 48.5%;
  }
  .access-flow__block {
    gap: 16px 0;
    justify-content: space-between;
  }
  .access-flow__box span {
    margin-top: 4px;
    font-size: 14px;
  }
  .access-mymap__wrap iframe {
    height: 300px;
  }
  .access-items__table {
    margin-left: 0;
    margin-right: 0;
  }
  .access-items__table tr td {
    padding: 16px 10px;
  }
  .access-flow__wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .access-mymap__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
/* クリニック紹介
* --------------------------------------- */
.clinic-schedule__box {
  margin-right: 24px;
  margin-left: 24px;
}
.clinic-schedule__box table {
  width: 100%;
  border-collapse: collapse;
  background: #d0ecfb;
}
.clinic-schedule__box tr:nth-child(1) {
  background: #2db6ed;
}
.clinic-schedule__box tr:nth-child(1) th, .clinic-schedule__box tr:nth-child(2) td:nth-child(1), .clinic-schedule__box tr:nth-child(3) td:nth-child(1) {
  background: #2db6ed;
  color: #fff;
}
.clinic-schedule__box th:nth-child(1), .clinic-schedule__box td:nth-child(1) {
  width: 6%;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box;
}
.clinic-schedule__box th td:nth-child(1) {
  padding-left: 25px;
}
.clinic-schedule__box th {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 400;
  border-right: solid 1px #fff;
  padding: 15px 0;
}
.clinic-schedule__box td {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 400;
  border-right: solid 1px #fff;
  padding: 12px 0;
}
.clinic-schedule__box th:nth-last-child(1), .clinic-schedule__box td:nth-last-child(1) {
  border-right: none;
  width: 4%;
}
.clinic-schedule__box {
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}
.clinic-schedule__box tr:nth-child(1), .clinic-schedule__box tr:nth-child(2) {
  border-bottom: solid 1px #fff;
}
.clinic-schedule__wrap span._note {
  margin-right: 24px;
  margin-left: 24px;
  display: block;
  margin-top: 16px;
}
.movie-items__box {
  max-width: 900px;
  margin: 0 auto 24px;
}
.movie-items__box ._movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-items__box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-items__wrap p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .clinic-schedule__box th:nth-child(1), .clinic-schedule__box td:nth-child(1) {
    font-size: 13px;
    width: 9%;
    padding-left: 0;
  }
  .clinic-schedule__box th, .clinic-schedule__box td {
    font-size: 13px;
  }
  .clinic-schedule__wrap span._note {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
  }
  .clinic-schedule__box {
    margin-right: 0;
    margin-left: 0;
  }
  .clinic-schedule__box tr:nth-child(1) th, .clinic-schedule__box tr:nth-child(2) td:nth-child(1), .clinic-schedule__box tr:nth-child(3) td:nth-child(1) {
    text-align: center;
  }
}
/* 院内紹介
* --------------------------------------- */
.equipment-items__box:not(:last-child) {
  margin-bottom: 60px;
}
.equipment-items__wrap {
  margin-right: 24px;
  margin-left: 24px;
}
.equipment-items__box ._title {
  color: #2DB6ED;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: solid 1px #2DB6ED;
  margin-bottom: 32px;
}
.equipment-items__box ._title::after {
  content: "";
  width: 5px;
  height: 28px;
  background-color: #82d0f4;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 100px;
}
.equipment-items__block {
  display: flex;
  padding: 0 30px;
  justify-content: space-between;
}
.equipment-items__text {
  width: 63%;
}
.equipment-items__thumbnail {
  width: 33%;
}
.equipment-items__thumbnail img {
  height: auto;
}
@media screen and (max-width: 769px) {
  .equipment-items__box ._title {
    font-size: 19px;
    padding-left: 15px;
    margin-bottom: 24px;
  }
  .equipment-items__block {
    padding: 0;
    gap: 16px 0;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .equipment-items__thumbnail {
    width: 100%;
  }
  .equipment-items__text {
    width: 100%;
    line-height: 1.8;
  }
  .equipment-items__box ._title::after {
    height: 29px;
    top: 0px;
  }
  .equipment-items__box:not(:last-child) {
    margin-bottom: 46px;
  }
  .equipment-items__wrap {
    margin-right: 0;
    margin-left: 0;
  }
}
/* よくあるご質問
* --------------------------------------- */
.faq-items__box .faq-header__box {
  padding: 30px 50px 30px 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  background-color: #e4f5fd;
  border-radius: 5px;
}
.faq-items__box {
  margin-bottom: 16px;
}
.faq-items__box:nth-last-child(1) {
  margin-bottom: 0;
}
.faq-items__box .faq-header__box .i_box {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq-items__box .faq-header__box .i_box:before, .faq-items__box .faq-header__box .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.faq-items__box .faq-header__box .i_box:before {
  border-top: 1.5px solid #3A4042;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-items__box .faq-header__box .i_box:after {
  border-left: 1.5px solid #3A4042;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.faq-items__box .faq-header__box.open .i_box:after {
  height: 0;
}
.faq-items__box .faq-answer__box {
  margin: 30px 50px 0 20px;
  box-sizing: border-box;
  display: none;
}
.faq-header__question {
  position: relative;
  align-items: center;
}
.faq-header__question h2 {
  font-size: 18px;
  font-weight: 500;
  padding-left: 70px;
}
.faq-header__question::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon-question.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -10px;
}
.faq-answer__text {
  padding-left: 70px;
  position: relative;
}
.faq-answer__text::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon-answer.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-answer__text p a {
  display: inline-block;
  text-decoration: underline;
  color: #2db6ed;
}
@media screen and (max-width: 769px) {
  .faq-header__question::before {
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .faq-header__question h2 {
    font-size: 16px;
    padding-left: 50px;
  }
  .faq-items__box .faq-header__box .i_box {
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .faq-items__box .faq-header__box .i_box:before {
    width: 15px;
  }
  .faq-items__box .faq-header__box .i_box:after {
    height: 15px;
    right: 7px;
  }
  .faq-items__box .faq-header__box {
    padding: 16px 46px 16px 16px;
  }
  .faq-items__box .faq-answer__box {
    margin: 24px 16px 0 16px;
  }
  .faq-answer__text::before {
    width: 35px;
    height: 35px;
    top: 0;
  }
  .faq-answer__text {
    padding-left: 50px;
  }
  .faq-answer__text p {
    line-height: 1.8;
    font-size: 15px;
  }
  .faq-answer__text p a {
    font-size: 15px;
  }
}
/* カテゴリー
* --------------------------------------- */
.common-navi__category {
  margin-bottom: 46px;
}
.common-navi__category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.5%;
  justify-content: flex-start;
}
.common-navi__category ul li {
  width: 420px;
}
.common-navi__category ul li a {
  color: #2DB6ED;
  font-size: 20px;
  background-color: #fff;
  border: solid 3px #2DB6ED;
  text-align: center;
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
  padding: 20px;
  font-weight: 600;
  box-sizing: border-box;
}
.common-navi__category ul li a::after {
  content: '';
  display: inline-block;
  background-image: url(../img/staffs-btn_sky.svg);
  background-size: contain;
  vertical-align: middle;
  width: 18px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-navi__category ul li a:hover {
  opacity: 1;
  background-color: #2DB6ED;
  color: #fff;
}
.common-navi__category ul li a:hover::after {
  background-image: url(../img/staffs-btn_white.svg);
}
.common-navi__category ul li._current a {
  opacity: 1;
  background-color: #2DB6ED;
  color: #fff;
}
.common-navi__categoryap ul li._current a::after {
  background-image: url(../img/staffs-btn_white.svg);
}
@media screen and (max-width: 1000px) {
  .common-navi__category ul li {
    width: 48%;
  }
  .common-navi__category ul {
    ;
    gap: 16px 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 769px) {
  .common-navi__category ul li {
    width: auto;
  }
  .common-navi__category ul {
    gap: 10px;
    justify-content: flex-start;
  }
  .common-navi__category ul li a {
    font-size: 15px;
    border: solid 2px #2DB6ED;
    padding: 8px 16px;
    font-weight: 500;
  }
  .common-navi__category ul li a::after {
    display: none
  }
  .common-navi__category {
    margin-bottom: 32px;
  }
}
/* 治療について
* --------------------------------------- */
.treatment-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.treatment-items__box {
  width: 48.8%;
  background-color: #ddf2fb;
  border-radius: 25px;
  padding: 32px 46px;
  box-sizing: border-box;
  position: relative;
}
.treatment-items__text ._title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2DB6ED;
}
.treatment-items__text p {
  font-weight: 400;
  line-height: 2;
}
.treatment-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.treatment-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
@media screen and (max-width: 769px) {
  .treatment-items__box {
    width: 100%;
    padding: 40px 25px 40px 25px;
  }
  .treatment-items__text ._title {
    font-size: 25px;
  }
}
@media screen and (max-width: 426px) {
  .treatment-items__text ._title {
    font-size: 23px;
  }
  .treatment-items__box {
    padding: 30px 25px 30px 25px;
  }
}
/* リウマチ膠原病について
* --------------------------------------- */
.rheumatism-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.rheumatism-items__box {
  width: 48.8%;
  background-color: #ddf2fb;
  border-radius: 25px;
  padding: 32px 46px;
  box-sizing: border-box;
  position: relative;
}
.rheumatism-items__text ._title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2DB6ED;
}
.rheumatism-items__text p {
  font-weight: 400;
  line-height: 2;
}
.rheumatism-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.rheumatism-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
@media screen and (max-width: 769px) {
  .rheumatism-items__box {
    width: 100%;
    padding: 40px 25px 40px 25px;
  }
  .rheumatism-items__text ._title {
    font-size: 25px;
  }
}
@media screen and (max-width: 426px) {
  .rheumatism-items__text ._title {
    font-size: 23px;
  }
  .rheumatism-items__box {
    padding: 30px 25px 30px 25px;
  }
}
/* リウマチ膠原病について
* --------------------------------------- */
.search-archive__group .info-items__wrap li ._category {
  background-color: #2db6ed;
}
.search-title__wrap {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: solid 1px #E0E0E0;
}
/* 求人情報
* --------------------------------------- */
.recruit-deta__box {
  margin-top: 80px;
}
.recruit-deta__box h2 {
  background-color: #2db6ed;
  font-size: 22px;
  padding: 10px 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
}
.recruit-deta__box p {
  background: #ffebc7;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 32px;
  border-radius: 15px;
}
.recruit-deta__table table {
  width: 100%;
  margin-bottom: 40px;
}
.recruit-deta__table table tr {
  display: block;
}
.recruit-deta__table table tr th {
  width: 280px;
  text-align: left;
  box-sizing: border-box;
  padding: 20px;
  font-weight: 500;
  position: relative;
}
.recruit-deta__table table tr th::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 2px;
  background-color: #2db6ed;
}
.recruit-deta__table table tr {
  border-bottom: solid 2px #CCCFD0;
}
.recruit-deta__table table tr td {
  box-sizing: border-box;
  padding: 20px;
  line-height: 2.2;
}
.recruit-deta__table table tr a {
  display: inline-block;
  text-decoration: underline;
  color: #ffb700;
}
@media screen and (max-width: 769px) {
  .recruit-deta__box h2 {
    font-size: 18px;
  }
  .recruit-deta__table table tr th {
    padding: 20px 0;
    width: 88px;
  }
  .common-btn__wrap a {
    font-size: 16px;
    max-width: 210px;
  }
  .recruit-deta__box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 426px) {
  .recruit-deta__table table tr td {
    font-size: 14px;
    padding: 15px 0;
  }
  .recruit-deta__table table tr th {
    font-size: 14px;
    padding: 15px 0;
  }
}
/* 求人情報
* --------------------------------------- */
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header {
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header:not(.open):hover {
  background-color: #F3F6E8;
}
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box:before, .recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box:before {
  border-top: 2px solid #3F7B3D;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box:after {
  border-left: 2px solid #3F7B3D;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header.open ._box:after {
  height: 0;
}
.recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__inner {
  display: none;
  padding: 40px 2rem;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  background: #fff;
}
.recruit-accordion__header p ._tag {
  background: #abc066;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 4px;
}
.recruit-accordion__header p ._hirayama {
  background: #3F7B3D;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 4px;
}
.recruit-accordion__header p {
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.recruit-table__box table {
  width: 100%;
}
.recruit-table__box table tr:nth-child(1) {
  padding: 0 0 22px;
}
.recruit-table__box table tr {
  display: block;
  border-bottom: solid 1px #EBEBEB;
  padding: 22px 0;
}
.recruit-table__box table tr th {
  width: 200px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  color: #3F7B3D;
}
.recruit-table__box table tr td {
  box-sizing: border-box;
}
.recruit-accordion__wrap {
  margin-bottom: 15px;
}
.recruit-accordion__wrap:nth-last-child(1) {
  margin-bottom: 0;
}
.recruit-contact__box {
  margin-top: 60px;
  background-color: #F3F6E8;
  border-radius: 30px;
  padding: 80px 0;
}
.common-600-width {
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.contact-items__wrap:nth-child(1) {
  margin-bottom: 0;
}
.contact-items__wrap {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: dashed 1px #b6b6b6;
}
.contact-items__title {
  margin-bottom: 5px;
  font-weight: 500;
}
.required {
  font-size: 16px;
  color: #e23030;
  line-height: 1.2;
  display: inline-block;
  padding: 0;
  margin-left: 8px;
  font-weight: normal;
}
.contact-items__editor select, .contact-items__editor input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939393;
  height: 44px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
  box-sizing: border-box
}
.contact-items__editor .wpcf7-checkbox label input {
  display: block;
  width: auto;
  padding: 0;
  background-color: #fff;
  background-image: none;
  height: auto;
}
.contact-items__editor .wpcf7-checkbox label {
  display: flex;
  gap: 0 10px;
}
.contact-items__editor .wpcf7-file {
  border: none;
  padding: 10px 0 0;
}
.contact-items__editor textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939393;
  height: 300px;
  font-size: 16px;
  font-weight: 300;
  border-radius: 10px;
}
.recruit-contact__box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #abc066;
  margin-bottom: 50px;
  text-align: center;
}
.consent .wpcf7-list-item {
  display: flex !important;
  justify-content: center;
  background: #f4f4f4;
  padding: 20px 0;
  max-width: 940px;
  margin: 30px auto 0 !important;
}
.consent label {
  display: flex;
  align-items: center;
}
.consent .wpcf7-list-item-label {
  display: flex;
  margin-left: 10px;
}
.send-btn {
  width: 100%;
  max-width: 320px;
  margin: 32px auto 0;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.send-btn input {
  background: #2DB6ED;
  font-size: 18px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 20px 0;
  border-radius: 6px;
}
.wpcf7-spinner {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .recruit-table__box table tr {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
  .recruit-table__box table tr:nth-child(1) {
    padding: 0 0 20px;
  }
  .recruit-table__box table tr th {
    margin-bottom: 5px;
  }
  .recruit-accordion__header p {
    font-size: 15px;
    gap: 3px 20px;
    align-items: baseline;
    flex-direction: column-reverse;
  }
  .recruit-accordion__header p ._hirayama {
    font-size: 10px;
  }
  .recruit-accordion__header p ._tag {
    font-size: 10px;
  }
  .recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header {
    padding: 15px 45px 10px 15px;
  }
  .recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box {
    right: 20px;
    width: 15px;
  }
  .recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box:before {
    width: 15px;
  }
  .recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__header ._box:after {
    height: 15px;
    right: 7px;
  }
  .recruit-accordion__area .recruit-accordion__wrap .recruit-accordion__inner {
    display: none;
    padding: 30px 15px;
  }
  .recruit-contact__box h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .recruit-contact__box {
    margin-top: 50px;
    border-radius: 20px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 426px) {
  .recruit-table__box table tr td {
    font-size: 15px;
  }
  .recruit-table__box table tr th {
    font-size: 15px;
  }
}