/* 
Theme Name: medical
Themplate: medical
 */

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #393939;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  position: fixed;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

.p-sticky-notice {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  display: grid;
  place-items: center;
  letter-spacing: 0.1em;
  z-index: 999;
  pointer-events: none;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 0px;
}

.l-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 20px;
  }
}

.c-logo-header {
  display: block;
  max-width: 270px;
  width: 100%;
}

.c-logo-header img {
  display: block;
}

.l-header__right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .l-header__right {
    display: none;
  }
}

.p-drawerMenu {
  background: #0060a0;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 39;
}

.c-button-drawer {
  cursor: pointer;
  display: none;
  height: 18px;
  margin-left: auto;
  position: relative;
  top: 0px;
  width: 28px;
}
@media screen and (max-width: 1200px) {
  .c-button-drawer {
    display: block;
    z-index: 40;
  }
}

.c-button-drawer__line {
  background-color: #1391e6;
  border-radius: 1px;
  height: 3px;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.c-button-drawer__line:nth-child(1) {
  left: 0;
  right: 0;
  top: 0;
}

.c-button-drawer__line:nth-child(2) {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button-drawer__line:nth-child(3) {
  bottom: 0;
  left: 0;
  right: 0;
}

.is-open .c-button-drawer__line {
  background: #fff;
}

.is-open .c-button-drawer__line:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-open .c-button-drawer__line:nth-child(2) {
  display: none;
}

.is-open .c-button-drawer__line:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-logo-drawer {
  display: block;
  margin-left: 38px;
  margin-top: 25px;
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-logo-drawer {
    margin-left: 20px;
    margin-top: 15px;
  }
}

.p-drawerMenu__scroll {
  height: 100vh;
  overflow: scroll;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-drawerMenu__scroll {
    padding: 53px 0 100px;
  }
}

.p-drawerMenu__content {
  left: 50%;
  max-width: 255px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-drawerMenu__content {
    display: block;
    left: initial;
    margin: auto;
    position: initial;
    top: initial;
    -webkit-transform: initial;
    transform: initial;
  }
}

.p-drawerMenu__link {
  border-top: 1px dashed #fff;
  color: #fff;
  display: block;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-drawerMenu__link {
    font-size: 13px;
    padding-bottom: 14px;
    padding-top: 17px;
  }
}

.p-header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

ul,
ol {
  list-style: none;
}

.l-header__tel {
  margin-left: 34px;
}

.p-header-tel {
  text-align: right;
}

.p-header-tel__number > img {
  margin-right: 1px;
  vertical-align: bottom;
}

.p-header-tel__text {
  font-size: 12px;
  line-height: 1;
  margin-top: -6px;
}

.p-header-tel__number {
  color: #1391e6;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 9px;
  white-space: nowrap;
}

.is-active .p-header-nav__link {
  color: #1391e6;
  position: relative;
}

.is-active .p-header-nav__link::after {
  background: #1391e6;
  bottom: 8px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}

.p-header-nav__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header-nav__link svg {
  height: 24px;
  width: 24px;
}

.p-header-nav__link path {
  fill: #393939;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.is-active .p-header-nav__link path {
  fill: #1391e6;
}

.p-header-nav__item {
  height: inherit;
}

.p-header-nav__item:nth-child(n + 2) {
  margin-left: 24px;
}

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

.p-header-nav__link span {
  font-size: 11px;
  font-weight: 700;
  margin-top: 6px;
}

.p-swiper {
  margin: auto;
  margin-top: 60px;
  max-width: 1920px;
  position: relative;
  width: 90.625%;
}
@media screen and (max-width: 767px) {
  .p-swiper {
    height: 447px;
    margin-top: 16px;
    padding: 0px 20px;
    width: 100%;
  }
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -22px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 18px;
    left: 8px;
  }
}

.swiper-container {
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.p-swiper .swiper-slide {
  position: relative;
}

.p-swiper .swiper-slide::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-swiper__img {
  -o-object-fit: cover;
  -o-object-position: center;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-swiper__img {
    -o-object-position: left;
    object-position: left;
  }
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.p-swiper__textImg {
  bottom: 55px;
  left: 63px;
  position: absolute;
  width: 415px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-swiper__textImg {
    bottom: 36px;
    left: 20px;
    width: 265px;
  }
}

.swiper-button-prev {
  background-image: url(./img/arrow-left.png);
  background-size: contain;
  color: transparent;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -3px;
  }
}

.swiper-button-next {
  background-image: url(./img/arrow-right.png);
  background-size: contain;
  color: transparent;
  right: -34px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -3px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 66px;
  top: 49%;
  width: 66px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 48px;
    width: 44px;
  }
}

.p-reserve {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1391e6;
  border-radius: 20px 0 0 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 120px;
  position: fixed;
  right: 0;
  top: 176px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 92px;
  z-index: 30;
}
@media screen and (max-width: 1200px) {
  .p-reserve {
    display: none;
  }
}

.p-reserve img {
  margin-top: 20px;
}

.p-reserve__text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 12px;
  text-align: center;
}

.p-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-info {
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  .p-top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-top-news {
  max-width: 540px;
  width: 100%;
}

.p-top-info__news {
  margin-top: 16px;
}
@media screen and (max-width: 999px) {
  .p-top-info__news {
    margin-top: 36px;
  }
}

.p-top-news__titleWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-news__head {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
}

.p-top-news__title {
  color: #393939;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0;
}

.p-top-news__subTitle {
  color: #1391e6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-news__subTitle {
    font-size: 11px;
  }
}

