@charset "UTF-8";
html, body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 17px;
}

figure {
  margin: 1em 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

table {
  width: auto !important;
  max-width: 100% !important;
  border-collapse: collapse;
  margin: 0 !important;
  font-size: .9rem;
  line-height: 1.3;
}
table.alignleft {
  float: left;
  margin-right: 1em;
}
table.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
table.alignright {
  float: right;
  margin-left: 1em;
}
table th, table td {
  border: 1px solid #ddd;
  padding: 8px 16px !important;
  text-align: left;
}
table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
@media (max-width: 767px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.table-left-head td {
  padding: 8px 16px;
}
.table-left-head td:first-child {
  font-weight: bolder;
  text-align: center;
  background-color: #f5f5f5;
  padding: 8px 16px;
}

.wp-block-table.table-wide {
  width: 100%;
}
.wp-block-table.table-wide table {
  width: 100% !important;
  font-size: .9rem;
  table-layout: fixed;
  border-collapse: collapse;
}
.wp-block-table.table-wide table thead th {
  background-color: #ccc;
}
.wp-block-table.table-wide table th, .wp-block-table.table-wide table td {
  padding: 8px !important;
}
.wp-block-table.table-wide table th:nth-child(2),
.wp-block-table.table-wide table td:nth-child(2) {
  width: 12% !important;
  text-align: center;
}
.wp-block-table.table-wide table th:nth-child(3),
.wp-block-table.table-wide table td:nth-child(3) {
  width: 65% !important;
}
.wp-block-table.table-wide table td:first-child {
  font-weight: bolder;
  text-align: center;
  background-color: #f8f8f8;
  padding: 1em 2em;
}

.wp-block-image {
  margin-left: 0 !important;
  margin-right: 0 !important;
  pading: 0 !important;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 !important;
}
.wp-block-columns .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-columns .wp-block-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wp-block-columns h2，h3，h4，h5，h6, .wp-block-columns .wp-block-heading {
  margin: 0 0 1em 0 !important;
}
.wp-block-columns h3 {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif !important;
  font-weight: 700 !important;
}

.wp-block-heading {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif !important;
}

h1 {
  font-size: 2.25rem;
  margin-block-start: 0em;
}

h2 {
  font-size: 1.75rem;
  margin: 2em 0 0 0;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.15rem;
}

p {
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

small {
  font-size: 0.8125rem;
}

hr.wp-block-separator {
  display: block !important;
  width: 100%;
  height: 1px !important;
  border-top: 1px solid #333 !important;
}

.cta-btn, .cta-page {
  display: block;
  text-align: center;
  margin: 32px 0;
}
.cta-btn a, .cta-page a {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem !important;
  line-height: 1;
  padding: 16px 40px;
  display: inline-block;
  background-color: #0052cc;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.flexible-table table {
  table-layout: auto !important;
  width: 100%;
  border-collapse: collapse;
}
.flexible-table table td {
  padding: 8px;
  border: 1px solid #ddd;
}
.flexible-table table td:first-child {
  width: 1%;
  white-space: nowrap;
  font-weight: bold;
  background-color: #f8f8f8;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}
.flexible-table table td:last-child {
  width: auto;
}

.wp-block-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed.is-type-rich:not(.wp-embed-aspect-16-9) {
  padding-bottom: 75%;
}

.wp-block-list {
  margin: 0 0 0 -20px !important;
  font-size: 0.85rem !important;
  list-style-type: circle;
  line-height: 1.2;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 !important;
  gap: 48px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1, .wp-block-columns.is-layout-flex.wp-container-core-columns-layout-2, .wp-block-columns[class*="is-layout-flex"].wp-block-columns-is-layout-flex:has(.wp-block-column:nth-child(2):last-child) {
  gap: 64px;
}
.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-3, .wp-block-columns[class*="is-layout-flex"].wp-block-columns-is-layout-flex:has(.wp-block-column:nth-child(3):last-child) {
  gap: 40px;
}
.wp-block-columns .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-columns .wp-block-column img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.wp-block-columns h2, .wp-block-columns h3, .wp-block-columns h4, .wp-block-columns h5, .wp-block-columns h6, .wp-block-columns .wp-block-heading {
  margin: 0 0 1em 0 !important;
  font-weight: 700 !important;
}
.wp-block-columns h3 {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700 !important;
}

/* 単一の画像に border-radius: 20px を適用 */
.wp-block-image img {
  border-radius: 30px;
}

/* ギャラリー内の画像に border-radius: 0 を適用 */
.wp-block-gallery .wp-block-image img {
  border-radius: 0;
}

figure.wp-block-table {
  margin: 2em 0;
  overflow-y: hidden;
}
figure.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
figure.wp-block-table table th, figure.wp-block-table table td {
  border: 1px solid #888;
  padding: 8px;
}
figure.wp-block-table table thead {
  border-bottom: none;
}
figure.wp-block-table table thead th {
  background-color: #f1f1f1;
  font-weight: bold;
  text-align: center;
}
figure.wp-block-table table tbody td {
  text-align: left;
}
figure.wp-block-table table.has-text-align-left th, figure.wp-block-table table.has-text-align-left td {
  text-align: left;
}
figure.wp-block-table table.has-text-align-center th, figure.wp-block-table table.has-text-align-center td {
  text-align: center;
}
figure.wp-block-table table.has-text-align-right th, figure.wp-block-table table.has-text-align-right td {
  text-align: right;
}
figure.wp-block-table table th.has-text-align-left, figure.wp-block-table table td.has-text-align-left {
  text-align: left;
}
figure.wp-block-table table th.has-text-align-center, figure.wp-block-table table td.has-text-align-center {
  text-align: center;
}
figure.wp-block-table table th.has-text-align-right, figure.wp-block-table table td.has-text-align-right {
  text-align: right;
}
figure.wp-block-table figcaption {
  margin-top: 0.5em;
  font-style: italic;
  text-align: center;
}

.editor-styles-wrapper .wp-block-gallery,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figure,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image img,
.editor-styles-wrapper .wp-block-gallery .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%;
  object-fit: cover;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.editor-styles-wrapper .wp-block-gallery .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: 40px 10px 9px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0));
}
.editor-styles-wrapper .wp-block-gallery.columns-1 .blocks-gallery-image, .editor-styles-wrapper .wp-block-gallery.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: calc(100% - 16px);
}
.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image, .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item,
.wp-block-gallery.columns-2 .blocks-gallery-image,
.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: calc(50% - 16px);
}
.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image, .editor-styles-wrapper .wp-block-gallery.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% - 16px);
}
.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image, .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: calc(25% - 16px);
}
.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image, .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item,
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: calc(20% - 16px);
}
.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image, .editor-styles-wrapper .wp-block-gallery.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% - 16px);
}
@media (max-width: 767px) {
  .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item,
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item {
    width: 100% !important;
    margin-right: 0;
  }
}

