@charset "UTF-8";
/*-----------------------------------------------------*/
/* / / / / / / / / / / / / / / / / / / / / / / / / / / /
/* 
/*  お客さまの声 個別CSS
/*　
/* / / / / / / / / / / / / / / / / / / / / / / / / / / /
/*-----------------------------------------------------*/
.kv {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv {
    overflow: visible;
  }
}
.kv-top {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 352px;
  margin: 0 auto;
  background-color: var(--official_red);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv-top {
    width: 100vw;
    height: 85vw;
    margin-left: -20px;
    background-color: transparent;
  }
}
.kv-top-mask {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kv-top-mask {
    position: relative;
  }
}
.kv-top-mask > img {
  position: relative;
  width: 960px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .kv-top-mask > img {
    display: none;
  }
}
.kv-top-mask-carouselMask {
  position: absolute;
  width: 960px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv-top-mask-carouselMask {
    position: relative;
    width: 100%;
  }
}
.kv-top-img {
  --ratio: 0.5;
  --w: calc(1100px * var(--ratio));
  --h: calc(800px * var(--ratio));
  position: relative;
  top: 0;
  transform: translateX(-39%);
  transform-origin: center;
  width: var(--w);
  height: var(--h);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .kv-top-img {
    transform: none;
    width: 100vw;
    height: 85.2727vw;
  }
}
@media screen and (max-width: 768px) {
  .kv-top-img img {
    width: 100%;
  }
}
.kv-top-txt {
  position: absolute;
  top: 248px;
  left: calc(50% - 325px);
  width: 237px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .kv-top-txt {
    top: 0;
    left: auto;
    right: 6.2vw;
    width: 15.2vw;
  }
}
.kv-top-txt img {
  width: 100%;
}
.kv-bottom {
  --sizeH: 8.1428vw;
  position: relative;
  padding-top: 0;
  padding-bottom: calc(94px + 9.571%);
  background-color: var(--official_red);
}
@media screen and (max-width: 768px) {
  .kv-bottom {
    width: 100vw;
    margin-left: -20px;
    padding-bottom: calc(68px + 5% + 13.571%);
  }
}
.kv-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 9.571%;
  background-color: #fff;
  background-image: url(/support/cs/images/bg_wave_red_bottom_pc.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .kv-bottom::after {
    width: 108vw;
    background-image: url(/support/cs/images/bg_wave_red_bottom_smt.png);
    padding-bottom: 13.571%;
  }
}
@media screen and (max-width: 768px) {
  .kv-bottom::before {
    content: "";
    position: absolute;
    top: -67px;
    display: block;
    width: 100vw;
    height: 68px;
    background-color: var(--official_red);
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100vw 100%);
            clip-path: polygon(100% 0%, 0% 100%, 100vw 100%);
    z-index: 20;
  }
}
.kv-bottom-idea {
  position: absolute;
  top: -327px;
  right: calc(50% - 492px);
  width: 462px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .kv-bottom-idea {
    width: 89.2vw;
    top: -6vh;
    left: auto;
    right: 0;
  }
}
.kv-bottom-idea img {
  width: 100%;
}

