:root {
  --main-color-1: #135eac;
  --main-color-2: #ee793a;
  --color-white: white;
  --ja: "Noto Sans JP", sans-serif;
  --transparent: transparent;
  --color-black-2: #333;
  --color-gray: #eee;
  --en: Oswald, sans-serif;
  --color-black: black;
  --color-yellow: #ffd800;
  --color-orange: #ffae00;
  --color-orange-2: #ff8100;
  --color-red: #ff3000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.sg-body {
  background-image: linear-gradient(180deg, var(--main-color-1) 40%, var(--main-color-2) 60%);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 600px;
  max-width: 750px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: var(--color-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 6px 20px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #ffffff80;
}

.nav-text {
  font-family: var(--ja);
  font-size: 13.8px;
  font-weight: 700;
}

.figure-1 {
  background-color: var(--main-color-2);
  width: 70%;
  height: 1px;
  position: absolute;
  bottom: 10px;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 60px 6px;
  display: flex;
}

.div-nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 66%;
  display: flex;
}

.main-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.worrie-section {
  background-color: var(--color-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.worrie-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: fixed;
}

.div-title {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.heading-4 {
  font-family: var(--ja);
  color: var(--main-color-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2vw;
  line-height: 150%;
}

.heading-4._1 {
  color: var(--color-white);
  font-size: 3.2vw;
}

.heading-4._2 {
  color: var(--color-black-2);
}

.worries-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  padding: 10px;
  display: flex;
}

.worrie-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-12 {
  border: 1px solid var(--main-color-1);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 22vw;
  min-width: 258px;
  height: 10vw;
  padding: 12px 10px;
  display: flex;
  position: relative;
}

.text-block-6 {
  font-family: var(--ja);
  color: var(--main-color-1);
  font-size: 1.32vw;
  font-weight: 700;
  line-height: 175%;
}

.text-block-6._1 {
  color: var(--color-gray);
  font-size: 1.2vw;
}

.figure-5 {
  border-right: 1px solid var(--main-color-1);
  border-bottom: 1px solid var(--main-color-1);
  background-color: var(--color-white);
  width: 1.6vw;
  height: 1.6vw;
  position: absolute;
  bottom: -8%;
  transform: rotate(45deg);
}

.image-6 {
  width: 22vw;
  margin-top: 30px;
}

.div-block-14 {
  margin-top: 10px;
}

.suggestion-section {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.suggestion-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.suggestion-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-top: 0;
  display: flex;
}

.suggestion-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-15 {
  background-color: var(--main-color-2);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.figure-6 {
  background-color: var(--main-color-2);
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  transform: rotate(45deg);
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 7px;
  display: flex;
}

.div-block-17 {
  background-color: var(--color-white);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-5 {
  font-family: var(--ja);
  color: var(--color-black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-7 {
  font-family: var(--ja);
  color: var(--main-color-2);
  font-weight: 500;
  line-height: 150%;
}

.text-block-7._1 {
  color: var(--color-black-2);
  font-size: 1.2em;
}

.div-block-18 {
  background-color: var(--color-white);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.suggestion-grid2 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding-top: 20px;
  display: flex;
}

.suggestion-card2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.div-block-20 {
  background-color: var(--color-white);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 6vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-21 {
  background-color: var(--main-color-2);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6vw;
  padding: 10px;
  display: flex;
  position: absolute;
  left: -10%;
}

.suggestion {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.point-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.point-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.point-card:hover {
  transform: scale(1.02);
}

.figure-7 {
  z-index: 1;
  border: 3px solid var(--main-color-1);
  background-color: var(--color-white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 8vw;
  height: 8vw;
  padding-top: 6%;
  display: flex;
  position: relative;
}

.figure-7.absolute-1 {
  justify-content: flex-start;
  align-items: center;
  width: 125px;
  height: 125px;
  padding-top: 10px;
  position: absolute;
  top: -50px;
  right: 0;
}

.figure-7.absolute-2 {
  width: 125px;
  height: 125px;
  padding-top: 10px;
  position: absolute;
  top: -50px;
  left: 0;
}

.text-block-8 {
  font-family: var(--en);
  color: var(--main-color-1);
  font-size: 1vw;
  font-weight: 500;
  line-height: 150%;
}

.text-block-8._1 {
  font-size: 20px;
}

.text-block-9 {
  font-family: var(--en);
  color: var(--main-color-1);
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.text-block-9._1 {
  font-size: 54px;
}

.div-block-23 {
  z-index: 0;
  background-color: var(--color-white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 12vw;
  margin-top: -12%;
  padding: 25px 0 15px;
  display: flex;
  position: relative;
}

.text-block-10 {
  font-family: var(--ja);
  color: var(--color-black-2);
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 150%;
}

.point-section {
  z-index: 1;
  box-sizing: border-box;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.point-wrapper {
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
}

.point-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-24 {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-25 {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 580px;
  display: flex;
}

.heading-6 {
  font-family: var(--ja);
  color: var(--color-black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 150%;
}

.div-block-26 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-family: var(--ja);
  color: var(--color-black-2);
  width: 476px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.image-8 {
  width: 30px;
  height: 30px;
}

.tab-wrapper-1, .tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tab-link-tab-1 {
  border: 2px solid var(--main-color-1);
  background-color: var(--color-white);
  font-family: var(--ja);
  color: var(--main-color-1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.tab-link-tab-1.w--current {
  border: 2px solid var(--main-color-1);
  background-color: var(--main-color-1);
  font-family: var(--ja);
  color: var(--color-gray);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.tab-link-tab-1._1 {
  border-radius: 0 5px 5px 0;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-tab-1._1.w--current {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tabs-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 950px;
  display: flex;
}

.div-block-30 {
  grid-row-gap: 10px;
  border: 2px solid var(--main-color-1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.heading-7 {
  font-family: var(--ja);
  color: var(--color-black-2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.paragraph-3 {
  font-family: var(--ja);
  color: var(--color-black-2);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.figure-8 {
  border-bottom: 2px solid var(--main-color-1);
  border-left: 2px solid var(--main-color-1);
  background-color: var(--color-white);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 100px;
  left: -9px;
  right: auto;
  transform: rotate(45deg);
}

.figure-8._1 {
  left: auto;
  right: -9px;
  transform: rotate(-135deg);
}

.div-block-31 {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 950px;
  display: flex;
}

.div-block-32 {
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-33 {
  background-color: var(--main-color-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-33._1 {
  background-color: var(--color-gray);
}

.heading-8 {
  font-family: var(--ja);
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.heading-8._1 {
  color: var(--color-black-2);
}

.div-block-34 {
  grid-row-gap: 8px;
  background-color: var(--main-color-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 60px;
  display: flex;
}

.div-block-34._1, .div-block-34._3 {
  background-color: var(--color-gray);
}

.div-block-35 {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.figure-9 {
  border: 3px solid var(--color-white);
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.figure-9._1 {
  border-width: 0;
  border-color: var(--transparent);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-36 {
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-11 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-11._1 {
  color: var(--color-black-2);
}

.text-block-12 {
  font-family: var(--ja);
  color: var(--color-white);
  line-height: 150%;
}

.text-block-12._1 {
  color: var(--color-black-2);
}

.text-block-13, .text-block-14 {
  font-size: 20px;
  line-height: 100%;
}

.example-grid {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin-top: 60px;
  display: flex;
}

.example-card {
  background-color: var(--main-color-1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 25px 25px;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.heading-9 {
  font-family: var(--ja);
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

.div-block-40 {
  width: 90%;
}

.paragraph-4 {
  font-family: var(--ja);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.image-9 {
  width: 50%;
}

.div-block-41 {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.div-block-41._1 {
  width: 100%;
}

.div-block-42 {
  background-color: var(--main-color-1);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.text-block-15 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-43 {
  grid-column-gap: 10px;
  border-bottom: 1px solid var(--color-black-2);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-43._1 {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.image-10 {
  width: 80px;
  height: 80px;
}

.paragraph-5 {
  font-family: var(--ja);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-44 {
  grid-row-gap: 20px;
  background-color: var(--color-white);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.point-2 {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-45 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-10 {
  font-family: var(--ja);
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

.heading-10.mobile {
  display: none;
}

.paragraph-6 {
  font-family: var(--ja);
  color: var(--color-black-2);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.point-3 {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-46 {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-47 {
  background-color: var(--main-color-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-11 {
  font-family: var(--ja);
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 150%;
}

.div-block-48 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-49 {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-50 {
  background-color: var(--main-color-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding: 10px;
  display: flex;
}

.image-12 {
  width: 70%;
  height: auto;
}

.image-12._1 {
  width: 60%;
}

.div-block-51 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-17 {
  font-family: var(--ja);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-52 {
  grid-column-gap: 3%;
  background-color: var(--color-gray);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-53 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.paragraph-7 {
  font-family: var(--ja);
  color: var(--color-black-2);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-54 {
  border-bottom: 3px solid var(--color-black-2);
  padding-bottom: 20px;
}

.div-block-55 {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-18 {
  font-family: var(--ja);
  color: var(--color-black-2);
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-19 {
  font-family: var(--ja);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-57 {
  background-color: var(--color-white);
  width: 40%;
  padding: 10px;
}

.point-4 {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.paragraph-8 {
  font-family: var(--ja);
  color: var(--color-white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.faq-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.guestion-card {
  border-bottom: 3px solid var(--color-white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-20 {
  font-family: var(--en);
  color: var(--color-white);
  white-space: nowrap;
  word-break: keep-all;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-21 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.figure-10 {
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

.div-block-62 {
  background-color: var(--color-gray);
  width: 30px;
  height: 4px;
  position: absolute;
  top: auto;
}

.div-block-63 {
  background-color: var(--color-white);
  width: 4px;
  height: 30px;
  position: absolute;
}

.answer-card {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 10px;
  display: flex;
  overflow: hidden;
}

.div-block-65 {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-10 {
  font-family: var(--ja);
  color: var(--color-white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.worrie-section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.worrie-wrapper-2 {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-66 {
  background-color: var(--main-color-2);
  border-radius: 5px;
  padding: 10px 100px;
}

.heading-12 {
  font-family: var(--ja);
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
  display: flex;
}

.div-block-67 {
  grid-row-gap: 15px;
  border: 3px solid var(--color-white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block-68 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-13 {
  width: 50px;
  height: 50px;
}

.text-block-22 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.image-14 {
  width: 180px;
  height: 240px;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.div-block-69 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.text-block-23 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
}

.form-section {
  z-index: 1;
  background-color: var(--color-gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.form-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 200px;
  padding-bottom: 120px;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.form {
  background-color: var(--color-gray);
  border-radius: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 60px 60px;
  display: flex;
}

.form-card {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-card._1 {
  justify-content: flex-start;
  align-items: flex-start;
}

.field-label {
  font-family: var(--ja);
  color: var(--color-black-2);
  word-break: keep-all;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 150%;
}

.div-block-71 {
  justify-content: space-between;
  align-items: center;
  width: 250px;
  display: flex;
}

.required {
  background-color: var(--main-color-2);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
  display: flex;
}

.text-block-24 {
  font-family: var(--ja);
  color: var(--color-white);
  word-break: keep-all;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.text-field {
  border: 1px solid var(--color-black-2);
  font-family: var(--ja);
  color: var(--color-black-2);
  border-radius: 5px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.form-grid {
  grid-row-gap: 40px;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-25 {
  font-family: var(--ja);
  line-height: 150%;
}

.select-field {
  border: 1px solid var(--color-black-2);
  background-color: var(--color-white);
  font-family: var(--ja);
  color: var(--color-black-2);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 38px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  display: flex;
}

.textarea {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-black-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-black-2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-black-2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color-black-2);
  font-family: var(--ja);
  color: var(--color-black-2);
  field-sizing: content;
  resize: none;
  border-radius: 5px;
  min-height: 150px;
}

.privacy-policy {
  border: 1px solid var(--color-black-2);
  background-color: var(--color-white);
  width: 100%;
  max-height: 200px;
  margin-top: 40px;
  padding: 20px;
  overflow: auto;
}

.paragraph-11 {
  font-family: var(--ja);
  color: var(--color-black-2);
  line-height: 150%;
}

.checkbox-field {
  grid-column-gap: 10px;
  font-family: var(--ja);
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.checkbox-label {
  font-size: 16px;
}

.checkbox {
  border: 1px solid var(--color-black-2);
  background-color: var(--color-white);
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
}

.submit-button {
  background-color: var(--main-color-2);
  font-family: var(--ja);
  border-radius: 10px;
  margin-top: 40px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  transition: all .4s;
}

.submit-button:hover {
  opacity: .7;
}

.company-section {
  z-index: 1;
  background-color: var(--color-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.company-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-72 {
  width: 100%;
  max-width: 1100px;
}

.company-grid {
  grid-row-gap: 20px;
  background-color: var(--color-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: flex;
}

.company-card {
  border-bottom: 1px solid var(--color-gray);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.text-block-26 {
  font-family: var(--ja);
  color: var(--color-black-2);
  width: 100px;
  min-width: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-27 {
  font-family: var(--ja);
  font-weight: 500;
  line-height: 150%;
}

.footer {
  z-index: 100;
  background-color: var(--main-color-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.point-background {
  z-index: -1;
  background-color: var(--color-white);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  overflow: hidden;
  box-shadow: 4px 4px 5px #0003;
}

.point-background._1 {
  border-radius: 0 15px 15px 0;
  top: auto;
  left: -10%;
  right: auto;
}

.point-inside {
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1100px;
  padding: 120px 30px;
  display: flex;
  position: relative;
}

.point-inside._1 {
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
}

.body {
  overflow: visible;
}

.suggestion-background {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--color-white), var(--main-color-1));
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
}

.suggestion-background._1 {
  background-image: linear-gradient(180deg, var(--color-white), var(--main-color-1));
}

.image-15 {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: fill;
  border-radius: 3px;
  width: 50%;
  height: auto;
  margin-top: -150px;
  margin-left: -120px;
  box-shadow: 0 4px 4px #0003;
}

.image-15._1 {
  margin-left: auto;
  margin-right: -120px;
}

.image-16, .image-17 {
  width: 300px;
}

.brand {
  width: 33%;
}

.form-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.figure-12 {
  background-image: linear-gradient(180deg, var(--main-color-2), var(--color-gray));
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
}

.figure-12._1 {
  background-image: linear-gradient(180deg, var(--color-gray), var(--color-white));
}

.image-18 {
  width: 260px;
  height: 56.8906px;
}

.div-block-73 {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-74 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2054643_m.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-74._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/30895009_m.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 250px;
}

.div-block-74._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/31220846_m.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-19 {
  width: 12vw;
  max-width: 170px;
}

.image-19._1 {
  width: 12vw;
  position: absolute;
  top: 20px;
  left: 20px;
}

.image-19._2 {
  max-width: 170px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.div-block-75 {
  background-color: var(--color-black-2);
  width: 20px;
  height: 3px;
  position: absolute;
  transform: rotate(45deg);
}

.div-block-75._1 {
  transform: rotate(-45deg);
}

.div-block-76 {
  display: none;
}

.anker-link {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
}

.div-block-77 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-28 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.top-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 84px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.top-section {
  background-color: var(--main-color-1);
  background-image: linear-gradient(#135eacb3, #135eacb3), url('../images/top-background_1.webp');
  background-position: 0 0, 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-95 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-96 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-19 {
  font-family: var(--ja);
  color: var(--color-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2vw;
  line-height: 200%;
}

.text-span {
  font-size: 56px;
  font-weight: 900;
}

.text-span-2 {
  font-size: 64px;
  font-weight: 900;
}

.div-block-97 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider {
  background-color: var(--transparent);
  width: 26vw;
  height: auto;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.image-23 {
  aspect-ratio: 1;
  width: 26vw;
}

.top-slide {
  height: auto;
}

.div-block-98 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 40px;
  background-image: linear-gradient(180deg, var(--color-white), var(--main-color-1) 9%);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 15px 40px;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.image-24 {
  width: 25px;
  height: 25px;
}

.text-block-36 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-36._1 {
  color: var(--main-color-2);
}

.div-block-101 {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.contact-button {
  grid-column-gap: 10px;
  background-color: var(--main-color-2);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #0003;
}

.contact-button._1 {
  background-color: var(--color-white);
  margin-top: -60px;
}

.image-25 {
  width: 30px;
  height: 30px;
}

.text-block-37 {
  font-family: var(--en);
  color: var(--color-white);
  letter-spacing: -2px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.tel {
  grid-column-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-26 {
  width: 25px;
  height: 25px;
}

.div-block-102 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-103 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-103.tablet {
  display: none;
}

.line {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-27 {
  width: 30px;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tel-2 {
  grid-row-gap: 10px;
  border: 1px solid var(--color-black-2);
  background-color: var(--color-white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.text-block-38 {
  font-family: var(--en);
  color: var(--color-black-2);
  font-size: 42px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-39 {
  font-family: var(--ja);
  color: var(--color-black-2);
  font-size: 16px;
  font-weight: 500;
}

.div-block-106 {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-28 {
  width: 54px;
  height: 54px;
}

.text-span-3 {
  background-color: var(--main-color-1);
  font-size: 4vw;
}

.mask {
  width: auto;
  height: auto;
}

.flow-grid {
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.flow-card {
  background-image: linear-gradient(135deg, var(--main-color-2), var(--main-color-1));
  -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 5%;
  display: flex;
}

.flow-card._1 {
  background-image: linear-gradient(45deg, var(--color-black), var(--color-black-2));
}

.text-block-40 {
  font-family: var(--ja);
  color: var(--color-white);
  text-align: center;
  font-size: 1.35vw;
  font-weight: 500;
  line-height: 150%;
}

.div-block-107 {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.in-faq {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-108 {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-109 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 24px;
  display: grid;
}

.div-block-110._1 {
  grid-column-gap: 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-111 {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-29 {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
}

.text-block-41 {
  font-family: var(--ja);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}

.text-block-42 {
  font-family: var(--ja);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-112 {
  grid-column-gap: 4%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 24px;
  display: grid;
}

.image-30 {
  width: 100%;
}

.div-block-113 {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-43 {
  font-family: var(--ja);
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.div-block-114 {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-115 {
  background-color: var(--main-color-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 12px;
  display: flex;
}

.text-block-44 {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-45 {
  font-family: var(--ja);
  font-weight: 500;
}

.cta-bar {
  z-index: 99;
  grid-column-gap: 10%;
  background-color: #0009;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: none;
  position: fixed;
  bottom: 0;
}

.cta-sroll-button {
  grid-column-gap: 8px;
  background-color: var(--main-color-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.cta-text {
  font-family: var(--ja);
  color: var(--color-white);
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
}

@media screen and (min-width: 1440px) {
  .div-block-12 {
    width: 100%;
    height: 120px;
  }

  .text-block-6 {
    font-size: 24px;
  }

  .figure-5 {
    width: 30px;
    height: 30px;
    bottom: -16px;
  }

  .image-6 {
    width: 100%;
  }

  .top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 84px;
  }

  .heading-19 {
    font-size: 46px;
  }

  .slider, .image-23 {
    width: 374px;
  }

  .div-block-98 {
    margin-top: 60px;
  }

  .text-span-3 {
    font-size: 57.6px;
  }

  .text-block-40 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    grid-row-gap: 30px;
    background-color: var(--main-color-1);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    height: 100vh;
    padding-left: 0;
  }

  .nav-link {
    margin-top: 30px;
  }

  .figure-1 {
    width: 120px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .worrie-wrapper {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .heading-4._1 {
    font-size: 30px;
  }

  .worries-grid {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-12 {
    width: 100%;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .text-block-6._1 {
    font-size: 12px;
  }

  .image-6 {
    width: 300px;
  }

  .suggestion-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .suggestion-grid {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .text-block-7._1 {
    font-size: 14px;
  }

  .suggestion-grid2 {
    grid-row-gap: 10px;
    padding-top: 10px;
  }

  .suggestion-card2 {
    grid-column-gap: 15px;
  }

  .div-block-20 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-21 {
    height: 48px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .point-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .point-card {
    width: 45%;
  }

  .figure-7 {
    width: 100px;
    height: 100px;
    padding-top: 18px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .text-block-9 {
    font-size: 36px;
  }

  .div-block-23 {
    width: 100%;
    height: 127px;
    margin-top: -35px;
    padding-top: 40px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .point-wrapper {
    grid-row-gap: 100px;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-24.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-1._1 {
    width: 300px;
  }

  .div-block-29 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-29.tablet {
    flex-flow: column;
  }

  .div-block-30 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-7 {
    font-size: 22px;
  }

  .figure-8 {
    border-bottom: 2px solid var(--main-color-1);
    bottom: -9px;
    left: auto;
    transform: rotate(-45deg);
  }

  .figure-8._1 {
    right: auto;
    transform: rotate(-45deg);
  }

  .heading-8, .heading-8._1 {
    font-size: 22px;
  }

  .div-block-34 {
    height: 346.75px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-34._2, .div-block-34._3 {
    height: 416.25px;
  }

  .figure-9 {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
  }

  .text-block-11 {
    font-size: 17px;
    line-height: 125%;
  }

  .text-block-12 {
    font-size: 13px;
  }

  .example-grid {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .example-card, .image-9 {
    width: 100%;
  }

  .div-block-41 {
    width: 90%;
  }

  .div-block-43 {
    flex-flow: column;
  }

  .image-10 {
    width: 100px;
    height: 100px;
  }

  .div-block-44 {
    grid-row-gap: 28px;
  }

  .heading-11 {
    font-size: 32px;
  }

  .div-block-48 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .faq-wrapper {
    grid-row-gap: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-20 {
    font-size: 32px;
  }

  .text-block-21 {
    font-size: 25px;
  }

  .worrie-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .image-13 {
    width: 30px;
    height: 30px;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .image-14 {
    width: 130px;
    height: 173.375px;
  }

  .text-block-23 {
    font-size: 32px;
  }

  .form-wrapper {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .field-label {
    font-size: 16px;
  }

  .div-block-71 {
    width: 270px;
  }

  .form-grid {
    grid-row-gap: 30px;
  }

  .company-wrapper {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .point-inside {
    grid-row-gap: 100px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .point-inside._1 {
    justify-content: flex-start;
    align-items: center;
  }

  .suggestion-background {
    border-top-width: 120px;
    height: 120px;
  }

  .image-15 {
    width: 100%;
    max-width: 680px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-15._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-16 {
    margin-left: 60px;
  }

  .image-17 {
    padding-right: 40px;
  }

  .brand.w--current {
    width: auto;
  }

  .figure-12 {
    border-top-width: 120px;
    height: 120px;
  }

  .image-18 {
    width: 300px;
    height: auto;
  }

  .icon {
    color: var(--color-white);
    font-size: 32px;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .div-block-77 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: auto;
  }

  .div-block-100 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-36 {
    font-size: 17px;
  }

  .div-block-101 {
    margin-top: 20px;
  }

  .div-block-103 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: none;
  }

  .div-block-103.tablet {
    display: flex;
  }

  .tel-2 {
    width: 300px;
  }

  .div-block-106 {
    grid-column-gap: 30px;
  }

  .div-block-112 {
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .cta-bar {
    grid-column-gap: 5%;
  }
}

@media screen and (max-width: 767px) {
  .worrie-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .div-title {
    grid-row-gap: 10px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .heading-4._1 {
    font-size: 25px;
  }

  .div-block-12 {
    height: auto;
  }

  .figure-5 {
    width: 18px;
    height: 18px;
    bottom: -10px;
  }

  .image-6 {
    width: 400px;
  }

  .suggestion-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .suggestion-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    width: 100%;
  }

  .text-block-7._1 {
    font-size: 16px;
  }

  .suggestion-grid2 {
    display: none;
  }

  .div-block-20 {
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .div-block-21 {
    height: 100%;
    left: 0;
  }

  .point-wrapper {
    grid-row-gap: 80px;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    width: 100%;
  }

  .div-block-25 {
    width: 100%;
  }

  .heading-6 {
    font-size: 24px;
  }

  .paragraph-2 {
    width: auto;
    font-size: 16px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-1._1 {
    width: 200px;
  }

  .heading-8, .heading-8._1 {
    font-size: 16px;
  }

  .div-block-34 {
    height: 446px;
    padding: 15px;
  }

  .div-block-34._2, .div-block-34._3 {
    height: 505.5px;
  }

  .figure-9 {
    margin-top: 3px;
  }

  .text-block-13, .text-block-14 {
    font-size: 15px;
  }

  .example-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .example-card {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .div-block-41._1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-43 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .div-block-44 {
    height: auto;
    padding: 20px;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .heading-10 {
    text-align: center;
    font-size: 20px;
    display: none;
  }

  .heading-10.mobile {
    display: block;
  }

  .div-block-52 {
    flex-flow: column;
  }

  .div-block-53 {
    width: 100%;
  }

  .div-block-57 {
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
  }

  .faq-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-60 {
    grid-column-gap: 20px;
  }

  .text-block-21 {
    font-size: 20px;
  }

  .answer-card {
    grid-column-gap: 20px;
  }

  .worrie-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-12 {
    font-size: 23px;
  }

  .image-14 {
    display: none;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .form-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .form-card {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-71 {
    grid-column-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .company-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .company-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .point-inside {
    grid-row-gap: 80px;
    padding: 80px 30px;
  }

  .suggestion-background {
    border-top-width: 100px;
    height: 100px;
  }

  .brand.w--current {
    width: auto;
    padding-left: 0;
  }

  .figure-12 {
    border-top-width: 100px;
    height: 100px;
  }

  .image-18 {
    width: 300px;
    height: auto;
  }

  .div-block-73 {
    grid-column-gap: 4%;
    flex-flow: row;
  }

  .image-19, .image-19._1, .image-19._2 {
    width: 170px;
    height: 170px;
  }

  .tab-pane-tab-1 {
    width: 100%;
  }

  .div-block-76 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .bold-text {
    font-size: 16px;
  }

  .text-block-28 {
    font-size: 13px;
  }

  .top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .div-block-95 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .heading-19 {
    font-size: 4vw;
  }

  .slider {
    width: 80%;
  }

  .image-23 {
    width: 100%;
  }

  .div-block-99 {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 360px;
  }

  .div-block-100 {
    width: 100%;
  }

  .div-block-101 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .contact-button {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-106 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .text-span-3 {
    font-size: 6vw;
  }

  .flow-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: 300px;
  }

  .flow-card {
    -webkit-clip-path: polygon(100% 0%, 100% 80%, 50% 100%, 0% 80%, 0% 0%, 50% 20%);
    clip-path: polygon(100% 0%, 100% 80%, 50% 100%, 0% 80%, 0% 0%, 50% 20%);
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .text-block-40 {
    font-size: 18px;
  }

  .div-block-107 {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
  }

  .in-faq {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-109 {
    width: 90%;
  }

  .div-block-110 {
    grid-row-gap: 28px;
    flex-flow: column;
    display: flex;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .text-block-42 {
    font-size: 14px;
  }

  .cta-sroll-button {
    width: 220px;
  }

  .cta-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-nav {
    display: none;
  }

  .worrie-wrapper {
    padding-bottom: 60px;
  }

  .heading-4, .heading-4._1 {
    font-size: 20px;
  }

  .heading-4._2 {
    font-size: 24px;
  }

  .text-block-6._1 {
    font-size: 14px;
  }

  .suggestion-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .suggestion-grid {
    width: 100%;
  }

  .point-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-bottom: 30px;
  }

  .point-card {
    width: 100%;
  }

  .figure-7.absolute-1, .figure-7.absolute-2 {
    width: 100px;
    height: 100px;
    padding-top: 15px;
  }

  .text-block-8._1 {
    font-size: 13px;
  }

  .text-block-9._1 {
    font-size: 40px;
  }

  .point-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .heading-6 {
    font-size: 17px;
  }

  .div-block-26 {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .tab-link-tab-1._1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    width: 100%;
  }

  .tab-link-tab-1._1.w--current {
    border-bottom-left-radius: 5px;
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    width: 100%;
  }

  .heading-7 {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .div-block-31 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-32 {
    width: 100%;
  }

  .div-block-34 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-34._2, .div-block-34._3 {
    height: auto;
  }

  .example-grid {
    grid-row-gap: 30px;
  }

  .example-card {
    padding: 10px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .div-block-40 {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .div-block-41 {
    grid-row-gap: 15px;
  }

  .div-block-42 {
    padding: 5px 10px;
  }

  .text-block-15 {
    font-size: 12px;
  }

  .div-block-43 {
    padding-bottom: 15px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .div-block-44 {
    padding: 10px;
  }

  .heading-10 {
    font-size: 21px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .heading-11 {
    font-size: 22px;
  }

  .div-block-52 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-7, .text-block-18, .text-block-19 {
    font-size: 14px;
  }

  .faq-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .div-block-60 {
    grid-column-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-20 {
    font-size: 24px;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .div-block-62 {
    width: 20px;
  }

  .div-block-63 {
    height: 20px;
  }

  .answer-card {
    grid-column-gap: 10px;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .worrie-wrapper-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-66 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    font-size: 19px;
  }

  .div-block-67 {
    padding: 10px;
  }

  .image-13 {
    width: 25px;
    height: 25px;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .text-block-23 {
    font-size: 19px;
  }

  .form-wrapper {
    grid-row-gap: 30px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .field-label {
    font-size: 15px;
  }

  .form-grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paragraph-11 {
    font-size: 12px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .company-wrapper {
    grid-row-gap: 30px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .company-grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .company-card {
    padding-left: 0;
  }

  .text-block-26 {
    width: 80px;
    min-width: 80px;
    font-size: 17px;
  }

  .footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .point-inside {
    grid-row-gap: 60px;
    padding: 60px 16px;
  }

  .suggestion-background {
    border-top-width: 80px;
    height: 80px;
  }

  .brand {
    width: auto;
    padding-left: 0;
  }

  .figure-12 {
    border-top-width: 80px;
    height: 80px;
  }

  .image-18 {
    width: 160px;
  }

  .div-block-73 {
    flex-flow: column;
  }

  .image-19._1, .image-19._2 {
    width: 120px;
    height: 120px;
  }

  .bold-text {
    font-size: 15px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .div-block-98 {
    margin-top: 20px;
  }

  .div-block-100 {
    grid-column-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-36 {
    font-size: 15px;
  }

  .contact-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-37.cta {
    font-size: 26px;
  }

  .div-block-107 {
    width: 100%;
  }

  .cta-bar {
    grid-column-gap: 2%;
    grid-row-gap: 4px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .cta-sroll-button {
    width: 48%;
  }
}


