@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 1200px) {
  .is-sp {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  color: #393939;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inner {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.phone-number {
  font-size: 32px;
  font-weight: bold;
  color: #1391e6;
  letter-spacing: -0.64px;
}

.util-link {
  color: #1391e6;
  background: #fff;
  font-weight: 500;
  display: inline-block;
  width: 176px;
  padding: 12px;
  border-radius: 24px;
  border: solid 1px #1391e6;
  position: relative;
  transition: all 0.3s ease 0s;
}
.util-link::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/01-top/icon-arrow-blue-btn@2x.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.util-link:hover {
  color: #fff;
  background: #1391e6;
}
.util-link:hover::after {
  background: url(../img/01-top/arrow-right-white@2x.png) no-repeat center center/contain;
  right: 0;
  transition: all 0.3s ease 0s;
}

.section-title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2.24px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  width: 67.13px;
  height: 20px;
  top: 50%;
  right: calc(100% + 28px);
  transform: translateY(-50%);
  background: url(../img/01-top/title-deco@2x.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .section-title::before {
    width: 56.4px;
    height: 19.05px;
    right: calc(100% + 16px);
  }
}
.section-title::after {
  content: "";
  position: absolute;
  width: 67.13px;
  height: 20px;
  top: 50%;
  left: calc(100% + 28px);
  transform: translateY(-50%);
  background: url(../img/01-top/title-deco@2x.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .section-title::after {
    width: 56.4px;
    height: 19.05px;
    left: calc(100% + 16px);
  }
}

.attention {
  color: #ee5a6d;
}

.note {
  display: block;
  color: #ee5a6d;
}

.header {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  opacity: 0.85;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}

.header-inner {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  width: 270.13px;
  display: inline-block;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  margin-right: 37px;
}
.header-nav li {
  text-align: center;
}
.header-nav li:not(:first-child) {
  margin-left: 24px;
}
.header-nav li a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-nav li:hover {
  color: #1391e6;
}
.header-nav li:hover .header-nav-icon > path {
  fill: #1391e6;
}
.header-nav li:hover .header-nav-icon > g > path {
  fill: #1391e6;
}
.header-nav li:hover .header-nav-text {
  position: relative;
}
.header-nav li:hover .header-nav-text::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #1391e6;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.header-nav-icon {
  vertical-align: bottom;
}

.header-nav-text {
  font-size: 11px;
  font-weight: bold;
  padding-top: 4px;
}
.header-nav-text.is-active {
  color: #1391e6;
  position: relative;
}
.header-nav-text.is-active::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background: #1391e6;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.header-tel-text {
  font-size: 12px;
  text-align: right;
}

.header-tel-number img {
  width: 28px;
  vertical-align: baseline;
}

.header-phone {
  font-size: 32px;
  color: #1391e6;
  font-weight: bold;
  letter-spacing: -0.64px;
}

.drawer-icon {
  position: fixed;
  z-index: 9999;
  top: 22px;
  right: 22px;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .drawer-icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-200px);
  right: -178px;
}
.drawer-icon.is-active .drawer-icon__bars1 {
  top: 8px;
  transform: rotate(-45deg);
}
.drawer-icon.is-active .drawer-icon__bars2 {
  top: 8px;
  display: none;
}
.drawer-icon.is-active .drawer-icon__bars3 {
  top: 8px;
  transform: rotate(45deg);
}

.drawer-icon__bars {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .drawer-icon__bars {
    height: 15.75px;
    width: 27px;
  }
}

.drawer-icon__bars1,
.drawer-icon__bars2,
.drawer-icon__bars3 {
  width: 40px;
  height: 4px;
  top: 0;
  left: 0;
  position: absolute;
  background: #1391e6;
}
@media (max-width: 767px) {
  .drawer-icon__bars1,
.drawer-icon__bars2,
.drawer-icon__bars3 {
    width: 27px;
    height: 2.25px;
  }
}

.drawer-icon__bars1 {
  top: 0;
}

.drawer-icon__bars2 {
  top: 15px;
}
@media (max-width: 767px) {
  .drawer-icon__bars2 {
    top: 6.75px;
  }
}

.drawer-icon__bars3 {
  top: 30px;
}
@media (max-width: 767px) {
  .drawer-icon__bars3 {
    top: 13.5px;
  }
}

.drawer-content {
  width: 100%;
  height: 100%;
  background: #0060a0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .drawer-content__items {
    padding: 120px 60px 171px;
  }
}
@media (max-width: 767px) {
  .drawer-content__items {
    padding: 100px 60px 171px;
  }
}
.drawer-content__items li {
  border-bottom: 1px dotted #fff;
}
.drawer-content__items li a {
  display: block;
  color: #fff;
  padding: 18px 0 18px 38px;
  position: relative;
}
.drawer-content__items li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/01-top-sp/icon-01sp.png) no-repeat center center/contain;
}
.drawer-content__items li a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/01-top/icon-right@2x.png) no-repeat center center/contain;
}
.drawer-content__items li:nth-child(1) > a::before {
  background: url(../img/01-top-sp/icon-01sp.png) no-repeat center center/contain;
}
.drawer-content__items li:nth-child(2) > a::before {
  background: url(../img/01-top-sp/icon-02sp.png) no-repeat center center/contain;
}
.drawer-content__items li:nth-child(3) > a::before {
  background: url(../img/01-top-sp/icon-03sp.png) no-repeat center center/contain;
}
.drawer-content__items li:nth-child(4) > a::before {
  background: url(../img/01-top-sp/icon-04sp.png) no-repeat center center/contain;
}
.drawer-content__items li:nth-child(5) > a::before {
  background: url(../img/01-top-sp/icon-05sp.png) no-repeat center center/contain;
}
.drawer-content__items li:nth-child(6) > a::before {
  background: url(../img/01-top-sp/icon-07sp.png) no-repeat center center/contain;
}

.swiper {
  margin-left: 62px;
  margin-right: 58px;
}
@media (max-width: 767px) {
  .swiper {
    margin-left: 17px;
    margin-right: 17px;
  }
}

.swiper-slide {
  height: 520px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 120px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .swiper-slide {
    margin-top: 80px;
  }
}
.swiper-slide::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.1;
  border-radius: 20px;
}

