@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.flex-col {
  flex-direction: column;
}

.text-end {
  text-align: end;
}

.w-full {
  width: 100%;
}

.w-content {
  width: max-content;
}

.h-full {
  height: 100%;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-content {
  width: max-content;
}

.fw-1 {
  font-weight: 100 !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.gap-0\.5 {
  gap: 0.5rem;
}

.gap-0 {
  gap: 0rem;
}

.flex-0 {
  flex: 0;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-0 {
  font-weight: 100;
}

.font-size-0 {
  font-size: 0rem;
}

.fs-0 {
  font-size: 0rem;
}

.w-0 {
  width: 0rem;
}

.m-0 {
  margin: 0rem;
}

.p-0 {
  padding: 0rem;
}

.max-w-0 {
  max-width: 0rem;
}

.min-w-0 {
  min-width: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}
@media only screen and (max-width: 960px) {
  .ml-0 {
    margin-left: 0rem;
  }
}

.mr-0 {
  margin-right: 0rem;
}
@media only screen and (max-width: 960px) {
  .mr-0 {
    margin-right: 0rem;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mt-0\.5 {
  margin-top: 0.5rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (max-width: 960px) {
  .mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.pl-0 {
  padding-left: 0rem;
}
@media only screen and (max-width: 960px) {
  .pl-0 {
    padding-left: 0rem;
  }
}

.pr-0 {
  padding-right: 0rem;
}
@media only screen and (max-width: 960px) {
  .pr-0 {
    padding-right: 0rem;
  }
}

.pt-0\.5 {
  padding-top: 0.5rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media only screen and (max-width: 960px) {
  .px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.indent-0 {
  text-indent: 0rem;
}

.lh-1 {
  line-height: 0.2 !important;
}

.gap-1\.5 {
  gap: 1.5rem;
}

.gap-1 {
  gap: 1rem;
}

.flex-1 {
  flex: 1;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-1 {
  font-weight: 200;
}

.font-size-1 {
  font-size: 0.2rem;
}

.fs-1 {
  font-size: 0.2rem;
}

.w-1 {
  width: 4rem;
}

.m-1 {
  margin: 1rem;
}

.p-1 {
  padding: 1rem;
}

.max-w-1 {
  max-width: 4rem;
}

.min-w-1 {
  min-width: 4rem;
}

.ml-1 {
  margin-left: 1rem;
}
@media only screen and (max-width: 960px) {
  .ml-1 {
    margin-left: 0.5rem;
  }
}

.mr-1 {
  margin-right: 1rem;
}
@media only screen and (max-width: 960px) {
  .mr-1 {
    margin-right: 0.5rem;
  }
}

.mt-1 {
  margin-top: 1rem;
}

.mt-1\.5 {
  margin-top: 1.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 960px) {
  .mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.pl-1 {
  padding-left: 1rem;
}
@media only screen and (max-width: 960px) {
  .pl-1 {
    padding-left: 0.5rem;
  }
}

.pr-1 {
  padding-right: 1rem;
}
@media only screen and (max-width: 960px) {
  .pr-1 {
    padding-right: 0.5rem;
  }
}

.pt-1\.5 {
  padding-top: 1.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 960px) {
  .px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.indent-1 {
  text-indent: 0.2rem;
}

.lh-2 {
  line-height: 0.4 !important;
}

.gap-2\.5 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 2rem;
}

.flex-2 {
  flex: 2;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-2 {
  font-weight: 300;
}

.font-size-2 {
  font-size: 0.4rem;
}

.fs-2 {
  font-size: 0.4rem;
}

.w-2 {
  width: 8rem;
}

.m-2 {
  margin: 2rem;
}

.p-2 {
  padding: 2rem;
}

.max-w-2 {
  max-width: 8rem;
}

.min-w-2 {
  min-width: 8rem;
}

.ml-2 {
  margin-left: 2rem;
}
@media only screen and (max-width: 960px) {
  .ml-2 {
    margin-left: 1rem;
  }
}

.mr-2 {
  margin-right: 2rem;
}
@media only screen and (max-width: 960px) {
  .mr-2 {
    margin-right: 1rem;
  }
}

.mt-2 {
  margin-top: 2rem;
}

.mt-2\.5 {
  margin-top: 2.5rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 960px) {
  .mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.pl-2 {
  padding-left: 2rem;
}
@media only screen and (max-width: 960px) {
  .pl-2 {
    padding-left: 1rem;
  }
}

.pr-2 {
  padding-right: 2rem;
}
@media only screen and (max-width: 960px) {
  .pr-2 {
    padding-right: 1rem;
  }
}

.pt-2\.5 {
  padding-top: 2.5rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 960px) {
  .px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.indent-2 {
  text-indent: 0.4rem;
}

.lh-3 {
  line-height: 0.6 !important;
}

.gap-3\.5 {
  gap: 3.5rem;
}

.gap-3 {
  gap: 3rem;
}

.flex-3 {
  flex: 3;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-3 {
  font-weight: 400;
}

.font-size-3 {
  font-size: 0.6rem;
}

.fs-3 {
  font-size: 0.6rem;
}

.w-3 {
  width: 12rem;
}

.m-3 {
  margin: 3rem;
}

.p-3 {
  padding: 3rem;
}

.max-w-3 {
  max-width: 12rem;
}

.min-w-3 {
  min-width: 12rem;
}

.ml-3 {
  margin-left: 3rem;
}
@media only screen and (max-width: 960px) {
  .ml-3 {
    margin-left: 1.5rem;
  }
}

.mr-3 {
  margin-right: 3rem;
}
@media only screen and (max-width: 960px) {
  .mr-3 {
    margin-right: 1.5rem;
  }
}

.mt-3 {
  margin-top: 3rem;
}

.mt-3\.5 {
  margin-top: 3.5rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 960px) {
  .mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.pl-3 {
  padding-left: 3rem;
}
@media only screen and (max-width: 960px) {
  .pl-3 {
    padding-left: 1.5rem;
  }
}

.pr-3 {
  padding-right: 3rem;
}
@media only screen and (max-width: 960px) {
  .pr-3 {
    padding-right: 1.5rem;
  }
}

.pt-3\.5 {
  padding-top: 3.5rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 960px) {
  .px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.indent-3 {
  text-indent: 0.6rem;
}

.lh-4 {
  line-height: 0.8 !important;
}

.gap-4\.5 {
  gap: 4.5rem;
}

.gap-4 {
  gap: 4rem;
}

.flex-4 {
  flex: 4;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-4 {
  font-weight: 500;
}

.font-size-4 {
  font-size: 0.8rem;
}

.fs-4 {
  font-size: 0.8rem;
}

.w-4 {
  width: 16rem;
}

.m-4 {
  margin: 4rem;
}

.p-4 {
  padding: 4rem;
}

.max-w-4 {
  max-width: 16rem;
}

.min-w-4 {
  min-width: 16rem;
}

.ml-4 {
  margin-left: 4rem;
}
@media only screen and (max-width: 960px) {
  .ml-4 {
    margin-left: 2rem;
  }
}

.mr-4 {
  margin-right: 4rem;
}
@media only screen and (max-width: 960px) {
  .mr-4 {
    margin-right: 2rem;
  }
}

.mt-4 {
  margin-top: 4rem;
}

.mt-4\.5 {
  margin-top: 4.5rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
@media only screen and (max-width: 960px) {
  .mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.pl-4 {
  padding-left: 4rem;
}
@media only screen and (max-width: 960px) {
  .pl-4 {
    padding-left: 2rem;
  }
}

.pr-4 {
  padding-right: 4rem;
}
@media only screen and (max-width: 960px) {
  .pr-4 {
    padding-right: 2rem;
  }
}

.pt-4\.5 {
  padding-top: 4.5rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media only screen and (max-width: 960px) {
  .px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.indent-4 {
  text-indent: 0.8rem;
}

.lh-5 {
  line-height: 1 !important;
}

.gap-5\.5 {
  gap: 5.5rem;
}

.gap-5 {
  gap: 5rem;
}

.flex-5 {
  flex: 5;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-5 {
  font-weight: 600;
}

.font-size-5 {
  font-size: 1rem;
}

.fs-5 {
  font-size: 1rem;
}

.w-5 {
  width: 20rem;
}

.m-5 {
  margin: 5rem;
}

.p-5 {
  padding: 5rem;
}

.max-w-5 {
  max-width: 20rem;
}

.min-w-5 {
  min-width: 20rem;
}

.ml-5 {
  margin-left: 5rem;
}
@media only screen and (max-width: 960px) {
  .ml-5 {
    margin-left: 2.5rem;
  }
}

.mr-5 {
  margin-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .mr-5 {
    margin-right: 2.5rem;
  }
}

.mt-5 {
  margin-top: 5rem;
}

.mt-5\.5 {
  margin-top: 5.5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .mx-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.pl-5 {
  padding-left: 5rem;
}
@media only screen and (max-width: 960px) {
  .pl-5 {
    padding-left: 2.5rem;
  }
}

.pr-5 {
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .pr-5 {
    padding-right: 2.5rem;
  }
}

.pt-5\.5 {
  padding-top: 5.5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .px-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.indent-5 {
  text-indent: 1rem;
}

.lh-6 {
  line-height: 1.2 !important;
}

.gap-6\.5 {
  gap: 6.5rem;
}

.gap-6 {
  gap: 6rem;
}

.flex-6 {
  flex: 6;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-6 {
  font-weight: 700;
}

.font-size-6 {
  font-size: 1.2rem;
}

.fs-6 {
  font-size: 1.2rem;
}

.w-6 {
  width: 24rem;
}

.m-6 {
  margin: 6rem;
}

.p-6 {
  padding: 6rem;
}

.max-w-6 {
  max-width: 24rem;
}

.min-w-6 {
  min-width: 24rem;
}

.ml-6 {
  margin-left: 6rem;
}
@media only screen and (max-width: 960px) {
  .ml-6 {
    margin-left: 3rem;
  }
}

.mr-6 {
  margin-right: 6rem;
}
@media only screen and (max-width: 960px) {
  .mr-6 {
    margin-right: 3rem;
  }
}

.mt-6 {
  margin-top: 6rem;
}

.mt-6\.5 {
  margin-top: 6.5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem;
}
@media only screen and (max-width: 960px) {
  .mx-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.pl-6 {
  padding-left: 6rem;
}
@media only screen and (max-width: 960px) {
  .pl-6 {
    padding-left: 3rem;
  }
}

.pr-6 {
  padding-right: 6rem;
}
@media only screen and (max-width: 960px) {
  .pr-6 {
    padding-right: 3rem;
  }
}

.pt-6\.5 {
  padding-top: 6.5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 960px) {
  .px-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.indent-6 {
  text-indent: 1.2rem;
}

.lh-7 {
  line-height: 1.4 !important;
}

.gap-7\.5 {
  gap: 7.5rem;
}

.gap-7 {
  gap: 7rem;
}

.flex-7 {
  flex: 7;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-7 {
  font-weight: 800;
}

.font-size-7 {
  font-size: 1.4rem;
}

.fs-7 {
  font-size: 1.4rem;
}

.w-7 {
  width: 28rem;
}

.m-7 {
  margin: 7rem;
}

.p-7 {
  padding: 7rem;
}

.max-w-7 {
  max-width: 28rem;
}

.min-w-7 {
  min-width: 28rem;
}

.ml-7 {
  margin-left: 7rem;
}
@media only screen and (max-width: 960px) {
  .ml-7 {
    margin-left: 3.5rem;
  }
}

.mr-7 {
  margin-right: 7rem;
}
@media only screen and (max-width: 960px) {
  .mr-7 {
    margin-right: 3.5rem;
  }
}

.mt-7 {
  margin-top: 7rem;
}

.mt-7\.5 {
  margin-top: 7.5rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem;
}
@media only screen and (max-width: 960px) {
  .mx-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

.pl-7 {
  padding-left: 7rem;
}
@media only screen and (max-width: 960px) {
  .pl-7 {
    padding-left: 3.5rem;
  }
}

.pr-7 {
  padding-right: 7rem;
}
@media only screen and (max-width: 960px) {
  .pr-7 {
    padding-right: 3.5rem;
  }
}

.pt-7\.5 {
  padding-top: 7.5rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media only screen and (max-width: 960px) {
  .px-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.indent-7 {
  text-indent: 1.4rem;
}

.lh-8 {
  line-height: 1.6 !important;
}

.gap-8\.5 {
  gap: 8.5rem;
}

.gap-8 {
  gap: 8rem;
}

.flex-8 {
  flex: 8;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-8 {
  font-weight: 900;
}

.font-size-8 {
  font-size: 1.6rem;
}

.fs-8 {
  font-size: 1.6rem;
}

.w-8 {
  width: 32rem;
}

.m-8 {
  margin: 8rem;
}

.p-8 {
  padding: 8rem;
}

.max-w-8 {
  max-width: 32rem;
}

.min-w-8 {
  min-width: 32rem;
}

.ml-8 {
  margin-left: 8rem;
}
@media only screen and (max-width: 960px) {
  .ml-8 {
    margin-left: 4rem;
  }
}

.mr-8 {
  margin-right: 8rem;
}
@media only screen and (max-width: 960px) {
  .mr-8 {
    margin-right: 4rem;
  }
}

.mt-8 {
  margin-top: 8rem;
}

.mt-8\.5 {
  margin-top: 8.5rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem;
}
@media only screen and (max-width: 960px) {
  .mx-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.pl-8 {
  padding-left: 8rem;
}
@media only screen and (max-width: 960px) {
  .pl-8 {
    padding-left: 4rem;
  }
}

.pr-8 {
  padding-right: 8rem;
}
@media only screen and (max-width: 960px) {
  .pr-8 {
    padding-right: 4rem;
  }
}

.pt-8\.5 {
  padding-top: 8.5rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}
@media only screen and (max-width: 960px) {
  .px-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.indent-8 {
  text-indent: 1.6rem;
}

.lh-9 {
  line-height: 1.8 !important;
}

.gap-9\.5 {
  gap: 9.5rem;
}

.gap-9 {
  gap: 9rem;
}

.flex-9 {
  flex: 9;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-9 {
  font-weight: 1000;
}

.font-size-9 {
  font-size: 1.8rem;
}

.fs-9 {
  font-size: 1.8rem;
}

.w-9 {
  width: 36rem;
}

.m-9 {
  margin: 9rem;
}

.p-9 {
  padding: 9rem;
}

.max-w-9 {
  max-width: 36rem;
}

.min-w-9 {
  min-width: 36rem;
}

.ml-9 {
  margin-left: 9rem;
}
@media only screen and (max-width: 960px) {
  .ml-9 {
    margin-left: 4.5rem;
  }
}

.mr-9 {
  margin-right: 9rem;
}
@media only screen and (max-width: 960px) {
  .mr-9 {
    margin-right: 4.5rem;
  }
}

.mt-9 {
  margin-top: 9rem;
}

.mt-9\.5 {
  margin-top: 9.5rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-9 {
  margin-left: 9rem;
  margin-right: 9rem;
}
@media only screen and (max-width: 960px) {
  .mx-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
}

.pl-9 {
  padding-left: 9rem;
}
@media only screen and (max-width: 960px) {
  .pl-9 {
    padding-left: 4.5rem;
  }
}

.pr-9 {
  padding-right: 9rem;
}
@media only screen and (max-width: 960px) {
  .pr-9 {
    padding-right: 4.5rem;
  }
}

.pt-9\.5 {
  padding-top: 9.5rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media only screen and (max-width: 960px) {
  .px-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.indent-9 {
  text-indent: 1.8rem;
}

.lh-10 {
  line-height: 2 !important;
}

.gap-10\.5 {
  gap: 10.5rem;
}

.gap-10 {
  gap: 10rem;
}

.flex-10 {
  flex: 10;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-10 {
  font-weight: 1100;
}

.font-size-10 {
  font-size: 2rem;
}

.fs-10 {
  font-size: 2rem;
}

.w-10 {
  width: 40rem;
}

.m-10 {
  margin: 10rem;
}

.p-10 {
  padding: 10rem;
}

.max-w-10 {
  max-width: 40rem;
}

.min-w-10 {
  min-width: 40rem;
}

.ml-10 {
  margin-left: 10rem;
}
@media only screen and (max-width: 960px) {
  .ml-10 {
    margin-left: 5rem;
  }
}

.mr-10 {
  margin-right: 10rem;
}
@media only screen and (max-width: 960px) {
  .mr-10 {
    margin-right: 5rem;
  }
}

.mt-10 {
  margin-top: 10rem;
}

.mt-10\.5 {
  margin-top: 10.5rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-10 {
  margin-left: 10rem;
  margin-right: 10rem;
}
@media only screen and (max-width: 960px) {
  .mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.pl-10 {
  padding-left: 10rem;
}
@media only screen and (max-width: 960px) {
  .pl-10 {
    padding-left: 5rem;
  }
}

.pr-10 {
  padding-right: 10rem;
}
@media only screen and (max-width: 960px) {
  .pr-10 {
    padding-right: 5rem;
  }
}

.pt-10\.5 {
  padding-top: 10.5rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 960px) {
  .px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.indent-10 {
  text-indent: 2rem;
}

.lh-11 {
  line-height: 2.2 !important;
}

.gap-11\.5 {
  gap: 11.5rem;
}

.gap-11 {
  gap: 11rem;
}

.flex-11 {
  flex: 11;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-11 {
  font-weight: 1200;
}

.font-size-11 {
  font-size: 2.2rem;
}

.fs-11 {
  font-size: 2.2rem;
}

.w-11 {
  width: 44rem;
}

.m-11 {
  margin: 11rem;
}

.p-11 {
  padding: 11rem;
}

.max-w-11 {
  max-width: 44rem;
}

.min-w-11 {
  min-width: 44rem;
}

.ml-11 {
  margin-left: 11rem;
}
@media only screen and (max-width: 960px) {
  .ml-11 {
    margin-left: 5.5rem;
  }
}

.mr-11 {
  margin-right: 11rem;
}
@media only screen and (max-width: 960px) {
  .mr-11 {
    margin-right: 5.5rem;
  }
}

.mt-11 {
  margin-top: 11rem;
}

.mt-11\.5 {
  margin-top: 11.5rem;
}

.mb-11 {
  margin-bottom: 11rem;
}

.my-11 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-11 {
  margin-left: 11rem;
  margin-right: 11rem;
}
@media only screen and (max-width: 960px) {
  .mx-11 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
}

.pl-11 {
  padding-left: 11rem;
}
@media only screen and (max-width: 960px) {
  .pl-11 {
    padding-left: 5.5rem;
  }
}

.pr-11 {
  padding-right: 11rem;
}
@media only screen and (max-width: 960px) {
  .pr-11 {
    padding-right: 5.5rem;
  }
}

.pt-11\.5 {
  padding-top: 11.5rem;
}

.pt-11 {
  padding-top: 11rem;
}

.pb-11 {
  padding-bottom: 11rem;
}

.py-11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-11 {
  padding-left: 11rem;
  padding-right: 11rem;
}
@media only screen and (max-width: 960px) {
  .px-11 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}

.indent-11 {
  text-indent: 2.2rem;
}

.lh-12 {
  line-height: 2.4 !important;
}

.gap-12\.5 {
  gap: 12.5rem;
}

.gap-12 {
  gap: 12rem;
}

.flex-12 {
  flex: 12;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-12 {
  font-weight: 1300;
}

.font-size-12 {
  font-size: 2.4rem;
}

.fs-12 {
  font-size: 2.4rem;
}

.w-12 {
  width: 48rem;
}

.m-12 {
  margin: 12rem;
}

.p-12 {
  padding: 12rem;
}

.max-w-12 {
  max-width: 48rem;
}

.min-w-12 {
  min-width: 48rem;
}

.ml-12 {
  margin-left: 12rem;
}
@media only screen and (max-width: 960px) {
  .ml-12 {
    margin-left: 6rem;
  }
}

.mr-12 {
  margin-right: 12rem;
}
@media only screen and (max-width: 960px) {
  .mr-12 {
    margin-right: 6rem;
  }
}

.mt-12 {
  margin-top: 12rem;
}

.mt-12\.5 {
  margin-top: 12.5rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.my-12 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-12 {
  margin-left: 12rem;
  margin-right: 12rem;
}
@media only screen and (max-width: 960px) {
  .mx-12 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

.pl-12 {
  padding-left: 12rem;
}
@media only screen and (max-width: 960px) {
  .pl-12 {
    padding-left: 6rem;
  }
}

.pr-12 {
  padding-right: 12rem;
}
@media only screen and (max-width: 960px) {
  .pr-12 {
    padding-right: 6rem;
  }
}

.pt-12\.5 {
  padding-top: 12.5rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-12 {
  padding-left: 12rem;
  padding-right: 12rem;
}
@media only screen and (max-width: 960px) {
  .px-12 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.indent-12 {
  text-indent: 2.4rem;
}

.lh-13 {
  line-height: 2.6 !important;
}

.gap-13\.5 {
  gap: 13.5rem;
}

.gap-13 {
  gap: 13rem;
}

.flex-13 {
  flex: 13;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-13 {
  font-weight: 1400;
}

.font-size-13 {
  font-size: 2.6rem;
}

.fs-13 {
  font-size: 2.6rem;
}

.w-13 {
  width: 52rem;
}

.m-13 {
  margin: 13rem;
}

.p-13 {
  padding: 13rem;
}

.max-w-13 {
  max-width: 52rem;
}

.min-w-13 {
  min-width: 52rem;
}

.ml-13 {
  margin-left: 13rem;
}
@media only screen and (max-width: 960px) {
  .ml-13 {
    margin-left: 6.5rem;
  }
}

.mr-13 {
  margin-right: 13rem;
}
@media only screen and (max-width: 960px) {
  .mr-13 {
    margin-right: 6.5rem;
  }
}

.mt-13 {
  margin-top: 13rem;
}

.mt-13\.5 {
  margin-top: 13.5rem;
}

.mb-13 {
  margin-bottom: 13rem;
}

.my-13 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-13 {
  margin-left: 13rem;
  margin-right: 13rem;
}
@media only screen and (max-width: 960px) {
  .mx-13 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
}

.pl-13 {
  padding-left: 13rem;
}
@media only screen and (max-width: 960px) {
  .pl-13 {
    padding-left: 6.5rem;
  }
}

.pr-13 {
  padding-right: 13rem;
}
@media only screen and (max-width: 960px) {
  .pr-13 {
    padding-right: 6.5rem;
  }
}

.pt-13\.5 {
  padding-top: 13.5rem;
}

.pt-13 {
  padding-top: 13rem;
}

.pb-13 {
  padding-bottom: 13rem;
}

.py-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.px-13 {
  padding-left: 13rem;
  padding-right: 13rem;
}
@media only screen and (max-width: 960px) {
  .px-13 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

.indent-13 {
  text-indent: 2.6rem;
}

.lh-14 {
  line-height: 2.8 !important;
}

.gap-14\.5 {
  gap: 14.5rem;
}

.gap-14 {
  gap: 14rem;
}

.flex-14 {
  flex: 14;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-14 {
  font-weight: 1500;
}

.font-size-14 {
  font-size: 2.8rem;
}

.fs-14 {
  font-size: 2.8rem;
}

.w-14 {
  width: 56rem;
}

.m-14 {
  margin: 14rem;
}

.p-14 {
  padding: 14rem;
}

.max-w-14 {
  max-width: 56rem;
}

.min-w-14 {
  min-width: 56rem;
}

.ml-14 {
  margin-left: 14rem;
}
@media only screen and (max-width: 960px) {
  .ml-14 {
    margin-left: 7rem;
  }
}

.mr-14 {
  margin-right: 14rem;
}
@media only screen and (max-width: 960px) {
  .mr-14 {
    margin-right: 7rem;
  }
}

.mt-14 {
  margin-top: 14rem;
}

.mt-14\.5 {
  margin-top: 14.5rem;
}

.mb-14 {
  margin-bottom: 14rem;
}

.my-14 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-14 {
  margin-left: 14rem;
  margin-right: 14rem;
}
@media only screen and (max-width: 960px) {
  .mx-14 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}

.pl-14 {
  padding-left: 14rem;
}
@media only screen and (max-width: 960px) {
  .pl-14 {
    padding-left: 7rem;
  }
}

.pr-14 {
  padding-right: 14rem;
}
@media only screen and (max-width: 960px) {
  .pr-14 {
    padding-right: 7rem;
  }
}

.pt-14\.5 {
  padding-top: 14.5rem;
}

.pt-14 {
  padding-top: 14rem;
}

.pb-14 {
  padding-bottom: 14rem;
}

.py-14 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-14 {
  padding-left: 14rem;
  padding-right: 14rem;
}
@media only screen and (max-width: 960px) {
  .px-14 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.indent-14 {
  text-indent: 2.8rem;
}

.lh-15 {
  line-height: 3 !important;
}

.gap-15\.5 {
  gap: 15.5rem;
}

.gap-15 {
  gap: 15rem;
}

.flex-15 {
  flex: 15;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.font-15 {
  font-weight: 1600;
}

.font-size-15 {
  font-size: 3rem;
}

.fs-15 {
  font-size: 3rem;
}

.w-15 {
  width: 60rem;
}

.m-15 {
  margin: 15rem;
}

.p-15 {
  padding: 15rem;
}

.max-w-15 {
  max-width: 60rem;
}

.min-w-15 {
  min-width: 60rem;
}

.ml-15 {
  margin-left: 15rem;
}
@media only screen and (max-width: 960px) {
  .ml-15 {
    margin-left: 7.5rem;
  }
}

.mr-15 {
  margin-right: 15rem;
}
@media only screen and (max-width: 960px) {
  .mr-15 {
    margin-right: 7.5rem;
  }
}

.mt-15 {
  margin-top: 15rem;
}

.mt-15\.5 {
  margin-top: 15.5rem;
}

.mb-15 {
  margin-bottom: 15rem;
}

.my-15 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mx-15 {
  margin-left: 15rem;
  margin-right: 15rem;
}
@media only screen and (max-width: 960px) {
  .mx-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}

.pl-15 {
  padding-left: 15rem;
}
@media only screen and (max-width: 960px) {
  .pl-15 {
    padding-left: 7.5rem;
  }
}

.pr-15 {
  padding-right: 15rem;
}
@media only screen and (max-width: 960px) {
  .pr-15 {
    padding-right: 7.5rem;
  }
}

.pt-15\.5 {
  padding-top: 15.5rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.px-15 {
  padding-left: 15rem;
  padding-right: 15rem;
}
@media only screen and (max-width: 960px) {
  .px-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.indent-15 {
  text-indent: 3rem;
}

.hidden {
  display: none;
}

.bg-ebf3f5 {
  background-color: #ebf3f5;
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 50px;
  background: #000000;
  color: #FFFFFF;
  border-radius: 4px;
  text-decoration: none;
  transition: all 150ms linear;
}
.btn-link:hover {
  background: #363636;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

.title .sub {
  font-size: 1rem;
  color: #3153A3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
.title .text {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  font-family: "Cormorant Garamond", system-ui;
}

.heading-01 {
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  color: #3153A3;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 1rem;
  word-break: auto-phrase;
}

.heading-02 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3153A3;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0rem;
}

.required {
  position: relative;
  margin: 0 2px;
}
.required::after {
  content: "※";
  color: #D80000;
}

.text-primary {
  color: #3153A3;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media only screen and (max-width: 960px) {
  .sp\:flex {
    display: flex !important;
  }
  .sp\:flex-column {
    display: flex !important;
    flex-direction: column !important;
  }
  .sp\:flex-row {
    display: flex !important;
    flex-direction: row !important;
  }
  .sp\:flex-col {
    display: flex !important;
    flex-direction: column !important;
  }
  .sp\:flex-col-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .sp\:flex-column-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .sp\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sp\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .sp\:justify-center {
    justify-content: center !important;
  }
  .sp\:justify-between {
    justify-content: space-between !important;
  }
  .sp\:justify-around {
    justify-content: space-around !important;
  }
  .sp\:justify-start {
    justify-content: flex-start !important;
  }
  .sp\:justify-end {
    justify-content: flex-end !important;
  }
  .sp\:items-center {
    align-items: center !important;
  }
  .sp\:items-start {
    align-items: flex-start !important;
  }
  .sp\:items-end {
    align-items: flex-end !important;
  }
  .sp\:items-baseline {
    align-items: baseline !important;
  }
  .sp\:flex-col {
    flex-direction: column !important;
  }
  .sp\:text-end {
    text-align: end !important;
  }
  .sp\:w-full {
    width: 100% !important;
  }
  .sp\:w-content {
    width: max-content !important;
  }
  .sp\:h-full {
    height: 100% !important;
  }
  .sp\:center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    vertical-align: middle !important;
  }
  .sp\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sp\:w-content {
    width: max-content !important;
  }
  .sp\:gap-0 {
    gap: 0rem !important;
  }
  .sp\:flex-0 {
    flex: 0 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-0 {
    font-weight: 100 !important;
  }
  .sp\:font-size-0 {
    font-size: 0rem !important;
  }
  .sp\:fs-0 {
    font-size: 0rem !important;
  }
  .sp\:w-0 {
    width: 0rem !important;
  }
  .sp\:h-0 {
    height: 0rem !important;
  }
  .sp\:m-0 {
    margin: 0rem !important;
  }
  .sp\:p-0 {
    padding: 0rem !important;
  }
  .sp\:max-w-0 {
    max-width: 0rem !important;
  }
  .sp\:min-w-0 {
    min-width: 0rem !important;
  }
  .sp\:ml-0 {
    margin-left: 0rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-0 {
    margin-left: 0rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-0 {
    margin-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-0 {
    margin-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-0 {
    margin-top: 0rem !important;
  }
  .sp\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .sp\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .sp\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-0 {
    padding-left: 0rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-0 {
    padding-left: 0rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-0 {
    padding-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-0 {
    padding-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-0 {
    padding-top: 0rem !important;
  }
  .sp\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .sp\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sp\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-0 {
    text-indent: 0rem !important;
  }
  .sp\:gap-1 {
    gap: 1rem !important;
  }
  .sp\:flex-1 {
    flex: 1 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-1 {
    font-weight: 200 !important;
  }
  .sp\:font-size-1 {
    font-size: 0.2rem !important;
  }
  .sp\:fs-1 {
    font-size: 0.2rem !important;
  }
  .sp\:w-1 {
    width: 4rem !important;
  }
  .sp\:h-1 {
    height: 1rem !important;
  }
  .sp\:m-1 {
    margin: 1rem !important;
  }
  .sp\:p-1 {
    padding: 1rem !important;
  }
  .sp\:max-w-1 {
    max-width: 4rem !important;
  }
  .sp\:min-w-1 {
    min-width: 4rem !important;
  }
  .sp\:ml-1 {
    margin-left: 1rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-1 {
    margin-left: 0.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-1 {
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-1 {
    margin-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-1 {
    margin-top: 1rem !important;
  }
  .sp\:mb-1 {
    margin-bottom: 1rem !important;
  }
  .sp\:my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sp\:mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-1 {
    padding-left: 1rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-1 {
    padding-left: 0.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-1 {
    padding-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-1 {
    padding-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-1 {
    padding-top: 1rem !important;
  }
  .sp\:pb-1 {
    padding-bottom: 1rem !important;
  }
  .sp\:py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sp\:px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-1 {
    text-indent: 0.2rem !important;
  }
  .sp\:gap-2 {
    gap: 2rem !important;
  }
  .sp\:flex-2 {
    flex: 2 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-2 {
    font-weight: 300 !important;
  }
  .sp\:font-size-2 {
    font-size: 0.4rem !important;
  }
  .sp\:fs-2 {
    font-size: 0.4rem !important;
  }
  .sp\:w-2 {
    width: 8rem !important;
  }
  .sp\:h-2 {
    height: 2rem !important;
  }
  .sp\:m-2 {
    margin: 2rem !important;
  }
  .sp\:p-2 {
    padding: 2rem !important;
  }
  .sp\:max-w-2 {
    max-width: 8rem !important;
  }
  .sp\:min-w-2 {
    min-width: 8rem !important;
  }
  .sp\:ml-2 {
    margin-left: 2rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-2 {
    margin-left: 1rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-2 {
    margin-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-2 {
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-2 {
    margin-top: 2rem !important;
  }
  .sp\:mb-2 {
    margin-bottom: 2rem !important;
  }
  .sp\:my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sp\:mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-2 {
    padding-left: 2rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-2 {
    padding-left: 1rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-2 {
    padding-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-2 {
    padding-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-2 {
    padding-top: 2rem !important;
  }
  .sp\:pb-2 {
    padding-bottom: 2rem !important;
  }
  .sp\:py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sp\:px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-2 {
    text-indent: 0.4rem !important;
  }
  .sp\:gap-3 {
    gap: 3rem !important;
  }
  .sp\:flex-3 {
    flex: 3 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-3 {
    font-weight: 400 !important;
  }
  .sp\:font-size-3 {
    font-size: 0.6rem !important;
  }
  .sp\:fs-3 {
    font-size: 0.6rem !important;
  }
  .sp\:w-3 {
    width: 12rem !important;
  }
  .sp\:h-3 {
    height: 3rem !important;
  }
  .sp\:m-3 {
    margin: 3rem !important;
  }
  .sp\:p-3 {
    padding: 3rem !important;
  }
  .sp\:max-w-3 {
    max-width: 12rem !important;
  }
  .sp\:min-w-3 {
    min-width: 12rem !important;
  }
  .sp\:ml-3 {
    margin-left: 3rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-3 {
    margin-left: 1.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-3 {
    margin-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-3 {
    margin-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-3 {
    margin-top: 3rem !important;
  }
  .sp\:mb-3 {
    margin-bottom: 3rem !important;
  }
  .sp\:my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sp\:mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-3 {
    padding-left: 3rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-3 {
    padding-left: 1.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-3 {
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-3 {
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-3 {
    padding-top: 3rem !important;
  }
  .sp\:pb-3 {
    padding-bottom: 3rem !important;
  }
  .sp\:py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sp\:px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-3 {
    text-indent: 0.6rem !important;
  }
  .sp\:gap-4 {
    gap: 4rem !important;
  }
  .sp\:flex-4 {
    flex: 4 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-4 {
    font-weight: 500 !important;
  }
  .sp\:font-size-4 {
    font-size: 0.8rem !important;
  }
  .sp\:fs-4 {
    font-size: 0.8rem !important;
  }
  .sp\:w-4 {
    width: 16rem !important;
  }
  .sp\:h-4 {
    height: 4rem !important;
  }
  .sp\:m-4 {
    margin: 4rem !important;
  }
  .sp\:p-4 {
    padding: 4rem !important;
  }
  .sp\:max-w-4 {
    max-width: 16rem !important;
  }
  .sp\:min-w-4 {
    min-width: 16rem !important;
  }
  .sp\:ml-4 {
    margin-left: 4rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-4 {
    margin-left: 2rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-4 {
    margin-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-4 {
    margin-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-4 {
    margin-top: 4rem !important;
  }
  .sp\:mb-4 {
    margin-bottom: 4rem !important;
  }
  .sp\:my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sp\:mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-4 {
    padding-left: 4rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-4 {
    padding-left: 2rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-4 {
    padding-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-4 {
    padding-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-4 {
    padding-top: 4rem !important;
  }
  .sp\:pb-4 {
    padding-bottom: 4rem !important;
  }
  .sp\:py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sp\:px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-4 {
    text-indent: 0.8rem !important;
  }
  .sp\:gap-5 {
    gap: 5rem !important;
  }
  .sp\:flex-5 {
    flex: 5 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-5 {
    font-weight: 600 !important;
  }
  .sp\:font-size-5 {
    font-size: 1rem !important;
  }
  .sp\:fs-5 {
    font-size: 1rem !important;
  }
  .sp\:w-5 {
    width: 20rem !important;
  }
  .sp\:h-5 {
    height: 5rem !important;
  }
  .sp\:m-5 {
    margin: 5rem !important;
  }
  .sp\:p-5 {
    padding: 5rem !important;
  }
  .sp\:max-w-5 {
    max-width: 20rem !important;
  }
  .sp\:min-w-5 {
    min-width: 20rem !important;
  }
  .sp\:ml-5 {
    margin-left: 5rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-5 {
    margin-left: 2.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-5 {
    margin-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-5 {
    margin-right: 2.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-5 {
    margin-top: 5rem !important;
  }
  .sp\:mb-5 {
    margin-bottom: 5rem !important;
  }
  .sp\:my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sp\:mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-5 {
    padding-left: 5rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-5 {
    padding-left: 2.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-5 {
    padding-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-5 {
    padding-right: 2.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-5 {
    padding-top: 5rem !important;
  }
  .sp\:pb-5 {
    padding-bottom: 5rem !important;
  }
  .sp\:py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sp\:px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-5 {
    text-indent: 1rem !important;
  }
  .sp\:gap-6 {
    gap: 6rem !important;
  }
  .sp\:flex-6 {
    flex: 6 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-6 {
    font-weight: 700 !important;
  }
  .sp\:font-size-6 {
    font-size: 1.2rem !important;
  }
  .sp\:fs-6 {
    font-size: 1.2rem !important;
  }
  .sp\:w-6 {
    width: 24rem !important;
  }
  .sp\:h-6 {
    height: 6rem !important;
  }
  .sp\:m-6 {
    margin: 6rem !important;
  }
  .sp\:p-6 {
    padding: 6rem !important;
  }
  .sp\:max-w-6 {
    max-width: 24rem !important;
  }
  .sp\:min-w-6 {
    min-width: 24rem !important;
  }
  .sp\:ml-6 {
    margin-left: 6rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-6 {
    margin-left: 3rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-6 {
    margin-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-6 {
    margin-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-6 {
    margin-top: 6rem !important;
  }
  .sp\:mb-6 {
    margin-bottom: 6rem !important;
  }
  .sp\:my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .sp\:mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-6 {
    padding-left: 6rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-6 {
    padding-left: 3rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-6 {
    padding-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-6 {
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-6 {
    padding-top: 6rem !important;
  }
  .sp\:pb-6 {
    padding-bottom: 6rem !important;
  }
  .sp\:py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .sp\:px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-6 {
    text-indent: 1.2rem !important;
  }
  .sp\:gap-7 {
    gap: 7rem !important;
  }
  .sp\:flex-7 {
    flex: 7 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-7 {
    font-weight: 800 !important;
  }
  .sp\:font-size-7 {
    font-size: 1.4rem !important;
  }
  .sp\:fs-7 {
    font-size: 1.4rem !important;
  }
  .sp\:w-7 {
    width: 28rem !important;
  }
  .sp\:h-7 {
    height: 7rem !important;
  }
  .sp\:m-7 {
    margin: 7rem !important;
  }
  .sp\:p-7 {
    padding: 7rem !important;
  }
  .sp\:max-w-7 {
    max-width: 28rem !important;
  }
  .sp\:min-w-7 {
    min-width: 28rem !important;
  }
  .sp\:ml-7 {
    margin-left: 7rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-7 {
    margin-left: 3.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-7 {
    margin-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-7 {
    margin-right: 3.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-7 {
    margin-top: 7rem !important;
  }
  .sp\:mb-7 {
    margin-bottom: 7rem !important;
  }
  .sp\:my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .sp\:mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-7 {
    padding-left: 7rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-7 {
    padding-left: 3.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-7 {
    padding-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-7 {
    padding-right: 3.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-7 {
    padding-top: 7rem !important;
  }
  .sp\:pb-7 {
    padding-bottom: 7rem !important;
  }
  .sp\:py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .sp\:px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-7 {
    text-indent: 1.4rem !important;
  }
  .sp\:gap-8 {
    gap: 8rem !important;
  }
  .sp\:flex-8 {
    flex: 8 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-8 {
    font-weight: 900 !important;
  }
  .sp\:font-size-8 {
    font-size: 1.6rem !important;
  }
  .sp\:fs-8 {
    font-size: 1.6rem !important;
  }
  .sp\:w-8 {
    width: 32rem !important;
  }
  .sp\:h-8 {
    height: 8rem !important;
  }
  .sp\:m-8 {
    margin: 8rem !important;
  }
  .sp\:p-8 {
    padding: 8rem !important;
  }
  .sp\:max-w-8 {
    max-width: 32rem !important;
  }
  .sp\:min-w-8 {
    min-width: 32rem !important;
  }
  .sp\:ml-8 {
    margin-left: 8rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-8 {
    margin-left: 4rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-8 {
    margin-right: 8rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-8 {
    margin-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-8 {
    margin-top: 8rem !important;
  }
  .sp\:mb-8 {
    margin-bottom: 8rem !important;
  }
  .sp\:my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .sp\:mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-8 {
    padding-left: 8rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-8 {
    padding-left: 4rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-8 {
    padding-right: 8rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-8 {
    padding-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-8 {
    padding-top: 8rem !important;
  }
  .sp\:pb-8 {
    padding-bottom: 8rem !important;
  }
  .sp\:py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .sp\:px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-8 {
    text-indent: 1.6rem !important;
  }
  .sp\:gap-9 {
    gap: 9rem !important;
  }
  .sp\:flex-9 {
    flex: 9 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-9 {
    font-weight: 1000 !important;
  }
  .sp\:font-size-9 {
    font-size: 1.8rem !important;
  }
  .sp\:fs-9 {
    font-size: 1.8rem !important;
  }
  .sp\:w-9 {
    width: 36rem !important;
  }
  .sp\:h-9 {
    height: 9rem !important;
  }
  .sp\:m-9 {
    margin: 9rem !important;
  }
  .sp\:p-9 {
    padding: 9rem !important;
  }
  .sp\:max-w-9 {
    max-width: 36rem !important;
  }
  .sp\:min-w-9 {
    min-width: 36rem !important;
  }
  .sp\:ml-9 {
    margin-left: 9rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-9 {
    margin-left: 4.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-9 {
    margin-right: 9rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-9 {
    margin-right: 4.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-9 {
    margin-top: 9rem !important;
  }
  .sp\:mb-9 {
    margin-bottom: 9rem !important;
  }
  .sp\:my-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .sp\:mx-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-9 {
    padding-left: 9rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-9 {
    padding-left: 4.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-9 {
    padding-right: 9rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-9 {
    padding-right: 4.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-9 {
    padding-top: 9rem !important;
  }
  .sp\:pb-9 {
    padding-bottom: 9rem !important;
  }
  .sp\:py-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .sp\:px-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-9 {
    text-indent: 1.8rem !important;
  }
  .sp\:gap-10 {
    gap: 10rem !important;
  }
  .sp\:flex-10 {
    flex: 10 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-10 {
    font-weight: 1100 !important;
  }
  .sp\:font-size-10 {
    font-size: 2rem !important;
  }
  .sp\:fs-10 {
    font-size: 2rem !important;
  }
  .sp\:w-10 {
    width: 40rem !important;
  }
  .sp\:h-10 {
    height: 10rem !important;
  }
  .sp\:m-10 {
    margin: 10rem !important;
  }
  .sp\:p-10 {
    padding: 10rem !important;
  }
  .sp\:max-w-10 {
    max-width: 40rem !important;
  }
  .sp\:min-w-10 {
    min-width: 40rem !important;
  }
  .sp\:ml-10 {
    margin-left: 10rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-10 {
    margin-left: 5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-10 {
    margin-right: 10rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-10 {
    margin-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-10 {
    margin-top: 10rem !important;
  }
  .sp\:mb-10 {
    margin-bottom: 10rem !important;
  }
  .sp\:my-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .sp\:mx-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-10 {
    padding-left: 10rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-10 {
    padding-left: 5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-10 {
    padding-right: 10rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-10 {
    padding-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-10 {
    padding-top: 10rem !important;
  }
  .sp\:pb-10 {
    padding-bottom: 10rem !important;
  }
  .sp\:py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .sp\:px-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-10 {
    text-indent: 2rem !important;
  }
  .sp\:gap-11 {
    gap: 11rem !important;
  }
  .sp\:flex-11 {
    flex: 11 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-11 {
    font-weight: 1200 !important;
  }
  .sp\:font-size-11 {
    font-size: 2.2rem !important;
  }
  .sp\:fs-11 {
    font-size: 2.2rem !important;
  }
  .sp\:w-11 {
    width: 44rem !important;
  }
  .sp\:h-11 {
    height: 11rem !important;
  }
  .sp\:m-11 {
    margin: 11rem !important;
  }
  .sp\:p-11 {
    padding: 11rem !important;
  }
  .sp\:max-w-11 {
    max-width: 44rem !important;
  }
  .sp\:min-w-11 {
    min-width: 44rem !important;
  }
  .sp\:ml-11 {
    margin-left: 11rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-11 {
    margin-left: 5.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-11 {
    margin-right: 11rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-11 {
    margin-right: 5.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-11 {
    margin-top: 11rem !important;
  }
  .sp\:mb-11 {
    margin-bottom: 11rem !important;
  }
  .sp\:my-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .sp\:mx-11 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-11 {
    padding-left: 11rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-11 {
    padding-left: 5.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-11 {
    padding-right: 11rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-11 {
    padding-right: 5.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-11 {
    padding-top: 11rem !important;
  }
  .sp\:pb-11 {
    padding-bottom: 11rem !important;
  }
  .sp\:py-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .sp\:px-11 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-11 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-11 {
    text-indent: 2.2rem !important;
  }
  .sp\:gap-12 {
    gap: 12rem !important;
  }
  .sp\:flex-12 {
    flex: 12 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-12 {
    font-weight: 1300 !important;
  }
  .sp\:font-size-12 {
    font-size: 2.4rem !important;
  }
  .sp\:fs-12 {
    font-size: 2.4rem !important;
  }
  .sp\:w-12 {
    width: 48rem !important;
  }
  .sp\:h-12 {
    height: 12rem !important;
  }
  .sp\:m-12 {
    margin: 12rem !important;
  }
  .sp\:p-12 {
    padding: 12rem !important;
  }
  .sp\:max-w-12 {
    max-width: 48rem !important;
  }
  .sp\:min-w-12 {
    min-width: 48rem !important;
  }
  .sp\:ml-12 {
    margin-left: 12rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-12 {
    margin-left: 6rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-12 {
    margin-right: 12rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-12 {
    margin-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-12 {
    margin-top: 12rem !important;
  }
  .sp\:mb-12 {
    margin-bottom: 12rem !important;
  }
  .sp\:my-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .sp\:mx-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-12 {
    padding-left: 12rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-12 {
    padding-left: 6rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-12 {
    padding-right: 12rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-12 {
    padding-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-12 {
    padding-top: 12rem !important;
  }
  .sp\:pb-12 {
    padding-bottom: 12rem !important;
  }
  .sp\:py-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .sp\:px-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-12 {
    text-indent: 2.4rem !important;
  }
  .sp\:gap-13 {
    gap: 13rem !important;
  }
  .sp\:flex-13 {
    flex: 13 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-13 {
    font-weight: 1400 !important;
  }
  .sp\:font-size-13 {
    font-size: 2.6rem !important;
  }
  .sp\:fs-13 {
    font-size: 2.6rem !important;
  }
  .sp\:w-13 {
    width: 52rem !important;
  }
  .sp\:h-13 {
    height: 13rem !important;
  }
  .sp\:m-13 {
    margin: 13rem !important;
  }
  .sp\:p-13 {
    padding: 13rem !important;
  }
  .sp\:max-w-13 {
    max-width: 52rem !important;
  }
  .sp\:min-w-13 {
    min-width: 52rem !important;
  }
  .sp\:ml-13 {
    margin-left: 13rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-13 {
    margin-left: 6.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-13 {
    margin-right: 13rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-13 {
    margin-right: 6.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-13 {
    margin-top: 13rem !important;
  }
  .sp\:mb-13 {
    margin-bottom: 13rem !important;
  }
  .sp\:my-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .sp\:mx-13 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-13 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-13 {
    padding-left: 13rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-13 {
    padding-left: 6.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-13 {
    padding-right: 13rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-13 {
    padding-right: 6.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-13 {
    padding-top: 13rem !important;
  }
  .sp\:pb-13 {
    padding-bottom: 13rem !important;
  }
  .sp\:py-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .sp\:px-13 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-13 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-13 {
    text-indent: 2.6rem !important;
  }
  .sp\:gap-14 {
    gap: 14rem !important;
  }
  .sp\:flex-14 {
    flex: 14 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-14 {
    font-weight: 1500 !important;
  }
  .sp\:font-size-14 {
    font-size: 2.8rem !important;
  }
  .sp\:fs-14 {
    font-size: 2.8rem !important;
  }
  .sp\:w-14 {
    width: 56rem !important;
  }
  .sp\:h-14 {
    height: 14rem !important;
  }
  .sp\:m-14 {
    margin: 14rem !important;
  }
  .sp\:p-14 {
    padding: 14rem !important;
  }
  .sp\:max-w-14 {
    max-width: 56rem !important;
  }
  .sp\:min-w-14 {
    min-width: 56rem !important;
  }
  .sp\:ml-14 {
    margin-left: 14rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-14 {
    margin-left: 7rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-14 {
    margin-right: 14rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-14 {
    margin-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-14 {
    margin-top: 14rem !important;
  }
  .sp\:mb-14 {
    margin-bottom: 14rem !important;
  }
  .sp\:my-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .sp\:mx-14 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-14 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-14 {
    padding-left: 14rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-14 {
    padding-left: 7rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-14 {
    padding-right: 14rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-14 {
    padding-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-14 {
    padding-top: 14rem !important;
  }
  .sp\:pb-14 {
    padding-bottom: 14rem !important;
  }
  .sp\:py-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .sp\:px-14 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-14 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-14 {
    text-indent: 2.8rem !important;
  }
  .sp\:gap-15 {
    gap: 15rem !important;
  }
  .sp\:flex-15 {
    flex: 15 !important;
  }
  .sp\:flex-center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .sp\:font-15 {
    font-weight: 1600 !important;
  }
  .sp\:font-size-15 {
    font-size: 3rem !important;
  }
  .sp\:fs-15 {
    font-size: 3rem !important;
  }
  .sp\:w-15 {
    width: 60rem !important;
  }
  .sp\:h-15 {
    height: 15rem !important;
  }
  .sp\:m-15 {
    margin: 15rem !important;
  }
  .sp\:p-15 {
    padding: 15rem !important;
  }
  .sp\:max-w-15 {
    max-width: 60rem !important;
  }
  .sp\:min-w-15 {
    min-width: 60rem !important;
  }
  .sp\:ml-15 {
    margin-left: 15rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:ml-15 {
    margin-left: 7.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mr-15 {
    margin-right: 15rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mr-15 {
    margin-right: 7.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:mt-15 {
    margin-top: 15rem !important;
  }
  .sp\:mb-15 {
    margin-bottom: 15rem !important;
  }
  .sp\:my-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .sp\:mx-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:mx-15 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pl-15 {
    padding-left: 15rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pl-15 {
    padding-left: 7.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pr-15 {
    padding-right: 15rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:pr-15 {
    padding-right: 7.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:pt-15 {
    padding-top: 15rem !important;
  }
  .sp\:pb-15 {
    padding-bottom: 15rem !important;
  }
  .sp\:py-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .sp\:px-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  .sp\:px-15 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
}
@media only screen and (max-width: 960px) {
  .sp\:indent-15 {
    text-indent: 3rem !important;
  }
  .sp\:hidden {
    display: none !important;
  }
  .sp\:border {
    border: 1px solid currentColor !important;
  }
  .sp\:text-white {
    color: white !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
  html {
    font-size: 14px;
  }
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 200;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.font-cormorant {
  font-family: "Cormorant Garamond", system-ui;
}

.breadcrumbs {
  width: 100%;
  background-color: #000;
}
.breadcrumbs > * {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0.4rem;
}
.breadcrumbs > * a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.breadcrumbs > * a::after {
  content: "";
  pointer-events: none;
  width: 6px;
  height: 10px;
  background: url("/imgs/icons/right.png") no-repeat;
}

#back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  right: 1rem;
  opacity: 0;
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #000;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0 0 5rem rgba(0, 0, 0, 0.1), 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 300ms;
}
#back-to-top svg {
  width: 80%;
  height: 80%;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top:hover {
  opacity: 1;
}

header .header-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-container .header-internal {
  display: flex;
  width: 64rem;
  justify-content: space-between;
  align-items: center;
}
header .header-container .header-internal .header-menu {
  display: flex;
  width: 30.8125rem;
  height: 2.5rem;
  justify-content: space-around;
  align-items: center;
}
header .header-container .header-internal .header-menu .border-vertical {
  background-color: #d9d9d9;
  width: 1px;
  height: 100%;
}
header .header-container .header-internal .header-menu a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 960px) {
  header .header-container .header-internal .header-menu {
    display: none;
  }
}
header .arrow-component {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: fixed;
  top: 112px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.4rem 2rem;
  transform: rotate(-90deg) translate(-50%, -100%);
  z-index: 999;
}
@media only screen and (max-width: 960px) {
  header .arrow-component {
    display: none;
  }
}
header .arrow-component .arrow {
  width: 56px;
  color: #000;
  display: flex;
  align-items: center;
}
header .arrow-component .arrow::before,
header .arrow-component .arrow::after {
  content: "";
}
header .arrow-component .arrow::after {
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
header .arrow-component .arrow::before {
  left: 0;
  border: 3px solid transparent;
  border-right: 8px solid currentColor;
}
header .menu {
  display: none;
}
header .menu ul li a {
  display: none;
}
@media only screen and (max-width: 960px) {
  header .burger-wrapper {
    cursor: pointer;
    width: 50px;
    height: 40px;
    z-index: 9999;
  }
  header .burger-wrapper .hamburger {
    background: #000;
    width: 30px;
    height: 1px;
    position: relative;
    transition: 5ms 150ms ease;
    transform: translateY(20px);
  }
  header .burger-wrapper .hamburger:before, header .burger-wrapper .hamburger:after {
    transition: top 150ms 175ms ease, transform 150ms 25ms ease;
    position: absolute;
    background: black;
    width: 30px;
    height: 1px;
    content: "";
  }
  header .burger-wrapper .hamburger:before {
    top: -10px;
  }
  header .burger-wrapper .hamburger:after {
    top: 10px;
  }
  header .menu-trigger:checked ~ .burger-wrapper .hamburger {
    background: transparent;
  }
  header .menu-trigger:checked ~ .burger-wrapper .hamburger:after, header .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
    transition: top 150ms 25ms ease, transform 150ms 175ms ease;
    top: 0;
  }
  header .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
    transform: rotate(45deg);
    background-color: #fff;
  }
  header .menu-trigger:checked ~ .burger-wrapper .hamburger:after {
    transform: rotate(-45deg);
    background-color: #fff;
  }
  header .menu-trigger:checked ~ .menu {
    max-height: 100vh;
    opacity: 1;
    z-index: 999;
  }
  header .menu-trigger:checked ~ .menu ul li a {
    display: block;
  }
  header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(100, 100, 100, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    z-index: 1;
  }
  header .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header .menu ul li {
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }
  header .menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 24px;
  }
}

footer .footer-logo-link {
  margin-top: 2.5rem;
}
footer .footer-menu {
  display: flex;
  width: 464px;
  justify-content: space-around;
  margin-bottom: 2.5rem;
}
footer .footer-menu a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 960px) {
  footer .footer-menu {
    width: max-content;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  footer .footer-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .copyright-container {
  width: 100%;
  height: 80px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copyright-container small {
  color: #fff;
}

.slide-container {
  max-width: 100vw;
  overflow: hidden;
  margin: 1rem 0;
  position: relative;
}
.slide-container .img-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: left, right;
  transition-timing-function: linear;
}
.slide-container .img-box img {
  width: 96%;
  height: 100%;
  object-fit: contain;
}
.slide-container .img-box .title {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-container .img-box .title > * {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(193, 93, 0);
  animation: hue360 3s linear infinite;
}

@keyframes hue360 {
  0% {
    filter: hue-rotate(0);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.topic {
  background-image: linear-gradient(#F3F6F6, #FFFFFF);
  padding: 2rem 0 0;
}
.topic .container .top-content {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
}
.topic .container .top-content > * {
  flex: 1;
}
.topic .container .top-content .topic-video video {
  pointer-events: none;
  user-select: none;
  max-width: 583px;
  width: 100%;
}
.topic .container .top-content .text-content-right h1 {
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: max-content;
  background-color: rgba(231, 231, 231, 0.5);
  padding: 0.2rem 1rem;
}
.topic .container .top-content .text-content-right .desc {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.topic .container .top-content .text-content-right .desc p {
  width: max-content;
  line-height: 2.4;
}
@media only screen and (max-width: 960px) {
  .topic .container .top-content {
    flex-direction: column;
    gap: 0rem;
  }
  .topic .container .top-content .text-content-right h1 {
    padding: 0.4rem;
    right: unset;
    left: 50vw;
    transform: translateX(-50%);
  }
  .topic .container .top-content .text-content-right .desc {
    padding-top: 1rem;
    padding: 0 0.5rem;
  }
  .topic .container .top-content .text-content-right .desc p {
    width: 100%;
  }
}
.topic .container .bottom-content {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.topic .container .bottom-content .info {
  position: relative;
  top: -2rem;
  background-color: rgba(231, 231, 231, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2.2rem;
  width: max-content;
}
.topic .container .bottom-content .info .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.topic .container .bottom-content .info .text .heading {
  font-size: 2rem;
}
.topic .container .bottom-content .info img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 960px) {
  .topic .container .bottom-content .info {
    top: 0;
    flex-direction: column-reverse;
  }
  .topic .container .bottom-content .info .text .heading {
    font-size: 1.6rem;
  }
}

.block-news {
  margin-top: 2rem;
  padding: 0 0.4rem;
}
.block-news .news-contents {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
.block-news .news-contents .row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px dotted currentColor;
}
.block-news .news-contents .row:last-child {
  border-bottom: 1px dotted currentColor;
}
@media only screen and (max-width: 960px) {
  .block-news .news-contents .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.block-services {
  margin-top: 2rem;
  background-image: linear-gradient(#F3F6F6, #FFFFFF);
  padding-top: 2rem;
}
.block-services .container {
  padding: 0 0.4rem;
}
.block-services .category {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.block-services .category h3 {
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  color: #3153A3;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 1rem;
}
.block-services .category .text {
  width: 100%;
  padding: 0 1rem;
}
.block-services .card-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 960px) {
  .block-services .card-container {
    justify-content: center;
  }
}
.block-services .card-container .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  width: 33.33%;
  padding: 0 1rem 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 960px) {
  .block-services .card-container .card {
    width: 80%;
  }
}
.block-services .card-container .card .thumbnail {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.block-services .card-container .card .info {
  display: flex;
  flex: 1;
  gap: 0.5rem;
}
.block-services .card-container .card .info > img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.block-services .card-container .card .info > div {
  flex: 1;
}
.block-services .card-container .card .address {
  flex: 1;
  width: 100%;
  font-size: 0.9rem;
}
.block-services .card-container .card .btn-link {
  max-width: 220px;
  margin: 0 auto;
}

.company .company-mauto {
  margin: auto;
}
.company .company-nowrap {
  white-space: nowrap;
}
.company .company-message {
  position: relative;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  color: #3153A3;
  font-size: 1.4rem;
}
.company .company-message span {
  text-align: center;
  word-break: auto-phrase;
}
.company .company-message::before, .company .company-message::after {
  content: "";
  width: 10%;
  height: 1px;
  background-color: currentColor;
}
.company .banner {
  width: 100%;
  max-width: 1024px;
  position: relative;
  margin-inline: auto;
}
.company .banner > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.company .banner .title {
  position: absolute;
  inset: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.company .banner .title .sub {
  color: #3153A3;
}
.company .company-menu-link {
  width: 100%;
  margin: 2rem auto;
  max-width: 1024px;
  height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 1px 1px 15px 0px rgba(204, 204, 204, 0.7490196078);
}
.company .company-menu-link input[name=tab-item] {
  display: none;
}
.company .company-menu-link .border-vertical {
  background-color: #3153a3;
  width: 1px;
  height: 80%;
}
.company .company-menu-link label {
  width: 19.875rem;
  height: 100%;
  color: #3153a3;
  text-decoration: none;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center;
}
.company .company-menu-link label:hover {
  cursor: pointer;
  opacity: 0.7;
}
.company .company-outline-timeline {
  width: 100%;
  max-width: 1024px;
  margin-inline: auto;
}
.company .company-outline-timeline .company-timeline-container {
  display: grid;
  gap: 1rem;
  padding: 1% 0.6rem 2rem;
  grid-template-columns: repeat(3, auto);
}
.company .company-outline-timeline .company-timeline-container .company-subgrid {
  grid-column: span 3;
  display: grid;
  grid-template-columns: subgrid;
}
.company .company-outline-timeline .company-timeline-container .company-subgrid .company-grid-item-year {
  color: #3153a3;
}
.company .company-outline-timeline .company-timeline-container .company-subgrid .company-grid-item-month {
  grid-column: 2/3;
  color: #3153a3;
}
.company .company-outline-timeline .company-timeline-container .company-subgrid .company-grid-item-sentence {
  grid-column: 3/3;
}
.company .company-grid-wrapper {
  display: flex;
  gap: 1rem;
  border-bottom: 1px dotted currentColor;
  padding: 1rem 0.4rem;
  width: 100%;
}
.company .company-grid-wrapper .company-grid-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.company .company-grid-wrapper .company-grid-item span {
  display: contents;
}
@media only screen and (max-width: 960px) {
  .company .company-grid-wrapper .company-grid-item span {
    display: block;
  }
}
.company .company-grid-wrapper .company-grid-item:first-child {
  min-width: 160px;
  padding-left: 2rem;
  color: #3153A3;
}
@media only screen and (max-width: 960px) {
  .company .company-grid-wrapper .company-grid-item:first-child {
    padding-left: 0;
  }
}
.company .company-grid-wrapper .company-grid-item .row {
  display: flex;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
@media only screen and (max-width: 960px) {
  .company .company-grid-wrapper .company-grid-item .row {
    margin-bottom: 0;
  }
}
.company .company-grid-wrapper .company-grid-item .row div, .company .company-grid-wrapper .company-grid-item .row p {
  line-height: 1.8;
}
.company .company-grid-wrapper .company-grid-item .row div:first-child, .company .company-grid-wrapper .company-grid-item .row p:first-child {
  min-width: 140px;
}
.company .company-grid-wrapper .company-grid-item .row .col {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 960px) {
  .company .company-grid-wrapper .company-grid-item .row .col {
    margin-top: 1rem;
  }
}
.company .company-grid-wrapper .company-grid-item img {
  width: 312px;
}
@media only screen and (max-width: 960px) {
  .company .company-grid-wrapper {
    flex-direction: column;
  }
}
.company .timeline {
  padding-bottom: 2rem;
}
.company .timeline .row {
  display: flex;
  align-items: baseline;
  padding: 1rem;
  border-left: 2px solid rgba(49, 83, 163, 0.1);
}
.company .timeline .row .time {
  width: 80px;
  color: #3153A3;
  padding: 0 1rem;
  position: relative;
}
.company .timeline .row .time::before {
  content: "•";
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -50%);
}
.company .timeline .row .text {
  flex: 1;
}
@media only screen and (max-width: 960px) {
  .company .timeline {
    padding: 0 1rem 2rem;
  }
  .company .timeline .row .time {
    width: 60px;
    padding: 0 0.5rem;
  }
}

.heading-02.no-border {
  border: none;
}

.associated .banner {
  position: relative;
}
.associated .banner > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.associated .banner .title {
  position: absolute;
  inset: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.associated .banner .title .sub {
  color: #fff;
}
.associated .cards .card {
  padding: 1rem 0;
  border-top: 1px dotted currentColor;
  line-height: 2;
}
.associated .cards .card:last-child {
  border-bottom: 1px dotted currentColor;
}

@media only screen and (max-width: 960px) {
  .contact .content {
    padding: 0 1rem;
  }
}
.contact .banner {
  position: relative;
}
.contact .banner > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.contact .banner .title {
  position: absolute;
  inset: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.contact .banner .title .sub {
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .contact .tel-fax {
    padding: 0 1rem;
    flex-direction: column;
  }
  .contact .tel-fax > * {
    width: 90%;
    max-width: 400px;
    gap: 1rem;
    justify-content: flex-start;
  }
}
.contact #contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50rem;
  margin: 2rem auto;
}
.contact #contact-form > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.contact #contact-form > div label {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.contact #contact-form > div textarea, .contact #contact-form > div input {
  height: 3rem;
  padding: 0 0.5rem;
  width: 100%;
  border: 1px solid currentColor;
}
.contact #contact-form > div textarea:focus, .contact #contact-form > div input:focus {
  border: 2px solid #3153A3;
  outline: none;
}
.contact #contact-form > div textarea {
  resize: none;
  height: 9rem;
  padding: 0.5rem;
}
.contact #contact-form > div button {
  border: none;
  cursor: pointer;
}
.contact #contact-form > div button:active {
  background-color: #000;
}

.aiko .top {
  background-image: url("/imgs/aiko/aiko-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.manufacturer .banner {
  position: relative;
}
.manufacturer .banner > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.manufacturer .banner .title {
  position: absolute;
  inset: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manufacturer .banner .white {
  color: #fff;
}
.manufacturer .banner .black {
  color: #000;
}
.manufacturer .banner .primary {
  color: #3153A3;
}
.manufacturer #maker {
  display: flex;
  flex-wrap: wrap;
}
.manufacturer #maker .maker {
  width: 16.667%;
  padding: 1rem 0.5rem;
  position: relative;
  overflow: hidden;
}
.manufacturer #maker .maker .box {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  overflow: hidden;
  color: #3153A3;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
.manufacturer #maker .maker .box img {
  width: 100%;
  aspect-ratio: 184/72;
}
.manufacturer #maker .maker .box span {
  padding: 6px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-top: 1px dotted currentColor;
  border-bottom: 1px dotted currentColor;
}
.manufacturer #maker .maker.active {
  outline: 2px solid rgba(104, 104, 104, 0.2);
  animation: slash 2.2s ease-in-out alternate;
  animation-delay: 300ms;
}
@media only screen and (max-width: 960px) {
  .manufacturer #maker .maker {
    width: 50%;
  }
}

@keyframes slash {
  0% {
    outline: 2px solid #fff;
  }
  20% {
    outline: 2px solid rgb(104, 104, 104);
  }
  25% {
    outline: 2px solid #fff;
  }
  30% {
    outline: 2px solid rgb(104, 104, 104);
  }
  35% {
    outline: 2px solid #fff;
  }
  40% {
    outline: 2px solid rgb(104, 104, 104);
  }
  45% {
    outline: 2px solid #fff;
  }
  50% {
    outline: 2px solid rgb(104, 104, 104);
  }
  55% {
    outline: 2px solid #fff;
  }
  60% {
    outline: 2px solid rgb(104, 104, 104);
  }
  65% {
    outline: 2px solid #fff;
  }
  70% {
    outline: 2px solid rgb(104, 104, 104);
  }
  75% {
    outline: 2px solid #fff;
  }
  100% {
    outline: 2px solid rgb(104, 104, 104);
  }
}