@charset "UTF-8";
.l-content__body {
  margin-bottom: 0 !important;
  /*
  .main_content>*:after {
      content: '';
      display: block;
      width: 100%;
      height: 3rem;
      clear: both;
  }*/
}
.l-content__body .c-postContent > *:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
}
.l-content__body .p-entry__foot > *:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
}

.footer_before_section .ark-block-section + p {
  display: none;
}

.l-header__body .l-container {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.c-gnav * {
  font-feature-settings: "palt" !important;
}

.hero {
  width: 100vw;
  aspect-ratio: 2/1;
  border: 1px solid red;
}

.header-btn-wrap {
  display: none;
}

.header-btns {
  display: flex;
  gap: 0.7em;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.header-btns a {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.25em;
  background-color: #3faabc;
  border: 1px solid #3faabc;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.header-btns .header-btn-dl {
  color: #3faabc !important;
  background-color: transparent !important;
}

.ou-display-none {
  display: none !important;
}

.ou-display-block {
  display: block !important;
}

.ou-shadow {
  filter: drop-shadow(0 0.5rem 0.5rem rgba(10, 56, 66, 0.15));
}

.ou-rounded {
  border-radius: 0.6rem;
}

.ou-border-primary {
  border: 2px solid #3faabc;
}

.ou-bg-order--inverse .ark-block-section__media {
  z-index: 1 !important;
}
.ou-bg-order--inverse .ark-block-section__color {
  z-index: 0 !important;
}

.ou-font-feature-settings--none {
  font-feature-settings: "palt" !important;
  letter-spacing: 0.02em;
}

.ou-rounded-full {
  border-radius: 9999px;
}

.ou-justify-center .ark-block-columns__inner {
  justify-content: center !important;
}

.ou-width-90 {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .ou-width-90 {
    width: 95% !important;
  }
}

.ou-width-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto;
  margin-right: auto;
}

.ou-svg img {
  width: 100%;
}

.ou-m0 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ou-m0 img,
.ou-m0 picture {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ou-width-100 {
  width: 100% !important;
}
.ou-width-100 a,
.ou-width-100 button {
  width: 100% !important;
}

.ou-height-100 {
  height: 100% !important;
}
.ou-height-100 a,
.ou-height-100 button {
  height: 100% !important;
}

.ou-flowCardAddArrow {
  position: relative;
}
.ou-flowCardAddArrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0em;
  transform: translateY(-50%) translateX(150%);
  width: 0.6em;
  height: 0.9em;
  background-color: #ccc;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 780px) {
  .ou-flowCardAddArrow::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(150%) rotateZ(90deg);
  }
}
.ou-max-width-medium {
  max-width: 660px !important;
  margin-left: auto;
  margin-right: auto;
}

.ou-max-width-large {
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
}

.ou-max-width-xlarge {
  max-width: 1400px !important;
  margin-left: auto;
  margin-right: auto;
}

.ou-arrow-up-primary {
  position: relative;
}
.ou-arrow-up-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 1em;
  height: 1em;
  background-color: inherit;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

.ou-arrow-up-secondary {
  position: relative;
}
.ou-arrow-up-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  width: 1em;
  height: 1em;
  background-color: #f78da7;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

.ou-border-white {
  border: 1px solid #fff;
}

.ou-bg-white {
  background-color: #fff;
}

.ou-align-center {
  text-align: center !important;
}

.comparative-chart * {
  text-align: center !important;
}
.comparative-chart th {
  text-align: center !important;
  vertical-align: middle !important;
}
.comparative-chart th:first-of-type {
  width: 8em !important;
}
.comparative-chart th:nth-of-type(2) {
  background-color: #f78da7 !important;
}
.comparative-chart th:nth-of-type(3) {
  background-color: #888 !important;
}
.comparative-chart th:nth-of-type(4) {
  background-color: #888 !important;
}
.comparative-chart td:first-of-type {
  text-align: center !important;
  vertical-align: middle !important;
}
.comparative-chart img {
  width: 100% !important;
  max-width: 180px !important;
}

@media (max-width: 768px) {
  .ou-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ou-table-wrapper table {
    min-width: 600px;
    /* 列数に応じて調整 */
    border-collapse: collapse;
  }
}/*# sourceMappingURL=style.css.map */