:root {
  --white: #fff;
  --orange1: #ff9c00;
  --orange3: #ffd355;
  --orange5: #faefd7;
  --black: #000;
  --blue1: #358cf0;
  --blue2: #f2f5fa;
  --gray4: #d9d9d9;
  --blue3: #21354a;
  --gray2: #6a6a6a;
  --gray1: #18324b;
  --orange4: #ffdc85;
  --gray3: #999;
  --blue4: var(--blue1);
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 18px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
  box-shadow: 0 4px 7px #0000001c;
}

.logo {
  cursor: pointer;
  width: 132px;
  height: 46.1328px;
  display: block;
}

.button-1 {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: auto;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: flex;
}

.button-1:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.nav_link {
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  padding: 12px 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
}

.nav_link:hover {
  color: var(--blue1);
  background-color: #f4f8ff;
}

.hero_section {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: #00000087;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  padding: 10px 5vw;
  display: flex;
}

.nav_left_wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: none;
  align-items: center;
  display: flex;
}

.a_section {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 866px;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.b_section {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  background-color: var(--blue2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 57px 40px;
  display: flex;
}

.b_card {
  box-sizing: border-box;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 2px solid var(--gray4);
  background-color: var(--white);
  text-align: center;
  object-fit: fill;
  border-radius: 18px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 312px;
  height: 152px;
  padding: 26px;
  display: flex;
  position: static;
}

.c_section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 59px 0 78px;
  display: flex;
}

.c_card_1 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--orange5);
  border-radius: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1090px;
  padding-top: 65px;
  padding-bottom: 0;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.c_card_2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: var(--orange5);
  border-radius: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 438px;
  height: 481px;
  padding: 54px;
  display: flex;
}

.e_section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 67px;
  padding-bottom: 67px;
  transition: opacity .2s;
  display: flex;
}

.d_section {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--blue3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.f_section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #faefd7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
}

.g_section {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 54px 42px;
  display: flex;
}

.footer {
  width: 100vw;
}

.d_card_1 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--white);
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 257px;
  padding: 32px 28px;
  display: flex;
}

.heading-1 {
  mix-blend-mode: normal;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 87px;
}