.slide1 {
  background: url(../img/01-top/top-01.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .slide1 {
    background: url(../img/01-top-sp/top-01-sp.png) no-repeat center center/cover;
  }
}

.slide2 {
  background: url(../img/01-top/top-02.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .slide2 {
    background: url(../img/01-top-sp/top-02-sp.png) no-repeat center center/cover;
  }
}

.slide3 {
  background: url(../img/01-top/top-03.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .slide3 {
    background: url(../img/01-top-sp/top-03-sp.png) no-repeat center center/cover;
  }
}

.main-visual__title {
  position: absolute;
  content: "";
  left: 60px;
  bottom: 52px;
  width: 415px;
}
@media (max-width: 767px) {
  .main-visual__title {
    width: 264px;
    left: 20px;
    bottom: 50px;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  top: 600px;
  left: 12px;
  bottom: auto;
}
@media (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 554px;
    left: -14px;
  }
}

.swiper-pagination {
  display: inline-block;
  transform: rotate(90deg);
}

.swiper-button-prev {
  top: 372px;
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: url(../img/01-top/arrow-left@2x.png) no-repeat center center/contain;
}

.swiper-button-next {
  top: 372px;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  background: url(../img/01-top/arrow-right@2x.png) no-repeat center center/contain;
}

.news-inner {
  display: flex;
  padding-bottom: 60px;
  width: 84.2187%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-inner {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .news-inner {
    display: block;
    width: 100%;
  }
}

.medical-time {
  position: relative;
  margin-left: auto;
  margin-top: -34px;
  z-index: 10;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 14px 14px;
}
@media (min-width: 1200px) {
  .medical-time {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medical-time {
    order: 2;
    min-width: 335px;
  }
}
@media (max-width: 767px) {
  .medical-time {
    margin-left: 0;
    max-width: 335px;
  }
}

.news-box {
  width: 100%;
  max-width: 542px;
  margin-right: 20px;
}
@media (min-width: 1200px) {
  .news-box {
    order: 1;
  }
}
@media (max-width: 767px) {
  .news-box {
    margin: 0 auto;
    max-width: 100%;
  }
}

.news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px;
  padding-top: 20px;
  padding-bottom: 8px;
}

.news-title {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-left: 12px;
}

.news-title-label {
  font-size: 12px;
  color: #1391e6;
  letter-spacing: 1.2px;
}

.news-title-text {
  font-size: 12px;
  color: #888888;
}
.news-title-text a {
  text-decoration: underline;
}

.news-item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px;
  padding-left: 12px;
  padding-right: 8px;
  height: 40px;
  position: relative;
  color: #393939;
}
.news-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 12px;
  height: 2px;
  background: #393939;
  transition: all 0.3s ease 0s;
}
.news-item::after {
  content: "";
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  width: 10px; /* ボックスの横幅を指定する */
  height: 10px; /* ボックスの高さを指定する */
  border-top: 2px solid #393939; /* 境界線の上部を実線に指定する*/
  border-right: 2px solid #393939; /* 境界線の上部を実線に指定する*/
  display: inline-block; /* インライン要素化 */
  transform: rotate(45deg); /* ボックスを回転させる（右向き矢印） */
  transition: all 0.3s ease 0s;
}
.news-item:hover {
  border-bottom: 1px solid #393939;
  color: #1391e6;
  transition: all 0.3s ease 0s;
}
.news-item:hover::before {
  background: #1391e6;
  right: 0;
}
.news-item:hover::after {
  border-top: 2px solid #1391e6;
  border-right: 2px solid #1391e6;
  right: 0;
}

.news-date {
  width: 104px;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-date.is-sp {
    display: none;
  }
}

.news-text {
  width: calc(100% - 105px);
}

.concept,
.policy {
  background: url(../img/01-top/concept-bg.png) no-repeat right -300px top/contain;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept,
.policy {
    background: url(../img/01-top-sp/concept-bg_sp.png) no-repeat left top/auto;
  }
}
@media (max-width: 767px) {
  .concept,
.policy {
    background: url(../img/01-top-sp/concept-bg_sp.png) no-repeat left top/auto;
  }
}

.concept-inner,
.policy-inner {
  display: flex;
  margin: 0 auto;
  padding: 180px 140px 107px 0;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept-inner,
.policy-inner {
    display: block;
    padding: 110px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .concept-inner,
.policy-inner {
    display: block;
    padding: 110px 0 100px 0;
  }
}

.concept-message,
.policy-message {
  order: 2;
  flex: 0 1 35.6392%;
  margin-left: 8.3187%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept-message,
.policy-message {
    margin-left: 0;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .concept-message,
.policy-message {
    margin-left: 0;
    padding: 0 20px;
  }
}
.concept-message span,
.policy-message span {
  color: #1391e6;
  letter-spacing: 1.4px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .concept-message span,
.policy-message span {
    letter-spacing: 1.1px;
    font-size: 11px;
  }
}

.concept-title,
.policy-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.24px;
  line-height: 1.5714285714;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .concept-title,
.policy-title {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 1.6;
    margin-top: 16px;
  }
}

.concept-text,
.policy-text {
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .concept-text,
.policy-text {
    margin-top: 32px;
  }
}

.concept-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .concept-btn {
    text-align: center;
    margin-bottom: 40px;
  }
}
.concept-btn a {
  text-align: center;
}
@media (max-width: 767px) {
  .concept-btn a {
    width: 164px;
    padding: 10px;
    margin: 0 auto;
  }
}

.concept-picture,
.policy-picture {
  order: 1;
  flex: 0 0 56.042%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .concept-picture,
.policy-picture {
    padding-right: 41px;
  }
}
@media (max-width: 767px) {
  .concept-picture,
.policy-picture {
    padding-right: 41px;
  }
}
.concept-picture img,
.policy-picture img {
  display: block;
}

.recommend-inner {
  max-width: 966px;
  margin: 120px auto 0px;
}
@media (max-width: 767px) {
  .recommend-inner {
    margin: 0 auto;
  }
}

.recommend-head {
  max-width: 294px;
}
@media (max-width: 767px) {
  .recommend-head {
    max-width: 210px;
  }
}

.recommend-list {
  max-width: 966px;
  margin-top: 60px;
  display: flex;
}
@media (max-width: 767px) {
  .recommend-list {
    display: block;
    width: 284px;
    margin: 0 auto;
  }
}

.recommend-item {
  flex: 0 1 33.33%;
}
@media (max-width: 767px) {
  .recommend-item {
    margin-top: 40px;
  }
}
.recommend-item:nth-child(n+2) {
  margin-left: 62px;
}
@media (max-width: 767px) {
  .recommend-item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 60px;
  }
}

.recommend-item-top {
  width: 182px;
  margin: 0 auto 15px;
}

.recommend-item-top1 {
  width: 178px;
}

@media (max-width: 767px) {
  .recommend-item-picture {
    width: 276px;
    margin: 0 auto;
  }
}

.recommend-item-text {
  margin-top: 24px;
  font-weight: 500;
  line-height: 1.7142857143;
}

.medical-info {
  background-color: #dff1fd;
}
@media (max-width: 767px) {
  .medical-info {
    padding-bottom: 62px;
  }
}

.medical-bg-head {
  height: 362px;
  background: url(../img/01-top/bg-top.png) no-repeat center bottom/100%;
}
@media (max-width: 767px) {
  .medical-bg-head {
    background: url(../img/01-top-sp/bg-top-sp@2x.png) no-repeat center bottom/100%;
    height: 185px;
  }
}

.medical-info-inner {
  max-width: 1000px;
}

.medical-info-content {
  height: 687px;
}
@media (max-width: 767px) {
  .medical-info-content {
    height: auto;
  }
}

.medical-info-head {
  max-width: 122px;
}
@media (max-width: 767px) {
  .medical-info-head {
    max-width: 87px;
  }
}

.medical-info-cards {
  display: flex;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .medical-info-cards {
    display: block;
    margin-top: 40px;
  }
}

.medical-info-card {
  display: block;
  max-width: 460px;
  width: 100%;
  height: 291px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .medical-info-card {
    margin: 0 auto;
    max-width: 335px;
    height: 210px;
  }
}
.medical-info-card::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/01-top/bofu-shaw-Dqrlp6cMLkE-unsplash-1.png) no-repeat center center/cover;
  border-radius: 20px;
}
.medical-info-card:nth-child(2)::before {
  background: url(../img/01-top/bofu-shaw-Dqrlp6cMLkE-unsplash.png) no-repeat center center/cover;
}
.medical-info-card::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.2;
  border-radius: 20px;
  z-index: 0;
}
.medical-info-card:nth-child(2n) {
  margin-left: 81.93px;
}
@media (max-width: 767px) {
  .medical-info-card:nth-child(2n) {
    margin: 20px auto;
  }
}
.medical-info-card:hover .info-card-border {
  border: solid 2px #fff;
  border-radius: 20px;
  position: relative;
}
.medical-info-card:hover::before {
  transform: scale(1.05);
}
.medical-info-card:hover::after {
  opacity: 0.4;
}

