html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

.inner-l {
  max-width: 970px;
  margin: 0 auto;
  width: 95%;
}

.inner-s {
  max-width: 820px;
  margin: 0 auto;
  width: 95%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.pc-only {
  display: block;
}
@media screen and ( max-width: 768px ) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and ( max-width: 768px ) {
  .sp-only {
    display: block;
  }
}

.head {
  height: min(95px, 6.7857142857vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 970px) {
  .head {
    height: auto;
  }
}

.head-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 970px) {
  .head-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.head-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 970px) {
  .head-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.head-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #434343;
  text-align: right;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  letter-spacing: 1px;
  height: 100%;
  padding: 0 min(34px, 2.4285714286vw);
  gap: min(17px, 1.2142857143vw);
}
@media screen and (max-width: 970px) {
  .head-btn a {
    padding: 1rem min(34px, 2.4285714286vw);
    width: 50%;
    text-align: center;
  }
}
.head-btn a p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.head-btn a svg {
  width: 0.8rem;
}
.head-btn .head-btn__contact {
  background: #d00138;
  padding: 0 min(76px, 5.4285714286vw);
}
@media screen and (max-width: 970px) {
  .head-btn .head-btn__contact {
    padding: 1rem min(34px, 2.4285714286vw);
    width: 50%;
    text-align: center;
  }
}
.head-btn .head-btn__contact p {
  color: #fff;
}

@media screen and (max-width: 970px) {
  .head-text {
    padding: 1rem 0;
  }
}
.head-text h1 {
  padding: 0 min(18px, 1.2857142857vw);
  padding-right: 0;
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: clamp(16px, 14.8505747126px + 0.0030651341 * 100vw, 20px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  letter-spacing: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 970px) {
  .head-text h1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
    padding-left: 0;
    text-align: center;
    line-height: 200%;
  }
}
.head-text h1 span {
  border: 1px solid #000;
  height: min(42px, 3vw);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.6rem;
}
@media screen and (max-width: 970px) {
  .head-text h1 span {
    height: auto;
    display: inline-block;
    line-height: 1.4;
  }
}
.head-text h1 strong {
  font-size: clamp(20px, 17.7011494253px + 0.0061302682 * 100vw, 28px);
  letter-spacing: 2.8px;
}

.mv {
  position: relative;
}

.mv-btn {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and ( max-width: 768px ) {
  .mv-btn {
    bottom: 5%;
  }
}
.mv-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 37.1428571429vw;
  height: 7.1428571429vw;
  border-radius: 20px;
  background: #d00138;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 2.5714285714vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.6px;
}
@media screen and ( max-width: 768px ) {
  .mv-btn a {
    width: clamp(300px, 236.7816091954px + 0.1685823755 * 100vw, 520px);
    height: clamp(80px, 74.2528735632px + 0.0153256705 * 100vw, 100px);
    font-size: clamp(24px, 20.5517241379px + 0.0091954023 * 100vw, 36px);
  }
}

.ttl {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 170% */
  letter-spacing: 4px;
}
@media screen and ( max-width: 768px ) {
  .ttl {
    font-size: 3rem;
  }
}

.recommendation {
  background: -webkit-gradient(linear, left top, left bottom, from(#00096c), to(#0012d2));
  background: -webkit-linear-gradient(top, #00096c 0%, #0012d2 100%);
  background: linear-gradient(180deg, #00096c 0%, #0012d2 100%);
  margin-top: -0.1rem;
}
.recommendation .ttl {
  margin-bottom: 6.1rem;
}

.recommendation-container {
  padding: 5.6rem 0;
}
@media screen and ( max-width: 768px ) {
  .recommendation-container {
    padding-top: 0;
  }
}

.recommendation-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 768px ) {
  .recommendation-card {
    row-gap: 5rem;
  }
}

.recommendation-card__item {
  border-radius: 20px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.8);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.8);
  width: 300px;
  height: 300px;
}
@media screen and ( max-width: 768px ) {
  .recommendation-card__item {
    height: 280px;
  }
}
.recommendation-card__item h3 {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #d8c16a;
  text-align: center;
  height: 13.5rem;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-top: 0.5rem;
  border-radius: 20px 20px 0px 0px;
}
.recommendation-card__item h3 strong {
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and ( max-width: 768px ) {
  .recommendation-card__item h3 strong {
    font-size: 2.8rem;
  }
}
.recommendation-card__item p {
  color: #2f2f2f;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
  padding: 1.3rem 2.4rem;
}
.recommendation-card__item img {
  width: 5.9rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -3rem;
}

.market-price {
  background: url(../img/market-price-bg.webp) no-repeat center center/cover;
}
.market-price .ttl {
  margin-bottom: 4.7rem;
}

.market-price-container {
  padding: 5.6rem 0;
}

.market-price-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.1rem;
}
@media screen and ( max-width: 768px ) {
  .market-price-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.market-price-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 20px;
  background: #6e6e6e;
  padding: 2.3rem 2.4rem 3.6rem;
}
.market-price-item h3 {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 2.7rem;
}

.market-price-item__box {
  border-radius: 0.8rem;
  background-color: #fff;
}
.market-price-item__box p {
  color: #d00138;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .market-price-item__box p {
    font-size: 4rem;
  }
}
.market-price-item__box p span {
  font-size: 2rem;
  font-weight: 400;
}

.merit-title {
  background: url(../img/merit-bg.webp) no-repeat center bottom/cover;
  height: 23rem;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background-color: #00096c;
  position: relative;
}
.merit-title::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10.9rem;
  height: 4rem;
  background: url(../img/merit-arrow.webp) no-repeat center center/cover;
}
@media screen and ( max-width: 768px ) {
  .merit-title {
    height: auto;
    padding: 2.5rem 0 3.5rem;
  }
}
.merit-title h2 {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: #000;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 212.5%;
  /* 212.5% */
  letter-spacing: 3.2px;
}
@media screen and ( max-width: 768px ) {
  .merit-title h2 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.merit-title h2 span {
  color: #d00138;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 6.8rem;
  letter-spacing: 4.8px;
  background-color: #fff;
  padding: 0 1rem;
}
@media screen and ( max-width: 768px ) {
  .merit-title h2 span {
    font-size: 4rem;
  }
}

.merit-container {
  background: #00096c;
  padding: 7.9rem 0 9.3rem;
}

.merit-item {
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 8px 8px 4px 0px #be1642;
          box-shadow: 8px 8px 4px 0px #be1642;
}
.merit-item:nth-of-type(4) .merit-item__title, .merit-item:nth-of-type(6) .merit-item__title {
  height: 12rem;
}
@media screen and ( max-width: 768px ) {
  .merit-item:nth-of-type(4) .merit-item__title, .merit-item:nth-of-type(6) .merit-item__title {
    height: 8.5rem;
  }
}
.merit-item + .merit-item {
  margin-top: 7.3rem;
}

.merit-item__title {
  position: relative;
  border-radius: 20px 20px 0px 0px;
  background: #d8c16a;
  padding: 0 1rem 0 17.4rem;
  height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ( max-width: 768px ) {
  .merit-item__title {
    padding: 0 1rem 0 11rem;
    height: 7rem;
  }
}
.merit-item__title h3 {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .merit-item__title h3 {
    font-size: 2.4rem;
  }
}
.merit-item__title .merit-item__title-num {
  position: absolute;
  width: 11.8rem;
  bottom: 0;
  left: 2rem;
}
@media screen and ( max-width: 768px ) {
  .merit-item__title .merit-item__title-num {
    width: 8rem;
  }
}

.merit-item__content {
  padding: 2.9rem 4rem 4.3rem;
}
.merit-item__content p {
  color: #2f2f2f;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 350;
  line-height: 180%;
  /* 36px */
}

.arrow {
  width: 16.7rem;
  margin: 0 auto;
  margin: 3.8rem auto 3rem;
}
@media screen and ( max-width: 768px ) {
  .arrow {
    width: 12rem;
  }
}

.catch {
  background: #d00138;
  padding: 2.4rem 0;
}
.catch p {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
@media screen and ( max-width: 768px ) {
  .catch p {
    font-size: 3rem;
  }
}
.catch p span {
  font-size: 4.8rem;
}
@media screen and ( max-width: 768px ) {
  .catch p span {
    font-size: 3.4rem;
  }
}

.flow {
  background: -webkit-gradient(linear, left top, left bottom, from(#0012d2), to(#00096c));
  background: -webkit-linear-gradient(top, #0012d2 0%, #00096c 100%);
  background: linear-gradient(180deg, #0012d2 0%, #00096c 100%);
}

.flow-container {
  padding: 5.6rem 0;
}

.flow-banner {
  background: url(../img/flow-banner.webp) no-repeat center left/cover;
  height: 24.8rem;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background-color: #00096c;
  max-width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.9rem;
  width: 95%;
  -webkit-box-shadow: 0px 0px 8px 16px rgba(0, 8, 99, 0.4);
          box-shadow: 0px 0px 8px 16px rgba(0, 8, 99, 0.4);
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 860px) {
  .flow-banner {
    background: url(../img/flow-banner.webp) no-repeat center left/cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 3rem;
    gap: 2rem;
  }
}

.flow-attention__title h2 {
  color: #b20936;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 5.4811rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 2.741px;
}
@media screen and ( max-width: 768px ) {
  .flow-attention__title h2 {
    font-size: 4rem;
  }
}
.flow-attention__title h2 span {
  font-size: 6.3946rem;
}
@media screen and ( max-width: 768px ) {
  .flow-attention__title h2 span {
    font-size: 4.6rem;
  }
}

.flow-attention__fukidashi {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 1.1rem;
}
@media screen and ( max-width: 768px ) {
  .flow-attention__fukidashi {
    font-size: 2.6rem;
  }
}

.flow-attention__box {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.8rem;
  border: 3px solid #00096c;
  background: #00096c;
}
@media screen and ( max-width: 768px ) {
  .flow-attention__box {
    font-size: 4.6rem;
  }
}
.flow-attention__box span {
  font-size: 3.6rem;
  letter-spacing: 1.8px;
}
@media screen and ( max-width: 768px ) {
  .flow-attention__box span {
    font-size: 2.8rem;
  }
}

.flow-list {
  max-width: 680px;
  margin: 0 auto;
  width: 95%;
}

.flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 3px solid #d00138;
  background: #fff;
  overflow: hidden;
  background: #d00138;
}

.flow-item__title {
  text-align: center;
  background: #d00138;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 12rem;
  height: 100%;
}
@media screen and ( max-width: 768px ) {
  .flow-item__title {
    font-size: 3.6rem;
  }
}
.flow-item__title span {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.flow-item__text {
  padding: 2.9rem 3.2rem 2.5rem;
  width: 100%;
  background: #fff;
}
@media screen and ( max-width: 768px ) {
  .flow-item__text {
    padding: 2rem;
  }
}
.flow-item__text p {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and ( max-width: 768px ) {
  .flow-item__text p {
    font-size: 2.4rem;
  }
}

.flow-arrow img {
  width: 6.5rem;
  margin: 1rem auto 1.3rem;
  display: block;
}

.contact-title {
  background: url(../img/merit-bg.webp) no-repeat center bottom/cover;
  position: relative;
}
.contact-title::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10.9rem;
  height: 4rem;
  background: url(../img/merit-arrow.webp) no-repeat center center/cover;
}
.contact-title h2 {
  padding: 4.6rem 0;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  /* 141.667% */
  letter-spacing: 4.8px;
}
@media screen and ( max-width: 768px ) {
  .contact-title h2 {
    font-size: 3.2rem;
    letter-spacing: 2.8px;
    line-height: 1.4;
    padding: 2.4rem 0;
  }
}

.contact {
  background: #00096c;
}

.contact-message {
  border: 1px solid #fff;
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 2rem 3.6rem;
}
@media screen and ( max-width: 768px ) {
  .contact-message {
    width: 95%;
  }
}
.contact-message p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  width: 94%;
  margin: 0 auto;
}
@media screen and ( max-width: 768px ) {
  .contact-message p {
    font-size: 2rem;
  }
}

.contact-message__box {
  background: rgba(255, 255, 255, 0.25);
  margin-bottom: 2.1rem;
}
.contact-message__box h3 {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.6px;
  padding: 1.5rem 1.7rem 1.9rem;
}
@media screen and ( max-width: 768px ) {
  .contact-message__box h3 {
    font-size: 2.8rem;
  }
}

.footer-nav {
  background: #00096c;
  padding: 6.1rem 0 4rem;
}
.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7.56rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 768px ) {
  .footer-nav ul {
    gap: 4rem;
  }
}
.footer-nav a {
  color: #fff;
  text-align: right;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  letter-spacing: 1px;
}

.footer p {
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6.8rem;
  /* 425% */
  letter-spacing: 1.6px;
}
@media screen and ( max-width: 768px ) {
  .footer p {
    letter-spacing: 0;
  }
}

.thank-text {
  text-align: center;
  margin-bottom: 7.5%;
}
.thank-text p {
  font-size: clamp(18px, 16.275862069px + 0.0045977011 * 100vw, 24px);
  line-height: 1.8;
}

.color-wh {
  color: #fff;
}/*# sourceMappingURL=style.css.map */