@charset 'UTF-8';

.scanbe__phrcycle__reserve__btn {
  position: relative;
  max-width: 60vw;
}
.scanbe__phrcycle__reserve__btn--comingsoon::before,
.scanbe__phrcycle__reserve__btn--end::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4vw;
  width: 16.5vw;
  height: 16.5vw;
}
.scanbe__phrcycle__reserve__btn--comingsoon::before {
  background: url(../img/icon_comingsoon.png) no-repeat;
  background-size: 100%;
}
.scanbe__phrcycle__reserve__btn--end::before {
  background: url(../img/icon_end.png) no-repeat;
  background-size: 100%;
}
.scanbe__phrcycle__reserve__btn a {
  display: block;
  padding-block: 3.8vw;
  background-color: #FFB4AB;
  border: solid 1px #000;
  border-radius: 6vw;
  font-size: 3.733vw;
}
.scanbe__phrcycle__reserve__btn--comingsoon a,
.scanbe__phrcycle__reserve__btn--end a {
  background-color: #F0F0F0;
  border: none;
  color: #fff;
  pointer-events: none;
}

.scanbe__phrcycleBg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scanbe__phrcycleBg__frame {
  position: absolute;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  margin-inline: auto;
}
.scanbe__phrcycleBg__left,
.scanbe__phrcycleBg__right {
  position: absolute;
  top: 0;
  width: calc((100% - 45rem) * .5);
  height: 100%;
  padding-block: 15rem 0;
  background: url(../img/bg.svg);
  background-size: auto 35rem;
  text-align: center;
}
.scanbe__phrcycleBg__left {
  left: 0;
}
.scanbe__phrcycleBg__right {
  right: 0;
}
.scanbe__phrcycleBg__left img,
.scanbe__phrcycleBg__right img {
  width: 70%;
}
.scanbe__phrcycle {
  position: relative;
  top: -.1rem;
  margin: 0 auto;
  padding-block: 8vw 16vw;
  overflow: hidden;
}
.scanbe__phrcycle__title {
  max-width: 80vw;
  margin: 0 auto 10.667vw;
  animation-name: scaleUp;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  scale: .6;
}
.scanbe__phrcycle__mv {
  position: relative;
}
.scanbe__phrcycle__mv .swiper-pagination {
  bottom: 3vw;
  padding: 0 4vw 0 0;
  text-align: right;
}
.scanbe__phrcycle__mv .swiper-pagination-bullet {
  margin: 0 .2rem !important;
  background: #fff;
  border: solid 1px #000;
  opacity: 1;
}
.scanbe__phrcycle__mv .swiper-pagination-bullet-active {
  background: #000;
}

.scanbe__phrcycle__head {
  padding: 10.667vw 8vw 18.667vw;
  text-align: center;
}
.scanbe__phrcycle__head__text,
.scanbe__phrcycle__head__text02 {
  line-height: 1.9;
}
.scanbe__phrcycle__head__text {
  font-size: 4.267vw;
  font-weight: bold;
}
.scanbe__phrcycle__head__text02 {
  margin-block: 5.333vw 0;
  font-size: 3.467vw;
}
.scanbe__phrcycle__head__textEnd {
  margin-block: 0 6.667vw;
  padding-block: 6.667vw;
  background-color: #fff;
  border: solid 1px #E43D30;
  border-radius: 2.667vw;
  color: #E43D30;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.scanbe__phrcycle__head .scanbe__phrcycle__reserve__btn {
  margin: 9.333vw auto 0;
}

