body {
  font-family: noto-sans-jp, sans-serif;
  color: #707070;
  overflow: hidden;
  background: none;
}

p {
  font-size: 11px;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: 0.8px;
  color: #707070;
  text-align: justify; /* 20250828 higo add */
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 13px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #707070;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.only-sp {
  display: block;
}
@media screen and (min-width: 1280px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .only-pc {
    display: block;
  }
}

.l-fv {
  height: 100vh;
  position: inherit;
  background-color: transparent;
}

.l-main {
  background: #fff;
  width: 100%;
  padding: 50px 0;
}
@media screen and (min-width: 1280px) {
  .l-main {
    padding: 95px 0;
  }
}

.l-inner {
  padding: 0 25px;
  max-width: 1350px;
  margin: 0 auto;
}

.l-footer {
  background: #DEDEDE;
  padding: 50px 25px;
}
@media screen and (min-width: 1280px) {
  .l-footer {
    padding: 60px 25px;
  }
}

@media screen and (min-width: 1280px) {
  .l-footer__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
}

.c-section__ttl h2 {
  font-size: 20px;
}
@media screen and (min-width: 1280px) {
  .c-section__ttl h2 {
    font-size: 27px;
  }
}

.c-btn {
  background: #8B9AA7;
  color: #fff;
  width: 100%;
  max-width: 44rem;
  text-align: center;
  letter-spacing: 0.4px;
  margin: 0 auto;
  max-width: 430px;
  font-size: 13px;
}
.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 7px 10px;
}
@media screen and (min-width: 1280px) {
  .c-btn a {
    padding: 17px;
  }
}

.p-tpoWork__contents {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-tpoWork__contents {
    margin-top: 22px;
  }
}

.p-topWork__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.p-topWork__items img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-topWork__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}

.p-topWork__item {
  display: block;
}
.p-topWork__item h3 {
  font-size: 13px;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .p-topWork__item h3 {
    margin-top: 20px;
  }
}

.p-topAbout {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout {
    padding-top: 160px;
  }
}

.p-topAbout__logo {
  margin-top: 30px;
}

.p-topAbout__contents {
  margin-top: 50px;
}

.p-topAbout__items:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__items:not(:first-child) {
    margin-top: 130px;
  }
}

@media screen and (min-width: 1280px) {
  .p-topAbout__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .p-topAbout__itemImage {
    width: 85%;
  }
}

@media screen and (min-width: 1280px) {
  .p-topAbout__detail {
    width: 50%;
    margin-left: 98px;
  }
}

.p-topAbout__ttl {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 1.2px;
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__ttl {
    font-size: 24px;
    margin-top: 0;
  }
}

.p-topAbout__text {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__text {
    margin-top: 20px;
  }
}

.p-topAbout__Ul {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 0px;
  line-height: 1.5;
  padding-left: 1.2em;
}
.p-topAbout__Ul li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 5px;
}
.p-topAbout__Ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .p-topAbout__Ul {
    margin-top: 15px;
  }
}

.p-topAbout__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
}
.p-topAbout__dl:not(:first-child) {
  margin-top: 20px;
}
.p-topAbout__dl dt {
  width: auto;
  font-size: 15px;
}
.p-topService {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-topService {
    padding-top: 160px;
  }
}

.p-topService__contents {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-topService__contents {
    margin-top: 22px;
  }
}

.p-topService__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-topService__item:not(:first-child) {
    margin-top: 160px;
  }
}

.p-topService__ttl {
  background: #8B9AA7;
  color: #fff;
  width: 100%;
  padding: 7px 10px;
  text-align: center;
  letter-spacing: 0.4px;
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .p-topService__ttl {
    padding: 17px;
    font-size: 20px;
  }
}

.p-topService__plan {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1280px) {
  .p-topService__plan {
    margin-top: 43px;
    font-size: 20px;
  }
}

.p-topService__planDetail {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1280px) {
  .p-topService__planDetail {
    margin-top: 14px;
  }
}
.p-topService__itemMain {
  padding-top: 10px;
}
@media screen and (min-width: 1280px) {
  .p-topService__itemMain {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .p-topService__itemImage {
    width: 55%;
    aspect-ratio: 650/410;
  }
}
.p-topService__itemImage img {
  width: 100%;
}

.p-topService__itemDetail {
  margin-top: 15px;
}
@media screen and (min-width: 1280px) {
  .p-topService__itemDetail {
    width: 50%;
    margin-left: 60px;
    margin-top: 0;
  }
}

.p-topService__itemH4 {
  font-size: 15px;
  letter-spacing: 0px;
}
@media screen and (min-width: 1280px) {
  .p-topService__itemH4 {
    font-size: 20px;
  }
}
.p-topService__itemH4:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1280px) {
  .p-topService__itemH4:not(:first-child) {
    margin-top: 20px;
  }
}

