@charset "UTF-8";

/* Breadcrumbs */
.c-breadcrumbs {
  margin: 20px 0 20px 0;
  background-color: #fff;
  font-size: 14px;
  color: #12B5BE;
}

.c-breadcrumbs a {
  color: #12B5BE;
}

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 40px 0.9em 28px;
  border-radius: 10px;
  color: #fff;
  background-color: #135072;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 73.5%;
    margin: 0 auto;
    padding: 0.8em 34px 0.9em 10px;
    font-size: 14px;
  }
}

.c-btn01::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 25px;
  width: 16px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(45deg);
}

@media screen and (max-width: 767px) {
  .c-btn01::before {
    right: 20px;
  }
}

.c-btn01::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #135072 transparent;
  opacity: 0.15;
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  border-radius: 10px;
}

.c-btn01:hover {
  opacity: 0.7;
}

.c-btn01--small {
  max-width: 234px;
}

@media screen and (max-width: 767px) {
  .c-btn01--small {
    display: block;
    max-width: 100%;
  }
}

.c-btn01--large {
  font-size: 22px;
}

@media screen and (max-width: 1090px) {
  .c-btn01--large {
    padding: 0.8em 35px 0.9em 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn01--large {
    padding: 0.8em 33px 0.9em 10px;
  }
}

.c-btn01--large::before {
  top: 42%;
  right: 25px;
  width: 22px;
  height: 7px;
}

@media screen and (max-width: 1090px) {
  .c-btn01--large::before {
    right: 20px;
    width: 18px;
    height: 6px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn01--large::before {
    right: 15px;
  }
}

.c-btn01--large::after {
  border-width: 0 0 68px 68px;
}

@media screen and (max-width: 1090px) {
  .c-btn01--large::after {
    border-width: 0 0 48px 48px;
  }
}

.c-btn02 {
  display: inline-block;
  position: relative;
  padding: 0.8em 40px 0.9em 28px;
  border-radius: 100px;
  color: #fff;
  background-color: #3ba3d5;
  transition: all 0.2s;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .c-btn02 {
    max-width: 100%;
    padding: 0.8em 35px 0.9em 23px;
    font-size: 14px;
  }
}

.c-btn02::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.c-btn02:hover {
  opacity: 0.7;
}

.c-btn-radius {
  display: block;
  position: relative;
  width: 180px;
  max-width: 100%;
  padding: 11px 10px 12px;
  border-radius: 50px;
  color: #fff;
  background-color: #3ba3d5;
  transition: all 0.2s;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

@media screen and (max-width: 1440px) {
  .c-btn-radius {
    width: 130px;
  }
}

.c-btn-radius::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.c-btn-radius:hover {
  opacity: 1;
}

.c-btn-radius:hover::after {
  opacity: 0.5;
}

.c-btn-radius img {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.c-card01 {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .c-card01 {
    width: 100%;
  }
}

.c-card01__link {
  display: block;
}

.c-card01__link:hover {
  opacity: unset;
}

.c-card01__img {
  overflow: hidden;
}

.c-card01__img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}

.c-card01__contents {
  margin-bottom: 20px;
  padding: 20px 20px;
  border: 1px solid #ddd;
}

.c-card01__title {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}

.c-card01__desc {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.c-bgcolor-pink01 {
  background-color: #f5aab5;
}

.c-bgcolor-pink02 {
  background-color: #ef939f;
}

.c-custom-single {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-custom-single__info {
  display: flex;
  margin-bottom: 40px;
  padding: 0px 0px 0 0px;
  gap: 18px;
}

.c-custom-single__time {
  position: relative;
  top: 5px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-align: left;
  color: #cfbf64;
  line-height: 1;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
}

.c-custom-single__cat {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-custom-single__cat>li>a {
  display: block;
  padding: 5px 18px 6px 18px;
  color: #fff;
  background-color: #475555;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  /* 内科 */
  /* 消化器内科 */
  /* 肛門外科 */
}

.c-custom-single__cat>li>a.internal-medicine {
  background-color: #ef9051;
}

.c-custom-single__cat>li>a.gastroenterology {
  background-color: #70b766;
}

.c-custom-single__cat>li>a.proctology {
  background-color: #8698e1;
}

.c-custom-single__content h2 {
  margin: 2em 0 1em 0;
  font-size: 18px;
}

.c-custom-single__content h3 {
  margin: 2em 0 1em 0;
  font-size: 18px;
}

.c-custom-single__content h4 {
  margin: 2em 0 1em 0;
  font-size: 16px;
}

.c-custom-single__content p {
  margin-bottom: 1.5em;
  /* overflow: hidden; */
}

.c-custom-single__content img {
  margin-bottom: 10px;
}

.c-front-description {
  color: #3ba3d5;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .c-front-description {
    font-size: 16px;
    text-align: left;
  }
}

.c-dl01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-dl01 dt {
  width: 100px;
  height: 30px;
  margin-bottom: 25px;
  padding: 4px 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-dl01 dt {
    margin: 0 0 10px 0;
  }
}

.c-dl01 dd {
  position: relative;
  top: -2px;
  width: calc(100% - 100px);
  margin-bottom: 25px;
  padding: 0px 0px 0 20px;
}

@media screen and (max-width: 767px) {
  .c-dl01 dd {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px 0px 0 0px;
  }
}

.c-dl01__dt01 {
  background-color: #3ba3d5;
}

.c-dl01__dt02 {
  background-color: #3ba3d5;
}

.c-dl02 dt {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 50px;
  font-weight: 700;
}

.c-dl02 dt::before {
  content: "Q";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  font-size: 22px;
  background-color: #3ba3d5;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.c-dl02 dd {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 50px;
}

.c-dl02 dd::before {
  content: "A";
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background-color: #3ba3d5;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

.c-faq {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}

.c-faq__item {
  margin-bottom: 64px;
}

.c-faq dt {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 27px 20px 104px;
  border-radius: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 23px;
  font-weight: bold;
  background-color: #fff;
  color: #135072;
}

@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 20px 27px 20px 50px;
    background-size: 70px auto;
    font-size: 17px;
  }
}

.c-faq dt::before {
  content: "Q";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 40px;
  height: 0;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #135072;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-faq dt::before {
    top: 26px;
    left: 20px;
    width: auto;
    font-size: 22px;
  }
}

.c-faq dd {
  position: relative;
  min-height: 140px;
  margin: 0 0 0 28px;
  padding: 30px 27px 30px 104px;
  border-radius: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-faq dd {
    min-height: auto;
    margin: 0 0 0 20px;
    padding: 25px 27px 26px 50px;
    font-size: 14px;
  }
}

.c-faq dd::before {
  content: "A";
  position: absolute;
  top: 14px;
  left: 30px;
  width: 40px;
  height: 0;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3ba3d5;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-faq dd::before {
    top: 26px;
    left: 20px;
    width: auto;
    font-size: 22px;
  }
}

/* Form reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* form */
.c-form {
  width: 100%;
}

.c-form-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-form-item {
    margin-bottom: 15px;
  }
}

.c-form-item__submit {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submit {
    margin-top: 35px;
  }
}

.c-form-item label {
  display: block;
  width: 300px;
  margin-bottom: 5px;
  padding: 10px 30px 5px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-form-item label {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0;
    font-size: 12px;
    text-align: left;
  }
}

input {
  flex: 1;
  height: 50px;
  padding: 0 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  input {
    flex: none;
    width: 100%;
    height: 35px;
  }
}

textarea {
  flex: 1;
  height: 300px;
  padding: 0.5em;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  textarea {
    flex: none;
    width: 100%;
    height: 105px;
  }
}

.required {
  padding: 0 5px;
  color: #ca5c7d;
}

.grecaptcha-badge {
  display: none;
}

.c-form-message {
  padding: 10px;
  text-align: left;
  border: 1px solid #F07C26;
  display: inline-block;
  width: 400px;
  text-align: center;
  max-width: 80%;
  margin-top: 50px;
}

.c-form-message strong {
  color: #ca5c7d;
  font-weight: bold;
}

/* front heading */
.c-front-heading {
  position: relative;
  text-align: center;
}

.c-front-heading__textBig {
  background: url(../img/front/front-sec03-title.png) no-repeat bottom center;
  background-size: 30px auto;
  position: relative;
  margin-bottom: 17px;
  padding-bottom: 11px;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textBig {
    font-size: 30px;
  }
}

/*.c-front-heading__textBig::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #DFE1E1;
}*/
.c-front-heading__textBig--black {
  color: #000;
}

.c-front-heading__textBig--lightblue::after {
  background-color: #108a88;
  opacity: 0.26;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textBig--lightblue::after {
    background-color: #6f6f6f;
    opacity: 0.39;
  }
}

@media screen and (max-width: 767px) {
  .c-front-heading__textBig--gray::after {
    background-color: #6f6f6f;
    opacity: 0.39;
  }
}

.c-front-heading__textSmall {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  color: #D1AE7A;
  line-height: 1.4;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .c-front-heading__textSmall {
    font-size: 16px;
  }
}

/* Page heading */
.c-subpage-heading {
  position: relative;
  text-align: center;
}

.c-subpage-heading::before {
  content: "";
  position: absolute;
  top: 117px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #064C51;
}

@media screen and (max-width: 767px) {
  .c-subpage-heading::before {
    /* display: none; */
    top: 78px;
    height: 3px;
  }
}

.c-subpage-heading__img {
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-subpage-heading__img {
    width: 50px;
    margin: 0 auto;
  }
}

.c-subpage-heading__textBig {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  text-align: center;
  background-color: #fff;
  padding: 10px 35px 15px;
}

.c-subpage-heading__textBig.bg_blue {
  background: #e9f9fa;
}

@media screen and (max-width: 767px) {
  .c-subpage-heading__textBig {
    padding: 10px 18px 15px 18px;
    font-size: 25px;
  }
}

.c-subpage-heading__textSmall {
  display: block;
  position: relative;
  font-family: 'Segoe_Script_B', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.1px;
  text-align: center;
  color: #8FD9DD;
  line-height: 1;
}

.c-list01 {
  list-style-type: none;
  margin: 0;
  padding: 60px 60px 80px 60px;
  border-radius: 30px;
  background-color: #fff;
}

@media screen and (max-width: 1090px) {
  .c-list01 {
    padding: 45px 20px 40px 24px;
  }
}

@media screen and (max-width: 767px) {
  .c-list01 {
    padding: 45px 20px 60px 30px;
  }
}

.c-list01 li {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .c-list01 li {
    font-size: 16px;
    font-weight: bold;
  }
}

.c-list01 li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 21px;
  height: 14px;
  background: url("../img/icon_check.png") no-repeat 50% 50%;
  background-size: cover;
}

:root {
  --width-none: 100%;
  --height-none: 50%;
  --top: 0px;
}

/* --------------------------
メニュー gnav
--------------------------- */
/*  Glabal Navigation PC */
.c-gnav {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}

@media screen and (max-width: 1090px) {
  .c-gnav {
    display: none;
  }
}

.c-gnav .menu {
  display: flex;
  justify-content: center;
  margin: 0 0px 0 0;
  padding: 0px 0 0 0px;
}

.c-gnav .menu>li {
  position: relative;
  padding: 0 0px;
  font-size: 14px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.c-gnav .menu>li>a {
  display: block;
  position: relative;
  padding: 8px 30px 9px 30px;
  color: #074C51;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.c-gnav .menu>li>a img {
  position: relative;
  top: -5px;
}

.c-gnav .menu>li>a>span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  /* letter-spacing: 0.2em; */
  opacity: 0.75;
  color: rgba(0, 0, 0, 0.18);
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
}

.c-gnav .menu .menu-item-has-children {
  display: block;
  position: relative;
  padding: 8px 30px 9px 30px;
  color: #074C51;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
}

.c-gnav .menu .menu-item-has-children span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  /* letter-spacing: 0.2em; */
  opacity: 0.75;
  color: rgba(0, 0, 0, 0.18);
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
}

.c-gnav .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
  list-style: none;
  width: 200px;
  padding: 0 0 5px 0;
  left: -35px;
}

.c-gnav .menu .menu-item-has-children .sub-menu.is-open {
  display: block;
}

.c-gnav .menu .menu-item-has-children .sub-menu>li>a {
  display: block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  background-color: #036267;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-family: "Zen Maru Gothic Medium", sans-serif;
  font-weight: normal;
  line-height: 1.6;
}

.c-gnav .menu .menu-item-has-children .sub-menu>li:last-of-type>a {
  border-bottom: none;
}

/* Navigation Menu SP */
/* sp ボタン  */
.c-nav-button__wrap {
  display: none;
}

.c-nav-sp {
  display: none;
}

@media screen and (max-width: 1090px) {
  .c-nav-button__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 65px;
    background-color: #12B5BE;
    z-index: 778;
  }

  .c-nav-button {
    position: relative;
    margin: auto;
    width: 24px;
    height: 18px;
    border: none;
    background: none;
  }

  .c-nav-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.3s ease-in;
  }

  .c-nav-button span:nth-child(2) {
    top: 50%;
    width: 100%;
  }

  .c-nav-button span:nth-child(3) {
    top: 100%;
  }

  .c-nav-button.is-close span {
    top: 50%;
    transform: rotate(45deg);
  }

  .c-nav-button.is-close span:nth-child(2) {
    width: 0;
  }

  .c-nav-button.is-close span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  .c-nav-button__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* sp ナビ */
  .c-nav-sp {
    display: block;
    position: fixed;
    top: 65px;
    right: 0;
    width: 100%;
    height: calc(100% - 65px);
    z-index: 777;
    padding: 40px 20px 40px;
    background-color: #12B5BE;
    transform: translateX(110%);
    transition: all 0.2s ease-in;
    overflow-y: auto;
  }

  .c-nav-sp.is-open {
    transform: translateX(0%);
  }

  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 0;
  }

  .c-nav-sp .menu>.menu-item {
    position: relative;
    padding: 18px 20px 17px 20px;
    font-family: "Zen Maru Gothic Medium", sans-serif;
  }

  .c-nav-sp .menu>.menu-item--pt2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .c-nav-sp .menu>.menu-item>a {
    display: block;
    position: relative;

    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  .c-nav-sp .menu>.menu-item>a>span {
    display: block;
    font-size: 11px;
    font-family: "Sofia_Pro_Soft_Bold", sans-serif;
    letter-spacing: 0.2em;
    opacity: 0.75;
  }

  .c-nav-sp .menu .menu-item-has-children {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    padding: 18px 20px 17px 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }

  .c-nav-sp .menu .menu-item-has-children>span {
    display: block;
    font-size: 11px;
    font-family: "Sofia_Pro_Soft_Bold", sans-serif;
    letter-spacing: 0.2em;
    opacity: 0.75;
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu {
    display: none;
    list-style: none;
    position: relative;
    width: calc(100% + 80px);
    margin: 12px -40px -17px -40px;
    padding: 10px 0 10px 0;
    background-color: #026267
  }

  .c-nav-sp .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 18px 40px 17px 40px;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }

  .c-nav-sp .menu .sub-menu-sp-btn {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 666;
  }

  .c-nav-sp .menu .sub-menu-sp-btn::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 21px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    transition: 0.3s ease;
  }

  .c-nav-sp .menu .sub-menu-sp-btn.is-open::after {
    transform: rotate(315deg);
  }
}

