@charset "UTF-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
audio,
video,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
}

img,
svg {
  line-height: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
picture {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
textarea,
label {
  vertical-align: top;
}

input,
textarea,
button,
select {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  resize: none;
}

button {
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

*,
::before,
::after {
  box-sizing: border-box;
  overflow-wrap: break-word;
}

select::-ms-expand {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

html {
  font-size: 10px;
  color: #232323;
}

@media (max-width: 768px) {
  html {
    font-size: 1.333vw;
  }
}

@media (min-width: 769px) {
  html {
    font-size: .925vw;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #232323;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.75;
  transition: opacity 0.3s ease;
}

body.is-locked {
  overflow: hidden;
}

body.is-hidden {
  opacity: 0;
  pointer-events: none;
}

a:not(.c-text-link) {
  text-decoration: none;
}

ul:not(.c-basic-list) {
  list-style: none;
}

.c-flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-flex {
  display: flex;
}

@media (max-width: 768px) {
  .c-flex {
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 769px) {
  .c-flex.-wrap {
    flex-wrap: wrap;
  }
}

.c-container {
  padding-left: min(6.15vw, 1.5rem);
  padding-right: min(6.15vw, 1.5rem);
}

@media (min-width: 769px) {
  .c-container {
    padding-left: 3.85%;
    padding-right: 3.85%;
  }
}

@media (min-width: 1080px) {
  .c-container {
    padding-left: calc(50% - 520px);
    padding-right: calc(50% - 520px);
  }
}

.c-container .c-container {
  padding-left: 0;
  padding-right: 0;
}

.c-animate {
  transition: opacity 0.4s linear;
}

.c-text-link {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .c-text-link:hover {
    text-decoration: none;
  }
}

.c-sp_only {
  display: none;
}

@media (max-width: 768px) {
  .c-sp_only {
    display: block;
  }

  .c-pc_only {
    display: none;
  }
}

/* ============== header ============== */
.l-header {
  display: grid;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  grid-template-columns: 1fr auto 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-header__logo {
  position: relative;
  width: 15rem;
  z-index: 11;
}

.l-header__title {
  width: 20rem;
}

@media (max-width: 768px) {
  .l-header__title {
    width: 29rem;
    margin-left: 10rem;
  }
}

/* ============== animate ============== */
.js-animate {
  transition: .6s ease-out;
}

.l-fadeIn {
  opacity: 0;
}

.l-fadeIn.active {
  opacity: 1;
}

.l-fadeUp {
  opacity: 0;
  transform: translateY(3rem);
}

.l-fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

/* ============== l-mv ============== */
.l-mv .l-mv_container {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#ffe6cf 20%, transparent 24%), radial-gradient(#ffe6cf 20%, transparent 24%);
  background-position: 0 0, .75rem 0.75rem;
  background-size: 1.5rem 1.5rem;
}

.fv_btn_wrap {
  position: absolute;
  bottom: 2rem;
  align-items: end;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  max-width: 106rem;
  left: -2.5rem;
  right: 0;
  margin: auto;
}

.l-mv_btn {
  width: 48rem;
}

.l-mv_btn02 {
  width: 55rem;
}


.l-mv_nav {
  display: flex;
  gap: 2rem;
  margin: 3rem 0 0;
}

@media (max-width: 1080px) {
  .fv_btn_wrap {
    max-width: 100rem;
    left: -1rem;
  }
}

@media (max-width: 768px) {
  .l-mv .l-mv_container {
    padding-bottom: 1rem;
  }

  .l-mv_nav {
    position: relative;
    gap: 1rem;
    margin: -14.8rem 2rem 0;
  }

  .fv_btn_wrap {
    justify-self: start;
    right: initial;
    left: 2rem;
    bottom: 15.5rem;
  }

  .l-mv_btn02 {
    width: 27.5rem;
  }
}


/* ============== l-sec01 ============== */
.l-sec01 {
  margin-top: 8rem;
}

.l-sec01_heading {
  display: block;
  width: 37.2rem;
  margin: auto;
}

.l-sec01_title {
  display: block;
  width: 51rem;
  margin: 2rem auto 4rem;
}

.l-sec01_container {
  margin: 0 1.5rem;
}

.l-sec01_container .l-sec01_container_head {
  position: relative;
  border-radius: 1.4rem 1.4rem 0 0;
  padding: 2.4rem;
  height: 9rem;
  align-content: center;
  text-align: center;
  overflow: hidden;
}

.l-sec01_container .l-sec01_container_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: .35rem;
  height: 4rem;
  z-index: 2;
}

.l-sec01_01 .l-sec01_container_head,
.l-sec01_01 .l-sec01_container_head::after {
  background-color: #f86f9f;
}

.l-sec01_02 .l-sec01_container_head,
.l-sec01_02 .l-sec01_container_head::after {
  background-color: #01a9e2;
}

.l-sec01_03 .l-sec01_container_head,
.l-sec01_03 .l-sec01_container_head::after {
  background-color: #ee782b;
}

.l-sec01_container .l-sec01_container_title {
  height: 3.8rem;
  width: auto;
}

.l-sec01_container .l-sec01_container_icon {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 9.7rem;
}

.l-sec01_container .l-sec01_container_body {
  border: #000 solid .4rem;
  border-top: none;
  border-radius: 0 0 1.4rem 1.4rem;
  padding: 2rem;
  margin-bottom: 3rem;
}

.l-sec01_01 .l-sec01_container_body {
  border-color: #f86f9f;
}

.l-sec01_02 .l-sec01_container_body {
  border-color: #01a9e2;
}

.l-sec01_03 .l-sec01_container_body {
  border-color: #ee782b;
}

.l-sec01_container .l-sec01_container_body p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 1.5rem;
}

.l-sec01_container .l-sec01_container_body .l-sec01_container_images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-sec01_container .l-sec01_container_body .l-sec01_container_figure p {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 0;
  padding-right: 2rem;
  text-align: right;
}

.l-sec01_container.l-sec01_01 .l-sec01_container_body .l-sec01_container_figure p,
.l-sec01_container.l-sec01_03 .l-sec01_container_body .l-sec01_container_figure p {
  margin-top: -2.5rem;
  margin-bottom: .5em;
}

.l-sec01_container .l-sec01_container_body .l-sec01_container_marker {
  height: 3.7rem;
  width: auto;
}

.l-sec01_container.l-sec01_02 .l-sec01_container_body .l-sec01_container_marker {
  margin-top: 3rem;
}


@media (max-width: 1079px) {
  .l-sec01_container .l-sec01_container_body .l-sec01_container_images {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .l-sec01_heading {
    width: 48rem;
  }

  .l-sec01_title {
    width: 58rem;
  }

  .l-sec01_container .l-sec01_container_head {
    height: 16rem;
  }

  .l-sec01_container .l-sec01_container_head::after {
    width: .4rem;
  }

  .l-sec01_container .l-sec01_container_title {
    height: 5.2rem;
    margin-left: 7rem;
  }

  .l-sec01_container.l-sec01_01 .l-sec01_container_title {
    height: 11.0rem;
    margin-left: 1rem;
  }

  .l-sec01_container .l-sec01_container_icon {
    bottom: 0rem;
    left: .4rem;
    width: 13rem;
  }

  .l-sec01_container .l-sec01_container_body {
    border-width: .6rem;
  }

  .l-sec01_01 .l-sec01_container_body .l-sec01_container_image {
    width: 82%;
  }

  .l-sec01_container .l-sec01_container_body .l-sec01_container_figure p {
    font-size: 2rem;
  }

  .l-sec01_container .l-sec01_container_body .l-sec01_container_marker {
    height: 8.2rem;
  }

  .l-sec01_container .l-sec01_container_body p {
    font-size: 2.5rem;
  }
}

/* ============== l-sec02 ============== */
.l-sec02 {
  margin-top: 10rem;
}

.l-sec02_bg {
  position: relative;
  background-color: #61c1be;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.l-sec02_heading {
  display: block;
  position: absolute;
  top: -3rem;
  margin-left: 2rem;
  width: 50rem;
}

.l-sec02_title {
  display: block;
  margin: 0 auto 5rem;
  width: 47.5rem;
}

.l-sec02_container {
  background-color: #fff;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}

.l-sec02_container_head {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 4rem;
  padding-left: 13rem;
}

.l-sec02_container_heading {
  height: 9.5rem;
  width: auto;
}

.l-sec02_container_case {
  background-color: #ffe14d;
  position: relative;
  display: grid;
  padding: min(5.64vw, 1.38rem) min(5.13vw, 1.25rem);
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  gap: 2rem;
}

.l-sec02_03 .l-sec02_container_case {
  padding-bottom: 3rem;
}

.l-sec02_image {
  position: relative;
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
  width: auto;
}

.l-sec02_01 .l-sec02_image {
  width: 25.6rem;
}

.l-sec02_02 .l-sec02_image {
  width: 28.2rem;
}

.l-sec02_03 .l-sec02_image {
  width: 18.6rem;
}

.l-sec02_image img {
  width: 100%;
}

.l-sec02_container_title img {
  height: 2.8rem;
  width: auto;
}

.l-sec02_description {
  display: flex;
  flex-wrap: wrap;
}

.l-sec02_03 .l-sec02_description {
  padding-bottom: 2rem;
}

.l-sec02_description_container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.l-sec02_description dt {
  font-weight: bold;
  background-color: #fff;
  display: grid;
  place-items: center;
  border-radius: 4rem;
  min-width: 13.5rem;
  margin-right: min(3.33vw, 0.81rem);
  height: 2em;
  font-size: 2rem;
  margin-right: -1rem;
}

.l-sec02_description dd {
  font-size: 2rem;
}

.l-sec02_container_figure_wrap {
  padding-bottom: 1rem;
}

.l-sec02_container_figure_flex {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem;
}

.l-sec02_balloon {
  position: relative;
  height: 8.2rem;
  width: auto;
  margin-top: -3rem;
  margin-left: 2rem;
}

.l-sec02_03 .l-sec02_container_figure_wrap01 .l-sec02_balloon {
  height: 10.2rem;
}

.l-sec02_figure {
  width: 60rem;
  margin: auto;
}

.l-sec02_figure img {
  width: 100%;
}

.l-sec02_container_figure_wrap p {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  padding-right: 2rem;
}

@media (min-width: 769px) {
  .l-sec02_container_case {
    gap: 2rem;
    padding: 3.13rem 4rem 2rem 3rem;
  }

  .l-sec02_description {
    justify-content: flex-start;
    gap: 1.25rem 2rem;
  }

  .l-sec02_03 .l-sec02_figure {
    width: auto;
  }
}

@media (max-width: 768px) {
  .l-sec02 {
    margin-top: 20rem;
  }

  .l-sec02_bg {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .l-sec02_heading {
    top: -8rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  .l-sec02_title {
    margin: 1rem auto 12rem;
    width: 63rem;
  }

  .l-sec02_container {
    border-radius: 2.5rem;
    margin: 0 1.5rem 12rem;
  }

  .l-sec02_container_head {
    padding: 4rem 3rem 6rem;
    flex-direction: column;
    align-items: center;
  }

  .l-sec02_container_heading {
    height: 17rem;
  }

  .l-sec02_icon {
    margin-top: -10rem;
    width: 13rem;
  }

  .l-sec02_image {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    margin-top: -4.5rem;
    margin-left: 2rem;
  }

  .l-sec02_image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62rem;
    height: .4rem;
    background-color: #fff;
  }

  .l-sec02_container_title {
    align-content: center;
    grid-column: 2 / 2;
    grid-row: 1 / 1;
  }

  .l-sec02_01 .l-sec02_container_title img {
    height: 8.8rem;
  }

  .l-sec02_02 .l-sec02_container_title img,
  .l-sec02_03 .l-sec02_container_title img {
    height: 3.8rem;
  }

  .l-sec02_description {
    flex-direction: column;
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
    gap: 2rem;
    padding: 3rem;
    padding-right: 1rem;
    padding-left: 4rem;
  }

  .l-sec02_03 .l-sec02_description {
    flex-direction: row;
  }

  .l-sec02_description dt {
    font-size: 3.3rem;
    min-width: 18rem;
    height: 1.6em;
  }

  .l-sec02_description dt.l-sec02_description_title-short {
    min-width: 14rem;
  }

  .l-sec02_description dd {
    font-size: 3.5rem;
    letter-spacing: -0.05em;
  }

  .l-sec02_container_figure_flex {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .l-sec02_balloon {
    margin-top: 3rem;
    margin-left: 3rem;
  }

  .l-sec02_01 .l-sec02_balloon {
    height: 9rem;
  }

  .l-sec02_02 .l-sec02_balloon {
    height: 14rem;
  }

  .l-sec02_03 .l-sec02_container_figure_wrap01 .l-sec02_balloon {
    height: 14rem;
  }

  .l-sec02_03 .l-sec02_container_figure_wrap02 .l-sec02_balloon {
    height: 9em;
  }

  .l-sec02_figure {
    width: 65rem;
    margin-top: 1rem;
  }

  .l-sec02_container_figure_wrap p {
    font-size: 2rem;
    padding-right: 2rem;
  }
}

/* ============== l-sec03 ============== */
.l-sec03 {
  position: relative;
  background-color: #f5a33b;
  padding-top: 10rem;
}

.l-sec03_heading {
  position: absolute;
  top: -4.4rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 75rem;
}

.l-sec03_heading img {
  width: 100%;
}

.l-sec03_container {
  display: flex;
}

.l-sec03_answer {
  text-align: center;
}

.l-sec03_text {
  width: 45.8rem;
  margin-bottom: 3rem;
}

.l-sec03_graph {
  width: 43rem;
}

.l-sec03_voice {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 2rem 1rem;
  margin-bottom: 2rem;
  width: 50rem;
}

.l-sec03_voice_title {
  border-bottom: #d9422e solid .2rem;
  padding-bottom: .8rem;
  text-align: center;
}

.l-sec03_voice_title img {
  height: 2.8rem;
  width: auto;
}

.l-sec03_voice_container {
  display: flex;
  align-items: center;
  gap: 4rem;
  height: 14rem;
}

.l-sec03_voice_container img {
  height: 100%;
  width: auto;
}

.l-sec03_voice_container p {
  font-size: 2rem;
}

.l-sec03_annotation {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  text-align: right;
  margin: -1rem auto 2rem;
}

@media (max-width: 768px) {
  .l-sec03 {
    padding-top: 15rem;
    padding-bottom: 8rem;
  }

  .l-sec03_heading {
    top: -9rem;
    width: 63.2rem;
  }

  .l-sec03_text {
    width: 62rem;
    margin-bottom: 5rem;
  }

  .l-sec03_graph {
    width: 100%;
  }

  .l-sec03_container {
    flex-direction: column;
    align-items: center;
  }

  .l-sec03_voice {
    padding: 3rem 4rem 2rem;
    width: 69rem;
  }

  .l-sec03_voice_title img {
    height: 4.2rem;
  }

  .l-sec03_voice_container {
    gap: 3rem;
    height: 23rem;
  }

  .l-sec03_voice_container img {
    margin-top: -1rem;
  }

  .l-sec03_voice_container p {
    font-size: 3.2rem;
  }

  .l-sec03_annotation {
    font-size: 2rem;
    margin-top: 0;
  }
}

/* ============== sec04 ============== */
.l-sec04 {
  background-color: #02ad9b;
  background-image: radial-gradient(#019c89 20%, transparent 22.5%), radial-gradient(#019c89 20%, transparent 22.5%);
  background-position: 0 0, .9rem .9rem;
  background-size: 1.8rem 1.8rem;
  padding: 4rem 0;
}

.c-container_img {
  width: 104rem;
  margin: auto;
  transition: .3s;
}

.c-container_img:hover {
  opacity: .9;
}

.l-sec04 ul {
  padding-top: 2rem;
}

.l-sec04 ul li {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}

.l-sec04 ul li a {
  text-decoration: underline;
}

.l-sec04_num {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: right;
}

@media (max-width: 768px) {
  .l-sec04 {
    padding: 6rem 2rem 3rem;
  }

  .c-container_img {
    width: 100%;
  }

  .l-sec04 ul li {
    font-size: 2rem;
    text-indent: -1em;
    padding-left: 1em;
  }

  .l-sec04_num {
    font-size: 2rem;
    padding-top: 1em;
  }
}

/* ============== campaign-about ============== */
.campaign-about {
  padding-top: 4.88rem;
  padding-bottom: 4rem;
}

.campaign-about__heading {
  color: #666666;
  line-height: 1;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.campaign-about__title {
  color: #666666;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.8;
  padding-top: 1em;
}

.campaign-about__text {
  color: #666666;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}

.campaign-about__text .txt_color {
  color: #d9422e;
  text-decoration: underline;
}

.campaign-about__text+.campaign-about__text {
  margin-top: 1.5em;
}

.campaign-about__text li {
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: normal;
}

.campaign-about__text li::before {
  content: "・";
}

.campaign-about__text a {
  color: #d9422e;
  text-decoration: underline;
}

@media (max-width: 769px) {
  .campaign-about {
    padding: 7rem 3rem 10rem;
  }

  .campaign-about__heading {
    margin-bottom: min(4.36vw, 1.06rem);
  }

  .campaign-about__text {
    font-size: 2rem;
  }
}

/* ============== footer ============== */
.footer_container {
  padding: 3rem;
  border-top: #666666 solid .2rem;
}

.footer p {
  color: #666666;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.footer .footer__copyright {
  text-align: center;
}

.footer .footer__note {
  font-size: 1.3rem;
  color: #e60012;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

@media (max-width: 768px) {
  .footer_container {
    padding: 3rem 0 5rem;
  }

  .footer p {
    font-size: 2rem;
  }
}

/* ============== floating_area ============== */
.floating_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2.8rem 0;
  width: 100vw;
  z-index: 3;
  opacity: 0;
  transform: translateY(20rem);
  transition-duration: 0.8s;
  background: rgba(255, 255, 255, 0.9);
}

.floating_area_inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: .5rem 3.5rem;
}

.floating_banner {
  width: 50rem;
  grid-row: 1 / span 2;
  grid-column: 1;
}

.floating_text {
  width: 47rem;
  grid-row: 1;
  grid-column: 2;
}

.floating_btn {
  display: block;
  width: 47rem;
  grid-row: 2;
  grid-column: 2;
}

.floating_close {
  cursor: pointer;
  position: absolute;
  top: -4rem;
  left: 0;
  right: -98rem;
  margin: auto;
  width: 5rem;
}

.floating_area.active {
  opacity: 1;
  transform: translateY(0rem);

}

.floating_area.hidden {
  opacity: 0;
  transform: translateY(25rem);
}

@media screen and (min-width: 769px) {
  .floating_notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    padding: 2rem;
    text-align: center;
    background: #019c89;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transform: translateY(12rem);
    transition: 0.8s;
    cursor: pointer;
  }

  .floating_notice p {
    position: relative;
    width: 24rem;
    margin: auto;
  }

  .floating_notice p::before,
  .floating_notice p::after {
    position: absolute;
    content: "▲";
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .floating_notice p::before {
    left: -12rem;
  }

  .floating_notice p::after {
    right: -12rem;
  }

  .floating_notice.active {
    opacity: 1;
    transform: translateY(0);
  }

  .floating_notice.hidden {
    opacity: 0;
    transform: translateY(12rem);
  }
}

@media screen and (max-width: 768px) {
  .floating_area {
    padding: 1.8rem;
  }

  .floating_area_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .floating_text {
    width: 58rem;
  }

  .floating_btn {
    width: 69rem;
  }

  .floating_banner_sp {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 25rem;
    right: 0;
    background-color: #02ad9b;
    border-radius: 1rem 0 0 1rem;
    padding: 0 1.5rem .5em;
    height: 21rem;
    width: 100vw;
    transform: translateX(89vw);
    transition: 0.4s ease;
    opacity: 0;

  }

  .floating_banner_sp.active {
    opacity: 1;
  }

  .floating_banner_sp.hidden {
    opacity: 0;
  }

  .floating_banner_sp.expanded {
    transform: translateX(2vw);
    justify-content: space-between;
  }

  .floating_banner_sp_wrap {
    position: relative;
  }

  .floating_banner_sp .floating_campaign_btn {
    position: absolute;
    transition: 0.4s ease;
    opacity: 1;
    visibility: visible;
    width: 5rem;
  }

  .floating_banner_sp.expanded .floating_campaign_btn {
    opacity: 0;
    visibility: hidden;
  }

  .floating_banner_sp .banner_content {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
  }

  .floating_banner_sp.expanded .banner_content {
    opacity: 1;
    visibility: visible;
  }

  .floating_banner_sp .banner_close_icon {
    align-content: center;
    padding: 0 .5rem;
    width: 4rem;
    height: 16rem;
  }

  .floating_banner_sp .banner_img {
    width: 65rem;
  }
}