.info {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .info {
    width: 100vw;
    padding-top: 51vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.info-ico {
  width: 103px;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .info-ico {
    width: 22vw;
    margin-bottom: 0;
  }
}
.info-ico img {
  width: 100%;
}
.info-body {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 60px 30px 30px;
  border-radius: 24px;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .info-body {
    position: relative;
    margin-top: 6px;
    padding: 17px 30px 22px 20px;
    border-radius: 10px;
    z-index: 30;
  }
}
.info-body::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 22px;
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid var(--official_red);
  border-right: 2px solid var(--official_red);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .info-body::after {
    top: calc(50% - 1.7vw);
    right: 10px;
    width: 1.7vw;
    height: 1.7vw;
  }
}
.info-body-data {
  color: var(--official_red);
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .info-body-data {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
}
.info-body-txt {
  margin-top: 17px;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .info-body-txt {
    margin-top: 2px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.content {
  width: 100%;
}
.content-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-inner {
    max-width: auto;
    width: 100%;
  }
}

.heading {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .heading {
    background-size: 54vw;
  }
}
@media screen and (max-width: 768px) {
  .heading img {
    width: 70vw;
  }
}
.heading.request {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .heading.request {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .heading.improve img {
    width: 54vw;
  }
}
@media screen and (max-width: 768px) {
  .heading.others img {
    width: 53vw;
  }
}

.request-img {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.request-img img {
  width: 100%;
}
.request-img.hukidasi img {
  position: relative;
  width: 43.58%;
}
@media screen and (max-width: 768px) {
  .request-img.hukidasi img {
    width: 86%;
  }
}
.request-img.idea img {
  position: relative;
  width: 73.58%;
}
@media screen and (max-width: 768px) {
  .request-img.idea img {
    width: 94%;
    right: -5px;
  }
}

.border-dashed-arrow {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  width: calc(100% - 44px);
  height: 4px;
  background: repeating-linear-gradient(to right, #fff 0%, #fff 8px, transparent 9px, transparent 17px);
}
@media screen and (max-width: 768px) {
  .border-dashed-arrow {
    display: none;
  }
}
.border-dashed-arrow::after {
  content: "";
  position: relative;
  right: -34px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #ffffff;
  border-right: 0;
}

.four-step-slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .four-step-slider {
    padding-bottom: 7vw;
    padding-left: 20.5vw;
  }
}
.four-step-slider-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .four-step-slider-body {
    display: block;
    width: 149%;
  }
}
.four-step-slider-body-item {
  position: relative;
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .four-step-slider-body-item {
    margin: 0 0px;
  }
}
.four-step-slider-body-item::after {
  content: "";
  position: absolute;
  right: -26px;
  top: calc(50% - 12px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #FFF1BB;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .four-step-slider-body-item::after {
    content: none;
  }
}
.four-step-slider-body-item:last-child {
  margin-right: 0;
}
.four-step-slider-body-item:last-child::after {
  content: none;
}
.four-step-slider-body-item img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .four-step-slider-body-item img {
    width: 100%;
  }
}
@media screen and (max-width: 932px) and (orientation: landscape) {
  .four-step-slider-body-item img {
    width: 100%;
  }
}
.four-step-slider-body-item img.only-smt {
  width: 100%;
}

.improve-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.improve-list-item {
  --padding_x: 32px;
  --padding_y: 40px;
  --newIcon_margin: 26px;
  --redius: 30px;
  position: relative;
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
  margin-bottom: 40px;
  padding: var(--newIcon_margin) var(--padding_x) var(--padding_y) var(--padding_x);
  background: linear-gradient(to bottom, transparent 0%, transparent calc(var(--newIcon_margin) + var(--redius)), #fff calc(var(--newIcon_margin) + 1px), #fff 100%);
  border-radius: var(--redius);
  overflow: hidden;
}
.improve-list-item:nth-child(2n) {
  margin-right: 0;
}
.improve-list-item:nth-last-child(1):nth-child(2n+2), .improve-list-item:nth-last-child(1):nth-child(2n+1), .improve-list-item:nth-last-child(2):nth-child(2n+1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .improve-list-item {
    --padding_x: 23px;
    --padding_y: 24px;
    --redius: 14px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .improve-list-item:nth-last-child(1):nth-child(2n+2), .improve-list-item:nth-last-child(1):nth-child(2n+1), .improve-list-item:nth-last-child(2):nth-child(2n+1) {
    margin-bottom: 10px;
  }
  .improve-list-item:nth-last-child(1):nth-child(2n+2), .improve-list-item:last-child {
    margin-bottom: 0;
  }
}
.improve-list-item-latest {
  position: absolute;
  top: 0;
  left: 32px;
  width: 22.2%;
}
@media screen and (max-width: 768px) {
  .improve-list-item-latest {
    top: 8px;
    left: 10px;
    width: clamp(10px, 19.5%, 76px);
  }
}
.improve-list-item-latest img {
  width: 100%;
}
.improve-list-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + var(--padding_x) * 2);
  margin-left: calc(var(--padding_x) * -1);
  padding: 21px 36px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: var(--official_red);
  border-radius: var(--redius) var(--redius) 0 0;
}
@media screen and (max-width: 768px) {
  .improve-list-item-title {
    width: calc(100% + var(--padding_x) * 2);
    padding: 17px 20px 13px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.18em;
  }
}
.improve-list-item-request {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .improve-list-item-request {
    margin-top: 24px;
  }
}
.improve-list-item-request-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.improve-list-item-request-body-txt {
  width: 72.5%;
  padding-right: 7%;
}
@media screen and (max-width: 768px) {
  .improve-list-item-request-body-txt {
    width: 73.5%;
  }
}
.improve-list-item-request-body-txt p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .improve-list-item-request-body-txt p {
    font-size: 1.4rem;
  }
}
.improve-list-item-request-body-icon {
  padding-top: 6px;
  width: 27.5%;
}
@media screen and (max-width: 768px) {
  .improve-list-item-request-body-icon {
    width: 26.5%;
  }
}
.improve-list-item-request-body-icon img {
  width: 100%;
  border-radius: 100vw;
}
.improve-list-item-request-result {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .improve-list-item-request-result {
    width: 100%;
    margin-top: 4.5vw;
  }
}
.improve-list-item-request-result img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .improve-list-item-request-result img {
    width: 100%;
  }
}
.improve-list-item-comprelted {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .improve-list-item-comprelted {
    margin-top: 3vw;
  }
}
.improve-list-item-comprelted-txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .improve-list-item-comprelted-txt {
    font-size: 1.4rem;
  }
}
.improve-list-item-comprelted-data {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .improve-list-item-comprelted-data {
    margin-top: 1vw;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
  }
}
.improve-list-item-btnArea {
  width: 100%;
}
.improve-list-item-btnArea-btn {
  position: relative;
  display: block;
  width: 220px;
  margin: 0 auto;
  margin-top: 16px;
  padding: 8px 8px;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #000;
  border-radius: 100vw;
  text-decoration: none;
  color: #000;
  transition: 0.1s ease;
}
@media screen and (max-width: 768px) {
  .improve-list-item-btnArea-btn {
    margin-top: 2.5vw;
    width: 47%;
    padding: 1.3vw 2vw;
    font-size: 1.3rem;
  }
}
.improve-list-item-btnArea-btn:focus, .improve-list-item-btnArea-btn:hover, .improve-list-item-btnArea-btn:visited {
  color: #000;
}
.improve-list-item-btnArea-btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .improve-list-item-btnArea-btn:hover {
    opacity: 1;
  }
}
.improve-list-item-btnArea-btn .cs-new-window {
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .improve-list-item-btnArea-btn .cs-new-window {
    top: calc(50% - 4px);
    right: 10px;
    margin-left: 0;
  }
}
.improve-list-item-btnArea-btn .cs-pdf {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  margin-left: 0;
}