/* Page Key Visual */
.c-page-kv {
  position: relative;
  width: 100%;
  height: 330px;
  background: url("./img/img_pagetitle_bg01.png") no-repeat 50% 50%;
  background-size: cover;
  background-color: #777;
}

.c-pageTop {
  position: fixed;
  bottom: 15px;
  right: 0;
  width: 60px;
  height: 60px;
  padding-top: 2px;
  box-sizing: border-box;
  text-align: center;
  background-color: #12B5BE;
  color: white;
  opacity: 0;
  transition: 0.3s;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 777;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-pageTop {
    width: 50px;
    height: 50px;
    padding-top: 0px;
    bottom: 80px;
  }

  .c-pageTop img {
    position: relative;
    top: -2px;
    width: 25px;
    height: auto;
  }
}

.c-pageTop.is-show {
  opacity: 0.8;
}

.c-pageTop.is-show::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s ease;
}

.c-pageTop.is-show:hover {
  opacity: 1;
}

.c-pageTop.is-show:hover::after {
  opacity: 0.5;
}

.c-fix-banner-sp {
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0;
  z-index: 775;
}

@media screen and (max-width: 767px) {
  .c-fix-banner-sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 15px;
  }
  .c-fix-banner-sp div {
    display: flex;
  }

}

.c-post-news-list {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-news-list__item {
  padding: 85px 0 80px 0;
  border-bottom: 1px solid #F3DFC2;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item {
    padding: 55px 0 50px 0;
  }
}

.c-post-news-list__item:first-of-type {
  padding: 0px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item:first-of-type {
    padding: 0px 0 50px 0;
  }
}

.c-post-news-list__item:last-of-type {
  padding: 85px 0 100px 0;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__item:last-of-type {
    padding: 55px 0 70px 0;
  }
}

.c-post-news-list__info {
  position: relative;
  margin-bottom: 25px;
  padding: 0px;
}

.c-post-news-list__title {
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__title {
    font-size: 18px;
  }
}

.c-post-news-list__time {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #D1AE7A;
}

@media screen and (max-width: 767px) {
  .c-post-news-list__time {
    font-size: 18px;
  }
}

.c-post-news-list__desc {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.c-post-news-list__link {
  display: block;
  padding-bottom: 0px;
}

.c-post-news-list__link:has(.c-post-news-list__link-wrap) {
  padding-bottom: 55px;
}

.c-post-news-list__link-wrap {
  position: relative;
  padding: 0px 0 0 0;
  background-color: #fdf8f1;
  text-align: right;
  z-index: 2;
}

.c-post-news-list__link-wrap a {
  display: inline-block;
  position: relative;
  width: 150px;
  padding: 8px 2px 10px 2px;
  background-color: #E85656;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 8px;
}

/* .c-post-news-list__link-wrap a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3ba3d5;
  border-right: 1px solid #3ba3d5;
  transform: rotate(45deg);
} */

.c-post-blog-list {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-blog-list__item {
  margin-bottom: 80px;
}

.c-post-blog-list__img {
  width: 300px;
  margin: 0 auto 20px
}

.c-post-blog-list__title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 33px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #475555;
  font-family: "Zen Maru Gothic Bold", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-post-blog-list__title {
    padding: 0 0 10px 25px;
    font-size: 18px;
    border-bottom: 2px solid #475555;
  }
}

.c-post-blog-list__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  background-color: #12B5BE;
}

