@charset "UTF-8";
/* --------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 LPページ用
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
-------------------------------------------------- */
/* 画面サイズが768px未満はここを読み込む */
/* stylelint-disable-next-line */
@media (max-width: 767.9px) {
  /* ------------------------------
    base SP
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 1.65;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  h4,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  ul {
    list-style: none;
  }
  a {
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  button {
    transition: 0.3s all;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-pc {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  .main {
    flex: 1;
  }
  /* ------------------------------
    layout SP
  ------------------------------ */
  .ly-section {
    padding: 17.0666666667vw 5.3333333333vw;
    background: #fff;
  }
  .ly-section--border {
    border-bottom: 1px solid #17349c;
  }
  .ly-section--owner {
    background: #edf3ff;
  }
  .ly-section--owner-border {
    border-bottom: 1px solid #17349c;
    background: #edf3ff;
  }
  .ly-section--user {
    background: #edfaf8;
  }
  .ly-section--no-padding-top {
    padding-top: 0;
  }
  .ly-section--close {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  /* ------------------------------
    button SP
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 3.7333333333vw 2.1333333333vw;
    border: 1px solid transparent;
    gap: 2.1333333333vw;
    border-radius: 2px;
    background: #e80b66;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 3.7333333333vw 2.1333333333vw;
    border: 1px solid transparent;
    gap: 2.1333333333vw;
    border-radius: 2px;
    background: #08b5ae;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 3.7333333333vw 2.1333333333vw;
    border: 1px solid transparent;
    gap: 2.1333333333vw;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 3.7333333333vw 2.1333333333vw;
    border: 1px solid transparent;
    gap: 2.1333333333vw;
    border-radius: 2px;
    background: #fff;
    color: #e80b66;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 3.7333333333vw 2.1333333333vw;
    border: 1px solid transparent;
    gap: 2.1333333333vw;
    border-radius: 2px;
    background: #fff;
    color: #08b5ae;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 3.7333333333vw 2.1333333333vw;
    border: 1px solid transparent;
    gap: 2.1333333333vw;
    border-radius: 2px;
    background: #fff;
    color: #17349c;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
  .button-box--side-padding {
    padding: 0 5.3333333333vw;
  }
  /* ------------------------------
    cases SP
  ------------------------------ */
  .cases-section {
    padding: 10.6666666667vw 5.3333333333vw 17.0666666667vw;
  }
  .cases-section__lead {
    font-weight: 700;
  }
  .cases-intro {
    box-sizing: border-box;
    align-items: center;
    padding: 5.3333333333vw;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .cases-intro__image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.4vw;
  }
  .cases-intro__num {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/2;
    grid-row: 1/2;
    color: #17349c;
    line-height: 1;
    font-size: 5.8666666667vw;
    font-weight: 700;
    text-align: center;
  }
  .cases-intro__num span {
    display: inline-block;
    margin-left: 2.1333333333vw;
    font-size: 11.2vw;
  }
  .cases-intro__name {
    margin-top: 1.0666666667vw;
    color: #17349c;
    font-weight: 700;
  }
  .cases-intro__image {
    width: 26.6666666667vw;
  }
  .cases-intro__box {
    display: flex;
    flex-direction: column;
    margin-top: 4.2666666667vw;
  }
  .cases-intro__title {
    order: 1;
    padding: 6.4vw;
    border-radius: 8px;
    background: #edf3ff;
    line-height: 1.5;
    color: #17349c;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .cases-intro__desc {
    order: 3;
    margin-top: 4.2666666667vw;
  }
  .cases-intro__label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
    order: 2;
    margin-top: 4.2666666667vw;
  }
  .cases-intro__label-item {
    display: flex;
    align-items: center;
    padding: 0.5333333333vw 3.2vw 0;
    background: #17349c;
    color: #fff;
    font-size: 3.7333333333vw;
  }
  .cases-merit-box {
    margin-top: 64px;
  }
  .cases-merit {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 6.4vw;
    margin-top: 17.0666666667vw;
  }
  .cases-merit:first-child {
    margin-top: 0;
  }
  .cases-merit__head {
    grid-row: 1/2;
  }
  .cases-merit__label-list {
    display: flex;
    gap: 2.1333333333vw;
  }
  .cases-merit__label-item {
    display: flex;
    align-items: center;
    padding: 0.5333333333vw 3.2vw 0;
    background: #17349c;
    color: #fff;
    font-size: 3.7333333333vw;
  }
  .cases-merit__title {
    margin-top: 2.1333333333vw;
    line-height: 1.5;
    font-size: 5.3333333333vw;
    font-weight: 700;
  }
  .cases-merit__title span {
    color: #e80b66;
    font-size: 6.4vw;
  }
  .cases-merit__link {
    display: block;
    margin-top: 5.3333333333vw;
    color: #17349c;
    font-weight: 700;
    text-align: right;
  }
  .cases-merit__link span {
    display: inline-block;
    position: relative;
    padding: 0 6.4vw 0 9.6vw;
  }
  .cases-merit__link span::before, .cases-merit__link span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .cases-merit__link span::before {
    width: 7.4666666667vw;
    height: 9.3333333333vw;
    left: 0;
    background: url("../images/cases/ico_point.svg") no-repeat center center/contain;
  }
  .cases-merit__link span::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 0;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .cases-merit__image {
    grid-row: 2/3;
  }
  .cases-point-box {
    margin-top: 8.5333333333vw;
  }
  .cases-point {
    margin-top: 10.6666666667vw;
    padding: 6.4vw;
    border-radius: 16px;
    background: #fff;
  }
  .cases-point:first-child {
    margin-top: 0;
  }
  .cases-point__heading {
    color: #17349c;
    font-size: 4.8vw;
  }
  .cases-point__heading::before {
    content: "";
    display: inline-block;
    width: 9.6vw;
    height: 10.9333333333vw;
    margin-right: 3.7333333333vw;
    transform: translateY(3.7333333333vw);
    background: url("../images/cases/ico_point.svg") no-repeat center center/contain;
  }
  .cases-point__heading span {
    font-size: 5.8666666667vw;
  }
  .cases-point__title {
    margin-top: 4.2666666667vw;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .cases-point__desc {
    margin-top: 5.3333333333vw;
  }
  .cases-point__note {
    position: relative;
    margin-top: 4.2666666667vw;
    padding-left: 1em;
    color: #535353;
    font-size: 3.7333333333vw;
  }
  .cases-point__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .cases-point__sub-title {
    color: #00215c;
    margin-top: 5.3333333333vw;
    font-weight: 700;
  }
  .cases-point__link {
    display: block;
    margin-top: 1.0666666667vw;
    color: #191919;
    font-size: 4vw;
    text-decoration: underline;
  }
  .cases-point__link::after {
    content: "";
    display: inline-block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 1.0666666667vw;
    transform: translateY(0.5333333333vw);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .cases-point__image {
    margin-top: 6.4vw;
  }
  .cases-use-box {
    margin: 8.5333333333vw -5.3333333333vw 0;
  }
  .cases-use {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 5.3333333333vw;
    padding: 6.4vw 5.3333333333vw;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .cases-use:first-child {
    margin-top: 0;
  }
  .cases-use__head {
    display: flex;
    gap: 4.2666666667vw;
    flex: 1;
    align-items: center;
  }
  .cases-use__num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17349c;
    line-height: 1;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .cases-use__num span {
    display: inline-block;
    margin-left: 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
  .cases-use__image {
    width: 20vw;
    margin-top: 2.1333333333vw;
  }
  .cases-use__title {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 4.2666666667vw;
    border-radius: 8px;
    background: #edf3ff;
    line-height: 1.5;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  .cases-use__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -3.7333333333vw;
    width: 4.5333333333vw;
    height: 4vw;
    transform: translateY(-50%);
    background: url("../images/top/bg_cases.svg") no-repeat center center/contain;
  }
  .cases-use__label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.1333333333vw;
    justify-content: center;
    margin-top: 4.2666666667vw;
    padding: 3.2vw;
    background: #f6f6f6;
  }
  .cases-use__label-item {
    display: flex;
    align-items: center;
    padding: 0.5333333333vw 3.2vw 0;
    background: #17349c;
    color: #fff;
    font-size: 3.7333333333vw;
  }
  .cases-use__link {
    margin-top: 4.2666666667vw;
    color: #191919;
    text-align: right;
    text-decoration: underline;
  }
  .cases-use__link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 1.0666666667vw;
    transform: translateY(2px);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    faq SP
  ------------------------------ */
  .faq-section {
    padding-block: 6.4vw;
  }
  .faq-heading {
    font-size: 5.3333333333vw;
    font-weight: 700;
  }
  .faq-heading__image {
    display: inline-block;
    width: 9.6vw;
    margin-right: 2.1333333333vw;
  }
  .faq-heading02 {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .faq-heading02::before {
    content: "";
    display: inline-block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.0666666667vw;
    transform: translateY(-0.5333333333vw);
    border-radius: 50%;
    background: #17349c;
  }
  .faq-sub-section {
    margin-top: 10.6666666667vw;
  }
  .faq-sub-section--close {
    margin-top: 6.4vw;
  }
  .faq-list {
    margin-top: 6.4vw;
    border-bottom: 1px solid #dedede;
  }
  .faq-list__item {
    border-top: 1px solid #dedede;
  }
  .faq-list__link {
    display: block;
    position: relative;
    padding: 4.2666666667vw 6.4vw 6.4vw 0;
  }
  .faq-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .faq-category {
    padding: 4.2666666667vw;
    border: 1px solid #17349c;
  }
  .faq-category__heading {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .faq-category__heading-image {
    display: inline-block;
    width: 8vw;
    margin-right: 1.0666666667vw;
  }
  .faq-category-list {
    margin-top: 4.2666666667vw;
  }
  .faq-category-list__item {
    margin-top: 4.2666666667vw;
  }
  .faq-category-list__item:first-child {
    margin-top: 0;
  }
  .faq-category-list__link {
    display: inline-block;
    position: relative;
    padding-right: 6.4vw;
    font-weight: 700;
  }
  .faq-category-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    footer SP
  ------------------------------ */
  .footer {
    background: #fff;
  }
  .footer-top__link {
    display: block;
    text-decoration: none;
  }
  .footer-top__image-area {
    position: relative;
    height: 220px;
    background: linear-gradient(rgba(23, 52, 156, 0.5), rgba(23, 52, 156, 0.5)), url("../images/bg_footer_sp.webp") no-repeat center/cover;
  }
  .footer-top__image {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-top__image img {
    width: 130px;
    height: 254px;
  }
  .footer-top__list {
    display: none;
  }
  .footer-top__text {
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__copy-area {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 8.5333333333vw 5.3333333333vw;
    background: #edf3ff;
  }
  .footer-top__copy {
    margin: 0;
    color: #191919;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__copy-sub {
    display: block;
  }
  .footer-top__button-box {
    width: 100%;
    margin-top: 4.2666666667vw;
  }
  .footer-top__button {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    padding: 18px 32px 16px;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .footer-top__button::before {
    content: "\e5e1";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-family: "Material Symbols Outlined";
    font-size: 16px;
    font-weight: 400;
  }
  .footer-button {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top: 4.2666666667vw;
    padding: 18px 32px 16px;
    transition: background-color 0.3s all;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .footer-button::before {
    content: "";
    position: absolute;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 50%;
    right: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-button:first-child {
    margin-top: 0;
  }
  .footer-button--user {
    background: #08b5ae;
  }
  .footer-bottom__inner {
    padding: 8.5333333333vw 5.3333333333vw;
  }
  .footer-bottom__logo {
    width: 42.6666666667vw;
    margin: 0 auto;
  }
  .footer-bottom__button-box {
    margin-top: 8.5333333333vw;
  }
  .footer-bottom__text {
    margin: 8.5333333333vw 0 0;
    font-size: 3.7333333333vw;
  }
  .footer-bottom__text:first-child {
    margin-top: 0;
  }
  .footer-bottom__copyright {
    padding: 1.6vw;
    background: #08b5ae;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
  .footer-menu-list {
    margin-top: 8.5333333333vw;
    padding: 6.4vw 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .footer-menu-list__item {
    margin-top: 3.2vw;
  }
  .footer-menu-list__item:first-child {
    margin-top: 0;
  }
  .footer-menu-list__link::after {
    content: "";
    display: inline-block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 4.2666666667vw;
    margin-left: 1.0666666667vw;
    transform: translateY(2px);
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-menu-list__link:hover {
    opacity: 0.7;
  }
  /* ------------------------------
    function-intro SP
  ------------------------------ */
  .function-intro-section {
    margin-top: 17.0666666667vw;
  }
  .function-intro-section:first-child {
    margin-top: 0;
  }
  .function-intro-section--close {
    margin-top: 10.6666666667vw;
  }
  .function-intro-section__inner {
    margin: 0 5.3333333333vw;
    padding-top: 10.6666666667vw;
  }
  .function-intro-section__inner--no-padding {
    padding: 0;
  }
  .function-intro-section__inner--padding-bottom {
    padding-bottom: 10.6666666667vw;
  }
  .function-intro-section__detail {
    box-sizing: border-box;
  }
  .function-intro-section__detail--far {
    margin-top: 14.9333333333vw;
  }
  .function-intro-intro-menu-area {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .function-intro-menu-list {
    margin-top: 8.5333333333vw;
  }
  .function-intro-menu-list:first-child {
    margin-top: 0;
  }
  .function-intro-menu-list__item {
    margin-top: 2.1333333333vw;
  }
  .function-intro-menu-list__item:first-child {
    margin-top: 0;
  }
  .function-intro-menu-list__link {
    display: flex;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 4.2666666667vw 9.6vw 4.2666666667vw 14.9333333333vw;
    border: 1px solid #17349c;
    font-weight: 700;
  }
  .function-intro-menu-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.2vw;
    width: 9.6vw;
    height: 9.6vw;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #edf3ff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6.4vw;
  }
  .function-intro-menu-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.2vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  .function-intro-menu-list__link--event::before {
    background-image: url("../images/icon/owner/ico_event_page.svg");
  }
  .function-intro-menu-list__link--ticket::before {
    background-image: url("../images/icon/owner/ico_ticket.svg");
  }
  .function-intro-menu-list__link--payment::before {
    background-image: url("../images/icon/owner/ico_payment.svg");
  }
  .function-intro-menu-list__link--contact::before {
    background-image: url("../images/icon/owner/ico_contact.svg");
  }
  .function-intro-menu-list__link--pr::before {
    background-image: url("../images/icon/owner/ico_pr.svg");
  }
  .function-intro-menu-list__link--sale::before {
    background-image: url("../images/icon/owner/ico_setting02.svg");
  }
  .function-intro-menu-list__link--inquiry::before {
    background-image: url("../images/icon/owner/ico_inquiry.svg");
  }
  .function-intro-menu-list__link--admission::before {
    background-image: url("../images/icon/owner/ico_admission.svg");
  }
  .function-intro-menu-list__link--support::before {
    background-image: url("../images/icon/owner/ico_support.svg");
  }
  .function-intro-menu-list__link--others::before {
    background-image: url("../images/icon/owner/ico_others.svg");
  }
  .function-intro-list {
    padding-bottom: 17.0666666667vw;
  }
  .function-intro-list-section {
    margin-top: 6.4vw;
  }
  .function-intro-list-section + .function-intro-list-section {
    margin-top: 8.5333333333vw;
  }
  .function-intro-list-section__title {
    position: relative;
    padding-left: 3.7333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
  .function-intro-list-section__title::before {
    content: "";
    position: absolute;
    top: 1.8666666667vw;
    left: 0;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-radius: 50%;
    background: #17349c;
  }
  .function-intro-list-section__desc {
    margin-top: 1.0666666667vw;
    padding-left: 3.7333333333vw;
  }
  .function-intro-list-heading {
    position: relative;
    padding: 0.5333333333vw 0 1.0666666667vw 12vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
  }
  .function-intro-list-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9.6vw;
    height: 9.6vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .function-intro-list-heading--event::before {
    background-image: url("../images/icon/owner/ico_event_page.svg");
  }
  .function-intro-list-heading--ticket::before {
    background-image: url("../images/icon/owner/ico_ticket.svg");
  }
  .function-intro-list-heading--payment::before {
    background-image: url("../images/icon/owner/ico_payment.svg");
  }
  .function-intro-list-heading--contact::before {
    background-image: url("../images/icon/owner/ico_contact.svg");
  }
  .function-intro-list-heading--pr::before {
    background-image: url("../images/icon/owner/ico_pr.svg");
  }
  .function-intro-list-heading--sale::before {
    background-image: url("../images/icon/owner/ico_question.svg");
  }
  .function-intro-list-heading--inquiry::before {
    background-image: url("../images/icon/owner/ico_inquiry.svg");
  }
  .function-intro-list-heading--admission::before {
    background-image: url("../images/icon/owner/ico_admission.svg");
  }
  .function-intro-list-heading--support::before {
    background-image: url("../images/icon/owner/ico_support.svg");
  }
  .function-intro-list-heading--others::before {
    background-image: url("../images/icon/owner/ico_others.svg");
  }
  .function-intro-detail {
    box-sizing: border-box;
    width: 100%;
  }
  .function-intro-detail__heading {
    color: #e80b66;
    font-size: 5.8666666667vw;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-detail__lead {
    margin-top: 4.2666666667vw;
  }
  .function-intro-detail__image {
    margin: 8.5333333333vw auto 0;
  }
  .function-intro-detail__image--small {
    width: 73.0666666667vw;
  }
  .function-intro-detail__text {
    font-weight: bold;
  }
  .function-intro-detail-merit {
    margin-top: 8.5333333333vw;
    padding: 6.4vw;
    border: 2px solid #17349c;
    border-radius: 8px;
  }
  .function-intro-detail-merit__heading {
    color: #17349c;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-detail-merit__heading-sub {
    font-size: 3.7333333333vw;
  }
  .function-intro-detail-merit__heading-text {
    font-size: 5.3333333333vw;
  }
  .function-intro-detail-merit__heading-text span {
    position: relative;
  }
  .function-intro-detail-merit__heading-text span::before, .function-intro-detail-merit__heading-text span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.5333333333vw;
    height: 10.6666666667vw;
    border-radius: 50vh;
    background: #0095e2;
  }
  .function-intro-detail-merit__heading-text span::before {
    left: -7.4666666667vw;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .function-intro-detail-merit__heading-text span::after {
    right: -7.4666666667vw;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .function-intro-detail-merit-list {
    margin-top: 6.4vw;
  }
  .function-intro-detail-merit-list__item {
    position: relative;
    margin-top: 5.3333333333vw;
    padding-left: 13.8666666667vw;
    color: #17349c;
    font-weight: 700;
  }
  .function-intro-detail-merit-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9.6vw;
    height: 9.6vw;
    background: url("../images/icon/duo/ico_check.svg") no-repeat center center/contain;
  }
  .function-intro-detail-merit-list__item:first-child {
    margin-top: 0;
  }
  .function-intro-detail-merit-list__item span {
    color: #e80b66;
    font-size: 5.3333333333vw;
  }
  .function-intro-detail-heading {
    box-sizing: border-box;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 6.4vw;
    border-bottom: 2px #17349c solid;
    background: #edf3ff;
    font-size: 5.8666666667vw;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-detail-heading02 {
    font-size: 5.3333333333vw;
  }
  .function-intro-detail-image {
    display: block;
    margin-top: 6.4vw;
  }
  .function-intro-detail-block {
    margin-top: 8.5333333333vw;
  }
  .function-intro-detail-block:first-child {
    margin-top: 0;
  }
  .function-intro-detail-block__heading {
    position: relative;
    padding-left: 13.8666666667vw;
    color: #17349c;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .function-intro-detail-block__heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 9.6vw;
    height: 9.6vw;
    background: url("../images/icon/function/ico_check.svg") no-repeat center center/contain;
  }
  .function-intro-detail-block__heading span {
    color: #e80b66;
    font-size: 6.4vw;
  }
  .function-intro-detail-block__desc {
    margin-top: 4.2666666667vw;
  }
  .function-intro-detail-block__link {
    display: block;
    position: relative;
    margin-top: 4.2666666667vw;
    padding-right: 5.8666666667vw;
    transition: 0.3s all;
    text-align: right;
    text-decoration: underline;
  }
  .function-intro-detail-block__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(6px);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .function-intro-detail-block__wrap {
    margin-bottom: 10.6666666667vw;
  }
  .function-intro-detail-block__wrap:last-child {
    margin-bottom: 0;
  }
  .function-intro-detail-list {
    margin-top: 8.5333333333vw;
  }
  .function-intro-detail-list__item {
    margin-top: 4.2666666667vw;
    transition: 0.3s all;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .function-intro-detail-list__item:first-child {
    margin-top: 0;
  }
  .function-intro-detail-list__link {
    display: flex;
    position: relative;
    gap: 6.4vw;
    align-items: center;
    padding: 6.4vw 12.8vw 6.4vw 6.4vw;
    color: #17349c;
  }
  .function-intro-detail-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.4vw;
    width: 6.4vw;
    height: 6.4vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .function-intro-detail-list__inner {
    display: flex;
    gap: 6.4vw;
    align-items: center;
    padding: 6.4vw;
  }
  .function-intro-detail-list__ico {
    width: 21.3333333333vw;
  }
  .function-intro-detail-list__text {
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .function-intro-detail-panel {
    margin-top: 12.8vw;
  }
  .function-intro-detail-panel:first-child {
    margin-top: 0;
  }
  .function-intro-detail-panel__heading {
    position: relative;
    padding-left: 4.2666666667vw;
    color: #17349c;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .function-intro-detail-panel__heading::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.0666666667vw;
    height: 100%;
    transform: translateX(-0.5333333333vw);
    background-color: #0095e2;
  }
  .function-intro-detail-panel__heading strong {
    color: #e80b66;
    font-size: 6.4vw;
  }
  .function-intro-detail-panel__image {
    width: 100%;
    max-width: 74.6666666667vw;
    margin: 8.5333333333vw auto 0;
  }
  .function-intro-detail-panel__image img {
    object-fit: contain;
    max-width: 74.6666666667vw;
    max-height: 40vw;
  }
  .function-intro-detail-panel__desc {
    margin-top: 8.5333333333vw;
  }
  .function-intro-detail-note {
    margin-top: 2.1333333333vw;
    color: #535353;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .function-intro-detail-note02 {
    margin-top: 2.1333333333vw;
    padding-left: 1em;
    color: #535353;
    font-size: 3.7333333333vw;
    line-height: 1.35;
    text-indent: -1em;
  }
  .function-pay__list {
    margin-bottom: 8vw;
  }
  .function-intro-pay-method {
    margin-top: 8.5333333333vw;
    padding: 6.4vw;
    background: #f6f6f6;
  }
  .function-intro-pay-method__title {
    font-weight: bold;
  }
  .function-intro-pay-list {
    margin-top: 4.2666666667vw;
  }
  .function-intro-pay-list__item {
    display: flex;
    align-items: center;
    margin-top: 4.2666666667vw;
  }
  .function-intro-pay-list__item:first-child {
    margin-top: 0;
  }
  .function-intro-pay-list__icon {
    width: 24vw;
    height: 24vw;
    margin-right: 4.2666666667vw;
  }
  .function-intro-pay-list__text {
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  /* ------------------------------
    header SP
  ------------------------------ */
  .header {
    display: flex;
    position: fixed;
    z-index: 4;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
  .header__logo-box {
    z-index: 5;
    padding: 3.7333333333vw 8.5333333333vw 3.7333333333vw 4.2666666667vw;
    border-radius: 0 0 100px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .is-opened .header__logo-box {
    box-shadow: none;
  }
  .header__logo {
    display: block;
    width: 48vw;
  }
  .header__logo img {
    height: auto;
  }
  .header__nav-box {
    display: flex;
    align-items: center;
    padding: 0 5.3333333333vw;
  }
  .header__login {
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
    width: 11.2vw;
    height: 11.2vw;
    margin-right: 2.1333333333vw;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .is-opened .header__login {
    box-shadow: none;
  }
  .header__login img {
    width: 7.4666666667vw;
  }
  .header__login img:last-child {
    display: none;
  }
  .header__menu {
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: center;
    width: 11.2vw;
    height: 11.2vw;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .is-opened .header__menu {
    box-shadow: none;
  }
  .header__menu span {
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    width: 4.8vw;
    height: 0.5333333333vw;
    border-radius: 50vh;
    background: #191919;
  }
  .header__menu span::before, .header__menu span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    border-radius: 50vh;
    background: #191919;
  }
  .header__menu span::before {
    top: 1.3333333333vw;
  }
  .header__menu span::after {
    bottom: 1.3333333333vw;
  }
  .is-opened .header__menu span {
    background: transparent;
  }
  .is-opened .header__menu span::before {
    top: 50%;
    transform: rotate(135deg);
  }
  .is-opened .header__menu span::after {
    top: 50%;
    transform: rotate(-135deg);
  }
  .header-nav {
    position: fixed;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    width: 100vw;
    height: 100dvh;
    margin-right: 6.4vw;
    padding: 20.2666666667vw 5.3333333333vw 0;
    transition: 0.3s all;
    background: #fff;
  }
  .is-opened .header-nav {
    left: 0;
  }
  .header-nav__link {
    display: block;
    margin-top: 6.4vw;
  }
  .header-nav__link:first-child {
    margin-top: 0;
  }
  .header-nav__link::before {
    content: "";
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
    transform: translateY(4px);
    background: no-repeat center center/contain;
  }
  .header-nav__link--top::before {
    background-image: url("../images/icon/owner/ico_home.svg");
  }
  .header-nav__link--function::before {
    background-image: url("../images/icon/owner/ico_setting.svg");
  }
  .header-nav__link--cases::before {
    background-image: url("../images/icon/owner/ico_idea.svg");
  }
  .header-nav__link--faq::before {
    background-image: url("../images/icon/owner/ico_message.svg");
  }
  .header-nav__link--info::before {
    background-image: url("../images/icon/owner/ico_notifications.svg");
  }
  .header-nav__link--download {
    padding-top: 6.4vw;
    border-top: 1px solid #dedede;
    text-decoration: underline;
  }
  .header-nav__link--download::before {
    background-image: url("../images/icon/black/ico_download.svg");
  }
  .header-nav__button {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 16vw;
    margin-top: 10.6666666667vw;
    padding: 3.7333333333vw 2.1333333333vw;
    border: 1px solid transparent;
    gap: 2.1333333333vw;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .header-nav__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    heading SP
  ------------------------------ */
  .heading {
    font-size: 5.8666666667vw;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
  }
  .heading::after {
    content: "";
    display: block;
    height: 2px;
    width: 12vw;
    margin: 2.1333333333vw auto 0;
    background: #08b5ae;
  }
  .heading--owner::after {
    background: #17349c;
  }
  .heading--function {
    margin-bottom: 40px;
    padding: 40px;
    border-bottom: 2px solid #17349c;
    background: #edf3ff;
    font-size: 24px;
  }
  .heading--function::after {
    content: none;
  }
  .heading__en {
    display: block;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  /* ------------------------------
    hero SP
  ------------------------------ */
  .hero {
    position: relative;
    padding-top: 21.3333333333vw;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: url("../images/bg_hero_sp.webp") no-repeat center center/cover;
  }
  .hero__inner {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
    padding: 0 5.3333333333vw;
  }
  .hero__image {
    width: 42.6666666667vw;
    margin: 0 0 -21.3333333333vw 12.8vw;
  }
  .hero__contents {
    position: relative;
    margin-bottom: 21.3333333333vw;
    padding: 6.4vw;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .hero__headline {
    font-size: 5.8666666667vw;
    text-align: center;
  }
  .hero__headline span {
    display: block;
    margin-top: 2.1333333333vw;
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
  .hero__button-box {
    margin-top: 4.2666666667vw;
  }
  .hero__button {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top: 4.2666666667vw;
    padding: 18px 32px 16px;
    transition: background-color 0.3s all;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .hero__button::before {
    content: "";
    position: absolute;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 50%;
    right: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .hero__achievements {
    display: flex;
    position: absolute;
    right: 12.8vw;
    bottom: -41.6vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 37.3333333333vw;
    height: 37.3333333333vw;
    background: url("../images/top/bg_achievements.svg") no-repeat center center/cover;
    color: #fff;
    font-weight: 700;
  }
  .hero__achievements-title {
    position: relative;
    font-size: 3.7333333333vw;
  }
  .hero__achievements-title::before, .hero__achievements-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 14px;
    border-radius: 50vh;
    background: #fff;
  }
  .hero__achievements-title::before {
    left: -8px;
    transform: translateY(-50%) rotate(-25deg);
    transform-origin: left;
  }
  .hero__achievements-title::after {
    right: -8px;
    transform: translateY(-50%) rotate(25deg);
    transform-origin: right;
  }
  .hero__achievements-num {
    font-size: 9.0666666667vw;
    line-height: 1;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
  }
  .hero__achievements-num span {
    display: inline-block;
    width: 8vw;
    margin-left: 4px;
    font-size: 3.7333333333vw;
    text-shadow: none;
  }
  .hero-heading {
    position: relative;
    padding-bottom: 6.4vw;
  }
  .hero-heading::before {
    content: "";
    position: absolute;
    bottom: 2.4vw;
    left: 4.2666666667vw;
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    opacity: 0.9;
    background: #ffca91;
    filter: blur(8vw);
  }
  .hero-heading::after {
    content: "";
    position: absolute;
    right: 10.6666666667vw;
    bottom: 11.2vw;
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    opacity: 0.9;
    background: #eeffc4;
    filter: blur(8vw);
  }
  .hero-heading__inner {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
  }
  .hero-heading__inner::before {
    content: "";
    position: absolute;
    top: 5.3333333333vw;
    left: 50%;
    width: 40vw;
    height: 40vw;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.9;
    background: #fff;
    filter: blur(18.6666666667vw);
  }
  .hero-heading__icon {
    display: inline-block;
    position: relative;
    width: 11.2vw;
    height: 11.2vw;
  }
  .hero-heading__sub-title {
    position: relative;
    margin-top: -1.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    text-align: center;
  }
  .hero-heading__sub-title::before, .hero-heading__sub-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    background: #191919;
  }
  .hero-heading__sub-title::before {
    left: -2.6666666667vw;
    transform: translate(-100%, -50%);
  }
  .hero-heading__sub-title::after {
    right: -2.6666666667vw;
    transform: translate(100%, -50%);
  }
  .hero-heading__title {
    position: relative;
    margin-top: 1.0666666667vw;
    color: #17349c;
    font-size: 7.4666666667vw;
    font-weight: 700;
    text-align: center;
  }
  /* ------------------------------
    text SP
  ------------------------------ */
  .text {
    margin-top: 6.4vw;
  }
  .text:first-child {
    margin-top: 0;
  }
  .text--far {
    margin-top: 8.5333333333vw;
  }
  .text-note {
    margin: 2.1333333333vw 0 0;
    padding-left: 1.2em;
    color: #535353;
    font-size: 3.7333333333vw;
    line-height: 1.35;
    text-indent: -1.2em;
  }
  .text-note:first-child {
    margin-bottom: 0;
  }
  .text-note::before {
    content: "※";
    margin-right: 0.2em;
  }
  .text-link {
    color: #17349c;
    text-decoration: underline;
  }
  /* ------------------------------
    top SP
  ------------------------------ */
  .top-about__box {
    display: flex;
    gap: 8.5333333333vw;
    flex-direction: column;
    align-items: center;
    margin-top: 8.5333333333vw;
  }
  .top-about__text {
    order: 2;
  }
  .top-about-text-list__item {
    margin-top: 2.1333333333vw;
    color: #08b5ae;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1;
  }
  .top-about-text-list__item::before {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 8vw;
    margin-right: 1.0666666667vw;
    transform: translateY(1.8666666667vw);
    background: url("../images/icon/user/ico_check.svg") no-repeat center center/contain;
  }
  .top-about-text-list__item:first-child {
    margin-top: 0;
  }
  .top-about-merit-list {
    display: flex;
    justify-content: center;
    order: 3;
    gap: 3.2vw;
  }
  .top-about-merit-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top-about-merit-list__icon {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    margin: 0 auto;
  }
  .top-about-merit-list__text {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .top-about-merit-list__text span {
    display: block;
    color: #e80b66;
  }
  .top-feature__section {
    margin-top: 10.6666666667vw;
  }
  .top-feature__section:first-child {
    margin-top: 0;
  }
  .top-feature__heading {
    font-size: 5.3333333333vw;
    text-align: center;
  }
  .top-feature__heading sup {
    display: inline-block;
    margin-left: 1.0666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
  .top-feature__heading-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    margin: 0 auto 2.1333333333vw;
    border-radius: 50%;
    background: #17349c;
    color: #fff;
  }
  .top-feature-cases-box {
    margin-top: 6.4vw;
  }
  .top-feature-case {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 4.2666666667vw;
  }
  .top-feature-case:first-child {
    margin-top: 0;
  }
  .top-feature-case__heading {
    padding: 2.1333333333vw;
    border-radius: 8px 8px 0 0;
    background: #17349c;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
  }
  .top-feature-case__body {
    display: flex;
    flex: 1;
    gap: 2.1333333333vw;
    align-items: flex-end;
    justify-content: center;
    padding: 4.2666666667vw;
    border-radius: 0 0 8px 8px;
    background: #fff;
  }
  .top-feature-case__body--free {
    gap: 4.2666666667vw;
    align-items: center;
  }
  .top-feature-case__bottom {
    display: flex;
    align-items: center;
    margin-top: 2.1333333333vw;
  }
  .top-feature-case__title {
    text-align: center;
  }
  .top-feature-case__desc span {
    color: #e80b66;
    font-size: 5.8666666667vw;
    font-weight: 700;
  }
  .top-feature-case__num {
    font-size: 5.8666666667vw;
    font-weight: 700;
    line-height: 1;
  }
  .top-feature-case__num--attention {
    position: relative;
    color: #e80b66;
  }
  .top-feature-case__num--attention::before {
    content: "";
    position: absolute;
    top: -2.1333333333vw;
    right: 0;
    width: 8.5333333333vw;
    height: 6.4vw;
    background: url("../images/icon/attention/ico_point.svg") no-repeat center center/contain;
  }
  .top-feature-case__num span {
    display: inline-block;
    margin-right: 1.0666666667vw;
    font-size: 12.8vw;
  }
  .top-feature-case__body--free .top-feature-case__num span {
    font-size: 14.9333333333vw;
  }
  .top-feature-case__icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .top-feature-case__arrow {
    width: 10.6666666667vw;
    height: 9.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .top-feature-icon-list {
    display: flex;
    gap: 4.2666666667vw;
    margin-top: 6.4vw;
  }
  .top-feature-icon-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 50%;
    background: #fff;
  }
  .top-feature-icon-list__icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .top-feature-icon-list02 {
    display: flex;
    width: 100%;
    margin-top: 6.4vw;
    padding: 3.7333333333vw 0;
    border-radius: 8px;
    background: #fff;
  }
  .top-feature-icon-list02__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #17349c;
  }
  .top-feature-icon-list02__item:first-child {
    border: 0;
  }
  .top-feature-icon-list02__icon {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
  .top-feature-icon-list02__text {
    margin-top: 2.1333333333vw;
    color: #17349c;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .top-function__sub-lead {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 6.4vw;
  }
  .top-function__sub-lead::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -3.2vw;
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    transform: translateX(50%);
    background: url("../images/icon/owner/ico_triangle.svg") no-repeat center center/contain;
  }
  .top-function__sub-lead span {
    display: inline-block;
    padding: 2.1333333333vw 6.4vw;
    border-radius: 50vh;
    background: #17349c;
    color: #fff;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .top-function__lead {
    position: relative;
    margin-top: 4.2666666667vw;
    color: #17349c;
    font-size: 5.3333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .top-function__lead::before, .top-function__lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 10.6666666667vw;
    border-radius: 50vh;
    background: #17349c;
  }
  .top-function__lead::before {
    left: 2.1333333333vw;
    transform: translateY(-40%) rotate(-35deg);
    transform-origin: left;
  }
  .top-function__lead::after {
    right: 2.1333333333vw;
    transform: translateY(-40%) rotate(35deg);
    transform-origin: right;
  }
  .top-function-list {
    margin-top: 6.4vw;
  }
  .top-function-list__item {
    display: flex;
    box-sizing: border-box;
    gap: 4.2666666667vw;
    align-items: center;
    margin-top: 4.2666666667vw;
    padding: 4.2666666667vw;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .top-function-list__item:first-child {
    margin-top: 0;
  }
  .top-function-list__icon {
    flex-shrink: 0;
    width: 18.6666666667vw;
    height: 14.6666666667vw;
  }
  .top-function-list__title {
    font-weight: 700;
  }
  .top-function-list__desc {
    margin-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .top-function-list__desc span {
    color: #e80b66;
    font-weight: 700;
  }
  .top-flow-list {
    margin-top: 6.4vw;
  }
  .top-flow-list__item {
    display: flex;
    position: relative;
    gap: 4.2666666667vw;
    align-items: center;
    margin-top: 6.4vw;
  }
  .top-flow-list__item::after {
    content: "";
    position: absolute;
    top: -6.4vw;
    left: 13.3333333333vw;
    width: 3px;
    height: 8.5333333333vw;
    transform: translateX(-50%);
    background: #fff;
  }
  .top-flow-list__item:first-child {
    margin-top: 0;
  }
  .top-flow-list__item:first-child::after {
    content: none;
  }
  .top-flow-list__step {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 50%;
    background: #fff;
    gap: 2.1333333333vw;
  }
  .top-flow-list__num {
    color: #17349c;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1;
  }
  .top-flow-list__num span {
    display: inline-block;
    margin-left: 1.0666666667vw;
    font-size: 5.3333333333vw;
  }
  .top-flow-list__icon {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .top-flow-list__title {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .top-flow-list__desc {
    margin-top: 1.0666666667vw;
  }
  .top-category-list {
    display: flex;
    gap: 4.2666666667vw 2.1333333333vw;
    flex-wrap: wrap;
    margin-top: 6.4vw;
  }
  .top-category-list__item {
    width: calc(50% - 1.0666666667vw);
  }
  .top-category-list__link {
    display: block;
  }
  .top-category-list__image {
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .top-category-list__title {
    margin-top: 2.1333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .top-category-label-list {
    display: flex;
    gap: 2.1333333333vw;
    flex-wrap: wrap;
    margin-top: 6.4vw;
  }
  .top-category-label-list__item {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  }
  .top-category-label-list__link {
    display: block;
    padding: 0.8vw 4.2666666667vw 0.5333333333vw;
  }
  .top-cases-list {
    margin: 6.4vw -5.3333333333vw;
  }
  .top-cases-list--far {
    margin-top: 10.6666666667vw;
  }
  .top-cases-list__item {
    margin-top: 6.4vw;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
  .top-cases-list__item:first-child {
    margin-top: 0;
  }
  .top-cases-list__link {
    display: block;
    padding: 6.4vw;
  }
  .top-cases-list__box {
    display: grid;
    grid-template-columns: 20vw 1fr;
    grid-template-rows: auto 1fr;
    gap: 4.2666666667vw;
  }
  .top-cases-list__image-box {
    display: flex;
    grid-column: 1/2;
    grid-row: 1/2;
    flex-direction: column;
    justify-content: center;
  }
  .top-cases-list__num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17349c;
    font-size: 3.7333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .top-cases-list__num span {
    display: inline-block;
    margin-left: 1.0666666667vw;
    font-size: 5.8666666667vw;
  }
  .top-cases-list__image {
    margin-top: 2.1333333333vw;
  }
  .top-cases-list__desc {
    position: relative;
    padding: 4.2666666667vw;
    border-radius: 8px;
    background: #edf3ff;
    font-weight: 700;
  }
  .top-cases-list__desc::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -3.7333333333vw;
    width: 4.5333333333vw;
    height: 4vw;
    transform: translateY(-50%);
    background: url("../images/top/bg_cases.svg") no-repeat center center/contain;
  }
  .top-cases-list__label-list {
    display: flex;
    grid-column: 1/3;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3.2vw;
    background: #f6f6f6;
    gap: 2.1333333333vw;
  }
  .top-cases-list__label-item {
    display: flex;
    align-items: center;
    padding: 0.5333333333vw 2.1333333333vw;
    background: #17349c;
    color: #fff;
    font-size: 3.7333333333vw;
  }
  .top-cases-list__text {
    margin-top: 4.2666666667vw;
    text-align: right;
    text-decoration: underline;
  }
  .top-cases-list__text::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.8vw;
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 1.0666666667vw;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-voice__lead {
    margin-top: 8.5333333333vw;
    font-weight: 700;
    text-align: center;
  }
  .top-voice-list {
    margin-top: 6.4vw;
  }
  .top-voice-list__item {
    margin-top: 4.2666666667vw;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .top-voice-list__item:first-child {
    margin-top: 0;
  }
  .top-voice-list__link {
    display: flex;
    height: 100%;
  }
  .top-voice-list__image {
    width: 26.6666666667vw;
  }
  .top-voice-list__text {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 4.2666666667vw 8.5333333333vw 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .top-voice-list__text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-performance-list {
    display: flex;
    gap: 2.6666666667vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6.4vw;
  }
  .top-performance-list__item {
    height: 9.3333333333vw;
  }
  .top-performance-list__item img {
    width: auto;
  }
  .top-faq-list {
    margin-top: 8.5333333333vw;
    padding-bottom: 4.2666666667vw;
    border-bottom: 1px solid #fff;
  }
  .top-faq-list__item {
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    border-top: 1px solid #fff;
  }
  .top-faq-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .top-faq-list__title {
    display: flex;
    position: relative;
    gap: 4.2666666667vw;
    padding-right: 7.4666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.7;
    cursor: pointer;
  }
  .top-faq-list__title::before, .top-faq-list__title::after {
    content: "";
    position: absolute;
    top: 2.6666666667vw;
    right: 0;
    width: 5.3333333333vw;
    height: 2px;
    transition: 0.3s all;
    border-radius: 50vh;
    background: #191919;
  }
  .top-faq-list__title::after {
    transform: rotate(-90deg);
  }
  .is-open .top-faq-list__title {
    color: #17349c;
  }
  .is-open .top-faq-list__title::before, .is-open .top-faq-list__title::after {
    background: #17349c;
  }
  .is-open .top-faq-list__title::after {
    transform: rotate(-180deg);
  }
  .top-faq-list__title span {
    color: #17349c;
    font-size: 5.3333333333vw;
    line-height: 1.35;
  }
  .top-faq-list__desc {
    display: none;
    margin-top: 3.2vw;
    padding-left: 9.6vw;
  }
  .top-faq-list__button {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 50.6666666667vw;
    margin-top: 6.4vw;
    padding: 2.1333333333vw 2.1333333333vw 1.6vw;
    transition: 0.3s all;
    border: 1px solid #17349c;
    border-radius: 2px;
    color: #17349c;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .top-faq-list__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-faq-list__link-box {
    margin-top: 6.4vw;
  }
  .top-faq-list__link {
    display: block;
    margin-top: 1.0666666667vw;
    text-decoration: underline;
  }
  .top-faq-list__link::after {
    content: "";
    display: inline-block;
    top: 0;
    right: 0;
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 1.0666666667vw;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-faq-list__link:first-child {
    margin-top: 0;
  }
  .top-faq-list__link-inline {
    text-decoration: underline;
  }
  .top-faq-sub-list {
    margin-top: 6.4vw;
  }
  .top-faq-sub-list__item {
    margin-top: 6.4vw;
  }
  .top-faq-sub-list__item:first-child {
    margin-top: 0;
  }
  .top-faq-sub-list__title {
    font-weight: 700;
  }
  .top-faq-sub-list__desc span {
    display: inline-block;
    margin-left: 2.1333333333vw;
  }
  .top-info-list {
    margin-top: 8.5333333333vw;
    padding-bottom: 6.4vw;
    border-bottom: 1px solid #dedede;
  }
  .top-info-list__item {
    margin-top: 4.2666666667vw;
    padding-top: 4.2666666667vw;
    border-top: 1px solid #dedede;
  }
  .top-info-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .top-info-list__link {
    display: block;
  }
  .top-info-list__date {
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  .top-info-list__title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 1.0666666667vw;
    padding-right: 8.5333333333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .top-info-list__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-support__lead {
    margin-top: 8.5333333333vw;
  }
  .top-support-icon-list {
    display: flex;
    gap: 4.2666666667vw;
    justify-content: center;
    margin-top: 8.5333333333vw;
  }
  .top-support-icon-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 50%;
    background: #fff;
  }
  .top-support-icon-list__icon {
    width: 10.6666666667vw;
  }
  .top-support-icon-list__title {
    color: #08b5ae;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  .top-fixed-button {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 4.2666666667vw 8.5333333333vw 4vw;
    transition: 0.3s all;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .top-fixed-button.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .top-fixed-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    transform: translateY(-50%);
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  /* ------------------------------
    icon SP
  ------------------------------ */
  [class^=icon-] {
    flex-shrink: 0;
    font-size: 0;
  }
  .icon-blank {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: 0.3s all;
    background: #17349c;
    mask: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
    font-size: 0;
    vertical-align: text-top;
  }
  /* ------------------------------
    info PC
  ------------------------------ */
  .info-list {
    border-bottom: 1px solid #dedede;
  }
  .info-list__item {
    border-top: 1px solid #dedede;
  }
  .info-list__link {
    display: block;
    position: relative;
    padding: 4.2666666667vw 7.4666666667vw 4.2666666667vw 0;
  }
  .info-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.8vw;
    height: 4.8vw;
    transform: translateY(-50%);
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .info-list__date {
    color: #535353;
    font-size: 3.2vw;
    line-height: 1.35;
  }
  .info-list-more-button {
    display: block;
    position: relative;
    margin: 8.5333333333vw auto 0;
    padding-right: 5.3333333333vw;
    border: 0;
    background: transparent;
    color: #191919;
  }
  .info-list-more-button::before, .info-list-more-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 3.2vw;
    height: 0.5333333333vw;
    transform: translateY(-50%);
    background: #17349c;
  }
  .info-list-more-button::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .info-list-more-button.is-open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .info-list-more-button__add {
    color: #191919;
  }
  .info-list-more-button.is-open .info-list-more-button__add {
    display: none;
  }
  .info-list-more-button__close {
    display: none;
  }
  .info-list-more-button.is-open .info-list-more-button__close {
    display: block;
  }
  .info-detail__date {
    color: #535353;
    font-size: 3.2vw;
  }
  .info-detail__heading {
    font-size: 4.8vw;
    font-weight: 700;
  }
  .info-detail__content {
    margin-top: 6.4vw;
    padding: 6.4vw 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  /* ------------------------------
    voice SP
  ------------------------------ */
  .voice-lead {
    font-weight: 700;
    text-align: center;
  }
  .voice-card {
    position: relative;
    padding-top: 26.6666666667vw;
  }
  .voice-card:first-child {
    padding-top: 17.0666666667vw;
  }
  .voice-card__desc {
    margin-top: 6.4vw;
    padding: 6.4vw 6.4vw 14.9333333333vw;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .voice-card__image-box {
    margin-top: -10.6666666667vw;
  }
  .voice-card__name {
    display: inline-block;
    position: relative;
    bottom: 16px;
    left: 8.5333333333vw;
    color: #fff;
    line-height: 1.35;
    font-size: 3.2vw;
    font-weight: 700;
    text-align: center;
  }
  .voice-card__name::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    width: calc(100% + 12.8vw);
    height: calc(100% + 8vw);
    transform: skewX(-16deg) translate(50%, -50%);
    background: #17349c;
  }
  .voice-card:nth-child(3) .voice-card__name {
    left: 18.1333333333vw;
  }
  .voice-card:nth-child(4) .voice-card__name {
    left: 18.1333333333vw;
  }
  .voice-card__name span {
    position: relative;
  }
  .voice-card-heading {
    position: relative;
    z-index: 1;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
  .voice-card-heading::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -9.6vw;
    left: -2.6666666667vw;
    width: 16vw;
    height: 11.4666666667vw;
    background: url("../images/voice/ico_quotation.svg") no-repeat center center/contain;
  }
  .voice-card:nth-child(even) .voice-card-heading::before {
    background: url("../images/voice/ico_quotation02.svg") no-repeat center center/contain;
  }
  .voice-card-heading__sub {
    display: inline-block;
    position: relative;
    margin-left: 7.4666666667vw;
  }
  .voice-card-heading__sub::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: calc(100% + 14.9333333333vw);
    height: 7.4666666667vw;
    transform: skewX(-16deg) translate(50%, -50%);
    border: 1px solid #71cfff;
  }
  .voice-card:nth-child(even) .voice-card-heading__sub::before {
    border: 1px solid #ffce54;
  }
  .voice-card-heading__num {
    display: inline-block;
    margin-right: 8.5333333333vw;
  }
  .voice-card-heading__tag {
    position: relative;
  }
  .voice-card-heading__tag::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    width: calc(100% + 15.4666666667vw);
    height: 8vw;
    transform: skewX(-16deg) translate(50%, -50%);
    background: #71cfff;
  }
  .voice-card:nth-child(even) .voice-card-heading__tag::before {
    background: #ffce54;
  }
  .voice-card-heading__text {
    margin-top: 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
  .voice-card-heading__text span {
    color: #e80b66;
  }
}
/* 画面サイズが768px以上はここを読み込む */
@media (768px <= width) {
  /* ------------------------------
    base PC
  ------------------------------ */
  html {
    background: #fff;
  }
  html.is-fixed {
    height: 100%;
    overflow-y: scroll;
  }
  body {
    box-sizing: border-box;
    color: #191919;
    font-family: "Hiragino Kaku Gothic Pro", meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    image-rendering: auto;
  }
  .is-fixed body {
    position: fixed;
    width: 100%;
  }
  *:focus-visible {
    border-radius: 4px;
    outline: 4px solid #17349c;
  }
  h1,
  h2,
  h3,
  h4,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
  }
  img {
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    image-rendering: auto;
  }
  ul {
    list-style: none;
  }
  a {
    transition: 0.3s all;
    color: #191919;
    text-decoration: none;
  }
  button {
    transition: 0.3s all;
  }
  button:hover {
    cursor: pointer;
  }
  ::placeholder {
    color: #afafaf;
  }
  .only-sp {
    display: none !important;
  }
  .only-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    pointer-events: none;
  }
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .main {
    flex: 1;
  }
  /* ------------------------------
    layout PC
  ------------------------------ */
  .ly-section {
    padding: 80px 0;
    background: #fff;
  }
  .ly-section--border {
    border-bottom: 1px solid #17349c;
  }
  .ly-section--owner {
    background: #edf3ff;
  }
  .ly-section--owner-border {
    border-bottom: 1px solid #17349c;
    background: #edf3ff;
  }
  .ly-section--user {
    background: #edfaf8;
  }
  .ly-section--no-padding-top {
    padding-top: 0;
  }
  .ly-section--no-padding {
    padding: 0;
  }
  .ly-section--close {
    padding: 64px 0;
  }
  .ly-section__inner {
    width: 670px;
    margin: 0 auto;
  }
  .ly-section__inner--large {
    box-sizing: border-box;
    width: auto;
    max-width: calc(1100px + 64px);
    padding-inline: 32px;
  }
  /* ------------------------------
    button PC
  ------------------------------ */
  .button-primary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #e80b66;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary:hover::before {
    right: 12px;
  }
  .button-primary:hover {
    background: #ffe8f0;
  }
  .button-primary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #08b5ae;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-user:hover::before {
    right: 12px;
  }
  .button-primary-user:hover {
    background: #0b928c;
  }
  .button-primary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
  }
  .button-primary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-primary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-primary-owner:hover::before {
    right: 12px;
  }
  .button-primary-owner:hover {
    background: #00215c;
  }
  .button-secondary {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #e80b66;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #e80b66;
  }
  .button-secondary[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover::before {
    right: 12px;
  }
  .button-secondary::before {
    background: url("../images/icon/attention/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary:hover {
    border-color: #def2ef;
    background: #edfaf8;
  }
  .button-secondary-user {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #08b5ae;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #08b5ae;
  }
  .button-secondary-user[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-user::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover::before {
    right: 12px;
  }
  .button-secondary-user::before {
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-user:hover {
    border-color: #08b5ae;
    background: #def2ef;
  }
  .button-secondary-owner {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    min-height: 60px;
    padding: 17px 36px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    color: #17349c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    gap: 8px;
    border: 1px solid #17349c;
  }
  .button-secondary-owner[aria-disabled=true] {
    background: #afafaf;
    color: #dedede;
    pointer-events: none;
  }
  .button-secondary-owner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover::before {
    right: 12px;
  }
  .button-secondary-owner::before {
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .button-secondary-owner:hover {
    background: #f5f9ff;
  }
  .button-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 32px;
    gap: 24px;
  }
  .button-box--close {
    margin-top: 24px;
  }
  /* ------------------------------
    cases PC
  ------------------------------ */
  .cases-section {
    padding: 40px 0 64px;
  }
  .cases-section__lead {
    font-weight: 700;
    text-align: center;
  }
  .cases-intro {
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    gap: 40px;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .cases-intro__image-box {
    width: 160px;
  }
  .cases-intro__num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17349c;
    line-height: 1;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .cases-intro__num span {
    display: inline-block;
    margin-left: 8px;
    font-size: 50px;
  }
  .cases-intro__name {
    margin-top: 4px;
    color: #17349c;
    font-weight: 700;
  }
  .cases-intro__image {
    width: 160px;
    margin-top: 16px;
  }
  .cases-intro__title {
    position: relative;
    margin-top: 16px;
    padding: 24px;
    border-radius: 8px;
    background: #edf3ff;
    line-height: 1.5;
    color: #17349c;
    font-size: 24px;
    font-weight: 700;
  }
  .cases-intro__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: -14px;
    width: 17px;
    height: 15px;
    background: url("../images/top/bg_cases.svg") no-repeat center center/contain;
  }
  .cases-intro__desc {
    margin-top: 16px;
  }
  .cases-intro__label-list {
    display: flex;
    gap: 8px;
  }
  .cases-intro__label-item {
    display: flex;
    align-items: center;
    padding: 2px 12px 0;
    background: #17349c;
    color: #fff;
    font-size: 14px;
  }
  .cases-merit-box {
    margin-top: 64px;
  }
  .cases-merit {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 16px 56px;
    margin-top: 80px;
  }
  .cases-merit:first-child {
    margin-top: 0;
  }
  /* ------------------------------
    faq PC
  ------------------------------ */
  /* ------------------------------
    footer PC
  ------------------------------ */
  /* ------------------------------
    function-intro PC
  ------------------------------ */
  /* ------------------------------
    header PC
  ------------------------------ */
  /* ------------------------------
    heading PC
  ------------------------------ */
  /* ------------------------------
    hero PC
  ------------------------------ */
  /* ------------------------------
    text PC
  ------------------------------ */
  /* ------------------------------
    top PC
  ------------------------------ */
  /* ------------------------------
    icon PC
  ------------------------------ */
  /* ------------------------------
    info PC
  ------------------------------ */
  /* ------------------------------
    voice PC
  ------------------------------ */
}
@media (768px <= width) and (width < 1000px) {
  .cases-merit {
    gap: 16px 24px;
  }
}
@media (768px <= width) {
  .cases-merit__head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .cases-merit:nth-child(even) .cases-merit__head {
    grid-column: 2/3;
  }
  .cases-merit__label-list {
    display: flex;
    gap: 8px;
  }
  .cases-merit__label-item {
    display: flex;
    align-items: center;
    padding: 2px 12px 0;
    background: #17349c;
    color: #fff;
    font-size: 14px;
  }
  .cases-merit__title {
    margin-top: 8px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
  }
  .cases-merit__title span {
    color: #e80b66;
    font-size: 28px;
  }
  .cases-merit__link {
    display: block;
    margin: 16px 0 0 auto;
    width: fit-content;
    color: #17349c;
    font-weight: 700;
  }
  .cases-merit__link span {
    display: inline-block;
    position: relative;
    transition: 0.3s all;
    padding: 0 24px 0 36px;
  }
  .cases-merit__link span::before, .cases-merit__link span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
  }
  .cases-merit__link span::before {
    width: 28px;
    height: 35px;
    left: 0;
    background: url("../images/cases/ico_point.svg") no-repeat center center/contain;
  }
  .cases-merit__link span::after {
    width: 16px;
    height: 16px;
    right: 0;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .cases-merit__link:hover span {
    text-decoration: underline;
  }
  .cases-merit__link:hover span::after {
    right: -4px;
  }
  .cases-merit__image {
    display: flex;
    align-items: center;
    grid-column: 2/3;
    grid-row: 1/3;
    width: 544px;
  }
  .cases-merit:nth-child(even) .cases-merit__image {
    grid-column: 1/2;
  }
}
@media (768px <= width) and (width < 1000px) {
  .cases-merit__image {
    width: 296px;
  }
}
@media (768px <= width) {
  .cases-point-box {
    margin-top: 64px;
  }
  .cases-point {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
    border-radius: 16px;
    background: #fff;
  }
  .cases-point:first-child {
    margin-top: 0;
  }
}
@media (768px <= width) and (width < 1000px) {
  .cases-point {
    gap: 32px 16px;
  }
}
@media (768px <= width) {
  .cases-point__heading {
    color: #17349c;
    font-size: 18px;
  }
  .cases-point__heading::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 41px;
    margin-right: 14px;
    transform: translateY(14px);
    background: url("../images/cases/ico_point.svg") no-repeat center center/contain;
  }
  .cases-point__heading span {
    font-size: 24px;
  }
  .cases-point__title {
    margin-top: 16px;
    font-size: 22px;
    font-weight: 700;
  }
  .cases-point__desc {
    margin-top: 20px;
  }
  .cases-point__note {
    position: relative;
    margin-top: 16px;
    padding-left: 1em;
    color: #535353;
    font-size: 14px;
  }
  .cases-point__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .cases-point__sub-title {
    color: #00215c;
    margin-top: 20px;
    font-weight: 700;
  }
  .cases-point__link {
    display: block;
    width: fit-content;
    margin-top: 4px;
    transition: 0.3s all;
    color: #191919;
    text-decoration: underline;
  }
  .cases-point__link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .cases-point__link:hover {
    color: #17349c;
    text-decoration: none;
  }
  .cases-point__link:hover::after {
    transform: translate(4px, 2px);
  }
  .cases-point__image {
    flex-shrink: 0;
    width: 500px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .cases-point__image {
    width: 280px;
  }
}
@media (768px <= width) {
  .cases-use-box {
    margin-top: 32px;
    display: flex;
    gap: 24px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .cases-use-box {
    display: block;
  }
}
@media (768px <= width) {
  .cases-use {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc((100% - 48px) / 3);
    padding: 24px 20px;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
}
@media (768px <= width) and (width < 1000px) {
  .cases-use {
    width: 100%;
    margin-top: 20px;
  }
  .cases-use:first-child {
    margin-top: 0;
  }
}
@media (768px <= width) {
  .cases-use__head {
    display: flex;
    gap: 16px;
    flex: 1;
    align-items: center;
  }
  .cases-use__num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17349c;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .cases-use__num span {
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
  }
  .cases-use__image {
    width: 75px;
    margin-top: 8px;
  }
  .cases-use__title {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 16px;
    border-radius: 8px;
    background: #edf3ff;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 700;
  }
}
@media (768px <= width) and (width < 1000px) {
  .cases-use__title {
    flex: 1;
  }
}
@media (768px <= width) {
  .cases-use__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -14px;
    width: 17px;
    height: 15px;
    transform: translateY(-50%);
    background: url("../images/top/bg_cases.svg") no-repeat center center/contain;
  }
  .cases-use__label-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
    padding: 12px;
    background: #f6f6f6;
  }
  .cases-use__label-item {
    display: flex;
    align-items: center;
    padding: 2px 12px 0;
    background: #17349c;
    color: #fff;
    font-size: 14px;
  }
  .cases-use__link {
    margin-top: 16px;
    transition: 0.3s all;
    color: #191919;
    text-align: right;
    text-decoration: underline;
  }
  .cases-use__link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transform: translateY(2px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .cases-use__link:hover {
    color: #17349c;
    text-decoration: none;
  }
  .cases-use__link:hover::after {
    transform: translate(4px, 2px);
  }
  .faq-heading {
    font-size: 22px;
    font-weight: 700;
  }
  .faq-heading__image {
    display: inline-block;
    width: 48px;
    margin-right: 8px;
  }
  .faq-heading02 {
    font-size: 18px;
    font-weight: 700;
  }
  .faq-heading02::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    transform: translateY(-2px);
    border-radius: 50%;
    background: #17349c;
  }
  .faq-sub-section {
    margin-top: 80px;
  }
  .faq-sub-section--close {
    margin-top: 32px;
  }
  .faq-list {
    margin-top: 32px;
    border-bottom: 1px solid #dedede;
  }
  .faq-list__item {
    border-top: 1px solid #dedede;
  }
  .faq-list__link {
    display: block;
    position: relative;
    padding: 24px 40px 24px 0;
  }
  .faq-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .faq-list__link:hover {
    color: #17349c;
    text-decoration: none;
  }
  .faq-list__link:hover::before {
    right: -4px;
  }
  .faq-category {
    padding: 16px;
    border: 1px solid #17349c;
  }
  .faq-category__heading {
    font-size: 18px;
    font-weight: 700;
  }
  .faq-category__heading-image {
    display: inline-block;
    width: 32px;
    margin-right: 4px;
  }
  .faq-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
  }
  .faq-category-list__item {
    width: calc(50% + 8px);
  }
  .faq-category-list__item:nth-child(even) {
    width: calc(50% - 24px);
  }
  .faq-category-list__link {
    display: inline-block;
    position: relative;
    padding-right: 24px;
    font-size: 15px;
    font-weight: 700;
  }
  .faq-category-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  .faq-category-list__link:hover {
    color: #17349c;
    text-decoration: none;
  }
  .faq-category-list__link:hover::before {
    top: calc(50% + 4px);
  }
  .footer {
    background: #fff;
  }
  .footer-top__link {
    display: block;
    text-decoration: none;
  }
  .footer-top__image-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 40px 40px;
    background: linear-gradient(rgba(23, 52, 156, 0.5), rgba(23, 52, 156, 0.5)), url("../images/bg_footer_pc.webp") no-repeat center/cover;
  }
  .footer-top__image {
    flex-shrink: 0;
  }
  .footer-top__image img {
    width: 142px;
    height: 280px;
  }
  .footer-top__list {
    display: flex;
    flex: 1;
    max-width: 640px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-top__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 30px;
    border-left: 1px solid #fff;
  }
  .footer-top__item:first-child {
    border-left: 0;
  }
  .footer-top__icon {
    width: 80px;
    height: 80px;
  }
  .footer-top__text {
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__copy-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background: #edf3ff;
  }
  .footer-top__copy {
    margin: 0;
    color: #191919;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .footer-top__copy-sub {
    display: block;
    font-size: 18px;
  }
  .footer-top__button-box {
    margin-top: 16px;
  }
  .footer-button {
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 350px;
    min-height: 60px;
    padding: 18px 32px 16px;
    transition: 0.3s all;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .footer-button::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-button:hover {
    background-color: #00215c;
  }
  .footer-button:hover::before {
    right: 12px;
  }
  .footer-button--small {
    width: 300px;
  }
  .footer-button--user {
    width: 300px;
    background: #08b5ae;
  }
  .footer-button--user:hover {
    background-color: #0b928c;
  }
  .footer-bottom__inner {
    padding: 40px 32px;
  }
  .footer-bottom__logo {
    width: 250px;
    margin: 0 auto;
  }
  .footer-bottom__button-box {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 32px;
  }
  .footer-bottom__text {
    margin: 24px 0 0;
    font-size: 14px;
    text-align: center;
  }
  .footer-bottom__text:first-child {
    margin-top: 0;
  }
  .footer-bottom__copyright {
    padding: 6px;
    background: #08b5ae;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .footer-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
    margin-top: 32px;
    padding: 24px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .footer-menu-list__link {
    position: relative;
    padding-right: 20px;
    transition: opacity 0.3s all;
    text-decoration: none;
  }
  .footer-menu-list__link::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    transition: 0.3s all;
    background: url("../images/icon/black/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .footer-menu-list__link:hover {
    color: #08b5ae;
    text-decoration: underline;
  }
  .footer-menu-list__link:hover::after {
    right: -4px;
    background: url("../images/icon/user/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .function-intro-section {
    margin-top: 100px;
  }
  .function-intro-section:first-child {
    margin-top: 0;
  }
  .function-intro-section--close {
    margin-top: 64px;
  }
  .function-intro-section__inner {
    box-sizing: border-box;
    max-width: calc(1100px + 64px);
    margin: 0 auto;
    padding: 64px 32px 0;
  }
  .function-intro-section__inner--no-padding {
    padding-top: 0;
  }
  .function-intro-section__inner--padding-bottom {
    padding-bottom: 100px;
  }
  .function-intro-section__detail {
    display: flex;
    gap: 56px;
    align-items: center;
  }
}
@media (768px <= width) and (width < 1000px) {
  .function-intro-section__detail {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (768px <= width) {
  .function-intro-section__detail--far {
    margin-top: 56px;
  }
  .function-intro-section__detail--reverse {
    flex-direction: row-reverse;
  }
  .function-intro-intro-menu-area {
    max-width: 1100px;
    margin-inline: auto;
    padding: 64px 40px;
  }
  .function-intro-menu-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
    gap: 16px;
  }
  .function-intro-menu-list__link {
    display: flex;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 18px 40px 17px 64px;
    border: 1px solid #17349c;
    font-weight: 700;
  }
  .function-intro-menu-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    transition: 0.3s all;
    border-radius: 50%;
    background-color: #edf3ff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
  }
  .function-intro-menu-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_down.svg") no-repeat center center/contain;
  }
  .function-intro-menu-list__link:hover {
    background: #f5f9ff;
  }
  .function-intro-menu-list__link:hover::after {
    top: 54%;
  }
  .function-intro-menu-list__link--event::before {
    background-image: url("../images/icon/owner/ico_event_page.svg");
  }
  .function-intro-menu-list__link--ticket::before {
    background-image: url("../images/icon/owner/ico_ticket.svg");
  }
  .function-intro-menu-list__link--payment::before {
    background-image: url("../images/icon/owner/ico_payment.svg");
  }
  .function-intro-menu-list__link--contact::before {
    background-image: url("../images/icon/owner/ico_contact.svg");
  }
  .function-intro-menu-list__link--pr::before {
    background-image: url("../images/icon/owner/ico_pr.svg");
  }
  .function-intro-menu-list__link--sale::before {
    background-image: url("../images/icon/owner/ico_setting02.svg");
  }
  .function-intro-menu-list__link--inquiry::before {
    background-image: url("../images/icon/owner/ico_inquiry.svg");
  }
  .function-intro-menu-list__link--admission::before {
    background-image: url("../images/icon/owner/ico_admission.svg");
  }
  .function-intro-menu-list__link--support::before {
    background-image: url("../images/icon/owner/ico_support.svg");
  }
  .function-intro-menu-list__link--others::before {
    background-image: url("../images/icon/owner/ico_others.svg");
  }
  .function-intro-list {
    padding-bottom: 80px;
  }
  .function-intro-list-section {
    margin-top: 32px;
  }
  .function-intro-list-section__title {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    font-weight: 700;
  }
  .function-intro-list-section__title::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #17349c;
  }
  .function-intro-list-section__desc {
    margin-top: 4px;
    padding-left: 14px;
  }
  .function-intro-list-heading {
    position: relative;
    padding: 6px 0 5px 56px;
    font-size: 22px;
    font-weight: 700;
  }
  .function-intro-list-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .function-intro-list-heading--event::before {
    background-image: url("../images/icon/owner/ico_event_page.svg");
  }
  .function-intro-list-heading--ticket::before {
    background-image: url("../images/icon/owner/ico_ticket.svg");
  }
  .function-intro-list-heading--payment::before {
    background-image: url("../images/icon/owner/ico_payment.svg");
  }
  .function-intro-list-heading--contact::before {
    background-image: url("../images/icon/owner/ico_contact.svg");
  }
  .function-intro-list-heading--pr::before {
    background-image: url("../images/icon/owner/ico_pr.svg");
  }
  .function-intro-list-heading--sale::before {
    background-image: url("../images/icon/owner/ico_question.svg");
  }
  .function-intro-list-heading--inquiry::before {
    background-image: url("../images/icon/owner/ico_inquiry.svg");
  }
  .function-intro-list-heading--admission::before {
    background-image: url("../images/icon/owner/ico_admission.svg");
  }
  .function-intro-list-heading--support::before {
    background-image: url("../images/icon/owner/ico_support.svg");
  }
  .function-intro-list-heading--others::before {
    background-image: url("../images/icon/owner/ico_others.svg");
  }
  .function-intro-detail__heading {
    color: #e80b66;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-detail__lead {
    margin-top: 16px;
  }
  .function-intro-detail__image {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 460px;
  }
  .function-intro-detail__image--small {
    width: 350px;
  }
  .function-intro-detail__image--large {
    width: 500px;
  }
  .function-intro-detail__image img {
    width: 100%;
  }
  .function-intro-detail__text {
    margin-bottom: 40px;
    font-weight: bold;
    text-align: center;
  }
  .function-intro-detail-merit {
    margin-top: 32px;
    padding: 24px;
    border: 2px solid #17349c;
    border-radius: 8px;
  }
  .function-intro-detail-merit__heading {
    color: #17349c;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-detail-merit__heading-sub {
    font-size: 14px;
  }
  .function-intro-detail-merit__heading-text {
    font-size: 22px;
  }
  .function-intro-detail-merit__heading-text span {
    position: relative;
  }
  .function-intro-detail-merit__heading-text span::before, .function-intro-detail-merit__heading-text span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 40px;
    border-radius: 50vh;
    background: #0095e2;
  }
  .function-intro-detail-merit__heading-text span::before {
    left: -28px;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .function-intro-detail-merit__heading-text span::after {
    right: -28px;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .function-intro-detail-merit-list {
    margin-top: 24px;
  }
  .function-intro-detail-merit-list__item {
    position: relative;
    margin-top: 24px;
    padding-left: 52px;
    color: #17349c;
    font-weight: 700;
  }
  .function-intro-detail-merit-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../images/icon/duo/ico_check.svg") no-repeat center center/contain;
  }
  .function-intro-detail-merit-list__item:first-child {
    margin-top: 0;
  }
  .function-intro-detail-merit-list__item span {
    color: #e80b66;
    font-size: 22px;
  }
  .function-intro-detail-heading {
    padding: 40px;
    border-bottom: 2px #17349c solid;
    background: #edf3ff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-detail-heading02 {
    font-size: 22px;
  }
  .function-intro-detail-image {
    display: block;
    margin-top: 32px;
  }
  .function-intro-detail-image--small {
    width: 374px;
    margin-inline: auto;
  }
  .function-intro-detail-block {
    margin-top: 48px;
  }
  .function-intro-detail-block:first-child {
    margin-top: 0;
  }
  .function-intro-detail-block__heading {
    position: relative;
    padding-left: 52px;
    color: #17349c;
    font-size: 18px;
    font-weight: bold;
  }
  .function-intro-detail-block__heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../images/icon/function/ico_check.svg") no-repeat center center/contain;
  }
  .function-intro-detail-block__heading span {
    color: #e80b66;
    font-size: 24px;
  }
  .function-intro-detail-block__desc {
    margin-top: 16px;
  }
  .function-intro-detail-link {
    display: block;
    position: relative;
    width: fit-content;
    margin: 16px 0 0 auto;
    padding-right: 22px;
    transition: 0.3s all;
    text-decoration: underline;
  }
  .function-intro-detail-link::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    transform: translateY(4px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .function-intro-detail-link:hover {
    color: #17349c;
    text-decoration: none;
  }
  .function-intro-detail-link:hover::before {
    right: -4px;
  }
  .function-intro-detail-panel-box {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    justify-content: center;
  }
  .function-intro-detail-panel {
    width: calc((100% - 112px) / 3);
    min-width: 250px;
  }
}
@media (768px <= width) and (width < 1000px) {
  .function-intro-detail-panel {
    flex: 1;
  }
}
@media (768px <= width) {
  .function-intro-detail-panel--two {
    width: calc((100% - 56px) / 2);
  }
  .function-intro-detail-panel__heading {
    position: relative;
    padding-left: 16px;
    color: #17349c;
    font-size: 18px;
    font-weight: bold;
  }
  .function-intro-detail-panel__heading::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    transform: translateX(-2px);
    background-color: #0095e2;
  }
  .function-intro-detail-panel__heading strong {
    color: #e80b66;
    font-size: 24px;
  }
  .function-intro-detail-panel__desc {
    margin-top: 40px;
  }
  .function-intro-detail-panel__image {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    margin: 40px auto 0;
  }
  .function-intro-detail-panel__image img {
    width: auto;
    height: 150px;
  }
  .function-intro-detail-note {
    margin-top: 8px;
    color: #535353;
    font-size: 12px;
    line-height: 1.35;
  }
  .function-intro-detail-note02 {
    margin-top: 56px;
    padding-left: 1em;
    color: #535353;
    font-size: 14px;
    text-indent: -1em;
  }
  .function-intro-detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1100px;
    margin: 32px auto 0;
  }
  .function-intro-detail-list:first-child {
    margin-top: 0;
  }
  .function-intro-detail-list__item {
    flex: 1;
    transition: 0.3s all;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .function-intro-detail-list__item:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  .function-intro-detail-list__link {
    display: flex;
    position: relative;
    gap: 24px;
    align-items: center;
    padding: 24px 48px 24px 24px;
  }
  .function-intro-detail-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .function-intro-detail-list__link:hover::after {
    right: 20px;
  }
  .function-intro-detail-list__inner {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 24px;
  }
  .function-intro-detail-list__ico {
    width: 80px;
  }
  .function-intro-detail-list__text {
    transition: 0.3s all;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
  }
  .function-intro-detail-list__link:hover .function-intro-detail-list__text {
    color: #17349c;
    text-decoration: underline;
  }
  .function-intro-pay-method {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 500px;
    padding: 24px 32px;
    background: #f6f6f6;
  }
  .function-intro-pay-method__title {
    font-weight: bold;
    text-align: center;
  }
  .function-intro-pay-list {
    display: flex;
    box-sizing: border-box;
    margin-top: 16px;
    text-align: center;
    gap: 8px;
  }
  .function-intro-pay-list__item {
    width: calc((100% - 16px) / 3);
  }
  .function-intro-pay-list__icon {
    box-sizing: border-box;
    width: 100%;
  }
  .function-intro-pay-list__text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
  }
  .function-intro-pay-list .function-intro-detail__heading {
    color: #e80b66;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-pay-list .function-intro-detail__lead {
    margin-top: 16px;
  }
  .function-intro-pay-list .function-intro-detail-merit {
    margin-top: 32px;
    padding: 24px;
    border: 2px solid #17349c;
    border-radius: 8px;
  }
  .function-intro-pay-list .function-intro-detail-merit__heading {
    color: #17349c;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-pay-list .function-intro-detail-merit__heading-sub {
    font-size: 14px;
  }
  .function-intro-pay-list .function-intro-detail-merit__heading-text {
    font-size: 22px;
  }
  .function-intro-pay-list .function-intro-detail-merit__heading-text span {
    position: relative;
  }
  .function-intro-pay-list .function-intro-detail-merit__heading-text span::before, .function-intro-pay-list .function-intro-detail-merit__heading-text span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 40px;
    border-radius: 50vh;
    background: #0095e2;
  }
  .function-intro-pay-list .function-intro-detail-merit__heading-text span::before {
    left: -28px;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .function-intro-pay-list .function-intro-detail-merit__heading-text span::after {
    right: -28px;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .function-intro-pay-list .function-intro-detail-merit-list {
    margin-top: 24px;
  }
  .function-intro-pay-list .function-intro-detail-merit-list__item {
    position: relative;
    margin-top: 24px;
    padding-left: 52px;
    color: #17349c;
    font-weight: 700;
  }
  .function-intro-pay-list .function-intro-detail-merit-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../images/icon/duo/ico_check.svg") no-repeat center center/contain;
  }
  .function-intro-pay-list .function-intro-detail-merit-list__item:first-child {
    margin-top: 0;
  }
  .function-intro-pay-list .function-intro-detail-merit-list__item span {
    color: #e80b66;
    font-size: 22px;
  }
  .function-intro-pay-list .function-intro-detail-heading {
    padding: 40px;
    border-bottom: 2px #17349c solid;
    background: #edf3ff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .function-intro-pay-list .function-intro-detail-heading02 {
    font-size: 22px;
  }
  .function-intro-pay-list .function-intro-detail-image {
    display: block;
    margin-top: 32px;
  }
  .function-intro-pay-list .function-intro-detail-image--small {
    width: 374px;
    margin-inline: auto;
  }
  .function-intro-pay-list .function-intro-detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1100px;
    margin: 32px auto 0;
  }
  .function-intro-pay-list .function-intro-detail-list__item {
    flex: 1;
    transition: 0.3s all;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .function-intro-pay-list .function-intro-detail-list__item:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  }
  .function-intro-pay-list .function-intro-detail-list__link {
    display: flex;
    position: relative;
    gap: 24px;
    align-items: center;
    padding: 24px 48px 24px 24px;
  }
  .function-intro-pay-list .function-intro-detail-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .function-intro-pay-list .function-intro-detail-list__link:hover::after {
    right: 20px;
  }
  .function-intro-pay-list .function-intro-detail-list__inner {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 24px;
  }
  .function-intro-pay-list .function-intro-detail-list__ico {
    width: 80px;
  }
  .function-intro-pay-list .function-intro-detail-list__text {
    transition: 0.3s all;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
  }
  .function-intro-pay-list .function-intro-detail-list__link:hover .function-intro-pay-list .function-intro-detail-list__text {
    color: #17349c;
    text-decoration: underline;
  }
  .header {
    display: flex;
    position: fixed;
    z-index: 4;
    justify-content: space-between;
    width: 100%;
  }
  .header__logo-box {
    display: flex;
    align-items: center;
    padding: 12px 48px 12px 40px;
    border-radius: 0 0 100px;
    background: #fff;
  }
  .header__logo {
    display: block;
    width: 230px;
  }
  .header__nav-box {
    display: flex;
    align-items: center;
    padding: 4px 40px 0 8px;
  }
  .header__login {
    flex-shrink: 0;
    width: 30px;
  }
  .header__login img:last-child {
    display: none;
    opacity: 0;
  }
  .header__login:hover img {
    display: none;
    opacity: 0;
  }
  .header__login:hover img:last-child {
    display: block;
    opacity: 1;
  }
  .header__menu {
    display: none;
  }
  .header-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 24px;
    gap: 4px 24px;
  }
  .header-nav__link {
    transition: 0.3s all;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
  }
  .header-nav__link:hover {
    color: #17349c;
    text-decoration: underline;
  }
  .header-nav__link--top, .header-nav__link--info {
    display: none;
  }
  .header-nav__link--download {
    position: relative;
    padding-left: 22px;
  }
  .header-nav__link--download::before, .header-nav__link--download::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    transition: 0.3s all;
  }
  .header-nav__link--download::before {
    background-image: url("../images/icon/owner/ico_download.svg");
  }
  .header-nav__link--download::after {
    transform: translateY(1px);
    background: url("../images/icon/black/ico_download.svg") no-repeat center center/contain;
  }
  .header-nav__link--download:hover::after {
    opacity: 0;
  }
  .header-nav__button {
    box-sizing: border-box;
    padding: 10px 16px 8px;
    background: #17349c;
    transition: 0.3s all;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }
  .header-nav__button:hover {
    background: #00215c;
  }
  .heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
  }
  .heading::after {
    content: "";
    display: block;
    height: 2px;
    width: 45px;
    margin: 8px auto 0;
    background: #08b5ae;
  }
  .heading--owner::after {
    background: #17349c;
  }
  .heading--function {
    margin-bottom: 64px;
    padding: 40px;
    border-bottom: 2px solid #17349c;
    background: #edf3ff;
    font-size: 24px;
  }
  .heading--function::after {
    content: none;
  }
  .heading__en {
    display: block;
    font-size: 16px;
  }
  .hero {
    padding-top: 120px;
    overflow: hidden;
    background: url("../images/bg_hero.webp") no-repeat center center/cover;
  }
  .hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 0 24px;
  }
  .hero__image {
    flex-shrink: 0;
    width: 220px;
    margin-bottom: -140px;
  }
  .hero__image source {
    width: 100%;
  }
  .hero__contents {
    position: relative;
    margin: 55px 0;
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .hero__headline {
    font-size: 24px;
    text-align: center;
  }
  .hero__headline span {
    display: block;
    font-size: 34px;
  }
  .hero__button-box {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
  }
  .hero__button {
    position: relative;
    box-sizing: border-box;
    width: 250px;
    padding: 11px 36px 9px;
    transition: 0.3s all;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #17349c;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .hero__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/white/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .hero__button:hover {
    background: #00215c;
  }
  .hero__button:hover::before {
    right: 11px;
  }
  .hero__button--secondary {
    border-color: #17349c;
    background: #fff;
    color: #17349c;
  }
  .hero__button--secondary::before {
    background-image: url("../images/icon/owner/ico_arrow_right.svg");
  }
  .hero__button--secondary:hover {
    background: #f5f9ff;
  }
  .hero__achievements {
    display: flex;
    position: absolute;
    top: -72px;
    right: -40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background: url("../images/top/bg_achievements.svg") no-repeat center center/cover;
    color: #fff;
    font-weight: 700;
  }
}
@media (768px <= width) and (width < 1000px) {
  .hero__achievements {
    top: -96px;
  }
}
@media (768px <= width) {
  .hero__achievements-title {
    position: relative;
    font-size: 14px;
  }
  .hero__achievements-title::before, .hero__achievements-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 14px;
    border-radius: 50vh;
    background: #fff;
  }
  .hero__achievements-title::before {
    left: -8px;
    transform: translateY(-50%) rotate(-25deg);
    transform-origin: left;
  }
  .hero__achievements-title::after {
    right: -8px;
    transform: translateY(-50%) rotate(25deg);
    transform-origin: right;
  }
  .hero__achievements-num {
    font-size: 34px;
    line-height: 1;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.18);
  }
  .hero__achievements-num span {
    display: inline-block;
    width: 30px;
    margin-left: 4px;
    font-size: 14px;
    text-shadow: none;
  }
  .hero-heading {
    position: relative;
    margin-top: -32px;
    padding-bottom: 32px;
  }
  .hero-heading::before {
    content: "";
    position: absolute;
    right: 90px;
    bottom: 15px;
    width: 336px;
    height: 336px;
    border-radius: 50%;
    opacity: 0.8;
    background: #ffca91;
    filter: blur(80px);
  }
  .hero-heading::after {
    content: "";
    position: absolute;
    right: -215px;
    bottom: 128px;
    width: 274px;
    height: 274px;
    border-radius: 50%;
    opacity: 0.9;
    background: #eeffc4;
    filter: blur(70px);
  }
  .hero-heading__inner {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: center;
  }
  .hero-heading__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 274px;
    height: 274px;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.8;
    background: #fff;
    filter: blur(70px);
  }
  .hero-heading__icon {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
  }
  .hero-heading__sub-title {
    position: relative;
    margin-top: -5px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }
  .hero-heading__sub-title::before, .hero-heading__sub-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #191919;
  }
  .hero-heading__sub-title::before {
    left: -10px;
    transform: translate(-100%, -50%);
  }
  .hero-heading__sub-title::after {
    right: -10px;
    transform: translate(100%, -50%);
  }
  .hero-heading__title {
    position: relative;
    color: #17349c;
    font-size: 48px;
    font-weight: 700;
  }
  .text {
    margin-top: 24px;
  }
  .text:first-child {
    margin-top: 0;
  }
  .text--far {
    margin-top: 32px;
  }
  .text-note {
    margin: 8px 0 0;
    padding-left: 1.2em;
    color: #535353;
    font-size: 14px;
    line-height: 1.35;
    text-indent: -1.2em;
  }
  .text-note:first-child {
    margin-bottom: 0;
  }
  .text-note::before {
    content: "※";
    margin-right: 0.2em;
  }
  .text-link {
    color: #17349c;
    text-decoration: underline;
  }
  .text-link:hover {
    color: #00215c !important;
    text-decoration: none;
  }
  .top-about__box {
    display: grid;
    grid-template-columns: 1fr 406px;
    grid-template-rows: auto 1fr;
    gap: 32px;
    margin-top: 32px;
  }
  .top-about__text {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .top-about-text-list {
    display: flex;
    grid-column: 1/2;
    grid-row: 1/2;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  .top-about-text-list__item {
    color: #08b5ae;
    font-size: 22px;
    font-weight: 700;
  }
  .top-about-text-list__item::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    transform: translateY(7px);
    background: url("../images/icon/user/ico_check.svg") no-repeat center center/contain;
  }
  .top-about-merit-list {
    display: flex;
    grid-column: 2/3;
    grid-row: 1/2;
    justify-content: center;
  }
  .top-about-merit-list__item {
    padding: 0 17px;
  }
  .top-about-merit-list__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .top-about-merit-list__text {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .top-about-merit-list__text span {
    display: block;
    color: #e80b66;
  }
  .top-feature__section {
    margin-top: 32px;
  }
  .top-feature__section:first-child {
    margin-top: 0;
  }
  .top-feature__heading {
    font-size: 22px;
    text-align: center;
  }
  .top-feature__heading sup {
    display: inline-block;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
  }
  .top-feature__heading-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #17349c;
    color: #fff;
  }
  .top-feature-cases-box {
    display: flex;
    gap: 16px;
    align-items: stretch;
    width: 100%;
    margin-top: 24px;
  }
  .top-feature-case {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .top-feature-case__heading {
    padding: 8px;
    border-radius: 8px 8px 0 0;
    background: #17349c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .top-feature-case__body {
    display: flex;
    flex: 1;
    gap: 8px;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    border-radius: 0 0 8px 8px;
    background: #fff;
  }
  .top-feature-case__body--free {
    gap: 16px;
    align-items: center;
  }
  .top-feature-case__bottom {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .top-feature-case__title {
    text-align: center;
  }
  .top-feature-case__desc span {
    color: #e80b66;
    font-size: 24px;
    font-weight: 700;
  }
  .top-feature-case__num {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
  }
  .top-feature-case__num--attention {
    position: relative;
    color: #e80b66;
  }
  .top-feature-case__num--attention::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    width: 35px;
    height: 29px;
    background: url("../images/icon/attention/ico_point.svg") no-repeat center center/contain;
  }
  .top-feature-case__num span {
    display: inline-block;
    margin-right: 4px;
    font-size: 48px;
  }
  .top-feature-case__body--free .top-feature-case__num span {
    font-size: 64px;
  }
  .top-feature-case__icon {
    width: 50px;
    height: 50px;
  }
  .top-feature-case__arrow {
    width: 30px;
    height: 26px;
    margin-bottom: 8px;
  }
  .top-feature-icon-list {
    display: flex;
    gap: 24px;
    margin-top: 24px;
  }
  .top-feature-icon-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
  }
  .top-feature-icon-list__icon {
    width: 50px;
    height: 50px;
  }
  .top-feature-icon-list02 {
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding: 16px 0;
    border-radius: 8px;
    background: #fff;
  }
  .top-feature-icon-list02__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #17349c;
  }
  .top-feature-icon-list02__item:first-child {
    border: 0;
  }
  .top-feature-icon-list02__icon {
    width: 55px;
    height: 55px;
  }
  .top-feature-icon-list02__text {
    margin-top: 8px;
    color: #17349c;
    font-weight: 700;
    text-align: center;
  }
  .top-function__sub-lead {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 32px;
  }
  .top-function__sub-lead::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -12px;
    width: 20px;
    height: 14px;
    transform: translateX(50%);
    background: url("../images/icon/owner/ico_triangle.svg") no-repeat center center/contain;
  }
  .top-function__sub-lead span {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50vh;
    background: #17349c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .top-function__lead {
    position: relative;
    margin-top: 24px;
    color: #17349c;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  .top-function__lead::before, .top-function__lead::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 40px;
    border-radius: 50vh;
    background: #17349c;
  }
  .top-function__lead::before {
    left: 0;
    transform: translateY(-50%) rotate(-35deg);
    transform-origin: left;
  }
  .top-function__lead::after {
    right: 0;
    transform: translateY(-50%) rotate(35deg);
    transform-origin: right;
  }
  .top-function-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .top-function-list__item {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    width: calc(50% - 8px);
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    gap: 16px;
  }
  .top-function-list__icon {
    flex-shrink: 0;
    width: 70px;
    height: 55px;
  }
  .top-function-list__title {
    font-weight: 700;
  }
  .top-function-list__desc {
    margin-top: 4px;
    font-size: 14px;
  }
  .top-function-list__desc span {
    color: #e80b66;
    font-weight: 700;
  }
  .top-flow-list {
    margin-top: 32px;
  }
  .top-flow-list__item {
    display: flex;
    position: relative;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
  }
  .top-flow-list__item::after {
    content: "";
    position: absolute;
    top: -32px;
    left: 50px;
    width: 3px;
    height: 32px;
    transform: translateX(-50%);
    background: #fff;
  }
  .top-flow-list__item:first-child {
    margin-top: 0;
  }
  .top-flow-list__item:first-child::after {
    content: none;
  }
  .top-flow-list__step {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
  }
  .top-flow-list__num {
    color: #17349c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .top-flow-list__num span {
    display: inline-block;
    margin-left: 4px;
    font-size: 22px;
  }
  .top-flow-list__icon {
    width: 32px;
    height: 32px;
  }
  .top-flow-list__title {
    font-size: 18px;
    font-weight: 700;
  }
  .top-flow-list__desc {
    margin-top: 4px;
  }
  .top-category-list {
    display: flex;
    gap: 32px 16px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .top-category-list__item {
    width: calc(50% - 8px);
  }
  .top-category-list__link {
    display: block;
    transition: 0.3s all;
  }
  .top-category-list__link:hover {
    color: #08b5ae;
    text-decoration: underline;
  }
  .top-category-list__image {
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .top-category-list__image img {
    transition: 0.3s all;
  }
  .top-category-list__link:hover .top-category-list__image img {
    transform: scale(1.05);
  }
  .top-category-list__title {
    margin-top: 8px;
    font-weight: 700;
    text-align: center;
  }
  .top-category-label-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .top-category-label-list__item {
    transition: 0.3s all;
    border-radius: 2px;
  }
  .top-category-label-list__link {
    display: block;
    padding: 3px 16px;
    transition: 0.3s all;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    font-size: 14px;
  }
  .top-category-label-list__link:hover {
    background: #edfaf8;
    text-decoration: underline;
  }
  .top-cases-list {
    margin-top: 32px;
  }
  .top-cases-list--far {
    margin-top: 40px;
  }
  .top-cases-list__item {
    margin-top: 24px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .top-cases-list__item:first-child {
    margin-top: 0;
  }
  .top-cases-list__link {
    display: block;
    padding: 24px;
    transition: 0.3s all;
  }
  .top-cases-list__box {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 100px 1fr;
    gap: 16px 24px;
  }
  .top-cases-list__image-box {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .top-cases-list__num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17349c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .top-cases-list__num span {
    display: inline-block;
    margin-left: 4px;
    font-size: 24px;
  }
  .top-cases-list__image {
    margin-top: 8px;
  }
  .top-cases-list__desc {
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 24px;
    border-radius: 8px;
    background: #edf3ff;
    font-weight: 700;
  }
  .top-cases-list__desc::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: -14px;
    width: 17px;
    height: 15px;
    background: url("../images/top/bg_cases.svg") no-repeat center center/contain;
  }
  .top-cases-list__label-list {
    display: flex;
    gap: 8px;
  }
  .top-cases-list__label-item {
    display: flex;
    align-items: center;
    padding: 2px 12px 0;
    background: #17349c;
    color: #fff;
    font-size: 14px;
  }
  .top-cases-list__text {
    position: relative;
    margin-top: 16px;
    padding-right: 22px;
    transition: 0.3s all;
    text-align: right;
    text-decoration: underline;
  }
  .top-cases-list__text::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 18px;
    height: 18px;
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-cases-list__link:hover .top-cases-list__text {
    color: #17349c;
    text-decoration: none;
  }
  .top-cases-list__link:hover .top-cases-list__text::after {
    right: -4px;
  }
  .top-voice__lead {
    margin-top: 32px;
    font-weight: 700;
    text-align: center;
  }
  .top-voice-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .top-voice-list__item {
    width: calc(50% - 8px);
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
  .top-voice-list__link {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .top-voice-list__image {
    overflow: hidden;
  }
  .top-voice-list__image img {
    transition: 0.3s all;
  }
  .top-voice-list__link:hover .top-voice-list__image img {
    transform: scale(1.05);
  }
  .top-voice-list__text {
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 16px 32px 16px 24px;
    font-size: 14px;
  }
  .top-voice-list__text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-voice-list__link:hover .top-voice-list__text::after {
    right: 12px;
  }
  .top-performance-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 32px;
  }
  .top-performance-list__item {
    height: 35px;
  }
  .top-faq-list {
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
  }
  .top-faq-list__item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #fff;
  }
  .top-faq-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .top-faq-list__title {
    display: flex;
    position: relative;
    gap: 24px;
    padding-right: 36px;
    transition: 0.3s all;
    font-weight: 700;
    line-height: 1.7;
    cursor: pointer;
  }
  .top-faq-list__title:hover {
    color: #17349c;
  }
  .top-faq-list__title:hover::before, .top-faq-list__title:hover::after {
    background: #17349c;
  }
  .top-faq-list__title::before, .top-faq-list__title::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 2px;
    transition: 0.3s all;
    border-radius: 50vh;
    background: #191919;
  }
  .top-faq-list__title::after {
    transform: rotate(-90deg);
  }
  .is-open .top-faq-list__title {
    color: #17349c;
  }
  .is-open .top-faq-list__title::before, .is-open .top-faq-list__title::after {
    background: #17349c;
  }
  .is-open .top-faq-list__title::after {
    transform: rotate(-180deg);
  }
  .top-faq-list__title span {
    color: #17349c;
    font-size: 22px;
    line-height: 1.35;
  }
  .top-faq-list__desc {
    display: none;
    margin-top: 16px;
    padding-left: 42px;
  }
  .top-faq-list__button {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 190px;
    margin-top: 24px;
    padding: 8px 8px 6px;
    transition: 0.3s all;
    border: 1px solid #17349c;
    border-radius: 2px;
    color: #17349c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
  }
  .top-faq-list__button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-faq-list__button:hover {
    text-decoration: underline;
  }
  .top-faq-list__button:hover::before {
    right: 8px;
  }
  .top-faq-list__link-box {
    margin-top: 24px;
  }
  .top-faq-list__link {
    display: inline-block;
    position: relative;
    margin-top: 4px;
    padding-right: 22px;
    transition: 0.3s all;
    text-decoration: underline;
  }
  .top-faq-list__link::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    transform: translateY(1px);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-faq-list__link:first-child {
    margin-top: 0;
  }
  .top-faq-list__link:hover {
    color: #17349c;
    text-decoration: none;
  }
  .top-faq-list__link:hover::after {
    right: -4px;
  }
  .top-faq-list__link-inline {
    text-decoration: underline;
  }
  .top-faq-list__link-inline:hover {
    color: #17349c;
    text-decoration: none;
  }
  .top-faq-sub-list {
    margin-top: 16px;
  }
  .top-faq-sub-list__item {
    margin-top: 16px;
  }
  .top-faq-sub-list__item:first-child {
    margin-top: 0;
  }
  .top-faq-sub-list__title {
    font-weight: 700;
  }
  .top-faq-sub-list__desc span {
    display: inline-block;
    margin-left: 8px;
  }
  .top-info-list {
    margin-top: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dedede;
  }
  .top-info-list__item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dedede;
  }
  .top-info-list__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .top-info-list__link {
    display: block;
  }
  .top-info-list__date {
    font-size: 14px;
    font-weight: 700;
  }
  .top-info-list__title {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-top: 4px;
    padding-right: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .top-info-list__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .top-info-list__link:hover .top-info-list__title {
    color: #17349c;
  }
  .top-info-list__link:hover .top-info-list__title::after {
    right: -4px;
  }
  .top-support__lead {
    margin-top: 32px;
  }
  .top-support-icon-list {
    display: flex;
    gap: 24px;
    justify-content: center;
  }
  .top-support-icon-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
  }
  .top-support-icon-list__icon {
    width: 40px;
  }
  .top-support-icon-list__title {
    color: #08b5ae;
    font-size: 14px;
    font-weight: 700;
  }
  .top-fixed-button {
    display: none;
  }
  [class^=icon-] {
    flex-shrink: 0;
    font-size: 0;
  }
  .icon-blank {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    transition: 0.3s all;
    background: #17349c;
    mask: url("../images/icon/owner/ico_blank.svg") no-repeat center center/contain;
    font-size: 0;
    vertical-align: text-top;
  }
  .text-link:hover .icon-blank {
    background: #17349c;
  }
  .text-link-inline:hover .icon-blank {
    background: #17349c;
  }
  .info-list {
    border-bottom: 1px solid #dedede;
  }
  .info-list__item {
    border-top: 1px solid #dedede;
  }
  .info-list__link {
    display: block;
    position: relative;
    padding: 24px 40px 24px 0;
  }
  .info-list__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    transition: 0.3s all;
    background: url("../images/icon/owner/ico_arrow_right.svg") no-repeat center center/contain;
  }
  .info-list__link:hover {
    color: #17349c;
    text-decoration: none;
  }
  .info-list__link:hover::before {
    right: -4px;
  }
  .info-list__date {
    color: #535353;
    font-size: 12px;
    line-height: 1.35;
  }
  .info-list-more-button {
    display: block;
    position: relative;
    margin: 32px auto 0;
    padding-right: 20px;
    border: 0;
    background: transparent;
  }
  .info-list-more-button::before, .info-list-more-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 2px;
    transform: translateY(-50%);
    background: #17349c;
  }
  .info-list-more-button::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .info-list-more-button:hover {
    color: #17349c;
    text-decoration: underline;
  }
  .info-list-more-button.is-open::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .info-list-more-button.is-open .info-list-more-button__add {
    display: none;
  }
  .info-list-more-button__close {
    display: none;
  }
  .info-list-more-button.is-open .info-list-more-button__close {
    display: block;
  }
  .info-detail__date {
    color: #535353;
    font-size: 12px;
  }
  .info-detail__heading {
    font-size: 18px;
    font-weight: 700;
  }
  .info-detail__content {
    margin-top: 24px;
    padding: 32px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .voice {
    padding: 40px 0 80px;
  }
  .voice-lead {
    font-weight: 700;
    text-align: center;
  }
  .voice-card-box {
    padding-top: 40px;
  }
  .voice-card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 712px;
    padding-top: 80px;
  }
}
@media (768px <= width) and (width < 1140px) {
  .voice-card {
    margin: 32px auto 0;
  }
}
@media (768px <= width) {
  .voice-card:nth-child(odd) {
    margin: 80px 0 0 auto;
    align-items: flex-end;
  }
}
@media (768px <= width) and (width < 1140px) {
  .voice-card:nth-child(odd) {
    margin: 40px auto 0;
    align-items: flex-start;
  }
}
@media (768px <= width) {
  .voice-card:first-child {
    margin-top: 0;
  }
  .voice-card__desc {
    margin-top: 46px;
    padding: 40px 40px 40px 80px;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  }
}
@media (768px <= width) and (width < 1140px) {
  .voice-card__desc {
    margin-top: 24px;
    padding: 40px 40px 88px;
  }
}
@media (768px <= width) {
  .voice-card:nth-child(even) .voice-card__desc {
    padding: 40px 120px 40px 40px;
  }
}
@media (768px <= width) and (width < 1140px) {
  .voice-card:nth-child(even) .voice-card__desc {
    padding: 40px 40px 88px;
  }
}
@media (768px <= width) {
  .voice-card__image-box {
    position: absolute;
    top: 80px;
    left: -390px;
    width: 483px;
  }
}
@media (768px <= width) and (width < 1140px) {
  .voice-card__image-box {
    position: relative;
    left: auto;
    margin: -64px auto 0;
  }
}
@media (768px <= width) {
  .voice-card:nth-child(even) .voice-card__image-box {
    right: -390px;
    left: auto;
  }
}
@media (768px <= width) and (width < 1140px) {
  .voice-card:nth-child(even) .voice-card__image-box {
    right: auto;
  }
}
@media (768px <= width) {
  .voice-card__name {
    display: inline-block;
    position: relative;
    bottom: 16px;
    left: 68px;
    color: #fff;
    line-height: 1.35;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  .voice-card__name::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    width: calc(100% + 56px);
    height: calc(100% + 32px);
    transform: skewX(-16deg) translate(50%, -50%);
    background: #17349c;
  }
  .voice-card:nth-child(3) .voice-card__name {
    left: 100px;
  }
  .voice-card:nth-child(4) .voice-card__name {
    left: 100px;
  }
  .voice-card__name span {
    position: relative;
  }
  .voice-card-heading {
    position: relative;
    z-index: 1;
    min-width: 572px;
    margin-top: 40px;
    font-weight: 700;
  }
}
@media (768px <= width) and (width < 1140px) {
  .voice-card-heading {
    margin-left: 32px;
  }
}
@media (768px <= width) {
  .voice-card-heading::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -40px;
    left: -32px;
    width: 80px;
    height: 56px;
    background: url("../images/voice/ico_quotation.svg") no-repeat center center/contain;
  }
  .voice-card:nth-child(even) .voice-card-heading::before {
    background: url("../images/voice/ico_quotation02.svg") no-repeat center center/contain;
  }
  .voice-card-heading__sub {
    display: inline-block;
    position: relative;
    margin-left: 28px;
  }
  .voice-card-heading__sub::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: calc(100% + 56px);
    height: 28px;
    transform: skewX(-16deg) translate(50%, -50%);
    border: 1px solid #71cfff;
  }
  .voice-card:nth-child(even) .voice-card-heading__sub::before {
    border: 1px solid #ffce54;
  }
  .voice-card-heading__num {
    display: inline-block;
    margin-right: 32px;
  }
  .voice-card-heading__tag {
    position: relative;
  }
  .voice-card-heading__tag::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    width: calc(100% + 58px);
    height: 30px;
    transform: skewX(-16deg) translate(50%, -50%);
    background: #71cfff;
  }
  .voice-card:nth-child(even) .voice-card-heading__tag::before {
    background: #ffce54;
  }
  .voice-card-heading__text {
    margin-top: 8px;
    font-size: 24px;
  }
  .voice-card-heading__text span {
    color: #e80b66;
  }
}/*# sourceMappingURL=owner.css.map */