@charset "UTF-8";
/* 共通 */
.content-main {
  letter-spacing: 0.06em;
}

.static__container {
  padding: 3rem 2rem 6rem;
}
@media screen and (min-width: 768px) {
  .static__container {
    width: min(90%, 1200px);
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.static__container .c-heading-primary {
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .static__container .c-heading-primary {
    gap: 4rem;
  }
}
.static__container .c-heading-primary .c-heading-primary--title {
  word-break: break-word;
}
.static__container .c-heading-primary .c-heading-sub--title {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .static__container .c-heading-primary .c-heading-sub--title {
    font-size: 18px;
  }
}
.static__container .static__content {
  display: grid;
  grid-gap: 2rem;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .static__container .static__content {
    font-size: 18px;
    grid-gap: 2.4rem;
  }
}
.static__container .static__content ul li {
  padding-left: 15px;
  position: relative;
}
.static__container .static__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #000;
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .static__container .static__content ul li::before {
    width: 5px;
    height: 5px;
    top: 13px;
  }
}

/* プライバシーポリシー */
[data-page=privacy-policy] .static__container {
  padding: 3rem 2rem 6rem;
}
@media screen and (min-width: 768px) {
  [data-page=privacy-policy] .static__container {
    width: min(90%, 1200px);
    margin-inline: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
[data-page=privacy-policy] .static__container .c-heading-primary {
  padding: 0 0 3rem;
  margin-bottom: 4rem;
  gap: 3rem;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  [data-page=privacy-policy] .static__container .c-heading-primary {
    margin-bottom: 3rem;
    gap: 4rem;
  }
}
[data-page=privacy-policy] .static__container .c-heading-primary .c-heading-primary--title {
  font-size: 38px;
}
@media screen and (min-width: 768px) {
  [data-page=privacy-policy] .static__container .c-heading-primary .c-heading-primary--title {
    font-size: 50px;
  }
}
[data-page=privacy-policy] .static__container .static__content {
  display: grid;
  grid-gap: 2rem;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  [data-page=privacy-policy] .static__container .static__content {
    font-size: 14px;
    grid-gap: 2.4rem;
  }
}
[data-page=privacy-policy] .static__container .static__content ul li {
  padding-left: 15px;
  position: relative;
}
[data-page=privacy-policy] .static__container .static__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #000;
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  [data-page=privacy-policy] .static__container .static__content ul li::before {
    width: 5px;
    height: 5px;
    top: 13px;
  }
}

/* 約款 */
[data-page=terms-and-conditions] {
  overflow: clip;
}
[data-page=terms-and-conditions] .static__container .c-heading-primary {
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .c-heading-primary {
    padding: 0 0 3rem;
    border-bottom: 1px solid #CCC;
    margin-bottom: 3rem;
    gap: 4rem;
  }
}
[data-page=terms-and-conditions] .static__container .c-heading-primary .c-heading-primary--title {
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .c-heading-primary .c-heading-primary--title {
    font-size: 50px;
  }
}
[data-page=terms-and-conditions] .static__container .c-heading-primary .c-heading-sub--title {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .c-heading-primary .c-heading-sub--title {
    padding: 0 0 3rem;
    border-bottom: 1px solid #CCC;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .c-heading-primary .c-heading-sub--title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .c-headin-sub__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .c-heading-nav {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .c-heading-nav {
    margin-right: 3rem;
  }
}
[data-page=terms-and-conditions] .static__container .c-heading-nav .c-heading-nav--list {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .c-heading-nav .c-heading-nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[data-page=terms-and-conditions] .static__container .c-heading-nav .c-heading-nav--list .c-heading-nav--list-items a {
  font-size: 15px;
  letter-spacing: 0.06em;
  display: grid;
  grid-template-columns: 1fr 12px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .c-heading-nav .c-heading-nav--list .c-heading-nav--list-items a {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .c-heading-nav .c-heading-nav--list .c-heading-nav--list-items a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.781%22%20height%3D%228.613%22%20viewBox%3D%220%200%2012.781%208.613%22%3E%0A%20%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M107.811-14386.7l-6.39-7.988.781-.625%2C5.61%2C7.012%2C5.61-7.012.781.625Z%22%20transform%3D%22translate(-101.421%2014395.314)%22%20fill%3D%22%23111%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
[data-page=terms-and-conditions] .static__container .static__content {
  display: grid;
  grid-gap: 20rem;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content {
    font-size: 18px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .static-heading {
  font-size: 24px;
  margin-bottom: 4rem;
  font-weight: var(--fw-semibold);
}
[data-page=terms-and-conditions] .static__container .static__content .static-section__heading {
  color: #777;
  font-size: 18px;
  margin-bottom: 2rem;
}
[data-page=terms-and-conditions] .static__container .static__content .term-block {
  line-height: 1.5;
  margin-bottom: 5rem;
}
[data-page=terms-and-conditions] .static__container .static__content .term-block:last-of-type {
  margin-bottom: 0;
}
[data-page=terms-and-conditions] .static__container .static__content ol, [data-page=terms-and-conditions] .static__container .static__content ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
[data-page=terms-and-conditions] .static__container .static__content .terms-paragraph {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-paragraph {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list {
  display: grid;
  grid-gap: 2rem;
  padding-left: 1.6em;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-list {
    margin-left: 3rem;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li {
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-list > li {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li::before {
  position: absolute;
  left: -1.6em;
  content: counter(list-item) ".";
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child {
  display: grid;
  grid-gap: 0.8rem;
  padding-left: 2em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child {
    grid-gap: 0.5rem;
    margin-left: 2rem;
    margin-top: 1rem;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li {
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li::before {
  position: absolute;
  left: -2.5em;
  content: "(" counter(list-item) ")";
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li .terms-list__grand-child {
  display: grid;
  grid-gap: 0.5rem;
  padding-left: 1.2em;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li .terms-list__grand-child {
    margin-top: 1rem;
    margin-left: 1rem;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li .terms-list__grand-child li {
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: count;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li .terms-list__grand-child li {
    font-size: 14px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li .terms-list__grand-child li::before {
  display: marker;
  position: absolute;
  left: -1.5em;
  content: "(" counter(count, lower-alpha) ")";
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .terms-list > li .terms-list__child li .terms-list__grand-child li::before {
    left: -2em;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table .static-section__heading {
  margin-bottom: 1.5rem;
}
[data-page=terms-and-conditions] .static__container .static__content .term-table p {
  font-size: 18px;
}
[data-page=terms-and-conditions] .static__container .static__content .term-table figure {
  margin: 1rem 0 1.5rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table figure {
    margin: 1.5rem 0 2rem;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table figure + p {
  margin-bottom: 1rem;
  font-size: 15px;
  color: #777;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table figure + p {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
[data-page=terms-and-conditions] .static__container .static__content .term-table table tbody {
  width: 100%;
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tbody {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table table tbody:has([rowspan="2"]) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tbody:has([rowspan="2"]) {
    position: relative;
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table table th, [data-page=terms-and-conditions] .static__container .static__content .term-table table td {
  border: 1px solid #777;
  font-weight: var(--fw-regular);
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table th, [data-page=terms-and-conditions] .static__container .static__content .term-table table td {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table th, [data-page=terms-and-conditions] .static__container .static__content .term-table table td {
    font-size: 18px;
    padding: 8px;
    vertical-align: top;
    padding: 18px 20px;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table th:not(:last-of-type), [data-page=terms-and-conditions] .static__container .static__content .term-table table td:not(:last-of-type) {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table th[rowspan="2"], [data-page=terms-and-conditions] .static__container .static__content .term-table table td[rowspan="2"] {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table th[rowspan="2"] + td, [data-page=terms-and-conditions] .static__container .static__content .term-table table th[rowspan="2"] + td + td, [data-page=terms-and-conditions] .static__container .static__content .term-table table th[rowspan="2"] + td + td + td, [data-page=terms-and-conditions] .static__container .static__content .term-table table td[rowspan="2"] + td, [data-page=terms-and-conditions] .static__container .static__content .term-table table td[rowspan="2"] + td + td, [data-page=terms-and-conditions] .static__container .static__content .term-table table td[rowspan="2"] + td + td + td {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table th[rowspan="2"], [data-page=terms-and-conditions] .static__container .static__content .term-table table td[rowspan="2"] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tr {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tr:first-of-type th, [data-page=terms-and-conditions] .static__container .static__content .term-table table tr:first-of-type td {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tr th {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tr th:first-of-type {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tr td {
    width: calc(66% / 3);
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tr th {
    height: 71px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table tr td {
    height: 60px;
    padding: 17px 20px;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table:has([rowspan="2"]) tr td {
    height: 71px;
    padding: 12px 40px 12px 20px;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table:has([rowspan="2"]) tr td {
    width: 41%;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table:has([rowspan="2"]) tr td:first-of-type {
    height: 50px;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table:has([rowspan="2"]) tr td:first-of-type {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table table:has([rowspan="2"]) tr:first-of-type th {
    border-right: 1px solid #777;
    height: 50px;
    padding: 12px 20px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table ul, [data-page=terms-and-conditions] .static__container .static__content .term-table ol {
  display: grid;
  grid-gap: 1rem;
}
[data-page=terms-and-conditions] .static__container .static__content .term-table ul li, [data-page=terms-and-conditions] .static__container .static__content .term-table ol li {
  padding-left: 0;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table ul li, [data-page=terms-and-conditions] .static__container .static__content .term-table ol li {
    font-size: 14px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table ul li::before, [data-page=terms-and-conditions] .static__container .static__content .term-table ol li::before {
  content: none;
}
[data-page=terms-and-conditions] .static__container .static__content .term-table ol {
  padding-left: 1.2em;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-table ol {
    padding-left: 1.5em;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-table ol li {
  position: relative;
}
[data-page=terms-and-conditions] .static__container .static__content .term-table ol li::before {
  position: absolute;
  left: -1.6em;
  content: counter(list-item) ".";
}
[data-page=terms-and-conditions] .static__container .static__content .term-lead {
  font-size: 14px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-lead {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-list__basic {
  display: grid;
  grid-gap: 2rem;
  padding-left: 1.4em;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-list__basic {
    margin-left: 1rem;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li {
  position: relative;
  font-size: 14px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li::before {
  position: absolute;
  left: -1em;
  top: 6px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #111;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li::before {
    width: 8px;
    height: 8px;
    left: -1.6em;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li .term-list__basic-child {
  display: grid;
  grid-gap: 0.8rem;
  padding-left: 1.4em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li .term-list__basic-child {
    margin-top: 1rem;
    padding-left: 1.8em;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li .term-list__basic-child li {
  position: relative;
  font-size: 14px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li .term-list__basic-child li {
    font-size: 16px;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li .term-list__basic-child li::before {
  position: absolute;
  left: -1.2em;
  top: 6px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #111;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  [data-page=terms-and-conditions] .static__container .static__content .term-list__basic > li .term-list__basic-child li::before {
    width: 8px;
    height: 8px;
    left: -1.2em;
  }
}
[data-page=terms-and-conditions] .static__container .static__content .lang-en {
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .lang-en .term-table table tr th {
    height: 71px;
    padding: 10px 10px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .lang-en .term-table table tr td {
    height: 60px;
    padding: 17px 10px;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .lang-en .term-table table:has([rowspan="2"]) tr td {
    height: 71px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .lang-en .term-table table:has([rowspan="2"]) tr td:first-of-type {
    height: 50px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  [data-page=terms-and-conditions] .static__container .static__content .lang-en .term-table table:has([rowspan="2"]) tr:first-of-type th {
    height: 50px;
    padding: 12px 10px;
  }
}
[data-page=terms-and-conditions] .static__container #terms-of-use {
  position: relative;
}
[data-page=terms-and-conditions] .static__container #terms-of-use::before {
  content: "";
  height: 1px;
  width: 100vw;
  display: block;
  background-color: #111;
  position: absolute;
  top: -10rem;
  left: 0;
  margin: 0 calc(50% - 50vw);
}