@charset "UTF-8";
@layer page {
  .p-page-hdr-a {
    position: relative;
  }
  .p-page-hdr-a__text-wrap::before, .p-page-hdr-a__text-wrap::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../../img/page/guide01/hdr_img_1.svg") 0 0/contain no-repeat;
    bottom: 0;
    left: 50%;
  }
  .p-page-hdr-a__text-wrap::before {
    aspect-ratio: 186/200;
    width: 11.625rem;
    transform: translateX(-27.25rem);
  }
  @media screen and (max-width: 1200px) {
    .p-page-hdr-a__text-wrap::before {
      transform: translateX(0);
      width: 7.5rem;
      left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-page-hdr-a__text-wrap::before {
      width: 19.25vw;
    }
  }
  .p-page-hdr-a__text-wrap::after {
    aspect-ratio: 170/200;
    width: 10.625rem;
    background-image: url("../../../img/page/guide01/hdr_img_2.svg");
    transform: translateX(15.625rem);
  }
  @media screen and (max-width: 1200px) {
    .p-page-hdr-a__text-wrap::after {
      transform: translateX(0);
      left: inherit;
      right: 0;
      width: 6.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-page-hdr-a__text-wrap::after {
      width: 17.75vw;
    }
  }
  .p-page-hdr-a__ttl span {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .p-page-hdr-a__ttl span {
      gap: 4vw;
    }
  }
  .p-page-hdr-a__ttl img {
    width: 1.3125rem;
  }
  @media screen and (max-width: 767px) {
    .p-page-hdr-a__ttl img {
      width: 4.75vw;
    }
  }
  .guide01-page-nav-wrap {
    padding: 6.25rem 0;
  }
  @media screen and (max-width: 1200px) {
    .guide01-page-nav-wrap {
      padding: 3.75rem 0;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-page-nav-wrap {
      padding: 10vw 0;
    }
  }
  .u-bg-green {
    border-radius: 5rem 5rem 0 0;
  }
  @media screen and (max-width: 767px) {
    .u-bg-green {
      border-radius: 10vw 10vw 0 0;
    }
  }
  .guide01-self {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
  @media screen and (max-width: 1200px) {
    .guide01-self {
      padding-top: 5rem;
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-self {
      padding-top: 20vw;
    }
  }
  .guide01-full {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
    border-radius: 5rem 5rem 0 0;
    background: #fff;
  }
  @media screen and (max-width: 1200px) {
    .guide01-full {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-full {
      border-radius: 10vw 10vw 0 0;
      padding-top: 20vw;
      padding-bottom: 20vw;
    }
  }
  .guide01-inner {
    position: relative;
  }
  .guide01-sttl {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide01-sttl {
      font-size: 6vw;
    }
  }
  .guide01-sttl__sub {
    display: block;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-sttl__sub {
      font-size: 4.5vw;
    }
  }
  .guide01-sttl b {
    font-size: 3.125rem;
    font-weight: 700;
    color: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .guide01-sttl b {
      font-size: 10vw;
    }
  }
  .guide01-lead {
    text-align: center;
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 1200px) {
    .guide01-lead {
      margin-top: 5vw;
      font-size: 1rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-lead {
      margin-top: 5vw;
      font-size: 4vw;
      text-align: left;
    }
  }
  .guide01-self-illust {
    position: absolute;
    left: 0;
    top: -3.75rem;
    aspect-ratio: 207/220;
    width: 12.9375rem;
    background: url("../../../img/page/guide01/self.svg") 0 0/contain no-repeat;
  }
  @media screen and (max-width: 767px) {
    .guide01-self-illust {
      top: -25vw;
      width: 29.75vw;
    }
  }
  .guide01-full-illust {
    position: absolute;
    right: 0;
    top: -3.75rem;
    aspect-ratio: 205/219;
    width: 12.8125rem;
    background: url("../../../img/page/guide01/full.svg") 0 0/contain no-repeat;
  }
  @media screen and (max-width: 767px) {
    .guide01-full-illust {
      width: 30vw;
      top: -25vw;
      right: calc(var(--sp-pad) * -2);
    }
  }
  .guide01-step {
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-step {
      margin-top: 10vw;
      padding-bottom: 5vw;
    }
  }
  .guide01-step__item {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 2.5rem;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .guide01-step__item:not(:last-child) {
      padding-bottom: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__item {
      display: flex;
      flex-direction: column;
      gap: 5vw;
    }
  }
  .guide01-step__item:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 3.8125rem;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .guide01-step__item:not(:last-child)::before {
      display: none;
    }
  }
  .guide01-step__count {
    position: relative;
    z-index: 2;
    display: flex;
    aspect-ratio: 1/1;
    width: 7.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 100rem;
    color: #fff;
    font-family: var(--en-sans);
    background-color: var(--accent);
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .guide01-step__count {
      aspect-ratio: auto;
      width: auto;
      font-size: 7.5vw;
      padding: 2.5vw;
    }
  }
  .guide01-step__count span {
    display: block;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-step__count span {
      font-size: 4vw;
    }
  }
  .guide01-step__count-value {
    line-height: 1.1;
  }
  @media screen and (max-width: 767px) {
    .guide01-step__count-value {
      display: flex;
      align-items: center;
      gap: 1.5vw;
    }
  }
  .guide01-step__body {
    padding-top: 1.875rem;
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__body {
      padding-bottom: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__body {
      padding-top: 0;
      padding-bottom: 15vw;
    }
  }
  .guide01-step__ttl {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide01-step__ttl {
      padding-left: var(--sp-pad);
      padding-right: var(--sp-pad);
      font-size: 6vw;
      line-break: strict;
    }
  }
  .guide01-step__text {
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-step__text {
      font-size: 4vw;
      padding-left: var(--sp-pad);
      padding-right: var(--sp-pad);
    }
  }
  .guide01-step__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__row {
      display: flex;
      flex-direction: column;
      gap: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__row {
      margin-top: 5vw;
      gap: 2.5vw;
    }
  }
  .guide01-step__row.is-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__row.is-col3 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .guide01-step__row.is-col3 .is-SP-full {
      grid-column: 1/3;
      display: grid;
      align-items: center;
      grid-template-columns: 1fr 17.5rem;
      padding: 0.625rem 0.625rem 0.625rem 1.25rem;
    }
    .guide01-step__row.is-col3 .is-SP-full .guide01-step__sttl {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__row.is-col3 .is-SP-full {
      grid-template-columns: 1fr 45vw;
      padding: 2.5vw 2.5vw 2.5vw 5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__row.is-SP-1col {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
    .guide01-step__row.is-SP-1col figure {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
    .guide01-step__row.is-SP-1col figure img {
      margin-top: 0;
    }
    .guide01-step__row.is-SP-1col .guide01-step__box-a {
      padding: 5vw;
    }
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__row.is-SP-2col {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__row.is-SP-2col {
      gap: 2.5vw;
    }
  }
  .guide01-step__row-a {
    display: grid;
    grid-template-columns: 32.5rem 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__row-a {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__row-a {
      display: flex;
      flex-direction: column;
      margin-top: 5vw;
      gap: 2.5vw;
    }
  }
  .guide01-step__row-b {
    display: grid;
    grid-template-columns: 5rem 1fr 22.5rem;
    margin-top: 2.5rem;
    padding: 1.875rem 1.875rem 1.875rem 3.125rem;
    border-radius: 0.625rem;
    gap: 1.875rem;
    background: #fff;
  }
  .guide01-step__row-b dl {
    padding-right: 1.25rem;
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__row-b {
      grid-template-columns: 3.75rem 1fr 12.5rem;
      padding: 1.375rem 1.25rem;
      gap: 1.25rem;
    }
    .guide01-step__row-b dl {
      padding-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__row-b {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 5.5vw 5vw;
      gap: 5vw;
    }
    .guide01-step__row-b .guide01-step__sttl {
      display: grid;
      align-items: center;
      grid-template-columns: 12.5vw 1fr;
      gap: 5vw;
    }
  }
  .guide01-step__in-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-step__in-row {
      display: flex;
      flex-direction: column;
      gap: 3.75vw;
    }
    .guide01-step__in-row a[data-lightbox] {
      pointer-events: none;
      display: block;
      width: 100%;
      margin: 2.5vw auto 0 auto;
    }
  }
  .guide01-step__in-row-a {
    display: grid;
    grid-template-columns: 1fr 11.25rem;
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-step__in-row-a {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
  }
  .guide01-step__box {
    padding: 1.875rem 2.5rem;
    border-radius: 0.625rem;
    background: #FFF;
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__box {
      padding: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__box {
      padding: 5vw;
    }
  }
  .guide01-step__box-a {
    padding: 1.875rem;
    border-radius: 0.625rem;
    background: #FFF;
  }
  @media screen and (max-width: 1200px) {
    .guide01-step__box-a {
      padding: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-step__box-a {
      padding: 3.75vw 2.5vw 2.5vw 2.5vw;
    }
  }
  .guide01-step__cap {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .guide01-step__cap + img,
  .guide01-step__cap + a {
    display: inline-block;
    margin-top: 0.625rem;
  }
  .guide01-step__cap + img.is,
  .guide01-step__cap + a.is {
    margin-top: 1.25rem;
  }
  .guide01-step__sttl {
    color: var(--accent);
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .guide01-step__sttl.is-black {
    color: var(--main);
  }
  .guide01-step__note {
    margin-top: .6em;
    font-size: calc(12/16*1rem);
  }
  @media screen and (max-width: 767px) {
    .guide01-step__note {
      font-size: calc(12/400*100vw);
    }
  }
  .guide01-step [data-lightbox] {
    display: inline-block;
    position: relative;
  }
  .guide01-step [data-lightbox]::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    aspect-ratio: 1/1;
    width: 1.875rem;
    background: url("../../../img/icon/zoom.svg") 0 0/contain no-repeat;
  }
  @media screen and (max-width: 767px) {
    .guide01-step [data-lightbox]::before {
      display: none;
    }
  }
  .guide01-list li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .guide01-list li::before {
    content: "・";
  }
  .guide01-img-wrap img {
    border-radius: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-img-wrap img {
      border-radius: 2.5vw;
    }
  }
  .guide01-guide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 5rem;
    width: 87.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 1200px) {
    .guide01-guide {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-guide {
      display: flex;
      flex-direction: column;
      margin-top: 15vw;
      gap: 5vw;
    }
  }
  .guide01-guide__item {
    position: relative;
    padding: 2.375rem 1.25rem 1.25rem 1.25rem;
    gap: 0.5rem;
    border-radius: 0.625rem;
    background: #F9F9F9;
  }
  @media screen and (max-width: 767px) {
    .guide01-guide__item {
      margin-left: 12.5vw;
      padding: 5vw;
    }
    .guide01-guide__item:not(:last-child)::before {
      content: "";
      display: block;
      position: absolute;
      left: -7.75vw;
      top: 0;
      width: 2px;
      height: calc(100% + 5vw);
      background: var(--accent);
    }
  }
  .guide01-guide__item .guide01-img-wrap {
    margin: 1.25rem 0;
  }
  @media screen and (max-width: 767px) {
    .guide01-guide__item .guide01-img-wrap {
      margin: 3.75vw 0;
    }
  }
  .guide01-guide__ttl {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide01-guide__ttl {
      text-align: left;
    }
  }
  .guide01-guide__ttl span {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 3.125rem;
    border-radius: 6.25rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 100%;
    background: var(--accent);
    color: #fff;
    font-family: var(--en-sans);
  }
  @media screen and (max-width: 767px) {
    .guide01-guide__ttl span {
      position: absolute;
      width: 10vw;
      left: -12.5vw;
      top: 0;
      transform: translate(0);
      font-size: 4.5vw;
    }
  }
  .guide01-guide__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .guide01-guide__text {
      font-size: 3.75vw;
    }
  }
  .guide01-faq {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .guide01-faq {
      padding: 15vw 0;
    }
  }
  .guide01-faq .p-faq-item__q,
  .guide01-faq .p-faq-item__content {
    display: block;
  }
  .guide01-faq .p-faq-item__q {
    font-weight: bold;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
  .guide01-faq .p-faq-item__content {
    background: var(--bg-green);
  }
  .guide01-faq .p-faq-item__q-icon {
    color: var(--accent);
  }
  .guide01-faq .p-icon-toggle {
    display: none;
  }
  @media screen and (min-width: 768px) {
    .guide01-faq .p-faq-item:first-child .p-faq-item__content {
      min-height: 9.8em;
    }
  }
  @media screen and (max-width: 767px) {
    .guide01-faq .p-faq-item__q {
      padding-right: 5vw;
    }
  }
  .guide01-faq__ttl {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 3.75rem;
    font-size: 2rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide01-faq__ttl {
      gap: 2.5vw;
      font-size: 6vw;
    }
  }
  .guide01-faq__ttl img {
    width: 1.875rem;
    margin-bottom: 0.375rem;
  }
  .guide01-faq__ttl span {
    display: block;
  }
  .guide01-faq__ttl::before, .guide01-faq__ttl::after {
    content: "";
    display: block;
    background: url("../../../img/content/aruaru_1.svg") 0 0/contain no-repeat;
  }
  .guide01-faq__ttl::before {
    aspect-ratio: 100/132;
    width: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-faq__ttl::before {
      width: 18vw;
    }
  }
  .guide01-faq__ttl::after {
    aspect-ratio: 107/124;
    width: 6.6875rem;
    background-image: url("../../../img/content/aruaru_2.svg");
  }
  @media screen and (max-width: 767px) {
    .guide01-faq__ttl::after {
      width: 19.25vw;
    }
  }
  .guide01-faq__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .guide01-faq__list {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
  }
}