.p-top-news__detail {
  color: #888;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top-news__detail {
    font-size: 11px;
  }
}

.p-top-news__archive {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #393939;
  border-top: 1px solid #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-news__archive {
    padding: 12px 0;
  }
}

.p-top-news__published {
  color: #393939;
  font-size: 12px;
  line-height: 1;
  padding-left: 14px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  white-space: nowrap;
  width: 84px;
}
@media screen and (max-width: 767px) {
  .p-top-news__published {
    padding-left: 8px;
    width: 94px;
  }
}

.p-top-news__text {
  color: #393939;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 22px;
  padding-right: 40px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: calc(100% - 84px);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__text {
    margin-left: 12px;
    padding-right: 20px;
  }
}

.p-time-table {
  background-color: #fff;
  border-radius: 12px;
  max-width: 477px;
}
@media screen and (max-width: 999px) {
  .p-time-table {
    max-width: 540px;
  }
}

.p-top-info__table {
  margin-left: 62px;
  margin-top: -35px;
}
@media screen and (max-width: 999px) {
  .p-top-info__table {
    margin-left: 0;
    margin-top: -24px;
  }
}

.p-time-table img {
  width: 100%;
}

.p-feature.is-deco {
  overflow: hidden;
  padding-bottom: 108px;
  padding-top: 181px;
}
@media screen and (max-width: 767px) {
  .p-feature.is-deco {
    padding-bottom: 0;
    padding-top: 100px;
  }
}

.p-feature {
  position: relative;
}

.l-top__concept {
  margin-top: 60px;
}

.p-feature.is-deco::before {
  background-image: url(./img/concept-bg_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 725px;
  left: 32.5%;
  position: absolute;
  top: 0;
  width: 102%;
}
@media screen and (max-width: 767px) {
  .p-feature.is-deco::before {
    background-image: url(./img/concept-bg_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 82.2vw;
    height: 81.06667vw;
    left: 1%;
    top: -4px;
  }
}

.p-feature__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.p-feature__img {
  border-radius: 0 20px 20px 0;
  height: 100%;
  max-height: 438px;
  overflow: hidden;
  width: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .p-feature__img {
    height: 61.2vw;
    margin-right: auto;
    margin-top: 46px;
    width: 89%;
  }
}

.p-feature__img img {
  height: 438px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-feature__img img {
    height: 61.2vw;
  }
}

.p-feature__description {
  margin-left: 95px;
  padding-top: 29px;
  width: 31.8%;
}
@media screen and (max-width: 767px) {
  .p-feature__description {
    margin-left: 0;
    padding: 0 20px;
    width: 100%;
  }
}

.p-feature__subTitle {
  color: #1391e6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-feature__subTitle {
    font-size: 10px;
    padding-left: -1px;
  }
}

.p-feature__title {
  color: #393939;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-feature__title {
    font-size: 20px;
    margin-top: 12px;
  }
}

.p-feature__textBlock {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-feature__textBlock {
    margin-top: 26px;
  }
}

.p-feature__text:nth-child(n + 2) {
  margin-top: 23px;
}

.p-feature__text {
  color: #393939;
  font-size: 14px;
  line-height: 1.71429;
}

.c-btn {
  background: #fff;
  background-image: url(./img/common/icon-arrow-blue-btn.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  border: 1px solid #1391e6;
  border-radius: 24px;
  color: #1391e6;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 12px 46px;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 10px 40px;
  }
}

.p-feature__btn {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-feature__btn {
    text-align: center;
  }
}

.l-top__recommend {
  margin-top: 116px;
}
@media screen and (max-width: 767px) {
  .l-top__recommend {
    margin-top: 100px;
  }
}

.p-top-recommend__titleWrap {
  text-align: center;
}

.c-section-title {
  color: #393939;
  display: inline-block;
  font-size: 28px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 4px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 20px;
  }
}

.p-top-recommend__items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 966px;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__items {
    display: block;
    margin-top: 38px;
    max-width: 600px;
    padding: 0 48px;
  }
}

.p-top-recommend__item {
  width: calc(33.333333% - 40px);
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item {
    width: 100%;
  }
}

.p-recommend-item__title {
  text-align: center;
}

.p-recommend-item__title img {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .p-recommend-item__title img {
    width: 178px;
  }
}

.p-recommend-item__img {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recommend-item__img {
    margin-top: 12px;
  }
}

.p-recommend-item__text {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 22px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recommend-item__text {
    font-size: 14px;
    line-height: 1.71429;
    text-align: left;
    margin-top: 19px;
  }
}

.p-top-recommend__item:nth-child(n + 2) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-recommend__item:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 58px;
  }
}

.c-section-title::before,
.c-section-title::after {
  background: url(./img/title-deco.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 72px;
}
@media screen and (max-width: 767px) {
  .c-section-title::before,
  .c-section-title::after {
    height: 15px;
    width: 50px;
  }
}

.c-section-title::before {
  left: -95px;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    left: -64px;
  }
}

.c-section-title::after {
  right: -95px;
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    right: -64px;
  }
}

.p-recommend-item__text--red {
  color: #ee5a6d;
}

.l-top__medical {
  margin-top: 134px;
}
@media screen and (max-width: 767px) {
  .l-top__medical {
    margin-top: 95px;
  }
}

.l-deco-vector__top1 {
  height: 15.70313vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-deco-vector__top1 {
    height: 22.66667vw;
  }
}