.slick-dots {
  bottom: -5vw;
  width: 100vw;
  margin-left: -21vw;
}

.slick-dots li {
  width: 12px;
  height: 12px;
}

.slick-dots li button:before {
  width: 12px;
  height: 12px;
  border-radius: 100vw;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
  background-color: #fff;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 17px);
  left: -20.5vw;
  width: 34px;
  height: 34px;
  background-color: #734d4d;
  border-radius: 0 5px 5px 0;
}
.slick-prev::before {
  content: "";
  position: relative;
  left: 10px;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.slick-next {
  top: calc(50% - 17px);
  left: calc(79.5vw - 34px);
  width: 34px;
  height: 34px;
  background-color: #734d4d;
  border-radius: 5px 0 0 5px;
}
.slick-next::before {
  content: "";
  position: relative;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #734d4d;
}

.slick-initialized .slick-slide {
  width: 59vw;
}

.excursion-title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--official_red);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .excursion-title {
    width: 49.5vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .excursion-title img {
    width: 100%;
  }
}
.excursion-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .excursion-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.excursion-list-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  margin-right: 120px;
}
@media screen and (max-width: 768px) {
  .excursion-list-item {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.excursion-list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .excursion-list-item:last-child {
    margin-bottom: 0;
  }
}
.excursion-list-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px - 1px);
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--official_red);
  border-right: 2px solid var(--official_red);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .excursion-list-item::after {
    top: calc(50% - 2.5px - 1px);
    right: 10px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid var(--official_red);
    border-right: 1px solid var(--official_red);
  }
}
.excursion-list-item-link {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.1s ease;
}
@media screen and (max-width: 768px) {
  .excursion-list-item-link {
    font-size: 1.4rem;
  }
}
.excursion-list-item-link:hover, .excursion-list-item-link:focus, .excursion-list-item-link:visited {
  color: #000;
}
.excursion-list-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .excursion-list-item-link:hover {
    opacity: 1;
  }
}