.hero_paragraph {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.flex-block {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  cursor: pointer;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
}

.heading2_left {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
}

.paragraph1_left {
  color: var(--black);
  margin-top: 38px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.a_content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 37%;
  margin-left: 0;
  margin-right: -157px;
  padding-left: 0;
  display: flex;
}

.heading-4 {
  color: var(--black);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-5 {
  color: var(--blue1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-3 {
  color: var(--gray2);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-left: 47px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.b_card_heading {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.image {
  color: #994040;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.b_cards {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
}

.text-span {
  color: var(--blue1);
}

.heading-6, .paragraph-4 {
  text-align: center;
  font-family: Inter, sans-serif;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
}

.paragraph-5 {
  color: var(--gray1);
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.image-3 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
}

.c_card_2_wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.c_cards {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.c_card_image {
  background-image: url('../images/Group-32_1.webp');
  background-position: 50%;
  background-size: 733px;
  background-attachment: scroll;
  border-radius: 21px;
  width: 624px;
  height: 481px;
}

.c_card_image2 {
  background-image: url('../images/2_1.webp');
  background-position: 50%;
  background-size: 900px;
  background-attachment: scroll;
  border-radius: 21px;
  flex: 0 auto;
  width: 624px;
  height: 481px;
}

.c_card_image_3 {
  background-image: url('../images/AdobeStock_166334444.jpeg');
  background-position: 50%;
  background-size: 900px;
  background-attachment: scroll;
  border-radius: 21px;
  width: 624px;
  height: 481px;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.paragraph-6 {
  color: var(--gray2);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.d_card_row_1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  display: flex;
}

.d_cards {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  display: flex;
}

.heading-9 {
  text-align: center;
}

.e_flags {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border: 2px solid var(--gray4);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 579px;
  height: 111px;
  display: flex;
}

.heading-4-copy {
  color: var(--gray1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.country_name {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.flag_and_name {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  display: flex;
}

.form-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--orange4);
  border-radius: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 659px;
  height: 628px;
  padding: 39px;
  display: flex;
}

.form_wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.heading-10 {
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--gray3);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-field, .text-field-2 {
  color: var(--gray3);
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-field-3 {
  aspect-ratio: auto;
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  flex: none;
  height: 96px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph-7 {
  color: var(--gray2);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.form_content {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--white);
  border-radius: 21px;
  flex-flow: column;
  width: 453px;
  padding: 36px 30px;
  display: flex;
}

.submit-button {
  background-color: var(--blue1);
  cursor: pointer;
  border-radius: 10px;
  font-family: Inter, sans-serif;
}

.submit-button:hover {
  background-color: var(--blue2);
  color: var(--blue1);
}

.h_section {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--blue2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.legal_wrapper {
  border: 1px solid #e7e7e7;
  justify-content: space-between;
  width: 100vw;
  padding: 23px 60px;
  display: flex;
}

.legal_form_wrapper {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  color: #b9b9b9;
  font-family: Inter, sans-serif;
  display: flex;
}

.copyright {
  color: #b9b9b9;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.top_section {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  align-items: flex-start;
  margin: 48px 60px;
  display: flex;
}

.heading-11 {
  color: #b9b9b9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.paragraph-8 {
  color: #6a6a6a;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

.footer_link {
  color: #b9b9b9;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover {
  color: var(--black);
  text-decoration: underline;
}

.hero_content {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  width: 70%;
  height: 50%;
  margin-top: 250px;
  transition: opacity .2s;
  display: flex;
}

.image-4 {
  opacity: 1;
  flex: none;
  width: 312px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: 0;
  bottom: 25px;
}

.languages {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.language_button {
  background-color: var(--blue2);
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.english {
  border: 1.5px solid var(--blue1);
  background-color: var(--white);
  color: var(--blue1);
  text-align: center;
  border-radius: 10px;
  padding: 12px 21px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.not_included_language {
  border: 1.5px solid var(--gray3);
  background-color: var(--white);
  color: var(--gray3);
  text-align: center;
  border-radius: 10px;
  padding: 12px 21px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: line-through;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.disclaimer {
  color: var(--gray3);
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: var(--black);
  cursor: pointer;
  padding: 10px 39px 10px 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.palala_language:hover {
  background-color: var(--blue1);
  color: var(--white);
  font-family: Inter, sans-serif;
}

.palala_japanese {
  font-family: Inter, sans-serif;
}

.palala_japanese:hover {
  background-color: var(--blue1);
  color: var(--white);
}

.textarea {
  color: var(--gray3);
  background-color: #f8f8f8;
  border-radius: 10px;
  height: auto;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.success-message {
  background-color: var(--white);
  border-radius: 14px;
  font-family: Inter, sans-serif;
}

.mockup_left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: fill;
  flex: none;
  width: auto;
}

.image-5, .image-6 {
  width: 312px;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 287px;
}

.mockups {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: -225px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.heading2_center {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 75px;
  display: flex;
}

.links {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1.5px 12px #0003;
}

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

.nav_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav_right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nave_left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: opacity .2s;
}

.nav-link:hover {
  color: var(--blue1);
}

.nav-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 85%;
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.slider {
  display: block;
}

.button-1-copy {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 43px;
  margin-top: 37px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: flex;
}

.slide {
  background-color: var(--blue1);
  color: var(--black);
  width: 317px;
}

.slide-2 {
  width: 317px;
}

.mask {
  width: 382px;
}

.slider-2 {
  flex: 0 auto;
  display: block;
  overflow: visible;
}

.div-block-7 {
  width: 80vw;
  height: 179px;
  display: none;
}

.slider-3, .slider-4, .slider-5, .slider-6, .slider-7, .slider-8, .slider-9, .slider-10, .slider-11, .slider-12, .slider-13 {
  width: 931.195px;
}

.slider-14 {
  width: 9px;
}

.slider-15, .slider-16 {
  width: 200px;
}

.slide-5 {
  background-color: var(--blue1);
}

.slide-6 {
  background-color: var(--orange1);
}

.slide-7 {
  background-color: var(--orange3);
}

.mask-2 {
  width: 252px;
}

.nav-link-2 {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.nav-link-2:hover {
  color: var(--blue1);
}

.nav-link-3 {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.nav-link-3:hover {
  color: var(--blue1);
}

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

.paragraph-2-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.slider-17 {
  background-color: #ddd0;
  width: auto;
  height: auto;
  padding-bottom: 55px;
  font-family: Inter, sans-serif;
}

.mask-3 {
  width: 295px;
  height: auto;
  overflow: visible;
}

.slides-card {
  width: 295px;
  height: 257px;
  margin-right: 20px;
}

.slide-9, .slide-10 {
  width: 295px;
  height: 257px;
}

.div-block-10 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--white);
  border-radius: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 257px;
  margin-right: 0;
  padding: 32px 28px;
  display: flex;
}

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

.image-12 {
  width: 268px;
  max-width: none;
  padding-top: 23px;
  padding-left: 29px;
  display: block;
}

.heading-2-copy-copy {
  color: var(--gray1);
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
  display: flex;
}

.heading-12, .paragraph-9, .paragraph-10 {
  display: none;
}

.button-1-copy-copy {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 43px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: none;
}

.button-1-copy-copy:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.paragraph-11, .card-wrapper {
  display: none;
}

.heading-4-copy-copy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading-10-copy {
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  display: none;
}

.div-block-13 {
  width: auto;
}

.image-15 {
  display: block;
}

.image-16 {
  margin-bottom: 19px;
}

.body {
  font-family: Noto Sans SC, sans-serif;
}

.ch_nav_link_1 {
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans SC, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: opacity .2s;
}

.ch_nav_link_1:hover {
  color: var(--blue1);
}

.ch_nav_link_2 {
  color: var(--black);
  font-family: Noto Sans SC, sans-serif;
}

.ch_nav_link_2:hover {
  color: var(--blue1);
}

.ch_nav_link_3 {
  color: var(--black);
  font-family: Noto Sans SC, sans-serif;
}

.ch_nav_link_3:hover {
  color: var(--blue1);
}

.ch_button_1 {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 40px;
  font-family: Noto Sans SC, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: flex;
}

.ch_button_1:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.ch-heading-1 {
  mix-blend-mode: normal;
  margin-top: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 87px;
}

.ch-hero_paragraph {
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.ch-heading2_left {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
}

.ch-paragraph1_left {
  color: var(--black);
  width: 92%;
  margin-top: 38px;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.ch-heading-4 {
  color: var(--gray1);
  text-align: left;
  font-family: Noto Sans SC, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
}

.ch-paragraph-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.ch-heading-5 {
  color: var(--blue1);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.ch-paragraph-3 {
  color: var(--gray2);
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-left: 47px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ch-heading2_center {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans SC, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 72px;
  display: flex;
}

.ch-paragraph-2-center {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.ch-heading-4-left {
  color: var(--black);
  text-align: left;
  font-family: Noto Sans SC, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.ch-paragraph-2-left {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.ch-heading-5-copy {
  color: var(--blue1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.heading-5-copy {
  color: var(--blue1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.ch-paragraph-6 {
  color: var(--gray2);
  text-align: center;
  width: 101%;
  font-family: Noto Sans SC, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ch-heading-8 {
  color: var(--white);
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.ch-heading-4-center {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.ch-heading-10 {
  margin-top: 0;
  font-family: Noto Sans SC, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.ch-paragraph-7 {
  color: var(--gray2);
  text-align: center;
  font-family: Noto Sans SC, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.ch-field-label-copy {
  color: var(--gray3);
  font-family: Noto Sans SC, sans-serif;
  font-weight: 400;
}

.ch-text-field-copy {
  color: var(--gray3);
  background-color: #f8f8f8;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-family: Noto Sans SC, sans-serif;
  font-weight: 300;
}

.ch-submit-button-copy {
  background-color: var(--blue1);
  cursor: pointer;
  border-radius: 10px;
  font-family: Noto Sans SC, sans-serif;
}

.ch-submit-button-copy:hover {
  background-color: var(--blue2);
  color: var(--blue1);
}

.ch-heading-11 {
  color: #b9b9b9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-weight: 600;
}

.ch-paragraph-8 {
  color: #6a6a6a;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Noto Sans SC, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

.ch-copyright {
  color: #b9b9b9;
  font-family: Noto Sans SC, sans-serif;
  font-weight: 300;
}

.ch-footer_link {
  color: #b9b9b9;
  font-family: Noto Sans SC, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.ch-footer_link:hover {
  color: var(--black);
  text-decoration: underline;
}

.ch-disclaimer-copy, .ch-disclaimer {
  color: var(--gray3);
  font-family: Noto Sans SC, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-4-copy-copy {
  color: var(--gray1);
  text-align: left;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.jp-nav-link-copy {
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: opacity .2s;
}

.jp-nav-link-copy:hover {
  color: var(--blue1);
}

.jp-button-1-copy {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 21px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: flex;
}

.jp-button-1-copy:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.jp-heading-1-copy {
  mix-blend-mode: normal;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 87px;
}

.jp-hero_paragraph-copy {
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.jp-heading2_left-copy {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 66px;
}

.jp-paragraph1_left-copy {
  color: var(--black);
  margin-top: 38px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.jp-heading-4-copy {
  color: var(--gray1);
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.jp-paragraph-2-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.jp-heading-5-copy {
  color: var(--blue1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.jp-paragraph-3-copy {
  color: var(--gray2);
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jp-heading2_center-copy {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 75px;
  display: flex;
}

.heading-4-copy {
  color: var(--black);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.jp-heading-4 {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.jp-paragraph-2-center-copy {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.jp-heading-4-right {
  color: var(--black);
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.jp-paragraph-2-right-copy {
  color: var(--black);
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.jp-disclaimer-copy {
  color: var(--gray3);
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.jp-heading-8-copy {
  color: var(--white);
  text-align: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.jp-card-heading-5-copy {
  color: var(--blue1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.jp-paragraph-6-copy {
  color: var(--gray2);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jp-heading-4-center-copy {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.jp-heading-10-copy {
  font-family: Noto Sans JP, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.jp-field-label-copy {
  color: var(--gray3);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.jp-disclaimer-center-copy {
  color: var(--gray3);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.jp-submit-button-copy {
  background-color: var(--blue1);
  cursor: pointer;
  border-radius: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.jp-submit-button-copy:hover {
  background-color: var(--blue2);
  color: var(--blue1);
}

.jp-heading-2-copy-blue-copy {
  color: var(--gray1);
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
  display: flex;
}

.jp-heading-11-copy {
  color: #b9b9b9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.jp-paragraph-8-copy {
  color: #6a6a6a;
  margin-top: 14px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

.jp-footer_link-copy {
  color: #b9b9b9;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.jp-footer_link-copy:hover {
  color: var(--black);
  text-decoration: underline;
}

.div-block-15 {
  z-index: -1;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #53bdff9e;
  width: 162px;
  height: 15px;
  position: absolute;
  inset: auto 0% -10%;
}

.div-block-16 {
  position: relative;
}

.text-span-2 {
  color: var(--blue1);
}

.text-span-3 {
  color: var(--black);
}

.ch-paragraph1_left-copy {
  color: var(--black);
  margin-top: 38px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.ch-heading-12-copy, .ch-paragraph-9-copy {
  display: none;
}

.ch-heading-10-copy-copy {
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 600;
  display: none;
}

.ch-button-2 {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 43px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: none;
}

.ch-button-2:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.c_card {
  box-sizing: border-box;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 2px solid var(--gray4);
  background-color: var(--white);
  text-align: center;
  object-fit: fill;
  border-radius: 18px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 312px;
  height: 152px;
  padding: 26px;
  display: flex;
  position: static;
}

.text-span-4 {
  color: var(--blue1);
}

.jp-paragraph1_left-card {
  color: var(--black);
  margin-top: 38px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.jp-heading-12-copy, .jp-paragraph-9-copy {
  display: none;
}

.jp-paragraph-3-copy-copy {
  color: var(--gray2);
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 61px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.jp-button-2 {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 43px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: none;
}

.jp-button-2:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.text-span-5, .text-span-6 {
  color: var(--blue1);
}

.heading2_center-copy {
  color: var(--black);
  text-align: center;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 75px;
  display: flex;
}

.jp-button-1-copy-copy {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 43px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: none;
}

.jp-button-1-copy-copy:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.div-block-17, .div-block-18, .div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.palala_english {
  font-family: Inter, sans-serif;
}

.palala_english:hover {
  background-color: var(--blue1);
  color: var(--white);
}

.button_mobile {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: auto;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: flex;
}

.button_mobile:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.button-1-copy {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: auto;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: none;
}

.button-1-copy:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.ch_button_1-copy {
  background-color: var(--orange1);
  background-image: linear-gradient(90deg, var(--orange1), var(--orange3));
  text-align: center;
  cursor: pointer;
  object-fit: fill;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 15px 40px;
  font-family: Noto Sans SC, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  display: none;
}

.ch_button_1-copy:hover {
  background-color: var(--orange5);
  color: var(--orange1);
  background-image: none;
}

.section {
  height: auto;
  min-height: 100vh;
  padding-top: 6rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.heading-14 {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 0;
  font-size: 2rem;
}

.text-block {
  text-align: center;
  margin-top: 2rem;
}

.heading-15 {
  font-size: 2rem;
}

.rich-text-block {
  margin-top: 4rem;
}

.section-2 {
  min-height: 100vh;
  padding-top: 6rem;
  padding-left: 7rem;
  padding-right: 7rem;
}

.rich-text-block-2 {
  margin-top: 4rem;
}

@media screen and (min-width: 1280px) {
  .a_content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .d_section {
    padding-bottom: 72px;
  }

  .f_section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .g_section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .a_content {
    padding-left: 40px;
  }

  .heading2_center {
    font-size: 48px;
    line-height: 60px;
  }

  .nav-link-3 {
    color: var(--black);
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-14 {
    flex: 1;
    width: auto;
  }

  .ch_nav_link_3 {
    color: var(--black);
  }

  .heading2_center-copy {
    font-size: 48px;
    line-height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .hero_section {
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 120vh;
  }

  .main_section {
    width: 100vw;
  }

  .a_section {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    width: 100vw;
    height: 81vh;
  }

  .b_section {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .c_section {
    padding: 49px 50px;
  }

  .c_card_1 {
    width: 87%;
  }

  .c_card_2 {
    width: 100%;
  }

  .e_section, .d_section, .f_section, .footer {
    width: 100vw;
  }

  .d_card_1 {
    flex: none;
    width: 208px;
    height: auto;
    padding: 28px 22px 14px;
  }

  .heading-1 {
    font-size: 61px;
    display: block;
  }

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

  .heading2_left {
    font-size: 40px;
  }

  .paragraph1_left {
    font-size: 15px;
  }

  .a_content {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 47%;
    margin-right: 50px;
    padding-right: 0;
  }

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

  .paragraph-2, .heading-5 {
    font-size: 17px;
  }

  .b_cards {
    flex-flow: column;
  }

  .flex-block-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .c_card_2_wrapper {
    flex-flow: column;
    width: 87%;
  }

  .c_cards {
    width: 100vw;
    margin-left: 0;
    padding-left: 0;
  }

  .c_card_image {
    flex: 0 auto;
    width: 100%;
    display: block;
  }

  .c_card_image2 {
    width: 100%;
    display: none;
  }

  .c_card_image_3 {
    width: 100%;
  }

  .paragraph-6 {
    font-size: 11px;
    line-height: 20px;
  }

  .d_card_row_1 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 0 auto;
    align-items: center;
    width: auto;
  }

  .d_cards {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
  }

  .h_section {
    width: 100vw;
  }

  .legal_wrapper {
    width: 100vw;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero_content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .image-4, .image-5, .image-6 {
    width: 200px;
  }

  .mockups {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: -94px;
  }

  .heading2_center {
    font-size: 51px;
  }

  .navbar {
    width: 100vw;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .image-7 {
    position: static;
    overflow: visible;
  }

  .image-8 {
    display: none;
  }

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

  .paragraph-2-copy {
    font-size: 17px;
  }

  .image-12 {
    padding-left: 10px;
  }

  .heading-2-copy-copy {
    font-size: 51px;
  }

  .ch-heading-1 {
    font-size: 61px;
    display: block;
  }

  .ch-heading2_left {
    font-size: 40px;
  }

  .ch-paragraph1_left {
    font-size: 15px;
  }

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

  .ch-paragraph-2 {
    font-size: 17px;
  }

  .ch-heading-5 {
    font-size: 19px;
  }

  .ch-heading2_center {
    font-size: 51px;
  }

  .ch-paragraph-2-center {
    font-size: 17px;
  }

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

  .ch-paragraph-2-left, .ch-heading-5-copy {
    font-size: 17px;
  }

  .heading-5-copy {
    font-size: 19px;
  }

  .ch-paragraph-6 {
    font-size: 11px;
    line-height: 20px;
  }

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

  .jp-heading-1-copy {
    font-size: 61px;
    display: block;
  }

  .jp-heading2_left-copy {
    font-size: 40px;
  }

  .jp-paragraph1_left-copy {
    font-size: 15px;
  }

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

  .jp-paragraph-2-copy {
    font-size: 17px;
  }

  .jp-heading-5-copy {
    font-size: 19px;
  }

  .jp-heading2_center-copy {
    font-size: 51px;
  }

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

  .jp-paragraph-2-center-copy {
    font-size: 17px;
  }

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

  .jp-paragraph-2-right-copy, .jp-card-heading-5-copy {
    font-size: 17px;
  }

  .jp-paragraph-6-copy {
    font-size: 11px;
    line-height: 20px;
  }

  .jp-heading-2-copy-blue-copy {
    font-size: 51px;
  }

  .ch-paragraph1_left-copy, .jp-paragraph1_left-card {
    font-size: 15px;
  }

  .heading2_center-copy {
    font-size: 51px;
  }

  .section, .section-2 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .section, .section-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .button-1 {
    display: none;
  }

  .hero_section {
    min-height: 100vh;
  }

  .a_section {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 44px;
  }

  .b_section {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100vw;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .b_card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 266px;
    height: 141px;
    padding: 20px 19px;
  }

  .c_section {
    background-color: var(--white);
    width: 100vw;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .c_card_1 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    height: 293px;
    padding-top: 0;
  }

  .c_card_2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: center;
    height: 293px;
    padding: 0;
  }

  .e_section {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .d_section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .f_section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 50px 0;
  }

  .g_section {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-1 {
    font-size: 41px;
    line-height: 57px;
  }

  .hero_paragraph {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

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

  .heading2_left {
    text-align: left;
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 48px;
  }

  .paragraph1_left {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .a_content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: flex-start;
    width: 91vw;
    margin-bottom: 35px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-4 {
    text-align: center;
    width: 86%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-2 {
    width: 80%;
    font-size: 17px;
    line-height: 24px;
  }

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

  .paragraph-3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .flex-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .paragraph-5 {
    text-align: center;
    width: 80%;
    font-size: 13px;
    line-height: 20px;
  }

  .c_cards, .c_card_image, .c_card_image_3 {
    display: none;
  }

  .heading-8 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .d_cards {
    display: none;
  }

  .heading-4-copy {
    width: auto;
    font-size: 26px;
  }

  .form-block {
    width: 90vw;
    height: 508px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .heading-10 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    display: none;
  }

  .field-label {
    text-align: left;
    width: auto;
    font-size: 13px;
  }

  .field-label-2, .field-label-3, .text-field, .text-field-2 {
    font-size: 13px;
  }

  .paragraph-7 {
    width: 109%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 17px;
    display: none;
  }

  .form_content {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: flex-start;
    width: 128%;
    padding: 19px 13px;
  }

  .h_section {
    padding-top: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .legal_wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal_form_wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: row;
    font-size: 12px;
  }

  .copyright {
    width: 90%;
    font-size: 12px;
  }

  .top_section {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: 0;
    padding: 52px 20px 29px;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 13px;
  }

  .hero_content {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: -60px;
  }

  .image-4 {
    width: 150px;
    margin-top: 90px;
  }

  .languages {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    flex: 0 auto;
  }

  .disclaimer {
    text-align: center;
    width: 80%;
    font-size: 11px;
  }

  .textarea {
    font-size: 13px;
  }

  .image-5, .image-6 {
    width: 150px;
  }

  .mockups {
    justify-content: center;
    align-items: center;
    margin-top: -144px;
    margin-left: 0;
    display: flex;
  }

  .heading2_center {
    width: 80vw;
    font-size: 43px;
    line-height: 49px;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .icon {
    display: none;
  }

  .image-9 {
    flex: 0 auto;
    display: block;
  }

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

  .div-block-5 {
    width: 80%;
    display: block;
  }

  .slider {
    background-color: #ddd0;
    width: 300px;
    height: 364px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
  }

  .button-1-copy {
    margin-top: 31px;
    display: flex;
  }

  .image-10 {
    width: 100%;
  }

  .slide {
    background-color: var(--orange1);
  }

  .slide-2 {
    background-color: var(--orange1);
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-3, .slide-4 {
    background-color: var(--orange1);
  }

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

  .mask {
    width: 271px;
    height: 250px;
  }

  .div-block-6 {
    background-color: var(--orange4);
    width: 215px;
  }

  .div-block-7 {
    width: auto;
    height: auto;
    display: block;
    overflow: visible;
  }

  .div-block-8 {
    flex: 0 auto;
    display: none;
  }

  .div-block-9 {
    display: block;
  }

  .paragraph-2-copy {
    width: 80%;
    font-size: 17px;
    line-height: 24px;
  }

  .slider-17 {
    width: 334px;
    height: 312px;
    padding-left: 0;
    overflow: visible;
  }

  .mask-3 {
    width: 318px;
    height: 270px;
    overflow: visible;
  }

  .slides-card {
    width: auto;
    height: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .div-block-10 {
    width: 303px;
    height: 265px;
    overflow: hidden;
  }

  .image-11 {
    width: 173px;
    height: 343px;
  }

  .slide-nav {
    padding-top: 18px;
  }

  .image-12 {
    max-width: 80%;
  }

  .heading-2-copy-copy {
    width: 80vw;
    font-size: 30px;
    line-height: 40px;
  }

  .image-13 {
    margin-bottom: 6px;
  }

  .image-14 {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .heading-12 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 11px;
    font-family: Inter, sans-serif;
    font-size: 29px;
    display: block;
  }

  .paragraph-9 {
    color: var(--gray2);
    font-family: Inter, sans-serif;
    display: block;
  }

  .paragraph-10 {
    color: var(--gray2);
    text-align: center;
    width: 88%;
    font-family: Inter, sans-serif;
    font-size: 15px;
    display: block;
  }

  .button-1-copy-copy {
    background-color: var(--blue4);
    background-image: none;
    display: flex;
  }

  .button-1-copy-copy:hover {
    background-color: var(--blue2);
    color: var(--blue1);
  }

  .paragraph-11 {
    color: var(--gray2);
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 15px;
  }

  .div-block-12 {
    width: 60%;
    display: flex;
  }

  .card-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .card1 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    background-color: var(--orange5);
    border-radius: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 87%;
    height: 293px;
    padding: 28px 25px;
    display: flex;
  }

  .paragraph-12 {
    font-family: Inter, sans-serif;
  }

  .heading-13 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .image-card {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    background-color: var(--orange5);
    background-image: url('../images/Frame-61_1.avif');
    background-position: 50%;
    background-size: cover;
    border-radius: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 87%;
    height: 293px;
    padding: 28px 35px;
    display: flex;
  }

  .image-card-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    background-color: var(--orange5);
    background-image: url('../images/Frame-62_1.avif');
    background-position: 50%;
    background-size: cover;
    border-radius: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 87%;
    height: 293px;
    padding: 28px 35px;
    display: flex;
  }

  .image-card-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    background-color: var(--orange5);
    background-image: url('../images/2_1.webp');
    background-position: 50%;
    background-size: cover;
    border-radius: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 87%;
    height: 293px;
    padding: 28px 35px;
    display: flex;
  }

  .image-card-3-copy {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    background-color: var(--orange5);
    background-image: url('../images/AdobeStock_166334444.jpeg');
    background-position: 50%;
    background-size: cover;
    border-radius: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 87%;
    height: 293px;
    padding: 28px 35px;
    display: flex;
  }

  .heading-4-copy-copy {
    width: auto;
    font-size: 26px;
  }

  .heading-10-copy {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    display: block;
  }

  .ch_button_1 {
    display: none;
  }

  .ch-heading-1 {
    font-size: 41px;
    line-height: 57px;
  }

  .ch-hero_paragraph {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .ch-heading2_left {
    text-align: left;
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 48px;
  }

  .ch-paragraph1_left {
    text-align: left;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .ch-heading-4 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 34px;
  }

  .ch-paragraph-2 {
    width: 90%;
    font-size: 17px;
    line-height: 24px;
  }

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

  .ch-paragraph-3 {
    padding-top: 9px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
  }

  .ch-heading2_center {
    color: var(--black);
    width: 80vw;
    font-size: 43px;
    line-height: 49px;
  }

  .ch-paragraph-2-center {
    width: 80%;
    font-size: 17px;
    line-height: 24px;
  }

  .ch-heading-4-left {
    text-align: center;
    width: 86%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .ch-paragraph-2-left {
    width: 80%;
    font-size: 17px;
    line-height: 24px;
  }

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

  .ch-paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .ch-heading-8 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .ch-heading-4-center {
    width: auto;
    font-size: 26px;
  }

  .ch-heading-10 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    display: none;
  }

  .ch-paragraph-7 {
    width: 109%;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 17px;
    display: none;
  }

  .ch-field-label-copy {
    text-align: left;
    width: auto;
    font-size: 13px;
  }

  .ch-text-field-copy {
    font-size: 13px;
  }

  .ch-paragraph-8 {
    text-align: center;
    font-size: 13px;
  }

  .ch-copyright {
    width: 70%;
    font-size: 12px;
  }

  .ch-disclaimer-copy, .ch-disclaimer {
    text-align: center;
    width: 80%;
    font-size: 11px;
  }

  .heading-4-copy-copy {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 34px;
  }

  .jp-button-1-copy {
    display: none;
  }

  .jp-heading-1-copy {
    font-size: 41px;
    line-height: 57px;
  }

  .jp-hero_paragraph-copy {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .jp-heading2_left-copy {
    text-align: left;
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 48px;
  }

  .jp-paragraph1_left-copy {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .jp-heading-4-copy {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 29px;
    line-height: 34px;
  }

  .jp-paragraph-2-copy {
    width: 80%;
    font-size: 17px;
    line-height: 24px;
  }

  .jp-heading-5-copy {
    font-size: 17px;
  }

  .jp-paragraph-3-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .jp-heading2_center-copy {
    width: 80vw;
    font-size: 43px;
    line-height: 49px;
  }

  .heading-4-copy, .jp-heading-4 {
    text-align: center;
    width: 86%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .jp-paragraph-2-center-copy {
    width: 80%;
    font-size: 17px;
    line-height: 24px;
  }

  .jp-heading-4-right {
    text-align: center;
    width: 86%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .jp-paragraph-2-right-copy {
    width: 80%;
    font-size: 17px;
    line-height: 24px;
  }

  .jp-disclaimer-copy {
    text-align: center;
    width: 80%;
    font-size: 11px;
  }

  .jp-heading-8-copy {
    margin-bottom: 20px;
    font-size: 26px;
  }

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

  .jp-paragraph-6-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .jp-heading-4-center-copy {
    width: auto;
    font-size: 26px;
  }

  .jp-heading-10-copy {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 600;
    display: none;
  }

  .jp-field-label-copy {
    text-align: left;
    width: auto;
    font-size: 13px;
  }

  .jp-disclaimer-center-copy {
    text-align: center;
    width: 80%;
    font-size: 11px;
    display: none;
  }

  .jp-heading-2-copy-blue-copy {
    width: 80vw;
    font-size: 27px;
    line-height: 40px;
  }

  .jp-paragraph-8-copy {
    text-align: center;
    font-size: 13px;
  }

  .ch-heading-13-copy {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Noto Sans SC, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .ch-paragraph1_left-copy {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .ch-heading-12-copy {
    color: var(--black);
    margin-top: 17px;
    margin-bottom: 11px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 40px;
    display: block;
  }

  .ch-paragraph-9-copy {
    color: var(--gray2);
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-family: Noto Sans SC, sans-serif;
    font-size: 18px;
    display: block;
  }

  .ch-heading-10-copy-copy {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Noto Sans SC, sans-serif;
    font-size: 28px;
    font-weight: 600;
    display: block;
  }

  .ch-button-2 {
    background-color: var(--blue4);
    background-image: none;
    font-family: Noto Sans SC, sans-serif;
    display: flex;
  }

  .ch-button-2:hover {
    background-color: var(--blue2);
    color: var(--blue1);
  }

  .c_card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 266px;
    height: 141px;
    padding: 20px 19px;
  }

  .text-span-4 {
    color: var(--blue1);
  }

  .jp-heading-13-copy {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .jp-paragraph1_left-card {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .jp-heading-12-copy {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 11px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 33px;
    display: block;
  }

  .jp-paragraph-9-copy {
    color: var(--gray2);
    text-align: center;
    font-family: Noto Sans JP, sans-serif;
    font-size: 18px;
    display: block;
  }

  .jp-paragraph-3-copy-copy {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .jp-button-2 {
    background-color: var(--blue4);
    background-image: none;
    display: flex;
  }

  .jp-button-2:hover {
    background-color: var(--blue2);
    color: var(--blue1);
  }

  .text-span-5 {
    color: var(--blue1);
  }

  .heading2_center-copy {
    width: 80vw;
    font-size: 43px;
    line-height: 49px;
  }

  .jp-button-1-copy-copy {
    margin-top: 0;
    display: block;
  }

  .button_mobile, .button-1-copy, .ch_button_1-copy {
    display: block;
  }

  .section {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-14 {
    font-size: 1.2rem;
  }

  .heading-16 {
    font-size: 1rem;
  }
}