.l-deco-vector__top1::before {
  background-image: url(./img/bg-top.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: inherit;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: inherit;
}
@media screen and (max-width: 767px) {
  .l-deco-vector__top1::before {
    background-image: url(./img/bg-top-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-medical__titleWrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-medical__titleWrap {
    margin-top: 1px;
  }
}

.p-medical__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-medical__items {
    display: block;
    margin-top: 35px;
  }
}

.p-medical-link {
  border-radius: 20px;
  display: block;
  height: 288px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-medical-link {
    height: 210px;
  }
}

.p-medical__item {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-medical__item {
    width: 100%;
  }
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 1040px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-medical-link:nth-child(1)::before {
  background-image: url(./img/medical_1.jpg);
}

.p-medical-link::before {
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
}

.l-deco-vector__bg {
  background: #dff1fd;
  padding-bottom: 82px;
  padding-top: 4px;
}
@media screen and (max-width: 767px) {
  .l-deco-vector__bg {
    padding-top: 33px;
    padding-bottom: 61px;
  }
}

.p-medical-link-line {
  border-radius: 20px;
  height: calc(100% - 20px);
  margin: 10px;
  position: relative;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  width: calc(100% - 20px);
  z-index: 1;
}

.p-medical-link__wrap1 {
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-medical-link__wrap1 {
    top: 29%;
  }
}

.p-medical-link__wrap2 {
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
  z-index: 2;
  margin-top: -17px;
}
@media screen and (max-width: 767px) {
  .p-medical-link__wrap2 {
    top: 32%;
  }
}

.p-medical-link__title::after {
  background: #fff;
  border-radius: 20px;
  bottom: 16px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}

.p-medical-link::after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
  z-index: 0;
}

.p-medical__item:nth-child(n + 2) {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-medical__item:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.p-medical-link:nth-child(2)::before {
  background-image: url(./img/medical_2.jpg);
}

.p-medical__textWrap {
  background: #fff;
  margin-top: 60px;
  max-width: 1280px;
  padding: 40px 40px 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-medical__textWrap {
    margin-top: 16px;
    padding: 20px;
  }
}

.p-medical__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-medical__text {
    line-height: 1.75;
  }
}

.p-medical-link__title,
.p-medical-link__text {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-medical-link__title,
  .p-medical-link__text {
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 12px;
  }
}

.p-medical-link__title {
  font-size: 28px;
  line-height: 1;
  padding-bottom: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-medical-link__title {
    font-size: 20px;
  }
}

.p-medical-link__text {
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.p-medical__text--red {
  color: #ee5a6d;
}

.l-deco-vector__bottom1 {
  height: 7.57812vw;
  position: relative;
  width: 100%;
}

.l-deco-vector__bottom1::before {
  background-image: url(./img/bg-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: inherit;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: inherit;
}

.l-deco-vector__bottom2 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-deco-vector__bottom2 {
    margin-top: 4px;
  }
}

.l-deco-vector__bottom2::before {
  background-image: url(./img/deco-kirakira2-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 7.57812vw;
  content: "";
  height: 58px;
  left: 42px;
  position: absolute;
  width: 58px;
}
@media screen and (max-width: 767px) {
  .l-deco-vector__bottom2::before {
    bottom: 44px;
    height: 25px;
    left: 12px;
    width: 25px;
  }
}

.l-deco-vector__bottom2::after {
  background-image: url(./img/deco-kirakira-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 5.78125vw;
  content: "";
  height: 138px;
  position: absolute;
  right: 20px;
  width: 125px;
}
@media screen and (max-width: 767px) {
  .l-deco-vector__bottom2::after {
    bottom: 28px;
    height: 58px;
    right: 8px;
    width: 53px;
  }
}

.l-top__blog {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .l-top__blog {
    margin-top: 112px;
  }
}

.p-blog__titleWrap {
  text-align: center;
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .p-blog__titleWrap {
    margin-top: -15px;
  }
}

.p-blog__lists {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-blog__lists {
    display: block;
    margin-top: 48px;
  }
}

.p-blog-card {
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  min-height: 300px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .p-blog-card {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
  }
}

.p-blog__list {
  width: calc(33.333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .p-blog__list {
    max-width: 600px;
    width: 100%;
  }
}

.p-blog-card__img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  padding-top: 62.66667%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-blog-card__img {
    border-radius: initial;
    height: 100px;
    padding-top: 0;
    width: 40%;
  }
}

.p-blog-card__img > img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
}

.p-blog-card__body {
  min-height: 126px;
  padding: 24px 24px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-blog-card__body {
    min-height: initial;
    padding: 17px 0 17px 10px;
    width: 60%;
    top: -12px;
  }
}

.p-blog__list:not(:nth-child(3n + 1)) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-blog__list:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
}

.p-blog__list:nth-child(n + 4) {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-blog__list:nth-child(n + 4) {
    margin-top: 0;
  }
}

.p-blog-card__title {
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 72px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .p-blog-card__title {
    font-size: 14px;
    min-height: initial;
  }
}

.p-blog-card__category {
  background-color: #1391e6;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 28px;
  left: 24px;
  line-height: 28px;
  padding: 0 12px;
  position: absolute;
  text-align: center;
  top: -14px;
}
@media screen and (max-width: 767px) {
  .p-blog-card__category {
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    position: static;
    vertical-align: top;
  }
}

.p-blog-card__published {
  color: #888888;
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-blog-card__published {
    margin-top: 8px;
  }
}

.p-blog__btn {
  margin-top: 66px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blog__btn {
    margin-top: 23px;
  }
}

.p-footer-topImg {
  height: 32px;
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer-topImg {
    margin-top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .footer-blog {
    margin-top: 136px;
  }
}

.p-footer-topImg::before {
  background: url(./img/footer_top.svg) no-repeat;
  background-position: top center;
  background-size: cover;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-topImg::before {
    background-position: top left -62px;
  }
}

.l-footer {
  background: #dff1fd;
  padding-top: 58px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 14px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact {
    margin-top: 92px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer .l-inner {
    height: inherit;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-left: 10px;
    padding-right: 20px;
    padding-right: 10px;
    width: 1040px;
  }
}

.p-footer-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  max-width: 1000px;
  padding: 40px 49px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-info {
    border-radius: 8px;
    padding: 37px 10px 20px;
  }
}
@media screen and (max-width: 999px) {
  .p-footer-info {
    display: block;
  }
}

.p-footer-info__left {
  max-width: 478px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .p-footer-info__left {
    margin: auto;
  }
}

.p-footer-info__img {
  text-align: center;
}

.p-footer-info__access {
  font-size: 14px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-footer-info__access {
    margin-top: 13px;
  }
}

.p-footer-info__access > span {
  margin-left: 14px;
}

.p-footer-info__tel {
  color: #1391e6;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 24px;
}

.p-footer-info__time {
  color: #1391e6;
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-footer-info__time {
    margin-top: 9px;
  }
}

.p-footer-info__btnWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 22px;
}

.p-footer-info__table {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .u-hidden-pc {
    display: none;
  }
}

.p-footer-info__img img {
  width: 403px;
}
@media screen and (max-width: 767px) {
  .p-footer-info__img img {
    width: 310px;
  }
}

.c-btn-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn-footer {
    font-size: 14px;
    height: 38px;
    max-width: 150px;
  }
}

.c-btn-footer--blue {
  background-color: #1391e6;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn-footer--white {
  background-color: #fff;
  border: 1px solid #1391e6;
  color: #1391e6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-footer-info__btn:nth-child(2) {
  margin-left: 20px;
}

.p-footer-info__right {
  margin-left: 40px;
}
@media screen and (max-width: 999px) {
  .p-footer-info__right {
    margin-left: 0;
    margin-top: 40px;
  }
}

.p-footer-map {
  max-width: 385px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer-map {
    margin-top: 22px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 999px) {
  .p-footer-map {
    margin-left: auto;
    margin-right: auto;
    max-width: 478px;
    width: 100%;
  }
}

.p-footer-map__iframe {
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.p-footer-map__iframe > iframe {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-footer__nav {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 58px;
  }
}

.p-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .p-footer-nav {
    display: block;
    padding-left: 10px;
    margin-top: 39px;
  }
}

.p-footer-nav__item a {
  color: #393939;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-footer-subNav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer-nav__subitem:nth-child(n + 2) {
  margin-left: 24px;
}

.p-footer-nav__item:nth-child(n + 2) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer-nav__item:nth-child(n + 2) {
    margin-top: 38px;
  }
}
@media screen and (max-width: 999px) {
  .p-footer-nav__item:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 37px;
  }
}

.p-footer-subNav__item {
  margin-top: 16px;
}

.c-btn-arrowBlue::before {
  background: url(./img/icon-arrow-blue.svg);
  background-size: contain;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
}

.c-btn-arrowBlue {
  display: block;
  padding-left: 10px;
  position: relative;
}

.p-copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .p-copyright {
    height: initial;
    padding-bottom: 79px;
    padding-top: 17px;
  }
}