.p-topService__itemText {
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: 0px;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .p-topService__itemText {
    margin-top: 15px;
  }
}

.p-topService__itemUl {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 0px;
  line-height: 1.5;
}
.p-topService__itemUl li {
  list-style: disc;
  list-style-position: inside;
}
.p-topService__itemUl li span {
  margin-left: 20px;
}
@media screen and (min-width: 1280px) {
  .p-topService__itemUl {
    margin-top: 15px;
  }
}

.p-topFlow {
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-topFlow {
    padding-top: 160px;
  }
}

.p-topFlow__contents {
  margin-top: 50px;
  max-width: 765px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .p-topFlow__contents {
    margin-top: 60px;
  }
}

.p-topFlow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-topFlow__item:not(:first-child) {
  margin-top: 20px;
}

.p-topFlow__itemTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
@media screen and (min-width: 1280px) {
  .p-topFlow__ttl {
    font-size: 20px;
  }
}

.p-topFlow__bar {
  display: block;
  width: 2px;
  height: 50px;
  background: #8B9AA7;
  margin-top: 20px;
}

.p-topFlow__barLast {
  visibility: hidden;
}

.p-topFlow__detail {
  width: 100%;
  margin-left: 50px;
}
@media screen and (min-width: 1280px) {
  .p-topFlow__detail {
    margin-left: 100px;
  }
}

@media screen and (min-width: 1280px) {
  .p-topFlow__detailTtl {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-topFlow__detailText {
    margin-top: 20px;
  }
}

.p-topFlow__note ul {
  font-size: 11px;
  margin-top: 10px;
}
.p-topFlow__note li:not(:first-child) {
  margin-top: 5px;
}

.p-topFlow__noteH4 {
  font-size: 15px;
}
@media screen and (min-width: 1280px) {
  .p-topFlow__noteH4 {
    margin-top: 60px;
    font-size: 20px;
  }
}

.p-topFlow__noteUl {
  font-size: 13px;
}
@media screen and (min-width: 1280px) {
  .p-topFlow__noteUl {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerDetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__h {
    font-size: 24px;
    margin-right: 30px;
  }
}

.p-footerPhone {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .p-footerPhone {
    margin-top: 35px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerPhone__ttl {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerPhone__number {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerPhone__text {
    margin-top: 20px;
  }
}

.p-footerWeb {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .p-footerWeb {
    margin-top: 47px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerContact__text {
    margin-top: 10px;
  }
}

.p-footerSite {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-footerSite {
    margin-left: 205px;
    margin-top: 0;
    width: 23%;
  }
}
.p-footerSite h4 {
  font-size: 15px;
}

@media screen and (min-width: 1280px) {
  .p-footerSite__ttl {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerSite__items {
    margin-top: 45px;
  }
}

.p-footerSite__item {
  margin-top: 10px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .p-footerSite__item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerSite__itemTtl {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .p-footerSite__bar {
    width: 30px;
    height: 1px;
    background: #8B9AA7;
    margin: auto;
  }
}

.p-footerRight {
  text-align: center;
  margin-top: 20px;
}

.p-footer__icons {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .p-footer__icons {
    margin-top: 40px;
  }
}

.p-drawer h4 {
  font-size: 15px;
}

.p-drawer__ttl {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .p-drawer__ttl {
    margin-top: 50px;
  }
}

.p-drawer__item {
  margin-top: 10px;
  display: block;
}

.p-drawerContact__h3 {
  font-size: 15px;
}

.p-drawerPhone {
  margin-top: 20px;
}

.p-drawerPhone__ttl {
  font-size: 15px;
}

.p-drawerWeb {
  margin-top: 20px;
}

.p-drawerContact__h3 {
  font-size: 15px;
}

.p-work {
  margin-top: 50px;
  padding-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-work {
    padding-top: 80px;
  }
}

.p-work__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .p-work__contents {
    gap: 50px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-work__item {
  display: block;
}
.p-work__item img {
  width: 100%;
}

.p-work__itemTtl {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .p-work__itemTtl {
    margin-top: 16px;
  }
}

.p-work__itemDate {
  font-size: 11px;
}
@media screen and (min-width: 1280px) {
  .p-work__itemDate {
    font-size: 13px;
  }
}

.p-singleWork {
  min-height: 100vh;
  margin-top: 50px;
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1280px) {
  .p-singleWork {
    margin-top: 96px;
    padding-top: 80px;
  }
}

.p-singleWork__title {
  font-size: 22px;
  margin-bottom: 50px;
}

.p-404 {
  height: 100vh;
  margin-top: 50px;
  padding-top: 80px;
}
@media screen and (min-width: 1280px) {
  .p-404 {
    margin-top: 96px;
    padding-top: 80px;
  }
}

.p-contact__topText {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-contact__topText {
    margin-top: 60px;
  }
}

.p-contact__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-contact__ttl {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__ttl h2 {
    font-size: 21px;
  }
}

.p-contact__ttlBar {
  margin-right: 20px;
  width: 85px;
  height: 1px;
  background: #8B9AA7;
}

.p-contact__cation {
  margin-top: 10px;
}
.p-contact__cation span {
  color: red;
}

.p-contactForm {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .p-contactForm {
    margin-top: 0;
  }
}

.p-contactForm__group {
  padding: 15px 0;
}
@media screen and (min-width: 1280px) {
  .p-contactForm__group {
    padding: 30px 0;
  }
}

.p-contactForm__ttl {
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-contactForm__ttl {
    font-size: 16px;
  }
}
.p-contactForm__ttl::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #8B9AA7;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-contactForm__text {
  margin-top: 10px;
}

.p-contact__privacy {
  font-size: 13px;
}
.p-contact__privacy a {
  text-decoration: underline;
}

.u-fv__bg {
  background: url("../img/fv.png") no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.u-fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
}
@media screen and (min-width: 1280px) {
  .u-fv__logo {
    width: 410px;
    height: 127px;
  }
}

.u-topAbout__sectionTtl p {
  margin-top: 20px;
}

.u-btn__topWork {
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .u-btn__topWork {
    margin-top: 148px;
  }
}

.u-btn__footer {
  margin-top: 20px;
  margin: 20px 0 0;
}
@media screen and (min-width: 1280px) {
  .u-btn__footer {
    margin: 5px 0 0;
  }
}

.u-btn__footer--Instagram {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 207, 0, 0.7)), color-stop(45%, rgba(246, 37, 2, 0.7)), color-stop(75%, rgba(182, 47, 82, 0.7)), to(rgba(113, 58, 166, 0.7)));
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
}

.u-btn__drawer {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .u-btn__drawer {
    margin: 20px 0 0;
  }
}

.u-btn__contact {
  margin: 20px auto;
  border: none;
}

.header__logo {
  margin-right: auto;
  width: 80px;
  height: 20px;
}
@media screen and (min-width: 1280px) {
  .header__logo {
    width: 100px;
    height: 35px;
  }
}

.drawer-icon {
  width: 45px;
  height: 10px;
  position: relative;
}

.drawer-icon__bar {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 1px;
  background: #8B9AA7;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
  position: absolute;
}
.drawer-icon__bar:nth-child(2) {
  top: 8px;
  position: absolute;
}

.drawer-icon__bar.is-checked:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
}

.drawer-icon__bar.is-checked:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}

#js-drawer-content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  border-left: 1px solid #8B9AA7;
  z-index: 1001;
  padding: 60px 25px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width: 1280px) {
  #js-drawer-content {
    width: 30%;
    padding: 115px 25px 115px;
  }
}

#js-drawer-content.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header {
  position: fixed;
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .header {
    padding: 30px 50px;
  }
}

.header__inner {
  padding: 0 25px;
}

.header__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.wpcf7-list-item:not(:first-child) {
  margin-top: 10px;
}
.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-list-item-label {
  padding-left: 12px;
}
@media screen and (min-width: 1280px) {
  .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.p-contactForm__group textarea {
  width: 100%;
  padding: 14px;
}
@media screen and (min-width: 1280px) {
  .p-contactForm__group textarea {
    width: 520px;
  }
}

.p-contactFV {
  margin: 0 calc(50% - 50vw);
}
.p-contactFV img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 14px;
}
@media screen and (min-width: 1280px) {
  input[type=text] {
    width: 520px;
  }
}

input[type=email] {
  width: 100%;
  height: 45px;
  padding: 0 14px;
}
@media screen and (min-width: 1280px) {
  input[type=email] {
    width: 520px;
  }
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

input[type=textarea] {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  input[type=textarea] {
    width: 520px;
  }
}

input[type=submit] {
  padding: 7px 10px;
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    padding: 17px;
  }
}
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

.u-required__contact {
  color: red;
  margin-left: 5px;
  font-size: 16px;
}

/* 2025/08/27 Higo add */
@media screen and (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

.p-pageall {
/*  min-height: 100vh;*/
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 80px;
}

@media screen and (min-width: 1280px) {
  .p-pageall {
    margin-top: 80px;
    padding-top: 80px;
  }
}

.l-inner_w {
  padding: 0 25px;
  max-width: 1010px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wp-block-columns.is-layout-flex {
		gap: 1rem;
	}
}