@charset "UTF-8";
.kv {
  padding-top: 2rem;
}
.kv__img .img {
  -webkit-mask-image: url("../images/mask_kv.png");
          mask-image: url("../images/mask_kv.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 0% auto;
          mask-size: 0% auto;
}
.kv__img .img img {
  width: 100%;
}
.kv__img .ttl {
  margin-top: -5.125rem;
  position: relative;
}
.kv__img .ttl img {
  margin: 0 auto;
  width: 24.375rem;
  display: block;
}
.kv__img.animated .img {
  -webkit-animation: maskGrow 1.5s ease-in-out 0.5s forwards;
          animation: maskGrow 1.5s ease-in-out 0.5s forwards;
}
.kv__period {
  background-color: #FFFFFF;
  width: 21.875rem;
  margin-inline: auto;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(236, 16, 53, 0.2);
          box-shadow: 0 0 0.5rem 0 rgba(236, 16, 53, 0.2);
  text-align: center;
  position: relative;
  padding: 2.25rem 0.625rem 1rem;
  margin-top: 2.5rem;
}
.kv__period .title {
  position: absolute;
  top: -1.625rem;
  left: 0;
  right: 0;
}
.kv__period .title img {
  width: 100%;
}
.kv__period .time img {
  width: 17.9375rem;
}
.kv__period .desc {
  position: relative;
  margin-top: 0.9375rem;
  padding-top: 1.375rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.kv__period .desc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19.125rem;
  background: url("../images/ico_line.svg") no-repeat center right/100% 0.1875rem;
  height: 0.1875rem;
}
.kv__period .desc span {
  position: relative;
  z-index: 1;
}
.kv__period .desc span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.4375rem;
  border-radius: 0.6875rem;
  background-color: #FFDFDF;
  z-index: -1;
}
.kv__period .img {
  margin-top: 0.8125rem;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

@-webkit-keyframes maskGrow {
  0% {
    -webkit-mask-size: 0% auto;
            mask-size: 0% auto;
  }
  100% {
    -webkit-mask-size: 200% auto;
            mask-size: 200% auto;
  }
}

@keyframes maskGrow {
  0% {
    -webkit-mask-size: 0% auto;
            mask-size: 0% auto;
  }
  100% {
    -webkit-mask-size: 200% auto;
            mask-size: 200% auto;
  }
}
.delivery {
  text-align: center;
  padding-bottom: 2.4375rem;
  position: relative;
  background-color: #fff;
}
@media (min-width: 769px) {
  .delivery__wrap {
    position: relative;
  }
}
.delivery__ttl {
  background-color: #007749;
  padding-block: 1.1875rem;
  margin: 0;
}
.delivery__ttl img {
  width: 15.75rem;
}
.delivery__img {
  margin-top: 2.4375rem;
}
.delivery__img img {
  width: 20.4375rem;
}
.delivery__btn {
  margin-top: 1.9375rem;
}
@media (min-width: 769px) {
  .delivery__btn a {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .delivery__btn a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.delivery__btn a {
  display: inline-block;
}
.delivery__btn img {
  width: 19.4375rem;
}

.step {
  background-color: #007749;
}
.step__ttl {
  position: relative;
}
.step__ttl img {
  width: 100%;
}
.step__ttl a {
  position: absolute;
  display: block;
  z-index: 1;
}
.step__ttl a.app-store {
  top: 9.375rem;
  left: 3.6875rem;
  width: 7.25rem;
  height: 2.625rem;
}
.step__ttl a.google-play {
  top: 9.375rem;
  right: 3.6875rem;
  width: 8.9375rem;
  height: 2.625rem;
}

.movie {
  margin-top: 2.125rem;
  text-align: center;
  position: relative;
}
.movie .id {
  top: -5rem;
}
.movie__title img {
  width: 100%;
}
.movie__main {
  position: relative;
  margin-top: 0.4375rem;
  width: 21.875rem;
  margin-inline: auto;
}
.movie__main .caption {
  margin-bottom: -0.875rem;
  position: relative;
  z-index: 1;
}
.movie__main .caption span {
  display: inline-block;
  background-color: #027749;
  border-radius: 0.75rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding-inline: 0.9375rem;
}
.movie__main .video {
  position: relative;
  cursor: pointer;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.movie__main .video:before, .movie__main .video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie__main .video:before {
  background: url("../images/movie_play.png") no-repeat center/4.125rem;
  z-index: 1;
  pointer-events: none;
}
.movie__main .video:after {
  border: 0.1875rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  overflow: hidden;
}
.movie__main .video iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.movie__list {
  margin-top: 1.375rem;
}
.movie__list .item {
  position: relative;
  width: 21.875rem;
  margin-inline: auto;
}
.movie__list .item:not(:last-child) {
  margin-bottom: 1.1875rem;
}
.movie__list .item__caption {
  margin-bottom: -0.9375rem;
  position: relative;
  z-index: 1;
}
.movie__list .item__caption span {
  display: inline-block;
  background-color: #027749;
  border-radius: 0.75rem;
  color: #fff;
  font-weight: 800;
  padding-inline: 0.625rem;
  font-size: 0.875rem;
}
.movie__list .item__video {
  cursor: pointer;
  position: relative;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.movie__list .item__video:before, .movie__list .item__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie__list .item__video:before {
  background: url("../images/movie_play.png") no-repeat center/4.125rem;
  z-index: 1;
  pointer-events: none;
}
.movie__list .item__video:after {
  border: 0.1875rem solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5rem;
  overflow: hidden;
}
.movie__list .item__video img {
  width: 100%;
}
.movie__list .item.--commingsoon {
  width: 16.875rem;
}
.movie__list .item.--commingsoon .item__video {
  pointer-events: none;
  cursor: default;
  border-radius: 0;
}
.movie__list .item.--commingsoon .item__video:before, .movie__list .item.--commingsoon .item__video:after {
  display: none;
}

.overview {
  margin-top: 4rem;
  padding-block: 3.125rem;
  position: relative;
}
.overview .id {
  top: -3.25rem;
}
.overview:before, .overview:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.overview:before {
  top: 0;
  height: 6.25rem;
  background: url("../images/heart_bg01.png") no-repeat center top/100% auto;
  z-index: -1;
}
.overview:after {
  bottom: 0;
  height: 6.25rem;
  background: url("../images/heart_bg02.png") no-repeat center top/100% auto;
}
.overview__inner {
  background-color: #FFEAEB;
  padding-bottom: 7.0625rem;
}
.overview__ttl img {
  margin-top: -0.625rem;
  width: 100%;
}
.overview__box {
  background-color: #fff;
  margin-inline: auto;
  width: 21.875rem;
  border-radius: 0.5rem;
  padding: 0.875rem 0.4375rem 0.9375rem;
  margin-top: 0.375rem;
}
.overview__box .wrap {
  height: 10.75rem;
}
.overview__box .list-txt {
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 800;
}
.overview__box .list-txt li {
  position: relative;
  padding-left: 1rem;
  letter-spacing: 0.04em;
}
.overview__box .list-txt li:first-child {
  padding-top: 0.0625rem;
  line-height: 1.5;
}
.overview__box .list-txt li + li {
  margin-top: 1rem;
}
.overview__box .list-txt li .ttl {
  font-size: 0.875rem;
  font-weight: 800;
}
.overview__box .list-txt li p + p {
  margin-top: 0.3125rem;
}
.overview__box .list-txt li small {
  font-size: 0.75rem;
}
.overview__box .list-txt li small.small {
  font-size: 0.5625rem;
  white-space: nowrap;
}
.overview__box .list-txt li span {
  margin-top: 0.1875rem;
  display: inline-block;
}
.overview__box .list-txt li span + p {
  margin-top: 0.3125rem;
}
.overview__box .list-txt li:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #027749;
}
.overview__box .mCSB_container {
  margin-right: 0.5rem;
}
.overview__box .mCSB_scrollTools {
  opacity: 1;
}
.overview__box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(51, 51, 51, 0.5);
  width: 0.25rem;
  border-radius: 0.5rem;
}
.overview__box .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.overview__product {
  margin-top: 2.9375rem;
  width: 21.875rem;
  margin-inline: auto;
}
.overview__product .title {
  margin-bottom: -2rem;
  position: relative;
  z-index: 1;
}
.overview__product .title img {
  width: 100%;
}
.overview__product .product {
  padding: 2.25rem 1.75rem 1.9375rem;
}
.overview__message {
  margin-top: 3rem;
}
.overview__message .title img {
  width: 100%;
}
.overview__message .splide {
  margin-top: 0.4375rem;
}
.overview__message .splide__slide {
  width: 6.875rem;
  margin-right: 1.5rem;
}
.overview__team {
  margin-top: 3.5rem;
  overflow: hidden;
}
.overview__team .title {
  margin-bottom: -2.6875rem;
}
.overview__team .title img {
  width: 100%;
}
.overview__team .frame {
  background-color: #fff;
  width: 21.875rem;
  margin-inline: auto;
  border-radius: 0.5rem;
  padding-block: 3.625rem 2.0625rem;
}
.overview__team .frame__item:not(:last-child) {
  margin-bottom: 2.9375rem;
  position: relative;
  padding-bottom: 3.0625rem;
}
.overview__team .frame__item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19.125rem;
  background: url("../images/ico_line.svg") no-repeat left center/100% 100%;
  height: 0.1875rem;
}
.overview__team .frame__name {
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 0.125rem;
  line-height: 1.125rem;
}
.overview__team .frame__slide {
  text-align: center;
}
.overview__team .frame__pagi {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-inline: 2.75rem;
  height: 1.625rem;
  margin-top: 1.625rem;
}
.overview__team .frame .splide {
  margin-inline: -1.25rem;
  margin-top: 0.5rem;
}
@media (min-width: 769px) {
  .overview__team .frame .splide {
    margin-inline: -1.5625rem;
  }
}
.overview__team .frame .splide__slide {
  width: 9.5625rem;
  margin-right: 0.3125rem;
}
.overview__team .frame .splide__arrow {
  opacity: 1;
  background-color: #EC1234;
  width: 1.5rem;
  height: 1.5rem;
}
.overview__team .frame .splide__arrow:before {
  content: "";
  width: 0.5rem;
  height: 0.6875rem;
  background: url("../images/ico_arr.svg") no-repeat center/contain;
}
.overview__team .frame .splide__arrow svg {
  display: none;
}
.overview__team .frame .splide__arrow--prev {
  left: 0;
}
.overview__team .frame .splide__arrow--prev:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.overview__team .frame .splide__arrow--next {
  right: 0;
}
.overview__team .frame .splide__pagination {
  position: static;
  padding: 0;
  width: 4.375rem;
}
.overview__team .frame .splide__pagination li {
  font-size: 0;
  padding-inline: 0.1875rem;
}
.overview__team .frame .splide__pagination__page {
  margin: 0;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  border-radius: 0.5rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.overview__team .frame .splide__pagination__page.is-active {
  width: 1.375rem;
  background: #EC1234;
}
.overview__period {
  margin-top: 2.875rem;
}
.overview__period .date {
  margin-top: -1px;
}

.product {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
}
.product:before {
  content: none;
  position: absolute;
  top: 1.375rem;
  right: 0.8125rem;
  background-color: #333333;
  color: #fff;
  opacity: 0.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.875rem;
  height: 1.3125rem;
}
.product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__item + .product__item {
  margin-top: 1rem;
}
.product__item:not(:last-child) {
  margin-bottom: 1px;
}
.product__img {
  -webkit-box-flex: 6.25rem;
      -ms-flex: 6.25rem 0 0px;
          flex: 6.25rem 0 0;
}
.product__infor {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.5rem;
}
.product__title {
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #027749;
}
.product__note {
  margin-top: 0.3125rem;
  padding-left: 1.125rem;
  padding-right: 0.125rem;
  font-size: 0.46875rem;
  line-height: 1.4666666667;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #626262;
}
.apply {
  position: relative;
  margin-top: -3.75rem;
}
.apply .id {
  top: -5.8125rem;
}
.apply__ttl img {
  width: 100%;
}
.apply__img {
  margin-top: 0;
  position: relative;
}
@media (min-width: 769px) {
  .apply__img {
    padding: 0 0.3125rem;
  }
}
.apply__img a {
  position: absolute;
  top: 4.375rem;
  left: 2.8125rem;
  width: 7.1875rem;
  height: 1.0625rem;
}
.apply__note {
  width: 21.875rem;
  margin-top: 0.25rem;
  margin-inline: auto;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6363636364;
  color: #626262;
  font-weight: 500;
}
.apply__chance {
  width: 21.875rem;
  margin-inline: auto;
  margin-top: 2.3125rem;
}
.apply__chance .title {
  margin-bottom: -2.1875rem;
}
.apply__chance .title img {
  width: 100%;
}
.apply__chance .frame {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 2.9375rem 0.625rem 2rem;
}
.apply__chance .frame__desc {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.apply__chance .frame__desc span {
  position: relative;
  z-index: 1;
}
.apply__chance .frame__desc span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.4375rem;
  border-radius: 0.6875rem;
  background-color: #FFDFDF;
  z-index: -1;
}
.apply__chance .frame__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.375rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background-color: #333333;
  border-radius: 1.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-top: 1.3125rem;
  text-decoration: none;
  margin-inline: auto;
}
.apply__chance .frame__time {
  margin-top: 1.4375rem;
  width: 16.5rem;
  margin-inline: auto;
}
.apply__chance .frame__time .time {
  margin: 0;
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  color: #858585;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.apply__chance .frame__time .time:not(:last-child) {
  margin-bottom: 0.375rem;
}
.apply__chance .frame__time .time dt {
  width: 3.375rem;
  display: table-cell;
}
.apply__chance .frame__time .time dd {
  margin: 0;
  display: table-cell;
  padding-left: 0.1875rem;
}
.apply__chance .frame__time .time dd small {
  font-size: 0.75rem;
}
.apply__chance .frame__note {
  font-weight: 500;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.375;
  margin-top: 1rem;
  color: #858585;
}
.apply__term {
  width: 21.875rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-top: 2.5rem;
}
.apply__term .title {
  background-color: #027749;
  border-radius: 0.5rem 0.5rem 0 0;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  padding-block: 0.9375rem;
  line-height: 1;
}
.apply__term .box {
  padding-inline: 1.4375rem 0.4375rem;
}
.apply__term .box__inner {
  height: 12.625rem;
}
.apply__term .box__text {
  font-size: 0.75rem;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  color: #626262;
  padding-block: 0.875rem;
}
.apply__term .box .mCSB_container {
  margin-right: 1.125rem;
}
.apply__term .box .mCSB_scrollTools {
  opacity: 1;
  top: 1rem;
}
.apply__term .box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(51, 51, 51, 0.5);
  width: 0.25rem;
  border-radius: 0.5rem;
}
.apply__term .box .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.apply__list {
  margin-bottom: 1.25rem;
}
.apply__list__ttl {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.apply__list .item + .item {
  margin-top: 1.25rem;
}
.apply__list .item a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  .apply__list .item a:hover {
    text-decoration: underline;
  }
}
.apply__list .item-ttl {
  font-weight: bold;
}

.recommend {
  margin-top: 4rem;
  padding-block: 3rem 2.5rem;
  position: relative;
}
.recommend:before, .recommend:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.recommend:before {
  top: 0;
  height: 6.25rem;
  background: url("../images/heart_bg01.png") no-repeat center top/100% auto;
  z-index: -1;
}
.recommend:after {
  bottom: 0;
  height: 6.25rem;
  background: url("../images/heart_bg02.png") no-repeat center top/100% auto;
}
.recommend__inner {
  background-color: #FFEAEB;
  padding-bottom: 6.75rem;
}
.recommend__txt {
  text-align: center;
  margin-top: -0.3125rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.recommend__list {
  width: 21.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
  margin-top: 0.5625rem;
}
.recommend__list li {
  width: 10.4375rem;
}
.recommend__list li:nth-child(n+3) {
  margin-top: 0.625rem;
}

.faq {
  padding-bottom: 5rem;
  margin-top: -3rem;
  position: relative;
}
.faq .id {
  top: -6.3125rem;
}
.faq__ttl img {
  width: 100%;
}
.faq__content {
  width: 21.875rem;
  margin-inline: auto;
  margin-top: -0.125rem;
}
.faq__content .item {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem 1rem 1rem;
}
.faq__content .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.faq__content .item__question {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  padding-inline: 1.9375rem 2.5rem;
  text-align: left;
  color: #027749;
  letter-spacing: 0.04em;
  font-weight: 800;
  cursor: pointer;
  font-size: 0.9375rem;
  line-height: 1.7466666667;
}
.faq__content .item__question:before {
  content: "Q.";
  position: absolute;
  top: -0.4375rem;
  left: 0;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #EC1234;
}
.faq__content .item__question i {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #027749;
  border-radius: 100%;
  top: 43%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq__content .item__question i:before, .faq__content .item__question i:after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.375rem;
  width: 0.75rem;
  height: 0.1875rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.faq__content .item__question i:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq__content .item__question.is-open i:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__content .item__answer {
  display: none;
}
.faq__content .item__content {
  padding-top: 0.5625rem;
}
.faq__content .item__inner {
  background-color: #FFF7F7;
  padding: 1.125rem 0.875rem 0.8125rem 2.9375rem;
  position: relative;
  border-radius: 0.375rem;
  letter-spacing: 0.04em;
  font-size: 0.9375rem;
  line-height: 1.7466666667;
}
.faq__content .item__inner:before {
  content: "A.";
  position: absolute;
  top: 0.8125rem;
  left: 1rem;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #EC1234;
}
.faq__inquirie {
  width: 21.875rem;
  margin-inline: auto;
  margin-top: 2.875rem;
}
.faq__inquirie .title {
  margin-bottom: -2.875rem;
}
.faq__inquirie .title img {
  width: 100%;
}
.faq__inquirie .infor {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3.6875rem 1.3125rem 2.4375rem;
}
.faq__inquirie .infor__txt {
  text-align: center;
}
.faq__inquirie .infor__list {
  margin-top: 0.9375rem;
}
.faq__inquirie .infor__list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}
.faq__inquirie .infor__list li:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: #027749;
  border-radius: 100%;
  position: absolute;
  top: 0.25rem;
  left: 0.125rem;
}
.faq__inquirie .infor__list li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.faq__inquirie .infor__list li p:last-child {
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0.125rem;
}
.faq__inquirie .infor__note {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #626262;
  font-weight: 400;
  margin-top: 1.3125rem;
}
.faq__inquirie .infor__note li {
  position: relative;
  padding-left: 1rem;
}
.faq__inquirie .infor__note li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0.125rem;
}
.faq__inquirie .infor__note li:not(:last-child) {
  margin-bottom: 1px;
}