@charset "UTF-8";
/*==============================================================================
# 設定
==============================================================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  letter-spacing: -0.026em;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
}

/*==============================================================================
# scta
==============================================================================*/
.scta {
  padding-top: 78px;
  padding-bottom: 232px;
}

.scta__head {
  text-align: center;
}

.scta__heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media (max-width: 767.9px) {
  .scta__heading {
    font-size: 24px;
  }
}
.scta__heading::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background-color: #D42E1E;
  border-radius: 6px;
}

.scta__boxes {
  max-width: 950px;
  margin: 0 auto;
}

.scta__box:first-child {
  padding-top: 76px;
}
.scta__box:nth-child(n+2) {
  margin-top: 35px;
}

.scta-box__head {
  margin: 0 auto;
  max-width: 800px;
}

.scta-box__heading {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.scta-box__heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D42E1E;
  width: 6px;
  height: 30px;
}

.scta-box__content {
  max-width: 800px;
  margin: 0 auto;
}

.scta-box__text {
  margin: 12px 0 14px 0;
}

.scta-text__link {
  color: #D42E1E;
  -webkit-text-decoration: underline #D42E1E;
          text-decoration: underline #D42E1E;
}

hr {
  border: none;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}

/*==============================================================================
# terms
==============================================================================*/
.terms {
  padding-top: 80px;
  padding-bottom: 50px;
}

.terms__head {
  text-align: center;
}

.terms__heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media (max-width: 767.9px) {
  .terms__heading {
    font-size: 24px;
  }
}
.terms__heading::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background-color: #D42E1E;
  border-radius: 6px;
}

.terms__text {
  padding-top: 60px;
  text-align: left;
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 36px;
}

.terms__boxes {
  max-width: 950px;
  margin: 0 auto;
}

.terms__box {
  border-top: 2px dashed #f2f2f2;
  padding-bottom: 32px;
}
.terms__box:first-child {
  padding-top: 42px;
}
.terms__box:nth-child(n+2) {
  padding-top: 30px;
}

.terms-box__head {
  margin: 0 auto;
  max-width: 800px;
}

.terms-box__heading {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.terms-box__heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D42E1E;
  width: 6px;
  height: 30px;
}

.terms-box__content {
  max-width: 900px;
  margin-left: 60px;
}
@media (max-width: 767.9px) {
  .terms-box__content {
    margin-left: 0;
  }
}

.terms-box__table {
  margin-bottom: -16px;
  margin-top: 12px;
  margin-left: 20px;
}
@media (max-width: 767.9px) {
  .terms-box__table {
    margin-left: 0;
  }
}
.terms-box__table th,
.terms-box__table td {
  padding-bottom: 12px;
}
.terms-box__table td {
  font-size: 16px;
  padding-left: 10px;
}
.terms-box__table th {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.terms-box__table span {
  color: #D42E1E;
  font-weight: 700;
}

.terms-box__spec {
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border: 2px solid #f2f2f2;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 40px;
  max-width: 760px;
}

.spec__title {
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
.spec__title::before {
  position: absolute;
  content: "・";
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b09bec;
}

.terms-box__lists {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  max-width: 760px;
}
@media (max-width: 767.9px) {
  .terms-box__lists {
    margin-left: 0;
  }
}

.terms-box__list {
  padding: 20px 20px 20px 46px;
  border: 2px solid #f2f2f2;
  font-size: 14px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.terms-box__list li {
  list-style-type: none;
  counter-increment: cnt;
}
.terms-box__list .dash::before {
  content: "- ";
  display: inline-block;
  margin-left: -1em; /* サイトに合せて調整 */
  width: 1em; /* サイトに合せて調整 */
}
.terms-box__list .num::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
}

.terms-box__text {
  margin: 12px 0 14px 28px;
}

.terms__footer {
  text-align: right;
  margin: 0 auto 60px;
  max-width: 1030px;
  padding-right: 40px;
  padding-left: 40px;
}

/*==============================================================================
# privacy
==============================================================================*/
.privacy-policy {
  padding-top: 80px;
  padding-bottom: 50px;
}

.privacy-policy__head {
  text-align: center;
}

.privacy-policy__heading {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media (max-width: 767.9px) {
  .privacy-policy__heading {
    font-size: 24px;
  }
}
.privacy-policy__heading::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6px;
  background-color: #D42E1E;
  border-radius: 6px;
}

.privacy-policy__text {
  padding-top: 50px;
}

.privacy-policy__boxes {
  max-width: 950px;
  margin: 0 auto;
}

.privacy-policy__box {
  margin-top: 30px;
  padding-top: 34px;
  border-top: 2px dashed #f2f2f2;
}

.privacy-policy-box__head {
  margin: 0 auto;
  max-width: 800px;
}

.privacy-policy-box__heading {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.privacy-policy-box__heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D42E1E;
  width: 6px;
  height: 30px;
}

.privacy-policy-box__head-item {
  margin-left: 30px;
  position: relative;
}
.privacy-policy-box__head-item span {
  font-weight: 700;
}
.privacy-policy-box__head-item span::before {
  position: absolute;
  content: "・";
  color: #D42E1E;
  left: -20px;
}

.privacy-policy-box__table {
  margin-bottom: -16px;
  margin-top: 20px;
}
.privacy-policy-box__table th,
.privacy-policy-box__table td {
  padding-bottom: 24px;
}
.privacy-policy-box__table td {
  font-size: 16px;
}
.privacy-policy-box__table th {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  font-size: 16px;
  margin-left: -18px;
}
.privacy-policy-box__table span {
  color: #D42E1E;
  font-weight: 700;
}

.privacy-policy-box__content {
  max-width: 748px;
  margin: 0 auto;
}

.privacy-policy-box__text {
  margin: 12px 0 14px 0;
}

.privacy-policy-box__h3-title {
  font-weight: 700;
}

.privacy-policy-box__lists {
  margin-top: 20px;
  margin-bottom: 40px;
  word-break: break-all;
}

.privacy-policy-box__list {
  padding: 20px 20px 20px 46px;
  border: 2px solid #f2f2f2;
  font-size: 14px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.privacy-policy-box__list a {
  display: block;
}
.privacy-policy-box__list li {
  list-style-type: none;
  counter-increment: cnt;
}
.privacy-policy-box__list .dash::before {
  content: "・ ";
  display: inline-block;
  margin-left: -1em; /* サイトに合せて調整 */
  width: 1em; /* サイトに合せて調整 */
}
.privacy-policy-box__list .num::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
}

.list-dash {
  padding-left: 30px;
}

.list-num {
  gap: 16px;
}

.privacy-policy__footer {
  text-align: right;
  margin: 0 auto 60px;
  max-width: 1030px;
  padding-right: 40px;
  padding-left: 40px;
}

/*==============================================================================
# index
==============================================================================*/
.index__links {
  padding-top: 80px;
  padding-bottom: 80px;
}

.index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  text-align: center;
}

.index__link {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.index__link:hover {
  opacity: 0.6;
}