@charset "UTF-8";
.auto {
  margin-left: auto;
  margin-right: auto;
}

/* = FRAME
----------------------------------------------------------- */
.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.innerS {
  max-width: 1040px;
}

/* ALIGN */
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.alignfull {
  width: 100vw;
  position: relative;
  margin-left: calc((100% - 100vw) / 2);
}

/* = ENTRY
----------------------------------------------------------- */
.entryBody {
  line-height: 1.8;
}
.entryBody > :where(*):not(:first-child) {
  margin-top: 1em;
}

/* = IMG
----------------------------------------------------------- */
:where(figure) {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

.homeLink {
  margin-bottom: clamp(56px, 10vw, 144px) !important;
  gap: 100px;
}
@media (max-width: 1366px) {
  .homeLink {
    gap: 32px;
  }
}
.homeBox {
  margin-top: -180px;
  margin-bottom: 144px;
  padding-top: 180px;
}
@media (max-width: 1366px) {
  .homeBox {
    background: #EBF7F9;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.homeBox .outer {
  background: #EBF7F9;
  border-radius: 10px;
  width: 100%;
  padding: 54px 80px 54px;
}
@media (max-width: 1366px) {
  .homeBox .outer {
    background: none;
    border-radius: 0;
    padding: 32px 0;
  }
}
.homeBox .inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media (min-width: 1024px) {
  .homeBox .inner {
    padding: 0 0 50px;
  }
}
.homeBox .card {
  width: 32%;
  color: #fff;
  font-weight: bolder;
  padding: 0 0 5px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .homeBox .card {
    width: 33%;
  }
}
@media (max-width: 1366px) {
  .homeBox .card {
    width: 32%;
  }
}
.homeBox .card a {
  display: block;
  height: 100%;
  width: 100%;
}
.homeBox .card a:hover {
  opacity: 1;
}
.homeBox .card::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.3s ease;
  z-index: -1;
}
.homeBox .card.orange::before {
  background: url(../img/box_1.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .homeBox .card.orange::before {
    background: url(../img/box_1_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .homeBox .card.orange::before {
    background: url(../img/box_1.png) no-repeat center center/contain;
  }
}
.homeBox .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) {
  .homeBox .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) {
  .homeBox .card.orange:hover::before {
    background: url(../img/box_1_hover.png) no-repeat center center/contain;
  }
}
.homeBox .card.blue::before {
  background: url(../img/box_2.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .homeBox .card.blue::before {
    background: url(../img/box_2_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .homeBox .card.blue::before {
    background: url(../img/box_2.png) no-repeat center center/contain;
  }
}
.homeBox .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) {
  .homeBox .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) {
  .homeBox .card.blue:hover::before {
    background: url(../img/box_2_hover.png) no-repeat center center/contain;
  }
}
.homeBox .card.pink::before {
  background: url(../img/box_3.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media (max-width: 1366px) {
  .homeBox .card.pink::before {
    background: url(../img/box_3_sp.png) no-repeat center center/contain;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .homeBox .card.pink::before {
    background: url(../img/box_3.png) no-repeat center center/contain;
  }
}
.homeBox .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) {
  .homeBox .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) {
  .homeBox .card.pink:hover::before {
    background: url(../img/box_3_hover.png) no-repeat center center/contain;
  }
}
.homeBox .card--txt a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 70px 0;
  font-size: 27px;
  align-items: center;
}
@media (max-width: 1366px) {
  .homeBox .card--txt a {
    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) {
  .homeBox .card--txt a {
    font-size: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
}
.homeBox .card--txt a span {
  margin-left: 10px;
}
@media (max-width: 1366px) {
  .homeBox .card--txt a span {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .homeBox .card--txt a span {
    margin-left: 10px;
  }
}

/* ===========================================================
/   # MV
/========================================================== */
/* ===========================================================
/   # HEADING
/========================================================== */
h2.wp-block-heading {
  background: linear-gradient(95deg, #F5D2E9 0%, #EA9286 50%, #F5D2E9 100%);
  display: block;
  font-family: Quicksand, sans-serif;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48px;
}
@media (max-width: 1366px) {
  h2.wp-block-heading {
    font-size: 28px;
    margin: 0 auto 16px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  h2.wp-block-heading {
    font-size: 34px;
  }
}
h2.wp-block-heading:not(:first-child) {
  margin-top: clamp(48px, 10vw, 80px);
}
.business h2.wp-block-heading {
  background: linear-gradient(95deg, #F5D2E9 0%, #EA9286 50%, #F5D2E9 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.citizen h2.wp-block-heading {
  background: linear-gradient(95deg, #E8D677 0%, #F08E3A 50%, #E8D677 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.medical-worker h2.wp-block-heading {
  background: linear-gradient(95deg, #8ADEE7 0%, #6188DC 50%, #8ADEE7 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.wp-block-heading span {
  letter-spacing: 0;
  -webkit-text-fill-color: initial;
}
h2.wp-block-heading.jpn {
  font-size: 40px;
  margin-bottom: 0;
  font-family: NotoSans, sans-serif;
  font-weight: bolder;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  h2.wp-block-heading.jpn {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
h2.wp-block-heading__sub {
  font-size: 16px;
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 1366px) {
  h2.wp-block-heading__sub {
    margin: 0 auto 32px;
    font-size: 14px;
    text-align: center;
  }
}

h3.wp-block-heading {
  background: #ccc;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 13px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  border-radius: 8px;
}
@media (max-width: 1366px) {
  h3.wp-block-heading {
    font-size: 16px;
  }
}
.business h3.wp-block-heading {
  background: #EA9286;
}
.citizen h3.wp-block-heading {
  background: #eda04a;
}
.medical-worker h3.wp-block-heading {
  background: #b0d3ff;
}

h4.wp-block-heading {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  font-size: 28px;
  line-height: 1;
  margin-top: clamp(2em, 6vw, 3em);
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  h4.wp-block-heading {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
h4.wp-block-heading::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 28px;
  width: 7px;
  border-radius: 2px;
  background: #333;
}
@media (max-width: 1366px) {
  h4.wp-block-heading::after {
    width: 6px;
    height: 20px;
    border-radius: 2px;
  }
}
.business h4.wp-block-heading::after {
  background: linear-gradient(80deg, #F5D2E9 0%, #EA9286 70%);
}
.citizen h4.wp-block-heading::after {
  background: #eda04a;
}
.medical-worker h4.wp-block-heading::after {
  background: #6188DC;
}

/* ===========================================================
/   # BUTTON
/========================================================== */
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  color: inherit;
  border: 1px solid #ccc;
  border-radius: 5em;
  font-weight: 500;
  padding: 0.5em 5em 0.5em 4em;
  position: relative;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  content: "→";
  font-size: 1.2em;
  position: absolute;
  right: 1.5em;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  opacity: 1;
}
.citizen .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: rgba(237, 160, 74, 0.3);
}
.citizen .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  background: #eda04a;
}
.medical-worker .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: rgba(116, 175, 226, 0.3);
}
.medical-worker .wp-block-buttons .wp-block-button a.wp-block-button__link:hover {
  background: #74afe2;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link.linkFile {
  background: #fff;
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.5em 5em;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link.linkFile::after {
  display: none;
}

/* ===========================================================
/   # PAGE
/========================================================== */
.main {
  padding: 0 0 80px;
  margin: auto;
  position: relative;
}
@media (max-width: 1366px) {
  .main {
    padding: 40px 0 48px;
  }
}

/* ===========================================================
/   # ARCHIVE
/========================================================== */
.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;
  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 {
  font-size: 18px;
  line-height: 1.5;
  padding-right: 1em;
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@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;
  }
}
.citizen .guide__item {
  background: #FEF9EE;
}
.medical-worker .guide__item {
  background: #EBF7F9;
}

/* ===========================================================
/   # SINGLE
/========================================================== */
.single .entryWrap {
  padding-bottom: 200px;
}
.single .entryBody {
  line-height: 2;
  word-break: break-all;
}
.single .entryBody > :where(*):not(:first-child) {
  margin-top: clamp(1em, 4vw, 1.5em);
}
.single .entryBody h3.wp-block-heading {
  margin-top: clamp(2em, 8vw, 3em);
}
.single .entryBody h4.wp-block-heading {
  margin-top: clamp(2em, 8vw, 3em);
}
.single .entryBody figure.wp-block-image figcaption.wp-element-caption {
  font-size: 0.9em;
  font-weight: 500;
  pointer-events: none;
}
.single .entryBody :where(ol):not(.wp-block-post-template), .single .entryBody :where(ul):not(.wp-block-post-template) {
  line-height: 1.6;
  margin-left: 1.2em;
}
.single .entryBody :where(ul):not(.wp-block-post-template) {
  list-style: disc;
}
.single .entryBody :where(ul):not(.wp-block-post-template) :where(li:not(:first-child)) {
  margin-top: 0.5em;
}
.single .entryBody :where(a) {
  color: #6795de;
  text-decoration: underline;
}

/* = PAGINATION
----------------------------------------------------------- */
.wp-block-query-pagination {
  gap: 1em;
  justify-content: center;
  padding-top: clamp(1em, 11vw, 5em);
}
.wp-block-query-pagination a {
  color: #17323B !important;
  text-decoration: none !important;
}
.wp-block-query-pagination-numbers {
  display: flex;
  gap: 1em;
  text-align: center;
}
.wp-block-query-pagination-numbers .page-numbers {
  background: #eee;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.wp-block-query-pagination-numbers .page-numbers.current {
  background: #648edd;
  color: #fff;
  font-weight: 500;
}/*# sourceMappingURL=contents.css.map */