@media screen and (max-width: 767px) {
  .c-post-blog-list__title::before {
    height: 80%;
  }

  .c-post-blog-list__title .p-block03__title::before {
    width: 8px;
    height: 28px;
  }
}

.c-post-blog-list__info {
  display: flex;
  margin-bottom: 20px;
  padding: 0px 0px 0 0px;
  gap: 18px;
}

.c-post-blog-list__time {
  position: relative;
  top: 5px;
  font-weight: bold;
  letter-spacing: 2.4px;
  text-align: left;
  color: #6db3bf;
  line-height: 1;
  font-family: "dinr_B", sans-serif;
  font-size: 18px;
}

.c-post-blog-list__cat {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-post-blog-list__cat>li>a {
  display: block;
  padding: 5px 18px 6px 18px;
  color: #fff;
  background-color: #475555;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  /* 内科 */
  /* 消化器内科 */
  /* 肛門外科 */
}

.c-post-blog-list__cat>li>a.influenza {
  background: #e481a1;
}

.c-post-blog-list__cat>li>a.news {
  background: #3ba3d5;
}

.c-post-blog-list__cat>li>a.closing {
  background: #4ac0a5;
}

.c-post-blog-list__cat>li>a.health {
  background: #1a992c;
}

.c-post-blog-list__cat>li>a.corona {
  background: #f2ba4a;
}

.c-post-blog-list__cat>li>a.fever {
  background: #c49562;
}

.c-post-blog-list__cat>li>a.blog {
  background: #255c8b;
}

.c-post-blog-list__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.c-post-blog-list__link-wrap {
  text-align: right;
  color: #12B5BE;
  font-weight: bold;
}

.c-post-single {
  margin: 0px 0 0 0;
  padding: 0;
}

.c-post-single__info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0px 0px 0 0px;
}

