@charset "UTF-8";
.br-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .br-pc {
    display: inline;
  }
}

/****************************************
  Contact Section
*****************************************/
.ly_contact {
  background-color: #f4efef;
  padding: 0 20px 80px;
  text-align: center;
  color: #938686;
}
@media screen and (min-width: 768px) {
  .ly_contact {
    padding: 0 6% 80px;
  }
}
.ly_contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.bl_contact__heading {
  font-size: 3.2rem;
  font-weight: bold;
  color: #938686;
}
@media screen and (min-width: 768px) {
  .bl_contact__heading {
    font-size: 3.6rem;
  }
}
.bl_contact__sub {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.bl_contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-color: #fffffe;
  border-radius: 30px;
  padding: 32px 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_contact__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5%;
    padding: 2%;
  }
}
.bl_contact__content::before {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_contact__content::before {
    display: block;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background-color: #ccc;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.bl_contact__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 2;
  text-align: center;
}
.bl_contact__iconWrap {
  font-size: 5rem;
}
@media screen and (min-width: 768px) {
  .bl_contact__iconWrap {
    font-size: 6rem;
  }
}
.bl_contact__text--main {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .bl_contact__text--main {
    font-size: 1.6rem;
  }
}

.scallop-down {
  height: 100px;
  width: 100%;
  background: radial-gradient(circle at 50% 0, #fff 10px, #fff 40px, #f4efef 40px);
  background-size: 48px 100%;
  background-repeat: repeat-x;
  background-position: top center;
  margin: 0;
  padding: 0;
}

/****************************************
  Contact Form CSS
*****************************************/
.ly_contact_flex {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (min-width: 1024px) {
  .ly_contact_flex {
    -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;
  }
}
.ly_contact_telWrap {
  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;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .ly_contact_telWrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .ly_contact_telWrap {
    width: 50%;
  }
}
.ly_contact_btnWrap {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.ly_contact_btnWrap > a:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .ly_contact_btnWrap {
    width: 50%;
    max-width: 400px;
  }
}

.bl_contact_tel_heading {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bl_contact_tel_heading {
    font-size: 2rem;
  }
}
.bl_contact_tel_number {
  margin-top: 16px;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .bl_contact_tel_number {
    font-size: 4rem;
  }
}
.bl_contact_tel_note {
  margin-top: 16px;
  text-align: center;
}

/****************************************
  WORKS
****************************************/
/*クリック後の focus表示消す*/
.kt-tab-title:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.works-tabs .kt-tabs-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  margin-right: 0 !important;
}
.works-tabs .kt-tabs-title-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.works-tabs .kt-tabs-title-list li a.kt-tab-title {
  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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 20px;
  text-align: center;
  background: #f5f5f5;
  color: #938686;
  border-radius: 9999px !important;
  border: 1px solid rgba(147, 134, 134, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.works-tabs .kt-tabs-title-list li a.kt-tab-title span.kb-svg-icon-wrap {
  display: none;
}
@media (min-width: 768px) {
  .works-tabs .kt-tabs-title-list li a.kt-tab-title span.kb-svg-icon-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.works-tabs .kt-tabs-title-list li a.kt-tab-title svg {
  width: 2rem;
  height: 2rem;
  font-size: unset;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.works-tabs .kt-tabs-title-list li a.kt-tab-title span.kt-title-text {
  font-weight: bold;
}
.works-tabs .kt-tabs-title-list li a.kt-tab-title span.kt-title-sub-text {
  font-size: 9px;
}
@media (min-width: 768px) {
  .works-tabs .kt-tabs-title-list li a.kt-tab-title span.kt-title-sub-text {
    font-size: 12px;
  }
}
.works-tabs .kt-tabs-title-list li a.kt-tab-title:hover {
  background: #938686 !important;
  color: #fff !important;
}
.works-tabs .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title {
  background: #ED838E !important;
  color: #ffffff !important;
  border: 1px solid #ED838E;
}
.works-tabs .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-tabs .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.works-tabs .wp-block-columns .wp-block-column:first-child {
  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;
  line-height: 0;
}
.works-tabs .wp-block-columns .wp-block-column img {
  max-width: 100%;
  height: auto;
  display: block;
}
.works-tabs .wp-block-columns .wp-block-column p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .works-tabs .kt-tabs-title-list li a.kt-tab-title svg {
    width: 3rem;
    height: 3rem;
    margin-right: 8px;
  }
  .works-tabs .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .works-tabs .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.kt-tabs-wrap .wp-block-kadence-tab {
  padding: 20px 6%;
}

.kt-tabs-id18_e3a532-56 > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  padding: 0;
}

.kt-tabs-id18_e79073-4d > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  padding: 0;
}

.wp-block-kadence-tabs .kt-tab-inner-content-inner p:first-child {
  margin-top: 20px;
}

ul.kt-tabs-title-list.kb-tab-title-columns-4 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
@media (min-width: 1024px) {
  ul.kt-tabs-title-list.kb-tab-title-columns-4 > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 5px);
            flex: 0 0 calc(25% - 5px);
    max-width: calc(25% - 5px);
  }
}

ul.kt-tabs-title-list.kb-tab-title-columns-7 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 33.33333333%;
  max-width: 120px;
}

/****************************************
  About
****************************************/
.bl_scrollDown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  bottom: 2vh;
}
.bl_scrollDown__text {
  font-size: 14px;
  color: #938686;
  margin-bottom: 5px;
}
.bl_scrollDown__icon {
  font-size: 18px;
  color: #938686;
  -webkit-animation: scrollBounce 1.8s infinite;
          animation: scrollBounce 1.8s infinite;
}

