@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
/************************************************
    Reset
*************************************************/
* {
  min-height: 0;
  min-width: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, figure, figcaption, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  border: 0;
  margin: 0;
}

i {
  font-style: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

table, caption, th, td {
  font-weight: normal;
  text-align: left;
  empty-cells: show;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

a img, iframe {
  border: none;
}

a {
  color: inherit;
}

ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
}

input[type=text],
textarea {
  width: 100%;
}

address {
  font-style: normal;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

br {
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/************************************************
    共通設定
*************************************************/
* {
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  display: block;
}

body {
  font-size: 1rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  display: block;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/*
@font-face {
    font-family: '';
    src: url('.eot');
    src: local('Neue Haas Grotesk Display Pro 96 Black Italic'), local('NeueHaasDisplay-BlackItalic'),
    url('.eot?#iefix') format('embedded-opentype'),
    url('.woff') format('woff'),
    url('.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
*/
@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: translate(-100%) rotate(-100deg);
            transform: translate(-100%) rotate(-100deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.l-body {
  background-color: #141518;
}
.l-body.js-active {
  overflow: hidden;
}

.l-main {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .l-main {
    margin-top: 80px;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fbec49;
  z-index: 999;
  height: 120px;
}
.l-header__inner {
  position: relative;
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  position: relative;
  width: 160px;
  height: 86px;
}
.l-header__logo a {
  position: relative;
  display: block;
}
.l-header__logo a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 961px) {
  .l-header__nav {
    position: relative;
    width: auto;
  }
  .l-header__nav-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(15px, 2.9vw, 35px);
  }
  .l-header__nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .l-header__nav-item:last-of-type {
    margin-right: 0;
  }
  .l-header__nav-item:first-of-type {
    margin-left: 0;
  }
  .l-header__nav-item a {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .l-header__btn {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 80px;
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
  }
  .l-header__inner {
    height: 80px;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__logo {
    width: 100%;
    height: 80px;
    background-color: #fbec49;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .l-header__logo a {
    height: 60px;
    width: auto;
  }
  .l-header__logo a img {
    position: relative;
    height: 100%;
    width: auto;
  }
  .l-header__nav {
    position: fixed;
    top: -100vh;
    width: 100%;
    height: 100vh;
    background-color: rgba(251, 236, 73, 0.9);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
    padding: 40px 30px;
  }
  .l-header__nav.js-active {
    top: 80px;
    opacity: 1;
  }
  .l-header__nav-item {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  .l-header__nav-item:first-of-type {
    border-top: solid 1px rgba(0, 0, 0, 0.4);
  }
  .l-header__nav-item:nth-child(n+2) {
    border-top: solid 1px rgba(0, 0, 0, 0.4);
  }
  .l-header__nav-item:last-of-type {
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  }
  .l-header__nav-item a {
    text-decoration: none;
    padding: 20px 20px;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    text-align: left;
    display: block;
    text-transform: uppercase;
  }
  .l-header__nav-list {
    position: relative;
    padding-top: 10px;
    z-index: 999;
    width: 100%;
    max-width: 640px;
    height: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__nav-list li {
    width: 100%;
  }
  .l-header__nav-list li a {
    width: 100%;
  }
  .l-header__btn {
    position: absolute; /*ボタン内側の基点となるためrelativeを指定*/
    background: #000000;
    cursor: pointer;
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
  }
  .l-header__btn-area {
    -webkit-transition: all 0.6s;
    transition: all 0.6s; /*アニメーションの設定*/
    width: 80px;
    height: 80px;
  }
  .l-header__btn-area span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 25%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 50%;
  }
  .l-header__btn-area span:nth-of-type(1) {
    top: calc(33.3333333333% - 1px);
  }
  .l-header__btn-area span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .l-header__btn-area span:nth-of-type(3) {
    top: calc(66.6666666667% - 1px);
  }
  .l-header__btn.js-active .l-header__btn-area {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .l-header__btn.js-active .l-header__btn-area span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
            transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    width: 60%;
  }
  .l-header__btn.js-active .l-header__btn-area span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__btn.js-active .l-header__btn-area span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
            transform: translate3d(-50%, -50%, 0) rotate(45deg);
    width: 60%;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  background-color: #fbec49;
}
.l-footer__top {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding-top: clamp(30px, 5vw, 60px);
  padding-bottom: clamp(30px, 7.5vw, 90px);
}
.l-footer__info {
  position: relative;
  width: calc((100% - 20px) / 2);
  padding-left: clamp(30px, 4.17vw, 50px);
}
.l-footer__info-logo {
  width: clamp(120px, 13.3vw, 160px);
  position: relative;
}
.l-footer__info-name {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.714em;
  font-weight: 600;
  padding-top: clamp(10px, 1.67vw, 20px);
}
.l-footer__info-location {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.714em;
  font-weight: 600;
}
.l-footer__info-copyright {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: clamp(10px, 1.67vw, 20px);
}
.l-footer__nav {
  position: relative;
  width: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.l-footer__nav-list {
  position: relative;
  width: calc((100% - 20px) / 2);
}
.l-footer__nav-item {
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
}
.l-footer__nav-item::before {
  content: "-";
  position: relative;
  margin-right: 6px;
}
.l-footer__nav-item:not(:first-of-type) {
  margin-top: clamp(15px, 2.08vw, 25px);
}
.l-footer__nav-item a:hover {
  text-decoration: underline;
}
.l-footer__bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-footer__bottom img {
  position: relative;
  width: 100%;
  height: auto;
  bottom: -2px;
}
@media screen and (max-width: 640px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
  .l-footer__info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .l-footer__info-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer__info-name {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.714em;
    font-weight: 600;
    padding-top: clamp(10px, 1.67vw, 20px);
  }
  .l-footer__info-location {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.714em;
    font-weight: 600;
  }
  .l-footer__info-copyright {
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: clamp(10px, 1.67vw, 20px);
  }
  .l-footer__nav {
    width: 100%;
  }
  .l-footer__nav-list {
    position: relative;
    width: calc((100% - 20px) / 2);
  }
  .l-footer__nav-item {
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .l-footer__nav-item::before {
    content: "-";
    position: relative;
    margin-right: 6px;
  }
  .l-footer__nav-item:not(:first-of-type) {
    margin-top: clamp(15px, 2.08vw, 25px);
  }
  .l-footer__nav-item a:hover {
    text-decoration: underline;
  }
  .l-footer__bottom {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .l-footer__bottom img {
    position: relative;
    width: 100%;
    height: auto;
    bottom: -2px;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-subpage-header {
  position: relative;
  width: 100%;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  background-image: url("../img/subpage-header-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-subpage-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.c-subpage-header__title {
  position: relative;
  font-size: clamp(2rem, 2.0208vw, 2.4rem);
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-subpage-header_breadcrumbs {
  position: relative;
}

.c-breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
  gap: 10px;
}
.c-breadcrumbs__arw {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumbs li {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-fc-title {
  position: relative;
  color: #000000;
}
.c-fc-title__en {
  position: relative;
  font-size: clamp(2rem, 2.0208vw, 2.4rem);
  font-weight: 600;
}
.c-fc-title__ja {
  position: relative;
  margin-top: 10px;
  font-size: clamp(1.1rem, 1vw, 1.2rem);
  font-weight: 600;
}

.c-accordion {
  border-radius: 6px;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
}
.c-accordion-item {
  border-bottom: 1px solid #e6e6e6;
  font-size: clamp(1.4rem, 1.33vw, 1.6rem);
  padding-top: clamp(12px, 1.67vw, 20px);
  padding-bottom: clamp(12px, 1.67vw, 20px);
}
.c-accordion-header {
  cursor: pointer;
  position: relative;
}
.c-accordion-header::after {
  content: "＋";
  position: absolute;
  right: 16px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.c-accordion-header.active::after {
  content: "－";
}
.c-accordion-content {
  display: none;
  padding-top: clamp(12px, 1.67vw, 20px);
}

.p-top {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .p-top {
    padding-top: 15px;
  }
}
.p-top.first-half {
  background-color: #141518;
  background-image: url("../img/top-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-top.last-half {
  background-color: #ffffff;
}
.p-top-slider {
  position: relative;
  width: 100%;
}
.p-top-slider__track {
  position: relative;
  width: 100%;
}
.p-top-slider__track .glide__slide {
  position: relative;
  width: 100%;
}
.p-top-slider__track .glide__slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 49.1228070175%;
  background-color: rgba(251, 236, 73, 0.1);
}
.p-top-slider__track .glide__slide a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.p-top-slider__bullets {
  position: absolute;
  bottom: clamp(10px, 3.55%, 20px);
  right: clamp(20px, 3.5%, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-top-slider__bullet {
  background-color: #e6e6e6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0.4;
}
.p-top-slider__bullet.glide__bullet--active {
  opacity: 1;
}
.p-top-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
}
.p-top-banner__item {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: bottom;
}
.p-top-banner__item::before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: rgba(240, 8, 13, 0);
  z-index: 0;
}
.p-top-banner__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.p-top-banner__item.fc::before {
  padding-top: 48.2142857143%;
}
.p-top-banner__item:hover {
  opacity: 1;
}
.p-top-banner__item:hover::before {
  background-color: rgba(240, 8, 13, 0.5);
}
.p-top-banner__item:not(.about):hover img {
  opacity: 0.7;
}
.p-top-banner__item:not(.about):hover::before {
  background-color: rgb(240, 8, 13);
}
@media screen and (min-width: 1201px) {
  .p-top-banner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  .p-top-banner__item {
    width: 270px;
  }
  .p-top-banner__item.fc {
    width: 560px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-banner {
    -webkit-column-gap: 1.7543859649%;
       -moz-column-gap: 1.7543859649%;
            column-gap: 1.7543859649%;
    row-gap: 1.7543859649vw;
  }
  .p-top-banner__item {
    width: 23.6842105263%;
  }
  .p-top-banner__item.fc {
    width: 49.1228070175%;
  }
}
@media screen and (max-width: 640px) {
  .p-top-banner__item {
    width: 49.1228070175%;
  }
  .p-top-banner__item.fc {
    width: 100%;
  }
}
.p-top-news {
  position: relative;
  width: 100%;
  padding-top: clamp(70px, 11.7vw, 140px);
  padding-bottom: clamp(80px, 13.3vw, 160px);
  padding-left: clamp(30px, 7.5vw, 90px);
  padding-right: clamp(30px, 7.5vw, 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  gap: 20px;
}
.p-top-news__title {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
}
.p-top-news__list {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.p-top-news__list-item {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.p-top-news__list-link {
  position: relative;
  padding-top: clamp(10px, 1.67vw, 20px);
  padding-bottom: clamp(10px, 1.67vw, 20px);
  padding-right: clamp(15px, 2.5vw, 30px);
  padding-left: clamp(15px, 2.5vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-top-news__list-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-top-news__list-category {
  position: relative;
  border: solid 1px #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  margin-top: 2px;
  width: 6.8rem;
  text-align: center;
}
.p-top-news__list-time {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.74em;
  width: 7.6rem;
}
.p-top-news__list-title {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.74em;
  font-weight: 600;
  width: calc(100% - 6.8rem - 7.6rem - 20px);
}
.p-top-news__archive-link {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-top-news__list-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-news__list-category {
    width: auto;
  }
  .p-top-news__list-time {
    width: auto;
  }
  .p-top-news__list-title {
    width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .p-top-news {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-news__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top-news__archive-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
}
.p-top-ig {
  position: relative;
  padding-top: clamp(20px, 3.33vw, 40px);
  padding-bottom: clamp(20px, 3.33vw, 40px);
}
.p-top-ig__heading {
  position: relative;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.p-top-ig__heading-copy {
  position: relative;
  width: 100%;
}
.p-top-ig__heading-copy img {
  position: relative;
  width: 100%;
}
.p-top-ig__heading-description {
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: clamp(2.4rem, 3.17vw, 3.8rem);
  font-weight: 600;
  margin-top: clamp(20px, 2.5vw, 30px);
}
.p-top-ig__heading-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: clamp(20px, 3.33vw, 40px);
}
.p-top-ig__heading-btns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #000;
  gap: 8px;
  color: #fff;
  width: 128px;
  height: 30px;
  padding: 0 14px;
  border-radius: 15px;
}
.p-top-ig__heading-btns-item.instagram svg {
  height: 22px;
}
.p-top-ig__heading-btns-item.tiktok svg {
  height: 16px;
}
.p-top-ig__heading-btns-item svg {
  width: auto;
  fill: #fff;
}
.p-top-ig__heading-btns-item div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-top-ig__heading-btns-item:hover {
  color: #fbec49;
}
.p-top-ig__heading-btns-item:hover svg {
  fill: #fbec49;
}
.p-top-ig__body {
  position: relative;
  margin-top: clamp(20px, 3.33vw, 40px);
}
@media screen and (max-width: 640px) {
  .p-top-ig__heading-description {
    font-size: clamp(1.8rem, 3.17vw, 3.8rem);
  }
}

.p-fc-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 74vw;
  padding-top: clamp(40px, 5.42vw, 65px);
  padding-bottom: clamp(60px, 9.17vw, 110px);
  background-color: #aa080d;
  background-image: url("../img/fc-message-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.p-fc-message__inner {
  position: relative;
  width: clamp(400px, 42.5vw, 510px);
  margin-left: auto;
  margin-right: auto;
}
.p-fc-message__title {
  position: relative;
  text-align: center;
  width: clamp(240px, 39.4vw, 473px);
  margin-left: auto;
  margin-right: auto;
}
.p-fc-message__descriptions {
  position: relative;
  width: 100%;
  margin-top: clamp(30px, 4.17vw, 50px);
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2.464em;
  color: #ffffff;
}
.p-fc-message__descriptions p:not(:first-of-type) {
  margin-top: clamp(15px, 2.5vw, 30px);
}
.p-fc-message__signature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  color: #ffffff;
  margin-top: clamp(20px, 3.33vw, 40px);
}
.p-fc-message__signature-title {
  font-size: 1.2rem;
}
.p-fc-message__signature-name {
  font-size: 1.6rem;
}
.p-fc-strengths {
  position: relative;
  background-color: #ffffff;
  background-image: url("../img/fc-strengths-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: clamp(40px, 6.67vw, 80px);
  padding-bottom: clamp(35px, 5.83vw, 70px);
}
.p-fc-strengths__body {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  margin-top: 30px;
}
.p-fc-strengths__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 16px;
}
.p-fc-strengths__item {
  position: relative;
  width: calc((100% - 48px) / 4);
}
.p-fc-strengths__item-title {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-fc-strengths__item-title::before {
  content: "";
  display: block;
  z-index: -1;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.p-fc-strengths__item-title span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  padding-left: 7.25%;
  padding-right: 7.25%;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.58vw, 1.8rem);
  line-height: 1.736em;
  font-weight: 600;
}
.p-fc-strengths__item-description {
  position: relative;
  text-align: justify;
  margin-top: 15px;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2em;
}
.p-fc-strengths__item:nth-child(1) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-01-bg.png");
}
.p-fc-strengths__item:nth-child(2) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-02-bg.png");
}
.p-fc-strengths__item:nth-child(3) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-03-bg.png");
}
.p-fc-strengths__item:nth-child(4) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-04-bg.png");
}
.p-fc-strengths__item:nth-child(5) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-05-bg.png");
}
.p-fc-strengths__item:nth-child(6) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-06-bg.png");
}
.p-fc-strengths__item:nth-child(7) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-07-bg.png");
}
.p-fc-strengths__item:nth-child(8) .p-fc-strengths__item-title {
  background-image: url("../img/fc-strength-08-bg.png");
}
@media screen and (max-width: 640px) {
  .p-fc-strengths__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 24px;
  }
  .p-fc-strengths__item {
    position: relative;
    width: calc((100% - 24px) / 2);
  }
  .p-fc-strengths__item-title span {
    color: #ffffff;
    font-size: clamp(2rem, 3vw, 3.6rem);
  }
  .p-fc-strengths__item-description {
    font-size: 1.4rem;
  }
}
.p-fc-section {
  position: relative;
  width: 100%;
  padding-top: clamp(45px, 7.5vw, 90px);
  padding-bottom: clamp(45px, 7.5vw, 90px);
}
.p-fc-section__block {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-fc-section__heading {
  position: relative;
  width: 290px;
}
.p-fc-section__body {
  position: relative;
  width: calc(100% - 290px);
}
@media screen and (max-width: 960px) {
  .p-fc-section__heading {
    width: 200px;
  }
  .p-fc-section__body {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 640px) {
  .p-fc-section__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .p-fc-section__heading {
    width: 100%;
  }
  .p-fc-section__body {
    width: 100%;
  }
}
.p-fc-interview {
  background-color: #e6e6d2;
  padding-top: 0;
  padding-bottom: clamp(80px, 13.333vw, 160px);
}
.p-fc-interview::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(100px, 18.75vw, 225px);
  position: absolute;
  background: #ffffff;
  top: 0;
  left: 0;
}
.p-fc-interview__block {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-fc-interview__heading {
  position: relative;
  width: 320px;
  padding-top: clamp(45px, 7.083vw, 85px);
  padding-bottom: clamp(45px, 7.083vw, 85px);
  padding-left: 30px;
}
.p-fc-interview__body {
  position: relative;
  width: calc(100% - 320px);
}
.p-fc-interview__img {
  position: relative;
  width: 100%;
  height: auto;
}
.p-fc-interview__contents {
  position: relative;
  padding-top: clamp(45px, 7.5vw, 90px);
  width: 100%;
  max-width: calc(clamp(400px, 46.66vw, 560px) + 15px);
}
.p-fc-interview__contents-heading {
  position: relative;
}
.p-fc-interview__contents-heading-owner {
  font-size: clamp(1.4rem, 1.33vw, 1.6rem);
  position: relative;
}
.p-fc-interview__contents-heading-title {
  position: relative;
  font-size: clamp(1.8rem, 1.75vw, 2.1rem);
  font-weight: 700;
  margin-top: 15px;
}
.p-fc-interview__contents-body {
  position: relative;
  padding-top: clamp(35px, 5.42vw, 65px);
}
.p-fc-interview__contents-section {
  position: relative;
}
.p-fc-interview__contents-section:not(:first-of-type) {
  margin-top: clamp(25px, 3.33vw, 40px);
}
.p-fc-interview__contents-section h5 {
  position: relative;
  font-size: clamp(1.4rem, 1.33vw, 1.6rem);
  font-weight: 700;
  margin-bottom: clamp(25px, 3.33vw, 35px);
}
.p-fc-interview__contents-section h5::before {
  content: "─";
  display: inline-block;
}
.p-fc-interview__contents-section p {
  position: relative;
  font-size: clamp(1.4rem, 1.33vw, 1.6rem);
  text-align: justify;
  line-height: 1.75em;
}
.p-fc-interview__contents-section p + p {
  margin-top: clamp(15px, 2.5vw, 30px);
}
@media screen and (max-width: 960px) {
  .p-fc-interview::before {
    display: none;
  }
  .p-fc-interview__heading {
    width: 215px;
    padding-left: 15px;
    background-color: #ffffff;
  }
  .p-fc-interview__body {
    width: calc(100% - 215px);
  }
  .p-fc-interview__contents {
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .p-fc-interview__block {
    gap: 0;
  }
  .p-fc-interview__heading {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .p-fc-interview__body {
    width: 100%;
    margin-top: -20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-fc-interview__contents {
    max-width: 100%;
  }
}
.p-fc-business {
  background-color: #ffffff;
}
.p-fc-business__table {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.75em;
}
.p-fc-business__table tbody tr {
  border-bottom: solid 1px #000000;
}
.p-fc-business__table tbody tr th {
  width: 35%;
  padding-top: clamp(15px, 2.08vw, 25px);
  padding-bottom: clamp(15px, 2.08vw, 25px);
  padding-right: 15px;
}
.p-fc-business__table tbody tr td {
  width: 65%;
  padding-top: clamp(15px, 2.08vw, 25px);
  padding-bottom: clamp(15px, 2.08vw, 25px);
}
.p-fc-business__table tbody tr:first-of-type th, .p-fc-business__table tbody tr:first-of-type td {
  padding-top: 0;
}
.p-fc-business__table caption {
  caption-side: bottom;
  padding-top: clamp(15px, 2.08vw, 25px);
}
.p-fc-faq {
  background-color: #e6e6d2;
}
.p-fc-faq__table {
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.75em;
}
.p-fc-faq__table tbody tr {
  border-bottom: solid 1px #000000;
}
.p-fc-faq__table tbody tr th {
  width: 35%;
  padding-top: clamp(15px, 2.08vw, 25px);
  padding-bottom: clamp(15px, 2.08vw, 25px);
}
.p-fc-faq__table tbody tr td {
  width: 65%;
  padding-top: clamp(15px, 2.08vw, 25px);
  padding-bottom: clamp(15px, 2.08vw, 25px);
}
.p-fc-faq__table tbody tr:first-of-type th, .p-fc-faq__table tbody tr:first-of-type td {
  padding-top: 0;
}
.p-fc-faq__table caption {
  caption-side: bottom;
  padding-top: clamp(15px, 2.08vw, 25px);
}
.p-cta {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding-top: clamp(30px, 3.75vw, 45px);
  padding-bottom: clamp(40px, 5vw, 60px);
  padding-left: 15px;
  padding-right: 15px;
}
.p-cta__copy {
  position: relative;
  text-align: center;
  color: #ffffff;
  width: clamp(200px, 34.2vw, 410px);
  margin-left: auto;
  margin-right: auto;
}
.p-cta__btn {
  position: relative;
  height: 50px;
  width: 100%;
  max-width: 557px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#f22429), to(#fff129));
  background: linear-gradient(to right, #f22429, #fff129);
  color: #ffffff;
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
}
.p-cta__btn span {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6px, 0.83vw, 10px);
  z-index: 1;
}
.p-cta__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff129), to(#f22429));
  background: linear-gradient(to right, #fff129, #f22429);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-cta__btn:hover {
  opacity: 1;
}
.p-cta__btn:hover::before {
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .p-cta__copy {
    width: 100%;
    max-width: 360px;
  }
  .p-cta__btn {
    font-size: 1.4rem;
  }
}

.p-menu {
  background-color: #ffffff;
}
.p-menu__heading {
  position: relative;
  width: 100%;
  padding-top: clamp(30px, 4.17vw, 50px);
  padding-bottom: clamp(35px, 5vw, 60px);
}
.p-menu__heading-description {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.715em;
}
.p-menu__heading-nav {
  position: relative;
  margin-top: 30px;
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
  gap: clamp(10px, 4.17vw, 50px);
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
}
.p-menu__heading-nav-item {
  position: relative;
}
.p-menu__heading-nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.67vw, 20px);
  padding-bottom: 2px;
  border-bottom: solid 1px transparent;
}
.p-menu__heading-nav-link::after {
  position: relative;
  width: 10px;
  height: 6px;
  content: "";
  display: block;
  background-image: url("../img/menu-link-arw.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-menu__heading-nav-link:hover {
  border-bottom: solid 1px black;
}
.p-menu__body {
  position: relative;
  width: 100%;
  background-image: url("../img/menu-bg.png");
  background-size: 520px 520px;
  background-repeat: repeat;
  background-position: left top;
  padding-top: clamp(35px, 5.42vw, 65px);
  padding-bottom: clamp(35px, 5.42vw, 65px);
}
.p-menu__group {
  position: relative;
}
.p-menu__group:not(:first-of-type) {
  margin-top: clamp(35px, 5.83vw, 70px);
}
.p-menu__group-heading {
  position: relative;
  margin-bottom: clamp(20px, 2.92vw, 35px);
  text-align: center;
}
.p-menu__group-heading-title {
  width: 242px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-image: url("../img/menu-title-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #f0090e;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
}
.p-menu__group-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(25px, 5vw, 60px) 18px;
}
.p-menu__group-list-item {
  position: relative;
}
.p-menu__group-list-item.large {
  width: calc((100% - 18px) / 2);
}
.p-menu__group-list-item.small {
  width: calc((100% - 54px) / 4);
}
.p-menu__card {
  position: relative;
}
.p-menu__card-img {
  position: relative;
  width: 100%;
  height: auto;
}
.p-menu__card-img img {
  position: relative;
  width: 100%;
  height: auto;
}
.p-menu__card-body {
  position: relative;
  margin-top: clamp(15px, 2.5vw, 30px);
}
.p-menu__card-body__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-menu__card-body__title-name {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
}
.p-menu__card-body__title-supplement {
  position: relative;
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
}
.p-menu__card-body__description {
  position: relative;
  margin-top: 10px;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
}
.p-menu__card-body__price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1.4rem, 1.17vw, 1.4rem);
  gap: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .p-menu__group-heading-title {
    width: 200px;
    height: 48px;
    font-size: 1.6rem;
  }
  .p-menu__group-list-item.small {
    width: calc((100% - 18px) / 2);
  }
  .p-menu__card-body__title-name {
    font-size: 1.6rem;
  }
  .p-menu__card-body__price {
    gap: 6px;
  }
}

.p-policy {
  position: relative;
}
.p-policy__kv {
  position: relative;
  width: 100%;
  background-color: #fb0a00;
  padding-top: clamp(17.6vw, 33vw, 396px);
  padding-bottom: clamp(20px, 3.33vw, 40px);
}
.p-policy__kv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(30.1866vw, 56.6vw, 679px);
  background-image: url("../img/policy-kv--large_3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 0;
}
.p-policy__kv-contents {
  position: relative;
}
.p-policy__kv-copy {
  position: relative;
  width: clamp(448px, 70.1vw, 841px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(25px, 4.58vw, 55px);
}
.p-policy__kv-descriptions {
  position: relative;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
}
.p-policy__kv-descriptions p {
  margin-top: 1.75em;
}
.p-policy__main {
  position: relative;
  width: 100%;
  padding-top: clamp(30px, 5vw, 60px);
  padding-bottom: clamp(35px, 5.83vw, 70px);
}
.p-policy__main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(15.093vw, 28.3vw, 340px);
  background-color: #fb0a00;
  z-index: 0;
}
.p-policy__main-heading {
  position: relative;
  margin-bottom: clamp(30px, 5vw, 60px);
  text-align: center;
  z-index: 1;
}
.p-policy__main-heading-title {
  width: 360px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-image: url("../img/policy-main-title-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
}
.p-policy__main-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(30px, 5vw, 60px) 16px;
}
.p-policy__main-list-item {
  position: relative;
  width: calc((100% - 16px) / 2);
}
.p-policy__main-card {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.p-policy__main-card-img {
  position: relative;
  width: 100%;
  margin-bottom: clamp(10px, 1.67vw, 20px);
}
.p-policy__main-card-title {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: clamp(15px, 2.08vw, 25px);
}
.p-policy__main-card-description {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
  text-align: justify;
}
.p-policy__history {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(40px, 7.5vw, 90px);
  padding-bottom: clamp(60px, 11.7vw, 130px);
}
.p-policy__history-heading {
  position: relative;
  margin-bottom: clamp(30px, 5vw, 60px);
  text-align: center;
  z-index: 1;
}
.p-policy__history-heading-title {
  width: 350px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background-image: url("../img/policy-history-title-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000000;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
}
.p-policy__history-body {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.p-policy__history-copy {
  position: relative;
  font-size: clamp(1.8rem, 1.75vw, 2.1rem);
  font-weight: 600;
  margin-top: 15px;
}
.p-policy__history-descriptions {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
  text-align: justify;
  margin-top: clamp(15px, 2.08vw, 25px);
}
.p-policy__history-descriptions p {
  position: relative;
}
.p-policy__history-descriptions p:not(:first-of-type) {
  margin-top: 1.75em;
}
@media screen and (max-width: 640px) {
  .p-policy__main-heading-title {
    width: 300px;
    height: 50px;
    font-size: 1.8rem;
  }
  .p-policy__main-list-item {
    width: 100%;
  }
  .p-policy__history-heading-title {
    width: 292px;
    height: 50px;
    font-size: 1.8rem;
  }
}

.p-shop {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
.p-shop__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
}
.p-shop__item {
  position: relative;
  width: calc((100% - 60px) / 4);
}
.p-shop-card {
  position: relative;
  width: 100%;
}
.p-shop-card__img {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.p-shop-card__body {
  position: relative;
  width: 100%;
}
.p-shop-card__name {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 20px;
}
.p-shop-card__list {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
}
.p-shop-card__list dt {
  position: relative;
  width: 50px;
}
.p-shop-card__list dd {
  position: relative;
  width: calc(100% - 50px - 8px);
}
@media screen and (max-width: 960px) {
  .p-shop__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 640px) {
  .p-shop__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 480px) {
  .p-shop__item {
    width: 100%;
  }
}

.p-about {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(40px, 8.33vw, 100px);
  padding-bottom: clamp(50px, 9.17vw, 110px);
}
.p-about__inner {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.p-about__block {
  position: relative;
}
.p-about__block:not(:first-of-type) {
  margin-top: clamp(40px, 8.33vw, 100px);
}
.p-about__block-name {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 30px;
}
.p-about__block-table {
  position: relative;
  width: 100%;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-about__block-table tbody {
  border-spacing: 20px;
}
.p-about__block-table tbody tr {
  border-bottom: solid 1px #000000;
}
.p-about__block-table tbody tr th {
  position: relative;
  padding: 20px 0;
  width: calc(100% - 240px - 20px);
}
.p-about__block-table tbody tr td {
  position: relative;
  padding: 20px 0;
  width: 240px;
}
.p-about__block-description {
  position: relative;
  text-align: justify;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
}
.p-about__block-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: clamp(30px, 5.83vw, 70px);
}

.p-complete {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(40px, 5.83vw, 70px);
  padding-bottom: clamp(50px, 7.5vw, 90px);
}
.p-complete__inner {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.p-complete__heading {
  position: relative;
  text-align: center;
  margin-bottom: clamp(20px, 3.33vw, 40px);
}
.p-complete__heading h3 {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
  margin-bottom: clamp(20px, 3.33vw, 40px);
}
.p-complete__heading p {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
}
.p-complete__body {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
  text-align: justify;
}
.p-complete__body p:not(:first-of-type) {
  margin-top: 1.75em;
}
.p-complete__footer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(40px, 8.33vw, 100px);
}
.p-complete__btn {
  position: relative;
  width: 270px;
  height: 50px;
  border: solid 1px #000000;
  color: #000000;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-complete__btn:hover {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  .p-complete__btn {
    width: 200px;
  }
}

.p-recruit {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(35px, 5vw, 60px);
  padding-bottom: clamp(35px, 5vw, 60px);
}
.p-recruit__inner {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit__pre {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
}

.p-contact {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(40px, 5.83vw, 70px);
  padding-bottom: clamp(50px, 7.5vw, 90px);
}
.p-contact__inner {
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__heading {
  position: relative;
  text-align: justify;
  margin-bottom: clamp(20px, 3.33vw, 40px);
}
.p-contact__heading h3 {
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
  line-height: 1.75em;
  margin-bottom: clamp(20px, 3.33vw, 40px);
}
.p-contact__heading p {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
}
.p-contact__body {
  margin-bottom: clamp(30px, 3.75vw, 45px);
}
.p-contact__body dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  gap: 8px;
  margin-bottom: 10px;
}
.p-contact__body dl dt .req {
  position: relative;
  padding: 3px;
  border-radius: 3px;
  background-color: #f0090e;
  color: #ffffff;
}
.p-contact__body dl dd {
  position: relative;
  width: 100%;
}
.p-contact__body dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-contact__body dl dd input, .p-contact__body dl dd textarea {
  position: relative;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #999999;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  padding: 4px 6px;
}
.p-contact__footer {
  position: relative;
  width: 100%;
}
.p-contact__footer-confirm {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  text-align: center;
  margin-bottom: clamp(30px, 3.75vw, 45px);
}
.p-contact__footer input[type=submit] {
  position: relative;
  width: 270px;
  height: 50px;
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: auto;
  margin-right: auto;
}
.p-contact__footer input[type=submit]:hover {
  color: #000000;
  background-color: #ffffff;
}
.p-contact .wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}
.p-contact .wpcf7 form .wpcf7-response-output {
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  padding: 6px 8px;
}

.p-post {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding-top: clamp(40px, 5.83vw, 70px);
  padding-bottom: clamp(50px, 7.5vw, 90px);
}
.p-post__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.p-post__sidebar {
  position: relative;
  width: 250px;
}
.p-post__sidebar .widget_block {
  position: relative;
}
.p-post__sidebar .widget_block:not(:first-of-type) {
  margin-top: clamp(20px, 3.33vw, 40px);
}
.p-post__sidebar .wp-block-heading {
  position: relative;
  font-size: clamp(1.6rem, 1.67vw, 2rem);
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: solid 1px #000000;
  margin-bottom: 10px;
}
.p-post__sidebar .wp-block-categories-list {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-post__sidebar .wp-block-categories-list .cat-item {
  padding: 8px 0;
}
.p-post__sidebar .wp-block-archives-list {
  position: relative;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-post__sidebar .wp-block-archives-list li {
  padding: 8px 0;
}
.p-post__main {
  position: relative;
  width: calc(100% - 250px - 40px);
}
.p-post__main .archive-header {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #000000;
  margin-bottom: 10px;
}
.p-post__main .archive-header .archive-title {
  font-size: clamp(1.6rem, 1.67vw, 2rem);
  font-weight: 700;
}
.p-post__main .posts-grid {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(30px, 4.17vw, 50px) 20px;
}
.p-post__main .posts-grid .archive-card {
  position: relative;
  width: calc((100% - 40px) / 3);
}
.p-post__main .posts-grid .archive-card__thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: clamp(15px, 2.08vw, 25px);
}
.p-post__main .posts-grid .archive-card__thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 48.88%;
  position: relative;
}
.p-post__main .posts-grid .archive-card__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post__main .posts-grid .archive-card__body {
  position: relative;
  width: 100%;
}
.p-post__main .posts-grid .archive-card__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: clamp(10px, 1.5vw, 18px);
}
.p-post__main .posts-grid .archive-card__date {
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-post__main .posts-grid .archive-card__category {
  position: relative;
  padding: 2px 3px;
  background-color: #f0090e;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-post__main .posts-grid .archive-card__title {
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
  line-height: 1.75em;
  position: relative;
  text-align: justify;
}
.p-post__main .pagination {
  position: relative;
  margin-top: clamp(40px, 8.33vw, 100px);
}
.p-post__main .pagination .nav-links {
  position: relative;
}
.p-post__main .pagination .nav-links .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 3.33vw, 40px);
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.p-post__main .pagination .nav-links .page-numbers a.current,
.p-post__main .pagination .nav-links .page-numbers a:hover,
.p-post__main .pagination .nav-links .page-numbers span.current,
.p-post__main .pagination .nav-links .page-numbers span:hover {
  color: #f0090e;
}
.p-post__main .single-post__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-bottom: clamp(10px, 1.5vw, 18px);
}
.p-post__main .single-post__date {
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-post__main .single-post__categories {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-post__main .single-post__category {
  position: relative;
  padding: 2px 3px;
  background-color: #f0090e;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-post__main .single-post__title {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
  line-height: 1.75em;
  position: relative;
  text-align: justify;
  margin-bottom: clamp(15px, 2.5vw, 30px);
}
.p-post__main .single-post__thumb {
  position: relative;
  width: 100%;
  margin-bottom: clamp(25px, 4.17vw, 50px);
}
.p-post__main .single-post__content {
  position: relative;
  width: 100%;
  margin-bottom: clamp(35px, 5.83vw, 70px);
}
.p-post__main .single-post .post-nav {
  position: relative;
  width: 100%;
  border-top: solid 1px #000000;
  padding-top: clamp(15px, 2.5vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.3rem, 1.17vw, 1.4rem);
}
.p-post__main .single-post .post-nav__prev {
  margin-right: auto;
}
.p-post__main .single-post .post-nav__next {
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-post__inner {
    gap: 30px;
  }
  .p-post__sidebar {
    width: 200px;
  }
  .p-post__main {
    width: calc(100% - 200px - 30px);
  }
  .p-post__main .posts-grid .archive-card {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .p-post__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
  }
  .p-post__sidebar {
    width: 100%;
  }
  .p-post__main {
    width: 100%;
  }
  .p-post__main .posts-grid .archive-card {
    width: 100%;
  }
}

/* ====== Tokens ====== */
/* =========================================
   Gutenberg base for article content
   scope: .single-post__content
   ========================================= */
.single-post__content {
  color: #222;
  line-height: 1.8;
  font-size: 16px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  /* 直下要素の縦リズム */
  /* 段落・見出し */
  /* リスト */
  /* 画像・図版・キャプション */
  /* 整列（画像など） */
  /* ワイド・フル（テーマで align-wide サポート時） */
  /* 引用・プルクオート */
  /* コード */
  /* テーブル */
  /* 区切り線・ボタン・ファイル */
  /* 埋め込み（YouTube など） */
  /* ギャラリー */
  /* カラム */
  /* カバー */
  /* メディアとテキスト */
  /* リンク */
  /* clearfix */
}
.single-post__content > * + * {
  margin-top: 1.5rem;
}
.single-post__content p {
  margin: 1rem 0 0;
}
.single-post__content h1, .single-post__content h2, .single-post__content h3, .single-post__content h4, .single-post__content h5, .single-post__content h6 {
  line-height: 1.35;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.single-post__content h1 {
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
}
.single-post__content h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
}
.single-post__content h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
}
.single-post__content h4 {
  font-size: 1.125rem;
}
.single-post__content h5 {
  font-size: 1rem;
}
.single-post__content h6 {
  font-size: 0.9375rem;
  color: #666;
}
.single-post__content ul, .single-post__content ol {
  margin: 1rem 0 0 2rem;
  padding: 0;
}
.single-post__content li {
  margin-top: 0.5rem;
}
.single-post__content ul {
  list-style: disc;
}
.single-post__content ol {
  list-style: decimal;
}
.single-post__content img, .single-post__content video, .single-post__content iframe {
  max-width: 100%;
  height: auto;
}
.single-post__content figure {
  margin: 1.5rem 0;
}
.single-post__content figure img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post__content figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.single-post__content .wp-caption {
  margin: 1.5rem 0;
  max-width: 100%;
}
.single-post__content .wp-caption .wp-caption-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
.single-post__content .alignleft,
.single-post__content .wp-block-image .alignleft {
  float: none;
  margin: 1rem 0;
}
.single-post__content .alignright,
.single-post__content .wp-block-image .alignright {
  float: none;
  margin: 1rem 0;
}
.single-post__content .aligncenter,
.single-post__content .wp-block-image .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single-post__content .alignwide {
  max-width: 1100px;
  width: 92vw;
  margin-left: auto;
  margin-right: auto;
}
.single-post__content .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  .single-post__content .alignleft,
  .single-post__content .wp-block-image .alignleft {
    float: left;
    margin: 1rem 1.5rem 1rem 0;
    max-width: 50%;
  }
  .single-post__content .alignright,
  .single-post__content .wp-block-image .alignright {
    float: right;
    margin: 1rem 0 1rem 1.5rem;
    max-width: 50%;
  }
}
.single-post__content blockquote,
.single-post__content .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #0057d9;
  background: #fafafa;
  color: #222;
}
.single-post__content blockquote cite, .single-post__content blockquote footer,
.single-post__content .wp-block-quote cite,
.single-post__content .wp-block-quote footer {
  display: block;
  margin-top: 0.5rem;
  color: #8a8a8a;
  font-size: 0.875rem;
}
.single-post__content .wp-block-pullquote {
  padding: 1.5rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.single-post__content .wp-block-pullquote cite {
  display: block;
  margin-top: 0.5rem;
  color: #8a8a8a;
  font-size: 0.9rem;
}
.single-post__content code, .single-post__content kbd, .single-post__content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.95em;
  background: #f4f4f4;
  padding: 0.15em 0.35em;
  border-radius: 4px;
}
.single-post__content pre {
  overflow: auto;
  padding: 1rem;
  background: #111;
  color: #f6f6f6;
  border-radius: 6px;
  line-height: 1.6;
}
.single-post__content pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}
.single-post__content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.single-post__content th, .single-post__content td {
  border: 1px solid #e5e5e5;
  padding: 0.75rem;
  vertical-align: top;
}
.single-post__content th {
  background: #f7f7f7;
  text-align: left;
}
.single-post__content hr,
.single-post__content .wp-block-separator {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 2rem 0;
}
.single-post__content .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 1.5rem 0;
}
.single-post__content .wp-block-button__link {
  display: inline-block;
  padding: 0.65rem 1.1rem;
  border-radius: 6px;
  background: #0057d9;
  color: #fff;
  text-decoration: none;
}
.single-post__content .is-style-outline .wp-block-button__link {
  background: transparent;
  color: #0057d9;
  border: 1px solid #0057d9;
}
.single-post__content .wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.single-post__content .wp-block-file .wp-block-file__button {
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  background: #0057d9;
  color: #fff;
  text-decoration: none;
}
.single-post__content .wp-block-embed,
.single-post__content .wp-block-video,
.single-post__content .wp-block-audio {
  margin: 1.5rem 0;
}
.single-post__content .wp-block-embed__wrapper,
.single-post__content .wp-block-video {
  position: relative;
}
.single-post__content .is-16by9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.single-post__content .is-16by9 > iframe, .single-post__content .is-16by9 > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post__content .wp-block-gallery {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.single-post__content .wp-block-gallery figure {
  margin: 0;
}
@media (min-width: 768px) {
  .single-post__content .wp-block-gallery {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-post__content .wp-block-columns {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .single-post__content .wp-block-columns {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
.single-post__content .wp-block-column > * + * {
  margin-top: 1rem;
}
.single-post__content .wp-block-cover {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-height: 240px;
  color: #fff;
  text-align: center;
  margin: 1.5rem 0;
}
.single-post__content .wp-block-cover .wp-block-cover__image-background,
.single-post__content .wp-block-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__content .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  padding: 2rem;
}
.single-post__content .wp-block-media-text {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.single-post__content .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post__content .wp-block-media-text .wp-block-media-text__content > * + * {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .single-post__content .wp-block-media-text {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.single-post__content a {
  color: #0057d9;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-post__content a:hover {
  opacity: 0.85;
}
.single-post__content::after {
  content: "";
  display: block;
  clear: both;
}

.is-animated {
  -webkit-animation: 0.3s zoom-in;
          animation: 0.3s zoom-in;
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.fadeUp.delay500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.fadeUp.delay1000 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.wp-entry {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #000000;
  --wp--preset--color--primary: #9DFF20;
  --wp--preset--color--secondary: #345C00;
  --wp--preset--color--tertiary: #F6F6F6;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--h1: clamp(2.719rem, 2.719rem + ((1vw - 0.48rem) * 1.742), 3.625rem);
  --wp--preset--font-size--small: 1.4rem;
  --wp--preset--font-size--medium: 1.6rem;
  --wp--preset--font-size--large: 2rem;
  --wp--preset--font-size--x-large: 2.25rem;
  --wp--preset--font-size--xx-large: 2.8rem;
  --wp--preset--font-family--dm-sans: "DM Sans", sans-serif;
  --wp--preset--font-family--ibm-plex-mono: "IBM Plex Mono", monospace;
  --wp--preset--font-family--inter: "Inter", sans-serif;
  --wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  --wp--preset--font-family--source-serif-pro: "Source Serif Pro", serif;
  --wp--preset--spacing--30: clamp(1.5rem, 5vw, 2rem);
  --wp--preset--spacing--40: clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem);
  --wp--preset--spacing--50: clamp(2.5rem, 8vw, 4.5rem);
  --wp--preset--spacing--60: clamp(3.75rem, 10vw, 7rem);
  --wp--preset--spacing--70: clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem);
  --wp--preset--spacing--80: clamp(7rem, 14vw, 11rem);
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --wp--style--global--content-size: 650px;
  --wp--style--global--wide-size: 1200px;
  margin: 0;
  --wp--style--block-gap: 1.5rem;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--system-font);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6;
  --wp--style--root--padding-top: var(--wp--preset--spacing--40);
  --wp--style--root--padding-right: var(--wp--preset--spacing--30);
  --wp--style--root--padding-bottom: var(--wp--preset--spacing--40);
  --wp--style--root--padding-left: var(--wp--preset--spacing--30);
}
.wp-entry:where(.has-global-padding) {
  padding-right: 0;
  padding-left: 0;
}
.wp-entry > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}
.wp-entry :where(.has-global-padding) > .alignfull {
  margin-right: 0;
  margin-left: 0;
}
.wp-entry > .alignfull:where(:not(.has-global-padding)) > :where([class*=wp-block-]:not(.alignfull):not([class*=__]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.wp-entry :where(.has-global-padding) > .alignfull:where(:not(.has-global-padding)) > :where([class*=wp-block-]:not(.alignfull):not([class*=__]), p, h1, h2, h3, h4, h5, h6, ul, ol) {
  padding-right: 0;
  padding-left: 0;
}
.wp-entry .alignleft {
  float: left;
  margin-right: 2em;
}
.wp-entry .alignright {
  float: right;
  margin-left: 2em;
}
.wp-entry .aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.wp-entry > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-entry > * + * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
.wp-entry .is-layout-flow > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-entry .is-layout-flow > * + * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-entry .is-layout-constrained > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-entry .is-layout-constrained > * + * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-entry .is-layout-flex {
  gap: 1.5rem;
}
.wp-entry .is-layout-flow > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
.wp-entry .is-layout-flow > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.wp-entry .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-entry .is-layout-constrained > .alignleft {
  float: left;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}
.wp-entry .is-layout-constrained > .alignright {
  float: right;
  -webkit-margin-start: 2em;
          margin-inline-start: 2em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.wp-entry .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-entry .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-entry .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.wp-entry .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-entry .is-layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-entry .is-layout-flex > * {
  margin: 0;
}
.wp-entry a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--contrast);
  text-decoration: underline;
}
.wp-entry a:where(:not(.wp-element-button)):hover {
  text-decoration: none;
}
.wp-entry a:where(:not(.wp-element-button)):focus {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}
.wp-entry a:where(:not(.wp-element-button)):active {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.wp-entry h1, .wp-entry h2, .wp-entry h3, .wp-entry h4, .wp-entry h5, .wp-entry h6 {
  font-weight: 400;
  line-height: 1.4;
}
.wp-entry h1 {
  font-size: var(--wp--preset--font-size--x-h1);
  line-height: 1.2;
}
.wp-entry h2 {
  font-size: var(--wp--preset--font-size--x-h2);
  line-height: 1.2;
}
.wp-entry h3 {
  font-size: var(--wp--preset--font-size--x-large);
}
.wp-entry h4 {
  font-size: var(--wp--preset--font-size--large);
}
.wp-entry h5 {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  text-transform: uppercase;
}
.wp-entry h6 {
  font-size: var(--wp--preset--font-size--medium);
  text-transform: uppercase;
}
.wp-entry .wp-element-button, .wp-entry .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  border-width: 0;
  color: var(--wp--preset--color--contrast);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-entry .wp-element-button:visited, .wp-entry .wp-block-button__link:visited {
  color: var(--wp--preset--color--contrast);
}
.wp-entry .wp-element-button:hover, .wp-entry .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.wp-entry .wp-element-button:focus, .wp-entry .wp-block-button__link:focus {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}
.wp-entry .wp-element-button:active, .wp-entry .wp-block-button__link:active {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
}
.wp-entry .has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.wp-entry .has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.wp-entry .has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.wp-entry .has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.wp-entry .has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.wp-entry .has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.wp-entry .has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.wp-entry .has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.wp-entry .has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.wp-entry .has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.wp-entry .has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.wp-entry .has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.wp-entry .has-base-color {
  color: var(--wp--preset--color--base) !important;
}
.wp-entry .has-contrast-color {
  color: var(--wp--preset--color--contrast) !important;
}
.wp-entry .has-primary-color {
  color: var(--wp--preset--color--primary) !important;
}
.wp-entry .has-secondary-color {
  color: var(--wp--preset--color--secondary) !important;
}
.wp-entry .has-tertiary-color {
  color: var(--wp--preset--color--tertiary) !important;
}
.wp-entry .has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.wp-entry .has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.wp-entry .has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.wp-entry .has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.wp-entry .has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.wp-entry .has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.wp-entry .has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.wp-entry .has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.wp-entry .has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.wp-entry .has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.wp-entry .has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.wp-entry .has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.wp-entry .has-base-background-color {
  background-color: var(--wp--preset--color--base) !important;
}
.wp-entry .has-contrast-background-color {
  background-color: var(--wp--preset--color--contrast) !important;
}
.wp-entry .has-primary-background-color {
  background-color: var(--wp--preset--color--primary) !important;
}
.wp-entry .has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary) !important;
}
.wp-entry .has-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary) !important;
}
.wp-entry .has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.wp-entry .has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.wp-entry .has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.wp-entry .has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.wp-entry .has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.wp-entry .has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.wp-entry .has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.wp-entry .has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.wp-entry .has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.wp-entry .has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.wp-entry .has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.wp-entry .has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.wp-entry .has-base-border-color {
  border-color: var(--wp--preset--color--base) !important;
}
.wp-entry .has-contrast-border-color {
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-entry .has-primary-border-color {
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-entry .has-secondary-border-color {
  border-color: var(--wp--preset--color--secondary) !important;
}
.wp-entry .has-tertiary-border-color {
  border-color: var(--wp--preset--color--tertiary) !important;
}
.wp-entry .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.wp-entry .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.wp-entry .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.wp-entry .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.wp-entry .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.wp-entry .has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.wp-entry .has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.wp-entry .has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.wp-entry .has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.wp-entry .has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.wp-entry .has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.wp-entry .has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.wp-entry .has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.wp-entry .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.wp-entry .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.wp-entry .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-entry .has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}
.wp-entry .has-dm-sans-font-family {
  font-family: var(--wp--preset--font-family--dm-sans) !important;
}
.wp-entry .has-ibm-plex-mono-font-family {
  font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;
}
.wp-entry .has-inter-font-family {
  font-family: var(--wp--preset--font-family--inter) !important;
}
.wp-entry .has-system-font-font-family {
  font-family: var(--wp--preset--font-family--system-font) !important;
}
.wp-entry .has-source-serif-pro-font-family {
  font-family: var(--wp--preset--font-family--source-serif-pro) !important;
}
.wp-entry .wp-container-2.wp-container-2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wp-entry .wp-container-10.wp-container-10 {
  gap: 0.5ch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-entry .wp-container-12.wp-container-12 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--30);
}
.wp-entry .wp-container-17.wp-container-17 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wp-entry .wp-container-3.wp-container-3, .wp-entry .wp-container-18.wp-container-18, .wp-entry .wp-container-21.wp-container-21 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-entry .wp-container-7.wp-container-7, .wp-entry .wp-container-8.wp-container-8 {
  gap: 0.5ch;
}
.wp-entry .wp-container-9.wp-container-9 > *, .wp-entry .wp-container-11.wp-container-11 > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-entry .wp-container-9.wp-container-9.wp-container-9.wp-container-9 > * + *, .wp-entry .wp-container-11.wp-container-11.wp-container-11.wp-container-11 > * + * {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}