@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");

@font-face {
  src: "../font/TimesNewRoman.otf" format("opentype");
  font-family: "Times New Roman";
}
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  color: inherit;
  font: inherit;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.sp-only {
  display: block !important;
}
.sp-only-flex {
  display: flex !important;
}

.pc-only {
  display: none !important;
}
.pc-only-flex {
  display: none !important;
}

.c-header-catch {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
}

.c-header-sponsored {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 16.5px;
}

.c-btn-primary {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 58px;
  padding: 17px;
  border-radius: 1000px;
  background: linear-gradient(252.44deg, #27b1db 0%, #81e5d5 100%);
  box-shadow: 0 4px 0 0 #27b1db;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.c-btn-primary svg {
  margin-right: 8px;
}
.c-btn-primary span {
  display: flex;
  position: relative;
  align-items: center;
}
.c-btn-primary__txt {
  flex-direction: column;
  align-items: flex-start !important;
}
.c-btn-primary__caption {
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
}

.c-btn-secondary {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 61px;
  padding: 17px;
  border-radius: 100px;
  background: linear-gradient(252.44deg, #27b1db 0%, #81e5d5 100%);
  box-shadow: 0 4px 0 0 #27b1db;
  color: #27b1db;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
}
.c-btn-secondary::after {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: 57px;
  border-radius: 100px;
  background: #fff;
  content: "";
}
.c-btn-secondary span {
  z-index: 1;
  position: relative;
}
.c-btn-secondary svg {
  position: relative;
  top: 3px;
  margin-left: 8px;
}

.c-btn-conversion {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 58px;
  padding: 17px;
  border-radius: 1000px;
  background: #FC8D88;
  box-shadow: 0 4px 0 0 #BF5E5A;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.c-btn-conversion svg {
  margin-right: 8px;
}
.c-btn-conversion span {
  display: flex;
  position: relative;
  align-items: center;
}
.c-btn-conversion__txt {
  flex-direction: column;
  align-items: flex-start;
}
.c-btn-conversion__caption {
  font-weight: 700;
  font-size: 10px;
  line-height: 18px;
}

.c-btn-anchor {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 14px 16px;
  background: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.c-btn-anchor svg {
  margin-right: 8px;
}

.c-title-1 {
  position: relative;
  padding: 36px 0 21px;
  color: #244059;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}
.c-title-1 svg {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title-1::after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 5px;
  transform: translateX(-50%);
  background: linear-gradient(252.44deg, #27b1db 0%, #81e5d5 100%);
  content: "";
}
.c-title-1 span {
  font-size: 16px;
  line-height: 24px;
}

.c-title-2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
}

.c-title-3 {
  padding-bottom: 12px;
  border-bottom: solid 3px #a3e3e3;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.c-title-4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
}

.c-txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
.c-txt sup {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: -3px;
  transform: scale(0.8);
  transform-origin: left top;
  font-size: 10px;
}
.c-txt a {
  text-decoration: underline;
}
.c-txt a:hover {
  text-decoration: none;
}

.c-caption {
  position: relative;
  padding: 0 0 0 1em;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}
.c-caption::before {
  display: inline;
  position: absolute;
  top: -2px;
  left: 0;
  content: "※";
}

.c-img-wrap {
  display: inline-block;
  box-shadow: 7.1632652283px 7.1632652283px 0 0 rgba(36, 64, 89, 0.5019607843);
}
.c-img-wrap img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  pointer-events: none;
  user-select: none;
}

.c-img-wrap-mn {
  position: relative;
  max-width: 964px;
  margin: 0 auto;
}
.c-img-wrap-mn::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 26.67vw;
  height: 4.8vw;
  background: url(data:image/png;base64,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) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
}

.c-img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  display: block;
  pointer-events: none;
  user-select: none;
}
.c-img + .c-caption {
  text-align: center;
}
.c-img + .c-caption::before {
  content: "";
}

.c-date-area {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.c-movie {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding-top: 56.25%;
}
.c-movie-area {
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 640px;
  margin: 24px auto 0;
}
.c-movie-area iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.c-movie-area__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.c-movie-area__img {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto;
}
.c-movie-area__img-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 34.67vw;
  height: auto;
  margin: auto;
}
.c-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-header {
  padding: 16px 20px 106px;
}
.p-header .c-header-catch {
  margin-top: 64px;
}
.p-header .c-btn-primary {
  margin: 24px auto 0;
}
.p-header-catch__description {
  margin-top: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.p-footer {
  margin-bottom: 85px;
  padding: 16px;
  background: #27b1db;
}
.p-footer__copy {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-section01__inner {
  position: relative;
  padding: 48px 24px 48px;
  background: #e8f7f7;
}
.p-section01__inner .c-img-wrap {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.p-section01__inner .c-img-wrap img {
  width: 100%;
}
.p-section01 .c-title-2 {
  margin-top: 24px;
}

.p-section02 {
  padding-bottom: 56px;
}
.p-section02__inner {
  position: relative;
  padding: 48px 24px 0;
}
.p-section02__inner .c-img-wrap {
  position: relative;
  width: 100%;
  margin-top: 24px;
}
.p-section02__inner .c-img-wrap img {
  width: 100%;
}
.p-section02 .c-title-2 {
  margin-top: 24px;
}
.p-section02 .p-profile-area {
  margin: 0 24px;
}

.p-section03 {
  position: relative;
  padding: 56px 24px;
  background: #e8f7f7;
}
.p-section03__area {
  margin-top: 24px;
  padding: 24px;
  background: #fff;
}
.p-section03 .c-date-area {
  margin-top: 36px;
}

.p-section04 {
  margin-top: 36px;
}
.p-section04 .c-title-1__wrap {
  position: relative;
  top: inherit !important;
  left: inherit !important;
  transform: none !important;
}
.p-section04__hospital {
  display: flex;
  flex-direction: column;
  margin: 64px 0 0;
  gap: 48px;
}
.p-section04__hospital-block {
  display: flex;
  position: relative;
  margin-top: 48px;
  gap: 50px;
  background: var(--Gray-10, #faf9f9);
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.24));
}
.p-section04__hospital-block::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 16px;
  background: var(--Key-Gradient, linear-gradient(252deg, #27b1db 0%, #81e5d5 100%));
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.p-section04__hospital-block__img {
  flex: 0 0 515px;
  width: 515px;
}
.p-section04__hospital-block__img img {
  width: 100%;
}
.p-section04__hospital-block__info {
  padding: 34px 0;
}
.p-section04__hospital-block__info-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.88px;
}
.p-section04__hospital-block__info-name {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.56px;
}
.p-section04__hospital-block__info-link {
  display: flex;
  align-items: flex-start;
  margin: 16px 0 0;
  gap: 8px;
  color: var(--Navy, #244059);
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}
.p-section04__hospital-block__info-link svg {
  position: relative;
  position: relative;
  top: -2px;
  min-width: 20px;
}
.p-section04__hospital-block__info-link p {
  display: flex;
  justify-content: space-between;
}
.p-section04__hospital-block__info-link p span {
  display: inline-block;
  position: relative;
  min-width: 94px;
  margin-right: 8px;
}
.p-section04__hospital-block__info-link p span::after {
  position: absolute;
  right: 0;
  content: ":";
}
.p-section04__hospital-block__info-link a {
  color: var(--Key, #27b1db);
  font-weight: 500;
  word-break: break-all;
  overflow-wrap: break-word;
}

.p-section-movie {
  position: relative;
  padding: 48px 24px;
  background: #faf9f9;
}

.p-profile-area {
  padding: 16px 16px 24px;
  background: #faf9f9;
}
.p-profile-area__title {
  position: relative;
  margin: 0 -16px;
  padding: 0 15px 0 21px;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}
.p-profile-area__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(252.44deg, #27b1db 0%, #81e5d5 100%);
  content: "";
}
.p-profile-area__block {
  display: flex;
  position: relative;
  align-items: center;
}
.p-profile-area__block:has(.p-profile-area__btn, .p-profile-area__btn-conversion) {
  padding-bottom: 52px;
}
.p-profile-area__block.is-bt-two {
  padding-bottom: 104px;
}
.p-profile-area__block.is-bt-two .p-profile-area__block-right .p-profile-area__btn.is-first, .p-profile-area__block.is-bt-two .p-profile-area__block-right .is-first.p-profile-area__btn-conversion {
  bottom: 52px;
}
.p-profile-area__block-img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  width: 100px;
  pointer-events: none;
  user-select: none;
}
.p-profile-area__block-wrap {
  margin-top: 16px;
}
.p-profile-area__block-wrap.is-top {
  align-items: flex-start;
}
.p-profile-area__block-wrap .p-profile-area__block {
  margin-top: 24px;
}
.p-profile-area__block-wrap .p-profile-area__block:first-child {
  margin-top: 0;
}
.p-profile-area__block-right {
  padding-left: 16px;
}
.p-profile-area__name ruby {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.p-profile-area__name ruby[data-ruby] {
  position: relative;
}
.p-profile-area__name ruby[data-ruby]::before {
  position: absolute;
  top: -1.2em;
  right: -2em;
  left: -2.1em;
  content: attr(data-ruby);
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}
.p-profile-area__name span {
  padding-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.p-profile-area__btn, .p-profile-area__btn-conversion {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 100%;
  height: 36px;
  margin-top: 16px;
  border: solid 2px #27b1db;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 2px 0 0 #27b1db;
  color: #27b1db;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.p-profile-area__btn-conversion {
  border: solid 2px #fc8d88;
  background: #fc8d88;
  box-shadow: 0 4px 0 0 #bf5e5a;
  color: #fff;
}
.p-profile-area__block-interview {
  display: block;
  position: relative;
}
.p-profile-area__block-interview-wrap {
  width: 100%;
  width: 100%;
  margin-top: 32px;
}
.p-profile-area__block-interview-wrap h5 {
  display: contents;
  font-size: 13px;
}
.p-profile-area__block-interview-wrap-ttl {
  margin-top: 24px;
}
.p-profile-area__block-interview-wrap-ttl h5 {
  display: contents;
  font-size: 13px;
}
.p-profile-area__block-interview-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.p-profile-area__block-interview-button {
  position: relative;
  margin-top: 16px;
  padding: 16px;
  background-color: #FFF;
}
.p-profile-area__block-interview-button:hover {
  background-color: #F2F2F2;
}
.p-profile-area__block-interview-button::after {
  z-index: 100;
  position: absolute;
  right: -8px;
  bottom: -13px;
  transform: scale(0.5);
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAhCAMAAACP+FljAAAAZlBMVEUAAABj1dhQytk/wNkyuNty3dd54dUpstuB5dVCwdo/v9pUzNlNx9k5vNo8vtpQytlYzthKxtlEw9lHxNo3u9pf0tg0udtc0Nhu29dj1Ndp2Ndm1tcxt9svttt03tcstNt64tYps9w80FjsAAAACXRSTlMAf39/f39/f3+ZLuZmAAAA5ElEQVQ4y4XRVxaDIBRFUaOmWMCGvc9/knnkSYuI/p69vLDwbr73Xd/dPVx3d5/X1dknNwibCcR1D1jTuEBAGHOBgBLCwXzV45i6QBAhAGHvZRQBAGEHfiVBM9t6UYEQG5aeFkWlNs49S1MAJQBqA36CQG6cepKBqI4Nxv7AI88T+Qs8hNlbAQp5D6PXCLiQG3rv67bVNhDova9rtSHuofo4SpBph5B9AIAb+iEoOfqzG4bR2MD3IER0E2TqPbAvHQg8RGsBrwXA6RcIKO+bHeA9eAewALBveJ8NARcI1D1+4O77AriJI2M8mPiDAAAAAElFTkSuQmCC);
}
.p-profile-area__block-interview-img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  width: 100%;
  pointer-events: none;
  user-select: none;
}
.p-profile-area__block-interview-img img {
  -o-object-fit: contain;
  width: 100%;
     object-fit: contain;
}
.p-profile-area__block-interview-img-other {
  width: 215px;
}
.p-profile-area__block-interview-img-other img {
  -o-object-fit: contain;
  width: 100%;
     object-fit: contain;
}
.p-profile-area__block-interview-right-ttl {
  margin-top: 16px;
  font-size: 14px;
}
.p-profile-area__block-interview-right-txt {
  margin-top: 8px;
  color: #666;
  font-weight: 400;
  font-size: 12px;
}
.p-profile-area__block-wrap-ttl {
  margin-top: 16px;
}

.p-btn-wrap-col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-btn-wrap-col3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.p-btn-fixed-wrap {
  z-index: 9000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 16px 14px;
  background: rgba(255, 255, 255, 0.5);
}
.p-btn-fixed-wrap .c-btn-conversion,
.p-btn-fixed-wrap .c-btn-secondary {
  margin: 0 auto;
}

.p-btn-fixed-wrap-col2 {
  display: flex;
  z-index: 9000;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  padding: 10px 16px 14px;
  padding: 0;
  gap: 0;
  background: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.p-btn-fixed-wrap-col2 .c-btn-conversion,
.p-btn-fixed-wrap-col2 .c-btn-primary {
  box-sizing: border-box;
  max-width: 50%;
  height: 73px;
  margin: 0 0 4px;
}
.p-btn-fixed-wrap-col2 .c-btn-conversion svg,
.p-btn-fixed-wrap-col2 .c-btn-primary svg {
  width: 18px;
  margin-left: 8px;
}
.p-btn-fixed-wrap-col2 > :first-child {
  padding: 0;
  border-radius: 10px 0 0 0;
}
.p-btn-fixed-wrap-col2 > :nth-child(n+2) {
  padding: 0;
  border-radius: 0 10px 0 0;
}

.p-anchor-list--col2, .p-anchor-list--col3, .p-anchor-list--col4 {
  display: flex;
  flex-direction: column;
}
.p-anchor-list--col2 .c-btn-anchor {
  width: 100%;
}
.p-anchor-list--col3 .c-btn-anchor {
  width: 100%;
}
.p-anchor-list--col4 .c-btn-anchor {
  width: 100%;
}
.p-anchor-list__item {
  margin-top: 12px;
}
.p-anchor-list__item:first-child {
  margin-top: 0;
}

.p-article-list {
  width: 100%;
  margin-top: 16px;
}
.p-article-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -1px;
}
.p-article-list-item:first-of-type {
  margin-top: 0;
}
.p-article-list-item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #fff;
}
.p-article-list-img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.p-article-list-img img {
  width: 100%;
  vertical-align: bottom;
}
.p-article-list-arrow {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.p-article-list-arrow img {
  width: 100%;
}
.p-article-list-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
  width: 100%;
  max-height: 63px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
}
.p-article-list-area {
  width: 100%;
  margin: 36px auto 0;
}
.p-article-list-area + .p-profile-area {
  margin-top: 32px !important;
}
.p-article-list-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.p-notice-page__wrapper .p-footer {
  margin-bottom: 0;
}
.p-notice-page__header {
  position: relative;
  padding: 16px 16px 81px 16px;
}
.p-notice-page__header-sponsored {
  position: absolute;
  top: 20px;
  right: 16px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
}
.p-notice-page__header-catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.p-notice-page__header-catch span {
  display: flex;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
}
.p-notice-page__main {
  position: relative;
  padding: 0 16px 64px;
}
.p-notice-page__main .c-btn-secondary {
  margin-top: 64px;
}
.p-notice-page__breadcrumb {
  display: flex;
  padding: 16px 24px;
}
.p-notice-page__breadcrumb-wrap {
  position: relative;
  top: -21px;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.p-notice-page__breadcrumb-item {
  margin-right: 5px;
  padding-right: 17px;
  background: url(/hospital-features/assets/images/icon-arrow-fe4ebc25.svg) right center no-repeat;
  line-height: 100%;
}
.p-notice-page__breadcrumb-item:last-child {
  padding-right: 0;
  background: none;
}
.p-notice-page__breadcrumb-item a {
  color: #333;
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  text-decoration: underline;
}
.p-notice-page__breadcrumb-item span {
  color: #ccc;
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
}
.p-notice-page__article-list-item {
  padding: 16px 0;
  border-bottom: solid 1px #f2f2f2;
}
.p-notice-page__article-date {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}
.p-notice-page__article-title {
  color: #27b1db;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
}
.p-notice-page__article-title svg {
  position: relative;
  top: 6px;
  margin-left: 4px;
}
.p-notice-page__paging {
  position: relative;
  width: 290px;
  margin: 24px auto 0;
  font-size: 14px;
}
.p-notice-page__paging-data {
  margin-top: 24px;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.p-notice-page__paging ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.p-notice-page__paging ul li {
  width: 32px;
}
.p-notice-page__paging ul li:first-child a,
.p-notice-page__paging ul li:first-child span {
  border-left: solid 1px #cae5e5;
  border-radius: 4px 0 0 4px;
}
.p-notice-page__paging ul li:last-child a,
.p-notice-page__paging ul li:last-child span {
  border-radius: 0 4px 4px 0;
}
.p-notice-page__paging ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  border-top: solid 1px #a3e3e3;
  border-right: solid 1px #a3e3e3;
  border-bottom: solid 1px #a3e3e3;
  background: #fff;
  color: #27b1db;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  transition: 0.3s ease;
}
.p-notice-page__paging ul li span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: solid 1px #a3e3e3;
  border-right: solid 1px #a3e3e3;
  border-bottom: solid 1px #a3e3e3;
  background: #fff;
  color: #bce0e0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  transition: 0.3s ease;
}
.p-notice-page__paging-current a {
  border-color: #27b1db !important;
  background: #27b1db !important;
  color: #fff !important;
}
.p-notice-page__paging-center a {
  color: #bce0e0 !important;
  font-size: 1rem !important;
}
.p-notice-page__paging-prev, .p-notice-page__paging-next {
  display: block;
}
.p-notice-page__paging-prev a svg, .p-notice-page__paging-next a svg {
  width: 10px;
  height: 12px;
}
.p-notice-page__paging-prev a svg path, .p-notice-page__paging-next a svg path {
  fill: #27b1db;
}
.p-notice-page__paging-prev span svg, .p-notice-page__paging-next span svg {
  width: 10px;
  height: 12px;
}
.p-notice-page__paging-prev span svg path, .p-notice-page__paging-next span svg path {
  fill: #e5e5e5;
}
.p-notice-page__paging-prev svg {
  transform: rotate(180deg);
}
.p-notice-page__paging-off {
  opacity: 0.4;
}
.p-notice-page__paging.is-active-hover ul li a:hover {
  transition: background-color 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-notice-area {
  position: relative;
  margin-top: 48px;
  padding: 0 24px;
}
.p-notice-area__title {
  position: relative;
  padding: 0 0 0 21px;
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
}
.p-notice-area__title::before {
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(-90deg, #27B1DB 0%, #81E5D5 100%);
  content: "";
}
.p-notice-area__title-link {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  color: #27b1db;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}
.p-notice-area__title-link svg {
  width: 20px;
  margin-right: 4px;
}
.p-notice-area__list {
  margin-top: 8px;
}
.p-notice-area__list-item {
  padding: 16px 0;
  border-bottom: solid 1px #f2f2f2;
}
.p-notice-area__list-date {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
}
.p-notice-area__list-title {
  color: #27b1db;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: underline;
}
.p-notice-area__list-title svg {
  position: relative;
  top: 6px;
  margin-left: 4px;
}

.p-other-disease-nav {
  margin-top: 48px;
}
.p-other-disease-nav__title {
  position: relative;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.p-other-disease-nav__title span {
  z-index: 1;
  position: relative;
  padding: 0 27px;
  background: #e8f7f7;
}
.p-other-disease-nav__title::before {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #a3e3e3;
  content: "";
}
.p-other-disease-nav__list-col3 {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 16px;
}
.p-other-disease-nav__btn {
  display: flex;
  padding: 2px;
  border-radius: 8px;
  background: linear-gradient(252.44deg, #27B1DB 0%, #81E5D5 100%);
  box-shadow: 0px 4px 0px 0px #27B1DB;
}
.p-other-disease-nav__btn:hover span svg circle {
  fill: #fff;
  stroke: #fff;
}
.p-other-disease-nav__btn:hover span svg path {
  stroke: #27b1db;
}
.p-other-disease-nav__btn span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 32px;
  border-radius: 7px;
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
}
.p-other-disease-nav + .p-btn-wrap-col2 {
  margin-top: 56px !important;
}

.p-surgery-list, .p-surgery-list--block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
}
.p-surgery-list--block .p-surgery-list__item {
  box-sizing: border-box;
  padding-bottom: 24px;
}
.p-surgery-list--block .p-surgery-list__item:last-child {
  padding-bottom: 0;
}
.p-surgery-list__title {
  position: relative;
  margin-top: 24px;
  padding-left: 21px;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
}
.p-surgery-list__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(252.44deg, #27b1db 0%, #81e5d5 100%);
  content: "";
}
.p-surgery-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  border-bottom: solid 1px #e5e5e5;
}
.p-surgery-list__item:first-child {
  padding-top: 0;
}
.p-surgery-list__item:last-child {
  border: none;
}
.p-surgery-list__year {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}
.p-surgery-list__period {
  margin-top: 4px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.p-surgery-list__number {
  margin-top: 4px;
  color: #27b1db;
  font-weight: 700;
  font-size: 56px;
  line-height: 150%;
}
.p-surgery-list__number span {
  padding-left: 4px;
  color: #333;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.p-surgery-list__block {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 4px;
  padding: 16px;
  border-radius: 4px;
  background: #e8f7f7;
}
.p-surgery-list__block::before {
  position: absolute;
  top: -12px;
  left: calc(50% - 16px);
  width: 32px;
  height: 27.7128129211px;
  background: #e8f7f7;
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.p-surgery-list__block-line {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 8px;
  background-image: linear-gradient(to right, #999 2px, transparent 2px);
  background-position: left center;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.p-surgery-list__block-line:first-child {
  margin-top: 0;
}
.p-surgery-list__block-name {
  padding-right: 8px;
  background: #e8f7f7;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.p-surgery-list__block-name-caption {
  color: #333;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.p-surgery-list__block-number {
  padding-left: 8px;
  background: #e8f7f7;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.p-banner-wrap {
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
  padding: 0 24px;
  gap: 20px;
}

@media screen and (min-width: 768px){
  .sp-only {
    display: none !important;
  }
  .sp-only-flex {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
  .pc-only-flex {
    display: flex !important;
  }
  .c-header-logo svg {
    width: 180px;
    height: auto;
  }
  .c-header-catch {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
  }
  .c-header-sponsored {
    top: 30px;
    right: 30px;
  }
  .c-btn-primary {
    max-width: 400px;
    height: 61px;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
  }
  .c-btn-primary:hover {
    background: linear-gradient(80.74deg, #27b1db 14.02%, #81e5d5 85.98%);
  }
  .c-btn-secondary {
    font-size: 18px;
  }
  .c-btn-secondary:hover {
    color: #fff;
  }
  .c-btn-secondary:hover::after {
    background: linear-gradient(252.44deg, #27b1db 0%, #81e5d5 100%);
  }
  .c-btn-secondary:hover svg path {
    fill: #fff;
  }
  .c-btn-conversion {
    max-width: 400px;
    height: 61px;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
  }
  .c-btn-conversion:hover {
    background: #E47873;
  }
  .c-btn-anchor {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 258px;
    min-height: 62px;
    padding: 9px 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .c-btn-anchor br {
    display: none;
  }
  .c-btn-anchor:hover {
    background: #f2f2f2;
  }
  .c-title-1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
  }
  .c-title-1 span {
    font-size: 18px;
    line-height: 27px;
  }
  .c-title-2 {
    font-size: 32px;
    line-height: 48px;
  }
  .c-title-3 {
    font-size: 32px;
    line-height: 48px;
  }
  .c-title-4 {
    font-size: 24px;
    line-height: 43px;
  }
  .c-txt sup {
    top: -4px;
  }
  .c-txt {
    font-size: 16px;
    line-height: 29px;
  }
  .c-img-wrap-mn::after {
    width: 200px;
    height: 36px;
    background: url(/hospital-features/assets/images/copy_mn-0b21d77e.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .c-movie-area {
    margin-top: 16px;
  }
  .c-movie-area__title {
    margin-top: 32px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }
  .c-movie-area__img-icon {
    width: 232px;
    height: 110px;
  }
  .c-movie {
    margin-top: 16px;
  }
  .p-header {
    padding: 24px 25px 106px;
  }
  .p-header-catch__description {
    font-size: 28px;
    line-height: 42px;
  }
  .p-section03 {
    padding: 64px;
  }
  .p-section03__area {
    padding: 64px;
  }
  .p-section03 .c-date-area {
    margin-top: 64px;
  }
  .p-section04 {
    margin-top: 64px;
  }
  .p-section-movie {
    padding: 64px;
  }
  .p-profile-area {
    padding: 26px 32px 24px;
  }
  .p-profile-area__title {
    margin: 0 -32px;
    padding: 0 32px 0 27px;
    font-size: 20px;
    line-height: 36px;
  }
  .p-profile-area__block:has(.p-profile-area__btn, .p-profile-area__btn-conversion) {
    padding-bottom: 0;
  }
  .p-profile-area__block {
    padding-bottom: 0;
  }
  .p-profile-area__block.is-bt-two {
    padding-bottom: 0;
  }
  .p-profile-area__block.is-bt-two .p-profile-area__block-right .p-profile-area__btn.is-first, .p-profile-area__block.is-bt-two .p-profile-area__block-right .is-first.p-profile-area__btn-conversion {
    bottom: 0;
  }
  .p-profile-area__block-right {
    width: 223px;
  }
  .p-profile-area__btn, .p-profile-area__btn-conversion {
    position: relative;
    max-width: 223px;
  }
  .p-profile-area__btn:hover, .p-profile-area__btn-conversion:hover {
    background: #e8f7f7;
  }
  .p-profile-area__btn-conversion:hover {
    border: solid 2px #E47873;
    background: #E47873;
  }
  .p-profile-area__block-interview {
    display: flex;
    align-items: center;
  }
  .p-profile-area__block-interview-wrap h5 {
    font-size: 16px;
  }
  .p-profile-area__block-interview-wrap-ttl h5 {
    font-size: 16px;
  }
  .p-profile-area__block-interview-button {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  }
  .p-profile-area__block-interview-img {
    width: 96px;
  }
  .p-profile-area__block-interview-img-other {
    width: 96px;
  }
  .p-profile-area__block-interview-right {
    padding-left: 16px;
  }
  .p-profile-area__block-interview-right-ttl {
    margin-top: 0px;
  }
  .p-btn-wrap-col2 {
    flex-direction: row;
    justify-content: center;
  }
  .p-btn-wrap-col3 .c-btn-primary,
  .p-btn-wrap-col3 .c-secondary {
    max-width: 354px;
  }
  .p-btn-fixed-wrap-col2 {
    justify-content: center;
    padding: 10px 16px 14px;
    gap: 24px;
    background: rgba(255, 255, 255, 0.5);
  }
  .p-btn-fixed-wrap-col2 .c-btn-conversion,
  .p-btn-fixed-wrap-col2 .c-btn-primary {
    max-width: 400px;
    height: 61px;
    margin: 0;
    border-radius: 1000px;
  }
  .p-btn-fixed-wrap-col2 .c-btn-conversion svg,
  .p-btn-fixed-wrap-col2 .c-btn-primary svg {
    width: auto;
  }
  .p-btn-fixed-wrap-col2 .c-btn-primary {
    position: relative;
  }
  .p-anchor-list--col2, .p-anchor-list--col3, .p-anchor-list--col4 {
    flex-direction: row;
    justify-content: center;
  }
  .p-anchor-list--col2 .p-anchor-list__item {
    width: calc(50% - 16px);
    max-width: 258px;
  }
  .p-anchor-list--col3 .p-anchor-list__item {
    width: calc(33% - 16px);
    max-width: 258px;
  }
  .p-anchor-list--col4 .p-anchor-list__item {
    width: calc(25% - 16px);
    max-width: 258px;
  }
  .p-anchor-list__item {
    margin-top: 0;
    margin-right: 16px;
  }
  .p-anchor-list__item:last-child {
    margin-right: 0;
  }
  .p-article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .p-article-list-item {
    width: calc(50% - 12px);
    margin-top: 0;
  }
  .p-article-list-item a {
    padding: 16px 12px;
  }
  .p-article-list-item a:hover {
    background: #f2f2f2;
  }
  .p-article-list-img {
    width: 64px;
    height: 64px;
  }
  .p-article-list-arrow {
    width: 24px;
    height: 24px;
    margin-left: 16px;
  }
  .p-article-list-area {
    max-width: 1000px;
    margin-top: 48px;
  }
  .p-article-list-area + .p-profile-area {
    margin-top: 40px !important;
  }
  .p-article-list-title {
    font-size: 20px;
    line-height: 30px;
  }
  .p-notice-page__header {
    padding: 24px 24px 101px 24px;
  }
  .p-notice-page__header-logo svg {
    width: 180px;
    height: auto;
  }
  .p-notice-page__header-sponsored {
    top: 30px;
    right: 30px;
  }
  .p-notice-page__header-catch {
    margin-top: 31px;
    font-size: 40px;
    line-height: 115%;
  }
  .p-notice-page__header-catch span {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 120%;
  }
  .p-notice-page__main {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 16px 80px;
  }
  .p-notice-page__main .c-btn-secondary {
    margin: 80px auto 0;
  }
  .p-notice-page__breadcrumb {
    padding: 24px;
  }
  .p-notice-page__breadcrumb-wrap {
    top: -30px;
  }
  .p-notice-page__breadcrumb-item a:hover {
    text-decoration: none;
  }
  .p-notice-page__article-list-item {
    display: flex;
    align-items: center;
    padding: 24px 0;
  }
  .p-notice-page__article-date {
    font-size: 16px;
  }
  .p-notice-page__article-title {
    margin-left: 180px;
  }
  .p-notice-page__article-title:hover {
    text-decoration: none;
  }
  .p-notice-page__paging {
    margin: 16px auto 0;
  }
  .p-notice-area {
    margin-top: 80px;
  }
  .p-notice-area__title {
    font-size: 20px;
  }
  .p-notice-area__title-link {
    font-size: 16px;
  }
  .p-notice-area__title-link svg {
    width: 24px;
    margin-right: 10px;
  }
  .p-notice-area__list-item {
    display: flex;
    align-items: center;
    padding: 24px 0;
  }
  .p-notice-area__list-date {
    font-size: 16px;
  }
  .p-notice-area__list-title {
    margin-left: 180px;
  }
  .p-notice-area__list-title:hover {
    text-decoration: none;
  }
  .p-other-disease-nav {
    margin-top: 72px;
  }
  .p-other-disease-nav__title {
    font-size: 24px;
  }
  .p-other-disease-nav__list-col3 {
    flex-direction: row;
  }
  .p-other-disease-nav__list-col3 .p-other-disease-nav__list-item {
    width: 33%;
  }
  .p-other-disease-nav__btn:hover span {
    background: linear-gradient(252.44deg, #27b1db 0%, #81e5d5 100%);
    color: #fff;
  }
  .p-other-disease-nav__btn span {
    flex-direction: row;
    padding: 25px 32px;
  }
  .p-other-disease-nav + .p-btn-wrap-col2 {
    margin-top: 80px !important;
  }
  .p-surgery-list, .p-surgery-list--block {
    flex-direction: row;
  }
  .p-surgery-list--block .p-surgery-list__item {
    padding-right: 32px;
    padding-bottom: 0;
    padding-left: 32px;
  }
  .p-surgery-list--block .p-surgery-list__item:first-child {
    padding-left: 0;
  }
  .p-surgery-list--block .p-surgery-list__item:last-child {
    padding-right: 0;
  }
  .p-surgery-list__title {
    font-size: 20px;
  }
  .p-surgery-list__item {
    width: 33.3%;
    padding-top: 0;
    border-right: solid 1px #e5e5e5;
    border-bottom: none;
  }
  .p-banner-wrap {
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }
  .p-banner-wrap a:hover img {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1024px){
  .c-btn-anchor {
    width: 258px;
  }
  .c-btn-anchor br {
    display: block;
  }
  .c-title-1__wrap {
    position: absolute;
  }
  .p-section01 {
    padding-right: 50px;
  }
  .p-section01__inner {
    min-height: 570px;
    margin-top: -43px;
    margin-bottom: 0;
    padding: 208px 40vw 64px 50px;
  }
  .p-section01__inner .c-img-wrap {
    position: absolute;
    top: 216px;
    right: -50px;
    bottom: auto;
    width: 40vw;
    max-width: 588px;
    margin-top: 0;
  }
  .p-section01__inner .c-title-1__wrap {
    top: 64px;
    left: 50%;
    padding-left: 50px;
    transform: translateX(-50%);
  }
  .p-section01 .c-title-2 {
    margin-top: 0;
  }
  .p-section02 {
    padding-bottom: 80px;
  }
  .p-section02__inner {
    padding: 254px 50px 0 45vw;
  }
  .p-section02__inner .c-title-1__wrap {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-section02__inner .c-img-wrap {
    position: absolute;
    top: 220px;
    left: 0;
    width: 40vw;
    max-width: 588px;
  }
  .p-section02 .c-title-2 {
    margin-top: 0;
  }
  .p-section02 .p-profile-area {
    margin: 48px 50px 0;
  }
  .p-section02__txt-area {
    min-height: 385px;
  }
  .p-section03 {
    padding: 254px 50px 80px;
  }
  .p-section03 .c-title-1__wrap {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-section-movie {
    padding: 254px 50px 80px;
  }
  .p-section-movie .c-title-1__wrap {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-btn-wrap-col3 {
    flex-direction: row;
    justify-content: center;
  }
  .p-notice-area {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1280px){
  .p-section01 {
    padding-right: 180px;
  }
  .p-section01__inner {
    padding: 208px 480px 64px 180px;
  }
  .p-section01__inner .c-img-wrap {
    right: -180px;
  }
  .p-section01__inner .c-title-1__wrap {
    padding-left: 180px;
  }
  .p-section02__inner {
    padding: 254px 180px 0 672px;
  }
  .p-section02 .p-profile-area {
    margin: 48px 180px 0;
  }
  .p-section03 {
    padding: 254px 180px 80px;
  }
  .p-section-movie {
    padding: 254px 180px 80px;
  }
  .p-profile-area__block-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 24px 0;
  }
  .p-profile-area__block-wrap .p-profile-area__block {
    width: 50%;
    margin-top: 0;
  }
  .p-notice-area {
    padding: 0 180px;
  }
}

@media (max-width: 1024px){
  .p-section04__hospital-block {
    flex-direction: column;
    margin-top: 24px;
    gap: 0;
  }
  .p-section04__hospital-block__img {
    flex: 0 0 100%;
    width: 100%;
  }
  .p-section04__hospital-block__info {
    padding: 16px;
  }
  .p-section04__hospital-block__info-title {
    font-size: 18px;
  }
  .p-section04__hospital-block__info-name {
    font-size: 12px;
  }
  .p-section04__hospital-block__info-link {
    font-size: 12px;
  }
}