@charset "UTF-8";
.body {
  overflow-x: hidden;
}
@media (max-width: 1366px) {
  .body {
    margin-bottom: 16vw;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .body {
    margin-bottom: 0;
  }
}

.btn {
  width: 235px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .btn {
    max-width: 260px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.btn--txt {
  position: absolute;
  top: 50%;
  line-height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn_hover {
  background: linear-gradient(270deg, #8ADEE7, #8ADEE7, #ffffff, #ffffff);
  background-position: 1% 50%;
  background-size: 300% 300%;
}
@media (max-width: 1366px) {
  .btn_hover {
    background: #fff;
  }
}

.btn_bg {
  background: linear-gradient(270deg, #8ADEE7, #8ADEE7, #EBF7F9, #EBF7F9);
  background-position: 1% 50%;
  background-size: 300% 300%;
}
@media (max-width: 1366px) {
  .btn_bg {
    background: #EBF7F9;
  }
}

.section_ttl {
  background: linear-gradient(95deg, #8ADEE7 0%, #6188DC 50%, #8ADEE7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =============================================
メインビジュアル
=============================================*/
.mv {
  position: relative;
  height: 300px;
}
@media (max-width: 1366px) {
  .mv {
    height: 360px;
    padding-top: 64px;
    overflow-y: visible;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv {
    height: 260px;
    padding-top: 64px;
    overflow-y: visible;
  }
}
.mv::before {
  position: absolute;
  content: "";
  height: 400px;
  width: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  background: url(../img/mv.png) no-repeat center bottom/cover;
}
@media (max-width: 1366px) {
  .mv::before {
    height: 477px;
    width: 100vw;
    background: url(../img/mv_sp.png) no-repeat bottom center/cover;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv::before {
    height: 350px;
    width: 100%;
    background: url(../img/mv.png) no-repeat center bottom/cover;
  }
}
@media (max-width: 1366px) {
  .mv__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
.mv__ttl {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2cap;
  width: 821px;
  height: 105px;
  position: absolute;
  top: 130px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-bottom: 10px;
  background: url(../img/mv_ttl.png) no-repeat center center/contain;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .mv__ttl {
    height: 61px;
    font-size: 28px;
    width: 254px;
    padding-bottom: 3px;
    line-height: 1.4;
    flex-direction: column;
    font-size: 22px;
    top: 137px;
    background: url(../img/mv_ttl_sp.png) no-repeat center center/contain;
  }
}
.mv__right {
  position: absolute;
  width: 70px;
  height: 216px;
  top: 100px;
  right: calc(50% - 360px);
}
@media (max-width: 1366px) {
  .mv__right {
    width: 50px;
    height: 120px;
    top: 220px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv__right {
    width: 50px;
    height: 120px;
    top: 110px;
    right: calc(50% - 230px);
    transform: translateX(0%);
  }
}

/* =============================================
インフォメーション
=============================================*/
.information {
  margin-top: 0;
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  .information {
    margin-bottom: 81px;
  }
}

/* =============================================
メリット
=============================================*/
.merit {
  width: 180px;
  height: 180px;
  display: block;
  background: url(../img/merit.png) no-repeat center center/contain;
  position: fixed;
  right: 120px;
  bottom: 50px;
  z-index: 2;
}
@media (max-width: 1366px) {
  .merit {
    display: none;
  }
}
.merit:hover {
  background: url(../img/merit_hover.png) no-repeat center center/contain;
  opacity: 1;
  transition: all 0.3s ease;
}

/* =============================================
ニュース
=============================================*/
.news {
  margin-bottom: 84px;
}
@media (max-width: 1366px) {
  .news {
    margin-bottom: 56px;
  }
}
.news__inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1366px) {
  .news__inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.news__flex {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 0 auto 0 180px;
  min-height: 240px;
  gap: 80px;
}
@media (max-width: 1366px) {
  .news__flex {
    display: block;
    min-height: none;
    margin: 0;
  }
}
.news__ttl {
  width: 140px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1366px) {
  .news__ttl {
    width: 107px;
    margin: 0 auto;
    position: initial;
  }
}
.news__btns {
  margin-top: 14px;
  width: 11em;
}
@media (max-width: 1366px) {
  .news__btns {
    width: auto;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
    align-content: center;
  }
}
.news__btn {
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  opacity: 0.3;
  transition: opacity 0.4s ease;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .news__btn {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
.news__btn.active {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.news__btn.active::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../img/news_line.png) no-repeat center center/cover;
}
.news__lists {
  width: -moz-fit-content;
  width: fit-content;
  width: 880px;
  max-width: 70%;
}
@media (max-width: 1366px) {
  .news__lists {
    width: 100%;
    max-width: none;
  }
}
.news__list {
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
  gap: 22px;
  padding: 24px 0 31px 0;
  border-bottom: 1px solid #D3E7EA;
  width: 100%;
}
@media (max-width: 1366px) {
  .news__list {
    display: block;
    padding: 17px 0 13px;
  }
}
.news__list--inner {
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
  gap: 22px;
}
@media (max-width: 1366px) {
  .news__list--inner {
    gap: 35px;
  }
}
.news__list--day {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
}
.news__list--tag {
  width: 13em;
  height: 23px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .news__list--tag {
    font-size: 12px;
    height: 24px;
  }
}
.news__list--txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 790px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  .news__list--txt {
    font-size: 16px;
    padding-top: 16px;
    white-space: wrap;
    width: 100%;
  }
}
.news__lists .hide {
  display: none;
}
.news .humin .news__list--tag::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "府民向け";
  background: #FAF1DB;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 23px;
  border-radius: 30px;
}
.news .kankei .news__list--tag::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "医療関係者のみなさまへ";
  background: #E3F4F7;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 23px;
  border-radius: 30px;
}
.news .subete .news__list--tag::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "すべて";
  background: #FCF0F0;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 23px;
  border-radius: 30px;
}
.news__more {
  margin-left: 13%;
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .news__more {
    margin: 40px auto 0;
  }
}

/* =============================================
カテゴリー
=============================================*/
.category {
  background: #EBF7F9;
  padding: 70px 0 78px;
  margin-bottom: 84px;
}
@media (max-width: 1366px) {
  .category {
    padding-top: 32px;
    padding-bottom: 56px;
    margin-bottom: 40px;
  }
}
.categoryWrap {
  margin-top: -130px;
  padding-top: 130px;
}
.category__ttl {
  width: 235px;
  margin-bottom: 34px;
}
@media (max-width: 1366px) {
  .category__ttl {
    width: 178px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
.category__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .category__inner {
    justify-content: space-around;
    align-items: start;
    gap: 16px 0;
  }
}
.category__item {
  display: block;
}
@media (max-width: 1366px) {
  .category__item {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .category__item {
    width: 33%;
  }
}
.category__item:hover {
  opacity: 1;
}
.category__item--img {
  width: 160px;
  height: 160px;
}
@media (max-width: 1366px) {
  .category__item--img {
    width: 112px;
    height: 112px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .category__item--img {
    width: 160px;
    height: 160px;
  }
}
.category__item.item1 .category__item--img {
  background: url(../img/category_1.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item1 .category__item--img:hover {
  background: url(../img/category_1_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item2 .category__item--img {
  background: url(../img/category_2.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item2 .category__item--img:hover {
  background: url(../img/category_2_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item3 .category__item--img {
  background: url(../img/category_3.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item3 .category__item--img:hover {
  background: url(../img/category_3_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item4 .category__item--img {
  background: url(../img/category_4.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item4 .category__item--img:hover {
  background: url(../img/category_4_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item5 .category__item--img {
  background: url(../img/category_5.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item5 .category__item--img:hover {
  background: url(../img/category_5_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item6 .category__item--img {
  background: url(../img/category_6.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item6 .category__item--img:hover {
  background: url(../img/category_6_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item7 .category__item--img {
  background: url(../img/category_7.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item.item7 .category__item--img:hover {
  background: url(../img/category_7_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
.category__item--txt {
  margin-top: 20px;
  text-align: center;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .category__item--txt {
    margin-top: 10px;
    height: auto;
    font-size: 14px;
  }
}

/* =============================================
検索
=============================================*/
.search_sec {
  margin-bottom: 84px;
  width: 100%;
}
@media (max-width: 1366px) {
  .search_sec {
    margin-bottom: 56px;
  }
}
.search_sec__inner {
  position: relative;
}
.search_sec__ttl {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1366px) {
  .search_sec__ttl {
    position: initial;
    margin: 0 auto;
  }
}
.search_sec__content {
  margin: 0 auto;
  text-align: center;
  padding-top: 36px;
}
@media (max-width: 1366px) {
  .search_sec__content {
    padding-top: 26px;
  }
}
.search_sec__box {
  margin: 0 auto;
  width: 504px;
  height: 51px;
  border-radius: 30px;
  display: flex;
  background: #EBF7F9;
  margin-bottom: 68px;
}
@media (max-width: 1366px) {
  .search_sec__box {
    width: 100%;
    height: 44px;
    margin-bottom: 40px;
    max-width: 504px;
  }
}
.search_sec__box--form {
  background: #EBF7F9;
  width: 444px;
  border: none;
  height: 51px;
  border-radius: 30px 0 0 30px;
  padding-left: 20px;
}
@media (max-width: 1366px) {
  .search_sec__box--form {
    width: calc(100% - 60px);
    height: 44px;
  }
}
.search_sec__box--form::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
  padding: 0 10px;
  display: block;
  font-size: 18px;
  opacity: 0.2;
}
.search_sec__box--form::placeholder {
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
  padding: 0 10px;
  display: block;
  font-size: 18px;
  opacity: 0.2;
}
@media (max-width: 1366px) {
  .search_sec__box--form::-moz-placeholder {
    line-height: 44px;
    font-weight: bolder;
    font-size: 16px;
  }
  .search_sec__box--form::placeholder {
    line-height: 44px;
    font-weight: bolder;
    font-size: 16px;
  }
}
.search_sec__box--btn {
  background: #EBF7F9;
  width: 60px;
  border: none;
  height: 51px;
  border-radius: 0 30px 30px 0;
  background: url(../../img/search.png) no-repeat left 40% center/contain;
  background-size: 18px;
}
@media (max-width: 1366px) {
  .search_sec__box--btn {
    height: 44px;
    width: 60px;
    background-size: 16px;
  }
}
.search_sec__txt {
  display: flex;
  justify-content: space-between;
  max-width: 402px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  -webkit-text-decoration: underline solid #17323B;
          text-decoration: underline solid #17323B;
  text-underline-offset: 3px;
}
@media (max-width: 1366px) {
  .search_sec__txt {
    font-size: 14px;
  }
}
.search_sec__txt a {
  font-weight: 500;
}

/* =============================================
トピックス
=============================================*/
.topics {
  background: #EBF7F9;
  padding: 70px 0 78px;
  margin-bottom: 140px;
}
@media (max-width: 1366px) {
  .topics {
    padding: 32px 0 56px;
    margin-bottom: 56px;
  }
}
.topics__item {
  margin: 0 auto;
  width: 85%;
  text-align: center;
  display: block;
}
@media (max-width: 1366px) {
  .topics__item {
    width: 93%;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .topics__item {
    width: 90%;
    border: none;
  }
}
@media (max-width: 1366px) {
  .topics__item--inner {
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding-bottom: 28px;
  }
}
.topics__img {
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  .topics__img {
    margin-bottom: 28px;
  }
}
.topics__name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (max-width: 1366px) {
  .topics__name {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.topics__txt {
  font-size: 14px;
  width: 280px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin: 0 auto;
  margin-bottom: 36px;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  .topics__txt {
    margin: 0 20px 24px;
    width: auto;
  }
}

.swiper-slide-prev > .topics__btn {
  display: none;
}

.swiper {
  width: 93%;
  max-width: 1560px;
}
@media (max-width: 1366px) {
  .swiper {
    width: 100%;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 40px;
  transform: translate(-50%, -50%);
  height: 49px;
  background: url(../img/topics_arrow.png) no-repeat center center/contain;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  transition: all ease 0.3s;
  background: url(../img/topics_arrow_hover.png) no-repeat center center/contain;
}

.swiper-button-next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

/* =============================================
京都府医師会入会のご案内
=============================================*/
.guidance {
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  .guidance {
    margin-bottom: 56px;
  }
}
.guidance__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 1366px) {
  .guidance__inner {
    flex-direction: column;
    justify-content: start;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guidance__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.guidance__right {
  width: 36%;
  position: relative;
}
@media (max-width: 1366px) {
  .guidance__right {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guidance__right {
    margin-bottom: 0;
    width: 36%;
  }
}
.guidance__right--inner {
  position: absolute;
  width: 88%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1366px) {
  .guidance__right--inner {
    width: 90%;
  }
}
.guidance__right--ttl {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 39px;
}
@media (max-width: 1366px) {
  .guidance__right--ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guidance__right--ttl {
    margin-bottom: 10px;
  }
}
.guidance__right--txt {
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 45px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1366px) {
  .guidance__right--txt {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guidance__right--txt {
    margin-bottom: 10px;
  }
}
.guidance__left {
  width: 63.5%;
}
@media (max-width: 1366px) {
  .guidance__left {
    width: 101vw;
    margin-left: -1vw;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guidance__left {
    width: 63.5%;
  }
}

/* =============================================
入会メリット
=============================================*/
.bottom_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.bottom_fix::before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .bottom_fix {
    display: none;
  }
}

/* =============================================
ページトップ
=============================================*/
@media (max-width: 1366px) {
  .pagetop {
    bottom: calc(16vw + 10px);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .pagetop {
    bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */