@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1530px) {
  html {
    font-size: 1.045751634vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

main {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #101010;
}

a,
button {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1530px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 1440px) {
  .l-inner {
    padding-right: 7.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}

.l-inner--sub {
  max-width: 1250px;
}

.c-accordion {
  width: 100%;
}

.c-accordion__details {
  border-bottom: 2px solid #101010;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-accordion__details summary::-webkit-details-marker {
  display: none;
}

.c-accordion__summary {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 6.25rem 1.875rem 0.625rem;
  color: #101010;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-accordion__summary {
    font-size: 1rem;
    line-height: 1.75;
    padding: 1.25rem 2.625rem 1.25rem 0;
  }
}

.c-accordion__summary span {
  margin-right: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #1d9a6b;
  border-radius: 0.625rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-accordion__summary span {
    width: 2.9375rem;
    height: 2.9375rem;
    font-size: 1.875rem;
    line-height: 0.8333333333;
    margin-right: 1.25rem;
  }
}

.c-accordion__summary::after {
  position: absolute;
  width: 0.5rem;
  height: 0.625rem;
  display: inline-block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  right: 1.0625rem;
  background: url(../images/common/btn_arrow-02.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__summary::after {
    top: auto;
    top: initial;
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
    bottom: 1.5625rem;
  }
}

.c-accordion__summary::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: #1d9a6b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__summary::before {
    top: auto;
    top: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 1.25rem;
  }
}

.c-accordion__inner {
  overflow: hidden;
}

.c-accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 6.25rem 1.875rem 0.625rem;
  color: #101010;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-accordion__answer {
    font-size: 1rem;
    line-height: 1.75;
    padding: 0rem 2.625rem 1.25rem 0;
  }
}

.c-accordion__answer span {
  margin-right: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #eb8a17;
  border-radius: 0.625rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-accordion__answer span {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.875rem;
    line-height: 0.8333333333;
    margin-right: 1.25rem;
  }
}

.c-accordion__details[open] .c-accordion__summary::after {
  -webkit-transform: rotate(270deg) translateX(50%);
          transform: rotate(270deg) translateX(50%);
}
@media screen and (max-width: 767px) {
  .c-accordion__details[open] .c-accordion__summary::after {
    -webkit-transform: rotate(270deg) translateX(0);
            transform: rotate(270deg) translateX(0);
  }
}

.c-accordion__details[open] .c-accordion__summary::before {
  background: #eb8a17;
}

.c-btn-02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 12.125rem;
  min-height: 3.1875rem;
  background-color: #efefef;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #1d9a6b;
  padding: 0.75rem 2.9375rem 0.75rem 2.375rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  z-index: 10;
}
@media (hover: hover) {
  .c-btn-02:hover {
    opacity: 1;
  }
  .c-btn-02:hover::after {
    right: 0.625rem;
  }
}

.c-btn-02::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.875rem;
  background: url(../images/common/btn_arrow-green.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn-02 span {
  margin-right: 0.9375rem;
  display: inline-block;
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../images/common/icon-link.svg) no-repeat center/contain;
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.875rem;
  min-height: 3.125rem;
  background-color: #1d9a6b;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  padding: 0.625rem 1.875rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: 10.75rem;
    min-height: 1.875rem;
    font-size: 1rem;
    line-height: 1;
    padding: 0.1875rem 1.875rem 0.1875rem 1.0625rem;
    background-color: #eb8a17;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    opacity: 1;
  }
  .c-btn:hover::after {
    width: 100%;
  }
}

.c-btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.875rem;
  background: url(../images/common/btn_arrow.svg) no-repeat center/contain;
}

.c-btn::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 0;
  inset: 0;
  background-color: #eb8a17;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn--s {
  min-width: 10.75rem;
  min-height: 1.875rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0.1875rem 1.875rem;
}

.c-card-02 {
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  background-color: #efefef;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-02 {
    padding: 0.625rem 0.625rem 0.9375rem;
  }
}

.c-card-02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.c-card-02__img {
  width: 100%;
  aspect-ratio: 235/348;
}
.c-card-02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-02__head {
  margin-top: 0.9375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-card-02__head {
    margin-top: 0.75rem;
    line-height: 1.5;
  }
}

.c-card-02__day {
  position: relative;
  padding-top: 0.9375rem;
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  border-top: 1px solid #101010;
}

.c-card-02__day::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: #1d9a6b;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-card-02__day::before {
    right: 0.3125rem;
  }
}

.c-card-02__day::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  background: url(../images/common/btn_arrow-02.svg) no-repeat center/contain;
  right: 0.4375rem;
  bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-card-02__day::after {
    right: 0.875rem;
  }
}

.c-card-03 {
  border: 1px solid #101010;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-card-03 {
    padding: 0.8125rem 0.625rem 0.625rem;
  }
}

.c-card-03__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-card-03__wrap {
    display: block;
  }
}

.c-card-03__title {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: #c7c7c7;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.55;
  padding: 0.25rem 0.9375rem;
  height: 2.4375rem;
}

.c-card-03__price {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: #eb8a17;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.55;
  color: #fff;
  padding: 0.25rem 0.9375rem;
  height: 2.4375rem;
}

.c-card-03__text {
  margin-top: 0.75rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-card-03__text {
    line-height: 1.75;
  }
}

.c-card-03__imgwrap {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-card-03__imgwrap {
    margin-top: 0.9375rem;
  }
}

.c-card-03__img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  aspect-ratio: 278/287;
  margin: 0 auto;
  background-color: gray;
}
@media screen and (max-width: 767px) {
  .c-card-03__img {
    aspect-ratio: 158/160;
  }
}

.c-card-03__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card {
  position: relative;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  background-color: #fff;
  border-radius: 0.625rem;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-card {
    padding-bottom: 0.625rem;
  }
}
.c-card a {
  display: block;
  height: 100%;
}

.c-card__img {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
  aspect-ratio: 276/200;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    aspect-ratio: 335/260;
  }
}
.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card__categorys {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-card__categorys {
    padding: 0 1.25rem;
  }
}

.c-card__category {
  border-radius: 62.4375rem;
  border: 1px solid #101010;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  padding: 0 0.625rem;
  list-style-type: none;
}

.c-card__label {
  margin-top: 1.25rem;
  margin-left: 0.9375rem;
  display: inline-block;
  background-color: #101010;
  border-radius: 0.625rem;
  color: #fff;
  min-width: 4.5rem;
  min-height: 1.4375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card__label {
    margin-left: 1.25rem;
  }
}

.c-card__text {
  margin-top: 0.5rem;
  margin-left: 0.9375rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    margin-left: 1.25rem;
  }
}
.c-card__text em {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .c-card__text em {
    line-height: 1.1;
  }
}
.c-card__text span {
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.4285714286;
}

.c-card__aroow {
  margin-top: 0.9375rem;
  width: 1.375rem;
  height: 1.375rem;
  background: #1d9a6b;
  margin-right: 1.25rem;
  margin-left: auto;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-card__aroow {
    margin-top: 0.375rem;
    margin-right: 0.625rem;
  }
}

.c-card__aroow::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  background: url(../images/common/btn_arrow-02.svg) no-repeat center/contain;
}

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

.c-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 600px) {
  .c-grid-3 {
    gap: 0.625rem;
  }
}

.c-column__head {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #1d9a6b;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #1d9a6b;
}
@media screen and (max-width: 767px) {
  .c-column__head {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 0.9375rem;
  }
}

.c-column__text {
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .c-column__text {
    margin-top: 0.875rem;
    line-height: 1.75;
  }
}

.c-column__img {
  width: 32rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-column__img {
    width: 100%;
  }
}

.c-column__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-column__red {
  color: #d31c29;
}

.c-column__text--mt0 {
  margin-top: 0;
}

.c-gallary-parent {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.c-gallary-parent-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  opacity: 0;
}
.c-gallary-parent-image.is_select {
  opacity: 1;
}
.c-gallary-parent-image img {
  aspect-ratio: auto;
}

.c-gallary-child {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.c-gallary-child-image {
  opacity: 0.7;
}
.c-gallary-child-image.is_select {
  opacity: 1;
  border: 5px solid #1d9a6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#start-resizable-editor-section {
  display: none;
}

.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff;
}

.wp-block-button__link.aligncenter {
  text-align: center;
}

.wp-block-button__link.alignright {
  text-align: right;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - 0.5em);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - 0.5em);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - 0.5em);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  margin-right: 0;
  width: 100%;
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 2px solid;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #32373c;
}

.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-block-buttons.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button {
  margin-right: 0;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-buttons > .wp-block-button:last-child {
  margin-right: 0;
}

.wp-block-buttons.is-content-justification-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right > .wp-block-button {
  margin-left: 0.5em;
  margin-right: 0;
}

.wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
  margin-left: 0;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-buttons.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: 0.5em;
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
  margin-right: 0;
}

.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: 0.5em;
}

.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0;
}

.wp-block-buttons:not(.is-content-justification-space-between):not(.is-content-justification-right):not(.is-content-justification-left):not(.is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  width: 100%;
}

.wp-block-calendar {
  text-align: center;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}

.wp-block-calendar tfoot td {
  border: none;
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}

.wp-block-calendar a {
  text-decoration: underline;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}

.wp-block-categories.alignleft {
  margin-right: 2em;
}

.wp-block-categories.alignright {
  margin-left: 2em;
}

.wp-block-code code {
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.75em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 782px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-columns.are-vertically-aligned-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  word-wrap: break-word;
}

@media (max-width: 599px) {
  .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 1em) !important;
        flex-basis: calc(50% - 1em) !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 2em;
  }
}
@media (min-width: 782px) {
  .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .wp-block-column[style*=flex-basis] {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}
.wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  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;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}

.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}

.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-embed iframe {
  max-width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  text-align: right;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.blocks-gallery-grid,
.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(70%, rgba(0, 0, 0, .3)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports (position: sticky) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4.375rem;
}
.wp-block-group:last-of-type {
  margin-bottom: 0;
}
.wp-block-group .wp-block-group {
  margin-bottom: 2.5rem;
}

.wp-block-image {
  margin-bottom: 1em;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: table;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}

.wp-block-latest-posts.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  color: #555;
  font-size: 0.8125em;
}

.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-latest-posts__featured-image a {
  display: inline-block;
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}

.block-editor-image-alignment-control__row .components-base-control__field {
  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;
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
  margin-bottom: 0;
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  -ms-flex-item-align: start;
      align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  -ms-flex-item-align: end;
      align-self: end;
}

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1; /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1; /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  color: #1e1e1e;
  background-color: #fff;
  min-width: 200px;
}

.items-justified-left > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.items-justified-center > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.items-justified-right > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.items-justified-space-between > ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wp-block-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0;
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
  display: none;
}

