html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-size: 62.5%;
  color: #222;
  line-height: 1;
}

body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  min-width: 375px;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h2,
h3 {
  font-weight: bold;
  text-align: center;
}

h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.1rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.875;
}
p a {
  color: #1998A3;
  text-decoration: underline;
}
p a[href$=".pdf"]:after {
  content: "\f1c1";
  display: inline-block;
  margin-left: 0.25em;
  font-family: "Font Awesome 6 Free";
  line-height: 1;
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

.wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .pc {
    display: none;
  }
}
.border {
  display: block;
  width: 2px;
  height: 87px;
  margin: 0 auto -87px;
  background: linear-gradient(180deg, #FEDB31 0%, #5BB979 100%);
  position: relative;
  top: -43px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .border {
    width: 2.4px;
    height: 105px;
    margin-bottom: -105px;
    top: -52px;
  }
}
@media screen and (min-width: 1280px) {
  .border {
    width: 3px;
    height: 171px;
    margin-bottom: -171px;
    top: -85px;
  }
}
.border::before, .border::after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .border::before, .border::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .border::before, .border::after {
    width: 24px;
    height: 24px;
  }
}
.border::before {
  top: -10px;
  background-color: #FEDB31;
}
.border::after {
  bottom: -10px;
  background-color: #5BB979;
}

section .section-title {
  margin-bottom: 50px;
}
section .section-title h2 {
  margin-bottom: 6px;
}
section .section-title h3 {
  color: #5BB979;
  font-family: "Malayalam MN", sans-serif;
  font-size: 2.5rem;
}
@media screen and (min-width: 1280px) {
  section .section-title h3 {
    font-size: 3.6rem;
  }
}

