.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.introduction {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

.introduction.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  line-height: 20px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.paragraph {
  width: 50vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 36px;
  display: flex;
}

.section-3 {
  justify-content: center;
  display: flex;
}

.image-3 {
  width: 40rem;
}

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

.heading {
  width: 50vw;
  clear: both;
  color: #ff377f;
  text-align: center;
  object-fit: fill;
  border-bottom: 2px solid #ff377f;
  border-radius: 0;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.erea {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.section.insta {
  display: flex;
}

.heading-2 {
  width: 50vw;
  color: #ff377f;
  text-align: center;
  border-bottom: 2px solid #ff377f;
  margin-top: 100px;
  font-size: 36px;
  font-weight: 700;
}

.paragraph-3 {
  width: 50vw;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-5 {
  height: 60px;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.paragraph-6 {
  width: 40vw;
  border-bottom: 1px solid #000;
  margin-top: 20px;
}

.button-2 {
  width: 40%;
  text-align: center;
  background-color: #ff377f;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  text-decoration: none;
  overflow: visible;
}

.button-2:hover {
  color: #f1f1f1;
  background-color: rgba(255, 55, 127, .6);
}

.bold-text {
  width: 50vw;
}

.heading-5 {
  width: 80vw;
  text-align: center;
  align-self: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.logo_top {
  z-index: 3;
  width: auto;
  justify-content: center;
  align-items: center;
  margin: 60px auto auto;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top {
  height: 90vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.twitter {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.paragraph-13 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
  left: 20px;
}

.image-5 {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 10%;
}

.twitter_picture {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bunner {
  z-index: 5;
  height: 80px;
  background-color: #fff;
  background-image: linear-gradient(#f14a90, #d2bcfc);
  border-right: 2px solid #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: 1px 1px 5px 2px rgba(138, 138, 138, .5);
}

.image-7, .image-8, .image-9 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-5 {
  width: 2px;
  height: 50px;
  color: #fff;
  border-right: 2px solid #fff;
}

.link-block {
  margin-left: 20px;
  margin-right: 20px;
}

.access {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.caution {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.instagram {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.paragraph-16 {
  color: #ff377f;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
}

.html-embed-2 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-7 {
  z-index: 999;
  border-radius: 9px;
  margin-bottom: 70px;
  margin-right: 10px;
  padding: 0 10px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-block-5 {
  z-index: 999;
  width: 50px;
  height: 50px;
  background-image: url('../images/triangle_pink_1triangle_pink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-5.w--current {
  width: 100%;
  height: 100%;
  background-image: url('../images/アセット-2_1アセット 2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-8 {
  width: 100%;
  height: 0;
}

.text-block {
  width: 80%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-2 {
  width: 60vw;
  grid-row-gap: 9px;
  grid-template: "Area"
  / .5fr 2fr;
  margin-right: 0;
}

.paragraph-19 {
  text-align: right;
  font-size: 18px;
}

.paragraph-20 {
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
}

.paragraph-21, .paragraph-22, .paragraph-23 {
  text-align: right;
  font-size: 18px;
}

.paragraph-24 {
  margin-top: -19px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-27 {
  height: 20px;
  margin-bottom: 0;
}

.paragraph-29, .paragraph-30, .paragraph-31 {
  font-size: 18px;
}

.paragraph-32 {
  margin-top: 10px;
  font-size: 18px;
}

.paragraph-33 {
  font-size: 18px;
}

.paragraph-34 {
  width: 50vw;
  margin-bottom: 40px;
}

.image-12 {
  margin-bottom: 0;
}

.link-block-01 {
  width: 50vw;
  justify-content: center;
  display: flex;
}

.link-box-001 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.link-box-001.insta {
  display: flex;
}

.div-block-9 {
  width: 40rem;
}

.body {
  background-color: #f2e1ee;
}

.image-14 {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
}

.image-4 {
  width: 40%;
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

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

.bold-text-2 {
  font-size: 18px;
}

.infinity_logo-carousel-animation {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.logo-color-control {
  flex-direction: row;
  display: flex;
}

.logo-carousel-wrap {
  flex: none;
  order: -1;
  display: flex;
}

.logo-carousel {
  width: 100%;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: .5rem;
}

.logo-link-2 {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-image-2 {
  height: 20rem;
}

.logo-carousel-clone {
  width: 100%;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.div-block-10 {
  margin-top: 100px;
  margin-bottom: auto;
}

.div-block-11 {
  width: 40rem;
  justify-content: center;
  display: flex;
}

.section-4 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-2 {
  z-index: 40;
  color: #fa0000;
  text-align: center;
  background-color: rgba(241, 241, 241, .9);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.text-block-3 {
  z-index: 40;
  color: #fa0000;
  text-align: center;
  background-color: rgba(241, 241, 241, .9);
  margin-top: -50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-5 {
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .introduction.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .paragraph {
    width: 90vw;
  }

  .paragraph-3 {
    width: 70vw;
  }

  .button-2 {
    width: 70%;
  }

  .logo_top {
    height: 50vw;
    margin-top: 100px;
  }

  .top {
    height: auto;
    padding-top: 220px;
  }

  .html-embed, .html-embed-2 {
    width: 70%;
  }

  .grid-2 {
    width: 90vw;
  }

  .link-block-01 {
    width: 70vw;
  }

  .image-14 {
    margin-top: -100px;
  }

  .logo-image-2 {
    height: 15rem;
  }

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

  .text-block-3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .introduction {
    margin-left: 15px;
    margin-right: 15px;
  }

  .introduction.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .paragraph, .image-3 {
    width: 90vw;
  }

  .heading-2 {
    width: 80vw;
  }

  .paragraph-3, .heading-5 {
    width: 90vw;
  }

  .access {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block {
    width: 90%;
  }

  .div-block-9 {
    width: 90vw;
  }

  .logo-image-2 {
    height: 15rem;
  }

  .div-block-11 {
    width: 100rem;
  }

  .section-4 {
    width: auto;
  }

  .youtube-3 {
    width: 90vw;
  }

  .text-block-2, .text-block-3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    width: 90vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 36px;
  }

  .paragraph-2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-2 {
    width: 90%;
    min-width: 90%;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 36px;
  }

  .paragraph-3 {
    width: 90%;
    align-self: center;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-5 {
    height: 40px;
    font-size: 8px;
  }

  .paragraph-6 {
    width: 90%;
    margin-top: 20px;
  }

  .button-2 {
    width: 80%;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    display: flex;
  }

  .bold-text {
    width: 80%;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-5 {
    width: 80vw;
    font-size: 16px;
    line-height: 24px;
    display: block;
    overflow: visible;
  }

  .logo_top {
    align-items: center;
  }

  .top {
    margin-bottom: 100px;
    padding-top: 15vw;
  }

  .html-embed {
    width: 90%;
  }

  .twitter {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph-13 {
    font-size: 18px;
    line-height: 20px;
    left: 10px;
  }

  .bunner {
    width: 100%;
    height: 20vw;
    justify-content: center;
    align-items: center;
  }

  .image-7, .image-8 {
    object-fit: contain;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-9 {
    object-fit: contain;
    margin-left: 0;
    margin-right: 10px;
  }

  .link-block {
    width: 25vw;
    justify-content: center;
    margin-left: auto;
    margin-right: 0;
    padding: 10px;
    display: flex;
  }

  .access {
    margin-top: 20px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .caution {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2 {
    width: 25vw;
    justify-content: center;
    margin-left: 0;
    padding: 10px;
    display: flex;
  }

  .image-11 {
    object-fit: contain;
  }

  .link-block-3 {
    width: 20vw;
    justify-content: center;
    padding: 10px;
    display: flex;
  }

  .link-block-4 {
    width: 25vw;
    justify-content: center;
    margin-right: auto;
    padding: 10px;
    display: flex;
  }

  .instagram {
    width: 90%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .paragraph-16 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .html-embed-2 {
    width: 90%;
  }

  .div-block-6 {
    justify-content: center;
    display: flex;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-2 {
    width: 90%;
    grid-template-columns: .5fr 2.5fr;
    margin-right: 0;
  }

  .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
    font-size: 14px;
  }

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

  .paragraph-29, .paragraph-30, .paragraph-31 {
    font-size: 14px;
  }

  .paragraph-32 {
    font-size: 12px;
    line-height: 24px;
  }

  .paragraph-33 {
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-34 {
    width: 95%;
  }

  .image-12, .link-block-01 {
    width: 90vw;
  }

  .link-box-001 {
    margin-bottom: 20px;
  }

  .div-block-9 {
    justify-content: center;
    display: flex;
  }

  .image-14 {
    width: 100vw;
    height: auto;
    max-width: none;
    flex: 0 auto;
    margin-top: 60px;
    display: block;
  }

  .image-4 {
    width: 60vw;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    top: auto;
    bottom: auto;
  }

  .logo-image-2 {
    height: 10rem;
  }

  .text-block-2, .text-block-3 {
    font-size: 18px;
  }
}

#w-node-_6d1c91c4-866a-2458-aa32-09ff521dfa5f-0f1c6ea6, #w-node-ff6e9ba3-abe9-4d81-1c26-29f465e1b6c0-0f1c6ea6, #w-node-_0ce41186-02ad-e8bc-7118-9b8ec31a9aed-0f1c6ea6, #w-node-b9576b02-9afa-f27c-08aa-394609a117df-0f1c6ea6, #w-node-ea7d4f4c-56d6-e5b4-0fe2-6b5254d17901-0f1c6ea6, #w-node-_47c82062-78d6-ed49-e3bb-edd6539b71d9-0f1c6ea6, #w-node-_007b723e-9b9d-c9f5-ac48-e8fab3d69aac-0f1c6ea6, #w-node-_37417081-e179-fd87-5a74-f8967512cedf-0f1c6ea6, #w-node-e29c4dbd-bb7f-0498-9055-053496fee5d0-0f1c6ea6, #w-node-_7f222230-0034-921f-21b9-fb7b0e159800-0f1c6ea6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


