@charset "UTF-8";
/*
Theme Name: 2026 Early
Author: Author
Author URI: URI
Version: 1.0
*/
.body {
  overflow-x: hidden;
}
@media (max-width: 1366px) {
  .body {
    margin-bottom: 12vw;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .body {
    margin-bottom: 0;
  }
}

.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 {
  height: 350px;
  position: relative;
  z-index: -1;
}
@media (max-width: 1366px) {
  .mv {
    height: 300px;
    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: 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: 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 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  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: 2px;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .mv__ttl {
    height: 94px;
    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;
  }
}
.mv__ttl span {
  display: inline-block;
  font-weight: 500;
  padding-left: 14px;
}
@media (max-width: 1366px) {
  .mv__ttl span {
    padding-left: 0;
  }
}
.home .mv {
  height: 490px;
}
@media (max-width: 1366px) {
  .home .mv {
    height: 472px;
    padding-top: 64px;
    width: 100vw;
    overflow-x: hidden;
  }
}
.home .mv::before {
  height: 916px;
  width: 68%;
  background: url(./img/mv_bg.png) no-repeat top right/cover;
}
@media (max-width: 1366px) {
  .home .mv::before {
    height: 416px;
    width: 120vw;
    left: -10px;
    background: url(./img/mv_bg.png) no-repeat bottom center/cover;
  }
}
.home .mv__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  align-content: start;
  width: 100%;
}
@media (max-width: 1366px) {
  .home .mv__inner {
    flex-direction: column-reverse;
    height: 408px;
    align-items: center;
    justify-content: space-between;
  }
}
.home .mv__left {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: 0.2cap;
  height: 590px;
  display: flex;
  align-items: center;
  justify-content: start;
  align-content: center;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .home .mv__left {
    height: 28px;
    font-size: 28px;
    height: 28px;
    justify-content: end;
    align-items: end;
  }
}
.home .mv__right {
  position: absolute;
  width: 252px;
  height: 247px;
  bottom: 0;
  right: 20%;
}
@media (max-width: 1366px) {
  .home .mv__right {
    width: 163px;
    height: 160px;
    bottom: 80px;
    right: 50%;
    transform: translateX(50%);
  }
}

/* =============================================
ボックス
=============================================*/
.box {
  margin-bottom: 144px;
}
@media (max-width: 1366px) {
  .box {
    margin-bottom: 40px;
    background: #EBF7F9;
  }
}
.box__outer {
  background: #EBF7F9;
  border-radius: 10px;
  width: 100%;
  padding: 54px 80px 54px;
}
@media (max-width: 1366px) {
  .box__outer {
    background: none;
    border-radius: 0;
    padding: 32px 0;
  }
}
.box__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px;
}
@media (max-width: 1366px) {
  .box__inner {
    padding: 0;
  }
}
.box__card {
  width: 32%;
  color: #fff;
  font-weight: bolder;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 0 5px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .box__card {
    width: 33%;
  }
}
@media (max-width: 1366px) {
  .box__card {
    width: 32%;
  }
}
.box__card a {
  display: block;
  height: 100%;
  width: 100%;
}
.box__card a:hover {
  opacity: 1;
}
.box__card::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease;
  z-index: -1;
}
.box__card.orange::before {
  background: url(./img/box_1.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .box__card.orange::before {
    background: url(./img/box_1_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card.orange::before {
    background: url(./img/box_1.png) no-repeat center center/contain;
  }
}
.box__card.orange:hover::before {
  background: url(./img/box_1_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .box__card.orange:hover::before {
    background: url(./img/box_1_hover_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card.orange:hover::before {
    background: url(./img/box_1_hover.png) no-repeat center center/contain;
  }
}
.box__card.blue::before {
  background: url(./img/box_2.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .box__card.blue::before {
    background: url(./img/box_2_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card.blue::before {
    background: url(./img/box_2.png) no-repeat center center/contain;
  }
}
.box__card.blue:hover::before {
  background: url(./img/box_2_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .box__card.blue:hover::before {
    background: url(./img/box_2_hover_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card.blue:hover::before {
    background: url(./img/box_2_hover.png) no-repeat center center/contain;
  }
}
.box__card.pink::before {
  background: url(./img/box_3.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .box__card.pink::before {
    background: url(./img/box_3_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card.pink::before {
    background: url(./img/box_3.png) no-repeat center center/contain;
  }
}
.box__card.pink:hover::before {
  background: url(./img/box_3_hover.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .box__card.pink:hover::before {
    background: url(./img/box_3_hover_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card.pink:hover::before {
    background: url(./img/box_3_hover.png) no-repeat center center/contain;
  }
}
.box__card--txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 70px 0;
  font-size: 27px;
  align-items: center;
}
@media (max-width: 1366px) {
  .box__card--txt {
    font-size: 14px;
    padding: 30px 0;
    text-align: center;
    flex-direction: column;
    line-height: 1.5;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card--txt {
    font-size: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
}
.box__card--txt span {
  margin-left: 10px;
}
@media (max-width: 1366px) {
  .box__card--txt span {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .box__card--txt span {
    margin-left: 10px;
  }
}

/* =============================================
ニュース
=============================================*/
.news2 {
  margin-bottom: 84px;
}
@media (max-width: 1366px) {
  .news2 {
    margin-bottom: 56px;
  }
}
.news2 .inner {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1366px) {
  .news2 .inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.news2 .flex {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 0 auto 0 140px;
  min-height: 240px;
  gap: 3em;
}
@media (max-width: 1366px) {
  .news2 .flex {
    display: block;
    min-height: none;
    margin: 0;
  }
}
.news2 .ttl {
  width: 140px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1366px) {
  .news2 .ttl {
    width: 107px;
    margin: 0 auto;
    position: initial;
  }
}
.news2 .btns {
  margin-top: 14px;
  width: 11em;
}
@media (max-width: 1366px) {
  .news2 .btns {
    width: auto;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
    align-content: center;
  }
}
.news2 .btns .btn {
  cursor: pointer;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.3;
  position: relative;
  transition: opacity 0.4s ease;
}
@media (max-width: 1366px) {
  .news2 .btns .btn {
    font-size: 14px;
    margin-bottom: 13px;
    text-align: center;
  }
}
.news2 .btns .btn.active {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.news2 .btns .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;
}
.news2 .lists {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  width: 880px;
  max-width: 70%;
}
@media (max-width: 1366px) {
  .news2 .lists {
    width: 100%;
    max-width: none;
  }
}
.news2 .lists.active {
  display: block;
}
.news2 .lists .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) {
  .news2 .lists .list {
    display: block;
    padding: 17px 0 13px;
  }
}
.news2 .lists .list--inner {
  display: flex;
  justify-content: start;
  align-items: center;
  align-content: center;
  gap: 22px;
}
@media (max-width: 1366px) {
  .news2 .lists .list--inner {
    gap: 35px;
  }
}
.news2 .lists .list--day {
  font-family: "quicksand", sans-serif;
  font-weight: 500;
}
.news2 .lists .list--tag {
  width: 13em;
  height: 23px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .news2 .lists .list--tag {
    font-size: 12px;
    height: 24px;
  }
}
.news2 .lists .list--txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 790px;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 1366px) {
  .news2 .lists .list--txt {
    padding-top: 16px;
    font-size: 16px;
    white-space: wrap;
    width: 100%;
  }
}
.news2 .lists .hide {
  display: none;
}
.news2 .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;
}
.news2 .humin .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;
}
.news2 .kankei .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;
}
.news2 .more {
  margin-left: 13%;
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .news2 .more {
    margin: 40px auto 0;
  }
}

.news {
  margin-bottom: 126px;
}
@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: 112px;
}
@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 #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: 116px;
  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;
    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: auto;
  margin-right: 0;
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .news__more {
    margin: 40px auto 0;
    height: 44px;
  }
}

/* =============================================
リンク
=============================================*/
.link {
  margin-bottom: 144px;
}
@media (max-width: 1366px) {
  .link {
    margin-bottom: 56px;
  }
}
.link__inner {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 1366px) {
  .link__inner {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.link__item {
  width: 432px;
  display: block;
}
@media (max-width: 1366px) {
  .link__item {
    width: 100%;
    max-width: 432px;
  }
}

/* =============================================
会員ログイン
=============================================*/
.bottom_fix {
  display: none;
}
@media (max-width: 1366px) {
  .bottom_fix {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100vw;
  }
  .bottom_fix::before {
    content: "会員ログイン";
    position: absolute;
    padding-top: 7px;
    top: 50%;
    left: 50%;
    font-size: 14px;
    font-weight: 500;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .bottom_fix {
    display: none;
  }
}

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

/* =============================================
CONTENTS
=============================================*/
body a {
  text-decoration: none;
}
body .entryBody a {
  text-decoration: underline;
}
body .entryBody ol {
  list-style: decimal;
}
body .entryBody ul:not(.wp-block-post-template) {
  list-style: disc;
}

.btn_homeLogin {
  display: none !important;
}

@media (min-width: 768px) {
  .btn_homeLogin {
    display: flex !important;
    margin-top: 2em;
  }
}
@media (min-width: 1024px) {
  .btn_homeLogin {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */