@charset "UTF-8";
/*===========================================================*/
/* reset.css */
/*===========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

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

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

html {
  font-size: 62.5%;
}

body {
  background-color: #FFFFFF;
  color: #000;
  font-family: "Rounded M+ 1c";
  font-weight: 500;
  line-height: 1.6;
  max-width: 100%;
  min-height: 100vh;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

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

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

.header {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 80px;
  left: 0;
  opacity: 0.85;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  margin-inline: auto;
  width: calc(100% - 80px);
}

.header__logo {
  width: min(270px, 100%);
}

.header__logo-link {
  flex-basis: 270px;
}

.header__nav-wrapper {
  -moz-column-gap: 32px;
  align-items: center;
  column-gap: 32px;
  display: flex;
  margin-left: auto;
}

.header__list {
  -moz-column-gap: 24px;
  column-gap: 24px;
  display: flex;
}

.header__item {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.header__item::after {
  background-color: #1391E6;
  border-radius: 20px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  width: 0;
}

.header__item:hover {
  color: #1391E6;
}

.header__item:hover::after {
  width: 20px;
}

.header__item.is-active {
  color: #1391E6;
}

.header__item.is-active::after {
  width: 20px;
}

.header__item a {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header__item i {
  font-size: 24px;
}

.header__item-name {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4854545455;
  margin-top: 6px;
}

.header__address {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: right;
}

.header__tel {
  color: #1391E6;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.header__tel i {
  font-size: 28px;
}

.footer__top-wave {
  height: 32px;
  margin-top: 160px;
  position: relative;
  width: 100%;
}

.footer__top-wave::before {
  background: url(../img/wave.png) no-repeat top center/cover;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
}

.footer {
  background-color: #dff1fd;
  padding-top: 56px;
}

.footer__inner {
  margin: 0 auto;
  width: min(1000px, 100%);
}

.footer__information {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 46px 49px 40px;
}

.footer__information-text-wrapper {
  width: min(477px, 100%);
}

.footer__information-address {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 16px;
  text-align: center;
}

.footer__information-address span {
  padding-left: 14px;
}

.footer__information-number {
  color: #1391E6;
  margin-top: 20px;
  text-align: center;
}

.footer__information-number span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer__information-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.footer__information-button {
  border: 1px solid #1391E6;
  border-radius: 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: min(220px, 100%);
}

.footer__information-button:nth-child(1) {
  background-color: #1391E6;
  color: #FFFFFF;
}

.footer__information-button:nth-child(1):hover {
  background-color: #1391E6;
  color: #FFFFFF;
}

.footer__information-button:nth-child(2) {
  background-color: #FFFFFF;
  color: #1391E6;
}

.footer__information-button:nth-child(2):hover {
  background-color: #1391E6;
  color: #FFFFFF;
}

.footer__information-button a {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 17px 60px;
}

.footer__information-schedule {
  margin-top: 20px;
  width: 100%;
}

.footer__information-schedule img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.footer__information-map-wrapper {
  width: min(385px, 100%);
}

.footer__information-map {
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.footer__information-map iframe {
  -o-object-fit: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.footer__list-wrapper {
  margin: 40px 0 0;
  padding-bottom: 60px;
}

.footer__list {
  display: flex;
  justify-content: center;
}

.footer__item:not(:first-child) {
  margin-left: 40px;
}

.footer__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.footer-list__item {
  margin-top: 20px;
  padding-left: 12px;
  position: relative;
}

.footer-list__item::before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #67B0C7;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.footer-list__item-link {
  font-size: 1.6rem;
  line-height: 1.75;
}

.footer-list__row {
  display: flex;
}

.footer-list__row-right {
  margin-left: 20px;
}

.footer__copy-right {
  background-color: #1391E6;
  height: 55px;
  padding: 15px 0;
  text-align: center;
}

.footer__copy-right small {
  color: #FFFFFF;
  display: inline-block;
}

.address-bottom {
  -moz-column-gap: 12px;
  align-items: center;
  background-color: rgb(255, 255, 255);
  bottom: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  column-gap: 12px;
  display: flex;
  height: 55px;
  justify-content: center;
  left: 0;
  opacity: 0.85;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.address-bottom__left {
  width: min(190px, 100%);
}

.address-bottom__tel {
  color: #1391E6;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.address-bottom__tel i {
  height: 18px;
  width: 18px;
}

.address-bottom__time {
  font-size: 1.2rem;
  line-height: 1.6;
}

.address-bottom__right {
  background-color: #1391E6;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 700;
  height: 46px;
  padding: 7px 24px;
  width: min(160px, 100%);
}

.address-bottom__right i::before {
  font-size: 2.8rem;
  line-height: 1.1428571429;
}

.address-bottom__right span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}

.address-bottom__link {
  align-items: center;
  display: flex;
}

.address-bottom__title {
  margin-left: 10px;
}

.web-reserve {
  background-color: #1391E6;
  border-radius: 20px 0 0 20px;
  color: #FFFFFF;
  padding: 21px 17px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 160px;
  transition: all 0.3s ease 0s;
  width: 92px;
  z-index: 50;
}

.web-reserve:hover {
  opacity: 0.8;
}

.web-reserve i {
  font-size: 24px;
}

.web-reserve__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-top: 12px;
  text-align: center;
}

.drawer-icon {
  display: none;
  height: 32px;
  padding: 8.25px 2px;
  position: fixed;
  right: 17px;
  top: 25px;
  transition: all 0.3s ease 0s;
  width: 32px;
  z-index: 600;
}

.drawer-icon.is-active .drawer-icon__bar1 {
  background-color: #FFFFFF;
  top: 7.75px;
  transform: rotate(45deg);
}

.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer-icon.is-active .drawer-icon__bar3 {
  background-color: #FFFFFF;
  top: 7.75px;
  transform: rotate(-45deg);
}

.drawer-icon__bars {
  height: 15.5px;
  position: relative;
  width: 28px;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  background: #1391E6;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 28px;
}

.drawer-icon__bar2 {
  top: 6.125px;
}

.drawer-icon__bar3 {
  top: 12.25px;
}

.drawer-content {
  background: #1391E6;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -5;
}

.drawer-content.is-active {
  opacity: 1;
  z-index: 590;
}

.drawer-content__logo {
  height: 30px;
  margin: 15px 0 0 20px;
  width: 270px;
}

.drawer-content__list {
  left: 50%;
  margin-left: 40px;
  margin-top: 54px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 255px;
}

.drawer-content__item {
  background: transparent url(../img/arrow-white.png) no-repeat center right 12px/12px 12px;
  display: flex;
}

.drawer-content__item:first-child a {
  border-top: 2px dotted #FFFFFF;
}

.drawer-content__item a {
  border-bottom: 2px dotted #FFFFFF;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 18px 0 19px;
  text-decoration: none;
  width: 100%;
}

.drawer-content__item i {
  font-size: 24px;
  margin-right: 14px;
}

.c-section-title__wrapper {
  text-align: center;
}

.c-section-title {
  display: inline-block;
  font-family: "Rounded M+ 1c";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
  position: relative;
}

.c-section-title::before {
  background: url(../img/title-deco.png) no-repeat center center/cover;
  content: "";
  height: 18px;
  left: -96px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
}

.c-section-title::after {
  background: url(../img/title-deco.png) no-repeat center center/cover;
  content: "";
  height: 18px;
  position: absolute;
  right: -96px;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
}

.to-top-button {
  bottom: 40px;
  height: 52px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 52px;
  z-index: 200;
}

.to-top-button a {
  display: block;
}

.to-top-button.is-show {
  opacity: 1;
  visibility: visible;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.pagination .page-numbers {
  align-items: center;
  border: 1px solid #1391E6;
  border-radius: 4px;
  color: #1391E6;
  display: flex;
  font-size: 1.4rem;
  height: 34px;
  justify-content: center;
  line-height: 1.2857142857;
  margin: 0 10px;
  transition: all 0.2s ease 0s;
  width: 34px;
}

.pagination .page-numbers:hover {
  background-color: #1391E6;
  color: #FFFFFF;
}

.pagination .page-numbers .fa-angle-left {
  margin-right: 8px;
  transition: all 0.3s ease 0s;
}

.pagination .page-numbers .fa-angle-right {
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}

.pagination .prev,
.pagination .next {
  background-color: #1391E6;
  color: #FFFFFF;
  width: 82px;
}

.pagination .prev:hover .fa-angle-left {
  transform: translateX(-5px);
}

.pagination .next:hover .fa-angle-right {
  transform: translateX(5px);
}

.pagination .current {
  background-color: #1391E6;
  color: #FFFFFF;
}

.breadcrumb {
  -moz-column-gap: 8px;
  color: #000;
  column-gap: 8px;
  display: flex;
  margin-top: 14px;
}

.breadcrumb span {
  color: rgb(194, 194, 194);
  font-size: 1.2rem;
  line-height: 1.6;
}

.breadcrumb .current-item {
  color: #000;
}

.l-main-visual {
  margin-top: 80px;
  padding-top: 40px;
}

.l-main-visual__inner {
  margin: 0 auto;
  width: calc(100% - 120px);
}

.main-visual__swiper {
  height: 100%;
  position: relative;
  width: 100%;
}

.main-visual__swiper .main-visual__swiper-title {
  bottom: 6.5%;
  height: 120px;
  left: 8%;
  position: absolute;
  width: min(415px, 100%);
  z-index: 10;
}

.main-visual__swiper .main-visual__swiper-wrapper {
  height: 100%;
  width: 100%;
}

.main-visual__swiper .main-visual__swiper-slide {
  height: 100%;
  width: 100%;
}

.main-visual__swiper .main-visual__swiper-slide img {
  -o-object-fit: cover;
  -o-object-position: left;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  object-position: left;
  width: 100%;
}

.main-visual__swiper .swiper-pagination-bullet {
  background-color: rgb(194, 194, 194);
  display: block;
  height: 8px;
  opacity: 1;
  width: 8px;
}

.main-visual__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child),
.main-visual__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
  margin-top: 10px;
}

.main-visual__swiper .swiper-pagination-bullet-active {
  background-color: rgb(19, 145, 230);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  flex-direction: column;
  left: 32px;
  row-gap: 10px;
  top: 590px;
  z-index: -1;
}

.main-visual__prev-button {
  background: transparent url(../img/arrow-left.png) no-repeat center center/contain;
  height: 70px;
  left: 27px;
  top: 40%;
  width: 70px;
}

.main-visual__prev-button::after {
  content: "";
  font-family: none;
}

.main-visual__next-button {
  background: transparent url(../img/arrow-right.png) no-repeat center center/contain;
  height: 70px;
  right: 27px;
  top: 40%;
  width: 70px;
}

.main-visual__next-button::after {
  content: "";
  font-family: none;
}

.main-visual-info {
  -moz-column-gap: 60px;
  column-gap: 60px;
  display: flex;
  margin: 0 auto;
  width: min(1080px, 100%);
}

.main-visual-info__article {
  margin-top: 20px;
  width: min(542px, 100%);
}

.main-visual-info__article-text-wrapper {
  align-items: center;
  border-bottom: 1px solid rgb(57, 57, 57);
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

.main-visual-info__article-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
}

.main-visual-info__article-name::after {
  color: #1391E6;
  content: "NEWS";
  font-size: 12px;
  position: absolute;
  right: -54px;
  top: 62%;
  transform: translateY(-50%);
}

.main-visual-info__article-detail {
  border-bottom: 1px solid rgb(136, 136, 136);
  color: rgb(136, 136, 136);
  font-size: 1.2rem;
  line-height: 1.6;
  transition: all 0.3s ease 0s;
}

.main-visual-info__article-detail:hover {
  opacity: 0.7;
}

.main-visual-info__link-text-wrapper {
  align-items: center;
  background: transparent url(../img/arrow-black.png) no-repeat right 12px center/14px 14px;
  border-bottom: 1px solid rgb(57, 57, 57);
  display: flex;
  padding: 10px 8px 10px 12px;
  transition: all 0.3s ease 0s;
}

.main-visual-info__link-text-wrapper:hover {
  background: transparent url(../img/icon-arrow-blue-btn.png) no-repeat right 5px center/14px 14px;
  color: #9ED0E0;
}

.main-Visual-info__date {
  font-size: 1.2rem;
  line-height: 1.6;
}

.main-visual-info__link-title {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-left: 24px;
  padding-right: 50px;
}

.main-visual-info__medical-time {
  margin-top: -60px;
  width: min(477px, 100%);
  z-index: 50;
}

.main-visual-info__medical-time img {
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.l-concept {
  margin-top: 60px;
  padding: 180px 0 108px;
  position: relative;
}

.l-concept::after {
  background: transparent url(../img/concept-bg.png) no-repeat center center/contain;
  content: "";
  height: min(726px, 100%);
  left: calc(50% - 200px);
  position: absolute;
  top: 0;
  width: min(1311px, 100%);
  z-index: -10;
}

.l-concept__inner {
  -moz-column-gap: 95px;
  align-items: center;
  column-gap: 95px;
  display: flex;
  width: 90%;
}

.concept__img {
  width: min(640px, 100%);
}

.concept__img img {
  -o-object-fit: cover;
  border-radius: 0 20px 20px 0;
  max-height: 438px;
  object-fit: cover;
}

.concept__text-wrapper {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  width: min(407px, 100%);
}

.concept__title {
  color: #1391E6;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
}

.concept__description {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
  margin-top: 28px;
}

.concept__text {
  margin-top: 40px;
}

.concept__button {
  background: #FFFFFF url(../img/icon-arrow-blue-btn.png) no-repeat right 12px center/12px 12px;
  border: 1px solid #9ED0E0;
  border-radius: 24px;
  color: #9ED0E0;
  margin-top: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 176px;
}

.concept__button a {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
}

.concept__button:hover {
  background: #1391E6 url(../img/arrow-white.png) no-repeat right 5px center/12px 12px;
}

.concept__button:hover a {
  color: #FFFFFF;
}

.l-recommend {
  margin-top: 120px;
}

.l-recommend__inner {
  margin: 0 auto;
  width: min(966px, 100% - 40px);
}

.recommend__list {
  -moz-column-gap: 44px;
  column-gap: 44px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.recommend__item {
  flex: 1;
}

.recommend__item-text {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 24px;
}

.recommend__item-text span {
  color: #CE2073;
  display: block;
}

.guidance__top {
  height: 15.703125vw;
  margin-top: 140px;
  position: relative;
  width: 100%;
}

.guidance__top::before {
  background: transparent url(../img/bg-top.png) no-repeat top center/cover;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

.guidance {
  background-color: #dff1fd;
  padding: 0 0 94px;
  width: 100%;
}

.guidance__inner {
  margin: 0 auto;
  width: min(1000px, 100%);
}

.guidance__list-wrapper {
  margin-top: 60px;
}

.guidance__list {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: flex;
}

.guidance__item {
  border-radius: 20px;
  display: block;
  height: 288px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  width: calc(50% - 20px);
}

.guidance__item::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

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

.guidance__item:nth-child(1)::before {
  background: transparent url(../img/medical_1.png) no-repeat center center/cover;
}

.guidance__item:nth-child(2)::before {
  background: transparent url(../img/medical_2.png) no-repeat center center/cover;
}

.guidance__item:hover::before {
  transform: scale(1.1);
}

.guidance__item:hover .guidance__item-line {
  border: 2px solid #FFFFFF;
  z-index: 10;
}

.guidance__item:hover::after {
  background: rgba(0, 0, 0, 0.4);
}

.guidance__item-line {
  border: 2px solid transparent;
  border-radius: 20px;
  height: calc(100% - 20px);
  margin: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: calc(100% - 20px);
}

.guidance__item-text-wrapper {
  color: #FFFFFF;
  content: "";
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 230px;
  z-index: 5;
}

.guidance__item-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
  position: relative;
}

.guidance__item-title::before {
  background: #FFFFFF;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 40px;
}

.guidance__item-lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 20px;
}

.guidance__description {
  background-color: #FFFFFF;
  border-radius: 12px;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 60px;
  padding: 40px;
}

.guidance__description span {
  color: #CE2073;
  display: block;
}

.guidance__bottom {
  height: 7.65625vw;
  position: relative;
  width: 100%;
}

.guidance__bottom::before {
  background: transparent url(../img/bg-bottom.png) no-repeat top center/cover;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

.guidance__bottom2 {
  position: relative;
}

.guidance__bottom2::before {
  background: transparent url(../img/deco-kirakira2-w.png) no-repeat center center/contain;
  bottom: 7.57812vw;
  content: "";
  height: 58px;
  left: 42px;
  position: absolute;
  width: 58px;
}

.guidance__bottom2::after {
  background: transparent url(../img/deco-kirakira-w.png) no-repeat center center/contain;
  bottom: 5.9375vw;
  content: "";
  height: 138px;
  position: absolute;
  right: 20px;
  width: 126px;
}

.staff-blog {
  margin-bottom: 160px;
  padding-top: 160px;
}

.staff-blog__inner {
  margin: 0 auto;
  width: min(1000px, 100% - 40px);
}

.staff-blog__list-wrapper {
  margin-top: 80px;
}

.staff-blog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
}

.staff-blog__item-link {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  position: relative;
  width: calc(33.333% - 33.3333333333px);
}

.staff-blog__item-link:hover .staff-blog__item-eye-catch img {
  transform: scale(1.15);
}

.staff-blog__item {
  overflow: hidden;
  position: relative;
}

.staff-blog__new {
  background-color: #CE2073;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  height: 60px;
  left: -16px;
  line-height: 1.2857142857;
  padding: 21px 13px;
  position: absolute;
  top: -18px;
  width: 60px;
  z-index: 100;
}

.staff-blog__item-eye-catch {
  aspect-ratio: 300/188;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.staff-blog__item-eye-catch img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.staff-blog__category {
  background-color: #1391E6;
  border-radius: 14px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  height: 28px;
  left: 24px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  top: -10px;
}

.staff-blog__text-wrapper {
  padding: 24px;
  position: relative;
}

.staff-blog__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

.staff-blog__item-date {
  color: rgb(136, 136, 136);
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.staff-blog__button {
  margin-top: 60px;
  text-align: center;
}

.staff-blog__button .staff-blog__button-link {
  background: transparent url(../img/icon-arrow-blue-btn.png) no-repeat right 12px center/12px 12px;
  background-color: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 24px;
  color: #1391E6;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  padding: 12px 46px;
  transition: all 0.3s ease 0s;
}

.staff-blog__button .staff-blog__button-link:hover {
  background: #1391E6 url(../img/arrow-white.png) no-repeat right 5px center/12px 12px;
  color: #FFFFFF;
}

.about-first-view {
  height: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 40px 60px 0;
  position: relative;
}

.about-first-view img {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.about-first-view__text {
  color: #FFFFFF;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-first-view__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.about-first-view__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 20px;
}

.p-policy-feature__title-wrapper {
  margin-top: 80px;
}

.p-policy-feature__policy-title,
.p-policy-feature__feature-title {
  color: #1391E6;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
}

.p-policy-feature__policy {
  margin-top: 80px;
  padding: 240px 0 107px;
  position: relative;
  width: 90%;
}

.p-policy-feature__policy::before {
  background: transparent url(../img/concept-bg.png) no-repeat center center/contain;
  content: "";
  height: min(725px, 100%);
  left: 32.5%;
  position: absolute;
  top: 0;
  width: min(1311px, 100%);
  z-index: -1;
}

.policy__Wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-policy-feature__policy-inner {
  display: flex;
  justify-content: space-between;
}

.p-policy-feature__img {
  width: 56%;
}

.p-policy-feature__img img {
  -o-object-fit: cover;
  border-radius: 0 20px 20px 0;
  max-height: 438px;
  object-fit: cover;
}

.p-policy-feature__text-wrapper {
  width: 36%;
}

.p-policy-feature__lead {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
  margin-top: 28px;
}

.p-policy-feature__text {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 40px;
}

.p-policy-feature__feature {
  margin-left: auto;
  margin-top: 160px;
  width: 90%;
}

.p-policy-feature__feature-inner {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.p-in-hospital {
  margin: 160px auto 0;
  width: min(1000px, 100%);
}

.p-in-hospital__wrapper {
  margin-top: 60px;
}

.p-in-hospital__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}

.p-in-hospital__item {
  width: calc(33.333% - 16px);
}

.guidance__first-view {
  height: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 40px 60px 0;
  position: relative;
}

.guidance__first-view img {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.guidance__first-view__text {
  color: #FFFFFF;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.guidance__first-view__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.guidance__first-view__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 20px;
}

.p-medical-link {
  margin: 0 auto;
  width: min(1000px, 100% - 40px);
}

.p-medical-link__general {
  margin-top: 80px;
}

.p-medical-link__general-title {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
  position: relative;
}

.p-medical-link__general-title::before {
  background-color: #1391E6;
  border-radius: 24px;
  color: #FFFFFF;
  content: "保険対象";
  font-size: 14px;
  height: 35px;
  padding: 10px 14px;
  position: absolute;
  right: -108px;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
}

.p-medical-link__general-list {
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  margin-top: 32px;
  row-gap: 16px;
}

.p-medical-link__special-list {
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  margin-top: 32px;
  row-gap: 16px;
}

.p-medical-link__general-item a {
  background: url(../img/arrow-bottom.png) no-repeat bottom -18px center/12px 12px;
  border: 2px solid #1391E6;
  border-radius: 12px;
  color: #1391E6;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 14px 32px;
  transition: all 0.5s ease 0s;
}

.p-medical-link__general-item a:hover {
  background: #FFFFFF url(../img/arrow-bottom.png) no-repeat bottom 2px center/18px 18px;
  color: #1391E6;
  padding: 6px 32px 22px;
}

.p-medical-link__special-item a {
  background: url(../img/arrow-bottom.png) no-repeat bottom -18px center/12px 12px;
  border: 2px solid #1391E6;
  border-radius: 12px;
  color: #1391E6;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 14px 32px;
  transition: all 0.5s ease 0s;
}

.p-medical-link__special-item a:hover {
  background: #FFFFFF url(../img/arrow-bottom.png) no-repeat bottom 2px center/18px 18px;
  padding: 6px 32px 22px;
}

.p-medical-link__special {
  margin-top: 80px;
}

.p-medical-link__special-title {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
  position: relative;
}

.p-medical-link__special-title::before {
  background-color: #CE2073;
  border-radius: 24px;
  color: #FFFFFF;
  content: "実費";
  font-size: 14px;
  height: 35px;
  padding: 10px 12px;
  position: absolute;
  right: -78px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
}

.p-medical-link__special-list {
  display: flex;
  margin-top: 32px;
}

.p-medical__top {
  height: 15.703125vw;
  margin-top: 160px;
  position: relative;
  width: 100%;
}

.p-medical__top::before {
  background: transparent url(../img/bg-top.png) no-repeat top center/cover;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

.p-medical {
  background-color: #dff1fd;
  padding-bottom: 82px;
}

.p-medical__inner {
  margin: 0 auto;
  width: min(1000px, 100%);
}

.p-medical__list {
  margin-top: 60px;
}

.p-medical__item {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 55px 60px 60px;
}

.p-medical__item:not(:first-child) {
  margin-top: 40px;
}

.general-tag {
  position: relative;
}

.general-tag::before {
  background: url(../img/tag-01.png) no-repeat center center/contain;
  content: "";
  height: 80px;
  position: absolute;
  right: 60px;
  top: 0;
  width: 100px;
}

.special-tag {
  position: relative;
}

.special-tag::before {
  background: url(../img/tag-02.png) no-repeat center center/contain;
  content: "";
  height: 80px;
  position: absolute;
  right: 60px;
  top: 0;
  width: 100px;
}

.p-medical__item-title {
  border-bottom: 1px solid rgb(194, 194, 194);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  padding-bottom: 40px;
}

.p-medical__item-title span {
  color: #1391E6;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-left: 40px;
}

.p-medical__item-wrapper {
  align-items: center;
  display: flex;
  margin-top: 40px;
}

.p-medical__item-text-wrapper {
  width: 420px;
}

.p-medical__text {
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.p-medical__text:not(:first-child) {
  margin-top: 12px;
}

.p-medical__item-img-wrapper {
  margin-left: 40px;
  width: 420px;
}

.p-medical__bottom {
  height: 7.65625vw;
  position: relative;
  width: 100%;
}

.p-medical__bottom::before {
  background: transparent url(../img/bg-bottom.png) no-repeat top center/cover;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  top: 0%;
  width: 100%;
}

.p-medical__bottom2 {
  position: relative;
}

.p-medical__bottom2::before {
  background: transparent url(../img/deco-kirakira2-w.png) no-repeat center center/contain;
  bottom: 7.57812vw;
  content: "";
  height: 58px;
  left: 42px;
  position: absolute;
  width: 58px;
}

.p-medical__bottom2::after {
  background: transparent url(../img/deco-kirakira-w.png) no-repeat center center/contain;
  bottom: 5.9375vw;
  content: "";
  height: 138px;
  position: absolute;
  right: 20px;
  width: 126px;
}

.archive-first-view {
  height: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 40px 60px 0;
  position: relative;
}

.archive-first-view img {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.archive-first-view__text {
  color: #FFFFFF;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.archive-first-view__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.archive-first-view__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 20px;
}

.archive-contents {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  width: min(1070px, 100% - 40px);
}

.archive-contents__posts {
  padding-top: 10px;
  width: min(680px, 100%);
}

.archive-contents__item {
  position: relative;
}

.archive-contents__item:not(:first-child) {
  margin-top: 20px;
}

.archive-contents__item:hover .archive-Contents__Item-Left img {
  transform: scale(1.2);
}

.archive-contents__row {
  align-items: center;
  display: flex;
}

.archive-contents__img-wrapper {
  overflow: hidden;
  width: min(244px, 100%);
}

.archive-contents__img-wrapper img {
  transition: all 0.3s ease 0s;
}

.archive-contents__img-wrapper:hover img {
  transform: scale(1.2);
}

.archive-contents__text-wrapper {
  margin-left: 20px;
  width: min(405px, 100%);
}

.archive-contents__category {
  background-color: #1391E6;
  border-radius: 12px;
  display: inline-block;
  height: 28px;
}

.archive-contents__category span {
  color: #FFFFFF;
  display: block;
  font-size: 1.2rem;
  height: 24px;
  line-height: 1.6;
  padding: 5px 18px;
}

.archive-contents__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 12px;
}

.archive-contents__day {
  color: rgb(136, 136, 136);
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 16px;
}

.sidebar {
  width: min(300px, 100%);
}

.sidebar__clinic-introduce-title {
  border-bottom: 1px solid rgb(136, 136, 136);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  padding-bottom: 10px;
  width: 100%;
}

.sidebar__clinic-introduce-title i {
  font-size: 1.8rem;
  margin-right: 8px;
}

.sidebar__clinic-introduce-img {
  margin-top: 20px;
}

.sidebar__clinic-introduce-img img {
  width: 100%;
}

.sidebar__clinic-introduce-text-wrapper {
  margin-top: 20px;
}

.sidebar__clinic-introduce-name {
  font-size: 1.6rem;
  line-height: 1.75;
}

.sidebar__clinic-introduce-text {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 14px;
}

.sidebar__clinic-introduce-link {
  color: #1391E6;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 14px;
}

.sidebar__clinic-introduce-link:hover a::after {
  right: -20px;
}

.sidebar__clinic-introduce-link a {
  position: relative;
}

.sidebar__clinic-introduce-link a::after {
  border-color: #1391E6;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 8px;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease 0s;
  width: 8px;
}

.sidebar__new-article {
  margin-top: 60px;
}

.sidebar__new-article-title {
  border-bottom: 1px solid rgb(136, 136, 136);
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  padding-bottom: 10px;
  width: 100%;
}

.sidebar__new-article-title i {
  font-size: 18px;
  margin-right: 8px;
}

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

.sidebar__new-article-img {
  width: min(120px, 100%);
}

.sidebar__new-article-text-wrapper {
  margin-left: 10px;
  width: min(170px, 100%);
}

.sidebar__new-article-category {
  background-color: #1391E6;
  border-radius: 10px;
  display: inline-block;
  height: 24px;
}

.sidebar__new-article-category span {
  color: #FFFFFF;
  display: block;
  font-size: 1rem;
  padding: 4px 10px;
}

.sidebar__new-article-name {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 8px;
}

.sidebar__new-article-day {
  color: rgb(136, 136, 136);
  display: block;
  font-size: 10px;
  margin-top: 8px;
}

.sidebar__category {
  margin-top: 60px;
}

.sidebar__category-title {
  border-bottom: 1px solid #888888;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  padding-bottom: 10px;
  width: 100%;
}

.sidebar__category-title i {
  font-size: 1.8rem;
  margin-right: 8px;
}

.sidebar__category-list {
  margin-left: 20px;
  margin-top: 17px;
}

.sidebar__category-list li {
  padding-left: 14px;
  position: relative;
}

.sidebar__category-list li:hover a {
  opacity: 0.5;
}

.sidebar__category-list li::before {
  border-bottom-color: transparent;
  border-left-color: #1391E6;
  border-style: solid;
  border-top-color: transparent;
  border-width: 6px 0 6px 6px;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar__category-list li:not(:first-child) {
  margin-top: 17px;
}

.sidebar__category-list li a {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  transition: all 0.3s ease 0s;
}

.contact-first-view {
  height: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 40px 60px 0;
  position: relative;
}

.contact-first-view img {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.contact-first-view__text {
  color: #FFFFFF;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact-first-view__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.contact-first-view__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 20px;
}

.contact__contents {
  margin: 80px auto 0;
  width: min(730px, 100% - 40px);
}

.contact__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.contact__description span {
  color: #CE2073;
  display: block;
}

.contact__title {
  margin-top: 150px;
}

.form {
  margin-top: 70px;
}

.form__field {
  align-items: center;
  display: flex;
  padding: 28px 0;
}

.form__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  width: 240px;
}

.form__label label,
.form__label span {
  position: relative;
}

.form__label label span,
.form__label span span {
  background-color: #EE5A6D;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 2px 6px;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}

.form__data {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc(100% - 240px);
}

.form__data [type=text],
.form__data [type=tel],
.form__data [type=email],
.form__data [type=date],
.form__data select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F6F6F6;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #C2C2C2;
  font-family: "Rounded M+ 1c";
  font-size: 16px;
  padding: 13px 16px;
  width: 100%;
}

.form__data select {
  background: rgb(246, 246, 246) url(../img/select-arrow.png) no-repeat center right 12px/20px 20px;
}

.form__data textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(246, 246, 246);
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  height: 200px;
  padding: 13px 16px;
  resize: none;
  width: 100%;
}

.form__data [type=radio] {
  display: none;
}

.form__data [type=radio] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 32px;
  position: relative;
}

.form__data [type=radio] + span::before,
.form__data [type=radio] + span::after {
  border: 1px solid #9ED0E0;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form__data [type=radio] + span::before {
  background: #fff;
  display: block;
  height: 24px;
  left: 0;
  width: 24px;
}

.form__data [type=radio] + span::after {
  background-color: #9ED0E0;
  height: 12px;
  left: 6px;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  width: 12px;
}

.form__data [type=radio]:checked + span::after {
  opacity: 1;
}

.form__data [type=checkbox] {
  display: none;
}

.form__data [type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 32px;
  position: relative;
}

.form__data [type=checkbox] + span::before,
.form__data [type=checkbox] + span::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
}

.form__data [type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #9ED0E0;
  display: block;
  height: 24px;
  left: 0;
  top: 50%;
  width: 24px;
}

.form__data [type=checkbox] + span::after {
  border-bottom: 2px solid #9ED0E0;
  border-right: 2px solid #9ED0E0;
  height: 20px;
  left: 8px;
  opacity: 0;
  top: 0px;
  transform: rotate(45deg);
  transition: opacity 0.3s ease 0s;
  width: 8px;
}

.form__data [type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__data [type=date]:not(:first-child) {
  margin-top: 20px;
}

.radio-Wrapper label:not(:first-child) {
  margin-left: 32px;
}

.ckeckBox-Wrapper label {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 20px;
}

.ckeckBox-Wrapper span {
  display: inline-block;
}

.conrtact-Form-Button {
  margin-top: 72px;
  text-align: center;
}

.conrtact-Form-Button [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border: none;
  border: 1px solid #9ED0E0;
  border-radius: 28px;
  color: #9ED0E0;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  max-width: 100%;
  padding: 17px 0px;
  transition: all 0.3s ease 0s;
  width: 360px;
}

.conrtact-Form-Button [type=submit]:hover {
  background-color: #9ED0E0;
  color: #FFFFFF;
}

.contact-Complete-Wrapper {
  font-size: 14px;
  margin: 80px auto 0;
  max-width: 100%;
  width: 730px;
}

.contact-Complete-Wrapper span {
  color: #CE2073;
}

.form__submit-button {
  margin: 0 auto;
  width: min(360px, 100% - 20px);
}

.form__submit-button input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #1391E6;
  border-radius: 28px;
  color: #1391E6;
  cursor: pointer;
  padding: 16px 154px;
  transition: all 0.3s;
  width: 100%;
}

.form__submit-button input[type=submit]:hover {
  background-color: #1391E6;
  color: #FFFFFF;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #EE5A6D;
  text-align: center;
}

.staff-first-view {
  height: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 40px 60px 0;
  position: relative;
}

.staff-first-view img {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.staff-first-view__text {
  color: #FFFFFF;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.staff-first-view__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.staff-first-view__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 20px;
}

.doctor-greeting {
  margin: 0px auto;
  margin-top: 80px;
  width: min(1000px, 100% - 40px);
}

.doctor-greeting__contents {
  -moz-column-gap: 80px;
  column-gap: 80px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin-top: 60px;
}

.doctor-greeting__wrapper {
  grid-column: 1/2;
  grid-row: 1/2;
}

.doctor-greeting__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
}

.doctor-greeting__text-wrapper {
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.doctor-greeting__text-wrapper:first-child {
  margin-top: 40px;
}

.doctor-greeting__text-wrapper:not(:first-child) {
  margin-top: 24px;
}

.doctor-greeting__img {
  grid-column: 2/3;
  grid-row: 1/3;
}

.doctor-greeting__career {
  margin-top: 32px;
}

.doctor-greeting__career-title {
  border-bottom: 1px solid rgb(57, 57, 57);
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 8px;
}

.doctor-Career__time-line {
  font-size: 14px;
  margin-top: 16px;
}

.doctor-Career__time-line span {
  margin-left: 16px;
}

.doctor-greeting__license {
  margin-top: 32px;
}

.doctor-greeting__license-title {
  border-bottom: 1px solid rgb(57, 57, 57);
  font-size: 1.6rem;
  line-height: 1.75;
  padding-bottom: 8px;
}

.doctor-greeting__license-name {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 16px;
}

.staff-swiper {
  margin-top: 160px;
}

.staff-swiper__wrapper {
  transition-timing-function: linear;
}

.staff-introduce {
  margin: 170px auto 0;
  width: min(1000px, 100% - 40px);
}

.staff-introduce__role-title {
  border-bottom: 1px solid rgb(112, 112, 112);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 60px;
  padding-bottom: 10px;
  text-align: left;
}

.staff-introduce__list {
  -moz-column-gap: 80px;
  column-gap: 80px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  row-gap: 60px;
}

.staff-introduce__item {
  width: calc(33.3333333333% - 53.3333333333px);
}

.staff-introduce__item-name {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 16px;
  text-align: center;
}

.staff-introduce__item-name span {
  font-size: 1.8rem;
  margin-left: 12px;
}

.staff-introduce__item-profile {
  margin-top: 16px;
}

.staff-introduce__item-profile dt {
  background-color: #dff1fd;
}

.staff-introduce__item-profile-wrapper {
  display: flex;
}

.staff-introduce__item-profile-name {
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  padding: 18px 36px 18px 20px;
  width: min(140px, 100%);
}

.staff-introduce__item-profile-date {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  padding: 18px 0px 18px 20px;
  width: calc(100% - 140px);
}

.single-first-view {
  height: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 40px 60px 0;
  position: relative;
}

.single-first-view img {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.single-first-view__text {
  color: #FFFFFF;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-first-view__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.single-first-view__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 20px;
}

.single-contents {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  margin: 80px auto 0;
  width: min(1000px, 100% - 40px);
}

.single-contents__post {
  width: min(670px, 100%);
}

.single-contents__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
}

.single-contents__meta-wrapper {
  display: flex;
  margin-top: 20px;
}

.single-contents__published {
  color: #1391E6;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
}

.single-contents__published::before {
  background: url(../img/icon-time.png) no-repeat center center/contain;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.single-contents__category {
  background-color: #1391E6;
  border-radius: 12px;
  height: 28px;
  margin-left: 32px;
}

.single-contents__category-name {
  color: #FFFFFF;
  display: inline-block;
  font-size: 10px;
  padding: 7px 10px;
}

.single-contents__content {
  margin-top: 60px;
}

.single-contents__content h2 {
  color: #1391E6;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 60px;
  padding: 10px 0 10px 28px;
  position: relative;
}

.single-contents__content h2::before {
  background-color: #1391E6;
  content: "";
  height: 52px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.single-contents__content h3 {
  border-bottom: 1px solid #1391E6;
  color: #1391E6;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 16px;
  margin-top: 40px;
  padding-bottom: 8px;
}

.single-contents__content h4 {
  color: #9ED0E0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 16px;
  margin-top: 60px;
}

.single-contents__content p {
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.single-contents__content a {
  color: #9ED0E0;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  text-decoration: underline;
}

.single-contents__content ul {
  margin-top: 20px;
}

.single-contents__content ul li {
  font-size: 1.6rem;
  line-height: 1.75;
  list-style: inside;
}

.single-contents__post-links {
  display: flex;
  margin: 100px auto 0;
  text-align: center;
  width: min(380px, 100%);
}

.post-link {
  width: min(125px, 100%);
}

.post-link i {
  color: #FFFFFF;
}

.post-link a {
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
}

.post-link__prev {
  margin-right: 20px;
}

.post-link__prev a {
  background: #1391E6 url(../img/icon-circle-left.png) no-repeat center left 10px/16px 16px;
  display: block;
  padding: 8px 8px 8px 32px;
  transition: all 0.3s ease 0s;
}

.post-link__prev:hover a {
  background: #1391E6 url(../img/icon-circle-left.png) no-repeat center left 7px/16px 16px;
}

.post-link__next {
  margin-left: 20px;
}

.post-link__next a {
  background: #1391E6 url(../img/icon-circle-right.png) no-repeat center right 10px/16px 16px;
  display: block;
  padding: 8px 32px 8px 8px;
  transition: all 0.3s ease 0s;
}

.post-link__next:hover a {
  background: #1391E6 url(../img/icon-circle-right.png) no-repeat center right 7px/16px 16px;
}

.post-link__archive {
  border: 1px solid #1391E6;
  border-radius: 4px;
  width: min(90px, 100%);
}

.post-link__archive:hover {
  background-color: #1391E6;
}

.post-link__archive a {
  color: #1391E6;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2857142857;
  padding: 8px 16px;
  transition: all 0.3s ease 0s;
}

.post-link__archive a:hover {
  color: #FFFFFF;
}

.reserve-first-view {
  height: 100%;
  margin-top: 80px;
  overflow: hidden;
  padding: 40px 60px 0;
  position: relative;
}

.reserve-first-view img {
  -o-object-fit: cover;
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
  width: 100%;
}

.reserve-first-view__text {
  color: #FFFFFF;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}

.reserve-first-view__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
}

.reserve-first-view__description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 20px;
}

.reserve-contents {
  margin: 80px auto 0;
  width: min(730px, 100%);
}

.reserve-contents__text-wrapper {
  margin: 80px auto 0;
  width: min(730px, 100% - 40px);
}

.reserve-contents__tel-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
}

.reserve-contents__tel-number {
  color: #1391E6;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
  margin-top: 28px;
}

.reserve-contents__tel-number span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 60px;
}

.reserve-contents__tel-description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 28px;
}

.reserve-contents__email {
  margin-top: 40px;
}

.reserve-contents__email-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1428571429;
}

.reserve-contents__email-description {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  margin-top: 28px;
}

.reserve-contents__title-wrapper {
  margin-top: 150px;
}

.hidden-wrapper {
  overflow: hidden;
  position: relative;
}

.align--top {
  align-self: start;
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .header__nav-wrapper {
    display: none;
  }
  .footer {
    padding: 0 20px;
  }
  .footer__information {
    display: block;
    padding: 33px 10px 20px;
  }
  .footer__information-text-wrapper {
    margin: 0 auto;
  }
  .footer__information-map-wrapper {
    margin: 20px auto 0;
    width: calc(100% - 80px);
  }
  .footer__list {
    display: block;
  }
  .footer__item:not(:first-child) {
    margin-left: 0px;
  }
  .footer__item:not(:first-child):not(:first-child) {
    margin-top: 40px;
  }
  .web-reserve {
    display: none;
  }
  .drawer-icon {
    display: block;
  }
  .l-main-visual {
    margin-top: 60px;
  }
  .l-main-visual__inner {
    width: calc(100% - 40px);
  }
  .main-visual__swiper {
    padding: 0px;
  }
  .main-visual__swiper .main-visual__swiper-title {
    height: 80px;
    left: 12%;
    width: min(315px, 100%);
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 2px;
    top: 340px;
  }
  .main-visual__prev-button {
    height: 50px;
    left: -6px;
    top: 27%;
    width: 50px;
  }
  .main-visual__next-button {
    height: 50px;
    right: -6px;
    top: 27%;
    width: 50px;
  }
  .main-visual-info {
    flex-direction: column-reverse;
    padding: 0 60px;
  }
  .main-visual-info__article {
    margin-top: 40px;
  }
  .main-visual-info__medical-time {
    margin: 0 auto;
    margin-top: 0px;
    width: min(560px, 100%);
  }
  .l-concept {
    padding: 60px 0px;
  }
  .l-concept__inner {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .concept__img {
    margin-top: 40px;
    transform: translateX(-40px);
    width: 100%;
  }
  .concept__text-wrapper {
    margin-left: 0px;
    width: 100%;
  }
  .recommend__list {
    flex-direction: column;
    margin-top: 30px;
  }
  .recommend__item {
    margin: 40px auto 0;
    width: min(284px, 100% - 20px);
  }
  .guidance__inner {
    padding: 0 20px;
  }
  .staff-blog__list-wrapper {
    margin: 0 auto;
    margin-top: 40px;
    width: calc(100% - 40px);
  }
  .staff-blog__item-link {
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
  }
  .staff-blog__item-link:not(:first-child) {
    margin-top: 20px;
  }
  .staff-blog__item {
    -moz-column-gap: 28px;
    align-items: center;
    column-gap: 28px;
    display: flex;
  }
  .staff-blog__item-eye-catch {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 39.7014925373%;
  }
  .staff-blog__category {
    height: 20px;
    padding: 2px 5px;
    position: static;
  }
  .staff-blog__text-wrapper {
    padding: 10px;
    width: 54.9253731343%;
  }
  .about-first-view {
    padding: 20px 20px 0px;
  }
  .about-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .p-policy-feature__title-wrapper {
    margin-top: 60px;
  }
  .p-policy-feature__policy {
    margin-top: 40px;
  }
  .p-policy-feature__policy-inner {
    flex-direction: column-reverse;
  }
  .p-policy-feature__img {
    margin-top: 40px;
    width: calc(100% - 40px);
  }
  .p-policy-feature__text-wrapper {
    margin: 0 auto;
    width: min(520px, 100% - 40px);
  }
  .p-policy-feature__feature {
    margin: 80px auto 0px;
    width: 100%;
  }
  .p-policy-feature__feature-inner {
    align-items: normal;
    flex-direction: column-reverse;
  }
  .p-in-hospital {
    margin: 100px auto 0;
  }
  .p-in-hospital__wrapper {
    margin: 60px auto 0;
    width: calc(100% - 40px);
  }
  .guidance__first-view {
    padding: 20px 20px 0px;
  }
  .guidance__first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .p-medical-link__general {
    margin-top: 60px;
  }
  .p-medical-link__general-title {
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 20px;
  }
  .p-medical-link__general-title::before {
    padding: 5px 14px;
  }
  .p-medical-link__general-list {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-medical-link__special-list {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-medical-link__general-item a {
    text-align: center;
    width: 100%;
  }
  .p-medical-link__special-item a {
    text-align: center;
    width: 100%;
  }
  .p-medical-link__special {
    margin-top: 60px;
  }
  .p-medical-link__special-title {
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 20px;
  }
  .p-medical-link__special-title::before {
    padding: 5px 12px;
  }
  .p-medical-link__special-list {
    flex-direction: column;
  }
  .p-medical__item {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .p-medical__item-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .p-medical__item-text-wrapper {
    width: 100%;
  }
  .p-medical__item-img-wrapper {
    margin-left: 0px;
    width: 100%;
  }
  .archive-first-view {
    padding: 20px 20px 0px;
  }
  .archive-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .archive-contents {
    flex-direction: column;
  }
  .archive-contents__posts {
    width: 100%;
  }
  .sidebar {
    margin: 100px auto 0;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .sidebar__new-article-text-wrapper {
    width: 100%;
  }
  .contact-first-view {
    padding: 20px 20px 0px;
  }
  .contact-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .form {
    margin-top: 40px;
  }
  .form__field {
    flex-direction: column;
  }
  .form__label {
    width: 100%;
  }
  .form__data {
    margin-top: 16px;
    width: 100%;
  }
  .staff-first-view {
    padding: 20px 20px 0px;
  }
  .staff-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .doctor-greeting__contents {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
  .doctor-greeting__img {
    margin: 40px auto 0;
    width: min(400px, 100%);
  }
  .staff-swiper {
    margin-top: 100px;
  }
  .staff-introduce {
    padding: 0 20px;
  }
  .staff-introduce__list {
    flex-direction: column;
    row-gap: 40px;
  }
  .staff-introduce__item {
    margin: 0 auto;
    width: min(400px, 100%);
  }
  .staff-introduce__item-img img {
    width: 100%;
  }
  .staff-introduce__item-profile-name {
    padding: 18px 0px 18px 10px;
    width: 50%;
  }
  .staff-introduce__item-profile-date {
    width: 50%;
  }
  .single-first-view {
    padding: 20px 20px 0px;
  }
  .single-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .single-contents {
    flex-direction: column;
  }
  .single-contents__post {
    width: 100%;
  }
  .reserve-first-view {
    padding: 20px 20px 0px;
  }
  .reserve-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .header__nav-wrapper {
    display: none;
  }
  .drawer-icon {
    display: block;
  }
  .l-main-visual__inner {
    width: calc(100% - 40px);
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 2px;
    top: 460px;
  }
  .main-visual__prev-button {
    left: -2px;
    top: 36%;
  }
  .main-visual__next-button {
    right: -2px;
    top: 36%;
  }
  .main-visual-info__medical-time {
    margin-top: 0px;
  }
  .p-medical-link__special-list {
    flex-wrap: wrap;
  }
  .p-medical__item {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1201px) {
  .address-bottom {
    display: none;
  }
  .hidden--pc {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 60px;
  }
  .header {
    height: 60px;
  }
  .header__inner {
    width: calc(100% - 40px);
  }
  .header__nav-wrapper {
    display: none;
  }
  .footer__top-wave {
    margin-top: 100px;
  }
  .footer {
    padding: 0 20px;
  }
  .footer__information {
    display: block;
    padding: 33px 10px 20px;
  }
  .footer__information-text-wrapper {
    margin: 0 auto;
  }
  .footer__information-buttons {
    flex-direction: column;
    row-gap: 12px;
  }
  .footer__information-button {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
  .footer__information-button a {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 8px 34px;
  }
  .footer__information-map-wrapper {
    margin: 20px auto 0;
    width: calc(100% - 20px);
  }
  .footer__list-wrapper {
    margin: 60px 0 0;
  }
  .footer__list {
    display: block;
  }
  .footer__item:not(:first-child) {
    margin-left: 0px;
  }
  .footer__item:not(:first-child):not(:first-child) {
    margin-top: 40px;
  }
  .web-reserve {
    display: none;
  }
  .drawer-icon {
    display: block;
    top: 14px;
  }
  .drawer-content__list {
    margin-left: 0px;
    margin-top: 0px;
    top: 36%;
  }
  .c-section-title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .c-section-title::before {
    content: none;
    left: -80px;
  }
  .c-section-title::after {
    content: none;
    right: -80px;
  }
  .to-top-button {
    bottom: 60px;
  }
  .pagination .page-numbers {
    font-size: 1.2rem;
    height: 30px;
    line-height: 1.6;
    width: 30px;
  }
  .pagination .prev,
  .pagination .next {
    width: 70px;
  }
  .l-main-visual {
    margin-top: 60px;
  }
  .l-main-visual__inner {
    width: calc(100% - 40px);
  }
  .main-visual__swiper {
    height: 119vw;
    padding: 0px;
  }
  .main-visual__swiper .main-visual__swiper-title {
    bottom: 40px;
    height: 80px;
    left: 18px;
    width: min(280px, 100%);
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 2px;
    top: 560px;
  }
  .main-visual__prev-button {
    height: 50px;
    left: -2px;
    width: 50px;
  }
  .main-visual__next-button {
    height: 50px;
    right: -2px;
    width: 50px;
  }
  .main-visual-info {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .main-visual-info__article {
    margin: 40px auto 0;
  }
  .main-visual-info__medical-time {
    margin-top: -18px;
    width: 100%;
  }
  .l-concept {
    padding: 0px;
  }
  .l-concept__inner {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .concept__img {
    margin-right: 40px;
    margin-top: 40px;
    width: 100%;
  }
  .concept__text-wrapper {
    margin-left: 0px;
    width: 100%;
  }
  .concept__title {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .concept__description {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 16px;
  }
  .concept__text {
    font-size: 1.4rem;
    line-height: 1.2857142857;
    margin-top: 30px;
  }
  .concept__button {
    margin-top: 40px;
  }
  .l-recommend {
    margin-top: 100px;
  }
  .recommend__list {
    flex-direction: column;
    margin-top: 30px;
  }
  .recommend__item {
    margin: 40px auto 0;
    width: min(284px, 100% - 20px);
  }
  .guidance__top {
    margin-top: 100px;
  }
  .guidance__list-wrapper {
    padding: 0 20px;
  }
  .guidance__list {
    flex-direction: column;
  }
  .guidance__item {
    height: 62.6865vw;
    width: 100%;
  }
  .guidance__item:not(:first-child) {
    margin-top: 20px;
  }
  .guidance__item-title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .guidance__item-lead {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .guidance__description {
    margin: 60px 20px 0;
    padding: 20px;
  }
  .guidance__bottom2::before {
    height: 26px;
    left: 20px;
    width: 26px;
  }
  .guidance__bottom2::after {
    height: 59px;
    right: 20px;
    width: 54px;
  }
  .staff-blog {
    margin-bottom: 100px;
    padding-top: 100px;
  }
  .staff-blog__list-wrapper {
    margin: 40px auto 0;
    width: 100%;
  }
  .staff-blog__list {
    display: block;
    flex-wrap: nowrap;
    gap: 24px;
  }
  .staff-blog__item-link {
    border-radius: 0px;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
  }
  .staff-blog__item-link:not(:first-child) {
    margin-top: 20px;
  }
  .staff-blog__item {
    -moz-column-gap: 28px;
    align-items: center;
    column-gap: 28px;
    display: flex;
    flex-direction: column;
  }
  .staff-blog__item-eye-catch {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: column;
    width: 100%;
  }
  .staff-blog__category {
    height: 20px;
    padding: 2px 5px;
    position: static;
  }
  .staff-blog__text-wrapper {
    padding: 10px;
    width: 100%;
  }
  .staff-blog__item-title {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 6px;
  }
  .about-first-view {
    padding: 0px 20px;
  }
  .about-first-view img {
    max-height: 190px;
  }
  .about-first-view__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .about-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .p-policy-feature__title-wrapper {
    margin-top: 60px;
  }
  .p-policy-feature__policy::before {
    height: min(308px, 100%);
    left: 3%;
    width: min(556px, 100%);
  }
  .p-policy-feature__policy {
    margin-top: 40px;
    padding: 110px 0 0;
    width: 100%;
  }
  .policy__Wrapper {
    align-items: normal;
    flex-direction: column-reverse;
  }
  .p-policy-feature__policy-inner {
    flex-direction: column-reverse;
  }
  .p-policy-feature__img {
    margin-top: 40px;
    width: calc(100% - 40px);
  }
  .p-policy-feature__text-wrapper {
    margin: 0 auto;
    width: min(520px, 100% - 40px);
  }
  .p-policy-feature__lead {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 16px;
  }
  .p-policy-feature__text {
    margin-top: 30px;
  }
  .p-policy-feature__feature {
    margin: 80px auto 0px;
    width: 100%;
  }
  .p-policy-feature__feature-inner {
    align-items: normal;
    flex-direction: column-reverse;
  }
  .p-in-hospital {
    margin: 100px auto 0;
  }
  .p-in-hospital__list {
    padding: 0 20px;
    row-gap: 12px;
  }
  .p-in-hospital__item {
    width: calc(50% - 6px);
  }
  .guidance__first-view {
    padding: 0px 20px;
  }
  .guidance__first-view img {
    max-height: 190px;
  }
  .guidance__first-view__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .guidance__first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .p-medical-link__general {
    margin-top: 60px;
  }
  .p-medical-link__general-title {
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 20px;
  }
  .p-medical-link__general-title::before {
    padding: 5px 14px;
  }
  .p-medical-link__general-list {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-medical-link__special-list {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-medical-link__general-item {
    width: 100%;
  }
  .p-medical-link__general-item:not(:first-child) {
    margin-top: 16px;
  }
  .p-medical-link__general-item a {
    text-align: center;
    width: 100%;
  }
  .p-medical-link__special-item {
    width: 100%;
  }
  .p-medical-link__special-item:not(:first-child) {
    margin-top: 16px;
  }
  .p-medical-link__special-item a {
    text-align: center;
    width: 100%;
  }
  .p-medical-link__special {
    margin-top: 60px;
  }
  .p-medical-link__special-title {
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 20px;
  }
  .p-medical-link__special-title::before {
    padding: 5px 12px;
  }
  .p-medical-link__special-list {
    flex-direction: column;
  }
  .p-medical__list {
    margin-top: 40px;
    padding: 20px;
  }
  .p-medical__item {
    padding: 23px 20px 20px;
  }
  .general-tag::before {
    height: 60px;
    right: 20px;
    top: 6px;
    width: 80px;
  }
  .special-tag::before {
    height: 60px;
    right: 20px;
    top: 6px;
    width: 80px;
  }
  .p-medical__item-title {
    font-size: 2rem;
    line-height: 1.8;
    padding-bottom: 20px;
  }
  .p-medical__item-title span {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
  }
  .p-medical__item-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
  .p-medical__item-text-wrapper {
    width: 100%;
  }
  .p-medical__item-img-wrapper {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .p-medical__bottom2::before {
    height: 26px;
    left: 20px;
    width: 26px;
  }
  .p-medical__bottom2::after {
    height: 59px;
    right: 20px;
    width: 54px;
  }
  .archive-first-view {
    padding: 0px 20px;
  }
  .archive-first-view img {
    max-height: 190px;
  }
  .archive-first-view__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .archive-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .archive-contents {
    flex-direction: column;
    margin: 60px auto 0;
  }
  .archive-contents__posts {
    width: 100%;
  }
  .archive-contents__name {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 6px;
  }
  .archive-contents__day {
    margin-top: 8px;
  }
  .sidebar {
    margin: 100px auto 0;
    margin-left: 0px;
    width: 100%;
  }
  .contact-first-view {
    padding: 0px 20px;
  }
  .contact-first-view img {
    max-height: 190px;
  }
  .contact-first-view__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .contact-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .contact__contents {
    margin: 60px auto 0;
  }
  .contact__title {
    margin-top: 40px;
  }
  .form {
    margin-top: 20px;
  }
  .form__field {
    align-items: flex-start;
    flex-direction: column;
  }
  .form__label {
    width: 100%;
  }
  .form__data {
    margin-top: 16px;
    width: 100%;
  }
  .contact-Complete-Wrapper {
    padding: 0 20px;
  }
  .staff-first-view {
    padding: 0px 20px;
  }
  .staff-first-view img {
    max-height: 190px;
  }
  .staff-first-view__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .staff-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .doctor-greeting {
    margin-top: 60px;
  }
  .doctor-greeting__contents {
    display: flex;
    flex-direction: column;
    margin: 40px auto 0;
    row-gap: 40px;
    width: 90%;
  }
  .doctor-greeting__title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .doctor-greeting__img {
    margin-top: 40px;
  }
  .staff-swiper {
    margin-top: 100px;
  }
  .staff-introduce {
    margin: 100px auto 0;
    padding: 0 20px;
  }
  .staff-introduce__list {
    flex-direction: column;
    row-gap: 40px;
  }
  .staff-introduce__item {
    margin: 0 auto;
    width: min(335px, 100%);
  }
  .staff-introduce__item-img img {
    width: 100%;
  }
  .single-first-view {
    padding: 0px 20px;
  }
  .single-first-view img {
    max-height: 190px;
  }
  .single-first-view__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .single-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .single-contents {
    flex-direction: column;
    margin-top: 60px;
  }
  .single-contents__post {
    width: 100%;
  }
  .single-contents__title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .post-link {
    width: min(108px, 100%);
  }
  .post-link a {
    font-size: 1rem;
  }
  .post-link__archive a {
    font-size: 1rem;
  }
  .reserve-first-view {
    padding: 0px 20px;
  }
  .reserve-first-view img {
    max-height: 190px;
  }
  .reserve-first-view__title {
    font-size: 2.8rem;
    line-height: 1.1428571429;
  }
  .reserve-first-view__description {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
  .reserve-contents {
    margin: 60px auto 0;
    padding: 0 20px;
  }
  .reserve-contents__tel-title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .reserve-contents__email-title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .reserve-contents__title-wrapper {
    margin-top: 80px;
  }
}