.wp-block-navigation__container {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is-vertical .wp-block-navigation__container {
  display: block;
}

.has-child > .wp-block-navigation-link__content {
  padding-right: 0.5em;
}

.has-child .wp-block-navigation__container {
  border: 1px solid rgba(0, 0, 0, .15);
  background-color: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  visibility: hidden;
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
  padding-right: 0.5em;
}

@media (min-width: 782px) {
  .has-child .wp-block-navigation__container {
    left: 1.5em;
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container {
    left: 100%;
    top: -1px;
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.has-child:hover {
  cursor: pointer;
}

.has-child:hover > .wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.has-child:focus-within {
  cursor: pointer;
}

.has-child:focus-within > .wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
  text-decoration: inherit;
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
  text-decoration: none;
}

.wp-block-navigation-link__content {
  color: inherit;
  padding: 0.5em 1em;
}

.wp-block-navigation-link__content + .wp-block-navigation-link__content {
  padding-top: 0;
}

.has-text-color .wp-block-navigation-link__content {
  color: inherit;
}

.wp-block-navigation-link__label {
  word-break: normal;
  word-wrap: break-word;
}

.wp-block-navigation-link__submenu-icon {
  height: inherit;
  padding: 0.375em 1em 0.375em 0;
}

.wp-block-navigation-link__submenu-icon svg {
  fill: currentColor;
}

@media (min-width: 782px) {
  .wp-block-navigation-link__submenu-icon svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.is-small-text {
  font-size: 0.875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p.has-background {
  padding: 1.25em 2.375em;
}

p.has-text-color a {
  color: inherit;
}

.wp-block-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}

.wp-block-post-author__avatar {
  margin-right: 1em;
}

.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}

.wp-block-post-author__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.wp-block-post-author__name {
  font-weight: 700;
  margin: 0;
}

.wp-block-post-comments-form input[type=submit] {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: 0.667em 1.333em;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
}

.wp-block-post-comments-form input[type=submit]:active,
.wp-block-post-comments-form input[type=submit]:focus,
.wp-block-post-comments-form input[type=submit]:hover,
.wp-block-post-comments-form input[type=submit]:visited {
  color: #fff;
}

.wp-block-preformatted {
  white-space: pre-wrap;
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 1.25em;
}

.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-query-loop {
  max-width: 100%;
  list-style: none;
  padding: 0;
}

.wp-block-query-loop li {
  clear: both;
}

.wp-block-query-loop.is-flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-block-query-loop.is-flex-container li {
  margin: 0 0 1.25em;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-query-loop.is-flex-container li {
    margin-right: 1.25em;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-query-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 0 1em;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.125em;
  text-align: right;
}

.wp-block-rss.wp-block-rss {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wp-block-rss.alignleft {
  margin-right: 2em;
}

.wp-block-rss.alignright {
  margin-left: 2em;
}

.wp-block-rss.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  color: #555;
  font-size: 0.8125em;
}

.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
}

.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}

.wp-block-search .wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
}

.wp-block-search .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 100%;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
}

.wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0.125em 0.5em;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-custom-logo {
  line-height: 0;
}

.wp-block-custom-logo .aligncenter {
  display: table;
}

.wp-block-custom-logo.is-style-rounded img {
  border-radius: 9999px;
}

.wp-block-social-links {
  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;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 4px 8px 4px 0;
}

.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}

.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}

.wp-block-social-links.aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-social-links.alignright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-social-link {
  display: block;
  border-radius: 9999px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .wp-social-link {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.wp-social-link a {
  display: block;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
  color: currentColor;
  fill: currentColor;
}

.wp-social-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}

.wp-block-spacer {
  clear: both;
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-tag-cloud.aligncenter {
  text-align: center;
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}

.wp-block-table {
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-video video {
  width: 100%;
}

@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-post-featured-image a {
  display: inline-block;
}

.wp-block-post-featured-image img {
  max-width: 100%;
  height: auto;
}

:root .has-pale-pink-background-color {
  background-color: #f78da7;
}

:root .has-vivid-red-background-color {
  background-color: #cf2e2e;
}

:root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

:root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

:root .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

:root .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

:root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

:root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

:root .has-vivid-purple-background-color {
  background-color: #9b51e0;
}

:root .has-white-background-color {
  background-color: #fff;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-black-background-color {
  background-color: #000;
}

:root .has-pale-pink-color {
  color: #f78da7;
}

:root .has-vivid-red-color {
  color: #cf2e2e;
}

:root .has-luminous-vivid-orange-color {
  color: #ff6900;
}

:root .has-luminous-vivid-amber-color {
  color: #fcb900;
}

:root .has-light-green-cyan-color {
  color: #7bdcb5;
}

:root .has-vivid-green-cyan-color {
  color: #00d084;
}

:root .has-pale-cyan-blue-color {
  color: #8ed1fc;
}

:root .has-vivid-cyan-blue-color {
  color: #0693e3;
}

:root .has-vivid-purple-color {
  color: #9b51e0;
}

:root .has-white-color {
  color: #fff;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-cyan-bluish-gray-color {
  color: #abb8c3;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-black-color {
  color: #000;
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0);
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082);
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900);
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e);
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3);
}

:root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}

:root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0);
}

:root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}

:root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

:root .has-link-color a {
  color: #00e;
  color: #00e;
}

.has-small-font-size {
  font-size: 0.8125em;
}

.has-normal-font-size,
.has-regular-font-size {
  font-size: 1em;
}

.has-medium-font-size {
  font-size: 1.25em;
}

.has-large-font-size {
  font-size: 2.25em;
}

.has-huge-font-size,
.has-larger-font-size {
  font-size: 2.625em;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.c-floating {
  position: fixed;
  right: 0;
  top: 16.625rem;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  place-items: center;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .c-floating {
    top: auto;
    top: initial;
    bottom: 0;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.c-floating__link {
  position: relative;
  display: block;
  width: 9.0625rem;
  min-height: 7.1875rem;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.9375rem;
}
@media (hover: hover) {
  .c-floating__link:hover {
    opacity: 1;
  }
  .c-floating__link:hover::before {
    right: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-floating__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: 4.0625rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.1428571429;
    padding: 0.625rem 0.625rem 1.375rem 0.625rem;
  }
}

.c-floating__link--01 {
  background-color: #d31c29;
}

.c-floating__link--02 {
  background-color: #0e357f;
}

.c-floating__link--03 {
  background-color: #1d9a6b;
}

.c-floating__link--04 {
  background-color: #eb8a17;
}

.c-floating__link::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.875rem;
  width: 0.625rem;
  height: 0.875rem;
  background: url(../images/common/btn_arrow-02.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-floating__link::before {
    -webkit-transform: translateY(0) translateX(50%) rotate(90deg);
            transform: translateY(0) translateX(50%) rotate(90deg);
    right: 50%;
    top: auto;
    top: initial;
    bottom: 0.3125rem;
  }
}

.c-floating__link::after {
  display: block;
  content: "";
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-floating__link::after {
    display: none;
  }
}

.c-floating__link--01::after {
  width: 5.9375rem;
  height: 1.875rem;
  background: url(../images/common/icon_floating-01.svg) no-repeat center/contain;
  margin-top: 1.375rem;
}

.c-floating__link--02::after {
  width: 2.125rem;
  height: 2.9375rem;
  background: url(../images/common/icon_floating-02.svg) no-repeat center/contain;
  margin-top: 1rem;
}

.c-floating__link--03::after {
  width: 2.5rem;
  height: 2.9375rem;
  background: url(../images/common/icon_floating-03.svg) no-repeat center/contain;
  margin-top: 1.125rem;
}

.c-floating__link--04::after {
  width: 4.625rem;
  height: 3.25rem;
  background: url(../images/common/icon_floating-04.svg) no-repeat center/contain;
  margin-top: 0.75rem;
}

.wpcf7-form .c-btn {
  padding: 0;
  width: 200px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  border: none;
  width: 100%;
  border: 1px solid #101010;
  padding: 0.3em 0.5em;
}
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  padding-left: 25px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  height: 20px;
  width: 20px;
  border: 1px solid #101010;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #1d9a6b;
  border-right: 3px solid #1d9a6b;
}
.wpcf7-form .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 600px) {
  .wpcf7-form .wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
.wpcf7-form .wpcf7-radio label {
  border: 1px solid #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding: 10px 5px;
  background-color: #efefef;
}
.wpcf7-form .wpcf7-radio input[type=radio] {
  height: 20px;
  width: 20px;
  border: 1px solid #101010;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  padding-top: 50%;
  height: 0;
  background-color: #1d9a6b;
  border-radius: 50%;
}

.wpcf7-form.wpcf7cp-form-hide {
  visibility: visible !important;
}
.wpcf7-form.wpcf7cp-form-hide .form-table,
.wpcf7-form.wpcf7cp-form-hide .privacy_box,
.wpcf7-form.wpcf7cp-form-hide .btn-wr {
  opacity: 0;
  height: 0;
  position: absolute;
}

div#wpcf7cpcnf {
  z-index: 10 !important;
  position: relative !important;
  top: inherit !important;
}

.contact .wpcf7cp-btns {
  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: 1.875rem;
}
@media screen and (max-width: 600px) {
  .contact .wpcf7cp-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact .wpcf7cp-btns button.wpcf7-form-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.875rem;
  min-height: 3.125rem;
  background-color: #1d9a6b;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  border: 1px solid #1d9a6b;
  padding: 0.625rem 1.875rem;
  z-index: 10;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7cp-btns button.wpcf7-form-control {
    min-width: 10.75rem;
    min-height: 1.875rem;
    font-size: 1rem;
    line-height: 1;
    padding: 0.1875rem 1.875rem 0.1875rem 1.0625rem;
    background-color: #eb8a17;
  }
}
@media (hover: hover) {
  .contact .wpcf7cp-btns button.wpcf7-form-control:hover {
    opacity: 1;
  }
  .contact .wpcf7cp-btns button.wpcf7-form-control:hover::after {
    width: 100%;
  }
}
.contact .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #efefef;
  border-color: #c7c7c7;
  color: #c7c7c7;
}
.contact .wpcf7cp-btns button.wpcf7-form-control::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.875rem;
  background: url(../images/common/btn_arrow.svg) no-repeat center/contain;
}
.contact .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn::before {
  background-image: url(../images/common/btn_arrow-gray.svg);
}
.contact .wpcf7cp-btns button.wpcf7-form-control::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 0;
  inset: 0;
  background-color: #eb8a17;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mw_wp_form_send_error {
  text-align: center;
}

.form-table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .form-table {
    display: block;
  }
}
.form-table tr,
.form-table tbody {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .form-table tr,
  .form-table tbody {
    display: block;
  }
}
.form-table .form_name {
  vertical-align: top;
  width: 240px;
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 30px 20px 0;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form-table .form_name {
    padding-left: 20px;
    padding-right: 20px;
    width: 210px;
  }
}
@media screen and (max-width: 600px) {
  .form-table .form_name {
    display: block;
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: none;
  }
}
.form-table .form_name span::before {
  content: "任意";
  background-color: #c7c7c7;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 0.9em;
  line-height: 0.9;
}
.form-table .req .form_name span::before {
  content: "必須";
  background-color: #d31c29;
}
.form-table .form_content {
  padding: 20px 30px;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 767px) {
  .form-table .form_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .form-table .form_content {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
}
.form-table tr:last-of-type .form_name,
.form-table tr:last-of-type .form_content {
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 600px) {
  .form-table tr:last-of-type .form_name {
    border-bottom: none;
  }
}

#wpcf7cpcnf table {
  width: 100%;
  display: block;
}
#wpcf7cpcnf table tr,
#wpcf7cpcnf table tbody {
  display: block;
  width: 100%;
}
#wpcf7cpcnf table tr p,
#wpcf7cpcnf table tbody p {
  text-align: left;
}
#wpcf7cpcnf table th {
  font-weight: 500;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 20px;
  text-align: left;
}
#wpcf7cpcnf table td {
  padding: 0 0 20px;
  border-bottom: 1px solid #c7c7c7;
  display: block;
  width: 100%;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
  z-index: 9999;
  padding: 50px 10%;
}
@media screen and (max-width: 767px) {
  .modal__overlay {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}
.modal__overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: #101010;
  mix-blend-mode: multiply;
  opacity: 0.2;
}

