@charset "UTF-8";
/* A Modern CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Poiret+One&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  margin: 0;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.js-title {
  --clip: 100%;
  clip-path: inset(0 var(--clip) 0 0);
}

.editor-styles-wrapper .js-title {
  --clip: 0;
}

:root {
  --font-eng: "Poiret One", system-ui;
  --color-bg: #fff;
  --color-text: #4e2a02;
  --color-pink: #e7bed6;
  --color-purple: #bbb0d0;
  --color-bg-white: rgb(255 255 255 / 0.8);
  --weight-bold: 700;
  --leading-trim: calc((1em - 1lh) / 2);
  --filter-hue: 300deg;
}

.u-slim-width {
  max-width: var(--ark-width--article--slim);
}

html,
body {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  html,
  body {
    font-size: 1.6326530612vw;
  }
}
@media screen and (max-width: 599px) {
  html,
  body {
    font-size: 3.5897435897vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: var(--color-bg);
  color: var(--color-text);
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  line-height: 1.7;
}

@media (min-width: 599px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/** theme **/
.p-postList .p-postList__title {
  font-weight: normal;
  font-size: 1rem;
}

.p-postList__link:hover .c-postThumb__img {
  transform: none;
}

.p-postList__thumb:before {
  background: none;
}

.p-postList__thumb:before,
.p-postList__link:hover .c-postThumb:before {
  opacity: 1;
}

.p-entry__head {
  margin-block-end: 1.25rem;
}
@media screen and (max-width: 980px) {
  .p-entry__head {
    margin-block-end: 1.6326530612vw;
  }
}

.c-fixBtn {
  border-radius: 100vh;
  background: var(--color-purple);
  filter: hue-rotate(var(--filter-hue));
}

@media screen and (max-width: 980px) {
  .c-pageTitle__main {
    font-size: 3.6734693878vw;
  }
}

/** common **/
@media screen and (max-width: 980px) {
  .pc-only {
    display: none;
  }
}

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

.is-align-items--center {
  align-items: center !important;
}

.c-buttons {
  margin-block-start: 4.375rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .c-buttons {
    margin-block-start: 7.1428571429vw;
  }
}
@media screen and (max-width: 599px) {
  .c-buttons {
    margin-block-start: 7.6923076923vw;
  }
}

.c-button {
  max-width: 20rem;
  flex-grow: 1 !important;
  text-align: center;
  flex-basis: 18.75rem !important;
}
.c-button a {
  width: 100%;
  border-radius: 100vh;
  position: relative;
  display: block;
  padding: 1em;
  text-decoration: none;
  background: linear-gradient(135deg, rgb(187, 176, 208) 0%, rgb(231, 190, 214) 100%);
  filter: hue-rotate(var(--filter-hue));
}
.c-button a::after {
  content: "";
  background: url("../images/arrow.webp") no-repeat center/contain;
  max-width: 0.8125rem;
  aspect-ratio: 13/18;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.25rem;
}
.c-button a:hover {
  filter: hue-rotate(var(--filter-hue));
}

.p-postList__item--locked {
  position: relative;
}
.p-postList__item--locked .p-postList__thumb::before {
  content: "限定公開";
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  top: auto;
  background: var(--color-purple) url(../images/lock_icon.svg) no-repeat left/1.125rem 1.125rem;
  background-position: 0.375rem 0.3125rem;
  color: #fff;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0.4em 1em 0.4em 2em;
  font-size: 0.8em;
  border-radius: 100vh;
  filter: hue-rotate(var(--filter-hue));
  line-height: 1.5;
}

.p-postList.-type-card .p-postList__thumb {
  background-color: #f9f6f4;
}

.p-postList__title + .p-postList__meta {
  margin-block-start: 0.875rem;
}

.p-postList__company {
  font-size: 0.875rem;
  margin-block-end: 0.3125rem;
}

