@charset "UTF-8";
.embla {
  overflow: hidden;
}

.embla .embla__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.embla .embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
  min-width: 0;
  margin-right: 4rem;
}

@media (max-width: 768px) {
  .embla .embla__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
  }
}

.embla .embla__controls {
  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: 1rem;
}

.embla .embla__controls .embla__control-dot {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.wpcf7 p {
  gap: 1rem;
}

.wpcf7 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.wpcf7 label br {
  display: none;
}

.wpcf7 label:has([aria-required='true']):not(:has(.hide-required)) span:first-child::after {
  content: '*';
  color: #ff0000;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.wpcf7 label:has([type='checkbox']) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wpcf7 label:has([type='checkbox']) .wpcf7-list-item-label a {
  text-decoration: underline;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
  white-space: nowrap;
}

.wpcf7 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7 p:has(input[type='submit']) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpcf7 p span.show-required::after {
  content: '必須';
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 0.25rem;
  padding: 0rem 0.5rem;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}

.wpcf7 input:not([type='submit']),
.wpcf7 input:not([type='checkbox']),
.wpcf7 textarea,
.wpcf7 select {
  background-color: #fff;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid var(--color-secondary);
  padding: 0.5rem;
}

.wpcf7 input[type='submit'] {
  background-color: var(--color-background);
  color: var(--color-primary);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  padding: 1rem 4rem;
  font-weight: medium;
  font-family: Noto Sans JP;
  border: 1px solid var(--color-primary);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.wpcf7 input[type='submit']:hover {
  background-color: var(--color-primary);
  color: var(--color-background);
}

.wpcf7 input[type='submit']:disabled {
  background-color: var(--wp--preset--color--cyan-bluish-gray);
  border-color: var(--wp--preset--color--cyan-bluish-gray);
  color: var(--color-white);
}

.wpcf7 .wpcf7-spinner {
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .wpcf7-response-output {
  margin-top: -2rem;
  border-radius: 0.25rem;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.navigation.pagination .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100rem;
  height: 2rem;
  width: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation.pagination .nav-links .page-numbers.current {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.navigation.pagination .nav-links .prev.inactive,
.navigation.pagination .nav-links .next.inactive {
  display: none;
}

.post-content * {
  color: black;
  font-family: Noto Sans JP;
}

.post-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.post-content h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

.post-content h4 {
  font-size: 1rem;
  font-weight: bold;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(--color-primary);
}

.post-content p {
  margin-bottom: 1rem;
}

.post-content ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.post-content ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.post-content .wp-block-button {
  margin-bottom: 1rem;
}

.post-content .wp-block-button .wp-block-button__link {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 0.5rem 2rem;
  border: 1px solid var(--color-primary);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.post-content .wp-block-button .wp-block-button__link:hover {
  background-color: white;
  color: var(--color-primary);
}

.post-content details {
  margin-bottom: 1rem;
}

.post-content details summary {
  font-weight: bold;
}

.post-content details[open] {
  padding-bottom: 1rem;
}

.post-content details[open] summary {
  margin-bottom: 1rem;
}

.post-content pre {
  background-color: #ededed;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.post-content img {
  margin-bottom: 1rem;
}

.post-content table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-primary);
  border-radius: 0.5rem;
}

.post-content table th,
.post-content table td {
  border: 1px solid var(--color-primary);
  padding: 0.5rem;
}

.post-content table th {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.post-content hr {
  color: var(--color-primary);
  margin: 2rem 0;
  border-width: 1px;
}

.post-content.formal h1,
.post-content.formal h2,
.post-content.formal h3,
.post-content.formal h4,
.post-content.formal h5,
.post-content.formal h6 {
  color: var(--color-foreground);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.modal .modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90svw;
  max-height: 90svh;
  min-width: 300px;
  min-height: 300px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  overflow-y: auto;
  border-radius: 0.25rem;
  border: 1px solid var(--color-primary);
  background-color: white;
}

.modal .modal-content .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.modal .modal-content .modal-close button {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.modal .modal-content .modal-close button svg {
  width: 1rem;
  height: 1rem;
}

.styled-scroll-area {
  scrollbar-width: thin;
  scrollbar-color: #56b9c0 var(--color-white);
}

.styled-scroll-area::-webkit-scrollbar {
  width: 0.5rem;
}

.styled-scroll-area::-webkit-scrollbar-track {
  background: var(--color-white);
}

.styled-scroll-area::-webkit-scrollbar-thumb {
  background-color: #56b9c0;
}
/*# sourceMappingURL=main.css.map */