.c-post-single__info--news {
  justify-content: flex-start;
}

.c-post-single__category {
  margin-right: 22px;
}

.c-post-single__category>span {
  display: block;
  width: 150px;
  padding: 5px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-post-single__category>span {
    font-size: 14px;
  }
  .c-post-blog-list__info {
    gap: 13px;
  }
}

.c-post-single__time {
  position: relative;
  top: 5px;
  color: #6db3bf;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

.c-post-single__time--news {
  margin-right: 10px;
  font-size: 18px;
  font-family: "dinr_B", sans-serif;
  letter-spacing: 1px;
}

.c-post-single__category--news a {
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
  border-radius: 5px;
  display: inline-block;
  position: relative;
    top: -3px;
}

.c-post-single__category--news a.influenza {
  background: #088086;
}

.c-post-single__category--news a.news {
  background: #3ba3d5;
}

.c-post-single__category--news a.closing {
  background: #8fd9dd;
}

.c-post-single__category--news a.health {
  background: #FEEB43;
}

.c-post-single__category--news a.corona {
  background: #ffdd9a;
}

.c-post-single__category--news a.fever {
  background: #c49562;
}

.c-post-single__category--news a.blog {
  background: #12b5be;
}

.c-row {
  display: flex;
  align-items: flex-start;
}

.c-row-center {
  justify-content: center;
}

.c-row-between {
  justify-content: space-between;
}

.c-row-wrap {
  flex-wrap: wrap;
}

.c-col-2 {
  width: 48%;
  max-width: 48%;
  margin: 0 4% 30px 0;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .c-col-2 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .c-post-single__category--news a {
    padding: 0 13px;
  }
}

.c-col-2:nth-child(2n) {
  margin: 0 0 30px 0;
}

.c-col-3 {
  width: 32%;
  max-width: 32%;
  margin: 0 2% 30px 0;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .c-col-3 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
}

.c-col-3:nth-child(3n) {
  margin: 0 0 30px 0;
}

/* 下層ページのキービジュアル */
.c-subpage-common-list {
  padding: 35px 0;
  margin-bottom: 90px;
  background-color: #E9F8F8;
}

.p-general-internal-medicine .c-subpage-common-list,
.health-check .c-subpage-common-list {
  padding: 35px 270px;
}

.p-diabetes .c-subpage-common-list .l-container-small {
  padding: 0 100px;
}

@media screen and (max-width: 1090px) {

  .p-general-internal-medicine .c-subpage-common-list,
  .health-check .c-subpage-common-list {
    padding: 35px 100px;
  }
}

@media screen and (max-width: 767px) {

  .p-general-internal-medicine .c-subpage-common-list,
  .health-check .c-subpage-common-list {
    padding: 35px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-diabetes .c-subpage-common-list .l-container-small {
    padding: 0 20px;
  }
}

.c-subpage-common-list__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: auto;
}

@media screen and (max-width: 1090px) {
  .c-subpage-common-list__inner {
    /* justify-content: flex-start; */
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__inner {
    gap: 10px;
  }
}

.c-subpage-common-list__item {
  /* width: calc(25% - 15px); */
  width: 240px;
}

@media screen and (max-width: 1090px) {
  .c-subpage-common-list__item {
    width: calc(33.3% - 13.3333333333px);
  }
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item {
    width: calc(50% - 5px);
  }
}

.c-subpage-common-list__item>a {
  background: url(../img/icon_arrow_gr.svg) no-repeat center bottom 5px;
  background-size: 10px auto;
  display: block;
  width: 100%;
  height: 50px;
  padding: 11px 10px 10px 10px;
  border-radius: 8px;
  border: solid 1px #fff;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-family: "Zen Maru Gothic Bold", sans-serif;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.15em;
  text-align: center;
  color: #074C51;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .c-subpage-common-list__item>a {
    padding: 13px 5px;
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 374px) {
  .c-subpage-common-list__item>a {
    font-size: 12px;
  }
}

.c-subpage-common-list__item>a:hover {
  background-color: #12B5BE;
  color: #fff;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  height: 270px;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv {
    height: 200px;
  }
}

.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__img {
    height: 200px;
    background-position: 60% 50%;
  }

  body.lifestyle-disease .c-subpage-kv__img {
    background-position: 70% 50%;
  }

  body.medical .c-subpage-kv__img {
    background-position: 80% 50%;
  }

  body.prevention .c-subpage-kv__img {
    background-position: 72% 50%;
  }

  body.clinic .c-subpage-kv__img {
    background-position: 61% 50%;
  }

  body.blog .c-subpage-kv__img {
    background-position: 86% 50%;
  }

  .first-visit .c-subpage-kv__img {
    background-position: 80% 50%;
  }

  .privacy-policy .c-subpage-kv__img {
    background-position: 70% 50%;
  }

  .endocrine-disease .c-subpage-kv__img {
    background-position: 88% 50%;
  }

  .health-check .c-subpage-kv__img {
    background-position: 80% 50%;
  }

  .vaccine .c-subpage-kv__img {
    background-position: 77% 50%;
  }
}

.c-subpage-kv__heading {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 0 0px 0;
  text-align: center;
  font-family: "Zen Maru Gothic Bold", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__heading {
    top: 70px;
  }
}

.c-subpage-kv__textBig {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__textBig {
    font-size: 30px;
  }

  .vaccine .c-subpage-kv__textBig {
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .vaccine .c-subpage-kv__heading {
    top: 40px;
  }
}

.c-subpage-kv__textSmall {
  position: relative;
  font-size: 16px;
  font-family: "dinr_B", sans-serif;
  font-weight: 700;
  color: #0A8086;
  line-height: 1.4;
  letter-spacing: 0.2em;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-subpage-kv__textSmall {
    font-size: 16px;
  }
}

/* スマホ時の背景調整 */
@media screen and (max-width: 767px) {}

/*  Table1 */
.c-table01 {
  width: 100%;
  border: 1px solid #ccc;
}

.c-table01 th {
  width: 30%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
    text-align: left;
  }
}

.c-table01 td {
  width: 70%;
  padding: 10px 20px;
  border: none;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 20px;
  }
}

/* Page Title */
.c-page__maintitle {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px 0 40px 125px;
  border-bottom: 3px solid #3ba3d5;
  background: url("./img/icon_maintitle01.png") no-repeat 0px 50%;
  color: #3ba3d5;
  font-size: 3rem;
}

.c-fix-banner {
  display: block;
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 778;
}
.c-fix-banner img {
  width: 50px;
}
.c-fix-banner a {
  pointer-events: visible;
}
@media screen and (max-width:767px)   {
  .c-fix-banner {
    display: none;
  }

}