@charset "UTF-8";
.c-block01 {
  display: grid;
  grid-template-columns: 50% 41%;
  justify-content: space-between;
  gap: 20px 20px;
  padding: 138px 0 198px;
}
@media screen and (max-width: 1090px) {
  .c-block01 {
    grid-template-columns: 50% 44%;
  }
}
@media screen and (max-width: 767px) {
  .c-block01 {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 60px 20px;
    padding: 0px 0 170px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01__contents {
    order: 2;
  }
}
.c-block01__cat {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.13;
}
@media screen and (max-width: 767px) {
  .c-block01__cat {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.c-block01__cat::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #85d8fe;
}
.c-block01__cat > span {
  position: relative;
  padding-right: 15px;
  background-color: #fff;
  z-index: 2;
}
.c-block01__title {
  margin: 20px 0 60px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1090px) {
  .c-block01__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-block01__title {
    margin: 0px 0 50px;
    font-size: 23px;
  }
}
.c-block01__subTitle {
  margin: -10px 0 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}
.c-block01__text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-block01__img {
    order: 1;
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
}

.c-block02__item {
  display: grid;
  grid-template-columns: 29% 66%;
  justify-content: space-between;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 68px;
}
@media screen and (max-width: 1090px) {
  .c-block02__item {
    grid-template-columns: 30% 66%;
  }
}
@media screen and (max-width: 767px) {
  .c-block02__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.c-block02__title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #85d8fe;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .c-block02__title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
}
.c-block02__text {
  line-height: 2;
}

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

/* Button  */
.c-btn01 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.8em 40px 0.9em 28px;
  color: #fff;
  background-color: #14316a;
  transition: all 0.2s;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    max-width: 100%;
    padding: 0.8em 34px 0.9em 24px;
  }
}
.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:hover {
  opacity: 0.7;
}
.c-btn01--light {
  background-color: #234C9D;
}
.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: #234C9D;
  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;
}

.p-common-contact {
  position: relative;
  background: url("../img/contact-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-common-contact {
    padding: 100px 0 50px;
  }
}
.p-common-contact::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  border: 1px solid #fff;
}
.p-common-contact__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1090px) {
  .p-common-contact__inner {
    padding-inline: 20px;
  }
}
.p-common-contact .c-front-heading01 {
  margin: 0 auto 60px;
}
.p-common-contact .c-front-heading01__en {
  margin-bottom: 3px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-common-contact .c-front-heading01__en {
    margin-bottom: 0px;
  }
}
.p-common-contact .c-front-heading01__jp {
  position: relative;
  color: #fff;
  right: -68px;
}
@media screen and (max-width: 767px) {
  .p-common-contact .c-front-heading01__jp {
    right: 0;
  }
}
.p-common-contact .c-front-heading01__jp::before {
  bottom: 9px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-common-contact .c-front-heading01__jp::before {
    bottom: -16px;
  }
}
.p-common-contact .c-front-heading01__jp::after {
  top: 2px;
  bottom: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-common-contact .c-front-heading01__jp::after {
    top: auto;
    bottom: 0;
    left: -13px;
  }
}
.p-common-contact__lead {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fafdf3;
}
@media screen and (max-width: 767px) {
  .p-common-contact__lead {
    margin-bottom: 50px;
    font-size: 14px;
  }
}

.p-common-contact-block01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
}
@media screen and (max-width: 1090px) {
  .p-common-contact-block01 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-common-contact-block01 {
    flex-direction: column;
  }
}

