@charset "UTF-8";
:root {
  --color-blue: #283593;
  --color-orange: #EF6428;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  word-wrap: break-word;
  font-style: normal;
}

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

img,
svg {
  max-width: 100%;
  display: block;
  height: auto;
}

table {
  width: 100%;
}

html {
  font-family: ui-serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho StdN", "Hiragino Mincho Std", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif CJK JP", "Noto Serif JP", Georgia, "Times New Roman", Times, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", serif;
  color: #2B2B2B;
  line-height: 1.7;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6, b, th, dt {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-size: 1rem;
}

h2, h3, h4, h5, h6 {
  margin: 3em 0 1rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

figure, ul, ol {
  margin-bottom: 1.5rem;
}

p {
  margin-bottom: 1rem;
}
p :where(strong, .strong) {
  background: rgba(253, 224, 70, 0.6);
}

strong {
  font-weight: bolder;
}

.wp-block-list :where(li) {
  margin-left: 2em;
}
ul:where(.wp-block-list) {
  list-style-type: disc;
}
ol:where(.wp-block-list) {
  list-style-type: decimal;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f0f0f0;
}
.wp-block-table thead {
  border-bottom: 3px solid white;
}
.wp-block-table th, .wp-block-table td {
  padding: 0.5em;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  line-height: 1.5;
}
.wp-block-table th {
  background-color: #e0e0e0;
  white-space: nowrap;
  max-width: 13em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
.wp-block-table.is-style-stripes {
  border-bottom: 1px solid white;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: white;
}
.wp-block-table.is-style-stripes th {
  background: none;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-left-width: 0;
}

.wpcf7-text, .wpcf7-textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #F7F7F7;
  font-size: 1.2rem;
  padding: 0.25em 0.5em;
}
.wpcf7-file::file-selector-button {
  background: black;
  color: white;
  border: none;
  border-radius: 1em;
  padding: 0 1em;
}
.wpcf7-submit {
  display: block;
  margin: 1rem auto 5rem;
  padding: 1rem 2rem;
  background: black;
  color: white;
  border: none;
  font-size: 1.2rem;
  font-family: inherit;
}

.schema-faq-section {
  border-bottom: 1px solid #eee;
  padding: 2rem 1rem;
  background: white;
}
.schema-faq-question {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  padding: 0.2em 0 0 3rem;
  line-height: 1.5;
  position: relative;
}
.schema-faq-question::before {
  content: "Q";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0.5rem;
  line-height: 1;
  color: #EF6428;
  text-align: center;
  background-color: rgba(239, 100, 40, 0.1);
  border-radius: 0.8rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.schema-faq-answer {
  padding: 1rem;
}
@media (min-width: 480px) {
  .schema-faq-answer {
    padding-left: 4rem;
  }
}
.schema-how-to-steps {
  counter-set: how-to;
}
.schema-how-to-step {
  margin-bottom: 2rem;
  padding: 2rem 2rem 1rem;
  border: 2px solid #E2E8F0;
  counter-increment: how-to;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .schema-how-to-step {
    padding-left: 7rem;
    position: relative;
  }
  .schema-how-to-step::before {
    position: absolute;
    left: 2rem;
    top: 2rem;
  }
}
.schema-how-to-step::before {
  content: counter(how-to, decimal-leading-zero);
  display: block;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #D0E5FB;
}
.schema-how-to-step-name {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  line-height: 1.1;
}
.logo span {
  display: block;
  font-size: 32%;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.tel {
  color: inherit;
  text-decoration: none;
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
}

.gradient-bg {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gradient-bg::before, .gradient-bg::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: calc(40% + 5rem);
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(64px);
}
.gradient-bg::before {
  top: -5rem;
  right: -5rem;
  background-color: rgb(255, 237, 213);
}
.gradient-bg::after {
  bottom: -5rem;
  left: -5rem;
  background-color: rgb(219, 234, 254);
}

.heading-preid {
  padding-bottom: 0.6em;
}
.heading-preid::before {
  content: attr(id);
  display: block;
  font-size: 0.6em;
  margin-bottom: 0.5em;
  color: #283593;
  font-weight: bold;
  text-transform: uppercase;
}
.heading-line {
  display: grid;
  grid-template-columns: 3em auto 3em;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.heading-line::before, .heading-line::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ddd;
}
.heading-underline::after {
  content: "";
  display: block;
  margin: 0.5rem auto 0;
  width: 5rem;
  height: 4px;
  border-radius: 2px;
  background-color: #EF6428;
}
.heading-slash {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  position: relative;
}
.heading-slash::before, .heading-slash::after {
  content: "";
  display: block;
  height: 1.5em;
  width: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-35deg);
}
.heading-slash::after {
  right: 0;
  left: auto;
  transform: rotate(35deg);
}
.heading-fukidashi {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  padding: 0.5em 1.5em;
  background-color: #283593;
  border-radius: 0.5em;
  color: white;
  position: relative;
}
.heading-fukidashi::before {
  content: "";
  display: block;
  width: 2em;
  height: 1em;
  position: absolute;
  top: 100%;
  left: 1em;
  background-color: inherit;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 25"><path d="M27 0q-10 11-9 22-1 4-5 2C7 18 0 8 0 0z"/></svg>') top right/contain no-repeat;
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27 25"><path d="M27 0q-10 11-9 22-1 4-5 2C7 18 0 8 0 0z"/></svg>') top right/contain no-repeat;
}

.content, .breadcrumbs > * {
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  max-width: 800px;
}

.max, .header, .breadcrumbs > *, .wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.btn, .menu-btn a, .btn-line {
  display: inline-block;
  padding: 1em 2em;
  line-height: 1.2;
  border-radius: 0.5em;
  background-color: #EF6428;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.btn-line {
  padding-left: 3em;
  text-decoration: none;
  background: #16B900 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 54.6 52"><path fill="white" d="M27.3 0C12.3 0 0 10 0 22.2c0 11 9.7 20 22.8 21.8 1 .2 2.1.6 2.4 1.4q.4 1.2.1 2.4l-.4 2.4c0 .7-.5 2.7 2.4 1.5 3-1.3 15.7-9.3 21.5-15.9q3-3.3 4.4-6.6 1.5-3.4 1.4-7C54.6 9.9 42.4 0 27.3 0M16.6 29.4h-5.4q-1.3-.1-1.4-1.4V17.2a1.4 1.4 0 1 1 2.8 0v9.4h4a1.4 1.4 0 1 1 0 2.8m5.6-1.4a1.4 1.4 0 1 1-2.8 0V17.2a1.4 1.4 0 1 1 2.8 0zm13 0a1.4 1.4 0 0 1-1.3 1.4q-.8 0-1.2-.5l-5.5-7.6V28q-.1 1.3-1.5 1.4c-1.4.1-1.4-.6-1.4-1.4V17.2a1.4 1.4 0 0 1 1.4-1.5q.7 0 1.2.6l5.5 7.6v-6.7a1.4 1.4 0 1 1 2.9 0zm8.9-6.9a1.4 1.4 0 1 1 0 3h-4v2.5h4q1.3.1 1.4 1.4c.1 1.3-.6 1.4-1.4 1.4h-5.5q-1.2-.1-1.4-1.4V17.1q.2-1.2 1.4-1.4h5.5q1.3.2 1.4 1.4 0 1.6-1.4 1.5h-4V21z"/></svg>') left 1em center/1.5em auto no-repeat;
}

.wrap {
  display: grid;
  row-gap: 5rem;
}
@media (min-width: 1024px) {
  .wrap {
    grid-template-columns: 65% 32%;
    justify-content: space-between;
  }
}

.menu a:not([class]) {
  color: inherit;
  text-decoration: none;
}
.menu-btn {
  padding: 0.25rem 0;
  color: white !important;
}
.current-menu-item {
  color: #EF6428;
}

.breadcrumbs {
  margin-bottom: 2rem;
  background: #F9FAFB;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0.68rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs > * {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.price {
  color: #EF6428;
  font-size: 0.8em;
  font-weight: bold;
}
.price-value {
  font-size: 1.25em;
}

.header {
  padding: 1rem;
}
@media (max-width: 1024px) {
  .header-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 3rem 2rem 5rem;
    max-height: 100%;
    overflow: scroll;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
  }
  body:not(.menu-open) .header-nav {
    display: none;
  }
  .header-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-nav-cta {
    display: none;
  }
  .header-menu {
    display: flex;
    align-items: center;
    gap: 2em;
    margin: 0;
    font-size: 0.8rem;
  }
}

#navToggle {
  display: block;
  width: 2rem;
  height: 0.75rem;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
}
#navToggle span {
  border-bottom: 2px solid silver;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
}
#navToggle span:first-of-type {
  top: 0;
}
#navToggle span:nth-of-type(2) {
  top: 50%;
}
#navToggle span:last-of-type {
  top: 100%;
}
body.menu-open #navToggle span {
  top: 50%;
}
body.menu-open #navToggle span:first-of-type {
  transform: rotate(30deg);
}
body.menu-open #navToggle span:nth-of-type(2) {
  opacity: 0;
}
body.menu-open #navToggle span:last-of-type {
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  #navToggle {
    display: none;
  }
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 8rem;
  padding: 2rem;
  text-align: center;
  position: relative;
}
.page-header-title {
  font-size: 1.25rem;
}
.page-header-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  opacity: 0.1;
}
.page-content {
  padding-top: 3rem;
}