.pdf-dl-list {
  list-style-type: none;
  margin: 0 !important;
  padding: 2em !important;
  border: 1px solid #888;
  border-radius: 8px;
}
.pdf-dl-list li {
  padding: 4px 0;
}
.pdf-dl-list li a {
  background-image: url("../../images/elements/icons/pdf.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: top 50% left 0;
  padding: 0 0 0 2em;
  text-decoration: none !important;
}

main iframe {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  border: 0;
}

.goal-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goal-list li {
  font-size: .85rem;
  padding: 1em !important;
  background: #fff;
  border: 1px solid #888;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 1em 0;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
.goal-list li strong {
  font-size: 1rem;
  padding: 8px 0;
  text-align: center;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 8px 0;
}

.join-block a {
  display: block !important;
  width: 100% !important;
}
.join-block img {
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
}

.cta-tel a {
  display: inline-block;
  padding: 10px 1.5em 10px 3em;
  background-color: #0052cc;
  background-image: url("../../images/elements/icons/cta-tel.svg");
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: top 50% left .5em;
  border-radius: 999px;
  color: #fff;
  font-family: "Inter", "Century Gothic", "Futura", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.price-head-link a {
  font-size: .85rem;
}

.table-pay table {
  table-layout: auto !important;
  width: 100%;
  border-collapse: collapse;
}
.table-pay td {
  padding: 16px !important;
  border: 1px solid #ddd;
}
.table-pay td:first-child {
  max-width: 20%;
  white-space: nowrap;
  font-weight: bold;
  background-color: #f0f0f0;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}
.table-pay td:last-child {
  width: auto;
}
.table-pay td em {
  font-size: 0.7rem !important;
  font-style: normal;
}

.dl-pdf {
  list-style-type: none;
  marign: 0;
  padding: 1em;
  border: 1px solid #aaa;
  border-radius: 10px;
}
.dl-pdf li {
  background-image: url("../../images/elements/icons/pdf.png");
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: top 50% left 0;
  padding: 0 0 0 3em;
  margin: 8px 0;
}

.step-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
}
.step-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  counter-increment: step-counter;
}
.step-list li::before {
  content: "Step." counter(step-counter);
  background-color: #ffa500;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  border-radius: 999px;
  padding: .5em 1em;
  margin: 0 1em 0 0;
  flex-shrink: 0;
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.no-radius img {
  border-radius: 0;
}

hr.wp-block-separator {
  display: block !important;
  width: 100% !important;
  height: 1px !important;
  margin: 2em 0 !important;
  padding: 0 !important;
  border: none !important;
  border-top: 1px solid #333 !important;
  background-color: transparent !important;
  clear: both !important;
}

.editor-styles-wrapper hr.wp-block-separator {
  width: 100% !important;
  height: 1px !important;
  border-top: 1px solid #333 !important;
}

.custom-cta {
  margin: 2em 0;
}
.custom-cta a {
  display: inline-block;
  font-size: .9rem;
  text-decoration: none;
  padding: 10px 24px 8px 56px;
  border: 2px solid #004da0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: #fff;
  color: #004da0;
  position: relative;
  border-radius: 999px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.custom-cta a::before {
  content: "";
  position: absolute;
  top: 53%;
  left: 16px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #004da0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.custom-cta a:hover {
  background-color: #004da0;
  color: #fff;
}
.custom-cta a:hover::before {
  background-color: #fff;
}

.cta-shop a::before {
  -webkit-mask-image: url("../../images/elements/icons/ico-cart.svg");
  mask-image: url("../../images/elements/icons/ico-cart.svg");
}

.cta-contact a::before {
  -webkit-mask-image: url("../../images/elements/icons/ico-mail.svg");
  mask-image: url("../../images/elements/icons/ico-mail.svg");
}

@media (min-width: 1025px) {
  .cta-btn {
    margin: 56px 0 !important;
  }
  .cta-btn a {
    font-size: 1.1rem;
    box-shadow: 4px 4px 0px #191970;
    transition: 0.1s 0.3s ease;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .cta-btn a:hover {
    background-color: #0099cc;
    box-shadow: none;
    transform: translateY(4px);
    transition: 0.3s 0.3s ease;
  }

  .goal-list li {
    width: 24%;
  }

  .step-list {
    width: 100% !important;
    margin: 0 auto;
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    font-size: 1.1rem !important;
  }
  .step-list li::before {
    font-size: 1em;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1rem;
  }

  small {
    font-size: 0.75rem;
  }

  .table-left-head table {
    font-size: 0.9rem !important;
  }
  .table-left-head td:first-child {
    font-size: 0.9rem !important;
    font-weight: bolder;
    text-align: center;
    background-color: #f5f5f5;
    padding: .5em 1em;
  }

  .cta-btn {
    display: inline-block;
    margin: 32px 0 0 0;
  }
  .cta-btn a {
    font-size: .9rem;
    display: inline-block;
  }

  .goal-list li {
    width: 48%;
  }

  .step-list {
    width: 100% !important;
    margin: 0 auto;
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
    font-size: 1rem;
  }
  .step-list li::before {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  h2 {
    font-size: 1.5rem;
    margin: 2em 0 1em 0 !important;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 0.875rem;
  }

  small {
    font-size: 0.75rem;
  }

  .goal-list li {
    width: 100%;
  }
}
h1 span {
  display: block;
  font-family: "Inter", "Century Gothic", "Futura", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  margin: .5em 0 1em 0;
  padding: 8px;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
}

.custom-section {
  margin: 20px 0;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.custom-section h2 {
  color: #333;
}
.custom-section p {
  color: #666;
}

.wp-block-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.wp-block-image.size-full {
  width: 100%;
}
.wp-block-image.size-full img {
  width: 100%;
}
.wp-block-image.size-large {
  max-width: 1200px;
}
.wp-block-image.size-large img {
  width: 100%;
}
.wp-block-image.size-medium {
  max-width: 820px;
}
.wp-block-image.size-medium img {
  width: 100%;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0;
}
.wp-block-columns .wp-block-column {
  flex: 1;
  min-width: 0;
}
.wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
.wp-block-columns .wp-block-column .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

figure.wp-block-table {
  margin: 1em 0;
}
figure.wp-block-table table {
  width: auto;
  max-width: 100%;
  border-collapse: collapse;
}
figure.wp-block-table table th, figure.wp-block-table table td {
  border: 1px solid #555;
  padding: 8px;
}
figure.wp-block-table table thead th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
}
figure.wp-block-table table tbody td {
  text-align: left;
}

@media (max-width: 1024px) {
  .wp-block-image.size-large, .wp-block-image.size-medium {
    max-width: 100%;
  }

  figure.wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  figure.wp-block-table td {
    padding: 8px;
    font-size: .9rem;
  }
}
@media (max-width: 767px) {
  .wp-block-columns {
    flex-direction: column;
  }
  .wp-block-columns .wp-block-column {
    width: 100%;
  }

  .wp-block-image.size-large, .wp-block-image.size-medium {
    width: 100%;
    max-width: 100%;
  }

  figure.wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  figure.wp-block-table::-webkit-scrollbar {
    height: 6px;
  }
  figure.wp-block-table::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  figure.wp-block-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  figure.wp-block-table::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
