:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, 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 {
  color: #ff8a3e;
  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;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.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, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-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;
}

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

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

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

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

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.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;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.menu {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.navigation {
  background-color: #0000;
  border-bottom: 1px solid #a1a1a1;
  align-items: center;
  padding: 10px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.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: flex-end;
  align-items: baseline;
  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;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.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::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

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

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

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.text-block {
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.div-block-2 {
  text-decoration: none;
  display: flex;
}

.image {
  padding-right: 5px;
}

.small_navi {
  margin-left: 20px;
}

.image-2 {
  text-align: right;
  width: 90px;
  margin-left: 25px;
  padding-right: 20px;
}

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

.image-3 {
  width: 15px;
  display: none;
}

.image-3:hover, .image-3:lang(en) {
  display: inline-flex;
}

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

.navigation-item-copy {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

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

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

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

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

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

.div-block-copy, .div-block-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.ttl {
  max-width: 980px;
}

.heading {
  color: #fa6e06;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
}

.heading.white {
  color: #fff;
}

.heading.margin {
  width: 18%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading.margin-copy {
  width: 18%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.news_box_cover {
  background-color: #fff;
  border: 1px solid #ee782d;
  border-radius: 50px;
  max-width: 980px;
  margin-bottom: 0;
  padding: 65px 65px 40px;
}

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

.field-label {
  width: 140px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.text-field-2 {
  width: 600px;
}

.submit-button {
  text-align: center;
  background-color: #000;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
}

.form {
  margin-left: auto;
  margin-right: auto;
}

.div-block-4 {
  text-align: center;
  padding-top: 30px;
}

.select-field {
  width: 285px;
}

.field-label-copy {
  width: auto;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
}

.div-block-3-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.result_box {
  max-width: 980px;
  margin-top: 40px;
}

.quick-stack {
  margin-top: 10px;
  padding: 0;
}

.image-4 {
  border-radius: 10px;
  position: relative;
}

.div-block-5 {
  background-color: #0b745b;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 7px;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.paragraph {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.paragraph-3 {
  color: #fa6e06;
  font-size: 10px;
  line-height: 14px;
}

.paragraph-copy {
  color: var(--white);
  text-align: center;
  width: auto;
  margin-bottom: 0;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
  display: none;
}

.image-5 {
  border-radius: 10px;
}

.page_box {
  margin-top: 40px;
}

.paragraph-4 {
  border: 2px solid #ee782d;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding: 15px;
  display: flex;
}

.div-block-8, .div-block-9 {
  display: flex;
}

.serch {
  background-color: #fff;
  padding-bottom: 40px;
}

.suport {
  flex-flow: row;
  width: 100%;
  max-width: 980px;
  margin-bottom: 20px;
  display: flex;
}

.suport_img {
  width: 50%;
  height: auto;
  margin-right: 100px;
  padding-bottom: 20px;
}

.suport_txt {
  width: 50%;
  height: auto;
  margin-left: 100px;
  margin-right: 40px;
}

.heading-2 {
  color: #fa6e06;
  margin-top: 100px;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

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

.image-6 {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 0;
}

.info {
  background-color: #f2eee2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-bottom: 50px;
  display: flex;
}

.tel {
  margin-top: 50px;
}

.contact {
  border: 1px solid #a0a0a0;
}

.heading-3 {
  color: #fa6e06;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 55px;
  font-style: italic;
  font-weight: 900;
  line-height: 44px;
}

.paragraph-5 {
  color: #000;
  text-align: center;
}

.button {
  text-align: center;
  background-color: #fa6e06;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 85px;
}

.contact_btn {
  text-align: center;
  background-color: #fa6e06;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  padding-right: 10px;
  font-weight: 600;
}

.div-block-13 {
  background-color: #fff;
  width: 100%;
  padding: 16px;
  font-size: 16%;
}

.paragraph-6 {
  text-align: center;
  font-size: 16px;
}

.footer {
  background-color: #fa6e06;
}

.paragraph-7 {
  color: #fff;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-7 {
  justify-content: flex-end;
  align-items: center;
  padding: 26px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 20px;
  display: flex;
}

.image-7 {
  width: 22px;
  padding-right: 5px;
}

.url {
  display: flex;
}

.text-block-4 {
  text-align: center;
  border: 0 solid #5c5c5c;
  margin-bottom: 50px;
  font-size: 32px;
}

.slide {
  text-align: center;
  max-width: 2000px;
}

.div-block-14 {
  text-align: center;
  background-color: #e4e4e4;
  width: 676px;
  height: 437px;
}

.div-block-15 {
  background-color: var(--white);
  width: 676px;
  height: 437px;
}

.quick-stack-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.s_inner {
  background-color: #dcdbdc;
  width: 140px;
  height: 140px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 850px;
}

.s_slide {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  margin-top: 50px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-17 {
  background-color: #6d6d6d;
  width: 50px;
}

.details.d {
  margin-top: 60px;
}

.details_container {
  justify-content: space-between;
  align-items: stretch;
  max-width: 980px;
  margin-top: 0;
  margin-bottom: 70px;
  display: flex;
}

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

.paragraph-8 {
  line-height: 32px;
}

.body-2 {
  font-family: Noto Sans JP, sans-serif;
  line-height: 32px;
}

.paragraph-9 {
  color: #1f1a1a;
  margin-top: 40px;
  line-height: 32px;
}

.text-span {
  color: #f60;
}

.list-item {
  list-style-type: none;
}

.grid {
  grid-column-gap: 16px;
  border-bottom: 1px solid #b4b4b4;
  grid-template: "Area"
  / .5fr 1fr;
  grid-auto-flow: row;
  padding: 10px 0 0;
}

.kakaku {
  color: #ff0004;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.grid-2 {
  grid-column-gap: 16px;
  border-bottom: 1px solid #b4b4b4;
  grid-template: "Area"
  / .5fr 1fr;
  grid-auto-flow: row;
  padding: 20px 0 0;
}

.text-span-2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.paragraph-10 {
  margin-top: 40px;
  line-height: 24px;
}

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

.image-8 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 40px;
  padding: 0 20px;
}

.image-9 {
  border: 1px solid #8f8f8f;
}

.image-9-copy {
  border: 10px solid #ff7600;
}

.details_txt_box {
  flex-flow: column;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.details_box02 {
  width: 451px;
  height: auto;
}

.details_madori {
  width: 36%;
  height: auto;
}

.property_inquiry {
  margin-bottom: 60px;
}

.property_inquiry_inner {
  background-color: #f2eee2;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-2-copy {
  color: #fa6e06;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.text-block-5 {
  color: #fa6e06;
  text-align: center;
  font-size: 21px;
}

.paragraph-11 {
  color: #000;
}

.text-block-3-copy {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 20px;
  display: flex;
}

.image-11 {
  width: 100%;
}

.quick-stack-5 {
  padding: 0;
}

.heading-4 {
  font-family: Oswald, sans-serif;
}

.heading-5 {
  color: #ff8a3e;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
}

.div-block-18 {
  border-bottom: 1px dashed #000;
  width: 80%;
  height: auto;
  line-height: 16px;
}

.paragraph-12 {
  color: #676767;
  padding-top: 20px;
  line-height: 32px;
}

.archive_box {
  width: 100%;
}

.div-block-19 {
  background-color: red;
  width: 100px;
  height: 0;
}

.news_inner1 {
  display: flex;
}

.icon {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: 500;
}

.icon.orenge {
  background-color: #ff8000;
}

.icon.blue {
  background-color: #0084ff;
}

.text-block-8 {
  color: #676767;
}

.news_inner {
  border-bottom: 1px dashed #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.text-block-9 {
  padding-bottom: 5px;
}

.icon_box {
  background-color: red;
  width: 100px;
  height: 0;
}

.color_orange {
  color: #fff;
  text-align: center;
  background-color: #ff7502;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: 500;
}

.color_blue {
  color: #fff;
  text-align: center;
  background-color: #239ef8;
  border-radius: 20px;
  margin-left: 10px;
  font-weight: 500;
}

.div-block-20 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100px;
  display: flex;
}

.paragraph-13 {
  font-weight: 500;
}

.paragraph-14 {
  color: #fff;
  padding-left: 40px;
}

.cotegory_box {
  width: 100%;
}

.whatsnew_box {
  background-color: #ff893e;
  padding-bottom: 100px;
}

.sarch_box {
  background-color: #fff7eb;
  border: 1px solid #ee782d;
  border-radius: 15px;
  max-width: 980px;
  margin-bottom: 0;
  padding: 65px 65px 40px;
}

.news_contents_box {
  background-color: #fff;
  border: 1px solid #ee782d;
  border-radius: 50px;
  max-width: 980px;
  margin-bottom: 0;
  padding: 65px;
}

.news_contents_box.contents_box {
  padding: 70px 90px;
}

.heading-6 {
  text-align: left;
  border-bottom: 1px dashed #000;
  font-size: 28px;
  font-weight: 700;
}

.paragraph-15 {
  color: #676767;
  text-align: left;
  line-height: 32px;
}

.text-span-4 {
  color: #000;
}

.image-12 {
  width: 100%;
}

.kyowa_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 980px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.newstop_btn {
  text-align: center;
  background-color: #fa6e06;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: flex;
}

.container-8 {
  max-width: 980px;
}

.quick-stack-6 {
  margin-bottom: 60px;
  padding: 0;
}

.heading-7 {
  text-align: left;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 300;
  line-height: 60px;
}

.paragraph_01 {
  color: #2c2c2c;
  text-align: left;
  padding-right: 30px;
  line-height: 32px;
  margin-bottom: 50px;
}

.image-13 {
  padding: 30px 20px 40px;
}

.cell {
  padding-left: 30px;
}

.kyowa_container2_top {
  text-align: center;
  background-image: url('../images/bg_01.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  max-width: 1100px;
  margin-top: -370px;
  padding: 50px 50px 0;
}

.quick-stack-7 {
  margin-top: 60px;
  padding: 0;
}

.div-block-21 {
  background-color: var(--white);
  text-align: center;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: auto;
  margin-bottom: 80px;
  padding: 45px;
  display: flex;
}

.heading-8 {
  border-bottom: 2px solid #ff8000;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-size: 21px;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.quick-stack-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 20px 0 0;
}

.paragraph_02 {
  color: #2c2c2c;
  text-align: left;
  order: 0;
  max-width: none;
  padding-left: 10px;
  padding-right: 0;
  line-height: 32px;
}

.btn_01 {
  text-align: center;
  background-color: #fa6e06;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: flex;
}

.image-14, .image-15 {
  width: 123px;
}

.heading-8_2 {
  border-bottom: 2px solid #ff8000;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  font-size: 21px;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.div-block-22 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.property_btn {
  text-align: center;
  background-color: #fa6e06;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  display: flex;
}

.index_section_04 {
  margin-top: 100px;
}

.div-block-23 {
  border: 3px solid #fa6e05;
  border-radius: 20px;
  padding: 57px;
}

.quick-stack-9 {
  padding: 0;
}

.div-block-24 {
  border-bottom: 1px dashed #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  display: flex;
}

.div-block-25 {
  border-bottom: 1px solid #000;
  border-radius: 200px;
  width: 100px;
  height: auto;
  padding: 16px;
}

.text-block-10 {
  padding-left: 10px;
  line-height: 16px;
}

.icon_top {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 20px;
  width: 120px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.icon_top.orenge {
  background-color: #ff8000;
}

.icon_top.blue {
  background-color: #0084ff;
}

.text-block-11 {
  color: #2f2f2f;
  padding-left: 20px;
  font-weight: 700;
}

.whats_new_btn {
  text-align: center;
  background-color: #fa6e06;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 40px auto 100px;
  padding: 20px 60px;
  display: flex;
}

.image-16 {
  width: 40%;
}

.image-17 {
  z-index: 1;
  width: 45%;
  position: absolute;
  inset: 0% auto auto 0%;
  height: auto;
}

.quick-stack-10 {
  height: 250px;
  margin-bottom: 40px;
  padding: 0;
}

.cell-2, .cell-3 {
  display: block;
}

.btn_box {
  height: auto;
  position: relative;
}

.div-block-26 {
  border: 3px solid #f70;
  border-radius: 15px;
  width: 450px;
  height: auto;
  margin: 35px 30px 30px 40px;
  padding: 37px;
  position: absolute;
}

.heading-9 {
  margin-bottom: 20px;
  padding-left: 100px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.heading-9-copy {
  margin-bottom: 20px;
  padding-left: 140px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-27 {
  background-image: linear-gradient(#ffd6b2, #fff);
  height: 300px;
}

.kyowa_container3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 980px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_2 {
  color: #fa6e06;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
}

.heading_2.white {
  color: #fff;
}

.heading_2.margin {
  width: 18%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-16 {
  color: #000;
  flex-flow: column;
  line-height: 32px;
  display: flex;
}

.image-24 {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-11 {
  border-bottom: 1px dashed #000;
  margin-top: 40px;
  padding: 0 0 40px;
}

.cell-5 {
  flex-flow: row;
  display: flex;
}

.div-block-29 {
  width: 15%;
  height: 100px;
  margin-right: 40px;
  display: flex;
}

.text-block-12 {
  color: #fb6707;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 180px;
  font-weight: 200;
  line-height: 160px;
  text-decoration: none;
  display: block;
}

.heading-10 {
  color: #fa6e06;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
}

.paragraph-17 {
  color: #000;
  text-align: left;
  line-height: 32px;
}

.div-block-30 {
  text-align: left;
  width: 90%;
}

.div-block-31 {
  margin-bottom: 100px;
}

.heading-9-copy-copy {
  margin-bottom: 20px;
  padding-left: 100px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.flow_container1 {
  background-color: #fb810726;
  border-radius: 15px;
  max-width: 980px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px;
}

.quick-stack-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.quick-stack-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 40px;
  padding: 0;
}

.quick-stack-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.cell-6 {
  background-color: #ff883b;
  padding: 12px;
}

.cell-7 {
  background-color: #fff;
  padding: 12px;
}

.text-block-13 {
  color: #fff;
}

.heading-10-copy {
  color: #fa6e06;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
}

.p_suport_01 {
  color: #000;
  text-align: left;
  line-height: 32px;
}

.flow_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fa6e05;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 980px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.text-span-5-copy {
  font-size: 32px;
  font-weight: 300;
}

.quick-stack-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.image-32 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p_suport_02 {
  color: #000;
  text-align: left;
  margin-top: 40px;
  line-height: 32px;
}

.flow_details_inner {
  border: 2px solid #ee782d;
  border-radius: 15px;
  padding: 32px;
}

.flow_box {
  margin-bottom: 60px;
}

.heading-11 {
  color: #fa6e06;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.p_suport_03 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  line-height: 32px;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
}

.image-33 {
  width: 50px;
}

.image-34 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 10px;
}

.flow_details {
  margin-bottom: 100px;
}

.image_01:hover {
  opacity: .75;
}

.image-36 {
  padding-top: 20px;
}

.p_suport_02-copy {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 100px;
  line-height: 32px;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  display: block;
}

.heading-copy {
  color: #fa6e06;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.heading-copy {
  color: #fa6e06;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
}

.heading-copy.white {
  color: #fff;
}

.heading-copy.margin {
  width: 18%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-copy.margin-copy {
  width: 18%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-17 {
  border-bottom: 1px dashed #000;
  margin-top: 20px;
  padding: 0;
}

.cell-9 {
  padding-bottom: 20px;
}

.text-block-15 {
  color: #000;
  text-align: left;
  line-height: 32px;
}

.company_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fa6e05;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 900px;
  margin: 0 auto 100px;
  padding-bottom: 0;
  display: flex;
}

.faq_section {
  background-color: #fb810726;
}

.faq_container {
  padding-bottom: 100px;
}

.div-block-33 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 52px;
}

.qa_box {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 40px;
  box-shadow: 0 0 6px #9a000052;
}

.div-block-34 {
  border-bottom: 1px dashed #000;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.q_block {
  background-color: #ff7502;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

.heading-12 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.qa_heading {
  color: #292929;
  width: 95%;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.a_block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.q_block-copy {
  background-color: #00a075;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

.qa_paragraph {
  color: #707070;
  width: 95%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
}

.contact2 {
  text-decoration: none;
  display: none;
}

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

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    width: 90%;
    display: block;
  }

  .menu {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    position: static;
  }

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

  .navigation {
    padding: 0;
  }

  .navigation-item {
    color: #fff;
    text-align: center;
    flex-flow: row;
    width: 100%;
    padding: 2vw;
    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: #0000;
  }

  .logo-image {
    width: 35vw;
  }

  .navigation-items {
    background-color: #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-text {
    width: auto;
  }

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

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .small_navi {
    display: none;
  }

  .image-2 {
    width: 8vw;
    margin-left: 2vw;
    padding-right: 0;
  }

  .navi1 {
    color: #fff;
  }

  .navi2 {
    width: 100%;
    display: inline-flex;
  }

  .navigation-item-copy {
    color: #fff;
    text-align: center;
    flex-flow: row;
    width: 100%;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-copy {
    color: #fff;
    text-align: center;
    flex-flow: row;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .div-block-copy-copy {
    width: 100%;
    display: inline-flex;
  }

  .heading {
    margin-top: 10vw;
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 8vw;
  }

  .heading.margin, .heading.margin-copy {
    width: auto;
    margin-top: 3vw;
  }

  .news_box_cover {
    border-radius: 10px;
    margin-left: 3vw;
    margin-right: 3vw;
    padding: 5vw;
  }

  .field-label {
    width: 18vw;
    padding: 0;
  }

  .text-field-2 {
    width: 65vw;
  }

  .div-block-4 {
    padding-top: 5vw;
  }

  .select-field {
    width: 30vw;
  }

  .field-label-copy {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .result_box, .quick-stack {
    margin-top: 0;
  }

  .paragraph {
    font-size: 1.5vw;
  }

  .paragraph-2 {
    font-size: 1.5vw;
    line-height: 4vw;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .paragraph-4 {
    padding: 2vw;
    font-size: 2vw;
  }

  .result {
    margin-left: 3vw;
    margin-right: 3vw;
    display: flex;
  }

  .serch {
    padding-bottom: 8vw;
  }

  .suport {
    justify-content: center;
    align-items: flex-start;
    padding: 0 6vw 6vw;
  }

  .suport_img {
    text-align: right;
    width: 40vw;
    margin-right: 0;
    padding-bottom: 0;
  }

  .suport_txt {
    width: 60vw;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    margin-top: 5vw;
    margin-bottom: 1vw;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .image-6 {
    width: 80%;
    margin-top: 4vw;
    padding-left: 2vw;
  }

  .info {
    padding-bottom: 5vw;
  }

  .tel {
    margin-top: 5vw;
  }

  .heading-3 {
    font-size: 7vw;
    line-height: 10vw;
  }

  .paragraph-5 {
    color: #000;
    font-size: 2vw;
    line-height: 3vw;
  }

  .contact_btn {
    padding: 3vw;
  }

  .text-block-2 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .paragraph-6 {
    font-size: 2vw;
  }

  .container-7 {
    padding: 3vw;
  }

  .text-block-3 {
    padding-right: 2vw;
    font-size: 2vw;
  }

  .image-7 {
    width: 3vw;
    padding-right: 1vw;
  }

  .text-block-4 {
    margin-bottom: 5vw;
    font-size: 3vw;
  }

  .div-block-15 {
    width: 70vw;
    height: auto;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .s_inner {
    width: 15vw;
    height: 15vw;
  }

  .s_slide {
    margin-top: 5vw;
  }

  .div-block-16 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    width: 75vw;
  }

  .div-block-17 {
    width: 5vw;
  }

  .details_box01 {
    width: 50vw;
  }

  .paragraph-8 {
    font-size: 2vw;
    line-height: 4vw;
  }

  .body-2 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 3vw;
    line-height: 6vw;
  }

  .paragraph-9 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-span {
    line-height: 3vw;
  }

  .grid {
    font-size: 2vw;
    line-height: 4vw;
  }

  .kakaku {
    font-size: 4vw;
  }

  .grid-2 {
    padding-top: 2vw;
  }

  .text-span-2 {
    font-size: 2vw;
  }

  .paragraph-10 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-span-3 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .details_box02 {
    width: 50vw;
  }

  .heading-2-copy {
    font-size: 4vw;
  }

  .text-block-5 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph-11 {
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 4vw;
  }

  .text-block-3-copy {
    padding-right: 2vw;
    font-size: 2vw;
  }

  .image-10 {
    width: 5vw;
  }

  .text-block-6 {
    font-size: 2vw;
  }

  .paragraph-12 {
    font-size: 1.8vw;
    line-height: 4vw;
  }

  .icon.color {
    font-size: 2vw;
  }

  .text-block-8 {
    font-size: 1.8vw;
    line-height: 4vw;
  }

  .news_inner {
    padding-top: 2vw;
  }

  .text-block-9 {
    font-size: 1.8vw;
    line-height: 4vw;
  }

  .div-block-20 {
    height: 10vw;
  }

  .paragraph-13 {
    font-size: 2vw;
    line-height: 4vw;
  }

  .paragraph-14 {
    padding-left: 5vw;
  }

  .whatsnew_box {
    padding-bottom: 8vw;
  }

  .sarch_box {
    border-radius: 10px;
    margin-left: 3vw;
    margin-right: 3vw;
    padding: 5vw;
  }

  .news_contents_box {
    border-radius: 10px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 5vw;
  }

  .heading-6 {
    text-align: left;
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 3vw;
  }

  .paragraph-15 {
    text-align: left;
    margin-bottom: 1vw;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .image-12 {
    max-width: none;
    height: auto;
  }

  .newstop_btn {
    padding: 3vw;
  }

  .quick-stack-6 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading-7 {
    margin-top: 10vw;
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 7vw;
  }

  .paragraph_01 {
    padding-right: 0;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .image-13 {
    padding: 3vw 1vw 2vw;
  }

  .cell {
    padding-left: 0;
  }

  .kyowa_container2_top {
    border-radius: 30px;
    margin: -28vw 2vw 0;
    padding: 3vw;
  }

  .div-block-21 {
    border-radius: 2vw;
    margin-bottom: 5vw;
    padding: 4vw;
  }

  .heading-8 {
    font-size: 2vw;
  }

  .paragraph_02 {
    margin-bottom: 1vw;
    padding-left: 1vw;
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .btn_01 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 2vw;
  }

  .image-14, .image-15 {
    width: auto;
  }

  .heading-8_2 {
    font-size: 2vw;
  }

  .div-block-22 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .property_btn {
    margin-top: 4vw;
    padding: 3vw;
  }

  .index_section_04 {
    margin-top: 10vw;
  }

  .result_section {
    margin-left: 3vw;
    margin-right: 3vw;
    display: flex;
  }

  .div-block-23 {
    margin: 0 5vw;
    padding: 2vw;
  }

  .div-block-24 {
    padding-bottom: 1vw;
  }

  .text-block-10 {
    padding-left: 1vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .icon_top {
    width: 13vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .icon_top.color {
    font-size: 2vw;
  }

  .text-block-11 {
    padding-left: 2vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .whats_new_btn {
    margin-top: 3vw;
    margin-bottom: 5vw;
    padding: 3vw;
  }

  .quick-stack-10 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    height: 22vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .div-block-26 {
    width: 38vw;
    margin: 3vw 0 0 7.5vw;
    padding: 3vw;
    font-size: 2vw;
  }

  .heading-9 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 5vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .heading-9-copy {
    padding-left: 10vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .div-block-27 {
    height: 20vw;
  }

  .image-18, .image-19, .image-20 {
    width: 7vw;
  }

  .heading_2 {
    margin-top: 10vw;
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 8vw;
  }

  .heading_2.margin {
    width: auto;
    margin-top: 3vw;
  }

  .paragraph-16 {
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .quick-stack-11 {
    margin-top: 3vw;
    padding-bottom: 3vw;
  }

  .cell-5 {
    padding-bottom: 0;
  }

  .div-block-29 {
    margin-right: 3vw;
  }

  .text-block-12 {
    margin-bottom: 0;
    font-size: 18vw;
    line-height: 15vw;
  }

  .heading-10 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .paragraph-17 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .div-block-31 {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .heading-9-copy-copy {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 10vw;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .flow_container1 {
    margin-top: 4vw;
    margin-bottom: 0;
    padding: 5vw;
  }

  .quick-stack-12 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .quick-stack-13 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 3vw;
  }

  .cell-6, .cell-7 {
    padding: 2vw;
  }

  .text-block-13 {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }

  .heading-10-copy {
    margin-top: 0;
    font-size: 3vw;
    line-height: 3vw;
  }

  .p_suport_01 {
    margin-top: 3vw;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .flow_container {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .text-span-5-copy {
    font-size: 4vw;
  }

  .p_suport_02 {
    margin-top: 3vw;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .flow_details_inner {
    padding: 3vw;
  }

  .flow_box {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .heading-11 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .p_suport_03 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .image-34 {
    width: 4vw;
  }

  .flow_details {
    margin-bottom: 5vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .text-block-14 {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }

  .p_suport_02-copy {
    margin-top: 0;
    margin-bottom: 10vw;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .heading-copy.margin, .heading-copy.margin-copy {
    width: auto;
    margin-top: 3vw;
  }

  .heading-copy {
    margin-top: 10vw;
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 8vw;
  }

  .heading-copy.margin, .heading-copy.margin-copy {
    width: auto;
    margin-top: 3vw;
  }

  .text-span-12, .text-span-13 {
    font-size: 4vw;
  }

  .quick-stack-17 {
    margin-top: 2vw;
  }

  .text-block-15 {
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .company_container {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-16 {
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .faq_container {
    padding-bottom: 7vw;
  }

  .qa_box {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 4vw;
    box-shadow: 0 2px 5px #9a000052;
  }

  .q_block {
    border-radius: 5vw;
    width: 7vw;
    height: 7vw;
  }

  .heading-12 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .qa_heading {
    padding-left: 2vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .q_block-copy {
    border-radius: 5vw;
    width: 7vw;
    height: 7vw;
  }

  .qa_paragraph {
    padding-top: 1vw;
    padding-left: 2vw;
    font-size: 1.8vw;
    line-height: 3.2vw;
  }

  .index_section_03 {
    margin-left: 3vw;
    margin-right: 3vw;
    display: flex;
  }
}

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

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

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

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

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

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

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

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

  .menu-icon {
    width: 8vw;
  }

  .menu {
    width: 30vw;
  }

  .navigation {
    padding: 0;
  }

  .navigation-item {
    padding: 3vw;
  }

  .logo-image {
    width: 60%;
  }

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

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .image-2 {
    width: 12vw;
    margin-left: 4vw;
    padding-right: 2vw;
  }

  .heading {
    flex-flow: column;
    margin-top: 10vw;
    margin-bottom: 5vw;
    font-size: 6vw;
    display: flex;
  }

  .heading.margin, .heading.margin-copy {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .news_box_cover {
    width: 94.0003%;
    padding: 3vw 5vw 5vw;
  }

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

  .div-block-3.plus {
    margin-top: 3vw;
  }

  .field-label {
    width: 30vw;
  }

  .text-field-2 {
    width: 70vw;
  }

  .div-block-4 {
    padding-top: 5vw;
  }

  .select-field {
    width: 35vw;
  }

  .div-block-3-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 1vw;
  }

  .paragraph {
    font-size: 1.8vw;
  }

  .paragraph-2 {
    font-size: 2.2vw;
    line-height: 5vw;
  }

  .paragraph-3 {
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .paragraph-4 {
    font-size: 3vw;
  }

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

  .suport_img {
    margin-right: 0;
    padding-bottom: 0;
  }

  .suport_txt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: 7vw;
    display: block;
  }

  .image-6 {
    width: 100%;
  }

  .text-block-2 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .container-7 {
    flex-flow: column;
    padding: 5vw;
  }

  .text-block-3 {
    width: 100%;
    margin-bottom: 3vw;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 6vw;
  }

  .image-7 {
    width: 3.5vw;
    margin-bottom: 3vw;
    padding-top: .5vw;
  }

  .url {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .details.d {
    margin-top: 10vw;
  }

  .details_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10vw;
  }

  .details_box01 {
    width: 90vw;
  }

  .paragraph-8 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .body-2 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 4vw;
  }

  .paragraph-9 {
    font-size: 2.5vw;
    line-height: 6vw;
  }

  .grid {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .kakaku {
    font-size: 5vw;
  }

  .text-span-2 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .paragraph-10 {
    font-size: 2.5vw;
  }

  .text-span-3 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .details_txt_box {
    width: 90vw;
    margin-top: 0;
  }

  .details_box02 {
    width: 90vw;
  }

  .details_madori {
    width: 80vw;
  }

  .paragraph-11 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 5vw;
    display: flex;
  }

  .text-block-3-copy {
    margin-bottom: 3vw;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 3vw;
    line-height: 6vw;
  }

  .text-block-6 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .heading-5 {
    text-align: center;
    margin-top: 5vw;
    margin-bottom: 1vw;
  }

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

  .paragraph-12 {
    text-align: center;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .div-block-19 {
    background-color: #fff0;
    border-radius: 20px;
    height: 30px;
    margin-left: 10px;
  }

  .news_inner1 {
    border-radius: 0;
    padding-top: 0;
    display: flex;
  }

  .icon {
    color: #fff;
    text-align: center;
    margin-left: 0;
    font-size: 2.5vw;
  }

  .text-block-8 {
    font-size: 2.5vw;
  }

  .text-block-9 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2.5vw;
  }

  .icon_box {
    background-color: #fff0;
    border-radius: 0;
    height: 30px;
    margin-left: 10px;
  }

  .color_orange, .color_blue {
    color: #fff;
    text-align: center;
  }

  .paragraph-13 {
    margin-bottom: 1vw;
    font-size: 3vw;
  }

  .paragraph-14 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

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

  .sarch_box, .news_contents_box {
    width: 94.0003%;
    padding: 3vw 5vw 5vw;
  }

  .heading-6 {
    font-size: 3.5vw;
  }

  .heading-7 {
    margin-top: 8vw;
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .paragraph_01 {
    font-size: 2vw;
    line-height: 4vw;
  }

  .kyowa_container2_top {
    border-radius: 17px;
  }

  .div-block-21 {
    padding: 3vw;
  }

  .heading-8 {
    margin-bottom: 2vw;
    padding-bottom: .5vw;
  }

  .quick-stack-8 {
    padding-top: 0;
  }

  .paragraph_02 {
    font-size: 2vw;
    line-height: 4vw;
  }

  .heading-8_2 {
    margin-bottom: 2vw;
    padding-bottom: .5vw;
  }

  .div-block-22 {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .div-block-24 {
    padding-bottom: 1vw;
  }

  .text-block-10 {
    padding-right: 2vw;
  }

  .icon_top {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 14vw;
    margin-left: 0;
    padding: 1vw;
    font-size: 2vw;
    line-height: 2vw;
    display: flex;
  }

  .whats_new_btn {
    margin-top: 5vw;
    margin-bottom: 8vw;
  }

  .heading-9, .heading-9-copy {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .heading_2 {
    margin-top: 10vw;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .heading_2.margin {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .paragraph-16 {
    text-align: left;
    font-size: 2.5vw;
    line-height: 5vw;
    display: block;
  }

  .image-24 {
    width: 100vw;
  }

  .div-block-31 {
    margin-bottom: 10vw;
  }

  .heading-9-copy-copy {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-left: 5vw;
  }

  .div-block-32 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .flow_container1 {
    margin-bottom: 5vw;
  }

  .text-block-13 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .heading-10-copy {
    font-size: 4vw;
    line-height: 4vw;
  }

  .p_suport_01 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .flow_container {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-span-5-copy {
    font-size: 4vw;
  }

  .image-32 {
    width: 70%;
  }

  .p_suport_02 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .flow_details_inner {
    padding: 4vw 2vw;
  }

  .flow_box {
    margin-bottom: 5vw;
  }

  .heading-11 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .p_suport_03 {
    font-size: 2vw;
    line-height: 4vw;
  }

  .flow_details {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .quick-stack-16 {
    padding: 2vw 3vw;
  }

  .text-block-14 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .cell-8 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .p_suport_02-copy {
    text-align: left;
    flex-flow: row;
    font-size: 2.5vw;
    line-height: 5vw;
    display: block;
  }

  .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
    display: inline;
  }

  .heading-copy {
    flex-flow: column;
    margin-top: 10vw;
    margin-bottom: 5vw;
    font-size: 4.5vw;
    line-height: 7vw;
    display: flex;
  }

  .heading-copy.margin, .heading-copy.margin-copy {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .text-span-11 {
    display: block;
  }

  .heading-copy {
    flex-flow: column;
    margin-top: 10vw;
    margin-bottom: 5vw;
    font-size: 6vw;
    display: flex;
  }

  .heading-copy.margin, .heading-copy.margin-copy {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .text-span-12 {
    font-size: 4.5vw;
  }

  .text-block-15 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .company_container {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-16 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .faq_container {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .qa_box {
    padding-bottom: 5vw;
    box-shadow: 0 0 1vw #9a000052;
  }

  .qa_heading {
    font-size: 2.8vw;
    line-height: 5vw;
  }

  .qa_paragraph {
    padding-top: 0;
    font-size: 2vw;
    line-height: 4vw;
  }
}

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

  img {
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .logo-link {
    width: 45vw;
  }

  .menu-icon {
    text-align: center;
    width: 10vw;
    margin-right: 3vw;
  }

  .menu {
    justify-content: center;
    align-items: center;
    width: 25vw;
    margin-left: 0;
  }

  .navigation-wrap {
    padding: 1vw;
  }

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

  .navigation-item {
    color: #fff;
    background-color: #000;
  }

  .menu-button {
    flex: none;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .logo-image {
    width: 100%;
    margin-top: 1vw;
    margin-left: 0;
  }

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

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .div-block {
    background-color: #000;
  }

  .image-2 {
    width: 12vw;
    height: 12vw;
    margin-left: 0;
    padding-right: 0;
  }

  .navi1 {
    color: var(--white);
    background-color: #000;
  }

  .navi2 {
    background-color: #000;
  }

  .navigation-item-copy {
    color: #fff;
    background-color: #000;
  }

  .div-block-copy, .div-block-copy-copy {
    background-color: #000;
  }

  .heading {
    flex-flow: column;
    margin-top: 14vw;
    margin-bottom: 5vw;
    font-size: 8vw;
    display: flex;
  }

  .heading.margin, .heading.margin-copy {
    font-size: 8vw;
  }

  .field-label {
    width: 50vw;
    margin-bottom: 1vw;
  }

  .submit-button {
    width: 100%;
    padding: 6vw;
  }

  .select-field {
    width: 38vw;
  }

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

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    border-radius: 5px;
  }

  .paragraph {
    font-size: 3.5vw;
  }

  .paragraph-2 {
    color: #000;
    width: 100%;
    padding-top: 4vw;
    font-size: 4vw;
  }

  .paragraph-3 {
    padding-top: 3vw;
    font-size: 3.8vw;
    line-height: 6vw;
  }

  .paragraph-4 {
    padding: 6vw;
    font-size: 4vw;
  }

  .div-block-8, .div-block-9 {
    display: flex;
  }

  .suport_img {
    width: 50vw;
  }

  .heading-2 {
    margin-top: 15vw;
    font-size: 6vw;
    font-weight: 400;
    line-height: 9vw;
  }

  .body {
    font-size: 4vw;
    line-height: 8px;
  }

  .info {
    margin-left: auto;
    padding: 5vw 5vw 10vw;
  }

  .heading-3 {
    font-size: 10vw;
  }

  .paragraph-5 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

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

  .text-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    width: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 2vw;
    font-size: 4vw;
    line-height: 8vw;
    display: flex;
  }

  .paragraph-6 {
    font-size: 4vw;
  }

  .container-7 {
    flex-flow: column;
    padding: 7vw;
  }

  .text-block-3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5vw;
    font-size: 4vw;
  }

  .image-7 {
    width: 8vw;
    margin-bottom: 5vw;
    margin-right: 0;
    padding-top: 0;
    padding-right: 3vw;
  }

  .url {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .text-block-4 {
    margin-top: 2vw;
    font-size: 4vw;
  }

  .div-block-15 {
    width: 100vw;
  }

  .details.d {
    margin-top: 5vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .details_container {
    flex-flow: column;
    align-items: stretch;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
  }

  .details_box01 {
    width: auto;
  }

  .paragraph-8, .paragraph-9 {
    margin-top: 5vw;
    margin-bottom: 0;
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .wrapper_div {
    line-height: 7vw;
  }

  .grid {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .paragraph-10 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-span-3 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .image-8 {
    width: 50%;
    margin-top: 5vw;
    margin-bottom: 10vw;
  }

  .quick-stack-4 {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .details_txt_box {
    width: auto;
    margin-top: 0;
  }

  .details_box02 {
    width: auto;
    margin-top: 5vw;
    font-size: 3.5vw;
    line-height: 10vw;
  }

  .details_madori {
    width: auto;
  }

  .property_inquiry_inner {
    padding: 10vw 5vw 15vw;
  }

  .heading-2-copy {
    margin-bottom: 5vw;
    font-size: 6vw;
  }

  .text-block-5 {
    margin-top: 15vw;
    font-size: 5vw;
  }

  .paragraph-11 {
    flex-flow: column;
    font-size: 4.5vw;
    line-height: 8vw;
  }

  .text-block-3-copy {
    width: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 3vw;
    font-size: 4vw;
    line-height: 8px;
  }

  .image-11 {
    width: 100vw;
  }

  .heading-5 {
    margin-top: 10vw;
  }

  .paragraph-12 {
    margin-bottom: 2vw;
    padding-top: 2vw;
    font-size: 4vw;
    line-height: 8vw;
  }

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

  .news_inner1 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    line-height: 4px;
  }

  .icon {
    padding: 2vw;
    line-height: 2.5px;
  }

  .text-block-8 {
    font-size: 3vw;
  }

  .news_inner {
    padding-top: 3vw;
    padding-bottom: 1vw;
  }

  .text-block-9 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .icon_box {
    width: 18vw;
    height: auto;
  }

  .paragraph-13 {
    font-size: 4vw;
  }

  .paragraph-14 {
    font-size: 3vw;
  }

  .news_contents_box {
    padding-top: 6vw;
    padding-bottom: 10vw;
  }

  .heading-6 {
    padding-bottom: 1vw;
    font-size: 4vw;
    line-height: 7vw;
  }

  .paragraph-15 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .kyowa_container {
    margin-right: 0;
  }

  .newstop_btn {
    width: 100%;
  }

  .quick-stack-6 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    margin-bottom: 0;
  }

  .heading-7 {
    margin-top: 8vw;
    font-size: 9vw;
    line-height: 14vw;
  }

  .paragraph_01 {
    margin-top: 3vw;
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 8vw;
  }

  .image-13 {
    margin-bottom: 5vw;
  }

  .kyowa_container2_top {
    margin-top: -33.1vw;
    margin-left: 3vw;
    margin-right: 3vw;
    padding: 6vw;
  }

  .div-block-21 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 7vw;
  }

  .heading-8 {
    padding-bottom: 0;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .quick-stack-8 {
    margin-top: 5vw;
  }

  .paragraph_02 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .btn_01 {
    justify-content: center;
    align-items: stretch;
    width: 70vw;
    margin-top: 5vw;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8_2 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .div-block-22 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .property_btn {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .index_section_04, .result_section {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-23 {
    margin-left: 0;
    margin-right: 0;
    padding: 7vw;
  }

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

  .text-block-10 {
    font-size: 4vw;
  }

  .icon_top {
    width: 20vw;
    padding: 2.5vw;
    font-size: 3vw;
    line-height: 3px;
  }

  .text-block-11 {
    padding-top: 2vw;
    padding-bottom: 1vw;
    padding-left: 0;
    font-size: 4vw;
    line-height: 6vw;
  }

  .whats_new_btn {
    flex-flow: row;
    width: 100%;
  }

  .image-17 {
    width: 40vw;
  }

  .quick-stack-10 {
    height: 76vw;
  }

  .div-block-26 {
    width: 80vw;
    margin-top: 7vw;
    padding: 6vw;
  }

  .heading-9 {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-left: 15vw;
    font-size: 5vw;
    line-height: 4vw;
  }

  .heading-9-copy {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-left: 25vw;
    font-size: 5vw;
    line-height: 4vw;
  }

  .div-block-27 {
    margin-top: 10vw;
  }

  .image-18 {
    width: 12vw;
    font-size: 5vw;
  }

  .cell-4 {
    font-size: 8vw;
  }

  .image-21 {
    width: 6vw;
    margin-left: 0;
    padding: 0;
  }

  .image-22 {
    width: 5vw;
    margin-left: 0;
  }

  .image-23 {
    width: 6vw;
    margin-left: 0;
  }

  .kyowa_container3 {
    margin-right: 0;
  }

  .heading_2 {
    margin-bottom: 5vw;
    font-size: 8vw;
  }

  .heading_2.margin {
    margin-top: 10vw;
    margin-bottom: 8vw;
    font-size: 8vw;
  }

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

  .paragraph-16 {
    text-align: left;
    flex-flow: wrap;
    margin-bottom: 5vw;
    font-size: 4vw;
    line-height: 8vw;
    display: block;
  }

  .image-24 {
    width: 100%;
    margin-top: 5vw;
    margin-bottom: 10vw;
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 6vw;
    font-size: 10vw;
    line-height: 12vw;
  }

  .div-block-29 {
    width: 20%;
  }

  .text-block-12 {
    font-size: 30vw;
    line-height: 28vw;
  }

  .heading-10 {
    font-size: 5vw;
    line-height: 10vw;
  }

  .paragraph-17 {
    margin-bottom: 5vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .heading-9-copy-copy {
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-left: 15vw;
    font-size: 5vw;
    line-height: 4vw;
  }

  .div-block-32 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .image-25 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-26, .image-27, .image-28, .image-29, .image-30 {
    width: 80%;
  }

  .image-31 {
    width: 6vw;
    margin-left: 0;
  }

  .text-span-5 {
    line-height: 14vw;
  }

  .flow_container1 {
    margin-bottom: 10vw;
    padding: 7vw;
  }

  .heading-10-copy {
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    font-weight: 400;
    line-height: 10vw;
  }

  .p_suport_01 {
    margin-bottom: 5vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .flow_container {
    margin-right: 5vw;
  }

  .text-span-5-copy {
    margin-top: 10vw;
    font-size: 6vw;
    font-weight: 300;
    line-height: 10vw;
  }

  .p_suport_02 {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .flow_details_inner {
    padding: 5vw;
  }

  .flow_box {
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-11 {
    flex-flow: column;
    margin-bottom: 3vw;
    font-size: 5vw;
    font-weight: 400;
    line-height: 7vw;
    display: flex;
  }

  .p_suport_03 {
    text-align: left;
    margin-bottom: 5vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .image-34 {
    font-size: 6vw;
  }

  .quick-stack-16 {
    order: -1;
  }

  .image-35 {
    margin-left: 0;
  }

  .p_suport_02-copy {
    margin-bottom: 10vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .heading-copy {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 6vw;
    font-weight: 300;
    display: flex;
  }

  .heading-copy.margin, .heading-copy.margin-copy {
    font-size: 8vw;
  }

  .text-span-11 {
    display: inline;
  }

  .heading-copy {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 8vw;
    display: flex;
  }

  .heading-copy.margin, .heading-copy.margin-copy {
    font-size: 8vw;
  }

  .text-span-12, .text-span-13 {
    font-size: 6vw;
    line-height: 10vw;
  }

  .quick-stack-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 4vw;
  }

  .cell-9 {
    padding-bottom: 5vw;
  }

  .text-block-15 {
    font-size: 4vw;
    line-height: 8vw;
  }

  .company_container {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .text-block-16 {
    font-size: 5vw;
    line-height: 8vw;
  }

  .cell-10 {
    padding-top: 5vw;
  }

  .qa_box {
    border-radius: 3vw;
    margin-top: 3vw;
    padding: 6vw;
    box-shadow: 0 0 2vw #9a000052;
  }

  .q_block {
    border-radius: 8vw;
    width: 10vw;
    height: 10vw;
    font-size: 8vw;
    line-height: 8vw;
  }

  .heading-12 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .qa_heading {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .q_block-copy {
    border-radius: 8vw;
    width: 10vw;
    height: 10vw;
  }

  .qa_paragraph {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .index_section_03 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .link-block {
    width: 12vw;
    margin-left: auto;
    margin-right: 0;
  }
}

#w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-cacd2a73 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_69b1b165-79e8-9cec-ec21-69908fe57eb8-44cefbef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7c6048e8-d48e-0e68-2c00-028d01c3cdeb-44cefbef {
  grid-area: Area;
}

#w-node-_34261adb-8c7c-a8c4-f164-749d95a792bc-44cefbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_549f8ae7-be0e-bbbe-82da-d09b15421214-44cefbef {
  grid-area: Area;
}

#w-node-_549f8ae7-be0e-bbbe-82da-d09b15421216-44cefbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe6f8452-0475-7b6a-3a02-c991f66f4774-44cefbef {
  grid-area: Area;
}

#w-node-fe6f8452-0475-7b6a-3a02-c991f66f4776-44cefbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b055275a-4cb7-117c-f18f-4118984ce7f8-44cefbef {
  grid-area: Area;
}

#w-node-b055275a-4cb7-117c-f18f-4118984ce7fa-44cefbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6675ab1b-5a8c-499a-481f-df1cea6b9b8d-44cefbef {
  grid-area: Area;
}

#w-node-_6675ab1b-5a8c-499a-481f-df1cea6b9b8f-44cefbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4b78e9a-2b4c-69d4-9d67-84e79bff939d-44cefbef {
  grid-area: Area;
}

#w-node-d4b78e9a-2b4c-69d4-9d67-84e79bff939f-44cefbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd6df73c-f9cf-e7d4-498d-c2e3d4fded57-44cefbef {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_13790352-7244-07f5-fcc7-b75177864804-048c351e {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-b2c5b4cb-6716-2fac-9a0e-8ff52db45af9-25a9dcc9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8edb547-d2c0-186f-3c44-71d1ea959e8f-25a9dcc9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_0455fbca-fa3a-6b60-522e-1538676d4291-25a9dcc9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-25a9dcc9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-bbcd9daf-6b8b-c24b-7be2-0b716935ebd0-25a9dcc9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-d890b3c6-c127-30f1-f427-88cace6c854d-25a9dcc9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_229e6eac-b8eb-7dbe-da72-5151422e7a81-4f530276, #w-node-b331bc5a-ce52-8234-9467-6a789b8171c9-4f530276, #w-node-_399cae2b-5637-4b85-29d8-692e638860b7-4f530276, #w-node-_61990aeb-3bbb-29e8-240a-a74cec557ff3-4f530276, #w-node-_31289cda-0690-b6c7-8741-06e5186b2803-4f530276, #w-node-_22adc1ce-dda2-37c4-9728-3b84a2194f82-4f530276 {
  grid-template-rows: auto;
  grid-template-columns: .7fr .25fr;
}

#w-node-d890b3c6-c127-30f1-f427-88cace6c854d-4f530276 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_398d5cf9-51b0-275e-b9cf-4cf638bf6d6f-09a9997d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_027b37de-263d-fae1-ab7b-fca094947bdd-09a9997d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1811a80f-3e99-4377-b672-f2ec7322f7e8-09a9997d, #w-node-bff40000-1ba8-b255-bb62-54aa3902f280-09a9997d, #w-node-ea73af01-11a5-8589-b5d9-4336bb5eaaee-09a9997d, #w-node-a4610b9d-aecc-199d-d8ca-c144a77b33a3-09a9997d, #w-node-_4d5bf8a0-8e29-1643-a5e7-faa234af1c3a-09a9997d, #w-node-cd6f768c-00cd-d611-d2b6-f2de01174ad5-09a9997d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-f45ead60-10c4-1a18-67be-0b6c7a10d8c1-09a9997d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce9e18da-b43d-68a9-9175-98692fc5701f-09a9997d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-d890b3c6-c127-30f1-f427-88cace6c854d-09a9997d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b666aec-71a0-00b6-4af8-149da620e2ba-087bcde7, #w-node-_8f190534-00ae-328b-ceee-add52f6ff8bf-087bcde7, #w-node-_9fcfa9ea-ffe6-8fb0-479d-84c79cef5774-087bcde7, #w-node-_1a3150c8-55e0-0f17-c7c3-0489260d1dc1-087bcde7, #w-node-fd0977f2-18c2-9b8c-5f4d-fbd67eb1a1c3-087bcde7, #w-node-c603e18b-f302-fe1c-3a89-20cc5225cf9a-087bcde7, #w-node-_3b98a7f4-5159-d741-ebce-0c5322790330-087bcde7, #w-node-_69edd30e-1f4f-553e-c12e-bddef00e1ece-087bcde7, #w-node-ca259d2b-638f-1570-98e1-7e75771c1135-087bcde7, #w-node-_44692647-da08-2031-6b42-482a475cc3e3-087bcde7 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-cacd2a73, #w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-25a9dcc9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-d890b3c6-c127-30f1-f427-88cace6c854d-25a9dcc9, #w-node-d890b3c6-c127-30f1-f427-88cace6c854d-4f530276, #w-node-d890b3c6-c127-30f1-f427-88cace6c854d-09a9997d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7b666aec-71a0-00b6-4af8-149da620e2ba-087bcde7 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-cacd2a73 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_13790352-7244-07f5-fcc7-b75177864804-048c351e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_13790352-7244-07f5-fcc7-b75177864805-048c351e {
    order: 9999;
  }

  #w-node-_13790352-7244-07f5-fcc7-b75177864806-048c351e {
    order: -9999;
  }

  #w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-25a9dcc9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_398d5cf9-51b0-275e-b9cf-4cf638bf6d6f-09a9997d {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_027b37de-263d-fae1-ab7b-fca094947bdd-09a9997d {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f45ead60-10c4-1a18-67be-0b6c7a10d8c1-09a9997d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-cacd2a73 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2c5b4cb-6716-2fac-9a0e-8ff52db45af9-25a9dcc9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7979598b-3e37-ef46-5d1e-4c762aff62e3-25a9dcc9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d890b3c6-c127-30f1-f427-88cace6c854d-25a9dcc9, #w-node-_229e6eac-b8eb-7dbe-da72-5151422e7a81-4f530276, #w-node-b331bc5a-ce52-8234-9467-6a789b8171c9-4f530276, #w-node-_399cae2b-5637-4b85-29d8-692e638860b7-4f530276, #w-node-_61990aeb-3bbb-29e8-240a-a74cec557ff3-4f530276, #w-node-_31289cda-0690-b6c7-8741-06e5186b2803-4f530276, #w-node-_22adc1ce-dda2-37c4-9728-3b84a2194f82-4f530276, #w-node-d890b3c6-c127-30f1-f427-88cace6c854d-4f530276, #w-node-_398d5cf9-51b0-275e-b9cf-4cf638bf6d6f-09a9997d, #w-node-f45ead60-10c4-1a18-67be-0b6c7a10d8c1-09a9997d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f45ead60-10c4-1a18-67be-0b6c7a10d8c2-09a9997d {
    order: 9999;
  }

  #w-node-d890b3c6-c127-30f1-f427-88cace6c854d-09a9997d, #w-node-_7b666aec-71a0-00b6-4af8-149da620e2ba-087bcde7, #w-node-_8f190534-00ae-328b-ceee-add52f6ff8bf-087bcde7, #w-node-_9fcfa9ea-ffe6-8fb0-479d-84c79cef5774-087bcde7, #w-node-_1a3150c8-55e0-0f17-c7c3-0489260d1dc1-087bcde7, #w-node-fd0977f2-18c2-9b8c-5f4d-fbd67eb1a1c3-087bcde7, #w-node-c603e18b-f302-fe1c-3a89-20cc5225cf9a-087bcde7, #w-node-_3b98a7f4-5159-d741-ebce-0c5322790330-087bcde7, #w-node-_69edd30e-1f4f-553e-c12e-bddef00e1ece-087bcde7, #w-node-ca259d2b-638f-1570-98e1-7e75771c1135-087bcde7, #w-node-_44692647-da08-2031-6b42-482a475cc3e3-087bcde7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


