/* default settings */
.page-004 .footer {
  background: #979899;
}
@media (max-width: 750px) {
  .page-004 .footer {
    height: 20rem;
  }
}

.main {
  padding-top: 3.5625rem;
}
@media (max-width: 750px) {
  .main {
    padding-top: 0rem;
    overflow: hidden;
  }
}
.main img {
  max-width: 100%;
}

/* visual */
.visual {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: calc(100vh - 9.1875rem);
}
@media (max-width: 750px) {
  .visual {
    height: auto !important;
    display: block;
  }
}
.visual__img {
  width: 100%;
  height: 100%;
  background: url("/corp/lp/004/assets/img/004/visual.jpg") no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 750px) {
  .visual__img {
    background: none;
    position: relative;
  }
}
@media (max-width: 750px) {
  .visual__img img {
    width: 100%;
  }
}
.visual__txt {
  position: relative;
  z-index: 3;
  padding-top: 3.875rem;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .visual__txt {
    padding: 2.5625rem 0;
  }
}
.visual__txt img {
  width: 39.8125rem;
  margin-left: -4.75rem;
}
@media (max-width: 750px) {
  .visual__txt img {
    width: 100%;
    margin-left: 0;
  }
}
.visual__scroll {
  position: absolute;
  bottom: 0;
  right: 5.4375rem;
  z-index: 9;
  width: 1.1875rem;
  height: 5.3125rem;
  text-align: right;
  margin-left: 0.625rem;
}
@media (max-width: 750px) {
  .visual__scroll {
    height: 4.5rem;
    right: 1.875rem;
  }
}
.visual__scroll::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  animation: scrollDown 2s ease infinite;
}
.visual__scroll img {
  width: 0.625rem;
}
@media (max-width: 750px) {
  .visual__scroll img {
    width: 0.6875rem;
  }
}

@keyframes scrollDown {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  45% {
    transform-origin: top;
    transform: scaleY(1);
  }
  55% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.wrapper {
  width: 59.625rem;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .wrapper {
    width: 100%;
    padding: 0 1.5625rem;
  }
}

.ttl01 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  text-align: center;
  letter-spacing: 0.3125rem;
  margin: 0;
}
@media (max-width: 750px) {
  .ttl01 {
    font-size: 1.5rem;
    letter-spacing: 0.0625rem;
  }
}

.ttl02 {
  background: #2195D8;
  position: relative;
}
.ttl02::after {
  content: "";
  border-style: solid;
  border-width: 2.8125rem 3.125rem 0 3.125rem;
  border-color: #2195D8 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1px;
}
@media (max-width: 750px) {
  .ttl02::after {
    border-width: 2.8125rem 3.25rem 0 3.25rem;
  }
}
.ttl02 .wrapper {
  position: relative;
  padding: 3.4375rem 0 3.25rem;
}
@media (max-width: 750px) {
  .ttl02 .wrapper {
    padding: 1.875rem 2.75rem 2.625rem;
    display: flex;
    justify-content: flex-end;
  }
}
.ttl02__txt {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
  letter-spacing: 1.5px;
}
@media (max-width: 750px) {
  .ttl02__txt {
    font-size: 1.5rem;
    line-height: 1.67;
    text-align: left;
    letter-spacing: 0;
  }
}
.ttl02__img {
  position: absolute;
  width: 12.5625rem;
  left: -0.9375rem;
  bottom: 0;
}
@media (max-width: 750px) {
  .ttl02__img {
    width: 9.375rem;
    left: 0;
  }
}
.ttl02__img img {
  max-width: 100%;
}

.list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.list01__row {
  width: 48%;
  margin-bottom: 1.9375rem;
}
@media (max-width: 750px) {
  .list01__row {
    width: 100%;
    margin-bottom: 1.1875rem;
  }
}
@media (max-width: 750px) {
  .list01__row:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 750px) {
  .list01__row:nth-child(2) {
    order: 5;
  }
}
.list01__row:nth-child(2) .list01__item {
  margin-left: auto;
}
@media (max-width: 750px) {
  .list01__row:nth-child(2) .list01__item {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .list01__row:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 750px) {
  .list01__row:nth-child(4) {
    order: 2;
  }
}
@media (max-width: 750px) {
  .list01__row:nth-child(4) .list01__item {
    margin-left: auto;
    margin-right: 0.625rem;
  }
}
.list01__row:nth-child(5) {
  margin-top: 0.3125rem;
}
@media (max-width: 750px) {
  .list01__row:nth-child(5) {
    order: 4;
    margin-top: 0;
  }
}
.list01__row:nth-child(5) .list01__item {
  margin-left: auto;
}
@media (max-width: 750px) {
  .list01__row:nth-child(5) .list01__item {
    margin-right: 0.625rem;
  }
}
.list01__row.row3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  margin-top: -1.5rem;
}
@media (max-width: 750px) {
  .list01__row.row3 {
    position: initial;
    transform: translate(0, 0);
    margin-top: 0;
  }
}
.list01__item {
  width: 17rem;
  min-height: 9.625rem;
  border-radius: 2.5rem 2.5rem 0 2.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  padding: 1.0625rem 0.625rem;
}
@media (max-width: 750px) {
  .list01__item {
    width: 13.75rem;
    min-height: 7.75rem;
  }
}
.list01__item.grey {
  background: #7A8992;
}
.list01__item.grey .list01__text {
  color: #fff;
}
.list01__item.blue {
  background: #2195D8;
}
.list01__item.blue .list01__text {
  color: #fff;
}
.list01__text {
  font-size: 1.25rem;
  line-height: 2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #0D507B;
  letter-spacing: 0.125rem;
}
@media (max-width: 750px) {
  .list01__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.list02 {
  width: 51.5625rem;
  margin: 5.3125rem auto 0;
}
@media (max-width: 750px) {
  .list02 {
    width: 100%;
    margin: 4.6875rem auto 0;
  }
}
.list02__item {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  .list02__item {
    display: block;
  }
}
.list02__item::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #2195D8;
  border-radius: 0.9375rem;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 750px) {
  .list02__item::before {
    content: none;
  }
}
.list02__item:not(:last-child) {
  margin-bottom: 2.625rem;
}
@media (max-width: 750px) {
  .list02__item:not(:last-child) {
    margin-bottom: 3.875rem;
  }
}
@media (max-width: 750px) {
  .list02__item:nth-child(2) .list02__blue {
    padding: 3.8125rem 1.5rem 3.625rem;
  }
}
@media (max-width: 750px) {
  .list02__item:nth-child(3) .list02__blue {
    padding: 3.9375rem 1.5rem 5.625rem;
  }
}
.list02__white {
  width: 57%;
  min-height: 13.125rem;
  background: #fff;
  border-radius: 0.9375rem 0.9375rem 0 0;
  position: relative;
  padding: 0.9375rem 2.5rem;
}
@media (max-width: 750px) {
  .list02__white {
    width: 100%;
    border: 2px solid #2195D8;
    border-bottom: 0;
    padding: 1.25rem 1.25rem 0.625rem 1.5rem;
    min-height: auto;
  }
}
.list02__white::after {
  content: "";
  border-style: solid;
  border-width: 6.6875rem 0 6.6875rem 3.625rem;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 100%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .list02__white::after {
    border-width: 3.625rem 11.625rem 0 11.625rem;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-color: #fff transparent transparent transparent;
    margin-top: -1px;
  }
}
.list02__blue {
  width: 43%;
  background: #2195D8;
  border-radius: 0 0.9375rem 0.9375rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2.375rem;
  padding-top: 0.5rem;
  position: relative;
}
@media (max-width: 750px) {
  .list02__blue {
    width: 100%;
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding: 3.1875rem 1.5rem 6.375rem;
    justify-content: flex-start;
  }
}
.list02__text1 {
  font-size: 1.125rem;
  line-height: 2;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #333;
}
@media (max-width: 750px) {
  .list02__text1 {
    margin: 0;
  }
}
.list02__text1 span {
  background: linear-gradient(transparent 67%, #FDE234 50%);
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.list02__text2 {
  font-size: 1.375rem;
  line-height: 2.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  .list02__text2 {
    text-align: left;
    letter-spacing: 1px;
  }
}
.list02__img {
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.list02__img.img01 {
  left: -7.5rem;
}
@media (max-width: 750px) {
  .list02__img.img01 {
    left: auto;
    right: 0.875rem;
  }
}
.list02__img.img01 img {
  width: 10.625rem;
}
.list02__img.img02 {
  left: -6.75rem;
}
@media (max-width: 750px) {
  .list02__img.img02 {
    left: auto;
    right: 0.9375rem;
  }
}
.list02__img.img02 img {
  width: 9.4375rem;
}
@media (max-width: 750px) {
  .list02__img.img02 img {
    width: 9.0625rem;
  }
}
.list02__img.img03 {
  left: -7.625rem;
}
@media (max-width: 750px) {
  .list02__img.img03 {
    left: auto;
    right: 1.5rem;
  }
}
.list02__img.img03 img {
  width: 10.4375rem;
}
@media (max-width: 750px) {
  .list02__img.img03 img {
    width: 9.625rem;
  }
}

.list03 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .list03 {
    display: block;
  }
}
.list03__item {
  width: 18.5rem;
  text-align: center;
  margin-right: 2.0625rem;
  position: relative;
}
@media (max-width: 750px) {
  .list03__item {
    margin: 0 auto 3.375rem;
  }
}
.list03__item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5625rem;
  left: 0.5625rem;
  background: #7A8992;
  opacity: 0.25;
  z-index: 0;
  filter: blur(4px);
  z-index: 0;
  transition: transform 0.2s 0.1s ease-in-out;
}
.list03__item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .list03__item:nth-child(3n) {
    margin: 0 auto;
  }
}
.list03__cont {
  background: #2195D8;
  position: relative;
  transition: transform 0.2s 0.1s ease-in-out;
  z-index: 1;
  display: block;
  text-decoration: none;
}
@media (min-width: 751px) {
  .list03__cont:hover {
    transform: translate(0.5625rem, 0.5625rem);
  }
}
.list03__num {
  padding: 1.6875rem 0 1.4375rem;
}
.list03__txt {
  background: #146399;
  padding: 1.0625rem 0 2.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .list03__txt {
    min-height: 9.0625rem;
  }
}
.list03__txt h3 {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
}
.list03__btn {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  letter-spacing: 0.5px;
  padding: 1.25rem 0.875rem 1.5rem 0;
}
.list03__btn::after {
  content: "";
  width: 5.625rem;
  height: 0.625rem;
  background: url("/corp/lp/004/assets/img/004/icon-arrow.svg") no-repeat right;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  margin-top: -0.125rem;
  transform: translateY(-50%);
}
.list03__btn span {
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}