.info-card-border {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  position: relative;
  z-index: 1;
}

.info-card-content {
  padding-top: 70px;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .info-card-content {
    padding-top: 52px;
  }
}

.info-card-title {
  font-size: 28px;
  letter-spacing: 2.24px;
  font-weight: 700;
  color: #fff;
  height: 61px;
  position: relative;
}
@media (max-width: 767px) {
  .info-card-title {
    font-size: 20px;
    letter-spacing: 1.6px;
    height: 49px;
  }
}
.info-card-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #fff;
  border-radius: 30px;
}

.info-card-lead {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  line-height: 1.75;
  color: #fff;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .info-card-lead {
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1.5833333333;
  }
}

.medical-info-text {
  padding: 40px;
  margin-bottom: 82px;
  background: #fff;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medical-info-text {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .medical-info-text {
    padding: 20px;
    margin-bottom: 0;
  }
}

.medical-bg-foot {
  height: 97px;
  background: url(../img/01-top/bg-bottom.png) no-repeat center top/100%;
  position: relative;
}
.medical-bg-foot::before {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  top: -70px;
  left: 35px;
  background: url(../img/01-top/deco-kirakira2-w@2x.png) no-repeat center center/cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medical-bg-foot::before {
    width: 25px;
    height: 25px;
    top: -50px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .medical-bg-foot::before {
    width: 25px;
    height: 25px;
    top: -50px;
    left: 10px;
  }
}
.medical-bg-foot::after {
  position: absolute;
  content: "";
  width: 125.31px;
  height: 138px;
  top: -120px;
  right: 35px;
  background: url(../img/01-top/deco-kirakira-w@2x.png) no-repeat center center/cover;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medical-bg-foot::after {
    width: 54.16px;
    height: 59px;
    top: -68px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .medical-bg-foot::after {
    width: 54.16px;
    height: 59px;
    top: -68px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .medical-bg-foot {
    height: 28px;
    background: url(../img/01-トップ-sp/bottom-bg@2x.png) no-repeat center top/100%;
  }
}

.blog-inner {
  max-width: 1000px;
  margin: 160px auto;
}

.blog-head {
  max-width: 213px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .blog-head {
    max-width: 153px;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-list {
    display: block;
  }
}

.blog-item {
  flex: 0 0 30%;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 767px) {
  .blog-item {
    max-width: 335px;
    margin: 0 auto 20px;
    box-shadow: none;
  }
}
.blog-item:nth-child(n+4) {
  margin-top: 50.24px;
}
@media (max-width: 767px) {
  .blog-item:nth-child(n+4) {
    margin-top: 0;
  }
}
.blog-item:hover {
  color: #1391e6;
}
.blog-item:hover .blog-item-picture > img {
  transform: scale(1.05);
}
.blog-item-new {
  position: absolute;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  background-color: #ee5a6d;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  top: -19px;
  left: -10px;
}
@media (max-width: 767px) {
  .blog-item-new {
    width: 40px;
    height: 40px;
    font-size: 10px;
    top: -9px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  .blog-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.blog-item-picture {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .blog-item-picture {
    border-radius: 0;
  }
}
.blog-item-picture img {
  height: 188px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .blog-item-picture img {
    width: 133px;
    height: 101px;
    transform: scale(1.05);
  }
}

.blog-item-body {
  padding: 24px 24px 19px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-item-body {
    padding: 30px 10px 8px;
    width: 202px;
  }
}

.blog-item-tag {
  position: absolute;
  width: 57px;
  height: 28px;
  top: -13px;
  left: 24px;
  background: #1391e6;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-item-tag {
    width: 56px;
    height: 18px;
    top: 5px;
    left: 10px;
    border-radius: 10px;
    font-size: 10px;
  }
}

.blog-item-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-item-text {
    font-size: 14px;
    line-height: 1.4285714286;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.blog-item-date {
  font-size: 11px;
  font-weight: 500;
  color: #888888;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .blog-item-date {
    margin-top: 6px;
  }
}

.blog-footer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .blog-footer {
    margin-top: 8px;
  }
}

.blog-button {
  width: 274px;
}

.footer {
  width: 100%;
  padding-top: 32px;
  margin-top: 160px;
  background-clip: content-box;
  background-color: #dff1fd;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 100px;
  }
}
.footer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background: url(../img/01-top/グループ\ 11336.svg) no-repeat center center/cover;
}

.footer-inner {
  max-width: 1000px;
  padding-top: 56px;
}
@media (max-width: 767px) {
  .footer-inner {
    padding: 13px 0;
  }
}

.footer-top {
  padding: 40px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .footer-top {
    display: block;
    margin: 0 9.52px 0 10px;
    padding-top: 33px;
    padding-bottom: 20px;
  }
}

.footer-top-body {
  text-align: center;
  width: 47.7%;
}
@media (max-width: 767px) {
  .footer-top-body {
    margin: 0 auto;
    width: 94.2387%;
  }
}

.footer-logo {
  max-width: 404px;
  height: 41px;
  margin: 0 auto;
}

.footer-address {
  margin-top: 12px;
  font-weight: 500;
}
.footer-address span {
  margin-right: 14px;
}

.footer-tel {
  margin-top: 24px;
  text-align: center;
  color: #1391e6;
}
.footer-tel img {
  width: 28px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .footer-tel {
    margin-top: 20px;
  }
}

.footer-number {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
}

.footer-open-close {
  font-size: 12px;
  font-weight: 500;
}

.footer-button-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-button-list {
    margin: 20px 10px;
  }
}

.footer-button {
  width: 220px;
  position: relative;
}
.footer-button:first-child {
  margin-right: 20px;
}
.footer-button:first-child:hover .button-link1 {
  background: #0060a0;
}
@media (max-width: 767px) {
  .footer-button:first-child {
    margin-right: 15px;
  }
}
.footer-button:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 60%;
  transform: translateY(-50%);
  width: 25.05px;
  height: 14.67px;
  background: url(../img/01-top/icon-pc@2x.png) no-repeat center center/contain;
  z-index: 100;
}
.footer-button:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 69%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #1391e6;
  -webkit-mask-image: url(../img/01-top/group\ 10810.svg);
          mask-image: url(../img/01-top/group\ 10810.svg);
  z-index: 100;
}
.footer-button:nth-child(2):hover::before {
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.footer-button:nth-child(2):hover .button-link2 {
  background: #1391e6;
  color: #fff;
}

.footer-button-link {
  width: 100%;
  font-weight: 500;
  padding: 17px 0px;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
.footer-button-link::after {
  content: none;
}
.footer-button-link.button-link1 {
  background: #1391e6;
  color: #fff;
  padding-left: 38px;
}
.footer-button-link.button-link2 {
  padding-left: 32px;
}

.footer-medical-time {
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.footer-map {
  width: 38.5%;
}
@media (max-width: 767px) {
  .footer-map {
    margin: 20px auto 0;
    width: 88.61258%;
  }
}

.footer-wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.footer-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-nav-content {
  padding: 44px 0 60px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 832.17px;
}
@media (max-width: 767px) {
  .footer-nav-content {
    display: block;
    padding: 60px 20px 63px;
  }
}

.footer-nav-item {
  font-size: 16px;
}
.footer-nav-item:nth-child(4) {
  width: 220px;
}
.footer-nav-item:nth-child(4) .footer-nav-list {
  display: flex;
  flex-direction: column;
  height: 160px;
  flex-wrap: wrap;
}
.footer-nav-item:nth-child(4) .footer-nav-list .footer-nav-link:nth-child(4n+1) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer-nav-item:not(:first-child) {
    margin-top: 40px;
  }
}

.footer-nav-ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-nav-list {
  font-size: 16px;
  font-weight: 500;
}

.footer-nav-link {
  padding-left: 12px;
  margin-top: 18px;
  position: relative;
}
.footer-nav-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1391e6;
}

.copyright {
  height: 50px;
  background: #1391e6;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .copyright {
    height: 115px;
  }
}

