.home-intro {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: 1fr;
  margin: auto;
  position: relative;
}
.home-intro::after {
  aspect-ratio: 248/463;
  background: url(../../images/home/image_intro01.svg) center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  inset: auto -2.625rem -1.5rem auto;
  width: 7rem;
}
.home-intro > .title, .home-intro > .description {
  grid-column: span 3;
}
.home-intro > .title {
  text-align: center;
}
.home-intro > .title img {
  height: 13.75rem;
  width: auto;
}
.home-intro > .description {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home-intro > .description > p {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 2;
}
.home-intro > .description > p + p {
  margin-top: 2em;
}

.home-problem {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: auto;
  position: relative;
}
.home-problem::before {
  aspect-ratio: 115/392;
  background: url(../../images/home/image_problem01.svg) center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  inset: -3.5rem auto auto -1.5rem;
  width: 3.875rem;
}
.home-problem::after {
  aspect-ratio: 115/392;
  background: url(../../images/home/image_problem02.svg) center center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  inset: auto -1.5rem -1.5rem auto;
  width: 3.875rem;
}
.home-problem > .list {
  display: grid;
  gap: 1.5rem 1rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 calc(var(--margin-side-small) * -0.5);
  overflow: visible;
}
.home-problem > .list > li {
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt" 1;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  overflow: visible;
  position: relative;
}
.home-problem > .list > li.item01, .home-problem > .list > li.item06 {
  aspect-ratio: 230/233;
}
.home-problem > .list > li.item01::after, .home-problem > .list > li.item06::after {
  aspect-ratio: 230/233;
  background: url(../../images/home/background_problem01.svg) center top no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 111%;
}
.home-problem > .list > li.item02, .home-problem > .list > li.item05 {
  aspect-ratio: 252/256;
}
.home-problem > .list > li.item02::after, .home-problem > .list > li.item05::after {
  aspect-ratio: 252/256;
  background: url(../../images/home/background_problem02.svg) center center no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 111%;
}
.home-problem > .list > li.item03, .home-problem > .list > li.item04 {
  aspect-ratio: 275/259;
  width: 100%;
}
.home-problem > .list > li.item03::after, .home-problem > .list > li.item04::after {
  aspect-ratio: 275/259;
  background: url(../../images/home/background_problem03.svg) center center no-repeat;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 109%;
}
.home-problem > .list > li > .text {
  position: relative;
  z-index: 2;
}
.home-problem > .list > li > .text > .accent {
  background-color: var(--color-project-yellow);
  border: 1px solid var(--color-black);
  border-radius: 100vw;
  display: inline-block;
  font-style: normal;
  padding: 0 0.5em;
}

.home-strength {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.home-strength > .title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.home-strength > .content {
  display: grid;
  grid-template-columns: 1fr;
}
.home-strength > .content > .item {
  border-bottom: 2px solid var(--color-black);
  padding: 2.5rem var(--margin-side-small) 3rem;
  text-align: center;
}
.home-strength > .content > .item:nth-child(3) {
  border-right: 0;
}
.home-strength > .content > .item.-wide {
  border-right: 0;
  padding: 2.5rem var(--margin-side-small) 3rem;
}
.home-strength > .content > .item:first-child {
  border-top: 2px solid var(--color-black);
}
.home-strength > .button {
  margin: 0 var(--margin-side-small);
}
.home-strength > .button > .item {
  margin-top: 2rem;
}

.home-strength-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.home-strength-content.-item01 > .text {
  width: 100%;
}
.home-strength-content.-item01 > .text img {
  height: auto;
  width: 18.563rem;
}
.home-strength-content.-item01 > .image {
  width: 100%;
}
.home-strength-content.-item01 > .image img {
  height: auto;
  width: 56.25%;
}
.home-strength-content.-item02 > .text img {
  height: auto;
  width: 17rem;
}
.home-strength-content.-item02 > .image img {
  height: auto;
  width: 56.25%;
}
.home-strength-content.-item03 > .text img {
  height: auto;
  width: 14.75rem;
}
.home-strength-content.-item03 > .image img {
  height: auto;
  width: 56.25%;
}
.home-strength-content.-item04 > .text {
  width: 100%;
}
.home-strength-content.-item04 > .text img {
  height: auto;
  width: 14.063rem;
}
.home-strength-content.-item04 > .image {
  width: 100%;
}
.home-strength-content.-item04 > .image img {
  height: auto;
  width: 56.25%;
}
.home-strength-content > .text {
  text-align: center;
}

.home-line {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: auto;
}
.home-line > .title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home-line > .content {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.home-line > .content > .list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.home-line > .content > .image {
  margin: auto;
  width: 56.25%;
}
.home-line > .message {
  margin-top: 2rem;
}
.home-line > .message > .title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.home-line > .message > .title img {
  height: auto;
  width: 100%;
}
.home-line > .message > .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.home-line > .message > .item > .text {
  background-color: var(--color-project-beige);
  border: 1px solid var(--color-black);
  border-radius: 10px;
  font-size: 0.938rem;
  font-weight: 700;
  padding: 1rem 1rem 1rem 1rem;
  position: relative;
}
.home-line > .message > .item > .text::after {
  aspect-ratio: 15/26;
  background: url(../../images/home/icon_message.svg) center center no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
  inset: -20px 0 auto 0;
  width: 15px;
  transform: rotate(90deg);
}
.home-line > .message > .item > .image {
  order: -1;
  width: 65%;
}

.home-line-content {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
}
.home-line-content > .title {
  background-color: var(--color-brand-line);
  border-radius: 5px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.938rem;
  position: relative;
  text-align: center;
  z-index: 2;
  width: 125%;
}
.home-line-content > .title::after {
  aspect-ratio: 19/14;
  background: url(../../images/home/icon_line01.svg) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  inset: auto auto -14px 2rem;
  width: 19px;
}
.home-line-content > .description {
  background-color: var(--color-brand-line-light);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-left: -50%;
  padding: 2rem 0.938rem 0.938rem;
  position: relative;
  width: 150%;
  z-index: 1;
}
.home-line-content > .description::after {
  aspect-ratio: 19/18;
  background: url(../../images/home/icon_line02.svg) center center no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
  inset: auto 2rem -18px auto;
  width: 19px;
}

.home-announce {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-announce > .title {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.home-announce > .list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  text-align: center;
}
.home-announce > .list > li {
  background-color: var(--color-white);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-project-beige) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-project-beige) calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 1rem 1rem;
  border: 1px solid var(--color-black);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1rem 1.5rem;
}
.home-announce > .list > li img {
  height: auto;
  width: 9rem;
}
.home-announce > .note {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

.home-step {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: auto;
}
.home-step > .title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home-step > .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
.home-step > .content > .ornament {
  display: none;
}
.home-step > .content > .ornament > .item {
  position: absolute;
  z-index: 1;
}
.home-step > .content > .ornament > .item.-item01 {
  aspect-ratio: 62/64;
  inset: -7rem auto auto -5.563rem;
  width: 3.875rem;
}
.home-step > .content > .ornament > .item.-item02 {
  aspect-ratio: 24/25;
  inset: 7.438rem auto auto -10.875rem;
  width: 1.5rem;
}
.home-step > .content > .ornament > .item.-item03 {
  aspect-ratio: 158/132;
  inset: 13.563rem auto auto -11.063rem;
  width: 9.875rem;
}
.home-step > .content > .ornament > .item.-item04 {
  aspect-ratio: 208/155;
  inset: 29.063rem -17.313rem auto auto;
  width: 13rem;
}
.home-step > .content > .ornament > .item.-item05 {
  aspect-ratio: 69/74;
  inset: 42rem auto auto -10.875rem;
  width: 4.313rem;
}
.home-step > .content > .ornament > .item.-item06 {
  aspect-ratio: 181/144;
  inset: 54.75rem auto auto -17.313rem;
  width: 11.313rem;
}
.home-step > .content > .ornament > .item.-item07 {
  aspect-ratio: 171/139;
  inset: 70.125rem -16.688rem auto auto;
  width: 10.688rem;
}
.home-step > .content > .ornament > .item.-item08 {
  aspect-ratio: 163/147;
  inset: 84.063rem auto auto -15.438rem;
  width: 10.188rem;
}
.home-step > .content > .ornament > .item.-item09 {
  aspect-ratio: 61/64;
  inset: 96.5rem -9.375rem auto auto;
  width: 3.813rem;
}
.home-step > .content > .ornament > .item.-item10 {
  aspect-ratio: 122/131;
  inset: auto -8.563rem -10.625rem auto;
  width: 7.625rem;
}

.home-step-content {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding: 1.5rem var(--margin-side-small);
  position: relative;
  z-index: 2;
}
.home-step-content::after {
  aspect-ratio: 43/20;
  background: url(../../images/home/icon_step.svg) center center no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  position: absolute;
  inset: auto 0 -20px 0;
  width: 43px;
}
.home-step-content.-last::after {
  content: none;
}
.home-step-content > .text {
  width: 100%;
}
.home-step-content > .text > .ornament {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 1rem;
  display: block;
  letter-spacing: 0.15em;
  line-height: 2;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  text-align: center;
}
.home-step-content > .text > .title {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  -webkit-text-decoration-color: var(--color-project-yellow);
  text-decoration-color: var(--color-project-yellow);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 0.75rem;
  text-underline-offset: -0.375rem;
  text-align: center;
}
.home-step-content > .image {
  width: 71%;
}
.home-step-content.-reflect {
  gap: 3rem;
}
.home-step-content.-reflect > .image {
  order: 0;
}

.home-note {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: auto;
  position: relative;
}
.home-note > .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.home-note > .text > .title {
  text-align: center;
}
.home-note > .text > .title img {
  height: auto;
  width: 71%;
}
.home-note > .content {
  background-color: var(--color-white);
  border: 5px solid var(--color-border);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem var(--margin-side-small) 1rem;
  position: relative;
  z-index: 2;
}
.home-note > .content > .title {
  text-align: center;
}
.home-note > .content > .title img {
  height: auto;
  width: 71%;
}
.home-note > .content > .title.-comingsoon {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  color: var(--color-project-brown);
  font-size: 1.25rem;
  margin: auto;
  padding: 1rem 0 2rem 0;
}
.home-note > .content::before, .home-note > .content::after {
  background-position: top left 10px, top right 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: 8px 8px, 8px 8px;
  content: "";
  position: absolute;
  height: 8px;
  width: 100%;
}
.home-note > .content::before {
  inset: 10px auto auto 0;
}
.home-note > .content::after {
  position: absolute;
  inset: auto auto 10px 0;
}
.home-note > .content.-theme01::before, .home-note > .content.-theme01::after {
  background-image: radial-gradient(circle, #06b6d4 4px, transparent 4px), radial-gradient(circle, #06b6d4 4px, transparent 4px);
}
.home-note > .content.-theme02::before, .home-note > .content.-theme02::after {
  background-image: radial-gradient(circle, #FFDD00 4px, transparent 4px), radial-gradient(circle, #FFDD00 4px, transparent 4px);
}
.home-note > .content.-theme03::before, .home-note > .content.-theme03::after {
  background-image: radial-gradient(circle, #FF6219 4px, transparent 4px), radial-gradient(circle, #FF6219 4px, transparent 4px);
}
.home-note > .content.-theme04::before, .home-note > .content.-theme04::after {
  background-image: radial-gradient(circle, #9CE2A1 4px, transparent 4px), radial-gradient(circle, #9CE2A1 4px, transparent 4px);
}
.home-note > .ornament > .item {
  position: absolute;
  z-index: 1;
}
.home-note > .ornament > .item.-item01 {
  aspect-ratio: 226/225;
  inset: -21.9375vw -5rem auto auto;
  width: 7.063rem;
}
.home-note > .ornament > .item.-item02 {
  display: none;
}
.home-note > .ornament > .item.-item03 {
  display: none;
}

.home-faq {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
.home-faq > .title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.home-faq > .title > .ornament {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  color: var(--color-white);
  content: "Q&A";
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  line-height: 1;
  text-orientation: upright;
  -webkit-text-stroke: 2px var(--color-black);
  -webkit-text-fill-color: var(--color-white);
  position: relative;
}
.home-faq > .title > .ornament::before {
  content: "Q&A";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0;
}
.home-faq > .content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.home-faq-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.home-faq-item > .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  pointer-events: none;
}
.home-faq-item > .title > .icon {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  color: var(--color-project-yellow);
  display: inline-block;
  font-size: 1.75rem;
  font-style: normal;
  line-height: 1.6;
  -webkit-text-stroke: 2px var(--color-black);
  -webkit-text-fill-color: var(--color-project-yellow);
  position: relative;
}
.home-faq-item > .title > .icon::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0;
}
.home-faq-item > .title > .site-heading-simple {
  display: block;
  flex: 1;
}
.home-faq-item > .content {
  background-color: var(--color-project-beige);
  border-radius: 10px;
  padding: 1rem var(--margin-side-small);
}

.home-closer {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.home-closer > .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-closer > .content > .message {
  margin: auto;
  position: relative;
  left: calc((100vw - 100%) / 2 + 100%);
}
.home-closer > .content > .message img {
  height: auto;
  width: 100%;
  transform: translateX(calc(-50vw - 50%));
}
.home-closer > .event {
  background-color: var(--color-white);
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-project-beige) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-project-beige) calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 1rem 1rem;
  border: 2px solid var(--color-black);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: auto;
  padding: 1.5rem var(--margin-side-small);
  width: 100%;
}
.home-closer > .event > .title {
  display: flex;
  gap: 1.125rem;
  align-items: center;
  justify-content: center;
}
.home-closer > .event > .title::before, .home-closer > .event > .title::after {
  background: var(--color-project-yellow);
  border: 2px solid var(--color-black);
  border-radius: 100vw;
  content: "";
  height: 2rem;
  width: 0.563rem;
}
.home-closer > .event > .title::before {
  transform: rotate(-35deg);
}
.home-closer > .event > .title::after {
  transform: rotate(35deg);
}

.home-closer-event {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem var(--margin-side-small);
}
.home-closer-event > .item {
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: underline;
  width: calc(50% - var(--margin-side-small) * 0.5);
}
.home-closer-event > .item > .image {
  background-color: var(--color-project-beige);
  line-height: 0;
}
.home-closer-event > .item > .image img {
  aspect-ratio: 158/223;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.home-closer-event > .item > .title {
  font-size: 0.938rem;
  font-weight: 700;
}

.home-action {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-action > .title {
  font-size: 1.125rem;
  font-weight: 500;
  line-break: strict;
  line-height: 1.7;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.home-action > .list {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.home-action > .list > li > .item {
  border: 5px solid var(--color-border);
  border-radius: 100vw;
  color: var(--color-project-dark-brown);
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
}