.block01 {
  background: #0D507B;
  text-align: center;
  padding: 2.875rem 1.25rem 3.75rem;
}
@media (max-width: 750px) {
  .block01 {
    width: calc(100% + 3.125rem);
    margin-left: -1.5625rem;
    padding: 2.875rem 1.25rem 3.125rem;
  }
}
.block01__btn {
  font-size: 2rem;
  line-height: 1.34;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #333;
  background: #fff;
  display: contents;
  border-radius: 2.6875rem;
  display: inline-block;
  margin: 0;
  padding: 1.125rem 1.6875rem;
}
@media (max-width: 750px) {
  .block01__btn {
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    width: 100%;
  }
}
.block01__text {
  margin-top: 2.5rem;
  padding-right: 1.25rem;
}
@media (max-width: 750px) {
  .block01__text {
    padding-right: 0;
    margin-top: 1.75rem;
  }
}
.block01__text img {
  width: 42.5625rem;
}
@media (max-width: 750px) {
  .block01__text img {
    width: 18.625rem;
  }
}

.btn--blue {
  width: 15rem;
  height: 2.875rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  background: #0D507B;
  border-radius: 1.5625rem;
  color: #FDE234;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
}
@media (min-width: 751px) {
  .btn--blue:hover {
    background: #000000;
    color: #FFFFFF;
  }
}