.l-footer__copyright {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 60px;
  }
}

.p-copyright__text {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-copyright__text {
    margin-top: 8px;
  }
}

.p-top-btn {
  bottom: 40px;
  cursor: pointer;
  display: none;
  height: 52px;
  position: fixed;
  right: 20px;
  width: 52px;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-top-btn {
    bottom: 100px;
    right: 10px;
  }
}

.p-footer-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  display: none;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 39;
}
@media screen and (max-width: 1200px) {
  .p-footer-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer-cta__tel {
  text-align: center;
}

.p-footer-cta__web {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1391e6;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  margin-left: 12px;
  padding-left: 12px;
  width: 157px;
}

.p-footer-cta__web img {
  height: 23.5px;
  width: 43.5px;
}

.p-footer-cta__webText {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
  text-align: center;
}

.p-footer-cta__webText--big {
  font-size: 16px;
}

.p-footer-cta__tel a {
  color: #1391e6;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.p-footer-cta__tel img {
  height: 18px;
  width: 18px;
}

.p-footer-cta__time {
  color: #393939;
  font-size: 10px;
  line-height: 1;
}

.p-lower-top {
  border-radius: 12px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  width: 90.625%;
}
@media screen and (max-width: 767px) {
  .p-lower-top {
    height: 188px;
    margin-top: 20px;
  }
}

.p-lower-top--about {
  background-image: url(./img/page-about_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-lower-top--about {
    background-image: url(./img/sp/page-about_top-sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-lower-top::before {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-lower-top__group {
  color: #fff;
  position: absolute;
  text-align: center;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.p-lower-top__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-lower-top__title {
    font-size: 26px;
  }
}

.p-lower-top__subTitle {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-lower-top__subTitle {
    margin-top: 18px;
  }
}

.p-breadcrumb span {
  color: #c2c2c2;
  padding-right: 4px;
}

.p-breadcrumb span:not(:first-child) span,
.p-breadcrumb span:not(:first-child) a span {
  color: #393939;
  padding-left: 5px;
}

.l-breadcrumb {
  margin: 12px auto 0;
  max-width: 1920px;
  padding-left: 28px;
  padding-right: 28px;
  width: 90.625%;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    margin: 10px auto 0;
    max-width: 1920px;
    padding-left: 5px;
    padding-right: 28px;
    width: 90.625%;
  }
}

.p-breadcrumb {
  font-size: 12px;
}

.l-lower {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-lower {
    margin-top: 61px;
  }
}

@media screen and (max-width: 767px) {
  .l-blog {
    max-width: 500px;
    width: 100%;
  }
}

.p-about-feature__titleWrap {
  text-align: center;
}

.p-about-feature__items {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-about-feature__items {
    margin-top: 37px;
  }
}

.about-img {
  margin-top: 38px;
}

.about-description {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .about-description {
    margin-top: 3px;
  }
}

.is-reverse .p-feature__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-feature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.is-reverse .p-feature__wrap .p-feature__img {
  border-radius: 20px 0 0 20px;
  height: 100%;
  max-height: 438px;
  overflow: hidden;
  width: 50%;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-feature__wrap .p-feature__img {
    height: 61.2vw;
    margin-left: auto;
    margin-right: inherit;
    margin-top: 36px;
    width: 89%;
  }
}

.p-feature {
  position: relative;
}

.p-about-feature__item:nth-child(n + 2) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-about-feature__item:nth-child(n + 2) {
    margin-top: 92px;
  }
}

.is-reverse .p-feature__wrap .p-feature__description {
  margin-right: 95px;
  width: 31.8%;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-feature__wrap .p-feature__description {
    margin-right: 0;
    padding: 0 20px;
    width: 100%;
  }
}

.l-lower-about__gallery {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .l-lower-about__gallery {
    margin-top: 100px;
  }
}

.p-about-gallery__titleWrap {
  text-align: center;
}

.p-about-gallery__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .p-about-gallery__photos {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 600px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-gallery__photo:not(:nth-child(2n)) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-gallery__photo:not(:nth-child(-n + 2)) {
    margin-top: 12px;
  }
}

.p-about-gallery__photo {
  border-radius: 20px;
  overflow: hidden;
  width: calc(33.3333% - 16px);
}
@media screen and (max-width: 767px) {
  .p-about-gallery__photo {
    width: calc(50% - 6px);
  }
}

.p-about-gallery__photo:not(:nth-child(3n)) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-gallery__photo:not(:nth-child(3n)) {
    margin-right: inherit;
  }
}

.p-about-gallery__photo:not(:nth-child(-n + 3)) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-gallery__photo:not(:nth-child(-n + 3)) {
    margin-top: 12px;
  }
}

.p-about-gallery__img {
  padding-top: 100%;
  position: relative;
}

.p-about-gallery__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-lower-top--medical {
  background-image: url(./img/medical_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-lower-medical__nav {
  margin-top: 84px;
}
@media screen and (max-width: 767px) {
  .l-lower-medical__nav {
    margin: 60px auto 0;
    max-width: 600px;
    width: 100%;
  }
}

.p-medical-main__inner {
  margin-left: 42px;
  width: 1053px;
}
@media screen and (max-width: 767px) {
  .p-medical-main__inner {
    margin-left: 0;
    width: 1040px;
  }
}

.p-medical-main__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-medical-anchor__title {
  color: #393939;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.42857;
}
@media screen and (max-width: 767px) {
  .p-medical-anchor__title {
    font-size: 20px;
  }
}

.p-medical-anchor__subTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  letter-spacing: 0.08em;
  line-height: 1;
  line-height: 35px;
  margin-left: 24px;
  padding: 0 12px;
}

.p-medical-anchor__subTitle--blue {
  background: #1391e6;
}

.p-medical-main__items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .p-medical-main__items {
    display: block;
    margin-top: 30px;
  }
}

.p-medical-item {
  background: #fff;
  border: 2px solid #1391e6;
  border-radius: 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-medical-item {
    display: block;
    text-align: center;
  }
}

.p-medical-main__item {
  margin-bottom: 20px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .p-medical-main__item {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.p-medical-item__link {
  background-color: #fff;
  background-image: none;
  background-position: bottom 0px center;
  background-repeat: no-repeat;
  border-radius: 12px;
  color: #1391e6;
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 22px 29px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-medical-item__link {
    font-size: 20px;
    padding: 18px 20px;
  }
}

.p-medical-main__wrap:nth-child(n + 2) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-medical-main__wrap:nth-child(n + 2) {
    margin-top: 83px;
  }
}

.p-medical-anchor__subTitle--red {
  background: #ee5a6d;
}

.p-lower-medical__titleWrap {
  text-align: center;
}

.p-lower-medical__items {
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .p-lower-medical__items {
    margin: 35px auto 0;
    max-width: 600px;
    width: 100%;
  }
}

.p-medical-detail {
  background: #fff;
  border-radius: 20px;
  padding: 62px 60px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-medical-detail {
    padding: 22px 20px 20px;
  }
}

.p-medical-detail__titleWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c2c2c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 44px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__titleWrap {
    display: block;
    padding-bottom: 22px;
  }
}

.p-medical-detail__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__title {
    font-size: 20px;
  }
}

.p-medical-detail__subTitle {
  color: #1391e6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-left: 38px;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__subTitle {
    margin-left: 0;
    margin-top: 28px;
  }
}