.single-meta {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.single-meta-date {
  margin-right: 1em;
}
.single-meta-cats-item, .archive-item-category {
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid rgba(40, 53, 147, 0.3);
  background-color: rgba(40, 53, 147, 0.1);
  border-radius: 0.5rem;
  text-decoration: none;
  color: #283593;
}
.single-meta-area::before, .archive-item-area::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 80"><path d="M25 0C11 0 0 11 0 25c0 21 25 55 25 55s25-35 25-55C50 11 39 0 25 0Zm0 40a15 15 0 1 1 0-30 15 15 0 0 1 0 30Z"/></svg>') center bottom/contain no-repeat;
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 80"><path d="M25 0C11 0 0 11 0 25c0 21 25 55 25 55s25-35 25-55C50 11 39 0 25 0Zm0 40a15 15 0 1 1 0-30 15 15 0 0 1 0 30Z"/></svg>') center bottom/contain no-repeat;
}
.single-title {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
}
.single-pager {
  display: flex;
  margin-top: 3rem;
  padding: 1.5rem 0;
  gap: 1rem 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 0 solid #E2E8F0;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.single-pager-prev, .single-pager-next {
  display: block;
  color: #EF6428;
}
.single-pager-prev::before {
  content: "← ";
}
.single-pager-next {
  text-align: right;
  margin-left: auto;
}
.single-pager-next::after {
  content: " →";
}