.modal__container {
  max-width: 890px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .modal__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.modal__header {
  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;
  margin-bottom: 50px;
}

.modal__close {
  background: #1d9a6b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.modal__close::before {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.768%22%20height%3D%2219.768%22%20viewBox%3D%220%200%2019.768%2019.768%22%3E%3Cg%3E%3Cg%3E%3Cline%20x1%3D%220.327%22%20y1%3D%2219.441%22%20x2%3D%2219.441%22%20y2%3D%220.327%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.925%22%2F%3E%3Cline%20x1%3D%220.327%22%20y1%3D%220.327%22%20x2%3D%2219.441%22%20y2%3D%2219.441%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%220.925%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.modal__content {
  max-width: 734px;
  width: calc(100% - 50px);
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  position: relative;
  background-color: #fff;
  padding: 2.8125rem;
}
@media screen and (max-width: 600px) {
  .modal__content {
    padding: 1.25rem;
    width: 100%;
  }
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: block;
  pointer-events: none;
  height: 0;
  opacity: 0;
  line-height: 0;
}

.micromodal-slide.is-open {
  pointer-events: all;
  height: auto;
  opacity: 1;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media screen and (max-width: 767px) {
  .c-nav {
    background-color: #1d9a6b;
  }
}

.c-nav__btns {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-nav__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../images/top/img_fv-bg.jpg) no-repeat bottom/cover;
    padding: 0.625rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-nav__btn {
    padding: 0.1875rem 0.9375rem 0.1875rem 0.3125rem;
    font-size: 0.875rem;
    min-width: 7.375rem;
    max-width: 7.375rem;
    min-height: 2.625rem;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-nav__btn span {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
  }
}
.c-nav__btn::after {
  right: 0.3125rem;
  width: 0.3125rem;
  height: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .c-nav__btn-02 {
    width: 2.625rem;
    height: 2.625rem;
    background-color: #fff;
    display: grid;
    place-items: center;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  }
}

.c-nav__btn-02 img {
  width: 1.3125rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-nav__list {
    -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;
    padding: 1.875rem 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-nav__item {
    position: relative;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-nav__item::before {
    position: absolute;
    display: inline-block;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.625rem;
    width: 0.625rem;
    height: 0.875rem;
    background: url(../images/common/btn_arrow.svg) no-repeat center/contain;
  }
}

.c-nav__item a {
  position: relative;
  display: inline-block;
  min-width: 12.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.45;
  padding: 1.25rem 1.25rem;
}
@media (hover: hover) {
  .c-nav__item a:hover {
    opacity: 1;
  }
  .c-nav__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 767px) {
  .c-nav__item a {
    width: 100%;
    padding: 0.625rem;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}

.c-nav__item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.3125rem;
  background: #eb8a17;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.c-pagetop {
  position: fixed;
  display: grid;
  place-content: center;
  bottom: 3rem;
  right: 4.375rem;
  z-index: 1000;
  width: 4.6875rem;
  height: 4.6875rem;
  background: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #1d9a6b;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 1.25rem;
    bottom: 6.25rem;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1;
  }
}

.c-pagetop::before {
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.8125rem;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background: url(../images/common/btn_arrow-green.svg) no-repeat center/contain;
  margin-bottom: 0.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-pagetop::before {
    width: 0.4375rem;
    height: 0.5625rem;
    margin-bottom: 0;
  }
}

.c-section-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.25rem;
    left: 1.5;
  }
}

.c-section-title span {
  padding: 0 0.625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(60%, rgb(253, 227, 193)));
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(253, 227, 193) 60%);
}
@media screen and (max-width: 767px) {
  .c-section-title span {
    padding: 0 0.3125rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgb(253, 227, 193)));
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(253, 227, 193) 50%);
  }
}

.c-sub-title {
  margin-top: 11.8125rem;
  width: 100%;
  min-height: 9.875rem;
  background: linear-gradient(-5deg, #f0a881 0%, #f0a881 50%, #f2bda1 50%, #f2bda1 100%);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.45;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .c-sub-title {
    padding-right: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sub-title {
    margin-top: 4.375rem;
    min-height: 3.6875rem;
    background: linear-gradient(-8deg, #f0a881 0%, #f0a881 50%, #f2bda1 50%, #f2bda1 100%);
    font-size: 1.25rem;
    line-height: 1.5;
    padding-right: 0;
  }
}

.c-sub-title::before {
  display: inline-block;
  content: "";
  width: 8.125rem;
  height: 7.5rem;
  background: url(../images/common/img_sub-title.png) no-repeat center/contain;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-sub-title::before {
    width: 2.5rem;
    height: 2.3125rem;
    margin-right: 0.625rem;
  }
}

.c-sub-title--02::before {
  background: url(../images/common/img_sub-title-02.png) no-repeat center/contain;
}

.c-sub-title--03::before {
  background: url(../images/common/img_sub-title-03.png) no-repeat center/contain;
}

.c-sub-title--04::before {
  background: url(../images/common/img_sub-title-04.png) no-repeat center/contain;
}

.c-sub-title--05::before {
  background: url(../images/common/img_sub-title-05.png) no-repeat center/contain;
}

.c-sub-title--06::before {
  background: url(../images/common/img_sub-title-06.png) no-repeat center/contain;
}

.c-color-red {
  color: #d31c29;
}

.p-banner {
  padding-top: 3.3125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-banner {
    padding-top: 1.5rem;
    padding-bottom: 3.125rem;
  }
}

.p-banner__link {
  display: inline-block;
  width: 100%;
}

.p-banner__link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-banner__slide {
  margin-top: 4.5rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-banner__slide {
    margin-top: 1rem;
  }
}
.p-banner__slide .button {
  width: 3.5rem;
  height: 3.5rem;
  background: #1d9a6b;
  display: grid;
  place-items: center;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-banner__slide .button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-banner__slide .button::before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 0.9375rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-banner__slide .button::before {
    width: 0.5rem;
    height: 0.625rem;
  }
}
.p-banner__slide .splide__arrow--prev {
  left: 23.5%;
}
@media screen and (max-width: 767px) {
  .p-banner__slide .splide__arrow--prev {
    left: 5%;
  }
}
.p-banner__slide .splide__arrow--next {
  right: 23.5%;
}
@media screen and (max-width: 767px) {
  .p-banner__slide .splide__arrow--next {
    right: 5%;
  }
}
.p-banner__slide .splide__arrow--prev::before {
  background: url(../images/common/btn_arrow.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  left: initial;
}
.p-banner__slide .splide__arrow--next::before {
  background: url(../images/common/btn_arrow.svg) no-repeat center/contain;
}
.p-banner__slide .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-enquete {
  margin-top: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-enquete {
    margin-top: 4.25rem;
  }
}

.p-enquete__card {
  position: relative;
  margin-top: 3.4375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-enquete__card {
    margin-top: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.1875rem;
  }
}

.p-enquete__card::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8.25rem;
  height: 10.5rem;
  top: -13.125rem;
  right: 7.1875rem;
  background: url(../images/top/img_enquete-02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-enquete__card::before {
    width: 3.4375rem;
    height: 4.4375rem;
    top: -5.3125rem;
    right: 1.25rem;
  }
}

.p-enquete__btn {
  margin: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-enquete__btn {
    margin-top: 1.875rem;
  }
}

.p-faq {
  margin-top: 9.375rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.p-faq__accordion {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__accordion {
    margin-top: 0.375rem;
  }
}

.p-faq__btn {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__btn {
    margin-top: 1.875rem;
  }
}

.p-flow {
  margin-top: 9.5625rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}

.p-flow__text {
  position: relative;
  margin-top: 3.125rem;
  padding-bottom: 2.1875rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
  padding-left: 14.25rem;
  min-height: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-flow__text::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: -1.25rem;
  width: 10.9375rem;
  height: 10.875rem;
  background: url(../images/top/img_flow-05.png) no-repeat center/contain;
  margin-right: 3.3125rem;
  margin-bottom: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text::before {
    left: 0;
    top: -5rem;
    width: 4.5625rem;
    height: 4.5625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__wrap {
    margin: 0.625rem;
  }
}

.p-flow__card {
  margin: 0;
  padding-top: 0.9375rem;
  counter-reset: li;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__card {
    max-width: 31.25rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 2.625rem;
  }
}

.p-flow__item {
  position: relative;
  border-radius: 0.625rem;
  border: 2px solid #1d9a6b;
}

.p-flow__item::before {
  position: absolute;
  display: inline-block;
  top: -0.9375rem;
  left: -0.9375rem;
  counter-increment: li;
  content: "0" counter(li);
  background-color: #1d9a6b;
  border-radius: 50%;
  width: 4.3125rem;
  height: 4.3125rem;
  z-index: 10;
  display: grid;
  place-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 0.8333333333;
  color: #fff;
}

.p-flow__img {
  overflow: hidden;
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    max-height: 8.125rem;
  }
}

.p-flow__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow__head {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  text-align: center;
  color: #1d9a6b;
  padding: 0.9375rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    font-size: 1.25rem;
    line-height: 2;
    padding: 0.25rem;
  }
}

.p-flow__item:not(:last-child) .p-flow__head::before,
.p-flow__item:not(:last-child) .p-flow__head::after {
  display: inline-block;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child) .p-flow__head::before,
  .p-flow__item:not(:last-child) .p-flow__head::after {
    top: auto;
    top: initial;
  }
}

.p-flow__item:not(:last-child) .p-flow__head::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-left: 1.875rem solid #eb8a17;
  border-right: 0;
  right: -3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child) .p-flow__head::before {
    border-right: 1.75rem solid transparent;
    border-left: 1.75rem solid transparent;
    border-top: 1.875rem solid #eb8a17;
    border-bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: -2.75rem;
  }
}

.p-flow__item:not(:last-child) .p-flow__head::after {
  width: 1.9375rem;
  height: 2rem;
  background: #eb8a17;
  right: -2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child) .p-flow__head::after {
    width: 2rem;
    height: 1.25rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    bottom: -1.375rem;
  }
}

.p-flow__btn {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    margin-top: 1.875rem;
  }
}

.p-footer__top {
  background-color: #F8F8F8;
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding: 1.25rem 0;
    text-align: center;
  }
}

.p-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    font-size: 1.625rem;
    line-height: 1.2307692308;
  }
}

.p-footer__title::before,
.p-footer__title::after {
  display: inline-block;
  content: "";
  width: 12.5rem;
  height: 0.3125rem;
  background-color: #101010;
}
@media screen and (max-width: 767px) {
  .p-footer__title::before,
  .p-footer__title::after {
    display: none;
  }
}

.p-footer__wrap {
  margin-top: 1.875rem;
  border-radius: 0.625rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  padding: 2.1875rem 3.125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    margin-top: 1.25rem;
    padding: 1.25rem 0.9375rem 0.9375rem;
  }
}

.p-footer__top-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.75rem 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top-list {
    grid-template-columns: 1fr;
    gap: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item {
    margin-inline: auto;
  }
}

.p-footer__head {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.3461538462;
}
@media screen and (max-width: 767px) {
  .p-footer__head {
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: left;
  }
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__tel {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.075;
  color: #d31c29;
  letter-spacing: 0.01em;
}
.p-footer__telicon {
  width: 3.3125rem;
  height: 1.875rem;
  background: url(../images/common/icon_tel.png) no-repeat center/contain;
  margin-right: 0.3125rem;
}

.p-footer__tel span {
  display: inline-block;
  margin-right: 0.3125rem;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.p-footer__btn {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    margin-top: 0.625rem;
    text-align: center;
  }
}

.p-footer__text {
  margin-top: 1.125rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    display: inline-block;
    margin-top: 0.9375rem;
    text-align: left;
  }
}