.p-medical-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__content {
    display: block;
    margin-top: 17px;
  }
}

.p-medical-detail__textWrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__textWrap {
    width: 100%;
  }
}

.p-medical-detail__text {
  font-size: 14px;
  line-height: 1.7142857143;
}

.p-medical-detail__imgWrap {
  border-radius: 20px;
  margin-left: 40px;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__imgWrap {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
}

.p-medical-detail__icon-pc {
  height: 80px;
  position: absolute;
  right: 60px;
  top: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__icon-pc {
    display: none;
  }
}

.p-medical-detail__icon-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__icon-sp {
    display: block;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 80px;
  }
}

.p-medical-detail__img {
  padding-top: 69%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-medical-detail__img {
    padding-top: 66%;
  }
}

.p-medical-detail__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-lower-medical__item:nth-child(n + 2) {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-lower-medical__item:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.l-lower-medical__items1 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-lower-medical__items1 {
    margin-top: 100px;
  }
}

.l-lower-medical__items2 {
  margin-top: 158px;
}
@media screen and (max-width: 767px) {
  .l-lower-medical__items2 {
    margin-top: 103px;
  }
}

@media screen and (max-width: 767px) {
  .medical-bottom2 {
    margin-top: 17px;
  }
}

.p-lower-top--staff {
  background-image: url(./img/page-staff_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-lower-greeting__titleWrap {
  text-align: center;
}

.p-lower-greeting__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__content {
    display: block;
    margin-top: 38px;
  }
}

.p-lower-greeting__description,
.p-lower-greeting__imgWrap {
  max-width: 460px;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__description,
  .p-lower-greeting__imgWrap {
    margin: auto;
  }
}

.p-lower-greeting__subtitle {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.57143;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__subtitle {
    font-size: 20px;
  }
}

.p-lower-greeting__textWrap {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__textWrap {
    margin-top: 27px;
  }
}

.p-lower-greeting__textWrap2 {
  margin-top: 24px;
}

.p-lower-greeting__textWrap3 {
  margin-top: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__textWrap3 {
    margin-top: 36px;
  }
}

.p-lower-greeting__imgWrap {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__imgWrap {
    margin-left: 0;
    margin-top: 37px;
  }
}

.u-hidden-overTab {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-overTab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.p-lower-greeting__about {
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__about {
    margin-top: 40px;
  }
}

.p-lower-greeting__career,
.p-lower-greeting__licence {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-lower-greeting__career,
  .p-lower-greeting__licence {
    margin-top: 34px;
  }
}

@media screen and (max-width: 767px) {
  .p-lower-greeting__career {
    margin-top: 0;
  }
}

.p-lower-greeting__career-title,
.p-lower-greeting__licence-title {
  border-bottom: 1px solid #393939;
  font-size: 16px;
  padding-bottom: 3px;
}

.p-lower-greeting__career-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-lower-greeting__text {
  font-size: 14px;
  line-height: 1.71429;
}

.p-lower-greeting__text:nth-child(2) {
  margin-left: 16px;
}

.p-lower-greeting__career-block:nth-child(n + 2),
.p-lower-greeting__licence-block:nth-child(n + 2) {
  margin-top: 13px;
}

.l-lower-staff__gallery {
  margin-top: 159px;
}
@media screen and (max-width: 767px) {
  .l-lower-staff__gallery {
    margin-top: 95px;
  }
}

.l-lower-staff__member {
  margin-top: 165px;
}
@media screen and (max-width: 767px) {
  .l-lower-staff__member {
    margin-top: 100px;
  }
}

.p-staff-gallery .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

.p-staff-member__titleWrap {
  text-align: center;
}

.l-lower-staff__content {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .l-lower-staff__content {
    margin-top: 40px;
  }
}

.p-staff-member__subTitle {
  border-bottom: 1px solid #393939;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
}

.p-staff-member__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-staff-member__items {
    margin-top: 36px;
  }
}

.p-staff-member__item {
  width: calc(33.3333333% - 53.3333333333px);
}
@media screen and (max-width: 999px) {
  .p-staff-member__item {
    width: calc(33.3333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 767px) {
  .p-staff-member__item {
    margin: auto;
    max-width: 600px;
    width: 100%;
  }
}

.p-staffCard__img {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.p-staffCard__img img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-staff-member__item:not(:nth-child(3n + 1)) {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .p-staff-member__item:not(:nth-child(3n + 1)) {
    margin: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-member__item:nth-child(n + 2) {
    margin-top: 58px;
  }
}

.p-staffCard__img {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.p-staffCard__nameWrap {
  margin-top: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-staffCard__nameWrap {
    margin-top: 16px;
  }
}

.p-staffCard__charge {
  font-size: 12px;
  letter-spacing: 0.08em;
  vertical-align: text-top;
}

.p-staffCard__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: 8px;
}

.p-staffCard__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}

.p-staffCard__info-left,
.p-staffCard__info-right {
  font-size: 14px;
  padding: 15px 0 16px 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-staffCard__info-left,
  .p-staffCard__info-right {
    width: 41.5%;
  }
}

.p-staffCard__info-left:not(:last-child) {
  background-color: #dff1fd;
  border-bottom: 1px solid #fff;
}

.p-staff-member__item:not(:nth-child(-n + 3)) {
  margin-top: 59px;
}

.footer-staff {
  margin-top: 155px;
}
@media screen and (max-width: 767px) {
  .footer-staff {
    margin-top: 95px;
  }
}

.p-lower-top--archive {
  background-image: url(./img/archive_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.l-blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-blog__content {
    display: block;
  }
}

.l-blog__articles {
  width: calc(100% - 300px - 30px);
}
@media screen and (max-width: 767px) {
  .l-blog__articles {
    width: 100%;
  }
}

.p-archive__lists {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-archive__lists {
    padding-top: 0;
  }
}

.p-archive-card {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 153px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .p-archive-card {
    height: 100%;
    min-height: 100px;
  }
}

.p-archive__list {
  width: 100%;
}

.p-archive-card__img {
  border-radius: initial;
  max-width: 245px;
  overflow: hidden;
  padding-top: initial;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-archive-card__img {
    max-width: 133px;
    width: 100%;
  }
}

.p-archive-card__img > img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
}

.p-archive-card__body {
  max-width: 405px;
  min-height: 138px;
  padding: 18px 0px 15px 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-archive-card__body {
    min-height: initial;
    padding: 2px 0 5px 10px;
    width: 60%;
  }
}

.p-archive-card__category {
  background-color: #1391e6;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 28px;
  left: 24px;
  letter-spacing: 0.08em;
  line-height: 1;
  line-height: 28px;
  padding: 0 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-archive-card__category {
    height: 18px;
    line-height: 18px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

.p-archive-card__title {
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
  min-height: 50px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .p-archive-card__title {
    font-size: 14px;
    margin-top: 2px;
  }
}

.p-archive-card__published {
  color: #888888;
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-archive-card__published {
    margin-top: 2px;
  }
}

.p-archive__list:nth-child(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-archive__list:nth-child(n + 2) {
    margin-top: 21px;
  }
}

.l-blog__pageNavi {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-blog__pageNavi {
    margin-top: 60px;
  }
}

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-pagenavi span.current {
  background-color: #1391e6;
  border-color: #1391e6;
  color: #fff;
  font-weight: bold;
}

.wp-pagenavi a,
.wp-pagenavi span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #1391e6;
  border-radius: 3px;
  color: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  width: 34px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 11px;
    height: 30px;
    margin-left: 3px;
    margin-right: 3px;
    width: 30px;
  }
}

.wp-pagenavi a.nextpostslink {
  background-color: #1391e6;
  background-image: url(./img/common/arrow-circle-right.svg);
  background-position: right 14px center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: -0.1em;
  padding-left: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 82px;
}

.l-blog__sidebar {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .l-blog__sidebar {
    margin-top: 100px;
    max-width: 600px;
    width: 100%;
  }
}

.p-sidebar__title {
  border-bottom: 1px solid #393939;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 6px;
}

.p-sidebar__title img {
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
}

.p-sidebar-clinic__img {
  margin-top: 20px;
}

.p-sidebar-clinic__subTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 23px;
}

.p-sidebar-clinic__text {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 14px;
}

.p-sidebar-clinic__button {
  color: #1391e6;
  display: block;
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 10px;
  padding-left: 3px;
  position: relative;
}

.p-sidebar-clinic__button::after {
  background: url(./img/common/sidebar-button.svg);
  content: "";
  height: 18px;
  position: absolute;
  right: -18;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.p-sidebar__block:nth-child(n + 2) {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-sidebar__block:nth-child(n + 2) {
    margin-top: 59px;
  }
}

.p-sidebar__title {
  border-bottom: 1px solid #393939;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 6px;
}

.p-sidebar-article__lists {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-sidebar-article__lists {
    margin-top: 22px;
  }
}

.p-sidebar-card {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 91px;
  position: relative;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .p-sidebar-card {
    height: 100px;
  }
}

.p-sidebar-card__img {
  border-radius: initial;
  max-width: 120px;
  overflow: hidden;
  padding-top: initial;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sidebar-card__img {
    max-width: 133px;
  }
}

.p-sidebar-card__img > img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  width: 100%;
}

.p-sidebar-card__body {
  padding: 0 10px;
  position: relative;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .p-sidebar-card__body {
    padding: 5px 10px;
  }
}

.p-sidebar-card__category {
  background-color: #1391e6;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 4px 8px;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-sidebar-card__category {
    padding: 6px 8px;
  }
}

.p-sidebar-card__title {
  color: #393939;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 39px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.p-sidebar-card__published {
  color: #888888;
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 8px;
}

.p-sidebar-article__list:nth-child(n + 2) {
  margin-top: 21px;
}

.p-sidebar-category__lists {
  margin-top: 16px;
  padding-left: 21px;
}

.c-btn-arrowBlue {
  display: block;
  padding-left: 10px;
  position: relative;
}

.p-sidebar-category__list:nth-child(n + 2) {
  margin-top: 11px;
}

.p-lower-top--contact {
  background-image: url(./img/page-contact_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .l-lower-contact {
    margin-top: 58px;
  }
}

.p-lower-contact__text {
  font-size: 14px;
  line-height: 1.71429;
  margin: auto;
  max-width: 728px;
}

.p-lower-contact__text--red {
  color: #ee5a6d;
}

.p-lower-contact__titleWrap {
  margin-top: 154px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lower-contact__titleWrap {
    margin-top: 105px;
  }
}

.p-lower-contact__area {
  margin-top: 70px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

form {
  margin: 0;
  padding: 0;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.p-form__lists {
  margin: auto;
  max-width: 728px;
}

.p-contact-control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact-control {
    display: block;
  }
}

.p-contact-control__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 39px 0 37px;
}
@media screen and (max-width: 767px) {
  .p-contact-control__left {
    padding: 0;
    padding-top: 23px;
  }
}

label {
  display: inline-block;
}

.p-contact-control__required {
  background: #ee5a6d;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 23px;
  margin-left: 20px;
  text-align: center;
  width: 36px;
}
@media screen and (max-width: 767px) {
  .p-contact-control__required {
    font-size: 11px;
    margin-left: 10px;
  }
}

.p-contact-control__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-control__right {
    margin-top: 12px;
    padding: 0;
    padding-bottom: 22px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
}

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="date"],
textarea {
  background: #f6f6f6;
  background-image: none;
  border: 1px solid #1391e6;
  border: none;
  border-radius: 0;
  border-radius: 4px;
  font-family: inherit;
  font-size: 1em;
  padding: 12px 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  [type="text"],
  [type="search"],
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="password"],
  [type="date"],
  textarea {
    padding: 11px 16px;
  }
}

.p-contact-control:last-child {
  border-bottom: 1px solid #ddd;
}

textarea {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 160px;
  }
}

