.page-area.lower-area::before,
.page-area.lower-area::after {
  content: none;
}

.page-wrap {
  max-width: 1120px;
  margin-inline: auto;
  width: 90%;
}


/* ページタイトル */
.lower-title-wrap {
  max-width: 900px;
  margin-inline: auto;
  margin-bottom: 100px;
  width: 90%;
  & .lower-title {
    font-size: 56px;
    line-height: 1.3;
    text-align: center;
    position: relative;
  }
  & .lower-title span {
    display: block;
    font-size: 32px;
    font-weight: normal;
  }
  & .lower-title.about-title::after {
    content: "";
    background-image: url(/image/about-title-ill.png);
    background-size: cover;
    position: absolute;
    bottom: -16px;
    left: -40px;
    width: 45px;
    height: 70px;
  }
}

/* メイン */
.lower-main-wrap {
  display: flex;
  margin-bottom: 70px;

  & .lower-main-cont-head {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
    &::after {
      content: "";
      background-color: #FFE44F;
      height: 2px;
      width: 70%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    &::first-letter {
      color: #FF6A30;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 48px;
    }
  }
  & .lower-main-photo {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 4%;
    margin-bottom: 0
  }
  & .lower-main-photo img {
    border-radius: 0 0 160px 0;
  }
  & .lower-main-cont {
    padding-right: 210px;
    width: 48%;
  }
  & .lower-main-cont-txt {
    line-height: 1.8;
    margin-bottom: 40px;
  }
}
.about-cont-wrap {
  & .lower-main-cont {
    position: relative;
  }
  & .lower-main-cont::after {
    content: "";
    background-image: url(/image/about-mail-ill.png);
    background-size: cover;
    width: 150px;
    height: 180px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  & .more-btn {
    width: 100%;
  }
}


/* こんな声がありませんか? */
.lower-voice {
  margin-bottom: 120px;
  position: relative;

  &::after {
    content: "";
    background-image: url(/image/about-arrow.png);
    background-size: cover;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 320px;
    height: 48px;
  }
  & .lower-voice-head {
    font-size: 24px;
    text-align: center;
    margin-bottom: 43px;
  }
  & .lower-voice-cont {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
  }
  & .lower-voice-box {
    background-color: #F8F8F3;
    width: calc(100% / 4);
    padding: 54px 38px 52px 38px;
    border-radius: 16px;
    font-size: 20px;
    position: relative;
  }
  & .lower-voice-box::before {
    content: "";
    background-image: url(/image/about-voice-icon.png);
    background-size: cover;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  & .lower-voice-box.box01::after {
    content: "";
    background-image: url(/image/about-voice-ill01.png);
    background-size: cover;
    width: 39px;
    height: 90px;
    position: absolute;
    bottom: -51px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  & .lower-voice-box.box02::after {
    content: "";
    background-image: url(/image/about-voice-ill02.png);
    background-size: cover;
    width: 131px;
    height: 90px;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  & .lower-voice-box.box03::after {
    content: "";
    background-image: url(/image/about-voice-ill03.png);
    background-size: cover;
    width: 73px;
    height: 90px;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  & .lower-voice-box.box04::after {
    content: "";
    background-image: url(/image/about-voice-ill04.png);
    background-size: cover;
    width: 53px;
    height: 90px;
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  & .lower-voice-box p {
    margin-bottom: 0;
  }
  & .lower-voice-txt {
    font-size: 28px;
    text-align: center;
    margin: 0;
  }
}


/* step */
.lower-step-wrap {
  margin-bottom: 85px;

  & .lower-step-txt {
    line-height: 1.8;
    margin-inline: auto;
    max-width: 800px;
    margin-bottom: 50px;
    text-align: center;
    width: 95%;
  }
  & .lower-step-txt a {
    color: #000;
    transition: .4s;
    &:hover {
      opacity: .5;
      text-decoration: none;
    }
  }
  & .lower-step-txt span {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid;
  }
  & .lower-step-head {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
  }
  & .accordion-title {
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    box-shadow: 0 0 8px #e3e2e2;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 50px 270px 30px 57px;
    position: relative;

    &:hover {
      cursor: pointer;
    }
    &::before {
      content: "";
      background-size: cover;
    }
    &::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 27px;
      width: 16px;
      height: 16px;
      margin: auto;
      border-top: 3px solid #AAAAAA;
      border-right: 3px solid #AAAAAA;
      transform: rotate(135deg);
      transition: .4s;
      box-sizing: border-box;
    }
    &.open::after {
      transform: rotate(-45deg);
    }
  }
  .step01 .accordion-title::before {
    background-image: url(/image/step-title-ill01.png);
    width: 138px;
    height: 106px;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .step02 .accordion-title::before {
    background-image: url(/image/step-title-ill02.png);
    width: 95px;
    height: 106px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .step03 .accordion-title::before {
    background-image: url(/image/step-title-ill03.png);
    width: 106px;
    height: 106px;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .accordion-title-no {
    position: absolute;
    top: -34px;
    left: 20px;
    background: #FFE44F;
    font-size: 40px;
    font-weight: bold;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
  }
  .accordion-title-no::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 30px solid #FFE44F;
    position: absolute;
    bottom: -18px;
    left: 2px;
    transform: rotate(-15deg);
  }
  .accordion-title-no span {
    font-size: 12px;
    display: block;
  }
  & .accordion-title-cont {
    align-items: baseline;
    display: flex;
    gap: 16px;

    & h3 {
      font-size: 32px;
      margin: 0;
    }
    & p {
      color: #FF6A30;
      margin: 0;
      padding-left: 1.3em;
      position: relative;
    }
  }
  & .step01 .accordion-title-cont p::before {
    content: "";
    background-image: url(/image/accordion-title-ill01.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  & .step02 .accordion-title-cont p::before {
    content: "";
    background-image: url(/image/accordion-title-ill02.png);
    background-size: cover;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  & .step03 .accordion-title-cont p::before {
    content: "";
    background-image: url(/image/accordion-title-ill03.png);
    background-size: cover;
    width: 14px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 0;
  }
  & .accordion-title-cont-right {
    font-weight: bold;
    margin: 0;
  }
  & .accordion-content {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 8px #e3e2e2;
    padding: 40px;
    position: relative;
    margin-top: 26px;
  }
  & .accordion-content::after {
    content: "";
    background-image: url(/image/step-cont-ill.png);
    background-size: cover;
    width: 186px;
    height: 160px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  & .accordion-item {
    margin-bottom: 60px;
  }
  & .accordion-item:last-child {
    margin-bottom: 0;
  }
  & .accordion-content-box-head {
    font-size: 24px;
    margin-bottom: 24px;
  }
  & .accordion-content-li.mb {
    margin-bottom: 40px;
  }
  & .accordion-content-li-head {
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 1.5em;
    position: relative;
  }
  & .accordion-content-li-head::before {
    content: "";
    background-image: url(/image/step-ac-q.png);
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
  }
  & .accordion-content-li-detail {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
    position: relative;
    padding-left: 3em;
  }
  & .accordion-content-li-detail::before {
    content: "";
    background-image: url(/image/step-ac-a.png);
    position: absolute;
    top: 7px;
    left: 1.6em;
    width: 18px;
    height: 18px;
  }
  & .accordion-content-li-detail:last-child {
    margin-bottom: 0;
  }
  & .accordion-content-box {
    margin-bottom: 50px;
  }
  & .accordion-content-box:last-child {
    margin-bottom: 0;
  }
  & .about-dl-btn {
    text-align: center;
    margin: 30px 0 40px;
  }
  & .about-dl-btn:last-child {
    margin-bottom: 0;
  }
  & .about-dl-btn a {
    background-color: #000000;
    color: #FFE44F;
    display: block;
    max-width: 480px;
    margin-inline: auto;
    padding: 15px;
    position: relative;
    border-radius: 30px;
    transition: .4s;
  }
  & .about-dl-btn a span {
    padding-left: 1.8em;
    position: relative;
  }
  & .about-dl-btn a span::before {
    content: "";
    background-image: url(/image/step-dl-icon.png);
    background-size: cover;
    position: absolute;
    top: 52%;
    left: 0;
    width: 22px;
    height: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .4s;
  }
  & .about-dl-btn a:hover span::before {
    background-image: url(/image/step-dl-icon-hover.png);
  }
  & .about-dl-btn a:hover {
    background-color: #FFE44F;
    color: #000;
    text-decoration: none;
  }
  & .about-dl-btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #FFE44F;
    border-right: 2px solid #FFE44F;
    transform: rotate(45deg);
    transition: .4s;
    box-sizing: border-box;
  }
  & .about-dl-btn a:hover::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
  & .step-last-txt {
    font-size: 32px;
    text-align: center;
    width: 95%;
    margin: 40px auto 0;
    max-width: 830px;
    & br {
      @media screen and (max-width: 600px) {
        display: none;
      }
    }
  }

}



.step-cont-wrap {
  background: #F8F8F3;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 84px;

  &.about-last-cont .step-cont-txt {
    position: relative;
    padding-right: 200px;
  }
  &.about-last-cont .step-cont-txt::after {
    content: "";
    background-image: url(/image/about-last-cont-ill.png);
    background-size: cover;
    width: 127px;
    height: 180px;
    position: absolute;
    top: -50px;
    right: 0;
  }
  &:last-child {
    margin-bottom: 0;
  }
  & .step-cont-head {
    font-size: 24px;
    margin-bottom: 28px;
  }
  & .can-cont-wrap {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  & .can-cont-photo {
    width: 50%;
  }
  & .can-cont {
    width: 50%;
    & dl {
      margin-bottom: 30px;
    }
    & dl:last-child {
      margin-bottom: 0;
    }
    & dt {
      background-color: #FFE44F;
      border-radius: 5px;
      font-size: 18px;
      padding: 10px 10px 10px 50px;
      margin-bottom: 10px;
      position: relative;
    }
    & dt::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 20px;
      background-size: cover;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
    & .can-cont01 dt::before {
      background-image: url(/image/can-ill01.png);
      width: 20px;
      height: 20px;
    }
    & .can-cont02 dt::before {
      background-image: url(/image/can-ill02.png);
      width: 20px;
      height: 20px;
    }
    & .can-cont03 dt::before {
      background-image: url(/image/can-ill03.png);
      width: 23px;
      height: 20px;
    }
    & .can-cont04 dt::before {
      background-image: url(/image/can-ill04.png);
      width: 21px;
      height: 20px;
    }
    & .can-cont05 dt::before {
      background-image: url(/image/can-ill05.png);
      width: 19px;
      height: 20px;
    }
    & .can-cont06 dt::before {
      background-image: url(/image/can-ill06.png);
      width: 20px;
      height: 20px;
    }
    & dd {
      line-height: 1.7;
      margin-bottom: 0;
    }
  }
  & .about-dl-btn {
    text-align: center;
    margin: 30px 0 40px;
  }
  & .about-dl-btn:last-child {
    margin-bottom: 0;
  }
  & .about-dl-btn a {
    background-color: #000000;
    color: #FFE44F;
    display: block;
    max-width: 480px;
    margin-inline: auto;
    padding: 15px 50px;
    position: relative;
    border-radius: 30px;
    transition: .4s;
  }
  & .about-dl-btn a span {
    padding-left: 1.8em;
    position: relative;
  }
  & .about-dl-btn a span::before {
    content: "";
    background-image: url(/image/step-dl-icon.png);
    background-size: cover;
    position: absolute;
    top: 52%;
    left: 0;
    width: 22px;
    height: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .4s;
  }
  & .about-dl-btn a:hover span::before {
    background-image: url(/image/step-dl-icon-hover.png);
  }
  & .about-dl-btn a:hover {
    background-color: #FFE44F;
    color: #000;
    text-decoration: none;
  }
  & .about-dl-btn a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #FFE44F;
    border-right: 2px solid #FFE44F;
    transform: rotate(45deg);
    transition: .4s;
    box-sizing: border-box;
  }
  & .about-dl-btn a:hover::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
  & .about-list {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }
  & .about-list li {
    width: 30%;
  }
  & .about-list li .circle {
    background-color: #FFE44F;
    border-radius: 50%;
    height: 220px;
    width: 220px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 50px;
    position: relative;
    margin: 0 auto 10px;
  }
  & .about-list li .circle::before {
    content: "";
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .about-list01 .circle::before {
    background-image: url(/image/circle-ill01.png);
    width: 120px;
    height: 120px;
  }
  .about-list02 .circle::before {
    background-image: url(/image/circle-ill02.png);
    width: 125px;
    height: 127px;
  }
  .about-list03 .circle::before {
    background-image: url(/image/circle-ill03.png);
    width: 126px;
    height: 120px;
  }
  & .circle-txt {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    text-align: center;
  }
}



/* guide */
.guide-cont {
  & .lower-main-cont {
    padding-right: 0 !important;
  }
  & .lower-title::after {
    content: "";
    background-image: url(/image/guide_title_ill.png);
    background-size: cover;
    position: absolute;
    top: -30px;
    right: 40px;
    width: 163px;
    height: 140px;
  }
}
.guide-link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 90px;
  justify-content: center;
  margin-bottom: 80px;

  & a {
    color: #617074;
    font-size: 18px;
    padding: 0px 10px 6px 40px;
    position: relative;
    transition: .1s;
    &::before {
      content: "";
      background-size: cover;
      position: absolute;
    }
    &.guide-link01::before {
      background-image: url(/image/guide-link01.png);
      width: 31px;
      height: 24px;
      top: 0;
      left: 0;
    }
    &.guide-link02::before {
      background-image: url(/image/guide-link02.png);
      width: 28px;
      height: 24px;
      top: 0;
      left: 0;
    }
    &.guide-link03::before {
      background-image: url(/image/guide-link03.png);
      width: 29px;
      height: 24px;
      top: 0;
      left: 0;
    }
    &.guide-link04::before {
      background-image: url(/image/guide-link04.png);
      width: 25px;
      height: 24px;
      top: 0;
      left: 0;
    }
    &.guide-link05::before {
      background-image: url(/image/guide-link05.png);
      width: 25px;
      height: 24px;
      top: 0;
      left: 0;
    }
    &:hover {
      border-bottom: 2px solid;
      color: #4C91EB;
      font-weight: bold;
      opacity: 1;
      text-decoration: none;
    }
  }
}

.guide-cont-wrap {
  background-color: #F8F8F3;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 46px;
  &:last-child {
    margin-bottom: 0;
  }

  & .guide-cont-list {
    margin-top: 42px;
  }

  & .guide-cont-block {
    display: flex;
    flex-flow: row-reverse;
    gap: 4%;
    margin-bottom: 30px;
    &:last-child {
      margin-bottom: 0;
    }
  }
  & .guide-cont-box {
    width: 48%;
  }
  & .guide-cont-img {
    width: 48%;
    margin-bottom: 0;
    & img {
      border: 1px solid #BEBEBE;
    }
  }

  & .guide-cont-head {
    font-size: 24px;
    margin-bottom: 24px;
    & span {
      color: #717171;
      font-size: 18px;
      margin-right: 20px;
    }
  }
  & .guide-cont-box-head {
    background-color: #FFE44F;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 10px 16px 10px 36px;
    position: relative;
    &::before {
      content: "";
      border-radius: 4px;
      width: 4px;
      height: 50%;
      background-color: #000;
      position: absolute;
      top: 50%;
      left: 18px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
  }
  & .guide-cont-box-txt {
    line-height: 1.8;
    margin: 0;
  }
  & .tips {
    background: #fff;
    border: 1px solid #FFE44F;
    padding: 20px;
    margin-top: 20px;
    & h4 {
      font-size: 15px;
    }
    & p {
      font-size: 14px;
      margin-bottom: 0;
    }
  }

  & .guide-cont-supplement {
    margin-top: 15px;
    margin-bottom: 0;
    & li {
      color: #555555;
      font-size: 13px;
      padding-left: 1em;
      position: relative;
      margin-bottom: 5px;
      & a {
        color: #4C91EB;
        transition: .4s;
        text-decoration: underline;
        &:hover {
          color: #ff6a30;
          opacity: 1;
        }
      }
      &:last-child {
        margin-bottom: 0;
      }
      &::before {
        content: "※";
        position: absolute;
        top: 0;
        left: 0;
      }
    }
  }
}


/* 支援金 */
.support-read {
  line-height: 1.8;
  text-align: center;
  font-size: 18px;
  margin: 60px 0;
}
.support-wrap {
  line-height: 1.8;
  & .support-cont-wrap {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 8px #e3e2e2;
    padding: 40px;
    position: relative;
    @media screen and (max-width: 600px) {
      padding: 40px 20px;
    }
  }
  & .support-head {
    border-bottom: 2px solid;
    color: #FF6A30;
    font-size: 32px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  & .support-cont-head {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 40px;
    padding-bottom: 24px;
    position: relative;
    &::first-letter {
      color: #FF6A30;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 48px;
    }
    &::after {
      content: "";
      background-color: #FFE44F;
      height: 2px;
      width: 70%;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    & span {
      font-size: 24px;
      @media screen and (max-width: 600px) {
        font-size: 20px;
        display: block;
      }
    }
  }
  & .support-cont-area {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
    @media screen and (max-width: 800px) {
      flex-direction: column;
    }
  }
  & .support-cont-box {
    background: #F8F8F3;
    border-radius: 16px;
    padding: 30px 40px;
    position: relative;
    width: 48%;
    & p a {
      color: #000;
      transition: .4s;
      &:hover {
        color: #FF6A30;
        opacity: 1;
        text-decoration: none;
      }
    }
    @media screen and (max-width: 800px) {
      padding: 30px 20px;
      width: 100%;
    }
  }
  & .support-cont-box-head {
    background: #fbefaa;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 10px;
    margin-bottom: 12px;
    text-align: center;
    & + p {
      margin-bottom: 20px;
    }
  }
  & .support-list {
    & li {
      padding-left: 1em;
      position: relative;
      margin-bottom: 4px;
      &:last-child {
        margin-bottom: 0;
      }
      &::before {
        content: "●";
        position: absolute;
        top: 0;
        left: 0;
      }
      & a {
        color: #FF6A30;
        transition: .4s;
        &:hover {
          color: #000;
          opacity: 1;
          text-decoration: none;
        }
      }
    }
  }
  & .txts {
    margin-bottom: 8px !important;
  }
  & .support-link-head {
    font-size: 22px;
    margin-bottom: 24px;
    text-align: center;
  }
  & .support-link-list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: center;
    & li a {
      background-color: #f7d726;
      color: #000;
      display: block;
      padding: 10px 40px 10px 30px;
      position: relative;
      border-radius: 30px;
      transition: .4s;
      min-width: 140px;
      &:hover {
        opacity: .5;
        text-decoration: none;
      }
      &::after {
        content: '';
        position: absolute;
        top: -3px;
        bottom: 0;
        right: 27px;
        width: 9px;
        height: 9px;
        margin: auto;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: rotate(135deg);
        box-sizing: border-box;
      }
    }
  }
  .link-btn {
    margin-bottom: 0;
    & a {
      background: #000;
      border-radius: 50px;
      color: #FFE44F !important;
      display: block;
      padding: 16px 20px;
      position: relative;
      text-align: center;
      transition: .4s;
      max-width: 320px;
      margin-inline: auto;
      &:hover {
        background-color: #FFE44F;
        color: #000 !important;
        text-decoration: none;
      }
      & span {
        position: relative;
      }
      & span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: -4px;
        left: -1.5em;
        width: 16px;
        height: 16px;
        margin: auto;
        background-image: url(/image/link-ill.png);
        background-size: cover;
        background-repeat: no-repeat;
        transition: .4s;
      }
      &:hover span::after {
        background-image: url(/image/link-ill-hover.png);
      }
    }
  }
  & .support-flow {
    background: #f7d726;
    width: 90%;
    max-width: 170px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px;
    & dt {
      font-size: 14px;
      font-weight: normal;
      margin-bottom: -4px;
    }
    & dd {
      margin-bottom: 0;
    }
  }
  & .support-link-area {
    & li {
      padding-left: 1em;
      position: relative;
      margin-bottom: 8px;
      &:last-child {
        margin-bottom: 0;
      }
      &::before {
        content: "★";
        position: absolute;
        top: 0;
        left: 0;
      }
    }
    & a {
      color: #FF6A30;
      transition: .4s;
      &:hover {
        color: #000;
        opacity: 1;
        text-decoration: none;
      }
    }
  }
  & .support-list-sub {
    position: relative;
    padding-left: 1em;
    &::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0;
    }
  }

}





@media screen and (max-width: 1200px) {
  .lower-main-wrap {
    & .lower-main-cont {
      padding-right: 200px;
      width: 52%;
    }
  }
  .lower-step-wrap {
    & .accordion-title {
      padding: 50px 190px 30px 57px;
    }
    & .accordion-content::after {
      width: 136px;
      height: 117px;
    }
    & .about-dl-btn a {
      padding: 15px 36px;
    }
    & .step01 .accordion-title::before {
      width: 86px;
      height: 66px;
    }
    & .step02 .accordion-title::before {
      width: 59px;
      height: 66px;
    }
    & .step03 .accordion-title::before {
      width: 65px;
      height: 66px;
    }
  }
}


@media screen and (max-width: 1100px) {
  .lower-step-wrap {
    & .accordion-title-cont {
      gap: 2px;
      flex-direction: column;
    }
  }
}


@media screen and (max-width: 1000px) {
  .about-cont-wrap {
    & .lower-main-cont {
      padding-right: 150px;
    }
    & .lower-main-cont::after {
      width: 100px;
      height: 120px;
    }
  }
  .lower-voice {
    & .lower-voice-cont {
      flex-wrap: wrap;
    }
    & .lower-voice-cont {
      gap: 100px 5%;
    }
    & .lower-voice-box {
      width: 47.5%;
    }
  }
  .lower-step-wrap {
    & .accordion-title {
      flex-direction: column;
      gap: 12px;
    }
  }
  .guide-cont {
    & .lower-title::after {
      height: 97px;
      width: 113px;
    }
  }
}


@media screen and (max-width: 900px) {
  .lower-main-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .about-cont-wrap {
    & .lower-main-cont {
      width: 100%;
    }
  }
  .step-cont-wrap {
    & .about-list li .circle {
      height: 190px;
      width: 190px;
    }
    & .about-list01 .circle::before {
      width: 90px;
      height: 90px;
    }
    & .about-list02 .circle::before {
      width: 95px;
      height: 97px;
    }
    & .about-list03 .circle::before {
      width: 96px;
      height: 90px;
    }
    & .circle-txt {
      font-size: 16px;
    }
  }
  .guide-cont-wrap {
    & .guide-cont-block {
      flex-direction: column;
      gap: 20px;
    }
    & .guide-cont-box {
      width: 100%;
    }
    & .guide-cont-img {
      width: 100%;
      text-align: center;
    }
  }
  .guide-cont {
    .lower-main-wrap {
      & .lower-main-cont {
        width: 100%;
        & .lower-main-cont-head br {
          display: none;
        }
      }
    }
  }
}


@media screen and (max-width: 768px) {
  .step-cont-wrap {
    & .can-cont-wrap {
      flex-direction: column;
    }
    & .can-cont-photo {
      margin-inline: auto;
    }
    & .can-cont {
      width: 100%;
    }
    & .about-list {
      flex-direction: column;
      gap: 40px;
    }
    & .about-list li {
      margin-inline: auto;
      width: 100%;
    }
  }
  .step-cont-wrap {
    &.about-last-cont .step-cont-txt::after {
      width: 97px;
      height: 137px;
    }
    &.about-last-cont .step-cont-txt {
      padding-right: 130px;
    }
  }
  .guide-cont {
    & .lower-title::after {
        height: 80px;
        width: 93px;
        right: 0px;
    }
  }
}


@media screen and (max-width: 600px) {
  .lower-title-wrap {
    & .lower-title {
      font-size: 40px;
    }
    & .lower-title span {
      font-size: 25px;
    }
  }
  .lower-main-wrap {
    & .lower-main-photo img {
      border-radius: 0 0 80px 0;
    }
  }
  .lower-voice {
    & .lower-voice-box {
      width: 100%;
    }
    & .lower-voice-txt {
      font-size: 24px;
    }
  }
  .lower-step-wrap {
    & .accordion-title-no {
      font-size: 26px;
      top: -24px;
      width: 52px;
      height: 52px;
      z-index: 1;
    }
    & .accordion-title-no::after {
      z-index: -1;
    }
    & .accordion-title {
      padding: 50px 27px 30px 27px;
    }
    & .step-last-txt {
      font-size: 24px;
    }
    & .step01 .accordion-title::before {
      top: 10%;
      right: 10px
    }
    & .step02 .accordion-title::before {
      top: 10%;
      right: 20px;
    }
    & .step03 .accordion-title::before {
      top: 10%;
      right: 20px;
    }
    & .accordion-content-li-detail {
      font-size: 18px;
    }
    & .about-dl-btn a {
      padding: 15px 36px 15px 16px;
    }
    & .about-dl-btn a span {
      padding-left: 0;
    }
    & .about-dl-btn a span::before {
      content: none;
    }
    & .accordion-content {
      padding: 40px 24px;
    }
    & .accordion-content-li-detail {
      padding-left: 2em;
    }
    & .accordion-content-li-detail::before {
      left: 0.6em;
    }
  }
  .step-cont-wrap {
    padding: 40px 24px;
    & .can-cont-photo {
      width: 100%;
    }
  }
  .step-cont-wrap {
    &.about-last-cont .step-cont-txt {
      padding-right: 0;
    }
    &.about-last-cont .step-cont-txt::after {
      width: 67px;
      height: 96px;
      top: -153px;
    }
  }
  .lower-step-wrap {
    & .accordion-content::after {
      width: 86px;
      height: 74px;
      top: -23px;
    }
  }
  .guide-cont-wrap {
    padding: 20px;
  }
  .guide-cont {
    & .lower-title::after {
        height: 70px;
        width: 82px;
        right: 0px;
        top: initial;
        bottom: -80px;
    }
  }
  .guide-link {
    & li {
      & a {
        display: block;
        width: 310px;
      }
    }

  }
}


@media screen and (max-width: 500px) {
  .step-cont-wrap {
    &.about-last-cont .step-cont-txt::after {
      top: -193px;
    }
  }
  .guide-cont-wrap {
    & .guide-cont-head {
      & span {
        display: block;
      }
    }
  }
}


@media screen and (max-width: 450px) {
  .about-cont-wrap {
    & .lower-main-cont::after {
      width: 60px;
      height: 72px;
    }
    & .lower-main-cont {
      padding-right: 0;
    }
    & .lower-main-cont::after {
      top: -52px;
      right: 20px;
    }
  }
  .lower-main-wrap {
    gap: 50px;
    & .lower-main-cont-head {
      font-size: 28px;
    }
    & .lower-main-cont-txt {
      margin-bottom: 20px;
    }
  }
}