.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;
}
.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: #234C9D;
}
.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: #234C9D;
  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: 100%;
  max-width: 1000px;
  margin: auto;
}
.c-faq__item {
  margin-bottom: 23px;
}
.c-faq dt {
  position: relative;
  padding: 30px 70px 30px 87px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: #234c9d;
  cursor: pointer;
  letter-spacing: 0.15em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-faq dt {
    padding: 8px 46px 8px 44px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-faq dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 23px;
  left: 36px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 45px;
  letter-spacing: 0;
  color: #234c9d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq dt::before {
    top: 8px;
    left: 14px;
    font-size: 21px;
  }
}
.c-faq dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 34px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #234c9d;
  border-right: 1px solid #234c9d;
  transform: rotate(135deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-faq dt::after {
    top: calc(50% - 8px);
    right: 20px;
    width: 10px;
    height: 10px;
  }
}
.c-faq dt.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-faq dt.is-open::after {
  transform: rotate(-45deg);
}
.c-faq dd {
  display: none;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.15em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-faq dd {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.c-faq dd::before {
  content: "A";
  position: absolute;
  top: 39px;
  left: 73px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 45px;
  letter-spacing: 0;
  color: #3ab5e2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq dd::before {
    top: 8px;
    left: 15px;
    font-size: 21px;
  }
}
.c-faq__a-inner {
  padding: 46px 30px 56px 124px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-faq__a-inner {
    padding: 8px 46px 8px 44px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.c-faq__a-inner p {
  margin-bottom: 1.5em;
}

/* 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-heading01 {
  position: relative;
  width: fit-content;
  padding: 10px 0 0 0;
  margin-bottom: 35px;
}
.c-front-heading01__en {
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.29;
  color: #234c9d;
}
@media screen and (max-width: 767px) {
  .c-front-heading01__en {
    font-size: 60px;
  }
}
.c-front-heading01__jp {
  position: absolute;
  top: 9px;
  right: -217px;
  width: fit-content;
  padding: 5px 0 4px 16px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
  color: #14316a;
}
@media screen and (max-width: 767px) {
  .c-front-heading01__jp {
    position: relative;
    right: 0;
    margin: auto;
    font-size: 16px;
  }
}
.c-front-heading01__jp::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 1px;
  height: 51px;
  background-color: #234c9d;
}
@media screen and (max-width: 767px) {
  .c-front-heading01__jp::before {
    bottom: -16px;
  }
}
.c-front-heading01__jp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -13px;
  width: 130px;
  height: 1px;
  background-color: #234c9d;
}
@media screen and (max-width: 767px) {
  .c-front-heading01__jp::after {
    left: -15px;
  }
}

/* Page heading */
.c-subpage-heading01 {
  position: relative;
  margin-bottom: 65px;
}
.c-subpage-heading01--pt2 {
  top: -46px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading01--pt2 {
    top: -29px;
  }
}
.c-subpage-heading01__en {
  position: relative;
  margin: 0 0 25px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #234c9d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading01__en {
    font-size: 50px;
  }
}
.c-subpage-heading01__en--white {
  color: #fff;
}
.c-subpage-heading01__jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading01__jp {
    font-size: 16px;
  }
}
.c-subpage-heading01__jp--white {
  color: #fff;
}

.c-subpage-heading02 {
  position: relative;
  margin-bottom: 80px;
}
.c-subpage-heading02__en {
  position: relative;
  margin: 0 0 22px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  color: #234c9d;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading02__en {
    font-size: 50px;
  }
}
.c-subpage-heading02__en--white {
  color: #fff;
}
.c-subpage-heading02__en-small {
  position: relative;
  margin: -5px 0 22px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #234c9d;
  line-height: 1;
}
.c-subpage-heading02__en-small--white {
  color: #fff;
}
.c-subpage-heading02__jp {
  width: fit-content;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #234c9d;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading02__jp {
    font-size: 16px;
  }
}
.c-subpage-heading02__jp--white {
  color: #fff;
}
.c-subpage-heading02__decoration {
  background: url("../img/suppage-heading02.png") no-repeat 0% 50%;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-subpage-heading02__decoration {
    background: none;
  }
}