@media (min-width: 1200px) {
  .btn-reserve {
    width: 92px;
    height: 120px;
    background: #1391e6;
    border-radius: 20px 0 0 20px;
    padding: 21px 17px;
    position: fixed;
    top: 176px;
    right: 0;
    z-index: 30;
  }
  .btn-reserve:hover {
    background: #0060a0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .btn-reserve {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn-reserve {
    display: none;
  }
}

.reserve-picture {
  width: 43.49px;
  height: 25.47px;
  margin-right: 10.51px;
  padding-top: 4px;
}
@media (min-width: 1200px) {
  .reserve-picture {
    width: 49px;
    height: 29px;
    margin: 0 auto;
  }
}

.reserve-text {
  color: #fff;
  font-weight: bold;
  line-height: 1.2857142857;
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reserve-text {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .reserve-text {
    font-size: 16px;
    line-height: 1;
  }
}
.reserve-text span {
  font-weight: 700;
  font-size: 12px;
  display: block;
  text-align: center;
}

.to-top {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: solid #1391e6 3px;
  background: #fff;
  padding-top: 15px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 30;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}
.to-top:hover {
  opacity: 0.6;
}

.arrow-up {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 3px;
  height: 20.8px;
  background: #1391e6;
}
.arrow-up::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #1391e6;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -4px;
  right: 50%;
  box-sizing: border-box;
}

.reserve-footer {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  z-index: 300;
  padding-right: 5.3066%;
  padding-left: 4.2666%;
  border-top: 1px solid #1391e6;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0.85;
}
@media (min-width: 1200px) {
  .reserve-footer {
    display: none;
  }
}

.reserve-tel-cont {
  width: 45.344%;
  min-width: 170px;
  text-align: center;
}

.reserve-tel-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #1391e6;
  width: 100%;
}
.reserve-tel-number img {
  width: 18.04px;
  margin-right: -1px;
  vertical-align: middle;
}

.reserve-tel-text {
  text-align: center;
  font-size: 10px;
}

.btn-reserve-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.88%;
  min-width: 157.05px;
  height: 47px;
  border-radius: 8px;
  padding: 6px 21.05px 6px 16px;
  background: #1391e6;
}

.mv {
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mv {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 60px;
  }
}

.mv-picture {
  width: 100%;
  height: 340px;
  background: url(../img/02-当院について/page-about_top.png) no-repeat center center/cover;
  margin-top: 120px;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .mv-picture {
    background: url(../img/02-当院について/page-about_top-sp.png) no-repeat center center/cover;
    height: 188px;
    margin-top: 80px;
  }
}
.mv-picture::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  opacity: 0.2;
  border-radius: 12px;
}

.mv-content {
  color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .mv-content {
    width: 100%;
  }
}
.mv-content p {
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .mv-content p {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 16px;
  }
}

.mv-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
}
@media (max-width: 767px) {
  .mv-title {
    font-size: 24px;
    letter-spacing: 4.8px;
  }
}

.breadcrumb {
  margin-top: 14px;
  margin-left: 30px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 10px;
    margin-left: 0;
  }
}

.home {
  color: #c2c2c2;
  margin-right: 8px;
}

.breadcrumb-between {
  margin-left: 8px;
  margin-right: 8px;
  color: #c2c2c2;
}

.current-item {
  margin-left: 8px;
}

.policy-inner {
  align-items: normal;
}
.policy-inner:not(:first-child) {
  padding-top: 150px;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .policy-inner:not(:first-child) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .policy-inner:not(:first-child) {
    padding-top: 0;
  }
}

.policy-head {
  max-width: 213px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .policy-head {
    max-width: 153px;
  }
}

