.container {
  width: 100%;
  max-width: 116.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 2.4rem;
  }
}

.c-breadcrumb {
  max-width: 136.6rem;
  margin: 0 auto 10.8rem;
  padding: 2.4rem 3.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb {
    margin: 0 auto 6rem;
    padding: 2rem 2rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__list > li {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li {
    white-space: nowrap;
  }
}
.c-breadcrumb__list > li a {
  color: rgba(0, 0, 0, 0.4);
}
.c-breadcrumb__list > li::after {
  margin: 0 0.8rem;
  content: "";
  background-image: url("../img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-breadcrumb__list > li:last-child::after {
  display: none;
}

.c-pagehead {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead {
    margin-bottom: 2.2rem;
  }
}
.c-pagehead__title {
  font-weight: 700;
  font-size: 1.3rem;
}
.c-pagehead__title::after {
  position: relative;
  z-index: 1;
  margin-top: 1.3rem;
  margin-bottom: -2px;
  padding-bottom: 2.4rem;
  content: attr(data-title-en);
  display: block;
  letter-spacing: 0.02em;
  font-size: 6.2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2096774194;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead__title::after {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.04em;
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}
.c-pagehead.-dotted {
  border-bottom: none;
  margin-bottom: 0;
}
.c-pagehead.-dotted .c-pagehead__title {
  position: relative;
}
.c-pagehead.-dotted .c-pagehead__title:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.c-pagehead.-dotted .c-pagehead__title:after {
  border-bottom: none;
}
.c-pagehead.-dotted .c-pagehead__title span {
  padding-left: 1.6rem;
}

.c-full-btn {
  width: 100%;
  padding: 2.2rem 0 1.9rem;
  text-align: center;
  font-weight: bolder;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #2D2D2D;
}
.c-full-btn--org {
  background-color: #ff6510;
}

/*************************
privacy
************************ */
.thanks {
  background-color: #f4f4f4;
}

.p-thanks-contents {
  max-width: 109.4rem;
  background-color: #fff;
  margin: 0 auto 10rem;
  padding: 8rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-contents {
    max-width: calc(100% - 5rem);
    padding: 3.8rem 2rem 3.3rem;
    margin-bottom: 6rem;
  }
}
.p-thanks-contents__body {
  max-width: 85.85rem;
  margin: 0 auto;
}
.p-thanks-contents__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6rem;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.12em;
  padding-bottom: 1.05rem;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-contents__title {
    border-bottom: 0;
    font-size: 2.2rem;
    line-height: 1.5454545455;
    text-align: center;
    margin-bottom: 2.8rem;
    padding-bottom: 0;
  }
  .p-thanks-contents__title::after {
    content: "";
    display: block;
    border-bottom: 2px solid #ff6510;
    width: 10.4rem;
    margin: 2rem auto 0;
  }
}
.p-thanks-contents__text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-contents__text {
    text-align: left;
    line-height: 2.3076923077;
    margin-bottom: 2.8rem;
    padding-bottom: 2.8rem;
    border-bottom: 1px solid #C1C1C1;
  }
}
.p-thanks-contents__infomations {
  padding: 2.8rem;
  background-color: #f4f4f4;
  display: flex;
  margin-bottom: 6rem;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-contents__infomations {
    padding: 1.7rem;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2.8rem;
  }
}
.p-thanks-contents__infomation {
  background-color: #fff;
  width: calc(50% - 0.5rem);
  padding: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-thanks-contents__infomation {
    width: 100%;
    padding: 1.2rem 1.8rem;
  }
}
.p-thanks-contents__infomation-title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0.58rem;
  align-items: center;
}
.p-thanks-contents__infomation-title img {
  width: 1.83rem;
  height: 1.37rem;
}
.p-thanks-contents__infomation-text {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}