.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;
}
.c-gnav .menu > li > a {
  display: block;
  position: relative;
  padding: 15px 30px 13px 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
.c-gnav .menu > li > a > span {
  display: block;
  opacity: 0.75;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  opacity: 0.75;
  color: #fff;
  font-family: "din2014_b", sans-serif;
}
.c-gnav .menu .menu-item-has-children {
  position: relative;
}
.c-gnav .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 70px;
  list-style: none;
  width: 208px;
  padding: 0 0 5px 0;
}
.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 10px 10px 10px;
  color: #fff;
  background-color: rgba(35, 76, 157, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 16px;
  text-align: center;
  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: #0B2D75;
    z-index: 900;
  }
  .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: -1;
    padding: 20px 20px 40px;
    background-color: #0B2D75;
    transform: translateY(-110%);
    transition: all 0.2s ease-out;
    overflow-y: auto;
  }
  .c-nav-sp.is-open {
    transform: translateY(0%);
  }
  .c-nav-sp .menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .c-nav-sp .menu > .menu-item {
    position: relative;
    padding: 0 0px;
  }
  .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;
    padding: 18px 20px 17px 20px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;
  }
  .c-nav-sp .menu > .menu-item > a > span {
    display: block;
    font-size: 12px;
    letter-spacing: 0.2em;
    opacity: 0.75;
    font-family: "din2014_b", sans-serif;
  }
  .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;
    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: #2183B9;
  }
  .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: 16px;
  box-sizing: border-box;
  text-align: center;
  background-color: #234C9D;
  color: white;
  opacity: 0;
  transition: 0.3s;
  z-index: 777;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pageTop {
    width: 60px;
    height: 60px;
    padding-top: 10px;
  }
  .c-pageTop img {
    position: relative;
    top: 3px;
    width: 20px;
    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: flex-start;
    align-items: flex-end;
    gap: 8px;
    width: calc(100% - 60px);
  }
}
.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 rgba(112, 112, 112, 0.2);
}
@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 80px 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: 30px;
  padding: 0px;
}
.c-post-news-list__title {
  width: 100%;
  margin-bottom: 8px;
  padding: 0;
  font-size: 20px;
  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: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #3ab5e2;
}
@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: 3;
}
.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: #fff;
  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: rgba(35, 76, 157, 0.1);
  color: #234C9D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-post-news-list__link-wrap a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #234C9D;
  border-right: 1px solid #234C9D;
  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__title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 33px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #475555;
}
@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: #66a5d1;
}
@media screen and (max-width: 767px) {
  .c-post-blog-list__title .p-block03__title::before {
    width: 8px;
    height: 28px;
  }
}
.c-post-blog-list__info {
  display: flex;
  margin-bottom: 40px;
  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: #cfbf64;
  line-height: 1;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
}
.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;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  /* 内科 */
  /* 消化器内科 */
  /* 肛門外科 */
}
.c-post-blog-list__cat > li > a.internal-medicine {
  background-color: #ef9051;
}
.c-post-blog-list__cat > li > a.gastroenterology {
  background-color: #70b766;
}
.c-post-blog-list__cat > li > a.proctology {
  background-color: #8698e1;
}
.c-post-blog-list__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 30px;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
}
.c-post-blog-list__link-wrap {
  text-align: right;
  color: #3ba3d5;
  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-single__time {
  position: relative;
  top: 5px;
  color: #3ba3d5;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
}
.c-post-single__time--news {
  font-size: 18px;
}

.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-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;
  background-color: #f4f7fb;
}
.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);
}
@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 {
  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-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.15em;
  text-align: center;
  color: #284674;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .c-subpage-common-list__item > a {
    padding: 13px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  .c-subpage-common-list__item > a {
    font-size: 12px;
  }
}
.c-subpage-common-list__item > a:hover {
  background-color: #284674;
  color: #fff;
}

/* 下層ページのキービジュアル */
.c-subpage-kv {
  position: relative;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv {
    height: 200px;
  }
}
.c-subpage-kv__img {
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__img {
    height: 200px;
    background-position: 50% 50%;
  }
}
.c-subpage-kv__heading {
  position: absolute;
  top: 104px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px 0 0px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__heading {
    top: 49px;
  }
}
.c-subpage-kv__textBig {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.72;
  text-align: center;
  color: #8dafc0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__textBig {
    font-size: 35px;
  }
}
.c-subpage-kv__textSmall {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.72;
  letter-spacing: 4.8px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-subpage-kv__textSmall {
    font-size: 16px;
  }
}

/* スマホ時の背景調整 */
@media screen and (max-width: 767px) {
  .first-visit .c-subpage-kv__img {
    background-position: 80% 50%;
  }
  .privacy-policy .c-subpage-kv__img {
    background-position: 70% 50%;
  }
}
/*  Table1 */
.c-table01 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.c-table01 th {
  width: 25%;
  padding: 30px 10px;
  border: none;
  border-bottom: 1px solid #234c9d;
  text-align: left;
  background-color: transparent;
  vertical-align: top;
}
.c-table01 th:first-of-type {
  border-top: 1px solid #234c9d;
}
@media screen and (max-width: 767px) {
  .c-table01 th {
    display: block;
    width: 100%;
    padding: 30px 0px 10px;
    border-bottom: none;
  }
}
.c-table01 td {
  width: 65%;
  padding: 30px 10px;
  border: none;
  border-bottom: 1px solid #234c9d;
  vertical-align: top;
}
.c-table01 td:first-of-type {
  border-top: 1px solid #234c9d;
}
@media screen and (max-width: 767px) {
  .c-table01 td:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 0px 0px 30px;
  }
}

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