.fvCarousel {
  position: relative;
  right: -220px;
  overflow: hidden;
  transition: ease 0.7s;
}
@media screen and (max-width: 768px) {
  .fvCarousel {
    right: auto;
  }
}
.fvCarousel.show {
  opacity: 1;
}
.fvCarousel > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
}
.fvCarousel > li img {
  width: 100%;
  position: relative;
}
.fvCarousel > li.first-current {
  opacity: 1;
  z-index: 100;
  animation-name: first_expansion;
  animation-duration: 5s;
  animation-timing-function: linear;
}
.fvCarousel > li.first-current + li {
  animation-name: duration_expansion;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 4s;
  opacity: 1;
  z-index: 90;
}
.fvCarousel > li.current {
  opacity: 1;
  z-index: 100;
  animation-name: expansion;
  animation-duration: 5s;
  animation-timing-function: linear;
}
.fvCarousel > li.current + li {
  animation-name: duration_expansion;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-delay: 4s;
  opacity: 1;
  z-index: 90;
}

@keyframes first_expansion {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes duration_expansion {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes expansion {
  0% {
    transform: scale(1.16);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.arrow-imgs {
  --margin: 144px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .arrow-imgs {
    flex-wrap: unset;
    flex-direction: column;
    align-items: center;
  }
}
.arrow-imgs-item {
  position: relative;
  width: calc((100% - var(--margin)) / 2);
}
@media screen and (max-width: 768px) {
  .arrow-imgs-item {
    width: 100%;
  }
}
.arrow-imgs-item > img {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .arrow-imgs-item > img {
    width: 93%;
    margin-top: 20px;
    position: relative;
    left: 2%;
  }
}
.arrow-imgs-item:first-child {
  margin-right: var(--margin);
}
@media screen and (max-width: 768px) {
  .arrow-imgs-item:first-child {
    margin-right: 0;
  }
}
.arrow-imgs-item:first-child > img {
  width: 99.51%;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .arrow-imgs-item:first-child > img {
    width: 86%;
    left: 0.5%;
  }
}
.arrow-imgs-item:first-child::after {
  position: absolute;
  top: calc(50% - 25px + 10px);
  right: -88px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #CC0033;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .arrow-imgs-item:first-child::after {
    content: none;
  }
}

/*-----------------------------------------------------*/
/* Utility
/*-----------------------------------------------------*/
.bg-wave {
  --sizeH: 8.1428vw;
  position: relative;
  padding-top: calc(54px + 7.571%);
  padding-bottom: calc(100px + 9.571%);
  background-color: var(--official_red);
}
@media screen and (max-width: 768px) {
  .bg-wave {
    width: 100vw;
    margin-left: -20px;
    padding-top: calc(12px + 12.571%);
    padding-bottom: calc(20px + 13.571%);
    background-color: var(--official_red);
  }
}
.bg-wave::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 7.571%;
  background-color: #fff;
  background-image: url(/support/cs/images/bg_wave_red_top_pc.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .bg-wave::before {
    width: 108vw;
    background-image: url(/support/cs/images/bg_wave_red_top_smt.png);
    padding-bottom: 12.571%;
  }
}
.bg-wave::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-bottom: 9.571%;
  background-color: #fff;
  background-image: url(/support/cs/images/bg_wave_red_bottom_pc.svg);
  background-color: #FFF1BB;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .bg-wave::after {
    width: 108vw;
    background-image: url(/support/cs/images/bg_wave_red_bottom_smt.png);
    padding-bottom: 14.571%;
    background-repeat: no-repeat;
  }
}

.bg-yellow {
  background-color: #FFF1BB;
}
@media screen and (max-width: 768px) {
  .bg-yellow {
    width: 100vw;
    margin-left: -20px;
  }
}
.bg-yellow .content-inner {
  padding: 0 20px;
}

.bg-gray {
  background-color: #F4F4F4;
}
@media screen and (max-width: 768px) {
  .bg-gray {
    width: 100vw;
    margin-left: -20px;
  }
}
.bg-gray .content-inner {
  padding: 0 20px;
}/*# sourceMappingURL=index.css.map */