:root {
  --mymoji_sen: #555;
}

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

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

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.bodyglobal {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.bodyglobal.shita {
  border-top: 1px dotted #000;
}

.verticaldivider {
  background-color: #574b4b;
  width: 1px;
  height: 100vh;
}

.verticaldivider.left {
  z-index: 1000;
  position: fixed;
  left: 140px;
}

.verticaldivider.right {
  z-index: 1000;
  position: fixed;
  right: 140px;
}

.typography {
  border-bottom: 0 solid #574b4b;
  padding-top: 0;
  padding-bottom: 80px;
}

.pageheader {
  z-index: 1;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: var(--mymoji_sen);
  text-align: center;
  letter-spacing: 0;
  border-bottom: 0 #574b4b;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 24px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

.about {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-bottom: 0 #574b4b;
  margin-top: 0;
  margin-bottom: 0;
  padding: 96px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
}

.about.title {
  border-top: 1px solid var(--mymoji_sen);
  border-bottom: 1px none var(--mymoji_sen);
  color: #000;
  text-align: left;
  background-color: #00000026;
  background-image: url('../images/renzoku003.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 25vw;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.5em;
}

.about-title {
  color: var(--mymoji_sen);
  letter-spacing: 0;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 40px 24px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.about-title.insidecard {
  text-align: left;
  border-bottom: 0 #0000;
  border-radius: 0;
  padding-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: 1.5em;
}

.about-title.insidecard.center {
  color: var(--mymoji_sen);
  text-align: center;
  border-bottom-style: none;
  font-size: 2.3vw;
}

.about-title.pastprojects {
  color: #fff;
  padding-top: 48px;
}

.about-title.service {
  height: 104px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph {
  color: var(--mymoji_sen);
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 40px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.paragraph.membercard {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph.membercard.hidari {
  text-align: left;
}

.paragraph.insidehalfwidthcard {
  text-align: justify;
  border-top: 1px #dbd9d9;
  width: 100%;
  padding: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 100;
  line-height: 1.5em;
}

.paragraph.insidehalfwidthcard.center, .paragraph.insidehalfwidthcard.jp {
  text-align: center;
}

.paragraph.insideslider1 {
  width: auto;
  padding-right: 40px;
}

.paragraph.withbtn {
  color: #000;
  text-align: left;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.8em;
}

.paragraph.withbtn.insidetemplate {
  width: 50%;
}

.paragraph.projectcard {
  width: auto;
  padding-left: 40px;
}

.paragraph.contact {
  width: 90%;
}

.paragraph.service {
  text-align: right;
  width: 100%;
  padding: 24px 40px 0 80px;
}

.buttonstyles {
  padding-top: 0;
}

.buttonstylewrappers {
  grid-column-gap: 0px;
  grid-template-rows: 400px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block {
  border: 1px solid #574b4b;
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block {
  background-color: #000;
  border-radius: 140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-top: 0;
  display: flex;
}

.link-block:hover {
  background-color: #f55d48;
}

.bigbtnwrapper {
  z-index: 10;
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  background-color: #0000;
  width: 140px;
  height: auto;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bigbtnwrapper.sldier {
  background-color: #fff;
  height: 100%;
}

.label {
  color: var(--mymoji_sen);
  text-align: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: relative;
  top: 80px;
  transform: rotate(-90deg);
}

.slidenavigation {
  border: 1px solid #574b4b;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.slidenavigation.left {
  border-color: var(--mymoji_sen);
  width: 64px;
  height: 64px;
}

.primarybtn {
  color: #fff;
  background-color: #f55d48;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 80px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.primarybtn.w--current {
  color: #fff;
}

.primarybtn.submit {
  width: 100%;
  margin-left: 80px;
  margin-right: 80px;
}

.primarybtn.smallscreen {
  background-color: var(--mymoji_sen);
}

.btntext {
  color: #fff;
  font-family: Work Sans, sans-serif;
}

.secondarybtn {
  border: 1px solid #574b4b;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.seondarybtntext {
  color: var(--mymoji_sen);
  font-family: Work Sans, sans-serif;
}

.link {
  color: #000;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 80px;
  font-family: Work Sans, sans-serif;
  text-decoration: none;
  display: flex;
}

.link.w--current {
  color: #f55d48;
  background-color: #0000;
  border: 1px #0000;
  font-family: Work Sans, sans-serif;
  font-weight: 500;
}

.link.logo {
  border-right: 1px solid #574b4b;
}

.link.logo.w--current {
  border-style: none solid;
  border-width: 1px;
  border-color: black var(--mymoji_sen);
  background-color: #000;
}

.link.menuicon {
  display: none;
  overflow: visible;
}

.fullwidthcard1 {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fullwidthcard1.projecttemplate {
  height: auto;
}

.fullwidthcard1.home {
  text-align: center;
  border-bottom: 1px solid #574b4b;
  align-items: stretch;
  height: auto;
  overflow: hidden;
}

.fullwidthcard1.home.heimenkensaku {
  border-bottom-style: none;
  border-bottom-color: var(--mymoji_sen);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/image-BG2x.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.imagecontainer1 {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  display: flex;
  position: relative;
  inset: 0% auto;
  overflow: hidden;
}

.imagewrapper1 {
  border-bottom: 1px #574b4b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  position: static;
}

.fullwidthcard2 {
  border-bottom: 1px solid #574b4b;
  padding-left: 80px;
  padding-right: 40px;
  display: flex;
}

.imagecontainer2 {
  background-color: #0000;
  justify-content: center;
  width: 500px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.fullwidthteammember {
  border-bottom: 1px solid #574b4b;
  height: auto;
}

.fullwidthteammember.award {
  border-bottom-style: none;
  border-bottom-color: var(--mymoji_sen);
}

.teammemberwrapper {
  grid-column-gap: 0px;
  border-bottom: 1px solid var(--mymoji_sen);
  grid-template: "Area" 400px
  / 1fr 1fr 1fr;
  grid-auto-flow: row;
  height: auto;
  overflow: visible;
}

.teammembercontentcontainer {
  border-bottom: 1px #000;
  border-right: 1px solid #dbd9d9;
  height: auto;
  overflow: hidden;
}

.membername {
  background-color: #0000;
  border-bottom: 1px #dbd9d9;
  height: 336px;
  padding-top: 10px;
  padding-bottom: 24px;
}

.membername.offset {
  border-bottom-style: none;
  height: auto;
  padding-top: 10px;
  padding-left: 40px;
}

.memberimage {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 336px;
  display: flex;
  overflow: hidden;
}

.membersocials {
  border-top: 0 solid #dbd9d9;
  height: 64px;
  padding-bottom: 1px;
  padding-left: 0;
  display: flex;
}

.membersocials._2 {
  border-top: 0 #0000;
  border-radius: 8px;
  align-items: flex-end;
  height: 80px;
  margin-left: 0;
  padding-bottom: 0;
}

.socialicon {
  background-color: #fff;
  border: 1px solid #574b4b;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.memberposition {
  padding-left: 40px;
  font-family: Work Sans, sans-serif;
}

.fullwidthcard3 {
  border-bottom: 1px solid #574b4b;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 601px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form-block {
  width: 50%;
  height: auto;
}

.form {
  border-left: 1px solid #574b4b;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 600px;
  margin-bottom: auto;
  padding: 80px 0 0;
  display: flex;
}

.text-field {
  width: auto;
  height: 80px;
  margin-left: 80px;
  margin-right: 80px;
}

.text-field:hover, .text-field:focus {
  border: 1px solid #574b4b;
}

.field-label {
  margin-left: 80px;
  margin-right: 80px;
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.formbtnwrapper {
  border-top: 1px solid #dbd9d9;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-right: 1px;
  padding-right: 0;
  display: flex;
}

.paragraphwrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  display: flex;
}

.halfwidthcard {
  display: flex;
}

.success-message {
  background-color: #574b4b;
  height: 600px;
}

.text-block {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

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

.error-message {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  height: 80px;
  margin: 0 80px 1px;
  position: relative;
  bottom: 160px;
}

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

.text-block-2 {
  color: #574b4b;
  font-family: Work Sans, sans-serif;
}

.naiyononakami01 {
  border-top: 1px solid var(--mymoji_sen);
  border-right: 1px solid #dbd9d9;
  border-bottom: 1px none var(--mymoji_sen);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.halfwidthcardimagewrapper {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  border-top: 1px dotted #dbd9d9;
  border-bottom: 1px dotted #dbd9d9;
  justify-content: center;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.halfwidthcardimagecontainer {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
}

.image {
  width: auto;
  height: 100%;
}

.image-2 {
  max-width: 60%;
}

.slider1 {
  background-color: #0000;
  border-bottom: 1px solid #574b4b;
  height: 600px;
}

.slide-nav {
  display: none;
}

.silder1wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.silder1wrapper._2 {
  height: auto;
}

.slider1contentcontainer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding-left: 40px;
  display: flex;
}

.slider1imagecontainer {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  margin-right: 140px;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.left-arrow {
  width: 64px;
  inset: auto auto 0% 0%;
}

.right-arrow {
  width: 64px;
  inset: auto 0% 0% auto;
}

.horizontaldivider {
  background-color: #dbd9d9;
  width: auto;
  height: 1px;
  margin-left: 1px;
  margin-right: 1px;
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
}

.slider2 {
  background-color: #0000;
  border-bottom: 1px solid #574b4b;
  height: 500px;
}

.slider2quotewrapper {
  background-color: #0000;
  width: 60%;
  height: 435px;
  padding-bottom: 0;
  overflow: hidden;
}

.slider2quotecontainer {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #574b4b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20%;
  display: flex;
}

.quoteicon {
  color: #fff;
  align-items: flex-end;
  height: 64px;
  font-family: Cinzel, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.quote {
  color: #fff;
  width: 300px;
  margin-bottom: 16px;
  padding-right: 24px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.slider3 {
  background-color: #0000;
  border-bottom: 1px solid #574b4b;
  height: auto;
}

.slider3imagecontainer {
  object-fit: cover;
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  margin-bottom: 64px;
  margin-left: 64px;
  margin-right: 64px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.fullwidthimagecontainer {
  object-fit: fill;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.heroheaderwrapper {
  border-bottom: 1px solid var(--mymoji_sen);
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  min-width: 100px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.naiyo-wrapper02 {
  border-style: none;
  border-width: 1px;
  border-color: var(--mymoji_sen) black black;
  display: flex;
}

.naiyo-wrapper02.top {
  border-top-style: none;
  border-top-color: var(--mymoji_sen);
}

.menu {
  z-index: 1000;
  background-color: #0000;
  border: 1px #000;
  width: 100vw;
  height: 80px;
  position: sticky;
  top: 0;
}

.nav-menu {
  display: flex;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffefe0d;
  border: 0 #000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.menuwrapper {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--mymoji_sen);
  width: 100%;
}

.projectcardwrapper {
  border-bottom: 1px solid #574b4b;
  border-right: 1px solid #574b4b;
  position: relative;
}

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

.projectcardimagewrapper {
  border-top: 1px solid #dbd9d9;
  height: auto;
}

.projectcardheadingsubheading {
  width: 72%;
  height: 400px;
}

.projectcardimagecomtainer {
  background-color: #fdd7d7;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.headersubheaderwrapper {
  border-bottom: 1px solid #574b4b;
}

.emptyspace {
  border-bottom: 1px solid #574b4b;
  height: 140px;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

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

.coverimage {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-position: 50% 0%;
  width: 140%;
  max-width: none;
  height: auto;
}

.footer {
  border: 1px solid var(--mymoji_sen);
  background-color: #0000001a;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.footerwrapper {
  border-right: 1px solid #dbd9d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footerwrapper.hireus {
  padding: 15px;
}

.empty {
  height: 200px;
}

.sliderimage {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: auto;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.sliderimage.fullwidth {
  width: 150%;
  height: auto;
}

.teamimage {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 150%;
  max-width: none;
}

.teamimage.awards {
  width: 70%;
}

.projectcardimage {
  width: 150%;
  max-width: none;
}

.subheadingwrapper {
  border-top: 1px solid var(--mymoji_sen);
  border-bottom: 1px none var(--mymoji_sen);
  overflow: hidden;
}

.iconcontainer {
  border-top: 1px solid #dbd9d9;
  overflow: hidden;
}

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

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

.preloader {
  z-index: 2000;
  background-color: #f50202;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloaderanimation {
  width: auto;
  display: block;
}

.viewprojects {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.wviewprojectswrapper {
  border-left: 1px solid #dbd9d9;
  border-right: 1px solid #dbd9d9;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.viewprojectscontainer {
  background-color: #f55d48;
  border-top: 1px solid #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
  text-decoration: none;
  display: flex;
}

.slide-3 {
  z-index: 20;
}

.hireuswrapper {
  background-color: var(--mymoji_sen);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.hireustext {
  color: #fff;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 40px;
  font-family: Coda, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.hireustext.email {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.hireustext.email.tel {
  font-size: 20px;
}

.image-19 {
  margin-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.link-2 {
  color: #fff;
}

.servicesgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: none;
}

.servicewrapper {
  padding: 40px;
}

.servicewrapper.rightborder {
  border-top: 1px solid #574b4b;
  border-bottom: 1px solid #574b4b;
  border-right: 1px solid #574b4b;
  padding-left: 0;
  padding-right: 0;
}

.servicewrapper.rightborder._2 {
  padding-left: 0;
  padding-right: 0;
}

.serviceimagecontainer {
  border-top: 1px solid #dbd9d9;
  border-bottom: 1px solid #dbd9d9;
  justify-content: center;
  align-items: center;
  height: 320px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.serviceimage {
  z-index: 1;
  height: 100%;
  position: relative;
  inset: 0%;
}

.imaggewrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.serviceimageonhover {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-1 {
  background-color: #0000;
  border: 1px #7d6c6c;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-2 {
  background-color: #9dc0f0;
  border-radius: 0%;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 250px;
  bottom: auto;
  left: auto;
}

.circle-3 {
  mix-blend-mode: multiply;
  background-color: #fcd955;
  border-radius: 50%;
  width: 60%;
  height: 60%;
  position: absolute;
  bottom: auto;
  left: auto;
}

.circle-4 {
  background-color: #ffcc0b;
  border-radius: 50%;
  width: 10%;
  height: 10%;
  position: absolute;
  bottom: auto;
  left: auto;
}

.semicircle {
  width: auto;
  height: 100%;
  display: none;
}

.image-20 {
  max-width: none;
  max-height: 80%;
}

.text-span {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/image-BG2x.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.text-span-2 {
  border-bottom: 1px solid #574b4b;
  font-size: 3.5vw;
  font-weight: 100;
  text-decoration: none;
}

.text-span-3 {
  font-weight: 100;
}

.text-span-5 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/image-BG2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.image-22 {
  display: block;
}

.container {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.preloader-2 {
  z-index: 2000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-3 {
  text-decoration: none;
}

.toiawase-box {
  color: #fff;
  width: 100%;
  line-height: 16px;
  text-decoration: none;
}

.toiawase-box:hover {
  color: #fff;
  background-color: #023dff33;
}

.about01 {
  border-top: 1px solid var(--mymoji_sen);
  border-right: 1px solid #dbd9d9;
  border-bottom: 1px none var(--mymoji_sen);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.naiyo-wrapper {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--mymoji_sen) black black;
  display: flex;
}

.naiyo-wrapper.top {
  border-top-style: none;
  border-top-color: var(--mymoji_sen);
  display: flex;
}

.naiyo-wrapper.top._001 {
  display: none;
}

.midashi01 {
  border-top: 1px none var(--mymoji_sen);
  border-bottom: 1px none var(--mymoji_sen);
  overflow: hidden;
}

.nav-link {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  font-weight: 300;
  display: flex;
}

.nav-link.w--current {
  color: #000;
  font-size: 14px;
}

.section-4 {
  background-color: #0000;
  justify-content: center;
  display: flex;
}

.slider-5 {
  backface-visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 768px;
  height: auto;
  margin-top: 0;
  display: flex;
  transform: perspective(471px);
}

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

.slide-nav-3 {
  display: block;
}

.news01 {
  background-color: #ebeaea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news01.bk {
  background-color: #0b0b0b;
}

.slide-block {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.slide-4 {
  background-image: url('../images/my01.png');
  background-position: 50%;
  background-size: auto;
  width: auto;
}

.slider-6 {
  width: 800px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 60px 0;
  display: flex;
}

.baner01 {
  color: #fff;
  text-align: center;
  background-color: #555;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 15px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.baner01.membercard {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

.baner01.membercard.hidari {
  text-align: left;
}

.baner01.insidehalfwidthcard {
  text-align: justify;
  border-top: 1px #dbd9d9;
  width: 100%;
  padding: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 100;
  line-height: 1.5em;
}

.baner01.insidehalfwidthcard.center, .baner01.insidehalfwidthcard.jp {
  text-align: center;
}

.baner01.insideslider1 {
  width: auto;
  padding-right: 40px;
}

.baner01.withbtn {
  color: #000;
  text-align: left;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  line-height: 1.8em;
}

.baner01.withbtn.insidetemplate {
  width: 50%;
}

.baner01.projectcard {
  width: auto;
  padding-left: 40px;
}

.baner01.contact {
  width: 90%;
}

.baner01.service {
  text-align: right;
  width: 100%;
  padding: 24px 40px 0 80px;
}

.div-block-3 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.link-block-2 {
  background-color: var(--mymoji_sen);
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
}

.div-block-5 {
  flex-flow: row;
  justify-content: center;
  max-width: 800px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.div-block-107 {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  max-width: 1234px;
  padding: 60px 0;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: url('../images/image-BG2x.png');
  background-position: 100%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.5vw;
  font-weight: 700;
}

.title-move {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-bottom: 0 #574b4b;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

.title-move.title {
  border-top: 1px solid var(--mymoji_sen);
  border-bottom: 1px none var(--mymoji_sen);
  color: #000;
  text-align: left;
  background-color: #00000026;
  background-image: url('../images/renzoku003.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 25vw;
  background-attachment: scroll;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.5em;
}

.text-span-6-2 {
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: url('../images/image-BG2x.png');
  background-position: 100%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5vw;
  font-weight: 700;
}

.div-block-108 {
  background-color: #0000;
  width: 100%;
  max-width: 900px;
}

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

.text-block-3 {
  width: 80%;
}

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

.image-23 {
  max-width: 50%;
}

.cta01 {
  z-index: 1001;
  background-color: #000000b3;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-130 {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.footer-cta01 {
  border: 1px #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.footer-cta01:hover {
  opacity: .5;
  color: #fff;
  flex: 0 auto;
  height: auto;
}

.footer-cta01.non {
  border-style: none;
  width: 10%;
}

.footer-cta01.non.w--current {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.menu-footer {
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.menu-footer:hover {
  color: #fff;
}

.image-7 {
  width: auto;
  height: auto;
}

.top01 {
  height: 80px;
  margin-top: -80px;
  padding-top: 0;
}

.image-24 {
  width: auto;
  height: auto;
  margin-right: 0;
}

.image-24:hover {
  flex: 0 auto;
  height: auto;
}

.div-projectnotokucho01 {
  padding: 20px 0;
}

.div-project-nakami01 {
  text-align: left;
  border-top: 1px #000;
  border-bottom: 1px dotted #000;
  padding: 20px 0;
}

.heimenkensaku-title01 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.8vw;
  line-height: 1.5em;
}

.heimenkensaku-honbun01 {
  text-align: justify;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}

.div-matome01 {
  background-color: #0000;
  padding: 40px 60px;
}

.div-matome01.saisho {
  background-color: #0000;
}

.div-block-131, .div-block-132, .div-block-133, .div-block-134 {
  text-align: center;
}

.div-block-135 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/image-BG2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 3.2vw;
  line-height: 1.5em;
}

.div-project-midasahi {
  background-color: var(--mymoji_sen);
  border-radius: 10px;
  padding-top: 0;
}

.div-intro01 {
  padding: 40px;
}

.bold-text {
  text-align: justify;
}

.project-saisho {
  text-align: justify;
  font-weight: 400;
  line-height: 1.8em;
}

.heimenkensaku-title02 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2vw;
  line-height: 1.5em;
}

.text-color01 {
  color: #020202;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/image-BG2x.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-136 {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-136.new {
  background-color: #fffaed00;
}

.div-block-137 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-137.new {
  border: 2px #3be4e4;
}

.baner01-2 {
  color: #fff;
  text-align: center;
  background-color: #555;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 15px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.baner01-2.image {
  color: #555;
  background-color: #0000;
  font-size: 18px;
}

.image-25, .image-25-02 {
  max-width: 100%;
}

.baner01-2-honbun {
  color: #fff;
  text-align: center;
  background-color: #5550;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 15px 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.baner01-2-honbun.image {
  color: #555;
  text-align: justify;
  background-color: #0000;
  align-self: center;
  width: auto;
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.baner01-2-honbun.image.cl {
  text-align: justify;
}

.div-block-138 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-3 {
  width: 70%;
}

.div-block-139 {
  width: 30%;
  padding-bottom: 0;
  padding-right: 10px;
}

.aisatu {
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 60px;
}

.div-block-2-aisatu {
  text-align: center;
  background-image: url('../images/kasanari.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 60px 0;
  display: flex;
}

.paragraph-2 {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-3 {
  text-align: left;
  padding-left: 60%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.heading-2 {
  color: #f5f0f0;
  text-shadow: 2px 4px 3px #0003;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.div-block-2-news {
  text-align: center;
  background-image: linear-gradient(#fff3, #00000080 58%, #ffffffe6), url('../images/20240901-005.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 60px 0;
  display: flex;
}

.aisatu-news {
  background-color: #ffffffe6;
  border: 10px #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 20px;
  display: flex;
}

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

.bold-text-2, .bold-text-2.cl {
  text-align: justify;
}

.image-26 {
  max-width: 100%;
}

.news {
  background-color: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 60px;
}

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

.paragraph-5, .news-honbun02 {
  text-align: left;
}

.news-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .paragraph.jp {
    font-family: Noto Sans JP, sans-serif;
  }

  .slider-5 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 800px;
    max-width: 800px;
    display: flex;
  }

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

  .slide-nav-3 {
    display: block;
  }

  .news01 {
    flex-direction: column;
  }

  .slide-block {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .slide-4 {
    width: 800px;
    height: 300px;
  }

  .mask-3, .div-block-2 {
    width: auto;
  }

  .baner01 {
    min-width: auto;
    max-width: 900px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .mask-4 {
    flex: 0 auto;
  }

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

  .div-block-107 {
    max-width: 1234px;
  }

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

  .div-block-108 {
    max-width: 900px;
  }

  .image-23 {
    max-width: 100%;
  }

  .div-matome01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-137 {
    max-width: 900px;
  }

  .baner01-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-25 {
    max-width: 900px;
  }

  .image-25-02 {
    max-width: 100%;
  }

  .baner01-2-honbun {
    padding-left: 40px;
    padding-right: 40px;
  }

  .baner01-2-honbun.image {
    max-width: 600px;
    font-size: 16px;
  }

  .baner01-2-honbun.image.cl {
    font-size: 16px;
  }

  .aisatu {
    border-radius: 10px;
    display: block;
  }

  .div-block-2-aisatu {
    width: auto;
  }

  .div-block-2-news {
    background-repeat: repeat, repeat;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .aisatu-news {
    border-radius: 10px;
    justify-content: center;
  }

  .image-26 {
    max-width: 900px;
  }

  .news {
    border-radius: 10px;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .bodyglobal {
    width: 100%;
    padding-left: 220px;
    padding-right: 220px;
    overflow: hidden;
  }

  .verticaldivider.left {
    left: 220px;
  }

  .verticaldivider.right {
    right: 220px;
  }

  .pageheader {
    font-size: 100px;
  }

  .about-title.pastprojects {
    color: #fff;
    text-decoration: none;
  }

  .about-title.service {
    height: 64px;
  }

  .paragraph {
    width: auto;
  }

  .paragraph.insidehalfwidthcard.center {
    font-size: 24px;
  }

  .paragraph.insideslider1 {
    padding-left: 40px;
  }

  .paragraph.withbtn {
    width: 40%;
  }

  .paragraph.withbtn.insidetemplate {
    width: 50%;
  }

  .paragraph.contact {
    width: 80%;
  }

  .paragraph.service {
    padding-top: 40px;
  }

  .primarybtn {
    width: 221px;
  }

  .link.logo {
    align-items: flex-end;
    width: 221px;
  }

  .link.logo.w--current {
    align-items: center;
    width: 221px;
  }

  .fullwidthcard1, .fullwidthcard1.projecttemplate {
    height: auto;
  }

  .fullwidthcard1.home {
    border-bottom: 1px solid #574b4b;
    height: auto;
  }

  .imagecontainer1 {
    border-radius: 0%;
  }

  .imagewrapper1 {
    border-bottom-style: none;
    width: auto;
    position: static;
    inset: 0%;
  }

  .imagecontainer2 {
    height: auto;
  }

  .teammemberwrapper {
    grid-template-rows: 500px;
  }

  .membername, .membername.offset, .memberimage {
    height: 436px;
  }

  .slider1imagecontainer {
    justify-content: flex-start;
  }

  .slider3 {
    height: 600px;
  }

  .slider3imagecontainer {
    flex-direction: column;
    align-items: center;
    height: 536px;
    overflow: hidden;
  }

  .hero {
    width: auto;
    display: block;
  }

  .fullwidthimagecontainer {
    width: 100%;
    height: auto;
    display: flex;
  }

  .project01, .ourprojects, .ourjourney, .ouroffice {
    width: auto;
    display: block;
  }

  .menu {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100%;
    position: sticky;
    inset: 0% 0% auto;
  }

  .nav-menu {
    justify-content: flex-end;
  }

  .navbar {
    justify-content: space-between;
    width: auto;
  }

  .menuwrapper {
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .contactus {
    width: auto;
    display: block;
  }

  .projectcardimagecomtainer {
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .body {
    min-width: auto;
  }

  .coverimage {
    object-fit: fill;
    object-position: 50% 0%;
    width: 150%;
    max-width: none;
    height: auto;
    overflow: hidden;
  }

  .footer {
    border-top: 1px solid #574b4b;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    height: 420px;
  }

  .footerwrapper {
    border-right: 1px solid #dbd9d9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .sliderimage {
    width: 100%;
    height: auto;
  }

  .teamimage {
    object-position: 50% 0%;
  }

  .projectcardimage {
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    width: 100%;
    max-width: none;
  }

  .preloader {
    display: block;
  }

  .preloaderanimation {
    display: none;
  }

  .viewprojects {
    height: 320px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .wviewprojectswrapper {
    border-left: 1px solid #dbd9d9;
    border-right: 1px solid #dbd9d9;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
  }

  .viewprojectscontainer {
    background-color: #f55d48;
    border-top: 1px solid #dbd9d9;
    border-bottom: 1px solid #dbd9d9;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 142px;
    text-decoration: none;
    display: flex;
  }

  .hireustext {
    margin-top: 40px;
    margin-left: 40px;
    font-size: 24px;
  }

  .hireustext.email {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .image-19 {
    margin-left: 40px;
    padding-top: 40px;
  }

  .serviceimage {
    inset: 0%;
  }

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

  .serviceimageonhover {
    width: auto;
  }

  .preloader-2 {
    display: none;
  }

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

  .baner01 {
    width: auto;
    min-width: auto;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .baner01.insideslider1 {
    padding-left: 40px;
  }

  .baner01.withbtn {
    width: 40%;
  }

  .baner01.withbtn.insidetemplate {
    width: 50%;
  }

  .baner01.contact {
    width: 80%;
  }

  .baner01.service {
    padding-top: 40px;
  }

  .div-block-3 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .title-move {
    padding: 20px 0;
  }

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

  .image-23 {
    max-width: 100%;
  }

  .heimenkensaku-honbun01 {
    font-size: 24px;
  }

  .div-matome01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-project-midasahi {
    background-color: var(--mymoji_sen);
  }

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

  .baner01-2 {
    width: auto;
  }

  .baner01-2.image {
    font-size: 24px;
  }

  .baner01-2-honbun {
    width: auto;
  }

  .baner01-2-honbun.image {
    max-width: none;
    font-size: 16px;
  }

  .div-block-2-aisatu, .div-block-2-news {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .aisatu-news {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .midashi {
    text-align: left;
  }

  .image-26 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .bodyglobal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bodyglobal.shita {
    border-bottom: 1px #000;
  }

  .verticaldivider.left {
    left: 40px;
  }

  .verticaldivider.right {
    right: 40px;
  }

  .pageheader {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
  }

  .about {
    padding: 64px 24px;
    font-size: 40px;
  }

  .about.title {
    text-align: left;
    border-top: 1px solid #555;
    font-size: 3vw;
  }

  .about-title {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 32px;
  }

  .about-title.insidecard {
    text-align: center;
    font-size: 3vw;
  }

  .about-title.insidecard.center {
    border: 1px #000;
    font-size: 3vw;
  }

  .about-title.pastprojects {
    height: auto;
    padding-top: 32px;
  }

  .about-title.service {
    height: auto;
    padding-bottom: 40px;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    padding-left: 24px;
  }

  .paragraph.membercard {
    width: 100%;
    padding-left: 24px;
  }

  .paragraph.insidehalfwidthcard {
    text-align: justify;
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph.insideslider1, .paragraph.withbtn {
    width: 80%;
  }

  .paragraph.withbtn.insidetemplate {
    width: 100%;
  }

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

  .paragraph.contact {
    width: 100%;
  }

  .paragraph.service {
    padding-top: 40px;
  }

  .link-block {
    width: 96px;
    height: 96px;
  }

  .bigbtnwrapper {
    background-color: #0000;
    width: 96px;
    height: 200px;
  }

  .bigbtnwrapper.sldier {
    height: auto;
  }

  .label {
    top: 54px;
  }

  .primarybtn {
    height: 64px;
  }

  .primarybtn.submit {
    height: 80px;
  }

  .primarybtn.smallscreen {
    width: 50%;
  }

  .secondarybtn, .link {
    height: 64px;
  }

  .link.logo {
    border-left: 1px solid #574b4b;
    border-right-style: none;
    width: 64px;
  }

  .link.logo.w--current {
    border-left-style: solid;
  }

  .link.menuicon {
    border-right: 1px solid #574b4b;
    border-left: 1px solid var(--mymoji_sen);
    background-color: #0000;
    align-items: center;
    width: 64px;
    padding: 12px;
    display: flex;
    position: relative;
  }

  .imagewrapper1 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .fullwidthcard2 {
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .imagecontainer2 {
    align-items: center;
    width: auto;
    height: 600px;
  }

  .fullwidthteammember {
    height: auto;
  }

  .teammemberwrapper {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .teammembercontentcontainer {
    height: auto;
  }

  .membername {
    border-bottom-style: none;
    border-bottom-width: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .membername.offset {
    border-bottom-style: none;
    height: auto;
    padding-left: 0;
  }

  .memberimage {
    object-fit: fill;
    flex-direction: row;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .membersocials {
    border: 1px #000;
    border-top-width: 0;
    height: auto;
  }

  .membersocials._2 {
    border: 1px #000;
    border-bottom: 1px solid #574b4b;
    height: 65px;
  }

  .socialicon {
    width: 64px;
    height: 64px;
  }

  .memberposition {
    padding-bottom: 0;
    padding-left: 24px;
  }

  .memberposition.insideslider1 {
    padding-bottom: 24px;
  }

  .fullwidthcard3 {
    flex-direction: column;
    height: auto;
  }

  .form-block {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 560px;
    margin-bottom: 0;
    display: flex;
  }

  .form {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .paragraphwrapper {
    width: 100%;
  }

  .halfwidthcard {
    flex-direction: column;
  }

  .naiyononakami01 {
    border-top-style: solid;
    border-bottom-style: none;
    flex-direction: column;
  }

  .slider1 {
    height: auto;
  }

  .slide-nav {
    display: none;
  }

  .silder1wrapper {
    flex-direction: column;
    width: auto;
    height: 636px;
  }

  .slider1contentcontainer {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .slider1imagecontainer {
    background-color: #574b4b;
    width: 100%;
    height: 500px;
    margin-bottom: 64px;
    margin-right: 0;
    overflow: hidden;
  }

  .slider2 {
    height: 500px;
  }

  .slider2._3 {
    height: 700px;
  }

  .slider2quotewrapper {
    width: 100%;
    height: auto;
  }

  .slider2quotecontainer {
    padding: 80px 140px 80px 80px;
  }

  .quote {
    width: 250px;
  }

  .slider3 {
    height: auto;
  }

  .slider3imagecontainer {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .slide, .mask, .slide-2, .mask-2 {
    height: auto;
  }

  .fullwidthimagecontainer {
    justify-content: center;
  }

  .heroheaderwrapper {
    height: auto;
  }

  .naiyo-wrapper02 {
    flex-direction: row;
  }

  .menu {
    background-color: #0000;
    border-bottom-style: none;
    border-bottom-width: 0;
    height: 64px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-8 {
    display: block;
  }

  .projectcardimagewrapper {
    height: 300px;
    overflow: hidden;
  }

  .projectcardheadingsubheading {
    height: 350px;
  }

  .projectcardimagecomtainer {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .coverimage {
    width: 140%;
    max-width: none;
    height: auto;
  }

  .grid {
    grid-template-columns: 1fr;
  }

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

  .sliderimage {
    width: 100%;
    height: auto;
  }

  .sliderimage.fullwidth {
    width: 120%;
  }

  .projectcardimage {
    width: 130%;
  }

  .viewprojects {
    padding-left: 64px;
    padding-right: 64px;
  }

  .viewprojectscontainer {
    justify-content: space-between;
    align-items: center;
  }

  .hireustext {
    margin-left: 40px;
  }

  .hireustext.email {
    margin-bottom: 40px;
  }

  .image-19 {
    margin-left: 40px;
    padding-top: 40px;
  }

  .servicesgrid {
    grid-template-columns: 1fr;
  }

  .serviceimagecontainer {
    height: auto;
  }

  .imaggewrap {
    width: 50%;
    height: 50%;
  }

  .text-span-4 {
    font-weight: 300;
  }

  .about01 {
    border-bottom-style: none;
  }

  .naiyo-wrapper {
    flex-direction: column;
  }

  .naiyo-wrapper.top {
    flex-direction: row;
  }

  .midashi01 {
    border-top-style: none;
  }

  .nav-link {
    align-items: center;
    height: 64px;
    font-size: 12px;
    font-weight: 300;
  }

  .nav-link.w--current {
    font-size: 14px;
  }

  .slider-5 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .baner01 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .baner01.membercard {
    width: 100%;
    padding-left: 24px;
  }

  .baner01.insidehalfwidthcard {
    text-align: justify;
    padding-left: 60px;
    padding-right: 60px;
  }

  .baner01.insideslider1, .baner01.withbtn {
    width: 80%;
  }

  .baner01.withbtn.insidetemplate {
    width: 100%;
  }

  .baner01.projectcard {
    font-size: 14px;
  }

  .baner01.contact {
    width: 100%;
  }

  .baner01.service {
    padding-top: 40px;
  }

  .link-block-2 {
    width: 100%;
  }

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

  .title-move {
    padding: 0 0 40px;
    font-size: 40px;
  }

  .title-move.title {
    text-align: left;
    border-top: 1px solid #555;
    font-size: 3vw;
  }

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

  .div-block-108 {
    max-width: 800px;
  }

  .cta01 {
    width: 100%;
  }

  .footer-cta01 {
    width: 50%;
  }

  .menu-footer {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .image-24 {
    height: auto;
    margin-right: 10px;
  }

  .image-24:hover {
    height: auto;
  }

  .div-project-midasahi {
    border-radius: 10px;
  }

  .heimenkensaku-title02 {
    text-align: left;
    font-size: 2.8vw;
  }

  .div-block-137 {
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    display: flex;
  }

  .baner01-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-25, .image-25-02 {
    max-width: 100%;
  }

  .baner01-2-honbun {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2-aisatu {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paragraph-3 {
    padding-left: 50%;
  }

  .div-block-2-news {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-26 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pageheader {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5vw;
  }

  .about {
    padding-bottom: 64px;
    font-size: 32px;
  }

  .about.title {
    text-align: left;
    font-size: 5vw;
  }

  .about-title {
    font-size: 24px;
  }

  .about-title.insidecard, .about-title.insidecard.center {
    font-size: 4vw;
  }

  .about-title.pastprojects {
    width: auto;
  }

  .about-title.service {
    height: auto;
    padding-bottom: 40px;
  }

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

  .paragraph.membercard {
    padding-right: 64px;
  }

  .paragraph.insidehalfwidthcard {
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
  }

  .paragraph.withbtn {
    font-weight: 300;
  }

  .link-block {
    width: 64px;
    height: 64px;
  }

  .bigbtnwrapper {
    width: 64px;
  }

  .label {
    font-size: 12px;
    top: 40px;
  }

  .slidenavigation.left {
    width: 64px;
  }

  .link.logo {
    padding: 14px;
  }

  .link.logo.w--current {
    border-left-style: solid;
    padding: 10px;
  }

  .link.menuicon {
    background-color: #0000;
  }

  .fullwidthcard1 {
    height: 600px;
  }

  .imagecontainer1 {
    width: 300px;
    height: 300px;
  }

  .imagecontainer2 {
    align-items: center;
    height: 500px;
  }

  .teammemberwrapper {
    width: 100%;
    overflow: hidden;
  }

  .teammembercontentcontainer {
    width: 100%;
  }

  .memberimage {
    flex-direction: column;
    width: 100%;
    height: 400px;
    overflow: hidden;
  }

  .socialicon {
    width: 54px;
    height: 54px;
  }

  .memberposition {
    padding-bottom: 24px;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  .silder1wrapper, .silder1wrapper._2 {
    height: 436px;
  }

  .slider1contentcontainer {
    margin-bottom: 0;
  }

  .slider2._3, .slider3 {
    height: 500px;
  }

  .slider3imagecontainer {
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .fullwidthimagecontainer {
    flex-direction: column;
    height: auto;
  }

  .heroheaderwrapper {
    height: auto;
  }

  .naiyo-wrapper02 {
    flex-direction: column;
  }

  .ouroffice {
    height: auto;
  }

  .image-18 {
    width: 70%;
  }

  .projectcardimagewrapper {
    height: auto;
  }

  .projectcardheadingsubheading {
    height: 250px;
  }

  .projectcardimagecomtainer {
    justify-content: center;
    align-items: flex-start;
    height: 400px;
    display: flex;
  }

  .coverimage {
    width: auto;
    height: 110%;
  }

  .coverimage.portrait {
    width: 100%;
    height: auto;
  }

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

  .footerwrapper.hireus {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .empty {
    height: 140px;
  }

  .sliderimage {
    width: 100%;
    height: auto;
  }

  .sliderimage.fullwidth {
    width: 150%;
  }

  .teamimage {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .projectcardimage {
    width: 135%;
    height: auto;
  }

  .viewprojects {
    padding-left: 64px;
    padding-right: 64px;
  }

  .viewprojectscontainer {
    height: 140px;
  }

  .hireustext.email {
    margin-bottom: 40px;
  }

  .imaggewrap {
    width: 80%;
    height: 80%;
  }

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

  .image-21 {
    height: 100%;
  }

  .naiyo-wrapper.top {
    flex-direction: column;
  }

  .nav-link {
    height: 64px;
    font-size: 10px;
    font-weight: 300;
  }

  .slider-5 {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .slide-nav-3 {
    display: block;
  }

  .baner01 {
    text-align: center;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .baner01.membercard {
    padding-right: 64px;
  }

  .baner01.insidehalfwidthcard {
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
  }

  .baner01.withbtn {
    font-weight: 300;
  }

  .link-block-2 {
    width: 100%;
  }

  .div-block-107 {
    padding: 30px 0;
  }

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

  .title-move {
    padding-bottom: 20px;
    font-size: 32px;
  }

  .title-move.title {
    text-align: left;
    font-size: 5vw;
  }

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

  .footer-cta01 {
    border-radius: 0;
    width: 50%;
  }

  .footer-cta01.non.w--current {
    line-height: 16px;
  }

  .menu-footer {
    font-size: 14px;
    line-height: 14px;
  }

  .image-7 {
    height: auto;
  }

  .image-24 {
    height: auto;
    margin-right: 10px;
  }

  .image-24:hover {
    height: auto;
  }

  .heimenkensaku-title01 {
    font-size: 4vw;
  }

  .heimenkensaku-honbun01 {
    font-size: 14px;
  }

  .div-matome01 {
    padding: 20px 40px;
  }

  .heading {
    font-size: 4.5vw;
  }

  .div-project-midasahi {
    border-radius: 4px;
  }

  .div-intro01 {
    padding-left: 0;
    padding-right: 0;
  }

  .heimenkensaku-title02 {
    font-size: 4vw;
  }

  .baner01-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .baner01-2.image {
    font-size: 14px;
  }

  .baner01-2-honbun {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .baner01-2-honbun.image {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

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

  .div-block-2-aisatu {
    background-position: 50%;
    background-size: cover;
  }

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

  .paragraph-3 {
    padding-left: 25%;
    font-size: 14px;
  }

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

  .div-block-2-news {
    background-position: 50%;
    background-size: cover;
  }

  .aisatu-news, .news {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

  .verticaldivider.left {
    left: 16px;
  }

  .verticaldivider.right {
    right: 16px;
  }

  .pageheader {
    padding: 16px 10px;
    font-size: 5.5vw;
    font-weight: 300;
  }

  .about {
    padding: 40px 16px;
    font-size: 5vw;
    font-weight: 300;
  }

  .about.title {
    text-align: left;
    background-size: 30vw;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 300;
  }

  .about-title {
    padding: 16px 16px 8px;
  }

  .about-title.insidecard {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 5vw;
  }

  .about-title.insidecard.center {
    font-size: 5vw;
  }

  .about-title.pastprojects {
    padding-top: 16px;
  }

  .about-title.service {
    height: auto;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .paragraph {
    width: 100%;
    padding: 16px;
    font-size: 10px;
  }

  .paragraph.membercard {
    padding-left: 16px;
    padding-right: 24px;
  }

  .paragraph.membercard.hidari {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .paragraph.insidehalfwidthcard {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .paragraph.insidehalfwidthcard.center {
    text-align: justify;
  }

  .paragraph.insideslider1 {
    padding-top: 8px;
  }

  .paragraph.withbtn {
    width: 72%;
    font-size: 12px;
    font-weight: 300;
  }

  .paragraph.withbtn.insidetemplate {
    width: 100%;
  }

  .paragraph.projectcard {
    padding-left: 16px;
  }

  .paragraph.service {
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 16px;
  }

  .primarybtn.submit {
    margin-left: 0;
    margin-right: 0;
  }

  .primarybtn.smallscreen {
    width: 80%;
  }

  .link.logo {
    align-items: center;
    padding: 8px;
  }

  .link.logo.w--current {
    border-left-style: solid;
  }

  .link.menuicon {
    flex-direction: column;
    align-items: center;
    padding: 16px;
    display: flex;
  }

  .fullwidthcard1.projecttemplate {
    padding-bottom: 24px;
  }

  .imagecontainer1 {
    width: 254px;
    height: 254px;
  }

  .imagewrapper1 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .fullwidthcard2 {
    padding-bottom: 24px;
  }

  .imagecontainer2 {
    align-items: center;
    height: 500px;
  }

  .memberimage {
    width: auto;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .membersocials {
    padding-bottom: 0;
  }

  .socialicon {
    width: 40px;
    height: 40px;
  }

  .memberposition {
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .form-block {
    height: 500px;
  }

  .form {
    padding-top: 24px;
  }

  .text-field {
    border-left: 0 #000;
    border-right: 0 solid #000;
    border-radius: 0;
    height: 54px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .field-label {
    margin-left: 16px;
    margin-right: 16px;
  }

  .formbtnwrapper {
    margin-top: 54px;
  }

  .naiyononakami01 {
    border-top-style: solid;
  }

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

  .silder1wrapper {
    height: 436px;
  }

  .silder1wrapper._2 {
    height: 336px;
  }

  .slider1contentcontainer {
    width: 78%;
    margin-bottom: 0;
  }

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

  .slider2 {
    height: 400px;
  }

  .slider2._3 {
    height: 500px;
  }

  .slider2quotecontainer {
    padding: 24px;
  }

  .quote {
    width: 240px;
    font-size: 18px;
  }

  .slider3 {
    height: 400px;
  }

  .slider3imagecontainer {
    justify-content: center;
    align-items: center;
    height: 336px;
    display: flex;
  }

  .fullwidthimagecontainer {
    object-fit: fill;
    justify-content: center;
    height: auto;
    position: relative;
  }

  .heroheaderwrapper {
    height: auto;
  }

  .naiyo-wrapper02 {
    border-top-style: solid;
  }

  .nav-menu {
    justify-content: flex-end;
    height: 100vh;
    padding-top: 140px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-8 {
    flex: 0 auto;
  }

  .image-18 {
    width: 70%;
    height: 70%;
  }

  .projectcardimagewrapper {
    height: auto;
    overflow: hidden;
  }

  .projectcardheadingsubheading {
    height: 250px;
  }

  .projectcardimagecomtainer {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
    position: relative;
  }

  .coverimage {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .coverimage.portrait {
    width: auto;
    height: 100%;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

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

  .footerwrapper.hireus {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sliderimage {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .sliderimage.fullwidth {
    width: auto;
    height: 100%;
  }

  .projectcardimage {
    width: auto;
    height: 120%;
  }

  .subheadingwrapper {
    border-top-style: solid;
  }

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

  .wviewprojectswrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .hireustext.email {
    margin-bottom: 40px;
  }

  .servicewrapper.rightborder {
    border-top-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 24px 0;
    display: flex;
  }

  .servicewrapper.rightborder._2 {
    border-top-style: solid;
  }

  .serviceimagecontainer {
    padding-left: 16px;
    padding-right: 15px;
  }

  .imaggewrap {
    width: 100%;
    height: 100%;
  }

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

  .image-21 {
    height: 100%;
  }

  .naiyo-wrapper.top {
    border-top-style: none;
  }

  .midashi01 {
    border-top-style: solid;
  }

  .nav-link {
    text-align: left;
    align-items: center;
    height: 64px;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    font-weight: 300;
  }

  .nav-link.w--current {
    font-size: 10px;
  }

  .slide-nav-3 {
    margin-top: 0;
    margin-bottom: -19px;
    font-size: 10px;
    line-height: 10px;
  }

  .baner01 {
    border-radius: 10px;
    width: 100%;
    padding: 16px 10px;
    font-size: 14px;
  }

  .baner01.membercard {
    padding-left: 16px;
    padding-right: 24px;
  }

  .baner01.membercard.hidari {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .baner01.insidehalfwidthcard {
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .baner01.insideslider1 {
    padding-top: 8px;
  }

  .baner01.withbtn {
    width: 72%;
    font-size: 12px;
    font-weight: 300;
  }

  .baner01.withbtn.insidetemplate {
    width: 100%;
  }

  .baner01.projectcard {
    padding-left: 16px;
  }

  .baner01.service {
    padding-top: 24px;
    padding-left: 40px;
    padding-right: 16px;
  }

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

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

  .div-block-107 {
    padding: 0;
  }

  .title-move {
    padding: 20px 0;
    font-size: 5vw;
    font-weight: 300;
  }

  .title-move.title {
    text-align: left;
    background-size: 30vw;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 300;
  }

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

  .div-block-110 {
    margin-bottom: 40px;
  }

  .cta01 {
    background-color: #0000;
    flex-direction: column-reverse;
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-130 {
    background-color: #000000b3;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .footer-cta01 {
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin: 0 0 5px;
    padding: 0;
  }

  .footer-cta01:hover {
    flex: 0 auto;
    width: 50%;
    height: auto;
  }

  .footer-cta01.non {
    background-color: #000000b3;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 5px;
    display: flex;
  }

  .footer-cta01.non:hover {
    background-color: #0000004d;
  }

  .footer-cta01.non.w--current {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-footer {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .menu-footer:hover {
    color: #fffefe;
  }

  .image-7 {
    width: 22px;
    max-width: 22px;
    height: auto;
  }

  .image-24 {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .image-24:hover {
    height: auto;
  }

  .heimenkensaku-title01 {
    font-size: 5vw;
  }

  .div-matome01 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-project-midasahi {
    border-radius: 4px;
  }

  .heimenkensaku-title02 {
    font-size: 5vw;
  }

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

  .baner01-2 {
    width: 100%;
    padding: 16px 10px;
    font-size: 10px;
  }

  .baner01-2.image {
    text-align: center;
  }

  .baner01-2-honbun {
    width: 100%;
    padding: 16px 10px;
    font-size: 10px;
  }

  .baner01-2-honbun.image {
    font-size: 12px;
  }

  .baner01-2-honbun.image.cl {
    font-size: 11px;
  }

  .div-block-138 {
    flex-direction: column;
  }

  .link-block-3 {
    width: 100%;
  }

  .div-block-139 {
    width: 40%;
    padding-bottom: 10px;
    padding-right: 0;
  }

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

  .div-block-2-aisatu {
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-2 {
    font-size: 12px;
    font-weight: 400;
  }

  .paragraph-3 {
    padding-left: 15%;
    font-size: 12px;
    font-weight: 400;
  }

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

  .div-block-2-news {
    background-position: 50%;
    background-size: cover;
  }

  .aisatu-news {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

#w-node-a07f5e88-08d2-34dc-7a9e-ebc1d9477530-22a69397, #w-node-_62b77e17-3388-aedd-87d4-594b8c7a147c-22a69397, #w-node-_3a3adb4f-02bc-ad5d-d278-846c4582c61b-22a69397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


