@charset "UTF-8";
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  .header-copy .max-pc {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .header-copy .max-lpc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", Osaka, arial, sans-serif;
  color: #333333;
  text-align: center;
  counter-reset: count, warning-list-count;
}

p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width:540px) {
  p {
    font-size: 16px;
  }
}

ul li {
  list-style: none;
}

h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width:540px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width:540px) {
  h3 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

section {
  padding: 100px 0;
}
@media screen and (max-width:540px) {
  section {
    padding: 60px 0px;
  }
}

.container {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width:540px) {
  .container {
    width: 93%;
  }
}

.sub-container {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .sub-container {
    width: 80%;
  }
}
@media screen and (max-width:540px) {
  .sub-container {
    width: 93%;
  }
}

img {
  width: 100%;
  display: block;
}

.base-img {
  max-width: 500px;
  margin: 35px auto;
}
@media screen and (max-width:540px) {
  .base-img {
    max-width: 260px;
    margin: 25px auto;
  }
}

a {
  display: block;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width:540px) {
  a {
    font-size: 20px;
  }
}

.text-green {
  color: #21BC26;
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 5%, #F9EF99 5%);
  font-weight: bold;
}

.half-marker {
  background: linear-gradient(transparent 50%, #F8FF9D 50%);
  padding-bottom: 2px;
  font-weight: bold;
}

.more-btn {
  margin-top: clamp(2.5rem, 2.197rem + 1.29vw, 3.75rem);
}
.more-btn a {
  border: 1px solid #42B145;
  border-radius: 50px;
  display: inline-block;
  padding: clamp(0.625rem, 0.549rem + 0.32vw, 0.938rem) clamp(2.5rem, 2.348rem + 0.65vw, 3.125rem);
  font-size: clamp(1rem, 0.909rem + 0.39vw, 1.375rem);
  color: #42B145;
  font-weight: 600;
  transition: ease-in 0.2s;
  position: relative;
}
.more-btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1.5px #42B145;
  border-right: solid 1.5px #42B145;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  transform: rotate(-45deg);
  transition: ease-in 0.2s;
}
.more-btn a:hover {
  background: #FDFFE0;
}
.more-btn a:hover::before {
  right: 15px;
}

/* メイン */
header {
  padding: 100px 0;
  background: url(../img/header-arrow.png) bottom right/40% no-repeat, url(../img/header-bg.jpg) top center/cover no-repeat;
}
@media screen and (max-width:540px) {
  header {
    padding: 60px 0;
    background: url(../img/header-arrow.png) bottom 25% right -5px/60% no-repeat, url(../img/header-bg.jpg) top center/cover no-repeat;
  }
}
header .header-copy {
  max-width: 45%;
  margin: 0 auto 60px;
}
@media screen and (max-width:768px) {
  header .header-copy {
    max-width: 90%;
    margin: 0 auto 40px;
  }
}

.cta {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width:540px) {
  .cta .form-btn {
    margin-right: 0;
  }
}
.cta .form-btn a {
  background: linear-gradient(135deg, #47BC4B, #22C1CE);
}
.cta .form-btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  transform: rotate(45deg);
}
@media screen and (max-width:540px) {
  .cta .form-btn a::before {
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    right: 20px;
    margin-top: -5px;
  }
}
.cta .download-btn a {
  background: linear-gradient(135deg, #4794BC, #22C1CE);
}
.cta .download-btn a::before {
  content: "";
  background: url(../img/download.svg) top center/contain no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .cta .download-btn a::before {
    width: 18px;
    height: 18px;
    right: 20px;
  }
}
.cta a {
  width: 450px;
  border: 2px solid #fff;
  border-radius: 100px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  padding: 28px 0;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:540px) {
  .cta a {
    max-width: 320px;
    padding: 20px 0;
  }
}
.cta a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}
@keyframes shiny-btn {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.works-list {
  padding-bottom: clamp(3.75rem, 3.143rem + 2.59vw, 6.25rem);
}
.works-list h2 {
  margin-bottom: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}
.works-list h2 img {
  width: auto;
  height: clamp(2.813rem, 2.282rem + 2.27vw, 5rem);
  margin: 0 auto;
}

.works-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.works-list__track {
  display: flex;
  gap: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
  width: -moz-max-content;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
  padding-bottom: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
  position: relative;
  z-index: 0;
}
.works-list__track::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(6.25rem, 5.643rem + 2.59vw, 8.75rem);
  z-index: -1;
}

.track01 {
  animation-name: scroll-left;
  animation-duration: 40s;
}
.track01::before {
  background: linear-gradient(45deg, rgb(223, 253, 224) 0%, rgb(249, 255, 230) 100%);
}

.track02 {
  animation-name: scroll-right;
  animation-duration: 40s;
}
.track02::before {
  background: linear-gradient(45deg, rgb(249, 255, 230) 0%, rgb(223, 253, 224) 100%);
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.works-list__item {
  flex: 0 0 auto;
  width: clamp(11.375rem, 9.494rem + 8.03vw, 19.125rem);
  height: clamp(8.125rem, 6.76rem + 5.83vw, 13.75rem);
  overflow: hidden;
}
.works-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

section.problem {
  background: url(../img/problem-bg.jpg) top left/cover no-repeat;
  padding: 80px 0 60px;
}
@media screen and (max-width:540px) {
  section.problem {
    padding: 60px 0;
  }
}
section.problem h2 {
  margin-bottom: 70px;
}
@media screen and (max-width:540px) {
  section.problem h2 {
    margin-bottom: 50px;
    font-size: 22px;
  }
}
section.problem h2 span {
  font-size: 25px;
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #333;
  padding-bottom: 8px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:540px) {
  section.problem h2 span {
    font-size: 18px;
    border-bottom: solid 1px #333;
    padding-bottom: 4px;
  }
}
section.problem h2 span::before, section.problem h2 span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
section.problem h2 span::before {
  border: solid 12px transparent;
  border-top: solid 12px #333;
}
@media screen and (max-width:540px) {
  section.problem h2 span::before {
    border: solid 12px transparent;
    border-top: solid 12px #333;
  }
}
section.problem h2 span::after {
  border: solid 14px transparent;
  border-top: solid 14px #F7F7F7;
  margin-top: -5px;
}
@media screen and (max-width:540px) {
  section.problem h2 span::after {
    border: solid 16px transparent;
    border-top: solid 16px #F7F7F7;
  }
}
section.problem .problem-contents img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  section.problem .problem-contents img {
    width: 100%;
  }
}
section.problem .triangle {
  margin-top: 40px;
  margin-bottom: -50px;
  position: relative;
}
@media screen and (max-width:540px) {
  section.problem .triangle {
    margin-top: 20px;
  }
}
section.problem .triangle::before {
  position: absolute;
  content: "";
  border: 13px solid transparent;
  border-top: 20px solid #21BC26;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:540px) {
  section.problem .triangle::before {
    border: 10px solid transparent;
    border-top: 15px solid #21BC26;
  }
}
section.problem .triangle::after {
  position: absolute;
  content: "";
  border: 13px solid transparent;
  border-top: 20px solid #21BC26;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:540px) {
  section.problem .triangle::after {
    border: 10px solid transparent;
    border-top: 15px solid #21BC26;
    top: 20px;
  }
}

.short-line {
  position: relative;
  display: inline-block;
  font-size: 40px;
}
.short-line::before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #21BC26;
}
@media screen and (max-width:540px) {
  .short-line::before {
    bottom: -15px;
    width: 40px;
  }
}

section.solution {
  background: url(../img/green-bg-l.png) top left/40% no-repeat, url(../img/green-bg-r.png) top right/40% no-repeat, #ECFAEC;
}
section.solution .solution-title h2 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  margin-bottom: 40px;
}
@media screen and (max-width:540px) {
  section.solution .solution-title h2 {
    padding: 0 35px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
section.solution .solution-title h2::before, section.solution .solution-title h2::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 55px;
  height: 97px;
}
@media screen and (max-width:540px) {
  section.solution .solution-title h2::before, section.solution .solution-title h2::after {
    width: 32px;
    height: 56px;
  }
}
section.solution .solution-title h2::before {
  background: url(../img/solution-h2-l.png) center center/contain no-repeat;
  left: 0;
}
section.solution .solution-title h2::after {
  background: url(../img/solution-h2-r.png) center center/contain no-repeat;
  right: 0;
}
section.solution .solution-title img {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  section.solution .solution-title img {
    max-width: 300px;
  }
}
section.solution .solution-wrapper {
  margin-top: 60px;
}
@media screen and (max-width:540px) {
  section.solution .solution-wrapper {
    margin-top: 30px;
  }
}
section.solution .solution-wrapper img {
  max-width: 1050px;
}
section.solution .solution-wrapper img.left {
  margin-right: auto;
}
section.solution .solution-wrapper img.right {
  margin-left: auto;
}

section.features {
  background: linear-gradient(135deg, #CEF2EF, #DFFDE0);
}
section.features h2 img {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  section.features h2 img {
    max-width: 330px;
  }
}
section.features .features-ballon {
  margin-top: 50px;
}
@media screen and (max-width:540px) {
  section.features .features-ballon {
    margin-top: 30px;
  }
}
section.features .features-wrapper img {
  margin-top: 60px;
}
section.features .features-wrapper img:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width:540px) {
  section.features .features-wrapper img {
    margin-top: 30px;
  }
  section.features .features-wrapper img:nth-of-type(2) {
    margin-top: 10px;
  }
}
section.features .features-wrapper .features-banner {
  background: #fff;
  margin-top: -1px;
  padding-bottom: 60px;
}
@media screen and (max-width:540px) {
  section.features .features-wrapper .features-banner {
    margin-top: -40px;
    padding-bottom: 30px;
  }
}
section.features .features-wrapper .features-banner img {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
@media screen and (max-width:540px) {
  section.features .features-wrapper .features-banner img {
    max-width: 90%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}

section.works h2 img {
  max-width: 10%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  section.works h2 img {
    max-width: 20%;
  }
}
@media screen and (max-width:540px) {
  section.works h2 img {
    max-width: 30%;
  }
}
section.works .works-wrapper {
  margin-top: 60px;
}
@media screen and (max-width:540px) {
  section.works .works-wrapper {
    margin-top: 40px;
  }
}
section.works .works-wrapper .works-item {
  margin-top: 150px;
  width: 100%;
  position: relative;
}
@media screen and (max-width:540px) {
  section.works .works-wrapper .works-item {
    margin-top: 80px;
  }
}
section.works .works-wrapper .works-item::before {
  content: "";
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #DFFDE0, #F9FFE6);
  transform: skewY(5deg);
  height: 360px;
  z-index: -1;
}
@media screen and (max-width:540px) {
  section.works .works-wrapper .works-item::before {
    top: 130px;
  }
}
section.works .works-wrapper .works-item:first-of-type {
  margin-top: 0;
}
@media screen and (max-width:540px) {
  section.works .works-wrapper .works-item h3 {
    font-size: 25px;
  }
}
section.works .works-wrapper .works-item .b-a {
  margin-top: 40px;
}
@media screen and (max-width:540px) {
  section.works .works-wrapper .works-item .b-a {
    margin-top: 15px;
  }
}
section.works .works-wrapper .works-item .works-point {
  margin-top: 100px;
}
@media screen and (max-width:540px) {
  section.works .works-wrapper .works-item .works-point {
    margin-top: 60px;
  }
}
section.works .works-wrapper .even::before {
  background: linear-gradient(135deg, #F9FFE6, #DFFDE0);
  transform: skewY(-5deg);
}
section.works .cta {
  margin-top: 100px;
}
@media screen and (max-width:540px) {
  section.works .cta {
    margin-top: 70px;
  }
}
section.works .cta a {
  background: #54ba57;
}
section.works .cta a::after {
  animation: none;
}

section.price {
  background: linear-gradient(45deg, rgb(206, 242, 239) 0%, rgb(223, 253, 224) 100%);
}
section.price h2 {
  margin-bottom: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}
section.price h2 img {
  width: auto;
  height: clamp(2.813rem, 2.282rem + 2.27vw, 5rem);
  margin: 0 auto;
}

section.cta-section {
  background: url(../img/cta-bg.jpg) top center/cover no-repeat;
}
section.cta-section .cta-wrapper {
  background: #fff;
  border-radius: 10px;
}
section.cta-section .cta-wrapper .cta-top {
  padding: 60px 0 0;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-top {
    margin-bottom: 20px;
    padding: 40px 15px 0;
  }
}
section.cta-section .cta-wrapper .cta-top h2 {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-top h2 {
    margin-bottom: 20px;
  }
}
section.cta-section .cta-wrapper .cta-top h2::before {
  position: absolute;
  content: "";
  background: url(../img/flag.png) top left/contain no-repeat;
  top: -110px;
  left: 120px;
  width: 200px;
  height: 150px;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-top h2::before {
    top: -90px;
    left: 0;
    width: 140px;
    height: 98px;
  }
}
section.cta-section .cta-wrapper .cta-bottom {
  background: #F2FCF2;
  border-radius: 0 0 10px 10px;
  margin-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
section.cta-section .cta-wrapper .cta-bottom h3 {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin: 40px 0 10px;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom h3 {
    font-size: 15px;
    margin: 30px 0 10px;
  }
}
section.cta-section .cta-wrapper .cta-bottom h3:before, section.cta-section .cta-wrapper .cta-bottom h3:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #21BC26;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom h3:before, section.cta-section .cta-wrapper .cta-bottom h3:after {
    width: 20px;
  }
}
section.cta-section .cta-wrapper .cta-bottom h3:before {
  left: -30px;
  transform: rotate(65deg);
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom h3:before {
    left: -20px;
  }
}
section.cta-section .cta-wrapper .cta-bottom h3:after {
  content: "";
  right: -30px;
  transform: rotate(-65deg);
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom h3:after {
    right: -20px;
  }
}
section.cta-section .cta-wrapper .cta-bottom a {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 90px;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom a {
    font-size: 22px;
    padding-left: 75px;
  }
}
section.cta-section .cta-wrapper .cta-bottom a::before {
  position: absolute;
  content: "";
  background: url(../img/tel-icon.png) top center/contain no-repeat;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 88px;
  height: 30px;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom a::before {
    width: 72px;
    height: 25px;
  }
}
section.cta-section .cta-wrapper .cta-bottom p {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width:540px) {
  section.cta-section .cta-wrapper .cta-bottom p {
    font-size: 12px;
  }
}

section.flow {
  background: url(../img/flow-bg.jpg) top center/cover no-repeat;
}
section.flow .flow-inner-bg {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  max-width: 70%;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width:768px) {
  section.flow .flow-inner-bg {
    max-width: 90%;
  }
}
@media screen and (max-width:540px) {
  section.flow .flow-inner-bg {
    max-width: 95%;
    padding: 40px 0;
  }
}
section.flow h2 {
  margin-bottom: 60px;
}
@media screen and (max-width:540px) {
  section.flow h2 {
    margin-bottom: 30px;
  }
}
section.flow h2 img {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (max-width:540px) {
  section.flow h2 img {
    max-width: 150px;
  }
}
section.flow .flow-wrapper img {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  section.flow .flow-wrapper img {
    max-width: 90%;
  }
}

@media screen and (max-width:540px) {
  section.qa h2 {
    margin-bottom: 40px;
  }
}
section.qa h2 img {
  width: 35%;
  margin: 0 auto;
}
section.qa .aco {
  margin-top: 50px;
}
@media screen and (max-width:540px) {
  section.qa .aco {
    margin-top: 20px;
  }
}
section.qa .aco .aco-item {
  margin-bottom: 20px;
}
section.qa .aco .aco-item:last-of-type {
  margin-bottom: 0;
}
section.qa .aco .aco-item:nth-of-type(2) .aco-content, section.qa .aco .aco-item:nth-of-type(4) .aco-content {
  align-items: center;
}
section.qa .aco .aco-last {
  margin-bottom: 0;
}
section.qa .aco .aco-content {
  display: flex;
}
section.qa .aco .aco-content .aco-content-left {
  margin-right: 15px;
}
@media screen and (max-width:540px) {
  section.qa .aco .aco-content .aco-content-left {
    margin-right: 10px;
  }
}
section.qa .aco .aco-content .aco-content-left img {
  width: 35px;
}
@media screen and (max-width:540px) {
  section.qa .aco .aco-content .aco-content-left img {
    width: 25px;
  }
}
section.qa .aco .q {
  align-items: center;
  background-color: #FFF;
  padding: 20px 0 10px;
  color: #333;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #21BC26;
}
@media screen and (max-width:540px) {
  section.qa .aco .q {
    align-items: flex-start;
    padding: 10px 5px;
  }
}
section.qa .aco .q::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #6BBC6E transparent transparent transparent;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media screen and (max-width:540px) {
  section.qa .aco .q::before {
    border-width: 12px 8px 0 8px;
    right: 5px;
  }
}
section.qa .aco .q:hover {
  cursor: pointer;
}
section.qa .aco .q .aco-content-right {
  padding-right: 20px;
}
section.qa .aco .q .aco-content-right p {
  font-size: 22px;
}
@media screen and (max-width:540px) {
  section.qa .aco .q .aco-content-right p {
    font-size: 16px;
  }
}
section.qa .aco .close::before {
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #6BBC6E transparent;
  transition: all 0.7s;
}
@media screen and (max-width:540px) {
  section.qa .aco .close::before {
    border-width: 0 8px 12px 8px;
  }
}
section.qa .aco .a {
  align-items: flex-start;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 30px 30px;
  color: #333;
  margin-top: 5px;
}
@media screen and (max-width:540px) {
  section.qa .aco .a {
    padding: 20px 15px;
  }
}
section.qa .aco .a .aco-content-right p {
  font-size: 18px;
}
@media screen and (max-width:540px) {
  section.qa .aco .a .aco-content-right p {
    font-size: 14px;
  }
}

section#form {
  background: #F0FFF1;
}
section#form .container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #D3E8D4;
}
section#form .container .sub-container {
  padding: 60px 15px;
}

footer .copyright {
  background: #36878D;
  padding: 20px 0;
}
@media screen and (max-width:540px) {
  footer .copyright {
    padding: 15px 0;
  }
}
footer .copyright p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width:540px) {
  footer .copyright p {
    font-size: 12px;
  }
}

.lazyload {
  opacity: 0;
  transition: all 0.5s;
}

.is-lazyloaded {
  opacity: 1;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}/*# sourceMappingURL=style.css.map */