.p-form__button {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-form__button {
    margin-top: 58px;
  }
}

button,
[type="button"],
[type="submit"] {
  background-color: #1391e6;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  width: auto;
}

.c-btn-contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #1391e6;
  border-radius: 28px;
  color: #1391e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 16px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: auto;
  max-width: 360px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn-contact {
    font-size: 14px;
    height: 38px;
    width: 273px;
  }
}

.p-entry__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.42857;
}
@media screen and (max-width: 767px) {
  .p-entry__title {
    font-size: 20px;
    line-height: 1.6;
  }
}

.p-entry__meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
}

.p-entry__published {
  color: #1391e6;
  font-size: 16px;
  line-height: 1;
  padding-left: 20px;
  position: relative;
}

.p-entry__published::before {
  background: url(./img/icon-time.svg) no-repeat;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}

.p-entry__category {
  background: #1391e6;
  border-radius: 12px;
  color: #fff;
  font-size: 11px;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0 32px;
  padding: 0 12px;
}

.p-entry-content {
  overflow: hidden;
}

.p-entry__body {
  margin-top: 54px;
}

.p-entry-content p {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 24px;
}

.p-entry-content h4 + p {
  margin-top: 8px;
}

.p-entry-content h2 + p,
.p-entry-content h3 + p,
.p-entry-content h4 + p,
.p-entry-content h5 + p,
.p-entry-content h6 + p {
  margin-top: 16px;
}