.p-footer__center {
  background-color: #efefef;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-footer__center {
    padding: 1.25rem 0 1.875rem 0;
  }
}

.p-footer__center-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__center-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-footer__text02 {
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-footer__text02 {
    font-size: 1rem;
  }
}

.p-footer__img {
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  aspect-ratio: 374/108;
}
@media screen and (max-width: 767px) {
  .p-footer__img {
    aspect-ratio: 335/70;
  }
}

.p-footer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-footer__item02--link {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
}

.p-footer__bottom {
  background-color: #1d9a6b;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-top: 0.3125rem;
    height: 5.75rem;
  }
}

.p-footer__bottom-inner {
  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;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__link {
    display: none;
  }
}

.p-footer__link-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__link-item::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.1875rem;
  background: #fff;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.p-footer__link-item a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  padding: 0.625rem 0;
}

.p-footer__copyright {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}

.p-fv {
  margin-top: 11.8125rem;
  background: url(../images/top/img_fv-bg.jpg) no-repeat bottom/cover;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    margin-top: 4.375rem;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
  }
}

.p-fv__btans {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv__btans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__btan {
    padding: 0.1875rem 0.9375rem 0.1875rem 0.3125rem;
    font-size: 0.875rem;
    min-width: 7.375rem;
    max-width: 7.375rem;
    min-height: 2.625rem;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__btan span {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
  }
}
.p-fv__btan::after {
  right: 0.3125rem;
  width: 0.3125rem;
  height: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .p-fv__btan-02 {
    width: 2.625rem;
    height: 2.625rem;
    background-color: #fff;
    display: grid;
    place-items: center;
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  }
}

.p-fv__btan-02 img {
  width: 1.3125rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fv__slide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-fv__slide {
    margin-top: 0.625rem;
  }
}
.p-fv__slide .button {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .button {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-fv__slide .button::before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 0.9375rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .button::before {
    width: 0.5rem;
    height: 0.625rem;
  }
}
.p-fv__slide .splide__arrow--prev {
  left: 12%;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__arrow--prev {
    left: 27%;
    top: auto;
    top: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
    bottom: -2.1875rem;
  }
}
.p-fv__slide .splide__arrow--next {
  right: 12%;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__arrow--next {
    right: 27%;
    top: auto;
    top: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
    bottom: -2.1875rem;
  }
}
.p-fv__slide .splide__arrow--prev::before {
  background: url(../images/common/btn_arrow-green.svg) no-repeat center/contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: auto;
  left: initial;
}
.p-fv__slide .splide__arrow--next::before {
  background: url(../images/common/btn_arrow-green.svg) no-repeat center/contain;
}
.p-fv__slide .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__slide .splide__pagination {
  margin-top: 0.3125rem;
  bottom: auto;
  bottom: initial;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__pagination {
    margin-top: 0.5rem;
    gap: 0rem;
  }
}
.p-fv__slide .splide__pagination__page {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #101010;
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__pagination__page {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.p-fv__slide .splide__pagination__page.is-active {
  background-color: #101010;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__pagination__page.is-active {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-fv__news {
  margin-top: 1.875rem;
  min-height: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2.4375rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__news {
    margin-top: 2.5rem;
    display: block;
    padding: 1.875rem 0.625rem;
    height: auto;
  }
}

.p-fv__news-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fv__news-link {
  width: 100%;
  height: 100%;
  padding-left: 3.125rem;
  padding-right: 4.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .p-fv__news-link:hover {
    opacity: 1;
  }
  .p-fv__news-link:hover .p-fv__news-body::after {
    right: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__news-link {
    height: auto;
    margin-top: 1.875rem;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-fv__news-day {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-fv__news-day {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-fv__news-label {
  margin-left: 1.75rem;
  display: inline-block;
  min-width: 6.25rem;
  border-radius: 0.9375rem;
  background-color: #eb8a17;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv__news-label {
    margin-left: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-fv__news-body {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
  padding-right: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__news-body {
    margin-top: 0.3125rem;
    margin-left: 0;
    padding-right: 1.25rem;
  }
}

.p-fv__news-body::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 0.3125rem;
  width: 0.625rem;
  height: 0.875rem;
  background: url(../images/common/btn_arrow-orange.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv__news-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__news-btn {
    margin-top: 1.875rem;
    text-align: center;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.p-header__top {
  background-color: #1d9a6b;
  min-height: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .p-header__top {
    position: absolute;
    width: 100%;
    min-height: 4.375rem;
    z-index: 1000;
  }
}

.p-header__inner {
  min-height: inherit;
  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;
}

.p-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo {
  width: 7.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 3.1875rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__text {
  width: 18.75rem;
  margin-left: 1.3125rem;
  font-weight: 700;
  font-size: 3.75rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__text {
    width: 11.25rem;
    font-size: 2.1875rem;
    margin-left: 0.5rem;
  }
}

.p-header__text02 {
  margin-left: 0.8125rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__text02 {
    margin-left: 0;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.p-header__text02 em {
  font-style: normal;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-header__text02 em {
    font-size: 0.75rem;
  }
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
    width: 1.875rem;
    height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1001;
  }
}

.p-header__hamburger span {
  display: block;
  width: 1.875rem;
  height: 2px;
  background-color: #f6f8ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.open span {
  position: absolute;
}

.p-header__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

.p-header__hamburger.open span:nth-child(2) {
  display: none;
}

.p-header__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
}

.p-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__btns {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__btn {
    padding: 0.1875rem 0.9375rem 0.1875rem 0.3125rem;
    font-size: 0.875rem;
    min-width: 7.375rem;
    max-width: 7.375rem;
    min-height: 2.625rem;
    background-color: #fff;
    text-align: center;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header__btn span {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__btn::after {
    right: 0.3125rem;
    width: 0.3125rem;
    height: 0.4375rem;
  }
}

.p-header__btn-02 {
  display: grid;
  place-items: center;
  width: 3.1875rem;
  height: 3.1875rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
}
@media screen and (max-width: 767px) {
  .p-header__btn-02 {
    width: 2.625rem;
    height: 2.625rem;
  }
}

.p-header__btn-02 img {
  width: 1.5625rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__bottom {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 4.375rem;
    width: 100%;
    height: 100%;
    max-height: 37rem;
    overflow: auto;
  }
}

body.js-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.archive .pagination {
  padding-top: 3.75rem;
  text-align: center;
  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;
}
@media screen and (max-width: 600px) {
  .archive .pagination {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.archive .pagination .page-numbers {
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  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: 3rem;
  height: 3rem;
  margin: 0 5px;
  border: 1px solid #101010;
}
@media (hover: hover) {
  .archive .pagination .page-numbers:not(.current):hover {
    color: #101010;
  }
}
.archive .pagination .page-numbers.current {
  color: #fff;
  background-color: #101010;
}
.archive .pagination .page-numbers.next::before,
.archive .pagination .page-numbers.prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/btn_arrow-black.svg) no-repeat center/30%;
}
@media (hover: hover) {
  .archive .pagination .page-numbers.next:hover:before,
  .archive .pagination .page-numbers.prev:hover:before {
    background-image: url(../images/common/btn_arrow-02.svg);
  }
}
.archive .pagination .page-numbers.prev::before {
  rotate: 180deg;
}
.p-sub-news {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-news {
    padding-bottom: 3.125rem;
  }
}

.p-sub-news__wrap {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-news__wrap {
    margin-top: 3.125rem;
  }
}

.p-sub__news__item {
  border-bottom: 1px solid #101010;
}

.p-sub__news-link {
  width: 100%;
  height: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 3.125rem;
  padding-right: 4.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .p-sub__news-link:hover {
    opacity: 1;
  }
  .p-sub__news-link:hover .p-sub__news-body::after {
    right: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__news-link {
    height: auto;
    margin-top: 1.875rem;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-sub__news-day {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub__news-day {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-sub__news-label {
  margin-left: 1.75rem;
  display: inline-block;
  min-width: 6.25rem;
  border-radius: 0.9375rem;
  background-color: #1d9a6b;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sub__news-label {
    margin-left: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-sub__news-body {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
  padding-right: 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub__news-body {
    margin-top: 0.3125rem;
    margin-left: 0;
    padding-right: 1.25rem;
  }
}

.p-sub__news-body::after {
  position: absolute;
  display: inline-block;
  content: "";
  right: 0.3125rem;
  width: 0.625rem;
  height: 0.875rem;
  background: url(../images/common/btn_arrow-orange.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single .pagination {
  padding-top: 3.75rem;
  clear: both;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .single .pagination {
    padding-top: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.single .pagination .prev a,
.single .pagination .next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.single .pagination .prev a {
  margin-right: 0;
  margin-left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single .pagination .prev a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/common/btn_arrow-black.svg) no-repeat center/50%;
  rotate: 180deg;
}
.single .pagination .next a {
  margin-right: auto;
  margin-left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single .pagination .next a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/common/btn_arrow-black.svg) no-repeat center/50%;
}
.single .pagination .to_archive {
  margin: 0 auto;
  grid-column: span 2;
}
@media screen and (max-width: 600px) {
  .single .pagination .to_archive {
    grid-column: span 1;
  }
}

.single .post_ttl {
  border-bottom: 1px solid #1d9a6b;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.single .post_ttl .day {
  font-size: 15px;
  margin-bottom: 10px;
}
.single .post_ttl .head {
  color: #1d9a6b;
  font-weight: 700;
  font-size: clamp(18px, 4.737vw, 22px);
}
@media screen and (max-width: 600px) {
  .single .post_ttl .head {
    padding-right: 20px;
    padding-left: 0;
  }
}
.single .editor_area {
  width: 100%;
  margin: 0 auto;
}

.editor_area {
  width: 100%;
  clear: both;
}
.editor_area::after {
  content: "";
  display: block;
  clear: both;
}
.editor_area .post_thumb {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  .editor_area .post_thumb {
    width: 100%;
  }
}
.editor_area .post_thumb img {
  height: auto;
  margin: auto;
}
.editor_area p,
.editor_area li {
  line-height: 1.68;
}
.editor_area p::before, .editor_area p::after,
.editor_area li::before,
.editor_area li::after {
  display: none;
}
.editor_area p {
  margin-bottom: 1em;
  margin-top: 0;
}
.editor_area p:last-of-type {
  margin-bottom: 0;
}
.editor_area a {
  line-height: 1.68;
  color: #1d9a6b;
  border-bottom: 1px solid #1d9a6b;
  font-size: inherit;
}
@media (hover: hover) {
  .editor_area a:hover {
    opacity: 0.7;
  }
}
.editor_area h1,
.editor_area h2,
.editor_area h3,
.editor_area h4,
.editor_area h5,
.editor_area h6 {
  margin-bottom: 0.7em;
  position: relative;
}
.editor_area h1 {
  font-size: clamp(26px, 6.842vw, 28px);
}
.editor_area h2 {
  font-size: clamp(24px, 6.316vw, 26px);
}
.editor_area h3 {
  font-size: clamp(22px, 5.789vw, 24px);
}
.editor_area h4 {
  font-size: clamp(20px, 5.263vw, 22px);
}
.editor_area h5 {
  font-size: clamp(18px, 4.737vw, 20px);
}
.editor_area h6 {
  font-size: clamp(14px, 3.684vw, 16px);
}
.editor_area hr {
  margin: 2em 0;
  clear: both;
  width: 100%;
}
.editor_area blockquote {
  padding: 1em;
  background-color: #efefef;
}
.editor_area .alignleft {
  /* display: inline; */
  /* clear: both; */
  float: left;
  width: 45% !important;
}
.editor_area .alignright {
  /* display: inline; */
  /* clear: both; */
  float: right;
  width: 45% !important;
}
.editor_area .alignnone,
.editor_area .aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 45% !important;
}
.editor_area ul,
.editor_area ul li {
  list-style: disc;
}
.editor_area ul,
.editor_area ol {
  margin-bottom: 1em;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-top: 0;
}
.editor_area ol,
.editor_area ol li {
  list-style: decimal;
}
.editor_area li {
  margin-left: 1em;
}
.editor_area .wp-caption {
  width: 45% !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.editor_area .wp-caption-text {
  font-size: 1.4 px;
}
@media (hover: hover) {
  .editor_area .alignleft a:hover,
  .editor_area .alignright a:hover,
  .editor_area .alignnone a:hover,
  .editor_area .aligncenter a:hover,
  .editor_area .wp-caption a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 600px) {
  .editor_area .wp-caption-text {
    font-size: 12px;
  }
}
.editor_area blockquote.alignleft,
.editor_area .wp-caption.alignleft,
.editor_area img.alignleft {
  margin: 1.6em 1.6em 1.6em 0;
}
.editor_area blockquote.alignright,
.editor_area .wp-caption.alignright,
.editor_area img.alignright {
  margin: 1.6em 0 1.6em 1.6em;
}
.editor_area .alignnone,
.editor_area blockquote.aligncenter,
.editor_area .wp-caption.aligncenter,
.editor_area img.aligncenter {
  clear: both;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
.editor_area .wp-caption.alignleft,
.editor_area .wp-caption.alignright,
.editor_area .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
.editor_area em {
  font-style: italic;
  font-size: inherit;
}
.editor_area strong {
  font-size: inherit;
  font-weight: bold;
}
.editor_area iframe {
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .editor_area .alignleft {
    float: none;
    width: 100% !important;
  }
  .editor_area .alignright {
    float: none;
    width: 100% !important;
  }
  .editor_area .alignnone,
  .editor_area .aligncenter {
    width: 100% !important;
  }
  .editor_area .wp-caption {
    width: 100% !important;
  }
  .editor_area blockquote.alignleft,
  .editor_area .wp-caption.alignleft,
  .editor_area img.alignleft {
    margin: 1.6em 0 1.6em;
  }
  .editor_area blockquote.alignright,
  .editor_area .wp-caption.alignright,
  .editor_area img.alignright {
    margin: 1.6em 0 1.6em;
  }
  .editor_area blockquote.aligncenter,
  .editor_area .wp-caption.aligncenter,
  .editor_area img.aligncenter {
    clear: both;
    margin-top: 1.6em;
    margin-bottom: 1.6em;
  }
}

.p-price {
  background-color: #efefef;
  padding-top: 6.25rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding-top: 1.875rem;
    padding-bottom: 2.8125rem;
  }
}

.p-price__voice {
  margin-top: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__voice {
    max-width: 25rem;
    margin-inline: auto;
    margin-top: 2.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-price__text {
  position: relative;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.4375rem 4.375rem;
  display: grid;
  place-items: center;
  min-height: 10.4375rem;
  min-width: 21.3125rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  margin-right: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-price__text {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem;
    min-width: 11.75rem;
    min-height: 5.875rem;
    margin-right: 0;
  }
}

.p-price__text::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.8125rem solid #fff;
  border-right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__text::before {
    border-top: 0.5625rem solid transparent;
    border-bottom: 0.5625rem solid transparent;
    border-left: 1rem solid #fff;
    right: -0.5625rem;
  }
}

.p-price__text::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -1.875rem;
  right: -12.5rem;
  width: 10rem;
  height: 14.9375rem;
  background: url(../images/top/img_price-01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-price__text::after {
    width: 4.1875rem;
    height: 6.25rem;
    top: -0.3125rem;
    right: -5.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-price__text--02 {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-price__text--02::before {
    right: auto;
    right: initial;
    left: -0.5625rem;
    border-right: 1rem solid #fff;
    border-left: 0;
  }
}

.p-price__text--02::after {
  background: url(../images/top/img_price-02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-price__text--02::after {
    right: auto;
    right: initial;
    top: 0rem;
    left: -5.9375rem;
  }
}

.p-price__img {
  margin-top: 1.25rem;
  max-width: 71.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-price__img {
    margin-top: 1.5625rem;
    max-width: 25rem;
  }
}

.p-price__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-price__card {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-price__card {
    margin-top: 1.5625rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}

.p-price__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  border-radius: 0.625rem;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-price__item {
    padding: 0.625rem 0.625rem 1.25rem;
  }
}

.p-price__img-02 {
  min-height: myreem(262);
}
@media screen and (max-width: 767px) {
  .p-price__img-02 {
    min-height: 15.625rem;
  }
}

.p-price__img-02 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-price__name {
  background-color: #eb8a17;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .p-price__name {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-price__label {
  margin-top: 0.625rem;
  margin-left: 0.9375rem;
  display: inline-block;
  background-color: #101010;
  border-radius: 0.625rem;
  color: #fff;
  min-width: 4.375rem;
  min-height: 1.8125rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-price__label {
    margin-left: 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 1.5rem;
    font-weight: 700;
  }
}

.p-price__text-02 {
  margin-left: 0.9375rem;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .p-price__text-02 {
    margin-left: 0.625rem;
  }
}
.p-price__text-02 em {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.36;
  font-style: normal;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-price__text-02 em {
    line-height: 1.1;
  }
}
.p-price__text-02 span {
  font-weight: 900;
  font-size: 1.3125rem;
  line-height: 1.2857142857;
}

.p-price__btn {
  text-align: center;
  margin-top: 3.125rem;
  margin-bottom: -6.25rem;
}
@media screen and (max-width: 767px) {
  .p-price__btn {
    margin-top: 1.875rem;
    margin-bottom: -3.75rem;
  }
}

.p-reason {
  padding-top: 11.375rem;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 4.0625rem;
  }
}

.p-reason__card {
  margin-top: 5rem;
  counter-reset: li;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__card {
    margin-top: 8.6875rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.4375rem 1.1875rem;
    max-width: 26.875rem;
    margin-inline: auto;
  }
}

.p-reason__item {
  position: relative;
  padding: 1.0625rem;
  border: 2px solid #1d9a6b;
  border-radius: 0.625rem;
  min-height: 32.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    padding: 0.625rem;
    min-height: 21.875rem;
  }
}

.p-reason__item::before {
  position: absolute;
  top: -2rem;
  left: 0.9375rem;
  counter-increment: li;
  content: "0" counter(li);
  width: 4.3125rem;
  height: 4.3125rem;
  border: 2px solid #1d9a6b;
  background-color: #fff;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 0.8333333333;
  color: #1d9a6b;
  display: grid;
  place-items: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-reason__item::before {
    top: -6.875rem;
    left: 0;
  }
}

.p-reason__item::after {
  position: absolute;
  top: -1.0625rem;
  left: 2.3125rem;
  content: "理由";
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 0.7857142857;
  color: #1d9a6b;
}
@media screen and (max-width: 767px) {
  .p-reason__item::after {
    top: -5.9375rem;
    left: 1.25rem;
  }
}

.p-reason__img {
  margin-top: -3rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    margin-top: 0;
    min-width: 9.875rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -5.625rem;
  }
}

.p-reason__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.p-reason__head {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 1.8125rem;
  line-height: 1.3793103448;
  color: #1d9a6b;
  text-align: center;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #1d9a6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-height: 10.125rem;
}
@media screen and (max-width: 767px) {
  .p-reason__head {
    font-size: 1.25rem;
    line-height: 1.3;
    padding-bottom: 0.4375rem;
    min-height: 8.375rem;
    margin-top: 0.625rem;
  }
}

.p-reason__head::before {
  display: block;
  content: "";
  margin-inline: auto;
  margin-bottom: 1.25rem;
}
@media screen {
  .p-reason__head::before {
    margin-bottom: 0.3125rem;
  }
}

.icon01::before {
  width: 6.875rem;
  height: 5.5rem;
  background: url(../images/top/icon_reason-01.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .icon01::before {
    width: 4.375rem;
    height: 3.5rem;
  }
}

.icon02::before {
  width: 4.5rem;
  height: 5.5rem;
  background: url(../images/top/icon_reason-02.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .icon02::before {
    width: 3.4375rem;
    height: 4.1875rem;
  }
}

.icon03::before {
  width: 3.9375rem;
  height: 5.5rem;
  background: url(../images/top/icon_reason-03.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .icon03::before {
    width: 2.5rem;
    height: 3.375rem;
  }
}

.icon04::before {
  width: 4.75rem;
  height: 5.5rem;
  background: url(../images/top/icon_reason-04.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .icon04::before {
    width: 3.3125rem;
    height: 3.4375rem;
  }
}

.p-reason__text {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    font-size: 1rem;
  }
}

.p-reason__btn {
  margin: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__btn {
    margin-top: 1.5625rem;
  }
}

.p-repair {
  background-color: #efefef;
  padding-top: 6.25rem;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-repair {
    padding-top: 1.875rem;
  }
}

.p-repair__card {
  margin-top: 3.5625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-repair__card {
    max-width: 31.25rem;
    margin-inline: auto;
    margin-top: 1.875rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-repair__btn {
  margin-top: 3.125rem;
  margin-bottom: -6.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-repair__btn {
    margin-top: 1.875rem;
  }
}

.p-sub-accident {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident {
    padding-bottom: 3.125rem;
  }
}

.p-sub-accident__wrap01 {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__wrap01 {
    margin-top: 3.125rem;
  }
}
.p-sub-accident__wrap01 .p-sub-accident__number {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__wrap01 .p-sub-accident__number {
    margin-top: 0.3125rem;
  }
}

.p-sub-accident__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-sub-accident__list01 {
  margin-top: 2.8125rem;
  display: grid;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list01 {
    margin-top: 1.875rem;
    gap: 0.9375rem;
  }
}
.p-sub-accident__list01 .p-sub-accident__item01 {
  position: relative;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list01 .p-sub-accident__item01 {
    padding-left: 2.3125rem;
  }
}
.p-sub-accident__list01 .p-sub-accident__item01::before {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  width: 3.1875rem;
  height: 2.6875rem;
  background: url(../images/accident/accident_icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list01 .p-sub-accident__item01::before {
    width: 1.6875rem;
    height: 1.375rem;
  }
}

.p-sub-accident__head {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #1d9a6b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__head {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-sub-accident__number {
  counter-reset: number;
  display: grid;
  gap: 0.5rem;
}
.p-sub-accident__number .p-sub-accident__number-item {
  position: relative;
  padding-left: 1.875rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__number .p-sub-accident__number-item {
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-sub-accident__number .p-sub-accident__number-item::before {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  content: counter(number);
  counter-increment: number;
  font-family: "Oswald", sans-serif;
  font-size: 31.25rem;
  font-size: 0.875rem;
  line-height: 1;
  border: 1px solid #101010;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__number .p-sub-accident__number-item::before {
    width: 1rem;
    height: 1rem;
    font-size: 0.625rem;
    line-height: 1;
  }
}
.p-sub-accident__number .p-sub-accident__number-item--mt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__number .p-sub-accident__number-item--mt {
    margin-top: 0.3125rem;
  }
}

.p-sub-accident__img {
  margin-top: 3.125rem;
  width: 37rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__img {
    margin-top: 0;
    width: 100%;
  }
}
.p-sub-accident__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sub-accident__dice {
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__dice {
    margin-top: 0;
  }
}
.p-sub-accident__dice .p-sub-accident__dice-item {
  position: relative;
  padding-left: 1.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__dice .p-sub-accident__dice-item {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-sub-accident__dice .p-sub-accident__dice-item::before {
  position: absolute;
  content: "・";
  left: 0;
}
.p-sub-accident__dice .p-sub-accident__dice-item--big::before {
  content: "●";
}
.p-sub-accident__dice.p-sub-accident__dice--w {
  padding-right: 9.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__dice.p-sub-accident__dice--w {
    padding-right: 0;
  }
}
.p-sub-accident__dice.p-sub-accident__dice--w::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6.25rem;
  height: 7rem;
  right: 0;
  top: 0.3125rem;
  background: url(../images/accident/accident_pic_07.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__dice.p-sub-accident__dice--w::after {
    position: static;
    margin-top: 1.875rem;
    margin-inline: auto;
    display: block;
  }
}
.p-sub-accident__dice.p-sub-accident__dice-bg {
  background: #fde3c1;
  border-radius: 0.625rem;
  margin-left: -1.875rem;
  padding-left: 1.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__dice.p-sub-accident__dice-bg {
    padding: 0.625rem;
  }
}

.p-sub-accident__asterisk-item {
  position: relative;
  display: inline-block;
  padding-left: 1.375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}

.p-sub-accident__asterisk-item::before {
  position: absolute;
  content: "※";
  left: 0;
}

.p-sub-accident__red {
  color: #d31c29;
}

.p-sub-accident__wrap02 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__wrap02 {
    margin-top: 3.125rem;
  }
}
.p-sub-accident__wrap02 .p-sub-accident__number {
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__wrap02 .p-sub-accident__number-item {
    font-size: 1.25rem;
    padding-left: 1.875rem;
    line-height: 1.5;
  }
  .p-sub-accident__wrap02 .p-sub-accident__number-item::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-sub-accident__list02 {
  margin-top: 3.375rem;
  display: grid;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list02 {
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
}
.p-sub-accident__list02 .p-sub-accident__head02 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #1d9a6b;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #1d9a6b;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list02 .p-sub-accident__head02 {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 0.9375rem;
  }
}

.p-sub-accident__list03 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  counter-reset: number02;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  height: 17.0625rem;
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 {
    margin-top: 1.75rem;
    margin-bottom: 1.875rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    height: auto;
    max-width: 25rem;
  }
}
.p-sub-accident__list03 .p-sub-accident__item03 {
  position: relative;
  border: 2px solid #101010;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__item03 {
    border: 1px solid #101010;
  }
}
.p-sub-accident__list03 .p-sub-accident__item03 span {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  background: #fde3c1;
  border-radius: 0.625rem;
  padding: 0.625rem;
  width: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__item03 span {
    position: static;
    width: auto;
    padding: 0.5rem;
    margin: -0.9375rem 0.625rem 0.625rem;
  }
}
.p-sub-accident__list03 .p-sub-accident__head03 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  color: #fff;
  background: #1d9a6b;
  height: 3.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__head03 {
    font-size: 1.25rem;
    line-height: 1.45;
    height: 2.375rem;
  }
}
.p-sub-accident__list03 .p-sub-accident__head03::before {
  content: counter(number02);
  counter-increment: number02;
  font-family: "Oswald", sans-serif;
  font-size: 31.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__head03::before {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.875rem;
    line-height: 2.0714285714;
  }
}
.p-sub-accident__list03 .p-sub-accident__text03 {
  position: relative;
  padding: 1.25rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  min-height: 13.6875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__text03 {
    padding: 1.25rem 50% 1.25rem 0.625rem;
    min-height: 6.25rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-sub-accident__list03 .p-sub-accident__text03::before {
  position: absolute;
  display: inline-block;
  content: "";
}
.p-sub-accident__list03 .p-sub-accident__text03--1::before {
  width: 4.375rem;
  height: 4.375rem;
  background: url(../images/accident/accident_pic_03.png) no-repeat center/contain;
  bottom: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__text03--1::before {
    left: auto;
    left: initial;
    right: 2.9375rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 0.9375rem;
  }
}
.p-sub-accident__list03 .p-sub-accident__text03--2::before {
  width: 6.25rem;
  height: 4.0625rem;
  background: url(../images/accident/accident_pic_04.png) no-repeat center/contain;
  left: 1.25rem;
  bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__text03--2::before {
    left: auto;
    left: initial;
    right: 2.1875rem;
    bottom: 1.875rem;
  }
}
.p-sub-accident__list03 .p-sub-accident__text03--3::before {
  width: 4.5625rem;
  height: 4.125rem;
  background: url(../images/accident/accident_pic_05.png) no-repeat center/contain;
  bottom: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__text03--3::before {
    left: auto;
    left: initial;
    right: 2.9375rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 1.875rem;
  }
}
.p-sub-accident__list03 .p-sub-accident__text03--4::before {
  width: 9.375rem;
  height: 3.625rem;
  background: url(../images/accident/accident_pic_06.png) no-repeat center/contain;
  bottom: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-sub-accident__list03 .p-sub-accident__text03--4::before {
    left: auto;
    left: initial;
    right: 0.625rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 1.25rem;
  }
}

.p-sub-accident__text02 {
  margin-top: 1.25rem;
  border: 1px solid #101010;
  border-radius: 0.625rem;
  padding: 1.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub-accident__text02 {
    margin-top: 1.875rem;
    padding: 0.625rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-sub-anshin {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin {
    padding-bottom: 3.125rem;
  }
}

.p-sub-anshin__list {
  margin-top: 9.375rem;
  margin-inline: auto;
  padding-left: 6.25rem;
  counter-reset: point;
  display: grid;
  gap: 6.25rem;
  max-width: 75rem;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__list {
    margin-top: 3.125rem;
    padding-left: 0;
    max-width: 100%;
    gap: 1.875rem;
  }
}

.p-sub-anshin__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 20rem;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 23.125rem;
  }
}

.p-sub-anshin__item::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__item::after {
    margin-top: 0.4375rem;
    position: static;
    margin-inline: auto;
  }
}

.p-sub-anshin__item--1::after {
  right: 6.875rem;
  width: 19.8125rem;
  height: 12.875rem;
  background: url(../images/anshin/anshin_pic_03.jpg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__item--1::after {
    width: 14.4375rem;
    height: 9.375rem;
  }
}

.p-sub-anshin__item--2::after {
  right: 5rem;
  width: 26.125rem;
  height: 11.5rem;
  background: url(../images/anshin/anshin_pic_04.jpg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__item--2::after {
    width: 14.1875rem;
    height: 6.25rem;
  }
}

.p-sub-anshin__item--3::after {
  right: 8.75rem;
  width: 20.0625rem;
  height: 11.5625rem;
  background: url(../images/anshin/anshin_pic_05.jpg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__item--3::after {
    width: 10.75rem;
    height: 6.25rem;
  }
}

.p-sub-anshin__item--4::after {
  right: 7.5rem;
  width: 17.375rem;
  height: 11.6875rem;
  background: url(../images/anshin/anshin_pic_06.jpg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__item--4::after {
    width: 12rem;
    height: 8.125rem;
  }
}

.p-sub-anshin__number {
  position: relative;
  display: block;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  border: 4px solid #1d9a6b;
  background-color: #fff;
  padding-top: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number {
    width: 5rem;
    height: 5rem;
    border: 2px solid #1d9a6b;
    padding-top: 0.3125rem;
    left: 48%;
  }
}

.p-sub-anshin__number::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -0.5rem;
  left: 0.9375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.0625rem solid transparent;
  border-left: 1.0625rem solid transparent;
  border-bottom: 1.875rem solid #1d9a6b;
  border-top: 0;
  -webkit-transform: rotate(211deg);
          transform: rotate(211deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number::after {
    bottom: 0.1875rem;
    left: -0.1875rem;
    border-right: 0.5625rem solid transparent;
    border-left: 0.5625rem solid transparent;
    border-bottom: 1rem solid #1d9a6b;
    -webkit-transform: rotate(230deg);
            transform: rotate(230deg);
  }
}

.p-sub-anshin__number::before {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -10.125rem;
  left: -6.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number::before {
    bottom: -1.75rem;
    left: -5rem;
  }
}

.p-sub-anshin__number--1::before {
  width: 8.25rem;
  height: 9.25rem;
  background: url(../images/anshin/anshin_pic_01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number--1::before {
    width: 4.6875rem;
    height: 5.25rem;
  }
}

.p-sub-anshin__number--2::before {
  width: 9.6875rem;
  height: 9.125rem;
  background: url(../images/anshin/anshin_pic_02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number--2::before {
    width: 4.6875rem;
    height: 5.25rem;
  }
}

.p-sub-anshin__number--3::before {
  width: 7.25rem;
  height: 9.3125rem;
  left: -5.625rem;
  background: url(../images/top/img_enquete-02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number--3::before {
    width: 4.6875rem;
    height: 5.25rem;
    left: -5rem;
  }
}

.p-sub-anshin__number--4::before {
  width: 9.1875rem;
  height: 9.125rem;
  background: url(../images/top/img_flow-05.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number--4::before {
    width: 4.6875rem;
    height: 5.25rem;
  }
}

.p-sub-anshin__number span {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #1d9a6b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number span {
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1.1428571429;
  }
}

.p-sub-anshin__number span::after {
  display: block;
  counter-increment: point;
  content: "0" counter(point);
  text-align: center;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__number span::after {
    font-size: 1.875rem;
    line-height: 1;
  }
}

.p-sub-anshin__body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__body {
    margin-top: 2.5rem;
  }
}

.p-sub-anshin__head {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  color: #1d9a6b;
  padding-bottom: 1.125rem;
  border-bottom: 2px solid #1d9a6b;
  padding-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__head {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 0.9375rem;
    padding-left: 0;
  }
}

.p-sub-anshin__text {
  margin-top: 1.125rem;
  padding-left: 1.75rem;
  width: 23.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub-anshin__text {
    margin-top: 0.75rem;
    width: 100%;
    line-height: 1.75;
    padding-left: 0;
  }
}

.p-sub-contact {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact {
    padding-bottom: 3.125rem;
  }
}
.p-sub-contact .c-column__img img {
  aspect-ratio: 512/318;
}
@media screen and (max-width: 767px) {
  .p-sub-contact .c-column__img img {
    aspect-ratio: 335/232;
  }
}

.p-sub-contact__wrap01 {
  margin-top: 9.375rem;
}
.p-sub-contact__wrap01 .c-column {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-sub-contact__wrap01 .c-column {
    display: block;
  }
}
.p-sub-contact__wrap01 .c-column::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  right: 6.875rem;
  width: 9.375rem;
  height: 10.625rem;
  background: url(../images/anshin/anshin_pic_07.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__wrap01 .c-column::before {
    width: 9.6875rem;
    height: 10.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-sub-contact__wrap01 .c-column::before {
    margin: 0 auto;
    width: 4.6875rem;
    height: 5.25rem;
  }
}
.p-sub-contact__wrap01.--media .c-column::before {
  background-image: url(../images/anshin/anshin_pic_08.png);
}
@media screen and (max-width: 600px) {
  .p-sub-contact__wrap01 .c-column__body {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-contact__wrap01 {
    margin-top: 3.125rem;
    display: grid;
  }
  .p-sub-contact__wrap01 .c-column {
    display: contents;
  }
  .p-sub-contact__wrap01 .c-column__img {
    margin-top: 1.875rem;
  }
}

.p-sub-contact__wrap02 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__wrap02 {
    margin-top: 1.875rem;
  }
}
.p-sub-contact__wrap02 .p-sub-contact__link_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.125rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  padding: 0.625rem 1.875rem;
  z-index: 10;
  background-color: #fff;
  color: #1d9a6b;
  border: 1px solid #1d9a6b;
}
@media screen and (max-width: 767px) {
  .p-sub-contact__wrap02 .p-sub-contact__link_btn {
    min-height: 1.875rem;
    font-size: 1rem;
    line-height: 1;
    padding: 0.1875rem 0rem 0.1875rem;
    background-color: #fff;
    color: #1d9a6b;
    border: 1px solid #1d9a6b;
  }
}
@media (hover: hover) {
  .p-sub-contact__wrap02 .p-sub-contact__link_btn:hover {
    color: #fff;
    background-color: #eb8a17;
    border-color: #eb8a17;
    opacity: 1;
  }
  .p-sub-contact__wrap02 .p-sub-contact__link_btn:hover::after {
    width: 100%;
  }
}
.p-sub-contact__wrap02 .p-sub-contact__link_btn._none {
  background-color: #1d9a6b;
  color: #fff;
}

.contact .wpcf7-form .chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
  margin: 9.375rem 0 6.25rem;
  counter-reset: number 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-form .chart {
    margin: 3.125rem 0 3.125rem;
  }
}
.contact .wpcf7-form .chart::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  top: 1.5625rem;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #101010;
}
.contact .wpcf7-form .chart ._item {
  color: #c7c7c7;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contact .wpcf7-form .chart ._item::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 1.875rem;
  padding: 0.625rem;
  height: 3.125rem;
  width: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c7c7c7;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  border-radius: 5px;
  margin-bottom: 5px;
}
.contact .wpcf7-form.init .chart ._item.fi {
  color: #1d9a6b;
}
.contact .wpcf7-form.init .chart ._item.fi::before {
  background-color: #1d9a6b;
}
.contact .wpcf7-form.custom-wpcf7cp-confirm .chart ._item.se {
  color: #1d9a6b;
}
.contact .wpcf7-form.custom-wpcf7cp-confirm .chart ._item.se::before {
  background-color: #1d9a6b;
}
.contact .wpcf7-form.custom-wpcf7cp-confirm .send_only {
  display: none;
}
.contact .wpcf7-form.complete .chart ._item.th {
  color: #1d9a6b;
}
.contact .wpcf7-form.complete .chart ._item.th::before {
  background-color: #1d9a6b;
}
.contact .wpcf7-form .form-table {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .contact .wpcf7-form .form-table {
    margin-bottom: 40px;
  }
}
.contact .wpcf7-form .zip {
  width: 10em;
}
.contact .wpcf7-form .address01 {
  width: 10em;
}
.contact .wpcf7-form .denwa {
  width: 16em;
}
.contact .wpcf7-form ._space {
  display: block;
  height: 3px;
}
.contact .wpcf7-form .att {
  background-color: #efefef;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .wpcf7-form .fl {
  margin-bottom: 10px;
}
.contact .wpcf7-form picture {
  margin-top: 20px;
}
.contact .wpcf7-form .privacy_box {
  text-align: center;
}
.contact .wpcf7-form .privacy_box .to_privacy {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  line-height: 1.2;
  border: 1px solid #d31c29;
  color: #101010;
}
@media (hover: hover) {
  .contact .wpcf7-form .privacy_box .to_privacy:hover {
    background-color: gray;
    color: #101010;
  }
}
.contact .wpcf7-form .privacy_box .pp_check {
  margin-top: 30px;
  margin-bottom: 20px;
}
.contact .wpcf7-form .privacy_box .privacy label {
  font-weight: 700;
}
.contact .wpcf7-form .privacy_box p {
  text-align: center;
  font-weight: 700;
}
.contact .wpcf7-form .btn-wr {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .contact .wpcf7-form .btn-wr {
    margin-top: 40px;
  }
}
.contact .wpcf7-form .submit_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font: inherit;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: #fff;
}

.contact .bottom_offer .offer_inner:first-child {
  display: none;
}
.contact .zabton_ttl {
  background-color: #1d9a6b;
  margin-bottom: 20px;
}
.contact .content01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .contact .content01 {
    margin-bottom: 50px;
  }
}
.contact .content01 .border_ttl {
  margin-bottom: 30px;
}
.contact .content01 .intro {
  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;
}
@media screen and (max-width: 600px) {
  .contact .content01 .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contact .content01 ._image {
  max-width: 280px;
  width: 40%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact .content01 ._image {
    width: 23%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact .content01 ._image {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto;
    width: 43%;
    margin-top: 20px;
  }
}
.contact .content01 ._comm {
  font-weight: 700;
  font-size: clamp(16px, 4.211vw, 22px);
}
.contact .content02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .contact .content02 {
    margin-bottom: 40px;
  }
}
.contact .content03 .link_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
@media screen and (max-width: 600px) {
  .contact .content03 .link_area {
    grid-column-gap: 10px;
  }
}
.contact .content03 .link_area ._btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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(15px, 3.947vw, 22px);
  text-align: center;
  border: 1px solid #1d9a6b;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .contact .content03 .link_area ._btn {
    height: 40px;
  }
}
.contact .content03 .link_area a._btn {
  color: #fff;
  background-color: #1d9a6b;
}
@media (hover: hover) {
  .contact .content03 .link_area a._btn:hover {
    color: #1d9a6b;
    background-color: #efefef;
  }
}
.contact .content03 .link_area span._btn {
  color: #1d9a6b;
  background-color: #fff;
}

.p-sub-enquete {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-enquete {
    padding-bottom: 3.125rem;
  }
}

.p-sub-enquete__wrap {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-enquete__wrap {
    margin-top: 3.125rem;
  }
}
.p-sub-enquete__wrap .p-sub-enquete__number {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-enquete__wrap .p-sub-enquete__number {
    margin-top: 0.3125rem;
  }
}

.p-sub-enquete__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-sub-enquete__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-sub-enquete__list {
  margin-top: 2.8125rem;
  display: grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
}
@media screen and (max-width: 600px) {
  .p-sub-enquete__list {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
}
.p-sub-enquete__list .p-sub-enquete__item {
  position: relative;
  background-color: #efefef;
  padding: 10px;
}

.p-sub-enquete__item_img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .p-sub-enquete__item_img {
    width: 100%;
  }
}
.p-sub-enquete__item_img_modal {
  max-width: 400px;
  margin: 0 auto;
}

.p-sub-enquete__item_comm {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #101010;
}

.p-sub-enquete__item_time_modal {
  text-align: center;
  margin-bottom: 1em;
}

.p-sub-enquete__modal_trigger {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/common/btn_arrow-02.svg) no-repeat center/30%;
  background-color: #1d9a6b;
}

.p-sub-faq {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-faq {
    padding-bottom: 3.125rem;
  }
}

.p-sub-faq__wrap {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-faq__wrap {
    margin-top: 3.125rem;
  }
}

.p-sub-faq__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-faq__tab {
    gap: 1.1875rem;
  }
}

.p-sub-faq__item a {
  display: inline-block;
  border: 1px solid #1d9a6b;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
  padding: 1rem;
  min-width: 36.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-sub-faq__item a:hover {
    opacity: 1;
    background-color: #1d9a6b;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-faq__item a {
    min-width: 9.5rem;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0.25rem 0.5rem;
  }
}

.p-sub-faq__item.active a {
  background-color: #1d9a6b;
  color: #fff;
}

.p-sub-faq__area {
  margin-top: 6.25rem;
  display: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-sub-faq__area {
    margin-top: 1.875rem;
  }
}

.p-sub-faq__area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-sub-faq__accordion {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-faq__accordion {
    margin-top: 0.9375rem;
  }
}

.p-sub-flow {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-flow {
    padding-bottom: 3.125rem;
  }
}
.p-sub-flow .c-column__img img {
  aspect-ratio: 512/318;
}
@media screen and (max-width: 767px) {
  .p-sub-flow .c-column__img img {
    aspect-ratio: 335/232;
  }
}

.p-sub-flow__wrap01 {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-flow__wrap01 {
    margin-top: 3.125rem;
    display: grid;
  }
  .p-sub-flow__wrap01 .c-column {
    display: contents;
  }
  .p-sub-flow__wrap01 .c-column__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.875rem;
  }
}

.p-sub-flow__btn {
  margin-top: 5.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-flow__btn {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

.p-sub-flow__wrap02 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-sub-flow__wrap02 {
    margin-top: 1.875rem;
  }
}

.p-sub-flow__wrap03 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-flow__wrap03 {
    margin-top: 1.875rem;
  }
}

.p-sub-flow__wrap04 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-flow__wrap04 {
    margin-top: 1.875rem;
  }
}

.p-sub-flow__wrap05 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-flow__wrap05 {
    margin-top: 1.875rem;
  }
}

.p-sub-price {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-price {
    padding-bottom: 3.125rem;
  }
}

.p-sub-price__wrap01 {
  margin-top: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-sub-price__wrap01 {
    margin-top: 3.125rem;
  }
}

.p-sub-price__list {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8125rem 0;
}
@media screen and (max-width: 767px) {
  .p-sub-price__list {
    margin-top: 2.0625rem;
    display: block;
  }
}

.p-sub-price__head {
  border: 2px solid #1d9a6b;
  border-radius: 0.625rem;
  width: 26.75rem;
  padding: 0.5625rem 1.25rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1d9a6b;
}
@media screen and (max-width: 767px) {
  .p-sub-price__head {
    width: 100%;
    padding: 0.1875rem 0.625rem;
  }
  .p-sub-price__head:not(:first-child) {
    margin-top: 1.625rem;
  }
}

.p-sub-price__body {
  width: calc(100% - 26.75rem);
  padding-left: 3.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub-price__body {
    width: 100%;
    margin-top: 0.9375rem;
    padding-left: 0;
    line-height: 1.75;
  }
}

.p-sub-price__wrap02 {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-price__wrap02 {
    margin-top: 3.125rem;
  }
}

.p-sub-price__text {
  margin-top: 3.125rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub-price__text {
    margin-top: 1.875rem;
    line-height: 1.75;
  }
}

.p-sub-price__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-price__cards {
    margin-top: 1.8125rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-sub-privacy {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-privacy {
    padding-bottom: 3.125rem;
  }
}

.p-sub-privscy__wrap {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-privscy__wrap {
    margin-top: 3.125rem;
  }
}

.p-sub-privscy__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub-privscy__text {
    line-height: 1.75;
  }
}

.p-sub-privscy__item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sub-privscy__item {
    margin-top: 1.25rem;
  }
}

.p-sub-privscy__head {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-sub-privscy__head {
    line-height: 1.4;
  }
}

.p-sub-reason {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-reason {
    padding-bottom: 3.125rem;
  }
}

.p-sub-reason__text {
  margin-top: 3.125rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__text {
    margin-top: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-sub-reason__list {
  margin-top: 3.125rem;
  counter-reset: feature;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__list {
    max-width: 25rem;
    margin-top: 1.75rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 1.1875rem;
  }
}

.p-sub-reason__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 17.25rem;
  height: 17.25rem;
  border: 3px solid #1d9a6b;
  border-radius: 50%;
  background-color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, .16));
          filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, .16));
}
@media screen and (max-width: 767px) {
  .p-sub-reason__item {
    width: 100%;
    border-radius: 0.625rem;
    gap: 0.625rem;
    height: 8.875rem;
  }
}

.p-sub-reason__item span {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5;
  color: #1d9a6b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #1d9a6b;
  padding-top: 1.5625rem;
  padding-bottom: 0.875rem;
  max-width: 12.875rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__item span {
    font-weight: 700;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    max-width: 8.625rem;
  }
}

.p-sub-reason__item span::after {
  counter-increment: feature;
  content: "0" counter(feature);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__item span::after {
    font-size: 1.875rem;
  }
}

.p-sub-reason__item p {
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.4;
  text-align: center;
  color: #1d9a6b;
  padding-bottom: 3.9375rem;
  height: 100%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__item p {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0.9375rem;
  }
}

.p-sub-reason__wrap01 {
  margin-top: 9.375rem;
}
.p-sub-reason__wrap01 .c-column {
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__wrap01 {
    margin-top: 3.25rem;
  }
  .p-sub-reason__wrap01 .c-column {
    margin-top: 1.875rem;
  }
}

.p-sub-reason__wrap02 {
  margin-top: 9.375rem;
}
.p-sub-reason__wrap02 .c-column {
  margin-top: 3.3125rem;
}
.p-sub-reason__wrap02 .p-sub-reason__column01 .c-column__red {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-sub-reason__wrap02 .p-sub-reason__column02 {
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__wrap02 {
    margin-top: 3.125rem;
  }
  .p-sub-reason__wrap02 .c-column {
    margin-top: 1.875rem;
    gap: 0.75rem;
  }
  .p-sub-reason__wrap02 .p-sub-reason__column02 {
    margin-top: 1.5625rem;
  }
}

.p-sub-reason__wrap03 {
  margin-top: 9.375rem;
}
.p-sub-reason__wrap03 .c-column {
  margin-top: 3.3125rem;
}
.p-sub-reason__wrap03 .p-sub-reason__column03 {
  margin-top: 0.625rem;
}
.p-sub-reason__wrap03 .p-sub-reason__column04 {
  margin-top: 5.625rem;
}
.p-sub-reason__wrap03 .p-sub-reason__column05 {
  margin-top: 0;
}
.p-sub-reason__wrap03 .p-sub-reason__column05 .c-column__body {
  margin-top: -1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__wrap03 {
    margin-top: 2.5rem;
  }
  .p-sub-reason__wrap03 .c-column {
    margin-top: 1.875rem;
    gap: 1.5625rem;
  }
  .p-sub-reason__wrap03 .p-sub-reason__column04 {
    margin-top: 0rem;
    gap: 0.625rem;
  }
  .p-sub-reason__wrap03 .p-sub-reason__column05 {
    margin-top: 3.125rem;
    gap: 0.625rem;
  }
}

.p-sub-reason__wrap04 {
  margin-top: 9.5625rem;
}
.p-sub-reason__wrap04 .c-column {
  margin-top: 3.3125rem;
}
.p-sub-reason__wrap04 .c-column__red {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-sub-reason__wrap04 .c-column__head {
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-reason__wrap04 {
    margin-top: 3.125rem;
  }
  .p-sub-reason__wrap04 .c-column {
    margin-top: 1.875rem;
  }
  .p-sub-reason__wrap04 .c-column__head {
    margin-top: 1.5625rem;
  }
}

.p-sub-repair {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-repair {
    padding-bottom: 3.125rem;
  }
}
.p-sub-repair .c-column__img img {
  aspect-ratio: auto;
}
.p-archive-repair {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-archive-repair {
    padding-bottom: 3.125rem;
  }
}

.p-archive-repair__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-archive-repair__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-archive-repair__wrap {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-archive-repair__wrap {
    margin-top: 3.125rem;
  }
}

.p-archive-repair__card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3%;
  grid-row-gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 600px) {
  .p-archive-repair__card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-single-repair__wrap01 {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-repair__wrap01 {
    margin-top: 3.125rem;
  }
}
.p-single-repair__wrap01_column {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 55% 40%;
  grid-column-gap: 5%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap01_column {
    margin-top: 0.9375rem;
    display: block;
  }
}
.p-single-repair__wrap01 .c-card__categorys {
  padding: 0;
  margin-bottom: 1.875rem;
}
.p-single-repair__wrap01 .c-card__category {
  font-size: 1.125rem;
}
.p-single-repair__wrap01_column-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
}
.p-single-repair__wrap01 .p-single-repair__gray {
  background-color: #efefef;
  padding: 1.25rem;
  border-radius: 0.625rem;
  margin-top: auto;
}
.p-single-repair__wrap01 .p-single-repair__gray_head {
  font-size: 1.25rem;
  margin-bottom: 0.3125rem;
}
.p-single-repair__wrap01 .p-single-repair__gray_text {
  font-size: 1rem;
}

.p-single-repair__wrap02 {
  margin-top: 6.25rem;
  padding-bottom: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .p-single-repair__wrap02 {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap02 {
    padding-bottom: 0;
  }
}
.p-single-repair__wrap02__column_body {
  width: 49%;
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  border-radius: 0.625rem;
  border: 1px solid #101010;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap02__column_body {
    width: 100%;
    grid-template-columns: 6.25rem 1fr;
  }
}
.p-single-repair__wrap02__column_title {
  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-color: #101010;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap02__column_title {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.p-single-repair__wrap02 .c-card__text {
  text-align: center;
  font-size: 1.875rem;
  margin-left: 0;
  margin-top: 0;
  padding: 0.625rem 0.3125rem;
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap02 .c-card__text {
    font-size: 1.25rem;
  }
}
.p-single-repair__wrap02 .c-card__text em {
  font-size: 4.375rem;
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap02 .c-card__text em {
    font-size: 2.25rem;
  }
}
.p-single-repair__wrap02 .c-card__text span {
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap02 .c-card__text span {
    font-size: 0.8125rem;
  }
}

.p-single-repair__wrap03 {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single-repair__wrap03 {
    margin-top: 1.875rem;
  }
}
.p-single-repair__wrap03 .c-column__body {
  width: calc(100% - 33.5625rem);
}
@media screen and (max-width: 767px) {
  .p-single-repair__wrap03 .c-column__body {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-single-repair__wrap03 .c-column__head {
    font-size: 1.875rem;
    padding-bottom: 0.625rem;
  }
}
.p-single-repair__wrap03.--after .c-column__head {
  color: #d31c29;
  border-color: #d31c29;
}

.p-single-repair__btn {
  margin-top: 5.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-repair__btn {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-sub-store__inner {
    margin-inline: auto;
    max-width: 31.25rem;
  }
}

.p-sub-store__banner {
  margin-top: 6.25rem;
  background: linear-gradient(-5deg, #BF1420 0%, #BF1420 50%, #D31C29 50%, #D31C29 100%);
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-sub-store__banner {
    margin-top: 1.875rem;
    background: linear-gradient(-5deg, #BF1420 0%, #BF1420 50%, #D31C29 50%, #D31C29 100%);
    padding: 1.25rem 0.5rem 1.0625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.625rem;
  }
}

.p-sub-store__banner-text {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sub-store__banner-text {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.p-sub-store__banner-text span {
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-store__banner-text span {
    font-size: 1.8125rem;
  }
}

.p-sub-store__banner-text em {
  font-style: normal;
  color: #ffff00;
}

.p-sub-store__banner-label {
  display: grid;
  place-items: center;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.875rem;
  grid-template-areas: "item1 item2" "item3 item3";
}
@media screen and (max-width: 767px) {
  .p-sub-store__banner-label {
    gap: 0.5rem;
  }
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
}

.item3 {
  grid-area: item3;
}

.p-sub-store__banner-text02 {
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: -0.01em;
  line-height: 1.0666666667;
  text-align: center;
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 0.4375rem 2.5rem;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-sub-store__banner-text02 {
    padding: 0.25rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #1d9a6b;
  }
}

.p-sub-store__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6875rem;
  width: 59.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-sub-store__list {
    margin-top: 1.875rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    width: 100%;
  }
}

.p-sub-store__item {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  border: 3px solid #1d9a6b;
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub-store__item {
    border-radius: 0.625rem;
  }
}

.p-sub-store__item p {
  font-weight: 700;
  font-size: 1.9375rem;
  letter-spacing: -0.01em;
  line-height: 1.2903225806;
  color: #1d9a6b;
  display: grid;
  place-items: center;
  padding: 3rem 2.875rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sub-store__item p {
    font-size: 1.25rem;
    line-height: 1.6;
    padding: 0.625rem;
  }
}

.p-sub-store__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-store__cards {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-bottom: 3.125rem;
  }
}

.p-sub-store__card-img {
  width: 100%;
  aspect-ratio: 374/271;
}
@media screen and (max-width: 767px) {
  .p-sub-store__card-img {
    aspect-ratio: 335/243;
  }
}

.p-sub-store__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-store__card-text {
  margin-top: 1.875rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-sub-store__card-text {
    margin-top: 0.75rem;
    line-height: 1.75;
  }
}

.p-sub-store__column {
  margin-top: 3.375rem;
  margin-bottom: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-sub-store__column {
    margin-top: 2rem;
    margin-bottom: 3.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sub-store__column .c-column__img img {
  aspect-ratio: 512/318;
}
@media screen and (max-width: 767px) {
  .p-sub-store__column .c-column__img img {
    aspect-ratio: 335/208;
  }
}

.p-sub-store__cards-02 {
  margin-top: 3.125rem;
  margin-bottom: 9.375rem;
  display: grid;
  gap: 6.375rem;
}
@media screen and (max-width: 767px) {
  .p-sub-store__cards-02 {
    margin-top: 2rem;
    margin-bottom: 3.125rem;
    gap: 1.875rem;
  }
}

.p-sub-store__card-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-store__card-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}

.p-sub-store__head {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid #1d9a6b;
  min-width: 43.125rem;
}
@media screen and (max-width: 767px) {
  .p-sub-store__head {
    font-size: 1.625rem;
    line-height: 1.2307692308;
    border-bottom: none;
    padding-bottom: 0;
    min-width: 100%;
  }
}

.p-sub-store__tel {
  margin-top: 1.875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.075;
  color: #d31c29;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-sub-store__tel {
    margin-top: 0.875rem;
  }
}

.p-sub-store__telicon {
  display: inline-block;
  width: 3.3125rem;
  height: 1.875rem;
  background: url(../images/common/icon_tel.png) no-repeat center/contain;
  margin-right: 0.3125rem;
}

.p-sub-store__tel span {
  display: inline-block;
  margin-right: 0.3125rem;
  font-weight: 700;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.p-sub-store__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-sub-store__text {
    margin-top: 0.3125rem;
    line-height: 1.75;
  }
}

.p-sub-store__map {
  width: 28.75rem;
  height: 17.625rem;
}
@media screen and (max-width: 767px) {
  .p-sub-store__map {
    width: 100%;
    height: auto;
  }
}

.p-sub-store__map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 460/282;
}
@media screen and (max-width: 767px) {
  .p-sub-store__map iframe {
    aspect-ratio: 335/200;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
