@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_hover {
  background: linear-gradient(270deg, #F08E3A, #F08E3A, #ffffff, #ffffff);
  background-position: 1% 50%;
  background-size: 300% 300%;
}
@media (max-width: 1366px) {
  .btn_hover {
    background: #fff;
  }
}

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

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

/* =============================================
  メインビジュアル
=============================================*/
.mv {
  margin-bottom: 100px;
  height: 350px;
  position: relative;
  /*
  &__ttl {
      font-size: 40px;
      font-weight: 500;
      letter-spacing: 0.2cap;
      width: 600px;
      height: 105px;
      position: absolute;
      top: 130px;
      left: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      padding-bottom: 2px;
      background: url(../img/mv_ttl.png) no-repeat center center /contain;
      transform: translateX(-50%);

      @include mq(sp) {
          height: 56px;
          font-size: 28px;
          width: 304px;
          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;
      }

  }
  */
}
@media (max-width: 1366px) {
  .mv {
    margin-bottom: 60px;
    height: 400px;
    overflow-y: visible;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv {
    height: 300px;
  }
}
.mv::before {
  position: absolute;
  content: "";
  height: 350px;
  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: 400px;
    width: 100vw;
    background: url(../img/mv_sp.png) no-repeat bottom center/cover;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv::before {
    height: 300px;
    width: 100%;
    background: url(../img/mv.png) no-repeat center bottom/cover;
  }
}
.mv__inner {
  height: 350px;
  padding-top: 130px;
  position: relative;
}
@media (max-width: 1366px) {
  .mv__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv__inner {
    padding-top: 140px;
  }
}
.mv__inner .wow {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
}
@media (max-width: 1366px) {
  .mv__inner .wow {
    gap: 1em;
  }
}
.mv__right {
  position: absolute;
  top: 120px;
  right: calc(50% - 460px);
}
@media (max-width: 1366px) {
  .mv__right {
    width: 120px;
    height: 120px;
    text-align: center;
    position: static;
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv__right {
    position: absolute;
    top: 120px;
    right: calc(50% - 300px);
  }
}

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

/* =============================================
カテゴリー
=============================================*/
.category {
  margin-top: -130px;
  margin-bottom: 94px;
  padding-top: 130px;
}
@media (max-width: 1366px) {
  .category {
    margin-bottom: 56px;
  }
}
.category__ttl {
  width: 235px;
  margin-bottom: 34px;
}
@media (max-width: 1366px) {
  .category__ttl {
    width: 178px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.category__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 94px;
}
@media (max-width: 1366px) {
  .category__inner {
    gap: 25px;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 39px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .category__inner {
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.category__item {
  display: block;
  width: 30%;
  position: relative;
}
@media (max-width: 1366px) {
  .category__item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .category__item {
    width: 32%;
  }
}
.category__item:hover {
  opacity: 1;
}
.category__item--img {
  width: 100%;
  height: 180px;
}
@media (max-width: 1366px) {
  .category__item--img {
    width: 100%;
    height: 80px;
  }
}
.category__item.item1 .category__item--img {
  background: url(../img/category_1.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .category__item.item1 .category__item--img {
    background: url(../img/category_1_sp.png) no-repeat center center/contain;
  }
}
.category__item.item1 .category__item--img:hover {
  background: url(../img/category_1_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .category__item.item1 .category__item--img:hover {
    background: url(../img/category_1_sp_hover.png) no-repeat center center/contain;
  }
}
.category__item.item2 .category__item--img {
  background: url(../img/category_2.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .category__item.item2 .category__item--img {
    background: url(../img/category_2_sp.png) no-repeat center center/contain;
  }
}
.category__item.item2 .category__item--img:hover {
  background: url(../img/category_2_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .category__item.item2 .category__item--img:hover {
    background: url(../img/category_2_sp_hover.png) no-repeat center center/contain;
  }
}
.category__item.item3 .category__item--img {
  background: url(../img/category_3.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .category__item.item3 .category__item--img {
    background: url(../img/category_3_sp.png) no-repeat center center/contain;
  }
}
.category__item.item3 .category__item--img:hover {
  background: url(../img/category_3_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .category__item.item3 .category__item--img:hover {
    background: url(../img/category_3_sp_hover.png) no-repeat center center/contain;
  }
}
.category__item--txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-20%, -50%);
}
@media (max-width: 1366px) {
  .category__item--txt {
    height: auto;
    font-size: 14px;
    transform: translate(-60%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .category__item--txt {
    transform: translate(-50%, -50%);
  }
}
.category__bottom {
  position: relative;
  max-width: 788px;
  margin: 0 auto;
  width: 100%;
}
.category__bottom--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 1366px) {
  .category__bottom--inner {
    padding: 0 22px;
  }
}
.category__bottom--txt {
  font-size: 27px;
  font-weight: bolder;
  margin-bottom: 32px;
}
@media (max-width: 1366px) {
  .category__bottom--txt {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

/* =============================================
検索
=============================================*/
.search_sec {
  margin-bottom: 94px;
  background: #FEF9EE;
  width: 100%;
  padding: 72px 0;
}
@media (max-width: 1366px) {
  .search_sec {
    margin-bottom: 40px;
    padding: 32px 0 40px;
  }
}
.search_sec__inner {
  position: relative;
}
.search_sec__ttl {
  position: absolute;
  left: 0;
  top: 0;
  width: 173px;
}
@media (max-width: 1366px) {
  .search_sec__ttl {
    width: 139px;
    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: #fff;
  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: #fff;
  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;
}

/* =============================================
ニュース
=============================================*/
.news {
  margin-bottom: 94px;
}
@media (max-width: 1366px) {
  .news {
    margin-bottom: 65px;
  }
}
.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: 8em;
}
@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: 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 #F4E1B7;
  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: 10em;
  height: 23px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .news__list--tag {
    font-size: 12px;
    width: 117px;
    height: 24px;
  }
}
.news__list--txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 790px;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 1366px) {
  .news__list--txt {
    padding-top: 16px;
    white-space: wrap;
    width: 100%;
    font-size: 16px;
  }
}
.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;
  }
}
.news__more--txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =============================================
医食住
=============================================*/
/* = DOOR
--------------------------------------------- */
.life {
  margin-bottom: 94px;
  padding: 78px 0 70px;
  background: #FEF9EE;
}
@media (max-width: 1366px) {
  .life {
    margin-bottom: 40px;
    padding: 48px 0px 48px;
  }
}
.life__ttl {
  display: flex;
  justify-content: start;
  gap: 32px;
  align-items: end;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .life__ttl {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 8px 0;
  }
}
@media (max-width: 1366px) {
  .life__ttl {
    margin-bottom: 40px;
  }
}
.life__ttl .section_subttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 13px;
}
@media (max-width: 1366px) {
  .life__ttl .section_subttl {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.life__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 72px;
}
@media (max-width: 1366px) {
  .life__inner {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .life__inner {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 0;
  }
}
.life__left {
  width: 26%;
}
@media (max-width: 1366px) {
  .life__left {
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .life__left {
    width: 33%;
  }
}
.life__left--img {
  margin-bottom: 8px;
}
.life__right {
  width: 63%;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 9%;
}
@media (max-width: 1366px) {
  .life__right {
    width: 100%;
    gap: 24px 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .life__right {
    width: 63%;
    gap: 2%;
  }
}
.life__item {
  width: 18%;
  margin-bottom: 3.5%;
}
.life__item:last-child {
  margin-right: auto;
}
@media (max-width: 1366px) {
  .life__item {
    width: 47%;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .life__item {
    width: 23%;
    display: block;
  }
}
.life__item--img {
  margin-bottom: 6px;
}

/* = レポート
--------------------------------------------- */
.single .report {
  padding: 111px 0 104px;
}
@media (max-width: 1366px) {
  .single .report {
    padding: 56px 0 48px;
  }
}
.single .new {
  display: flex;
  gap: 40px;
  margin-bottom: 68px;
}
@media (max-width: 1366px) {
  .single .new {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single .new {
    flex-direction: row;
    margin-bottom: 68px;
    align-items: start;
    gap: 40px;
  }
}
.single .new__left {
  width: 398px;
}
@media (max-width: 1366px) {
  .single .new__left {
    width: 240px;
  }
}
.single .new__left a {
  color: inherit;
  text-decoration: none;
}
.single .new__right {
  flex: 1;
}
.single .new__right--ttl {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding: 0 0 18px 120px;
  margin: 0px 0 24px;
}
@media (max-width: 1366px) {
  .single .new__right--ttl {
    font-size: 18px;
    width: 100%;
    padding-left: 80px;
    margin-top: 3px;
  }
}
.single .new__right--ttl.onlyPC {
  display: block;
}
@media (max-width: 1366px) {
  .single .new__right--ttl.onlyPC {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single .new__right--ttl.onlyPC {
    display: block;
  }
}
.single .new__right--ttl.onlySP {
  display: none;
}
@media (max-width: 1366px) {
  .single .new__right--ttl.onlySP {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single .new__right--ttl.onlySP {
    display: none;
  }
}
.single .new__right--ttl::before {
  content: "最新号";
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -1px;
  padding: 6px 21px;
  color: #fff;
  margin-right: 13px;
  border-radius: 4px;
  background: linear-gradient(-135deg, #F08E3A, #E8D677);
}
@media (max-width: 1366px) {
  .single .new__right--ttl::before {
    font-size: 14px;
    padding: 6px 12px;
    top: -3px;
  }
}
.single .new__right--ttl::after {
  content: "";
  width: 100%;
  border-radius: 2px;
  height: 7px;
  background: linear-gradient(135deg, #F08E3A, #E8D677);
  position: absolute;
  bottom: 0;
  left: 0;
}
.single .list {
  display: flex;
  flex-wrap: wrap;
  gap: 66px 66px;
}
@media (max-width: 1366px) {
  .single .list {
    gap: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single .list {
    gap: 66px;
  }
}
.single .item {
  width: calc(50% - 33px);
  display: flex;
  gap: 30px;
}
@media (max-width: 1366px) {
  .single .item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single .item {
    flex-direction: row;
    gap: 30px;
    align-items: start;
  }
}
.single .item.onlyPC {
  display: flex;
}
@media (max-width: 1366px) {
  .single .item.onlyPC {
    display: none;
  }
}
.single .item__left {
  width: 43.3287482806%;
  max-width: 315px;
}
@media (max-width: 1366px) {
  .single .item__left {
    width: 240px;
  }
}
.single .item__left a {
  color: inherit;
  text-decoration: none;
}
.single .item__right {
  flex: 1;
}
.single .item__right--ttl {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding: 0 0 18px;
  margin: 0px 0 24px;
}
@media (max-width: 1366px) {
  .single .item__right--ttl {
    font-size: 18px;
    width: 100%;
    margin-bottom: 17px;
  }
}
.single .item__right--ttl::after {
  content: "";
  width: 100%;
  border-radius: 2px;
  height: 7px;
  background: linear-gradient(135deg, #F08E3A, #E8D677);
  position: absolute;
  bottom: 0;
  left: 0;
}
.single .item__right--ttl.onlyPC {
  display: block;
}
@media (max-width: 1366px) {
  .single .item__right--ttl.onlyPC {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single .item__right--ttl.onlyPC {
    display: block;
  }
}
.single .item__right--ttl.onlySP {
  display: none;
}
@media (max-width: 1366px) {
  .single .item__right--ttl.onlySP {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .single .item__right--ttl.onlySP {
    display: none;
  }
}
.single .item__right--txt ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.75;
  list-style: none !important;
  margin-left: 0 !important;
}
.single .item__right--txt ul li {
  margin: 0;
}
.single .item__right--txt ul li::before {
  content: "●";
  color: #F08E3A;
  padding-right: 0.3em;
}
@media (max-width: 1366px) {
  .single .item__right--txt ul {
    margin-top: 20px;
  }
}
.single .item__img {
  margin-bottom: 24px;
}
@media (max-width: 1366px) {
  .single .item__img {
    margin-bottom: 12px;
  }
}
@media (max-width: 1366px) {
  .single div.item__btn {
    background: #FEF9EE !important;
  }
}

/* = バックナンバー
--------------------------------------------- */
.bn {
  padding-bottom: 134px;
}
@media (max-width: 1366px) {
  .bn {
    padding-bottom: 56px;
  }
}
.bn__ttl {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .bn__ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.bn__ttl::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 28px;
  width: 7px;
  border-radius: 2px;
  background: linear-gradient(80deg, #F08E3A 0%, #E8D677 70%);
}
@media (max-width: 1366px) {
  .bn__ttl::after {
    width: 6px;
    height: 20px;
    border-radius: 2px;
  }
}
.bn__inner {
  display: flex;
  justify-content: start;
  align-items: start;
  align-content: start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 1366px) {
  .bn__inner {
    flex-direction: column;
    align-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .bn__inner {
    flex-direction: row;
    align-content: start;
  }
}
.bn__btn {
  margin: 0;
}
@media (min-width: 1367px) {
  .bn__btn {
    width: 240px;
  }
}

/* =============================================
Be Well
=============================================*/
.bewell {
  margin-bottom: 150px;
}
@media (max-width: 1366px) {
  .bewell {
    margin-bottom: 56px;
  }
}
.bewell__ttl {
  margin-bottom: 56px;
}
@media (max-width: 1366px) {
  .bewell__ttl {
    margin: 0 auto 32px;
  }
}
.bewell__item {
  margin: 0 auto;
  width: 85%;
  text-align: center;
  display: block;
}
@media (max-width: 1366px) {
  .bewell__item {
    width: 88%;
  }
}

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

.swiper {
  width: 95%;
  max-width: 1560px;
  position: relative;
}
@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/bewell_arrow.png) no-repeat center center/contain;
}
@media (max-width: 1366px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    transform: translate(calc(-50% + 20px), -50%);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    transform: translate(-50%, -50%);
  }
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  transition: all ease 0.3s;
  background: url(../img/bewell_arrow_hover.png) no-repeat center center/contain;
}

.swiper-button-next:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 1366px) {
  .swiper-button-next:after {
    transform: translate(calc(-50% - 20px), -50%) rotate(180deg);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .swiper-button-next:after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

/* =============================================
健康
=============================================*/
.guide {
  padding-bottom: 120px;
}
@media (max-width: 1366px) {
  .guide {
    padding-bottom: 56px;
  }
}
.guide__inner {
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  gap: 49px 2.5%;
  grid-template-columns: repeat(auto-fit, minmax(474px, 474px));
}
@media (max-width: 1366px) {
  .guide__inner {
    grid-template-columns: repeat(auto-fit, minmax(0, 335px));
    gap: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guide__inner {
    gap: 49px 2.5%;
    grid-template-columns: repeat(auto-fit, minmax(474px, 474px));
  }
}
.guide__item {
  width: 474px;
  height: 104px;
  border-radius: 16px;
  background: #FEF9EE;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .guide__item {
    width: 335px;
    height: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guide__item {
    width: 474px;
    height: 104px;
  }
}
.guide__item:hover::after {
  opacity: 0.7;
}
.guide__item::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 11px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../../img/arrow_right.png) no-repeat center center/contain;
}
@media (max-width: 1366px) {
  .guide__item::after {
    width: 13px;
    right: 16px;
    height: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guide__item::after {
    width: 16px;
    height: 11px;
    right: 28px;
  }
}
.guide__item--img {
  width: 156px;
}
@media (max-width: 1366px) {
  .guide__item--img {
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guide__item--img {
    width: 156px;
  }
}
.guide__item--txt {
  z-index: 1;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
  font-size: 18px;
  left: 180px;
  position: absolute;
}
@media (max-width: 1366px) {
  .guide__item--txt {
    left: 116px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .guide__item--txt {
    font-size: 18px;
    left: 180px;
  }
}

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

/* =============================================
京都府医師会について
=============================================*/
.bottom_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .bottom_fix {
    display: none;
  }
}
.bottom_fix:before {
  content: "京都府医師会について";
  z-index: 2;
  position: absolute;
  padding-top: 7px;
  top: 50%;
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  transform: translate(-50%, -50%);
}

/* =============================================
BE WELL
=============================================*/
.bewellList {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.2em, 1.5vw, 2em) clamp(1em, 3vw, 2em);
  margin-left: 0 !important;
}
.bewellList li {
  list-style: none;
  margin: 0 !important;
  width: calc(25% - clamp(0.67em, 2.5vw, 1.5em));
}
@media (max-width: 1366px) {
  .bewellList li {
    width: calc(33.33% - clamp(0.67em, 2.5vw, 1.34em));
  }
}
@media (max-width: 1366px) {
  .bewell {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (min-width: 1367px) {
  .header.backGround .search--form,
  .header.backGround .search {
    background-color: #FEF9EE;
  }
}
.footer {
  background: #FEF9EE;
}

.menu {
  background: #FEF9EE;
}/*# sourceMappingURL=style.css.map */