.p-entry-content > :first-child {
  margin-top: 0;
}

.p-entry-content h2 {
  border-left: 8px solid #1391e6;
  color: #1391e6;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-top: 58px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-entry-content h2 {
    border-left: 6px solid #1391e6;
    font-size: 18px;
    line-height: 1.77778;
    padding: 4px 0 4px 16px;
  }
}

.wp-block-image {
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 62.7%;
  position: relative;
}

.wp-block-image > img {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-entry-content h3 {
  border-bottom: 1px solid #1391e6;
  color: #1391e6;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 36px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-entry-content h3 {
    font-size: 16px;
    line-height: 2;
    margin-top: 34px;
  }
}

.p-entry-content h4 {
  color: #1391e6;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-entry-content h4 {
    font-size: 14px;
    margin-top: 54px;
  }
}

.p-entry-content a {
  color: #1391e6;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.p-entry-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-entry-content ul {
    margin-top: 9px;
  }
}

.p-entry-content > :last-child {
  margin-bottom: 0;
}

.p-entry-content li {
  line-height: 1.6;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

.p-related-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-entry__link {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-entry__link {
    margin-top: 34px;
  }
}

.p-related-link__prev,
.p-related-link__next {
  background: #1391e6;
  border-radius: 4px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 124px;
}
@media screen and (max-width: 767px) {
  .p-related-link__prev,
  .p-related-link__next {
    width: 108px;
  }
}

.p-related-link__prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 16px;
  right: calc(50% + 65px);
}
@media screen and (max-width: 767px) {
  .p-related-link__prev {
    right: calc(50% + 57px);
  }
}

