/* _setting CSS */
@media print {
  body {
    zoom: 80%;
  }
}
@media screen and (max-width: 1000px) {
  #wrapper {
    background: url("../images/activities/sp_mv_bg1.png") no-repeat center 0/100%;
  }
}

@media screen and (max-width: 1000px) {
  #mv {
    background: none;
  }
}
@media print {
  #mv {
    background: url("../images/activities/print_mv.png") repeat-x 0 0/100%;
  }
}
@media print {
  #mv .bg {
    display: none;
  }
}

.sec1 {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .sec1 {
    margin-bottom: 0;
  }
}
.sec1 .top_block {
  position: relative;
  z-index: 1;
}
.sec1 .top_block::before, .sec1 .top_block::after {
  content: "";
  position: absolute;
  top: -190px;
  left: 50%;
  width: 292px;
  height: 310px;
  background: url("../images/activities/bg_img1.png") no-repeat center/100%;
  transform: translateX(315px);
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .sec1 .top_block::before, .sec1 .top_block::after {
    display: none;
  }
}
.sec1 .top_block::after {
  top: auto;
  bottom: -5px;
  width: 161px;
  height: 217px;
  background: url("../images/activities/bg_img2.png") no-repeat center/100%;
  transform: translateX(-578px);
}
.sec1 .top_block p {
  line-height: 2.5;
  margin: 0 0 23px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1000px) {
  .sec1 .top_block p {
    line-height: 2.35;
    margin: 0;
    font-size: 2.6rem;
    text-align: left;
  }
}
.sec1 .top_block p .pc_text_block {
  display: block;
  margin: 0 0 23px;
}
@media screen and (max-width: 1000px) {
  .sec1 .top_block p .pc_text_block {
    display: inline;
    margin: 0;
  }
}
.sec1 .sec1_block {
  position: relative;
  width: 100%;
  margin: -20px 0 0;
  padding: 120px 0 200px;
  background: url("../images/activities/sec1_bg1.jpg") no-repeat center/cover;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block {
    margin: -8.8vw 0 0;
    padding: 15.3333333333vw 0 29.3333333333vw;
    background-image: url("../images/activities/sp_sec2_bg.jpg");
  }
}
@media print {
  .sec1 .sec1_block {
    margin-bottom: 100px;
    padding: 150px 0 200px;
    background: url("../images/activities/print_sec1_bg.png") no-repeat center/cover;
  }
}
.sec1 .sec1_block::before, .sec1 .sec1_block::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 105px);
  left: 50%;
  width: 319vw;
  height: 319vw;
  border-radius: 100% 0% 100% 100%/100% 100% 0% 0%;
  background: #fff;
  transform: translateX(-50%) rotate(225deg);
}
@media all and (min-width: 1300px) {
  .sec1 .sec1_block::before, .sec1 .sec1_block::after {
    width: 385vw;
    height: 385vw;
  }
}
@media all and (min-width: 1400px) {
  .sec1 .sec1_block::before, .sec1 .sec1_block::after {
    width: 605vw;
    height: 605vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block::before, .sec1 .sec1_block::after {
    width: 590vw;
    height: 590vw;
  }
}
@media print {
  .sec1 .sec1_block::before, .sec1 .sec1_block::after {
    display: none;
  }
}
.sec1 .sec1_block::after {
  top: calc(100% - 100px);
  width: 348vw;
  height: 348vw;
  transform: translateX(-50%) rotate(45deg);
}
@media all and (min-width: 1300px) {
  .sec1 .sec1_block::after {
    width: 660vw;
    height: 660vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block::after {
    width: 590vw;
    height: 590vw;
  }
}
.sec1 .sec1_block .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block .inner {
    padding: 10.6666666667vw 0 8vw;
  }
}
.sec1 .sec1_block h3 {
  position: relative;
  margin: 0 0 13px;
  line-height: 1.6;
  padding: 135px 0 0;
  background: url("../images/activities/sec1_img1.png") no-repeat center 0/180px;
  color: #5032af;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block h3 {
    margin: 0 0 4vw;
    padding: 29.3333333333vw 0 0;
    background-size: 38.4vw;
    font-size: 3.2rem !important;
  }
}
.sec1 .sec1_block h3 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block h3 span {
    font-size: 3.2rem;
  }
}
.sec1 .sec1_block h3::before, .sec1 .sec1_block h3::after {
  content: "";
  position: absolute;
  top: 140px;
  left: 30px;
  width: 6px;
  height: calc(100% - 145px);
  border: 1px solid #5032af;
  border-right: none;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block h3::before, .sec1 .sec1_block h3::after {
    top: 30vw;
    left: 6.6666666667vw;
    width: 1.3333333333vw;
    height: calc(100% - 30.6666666667vw);
  }
}
.sec1 .sec1_block h3::after {
  left: auto;
  right: 38px;
  border: 1px solid #5032af;
  border-left: none;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block h3::after {
    right: 6.6666666667vw;
  }
}
@media all and (min-width: 751px) {
  .sec1 .sec1_block .line1 {
    padding-top: 140px;
  }
}
.sec1 .sec1_block p {
  line-height: 2.2;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .sec1 .sec1_block p {
    line-height: 2;
    font-size: 2.1rem;
  }
}
@media print {
  .sec1 .sec1_block p {
    line-height: 2;
  }
}
.sec1 section {
  width: 400px;
  margin-top: 33px;
}
@media (min-width: 751px) and (max-width: 900px) {
  .sec1 section {
    max-width: 49%;
  }
}
@media print {
  .sec1 section {
    width: 48%;
    max-width: inherit;
  }
}
@media screen and (max-width: 1000px) {
  .sec1 section {
    width: 100%;
    margin-top: 9.3333333333vw;
    padding: 0;
  }
  .sec1 section:first-child {
    margin-top: 10.6666666667vw;
  }
}
.sec1 section p {
  line-height: 2;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .sec1 section p {
    font-size: 2.1rem;
  }
}
.sec1 section .notice {
  margin-top: 13px;
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  .sec1 section .notice {
    margin-top: 1.3333333333vw;
    font-size: 2rem;
  }
}
.sec1 section .btn {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .sec1 section .btn {
    position: static;
    margin-top: 4vw;
    transform: none;
  }
}
.sec1 section .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 174px;
  height: 34px;
  padding: 0 11px;
  margin: 0 auto;
  border: 1px solid #5032af;
  border-radius: 1000px;
  color: #5032af;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec1 section .btn a {
    width: 42.6666666667vw;
    height: 8.5333333333vw;
    padding: 0 3.2vw 0 0;
    font-size: 2.2rem;
  }
}
.sec1 section .btn a::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: #5032af;
}
@media screen and (max-width: 1000px) {
  .sec1 section .btn a::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.sec1 section .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(40deg) skewY(12deg);
}
@media screen and (max-width: 1000px) {
  .sec1 section .btn a::after {
    right: 2.9333333333vw;
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.sec1 section .btn._pdf a::before {
  background: #5032af url("../images/common/dl.svg") no-repeat center;
}
@media screen and (max-width: 1000px) {
  .sec1 section .btn._pdf a::before {
    background-size: 2.6666666667vw;
  }
}
.sec1 section .btn._pdf a::after {
  display: none;
}
.sec1 section:nth-of-type(1) h3 {
  background-image: url("../images/activities/sec1_img2.png");
}
.sec1 section:nth-of-type(2) h3 {
  background-image: url("../images/activities/sec1_img4.png");
}
.sec1 section:nth-of-type(3) h3 {
  background-image: url("../images/activities/sec1_img3.png");
}
.sec1 section:nth-of-type(4) h3 {
  background-image: url("../images/activities/sec1_img6.png");
}
.sec1 section:nth-of-type(5) h3 {
  background-image: url("../images/activities/sec1_img5.png");
}
.sec1 .btn_bottom {
  position: relative;
  padding: 0 0 50px;
}
@media screen and (max-width: 1000px) {
  .sec1 .btn_bottom {
    padding: 0;
  }
}
.sec1 .btn_bottom .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-top: 12px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .sec1 .btn_bottom .btn {
    position: static;
    margin-top: 4vw;
    transform: none;
  }
}

.sec2 {
  position: relative;
  padding: 170px 0 160px;
  background: url("../images/sec2_bg.jpg") no-repeat center/cover;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .sec2 {
    padding: calc(5.3333333333vw + 130px) 0 calc(5.3333333333vw + 110px);
    background-image: url("../images/sp_sec2_bg.jpg");
  }
}
.sec2::before, .sec2::after {
  content: "";
  position: absolute;
  top: -90px;
  left: -100px;
  width: calc(100vw + 200px);
  height: 180px;
  background: #fff;
  border-radius: calc(100vw + 200px) calc(100vw + 200px) calc(100vw + 200px) calc(100vw + 200px)/180px 180px 180px 180px;
}
.sec2::after {
  content: "";
  top: auto;
  bottom: -90px;
}
.sec2 h2 {
  width: 562px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1000px) {
  .sec2 h2 {
    width: 76.4vw;
    margin-bottom: 7.3333333333vw;
  }
}
.sec2 p {
  line-height: 2.15;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .sec2 p {
    font-size: 2.6rem;
  }
}

.sec3 {
  margin-top: -40px;
  margin-bottom: 83px;
}
@media screen and (max-width: 1000px) {
  .sec3 {
    position: relative;
    z-index: 2;
    margin-top: -16.2666666667vw;
    margin-bottom: 6.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
@media print {
  .sec3 {
    margin-top: 0;
    padding-top: 0;
  }
}
.sec3 h3 {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec3 h3 {
    width: 44.9333333333vw;
    margin-bottom: 7.3333333333vw;
  }
}
.sec3 .text {
  width: 680px;
  margin: 0 auto;
  line-height: 2.55;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .sec3 .text {
    width: 100%;
    padding: 0 4vw;
    font-size: 2.6rem;
  }
}
.sec3 .img {
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec3 .img {
    margin-top: 7.3333333333vw;
    padding: 0 4vw;
  }
}

.sec4 {
  margin: 0 0 85px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .sec4 {
    margin: 0 0 8.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.sec4 .c_wrap2 {
  padding: 0 0 0 83px;
}
@media screen and (max-width: 1000px) {
  .sec4 .c_wrap2 {
    padding-left: 5.3333333333vw;
  }
}
.sec4 .inner {
  position: relative;
  padding: 50px 125px 58px 110px;
  background: #5032af url("../images/activities/sec4_bg.svg") no-repeat 30px 30px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner {
    padding: 14.6666666667vw 4vw 17.0666666667vw 4vw;
    background-image: url("../images/activities/sp_sec4_bg.svg");
    background-size: 2vw;
    background-position: 4vw 4.4vw;
  }
}
.sec4 .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96vw;
  height: 100%;
  background: url("../images/activities/sec4_bg.png") no-repeat 0 center/cover;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner::after {
    width: 96vw;
    background: url("../images/activities/sp_sec4_bg.png") no-repeat 0 center/cover;
  }
}
.sec4 .inner h3 {
  position: relative;
  z-index: 1;
  width: 216px;
  margin: 0 0 28px;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner h3 {
    width: 42.9333333333vw;
    margin: 0 auto 7.3333333333vw;
  }
}
.sec4 .inner p {
  position: relative;
  z-index: 1;
  line-height: 2.4;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner p {
    line-height: 2.48;
    font-size: 2.6rem;
  }
}
.sec4 .inner .text_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: 791px;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner .text_wrap {
    flex-direction: column;
    justify-content: inherit;
  }
}
.sec4 .inner .text_wrap .text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner .text_wrap .text {
    width: 100%;
    order: 1;
    margin-top: 5.3333333333vw;
  }
}
.sec4 .inner .text_wrap .img {
  width: 170px;
  margin: 0 0 0 21px;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner .text_wrap .img {
    width: 42.2666666667vw;
    padding: 0 4.9333333333vw 0 0;
    margin: 0 auto;
    order: 0;
  }
}
.sec4 .inner .btn {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner .btn {
    margin: 4.6666666667vw 4vw 0 0;
  }
}
.sec4 .inner .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 66px;
  margin: 0 auto;
  border-radius: 1000px;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  font-family: "Avenir", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner .btn a {
    width: 64vw;
    height: 17.6vw;
    font-size: 4rem;
    letter-spacing: 0.13em;
    transform: scale(0.8);
  }
}
.sec4 .inner .btn a img {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 1000px) {
  .sec4 .inner .btn a img {
    width: 7.7333333333vw;
    margin: 0 4.5333333333vw 0 0;
  }
}

.sec5 {
  padding: 97px 0 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 1000px) {
  .sec5 {
    padding: 8vw 0 0.1333333333vw;
  }
}
.sec5 section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
@media screen and (max-width: 1000px) {
  .sec5 section {
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0 0 9.0666666667vw;
  }
}
.sec5 section h3 {
  width: 100%;
  margin: 0 0 14px;
  line-height: 1.5;
  padding: 12px 14px;
  border-top: 1px solid #5032af;
  border-bottom: 1px solid #5032af;
  color: #5032af;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1000px) {
  .sec5 section h3 {
    line-height: 1.6;
    margin: 0 0 4vw 10vw;
    padding: 1.3333333333vw 10vw 1.3333333333vw 0;
    border-top: none;
    font-size: 3.8rem;
    letter-spacing: 0.13em;
  }
}
.sec5 section .text_wrap {
  width: 410px;
  padding: 0 0 11px;
}
@media screen and (max-width: 1000px) {
  .sec5 section .text_wrap {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0 10vw;
  }
}
@media print {
  .sec5 section .text_wrap {
    width: 48%;
  }
}
.sec5 section .text_wrap .text1 {
  margin: 0 0 15px;
}
@media screen and (max-width: 1000px) {
  .sec5 section .text_wrap .text1 {
    line-height: 2.05;
    margin: 0 0 2.6666666667vw;
    font-size: 2.6rem;
  }
}
.sec5 section .text_wrap .pdf li a {
  padding: 0 0 0 28px;
  background: url("../images/common/dl_blue.svg") no-repeat 6px center/11px;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  .sec5 section .text_wrap .pdf li a {
    font-size: 2.6rem;
    padding: 0 0 0 3.6vw;
    background-position: 0 center;
    background-size: 3.0666666667vw;
  }
}
.sec5 section .text_wrap .btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 1000px) {
  .sec5 section .text_wrap .btn {
    margin: 4.5333333333vw 0 0;
  }
}
.sec5 section .text_wrap .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 11px;
  margin: 0 auto;
  border: 1px solid #5032af;
  border-radius: 1000px;
  background: #fff;
  color: #5032af;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .sec5 section .text_wrap .btn a {
    height: auto;
    line-height: 1.6;
    padding: 2.1333333333vw 5.3333333333vw 2.4vw 1.0666666667vw;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