@-webkit-keyframes scrollBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@keyframes scrollBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.about-hero {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  background: #f4efef;
  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;
  text-align: center;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.about-hero.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}
.about-hero__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 800px;
}
.about-hero__title {
  font-size: clamp(8rem, 6vw, 7.8rem);
  color: #938686;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  opacity: 90%;
}
@media (min-width: 1024px) {
  .about-hero__title {
    font-size: 15rem;
  }
}
.about-hero__lead {
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.9;
  color: #938686;
}
.about-hero__bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 700px;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .about-hero__bg-img {
    max-width: 260px;
  }
}

.about-hero__title-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.05;
  padding: 0 1rem;
}

.about-hero__title-line1 {
  font-size: clamp(3.5rem, 14vw, 6rem);
  font-weight: 700;
  color: #938686;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.about-hero__title-line1 .about-hero__fukidashi {
  position: absolute;
  top: -3.5rem;
  right: -5rem;
  width: 9rem;
  -webkit-animation: sway 2.5s ease-in-out infinite;
          animation: sway 2.5s ease-in-out infinite;
}

.about-hero__title-line2 {
  font-size: clamp(3.5rem, 14vw, 6rem);
  font-weight: 700;
  color: #938686;
  margin-top: 0.1em;
  line-height: 1;
}

@media (min-width: 1024px) {
  .about-hero__title-line1 {
    font-size: clamp(7rem, 9vw, 12rem);
  }
  .about-hero__title-line1 .about-hero__fukidashi {
    top: -7.5rem;
    right: -9.5rem;
    width: 18rem;
  }
  .about-hero__title-line2 {
    font-size: clamp(7rem, 9vw, 12rem);
  }
}
/* 吹き出しアニメーション */
@-webkit-keyframes sway {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes sway {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.bg--content {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0.2)), color-stop(0, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(0, 0%, 100%, 0.3)), color-stop(0, transparent));
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.2) 50%, transparent 0), linear-gradient(90deg, hsla(0, 0%, 100%, 0.3) 50%, transparent 0);
  background-size: 40px 40px;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  -webkit-animation: ani 80s linear infinite;
          animation: ani 80s linear infinite;
}

