.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.section-title__en {
  height: 66px;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .section-title__en {
    height: 40px;
  }
}
.section-title__jp {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .section-title__jp {
    font-size: 24px;
  }
}

.main-inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.price {
  overflow: hidden;
  position: relative;
  padding-top: 220px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.price::before {
  content: "";
  z-index: -1;
  height: auto;
  width: 67.2%;
  aspect-ratio: 1008/939;
  position: absolute;
  top: -217px;
  right: -15.2%;
  background: url(../../images/price_documents/focus-circle-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .price::before {
    top: -100px;
    right: -60px;
  }
}
.price__button {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .price__button {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.price__button img {
  width: 23px;
  margin-right: 15px;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  .price__button img {
    width: 20px;
    margin-right: 10px;
  }
}
.price__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .price__text {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.price__text-bold {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .price__text-bold {
    font-size: 20px;
  }
}

.documents {
  padding-top: 140px;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .documents {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.documents::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -5.3333333333%;
  background: url(../../images/price_documents/activity-bg-top.png) no-repeat;
  background-size: cover;
  height: auto;
  width: 82.6666666667%;
  aspect-ratio: 1240/1215;
  z-index: -1;
}
.documents__text {
  margin-top: 40px;
  margin-bottom: 80px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .documents__text {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.documents__text span {
  display: inline-block;
}
.documents__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 170px;
}
@media screen and (max-width: 1240px) {
  .documents__col2 {
    gap: 30px;
  }
}
@media screen and (max-width: 1240px) and (max-width: 768px) {
  .documents__col2 {
    grid-template-columns: 1fr;
  }
}
.documents__col2-title {
  font-size: 26px;
  line-height: 1.7307692308;
  letter-spacing: 0em;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .documents__col2-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.documents__col2-text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .documents__col2-text {
    font-size: 14px;
  }
}
.documents__caution {
  margin-top: 40px;
  margin-bottom: 100px;
  background: #f1f5f4;
  padding: 25px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .documents__caution {
    margin-top: 30px;
    padding: 15px 20px;
    margin-bottom: 40px;
    flex-direction: column;
    gap: 15px;
  }
}
.documents__caution img {
  width: 62px;
}
@media screen and (max-width: 768px) {
  .documents__caution img {
    width: 32px;
  }
}
.documents__caution p {
  font-size: 24px;
  line-height: 1.9166666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .documents__caution p {
    font-size: 16px;
  }
}
.documents__caution p span {
  font-size: 30px;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .documents__caution p span {
    font-size: 18px;
  }
}
.documents__pdf-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .documents__pdf-wrap {
    gap: 40px;
  }
}
.documents__wrap-title {
  font-size: 26px;
  line-height: 1.7307692308;
  letter-spacing: 0em;
  font-weight: 900;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .documents__wrap-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.documents__wrap-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .documents__wrap-list {
    gap: 20px;
  }
}
.documents__wrap-link {
  color: #102399;
  padding-bottom: 5px;
  position: relative;
  margin-right: 30px;
  transition: border-bottom 0.3s, opacity 0.3s;
  border-bottom: 1px solid var(--c_blue);
}
@media (hover) {
  .documents__wrap-link:hover {
    opacity: 0.7;
  }
}
.documents__wrap-link::after {
  content: "";
  position: absolute;
  width: 23px;
  height: auto;
  aspect-ratio: 23/24;
  top: 50%;
  right: -5px;
  translate: 100% -50%;
  -webkit-mask-image: url(../../images/price_documents/pdf.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../../images/price_documents/pdf.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #102399;
}
@media screen and (max-width: 768px) {
  .documents__wrap-link::after {
    width: 20px;
  }
}
.documents__annotation {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .documents__annotation {
    margin-top: 30px;
  }
}
.documents__annotation p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .documents__annotation p {
    font-size: 14px;
  }
}
.documents__annotation a {
  margin-top: 5px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #102399;
  text-decoration: underline;
  text-underline-offset: 10px;
  transition: opacity 0.3s;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .documents__annotation a {
    font-size: 16px;
    text-underline-offset: 5px;
  }
}
@media (hover) {
  .documents__annotation a:hover {
    opacity: 0.7;
  }
}
.documents__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  background: #f1f5f4;
  width: 500px;
  height: 140px;
  border-radius: 6px;
  margin: 100px auto 0;
  padding-right: 20px;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .documents__button {
    margin-top: 50px;
    height: 100px;
    gap: 20px;
    width: 100%;
    max-width: 350px;
    padding-right: 0;
    justify-content: center;
  }
}
@media (hover) {
  .documents__button:hover {
    background: var(--c_blue);
  }
  .documents__button:hover .arrow {
    border-color: var(--c_white);
  }
  .documents__button:hover .documents__btn-img {
    background: var(--c_white);
  }
  .documents__button:hover .documents__btn-txt {
    color: var(--c_white);
  }
}
.documents__button img {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .documents__button img {
    width: 40px;
  }
}
.documents__btn-img {
  width: 60px;
  height: 68px;
  aspect-ratio: 60/68;
  display: inline-block;
  -webkit-mask-image: url(../../images/common/icon_manifest.svg);
          mask-image: url(../../images/common/icon_manifest.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--c_black);
  transition: background 0.3s;
}
.documents__btn-txt {
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .documents__btn-txt {
    font-size: 20px;
  }
}
.documents .arrow {
  position: relative;
  width: 17px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: -45deg;
  transform-origin: center center;
  border-right: 4px solid;
  border-bottom: 4px solid;
  transition: border-color 0.3s;
  border-color: var(--c_blue);
}
/*# sourceMappingURL=style.css.map */