.policy-message {
  margin-top: 36px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .policy-message {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .policy-message {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.bottom-space {
  margin-bottom: 2em;
}

.feature-inner {
  padding-left: 140px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .feature-inner {
    padding-left: 0;
    padding-top: 0;
  }
}

.feature-message {
  margin-right: 8.3187%;
  margin-left: 0;
}
@media (max-width: 767px) {
  .feature-message {
    margin-right: 0;
  }
}

.feature-picture {
  order: 2;
}
@media (max-width: 767px) {
  .feature-picture {
    padding-right: 0;
    padding-left: 41px;
  }
}

.state-head {
  max-width: 152px;
  margin-top: 160px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .state-head {
    max-width: 109px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}

.state {
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .state {
    padding-bottom: 100px;
  }
}

.state-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.state-item {
  width: 26.416667%;
  max-width: 317px;
}
.state-item:not(:nth-child(3n+1)) {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .state-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.state-item:nth-child(n+4) {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .state-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .state-item {
    width: 48.358209%;
  }
  .state-item:nth-child(2n) {
    margin-left: 11px;
  }
  .state-item:nth-child(n+3) {
    margin-top: 11px;
  }
}

.mv-medical {
  background: url(../img/03-診療案内/page-medical_top.png) no-repeat center center/cover;
}

.medical-btn-inner {
  max-width: 998px;
  width: 100%;
}

.medical-btn-cont {
  font-weight: 700;
}
.medical-btn-cont:not(:first-child) {
  margin-top: 80px;
}

.medical-btn-head {
  font-size: 28px;
  letter-spacing: 2.24px;
}
@media (max-width: 767px) {
  .medical-btn-head {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
}
.medical-btn-head span {
  letter-spacing: 1.12px;
  padding: 8px 12px;
  margin-left: 24px;
  color: #fff;
  border-radius: 24px;
  font-size: 14px;
  vertical-align: middle;
}
.medical-btn-head span.is-blue {
  background: #1391e6;
}
.medical-btn-head span.is-red {
  background: #ee5a6d;
}

@media (min-width: 1200px) {
  .medical-btn-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medical-btn-list {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .medical-btn-list {
    text-align: center;
  }
}
.medical-btn-list .medical-btn-item {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .medical-btn-list .medical-btn-item:not(:first-child) {
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .medical-btn-list .medical-btn-item:not(:first-child) {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .medical-btn-list .medical-btn-item:not(:first-child) {
    margin-top: 16px;
  }
}
.medical-btn-list .medical-btn-item:nth-child(6) {
  margin-left: 0;
}
.medical-btn-list .medical-btn-item a {
  display: block;
  font-size: 24px;
  color: #1391e6;
  padding: 16px 29px;
  border: 2px solid #1391e6;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .medical-btn-list .medical-btn-item a {
    font-size: 20px;
    letter-spacing: 1.6px;
    border: 1px solid #1391e6;
  }
}
.medical-btn-list .medical-btn-item a::after {
  position: absolute;
  content: "";
  top: 46%;
  left: 46%;
  width: 13px;
  height: 13px;
  border: 0.1em solid #1391e6;
  border-left: 0;
  border-bottom: 0;
  opacity: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.medical-btn-list .medical-btn-item a:hover {
  padding-top: 8px;
  padding-bottom: 24px;
  transition: all 0.3s ease 0s;
  background: #dff1fd;
}
.medical-btn-list .medical-btn-item a:hover::after {
  top: 72%;
  left: 46%;
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.practice {
  background: #dff1fd;
  padding-bottom: 81.9px;
}

.practice-head {
  max-width: 121px;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .practice-head {
    max-width: 87px;
  }
}

.practice-inner {
  max-width: 1000px;
}

.practice-item {
  background: #fff;
  padding: 55px 60px 60px 60px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .practice-item {
    padding: 24px 20px 20px;
  }
}
.practice-item:not(:first-child) {
  margin-top: 40px;
}

.practice-blue-label,
.practice-red-label {
  position: absolute;
  top: 0;
  right: 60px;
  width: 100px;
  height: 80px;
}
@media (max-width: 767px) {
  .practice-blue-label,
.practice-red-label {
    width: 80px;
    height: 60px;
    right: 20px;
  }
}

.practice-title {
  font-size: 28px;
  letter-spacing: 2.24px;
  font-weight: 700;
  padding-bottom: 40px;
  border-bottom: solid 1px #c2c2c2;
}
@media (max-width: 767px) {
  .practice-title {
    margin-bottom: 20px;
  }
}
.practice-title span {
  font-size: 14px;
  letter-spacing: 1.12px;
  color: #1391e6;
  margin-left: 40px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .practice-title span {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

.practice-item-cont {
  margin-top: 40px;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .practice-item-cont {
    display: block;
  }
}
@media (max-width: 767px) {
  .practice-item-cont {
    margin-top: 20px;
    display: block;
  }
}

.practice-item-text {
  width: 47.727273%;
  margin-right: 4.545455%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .practice-item-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .practice-item-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.practice-picture {
  width: 47.727273%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .practice-picture {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .practice-picture {
    width: 100%;
  }
}

.practice-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 315px;
  border-radius: 25px;
}

.mv-staff {
  background: url(../img/04-スタッフ紹介/page-staff_top.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .mv-staff {
    background: url(../img/04-スタッフ紹介/page-staff_top-sp.png) no-repeat center center/cover;
  }
}

.greeting-inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .greeting-inner {
    display: block;
    margin-bottom: 100px;
  }
}

.greeting-head {
  max-width: 213px;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .greeting-head {
    max-width: 153px;
  }
}

.greeting-message {
  width: 46%;
  margin-right: 8%;
}
@media (max-width: 767px) {
  .greeting-message {
    width: 100%;
  }
}

.greeting-message-body {
  margin-bottom: 60px;
}

.greeting-message-head {
  font-size: 28px;
  letter-spacing: 2.24px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .greeting-message-head {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 1.6;
  }
}

.greeting-message-body {
  line-height: 1.7142857143;
  margin-bottom: 60px;
}
.greeting-message-body .bottom-space {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .greeting-message-body {
    margin-bottom: 40px;
  }
}
.greeting-message-body span {
  display: block;
  margin-left: auto;
  max-width: 140px;
  text-align: right;
}

.greeting-message-foot-item:not(:first-child) {
  margin-top: 32px;
}

.greeting-message-foot-title {
  font-size: 16px;
  border-bottom: 1px solid #393939;
  padding-bottom: 8px;
}

.greeting-message-foot-text {
  margin-top: 16px;
  display: flex;
  line-height: 1.7142857143;
}
.greeting-message-foot-text span {
  margin-right: 16px;
  display: inline-block;
}

.greeting-picture {
  width: 46%;
}
@media (max-width: 767px) {
  .greeting-picture {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .greeting-picture.is-sp {
    display: none;
  }
}

.gallery {
  overflow: hidden;
  margin-bottom: 169px;
}
@media (max-width: 767px) {
  .gallery {
    margin-bottom: 100px;
  }
}

.gallery-list {
  transition-timing-function: linear;
}

.gallery-item {
  height: auto;
  margin-top: 0;
}
.gallery-item.swiper-slide::before {
  background: none;
}

.profile-inner {
  max-width: 1000px;
}

.profile-title {
  max-width: 183px;
}
@media (max-width: 767px) {
  .profile-title {
    max-width: 131px;
  }
}

.profile-content {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .profile-content {
    margin-top: 40px;
  }
}

.profile-subtitle {
  font-size: 16px;
  letter-spacing: 1.28px;
  font-weight: 700;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

.profile-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .profile-list {
    display: block;
  }
}

.profile-item {
  max-width: 280px;
  width: 28%;
}
@media (max-width: 767px) {
  .profile-item {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0 auto;
  }
}
.profile-item:not(:nth-child(3n+1)) {
  margin-left: 8%;
}
@media (max-width: 767px) {
  .profile-item:not(:nth-child(3n+1)) {
    margin: 40px auto 0 auto;
  }
}
.profile-item:nth-child(n+4) {
  margin-top: 60px;
}

.profile-item-name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.profile-item-name span {
  margin-right: 12px;
  letter-spacing: 0.96px;
  font-size: 12px;
}
.profile-item-name p {
  font-size: 18px;
  letter-spacing: 1.44px;
  font-weight: 700;
}

.profile-item-info {
  display: flex;
  flex-wrap: wrap;
}

.profile-item-info-left {
  flex: 50% 0 0;
  background: #dff1fd;
  padding: 17px 0 18px 20px;
  margin-top: 1px;
}

.profile-item-info-right {
  flex: 50% 0 0;
  padding: 17px 0 18px 20px;
  margin-top: 1px;
}

.mv-blog {
  background: url(../img/05-staff-blog/archive_top.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .blog-archive-inner {
    max-width: 1000px;
    display: flex;
  }
}

@media (min-width: 768px) {
  .blog-archive-content {
    width: 66.9%;
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .blog-archive-list {
    display: block;
  }
}

@media (min-width: 768px) {
  .blog-archive-item {
    border-radius: 0;
    box-shadow: none;
  }
  .blog-archive-item:not(:first-child) {
    margin-top: 20px;
  }
  .blog-archive-item:nth-child(-n+2)::before {
    width: 40px;
    height: 40px;
    font-size: 10px;
    top: -16px;
  }
}

@media (min-width: 768px) {
  .blog-archive-item-link {
    display: flex;
    justify-content: space-between;
  }
}

.blog-archive-item-picture {
  max-width: 244px;
  width: 36.472347%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .blog-archive-item-picture {
    width: 133px;
  }
}
.blog-archive-item-picture img {
  height: 153px;
}
@media (max-width: 767px) {
  .blog-archive-item-picture img {
    transform: none !important;
  }
}

.blog-archive-item-body {
  position: relative;
}
@media (min-width: 768px) {
  .blog-archive-item-body {
    width: 63.5276%;
    padding: 60px 20px 0;
  }
}

.blog-archive-item-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 75px;
  height: 28px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .blog-archive-item-tag {
    font-size: 10px;
    border-radius: 10px;
    width: 60px;
    height: 18.5px;
    top: 8px;
    left: 10px;
  }
}

@media (min-width: 768px) {
  .blog-archive-item-date {
    margin-top: 16px;
  }
}

.blog-page-nav {
  text-align: center;
  max-width: 526px;
  margin: 100px auto 0 auto;
}
@media (max-width: 767px) {
  .blog-page-nav {
    margin: 60px auto 100px auto;
    max-width: 334px;
    width: 100%;
  }
}

.page-numbers {
  display: inline-block;
  width: 34px;
  height: 36px;
  color: #1391e6;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
  border: #1391e6 solid 1px;
  border-radius: 4px;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .page-numbers {
    width: 30px;
    height: 30px;
    margin-right: 2px;
    font-size: 12px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .page-numbers:nth-of-type(n + 4):nth-of-type(-n + 6) {
    display: none;
  }
}
.page-numbers.current {
  background: #1391e6;
  color: #fff;
}
.page-numbers:hover {
  background: #1391e6;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.prev {
  width: 82px;
  height: 36px;
  display: inline-block;
  padding: 0px 17px 9px 35px;
  color: #fff;
  position: relative;
  background: #1391e6;
  border-radius: 4px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .prev {
    width: 71px;
    padding: 0 0 0 28px;
    margin-right: 3px;
    font-size: 11px;
    height: 30px;
  }
}
.prev::before {
  position: absolute;
  content: "";
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/05-staff-blog/arrow-circle-left.svg) no-repeat center center/cover;
}
@media (max-width: 1199px) {
  .prev::before {
    left: 11px;
  }
}
.prev:hover::before {
  left: 5px;
  transition: all 0.3s ease 0s;
}

.next {
  display: inline-block;
  padding: 0px 35px 9px 17px;
  width: 82px;
  height: 36px;
  color: #fff;
  position: relative;
  background: #1391e6;
  border-radius: 4px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .next {
    padding: 0 28px 0 0;
    font-size: 11px;
    width: 71px;
    height: 30px;
    line-height: 30px;
  }
}
.next::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/05-staff-blog/arrow-circle-right.svg) no-repeat center center/cover;
}
.next:hover::after {
  right: 5px;
  transition: all 0.3s ease 0s;
}

.sidebar {
  width: 30%;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar-block:not(:first-child) {
  margin-top: 60px;
}

.sidebar-title {
  padding-bottom: 9.22px;
  border-bottom: 1px solid #888888;
  font-size: 16px;
  font-weight: 700;
}
.sidebar-title img {
  width: 24px;
  margin-right: 10px;
}

.sidebar-clinic-img {
  margin-top: 20px;
}

.sidebar-clinic-subtitle {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.sidebar-clinic-text {
  line-height: 1.7142857143;
  margin-top: 20px;
  margin-bottom: 14px;
}

.sidebar-clinic-btn {
  display: inline-block;
  color: #1391e6;
  padding-right: 18px;
  position: relative;
}
.sidebar-clinic-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/05-staff-blog/arrow@2x.png) no-repeat center center/cover;
}

.sidebar-article-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.sidebar-article-img img {
  width: 120px;
  height: 90px;
}
@media (max-width: 767px) {
  .sidebar-article-img img {
    width: 133px;
    height: 101px;
  }
}

.sidebar-article-body {
  margin-left: 10px;
}

.sidebar-article-category {
  font-size: 10px;
  color: #fff;
  background: #1391e6;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
}

.sidebar-article-text {
  line-height: 1.4285714286;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sidebar-article-date {
  font-size: 11px;
  color: #888888;
}

.sidebar-category-list {
  margin-left: 20px;
  max-width: 140px;
  text-align: right;
  font-size: 16px;
}

.sidebar-category-item {
  display: block;
  margin-top: 17px;
  position: relative;
}
.sidebar-category-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/05-staff-blog/icon-arrow-blue@2x.png) no-repeat center center/cover;
  width: 6px;
  height: 12px;
}

.blog-article-inner {
  max-width: 1000px;
  display: flex;
}
@media (max-width: 767px) {
  .blog-article-inner {
    display: block;
  }
}

.blog-article-content {
  width: 67%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .blog-article-content {
    width: 100%;
  }
}

.blog-article-title {
  font-size: 28px;
  letter-spacing: 2.24px;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media (max-width: 767px) {
  .blog-article-title {
    font-size: 20px;
    letter-spacing: 1.6px;
    line-height: 1.6;
  }
}

.blog-article-label {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 57px;
}
@media (max-width: 767px) {
  .blog-article-label {
    margin-top: 18px;
  }
}

.blog-article-date {
  color: #1391e6;
  margin-right: 32px;
  font-size: 16px;
}
.blog-article-date img {
  width: 14px;
  margin-right: 6px;
  vertical-align: middle;
}

.blog-article-category {
  width: 75px;
  height: 28px;
  color: #fff;
  background: #1391e6;
  border-radius: 12px;
  font-size: 11px;
  text-align: center;
  line-height: 28px;
}

.blog-article-body p {
  line-height: 1.7142857143;
}
.blog-article-body a {
  text-decoration: underline;
  color: #1391e6;
}
.blog-article-body h2 {
  margin-top: 60px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.92px;
  color: #1391e6;
  height: 52px;
  padding-left: 20px;
  border-left: 8px solid #1391e6;
  line-height: 52px;
}
@media (max-width: 767px) {
  .blog-article-body h2 {
    font-size: 18px;
    letter-spacing: 1.44px;
    border-left: 6px solid #1391e6;
    padding-left: 16px;
    line-height: 40px;
  }
}
.blog-article-body .wp-block-image {
  margin-top: 20px;
}
.blog-article-body .wp-block-image img {
  width: 670px;
  height: 419px;
}
.blog-article-body h3 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.6px;
  color: #1391e6;
  padding-bottom: 7px;
  margin-top: 40px;
  margin-bottom: 16px;
  border-bottom: 1px solid #1391e6;
}
@media (max-width: 767px) {
  .blog-article-body h3 {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding-bottom: 5px;
  }
}
.blog-article-body h4 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.28px;
  color: #1391e6;
  margin-top: 60px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .blog-article-body h4 {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.blog-article-body ul {
  margin-top: 20px;
  font-size: 16px;
}
.blog-article-body li {
  margin-left: 28px;
  list-style: disc;
}
@media (max-width: 767px) {
  .blog-article-body li {
    margin-left: 42px;
  }
}
.blog-article-body li:not(:first-child) {
  margin-top: 12px;
}

.blog-article-text {
  line-height: 1.7142857143;
}

.blog-article-text-link {
  text-decoration: underline;
  color: #1391e6;
}

h2.blog-article-subtitle {
  margin-top: 60px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.92px;
  color: #1391e6;
  height: 52px;
  padding-left: 20px;
  border-left: 8px solid #1391e6;
  line-height: 52px;
}
@media (max-width: 767px) {
  h2.blog-article-subtitle {
    font-size: 18px;
    letter-spacing: 1.44px;
    border-left: 6px solid #1391e6;
    padding-left: 16px;
    line-height: 40px;
  }
}

.blog-article-img {
  margin-top: 20px;
}
.blog-article-img img {
  width: 670px;
  height: 419px;
}

h3.blog-article-subtitle {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1.6px;
  color: #1391e6;
  padding-bottom: 7px;
  margin-top: 40px;
  margin-bottom: 16px;
  border-bottom: 1px solid #1391e6;
}
@media (max-width: 767px) {
  h3.blog-article-subtitle {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding-bottom: 5px;
  }
}

h4.blog-article-subtitle {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.28px;
  color: #1391e6;
  margin-top: 60px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  h4.blog-article-subtitle {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}

.blog-article-list {
  margin-top: 20px;
  font-size: 16px;
}

.blog-article-item {
  margin-left: 28px;
  list-style: disc;
}
@media (max-width: 767px) {
  .blog-article-item {
    margin-left: 42px;
  }
}
.blog-article-item:not(:first-child) {
  margin-top: 12px;
}

.blog-article-page-nav {
  width: 378px;
  margin: 100px auto 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-article-page-nav {
    margin: 41px auto 100px auto;
    width: 100%;
  }
}
.blog-article-page-nav .previous-posts-link {
  width: 124px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .blog-article-page-nav .previous-posts-link {
    height: 39px;
    width: 108px;
    line-height: 39px;
    font-size: 11px;
  }
}
.blog-article-page-nav .list-page {
  display: inline-block;
  width: 90px;
  height: 41px;
  border: 1px solid #1391e6;
  color: #1391e6;
  line-height: 41px;
  text-align: center;
  vertical-align: bottom;
  border-radius: 4px;
}
.blog-article-page-nav .next-posts-link {
  width: 124px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .blog-article-page-nav .next-posts-link {
    width: 108px;
    height: 39px;
    font-size: 11px;
  }
}

.mv-contact {
  background: url(../img/07-お問い合わせ/page-contact_top.png) no-repeat center center/cover;
}

.contact-about-inner {
  max-width: 728px;
}

.contact-about-text {
  line-height: 1.7142857143;
}

.contact-inner {
  max-width: 728px;
}

#contact-title {
  width: 303px;
  margin-top: 160px;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  #contact-title {
    width: 130px;
    margin-top: 100px;
    margin-bottom: 68px;
  }
}

.contact-form-row {
  display: flex;
  width: 100%;
  height: 104px;
  border-bottom: 1px solid #dddddd;
  align-items: center;
}
@media (max-width: 767px) {
  .contact-form-row {
    display: block;
    height: 132px;
    padding-top: 28px;
  }
}
.contact-form-row:first-child {
  border-top: 1px solid #dddddd;
}

.contact-form-label {
  width: 240px;
}

.is-required {
  position: relative;
  display: inline-block;
  font-size: 16px;
}
.is-required::after {
  content: "必須";
  background: #ee5a6d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  width: 36px;
  height: 23px;
  top: -1.5px;
  left: calc(100% + 16px);
  padding: 3px 6px;
}

.contact-form-input {
  width: calc(100% - 240px);
}
@media (max-width: 767px) {
  .contact-form-input {
    width: 100%;
    margin-top: 12px;
  }
}
.contact-form-input [type=text],
.contact-form-input [type=tel],
.contact-form-input [type=email],
.contact-form-input [type=date] {
  box-shadow: none;
  border: none;
  background: #f6f6f6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  padding-left: 16px;
  height: 48px;
}
.contact-form-input [type=text]::-moz-placeholder, .contact-form-input [type=tel]::-moz-placeholder, .contact-form-input [type=email]::-moz-placeholder, .contact-form-input [type=date]::-moz-placeholder {
  color: #c2c2c2;
}
.contact-form-input [type=text]::placeholder,
.contact-form-input [type=tel]::placeholder,
.contact-form-input [type=email]::placeholder,
.contact-form-input [type=date]::placeholder {
  color: #c2c2c2;
}

.contact-form-textarea {
  height: 256px;
}
@media (max-width: 767px) {
  .contact-form-textarea {
    height: 246px;
  }
}

.contact-form-input textarea {
  box-shadow: none;
  border: none;
  background: #f6f6f6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  width: 100%;
  padding-left: 16px;
  padding-top: 12.78px;
  height: 200px;
}
@media (max-width: 767px) {
  .contact-form-input textarea {
    height: 160px;
  }
}
.contact-form-input textarea::-moz-placeholder {
  color: #c2c2c2;
}
.contact-form-input textarea::placeholder {
  color: #c2c2c2;
}

.contact-btn {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .contact-btn {
    margin-top: 68px;
  }
}

.contact-btn-link {
  display: block;
  text-align: center;
  width: 360px;
  height: 56px;
  color: #1391e6;
  border-radius: 28px;
  font-size: 16px;
  letter-spacing: 1.28px;
  margin: 0 auto;
  border: 1px solid #1391e6;
  line-height: 56px;
  transition: all 0.3s ease 0s;
  background: #fff;
}
@media (max-width: 767px) {
  .contact-btn-link {
    max-width: 273px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.contact-btn-link:hover {
  color: #fff;
  background: #1391e6;
}

.contact-complete-inner {
  max-width: 728px;
}

.contact-complete-text {
  line-height: 1.7142857143;
}

.reserve-about-inner {
  max-width: 728px;
}

.reserve-about-title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2.24px;
}
.reserve-about-title:not(:first-of-type) {
  margin-top: 42px;
}

.reserve-about-phone {
  margin-top: 35.57px;
  color: #1391e6;
}
.reserve-about-phone .icon-tel {
  width: 28px;
  vertical-align: inherit;
}

.opening-hours {
  font-size: 12px;
  margin-left: 45px;
}

.reserve-about-text {
  line-height: 1.7142857143;
  margin-top: 28px;
}

.reserve-form-inner {
  max-width: 728px;
}

.reserve-form-title {
  max-width: 182px;
  margin-top: 160px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .reserve-form-title {
    width: 130px;
  }
}

input[type=radio], input[type=checkbox] {
  display: none;
}

@media (max-width: 767px) {
  .contact-form-radio {
    height: 114px;
  }
}

.contact-radio {
  display: inline-block;
  padding: 0;
}
@media (min-width: 768px) {
  .contact-radio + .contact-radio {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .contact-radio + .contact-radio {
    margin-left: 32px;
  }
}
.contact-radio .wpcf7-list-item-label {
  padding-left: 22px;
  position: relative;
}
.contact-radio .wpcf7-list-item-label:before {
  background: #fff;
  border: solid 1px #3e3e3e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  transition: 0.2s;
  width: 12px;
}
@media (min-width: 768px) {
  .contact-radio .wpcf7-list-item-label:before {
    height: 12px;
    top: 3px;
    width: 12px;
  }
}
@media (min-width: 768px) {
  .contact-radio .wpcf7-list-item-label:hover::before {
    border-color: #4973ff;
    box-shadow: 0 0 4px #4973ff;
  }
  .contact-radio .wpcf7-list-item-label:active::before {
    background-color: rgba(73, 115, 255, 0.2);
    box-shadow: none;
  }
}
.contact-radio .wpcf7-list-item-label:after {
  background: #4973ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transition: 0.2s;
  width: 6px;
}
@media (min-width: 768px) {
  .contact-radio .wpcf7-list-item-label:after {
    left: 3px;
    top: 6px;
  }
}
.contact-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact-check-row {
  height: 149px;
}
@media (max-width: 767px) {
  .contact-check-row {
    height: 217px;
  }
}

.reserve-form-label .is-required::after {
  left: calc(100% + 26px);
}

.sublabel {
  font-size: 11px;
  color: #888888;
}

.contact-check-input {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-check-input {
    max-width: 326px;
    margin: 12px auto 0;
  }
}
.contact-check-input .wpcf7-list-item:nth-child(n+5) {
  margin-top: 16px;
}
.contact-check-input .wpcf7-list-item:not(:nth-child(4n+1)) {
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-check-input .wpcf7-list-item:not(:nth-child(4n+1)) {
    margin-left: 14px;
  }
}
@media (max-width: 767px) {
  .contact-check-input .wpcf7-list-item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-check-input .wpcf7-list-item:first-child {
    margin-left: 0;
  }
  .contact-check-input .wpcf7-list-item:not(:nth-child(3n+1)) {
    margin-left: 8px;
  }
}
.contact-check-input .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .contact-check-input .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 26px;
  }
}
.contact-check-input .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #1391e6;
}
@media (max-width: 767px) {
  .contact-check-input .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}
.contact-check-input .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  background: transparent url(../img/08-WEB予約/checkbox@2x.png) no-repeat center center/contain;
  display: none;
}
@media (max-width: 767px) {
  .contact-check-input .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 20px;
    height: 20px;
  }
}
.contact-check-input .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.contact-select-input {
  position: relative;
}
@media (max-width: 767px) {
  .contact-select-input {
    margin-top: 12px;
  }
}
.contact-select-input:after {
  border-bottom: solid 1.5px #393939;
  border-right: solid 1.5px #393939;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 14px;
  transform: rotate(45deg);
  width: 8px;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f6f6f6;
  border: none;
  border-radius: 4px;
  color: #393939;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  box-shadow: none;
  width: 100%;
}

.contact-form-date {
  height: 240px;
}
@media (max-width: 767px) {
  .contact-form-date {
    height: 274px;
  }
}

.date-input {
  position: relative;
}
.date-input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
.date-input::after {
  content: "";
  background-image: url(../img/08-WEB予約/icon-calendar@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15.15px;
  transform: translateY(-50%);
}

.date-input-2,
.date-input-3 {
  margin-top: 20px;
}

.is-optional {
  font-size: 16px;
}

.reserve-completion-inner {
  max-width: 728px;
}

.reserve-completion-text {
  line-height: 1.7142857143;
}