@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/guide02/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: 306/220;
    width: 19.3125rem;
    bottom: 1.25rem;
    background-image: url("../../../img/page/guide02/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: 11.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .p-page-hdr-a__text-wrap::after {
      width: 29.5vw;
      bottom: 1vw;
    }
  }
  .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;
    }
  }
  .guide02-body {
    position: relative;
    background: url("../../../img/page/guide02/maru.svg") 50% 7.5rem/100% auto no-repeat;
  }
  @media screen and (max-width: 767px) {
    .guide02-body {
      background-image: url("../../../img/page/guide02/maru_sp.svg");
      background-position: 50% 47.5vw;
    }
  }
  .guide02-body > * {
    position: relative;
    z-index: 2;
  }
  .guide02-mt {
    margin-top: 1em;
  }
  .guide02-nav {
    display: grid;
  }
  @media screen and (min-width: 768px) {
    .guide02-nav {
      grid-template-columns: repeat(5, 1fr);
      padding: 2.5rem 0;
      gap: 1.25rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .guide02-nav {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-nav {
      margin-top: 7.5vw;
      gap: 3.75vw 2.5vw;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .guide02-nav__link {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.125rem;
    gap: 0.3125rem;
    transition: color 0.25s;
  }
  .guide02-nav__link .p-icon-arrow-bottom {
    transition: transform 0.25s;
  }
  @media screen and (max-width: 767px) {
    .guide02-nav__link {
      gap: 0.5vw;
      font-size: 3.75vw;
    }
  }
  @media (hover: hover) {
    .guide02-nav__link:hover {
      color: var(--accent);
    }
    .guide02-nav__link:hover .p-icon-arrow-bottom {
      transform: translateY(5px);
    }
  }
  .guide02-nav__link p {
    flex-grow: 1;
    border-bottom: 1px solid var(--line);
    padding-bottom: 0.3125rem;
  }
  .guide02-sec {
    padding-top: 10rem;
  }
  .guide02-sec + .guide02-sec {
    padding-top: 8.75rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-sec {
      padding-top: 5rem;
    }
    .guide02-sec + .guide02-sec {
      padding-top: 3.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-sec {
      padding-top: 12.5vw;
      padding-bottom: 12.5vw;
    }
    .guide02-sec + .guide02-sec {
      padding-top: 12.5vw;
    }
  }
  .guide02-hdr-a {
    margin-bottom: 1.25rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .guide02-hdr-a {
      margin-bottom: 6.5vw;
    }
  }
  .guide02-hdr-a__ttl {
    font-size: 2.5rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide02-hdr-a__ttl {
      font-size: 8vw;
    }
  }
  .guide02-hdr-a__en {
    font-size: 1.5rem;
    font-family: var(--en-sans);
    color: var(--accent);
    font-weight: var(--en-weight-m);
    text-transform: uppercase;
  }
  @media screen and (max-width: 767px) {
    .guide02-hdr-a__en {
      line-height: 1.4;
      font-size: 6vw;
    }
  }
  .guide02-lead {
    font-size: 1.125rem;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .guide02-lead {
      font-size: 4vw;
    }
  }
  .guide02-lead p + p {
    margin-top: 2em;
  }
  .guide02-about__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
    margin-top: 5rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-about__list {
      display: flex;
      flex-direction: column;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-about__list {
      margin-top: 12.5vw;
      gap: 2.5vw;
    }
  }
  .guide02-about__list > li {
    border-radius: 0.625rem;
    background: var(--accent);
    color: #fff;
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-about__list > li {
      padding: 0 7.5vw 7.5vw 7.5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-about__list > li:nth-child(3) .guide02-about__icon {
      margin-bottom: -9.75vw;
    }
    .guide02-about__list > li:nth-child(3) .guide02-about__icon img {
      width: calc(var(--my-width) / 640 * 100vw);
    }
  }
  .guide02-about__icon {
    text-align: center;
    min-height: 8.75rem;
    margin-top: -2.5rem;
    margin-bottom: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-about__icon {
      margin-top: -5.5vw;
      margin-bottom: -9.5vw;
    }
  }
  .guide02-about__icon img {
    width: calc(var(--my-width) / 16 * 1rem);
  }
  @media screen and (max-width: 767px) {
    .guide02-about__icon img {
      width: calc(var(--my-width) / 580 * 100vw);
    }
  }
  .guide02-about__sttl {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .guide02-about__text {
    margin-top: 0.75rem;
  }
  .guide02-about__note {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
  }
  .guide02-about__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  .guide02-about__note a {
    text-decoration: underline;
  }
  @media (hover: hover) {
    .guide02-about__note a:hover {
      text-decoration: none;
    }
  }
  .guide02-emergency {
    border: 1px solid var(--line);
    background: #fff;
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 1.875rem;
    margin-top: 1.875rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.625rem;
    padding: 1.875rem;
    width: 62.5rem;
    max-width: 100%;
  }
  @media screen and (max-width: 1200px) {
    .guide02-emergency {
      gap: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-emergency {
      margin-top: 2.5vw;
      padding: 5vw;
      display: block;
    }
  }
  @media screen and (min-width: 768px) {
    .guide02-emergency:has(.guide02-pin__stickers-fig) {
      grid-template-columns: 5rem 1fr 16.6875rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .guide02-emergency:has(.guide02-pin__stickers-fig) {
      grid-template-columns: 5rem 1fr 10rem;
    }
  }
  .guide02-emergency__icon img {
    width: 100%;
  }
  .guide02-emergency__ttl {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide02-emergency__ttl {
      display: grid;
      align-items: center;
      grid-template-columns: 15vw 1fr;
      gap: 3.75vw;
      margin-bottom: 2.5vw;
    }
  }
  .guide02-emergency__text {
    font-size: 0.9375rem;
  }
  .guide02-pin {
    position: relative;
    margin-top: 5rem;
    padding: 2.5rem 6.25rem 3.125rem 6.25rem;
    border-radius: 0.625rem;
    border: 2px solid var(--blue);
  }
  @media screen and (max-width: 1200px) {
    .guide02-pin {
      padding: 2.5rem 3.125rem 3.125rem 3.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-pin {
      margin-top: 12.5vw;
      padding: 10vw 5vw 1.875rem 5vw;
    }
  }
  .guide02-pin::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-100%, -50%);
    background: url("../../../img/page/guide02/pin.svg") 0 0/contain no-repeat;
    aspect-ratio: 30/29;
    width: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-pin::before {
      transform: translate(-50%, -50%);
    }
  }
  .guide02-pin__ttl {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .guide02-pin__ttl {
      font-size: 5vw;
    }
  }
  .guide02-pin__body {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-pin__body {
      margin-top: 7.5vw;
    }
  }
  @media screen and (min-width: 768px) {
    .guide02-pin__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.875rem 2.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-pin__list {
      display: flex;
      flex-direction: column;
      gap: 5vw;
    }
  }
  .guide02-pin__item {
    display: grid;
  }
  @media screen and (min-width: 768px) {
    .guide02-pin__item {
      grid-template-columns: 5rem 1fr;
      gap: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-pin__item {
      grid-template-columns: 17.5vw 1fr;
      gap: 5vw;
    }
  }
  .guide02-pin__item img {
    width: 100%;
  }
  .guide02-pin__sttl {
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
    font-weight: 700;
  }
  .guide02-pin__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .guide02-pin__text {
      font-size: 3.75vw;
    }
  }
  .guide02-pin__date-fig img {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .guide02-pin__stickers-fig {
      margin-top: 2.5vw;
    }
  }
  .guide02-conf__sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-conf__sec {
      display: flex;
      flex-direction: column;
    }
  }
  .guide02-conf__item {
    position: relative;
    overflow: hidden;
    border-radius: 0.625rem;
    background: #FFF;
  }
  .guide02-conf__item > div {
    width: 100%;
  }
  .guide02-conf__ttl {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: var(--blue);
    font-weight: 700;
    border-radius: 0 0 0.625rem 0;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-conf__ttl {
      font-size: 4.5vw;
    }
  }
  .u-bg-green {
    margin-top: 8.75rem;
    padding-bottom: 8.75rem;
    border-radius: 5rem 5rem 0 0;
  }
  @media screen and (max-width: 767px) {
    .u-bg-green {
      margin-top: 12.5vw;
      padding-bottom: 0;
      border-radius: 10vw 10vw 0 0;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-flow {
      padding-top: 20vw;
      padding-bottom: 0;
    }
  }
  .guide02-step {
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-step {
      margin-top: 10vw;
      padding-bottom: 5vw;
      gap: 12.5vw;
      display: flex;
      flex-direction: column;
    }
  }
  .guide02-step__item {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 2.5rem;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .guide02-step__item:not(:last-child) {
      padding-bottom: 5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__item {
      display: flex;
      flex-direction: column;
      gap: 5vw;
    }
  }
  .guide02-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) {
    .guide02-step__item:not(:last-child)::before {
      display: none;
    }
  }
  .guide02-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) {
    .guide02-step__count {
      aspect-ratio: auto;
      width: auto;
      font-size: 7.5vw;
      padding: 2.5vw;
    }
  }
  .guide02-step__count span {
    display: block;
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-step__count span {
      font-size: 4vw;
    }
  }
  .guide02-step__count-value {
    line-height: 1.1;
  }
  @media screen and (max-width: 767px) {
    .guide02-step__count-value {
      display: flex;
      align-items: center;
      gap: 1.5vw;
    }
  }
  .guide02-step__body {
    padding-top: 1.875rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__body {
      padding-bottom: 0rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__body {
      padding-top: 0;
      padding-bottom: 0vw;
    }
  }
  .guide02-step__ttl {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide02-step__ttl {
      padding-left: var(--sp-pad);
      padding-right: var(--sp-pad);
      font-size: 6vw;
      line-break: strict;
    }
  }
  .guide02-step__text {
    font-size: 1.125rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-step__text {
      font-size: 4vw;
      padding-left: var(--sp-pad);
      padding-right: var(--sp-pad);
    }
  }
  .guide02-step__btn-find {
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-step__btn-find {
      margin-top: 5vw;
    }
  }
  .guide02-step__btn-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.625rem;
    margin-top: 1.5rem;
  }
  .guide02-step__btn-wrap a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .guide02-step__btn-wrap .c-icon {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .guide02-step__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__row {
      display: flex;
      flex-direction: column;
      gap: 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__row {
      margin-top: 5vw;
      gap: 2.5vw;
    }
  }
  .guide02-step__row:has(.guide02-step__ttl) {
    margin-top: 0;
  }
  .guide02-step__row.is-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__row.is-col3 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .guide02-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;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__row.is-col3 {
      display: flex;
      gap: 2.5vw;
    }
    .guide02-step__row.is-col3 .is-SP-full {
      display: block;
      padding: 5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__row.is-SP-1col {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
    .guide02-step__row.is-SP-1col figure {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
    .guide02-step__row.is-SP-1col figure img {
      margin-top: 0;
    }
    .guide02-step__row.is-SP-1col .guide02-step__box-a {
      padding: 5vw;
    }
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__row.is-SP-2col {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__row.is-SP-2col {
      gap: 2.5vw;
    }
  }
  .guide02-step__row-a {
    display: grid;
    grid-template-columns: 32.5rem 1fr;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__row-a {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__row-a {
      display: flex;
      flex-direction: column;
      margin-top: 5vw;
      gap: 2.5vw;
    }
  }
  .guide02-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;
  }
  .guide02-step__row-b dl {
    padding-right: 1.25rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__row-b {
      grid-template-columns: 3.75rem 1fr 12.5rem;
      padding: 1.375rem 1.25rem;
      gap: 1.25rem;
    }
    .guide02-step__row-b dl {
      padding-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__row-b {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: 5.5vw 5vw;
      gap: 5vw;
    }
    .guide02-step__row-b .guide02-step__sttl {
      display: grid;
      align-items: center;
      grid-template-columns: 12.5vw 1fr;
      gap: 5vw;
    }
  }
  .guide02-step__in-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-step__in-row {
      display: flex;
      flex-direction: column;
      gap: 3.75vw;
    }
    .guide02-step__in-row a[data-lightbox] {
      pointer-events: none;
      display: block;
      width: 100%;
      margin: 2.5vw auto 0 auto;
    }
  }
  .guide02-step__in-row-a {
    display: grid;
    grid-template-columns: 1fr 11.25rem;
    gap: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-step__in-row-a {
      display: flex;
      flex-direction: column;
      gap: 2.5vw;
    }
  }
  .guide02-step__box {
    padding: 1.875rem 2.5rem;
    border-radius: 0.625rem;
    background: #FFF;
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__box {
      padding: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__box {
      padding: 5vw;
    }
  }
  .guide02-step__box-a {
    padding: 1.875rem;
    border-radius: 0.625rem;
    background: #FFF;
  }
  @media screen and (max-width: 1200px) {
    .guide02-step__box-a {
      padding: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-step__box-a {
      padding: 5vw;
    }
  }
  .guide02-step__cap {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .guide02-step__cap + img,
  .guide02-step__cap + a {
    display: inline-block;
    margin-top: 0.625rem;
  }
  .guide02-step__cap + img.is,
  .guide02-step__cap + a.is {
    margin-top: 1.25rem;
  }
  .guide02-step__sttl {
    color: var(--accent);
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .guide02-step__sttl.is-black {
    color: var(--main);
  }
  .guide02-step__note {
    margin-top: 1em;
  }
  .guide02-step__note p {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 80%;
  }
  .guide02-list li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .guide02-list li::before {
    content: "・";
  }
  .guide02-img-wrap img {
    border-radius: 0.625rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-img-wrap img {
      border-radius: 2.5vw;
    }
  }
  .guide02-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) {
    .guide02-guide {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-guide {
      display: flex;
      flex-direction: column;
      margin-top: 15vw;
      gap: 5vw;
    }
  }
  .guide02-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) {
    .guide02-guide__item {
      margin-left: 12.5vw;
      padding: 5vw;
    }
    .guide02-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);
    }
  }
  .guide02-guide__item .guide02-img-wrap {
    margin: 1.25rem 0;
  }
  @media screen and (max-width: 767px) {
    .guide02-guide__item .guide02-img-wrap {
      margin: 3.75vw 0;
    }
  }
  .guide02-guide__ttl {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 700;
  }
  @media screen and (max-width: 767px) {
    .guide02-guide__ttl {
      text-align: left;
    }
  }
  .guide02-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) {
    .guide02-guide__ttl span {
      position: absolute;
      width: 10vw;
      left: -12.5vw;
      top: 0;
      transform: translate(0);
      font-size: 4.5vw;
    }
  }
  .guide02-guide__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  @media screen and (max-width: 767px) {
    .guide02-guide__text {
      font-size: 3.75vw;
    }
  }
  .guide02-qa {
    padding: 7.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .guide02-qa {
      padding: 15vw 0;
    }
  }
  .guide02-scrollable-wrap {
    position: relative;
  }
  .guide02-scrollable {
    position: relative;
    overflow: auto;
  }
  @media screen and (max-width: 767px) {
    .guide02-scrollable {
      padding-bottom: 30px;
    }
  }
  .guide02-table-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 0.625rem;
    margin-top: 5rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-table-wrap {
      margin-top: 12.5vw;
      width: 240vw;
    }
    .guide02-table-wrap:has(.is-when) {
      width: 180vw;
    }
  }
  .guide02-table {
    width: 100%;
  }
  .guide02-table .is-note {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 70%;
    margin-top: .4em;
    font-weight: normal;
  }
  @media screen and (max-width: 1200px) {
    .guide02-table {
      font-size: 0.875rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-table {
      font-size: 5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-table.is-lost {
      font-size: 4vw;
    }
  }
  .guide02-table.is-lost tbody th {
    font-weight: normal;
  }
  @media screen and (min-width: 768px) {
    .guide02-table.is-lost thead th:nth-child(1) {
      width: 15rem;
    }
    .guide02-table.is-lost thead th:nth-child(2) {
      width: 15rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .guide02-table.is-lost thead th:nth-child(1) {
      width: 12.5rem;
    }
    .guide02-table.is-lost thead th:nth-child(2) {
      width: 12.5rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-table.is-lost thead th:nth-child(1) {
      width: 16.25rem;
    }
    .guide02-table.is-lost thead th:nth-child(2) {
      width: 16.25rem;
    }
  }
  .guide02-table.is-when {
    font-size: 1.25rem;
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .guide02-table.is-when {
      font-size: 4.5vw;
    }
  }
  @media screen and (min-width: 768px) {
    .guide02-table.is-when thead th:nth-child(1) {
      width: 37.25rem;
    }
    .guide02-table.is-when thead th:nth-child(2) {
      width: 18.875rem;
    }
  }
  @media screen and (max-width: 1200px) {
    .guide02-table.is-when thead th:nth-child(1) {
      width: 23.125rem;
    }
    .guide02-table.is-when thead th:nth-child(2) {
      width: 11.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-table.is-when thead th:nth-child(1) {
      width: 21.25rem;
    }
  }
  .guide02-table tr:not(:last-child) th, .guide02-table tr:not(:last-child) td {
    border-bottom: 1px solid var(--line);
  }
  .guide02-table th, .guide02-table td {
    padding: 0.625rem 1.25rem;
    text-align: left;
    background: #fff;
    -webkit-text-size-adjust: 100%;
  }
  .guide02-table th:not(:last-child), .guide02-table td:not(:last-child) {
    border-right: 1px solid var(--line);
  }
  .guide02-table th span, .guide02-table td span {
    font-size: 1.625rem;
    color: var(--accent);
  }
  .guide02-table thead th {
    font-size: 1.25rem;
    font-weight: 700;
    background-color: var(--accent);
    color: #fff;
  }
  @media screen and (max-width: 1200px) {
    .guide02-table thead th {
      font-size: 1.0625rem;
    }
  }
  .guide02-table .is-note {
    line-height: 1.5;
  }
  .guide02-table .is-note p {
    text-indent: -0.9em;
    margin-left: 0.9em;
    font-size: 80%;
  }
  @media screen and (max-width: 767px) {
    .guide02-preparation {
      padding-bottom: 0;
    }
  }
  .guide02-preparation__sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 1200px) {
    .guide02-preparation__sec {
      display: flex;
      flex-direction: column;
    }
  }
  .guide02-preparation__item {
    position: relative;
    overflow: hidden;
    padding: 3.75rem 1.875rem 2.5rem 1.875rem;
    border-radius: 0.625rem;
    background: #FFF;
    border: 2px solid var(--accent);
  }
  @media screen and (max-width: 767px) {
    .guide02-preparation__item {
      padding: 12.5vw 5vw 5vw 5vw;
    }
  }
  @media screen and (min-width: 768px) {
    .guide02-preparation__item.is-col1 {
      grid-column: 1/3;
      padding-bottom: 2.5rem;
    }
  }
  .guide02-preparation__item > div {
    width: 100%;
  }
  .guide02-preparation__ttl {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: var(--accent);
    font-weight: 700;
    border-radius: 0 0 0.625rem 0;
    padding: 0.25rem 0.75rem;
    font-size: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-preparation__ttl {
      font-size: 5vw;
    }
  }
  .guide02-preparation__fig-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
  }
  .guide02-preparation__fig-wrap > * {
    width: 10rem;
  }
  @media screen and (max-width: 767px) {
    .guide02-preparation__fig-wrap > * {
      width: 32.5vw;
    }
    .guide02-preparation__fig-wrap > *:nth-child(3) {
      text-align: center;
    }
    .guide02-preparation__fig-wrap > *:nth-child(3) img {
      width: 32.5vw;
    }
    .guide02-preparation__fig-wrap > *:nth-child(3) {
      width: 57.5vw;
    }
  }
  .guide02-preparation__fig-wrap figcaption {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    font-weight: 700;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .guide02-preparation__fig-wrap figcaption {
      font-size: 4vw;
    }
  }
  .guide02-preparation__fig-wrap figcaption .is-note {
    margin-top: 0.3125rem;
    text-indent: -1em;
    margin-left: 1em;
    font-size: 0.8125rem;
    font-weight: normal;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .guide02-preparation__fig-wrap figcaption .is-note {
      font-size: 3.25vw;
    }
  }
  @media screen and (min-width: 768px) {
    .scroll-hint-icon-wrap {
      display: none;
    }
  }
  .guide02-lost {
    margin-top: 1.875rem;
    padding: 0 2.5rem;
    border-radius: 0.625rem;
    background: var(--bg-gray2);
  }
  @media screen and (max-width: 1200px) {
    .guide02-lost {
      padding: 0rem 0.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-lost {
      padding: 0 5vw;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-lost .guide02-scrollable-wrap {
      margin-left: -5vw;
      margin-right: -5vw;
    }
    .guide02-lost .guide02-scrollable-wrap .guide02-scrollable {
      padding-left: 5vw;
      padding-right: 5vw;
    }
  }
  .guide02-lost .p-icon-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .guide02-lost .p-icon-toggle::before, .guide02-lost .p-icon-toggle::after {
    background: var(--accent);
  }
  @media screen and (max-width: 767px) {
    .guide02-lost .p-icon-toggle {
      width: 6vw;
      height: 6vw;
    }
  }
  .guide02-lost__ttl {
    position: relative;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    padding: 1.875rem 0;
  }
  @media screen and (max-width: 767px) {
    .guide02-lost__ttl {
      padding: 7.5vw 0;
    }
  }
  @media screen and (max-width: 767px) {
    .guide02-lost__ttl {
      line-height: 1.6;
      font-size: 4.5vw;
    }
  }
  .guide02-lost__body {
    padding-bottom: 2.5rem;
  }
  .guide02-lost__table-wrap {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .scroll-hint-text {
    font-size: 3vw;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1.25vw;
  }
}

.simplebar-scrollbar.simplebar-visible::before {
  background: var(--accent);
  opacity: 1 !important;
}

.simplebar-track {
  background: var(--line);
  border-radius: 0.625rem !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 11px !important;
  top: 0 !important;
  border-radius: 0.625rem !important;
}