.scanbe__phrcycle__experience {
  position: relative;
  padding: 8vw;
  background-color: #F8EEC9;
  text-align: center;
}
.scanbe__phrcycle__experience::before,
.scanbe__phrcycle__experience::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 13.333vw;
  background-repeat: no-repeat;
  background-size: 100%;
}
.scanbe__phrcycle__experience::before {
  top: -5vw;
  background-image: url(../img/line_top.svg);
}
.scanbe__phrcycle__experience::after {
  bottom: -7vw;
  background-image: url(../img/line_bottom.svg);
}
.scanbe__phrcycle__experience__title,
.scanbe__phrcycle__experienceOverview__title {
  margin-block: 0 5.333vw;
  font-size: 6.4vw;
  font-weight: bold;
}
.scanbe__phrcycle__experience__title span,
.scanbe__phrcycle__experienceOverview__title span {
  display: block;
  margin-block: .25em 0;
  color: #E43D30;
  font-size: 3.733vw;
}
.scanbe__phrcycle__experience__movie {
  margin-block: 0 6.667vw;
}
.scanbe__phrcycle__experience__text {
  font-size: 4.267vw;
  line-height: 1.8;
}
.scanbe__phrcycle__experience__text em {
  font-style: normal;
}
.scanbe__phrcycle__experience__text--01.is-animated {
  animation: bggradient .5s .8s linear forwards;
}
.scanbe__phrcycle__experience__text--02.is-animated {
  animation: bggradient .5s 1.5s linear forwards;
}
.scanbe__phrcycle__experienceOverview {
  margin-block: 16vw 0;
}
.scanbe__phrcycle__experienceOverview__detail {
  max-width: 75vw;
  margin-inline: auto;
  padding: 4vw 5.333vw;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.scanbe__phrcycle__experienceOverview__detail div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4vw;
}
.scanbe__phrcycle__experienceOverview__detail div + div {
  margin-block: 1em 0;
}
.scanbe__phrcycle__experienceOverview__detail dt,
.scanbe__phrcycle__experienceOverview__detail dd {
  font-size: 3.733vw;
}
.scanbe__phrcycle__experienceOverview__detail dt {
  width: 16vw;
}
.scanbe__phrcycle__experienceOverview__detail dd {
  width: 42vw;
  text-align: left;
}
.scanbe__phrcycle__experience__bottomText {
  margin-block: 10.667vw 0;
  font-size: 3.733vw;
}
.scanbe__phrcycle__experience .scanbe__phrcycle__reserve__btn {
  margin: 8vw auto 0;
}