.archive-list {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .archive-list {
    grid-template-columns: 1fr 1fr;
  }
}
.archive-item-link {
  color: inherit;
  text-decoration: none;
}
.archive-item-thumbnail {
  display: block;
  margin-bottom: 0.5rem;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.5rem;
}
.archive-item-title {
  margin: 0;
  margin: 0.25rem 0;
  font-size: 1rem;
  line-height: 1.5;
}
.archive-item-date {
  font-size: 0.8rem;
  color: rgb(107, 114, 128);
  margin-left: auto;
}
.archive-item-meta {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.archive-item-meta > * {
  display: inline-block;
  vertical-align: baseline;
}
.archive-item-category {
  font-size: 0.8em;
}
.archive-item .price {
  display: block;
}

.aside {
  display: grid;
  gap: 3rem;
}
@media (min-width: 640px) and (max-width: 1024px) {
  .aside {
    grid-template-columns: 1fr 1fr;
  }
}
.aside-item-title {
  margin-top: 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E2E8F0;
}
.aside .menu {
  padding-left: 1.5em;
}
.aside .menu li {
  margin-bottom: 1em;
}
.aside .menu li::marker {
  content: "→ ";
  color: rgb(107, 114, 128);
}
.aside .menu a {
  text-decoration: none;
  color: inherit;
}
.footer {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(31, 41, 55, 0.9);
}
.footer:has(.footer-inner) {
  padding-top: 5rem;
}
.footer-inner {
  position: relative;
  display: grid;
  gap: 1rem;
}
@media (min-width: 480px) {
  .footer-inner {
    grid-template-columns: 3fr 2fr;
  }
}
@media (min-width: 832px) {
  .footer-inner {
    gap: 1.5rem;
    grid-template-columns: 3fr 2fr 2fr;
  }
}
.footer-inner h2 {
  margin: 0 0 1rem;
  color: white;
}
.footer-inner a {
  color: inherit;
  text-decoration: none;
}
.footer-inner a:hover {
  text-decoration: underline;
}
@media (min-width: 480px) and (max-width: 832px) {
  .footer-insta {
    grid-column: 1/3;
  }
}
.footer-insta-link {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  color: white;
  text-decoration: none;
}
@media (min-width: 480px) and (max-width: 832px) {
  .footer-insta-link {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
.footer-insta-link::after {
  content: "Instagram";
  display: flex;
  padding-top: 2em;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  inset: 0;
  background: rgba(153, 153, 153, 0.75) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="white" d="M16 2.88c4.27 0 4.78.02 6.47.09 1.56.07 2.41.33 2.97.55.75.29 1.28.64 1.84 1.2s.91 1.09 1.2 1.84c.22.56.48 1.41.55 2.97.08 1.69.09 2.19.09 6.47s-.02 4.78-.09 6.47a9 9 0 0 1-.55 2.97 5 5 0 0 1-1.2 1.84c-.56.56-1.09.91-1.84 1.2-.56.22-1.41.48-2.97.55-1.69.08-2.19.09-6.47.09s-4.78-.02-6.47-.09a9 9 0 0 1-2.97-.55 5 5 0 0 1-1.84-1.2 5 5 0 0 1-1.2-1.84 9 9 0 0 1-.55-2.97c-.08-1.69-.09-2.19-.09-6.47s.02-4.78.09-6.47c.07-1.56.33-2.41.55-2.97.29-.75.64-1.28 1.2-1.84a5 5 0 0 1 1.84-1.2 9 9 0 0 1 2.97-.55c1.69-.08 2.19-.09 6.47-.09M16 0c-4.35 0-4.89.02-6.6.1-1.7.08-2.87.35-3.88.74a8 8 0 0 0-2.83 1.85A8 8 0 0 0 .84 5.52C.44 6.54.17 7.7.1 9.4.02 11.11 0 11.65 0 16s.02 4.89.1 6.6c.08 1.7.35 2.87.74 3.88a8 8 0 0 0 1.85 2.83 8 8 0 0 0 2.83 1.85c1.02.4 2.18.67 3.88.74 1.71.08 2.25.1 6.6.1s4.89-.02 6.6-.1a12 12 0 0 0 3.88-.74 8 8 0 0 0 2.83-1.85 8 8 0 0 0 1.85-2.83c.4-1.02.67-2.18.74-3.88.08-1.71.1-2.25.1-6.6s-.02-4.89-.1-6.6a12 12 0 0 0-.74-3.88 8 8 0 0 0-1.85-2.83A8 8 0 0 0 26.48.84C25.46.44 24.3.17 22.6.1 20.89.02 20.35 0 16 0m0 7.78a8.22 8.22 0 1 0 0 16.44 8.22 8.22 0 0 0 0-16.44m0 13.55a5.33 5.33 0 1 1 0-10.66 5.33 5.33 0 0 1 0 10.66m8.54-15.79a1.92 1.92 0 1 0 0 3.84 1.92 1.92 0 0 0 0-3.84"/></svg>') center calc(50% - 1em)/2em 2em no-repeat;
  transition: 0.5s background-color;
}
.footer-insta-link:hover::after {
  background-color: rgba(153, 153, 153, 0.6);
}
.footer-insta-img {
  aspect-ratio: 1/1;
}
.footer small {
  margin: 1rem 1.5rem 0;
  padding: 2em 0;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-cta {
  padding: 1px 0;
  background-color: #F9FAFB;
}
.footer-cta-list {
  display: grid;
  gap: 1.5rem;
  justify-content: center;
}
@media (min-width: 832px) {
  .footer-cta-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer-cta-item {
  padding: 2rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.footer-cta-item .tel {
  color: #EF6428;
}
.footer-cta-item b {
  font-size: 1.2em;
}
.footer-cta-item svg {
  display: block;
  margin: 0 auto 1rem;
  width: 4em;
  height: 4em;
}
.footer-cta-item path {
  fill: #EF6428;
}
.footer-cta-item:last-of-type path {
  fill: #16B900;
}

#returnTop {
  display: block;
  width: 1em;
  margin: 0 auto;
  font-size: 2rem;
  position: absolute;
  top: -3.5rem;
  right: 1.5rem;
  line-height: 1;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.pagination .page-numbers {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 0.5rem;
  color: initial;
  text-decoration: none;
  background: #F9FAFB;
}
.pagination .page-numbers.current {
  background: #283593;
  color: white;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  background-color: white;
  border: 1px solid #E2E8F0;
}
.pagination .page-numbers.prev {
  margin-right: auto;
}
.pagination .page-numbers.next {
  margin-left: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */