.layout-small {
  display: none !important;
}

.layout-max {
  display: block;
}

.bg-green {
  background: #E8F3E8;
}

.section-bar {
  background: #F3F6F9;
  height: 8px;
}

.btn {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 1.125rem 1rem;
}
.btn.btn-primary {
  background: #018A69;
  border-radius: 1rem;
  color: #fff;
}

@media (max-width: 1170px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 719px) {
  html {
    font-size: 16px;
  }
}
.page-home {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.page-home > .container {
  padding-top: 5.1875rem;
}
.page-home > .container .section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-home > .container .section1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  background: #E8F3E8;
}
.page-home > .container .section1 .left {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0 3.1875rem;
  flex: 1;
}
.page-home > .container .section1 .left .tit {
  width: 27.0625rem;
}
.page-home > .container .section1 .left p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
.page-home > .container .section1 .left .store {
  display: flex;
  margin-top: 3.5rem;
}
.page-home > .container .section1 .left .store img {
  width: 11rem;
}
.page-home > .container .section1 .left .store a + a {
  margin-left: 1rem;
}
.page-home > .container .section1 .right {
  width: 50rem;
}
.page-home > .container .section1 .right img {
  width: 100%;
}
.page-home > .container .section2, .page-home > .container .section3, .page-home > .container .section4 {
  display: flex;
  padding: 4.375rem 5rem;
}
.page-home > .container .section2 .image-left, .page-home > .container .section3 .image-left, .page-home > .container .section4 .image-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: right;
}
.page-home > .container .section2 .text-left, .page-home > .container .section3 .text-left, .page-home > .container .section4 .text-left {
  display: flex;
  width: 46rem;
  align-items: center;
  justify-content: left;
  font-weight: 300;
  line-height: 1.5rem;
  padding-left: 4rem;
}
.page-home > .container .section2 .image-right, .page-home > .container .section3 .image-right, .page-home > .container .section4 .image-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home > .container .section2 .text-right, .page-home > .container .section3 .text-right, .page-home > .container .section4 .text-right {
  width: 45rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5rem;
  padding-left: 7rem;
}
.page-home > .container .section2 img.screen, .page-home > .container .section3 img.screen, .page-home > .container .section4 img.screen {
  width: 27rem;
}
.page-home > .container .section2 img.picto, .page-home > .container .section3 img.picto, .page-home > .container .section4 img.picto {
  width: 27rem;
  margin-top: 2rem;
}
.page-home > .container .section2 p, .page-home > .container .section3 p, .page-home > .container .section4 p {
  font-weight: 400;
}
.page-home > .container .section2 p.title, .page-home > .container .section3 p.title, .page-home > .container .section4 p.title {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.51rem;
}
.page-home > .container .section2 p.text1, .page-home > .container .section3 p.text1, .page-home > .container .section4 p.text1 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.page-home > .container .section2 p.text2, .page-home > .container .section2 p.text3, .page-home > .container .section3 p.text2, .page-home > .container .section3 p.text3, .page-home > .container .section4 p.text2, .page-home > .container .section4 p.text3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.page-home > .container .section5 {
  padding-top: 7.5rem;
  text-align: center;
  position: relative;
}
.page-home > .container .section5::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  background: #E8F3E8;
}
.page-home > .container .section5 p.title {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.51rem;
}
.page-home > .container .section5 p.text1 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1.5rem;
}
.page-home > .container .section5 img {
  width: 27rem;
}
.page-home > .container .section6 {
  padding: 12.5rem 0 15rem;
  text-align: center;
}
.page-home > .container .section6 p.title {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.51rem;
}
.page-home > .container .section6 .circle-list {
  display: flex;
  margin-top: 6.5rem;
}
.page-home > .container .section6 .circle-list .circle-list-wrap {
  display: flex;
  margin: auto;
}
.page-home > .container .section6 .circle-list .circle-item {
  flex: 1;
  text-align: center;
}
.page-home > .container .section6 .circle-list .circle-item + .circle-item {
  margin-left: 7.5rem;
}
.page-home > .container .section6 .circle-list .circle-item .circle {
  position: relative;
  display: inline-block;
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
}
.page-home > .container .section6 .circle-list .circle-item .circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
}
.page-home > .container .section6 .circle-list .circle-item p {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
.page-home > .container .section7 {
  padding: 12.5rem 0 11rem;
  text-align: center;
}
.page-home > .container .section7 .title.max {
  display: block;
}
.page-home > .container .section7 .title.small {
  display: none;
}
.page-home > .container .section7 p.title {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.51rem;
}
.page-home > .container .section7 .circle-list {
  display: flex;
  margin-top: 6.5rem;
}
.page-home > .container .section7 .circle-list .circle-list-wrap {
  display: flex;
  margin: auto;
}
.page-home > .container .section7 .circle-list .circle-item {
  flex: 1;
  text-align: center;
}
.page-home > .container .section7 .circle-list .circle-item + .circle-item {
  margin-left: 6.0625rem;
}
.page-home > .container .section7 .circle-list .circle-item img {
  width: 17.5rem;
  height: 17.5rem;
}
.page-home > .container .section7 .circle-list .circle-item p {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
.page-home > .container .section8 {
  display: flex;
  padding: 6.25rem 5rem;
  position: relative;
}
.page-home > .container .section8::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  background: #E8F3E8;
}
.page-home > .container .section8 .left {
  flex: 1;
  display: flex;
  justify-items: center;
  align-items: center;
}
.page-home > .container .section8 .left .left-wrap {
  margin: auto;
  text-align: center;
}
.page-home > .container .section8 .left .left-wrap p.title {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 3.5rem;
}
.page-home > .container .section8 .left .left-wrap p.link {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.page-home > .container .section8 .left .left-wrap p.link a {
  color: #018A69;
  font-weight: 400;
}
.page-home > .container .section8 .left .left-wrap img {
  width: 10rem;
  margin-top: 2.5rem;
}
.page-home > .container .section8 .right {
  flex: 1;
  display: block;
  justify-items: left;
}
.page-home > .container .section8 .right .form-group + .form-group {
  margin-top: 1.5rem;
}
.page-home > .container .section8 .right .form-field label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
  /* Grayscale / G500 */
  color: #9FACBB;
  margin-bottom: 0.5rem;
}
.page-home > .container .section8 .right .form-field input, .page-home > .container .section8 .right .form-field textarea {
  width: 100%;
  appearance: none;
  margin: 0;
  border: 1px solid #E5EAF0;
  border-radius: 12px;
  padding: 13px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.page-home > .container .section8 .right .btn {
  margin-top: 2rem;
}

/* responsive */
@media (max-width: 959px) {
  .bg-green {
    background: #E8F3E8;
  }
  .section-bar {
    background: #F3F6F9;
    height: 8px;
  }
  .btn {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 1.125rem 1rem;
  }
  .btn.btn-primary {
    background: #018A69;
    border-radius: 1rem;
    color: #fff;
  }
  .page-home {
    width: 100%;
    max-width: 1440px;
    margin: auto;
  }
  .page-home > .container {
    padding-top: 5.1875rem;
  }
  .page-home > .container .section1 {
    display: flex;
    align-items: center;
  }
  .page-home > .container .section1 .left {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 0 3.1875rem;
    flex: 1;
  }
  .page-home > .container .section1 .left .tit {
    width: 22.1875rem;
  }
  .page-home > .container .section1 .left p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 1rem;
  }
  .page-home > .container .section1 .left .store {
    display: flex;
    margin-top: 2rem;
  }
  .page-home > .container .section1 .left .store img {
    width: 11rem;
  }
  .page-home > .container .section1 .left .store a + a {
    margin-left: 1rem;
  }
  .page-home > .container .section1 .right {
    width: 28.9375rem;
  }
  .page-home > .container .section1 .right img {
    width: 100%;
  }
  .page-home > .container .section2, .page-home > .container .section3, .page-home > .container .section4 {
    display: flex;
    padding: 3.5rem 3.125rem;
  }
  .page-home > .container .section2 .image-left, .page-home > .container .section3 .image-left, .page-home > .container .section4 .image-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 6.9375rem;
  }
  .page-home > .container .section2 .image-right, .page-home > .container .section3 .image-right, .page-home > .container .section4 .image-right {
    width: 28.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-home > .container .section2 .text-left, .page-home > .container .section3 .text-left, .page-home > .container .section4 .text-left {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: right;
    font-weight: 300;
    line-height: 1.5rem;
    margin-right: 2.125rem;
  }
  .page-home > .container .section2 .text-right, .page-home > .container .section3 .text-right, .page-home > .container .section4 .text-right {
    width: 28.9375rem;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    font-weight: 400;
    line-height: 1.5rem;
    padding-left: 0;
  }
  .page-home > .container .section2 img.screen, .page-home > .container .section3 img.screen, .page-home > .container .section4 img.screen {
    width: 17.0625rem;
  }
  .page-home > .container .section2 img.picto, .page-home > .container .section3 img.picto, .page-home > .container .section4 img.picto {
    width: 20.5rem;
    margin-top: 2rem;
  }
  .page-home > .container .section2 p, .page-home > .container .section3 p, .page-home > .container .section4 p {
    font-weight: 400;
  }
  .page-home > .container .section2 p.title, .page-home > .container .section3 p.title, .page-home > .container .section4 p.title {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.49625rem;
  }
  .page-home > .container .section2 p.text1, .page-home > .container .section3 p.text1, .page-home > .container .section4 p.text1 {
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: 400;
  }
  .page-home > .container .section2 p.text2, .page-home > .container .section2 p.text3, .page-home > .container .section3 p.text2, .page-home > .container .section3 p.text3, .page-home > .container .section4 p.text2, .page-home > .container .section4 p.text3 {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
  }
  .page-home > .container .section5 {
    padding-top: 6rem;
    text-align: center;
  }
  .page-home > .container .section5 p.title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.49625rem;
  }
  .page-home > .container .section5 p.text1 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.5rem;
  }
  .page-home > .container .section5 img {
    width: 16.875rem;
  }
  .page-home > .container .section6 {
    padding: 6rem 0;
    text-align: center;
  }
  .page-home > .container .section6 p.title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.49625rem;
  }
  .page-home > .container .section6 .circle-list {
    display: flex;
    margin-top: 6rem;
  }
  .page-home > .container .section6 .circle-list .circle-list-wrap {
    display: flex;
    margin: auto;
  }
  .page-home > .container .section6 .circle-list .circle-item {
    flex: 1;
    text-align: center;
  }
  .page-home > .container .section6 .circle-list .circle-item + .circle-item {
    margin-left: 5rem;
  }
  .page-home > .container .section6 .circle-list .circle-item .circle {
    position: relative;
    display: inline-block;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 100%;
  }
  .page-home > .container .section6 .circle-list .circle-item .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.75rem;
  }
  .page-home > .container .section6 .circle-list .circle-item p {
    white-space: nowrap;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
  }
  .page-home > .container .section7 {
    padding: 6rem 0;
    text-align: center;
  }
  .page-home > .container .section7 .title.max {
    display: none;
  }
  .page-home > .container .section7 .title.small {
    display: block;
  }
  .page-home > .container .section7 .title.small br {
    display: none;
  }
  .page-home > .container .section7 p.title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.49625rem;
  }
  .page-home > .container .section7 .circle-list {
    display: flex;
    margin-top: 4.5rem;
  }
  .page-home > .container .section7 .circle-list .circle-list-wrap {
    display: flex;
    margin: auto;
  }
  .page-home > .container .section7 .circle-list .circle-item {
    flex: 1;
    text-align: center;
  }
  .page-home > .container .section7 .circle-list .circle-item + .circle-item {
    margin-left: 5rem;
  }
  .page-home > .container .section7 .circle-list .circle-item img {
    width: 12.5rem;
    height: 12.5rem;
  }
  .page-home > .container .section7 .circle-list .circle-item p {
    white-space: nowrap;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 1.5rem;
  }
  .page-home > .container .section8 {
    display: flex;
    padding: 3.75rem 5rem;
  }
  .page-home > .container .section8 .left {
    flex: 1;
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .page-home > .container .section8 .left .left-wrap {
    margin: auto;
    text-align: center;
  }
  .page-home > .container .section8 .left .left-wrap p.title {
    font-size: 2.8125rem;
    font-weight: 700;
    line-height: 3.5rem;
  }
  .page-home > .container .section8 .left .left-wrap p.link {
    margin-top: 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .page-home > .container .section8 .left .left-wrap p.link a {
    color: #018A69;
    font-weight: 400;
  }
  .page-home > .container .section8 .left .left-wrap img {
    width: 7.5rem;
    margin-top: 2.5rem;
  }
  .page-home > .container .section8 .right {
    flex: 1;
    display: block;
    justify-items: left;
  }
  .page-home > .container .section8 .right .form-group + .form-group {
    margin-top: 1.5rem;
  }
  .page-home > .container .section8 .right .form-field label {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    /* Grayscale / G500 */
    color: #9FACBB;
    margin-bottom: 0.5rem;
  }
  .page-home > .container .section8 .right .form-field input, .page-home > .container .section8 .right .form-field textarea {
    width: 100%;
    appearance: none;
    margin: 0;
    border: 1px solid #E5EAF0;
    border-radius: 12px;
    padding: 13px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .page-home > .container .section8 .right .btn {
    margin-top: 2rem;
  }
}
@media (max-width: 719px) {
  .layout-small {
    display: block !important;
  }
  .layout-max {
    display: none !important;
  }
  .bg-green {
    background: #E8F3E8;
  }
  .section-bar {
    background: #F3F6F9;
    height: 8px;
  }
  .btn {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 18px 16px;
  }
  .btn.btn-primary {
    background: #018A69;
    border-radius: 16px;
    color: #fff;
  }
  .page-home {
    width: 100%;
    max-width: 1440px;
    margin: auto;
  }
  .page-home > .container {
    padding-top: 53px;
  }
  .page-home > .container .section1 {
    display: block;
    align-items: center;
  }
  .page-home > .container .section1::after {
    content: initial;
  }
  .page-home > .container .section1 .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  .page-home > .container .section1 .left .tit {
    width: 19.5rem;
    padding: 0 3.125rem;
    margin-top: 2.5rem;
  }
  .page-home > .container .section1 .left p {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0.625rem;
    text-align: center;
  }
  .page-home > .container .section1 .left .store {
    display: flex;
    margin-top: 1.5rem;
    justify-content: center;
  }
  .page-home > .container .section1 .left .store img {
    width: 9.5rem;
  }
  .page-home > .container .section1 .left .store a + a {
    margin-left: 0.5rem;
  }
  .page-home > .container .section1 .right {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .page-home > .container .section1 .right img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 22.5rem;
  }
  .page-home > .container .section2, .page-home > .container .section3, .page-home > .container .section4 {
    display: block;
    padding: 3rem 2rem 4rem;
    position: relative;
  }
  .page-home > .container .section2 .image-left, .page-home > .container .section3 .image-left, .page-home > .container .section4 .image-left {
    flex: 1;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .page-home > .container .section2 .image-right, .page-home > .container .section3 .image-right, .page-home > .container .section4 .image-right {
    flex: 1;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
  }
  .page-home > .container .section2 .text-left, .page-home > .container .section3 .text-left, .page-home > .container .section4 .text-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem auto 0;
    text-align: center;
    font-weight: 400;
    line-height: 1.5rem;
    width: auto;
    padding: 0;
  }
  .page-home > .container .section2 .text-right, .page-home > .container .section3 .text-right, .page-home > .container .section4 .text-right {
    display: block;
    text-align: center;
    margin: 1.5rem auto 0;
    font-weight: 400;
    line-height: 1.5rem;
    width: auto;
  }
  .page-home > .container .section2 img.screen, .page-home > .container .section3 img.screen, .page-home > .container .section4 img.screen {
    width: 15rem;
  }
  .page-home > .container .section2 img.picto, .page-home > .container .section3 img.picto, .page-home > .container .section4 img.picto {
    width: 18.5rem;
    margin-top: 2rem;
  }
  .page-home > .container .section2 p, .page-home > .container .section3 p, .page-home > .container .section4 p {
    font-weight: 400;
  }
  .page-home > .container .section2 p.title, .page-home > .container .section3 p.title, .page-home > .container .section4 p.title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.871875rem;
  }
  .page-home > .container .section2 p.text1, .page-home > .container .section3 p.text1, .page-home > .container .section4 p.text1 {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .page-home > .container .section2 p.text2, .page-home > .container .section2 p.text3, .page-home > .container .section3 p.text2, .page-home > .container .section3 p.text3, .page-home > .container .section4 p.text2, .page-home > .container .section4 p.text3 {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .page-home > .container .section5 {
    padding: 3rem 2rem 0;
    text-align: center;
  }
  .page-home > .container .section5::after {
    content: initial;
  }
  .page-home > .container .section5 p.title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.871875rem;
  }
  .page-home > .container .section5 p.text1 {
    font-size: 0.875rem;
    font-weight: 400;
    margin-top: 1.5rem;
    line-height: 1.25rem;
  }
  .page-home > .container .section5 img {
    width: 15rem;
    margin-top: 2rem;
  }
  .page-home > .container .section6 {
    padding: 3rem 0 4rem;
    text-align: center;
  }
  .page-home > .container .section6 p.title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.871875rem;
  }
  .page-home > .container .section6 .circle-list {
    display: flex;
    margin-top: 3rem;
  }
  .page-home > .container .section6 .circle-list .circle-list-wrap {
    display: block;
    margin: auto;
  }
  .page-home > .container .section6 .circle-list .circle-item {
    flex: 1;
    text-align: center;
  }
  .page-home > .container .section6 .circle-list .circle-item + .circle-item {
    margin-top: 3rem;
    margin-left: 0;
  }
  .page-home > .container .section6 .circle-list .circle-item .circle {
    position: relative;
    display: inline-block;
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 100%;
  }
  .page-home > .container .section6 .circle-list .circle-item .circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.75rem;
  }
  .page-home > .container .section6 .circle-list .circle-item p {
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1rem;
  }
  .page-home > .container .section7 {
    padding: 3rem 0 4rem;
    text-align: center;
  }
  .page-home > .container .section7 .title.small br {
    display: block;
  }
  .page-home > .container .section7 p.title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.871875rem;
  }
  .page-home > .container .section7 .circle-list {
    display: flex;
    margin-top: 3rem;
  }
  .page-home > .container .section7 .circle-list .circle-list-wrap {
    display: block;
    margin: auto;
  }
  .page-home > .container .section7 .circle-list .circle-item {
    flex: 1;
    text-align: center;
  }
  .page-home > .container .section7 .circle-list .circle-item + .circle-item {
    margin-top: 3rem;
    margin-left: 0;
  }
  .page-home > .container .section7 .circle-list .circle-item img {
    width: 12.5rem;
    height: 12.5rem;
  }
  .page-home > .container .section7 .circle-list .circle-item p {
    white-space: nowrap;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1rem;
  }
  .page-home > .container .section8 {
    display: block;
    padding: 4rem 2rem;
  }
  .page-home > .container .section8::after {
    content: initial;
  }
  .page-home > .container .section8 .left {
    flex: 1;
    display: flex;
    justify-items: center;
    align-items: center;
  }
  .page-home > .container .section8 .left .left-wrap {
    margin: auto;
    text-align: center;
  }
  .page-home > .container .section8 .left .left-wrap p.title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.871875rem;
  }
  .page-home > .container .section8 .left .left-wrap p.link {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-home > .container .section8 .left .left-wrap p.link a {
    color: #018A69;
  }
  .page-home > .container .section8 .left .left-wrap img {
    width: 5rem;
    margin-top: 1rem;
  }
  .page-home > .container .section8 .right {
    margin-top: 2rem;
    display: block;
  }
  .page-home > .container .section8 .right form {
    max-width: initial;
  }
  .page-home > .container .section8 .right .form-group {
    display: block;
    width: 100%;
  }
  .page-home > .container .section8 .right .form-group + .form-group {
    margin-top: 1.5rem;
  }
  .page-home > .container .section8 .right .form-group .form-field + .form-field {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .page-home > .container .section8 .right .form-field {
    flex: 1;
  }
  .page-home > .container .section8 .right .form-field label {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    /* Grayscale / G500 */
    color: #9FACBB;
    margin-bottom: 0.5rem;
  }
  .page-home > .container .section8 .right .form-field input, .page-home > .container .section8 .right .form-field textarea {
    width: 100%;
    appearance: none;
    margin: 0;
    border: 1px solid #E5EAF0;
    border-radius: 12px;
    padding: 13px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .page-home > .container .section8 .right .btn {
    margin-top: 2rem;
  }
}

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