.scanbe__phrcycle__flow {
  padding: 18.667vw 8vw 0;
  text-align: center;
}
.scanbe__phrcycle__flow__title {
  max-width: 50.6vw;
  margin: 0 auto 8vw;
  opacity: 0;
}
.scanbe__phrcycle__flow__title.is-animated {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  scale: .6;
}
.scanbe__phrcycle__flowBlock {
  opacity: 0;
}
.scanbe__phrcycle__flowBlock.is-animated {
  animation-name: fadeIn;
  animation-delay: .5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  scale: .6;
}
.scanbe__phrcycle__flowBlock + .scanbe__phrcycle__flowBlock {
  margin-block: 18.667vw 0;
}
.scanbe__phrcycle__flowBlock__title {
  max-width: 25vw;
  margin: 0 auto 8vw;
}
.scanbe__phrcycle__flowBlock__text {
  font-size: 4.267vw;
  line-height: 1.8;
}
.scanbe__phrcycle__flowBlock__img {
  max-width: 32vw;
  margin: 6.667vw auto 0;
}
.scanbe__phrcycle__flowBlock__img03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 5.333vw 0;
}
.scanbe__phrcycle__flowBlock__img03 img {
  width: 27%;
}
.scanbe__phrcycle__flowBlock__img03 img:nth-of-type(1) {
  animation: leftRight 1.8s ease-out infinite .25s;
}
.scanbe__phrcycle__flowBlock__img03 img:nth-of-type(2) {
  animation: leftRight 1.8s ease-out infinite .5s;
}
.scanbe__phrcycle__flowBlock__img03 img:nth-of-type(3) {
  animation: leftRight 1.8s ease-out infinite .25s;
}
.scanbe__phrcycle__flowBlock__serviceLink {
  display: block;
  margin-block: 5.333vw 0;
  padding: 5.333vw 9.333vw;
  background-color: #F0E7E0;
  border: solid 1px #000;
  border-radius: 2.667vw;
}
.scanbe__phrcycle__serviceLink__detail dt {
  font-size: 4.267vw;
  margin-block: 0 3.733vw;
}
.scanbe__phrcycle__serviceLink__detail dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.scanbe__phrcycle__serviceLink__detail dd {
  gap: 0 6.4vw;
}
.scanbe__phrcycle__serviceLink__detail--phr dd {
  gap: 0 4.8vw;
}
.scanbe__phrcycle__serviceLink__detail .scanbe__phrcycle__serviceLink__detailLogo {
  width: 16vw;
}
.scanbe__phrcycle__serviceLink__detail--phr .scanbe__phrcycle__serviceLink__detailLogo {
  width: 28.3vw;
}
.scanbe__phrcycle__serviceLink__detail .scanbe__phrcycle__serviceLink__detailText {
  width: 41vw;
}
.scanbe__phrcycle__serviceLink__detail--phr .scanbe__phrcycle__serviceLink__detailText {
  width: 30vw;
}
.scanbe__phrcycle__serviceLink__detailTextList li {
  font-size: 3.733vw;
  text-align: left;
}
.scanbe__phrcycle__serviceLink__detailTextList li + li {
  margin-block: .3em 0;
}
.scanbe__phrcycle__serviceLink__detailTextList li::before {
  content: '';
  display: inline-block;
  width: 5vw;
  height: 4vw;
  margin-right: 1vw;
  background: url(../img/icon_check.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.scanbe__phrcycle__serviceLink__detailText p {
  margin-block: 1em 0;
  font-size: 3.733vw;
  text-align: left;
  text-decoration: underline;
}
.scanbe__phrcycle__flow .scanbe__phrcycle__reserve__btn {
  margin: 10.667vw auto 0;
}

.scanbe__phrcycle__qa {
  padding: 18.667vw 8vw 0;
}
.scanbe__phrcycle__qa__title {
  max-width: 29.333vw;
  margin: 0 auto 8vw;
  opacity: 0;
}
.scanbe__phrcycle__qa__title.is-animated {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  scale: .6;
}
.scanbe__phrcycle__qa__list > li {
  background: #fff;
  border: solid 1px #000;
  border-radius: 2vw;
  font-size: 4vw;
  line-height: 1.6;
}
.scanbe__phrcycle__qa__list > li + li {
  margin: 6.667vw 0 0;
}
.scanbe__phrcycle__qa__list__category,
.scanbe__phrcycle__qa__list__child__qa dt {
  position: relative;
}
.scanbe__phrcycle__qa__list__category {
  display: block;
  padding: 5.333vw 5.867vw;
}
.scanbe__phrcycle__qa__list__category::after,
.scanbe__phrcycle__qa__list__child__qa dt::after {
  content: '';
  display: block;
  position: absolute;
  right: 6vw;
  width: 2.8vw;
  height: 2.8vw;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
  transition: .5s all;
}
.scanbe__phrcycle__qa__list__category.opened::after,
.scanbe__phrcycle__qa__list__child__qa dt.opened::after {
  transform: rotate(-45deg);
}
.scanbe__phrcycle__qa__list__category::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.scanbe__phrcycle__qa__list__child {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .5s all;
}
.scanbe__phrcycle__qa__list__child--comingsoon {
  padding-inline: 5.867vw;
}
.scanbe__phrcycle__qa__list__child--comingsoon a {
  text-decoration: underline;
  word-break: break-all;
}
.scanbe__phrcycle__qa__list__category.opened + .scanbe__phrcycle__qa__list__child {
  height: auto;
  margin: 2.5vw 0 0;
  opacity: 1;
}
.scanbe__phrcycle__qa__list__category.opened + .scanbe__phrcycle__qa__list__child--comingsoon {
  padding-block: 0 4vw;
}
.scanbe__phrcycle__qa__list__child > li + li {
  border-top: solid 1px #C4C4C4;
}
.scanbe__phrcycle__qa__list__child__qa dt {
  padding: 4vw 12vw 4vw 4vw;
}
.scanbe__phrcycle__qa__list__child__qa dt::after {
  top: 5vw;
}
.scanbe__phrcycle__qa__list__child__qa dt > div,
.scanbe__phrcycle__qa__list__child__qa dd > div {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.scanbe__phrcycle__qa__list__child__qa dt div::before,
.scanbe__phrcycle__qa__list__child__qa dd div::before {
  display: inline-block;
  margin-right: .5em;
  text-indent: 0;
}
.scanbe__phrcycle__qa__list__child__qa dt div::before {
  content: 'Q.';
}
.scanbe__phrcycle__qa__list__child__qa dd {
  height: 0;
  padding: 0 5vw;
  background: #F0F0F0;
  font-weight: normal;
  opacity: 0;
  overflow: hidden;
  transition: .5s all;
}
.scanbe__phrcycle__qa__list__child__qa dt.opened + dd {
  height: auto;
  padding: 5.5vw 5vw;
  opacity: 1;
}
.scanbe__phrcycle__qa__list__child > li:last-child .scanbe__phrcycle__qa__list__child__qa dd {
  border-radius: 0 0 2vw 2vw;
}
.scanbe__phrcycle__qa__list__child__qa dd div::before {
  content: 'A.';
}
.scanbe__phrcycle__qa__list__child__qa dd > div > a {
  text-decoration: underline;
  word-break: break-all;
}
.scanbe__phrcycle__qa__list__child__qa__A__linkBtn {
  width: 50vw;
  margin: 8vw auto 0;
  line-height: 1.15;
  text-align: center;
}
.scanbe__phrcycle__qa__list__child__qa__A__linkBtn--long {
  width: 65vw;
}
.scanbe__phrcycle__qa__list__child__qa__A__linkBtn + .scanbe__phrcycle__qa__list__child__qa__A__linkBtn {
  margin: 4vw auto 0;
}

.scanbe__phrcycle__guidance {
  padding: 22.667vw 8vw 0;
}
.scanbe__phrcycle__guidance__title {
  max-width: 58.667vw;
  margin: 0 auto 8vw;
  opacity: 0;
}
.scanbe__phrcycle__guidance__title.is-animated {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  scale: .6;
}
.scanbe__phrcycle__guidance__listBlock {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4vw 6.333vw;
  border-top: dotted 2px #000;
}
.scanbe__phrcycle__guidance__listBlock:last-of-type {
  border-bottom: dotted 2px #000;
}
.scanbe__phrcycle__guidance__listBlock dt {
  min-width: 6em;
  margin-right: 6.333vw;
  font-size: 4.267vw;
  font-weight: normal;
}
.scanbe__phrcycle__guidance__listBlock dd + dd {
  width: 20.533vw;
  margin-left: 6.667vw;
}
.scanbe__phrcycle__guidance__listBlock dd a {
  display: block;
  text-align: center;
}
.scanbe__phrcycle__guidance__listBlock dd a img {
  width: 6.4vw;
}
.scanbe__phrcycle__guidance__listBlock dd a span {
  display: block;
  margin-block: .5em 0;
  font-size: 3.2vw;
}

.scanbe__phrcycle__bottomText {
  max-width: 84vw;
  margin: 8vw auto 0;
  padding-block: 5.333vw;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 2.667vw;
  font-size: 3.467vw;
  line-height: 1.7;
  text-align: center;
}

@keyframes scaleUp {
  0% {
    scale: .6;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes bggradient {
  0% {
    background: linear-gradient(to left, transparent 100%, #FFB4AB 0%);
  }
  10% {
    background: linear-gradient(to left, transparent 90%, #FFB4AB 0%);
  }
  20% {
    background: linear-gradient(to left, transparent 80%, #FFB4AB 0%);
  }
  30% {
    background: linear-gradient(to left, transparent 70%, #FFB4AB 0%);
  }
  40% {
    background: linear-gradient(to left, transparent 60%, #FFB4AB 0%);
  }
  50% {
    background: linear-gradient(to left, transparent 50%, #FFB4AB 0%);
  }
  60% {
    background: linear-gradient(to left, transparent 40%, #FFB4AB 0%);
  }
  70% {
    background: linear-gradient(to left, transparent 30%, #FFB4AB 0%);
  }
  80% {
    background: linear-gradient(to left, transparent 20%, #FFB4AB 0%);
  }
  90% {
    background: linear-gradient(to left, transparent 10%, #FFB4AB 0%);
  }
  100% {
    background: linear-gradient(to left, transparent 0%, #FFB4AB 0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    scale: 1.1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes leftRight {
  0% {
    rotate: 8deg;
  }
  50% {
    rotate: -8deg;
  }
  100% {
    rotate: 8deg;
  }
}

/* scanbe footer */
.scanbe__footer {
  position: relative;
  z-index: 1;
}

/* wacoal footer */
.global-footer {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {


  .scanbe__phrcycle__reserve__btn {
    max-width: 25rem;
  }
  .scanbe__phrcycle__reserve__btn--comingsoon::before,
  .scanbe__phrcycle__reserve__btn--end::before {
    bottom: 0;
    left: -1.5rem;
    width: 6.2rem;
    height: 6.2rem;
  }
  .scanbe__phrcycle__reserve__btn a {
    padding-block: 1.5rem;
    border-radius: 2.5rem;
    font-size: 1.3rem;
  }
  .scanbe__phrcycle__reserve__btn a:hover {
    background-color: #fff;
    opacity: 1;
  }

  .scanbe__phrcycleBg__frame {
    width: 45rem;
  }
  .scanbe__phrcycle {
    width: 45rem;
    padding-block: 3rem 6rem;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  .scanbe__phrcycle__title {
    max-width: 33rem;
    margin: 0 auto 3.5rem;
  }
  .scanbe__phrcycle__mv .swiper-pagination {
    bottom: 1rem;
    padding: 0 1.5rem 0 0;
  }
  .scanbe__phrcycle__mv .swiper-button-next,
  .scanbe__phrcycle__mv .swiper-button-prev {
    width: 3.125vw;
    height: 3.125vw;
  }
  .scanbe__phrcycle__mv .swiper-button-next::after,
  .scanbe__phrcycle__mv .swiper-button-prev::after {
    width: 3.125vw;
    height: 3.125vw;
  }

  .scanbe__phrcycle__head {
    padding: 4rem 5rem 9rem;
  }
  .scanbe__phrcycle__head__text {
    font-size: 1.6rem;
  }
  .scanbe__phrcycle__head__text02 {
    margin-block: 2rem 0;
    font-size: 1.3rem;
  }
  .scanbe__phrcycle__head__textEnd {
    margin-block: 0 2.5rem;
    padding-block: 2.5rem;
    border-radius: 1rem;
    font-size: 1.8rem;
  }
  .scanbe__phrcycle__head .scanbe__phrcycle__reserve__btn {
    margin: 4rem auto 0;
  }

  .scanbe__phrcycle__experience {
    padding: 3.5rem 2.5rem;
  }
  .scanbe__phrcycle__experience::before,
  .scanbe__phrcycle__experience::after {
    height: 6rem;
  }
  .scanbe__phrcycle__experience::before {
    top: -3rem;
  }
  .scanbe__phrcycle__experience::after {
    bottom: -3rem;
  }
  .scanbe__phrcycle__experience__title,
  .scanbe__phrcycle__experienceOverview__title {
    margin-block: 0 2rem;
    font-size: 2.4rem;
  }
  .scanbe__phrcycle__experience__title span,
  .scanbe__phrcycle__experienceOverview__title span {
    font-size: 1.4rem;
  }
  .scanbe__phrcycle__experience__movie {
    margin-block: 0 2rem;
  }
  .scanbe__phrcycle__experience__text {
    font-size: 1.6rem;
  }
  .scanbe__phrcycle__experienceOverview {
    margin-block: 6rem 0;
  }
  .scanbe__phrcycle__experienceOverview__detail {
    max-width: 35rem;
    padding: 1.5rem 5.5rem;
  }
  .scanbe__phrcycle__experienceOverview__detail div {
    gap: 0 1.5rem;
  }
  .scanbe__phrcycle__experienceOverview__detail dt,
  .scanbe__phrcycle__experienceOverview__detail dd {
    font-size: 1.4rem;
  }
  .scanbe__phrcycle__experienceOverview__detail dt {
    width: 5.6rem;
  }
  .scanbe__phrcycle__experienceOverview__detail dd {
    width: 15.7rem;
  }
  .scanbe__phrcycle__experience__bottomText {
    margin-block: 4rem 0;
    font-size: 1.4rem;
  }
  .scanbe__phrcycle__experience .scanbe__phrcycle__reserve__btn {
    margin: 2rem auto 0;
  }

  .scanbe__phrcycle__flow {
    padding: 9rem 5rem 0;
  }
  .scanbe__phrcycle__flow__title {
    max-width: 19rem;
    margin: 0 auto 3rem;
  }
  .scanbe__phrcycle__flowBlock + .scanbe__phrcycle__flowBlock {
    margin-block: 7rem 0;
  }
  .scanbe__phrcycle__flowBlock__title {
    max-width: 9.4rem;
    margin: 0 auto 2rem;
  }
  .scanbe__phrcycle__flowBlock__text {
    font-size: 1.6rem;
  }
  .scanbe__phrcycle__flowBlock__img {
    max-width: 13.3rem;
    margin: 2.5rem auto 0;
  }
  .scanbe__phrcycle__flowBlock__img03 {
    margin-block: 2rem 0;
  }
  .scanbe__phrcycle__flowBlock__serviceLink {
    margin-block: 2rem 0;
    padding: 2rem 4rem;
    border-radius: 1rem;
  }
  .scanbe__phrcycle__serviceLink__detail dt {
    font-size: 1.6rem;
    margin-block: 0 1.4rem;
  }
  .scanbe__phrcycle__serviceLink__detail dd {
    gap: 0 3.5rem;
  }
  .scanbe__phrcycle__serviceLink__detail--phr dd {
    gap: 0 2.4rem;
  }
  .scanbe__phrcycle__serviceLink__detail .scanbe__phrcycle__serviceLink__detailLogo {
    width: 8rem;
  }
  .scanbe__phrcycle__serviceLink__detail--phr .scanbe__phrcycle__serviceLink__detailLogo {
    width: 12.8rem;
  }
  .scanbe__phrcycle__serviceLink__detail .scanbe__phrcycle__serviceLink__detailText {
    width: 14.8rem;
  }
  .scanbe__phrcycle__serviceLink__detail--phr .scanbe__phrcycle__serviceLink__detailText {
    width: 11.2rem;
  }
  .scanbe__phrcycle__serviceLink__detailTextList li {
    font-size: 1.4rem;
  }
  .scanbe__phrcycle__serviceLink__detailTextList li::before {
    width: 1.7rem;
    height: 1.4rem;
    margin-right: .5rem;
  }
  .scanbe__phrcycle__serviceLink__detailText p {
    font-size: 1.4rem;
  }
  .scanbe__phrcycle__flow .scanbe__phrcycle__reserve__btn {
    margin: 4rem auto 0;
  }

  .scanbe__phrcycle__qa {
    padding: 7rem 5rem 0;
  }
  .scanbe__phrcycle__qa__title {
    max-width: 11rem;
    margin: 0 auto 3rem;
  }
  .scanbe__phrcycle__qa__list {
    max-width: 73rem;
  }
  .scanbe__phrcycle__qa__list > li {
    border-radius: .6rem;
    font-size: 1.4rem;
  }
  .scanbe__phrcycle__qa__list > li + li {
    margin: 2.5rem 0 0;
  }
  .scanbe__phrcycle__qa__list__child--comingsoon {
    padding-inline: 2rem;
  }
  .scanbe__phrcycle__qa__list__category.opened + .scanbe__phrcycle__qa__list__child {
    margin: 1.5rem 0 0;
  }
  .scanbe__phrcycle__qa__list__category.opened + .scanbe__phrcycle__qa__list__child--comingsoon {
    padding-block: 0 1.5rem;
  }
  .scanbe__phrcycle__qa__list__category {
    padding: 1.5rem 5.5rem 1.5rem 2rem;
    cursor: pointer;
  }
  .scanbe__phrcycle__qa__list__category::after,
  .scanbe__phrcycle__qa__list__child__qa dt::after {
    right: 2.5rem;
    width: .8rem;
    height: .8rem;
  }
  .scanbe__phrcycle__qa__list__child__qa dt {
    padding: 1.5rem 5.5rem 1.5rem 2rem;
    cursor: pointer;
  }
  .scanbe__phrcycle__qa__list__child__qa dt::after {
    top: 1.7em;
  }
  .scanbe__phrcycle__qa__list__child__qa dd {
    padding: 0 2rem;
  }
  .scanbe__phrcycle__qa__list__child__qa dt.opened + dd {
    padding: 2.5rem 2rem;
  }
  .scanbe__phrcycle__qa__list__child > li:last-child .scanbe__phrcycle__qa__list__child__qa dd {
    border-radius: 0 0 .8rem .8rem;
  }
  .scanbe__phrcycle__qa__list__child__qa__A__linkBtn {
    width: 14.5rem;
    margin: 4rem auto 0;
  }
  .scanbe__phrcycle__qa__list__child__qa__A__linkBtn--long {
    width: 23.5rem;
  }
  .scanbe__phrcycle__qa__list__child__qa__A__linkBtn + .scanbe__phrcycle__qa__list__child__qa__A__linkBtn {
    margin: 2rem auto 0;
  }

  .scanbe__phrcycle__guidance {
    padding: 8.5rem 5rem 0;
  }
  .scanbe__phrcycle__guidance__title {
    max-width: 22rem;
    margin: 0 auto 3rem;
  }
  .scanbe__phrcycle__guidance__listBlock {
    padding: 1.5rem 4rem;
  }
  .scanbe__phrcycle__guidance__listBlock dt {
    margin-right: 2.5rem;
    font-size: 1.5rem;
  }
  .scanbe__phrcycle__guidance__listBlock dd + dd {
    width: 7.7rem;
    margin-left: 2.5rem;
  }
  .scanbe__phrcycle__guidance__listBlock dd a img {
    width: 2.4rem;
  }
  .scanbe__phrcycle__guidance__listBlock dd a span {
    font-size: 1.2rem;
  }
  
  .scanbe__phrcycle__bottomText {
    max-width: 35rem;
    margin: 3rem auto 0;
    padding-block: 2rem;
    border-radius: 1rem;
    font-size: 1.3rem;
  }

}