.pattern {
  font-weight: bold;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: 2px solid #000;
  color: #000;
  background: #fff;
}

@-webkit-keyframes ani {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes ani {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.ly_aboutPage {
  position: relative;
  background-color: #fff;
  z-index: 20;
  margin-top: 100vh;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.ly_aboutPage.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bl_aboutPage {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 6%;
}
.bl_aboutPage__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 6% 0;
}
@media (min-width: 768px) {
  .bl_aboutPage__inner {
    max-width: 1200px;
  }
}
.bl_aboutPage__heading {
  font-size: 2.4rem;
  color: #ed838e;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .bl_aboutPage__heading {
    font-size: 3.6rem;
  }
}
.bl_aboutPage__text {
  color: #938686;
  margin-bottom: 16px;
  line-height: 1.7;
}
.bl_aboutPage__mv {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .bl_aboutPage__mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_aboutPage__mv-item {
  margin-bottom: 2rem;
  background: #fffffe;
  padding: 2rem;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 4px rgba(147, 134, 134, 0.1);
          box-shadow: 2px 2px 4px rgba(147, 134, 134, 0.1);
}
@media (min-width: 768px) {
  .bl_aboutPage__mv-item {
    width: calc(50% - 1rem);
  }
  .bl_aboutPage__mv-item:first-child {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .bl_aboutPage__mv-item:last-child {
    margin-bottom: 0;
  }
}
.bl_aboutPage__mv-title {
  font-size: 1.4rem;
  color: #ed838e;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .bl_aboutPage__mv-title {
    font-size: 2rem;
  }
}
.bl_aboutPage__mv-text {
  font-size: 1.1rem;
  color: #938686;
  margin-bottom: 16px;
  line-height: 1.7;
}
.bl_aboutPage__profile {
  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;
  gap: 2rem;
}
@media (min-width: 768px) {
  .bl_aboutPage__profile {
    -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;
  }
}
.bl_aboutPage__profile-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
}
.bl_aboutPage__profile-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.bl_aboutPage__profile-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  color: #938686;
  text-align: left;
}
.bl_aboutPage__profile-text p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8;
}
.bl_aboutPage__profile-text strong {
  font-size: 1.2rem;
  color: #ed838e;
}

.bl_aboutPage__contentWrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem;
  background: #f4efef;
  border-radius: 12px;
}

.bl_profile {
  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;
  gap: 2rem;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bl_profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bl_profile__image-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .bl_profile__image-wrap {
    margin-right: 2rem;
    max-width: 160px;
  }
}
.bl_profile__image {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.bl_profile__name {
  margin-top: 0.5rem;
  color: #ed838e;
  text-align: center;
}
.bl_profile__name span {
  font-size: 1.5rem;
  color: #938686;
  font-weight: bold;
}
.bl_profile__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_profile__description {
  margin-bottom: 1.5rem;
  color: #666;
  line-height: 1.7;
}
.bl_profile__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.bl_profile__skill-row {
  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;
}
@media (min-width: 768px) {
  .bl_profile__skill-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.bl_profile__label {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fffffe;
  margin-bottom: 1rem;
  background: #ed838e;
  padding: 0.5rem;
  border-radius: 100px;
  width: 120px;
  text-align: center;
}
@media (min-width: 768px) {
  .bl_profile__label {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.bl_profile__text {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.bl_comingsoon {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 6%;
}
.bl_comingsoon__inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 6% 0;
}
@media (min-width: 768px) {
  .bl_comingsoon__inner {
    max-width: 1200px;
  }
}
.bl_comingsoon__inner img {
  max-width: 600px;
  margin: auto;
}

.kb-row-layout-id18_38e722-b4 > .kt-row-column-wrap {
  padding-top: 0;
}

.wp-block-kadence-tabs .kt-tab-inner-content-inner p:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}