.p-postList__category {
  list-style: none;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.p-postList__category li {
  border-radius: 100vh;
  border: 1px solid;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 0.75rem;
}

.l-section {
  padding-block: 50px;
}
@media screen and (max-width: 980px) {
  .l-section {
    padding-block: 5.1020408163vw;
  }
}
@media screen and (max-width: 599px) {
  .l-section {
    padding-block: 7.6923076923vw;
  }
}

.l-section_body {
  padding-inline: 60px;
}
@media screen and (max-width: 980px) {
  .l-section_body {
    padding-inline: 6.1224489796vw;
  }
}
@media screen and (max-width: 599px) {
  .l-section_body {
    padding-inline: 0;
  }
}

.u-text--bold {
  font-weight: bold;
}

.page-sub-heading {
  margin-block-end: 50px;
}
@media screen and (max-width: 980px) {
  .page-sub-heading {
    margin-block-end: 5.1020408163vw;
  }
}
@media screen and (max-width: 599px) {
  .page-sub-heading {
    margin-block-end: 7.6923076923vw;
  }
}

.page-sub-heading_text {
  --ark-mt--inner: 0;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 980px) {
  .page-sub-heading_text {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 599px) {
  .page-sub-heading_text {
    font-size: 3.0769230769vw;
  }
}

.page-sub-heading_text--eng {
  font-family: var(--font-eng);
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}

/* header */
.c-headLogo {
  font-family: var(--font-eng);
}

/* FV */
.fv_section {
  background: rgb(225, 244, 247);
  background: linear-gradient(180deg, rgb(225, 244, 247) 0%, rgb(237, 239, 252) 58%, rgb(255, 255, 255) 100%);
  position: relative;
  backdrop-filter: hue-rotate(var(--filter-hue));
}
.fv_section::after {
  content: "";
  background: url("../images/fv_dot_bg.webp") no-repeat center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: hue-rotate(var(--filter-hue));
  opacity: 0.5;
}

.fv_text_main {
  font-size: 3.125rem;
  font-family: var(--font-eng);
  letter-spacing: 0.2em;
  line-height: 1.4;
  background: linear-gradient(90deg, #bbb0d0 0%, #e7bed6 50%);
  color: #fff;
  display: inline;
  filter: hue-rotate(var(--filter-hue));
}
.fv_text_main span {
  padding-inline: 0.3em;
}

.fv_text_sub {
  font-size: 0.875rem;
  font-family: var(--font-jp);
  letter-spacing: 0.7em;
  line-height: 2.2;
}

/* flow text */
.fv-flow_text_wrap {
  width: 100vw;
  position: absolute;
  overflow: hidden;
  left: calc(50% - 50vw + var(--ark-scrollbar_width) / 2);
  top: -10.4375rem;
  font-size: 6.25rem;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .fv-flow_text_wrap {
    font-size: 17.9487179487vw;
    top: -28.2051282051vw;
  }
}
.fv-flow_text_wrap .wp-block-group__inner-container {
  display: flex;
  gap: 1em;
}

.fv-flow_text {
  animation: flowtext var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
  display: inline-block;
  opacity: 0.1;
  font-family: var(--font-eng);
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin: 0 !important;
}

@keyframes flowtext {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* WORK */
.work_section {
  position: relative;
}
.work_section::before {
  content: "";
  position: absolute;
  background: url("../images/light1.webp") no-repeat center/contain;
  right: 0;
  top: -6.25rem;
  width: 22.9375rem;
  aspect-ratio: 1/1;
  filter: hue-rotate(var(--filter-hue));
}
.work_section .c-buttons {
  margin-block: 2.5rem 3.125rem;
}
@media screen and (max-width: 980px) {
  .work_section .c-buttons {
    margin-block: 4.0816326531vw 8.1632653061vw;
  }
}

/* FAQ */
.faq_section {
  position: relative;
}
.faq_section::before {
  content: "";
  position: absolute;
  background: url("../images/light2.webp") no-repeat center/contain;
  left: 0;
  top: -13.75rem;
  width: 20.375rem;
  aspect-ratio: 326/367;
  z-index: 1;
  filter: hue-rotate(var(--filter-hue));
}
@media screen and (max-width: 980px) {
  .faq_section::before {
    left: 0;
    top: -15.306122449vw;
    width: 40.8163265306vw;
  }
}

.faq_list {
  --smb-accordion--title-background-color: none;
  --radius: 10px;
}

.faq_list .smb-accordion__item__title,
.faq_list .smb-accordion__item__body {
  position: relative;
  padding-inline-start: 4.0625rem;
  padding-block: 1rem;
}

.faq_list .smb-accordion__item__title {
  background-color: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
}

.faq_list .smb-accordion__item__body {
  border-block-start: 1px solid #eee;
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
}

.faq_list .smb-accordion__item__title::before,
.faq_list .smb-accordion__item__body::before {
  font-family: var(--font-eng);
  border-radius: 100vh;
  color: #fff;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  place-content: center;
  filter: hue-rotate(var(--filter-hue));
}

.faq_list .smb-accordion__item__title::before {
  content: "Q";
  background-color: var(--color-purple);
}

.faq_list .smb-accordion__item__body::before {
  content: "A";
  background-color: var(--color-pink);
}

.faq_list strong {
  font-weight: normal;
}

/* contact */
.contact_section .c-buttons {
  margin-block: 3.75rem 0;
}
@media screen and (max-width: 980px) {
  .contact_section .c-buttons {
    margin-block: 6.1224489796vw 8.1632653061vw;
  }
}

/* 404 */
.p-404__subtitle {
  font-family: var(--font-eng);
  text-align: center;
  font-size: 3.75rem;
  letter-spacing: 0.2em;
}

/* Footer */
@media (max-width: 999px) {
  .footer-logo_img img {
    margin: auto;
  }
}
.footer-menu_list {
  list-style: none;
  font-family: var(--font-eng);
  font-size: 0.875rem;
  font-weight: bold;
  display: grid;
  grid-auto-flow: column;
  letter-spacing: 0.1em;
}

.footer-menu_list li {
  text-align: center;
}

.footer-menu_list a {
  text-decoration: none;
}

.c-copyright {
  font-family: var(--font-eng);
  font-size: 0.625rem;
}

/**
* work single
**/
.p-work-img__wrap {
  background-color: #f9f6f4;
  padding: 5rem;
}
@media screen and (max-width: 980px) {
  .p-work-img__wrap {
    padding: 6.1224489796vw;
  }
}

.p-work-info__list {
  margin-block-start: 6.25rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (max-width: 980px) {
  .p-work-info__list {
    margin-block-start: 10.2040816327vw;
  }
}
.p-work-info__item {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1.25rem;
}
.p-work-info__item .p-postList__category {
  padding: 0;
}
.p-work-info__term {
  font-weight: bold;
}
.p-work-info__link {
  color: inherit;
  text-decoration: none;
}

.single-list_link {
  margin-inline: auto;
}

.single .contact_section {
  margin-block: 5rem -3rem;
}