.p-related-link__archive {
  border: 1px solid #1391e6;
  border-radius: 4px;
  height: 41px;
  width: 90px;
}

.p-related-link__archive a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

.p-related-link__prev a,
.p-related-link__next a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 100%;
  line-height: 1;
  text-decoration: none;
  width: 100%;
}

.p-related-link__prev a {
  background: transparent url(./img/common/icon-circle-left.svg) no-repeat left
    16px center/contain;
  background-size: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .blog-article {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-blog-article {
    margin-top: 129px;
  }
}

.p-contact-info {
  margin: auto;
  max-width: 728px;
  width: 100%;
}

.p-contact-info__title {
  color: #393939;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.42857;
}

.p-contact-info__telBox {
  display: inline-block;
  margin-top: 32px;
  text-align: center;
}

.p-contact-info__tel {
  color: #1391e6;
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.p-contact-info__tel img {
  margin-right: -4px;
}

.p-contact-info__time {
  color: #1391e6;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
}

.p-contact-info__text {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: 24px;
}

.p-lower-contact__info:nth-child(2) {
  margin-top: 40px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item {
  margin-left: 0;
}

[type="radio"] {
  display: none;
}

[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0 32px 0 0;
  padding: 8px 0 8px 32px;
  position: relative;
}

[type="radio"] + span::before {
  background: #fff;
  border: 1px solid #1391e6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

[type="radio"]:checked + span::after {
  background: #1391e6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 6px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0 32px 0 0;
  padding: 0 0 0 32px;
  position: relative;
  transition: all 1s ease 0s;
}

[type="checkbox"] + span::before {
  background: #fff;
  border: 1px solid #1391e6;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

[type="checkbox"] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

[type="checkbox"] {
  display: none;
}

button,
select {
  text-transform: none;
}

select {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  background-image: url(./img/common/icon-select.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 13px 16px;
  width: 100%;
}