.sec5 section .text_wrap .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 16px;
  height: 14px;
  background: url("../images/common/blank.svg") no-repeat center/100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .sec5 section .text_wrap .btn a::after {
    right: 4vw;
    width: 3.0666666667vw;
    height: 3.0666666667vw;
  }
}
.sec5 section .img_wrap {
  width: 410px;
  padding: 3px 0 0;
}
@media print {
  .sec5 section .img_wrap {
    width: 48%;
  }
}
@media screen and (max-width: 1000px) {
  .sec5 section .img_wrap {
    width: 100%;
    padding: 0 10vw 2.6666666667vw;
  }
}

#webaccessibility {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  #webaccessibility {
    padding-bottom: 10.6666666667vw;
  }
}
#webaccessibility p {
  line-height: 2.1;
  padding: 0 0 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  #webaccessibility p {
    font-size: 2.6rem;
  }
}
#webaccessibility h2 {
  line-height: 2;
  font-size: 3.2rem;
  margin: 0 0 36px;
  color: #5032af;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
}
#webaccessibility h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 24px auto 0;
  background: #5032af;
}
#webaccessibility h2 .en {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #webaccessibility h2 .en {
    font-size: 2rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1000px) {
  #webaccessibility h2 {
    font-size: 4.5rem;
    margin-bottom: 6.6666666667vw;
    letter-spacing: 0.1em;
  }
  #webaccessibility h2::after {
    width: 8vw;
    height: 3px;
    margin-top: 4vw;
  }
}
#webaccessibility section {
  margin-top: 45px;
}
#webaccessibility section:first-of-type {
  margin-top: 99px;
}
@media screen and (max-width: 1000px) {
  #webaccessibility section:first-of-type {
    margin-top: 13.3333333333vw;
  }
}
#webaccessibility section h3 {
  position: relative;
  margin: 0 0 22px;
  padding: 4px 20px;
  background: #5032AF;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#webaccessibility section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #64E1FA;
  width: 6px;
  height: 30px;
}
#webaccessibility section h4 {
  line-height: 1.5;
  margin: 30px 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #5032af;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.07em;
}
#webaccessibility section .notice {
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  #webaccessibility section {
    margin-top: 13.3333333333vw;
  }
  #webaccessibility section h3 {
    margin: 0 0 4vw;
    padding: 1.3333333333vw 4.5333333333vw;
    border-left: 1.6vw solid #5032af;
    font-size: 3.52rem;
  }
  #webaccessibility section h4 {
    line-height: 1.6;
    margin: 8vw 0 4vw;
    padding: 0 0 2.4vw;
    border-bottom: 1px solid #5032af;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  #webaccessibility section .notice {
    font-size: 2rem;
  }
}

#webaccessibility-back-to-top .btn a {
  display: flex;
  align-items: center;
  position: relative;
  width: 240px;
  height: 66px;
  padding: 0 11px;
  margin: 0 auto;
  border: 1px solid #5032af;
  border-radius: 1000px;
  color: #5032af;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  text-align: center;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1000px) {
  #webaccessibility-back-to-top .btn a {
    width: 57.6vw;
    height: 15.7333333333vw;
    padding: 0 3.3333333333vw;
    font-size: 3.2rem;
  }
}
#webaccessibility-back-to-top .btn a .txt {
  flex-shrink: 1;
  width: 100%;
}
#webaccessibility-back-to-top .btn a::before {
  content: "";
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 14px;
  aspect-ratio: 1;
  overflow: hidden;
  background: url(../images/arrow-l.svg) center center/100% no-repeat;
}
@media screen and (max-width: 1000px) {
  #webaccessibility-back-to-top .btn a::before {
    width: 1.44vw;
    height: 3.36vw;
  }
}

/*# sourceMappingURL=activities.css.map */
