@charset "UTF-8";
body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.m0 {
  margin: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt-sm {
  margin-top: var(--_margin-1) !important;
}

.mb-sm {
  margin-bottom: var(--_margin-1) !important;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

br.lg {
  display: none;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.alignfull-sm {
  margin-left: calc(50% - 50vw) !important;
  width: 100Vw;
}

@media screen and (min-width: 1024px) {
  br.lg {
    display: inline;
  }

  br.sm {
    display: none;
  }

  .md-text-center {
    text-align: center;
  }

  .alignfull-sm {
    margin-left: auto !important;
    width: 100%;
  }
}
.custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-site-branding__title .custom-logo {
  height: 32px;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .c-site-branding__title .custom-logo {
    height: 36px;
    width: auto;
  }
}
.l-footer {
  background-image: linear-gradient(135deg, #80c9b0, var(--accent-color));
}
.l-footer .c-container .c-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer .c-container .c-row .c-row__col {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.l-footer .wp-block-group {
  gap: min(1.333vw, 15px);
}
.l-footer .footer-logo img, .l-footer .icon-insta img, .l-footer .icon-fb img, .l-footer .icon-houzz img {
  height: min(8.355vw, 50px) !important;
  width: auto !important;
}

.welcome h2 {
  font-size: min(5.33vw, 1.8em);
}

.widget #block-6 {
  padding: 0;
}

.works-filter-container {
  padding: var(--_padding1);
  border-bottom: 1px solid var(--accent-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--_margin-2);
  font-size: 1rem;
}
.works-filter-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--_margin-2);
}
.works-filter-container form * {
  width: 100%;
}

.l-contents__sidebar .works-filter-container {
  padding: 0;
  border-bottom: none;
}

@media screen and (min-width: 1024px) {
  .works-filter-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding: var(--_padding2);
  }
  .works-filter-container form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1155px) {
  .l-contents__sidebar .works-filter-container {
    padding-top: var(--_padding1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-contents__sidebar .works-filter-container form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-page-header[data-has-image=true] {
  height: clamp(150px, 40vw, 250px);
}
.c-page-header[data-has-image=true]::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
.c-page-header[data-has-image=true] .c-page-header__title {
  z-index: 1;
  text-align: center;
}

.c-page-header[data-has-image=false] {
  height: clamp(150px, 40vw, 250px);
  background-image: linear-gradient(135deg, #80c9b0, var(--accent-color));
}
.c-page-header[data-has-image=false] .c-page-header__title {
  color: #fff;
}

.c-meta__item--author {
  display: none;
}

.text-grad {
  background: -webkit-gradient(linear, left top, right top, from(var(--accent-color)), to(#80c9b0));
  background: linear-gradient(to right, var(--accent-color), #80c9b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.required, .any {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e4007f;
  color: #fff;
  font-size: 13px;
  padding: 0 0.5em;
  border-radius: 5px;
}

.any {
  background: #00a1e9;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.oswald {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

/*SME マーカー*/
.sme-highlighter {
  background-repeat: no-repeat;
  background-size: 0% auto;
  -webkit-transition: background-size 1s ease-out;
  transition: background-size 1s ease-out;
}
.sme-highlighter.is-active {
  background-size: 100% auto;
  -webkit-transition: background-size 1s ease-out;
  transition: background-size 1s ease-out;
}

/*カラー*/
.accent {
  color: var(--accent-color);
}

.yellow {
  color: #ffed4f;
}

/*装飾*/
.ribbon {
  position: relative;
  color: #fff;
  padding: 0 2em 0 1em;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(4.8vw, 24px) !important;
  gap: 0.5em;
  line-height: 1.35;
}
.ribbon * {
  position: relative;
  z-index: 1;
}
.ribbon::before, .ribbon::after {
  content: "";
  width: calc(100% + 4em);
  height: calc(50% + 1px);
  background-image: linear-gradient(135deg, #80c9b0, var(--accent-color));
  position: absolute;
  right: 0.1em;
}
.ribbon::before {
  top: 0;
  -webkit-transform: skew(-45deg) translateX(-0.5em);
          transform: skew(-45deg) translateX(-0.5em);
}
.ribbon::after {
  top: 50%;
  -webkit-transform: skew(45deg) translateX(-0.5em);
          transform: skew(45deg) translateX(-0.5em);
}
.ribbon span.number {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: min(6.4vw, 40px);
}

.ribbon.blue::before, .ribbon.blue::after {
  content: "";
  width: calc(100% + 4em);
  height: calc(50% + 1px);
  background: -webkit-gradient(linear, left top, right top, from(#4753a2), to(#54917f));
  background: linear-gradient(to right, #4753a2, #54917f);
  position: absolute;
  right: 0.1em;
}

.slash-both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--accent-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.slash-both::before, .slash-both::after {
  content: "";
  width: 1px;
  height: 1.5em;
  background: var(--accent-color);
}
.slash-both::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.slash-both::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.note {
  background-color: transparent;
  /* 背景色 */
  background-image: linear-gradient(to top, #ddd 1px, transparent 1px);
  /* 罫線の色と太さ  */
  background-size: 100% 2em;
  /* 行の高さ */
  line-height: 2em;
  /* 文字の高さ */
}

@media screen and (min-width: 640px) {
  .md-text-center {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .lg-text-center {
    text-align: center;
  }
}
.smb-btn strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5 {
  font-weight: 400 !important;
}

a {
  text-decoration: none;
}

.arrow-right {
  padding-right: 0.75em;
  position: relative;
}
.arrow-right a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow-right a:hover {
  color: var(--sub-accent-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow-right a::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border: 1px solid var(--wp--preset--color--sm-accent);
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.arrow-right a:hover::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-color: var(--sub-accent-color);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.contact {
  width: 100%;
}
table.contact .required, table.contact .any {
  margin-left: 1em;
}
table.contact th, table.contact td {
  display: block;
}
table.contact th {
  text-align: left;
  font-weight: normal;
  padding-bottom: 0.5em;
}
table.contact td {
  padding-bottom: 1em;
}

@media screen and (min-width: 1024px) {
  table.contact .required {
    float: right;
  }
  table.contact tr:nth-child(odd) {
    background: #f7f6fb;
  }
  table.contact th, table.contact td {
    display: table-cell;
  }
  table.contact th {
    padding: 1.5em 2em;
    padding-right: 0.75em;
  }
  table.contact td {
    padding: 1.5em 2em;
    padding-left: 0.75em;
  }
}
/* SMB セクション START */
.smb-section__background-text {
  overflow: visible;
}

.smb-section__background-text__text {
  background: -webkit-gradient(linear, left top, right top, from(var(--accent-color)), to(#80c9b0));
  background: linear-gradient(to right, var(--accent-color), #80c9b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  padding: 0.1em 0.25em 0.1em 0;
}

/* SMB セクション END */
/* デフォルトブロック START */
.c-entry-summary__meta {
  font-weight: normal;
}

.wp-block-separator {
  border-bottom: none;
}

/* デフォルトブロック END */
/* FVスライダー START */
.fv-slider .smb-spider-slider__figure-wrapper {
  aspect-ratio: 1/1;
}
.fv-slider .smb-spider-slider__figure-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.fv-slider .spider__dots {
  gap: 20px;
}
.fv-slider .spider__dots .spider__dot {
  height: 15px;
  width: 15px;
}
.fv-slider .spider__dots:not([data-thumbnails=true]) .spider__dot[aria-current=true] {
  background-color: var(--accent-color);
}

@media screen and (min-width: 640px) {
  .fv-slider .smb-spider-slider__figure-wrapper {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 1024px) {
  .fv-slider .smb-spider-slider__figure-wrapper {
    aspect-ratio: unset;
    height: calc(100vh - 63px);
  }
  .fv-slider .spider__dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 3em;
    z-index: 999;
  }
  .fv-slider .spider > .spider__canvas {
    gap: 0.5em;
  }
}
:where(input,textarea,keygen,select,button) {
  font-family: "Noto Sans JP", sans-serif;
}

input:not([type=checkbox]):not([type=submit]) {
  width: 100%;
  cursor: pointer;
}

.wpcf7-submit {
  width: 230px;
  height: 50px;
  cursor: pointer;
}
.wpcf7-submit:disabled {
  background-color: #cccccc;
  background-image: none;
}

.wpcf7-submit.entry {
  background-image: none;
  background-color: #333;
  border-radius: 0;
  width: 230px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.submit-wrap {
  text-align: center;
}

.wpcf7-spinner {
  display: block;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-select, select {
  padding: 0.7em var(--_padding-2);
  width: 100%;
  border-radius: var(--_global--border-radius);
  border: 1px solid var(--_form-control-border-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: var(--_color-text);
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.select-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background: #f7f6fb;
}
.select-wrap::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--accent-color);
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.select-wrap .wpcf7-select, .select-wrap select {
  padding-right: var(--_padding2);
  background: transparent;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}

input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}

input::placeholder {
  color: #999999;
  opacity: 1;
}

.wpcf7-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}

.wpcf7-form-control-wrap[data-name=license1] .wpcf7-checkbox, .wpcf7-form-control-wrap[data-name=license2] .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.wpcf7-form-control-wrap[data-name=license1] .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form-control-wrap[data-name=license2] .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap[data-name=license3] .wpcf7-checkbox, .wpcf7-form-control-wrap[data-name=motivation] .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.wpcf7-form-control-wrap[data-name=license3] .wpcf7-checkbox .wpcf7-list-item, .wpcf7-form-control-wrap[data-name=motivation] .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}

p.acceptance {
  background: #f0f0f0;
  text-align: center;
  margin-top: var(--_margin-2) !important;
  padding: var(--_padding-1);
}
p.acceptance .wpcf7-acceptance input[type=checkbox] {
  width: 20px;
  height: 20px;
}
p.acceptance .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
p.acceptance .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
}
p.acceptance + p {
  text-align: center;
  margin-top: var(--_margin-2) !important;
}
p.acceptance + p a {
  text-decoration: underline;
  font-size: var(--wp--preset--font-size--small);
}

.wpcf7 form .wpcf7-response-output {
  padding: var(--_padding-2) var(--_padding-1);
  background: #fff;
}

.recaptcha-declaration p {
  text-align: center;
  font-size: 13px;
  font-family: sans-serif;
}

@media screen and (min-width: 1024px) {
  .wpcf7-form-control-wrap[data-name=motivation] .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1em;
  }
  .wpcf7-form-control-wrap[data-name=motivation] .wpcf7-checkbox .wpcf7-list-item {
    -ms-flex-preferred-size: calc(50% - 0.5em);
        flex-basis: calc(50% - 0.5em);
  }

  p.acceptance {
    margin-top: var(--_margin1) !important;
  }

  .wpcf7-submit, .wpcf7-submit.entry {
    height: 70px;
  }

  .wpcf7 form .wpcf7-response-output {
    text-align: center;
  }
}
.p-global-nav .c-navbar__item > a {
  font-weight: normal;
}

.menu-item.disabled > a {
  pointer-events: none;
}

.c-drawer__toggle {
  display: none;
}

.c-drawer__submenu[aria-hidden=true] {
  display: block;
  visibility: visible;
  height: auto;
}

.c-breadcrumbs span br {
  display: none;
}