.btn02 {
  font-size: 1.625rem;
  line-height: 1;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #FDE234;
  width: 51.5625rem;
  height: 5.9375rem;
  border-radius: 3rem;
  background: #0D507B;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5.9375rem auto 0;
  transition: background-color 0.2s ease;
}
@media (min-width: 751px) {
  .btn02:hover {
    background: #FDE234;
    color: #0D507B;
  }
  .btn02:hover span::after {
    border-color: #0D507B;
  }
}
@media (max-width: 750px) {
  .btn02 {
    width: 22.5rem;
    height: 4rem;
    font-size: 1.25rem;
    margin: 4.6875rem auto 0;
  }
}
.btn02 span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.21875rem;
}
.btn02 span::after {
  content: "";
  width: 1.1875rem;
  height: 1.1875rem;
  border-top: 1.5px solid #FDE234;
  border-right: 1.5px solid #FDE234;
  position: absolute;
  top: 50%;
  right: -1.625rem;
  transform: translateY(-50%) rotate(45deg);
  transition: background-color 0.2s ease;
}
@media (max-width: 750px) {
  .btn02 span::after {
    right: -0.6875rem;
  }
}

.btn-fixed {
  text-decoration: underline;
  display: block;
  width: 100%;
  background: #0D507B;
  z-index: 99;
  text-align: center;
  padding: 1.625rem 0;
  border-top: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .btn-fixed {
    padding: 0.75rem 1.625rem 0.8125rem;
  }
}
.btn-fixed__text {
  font-size: 1.5rem;
  line-height: 1;
  color: #FDE234;
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.225rem;
  border-bottom: 1px solid #FDE234;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .btn-fixed__text {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.09375rem;
    border-bottom: 0;
    text-decoration: underline;
  }
}
.btn-fixed__text::after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-top: 1.5px solid #FDE234;
  border-right: 1.5px solid #FDE234;
  position: absolute;
  top: 50%;
  right: -1.875rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 750px) {
  .btn-fixed__text::after {
    right: -2rem;
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
@media (min-width: 751px) {
  .btn-fixed:hover {
    background: #FDE234;
  }
}
@media (min-width: 751px) {
  .btn-fixed:hover .btn-fixed__text {
    color: #0D507B;
    border-color: #0D507B;
  }
}
@media (min-width: 751px) {
  .btn-fixed:hover .btn-fixed__text::after {
    border-color: #0D507B;
  }
}

@keyframes bubble {
  0% {
    width: 12rem;
    height: 12rem;
  }
  50% {
    width: 10rem;
    height: 10rem;
  }
  100% {
    width: 12rem;
    height: 12rem;
  }
}
.section-1 {
  padding: 3.9375rem 0 0 0;
  background: #F5F5F5;
}
@media (max-width: 750px) {
  .section-1 {
    padding: 3.375rem 0 0 0;
  }
}
.section-1 .ttl01 {
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .section-1 .ttl01 {
    margin-bottom: 2.9375rem;
  }
}
.section-1__img {
  text-align: center;
  margin-top: -4.0625rem;
  padding-left: 2.25rem;
}
@media (max-width: 750px) {
  .section-1__img {
    margin-top: 1.875rem;
    padding-left: 0;
  }
}
.section-1__img img {
  width: 26rem;
}
@media (max-width: 750px) {
  .section-1__img img {
    width: 19.625rem;
  }
}

.section-2 {
  background: #fff;
  padding: 9.375rem 0 0 0;
}
@media (max-width: 750px) {
  .section-2 {
    padding-top: 6.5625rem;
  }
}
.section-2__text {
  display: block;
  margin: 7.125rem auto 0;
  width: 46.6875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 750px) {
  .section-2__text {
    min-height: 23.5625rem;
    margin: 4.3125rem auto 0;
    width: 21.5625rem;
  }
}
.section-2__brand {
  margin: 7.875rem auto 0;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 750px) {
  .section-2__brand {
    width: 22.5rem;
    margin: 6.0625rem auto 0;
  }
}
.section-2__brand .brand-image {
  width: 100%;
}
.section-2__brand .brand-text {
  position: absolute;
  top: 3.375rem;
  left: 0;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #000;
  width: 100%;
  text-align: center;
  letter-spacing: 0.0625rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
}
@media (max-width: 750px) {
  .section-2__brand .brand-text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    top: 1.75rem;
  }
}
.section-2__brand .brand-text span {
  text-align: left;
  display: inline-block;
}
@media (max-width: 750px) {
  .section-2__brand .brand-text span {
    text-align: center;
  }
}
.section-2__no1 {
  width: 100%;
}
.section-2__wrap {
  background: #F5F5F5;
  margin-top: 10rem;
  padding: 6.25rem 0 9.375rem;
}
@media (max-width: 750px) {
  .section-2__wrap {
    margin-top: 5.375rem;
    padding: 5.375rem 0 5.75rem;
  }
}
.section-2 .text-no1 {
  margin: 0 auto;
  display: block;
  width: 57.1875rem;
}
@media (max-width: 750px) {
  .section-2 .text-no1 {
    width: 22.75rem;
    min-height: 10.125rem;
  }
}
.section-2 .no1-block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 1.5625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  .section-2 .no1-block-list {
    width: 22.875rem;
    margin-top: 2.125rem;
  }
}
.section-2 .no1-block-item {
  width: 28.625rem;
  margin-right: 1.9375rem;
  margin-top: 2.1875rem;
}
.section-2 .no1-block-item:nth-child(2n+0) {
  margin-right: 0;
}
.section-2 .no1-block-item img {
  width: 100%;
}
@media (max-width: 750px) {
  .section-2 .no1-block-item {
    width: 10.9375rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .section-2 .no1-block-item:nth-child(2n+0) {
    margin-right: 0;
  }
}
.section-2 .list03 {
  margin-top: 4.9375rem;
}
@media (max-width: 750px) {
  .section-2 .list03 {
    margin-top: 4.75rem;
  }
}

.section-3 {
  padding: 9.6875rem 0 8.1875rem 0;
  background: url("/corp/lp/004/assets/img/004/bg.png") repeat top center;
  position: relative;
}
@media (max-width: 750px) {
  .section-3 {
    padding-top: 8.125rem;
    padding-bottom: 8rem;
  }
}
.section-3 .wrapper {
  position: relative;
}
.section-3 .text-1 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
  letter-spacing: 0.1875rem;
}
@media (max-width: 750px) {
  .section-3 .text-1 {
    font-size: 1.5rem;
    line-height: 2.375rem;
    letter-spacing: 1px;
  }
}
.section-3__cont1 .sec-title {
  margin: 0 0 2.8125rem;
}
@media (max-width: 750px) {
  .section-3__cont1 .sec-title {
    margin: 0 0 1.875rem;
  }
}
.section-3__cont1 .sec-title img {
  width: 18.625rem;
}
@media (max-width: 750px) {
  .section-3__cont1 .sec-title img {
    width: 13.375rem;
  }
}
.section-3 .btn-top {
  width: 4.5rem;
  display: none;
  position: fixed;
  bottom: 6.25rem;
  right: 2.25rem;
  z-index: 99;
  cursor: pointer;
}
.section-3 .btn-top__image {
  margin-top: 0;
}
.section-3 .btn-top.stop-scroll {
  position: absolute;
  bottom: 5rem;
}/*# sourceMappingURL=004.css.map */