body#root #mainvisual {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  body#root #mainvisual {
    height: max(100vh, 768px);
  }
}
body#root #mainvisual .main-photo {
  width: auto;
  height: 100%;
  position: absolute;
  left: -15px;
}
@media screen and (min-width: 1280px) {
  body#root #mainvisual .main-photo {
    left: 40vw;
  }
}
body#root #mainvisual .logo {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: clamp(241px, 60vw, 450px);
  height: clamp(469px, 115vw, 768px);
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  body#root #mainvisual .logo {
    width: 40vw;
    height: auto;
  }
}
body#root #mainvisual .logo .logo-text {
  display: block;
  width: clamp(200px, 50vw, 345px);
  margin: 72px auto 20px auto;
}
@media screen and (min-width: 1280px) {
  body#root #mainvisual .logo .logo-text {
    width: 30vw;
    margin-left: 4vw;
    margin-top: 0;
  }
}
body#root #mainvisual .logo .logo-image {
  display: block;
  width: clamp(195px, 50vw, 300px);
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  body#root #mainvisual .logo .logo-image {
    width: min(20vw, 385px);
    margin-left: 17vw;
  }
}
body#root section#about {
  overflow: hidden;
  margin: 100px 0 140px;
  position: relative;
  z-index: 1;
}
body#root section#about::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewY(15deg);
  background: url(img/about_back_object@2x.png) no-repeat;
  background-size: 180vw 40vw;
  background-position: 75% 35%;
}
@media screen and (min-width: 768px) {
  body#root section#about::after {
    background-position: 75% 40%;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#about::after {
    background-size: 124vw 350px;
    background-position: 75% 50%;
  }
}
body#root section#about .about-image {
  max-width: 1080px;
  margin: 100px auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  body#root section#about .about-image {
    margin: 150px auto 200px;
  }
}
body#root section#about .about-image:before, body#root section#about .about-image:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: clamp(6px, 1.3vw, 13px);
  background: linear-gradient(90deg, #FFFFFF 0%, #FFDB22 43%, #7BE89E 100%);
}
@media screen and (min-width: 1280px) {
  body#root section#about .about-image:before, body#root section#about .about-image:after {
    width: 50vw;
  }
}
body#root section#about .about-image:before {
  top: -50px;
  right: -30vw;
}
@media screen and (min-width: 768px) {
  body#root section#about .about-image:before {
    top: -75px;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#about .about-image:before {
    top: -100px;
  }
}
body#root section#about .about-image:after {
  bottom: -50px;
  left: -30vw;
  transform: rotateZ(180deg);
}
@media screen and (min-width: 768px) {
  body#root section#about .about-image:after {
    bottom: -75px;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#about .about-image:after {
    bottom: -100px;
  }
}
body#root section#about .about-image img {
  height: 50vw;
  object-fit: cover;
}
@media screen and (min-width: 1280px) {
  body#root section#about .about-image img {
    width: min(65vw, 950px);
    height: min(33vw, 500px);
  }
}
body#root section#about .about-image .pc-title {
  display: none;
  position: absolute;
  top: 130px;
  left: clamp(475px, 30vw, 580px);
}
@media screen and (min-width: 1280px) {
  body#root section#about .about-image .pc-title {
    display: block;
  }
}
body#root section#about .about-image .pc-title h3 {
  background-color: #FFFFFF;
  font-size: 4rem;
  line-height: 2.35;
}
body#root section#about .about-image .pc-title .title1 {
  width: 580px;
  margin-bottom: 24px;
  text-align: center;
}
body#root section#about .about-image .pc-title .title2 {
  width: 240px;
  margin-left: 340px;
}
body#root section#about .content {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}
body#root section#about .content h3 {
  margin-bottom: 30px;
  line-height: 1.89;
}
@media screen and (min-width: 1280px) {
  body#root section#about .content h3 {
    display: none;
  }
}
body#root section#about .content p {
  margin: 0 auto;
}
body#root section#vision {
  overflow: hidden;
  padding: 100px 0;
  background: #F4F4F4;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body#root section#vision {
    padding: 150px 0;
  }
}
body#root section#vision::before, body#root section#vision::after {
  content: "";
  background: url(img/back_object.png) no-repeat;
  background-size: 250vw clamp(200px, 55vw, 300px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body#root section#vision::before {
  z-index: -1;
  background-position: 40% 20%;
  transform: skewY(-30deg);
}
@media screen and (min-width: 1280px) {
  body#root section#vision::before {
    transform: skewY(-20deg);
    background-size: 130vw min(30vw, 500px);
  }
}
body#root section#vision::after {
  z-index: -2;
  background-position: 50% 90%;
  transform: skewY(30deg) scale(-1, 1);
}
@media screen and (min-width: 1280px) {
  body#root section#vision::after {
    transform: skewY(20deg) scale(-1, 1);
    background-size: 130vw min(30vw, 500px);
  }
}
body#root section#vision .vision-content {
  width: clamp(350px, 80vw, 1080px);
  margin: 0 auto 50px;
  padding: 80px 30px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
body#root section#vision .vision-content::before {
  content: "";
  display: inline-block;
  width: clamp(190px, 55vw, 530px);
  height: clamp(175px, 60vw, 480px);
  background: url(img/object01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: clamp(-295px, -30vw, -120px);
  left: max(-35vw, -220px);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  body#root section#vision .vision-content::before {
    top: -365px;
    left: max(-20vw, -400px);
  }
}
body#root section#vision .vision-content h3 {
  margin-bottom: 20px;
  padding: 0 8%;
  line-height: 1.9;
  text-align: center;
  word-break: keep-all;
}
body#root section#vision .vision-content p {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
body#root section#vision .vision-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body#root section#vision .vision-wrap::before, body#root section#vision .vision-wrap::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
body#root section#vision .vision-wrap::before {
  width: clamp(320px, 50vw, 800px);
  height: clamp(360px, 55vw, 700px);
  background-image: url(img/object02.svg);
  left: 50%;
  top: 40%;
  transform: translateX(10vw);
}
@media screen and (min-width: 768px) {
  body#root section#vision .vision-wrap::before {
    top: 30%;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#vision .vision-wrap::before {
    top: 0;
    transform: translateX(25vw);
  }
}
body#root section#vision .vision-wrap::after {
  width: clamp(270px, 60vw, 750px);
  height: clamp(270px, 60vw, 750px);
  background-image: url(img/object03.svg);
  right: 40%;
  bottom: -150px;
  transform: translateX(-20vw);
}
@media screen and (min-width: 768px) {
  body#root section#vision .vision-wrap::after {
    bottom: -350px;
  }
}
body#root section#vision .vision-wrap .content img {
  display: block;
  width: clamp(300px, 80%, 600px);
  height: auto;
  position: relative;
  z-index: 2;
}
body#root section#vision .vision-wrap .content .content-text {
  width: clamp(300px, 85vw, 830px);
  margin-top: -30px;
  padding: clamp(40px, 5%, 60px);
  padding-top: clamp(40px, 15%, 80px);
  background-color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  body#root section#vision .vision-wrap .content .content-text {
    margin-top: -250px;
    padding-top: clamp(40px, 5%, 60px);
  }
}
body#root section#vision .vision-wrap .content .content-text h3 {
  margin-bottom: 26px;
  color: #5BB979;
  text-align: left;
}
body#root section#vision .vision-wrap .content .image1,
body#root section#vision .vision-wrap .content .text-right {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  body#root section#vision .vision-wrap .content .text-left {
    padding-right: 400px;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#vision .vision-wrap .content .text-right {
    padding-left: 400px;
  }
}
body#root section#service {
  margin-top: 80px;
}
@media screen and (min-width: 1280px) {
  body#root section#service {
    margin-top: 150px;
  }
}
body#root section#service .wrapper {
  overflow: hidden;
  padding-bottom: 90px;
  background: #F4F4F4;
}
body#root section#service .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-bottom: 65px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #B1E36D 0%, #19A345 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 90%, 0 75%);
  position: relative;
}
@media screen and (min-width: 768px) {
  body#root section#service .service-content {
    clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 90%, 0 65%);
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .service-content {
    height: 420px;
    clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 90%, 0 60%);
  }
}
body#root section#service .service-content #service-content-bg {
  width: 120vw;
  max-width: 1640px;
  min-width: 1240px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body#root section#service .service-content #service-content-bg::before, body#root section#service .service-content #service-content-bg::after {
  content: "";
  display: block;
  width: 470px;
  height: 470px;
  background: url(img/object_3pairs.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
}
body#root section#service .service-content #service-content-bg::before {
  left: 0;
}
body#root section#service .service-content #service-content-bg::after {
  right: 0;
  transform: rotateY(180deg);
}
body#root section#service .service-content h3,
body#root section#service .service-content p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
body#root section#service .service-content h3 {
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) {
  body#root section#service .service-content h3 {
    font-size: 3.2rem;
  }
}
body#root section#service .service-content p {
  width: 350px;
  line-height: 2.125;
}
body#root section#service .contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: clamp(330px, 80vw, 1080px);
  margin: 0 auto;
  position: relative;
}
body#root section#service .contents .service-bg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
body#root section#service .contents .service-bg-1 {
  width: 610px;
  height: 655px;
  top: -160px;
  right: min(49vw, 940px);
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .service-bg-1 {
    top: -190px;
    right: min(75vw, 1040px);
  }
}
body#root section#service .contents .service-bg-2 {
  width: 610px;
  height: 590px;
  top: 600px;
  left: 47vw;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .service-bg-2 {
    top: 170px;
    left: clamp(890px, 55vw, 1130px);
  }
}
body#root section#service .contents .service-bg-3 {
  width: 555px;
  height: 510px;
  top: 550px;
  right: 49vw;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .service-bg-3 {
    width: min(43vw, 615px);
    height: min(40vw, 565px);
    top: 240px;
    right: min(65vw, 1088px);
  }
}
body#root section#service .contents .content {
  padding: 30px;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content {
    padding: 70px;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca {
    padding-left: 380px;
  }
}
body#root section#service .contents .content.rabipeoca h2 {
  font-size: 3rem;
  line-height: 1.4;
}
body#root section#service .contents .content.rabipeoca h2 img {
  display: none;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca h2 img {
    display: inline-block;
    width: 100px;
    margin-left: 80px;
    vertical-align: middle;
  }
}
body#root section#service .contents .content.rabipeoca h3 {
  padding-bottom: 25px;
  font-size: 2.1rem;
  line-height: 1.8;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca h3 {
    text-align: left;
  }
}
body#root section#service .contents .content.rabipeoca p {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca p {
    text-align: justify;
  }
}
body#root section#service .contents .content.rabipeoca .rabipeoca-icon {
  display: block;
  width: 132px;
  margin: 20px auto;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca .rabipeoca-icon {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
  }
}
body#root section#service .contents .content.rabipeoca-app {
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca-app {
    display: flex;
    justify-content: center;
    padding-top: 70px;
  }
}
body#root section#service .contents .content.rabipeoca-app .circle {
  width: 300px;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  padding: 14px;
  border-radius: 50%;
  background: linear-gradient(0deg, #FFFFFF 0%, #FEDE50 69%, #EBCA1E 100%);
  transform: translateY(20px);
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca-app .circle {
    width: 450px;
    transform: translateX(50px);
  }
}
body#root section#service .contents .content.rabipeoca-app .circle .circle-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
body#root section#service .contents .content.rabipeoca-app .circle .circle-text {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca-app .circle .circle-text {
    width: 80%;
    margin-left: auto;
    padding-right: 100px;
    word-break: keep-all;
  }
}
body#root section#service .contents .content.rabipeoca-app .circle .circle-text h3 {
  margin: 0 0 8px;
  line-height: 1.9;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca-app .circle .circle-text h3 {
    font-size: 3.2rem;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca-app .circle .circle-text p {
    font-size: 2.1rem;
    text-align: right;
  }
}
body#root section#service .contents .content.rabipeoca-app .rabipeoca-image {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  body#root section#service .contents .content.rabipeoca-app .rabipeoca-image {
    width: 450px;
    transform: translateX(-50px);
  }
}
body#root section#service .contents .content.rabipeoca-app .rabipeoca-image img {
  flex: 1;
  width: 49%;
}
body#root section#service .feature {
  padding: 50px 30px 100px;
  background: linear-gradient(180deg, #19A345 0%, #50BA54 26%, #57BD56 38%, #5CBF57 47%, #61C158 60%, #68C45A 82%, #19A345 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body#root section#service .feature {
    padding: 100px 30px 140px;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .feature {
    padding: 120px 30px 180px;
  }
}
body#root section#service .feature .feature-bg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
body#root section#service .feature .feature-bg-1 {
  width: 310px;
  height: 300px;
  top: 120px;
  right: -45px;
}
@media screen and (min-width: 1280px) {
  body#root section#service .feature .feature-bg-1 {
    width: 390px;
    height: 440px;
    top: 50%;
    left: 50%;
    transform: translate(470px, -400px);
  }
}
body#root section#service .feature .feature-bg-2 {
  width: 305px;
  height: 365px;
  top: 40%;
  left: -45px;
  transform: rotate(65deg);
}
@media screen and (min-width: 768px) {
  body#root section#service .feature .feature-bg-2 {
    top: 300px;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .feature .feature-bg-2 {
    top: 50%;
    left: 50%;
    transform: translate(-800px, -400px) rotate(65deg);
  }
}
body#root section#service .feature .feature-bg-3 {
  width: 185px;
  height: 215px;
  top: 60%;
  left: 40px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  body#root section#service .feature .feature-bg-3 {
    top: 70%;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .feature .feature-bg-3 {
    top: 50%;
    left: 50%;
    transform: translate(-600px, 230px) rotate(45deg);
  }
}
body#root section#service .feature .feature-bg-4 {
  width: 215px;
  height: 255px;
  bottom: 50px;
  right: -10px;
}
@media screen and (min-width: 1280px) {
  body#root section#service .feature .feature-bg-4 {
    top: 50%;
    left: 50%;
    transform: translate(640px, 170px);
  }
}
body#root section#service .feature .feature-wrap {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body#root section#service .feature .feature-wrap {
    width: 600px;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .feature .feature-wrap {
    width: 1200px;
  }
}
body#root section#service .feature .feature-wrap .content {
  margin-bottom: 55px;
}
body#root section#service .feature .feature-wrap .content h2,
body#root section#service .feature .feature-wrap .content p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
body#root section#service .feature .feature-wrap .content h2 {
  margin-bottom: 1em;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  body#root section#service .feature .feature-wrap .content h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1280px) {
  body#root section#service .feature .feature-wrap .content h2 {
    font-size: 3.2rem;
  }
}
body#root section#service .feature .feature-wrap .content p {
  letter-spacing: 0.1em;
}
body#root section#service .feature .feature-wrap .feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 275px);
  justify-content: center;
  gap: 30px;
  z-index: 1;
}
body#root section#service .feature .feature-wrap .feature-list .feature-item {
  padding: 30px 20px;
  border-radius: 25px;
  background-color: #FFFFFF;
}
body#root section#service .feature .feature-wrap .feature-list .feature-item h2 {
  color: #418055;
  font-size: 3.5rem;
}
body#root section#service .feature .feature-wrap .feature-list .feature-item h3 {
  margin-bottom: 20px;
}
body#root section#service .feature .feature-wrap .feature-list .feature-item .icon {
  display: flex;
  margin: 20px auto;
  width: 100px;
  height: 100px;
}
body#root section#service .feature .feature-wrap p.info {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.143;
}
body#root section#outline,
body#root section#report {
  margin: 150px auto 70px;
  padding: 0 30px;
}
body#root section#outline table,
body#root section#report table {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: solid 1px #707070;
}
body#root section#outline table tr,
body#root section#report table tr {
  border-bottom: solid 1px #707070;
}
body#root section#outline table tr th,
body#root section#outline table tr td,
body#root section#report table tr th,
body#root section#report table tr td {
  padding: 25px 20px;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (min-width: 1280px) {
  body#root section#outline table tr th,
  body#root section#outline table tr td,
  body#root section#report table tr th,
  body#root section#report table tr td {
    padding: 25px 50px;
  }
}
body#root section#outline table tr th a,
body#root section#outline table tr td a,
body#root section#report table tr th a,
body#root section#report table tr td a {
  color: #1998A3;
  text-decoration: underline;
}
body#root section#outline table tr th p small,
body#root section#outline table tr td p small,
body#root section#report table tr th p small,
body#root section#report table tr td p small {
  font-size: 1.1rem;
  line-height: 1.818;
}
body#root section#outline table tr th,
body#root section#report table tr th {
  min-width: 115px;
}

footer#site-footer {
  width: 100%;
  margin-top: 150px;
  padding: 50px 30px;
  color: #FFFFFF;
  background-color: #1A3323;
  position: relative;
}
footer#site-footer .footer-area {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
footer#site-footer .footer-area #topscroll {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FEDB31;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-10px, -50%);
}
@media screen and (min-width: 1280px) {
  footer#site-footer .footer-area #topscroll {
    width: 100px;
    height: 100px;
    transform: translate(-30px, -50%);
  }
}
footer#site-footer .footer-area #topscroll img {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
footer#site-footer .footer-inner {
  max-width: 960px;
  margin: 0 auto;
}
footer#site-footer .footer-inner .footer-logo {
  width: 150px;
}
@media screen and (min-width: 768px) {
  footer#site-footer .footer-inner .footer-logo {
    width: 280px;
  }
}
footer#site-footer .footer-inner address {
  margin: 12px 0 20px;
}
footer#site-footer .footer-inner address p {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
footer#site-footer .footer-inner address p a {
  color: white;
  text-decoration: none;
}
footer#site-footer .footer-inner address p:last-child {
  margin-bottom: 0;
}
footer#site-footer .footer-inner p.copyright {
  font-size: 1rem;
  letter-spacing: 0;
}

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