@charset "UTF-8";
/* ///////////////////////////////////////////////

　トップページ

/////////////////////////////////////////////// */
.mainimg {
  position: relative;
  pointer-events: none;
}
.mainimg .slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainimg .slider .slick-dots li {
  font-size: 0;
  line-height: 1;
}
.mainimg .slider .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.mainimg .slider .slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}
.mainimg .slider .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.mainimg .slider .slick-arrow.slick-prev {
  left: 0;
}
.mainimg .slider .slick-arrow.slick-next {
  right: 0;
}
.mainimg .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-inline: calc(50% - 550px);
  color: #fff;
  font-weight: bold;
  line-height: 1.53;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1140px) {
  .mainimg .text {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .mainimg .text {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .mainimg .text {
    font-size: 55rem;
  }
}
@media screen and (max-width: 960px) {
  .mainimg .text {
    font-size: 27.5px;
  }
}

.banner-slider {
  padding-inline: calc(50% - 620px);
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .banner-slider {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .banner-slider {
    padding-inline: 20px;
  }
}
.banner-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-slider .slick-dots li {
  font-size: 0;
  line-height: 1;
}
.banner-slider .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.banner-slider .slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}
.banner-slider .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.banner-slider .slick-arrow.slick-prev {
  left: 0;
}
.banner-slider .slick-arrow.slick-next {
  right: 0;
}
@media screen and (min-width: 961px) {
  .banner-slider {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .banner-slider {
    padding-bottom: 60px;
  }
}
.banner-slider .slick-list {
  overflow: visible;
}
@media screen and (min-width: 961px) {
  .banner-slider .slick-slide {
    padding: 10px;
  }
}
@media screen and (max-width: 960px) {
  .banner-slider .slick-slide {
    padding: 8px;
  }
}
.banner-slider .slick-dots {
  bottom: 25px;
  gap: 15px;
}
.banner-slider .slick-dots button {
  width: 9px;
  background-color: #eeeeef;
}
.banner-slider .slick-dots .slick-active button {
  background-color: #25478c;
}
@media screen and (max-width: 960px) {
  .banner-slider .slick-dots {
    bottom: 40px;
    gap: 8px;
  }
  .banner-slider .slick-dots button {
    width: 7px;
  }
}
.banner-slider img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 961px) {
  .banner-slider img {
    width: 600px;
  }
}
@media screen and (max-width: 960px) {
  .banner-slider img {
    width: 300px;
  }
}

.news {
  background-color: #f8f8f9;
  padding-inline: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .news {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .news {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .news {
    padding-block: 90px 80px;
  }
}
@media screen and (max-width: 960px) {
  .news {
    padding-block: 45px 60px;
  }
}
.news-header {
  display: flex;
}
.news-header h2 {
  color: #4d4d4d;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .news-header {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .news-header h2 {
    font-size: 38rem;
  }
}
@media screen and (max-width: 960px) {
  .news-header {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
  }
  .news-header h2 {
    font-size: 22px;
  }
}
.news .tabItems {
  display: flex;
}
.news .tabItems li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3em;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.news .tabItems li:hover {
  opacity: 0.5;
}
.news .tabItems li.active, .news .tabItems li:hover {
  background-color: currentColor;
}
.news .tabItems li.active span, .news .tabItems li:hover span {
  color: #fff;
}
.news .tabItems li.active::after, .news .tabItems li:hover::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
  width: 14px;
  height: 13px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.news .tabItems li.active:hover {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .news .tabItems {
    gap: 10px;
  }
  .news .tabItems li {
    width: 165px;
    height: 45px;
  }
}
@media screen and (max-width: 960px) {
  .news .tabItems {
    max-width: 330px;
    gap: 15px 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news .tabItems li {
    width: 100px;
    height: 34px;
  }
  .news .tabItems li.active::after {
    width: 9px;
    height: 8px;
  }
}
.news .caution {
  border: 1px solid currentColor;
  background-color: #fdf5f4;
  color: #d13026;
}
@media screen and (min-width: 961px) {
  .news .caution {
    padding: 15px 150px;
    border-radius: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .news .caution {
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 10px;
  }
}
.news .caution p {
  background: url(../img/mrk-caution.svg) no-repeat left 0.25em/18px;
  padding-left: 35px;
  font-weight: 600;
}
.news .caution p + p {
  margin-top: 0.7em;
}
@media screen and (max-width: 960px) {
  .news .caution p {
    background-size: 15px;
    padding-left: 27px;
  }
}
.news .news-list a {
  display: grid;
  padding-block: 1.2em;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.6;
  text-decoration: none;
}
.news .news-list a [class^=category] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: currentColor;
  border-radius: 2em;
}
.news .news-list a [class^=category] span {
  color: #fff;
}
.news .news-list a .title {
  text-decoration: underline;
}
.news .news-list a:hover .title {
  text-decoration: none;
}
@media screen and (min-width: 961px) {
  .news .news-list a {
    grid-template-columns: 6.5em 94px 1fr;
  }
  .news .news-list a [class^=category] {
    height: 22px;
  }
  .news .news-list a [class^=category] span {
    font-size: 12rem;
  }
  .news .news-list a .title {
    margin-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .news .news-list a {
    grid-template-columns: 6.5em 1fr;
    font-size: 13px;
  }
  .news .news-list a [class^=category] {
    width: 90px;
    height: 21px;
    font-size: 12px;
  }
  .news .news-list a .title {
    grid-area: 2/1/3/3;
    margin-top: 6px;
  }
}
.news .link-archive a {
  text-decoration: none;
  font-weight: 500;
}
.news .link-archive a:hover {
  text-decoration: underline;
}
.news .link-archive i {
  margin-left: 0.5em;
}
@media screen and (min-width: 961px) {
  .news .link-archive {
    margin-top: 30px;
    font-size: 17rem;
  }
}
@media screen and (max-width: 960px) {
  .news .link-archive {
    margin-top: 25px;
    font-size: 13.5px;
  }
}
.news .link-course {
  margin-top: 30px;
}

.category-all {
  color: #5399ca;
}

.category-info {
  color: #25568c;
}

.category-course {
  color: #3b7759;
}

.category-recruit {
  color: #b64e58;
}

.category-other {
  color: #736357;
}

/* 外来受診のご案内、面会受付時間 */
.information {
  padding-inline: calc(50% - 550px);
}
@media screen and (max-width: 1140px) {
  .information {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .information {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .information {
    padding-block: 100px;
  }
}
@media screen and (max-width: 960px) {
  .information {
    padding-block: 25px 40px;
  }
}
.information .info-cards {
  display: grid;
}
@media screen and (min-width: 961px) {
  .information .info-cards {
    grid-template-columns: 51% 1fr;
    gap: 30px;
    padding-inline: 60px;
  }
}
@media screen and (max-width: 960px) {
  .information .info-cards {
    gap: 25px;
  }
}
.information .info-card {
  border-radius: 6px;
  background-color: #e9f2f8;
  overflow: hidden;
}
.information .info-card h2 {
  background: #2986c9;
  padding-block: 0.8em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .information .info-card h2 {
    font-size: 25rem;
  }
}
@media screen and (max-width: 960px) {
  .information .info-card h2 {
    font-size: 17.5px;
  }
}
.information .info-card-body {
  padding: 20px 30px;
}
@media screen and (max-width: 960px) {
  .information .info-card-body {
    padding: 15px;
  }
}
.information .info-table {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .information .info-table {
    max-width: 360px;
    margin: auto;
  }
}
.information .info-table th {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
.information .info-table td {
  padding-inline: 15px;
}
.information .info-table td > * {
  display: block;
  padding: 5px 10px;
}
@media screen and (max-width: 960px) {
  .information .info-table td {
    padding-inline: 8px;
  }
  .information .info-table td > * {
    padding: 5px;
  }
}
.information .info-table em {
  padding-top: 0;
  color: #2986c9;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .information .info-table em {
    font-size: 12rem;
  }
}
@media screen and (max-width: 960px) {
  .information .info-table em {
    font-size: 10.5px;
  }
}
.information .info-table span {
  border-top: 1px solid #ccc;
}
.information .info-holiday {
  border-top: 1px solid #4d4d4d;
  margin-top: 0.7em;
  padding-top: 1em;
  display: flex;
  gap: 1em;
}
.information .info-holiday dt {
  background: #2986c9;
  border-radius: 0.8em;
  padding: 0 1em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .information .info-holiday {
    max-width: 360px;
    margin: auto;
  }
}
.information .info-note {
  line-height: 1.5;
}
.information .info-note a {
  color: #2986c9;
}
@media screen and (min-width: 961px) {
  .information .info-note {
    margin-top: 1em;
    font-size: 13rem;
  }
}
@media screen and (max-width: 960px) {
  .information .info-note {
    max-width: 360px;
    margin: 1.2em auto 0;
    font-size: 10px;
  }
}
.information .info-meeting-time {
  margin-top: 0.3em;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .information .info-meeting-time {
    font-size: 18rem;
  }
}
@media screen and (max-width: 960px) {
  .information .info-meeting-time {
    font-size: 14px;
  }
}
.information .info-meeting-list {
  border-top: 1px solid #4d4d4d;
  margin: auto;
  margin-top: 1.1em;
  padding-top: 0.9em;
  padding-inline: 1em;
  width: fit-content;
}
.information .info-meeting-list small {
  font-size: 86.6%;
  color: #333;
}
.information .info-meeting-link {
  margin-top: 1.5em;
}
.information .info-meeting-link a {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .information .info-meeting-link a {
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .information .info-meeting-link {
    text-align: center;
  }
  .information .info-meeting-link a {
    max-width: 290px;
    height: 50px;
  }
}
.information .info-buttons {
  display: grid;
}
@media screen and (min-width: 961px) {
  .information .info-buttons {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
  }
  .information .info-buttons a {
    height: 90px;
  }
}
@media screen and (max-width: 960px) {
  .information .info-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
    margin-top: 25px;
  }
  .information .info-buttons a {
    height: 50px;
  }
}
@media screen and (max-width: 520px) {
  .information .info-buttons {
    grid-template-columns: inherit;
  }
}

/* 当院の特長 */
.features {
  padding-inline: calc(50% - 550px);
  background: linear-gradient(90deg, rgba(50, 131, 178, 0.1), rgba(24, 117, 124, 0.1));
}
@media screen and (max-width: 1140px) {
  .features {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .features {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .features {
    padding-block: 110px 120px;
  }
}
@media screen and (max-width: 960px) {
  .features {
    padding-block: 40px 50px;
  }
}
.features h2 {
  display: grid;
  justify-items: center;
  gap: 0.5em;
}
.features h2 .en {
  color: #287fbd;
}
.features h2 .ja {
  color: #4d4d4d;
  font-weight: 600;
}
@media screen and (min-width: 961px) {
  .features h2 {
    margin-bottom: 60px;
  }
  .features h2 .en {
    font-size: 14rem;
  }
  .features h2 .ja {
    font-size: 38rem;
  }
}
@media screen and (max-width: 960px) {
  .features h2 {
    margin-bottom: 25px;
  }
  .features h2 .en {
    font-size: 10px;
  }
  .features h2 .ja {
    font-size: 22.5px;
  }
}
.features-item {
  margin-top: 20px;
  display: grid;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .features-item {
    grid-template-columns: 55% 1fr;
  }
}
.features-item:hover img {
  opacity: 1;
}
.features-item .text {
  display: grid;
  align-content: center;
  position: relative;
}
.features-item .text > * {
  position: relative;
}
.features-item .text h3 {
  margin-bottom: 0.6em;
  color: #287fbd;
}
.features-item .text h3 small {
  font-size: 81%;
}
.features-item .text .fa-arrow-right {
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #287fbd;
}
@media screen and (min-width: 961px) {
  .features-item .text {
    padding-inline: 50px;
  }
  .features-item .text h3 {
    font-size: 22rem;
  }
  .features-item .text .fa-arrow-right {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 37px;
    border-width: 2px;
    font-size: 108%;
  }
}
@media screen and (max-width: 960px) {
  .features-item .text {
    padding: 25px 20px 20px;
  }
  .features-item .text h3 {
    font-size: 15.5px;
  }
  .features-item .text .fa-arrow-right {
    top: 20px;
    right: 20px;
    width: 23px;
    font-size: 80%;
  }
}
.features-item .number {
  position: absolute;
  top: -0.05em;
  left: 0.05em;
  color: #f3f5f7;
  font-family: var(--font-en);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .features-item .number {
    font-size: 223px;
  }
}
@media screen and (max-width: 960px) {
  .features-item .number {
    font-size: 118px;
  }
}
.features-item .column {
  width: fit-content;
  column-count: 2;
  column-gap: 1.5em;
}
@media screen and (min-width: 961px) {
  .features .link-other {
    margin-top: 65px;
  }
}
@media screen and (max-width: 960px) {
  .features .link-other {
    margin-top: 35px;
  }
}

/* 採用情報 */
.recruitment {
  padding-inline: calc(50% - 550px);
  background: url(../img/bg-recruit.jpg) no-repeat right center/contain;
}
@media screen and (max-width: 1140px) {
  .recruitment {
    padding-inline: 20px;
  }
}
@media (max-width: 960px) {
  .recruitment {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 961px) {
  .recruitment {
    padding-block: 100px 70px;
  }
}
@media screen and (max-width: 960px) {
  .recruitment {
    padding-block: 120px 15px;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 520px) {
  .recruitment {
    background-image: url(../img/bg-recruit-sp.jpg);
  }
}
.recruitment .content {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 961px) {
  .recruitment .content {
    max-width: 760px;
    padding: 45px 65px 35px;
  }
}
@media screen and (max-width: 960px) {
  .recruitment .content {
    max-width: 350px;
    margin: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.recruitment h2 {
  display: grid;
  gap: 0.5em;
  margin-bottom: 0.5em;
}
.recruitment h2 .ja {
  color: #287fbd;
  font-weight: 600;
}
.recruitment h2 .en {
  color: #808080;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .recruitment h2 .ja {
    font-size: 17rem;
  }
  .recruitment h2 .en {
    font-size: 56rem;
  }
}
@media screen and (max-width: 520px) {
  .recruitment h2 .ja {
    font-size: 12px;
  }
  .recruitment h2 .en {
    font-size: 28px;
  }
}
.recruitment p {
  font-weight: 500;
}
.recruitment .button {
  width: calc(100% + 40px);
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .recruitment .button {
    margin: 35px -20px 0;
  }
}
@media screen and (max-width: 960px) {
  .recruitment .button {
    margin-top: 20px;
  }
}

.bottom-slider img {
  width: auto;
}
@media screen and (min-width: 961px) {
  .bottom-slider {
    margin: 10px 0;
  }
  .bottom-slider img {
    height: 190px;
  }
}
@media screen and (max-width: 960px) {
  .bottom-slider {
    margin: 5px 0;
  }
  .bottom-slider img {
    height: 120px;
  }
}